Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 576eddb6d79f77bc7b799d46a5f981c8da166ab0 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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-2771 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/463 [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/463 # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 (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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 Commit message: "fix: MaxResultCount limit the maximum number of returned objects (#3416)" > git rev-list --no-walk ce85119b06e7d5e27843f039fb56aa987fad79c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-03T17:55:38.323Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-03T17:55:38.433Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-03T17:55:38.459Z] ========================================================= [2021-05-03T17:55:38.460Z] EdgeX Global Pipelines Version Info [2021-05-03T17:55:38.460Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:55:40.013Z] ------------------- [2021-05-03T17:55:40.013Z] stable info: [2021-05-03T17:55:40.013Z] ------------------- [2021-05-03T17:55:40.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-03T17:55:40.013Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T17:55:40.013Z] Message: update stable to v1.0.191 [2021-05-03T17:55:40.960Z] ------------------- [2021-05-03T17:55:40.960Z] experimental info: [2021-05-03T17:55:40.960Z] ------------------- [2021-05-03T17:55:40.960Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-03T17:55:40.960Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T17:55:40.960Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-03T17:55:41.083Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-03T17:55:41.107Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-03T17:55:41.130Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-03T17:55:41.155Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-03T17:55:41.178Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-03T17:55:41.202Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-03T17:55:41.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-03T17:55:41.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-03T17:55:41.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-03T17:55:41.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-03T17:55:41.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-03T17:55:41.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-03T17:55:41.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-03T17:55:41.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-03T17:55:41.417Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T17:55:41.442Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T17:55:41.465Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-03T17:55:41.489Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-03T17:55:41.512Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-03T17:55:41.536Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-03T17:55:41.559Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-03T17:55:41.582Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-03T17:55:41.606Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-03T17:55:41.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-03T17:55:41.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-03T17:55:41.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] echo [2021-05-03T17:55:41.697Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 576eddb [Pipeline] echo [2021-05-03T17:55:41.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T17:55:41.798Z] provisioning config files... [2021-05-03T17:55:41.837Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config7475412773056625677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:55:42.156Z] ---> docker-login.sh [2021-05-03T17:55:42.157Z] nexus3.edgexfoundry.org:10001 [2021-05-03T17:55:42.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:55:42.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:55:42.684Z] Configure a credential helper to remove this warning. See [2021-05-03T17:55:42.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:55:42.684Z] [2021-05-03T17:55:42.684Z] Login Succeeded [2021-05-03T17:55:42.684Z] nexus3.edgexfoundry.org:10002 [2021-05-03T17:55:42.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:55:42.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:55:42.684Z] Configure a credential helper to remove this warning. See [2021-05-03T17:55:42.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:55:42.684Z] [2021-05-03T17:55:42.684Z] Login Succeeded [2021-05-03T17:55:42.684Z] nexus3.edgexfoundry.org:10003 [2021-05-03T17:55:42.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:55:42.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:55:42.950Z] Configure a credential helper to remove this warning. See [2021-05-03T17:55:42.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:55:42.950Z] [2021-05-03T17:55:42.950Z] Login Succeeded [2021-05-03T17:55:42.950Z] nexus3.edgexfoundry.org:10004 [2021-05-03T17:55:43.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:55:43.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:55:43.213Z] Configure a credential helper to remove this warning. See [2021-05-03T17:55:43.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:55:43.213Z] [2021-05-03T17:55:43.213Z] Login Succeeded [2021-05-03T17:55:43.213Z] docker.io [2021-05-03T17:55:43.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:55:43.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:55:43.476Z] Configure a credential helper to remove this warning. See [2021-05-03T17:55:43.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:55:43.476Z] [2021-05-03T17:55:43.476Z] Login Succeeded [2021-05-03T17:55:43.476Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T17:55:43.486Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T17:55:43.833Z] ++ 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-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/core-command/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/core-data/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-03T17:55:43.833Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:55:43.833Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-03T17:55:43.833Z] ++ cut -d/ -f2 [2021-05-03T17:55:43.833Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-03T17:55:43.920Z] 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-05-03T17:55:45.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T17:55:45.207Z] [2021-05-03T17:55:45.207Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:55:45.533Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T17:55:45.533Z] latest: Pulling from edgex-devops/git-semver [2021-05-03T17:55:45.533Z] 31603596830f: Pulling fs layer [2021-05-03T17:55:45.533Z] 54011a49482f: Pulling fs layer [2021-05-03T17:55:45.533Z] a6820b24f6d8: Pulling fs layer [2021-05-03T17:55:45.533Z] f581987b2513: Pulling fs layer [2021-05-03T17:55:45.533Z] f581987b2513: Waiting [2021-05-03T17:55:45.533Z] 54011a49482f: Download complete [2021-05-03T17:55:45.533Z] 31603596830f: Download complete [2021-05-03T17:55:45.797Z] f581987b2513: Verifying Checksum [2021-05-03T17:55:45.797Z] f581987b2513: Download complete [2021-05-03T17:55:45.797Z] a6820b24f6d8: Verifying Checksum [2021-05-03T17:55:45.797Z] a6820b24f6d8: Download complete [2021-05-03T17:55:45.797Z] 31603596830f: Pull complete [2021-05-03T17:55:46.062Z] 54011a49482f: Pull complete [2021-05-03T17:55:47.016Z] a6820b24f6d8: Pull complete [2021-05-03T17:55:47.017Z] f581987b2513: Pull complete [2021-05-03T17:55:47.017Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-03T17:55:47.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T17:55:47.017Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-03T17:55:47.120Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T17:55:47.169Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T17:55:49.633Z] $ docker top dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T17:55:49.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T17:55:49.785Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T17:55:50.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T17:55:50.004Z] $ docker exec dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent [2021-05-03T17:55:50.172Z] SSH_AUTH_SOCK=/tmp/ssh-88OPYLKCKbxA/agent.11 [2021-05-03T17:55:50.172Z] SSH_AGENT_PID=16 [2021-05-03T17:55:50.184Z] Running ssh-add (command line suppressed) [2021-05-03T17:55:50.298Z] Identity added: /w/workspace/edgex-go/463@tmp/private_key_7179589810305222423.key (/w/workspace/edgex-go/463@tmp/private_key_7179589810305222423.key) [2021-05-03T17:55:50.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T17:55:50.654Z] + git tag --points-at HEAD [Pipeline] } [2021-05-03T17:55:50.674Z] $ docker exec --env ******** --env ******** dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent -k [2021-05-03T17:55:50.790Z] unset SSH_AUTH_SOCK; [2021-05-03T17:55:50.790Z] unset SSH_AGENT_PID; [2021-05-03T17:55:50.790Z] echo Agent pid 16 killed; [2021-05-03T17:55:50.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-03T17:55:50.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T17:55:50.876Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T17:55:51.042Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T17:55:51.044Z] $ docker exec dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent [2021-05-03T17:55:51.204Z] SSH_AUTH_SOCK=/tmp/ssh-z8GC1c6J3BCI/agent.45 [2021-05-03T17:55:51.204Z] SSH_AGENT_PID=50 [2021-05-03T17:55:51.211Z] Running ssh-add (command line suppressed) [2021-05-03T17:55:51.322Z] Identity added: /w/workspace/edgex-go/463@tmp/private_key_7990601660260753139.key (/w/workspace/edgex-go/463@tmp/private_key_7990601660260753139.key) [2021-05-03T17:55:51.375Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T17:55:51.680Z] + git semver init [2021-05-03T17:55:51.680Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T17:55:51.680Z] # $GIT_DIR = /w/workspace/edgex-go/463/.git [2021-05-03T17:55:51.680Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/463 [2021-05-03T17:55:51.680Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T17:55:51.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T17:55:51.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T17:55:51.680Z] # $SEMVER_BRANCH = master [2021-05-03T17:55:51.680Z] # $SEMVER_TEMP = /tmp/semver-605325614 [2021-05-03T17:55:51.680Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-03T17:56:09.856Z] # '/tmp/semver-605325614' -> '/w/workspace/edgex-go/463/.semver' [2021-05-03T17:56:09.856Z] # -> Force: false [2021-05-03T17:56:09.856Z] # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver [Pipeline] } [2021-05-03T17:56:09.869Z] $ docker exec --env ******** --env ******** dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent -k [2021-05-03T17:56:10.078Z] unset SSH_AUTH_SOCK; [2021-05-03T17:56:10.079Z] unset SSH_AGENT_PID; [2021-05-03T17:56:10.079Z] echo Agent pid 50 killed; [2021-05-03T17:56:10.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T17:56:10.476Z] + git semver [Pipeline] } [2021-05-03T17:56:10.492Z] $ docker stop --time=1 dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 [2021-05-03T17:56:12.048Z] $ docker rm -f dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T17:56:12.489Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-03T17:56:12.966Z] Stashed 1 file(s) [Pipeline] echo [2021-05-03T17:56:12.970Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.195 [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-05-03T17:56:13.496Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:56:13.794Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:56:14.097Z] + sudo service docker restart [2021-05-03T17:56:14.097Z] + true [2021-05-03T17:56:14.097Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-03T17:56:14.690Z] ========================================================= [2021-05-03T17:56:14.690Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-03T17:56:14.690Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:56:14.996Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-03T17:56:19.222Z] Sending build context to Docker daemon 329.8MB [2021-05-03T17:56:19.222Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T17:56:19.222Z] Step 2/6 : FROM ${BASE} [2021-05-03T17:56:19.222Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-03T17:56:19.222Z] 540db60ca938: Pulling fs layer [2021-05-03T17:56:19.222Z] adcc1eea9eea: Pulling fs layer [2021-05-03T17:56:19.222Z] 4c4ab2625f07: Pulling fs layer [2021-05-03T17:56:19.222Z] 0510c868ecb4: Pulling fs layer [2021-05-03T17:56:19.222Z] afea3b2eda06: Pulling fs layer [2021-05-03T17:56:19.222Z] 7809a108b3ef: Pulling fs layer [2021-05-03T17:56:19.222Z] f706445af74f: Pulling fs layer [2021-05-03T17:56:19.222Z] afea3b2eda06: Waiting [2021-05-03T17:56:19.222Z] 7809a108b3ef: Waiting [2021-05-03T17:56:19.222Z] f706445af74f: Waiting [2021-05-03T17:56:19.222Z] 4c4ab2625f07: Download complete [2021-05-03T17:56:19.222Z] adcc1eea9eea: Download complete [2021-05-03T17:56:19.222Z] afea3b2eda06: Verifying Checksum [2021-05-03T17:56:19.222Z] afea3b2eda06: Download complete [2021-05-03T17:56:19.484Z] 540db60ca938: Verifying Checksum [2021-05-03T17:56:19.484Z] 540db60ca938: Download complete [2021-05-03T17:56:19.484Z] 7809a108b3ef: Download complete [2021-05-03T17:56:19.749Z] 540db60ca938: Pull complete [2021-05-03T17:56:20.012Z] adcc1eea9eea: Pull complete [2021-05-03T17:56:20.012Z] 4c4ab2625f07: Pull complete [2021-05-03T17:56:21.403Z] f706445af74f: Verifying Checksum [2021-05-03T17:56:21.403Z] f706445af74f: Download complete [2021-05-03T17:56:21.989Z] 0510c868ecb4: Verifying Checksum [2021-05-03T17:56:21.989Z] 0510c868ecb4: Download complete [2021-05-03T17:56:27.297Z] 0510c868ecb4: Pull complete [2021-05-03T17:56:27.667Z] afea3b2eda06: Pull complete [2021-05-03T17:56:27.667Z] 7809a108b3ef: Pull complete [2021-05-03T17:56:28.123Z] Still waiting to schedule task [2021-05-03T17:56:28.124Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-03T17:56:32.064Z] f706445af74f: Pull complete [2021-05-03T17:56:32.064Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-03T17:56:32.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-03T17:56:32.064Z] ---> b068be0155e3 [2021-05-03T17:56:32.064Z] 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-05-03T17:56:33.034Z] ---> Running in 4122cb0a6698 [2021-05-03T17:56:33.609Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:56:34.556Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:56:34.819Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T17:56:35.394Z] (2/12) Installing file (5.39-r0) [2021-05-03T17:56:35.657Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T17:56:35.657Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T17:56:39.875Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T17:56:39.875Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T17:56:39.875Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T17:56:39.875Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T17:56:39.875Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T17:56:39.875Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T17:56:39.875Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T17:56:40.137Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T17:56:40.137Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T17:56:40.137Z] OK: 219 MiB in 52 packages [2021-05-03T17:56:44.360Z] Removing intermediate container 4122cb0a6698 [2021-05-03T17:56:44.360Z] ---> b01c748aaa5d [2021-05-03T17:56:44.360Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T17:56:44.360Z] ---> Running in 570ac7dfa026 [2021-05-03T17:56:44.360Z] Removing intermediate container 570ac7dfa026 [2021-05-03T17:56:44.360Z] ---> caf2957bc9d1 [2021-05-03T17:56:44.360Z] Step 5/6 : COPY go.mod . [2021-05-03T17:56:44.360Z] ---> da37bfbb9271 [2021-05-03T17:56:44.360Z] Step 6/6 : RUN go mod download [2021-05-03T17:56:44.360Z] ---> Running in d75557b90c61 [2021-05-03T17:57:06.378Z] Removing intermediate container d75557b90c61 [2021-05-03T17:57:06.378Z] ---> aa76834e47c1 [2021-05-03T17:57:06.378Z] Successfully built aa76834e47c1 [2021-05-03T17:57:06.378Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:57:06.702Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T17:57:06.702Z] . [Pipeline] withDockerContainer [2021-05-03T17:57:06.816Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T17:57:06.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T17:57:07.770Z] $ docker top 249b767aae733859def529b8a27b3224fd9c3f0a710a7495e83931553343415c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:57:08.229Z] + go version [2021-05-03T17:57:08.229Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-03T17:57:08.244Z] $ docker stop --time=1 249b767aae733859def529b8a27b3224fd9c3f0a710a7495e83931553343415c [2021-05-03T17:57:09.620Z] $ docker rm -f 249b767aae733859def529b8a27b3224fd9c3f0a710a7495e83931553343415c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:57:10.124Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T17:57:10.124Z] . [Pipeline] withDockerContainer [2021-05-03T17:57:10.236Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T17:57:10.290Z] $ 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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T17:57:10.906Z] $ docker top 0562b6635e43cddb4232ea82b65cb6415e00682f2bd1e6ac10a90c9099731f10 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T17:57:11.015Z] ========================================================= [2021-05-03T17:57:11.015Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T17:57:11.015Z] ========================================================= [Pipeline] sh [2021-05-03T17:57:11.306Z] + go mod tidy [Pipeline] sh [2021-05-03T17:57:13.532Z] + make test [2021-05-03T17:57:13.532Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T17:57:21.747Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T17:57:39.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T17:57:46.630Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T17:57:47.589Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T17:57:47.589Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T17:57:50.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T17:57:50.439Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T17:57:50.439Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T17:57:50.439Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T17:57:51.422Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T17:57:52.013Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T17:57:54.611Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T17:57:54.611Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T17:57:54.611Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T17:57:56.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements [2021-05-03T17:57:56.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T17:57:56.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T17:57:56.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T17:57:56.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T17:57:56.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T17:57:56.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T17:57:56.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements [2021-05-03T17:57:56.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements [2021-05-03T17:57:59.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T17:57:59.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T17:57:59.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T17:57:59.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T17:57:59.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.144s coverage: 87.7% of statements [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:57:59.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-05-03T17:57:59.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T17:58:03.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T17:58:03.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T17:58:03.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T17:58:03.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T17:58:03.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T17:58:03.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T17:58:03.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T17:58:05.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 95.1% of statements [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T17:58:05.660Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T17:58:05.660Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.9% of statements [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T17:58:05.660Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.053s coverage: 22.6% of statements [2021-05-03T17:58:05.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T17:58:05.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements [2021-05-03T17:58:05.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2021-05-03T17:58:05.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-05-03T17:58:06.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2021-05-03T17:58:06.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-05-03T17:58:18.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-05-03T17:58:18.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-05-03T17:58:19.023Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2772 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-05-03T17:58:19.053Z] Running in /w/workspace/edgex-go/463 [Pipeline] { [Pipeline] checkout [2021-05-03T17:58:21.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.215s coverage: 81.8% of statements [2021-05-03T17:58:21.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T17:58:24.925Z] using credential edgex-jenkins-ssh [2021-05-03T17:58:24.943Z] Cloning the remote Git repository [2021-05-03T17:58:25.001Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:58:25.122Z] > git init /w/workspace/edgex-go/463 # timeout=10 [2021-05-03T17:58:25.214Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:58:25.215Z] > git --version # timeout=10 [2021-05-03T17:58:25.233Z] > git --version # 'git version 2.17.1' [2021-05-03T17:58:25.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:58:25.302Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T17:58:30.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2021-05-03T17:58:30.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T17:58:30.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T17:58:30.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T17:58:30.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-05-03T17:58:30.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T17:58:30.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 64.4% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 69.0% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 40.5% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 9.6% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T17:58:30.021Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 92.6% of statements [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:58:30.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T17:58:30.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.813s coverage: 28.7% of statements [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T17:58:30.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T17:58:30.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T17:58:30.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.082s coverage: 64.6% of statements [2021-05-03T17:58:30.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T17:58:30.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.161s coverage: 97.6% of statements [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T17:58:30.876Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T17:58:30.876Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T17:58:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T17:58:31.140Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-05-03T17:58:31.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T17:58:31.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T17:58:31.140Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-05-03T17:58:31.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-05-03T17:58:31.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-03T17:58:31.666Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-03T17:58:32.243Z] GO111MODULE=on go vet ./... [2021-05-03T17:58:41.299Z] Checking out Revision 576eddb6d79f77bc7b799d46a5f981c8da166ab0 (master) [2021-05-03T17:58:40.555Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T17:58:40.579Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T17:58:40.606Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T17:58:40.649Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:58:40.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:58:40.661Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T17:58:41.324Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T17:58:41.346Z] > git checkout -f 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-03T17:58:45.781Z] Commit message: "fix: MaxResultCount limit the maximum number of returned objects (#3416)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-03T17:58:47.343Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:58:47.768Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:58:48.106Z] + true [2021-05-03T17:58:48.106Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T17:58:50.131Z] provisioning config files... [2021-05-03T17:58:50.187Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config9064134012677884925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:58:50.560Z] ---> docker-login.sh [2021-05-03T17:58:50.560Z] nexus3.edgexfoundry.org:10001 [2021-05-03T17:58:51.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:58:51.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:58:51.825Z] Configure a credential helper to remove this warning. See [2021-05-03T17:58:51.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:58:51.825Z] [2021-05-03T17:58:51.825Z] Login Succeeded [2021-05-03T17:58:51.825Z] nexus3.edgexfoundry.org:10002 [2021-05-03T17:58:52.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:58:52.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:58:52.377Z] Configure a credential helper to remove this warning. See [2021-05-03T17:58:52.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:58:52.377Z] [2021-05-03T17:58:52.377Z] Login Succeeded [2021-05-03T17:58:52.377Z] nexus3.edgexfoundry.org:10003 [2021-05-03T17:58:52.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:58:52.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:58:52.655Z] Configure a credential helper to remove this warning. See [2021-05-03T17:58:52.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:58:52.655Z] [2021-05-03T17:58:52.655Z] Login Succeeded [2021-05-03T17:58:52.655Z] nexus3.edgexfoundry.org:10004 [2021-05-03T17:58:53.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:58:53.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:58:53.260Z] Configure a credential helper to remove this warning. See [2021-05-03T17:58:53.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:58:53.260Z] [2021-05-03T17:58:53.260Z] Login Succeeded [2021-05-03T17:58:53.260Z] docker.io [2021-05-03T17:58:53.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:58:54.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:58:54.138Z] Configure a credential helper to remove this warning. See [2021-05-03T17:58:54.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:58:54.138Z] [2021-05-03T17:58:54.138Z] Login Succeeded [2021-05-03T17:58:54.138Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T17:58:54.156Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-03T17:58:54.479Z] ========================================================= [2021-05-03T17:58:54.479Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-03T17:58:54.479Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:58:54.830Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-03T17:58:57.488Z] Sending build context to Docker daemon 167.4MB [2021-05-03T17:58:57.488Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T17:58:57.488Z] Step 2/6 : FROM ${BASE} [2021-05-03T17:58:57.488Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-03T17:58:57.488Z] 595b0fe564bb: Pulling fs layer [2021-05-03T17:58:57.488Z] 7186ed65a4f7: Pulling fs layer [2021-05-03T17:58:57.488Z] 316046926c0a: Pulling fs layer [2021-05-03T17:58:57.488Z] 4ebd0625c992: Pulling fs layer [2021-05-03T17:58:57.488Z] 207e8628e3a3: Pulling fs layer [2021-05-03T17:58:57.488Z] c791037a9be2: Pulling fs layer [2021-05-03T17:58:57.488Z] ffd874e62e21: Pulling fs layer [2021-05-03T17:58:57.488Z] 4ebd0625c992: Waiting [2021-05-03T17:58:57.488Z] 207e8628e3a3: Waiting [2021-05-03T17:58:57.488Z] c791037a9be2: Waiting [2021-05-03T17:58:57.488Z] ffd874e62e21: Waiting [2021-05-03T17:58:57.488Z] 316046926c0a: Verifying Checksum [2021-05-03T17:58:57.488Z] 316046926c0a: Download complete [2021-05-03T17:58:57.488Z] 7186ed65a4f7: Verifying Checksum [2021-05-03T17:58:57.488Z] 7186ed65a4f7: Download complete [2021-05-03T17:58:57.488Z] 207e8628e3a3: Verifying Checksum [2021-05-03T17:58:57.488Z] 207e8628e3a3: Download complete [2021-05-03T17:58:57.488Z] c791037a9be2: Verifying Checksum [2021-05-03T17:58:57.488Z] c791037a9be2: Download complete [2021-05-03T17:58:57.488Z] 595b0fe564bb: Verifying Checksum [2021-05-03T17:58:57.488Z] 595b0fe564bb: Download complete [2021-05-03T17:58:58.092Z] 595b0fe564bb: Pull complete [2021-05-03T17:58:58.704Z] 7186ed65a4f7: Pull complete [2021-05-03T17:58:59.304Z] 316046926c0a: Pull complete [2021-05-03T17:59:00.297Z] ffd874e62e21: Verifying Checksum [2021-05-03T17:59:00.297Z] ffd874e62e21: Download complete [2021-05-03T17:59:01.281Z] 4ebd0625c992: Verifying Checksum [2021-05-03T17:59:01.281Z] 4ebd0625c992: Download complete [2021-05-03T17:59:04.499Z] gofmt -l . [2021-05-03T17:59:04.761Z] [ "`gofmt -l .`" = "" ] [2021-05-03T17:59:05.336Z] ./bin/test-go-mod-tidy.sh [2021-05-03T17:59:05.911Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-03T17:59:07.341Z] + ls -al . [2021-05-03T17:59:07.341Z] total 804 [2021-05-03T17:59:07.341Z] drwxrwxr-x 10 1001 1001 4096 May 3 17:59 . [2021-05-03T17:59:07.342Z] drwxr-xr-x 4 root root 32 May 3 17:57 .. [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 11 May 3 17:55 .dockerignore [2021-05-03T17:59:07.342Z] drwxrwxr-x 8 1001 1001 162 May 3 17:55 .git [2021-05-03T17:59:07.342Z] drwxrwxr-x 3 1001 1001 125 May 3 17:55 .github [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 818 May 3 17:55 .gitignore [2021-05-03T17:59:07.342Z] drwx------ 3 1001 1001 45 May 3 17:56 .semver [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 166 May 3 17:55 .sonarcloud.properties [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 8609 May 3 17:55 Attribution.txt [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 3804 May 3 17:55 CONTRIBUTING.md [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 931 May 3 17:55 Dockerfile.build [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 863 May 3 17:55 Jenkinsfile [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 10775 May 3 17:55 LICENSE [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 5774 May 3 17:55 Makefile [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 7978 May 3 17:55 README.md [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 6755 May 3 17:55 SECURITY.md [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 13 May 3 17:56 VERSION [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 4131 May 3 17:55 ZMQWindows.md [2021-05-03T17:59:07.342Z] drwxrwxr-x 2 1001 1001 117 May 3 17:55 bin [2021-05-03T17:59:07.342Z] drwxrwxr-x 14 1001 1001 4096 May 3 17:55 cmd [2021-05-03T17:59:07.342Z] -rw-r--r-- 1 root root 693878 May 3 17:58 coverage.out [2021-05-03T17:59:07.342Z] -rw-r--r-- 1 root root 1060 May 3 17:59 go.mod [2021-05-03T17:59:07.342Z] -rw-r--r-- 1 root root 22420 May 3 17:57 go.sum [2021-05-03T17:59:07.342Z] drwxrwxr-x 8 1001 1001 127 May 3 17:55 internal [2021-05-03T17:59:07.342Z] drwxrwxr-x 4 1001 1001 26 May 3 17:55 openapi [2021-05-03T17:59:07.342Z] drwxrwxr-x 4 1001 1001 71 May 3 17:55 snap [2021-05-03T17:59:07.342Z] -rw-rw-r-- 1 1001 1001 168 May 3 17:55 version.go [Pipeline] sh [2021-05-03T17:59:07.779Z] + '[' -e coverage.out ] [2021-05-03T17:59:07.779Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T17:59:07.988Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T17:59:08.288Z] + make build [2021-05-03T17:59:08.288Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T17:59:10.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T17:59:11.465Z] 4ebd0625c992: Pull complete [2021-05-03T17:59:11.740Z] 207e8628e3a3: Pull complete [2021-05-03T17:59:12.337Z] c791037a9be2: Pull complete [2021-05-03T17:59:15.749Z] ffd874e62e21: Pull complete [2021-05-03T17:59:16.023Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-03T17:59:16.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-03T17:59:16.023Z] ---> cfc18b08335c [2021-05-03T17:59:16.023Z] 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-05-03T17:59:19.445Z] ---> Running in 2fa70c255e20 [2021-05-03T17:59:20.878Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:59:21.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T17:59:21.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T17:59:21.856Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:59:22.833Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T17:59:22.833Z] (2/12) Installing file (5.39-r0) [2021-05-03T17:59:22.833Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T17:59:23.104Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T17:59:23.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T17:59:23.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T17:59:24.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T17:59:26.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T17:59:27.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T17:59:27.406Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T17:59:27.406Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T17:59:27.406Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T17:59:27.406Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T17:59:27.406Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T17:59:27.679Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T17:59:27.679Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T17:59:27.679Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T17:59:27.952Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T17:59:27.952Z] OK: 218 MiB in 52 packages [2021-05-03T17:59:28.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T17:59:29.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T17:59:31.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-03T17:59:32.281Z] Removing intermediate container 2fa70c255e20 [2021-05-03T17:59:32.281Z] ---> 3f7d4f945c15 [2021-05-03T17:59:32.281Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T17:59:32.281Z] ---> Running in f57eeb7bd5af [2021-05-03T17:59:32.555Z] Removing intermediate container f57eeb7bd5af [2021-05-03T17:59:32.555Z] ---> 9fd638c104a5 [2021-05-03T17:59:32.555Z] Step 5/6 : COPY go.mod . [2021-05-03T17:59:33.152Z] ---> 8b694ef09e01 [2021-05-03T17:59:33.152Z] Step 6/6 : RUN go mod download [2021-05-03T17:59:33.425Z] ---> Running in e4da7977e729 [Pipeline] } [2021-05-03T17:59:33.636Z] $ docker stop --time=1 0562b6635e43cddb4232ea82b65cb6415e00682f2bd1e6ac10a90c9099731f10 [2021-05-03T17:59:35.326Z] $ docker rm -f 0562b6635e43cddb4232ea82b65cb6415e00682f2bd1e6ac10a90c9099731f10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:59:38.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:59:38.636Z] [2021-05-03T17:59:38.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:59:38.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:59:38.956Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-03T17:59:38.956Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-03T17:59:38.956Z] ca9280d653b3: Pulling fs layer [2021-05-03T17:59:38.956Z] 7e9c9ca2126c: Pulling fs layer [2021-05-03T17:59:38.956Z] cbdbe7a5bc2a: Download complete [2021-05-03T17:59:39.535Z] cbdbe7a5bc2a: Pull complete [2021-05-03T17:59:39.535Z] ca9280d653b3: Verifying Checksum [2021-05-03T17:59:39.535Z] ca9280d653b3: Download complete [2021-05-03T17:59:40.500Z] ca9280d653b3: Pull complete [2021-05-03T17:59:40.500Z] 7e9c9ca2126c: Verifying Checksum [2021-05-03T17:59:40.500Z] 7e9c9ca2126c: Download complete [2021-05-03T17:59:47.111Z] 7e9c9ca2126c: Pull complete [2021-05-03T17:59:47.111Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-03T17:59:47.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:59:47.111Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-03T17:59:47.280Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T17:59:47.330Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T17:59:49.341Z] $ docker top ac779bcb977571c29a514c0e1a571a29091dcd15a96ba32eace1405248595e26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:59:49.788Z] + docker-compose build --help [2021-05-03T17:59:49.788Z] + grep parallel [2021-05-03T17:59:50.734Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T17:59:50.750Z] $ docker stop --time=1 ac779bcb977571c29a514c0e1a571a29091dcd15a96ba32eace1405248595e26 [2021-05-03T17:59:52.860Z] $ docker rm -f ac779bcb977571c29a514c0e1a571a29091dcd15a96ba32eace1405248595e26 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:59:53.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:59:53.319Z] . [Pipeline] withDockerContainer [2021-05-03T17:59:53.412Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T17:59:53.466Z] $ 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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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-05-03T17:59:54.097Z] $ docker top 111b3cb1fa1b9f945c6b352ecbe4af9bcca7cab3752bdcd13900d6ab339a7a54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:59:54.505Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T17:59:55.451Z] Building docker-core-command-go ... [2021-05-03T17:59:55.451Z] Building docker-core-data-go ... [2021-05-03T17:59:55.451Z] Building docker-core-metadata-go ... [2021-05-03T17:59:55.451Z] Building docker-security-bootstrapper-go ... [2021-05-03T17:59:55.451Z] Building docker-security-proxy-setup-go ... [2021-05-03T17:59:55.451Z] Building docker-security-secretstore-setup-go ... [2021-05-03T17:59:55.451Z] Building docker-support-notifications-go ... [2021-05-03T17:59:55.451Z] Building docker-support-scheduler-go ... [2021-05-03T17:59:55.451Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T17:59:55.451Z] Building docker-security-secretstore-setup-go [2021-05-03T17:59:55.451Z] Building docker-sys-mgmt-agent-go [2021-05-03T17:59:55.451Z] Building docker-core-metadata-go [2021-05-03T17:59:55.451Z] Building docker-core-command-go [2021-05-03T17:59:55.451Z] Building docker-security-proxy-setup-go [2021-05-03T18:00:00.219Z] Removing intermediate container e4da7977e729 [2021-05-03T18:00:00.219Z] ---> c9c6ac0af816 [2021-05-03T18:00:00.219Z] Successfully built c9c6ac0af816 [2021-05-03T18:00:00.219Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:00:00.563Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T18:00:00.563Z] . [Pipeline] withDockerContainer [2021-05-03T18:00:00.837Z] prd-ubuntu18.04-docker-arm64-4c-16g-2772 does not seem to be running inside a container [2021-05-03T18:00:00.922Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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-05-03T18:00:02.436Z] $ docker top eb1e6dca84bb610f5b7c099e567bf9ada9098f08c9b0adfd7991dd70bfe8b500 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T18:00:03.400Z] + go version [2021-05-03T18:00:03.400Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-03T18:00:03.425Z] $ docker stop --time=1 eb1e6dca84bb610f5b7c099e567bf9ada9098f08c9b0adfd7991dd70bfe8b500 [2021-05-03T18:00:05.351Z] $ docker rm -f eb1e6dca84bb610f5b7c099e567bf9ada9098f08c9b0adfd7991dd70bfe8b500 [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-05-03T18:00:06.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T18:00:06.083Z] [2021-05-03T18:00:06.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:00:06.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T18:00:06.997Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-03T18:00:06.997Z] 29e5d40040c1: Pulling fs layer [2021-05-03T18:00:06.997Z] 1ce36da41761: Pulling fs layer [2021-05-03T18:00:06.997Z] 25b303627fd3: Pulling fs layer [2021-05-03T18:00:06.997Z] 29e5d40040c1: Verifying Checksum [2021-05-03T18:00:06.997Z] 29e5d40040c1: Download complete [2021-05-03T18:00:07.601Z] 1ce36da41761: Verifying Checksum [2021-05-03T18:00:07.601Z] 1ce36da41761: Download complete [2021-05-03T18:00:07.601Z] 29e5d40040c1: Pull complete [2021-05-03T18:00:09.037Z] 1ce36da41761: Pull complete [2021-05-03T18:00:09.037Z] 25b303627fd3: Verifying Checksum [2021-05-03T18:00:09.037Z] 25b303627fd3: Download complete [2021-05-03T18:00:19.195Z] 25b303627fd3: Pull complete [2021-05-03T18:00:19.195Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-03T18:00:19.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T18:00:19.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-03T18:00:19.458Z] prd-ubuntu18.04-docker-arm64-4c-16g-2772 does not seem to be running inside a container [2021-05-03T18:00:19.546Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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-05-03T18:00:22.568Z] $ docker top 266cc284b2ff2d2b770cdcfd1c352b983591e727b0900eb9138bf1d3ae58348f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T18:00:23.473Z] + docker-compose build --help [2021-05-03T18:00:23.473Z] + grep parallel [2021-05-03T18:00:26.856Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T18:00:26.880Z] $ docker stop --time=1 266cc284b2ff2d2b770cdcfd1c352b983591e727b0900eb9138bf1d3ae58348f [2021-05-03T18:00:27.673Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:00:27.673Z] [2021-05-03T18:00:27.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:00:27.673Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:00:27.673Z] ---> aa76834e47c1 [2021-05-03T18:00:27.673Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T18:00:27.673Z] ---> aa76834e47c1 [2021-05-03T18:00:27.673Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:00:27.673Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:00:27.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:00:27.673Z] ---> aa76834e47c1 [2021-05-03T18:00:27.673Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:00:27.673Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:00:27.673Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:00:27.673Z] ---> aa76834e47c1 [2021-05-03T18:00:27.673Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T18:00:27.673Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:00:27.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:00:27.673Z] ---> aa76834e47c1 [2021-05-03T18:00:27.673Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:00:27.937Z] ---> Running in 46c49b3d7c65 [2021-05-03T18:00:27.937Z] ---> Running in 2f4b8eeb0879 [2021-05-03T18:00:27.937Z] ---> Running in e0c3490e788a [2021-05-03T18:00:27.937Z] ---> Running in 5477ba1f4f95 [2021-05-03T18:00:27.937Z] ---> Running in df9d13c3733e [2021-05-03T18:00:28.199Z] Removing intermediate container df9d13c3733e [2021-05-03T18:00:28.199Z] ---> ba6d92a9dbd1 [2021-05-03T18:00:28.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:00:28.199Z] Removing intermediate container 2f4b8eeb0879 [2021-05-03T18:00:28.199Z] ---> 369e71314696 [2021-05-03T18:00:28.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:00:28.199Z] Removing intermediate container e0c3490e788a [2021-05-03T18:00:28.199Z] ---> 63fa5aeee501 [2021-05-03T18:00:28.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:00:28.199Z] Removing intermediate container 46c49b3d7c65 [2021-05-03T18:00:28.199Z] ---> 65206503c960 [2021-05-03T18:00:28.199Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:00:28.486Z] Removing intermediate container 5477ba1f4f95 [2021-05-03T18:00:28.486Z] ---> 28c1323ba0fc [2021-05-03T18:00:28.486Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:00:28.486Z] ---> Running in dcdf222d7976 [2021-05-03T18:00:28.486Z] ---> Running in 9258b9d8e979 [2021-05-03T18:00:28.486Z] ---> Running in cd645a13022b [2021-05-03T18:00:28.486Z] ---> Running in 60ae4fbc8f67 [2021-05-03T18:00:28.486Z] ---> Running in 5a17255dbb8f [2021-05-03T18:00:28.800Z] $ docker rm -f 266cc284b2ff2d2b770cdcfd1c352b983591e727b0900eb9138bf1d3ae58348f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:00:29.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T18:00:29.429Z] . [Pipeline] withDockerContainer [2021-05-03T18:00:29.708Z] prd-ubuntu18.04-docker-arm64-4c-16g-2772 does not seem to be running inside a container [2021-05-03T18:00:29.795Z] $ 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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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-05-03T18:00:30.417Z] Removing intermediate container cd645a13022b [2021-05-03T18:00:30.418Z] ---> 5ffe2169d538 [2021-05-03T18:00:30.418Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T18:00:30.680Z] ---> Running in c55451aa1e86 [2021-05-03T18:00:30.680Z] Removing intermediate container dcdf222d7976 [2021-05-03T18:00:30.680Z] ---> 85bdc6281595 [2021-05-03T18:00:30.680Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T18:00:30.944Z] Removing intermediate container 9258b9d8e979 [2021-05-03T18:00:30.944Z] ---> a81aaf986785 [2021-05-03T18:00:30.944Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T18:00:30.944Z] ---> Running in e03d67056140 [2021-05-03T18:00:31.110Z] $ docker top cec6d2e1bfcf0ca765d16fe7a8c5913c9f74e60b2da965a202079fc50ccea8c1 -eo pid,comm [2021-05-03T18:00:31.207Z] Removing intermediate container 60ae4fbc8f67 [2021-05-03T18:00:31.207Z] ---> 914e622b93da [2021-05-03T18:00:31.207Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T18:00:31.207Z] Removing intermediate container 5a17255dbb8f [2021-05-03T18:00:31.207Z] ---> e5ecd337208f [2021-05-03T18:00:31.207Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T18:00:31.207Z] ---> Running in 801a4a3ce20d [Pipeline] { [Pipeline] sh [2021-05-03T18:00:31.474Z] ---> Running in 2f5374400236 [2021-05-03T18:00:31.475Z] ---> Running in ae1dbeb22f1c [2021-05-03T18:00:31.742Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:31.742Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:32.035Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T18:00:32.321Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:32.321Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:32.321Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:32.321Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:32.583Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:33.161Z] OK: 219 MiB in 52 packages [2021-05-03T18:00:33.161Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:33.429Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:33.429Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:00:33.692Z] OK: 219 MiB in 52 packages [2021-05-03T18:00:33.692Z] Removing intermediate container e03d67056140 [2021-05-03T18:00:33.692Z] ---> f4a977ea4988 [2021-05-03T18:00:33.692Z] Step 6/23 : COPY go.mod . [2021-05-03T18:00:33.692Z] OK: 219 MiB in 52 packages [2021-05-03T18:00:33.956Z] ---> b1b8c6c85e61 [2021-05-03T18:00:33.956Z] Step 7/23 : RUN go mod download [2021-05-03T18:00:33.956Z] ---> Running in e305217de73c [2021-05-03T18:00:34.536Z] Removing intermediate container ae1dbeb22f1c [2021-05-03T18:00:34.536Z] ---> c46588a2adf6 [2021-05-03T18:00:34.536Z] Step 6/21 : COPY go.mod . [2021-05-03T18:00:34.536Z] Removing intermediate container c55451aa1e86 [2021-05-03T18:00:34.536Z] ---> b093f80f20ed [2021-05-03T18:00:34.536Z] Step 6/24 : COPY go.mod . [2021-05-03T18:00:34.805Z] OK: 219 MiB in 52 packages [2021-05-03T18:00:34.805Z] ---> 468568251492 [2021-05-03T18:00:34.805Z] Step 7/21 : RUN go mod download [2021-05-03T18:00:34.805Z] OK: 219 MiB in 52 packages [2021-05-03T18:00:34.805Z] ---> 50f0abea3fa9 [2021-05-03T18:00:34.805Z] Step 7/24 : RUN go mod download [2021-05-03T18:00:35.067Z] ---> Running in 77704d6d8f0e [2021-05-03T18:00:35.067Z] ---> Running in 19cf18c15e18 [2021-05-03T18:00:35.415Z] Building docker-core-command-go ... [2021-05-03T18:00:35.415Z] Building docker-core-data-go ... [2021-05-03T18:00:35.415Z] Building docker-core-metadata-go ... [2021-05-03T18:00:35.415Z] Building docker-security-bootstrapper-go ... [2021-05-03T18:00:35.415Z] Building docker-security-proxy-setup-go ... [2021-05-03T18:00:35.415Z] Building docker-security-secretstore-setup-go ... [2021-05-03T18:00:35.415Z] Building docker-support-notifications-go ... [2021-05-03T18:00:35.415Z] Building docker-support-scheduler-go ... [2021-05-03T18:00:35.415Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T18:00:35.415Z] Building docker-core-data-go [2021-05-03T18:00:35.415Z] Building docker-security-bootstrapper-go [2021-05-03T18:00:35.415Z] Building docker-sys-mgmt-agent-go [2021-05-03T18:00:35.415Z] Building docker-core-metadata-go [2021-05-03T18:00:35.415Z] Building docker-core-command-go [2021-05-03T18:00:35.643Z] Removing intermediate container 2f5374400236 [2021-05-03T18:00:35.643Z] ---> f83230aecc49 [2021-05-03T18:00:35.643Z] Step 6/23 : COPY go.mod . [2021-05-03T18:00:35.910Z] ---> c20acd7257ad [2021-05-03T18:00:35.910Z] Step 7/23 : RUN go mod download [2021-05-03T18:00:35.910Z] Removing intermediate container 801a4a3ce20d [2021-05-03T18:00:35.910Z] ---> 8440d7175f55 [2021-05-03T18:00:35.910Z] Step 6/23 : COPY go.mod . [2021-05-03T18:00:35.910Z] ---> Running in 95430e5dec0b [2021-05-03T18:00:36.202Z] Removing intermediate container e305217de73c [2021-05-03T18:00:36.202Z] ---> dd48826cb8ee [2021-05-03T18:00:36.202Z] Step 8/23 : COPY . . [2021-05-03T18:00:36.202Z] ---> 29e8c2aa8639 [2021-05-03T18:00:36.202Z] Step 7/23 : RUN go mod download [2021-05-03T18:00:36.820Z] ---> Running in e130f566eeea [2021-05-03T18:00:40.197Z] Removing intermediate container 77704d6d8f0e [2021-05-03T18:00:40.197Z] ---> ea9a617546d5 [2021-05-03T18:00:40.197Z] Step 8/21 : COPY . . [2021-05-03T18:00:43.529Z] Removing intermediate container 19cf18c15e18 [2021-05-03T18:00:43.529Z] ---> 6da6c091bb38 [2021-05-03T18:00:43.529Z] Step 8/24 : COPY . . [2021-05-03T18:00:46.864Z] Removing intermediate container 95430e5dec0b [2021-05-03T18:00:46.864Z] ---> 8a3b2e5d426d [2021-05-03T18:00:46.864Z] Step 8/23 : COPY . . [2021-05-03T18:00:51.115Z] Removing intermediate container e130f566eeea [2021-05-03T18:00:51.115Z] ---> 15acaa04c46a [2021-05-03T18:00:51.115Z] Step 8/23 : COPY . . [2021-05-03T18:01:23.919Z] ---> 5fb175d6a5e6 [2021-05-03T18:01:23.919Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T18:01:25.858Z] ---> b58d56d875d1 [2021-05-03T18:01:25.858Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T18:01:25.858Z] ---> Running in 623f36c2a3c0 [2021-05-03T18:01:27.259Z] ---> 9ebcc7496ebf [2021-05-03T18:01:27.259Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T18:01:28.257Z] ---> Running in ddeced67ac3f [2021-05-03T18:01:28.257Z] ---> c3455185d259 [2021-05-03T18:01:28.257Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T18:01:28.257Z] ---> Running in 7abe9c579fbc [2021-05-03T18:01:28.524Z] ---> Running in adba65e43544 [2021-05-03T18:01:28.808Z] ---> 0a66cce70152 [2021-05-03T18:01:28.808Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T18:01:28.808Z] ---> Running in 61d4cc9adffe [2021-05-03T18:01:29.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T18:01:29.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T18:01:29.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T18:01:29.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T18:01:29.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T18:01:31.977Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:01:31.977Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:01:31.977Z] ---> c9c6ac0af816 [2021-05-03T18:01:31.977Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:01:31.977Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:01:31.977Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:01:31.977Z] ---> c9c6ac0af816 [2021-05-03T18:01:31.977Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:01:31.977Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:01:31.977Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:01:31.977Z] ---> c9c6ac0af816 [2021-05-03T18:01:31.977Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:01:31.977Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:01:31.977Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:01:31.977Z] ---> c9c6ac0af816 [2021-05-03T18:01:31.977Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T18:01:31.977Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:01:31.977Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:01:31.977Z] ---> c9c6ac0af816 [2021-05-03T18:01:31.977Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:01:31.977Z] ---> Running in 34dd9c55b443 [2021-05-03T18:01:31.977Z] ---> Running in c43b5184f488 [2021-05-03T18:01:31.977Z] ---> Running in 185d83730188 [2021-05-03T18:01:31.977Z] ---> Running in 353b018c357f [2021-05-03T18:01:31.977Z] ---> Running in e5c181707182 [2021-05-03T18:01:31.977Z] Removing intermediate container c43b5184f488 [2021-05-03T18:01:31.977Z] ---> 6df192a855ff [2021-05-03T18:01:31.977Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:01:31.977Z] Removing intermediate container e5c181707182 [2021-05-03T18:01:31.977Z] ---> f483d8987a5c [2021-05-03T18:01:31.977Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:01:31.977Z] Removing intermediate container 353b018c357f [2021-05-03T18:01:31.977Z] ---> d2000ddef34d [2021-05-03T18:01:31.977Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:01:31.977Z] Removing intermediate container 34dd9c55b443 [2021-05-03T18:01:31.977Z] ---> b6fac0a11ba3 [2021-05-03T18:01:31.977Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:01:31.977Z] Removing intermediate container 185d83730188 [2021-05-03T18:01:31.977Z] ---> 3be2c375baf8 [2021-05-03T18:01:31.977Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:01:31.977Z] ---> Running in 3cdef027e009 [2021-05-03T18:01:31.977Z] ---> Running in b5df06b59a28 [2021-05-03T18:01:31.977Z] ---> Running in 5e75b1266c96 [2021-05-03T18:01:31.977Z] ---> Running in c571398dc625 [2021-05-03T18:01:31.977Z] ---> Running in 47ca0ac479c3 [2021-05-03T18:01:33.430Z] Removing intermediate container 3cdef027e009 [2021-05-03T18:01:33.430Z] ---> 2a125cec190b [2021-05-03T18:01:33.430Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T18:01:33.430Z] ---> Running in 4435bbbc159f [2021-05-03T18:01:33.701Z] Removing intermediate container b5df06b59a28 [2021-05-03T18:01:33.701Z] ---> fcfa083a15fe [2021-05-03T18:01:33.701Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T18:01:33.983Z] ---> Running in 7922a78e35cf [2021-05-03T18:01:33.983Z] Removing intermediate container 47ca0ac479c3 [2021-05-03T18:01:33.983Z] ---> 143caf258b50 [2021-05-03T18:01:33.983Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T18:01:34.275Z] Removing intermediate container 5e75b1266c96 [2021-05-03T18:01:34.275Z] ---> 0139fa26ed4d [2021-05-03T18:01:34.275Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T18:01:34.275Z] Removing intermediate container c571398dc625 [2021-05-03T18:01:34.275Z] ---> 93e4f30fbb27 [2021-05-03T18:01:34.275Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T18:01:34.275Z] ---> Running in 42497ff027f4 [2021-05-03T18:01:34.275Z] ---> Running in ce089295efb3 [2021-05-03T18:01:34.558Z] ---> Running in 96a4cf6595aa [2021-05-03T18:01:35.165Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:35.769Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:36.043Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:36.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:36.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:36.592Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:36.592Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:36.871Z] OK: 218 MiB in 52 packages [2021-05-03T18:01:37.159Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:37.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:37.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:01:37.755Z] OK: 218 MiB in 52 packages [2021-05-03T18:01:38.382Z] OK: 218 MiB in 52 packages [2021-05-03T18:01:38.382Z] OK: 218 MiB in 52 packages [2021-05-03T18:01:38.666Z] OK: 218 MiB in 52 packages [2021-05-03T18:01:38.949Z] Removing intermediate container 4435bbbc159f [2021-05-03T18:01:38.949Z] ---> 76e1424e4b49 [2021-05-03T18:01:38.949Z] Step 6/23 : COPY go.mod . [2021-05-03T18:01:39.957Z] Removing intermediate container 7922a78e35cf [2021-05-03T18:01:39.957Z] ---> c31863d11576 [2021-05-03T18:01:39.957Z] Step 6/31 : COPY go.mod . [2021-05-03T18:01:40.237Z] ---> b2085554818b [2021-05-03T18:01:40.237Z] Step 7/23 : RUN go mod download [2021-05-03T18:01:40.512Z] ---> Running in e61421da23a9 [2021-05-03T18:01:40.512Z] Removing intermediate container 96a4cf6595aa [2021-05-03T18:01:40.512Z] ---> 66a441f1c62f [2021-05-03T18:01:40.512Z] Step 6/23 : COPY go.mod . [2021-05-03T18:01:40.788Z] Removing intermediate container 42497ff027f4 [2021-05-03T18:01:40.788Z] ---> d6acb166e846 [2021-05-03T18:01:40.788Z] Step 6/23 : COPY go.mod . [2021-05-03T18:01:40.788Z] Removing intermediate container ce089295efb3 [2021-05-03T18:01:40.788Z] ---> 3e0a3d499b91 [2021-05-03T18:01:40.788Z] Step 6/23 : COPY go.mod . [2021-05-03T18:01:40.788Z] ---> b373ba3a0802 [2021-05-03T18:01:40.788Z] Step 7/31 : RUN go mod download [2021-05-03T18:01:41.395Z] ---> Running in 12c2bfc8c6b7 [2021-05-03T18:01:41.677Z] ---> 7665ba93ee82 [2021-05-03T18:01:41.677Z] Step 7/23 : RUN go mod download [2021-05-03T18:01:41.955Z] ---> e1d63c9ccc62 [2021-05-03T18:01:41.955Z] Step 7/23 : RUN go mod download [2021-05-03T18:01:41.955Z] ---> Running in f613a3edecd4 [2021-05-03T18:01:42.239Z] ---> Running in b149a214e124 [2021-05-03T18:01:42.239Z] ---> 167249d52fb8 [2021-05-03T18:01:42.239Z] Step 7/23 : RUN go mod download [2021-05-03T18:01:42.518Z] ---> Running in 95946684eba9 [2021-05-03T18:01:44.511Z] Removing intermediate container e61421da23a9 [2021-05-03T18:01:44.511Z] ---> f5b927f68b6e [2021-05-03T18:01:44.511Z] Step 8/23 : COPY . . [2021-05-03T18:01:45.116Z] Removing intermediate container 12c2bfc8c6b7 [2021-05-03T18:01:45.116Z] ---> 56ea8b056c1f [2021-05-03T18:01:45.116Z] Step 8/31 : COPY . . [2021-05-03T18:01:47.112Z] Removing intermediate container b149a214e124 [2021-05-03T18:01:47.112Z] ---> 46d368e34787 [2021-05-03T18:01:47.112Z] Step 8/23 : COPY . . [2021-05-03T18:01:47.112Z] Removing intermediate container f613a3edecd4 [2021-05-03T18:01:47.112Z] ---> 700c0221b24b [2021-05-03T18:01:47.112Z] Step 8/23 : COPY . . [2021-05-03T18:01:47.715Z] Removing intermediate container 95946684eba9 [2021-05-03T18:01:47.715Z] ---> 74660b9046aa [2021-05-03T18:01:47.716Z] Step 8/23 : COPY . . [2021-05-03T18:02:06.088Z] ---> faedc5d3d7e1 [2021-05-03T18:02:06.088Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T18:02:06.088Z] ---> c961faa55f0a [2021-05-03T18:02:06.088Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T18:02:06.088Z] ---> c39a604ddb5a [2021-05-03T18:02:06.088Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T18:02:06.088Z] ---> 4cf0ed372fc9 [2021-05-03T18:02:06.088Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T18:02:06.088Z] ---> 338b7e4f4786 [2021-05-03T18:02:06.088Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T18:02:06.088Z] ---> Running in 4eb36282beef [2021-05-03T18:02:06.088Z] ---> Running in 455b4b66aa29 [2021-05-03T18:02:06.088Z] ---> Running in 9a7f79f7f6b4 [2021-05-03T18:02:06.088Z] ---> Running in a2d6a4bd3770 [2021-05-03T18:02:06.088Z] ---> Running in adb8491e51b5 [2021-05-03T18:02:07.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-03T18:02:07.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T18:02:07.805Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T18:02:08.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T18:02:08.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T18:02:08.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T18:02:08.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T18:02:11.182Z] Removing intermediate container 623f36c2a3c0 [2021-05-03T18:02:11.182Z] ---> cfbe2b5a8313 [2021-05-03T18:02:11.182Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T18:02:13.101Z] Removing intermediate container 61d4cc9adffe [2021-05-03T18:02:13.101Z] ---> 0f7724cfd2d9 [2021-05-03T18:02:13.101Z] [2021-05-03T18:02:13.101Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T18:02:13.101Z] Removing intermediate container 7abe9c579fbc [2021-05-03T18:02:13.101Z] ---> e53c61a30ac8 [2021-05-03T18:02:13.101Z] [2021-05-03T18:02:13.101Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T18:02:13.101Z] 3.12: Pulling from library/alpine [2021-05-03T18:02:13.101Z] 3.12: Pulling from library/alpine [2021-05-03T18:02:13.369Z] ---> Running in 79dc7b1296ec [2021-05-03T18:02:13.638Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T18:02:13.638Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T18:02:13.638Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T18:02:13.638Z] ---> 13621d1b12d4 [2021-05-03T18:02:13.638Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T18:02:13.638Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T18:02:13.638Z] ---> 13621d1b12d4 [2021-05-03T18:02:13.638Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T18:02:15.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T18:02:16.509Z] Removing intermediate container ddeced67ac3f [2021-05-03T18:02:16.509Z] ---> df6a4ef9324b [2021-05-03T18:02:16.509Z] [2021-05-03T18:02:16.509Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T18:02:16.509Z] ---> 13621d1b12d4 [2021-05-03T18:02:16.509Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T18:02:16.772Z] ---> Running in 78b17e71c3e0 [2021-05-03T18:02:16.772Z] ---> Running in ad37b733289d [2021-05-03T18:02:17.035Z] ---> Running in f649cda99a98 [2021-05-03T18:02:17.035Z] Removing intermediate container adba65e43544 [2021-05-03T18:02:17.035Z] ---> d13613b25591 [2021-05-03T18:02:17.035Z] [2021-05-03T18:02:17.035Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T18:02:17.035Z] ---> 13621d1b12d4 [2021-05-03T18:02:17.035Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T18:02:17.622Z] ---> Running in acfe8b290447 [2021-05-03T18:02:17.622Z] Removing intermediate container 79dc7b1296ec [2021-05-03T18:02:17.622Z] ---> 62b72240c285 [2021-05-03T18:02:17.622Z] [2021-05-03T18:02:17.622Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T18:02:17.622Z] 20.10.0: Pulling from library/docker [2021-05-03T18:02:17.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:17.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:18.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:18.175Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T18:02:18.175Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T18:02:18.175Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T18:02:18.175Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T18:02:18.175Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T18:02:18.175Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T18:02:18.175Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:02:18.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:18.175Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T18:02:18.451Z] OK: 7 MiB in 20 packages [2021-05-03T18:02:18.451Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T18:02:18.451Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:02:18.451Z] OK: 6 MiB in 15 packages [2021-05-03T18:02:18.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:18.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:18.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:18.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:18.714Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T18:02:18.714Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:02:18.714Z] OK: 6 MiB in 15 packages [2021-05-03T18:02:18.978Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T18:02:18.978Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T18:02:18.978Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T18:02:18.978Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T18:02:18.978Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:02:19.240Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T18:02:19.240Z] OK: 7 MiB in 18 packages [2021-05-03T18:02:21.164Z] Removing intermediate container 78b17e71c3e0 [2021-05-03T18:02:21.164Z] ---> d195a4bd327e [2021-05-03T18:02:21.164Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T18:02:22.125Z] ---> Running in 16048b22296f [2021-05-03T18:02:22.125Z] Removing intermediate container ad37b733289d [2021-05-03T18:02:22.125Z] ---> ad75c3246983 [2021-05-03T18:02:22.125Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:02:22.389Z] Removing intermediate container f649cda99a98 [2021-05-03T18:02:22.389Z] ---> b97929c428de [2021-05-03T18:02:22.389Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T18:02:22.389Z] ---> Running in 8c3014b01bb9 [2021-05-03T18:02:22.389Z] ---> Running in a594641d6db5 [2021-05-03T18:02:22.653Z] Removing intermediate container acfe8b290447 [2021-05-03T18:02:22.653Z] ---> a4bf26a4ffdd [2021-05-03T18:02:22.653Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:02:22.653Z] Removing intermediate container 16048b22296f [2021-05-03T18:02:22.653Z] ---> de911368e871 [2021-05-03T18:02:22.653Z] Step 13/24 : WORKDIR / [2021-05-03T18:02:23.229Z] Removing intermediate container 8c3014b01bb9 [2021-05-03T18:02:23.229Z] ---> bacb5bd65d35 [2021-05-03T18:02:23.229Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T18:02:23.805Z] ---> Running in 71675d09f241 [2021-05-03T18:02:23.805Z] ---> Running in d8a984937a35 [2021-05-03T18:02:23.805Z] Removing intermediate container a594641d6db5 [2021-05-03T18:02:23.805Z] ---> dc7fa12f40b1 [2021-05-03T18:02:23.805Z] Step 13/21 : WORKDIR /edgex [2021-05-03T18:02:24.068Z] ---> Running in 88fd5222cf2f [2021-05-03T18:02:24.068Z] ---> Running in b0503642fcdc [2021-05-03T18:02:24.333Z] Removing intermediate container 71675d09f241 [2021-05-03T18:02:24.333Z] ---> 02c3716ae2bb [2021-05-03T18:02:24.333Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T18:02:24.333Z] Removing intermediate container 88fd5222cf2f [2021-05-03T18:02:24.333Z] ---> 33c3ce35bb2e [2021-05-03T18:02:24.333Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T18:02:24.333Z] Removing intermediate container d8a984937a35 [2021-05-03T18:02:24.333Z] ---> 0d9a72adb6c0 [2021-05-03T18:02:24.333Z] 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-05-03T18:02:24.333Z] ---> Running in f10f0928e9c4 [2021-05-03T18:02:24.333Z] Removing intermediate container b0503642fcdc [2021-05-03T18:02:24.333Z] ---> b036f44797f0 [2021-05-03T18:02:24.333Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T18:02:24.598Z] ---> Running in ee5f984628be [2021-05-03T18:02:24.859Z] Removing intermediate container f10f0928e9c4 [2021-05-03T18:02:24.859Z] ---> c87d1c83bf1a [2021-05-03T18:02:24.859Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T18:02:24.859Z] ---> 93107e767b7e [2021-05-03T18:02:24.859Z] 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-05-03T18:02:24.859Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T18:02:24.859Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T18:02:24.859Z] ---> aefe523efa57 [2021-05-03T18:02:24.859Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:02:25.135Z] ---> Running in ebf400b9c2b7 [2021-05-03T18:02:25.135Z] Removing intermediate container ee5f984628be [2021-05-03T18:02:25.135Z] ---> c63977a10933 [2021-05-03T18:02:25.135Z] Step 15/23 : WORKDIR / [2021-05-03T18:02:25.135Z] ---> dcc4bc98695b [2021-05-03T18:02:25.135Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T18:02:25.135Z] ---> Running in b5caa9a5dbd7 [2021-05-03T18:02:25.135Z] ---> Running in 953cc37bcadf [2021-05-03T18:02:25.399Z] ---> 74278e0240cc [2021-05-03T18:02:25.399Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T18:02:25.399Z] Removing intermediate container ebf400b9c2b7 [2021-05-03T18:02:25.399Z] ---> 4ec927fa0a63 [2021-05-03T18:02:25.399Z] Step 15/23 : WORKDIR / [2021-05-03T18:02:25.399Z] Removing intermediate container b5caa9a5dbd7 [2021-05-03T18:02:25.399Z] ---> 36b3bdfbf087 [2021-05-03T18:02:25.399Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T18:02:25.663Z] ---> Running in 1f3918e5db5c [2021-05-03T18:02:25.663Z] ---> Running in 3e5ea158c47d [2021-05-03T18:02:25.663Z] Removing intermediate container 953cc37bcadf [2021-05-03T18:02:25.663Z] ---> aa711a4e5c4d [2021-05-03T18:02:25.663Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:02:25.663Z] ---> 38dbfc83efa5 [2021-05-03T18:02:25.663Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T18:02:25.927Z] ---> 38846c260aa9 [2021-05-03T18:02:25.927Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T18:02:26.191Z] Removing intermediate container 1f3918e5db5c [2021-05-03T18:02:26.191Z] ---> d510eb2be842 [2021-05-03T18:02:26.191Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:02:26.456Z] ---> d74db3aa2480 [2021-05-03T18:02:26.456Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T18:02:26.456Z] ---> 50a0ca790399 [2021-05-03T18:02:26.456Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T18:02:26.456Z] ---> f59a51773660 [2021-05-03T18:02:26.456Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T18:02:26.456Z] ---> Running in 51d92dde76ec [2021-05-03T18:02:26.728Z] ---> b5455e29e631 [2021-05-03T18:02:26.728Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T18:02:26.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:26.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:02:26.992Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T18:02:26.992Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T18:02:27.256Z] Executing bash-5.0.17-r0.post-install [2021-05-03T18:02:27.256Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T18:02:27.256Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T18:02:27.256Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T18:02:27.256Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T18:02:27.256Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T18:02:27.256Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T18:02:27.256Z] Removing intermediate container 51d92dde76ec [2021-05-03T18:02:27.256Z] ---> bdcb90e7ca6e [2021-05-03T18:02:27.256Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T18:02:27.256Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T18:02:27.256Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T18:02:27.256Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T18:02:27.256Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T18:02:27.256Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T18:02:29.808Z] ---> d579361845f9 [2021-05-03T18:02:29.808Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T18:02:30.072Z] ---> Running in dcafc8936265 [2021-05-03T18:02:30.072Z] ---> 586a0f541034 [2021-05-03T18:02:30.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T18:02:30.334Z] ---> 067971b27551 [2021-05-03T18:02:30.334Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T18:02:30.910Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T18:02:30.910Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T18:02:30.910Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T18:02:30.910Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T18:02:30.910Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T18:02:30.910Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T18:02:30.910Z] ---> 7be9dadee001 [2021-05-03T18:02:30.910Z] 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-05-03T18:02:30.910Z] Removing intermediate container dcafc8936265 [2021-05-03T18:02:30.910Z] ---> 7ae9d2474945 [2021-05-03T18:02:30.910Z] Step 19/21 : LABEL arch=x86_64 [2021-05-03T18:02:30.910Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T18:02:31.484Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T18:02:31.484Z] ---> 6489f8f67f7e [2021-05-03T18:02:31.484Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T18:02:31.484Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T18:02:31.746Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T18:02:32.010Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T18:02:32.010Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T18:02:32.010Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T18:02:32.010Z] ---> Running in 09b53658e6ec [2021-05-03T18:02:32.010Z] ---> b1309660c614 [2021-05-03T18:02:32.010Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T18:02:32.010Z] ---> Running in f198cde230e0 [2021-05-03T18:02:32.010Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T18:02:32.272Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T18:02:32.272Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T18:02:32.540Z] ---> Running in ced0345d24af [2021-05-03T18:02:32.540Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T18:02:32.540Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T18:02:32.540Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T18:02:32.803Z] ---> Running in 150f4fe76be5 [2021-05-03T18:02:32.803Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T18:02:33.069Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T18:02:33.069Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T18:02:33.069Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T18:02:33.069Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T18:02:33.069Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T18:02:33.069Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T18:02:33.069Z] Removing intermediate container f198cde230e0 [2021-05-03T18:02:33.069Z] ---> 22409c21478d [2021-05-03T18:02:33.069Z] Step 20/21 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:02:34.017Z] Removing intermediate container ced0345d24af [2021-05-03T18:02:34.017Z] ---> bb6011343099 [2021-05-03T18:02:34.017Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:02:34.967Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T18:02:34.967Z] OK: 72 MiB in 59 packages [2021-05-03T18:02:34.967Z] Removing intermediate container 150f4fe76be5 [2021-05-03T18:02:34.967Z] ---> e85a6c7d2941 [2021-05-03T18:02:34.967Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:02:34.967Z] ---> Running in 14d96a498df8 [2021-05-03T18:02:34.967Z] ---> Running in 06778880a9d7 [2021-05-03T18:02:34.967Z] ---> Running in ff7db9b2c58b [2021-05-03T18:02:35.230Z] Removing intermediate container 14d96a498df8 [2021-05-03T18:02:35.230Z] ---> 79b82742c77b [2021-05-03T18:02:35.230Z] Step 21/21 : LABEL version=2.0.0-dev.195 [2021-05-03T18:02:35.230Z] Removing intermediate container 06778880a9d7 [2021-05-03T18:02:35.230Z] ---> bfc84df0f131 [2021-05-03T18:02:35.230Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T18:02:35.495Z] Removing intermediate container ff7db9b2c58b [2021-05-03T18:02:35.495Z] ---> 5789b24e3115 [2021-05-03T18:02:35.495Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T18:02:35.495Z] ---> Running in 71aee4c6ee05 [2021-05-03T18:02:35.495Z] ---> Running in 13b900680eeb [2021-05-03T18:02:35.495Z] ---> Running in d32e9d03062f [2021-05-03T18:02:35.495Z] Removing intermediate container 09b53658e6ec [2021-05-03T18:02:35.495Z] ---> 95162969e1b3 [2021-05-03T18:02:35.495Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T18:02:35.757Z] Collecting docker-compose==1.23.2 [2021-05-03T18:02:36.019Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T18:02:36.594Z] ---> Running in 0f0142831ad8 [2021-05-03T18:02:36.594Z] Collecting PyYAML<4,>=3.10 [2021-05-03T18:02:36.594Z] Removing intermediate container 71aee4c6ee05 [2021-05-03T18:02:36.594Z] ---> 300b47e2b8ad [2021-05-03T18:02:36.594Z] [2021-05-03T18:02:36.594Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T18:02:36.594Z] Removing intermediate container d32e9d03062f [2021-05-03T18:02:36.594Z] ---> 1cb6e781b3f0 [2021-05-03T18:02:36.594Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:02:36.594Z] Removing intermediate container 13b900680eeb [2021-05-03T18:02:36.594Z] ---> d03ff799ef15 [2021-05-03T18:02:36.594Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:02:36.594Z] ---> Running in d6f43aa083ec [2021-05-03T18:02:36.594Z] ---> Running in 42c91c98afd8 [2021-05-03T18:02:36.856Z] Successfully built 300b47e2b8ad [2021-05-03T18:02:37.123Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-03T18:02:37.123Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-05-03T18:02:37.123Z] Removing intermediate container 0f0142831ad8 [2021-05-03T18:02:37.123Z] ---> 5c4e51ca3097 [2021-05-03T18:02:37.123Z] Step 22/24 : LABEL arch=x86_64 [2021-05-03T18:02:37.699Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T18:02:37.962Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T18:02:38.542Z] ---> Running in f3bcf866fd32 [2021-05-03T18:02:39.490Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T18:02:39.490Z] Removing intermediate container 42c91c98afd8 [2021-05-03T18:02:39.490Z] ---> d584fa2991a8 [2021-05-03T18:02:39.490Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:02:39.490Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T18:02:39.490Z] Removing intermediate container d6f43aa083ec [2021-05-03T18:02:39.490Z] ---> 9382e6a0c6c1 [2021-05-03T18:02:39.490Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:02:41.434Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T18:02:41.434Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T18:02:41.434Z] ---> Running in 28bf950ab633 [2021-05-03T18:02:41.434Z] ---> Running in 5f62d739444b [2021-05-03T18:02:41.434Z] 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-05-03T18:02:42.012Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T18:02:42.012Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T18:02:42.274Z] Removing intermediate container f3bcf866fd32 [2021-05-03T18:02:42.274Z] ---> 2bc9bca7d4a7 [2021-05-03T18:02:42.274Z] Step 23/24 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:02:42.855Z] ---> Running in 90af637fca51 [2021-05-03T18:02:42.855Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T18:02:42.855Z] Removing intermediate container 5f62d739444b [2021-05-03T18:02:42.855Z] ---> 42daf2ec9bb7 [2021-05-03T18:02:42.855Z] [2021-05-03T18:02:42.855Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T18:02:42.855Z] Removing intermediate container 28bf950ab633 [2021-05-03T18:02:42.855Z] ---> 916c6277ff20 [2021-05-03T18:02:42.855Z] [2021-05-03T18:02:43.128Z] Successfully built 42daf2ec9bb7 [2021-05-03T18:02:43.128Z] Removing intermediate container 90af637fca51 [2021-05-03T18:02:43.128Z] ---> 524caddbbd36 [2021-05-03T18:02:43.128Z] Step 24/24 : LABEL version=2.0.0-dev.195 [2021-05-03T18:02:43.128Z] Successfully built 916c6277ff20 [2021-05-03T18:02:43.128Z] Successfully tagged docker-core-command-go:latest [2021-05-03T18:02:43.128Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-05-03T18:02:43.128Z] Successfully tagged docker-core-metadata-go:latest [2021-05-03T18:02:43.128Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-05-03T18:02:43.128Z] ---> Running in a7f91ee089bf [2021-05-03T18:02:44.088Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T18:02:44.088Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T18:02:46.682Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T18:02:46.682Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T18:02:46.682Z] Removing intermediate container a7f91ee089bf [2021-05-03T18:02:46.682Z] ---> e14e750652a1 [2021-05-03T18:02:46.682Z] [2021-05-03T18:02:46.949Z] Successfully built e14e750652a1 [2021-05-03T18:02:46.949Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T18:02:46.949Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T18:02:46.949Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-03T18:02:46.949Z] Building docker-support-scheduler-go [2021-05-03T18:02:47.221Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-pycreds>=0.4.0 [2021-05-03T18:02:47.221Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T18:02:47.221Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T18:02:47.483Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T18:02:47.483Z] 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-05-03T18:02:47.483Z] 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-05-03T18:02:47.750Z] Collecting idna<2.8,>=2.5 [2021-05-03T18:02:47.750Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T18:02:47.750Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T18:02:47.750Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T18:02:47.750Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T18:02:47.750Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T18:02:48.338Z] Installing collected packages: PyYAML, cached-property, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, docker-compose [2021-05-03T18:02:48.338Z] Running setup.py install for PyYAML: started [2021-05-03T18:02:51.676Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T18:02:57.026Z] Attempting uninstall: urllib3 [2021-05-03T18:02:57.026Z] Found existing installation: urllib3 1.25.9 [2021-05-03T18:02:57.026Z] Uninstalling urllib3-1.25.9: [2021-05-03T18:02:57.026Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T18:02:57.026Z] Attempting uninstall: idna [2021-05-03T18:02:57.026Z] Found existing installation: idna 2.9 [2021-05-03T18:02:57.026Z] Uninstalling idna-2.9: [2021-05-03T18:02:57.026Z] Successfully uninstalled idna-2.9 [2021-05-03T18:02:57.290Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:02:57.290Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:02:57.290Z] ---> aa76834e47c1 [2021-05-03T18:02:57.290Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T18:02:57.290Z] ---> Using cache [2021-05-03T18:02:57.290Z] ---> 28c1323ba0fc [2021-05-03T18:02:57.290Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:02:57.290Z] ---> Using cache [2021-05-03T18:02:57.290Z] ---> e5ecd337208f [2021-05-03T18:02:57.290Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T18:02:57.290Z] Attempting uninstall: requests [2021-05-03T18:02:57.290Z] Found existing installation: requests 2.23.0 [2021-05-03T18:02:57.290Z] ---> Using cache [2021-05-03T18:02:57.290Z] ---> c46588a2adf6 [2021-05-03T18:02:57.290Z] Step 6/31 : COPY go.mod . [2021-05-03T18:02:57.290Z] ---> Using cache [2021-05-03T18:02:57.290Z] ---> 468568251492 [2021-05-03T18:02:57.290Z] Step 7/31 : RUN go mod download [2021-05-03T18:02:57.290Z] Uninstalling requests-2.23.0: [2021-05-03T18:02:57.290Z] ---> Using cache [2021-05-03T18:02:57.290Z] ---> ea9a617546d5 [2021-05-03T18:02:57.290Z] Step 8/31 : COPY . . [2021-05-03T18:02:57.290Z] Successfully uninstalled requests-2.23.0 [2021-05-03T18:02:57.290Z] ---> Using cache [2021-05-03T18:02:57.290Z] ---> b58d56d875d1 [2021-05-03T18:02:57.290Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T18:02:58.247Z] ---> Running in 11a9c8a48309 [2021-05-03T18:02:58.247Z] Running setup.py install for docopt: started [2021-05-03T18:03:01.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-03T18:03:02.673Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T18:03:02.673Z] Running setup.py install for texttable: started [2021-05-03T18:03:05.145Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T18:03:05.145Z] Running setup.py install for dockerpty: started [2021-05-03T18:03:05.830Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T18:03:07.034Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-03T18:03:12.547Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:03:12.547Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:03:12.547Z] ---> aa76834e47c1 [2021-05-03T18:03:12.547Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T18:03:12.547Z] ---> Using cache [2021-05-03T18:03:12.547Z] ---> 28c1323ba0fc [2021-05-03T18:03:12.547Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:03:12.547Z] ---> Using cache [2021-05-03T18:03:12.547Z] ---> e5ecd337208f [2021-05-03T18:03:12.547Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T18:03:12.820Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:03:12.820Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:03:12.820Z] ---> aa76834e47c1 [2021-05-03T18:03:12.820Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T18:03:12.820Z] ---> Using cache [2021-05-03T18:03:12.820Z] ---> 28c1323ba0fc [2021-05-03T18:03:12.820Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:03:12.820Z] ---> Using cache [2021-05-03T18:03:12.820Z] ---> e5ecd337208f [2021-05-03T18:03:12.820Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T18:03:13.817Z] ---> Running in 11ce10101d4a [2021-05-03T18:03:13.817Z] ---> Running in 981c2217bb71 [2021-05-03T18:03:13.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:03:13.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:03:13.817Z] ---> aa76834e47c1 [2021-05-03T18:03:13.817Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T18:03:13.817Z] ---> Using cache [2021-05-03T18:03:13.817Z] ---> 28c1323ba0fc [2021-05-03T18:03:13.817Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:03:13.817Z] ---> Using cache [2021-05-03T18:03:13.817Z] ---> e5ecd337208f [2021-05-03T18:03:13.817Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T18:03:13.817Z] ---> Using cache [2021-05-03T18:03:13.817Z] ---> c46588a2adf6 [2021-05-03T18:03:13.817Z] Step 6/22 : COPY go.mod . [2021-05-03T18:03:13.817Z] ---> Using cache [2021-05-03T18:03:13.817Z] ---> 468568251492 [2021-05-03T18:03:13.817Z] Step 7/22 : RUN go mod download [2021-05-03T18:03:13.817Z] ---> Using cache [2021-05-03T18:03:13.817Z] ---> ea9a617546d5 [2021-05-03T18:03:13.817Z] Step 8/22 : COPY . . [2021-05-03T18:03:14.087Z] ---> Using cache [2021-05-03T18:03:14.087Z] ---> b58d56d875d1 [2021-05-03T18:03:14.087Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T18:03:15.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:03:15.088Z] ---> Running in b21acd6eb700 [2021-05-03T18:03:15.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:03:15.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T18:03:15.965Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:03:16.242Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:03:16.516Z] OK: 219 MiB in 52 packages [2021-05-03T18:03:17.102Z] OK: 219 MiB in 52 packages [2021-05-03T18:03:19.061Z] Removing intermediate container 11ce10101d4a [2021-05-03T18:03:19.061Z] ---> 3f8fcbb2593a [2021-05-03T18:03:19.061Z] Step 6/22 : COPY go.mod . [2021-05-03T18:03:19.330Z] Removing intermediate container 981c2217bb71 [2021-05-03T18:03:19.330Z] ---> 962bbd62ea78 [2021-05-03T18:03:19.330Z] Step 6/23 : COPY go.mod . [2021-05-03T18:03:19.924Z] ---> da72f5f50f96 [2021-05-03T18:03:19.924Z] Step 7/22 : RUN go mod download [2021-05-03T18:03:21.884Z] ---> fcf734299b57 [2021-05-03T18:03:21.884Z] Step 7/23 : RUN go mod download [2021-05-03T18:03:22.470Z] ---> Running in ebc4742e23c0 [2021-05-03T18:03:24.408Z] ---> Running in 0dc5379f3da5 [2021-05-03T18:03:28.710Z] Removing intermediate container 3e5ea158c47d [2021-05-03T18:03:28.710Z] ---> e19238f759f3 [2021-05-03T18:03:28.710Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T18:03:28.710Z] ---> Running in bb6d7c8e7917 [2021-05-03T18:03:28.710Z] Removing intermediate container 0dc5379f3da5 [2021-05-03T18:03:28.710Z] ---> e09801ddc80b [2021-05-03T18:03:28.710Z] Step 8/23 : COPY . . [2021-05-03T18:03:28.982Z] Removing intermediate container bb6d7c8e7917 [2021-05-03T18:03:28.982Z] ---> c3a8eb0bc772 [2021-05-03T18:03:28.982Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T18:03:28.982Z] Removing intermediate container ebc4742e23c0 [2021-05-03T18:03:28.982Z] ---> ad51b25644f5 [2021-05-03T18:03:28.982Z] Step 8/22 : COPY . . [2021-05-03T18:03:29.254Z] ---> Running in 46807f3e84ac [2021-05-03T18:03:34.598Z] Removing intermediate container 46807f3e84ac [2021-05-03T18:03:34.598Z] ---> 0c2c0490727b [2021-05-03T18:03:34.598Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T18:03:44.667Z] ---> 95ee5c4eaec4 [2021-05-03T18:03:44.667Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T18:03:44.667Z] Removing intermediate container 11a9c8a48309 [2021-05-03T18:03:44.667Z] ---> 1fe9b2d1c96f [2021-05-03T18:03:44.667Z] [2021-05-03T18:03:44.667Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T18:03:44.667Z] ---> 13621d1b12d4 [2021-05-03T18:03:44.667Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T18:03:48.902Z] ---> Running in 0fb4a933cd63 [2021-05-03T18:03:49.483Z] ---> 3884a9f73b3c [2021-05-03T18:03:49.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T18:03:53.743Z] Removing intermediate container 0fb4a933cd63 [2021-05-03T18:03:53.743Z] ---> 59df66116b47 [2021-05-03T18:03:53.743Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T18:03:54.699Z] ---> Running in bf3e181d3ea4 [2021-05-03T18:03:54.699Z] ---> d995faa1f12c [2021-05-03T18:03:54.699Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T18:04:02.874Z] ---> Running in ea6d87920cc2 [2021-05-03T18:04:02.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:04:02.874Z] Removing intermediate container b21acd6eb700 [2021-05-03T18:04:02.874Z] ---> 63c09fc78a1a [2021-05-03T18:04:02.874Z] [2021-05-03T18:04:02.874Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T18:04:02.874Z] ---> 13621d1b12d4 [2021-05-03T18:04:02.874Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T18:04:02.874Z] ---> Using cache [2021-05-03T18:04:02.874Z] ---> a4bf26a4ffdd [2021-05-03T18:04:02.874Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:04:02.874Z] ---> Using cache [2021-05-03T18:04:02.874Z] ---> 02c3716ae2bb [2021-05-03T18:04:02.874Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T18:04:02.874Z] Removing intermediate container ea6d87920cc2 [2021-05-03T18:04:02.874Z] ---> 41f3258e4e40 [2021-05-03T18:04:02.874Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:04:02.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:04:02.874Z] ---> af307fa63199 [2021-05-03T18:04:02.874Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T18:04:02.874Z] ---> c03613e9ea9c [2021-05-03T18:04:02.874Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T18:04:02.874Z] ---> Running in 80a4b67de8af [2021-05-03T18:04:02.874Z] ---> Running in e3e8f5a9b6c3 [2021-05-03T18:04:02.874Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T18:04:02.874Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T18:04:02.874Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:04:02.874Z] ---> Running in 2e953b7f5e63 [2021-05-03T18:04:02.874Z] ---> Running in ca91793ee50a [2021-05-03T18:04:02.874Z] OK: 6 MiB in 16 packages [2021-05-03T18:04:03.136Z] Removing intermediate container 80a4b67de8af [2021-05-03T18:04:03.136Z] ---> 38bd64940234 [2021-05-03T18:04:03.136Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T18:04:03.136Z] Removing intermediate container e3e8f5a9b6c3 [2021-05-03T18:04:03.136Z] ---> 38691251e730 [2021-05-03T18:04:03.136Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T18:04:03.407Z] ---> Running in bb9edc2f78e7 [2021-05-03T18:04:03.407Z] ---> Running in f885af44ce46 [2021-05-03T18:04:03.673Z] Removing intermediate container bb9edc2f78e7 [2021-05-03T18:04:03.673Z] ---> 5c79807a455a [2021-05-03T18:04:03.673Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:03.673Z] Removing intermediate container f885af44ce46 [2021-05-03T18:04:03.673Z] ---> b132c0e4a898 [2021-05-03T18:04:03.673Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:03.673Z] ---> Running in 5c2ff03ef35c [2021-05-03T18:04:03.673Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T18:04:03.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T18:04:03.941Z] Removing intermediate container bf3e181d3ea4 [2021-05-03T18:04:03.941Z] ---> aa80d8409c43 [2021-05-03T18:04:03.941Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T18:04:03.941Z] ---> be69ba63191f [2021-05-03T18:04:03.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T18:04:03.941Z] Removing intermediate container 5c2ff03ef35c [2021-05-03T18:04:03.941Z] ---> 69c4f729d177 [2021-05-03T18:04:03.941Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:04.207Z] ---> Running in 8ca1422c4c52 [2021-05-03T18:04:04.207Z] ---> Running in 7e55165cf917 [2021-05-03T18:04:04.475Z] Removing intermediate container 8ca1422c4c52 [2021-05-03T18:04:04.475Z] ---> 462cddaeb9e6 [2021-05-03T18:04:04.475Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T18:04:04.475Z] Removing intermediate container 7e55165cf917 [2021-05-03T18:04:04.475Z] ---> f5d5c4d11cee [2021-05-03T18:04:04.475Z] [2021-05-03T18:04:05.061Z] ---> Running in 52defa967aac [2021-05-03T18:04:05.061Z] ---> 8007b51706c8 [2021-05-03T18:04:05.061Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T18:04:05.333Z] Successfully built f5d5c4d11cee [2021-05-03T18:04:05.333Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-03T18:04:05.601Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 52defa967aac [2021-05-03T18:04:05.601Z] ---> a267f0296374 [2021-05-03T18:04:05.601Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T18:04:06.197Z] ---> Running in a9e41f8b7ff1 [2021-05-03T18:04:06.197Z] ---> 9a756db6b0cd [2021-05-03T18:04:06.197Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T18:04:06.197Z] ---> Running in a156b647dbac [2021-05-03T18:04:06.470Z] Removing intermediate container a156b647dbac [2021-05-03T18:04:06.470Z] ---> 9060cd71cfc3 [2021-05-03T18:04:06.470Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:04:06.747Z] ---> Running in f475a370f3fd [2021-05-03T18:04:07.335Z] Removing intermediate container f475a370f3fd [2021-05-03T18:04:07.335Z] ---> 005ad923de4e [2021-05-03T18:04:07.335Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T18:04:07.947Z] ---> Running in 2b7b232ed736 [2021-05-03T18:04:08.542Z] Removing intermediate container 2b7b232ed736 [2021-05-03T18:04:08.542Z] ---> d34377365d71 [2021-05-03T18:04:08.542Z] Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:08.542Z] ---> Running in db3a80c84f4f [2021-05-03T18:04:08.542Z] Removing intermediate container a9e41f8b7ff1 [2021-05-03T18:04:08.542Z] ---> 9dfc8521ab93 [2021-05-03T18:04:08.542Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T18:04:08.817Z] ---> Running in 09c19bd7797a [2021-05-03T18:04:08.817Z] Removing intermediate container db3a80c84f4f [2021-05-03T18:04:08.817Z] ---> 5bb44e175dc9 [2021-05-03T18:04:08.817Z] Step 22/22 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:09.091Z] ---> Running in 345d2f6e145f [2021-05-03T18:04:09.091Z] Removing intermediate container 09c19bd7797a [2021-05-03T18:04:09.091Z] ---> e67126808f92 [2021-05-03T18:04:09.091Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T18:04:09.672Z] Removing intermediate container 345d2f6e145f [2021-05-03T18:04:09.672Z] ---> 4c39afb5df5c [2021-05-03T18:04:09.672Z] [2021-05-03T18:04:09.672Z] Successfully built 4c39afb5df5c [2021-05-03T18:04:09.940Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-03T18:04:09.940Z]  Building docker-support-scheduler-go ... done  ---> fab7b82c2eeb [2021-05-03T18:04:09.940Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T18:04:09.940Z] ---> Running in e9853557320a [2021-05-03T18:04:12.553Z] Removing intermediate container e9853557320a [2021-05-03T18:04:12.553Z] ---> 6343dd711454 [2021-05-03T18:04:12.553Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:13.140Z] ---> 26b838e7260c [2021-05-03T18:04:13.140Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T18:04:14.556Z] ---> 77feb7d9b103 [2021-05-03T18:04:14.556Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T18:04:14.556Z] ---> c5452417e564 [2021-05-03T18:04:14.556Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T18:04:15.004Z] Removing intermediate container 4eb36282beef [2021-05-03T18:04:15.004Z] ---> f69558598aa9 [2021-05-03T18:04:15.004Z] [2021-05-03T18:04:15.004Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T18:04:15.004Z] 3.12: Pulling from library/alpine [2021-05-03T18:04:15.004Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T18:04:15.004Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T18:04:15.004Z] ---> 9852663dfa18 [2021-05-03T18:04:15.004Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T18:04:15.004Z] ---> Running in 6515c40a15cb [2021-05-03T18:04:15.004Z] Removing intermediate container 6515c40a15cb [2021-05-03T18:04:15.004Z] ---> 309153fa958c [2021-05-03T18:04:15.004Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T18:04:15.004Z] ---> Running in 49d005ba0734 [2021-05-03T18:04:15.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:15.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:15.004Z] Removing intermediate container a2d6a4bd3770 [2021-05-03T18:04:15.004Z] ---> 1240fd6a8c6a [2021-05-03T18:04:15.004Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T18:04:15.004Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T18:04:15.004Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T18:04:15.004Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:04:15.004Z] OK: 5 MiB in 16 packages [2021-05-03T18:04:15.004Z] ---> Running in 48571077113a [2021-05-03T18:04:15.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T18:04:15.283Z] Removing intermediate container 49d005ba0734 [2021-05-03T18:04:15.283Z] ---> c43ad7f91a50 [2021-05-03T18:04:15.283Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T18:04:15.511Z] ---> e528be1ab840 [2021-05-03T18:04:15.511Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T18:04:15.555Z] ---> Running in 70229cc660ec [2021-05-03T18:04:15.841Z] Removing intermediate container 455b4b66aa29 [2021-05-03T18:04:15.841Z] ---> 1719a2a01e6c [2021-05-03T18:04:15.841Z] [2021-05-03T18:04:15.841Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T18:04:15.841Z] ---> 9852663dfa18 [2021-05-03T18:04:15.841Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T18:04:16.470Z] ---> 4e877baef2a5 [2021-05-03T18:04:16.471Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T18:04:16.471Z] ---> Running in 30632c3be47f [2021-05-03T18:04:16.472Z] ---> Running in 7078dac9fb70 [2021-05-03T18:04:16.472Z] Removing intermediate container 70229cc660ec [2021-05-03T18:04:16.472Z] ---> 98a7c82649be [2021-05-03T18:04:16.472Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T18:04:16.744Z] Removing intermediate container 30632c3be47f [2021-05-03T18:04:16.744Z] ---> 5c8051a4dd74 [2021-05-03T18:04:16.744Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T18:04:16.749Z] ---> Running in e7673024114a [2021-05-03T18:04:17.333Z] ---> 9a3ad3b8d543 [2021-05-03T18:04:17.333Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T18:04:17.354Z] Removing intermediate container e7673024114a [2021-05-03T18:04:17.354Z] ---> 8bab2a84d954 [2021-05-03T18:04:17.354Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T18:04:17.603Z] ---> Running in 99a420f059e1 [2021-05-03T18:04:17.629Z] ---> Running in ea5b1a6a5f6b [2021-05-03T18:04:18.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:18.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:19.231Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T18:04:19.231Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:04:19.231Z] OK: 5 MiB in 15 packages [2021-05-03T18:04:19.564Z] Removing intermediate container 99a420f059e1 [2021-05-03T18:04:19.564Z] ---> de9a281cdde8 [2021-05-03T18:04:19.564Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T18:04:19.833Z] ---> Running in 92e8d2a233a3 [2021-05-03T18:04:20.100Z] Removing intermediate container 92e8d2a233a3 [2021-05-03T18:04:20.100Z] ---> 3cb15a98a3a4 [2021-05-03T18:04:20.100Z] Step 28/31 : CMD ["gate"] [2021-05-03T18:04:20.220Z] Removing intermediate container 48571077113a [2021-05-03T18:04:20.220Z] ---> 432e5b02d9cf [2021-05-03T18:04:20.220Z] [2021-05-03T18:04:20.220Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T18:04:20.220Z] 20.10.0: Pulling from library/docker [2021-05-03T18:04:20.366Z] ---> Running in 80e3dcae2718 [2021-05-03T18:04:20.638Z] Removing intermediate container 80e3dcae2718 [2021-05-03T18:04:20.638Z] ---> 027ee40a110c [2021-05-03T18:04:20.638Z] Step 29/31 : LABEL arch=x86_64 [2021-05-03T18:04:20.910Z] ---> Running in 244c707fddb1 [2021-05-03T18:04:21.213Z] Removing intermediate container 7078dac9fb70 [2021-05-03T18:04:21.213Z] ---> e4569df39fd6 [2021-05-03T18:04:21.213Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:04:21.487Z] ---> Running in c878bc38eafb [2021-05-03T18:04:21.506Z] Removing intermediate container 244c707fddb1 [2021-05-03T18:04:21.506Z] ---> cf261d90f1da [2021-05-03T18:04:21.506Z] Step 30/31 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:21.772Z] ---> Running in 4fca3c0e01ab [2021-05-03T18:04:22.036Z] Removing intermediate container 4fca3c0e01ab [2021-05-03T18:04:22.036Z] ---> 30575604a2c4 [2021-05-03T18:04:22.036Z] Step 31/31 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:22.093Z] Removing intermediate container ea5b1a6a5f6b [2021-05-03T18:04:22.093Z] ---> 303c11e71b19 [2021-05-03T18:04:22.093Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T18:04:22.306Z] ---> Running in f4e95ded1f2e [2021-05-03T18:04:22.571Z] Removing intermediate container f4e95ded1f2e [2021-05-03T18:04:22.572Z] ---> c74ace938d15 [2021-05-03T18:04:22.572Z] [2021-05-03T18:04:22.572Z] Successfully built c74ace938d15 [2021-05-03T18:04:22.572Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-03T18:04:22.710Z] ---> Running in a96469b8aa48 [2021-05-03T18:04:23.326Z] Removing intermediate container c878bc38eafb [2021-05-03T18:04:23.326Z] ---> 239b6eb2a9e8 [2021-05-03T18:04:23.326Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T18:04:24.335Z] ---> Running in 7136ea420ac9 [2021-05-03T18:04:24.620Z] Removing intermediate container a96469b8aa48 [2021-05-03T18:04:24.620Z] ---> 59a3753a7e16 [2021-05-03T18:04:24.620Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T18:04:25.237Z] Removing intermediate container 7136ea420ac9 [2021-05-03T18:04:25.237Z] ---> 887f9994c52b [2021-05-03T18:04:25.237Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T18:04:25.518Z] ---> Running in 2962cc8bd0a4 [2021-05-03T18:04:25.797Z] ---> ef04d4c8dd52 [2021-05-03T18:04:25.797Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T18:04:26.406Z] ---> Running in 1a2887891da5 [2021-05-03T18:04:26.406Z] Removing intermediate container 2962cc8bd0a4 [2021-05-03T18:04:26.406Z] ---> 5dd2053649ae [2021-05-03T18:04:26.406Z] Step 15/23 : WORKDIR / [2021-05-03T18:04:26.793Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container ca91793ee50a [2021-05-03T18:04:26.793Z] ---> 90c0cbe78236 [2021-05-03T18:04:26.793Z] [2021-05-03T18:04:26.793Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T18:04:26.793Z] ---> 13621d1b12d4 [2021-05-03T18:04:26.793Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T18:04:27.060Z] ---> Running in f54de49d63ad [2021-05-03T18:04:27.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:04:27.461Z] ---> Running in 2af372ae0805 [2021-05-03T18:04:27.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:04:27.588Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T18:04:27.588Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T18:04:27.588Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:04:27.588Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T18:04:27.855Z] OK: 6 MiB in 16 packages [2021-05-03T18:04:28.913Z] Removing intermediate container 2af372ae0805 [2021-05-03T18:04:28.913Z] ---> 2295a4d0dae6 [2021-05-03T18:04:28.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:29.780Z] Removing intermediate container 2e953b7f5e63 [2021-05-03T18:04:29.780Z] ---> 824dbbdc0941 [2021-05-03T18:04:29.780Z] [2021-05-03T18:04:29.780Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T18:04:29.780Z] ---> 13621d1b12d4 [2021-05-03T18:04:29.780Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T18:04:29.780Z] ---> Running in 84635c6a552e [2021-05-03T18:04:30.044Z] Removing intermediate container f54de49d63ad [2021-05-03T18:04:30.044Z] ---> ad1fcf5a0870 [2021-05-03T18:04:30.044Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:04:30.044Z] ---> Running in 821b63393ec2 [2021-05-03T18:04:30.044Z] Removing intermediate container 84635c6a552e [2021-05-03T18:04:30.044Z] ---> 7936198e9a0e [2021-05-03T18:04:30.044Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T18:04:30.372Z] ---> Running in 3e7f8ce20b72 [2021-05-03T18:04:30.372Z] Removing intermediate container 821b63393ec2 [2021-05-03T18:04:30.372Z] ---> 518e4232781f [2021-05-03T18:04:30.372Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T18:04:30.372Z] ---> Running in f74a1be2648b [2021-05-03T18:04:30.372Z] Removing intermediate container 3e7f8ce20b72 [2021-05-03T18:04:30.372Z] ---> 3f4cafbc1e60 [2021-05-03T18:04:30.372Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T18:04:30.664Z] ---> Running in d217a73529eb [2021-05-03T18:04:30.664Z] Removing intermediate container f74a1be2648b [2021-05-03T18:04:30.664Z] ---> 9603f627fc96 [2021-05-03T18:04:30.664Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T18:04:30.664Z] ---> Running in 76a15c197b8d [2021-05-03T18:04:30.664Z] Removing intermediate container d217a73529eb [2021-05-03T18:04:30.664Z] ---> 450dad64cdd0 [2021-05-03T18:04:30.664Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:04:30.913Z] Removing intermediate container 9a7f79f7f6b4 [2021-05-03T18:04:30.913Z] ---> 2f73c4de318d [2021-05-03T18:04:30.913Z] [2021-05-03T18:04:30.913Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T18:04:30.913Z] ---> 9852663dfa18 [2021-05-03T18:04:30.913Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T18:04:30.913Z] ---> Using cache [2021-05-03T18:04:30.913Z] ---> e4569df39fd6 [2021-05-03T18:04:30.913Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:04:30.913Z] ---> Using cache [2021-05-03T18:04:30.913Z] ---> 239b6eb2a9e8 [2021-05-03T18:04:30.913Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T18:04:30.913Z] ---> 2089e11a2389 [2021-05-03T18:04:30.913Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T18:04:30.935Z] ---> Running in 1cd524079194 [2021-05-03T18:04:30.935Z] Removing intermediate container 76a15c197b8d [2021-05-03T18:04:30.935Z] ---> 7ab11c8dc977 [2021-05-03T18:04:30.935Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:31.189Z] ---> Running in 8b4a48b6d63a [2021-05-03T18:04:31.189Z] Removing intermediate container 1a2887891da5 [2021-05-03T18:04:31.189Z] ---> c031f4f89344 [2021-05-03T18:04:31.189Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:31.220Z] ---> bc74e2979b72 [2021-05-03T18:04:31.220Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T18:04:31.829Z] ---> f8c2feeb5d2a [2021-05-03T18:04:31.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T18:04:31.829Z] Removing intermediate container 1cd524079194 [2021-05-03T18:04:31.829Z] ---> e89e3097f556 [2021-05-03T18:04:31.829Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T18:04:32.091Z] ---> Running in 06183e25d589 [2021-05-03T18:04:32.091Z] ---> b82c8f17014a [2021-05-03T18:04:32.091Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T18:04:32.184Z] Removing intermediate container 8b4a48b6d63a [2021-05-03T18:04:32.184Z] ---> 50c90b9b1a0e [2021-05-03T18:04:32.184Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T18:04:32.355Z] ---> Running in 9d2521c9efd2 [2021-05-03T18:04:32.355Z] Removing intermediate container 9d2521c9efd2 [2021-05-03T18:04:32.355Z] ---> 0bbd8520666c [2021-05-03T18:04:32.355Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:04:32.617Z] ---> Running in 2256de3392a7 [2021-05-03T18:04:32.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T18:04:32.879Z] Removing intermediate container 2256de3392a7 [2021-05-03T18:04:32.879Z] ---> a6f143d3ef60 [2021-05-03T18:04:32.879Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T18:04:32.879Z] ---> Running in 233300a71b00 [2021-05-03T18:04:33.140Z] Removing intermediate container 233300a71b00 [2021-05-03T18:04:33.140Z] ---> 21620a5a8c85 [2021-05-03T18:04:33.140Z] Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:33.140Z] ---> Running in 88392f935033 [2021-05-03T18:04:33.178Z] ---> ccae5d60b9cf [2021-05-03T18:04:33.178Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T18:04:33.178Z] ---> Running in cd0a4f28636f [2021-05-03T18:04:33.401Z] Removing intermediate container 88392f935033 [2021-05-03T18:04:33.401Z] ---> e50bae6cd0ef [2021-05-03T18:04:33.401Z] Step 22/22 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:33.401Z] ---> Running in cdb98c5d8637 [2021-05-03T18:04:33.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T18:04:33.401Z] Removing intermediate container cdb98c5d8637 [2021-05-03T18:04:33.401Z] ---> 6fa5cdeacd52 [2021-05-03T18:04:33.401Z] [2021-05-03T18:04:33.663Z] Successfully built 6fa5cdeacd52 [2021-05-03T18:04:33.663Z] Successfully tagged docker-support-notifications-go:latest [2021-05-03T18:04:33.781Z] ---> d713a01a4fe3 [2021-05-03T18:04:33.781Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T18:04:33.924Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T18:04:33.924Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T18:04:33.924Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T18:04:34.186Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T18:04:34.377Z] Removing intermediate container cd0a4f28636f [2021-05-03T18:04:34.377Z] ---> 57c1339abb81 [2021-05-03T18:04:34.377Z] Step 15/23 : WORKDIR / [2021-05-03T18:04:34.651Z] Removing intermediate container adb8491e51b5 [2021-05-03T18:04:34.651Z] ---> 9d338a525158 [2021-05-03T18:04:34.651Z] [2021-05-03T18:04:34.651Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T18:04:34.651Z] ---> 9852663dfa18 [2021-05-03T18:04:34.651Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T18:04:34.922Z] ---> Running in 8d0f2160fdf8 [2021-05-03T18:04:35.138Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T18:04:35.138Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T18:04:35.138Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:04:35.138Z] OK: 8 MiB in 20 packages [2021-05-03T18:04:35.202Z] ---> Running in a678f6a4ff40 [2021-05-03T18:04:35.202Z] ---> 5eccf6fd5af1 [2021-05-03T18:04:35.202Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T18:04:35.202Z] ---> c4f5e8cc9074 [2021-05-03T18:04:35.202Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T18:04:35.476Z] ---> Running in dbae8dccfdf4 [2021-05-03T18:04:35.476Z] Removing intermediate container 8d0f2160fdf8 [2021-05-03T18:04:35.476Z] ---> ecafe52a481a [2021-05-03T18:04:35.476Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:35.753Z] Removing intermediate container a678f6a4ff40 [2021-05-03T18:04:35.753Z] ---> 84bac15c4288 [2021-05-03T18:04:35.753Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T18:04:36.029Z] ---> Running in c1302d334254 [2021-05-03T18:04:36.029Z] Removing intermediate container dbae8dccfdf4 [2021-05-03T18:04:36.029Z] ---> 49e423e385ef [2021-05-03T18:04:36.029Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:04:36.309Z] ---> 9c8527d58a18 [2021-05-03T18:04:36.309Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T18:04:36.309Z] ---> Running in a8b2cc639dbf [2021-05-03T18:04:36.531Z] Removing intermediate container 06183e25d589 [2021-05-03T18:04:36.531Z] ---> 8d9de96454a1 [2021-05-03T18:04:36.531Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:36.531Z] ---> 276d2ba10a72 [2021-05-03T18:04:36.531Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T18:04:36.591Z] ---> 3fc74f03d5ce [2021-05-03T18:04:36.591Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T18:04:36.591Z] Removing intermediate container c1302d334254 [2021-05-03T18:04:36.591Z] ---> 62347439eb6c [2021-05-03T18:04:36.591Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T18:04:36.863Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T18:04:36.863Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T18:04:36.863Z] ---> eeaf43b92773 [2021-05-03T18:04:36.863Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:04:36.863Z] ---> Running in 065c62313862 [2021-05-03T18:04:37.107Z] ---> ed4b3f8f4a43 [2021-05-03T18:04:37.108Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T18:04:37.135Z] Removing intermediate container a8b2cc639dbf [2021-05-03T18:04:37.135Z] ---> 04025010d17f [2021-05-03T18:04:37.135Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T18:04:37.370Z] ---> 4ad6f00614f8 [2021-05-03T18:04:37.370Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T18:04:37.370Z] ---> Running in 5a14c47d8b84 [2021-05-03T18:04:37.409Z] ---> Running in a6e0451aa671 [2021-05-03T18:04:37.409Z] ---> Running in e2a3228a20cf [2021-05-03T18:04:37.409Z] ---> 7b97f034a548 [2021-05-03T18:04:37.409Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T18:04:37.632Z] Removing intermediate container 5a14c47d8b84 [2021-05-03T18:04:37.632Z] ---> 21ab03dbb586 [2021-05-03T18:04:37.632Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:04:37.632Z] ---> Running in 02aa74a53a7a [2021-05-03T18:04:37.683Z] Removing intermediate container 065c62313862 [2021-05-03T18:04:37.683Z] ---> 20c639b75927 [2021-05-03T18:04:37.683Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:04:37.895Z] Removing intermediate container 02aa74a53a7a [2021-05-03T18:04:37.895Z] ---> a7eebb1a4464 [2021-05-03T18:04:37.895Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T18:04:37.895Z] ---> Running in 89801f3ee15d [2021-05-03T18:04:37.958Z] ---> Running in 52824b5dfe83 [2021-05-03T18:04:38.158Z] Removing intermediate container 89801f3ee15d [2021-05-03T18:04:38.158Z] ---> e53b46cfa3f7 [2021-05-03T18:04:38.158Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:38.158Z] ---> Running in 8b219ec39acc [2021-05-03T18:04:38.247Z] Removing intermediate container e2a3228a20cf [2021-05-03T18:04:38.247Z] ---> 2a3af67df72b [2021-05-03T18:04:38.247Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:38.247Z] Removing intermediate container a6e0451aa671 [2021-05-03T18:04:38.247Z] ---> f487d453a4a2 [2021-05-03T18:04:38.247Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T18:04:38.247Z] ---> b912b3f837ce [2021-05-03T18:04:38.247Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T18:04:38.421Z] Removing intermediate container 8b219ec39acc [2021-05-03T18:04:38.421Z] ---> d914d9035572 [2021-05-03T18:04:38.421Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:38.421Z] ---> Running in 3060a6b8ec32 [2021-05-03T18:04:38.523Z] ---> Running in 334e275c90b4 [2021-05-03T18:04:38.523Z] ---> Running in fe71bfd67937 [2021-05-03T18:04:38.523Z] ---> 44577c3a95c4 [2021-05-03T18:04:38.523Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T18:04:38.683Z] Removing intermediate container 3060a6b8ec32 [2021-05-03T18:04:38.683Z] ---> 6815ef57d241 [2021-05-03T18:04:38.683Z] [2021-05-03T18:04:38.683Z] Successfully built 6815ef57d241 [2021-05-03T18:04:38.683Z] Successfully tagged docker-core-data-go:latest [2021-05-03T18:04:38.955Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-03T18:04:38.989Z] $ docker stop --time=1 111b3cb1fa1b9f945c6b352ecbe4af9bcca7cab3752bdcd13900d6ab339a7a54 [2021-05-03T18:04:39.140Z] ---> Running in be0f94c0b159 [2021-05-03T18:04:39.421Z] Removing intermediate container 334e275c90b4 [2021-05-03T18:04:39.421Z] ---> c940960f2629 [2021-05-03T18:04:39.421Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:39.421Z] ---> fc8753066081 [2021-05-03T18:04:39.421Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T18:04:39.700Z] ---> Running in 64d610846a47 [2021-05-03T18:04:39.700Z] ---> Running in bc519170a63c [2021-05-03T18:04:39.976Z] Removing intermediate container be0f94c0b159 [2021-05-03T18:04:39.976Z] ---> 3741751b8020 [2021-05-03T18:04:39.976Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T18:04:40.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:40.266Z] Removing intermediate container 64d610846a47 [2021-05-03T18:04:40.266Z] ---> bd97843514de [2021-05-03T18:04:40.266Z] [2021-05-03T18:04:40.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:40.542Z] Removing intermediate container bc519170a63c [2021-05-03T18:04:40.542Z] ---> 8ca6dea03718 [2021-05-03T18:04:40.542Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:04:40.643Z] $ docker rm -f 111b3cb1fa1b9f945c6b352ecbe4af9bcca7cab3752bdcd13900d6ab339a7a54 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T18:04:40.821Z] ---> Running in b7d219f57a7d [2021-05-03T18:04:41.060Z] + docker images [2021-05-03T18:04:41.060Z] + grep docker [2021-05-03T18:04:41.102Z] ---> ba88a87ca091 [2021-05-03T18:04:41.102Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T18:04:41.102Z] Successfully built bd97843514de [2021-05-03T18:04:41.102Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T18:04:41.102Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T18:04:41.102Z] Executing bash-5.0.17-r0.post-install [2021-05-03T18:04:41.102Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T18:04:41.102Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T18:04:41.102Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T18:04:41.102Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T18:04:41.102Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-03T18:04:41.102Z]  Building docker-core-command-go ... done (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T18:04:41.102Z] Building docker-security-proxy-setup-go [2021-05-03T18:04:41.102Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T18:04:41.102Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T18:04:41.102Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T18:04:41.102Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T18:04:41.102Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T18:04:41.102Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T18:04:41.322Z] docker-core-data-go latest 6815ef57d241 3 seconds ago 21.5MB [2021-05-03T18:04:41.322Z] docker-support-notifications-go latest 6fa5cdeacd52 8 seconds ago 17.6MB [2021-05-03T18:04:41.322Z] docker-security-bootstrapper-go latest c74ace938d15 19 seconds ago 18.2MB [2021-05-03T18:04:41.322Z] docker-support-scheduler-go latest 4c39afb5df5c 32 seconds ago 17.1MB [2021-05-03T18:04:41.322Z] docker-sys-mgmt-agent-go latest f5d5c4d11cee 37 seconds ago 312MB [2021-05-03T18:04:41.322Z] docker-security-secretstore-setup-go latest e14e750652a1 About a minute ago 25.6MB [2021-05-03T18:04:41.322Z] docker-core-command-go latest 42daf2ec9bb7 About a minute ago 17MB [2021-05-03T18:04:41.322Z] docker-core-metadata-go latest 916c6277ff20 About a minute ago 18.6MB [2021-05-03T18:04:41.322Z] docker-security-proxy-setup-go latest 300b47e2b8ad 2 minutes ago 25.3MB [2021-05-03T18:04:41.322Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-05-03T18:04:41.378Z] Removing intermediate container 52824b5dfe83 [2021-05-03T18:04:41.378Z] ---> Running in 48b585a8f07c [2021-05-03T18:04:41.378Z] ---> 4112dfba75ba [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T18:04:41.500Z] provisioning config files... [2021-05-03T18:04:41.546Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config6984550441735111721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:04:41.659Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T18:04:41.874Z] ---> docker-login.sh [2021-05-03T18:04:41.874Z] nexus3.edgexfoundry.org:10001 [2021-05-03T18:04:41.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:04:41.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:04:41.874Z] Configure a credential helper to remove this warning. See [2021-05-03T18:04:41.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:04:41.874Z] [2021-05-03T18:04:41.874Z] Login Succeeded [2021-05-03T18:04:41.874Z] nexus3.edgexfoundry.org:10002 [2021-05-03T18:04:41.932Z] Removing intermediate container b7d219f57a7d [2021-05-03T18:04:41.932Z] ---> 17800666818b [2021-05-03T18:04:41.932Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T18:04:42.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:04:42.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:04:42.136Z] Configure a credential helper to remove this warning. See [2021-05-03T18:04:42.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:04:42.136Z] [2021-05-03T18:04:42.136Z] Login Succeeded [2021-05-03T18:04:42.136Z] nexus3.edgexfoundry.org:10003 [2021-05-03T18:04:42.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:04:42.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:04:42.399Z] Configure a credential helper to remove this warning. See [2021-05-03T18:04:42.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:04:42.399Z] [2021-05-03T18:04:42.399Z] Login Succeeded [2021-05-03T18:04:42.399Z] nexus3.edgexfoundry.org:10004 [2021-05-03T18:04:42.544Z] ---> Running in 1773f8642852 [2021-05-03T18:04:42.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:04:42.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:04:42.661Z] Configure a credential helper to remove this warning. See [2021-05-03T18:04:42.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:04:42.661Z] [2021-05-03T18:04:42.661Z] Login Succeeded [2021-05-03T18:04:42.661Z] docker.io [2021-05-03T18:04:42.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:04:42.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:04:42.923Z] Configure a credential helper to remove this warning. See [2021-05-03T18:04:42.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:04:42.924Z] [2021-05-03T18:04:42.924Z] Login Succeeded [2021-05-03T18:04:42.924Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T18:04:42.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:04:43.010Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-05-03T18:04:43.011Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:43.011Z] 2.0.0-dev.195 [2021-05-03T18:04:43.011Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:43.011Z] master [2021-05-03T18:04:43.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:43.362Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:43.543Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T18:04:43.543Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T18:04:43.543Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T18:04:43.543Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T18:04:43.543Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T18:04:43.543Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T18:04:43.543Z] ---> Running in 71b8bddda12a [2021-05-03T18:04:43.543Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T18:04:43.543Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T18:04:43.543Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T18:04:43.543Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T18:04:43.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:43.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-03T18:04:43.666Z] 7bef7b1ac815: Preparing [2021-05-03T18:04:43.667Z] ad0a9a396081: Preparing [2021-05-03T18:04:43.667Z] 7455db53e157: Preparing [2021-05-03T18:04:43.667Z] 5efcfb1a8939: Preparing [2021-05-03T18:04:43.667Z] 32f366d666a5: Preparing [2021-05-03T18:04:43.667Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:43.820Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T18:04:43.820Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T18:04:43.820Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T18:04:43.820Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T18:04:43.820Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T18:04:43.820Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T18:04:43.820Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T18:04:43.820Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T18:04:43.820Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T18:04:43.820Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T18:04:43.820Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T18:04:43.820Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T18:04:43.820Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T18:04:43.929Z] 7bef7b1ac815: Pushed [2021-05-03T18:04:43.929Z] 7455db53e157: Pushed [2021-05-03T18:04:43.929Z] 5efcfb1a8939: Pushed [2021-05-03T18:04:44.102Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T18:04:44.103Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T18:04:44.103Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T18:04:44.103Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T18:04:44.394Z] OK: 72 MiB in 59 packages [2021-05-03T18:04:44.683Z] Removing intermediate container 71b8bddda12a [2021-05-03T18:04:44.683Z] ---> e7e2aefb5fe4 [2021-05-03T18:04:44.683Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:44.879Z] ad0a9a396081: Pushed [2021-05-03T18:04:44.879Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:44.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:45.186Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:45.234Z] ---> Running in aa13d0e0fcfb [2021-05-03T18:04:45.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.195 [2021-05-03T18:04:45.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-03T18:04:45.501Z] 7bef7b1ac815: Preparing [2021-05-03T18:04:45.501Z] ad0a9a396081: Preparing [2021-05-03T18:04:45.501Z] 7455db53e157: Preparing [2021-05-03T18:04:45.501Z] 5efcfb1a8939: Preparing [2021-05-03T18:04:45.501Z] 32f366d666a5: Preparing [2021-05-03T18:04:45.501Z] 7bef7b1ac815: Layer already exists [2021-05-03T18:04:45.501Z] 5efcfb1a8939: Layer already exists [2021-05-03T18:04:45.501Z] ad0a9a396081: Layer already exists [2021-05-03T18:04:45.501Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:45.501Z] 7455db53e157: Layer already exists [2021-05-03T18:04:45.501Z] 2.0.0-dev.195: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:45.809Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:45.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:04:45.833Z] Removing intermediate container 48b585a8f07c [2021-05-03T18:04:45.833Z] ---> 48af45a5d57f [2021-05-03T18:04:45.833Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T18:04:45.833Z] Removing intermediate container aa13d0e0fcfb [2021-05-03T18:04:45.833Z] ---> b69842d1afd8 [2021-05-03T18:04:45.833Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:46.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:46.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-03T18:04:46.113Z] 7bef7b1ac815: Preparing [2021-05-03T18:04:46.113Z] ad0a9a396081: Preparing [2021-05-03T18:04:46.113Z] 7455db53e157: Preparing [2021-05-03T18:04:46.113Z] 5efcfb1a8939: Preparing [2021-05-03T18:04:46.113Z] 32f366d666a5: Preparing [2021-05-03T18:04:46.113Z] 7bef7b1ac815: Layer already exists [2021-05-03T18:04:46.113Z] 7455db53e157: Layer already exists [2021-05-03T18:04:46.113Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:46.113Z] ad0a9a396081: Layer already exists [2021-05-03T18:04:46.113Z] 5efcfb1a8939: Layer already exists [2021-05-03T18:04:46.113Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 [2021-05-03T18:04:46.120Z] ---> Running in 2c45eab106c7 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:46.420Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:46.507Z] ---> Running in 17746d80caab [2021-05-03T18:04:46.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-05-03T18:04:46.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-03T18:04:46.721Z] 7bef7b1ac815: Preparing [2021-05-03T18:04:46.721Z] ad0a9a396081: Preparing [2021-05-03T18:04:46.721Z] 7455db53e157: Preparing [2021-05-03T18:04:46.721Z] 5efcfb1a8939: Preparing [2021-05-03T18:04:46.721Z] 32f366d666a5: Preparing [2021-05-03T18:04:46.721Z] 5efcfb1a8939: Layer already exists [2021-05-03T18:04:46.721Z] 7455db53e157: Layer already exists [2021-05-03T18:04:46.721Z] ad0a9a396081: Layer already exists [2021-05-03T18:04:46.721Z] 7bef7b1ac815: Layer already exists [2021-05-03T18:04:46.721Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:46.721Z] master: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:04:46.779Z] ===================================================== [Pipeline] echo [2021-05-03T18:04:46.794Z] taggedImages: [2021-05-03T18:04:46.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:46.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.195 [2021-05-03T18:04:46.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:46.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-05-03T18:04:46.827Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-05-03T18:04:46.827Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:46.827Z] 2.0.0-dev.195 [2021-05-03T18:04:46.827Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:46.827Z] master [2021-05-03T18:04:46.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-05-03T18:04:46.852Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T18:04:46.852Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T18:04:46.852Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T18:04:46.852Z] (4/6) Installing libstdc++ (9.3.0-r2) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:47.178Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:47.260Z] Removing intermediate container 2c45eab106c7 [2021-05-03T18:04:47.260Z] ---> 38ec3661282c [2021-05-03T18:04:47.260Z] Step 28/31 : CMD ["gate"] [2021-05-03T18:04:47.260Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T18:04:47.260Z] Removing intermediate container 17746d80caab [2021-05-03T18:04:47.260Z] ---> 587f793ce712 [2021-05-03T18:04:47.260Z] [2021-05-03T18:04:47.260Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T18:04:47.260Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:04:47.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:47.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-03T18:04:47.477Z] eaf7e3416e5f: Preparing [2021-05-03T18:04:47.477Z] 8dc02e0dda8d: Preparing [2021-05-03T18:04:47.477Z] 7455db53e157: Preparing [2021-05-03T18:04:47.477Z] 8cbe3deaa11c: Preparing [2021-05-03T18:04:47.477Z] d9d448a523e3: Preparing [2021-05-03T18:04:47.477Z] 32f366d666a5: Preparing [2021-05-03T18:04:47.477Z] 32f366d666a5: Waiting [2021-05-03T18:04:47.477Z] 7455db53e157: Layer already exists [2021-05-03T18:04:47.477Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:47.559Z] OK: 8 MiB in 20 packages [2021-05-03T18:04:47.559Z] ---> Running in a065cc309db6 [2021-05-03T18:04:47.740Z] d9d448a523e3: Pushed [2021-05-03T18:04:47.740Z] eaf7e3416e5f: Pushed [2021-05-03T18:04:47.740Z] 8cbe3deaa11c: Pushed [2021-05-03T18:04:48.202Z] Successfully built 587f793ce712 [2021-05-03T18:04:48.202Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-03T18:04:48.202Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-05-03T18:04:48.684Z] 8dc02e0dda8d: Pushed [2021-05-03T18:04:48.946Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:49.259Z] Removing intermediate container a065cc309db6 [2021-05-03T18:04:49.260Z] ---> b0754e606b07 [2021-05-03T18:04:49.260Z] Step 29/31 : LABEL arch=arm64 [2021-05-03T18:04:49.265Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:49.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.195 [2021-05-03T18:04:49.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-03T18:04:49.572Z] eaf7e3416e5f: Preparing [2021-05-03T18:04:49.572Z] 8dc02e0dda8d: Preparing [2021-05-03T18:04:49.572Z] 7455db53e157: Preparing [2021-05-03T18:04:49.572Z] 8cbe3deaa11c: Preparing [2021-05-03T18:04:49.572Z] d9d448a523e3: Preparing [2021-05-03T18:04:49.572Z] 32f366d666a5: Preparing [2021-05-03T18:04:49.572Z] 32f366d666a5: Waiting [2021-05-03T18:04:49.572Z] 7455db53e157: Layer already exists [2021-05-03T18:04:49.572Z] d9d448a523e3: Layer already exists [2021-05-03T18:04:49.572Z] 8cbe3deaa11c: Layer already exists [2021-05-03T18:04:49.572Z] 8dc02e0dda8d: Layer already exists [2021-05-03T18:04:49.572Z] eaf7e3416e5f: Layer already exists [2021-05-03T18:04:49.572Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:49.572Z] 2.0.0-dev.195: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:49.882Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:49.943Z] ---> Running in 8879171d4a14 [2021-05-03T18:04:50.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:50.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-03T18:04:50.186Z] eaf7e3416e5f: Preparing [2021-05-03T18:04:50.186Z] 8dc02e0dda8d: Preparing [2021-05-03T18:04:50.186Z] 7455db53e157: Preparing [2021-05-03T18:04:50.186Z] 8cbe3deaa11c: Preparing [2021-05-03T18:04:50.186Z] d9d448a523e3: Preparing [2021-05-03T18:04:50.186Z] 32f366d666a5: Preparing [2021-05-03T18:04:50.186Z] 32f366d666a5: Waiting [2021-05-03T18:04:50.186Z] 8cbe3deaa11c: Layer already exists [2021-05-03T18:04:50.186Z] d9d448a523e3: Layer already exists [2021-05-03T18:04:50.186Z] 7455db53e157: Layer already exists [2021-05-03T18:04:50.186Z] eaf7e3416e5f: Layer already exists [2021-05-03T18:04:50.186Z] 8dc02e0dda8d: Layer already exists [2021-05-03T18:04:50.186Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:50.186Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:50.287Z] Removing intermediate container 1773f8642852 [2021-05-03T18:04:50.287Z] ---> 1add6b4c5a58 [2021-05-03T18:04:50.287Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:04:50.493Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:50.585Z] Collecting docker-compose==1.23.2 [2021-05-03T18:04:50.585Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T18:04:50.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-05-03T18:04:50.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-03T18:04:50.797Z] eaf7e3416e5f: Preparing [2021-05-03T18:04:50.797Z] 8dc02e0dda8d: Preparing [2021-05-03T18:04:50.797Z] 7455db53e157: Preparing [2021-05-03T18:04:50.797Z] 8cbe3deaa11c: Preparing [2021-05-03T18:04:50.797Z] d9d448a523e3: Preparing [2021-05-03T18:04:50.797Z] 32f366d666a5: Preparing [2021-05-03T18:04:50.797Z] 32f366d666a5: Waiting [2021-05-03T18:04:50.797Z] d9d448a523e3: Layer already exists [2021-05-03T18:04:50.797Z] 8cbe3deaa11c: Layer already exists [2021-05-03T18:04:50.797Z] 8dc02e0dda8d: Layer already exists [2021-05-03T18:04:50.797Z] 7455db53e157: Layer already exists [2021-05-03T18:04:50.797Z] eaf7e3416e5f: Layer already exists [2021-05-03T18:04:50.797Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:50.797Z] master: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:04:50.855Z] ===================================================== [Pipeline] echo [2021-05-03T18:04:50.870Z] taggedImages: [2021-05-03T18:04:50.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:50.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.195 [2021-05-03T18:04:50.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:50.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-05-03T18:04:50.875Z] Removing intermediate container 8879171d4a14 [2021-05-03T18:04:50.875Z] ---> 3764a065123f [2021-05-03T18:04:50.875Z] Step 30/31 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] echo [2021-05-03T18:04:50.906Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-05-03T18:04:50.906Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:50.906Z] 2.0.0-dev.195 [2021-05-03T18:04:50.906Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:50.906Z] master [2021-05-03T18:04:50.906Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:51.252Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:51.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:51.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-03T18:04:51.556Z] 77a54b47a0da: Preparing [2021-05-03T18:04:51.556Z] 189463dabbb1: Preparing [2021-05-03T18:04:51.556Z] 7455db53e157: Preparing [2021-05-03T18:04:51.556Z] 3c4c4e138dad: Preparing [2021-05-03T18:04:51.556Z] 32f366d666a5: Preparing [2021-05-03T18:04:51.556Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:51.556Z] 7455db53e157: Layer already exists [2021-05-03T18:04:51.556Z] 77a54b47a0da: Pushed [2021-05-03T18:04:51.817Z] 3c4c4e138dad: Pushed [2021-05-03T18:04:51.946Z] ---> Running in 953f18ebeae8 [2021-05-03T18:04:52.597Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T18:04:52.597Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T18:04:52.597Z] ---> 500ea9206a93 [2021-05-03T18:04:52.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T18:04:52.764Z] 189463dabbb1: Pushed [2021-05-03T18:04:53.025Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:53.218Z] Removing intermediate container 953f18ebeae8 [2021-05-03T18:04:53.218Z] ---> 871f3f170457 [2021-05-03T18:04:53.218Z] Step 31/31 : LABEL version=2.0.0-dev.195 [2021-05-03T18:04:55.199Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.195 [2021-05-03T18:04:55.201Z] ---> Running in 8ad781647e0a [2021-05-03T18:04:55.201Z] Collecting PyYAML<4,>=3.10 [2021-05-03T18:04:55.201Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T18:04:55.201Z] ---> d7d8ddf1c317 [2021-05-03T18:04:55.201Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T18:04:55.201Z] Removing intermediate container 8ad781647e0a [2021-05-03T18:04:55.201Z] ---> 38ee59b78ba9 [2021-05-03T18:04:55.201Z] [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:55.475Z] Successfully built 38ee59b78ba9 [2021-05-03T18:04:55.475Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-03T18:04:55.475Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-05-03T18:04:55.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.195 [2021-05-03T18:04:55.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-03T18:04:55.495Z] 77a54b47a0da: Preparing [2021-05-03T18:04:55.495Z] 189463dabbb1: Preparing [2021-05-03T18:04:55.495Z] 7455db53e157: Preparing [2021-05-03T18:04:55.495Z] 3c4c4e138dad: Preparing [2021-05-03T18:04:55.495Z] 32f366d666a5: Preparing [2021-05-03T18:04:55.495Z] 7455db53e157: Layer already exists [2021-05-03T18:04:55.495Z] 189463dabbb1: Layer already exists [2021-05-03T18:04:55.495Z] 3c4c4e138dad: Layer already exists [2021-05-03T18:04:55.495Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:55.495Z] 77a54b47a0da: Layer already exists [2021-05-03T18:04:55.495Z] 2.0.0-dev.195: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:55.801Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:56.071Z] ---> 6e9f4f514603 [2021-05-03T18:04:56.071Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T18:04:56.071Z] ---> Running in b92a79d9afb8 [2021-05-03T18:04:56.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:56.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-03T18:04:56.098Z] 77a54b47a0da: Preparing [2021-05-03T18:04:56.098Z] 189463dabbb1: Preparing [2021-05-03T18:04:56.098Z] 7455db53e157: Preparing [2021-05-03T18:04:56.098Z] 3c4c4e138dad: Preparing [2021-05-03T18:04:56.098Z] 32f366d666a5: Preparing [2021-05-03T18:04:56.098Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:56.098Z] 3c4c4e138dad: Layer already exists [2021-05-03T18:04:56.098Z] 77a54b47a0da: Layer already exists [2021-05-03T18:04:56.098Z] 7455db53e157: Layer already exists [2021-05-03T18:04:56.098Z] 189463dabbb1: Layer already exists [2021-05-03T18:04:56.098Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:56.407Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:56.678Z] Removing intermediate container b92a79d9afb8 [2021-05-03T18:04:56.678Z] ---> 89e0c6e8d4f0 [2021-05-03T18:04:56.678Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:04:56.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-05-03T18:04:56.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-03T18:04:56.784Z] 77a54b47a0da: Preparing [2021-05-03T18:04:56.784Z] 189463dabbb1: Preparing [2021-05-03T18:04:56.784Z] 7455db53e157: Preparing [2021-05-03T18:04:56.784Z] 3c4c4e138dad: Preparing [2021-05-03T18:04:56.784Z] 32f366d666a5: Preparing [2021-05-03T18:04:56.784Z] 7455db53e157: Layer already exists [2021-05-03T18:04:56.784Z] 3c4c4e138dad: Layer already exists [2021-05-03T18:04:56.784Z] 77a54b47a0da: Layer already exists [2021-05-03T18:04:56.784Z] 189463dabbb1: Layer already exists [2021-05-03T18:04:56.784Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:56.784Z] master: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:04:56.876Z] ===================================================== [Pipeline] echo [2021-05-03T18:04:56.891Z] taggedImages: [2021-05-03T18:04:56.891Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:56.891Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.195 [2021-05-03T18:04:56.891Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:56.891Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-05-03T18:04:56.931Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-05-03T18:04:56.931Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:56.931Z] 2.0.0-dev.195 [2021-05-03T18:04:56.931Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:04:56.931Z] master [2021-05-03T18:04:56.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-05-03T18:04:56.951Z] ---> Running in 1638f727cee3 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:57.285Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:57.560Z] Removing intermediate container 1638f727cee3 [2021-05-03T18:04:57.560Z] ---> d190d73081ae [2021-05-03T18:04:57.560Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T18:04:57.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:57.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-03T18:04:57.585Z] b60a394d3059: Preparing [2021-05-03T18:04:57.585Z] b60a394d3059: Preparing [2021-05-03T18:04:57.585Z] f2ff20362eaf: Preparing [2021-05-03T18:04:57.585Z] de54682e60de: Preparing [2021-05-03T18:04:57.585Z] 5e1ba0ea4fd0: Preparing [2021-05-03T18:04:57.585Z] 0ff575cd2245: Preparing [2021-05-03T18:04:57.585Z] 7455db53e157: Preparing [2021-05-03T18:04:57.585Z] c92c5ec0207c: Preparing [2021-05-03T18:04:57.585Z] c92c5ec0207c: Preparing [2021-05-03T18:04:57.585Z] 914619b6310c: Preparing [2021-05-03T18:04:57.585Z] 17eea71c1cb4: Preparing [2021-05-03T18:04:57.585Z] 32f366d666a5: Preparing [2021-05-03T18:04:57.585Z] c92c5ec0207c: Waiting [2021-05-03T18:04:57.585Z] 914619b6310c: Waiting [2021-05-03T18:04:57.585Z] 32f366d666a5: Waiting [2021-05-03T18:04:57.585Z] 7455db53e157: Waiting [2021-05-03T18:04:57.834Z] ---> Running in df947176e847 [2021-05-03T18:04:57.845Z] b60a394d3059: Pushed [2021-05-03T18:04:57.845Z] 7455db53e157: Layer already exists [2021-05-03T18:04:57.845Z] f2ff20362eaf: Pushed [2021-05-03T18:04:57.845Z] de54682e60de: Pushed [2021-05-03T18:04:58.106Z] 5e1ba0ea4fd0: Pushed [2021-05-03T18:04:58.106Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:58.106Z] 914619b6310c: Pushed [2021-05-03T18:04:58.106Z] c92c5ec0207c: Pushed [2021-05-03T18:04:58.106Z] 17eea71c1cb4: Pushed [2021-05-03T18:04:58.679Z] 0ff575cd2245: Pushed [2021-05-03T18:04:58.816Z] Removing intermediate container df947176e847 [2021-05-03T18:04:58.816Z] ---> 00b5bc742b83 [2021-05-03T18:04:58.816Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:04:58.816Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:04:58.816Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:04:58.816Z] ---> c9c6ac0af816 [2021-05-03T18:04:58.816Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T18:04:58.816Z] ---> Using cache [2021-05-03T18:04:58.816Z] ---> 3be2c375baf8 [2021-05-03T18:04:58.816Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:04:58.816Z] ---> Using cache [2021-05-03T18:04:58.816Z] ---> 143caf258b50 [2021-05-03T18:04:58.816Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T18:04:58.940Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:59.247Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:04:59.412Z] ---> Running in 9ed17d99b9b2 [2021-05-03T18:04:59.412Z] ---> Running in bc428c417977 [2021-05-03T18:04:59.412Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T18:04:59.412Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T18:04:59.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.195 [2021-05-03T18:04:59.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-03T18:04:59.550Z] b60a394d3059: Preparing [2021-05-03T18:04:59.550Z] b60a394d3059: Preparing [2021-05-03T18:04:59.550Z] f2ff20362eaf: Preparing [2021-05-03T18:04:59.550Z] de54682e60de: Preparing [2021-05-03T18:04:59.550Z] 5e1ba0ea4fd0: Preparing [2021-05-03T18:04:59.550Z] 0ff575cd2245: Preparing [2021-05-03T18:04:59.550Z] 7455db53e157: Preparing [2021-05-03T18:04:59.550Z] c92c5ec0207c: Preparing [2021-05-03T18:04:59.550Z] c92c5ec0207c: Preparing [2021-05-03T18:04:59.550Z] 914619b6310c: Preparing [2021-05-03T18:04:59.550Z] 17eea71c1cb4: Preparing [2021-05-03T18:04:59.550Z] 32f366d666a5: Preparing [2021-05-03T18:04:59.550Z] 7455db53e157: Waiting [2021-05-03T18:04:59.550Z] c92c5ec0207c: Waiting [2021-05-03T18:04:59.550Z] 914619b6310c: Waiting [2021-05-03T18:04:59.550Z] 17eea71c1cb4: Waiting [2021-05-03T18:04:59.550Z] 32f366d666a5: Waiting [2021-05-03T18:04:59.550Z] 5e1ba0ea4fd0: Layer already exists [2021-05-03T18:04:59.550Z] de54682e60de: Layer already exists [2021-05-03T18:04:59.550Z] b60a394d3059: Layer already exists [2021-05-03T18:04:59.550Z] 0ff575cd2245: Layer already exists [2021-05-03T18:04:59.550Z] f2ff20362eaf: Layer already exists [2021-05-03T18:04:59.550Z] c92c5ec0207c: Layer already exists [2021-05-03T18:04:59.550Z] 7455db53e157: Layer already exists [2021-05-03T18:04:59.550Z] 17eea71c1cb4: Layer already exists [2021-05-03T18:04:59.550Z] 32f366d666a5: Layer already exists [2021-05-03T18:04:59.550Z] 914619b6310c: Layer already exists [2021-05-03T18:04:59.811Z] 2.0.0-dev.195: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:00.022Z] Removing intermediate container bc428c417977 [2021-05-03T18:05:00.022Z] ---> aba8eb163d1a [2021-05-03T18:05:00.022Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:05:00.114Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:00.300Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T18:05:00.300Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T18:05:00.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:00.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-03T18:05:00.413Z] b60a394d3059: Preparing [2021-05-03T18:05:00.413Z] b60a394d3059: Preparing [2021-05-03T18:05:00.413Z] f2ff20362eaf: Preparing [2021-05-03T18:05:00.413Z] de54682e60de: Preparing [2021-05-03T18:05:00.413Z] 5e1ba0ea4fd0: Preparing [2021-05-03T18:05:00.413Z] 0ff575cd2245: Preparing [2021-05-03T18:05:00.413Z] 7455db53e157: Preparing [2021-05-03T18:05:00.413Z] c92c5ec0207c: Preparing [2021-05-03T18:05:00.413Z] c92c5ec0207c: Preparing [2021-05-03T18:05:00.413Z] 914619b6310c: Preparing [2021-05-03T18:05:00.413Z] 17eea71c1cb4: Preparing [2021-05-03T18:05:00.413Z] 32f366d666a5: Preparing [2021-05-03T18:05:00.413Z] c92c5ec0207c: Waiting [2021-05-03T18:05:00.413Z] 17eea71c1cb4: Waiting [2021-05-03T18:05:00.413Z] 32f366d666a5: Waiting [2021-05-03T18:05:00.413Z] 914619b6310c: Waiting [2021-05-03T18:05:00.413Z] 7455db53e157: Waiting [2021-05-03T18:05:00.413Z] de54682e60de: Layer already exists [2021-05-03T18:05:00.413Z] f2ff20362eaf: Layer already exists [2021-05-03T18:05:00.413Z] 0ff575cd2245: Layer already exists [2021-05-03T18:05:00.413Z] b60a394d3059: Layer already exists [2021-05-03T18:05:00.413Z] 5e1ba0ea4fd0: Layer already exists [2021-05-03T18:05:00.413Z] 7455db53e157: Layer already exists [2021-05-03T18:05:00.413Z] 914619b6310c: Layer already exists [2021-05-03T18:05:00.414Z] c92c5ec0207c: Layer already exists [2021-05-03T18:05:00.414Z] 17eea71c1cb4: Layer already exists [2021-05-03T18:05:00.414Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:00.414Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:00.719Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:00.904Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:05:00.904Z] ---> Running in bfd98bef107e [2021-05-03T18:05:01.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-05-03T18:05:01.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-03T18:05:01.029Z] b60a394d3059: Preparing [2021-05-03T18:05:01.029Z] b60a394d3059: Preparing [2021-05-03T18:05:01.029Z] f2ff20362eaf: Preparing [2021-05-03T18:05:01.029Z] de54682e60de: Preparing [2021-05-03T18:05:01.029Z] 5e1ba0ea4fd0: Preparing [2021-05-03T18:05:01.029Z] 0ff575cd2245: Preparing [2021-05-03T18:05:01.029Z] 7455db53e157: Preparing [2021-05-03T18:05:01.029Z] c92c5ec0207c: Preparing [2021-05-03T18:05:01.029Z] c92c5ec0207c: Preparing [2021-05-03T18:05:01.029Z] 914619b6310c: Preparing [2021-05-03T18:05:01.029Z] 17eea71c1cb4: Preparing [2021-05-03T18:05:01.029Z] 32f366d666a5: Preparing [2021-05-03T18:05:01.029Z] 7455db53e157: Waiting [2021-05-03T18:05:01.029Z] c92c5ec0207c: Waiting [2021-05-03T18:05:01.029Z] 914619b6310c: Waiting [2021-05-03T18:05:01.029Z] 17eea71c1cb4: Waiting [2021-05-03T18:05:01.029Z] 32f366d666a5: Waiting [2021-05-03T18:05:01.029Z] 5e1ba0ea4fd0: Layer already exists [2021-05-03T18:05:01.029Z] b60a394d3059: Layer already exists [2021-05-03T18:05:01.029Z] de54682e60de: Layer already exists [2021-05-03T18:05:01.029Z] 0ff575cd2245: Layer already exists [2021-05-03T18:05:01.029Z] f2ff20362eaf: Layer already exists [2021-05-03T18:05:01.029Z] 7455db53e157: Layer already exists [2021-05-03T18:05:01.029Z] 914619b6310c: Layer already exists [2021-05-03T18:05:01.029Z] c92c5ec0207c: Layer already exists [2021-05-03T18:05:01.029Z] 17eea71c1cb4: Layer already exists [2021-05-03T18:05:01.029Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:01.029Z] master: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:05:01.086Z] ===================================================== [Pipeline] echo [2021-05-03T18:05:01.101Z] taggedImages: [2021-05-03T18:05:01.101Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:01.101Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.195 [2021-05-03T18:05:01.101Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:01.101Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-05-03T18:05:01.134Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-05-03T18:05:01.134Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:01.134Z] 2.0.0-dev.195 [2021-05-03T18:05:01.134Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:01.134Z] master [2021-05-03T18:05:01.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:01.477Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:01.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:01.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-03T18:05:01.775Z] d4b7953e252a: Preparing [2021-05-03T18:05:01.775Z] 584e252735af: Preparing [2021-05-03T18:05:01.775Z] 0497e2a412d1: Preparing [2021-05-03T18:05:01.775Z] 31459c77978b: Preparing [2021-05-03T18:05:01.775Z] e9863d6e300c: Preparing [2021-05-03T18:05:01.775Z] 32f366d666a5: Preparing [2021-05-03T18:05:01.775Z] 32f366d666a5: Waiting [2021-05-03T18:05:01.892Z] Removing intermediate container bfd98bef107e [2021-05-03T18:05:01.893Z] ---> d9937393f5e7 [2021-05-03T18:05:01.893Z] [2021-05-03T18:05:01.893Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:05:02.172Z] Successfully built d9937393f5e7 [2021-05-03T18:05:02.172Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-03T18:05:02.172Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2021-05-03T18:05:02.347Z] 0497e2a412d1: Pushed [2021-05-03T18:05:02.347Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:02.347Z] 31459c77978b: Pushed [2021-05-03T18:05:02.347Z] e9863d6e300c: Pushed [2021-05-03T18:05:02.770Z] OK: 218 MiB in 52 packages [2021-05-03T18:05:02.770Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T18:05:02.920Z] d4b7953e252a: Pushed [2021-05-03T18:05:02.920Z] 584e252735af: Pushed [2021-05-03T18:05:03.048Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T18:05:03.182Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:03.489Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:03.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.195 [2021-05-03T18:05:03.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-03T18:05:03.785Z] d4b7953e252a: Preparing [2021-05-03T18:05:03.785Z] 584e252735af: Preparing [2021-05-03T18:05:03.785Z] 0497e2a412d1: Preparing [2021-05-03T18:05:03.785Z] 31459c77978b: Preparing [2021-05-03T18:05:03.785Z] e9863d6e300c: Preparing [2021-05-03T18:05:03.785Z] 32f366d666a5: Preparing [2021-05-03T18:05:03.785Z] 32f366d666a5: Waiting [2021-05-03T18:05:03.785Z] 0497e2a412d1: Layer already exists [2021-05-03T18:05:03.785Z] e9863d6e300c: Layer already exists [2021-05-03T18:05:03.785Z] d4b7953e252a: Layer already exists [2021-05-03T18:05:03.785Z] 584e252735af: Layer already exists [2021-05-03T18:05:03.785Z] 31459c77978b: Layer already exists [2021-05-03T18:05:03.785Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:03.785Z] 2.0.0-dev.195: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:04.089Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:04.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:04.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-03T18:05:04.387Z] d4b7953e252a: Preparing [2021-05-03T18:05:04.387Z] 584e252735af: Preparing [2021-05-03T18:05:04.387Z] 0497e2a412d1: Preparing [2021-05-03T18:05:04.387Z] 31459c77978b: Preparing [2021-05-03T18:05:04.387Z] e9863d6e300c: Preparing [2021-05-03T18:05:04.387Z] 32f366d666a5: Preparing [2021-05-03T18:05:04.387Z] 32f366d666a5: Waiting [2021-05-03T18:05:04.387Z] 0497e2a412d1: Layer already exists [2021-05-03T18:05:04.387Z] 31459c77978b: Layer already exists [2021-05-03T18:05:04.387Z] 584e252735af: Layer already exists [2021-05-03T18:05:04.387Z] d4b7953e252a: Layer already exists [2021-05-03T18:05:04.387Z] e9863d6e300c: Layer already exists [2021-05-03T18:05:04.387Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:04.387Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:04.690Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:04.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-05-03T18:05:04.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-03T18:05:04.988Z] d4b7953e252a: Preparing [2021-05-03T18:05:04.988Z] 584e252735af: Preparing [2021-05-03T18:05:04.988Z] 0497e2a412d1: Preparing [2021-05-03T18:05:04.988Z] 31459c77978b: Preparing [2021-05-03T18:05:04.988Z] e9863d6e300c: Preparing [2021-05-03T18:05:04.988Z] 32f366d666a5: Preparing [2021-05-03T18:05:04.988Z] 32f366d666a5: Waiting [2021-05-03T18:05:04.988Z] 584e252735af: Layer already exists [2021-05-03T18:05:04.988Z] e9863d6e300c: Layer already exists [2021-05-03T18:05:04.988Z] d4b7953e252a: Layer already exists [2021-05-03T18:05:04.988Z] 0497e2a412d1: Layer already exists [2021-05-03T18:05:04.988Z] 31459c77978b: Layer already exists [2021-05-03T18:05:04.988Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:04.988Z] master: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:05:05.042Z] ===================================================== [2021-05-03T18:05:05.048Z] Removing intermediate container 9ed17d99b9b2 [2021-05-03T18:05:05.048Z] ---> e5fd3b49b123 [2021-05-03T18:05:05.048Z] Step 6/21 : COPY go.mod . [Pipeline] echo [2021-05-03T18:05:05.058Z] taggedImages: [2021-05-03T18:05:05.058Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:05.058Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.195 [2021-05-03T18:05:05.058Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:05.058Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-05-03T18:05:05.097Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-05-03T18:05:05.097Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:05.097Z] 2.0.0-dev.195 [2021-05-03T18:05:05.097Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:05.097Z] master [2021-05-03T18:05:05.097Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:05.444Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:05.654Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T18:05:05.654Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T18:05:05.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:05.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-03T18:05:05.742Z] b7a045b385e8: Preparing [2021-05-03T18:05:05.742Z] ec4c03bde4d5: Preparing [2021-05-03T18:05:05.742Z] 5ff09348039d: Preparing [2021-05-03T18:05:05.742Z] 544f3345f540: Preparing [2021-05-03T18:05:05.742Z] 2398d370d8fc: Preparing [2021-05-03T18:05:05.742Z] eec3ac52c940: Preparing [2021-05-03T18:05:05.742Z] 86243005d848: Preparing [2021-05-03T18:05:05.742Z] af892a810f9b: Preparing [2021-05-03T18:05:05.742Z] 32f366d666a5: Preparing [2021-05-03T18:05:05.742Z] eec3ac52c940: Waiting [2021-05-03T18:05:05.742Z] 86243005d848: Waiting [2021-05-03T18:05:05.742Z] af892a810f9b: Waiting [2021-05-03T18:05:05.742Z] 32f366d666a5: Waiting [2021-05-03T18:05:05.927Z] ---> 2ff9fd624e5f [2021-05-03T18:05:05.927Z] Step 7/21 : RUN go mod download [2021-05-03T18:05:06.003Z] ec4c03bde4d5: Pushed [2021-05-03T18:05:06.004Z] b7a045b385e8: Pushed [2021-05-03T18:05:06.004Z] 2398d370d8fc: Pushed [2021-05-03T18:05:06.004Z] eec3ac52c940: Pushed [2021-05-03T18:05:06.004Z] 86243005d848: Pushed [2021-05-03T18:05:06.201Z] ---> Running in 1de84c624d7f [2021-05-03T18:05:06.201Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T18:05:06.201Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T18:05:06.265Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:06.531Z] af892a810f9b: Pushed [2021-05-03T18:05:06.792Z] 544f3345f540: Pushed [2021-05-03T18:05:06.792Z] 5ff09348039d: Pushed [2021-05-03T18:05:07.053Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:07.357Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:07.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.195 [2021-05-03T18:05:07.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-03T18:05:07.654Z] b7a045b385e8: Preparing [2021-05-03T18:05:07.654Z] ec4c03bde4d5: Preparing [2021-05-03T18:05:07.654Z] 5ff09348039d: Preparing [2021-05-03T18:05:07.654Z] 544f3345f540: Preparing [2021-05-03T18:05:07.654Z] 2398d370d8fc: Preparing [2021-05-03T18:05:07.654Z] eec3ac52c940: Preparing [2021-05-03T18:05:07.654Z] 86243005d848: Preparing [2021-05-03T18:05:07.654Z] af892a810f9b: Preparing [2021-05-03T18:05:07.654Z] 32f366d666a5: Preparing [2021-05-03T18:05:07.654Z] eec3ac52c940: Waiting [2021-05-03T18:05:07.654Z] 86243005d848: Waiting [2021-05-03T18:05:07.654Z] af892a810f9b: Waiting [2021-05-03T18:05:07.654Z] 32f366d666a5: Waiting [2021-05-03T18:05:07.654Z] b7a045b385e8: Layer already exists [2021-05-03T18:05:07.654Z] 2398d370d8fc: Layer already exists [2021-05-03T18:05:07.654Z] 5ff09348039d: Layer already exists [2021-05-03T18:05:07.654Z] ec4c03bde4d5: Layer already exists [2021-05-03T18:05:07.654Z] 544f3345f540: Layer already exists [2021-05-03T18:05:07.654Z] 86243005d848: Layer already exists [2021-05-03T18:05:07.654Z] af892a810f9b: Layer already exists [2021-05-03T18:05:07.654Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:07.654Z] eec3ac52c940: Layer already exists [2021-05-03T18:05:07.654Z] 2.0.0-dev.195: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:07.959Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:08.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:08.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-03T18:05:08.256Z] b7a045b385e8: Preparing [2021-05-03T18:05:08.256Z] ec4c03bde4d5: Preparing [2021-05-03T18:05:08.256Z] 5ff09348039d: Preparing [2021-05-03T18:05:08.256Z] 544f3345f540: Preparing [2021-05-03T18:05:08.256Z] 2398d370d8fc: Preparing [2021-05-03T18:05:08.256Z] eec3ac52c940: Preparing [2021-05-03T18:05:08.256Z] 86243005d848: Preparing [2021-05-03T18:05:08.256Z] af892a810f9b: Preparing [2021-05-03T18:05:08.256Z] 32f366d666a5: Preparing [2021-05-03T18:05:08.256Z] af892a810f9b: Waiting [2021-05-03T18:05:08.256Z] eec3ac52c940: Waiting [2021-05-03T18:05:08.256Z] 32f366d666a5: Waiting [2021-05-03T18:05:08.256Z] 86243005d848: Waiting [2021-05-03T18:05:08.256Z] b7a045b385e8: Layer already exists [2021-05-03T18:05:08.256Z] 2398d370d8fc: Layer already exists [2021-05-03T18:05:08.256Z] 544f3345f540: Layer already exists [2021-05-03T18:05:08.256Z] ec4c03bde4d5: Layer already exists [2021-05-03T18:05:08.256Z] 5ff09348039d: Layer already exists [2021-05-03T18:05:08.256Z] 86243005d848: Layer already exists [2021-05-03T18:05:08.256Z] eec3ac52c940: Layer already exists [2021-05-03T18:05:08.256Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:08.256Z] af892a810f9b: Layer already exists [2021-05-03T18:05:08.256Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:08.560Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:08.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-05-03T18:05:08.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-03T18:05:08.856Z] b7a045b385e8: Preparing [2021-05-03T18:05:08.856Z] ec4c03bde4d5: Preparing [2021-05-03T18:05:08.856Z] 5ff09348039d: Preparing [2021-05-03T18:05:08.856Z] 544f3345f540: Preparing [2021-05-03T18:05:08.856Z] 2398d370d8fc: Preparing [2021-05-03T18:05:08.856Z] eec3ac52c940: Preparing [2021-05-03T18:05:08.856Z] 86243005d848: Preparing [2021-05-03T18:05:08.856Z] af892a810f9b: Preparing [2021-05-03T18:05:08.856Z] 32f366d666a5: Preparing [2021-05-03T18:05:08.856Z] 86243005d848: Waiting [2021-05-03T18:05:08.856Z] af892a810f9b: Waiting [2021-05-03T18:05:08.856Z] 32f366d666a5: Waiting [2021-05-03T18:05:08.856Z] eec3ac52c940: Waiting [2021-05-03T18:05:08.856Z] 5ff09348039d: Layer already exists [2021-05-03T18:05:08.856Z] 544f3345f540: Layer already exists [2021-05-03T18:05:08.856Z] b7a045b385e8: Layer already exists [2021-05-03T18:05:08.856Z] 2398d370d8fc: Layer already exists [2021-05-03T18:05:08.856Z] ec4c03bde4d5: Layer already exists [2021-05-03T18:05:08.856Z] eec3ac52c940: Layer already exists [2021-05-03T18:05:08.856Z] 86243005d848: Layer already exists [2021-05-03T18:05:08.856Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:08.856Z] af892a810f9b: Layer already exists [2021-05-03T18:05:08.856Z] master: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:05:08.915Z] ===================================================== [Pipeline] echo [2021-05-03T18:05:08.931Z] taggedImages: [2021-05-03T18:05:08.931Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:08.931Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.195 [2021-05-03T18:05:08.931Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:08.931Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-05-03T18:05:08.966Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-05-03T18:05:08.966Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:08.966Z] 2.0.0-dev.195 [2021-05-03T18:05:08.966Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:08.966Z] master [2021-05-03T18:05:08.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:09.309Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:09.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:09.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-03T18:05:09.606Z] 03f378d3a6fd: Preparing [2021-05-03T18:05:09.606Z] b59234330a15: Preparing [2021-05-03T18:05:09.606Z] 7455db53e157: Preparing [2021-05-03T18:05:09.606Z] f146eb5223ec: Preparing [2021-05-03T18:05:09.606Z] 32f366d666a5: Preparing [2021-05-03T18:05:09.606Z] 7455db53e157: Layer already exists [2021-05-03T18:05:09.606Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:09.606Z] 03f378d3a6fd: Pushed [2021-05-03T18:05:09.613Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T18:05:09.613Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T18:05:09.867Z] f146eb5223ec: Pushed [2021-05-03T18:05:09.889Z] 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-05-03T18:05:10.163Z] Removing intermediate container 1de84c624d7f [2021-05-03T18:05:10.163Z] ---> 09b7cca24050 [2021-05-03T18:05:10.163Z] Step 8/21 : COPY . . [2021-05-03T18:05:10.446Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T18:05:10.446Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T18:05:10.810Z] b59234330a15: Pushed [2021-05-03T18:05:10.810Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:11.051Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T18:05:11.051Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T18:05:11.116Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:11.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.195 [2021-05-03T18:05:11.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-03T18:05:11.412Z] 03f378d3a6fd: Preparing [2021-05-03T18:05:11.412Z] b59234330a15: Preparing [2021-05-03T18:05:11.412Z] 7455db53e157: Preparing [2021-05-03T18:05:11.412Z] f146eb5223ec: Preparing [2021-05-03T18:05:11.412Z] 32f366d666a5: Preparing [2021-05-03T18:05:11.412Z] 03f378d3a6fd: Layer already exists [2021-05-03T18:05:11.412Z] b59234330a15: Layer already exists [2021-05-03T18:05:11.412Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:11.412Z] 7455db53e157: Layer already exists [2021-05-03T18:05:11.412Z] f146eb5223ec: Layer already exists [2021-05-03T18:05:11.412Z] 2.0.0-dev.195: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:11.649Z] Collecting idna<2.8,>=2.5 [2021-05-03T18:05:11.650Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T18:05:11.650Z] 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-05-03T18:05:11.650Z] 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-05-03T18:05:11.717Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:12.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:12.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-03T18:05:12.021Z] 03f378d3a6fd: Preparing [2021-05-03T18:05:12.021Z] b59234330a15: Preparing [2021-05-03T18:05:12.021Z] 7455db53e157: Preparing [2021-05-03T18:05:12.021Z] f146eb5223ec: Preparing [2021-05-03T18:05:12.021Z] 32f366d666a5: Preparing [2021-05-03T18:05:12.021Z] f146eb5223ec: Layer already exists [2021-05-03T18:05:12.021Z] 03f378d3a6fd: Layer already exists [2021-05-03T18:05:12.021Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:12.021Z] 7455db53e157: Layer already exists [2021-05-03T18:05:12.021Z] b59234330a15: Layer already exists [2021-05-03T18:05:12.021Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:12.329Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:12.629Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T18:05:12.629Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T18:05:12.629Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:05:12.629Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:05:12.629Z] ---> c9c6ac0af816 [2021-05-03T18:05:12.629Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T18:05:12.629Z] ---> Using cache [2021-05-03T18:05:12.629Z] ---> 3be2c375baf8 [2021-05-03T18:05:12.629Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:05:12.629Z] ---> Using cache [2021-05-03T18:05:12.629Z] ---> 143caf258b50 [2021-05-03T18:05:12.629Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T18:05:12.629Z] ---> Using cache [2021-05-03T18:05:12.629Z] ---> e5fd3b49b123 [2021-05-03T18:05:12.629Z] Step 6/24 : COPY go.mod . [2021-05-03T18:05:12.629Z] ---> Using cache [2021-05-03T18:05:12.629Z] ---> 2ff9fd624e5f [2021-05-03T18:05:12.629Z] Step 7/24 : RUN go mod download [2021-05-03T18:05:12.629Z] ---> Using cache [2021-05-03T18:05:12.629Z] ---> 09b7cca24050 [2021-05-03T18:05:12.629Z] Step 8/24 : COPY . . [2021-05-03T18:05:12.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-05-03T18:05:12.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-03T18:05:12.630Z] 03f378d3a6fd: Preparing [2021-05-03T18:05:12.630Z] b59234330a15: Preparing [2021-05-03T18:05:12.630Z] 7455db53e157: Preparing [2021-05-03T18:05:12.630Z] f146eb5223ec: Preparing [2021-05-03T18:05:12.630Z] 32f366d666a5: Preparing [2021-05-03T18:05:12.630Z] 7455db53e157: Layer already exists [2021-05-03T18:05:12.630Z] f146eb5223ec: Layer already exists [2021-05-03T18:05:12.630Z] 03f378d3a6fd: Layer already exists [2021-05-03T18:05:12.630Z] b59234330a15: Layer already exists [2021-05-03T18:05:12.630Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:12.630Z] master: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:05:12.685Z] ===================================================== [Pipeline] echo [2021-05-03T18:05:12.699Z] taggedImages: [2021-05-03T18:05:12.699Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:12.699Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.195 [2021-05-03T18:05:12.699Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:12.699Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-05-03T18:05:12.732Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-05-03T18:05:12.732Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:12.732Z] 2.0.0-dev.195 [2021-05-03T18:05:12.732Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:12.732Z] master [2021-05-03T18:05:12.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:12.905Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T18:05:12.905Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T18:05:12.905Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T18:05:12.905Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T18:05:13.078Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:13.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:13.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-03T18:05:13.376Z] 6d421c3a3031: Preparing [2021-05-03T18:05:13.376Z] e6189be70e71: Preparing [2021-05-03T18:05:13.376Z] 7455db53e157: Preparing [2021-05-03T18:05:13.376Z] 3c4c4e138dad: Preparing [2021-05-03T18:05:13.376Z] 32f366d666a5: Preparing [2021-05-03T18:05:13.376Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:13.376Z] 3c4c4e138dad: Layer already exists [2021-05-03T18:05:13.376Z] 7455db53e157: Layer already exists [2021-05-03T18:05:13.376Z] 6d421c3a3031: Pushed [2021-05-03T18:05:14.320Z] e6189be70e71: Pushed [2021-05-03T18:05:14.334Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, PyYAML, dockerpty, texttable, cached-property, docopt, jsonschema, docker-compose [2021-05-03T18:05:14.581Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:14.608Z] Attempting uninstall: idna [2021-05-03T18:05:14.608Z] Found existing installation: idna 2.9 [2021-05-03T18:05:14.608Z] Uninstalling idna-2.9: [2021-05-03T18:05:14.608Z] Successfully uninstalled idna-2.9 [2021-05-03T18:05:14.887Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:15.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.195 [2021-05-03T18:05:15.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-03T18:05:15.208Z] 6d421c3a3031: Preparing [2021-05-03T18:05:15.208Z] e6189be70e71: Preparing [2021-05-03T18:05:15.208Z] 7455db53e157: Preparing [2021-05-03T18:05:15.208Z] 3c4c4e138dad: Preparing [2021-05-03T18:05:15.208Z] 32f366d666a5: Preparing [2021-05-03T18:05:15.208Z] 6d421c3a3031: Layer already exists [2021-05-03T18:05:15.208Z] 7455db53e157: Layer already exists [2021-05-03T18:05:15.208Z] e6189be70e71: Layer already exists [2021-05-03T18:05:15.208Z] 3c4c4e138dad: Layer already exists [2021-05-03T18:05:15.208Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:15.208Z] 2.0.0-dev.195: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:15.514Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:15.594Z] Attempting uninstall: urllib3 [2021-05-03T18:05:15.594Z] Found existing installation: urllib3 1.25.9 [2021-05-03T18:05:15.594Z] Uninstalling urllib3-1.25.9: [2021-05-03T18:05:15.594Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T18:05:15.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:15.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-03T18:05:15.812Z] 6d421c3a3031: Preparing [2021-05-03T18:05:15.812Z] e6189be70e71: Preparing [2021-05-03T18:05:15.812Z] 7455db53e157: Preparing [2021-05-03T18:05:15.812Z] 3c4c4e138dad: Preparing [2021-05-03T18:05:15.812Z] 32f366d666a5: Preparing [2021-05-03T18:05:15.812Z] 3c4c4e138dad: Layer already exists [2021-05-03T18:05:15.812Z] 7455db53e157: Layer already exists [2021-05-03T18:05:15.812Z] 6d421c3a3031: Layer already exists [2021-05-03T18:05:15.812Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:15.812Z] e6189be70e71: Layer already exists [2021-05-03T18:05:15.812Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:16.120Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:16.199Z] Attempting uninstall: requests [2021-05-03T18:05:16.199Z] Found existing installation: requests 2.23.0 [2021-05-03T18:05:16.199Z] Uninstalling requests-2.23.0: [2021-05-03T18:05:16.199Z] Successfully uninstalled requests-2.23.0 [2021-05-03T18:05:16.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-05-03T18:05:16.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-03T18:05:16.418Z] 6d421c3a3031: Preparing [2021-05-03T18:05:16.418Z] e6189be70e71: Preparing [2021-05-03T18:05:16.418Z] 7455db53e157: Preparing [2021-05-03T18:05:16.418Z] 3c4c4e138dad: Preparing [2021-05-03T18:05:16.418Z] 32f366d666a5: Preparing [2021-05-03T18:05:16.418Z] 32f366d666a5: Layer already exists [2021-05-03T18:05:16.418Z] 3c4c4e138dad: Layer already exists [2021-05-03T18:05:16.418Z] 6d421c3a3031: Layer already exists [2021-05-03T18:05:16.418Z] 7455db53e157: Layer already exists [2021-05-03T18:05:16.418Z] e6189be70e71: Layer already exists [2021-05-03T18:05:16.418Z] master: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:05:16.474Z] ===================================================== [Pipeline] echo [2021-05-03T18:05:16.488Z] taggedImages: [2021-05-03T18:05:16.489Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:16.489Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.195 [2021-05-03T18:05:16.489Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:16.489Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-05-03T18:05:16.521Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-05-03T18:05:16.521Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:16.521Z] 2.0.0-dev.195 [2021-05-03T18:05:16.521Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:16.521Z] master [2021-05-03T18:05:16.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:16.866Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:17.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:17.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-03T18:05:17.179Z] 9ee2d6a1513a: Preparing [2021-05-03T18:05:17.179Z] 4b848cf4dbd8: Preparing [2021-05-03T18:05:17.179Z] 300b7eb3a18c: Preparing [2021-05-03T18:05:17.179Z] f01ee6e75650: Preparing [2021-05-03T18:05:17.179Z] 0754057c0ad3: Preparing [2021-05-03T18:05:17.179Z] 998cdf262ab1: Preparing [2021-05-03T18:05:17.179Z] 02e56110abd2: Preparing [2021-05-03T18:05:17.179Z] abc36efb885a: Preparing [2021-05-03T18:05:17.179Z] b0b09059f4e1: Preparing [2021-05-03T18:05:17.179Z] bb961f40224b: Preparing [2021-05-03T18:05:17.179Z] f4666769fca7: Preparing [2021-05-03T18:05:17.179Z] 998cdf262ab1: Waiting [2021-05-03T18:05:17.179Z] 02e56110abd2: Waiting [2021-05-03T18:05:17.179Z] abc36efb885a: Waiting [2021-05-03T18:05:17.179Z] b0b09059f4e1: Waiting [2021-05-03T18:05:17.179Z] bb961f40224b: Waiting [2021-05-03T18:05:17.179Z] f4666769fca7: Waiting [2021-05-03T18:05:17.179Z] 0754057c0ad3: Layer already exists [2021-05-03T18:05:17.179Z] 998cdf262ab1: Layer already exists [2021-05-03T18:05:17.179Z] 02e56110abd2: Layer already exists [2021-05-03T18:05:17.179Z] 4b848cf4dbd8: Pushed [2021-05-03T18:05:17.440Z] abc36efb885a: Layer already exists [2021-05-03T18:05:17.440Z] b0b09059f4e1: Layer already exists [2021-05-03T18:05:17.440Z] bb961f40224b: Layer already exists [2021-05-03T18:05:17.440Z] f4666769fca7: Layer already exists [2021-05-03T18:05:17.440Z] 9ee2d6a1513a: Pushed [2021-05-03T18:05:17.645Z] Running setup.py install for PyYAML: started [2021-05-03T18:05:18.385Z] 300b7eb3a18c: Pushed [2021-05-03T18:05:20.303Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:05:20.303Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:05:20.303Z] ---> c9c6ac0af816 [2021-05-03T18:05:20.303Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T18:05:20.303Z] ---> Using cache [2021-05-03T18:05:20.303Z] ---> 3be2c375baf8 [2021-05-03T18:05:20.303Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:05:20.303Z] ---> Using cache [2021-05-03T18:05:20.303Z] ---> 143caf258b50 [2021-05-03T18:05:20.303Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T18:05:20.303Z] ---> Using cache [2021-05-03T18:05:20.303Z] ---> e5fd3b49b123 [2021-05-03T18:05:20.303Z] Step 6/22 : COPY go.mod . [2021-05-03T18:05:20.303Z] ---> Using cache [2021-05-03T18:05:20.303Z] ---> 2ff9fd624e5f [2021-05-03T18:05:20.303Z] Step 7/22 : RUN go mod download [2021-05-03T18:05:20.303Z] ---> Using cache [2021-05-03T18:05:20.303Z] ---> 09b7cca24050 [2021-05-03T18:05:20.303Z] Step 8/22 : COPY . . [2021-05-03T18:05:20.303Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T18:05:20.303Z] Running setup.py install for dockerpty: started [2021-05-03T18:05:22.961Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T18:05:22.961Z] Running setup.py install for texttable: started [2021-05-03T18:05:24.949Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T18:05:24.949Z] Running setup.py install for docopt: started [2021-05-03T18:05:25.547Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T18:05:25.547Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T18:05:25.547Z] ---> c9c6ac0af816 [2021-05-03T18:05:25.547Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T18:05:25.547Z] ---> Using cache [2021-05-03T18:05:25.547Z] ---> 3be2c375baf8 [2021-05-03T18:05:25.547Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T18:05:25.547Z] ---> Using cache [2021-05-03T18:05:25.547Z] ---> 143caf258b50 [2021-05-03T18:05:25.547Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T18:05:27.577Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T18:05:28.408Z] f01ee6e75650: Pushed [2021-05-03T18:05:28.408Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:28.728Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:29.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.195 [2021-05-03T18:05:29.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-03T18:05:29.040Z] 9ee2d6a1513a: Preparing [2021-05-03T18:05:29.040Z] 4b848cf4dbd8: Preparing [2021-05-03T18:05:29.040Z] 300b7eb3a18c: Preparing [2021-05-03T18:05:29.040Z] f01ee6e75650: Preparing [2021-05-03T18:05:29.040Z] 0754057c0ad3: Preparing [2021-05-03T18:05:29.040Z] 998cdf262ab1: Preparing [2021-05-03T18:05:29.040Z] 02e56110abd2: Preparing [2021-05-03T18:05:29.040Z] abc36efb885a: Preparing [2021-05-03T18:05:29.040Z] b0b09059f4e1: Preparing [2021-05-03T18:05:29.040Z] bb961f40224b: Preparing [2021-05-03T18:05:29.040Z] f4666769fca7: Preparing [2021-05-03T18:05:29.040Z] 02e56110abd2: Waiting [2021-05-03T18:05:29.040Z] abc36efb885a: Waiting [2021-05-03T18:05:29.040Z] b0b09059f4e1: Waiting [2021-05-03T18:05:29.040Z] bb961f40224b: Waiting [2021-05-03T18:05:29.040Z] f4666769fca7: Waiting [2021-05-03T18:05:29.040Z] 998cdf262ab1: Waiting [2021-05-03T18:05:29.040Z] 4b848cf4dbd8: Layer already exists [2021-05-03T18:05:29.040Z] 9ee2d6a1513a: Layer already exists [2021-05-03T18:05:29.040Z] 300b7eb3a18c: Layer already exists [2021-05-03T18:05:29.040Z] 0754057c0ad3: Layer already exists [2021-05-03T18:05:29.040Z] f01ee6e75650: Layer already exists [2021-05-03T18:05:29.040Z] 998cdf262ab1: Layer already exists [2021-05-03T18:05:29.040Z] bb961f40224b: Layer already exists [2021-05-03T18:05:29.040Z] abc36efb885a: Layer already exists [2021-05-03T18:05:29.040Z] 02e56110abd2: Layer already exists [2021-05-03T18:05:29.040Z] b0b09059f4e1: Layer already exists [2021-05-03T18:05:29.040Z] f4666769fca7: Layer already exists [2021-05-03T18:05:29.040Z] 2.0.0-dev.195: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:29.352Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:29.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:29.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-03T18:05:29.653Z] 9ee2d6a1513a: Preparing [2021-05-03T18:05:29.653Z] 4b848cf4dbd8: Preparing [2021-05-03T18:05:29.653Z] 300b7eb3a18c: Preparing [2021-05-03T18:05:29.653Z] f01ee6e75650: Preparing [2021-05-03T18:05:29.653Z] 0754057c0ad3: Preparing [2021-05-03T18:05:29.653Z] 998cdf262ab1: Preparing [2021-05-03T18:05:29.653Z] 02e56110abd2: Preparing [2021-05-03T18:05:29.653Z] abc36efb885a: Preparing [2021-05-03T18:05:29.653Z] b0b09059f4e1: Preparing [2021-05-03T18:05:29.653Z] bb961f40224b: Preparing [2021-05-03T18:05:29.653Z] f4666769fca7: Preparing [2021-05-03T18:05:29.653Z] 998cdf262ab1: Waiting [2021-05-03T18:05:29.653Z] 02e56110abd2: Waiting [2021-05-03T18:05:29.653Z] abc36efb885a: Waiting [2021-05-03T18:05:29.653Z] b0b09059f4e1: Waiting [2021-05-03T18:05:29.653Z] bb961f40224b: Waiting [2021-05-03T18:05:29.653Z] f4666769fca7: Waiting [2021-05-03T18:05:29.653Z] f01ee6e75650: Layer already exists [2021-05-03T18:05:29.653Z] 4b848cf4dbd8: Layer already exists [2021-05-03T18:05:29.653Z] 300b7eb3a18c: Layer already exists [2021-05-03T18:05:29.653Z] 9ee2d6a1513a: Layer already exists [2021-05-03T18:05:29.653Z] 0754057c0ad3: Layer already exists [2021-05-03T18:05:29.653Z] 02e56110abd2: Layer already exists [2021-05-03T18:05:29.653Z] 998cdf262ab1: Layer already exists [2021-05-03T18:05:29.653Z] abc36efb885a: Layer already exists [2021-05-03T18:05:29.653Z] bb961f40224b: Layer already exists [2021-05-03T18:05:29.653Z] f4666769fca7: Layer already exists [2021-05-03T18:05:29.653Z] b0b09059f4e1: Layer already exists [2021-05-03T18:05:29.653Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:29.963Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:05:30.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-05-03T18:05:30.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-03T18:05:30.265Z] 9ee2d6a1513a: Preparing [2021-05-03T18:05:30.265Z] 4b848cf4dbd8: Preparing [2021-05-03T18:05:30.265Z] 300b7eb3a18c: Preparing [2021-05-03T18:05:30.265Z] f01ee6e75650: Preparing [2021-05-03T18:05:30.265Z] 0754057c0ad3: Preparing [2021-05-03T18:05:30.265Z] 998cdf262ab1: Preparing [2021-05-03T18:05:30.265Z] 02e56110abd2: Preparing [2021-05-03T18:05:30.265Z] abc36efb885a: Preparing [2021-05-03T18:05:30.265Z] b0b09059f4e1: Preparing [2021-05-03T18:05:30.265Z] bb961f40224b: Preparing [2021-05-03T18:05:30.265Z] f4666769fca7: Preparing [2021-05-03T18:05:30.265Z] 998cdf262ab1: Waiting [2021-05-03T18:05:30.265Z] b0b09059f4e1: Waiting [2021-05-03T18:05:30.265Z] 02e56110abd2: Waiting [2021-05-03T18:05:30.265Z] abc36efb885a: Waiting [2021-05-03T18:05:30.265Z] bb961f40224b: Waiting [2021-05-03T18:05:30.265Z] f4666769fca7: Waiting [2021-05-03T18:05:30.265Z] 300b7eb3a18c: Layer already exists [2021-05-03T18:05:30.265Z] 4b848cf4dbd8: Layer already exists [2021-05-03T18:05:30.265Z] 9ee2d6a1513a: Layer already exists [2021-05-03T18:05:30.265Z] f01ee6e75650: Layer already exists [2021-05-03T18:05:30.265Z] 0754057c0ad3: Layer already exists [2021-05-03T18:05:30.265Z] 02e56110abd2: Layer already exists [2021-05-03T18:05:30.265Z] 998cdf262ab1: Layer already exists [2021-05-03T18:05:30.265Z] bb961f40224b: Layer already exists [2021-05-03T18:05:30.265Z] abc36efb885a: Layer already exists [2021-05-03T18:05:30.265Z] b0b09059f4e1: Layer already exists [2021-05-03T18:05:30.265Z] f4666769fca7: Layer already exists [2021-05-03T18:05:30.265Z] master: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:05:30.322Z] ===================================================== [Pipeline] echo [2021-05-03T18:05:30.337Z] taggedImages: [2021-05-03T18:05:30.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:05:30.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.195 [2021-05-03T18:05:30.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:05:30.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T18:05:31.877Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-03T18:05:32.494Z] ---> Running in be34159f8fa7 [2021-05-03T18:05:32.768Z] ---> 91e02df983a0 [2021-05-03T18:05:32.768Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T18:05:33.041Z] ---> Running in 0116457ea539 [2021-05-03T18:05:33.041Z] ---> 4a986d7aee4a [2021-05-03T18:05:33.041Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T18:05:33.345Z] ---> ef29690d1d67 [2021-05-03T18:05:33.345Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T18:05:33.345Z] ---> Running in 87f9849177d8 [2021-05-03T18:05:33.616Z] ---> Running in a8549a2104d5 [2021-05-03T18:05:34.607Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:05:35.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T18:05:35.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T18:05:35.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T18:05:35.493Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:05:36.492Z] OK: 218 MiB in 52 packages [2021-05-03T18:05:39.927Z] Removing intermediate container be34159f8fa7 [2021-05-03T18:05:39.927Z] ---> a4c43d8acf31 [2021-05-03T18:05:39.927Z] Step 6/22 : COPY go.mod . [2021-05-03T18:05:41.390Z] ---> f506a0a9be70 [2021-05-03T18:05:41.390Z] Step 7/22 : RUN go mod download [2021-05-03T18:05:41.390Z] ---> Running in 4f47d795b2dc [2021-05-03T18:05:46.854Z] Removing intermediate container 4f47d795b2dc [2021-05-03T18:05:46.854Z] ---> 118da129bcef [2021-05-03T18:05:46.854Z] Step 8/22 : COPY . . [2021-05-03T18:05:47.135Z] Removing intermediate container fe71bfd67937 [2021-05-03T18:05:47.135Z] ---> 71777bd0da16 [2021-05-03T18:05:47.135Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T18:05:47.423Z] ---> Running in f4969f0b5668 [2021-05-03T18:05:48.424Z] Removing intermediate container f4969f0b5668 [2021-05-03T18:05:48.424Z] ---> c5d1feca3283 [2021-05-03T18:05:48.424Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T18:05:49.034Z] ---> Running in 60e70f359161 [2021-05-03T18:05:50.497Z] Removing intermediate container 60e70f359161 [2021-05-03T18:05:50.497Z] ---> 9b54cbc9a85e [2021-05-03T18:05:50.497Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T18:05:53.175Z] ---> d581ba0788c5 [2021-05-03T18:05:53.175Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T18:05:54.668Z] ---> d5044d7969d8 [2021-05-03T18:05:54.668Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T18:05:57.325Z] ---> 8fc94d812d94 [2021-05-03T18:05:57.325Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T18:05:57.609Z] ---> Running in 9c3ffdfb44c3 [2021-05-03T18:05:59.074Z] Removing intermediate container 9c3ffdfb44c3 [2021-05-03T18:05:59.074Z] ---> f3c0fca0bf55 [2021-05-03T18:05:59.074Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:05:59.074Z] ---> Running in b0371b24a8ac [2021-05-03T18:06:00.571Z] Removing intermediate container b0371b24a8ac [2021-05-03T18:06:00.571Z] ---> b0302afd1d80 [2021-05-03T18:06:00.571Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T18:06:00.571Z] ---> Running in fb2a54cb6107 [2021-05-03T18:06:01.178Z] Removing intermediate container fb2a54cb6107 [2021-05-03T18:06:01.457Z] ---> 7225cfe58bba [2021-05-03T18:06:01.457Z] Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:06:01.457Z] ---> Running in 8ff827ff0144 [2021-05-03T18:06:02.074Z] ---> f27642380ea4 [2021-05-03T18:06:02.074Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T18:06:02.355Z] ---> Running in 527fef35a4fc [2021-05-03T18:06:02.355Z] Removing intermediate container 8ff827ff0144 [2021-05-03T18:06:02.355Z] ---> 083ff4acdce6 [2021-05-03T18:06:02.355Z] Step 23/23 : LABEL version=2.0.0-dev.195 [2021-05-03T18:06:02.637Z] ---> Running in d4e26b4d2f26 [2021-05-03T18:06:03.639Z] Removing intermediate container d4e26b4d2f26 [2021-05-03T18:06:03.639Z] ---> 4b92c77eaeb0 [2021-05-03T18:06:03.639Z] [2021-05-03T18:06:04.246Z] Successfully built 4b92c77eaeb0 [2021-05-03T18:06:04.246Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-03T18:06:04.246Z]  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.195" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T18:07:00.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T18:07:01.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T18:07:16.322Z] Removing intermediate container 87f9849177d8 [2021-05-03T18:07:16.322Z] ---> 143aac968505 [2021-05-03T18:07:16.322Z] [2021-05-03T18:07:16.322Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T18:07:16.322Z] ---> 9852663dfa18 [2021-05-03T18:07:16.322Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T18:07:16.322Z] ---> Running in 7775142f63c7 [2021-05-03T18:07:16.322Z] Removing intermediate container 0116457ea539 [2021-05-03T18:07:16.322Z] ---> e3e219f1a559 [2021-05-03T18:07:16.322Z] [2021-05-03T18:07:16.322Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T18:07:16.322Z] ---> 9852663dfa18 [2021-05-03T18:07:16.322Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T18:07:16.322Z] ---> Running in 0aa81b1cc144 [2021-05-03T18:07:17.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:07:18.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:07:18.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:07:18.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:07:18.612Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T18:07:18.612Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T18:07:18.612Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T18:07:18.612Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T18:07:18.612Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T18:07:18.612Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T18:07:18.892Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:07:18.892Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T18:07:19.169Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T18:07:19.169Z] OK: 7 MiB in 20 packages [2021-05-03T18:07:19.169Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T18:07:19.169Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T18:07:19.169Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T18:07:19.169Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:07:19.169Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T18:07:19.775Z] OK: 7 MiB in 18 packages [2021-05-03T18:07:22.428Z] Removing intermediate container a8549a2104d5 [2021-05-03T18:07:22.428Z] ---> 639b036a65bc [2021-05-03T18:07:22.428Z] [2021-05-03T18:07:22.428Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T18:07:22.428Z] ---> 9852663dfa18 [2021-05-03T18:07:22.428Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T18:07:22.428Z] ---> Using cache [2021-05-03T18:07:22.428Z] ---> e4569df39fd6 [2021-05-03T18:07:22.428Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:07:22.428Z] ---> Using cache [2021-05-03T18:07:22.428Z] ---> 239b6eb2a9e8 [2021-05-03T18:07:22.428Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T18:07:22.706Z] Removing intermediate container 7775142f63c7 [2021-05-03T18:07:22.706Z] ---> Running in 910978d0f2eb [2021-05-03T18:07:22.706Z] ---> d31c53ac4763 [2021-05-03T18:07:22.706Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T18:07:22.980Z] ---> Running in d1fcbce9acd6 [2021-05-03T18:07:23.256Z] Removing intermediate container 0aa81b1cc144 [2021-05-03T18:07:23.256Z] ---> fefc393c146a [2021-05-03T18:07:23.256Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T18:07:23.535Z] Removing intermediate container 910978d0f2eb [2021-05-03T18:07:23.535Z] ---> 2cc7897c8439 [2021-05-03T18:07:23.535Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T18:07:23.535Z] ---> Running in 9faede2b96ca [2021-05-03T18:07:23.813Z] Removing intermediate container d1fcbce9acd6 [2021-05-03T18:07:23.813Z] ---> b67827ef981f [2021-05-03T18:07:23.813Z] Step 13/24 : WORKDIR / [2021-05-03T18:07:23.813Z] ---> Running in 31dbe1368814 [2021-05-03T18:07:24.089Z] ---> Running in fc3bd9b6c301 [2021-05-03T18:07:24.089Z] Removing intermediate container 9faede2b96ca [2021-05-03T18:07:24.089Z] ---> fb865e7624f5 [2021-05-03T18:07:24.089Z] Step 13/21 : WORKDIR /edgex [2021-05-03T18:07:24.374Z] Removing intermediate container 31dbe1368814 [2021-05-03T18:07:24.374Z] ---> 4a18ecc9f867 [2021-05-03T18:07:24.374Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:07:24.374Z] ---> Running in 1cdbb6b4110a [2021-05-03T18:07:24.658Z] Removing intermediate container fc3bd9b6c301 [2021-05-03T18:07:24.658Z] ---> 850574540f6c [2021-05-03T18:07:24.659Z] 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-05-03T18:07:25.263Z] Removing intermediate container 1cdbb6b4110a [2021-05-03T18:07:25.263Z] ---> 11c1ecfa5c33 [2021-05-03T18:07:25.263Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T18:07:25.870Z] ---> a9c713e2ce16 [2021-05-03T18:07:25.870Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T18:07:25.870Z] ---> d70da94aca7e [2021-05-03T18:07:25.870Z] 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-05-03T18:07:26.148Z] ---> fa01fc90bacf [2021-05-03T18:07:26.148Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T18:07:27.164Z] ---> 63eefa1ddbf0 [2021-05-03T18:07:27.164Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T18:07:27.441Z] ---> e1d7b1b13f9f [2021-05-03T18:07:27.441Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T18:07:28.046Z] ---> 8b551a6a669b [2021-05-03T18:07:28.046Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T18:07:28.338Z] ---> 5b32006b01a1 [2021-05-03T18:07:28.338Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T18:07:28.954Z] ---> 5ce6f62c30e2 [2021-05-03T18:07:28.954Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T18:07:29.247Z] ---> Running in 4241154ba93a [2021-05-03T18:07:29.535Z] ---> 3b7ef7f14d29 [2021-05-03T18:07:29.535Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T18:07:29.821Z] ---> 0a50ee4f7008 [2021-05-03T18:07:29.821Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T18:07:29.821Z] ---> Running in 9758edf46819 [2021-05-03T18:07:29.821Z] Removing intermediate container 4241154ba93a [2021-05-03T18:07:29.821Z] ---> a6a48d9b889f [2021-05-03T18:07:29.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:07:30.107Z] ---> Running in 17ecf9e26f87 [2021-05-03T18:07:30.709Z] Removing intermediate container 9758edf46819 [2021-05-03T18:07:30.709Z] ---> 2c1ebd665ed9 [2021-05-03T18:07:30.709Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T18:07:30.986Z] Removing intermediate container 17ecf9e26f87 [2021-05-03T18:07:30.986Z] ---> 9e39161d3c4c [2021-05-03T18:07:30.986Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T18:07:31.586Z] ---> Running in 6cc34f530ad8 [2021-05-03T18:07:31.586Z] ---> Running in ca1b11ea047a [2021-05-03T18:07:31.586Z] ---> ee86d72d29f6 [2021-05-03T18:07:31.586Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T18:07:32.188Z] Removing intermediate container 6cc34f530ad8 [2021-05-03T18:07:32.188Z] ---> ca7250ec4d6a [2021-05-03T18:07:32.188Z] Step 19/21 : LABEL arch=arm64 [2021-05-03T18:07:32.470Z] Removing intermediate container ca1b11ea047a [2021-05-03T18:07:32.470Z] ---> e51ab7db3b8e [2021-05-03T18:07:32.470Z] Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:32.470Z] ---> Running in ce5363890f43 [2021-05-03T18:07:32.745Z] ---> Running in c8fc5d1447fe [2021-05-03T18:07:32.745Z] Removing intermediate container 527fef35a4fc [2021-05-03T18:07:32.745Z] ---> 755d335d0af6 [2021-05-03T18:07:32.745Z] [2021-05-03T18:07:32.745Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T18:07:32.745Z] ---> 9852663dfa18 [2021-05-03T18:07:32.745Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T18:07:32.745Z] ---> 41fff8299193 [2021-05-03T18:07:32.745Z] 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-05-03T18:07:33.022Z] ---> Running in e64ea97d4ba1 [2021-05-03T18:07:33.022Z] ---> Running in d444cbb49a00 [2021-05-03T18:07:33.305Z] Removing intermediate container ce5363890f43 [2021-05-03T18:07:33.305Z] ---> 3acb23803a25 [2021-05-03T18:07:33.305Z] Step 20/21 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:33.305Z] Removing intermediate container c8fc5d1447fe [2021-05-03T18:07:33.305Z] ---> 94460e7b1fe5 [2021-05-03T18:07:33.305Z] Step 22/22 : LABEL version=2.0.0-dev.195 [2021-05-03T18:07:33.305Z] ---> Running in c62b42f94b33 [2021-05-03T18:07:33.305Z] ---> Running in c41ac053e277 [2021-05-03T18:07:33.910Z] Removing intermediate container c62b42f94b33 [2021-05-03T18:07:33.910Z] ---> 4045485fe0b0 [2021-05-03T18:07:33.910Z] Step 21/21 : LABEL version=2.0.0-dev.195 [2021-05-03T18:07:34.187Z] Removing intermediate container c41ac053e277 [2021-05-03T18:07:34.188Z] ---> 991dc19cf2ed [2021-05-03T18:07:34.188Z] [2021-05-03T18:07:34.188Z] ---> Running in 49e28b5add4b [2021-05-03T18:07:34.467Z] Successfully built 991dc19cf2ed [2021-05-03T18:07:34.744Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-03T18:07:34.744Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T18:07:34.744Z] Removing intermediate container 49e28b5add4b [2021-05-03T18:07:34.744Z] ---> 7eee9b77c929 [2021-05-03T18:07:34.744Z] [2021-05-03T18:07:34.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T18:07:35.353Z] Successfully built 7eee9b77c929 [2021-05-03T18:07:35.353Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-03T18:07:35.353Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T18:07:35.353Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T18:07:35.353Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T18:07:35.630Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T18:07:35.630Z] OK: 6 MiB in 16 packages [2021-05-03T18:07:35.913Z] Removing intermediate container d444cbb49a00 [2021-05-03T18:07:35.913Z] ---> fa407046423b [2021-05-03T18:07:35.913Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T18:07:36.190Z] ---> Running in e59e7cc34f8b [2021-05-03T18:07:36.790Z] Removing intermediate container e59e7cc34f8b [2021-05-03T18:07:36.790Z] ---> 6d0037fd507a [2021-05-03T18:07:36.790Z] Step 22/24 : LABEL arch=arm64 [2021-05-03T18:07:37.073Z] ---> Running in 741e2b5b07ab [2021-05-03T18:07:37.073Z] Removing intermediate container e64ea97d4ba1 [2021-05-03T18:07:37.073Z] ---> e9706e14acb7 [2021-05-03T18:07:37.073Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T18:07:37.346Z] ---> Running in 2a73224fcbe9 [2021-05-03T18:07:37.619Z] Removing intermediate container 741e2b5b07ab [2021-05-03T18:07:37.619Z] ---> dca5ebece19b [2021-05-03T18:07:37.619Z] Step 23/24 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:37.619Z] ---> Running in 43c42b52eb94 [2021-05-03T18:07:37.891Z] Removing intermediate container 2a73224fcbe9 [2021-05-03T18:07:37.891Z] ---> b97f5f3a6f69 [2021-05-03T18:07:37.891Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T18:07:38.164Z] ---> Running in 2d4a9e1cb16b [2021-05-03T18:07:38.164Z] Removing intermediate container 43c42b52eb94 [2021-05-03T18:07:38.164Z] ---> c94f427f8511 [2021-05-03T18:07:38.164Z] Step 24/24 : LABEL version=2.0.0-dev.195 [2021-05-03T18:07:38.439Z] ---> Running in 9047e420afcc [2021-05-03T18:07:38.439Z] Removing intermediate container 2d4a9e1cb16b [2021-05-03T18:07:38.439Z] ---> 5f899e164d6d [2021-05-03T18:07:38.439Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T18:07:38.713Z] ---> Running in 014ea35cd922 [2021-05-03T18:07:38.713Z] Removing intermediate container 9047e420afcc [2021-05-03T18:07:38.713Z] ---> 07a8fdcc8b16 [2021-05-03T18:07:38.713Z] [2021-05-03T18:07:38.988Z] Successfully built 07a8fdcc8b16 [2021-05-03T18:07:39.260Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-03T18:07:39.260Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 014ea35cd922 [2021-05-03T18:07:39.260Z] ---> e47677e4acbc [2021-05-03T18:07:39.260Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T18:07:39.859Z] ---> c66e5f3c344f [2021-05-03T18:07:39.859Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T18:07:41.305Z] ---> df1fca8baff9 [2021-05-03T18:07:41.305Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T18:07:41.918Z] ---> 0a9ba3e6a9c6 [2021-05-03T18:07:41.918Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T18:07:41.918Z] ---> Running in 4b23052d544d [2021-05-03T18:07:42.516Z] Removing intermediate container 4b23052d544d [2021-05-03T18:07:42.516Z] ---> 5a8c094963b7 [2021-05-03T18:07:42.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T18:07:42.516Z] ---> Running in bbfc4ea76291 [2021-05-03T18:07:43.113Z] Removing intermediate container bbfc4ea76291 [2021-05-03T18:07:43.113Z] ---> d4cb266296a8 [2021-05-03T18:07:43.113Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T18:07:43.113Z] ---> Running in 0877f1d670e6 [2021-05-03T18:07:43.716Z] Removing intermediate container 0877f1d670e6 [2021-05-03T18:07:43.716Z] ---> ee67fa535bdb [2021-05-03T18:07:43.716Z] Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:43.716Z] ---> Running in 9a43bf25e58c [2021-05-03T18:07:44.328Z] Removing intermediate container 9a43bf25e58c [2021-05-03T18:07:44.328Z] ---> c3bab89f2872 [2021-05-03T18:07:44.328Z] Step 22/22 : LABEL version=2.0.0-dev.195 [2021-05-03T18:07:44.328Z] ---> Running in 716f23ad25ef [2021-05-03T18:07:44.940Z] Removing intermediate container 716f23ad25ef [2021-05-03T18:07:44.940Z] ---> 199466ef388a [2021-05-03T18:07:44.940Z] [2021-05-03T18:07:45.214Z] Successfully built 199466ef388a [2021-05-03T18:07:45.214Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-03T18:07:45.507Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-05-03T18:07:45.509Z] $ docker stop --time=1 cec6d2e1bfcf0ca765d16fe7a8c5913c9f74e60b2da965a202079fc50ccea8c1 [2021-05-03T18:07:47.325Z] $ docker rm -f cec6d2e1bfcf0ca765d16fe7a8c5913c9f74e60b2da965a202079fc50ccea8c1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T18:07:47.944Z] + docker+ imagesgrep docker [2021-05-03T18:07:47.944Z] [2021-05-03T18:07:48.216Z] docker-support-notifications-go-arm64 latest 199466ef388a 4 seconds ago 16.6MB [2021-05-03T18:07:48.216Z] docker-security-secretstore-setup-go-arm64 latest 07a8fdcc8b16 10 seconds ago 24.1MB [2021-05-03T18:07:48.216Z] docker-security-proxy-setup-go-arm64 latest 7eee9b77c929 14 seconds ago 23.9MB [2021-05-03T18:07:48.216Z] docker-support-scheduler-go-arm64 latest 991dc19cf2ed 15 seconds ago 16.1MB [2021-05-03T18:07:48.216Z] docker-sys-mgmt-agent-go-arm64 latest 4b92c77eaeb0 About a minute ago 299MB [2021-05-03T18:07:48.216Z] docker-core-data-go-arm64 latest d9937393f5e7 2 minutes ago 20.3MB [2021-05-03T18:07:48.216Z] docker-security-bootstrapper-go-arm64 latest 38ee59b78ba9 2 minutes ago 17.1MB [2021-05-03T18:07:48.216Z] docker-core-metadata-go-arm64 latest 587f793ce712 3 minutes ago 17.4MB [2021-05-03T18:07:48.216Z] docker-core-command-go-arm64 latest bd97843514de 3 minutes ago 16.1MB [2021-05-03T18:07:48.216Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T18:07:48.411Z] provisioning config files... [2021-05-03T18:07:48.467Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config2757499019155026535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:07:48.830Z] ---> docker-login.sh [2021-05-03T18:07:48.830Z] nexus3.edgexfoundry.org:10001 [2021-05-03T18:07:49.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:07:49.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:07:49.101Z] Configure a credential helper to remove this warning. See [2021-05-03T18:07:49.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:07:49.101Z] [2021-05-03T18:07:49.101Z] Login Succeeded [2021-05-03T18:07:49.101Z] nexus3.edgexfoundry.org:10002 [2021-05-03T18:07:49.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:07:49.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:07:49.695Z] Configure a credential helper to remove this warning. See [2021-05-03T18:07:49.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:07:49.695Z] [2021-05-03T18:07:49.695Z] Login Succeeded [2021-05-03T18:07:49.695Z] nexus3.edgexfoundry.org:10003 [2021-05-03T18:07:50.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:07:50.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:07:50.290Z] Configure a credential helper to remove this warning. See [2021-05-03T18:07:50.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:07:50.290Z] [2021-05-03T18:07:50.290Z] Login Succeeded [2021-05-03T18:07:50.290Z] nexus3.edgexfoundry.org:10004 [2021-05-03T18:07:50.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:07:50.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:07:50.881Z] Configure a credential helper to remove this warning. See [2021-05-03T18:07:50.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:07:50.881Z] [2021-05-03T18:07:50.881Z] Login Succeeded [2021-05-03T18:07:50.881Z] docker.io [2021-05-03T18:07:51.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T18:07:52.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T18:07:52.578Z] Configure a credential helper to remove this warning. See [2021-05-03T18:07:52.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T18:07:52.578Z] [2021-05-03T18:07:52.578Z] Login Succeeded [2021-05-03T18:07:52.578Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T18:07:52.596Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:07:52.681Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-05-03T18:07:52.682Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:52.682Z] 2.0.0-dev.195 [2021-05-03T18:07:52.682Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:07:52.682Z] master [2021-05-03T18:07:52.682Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:53.075Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:53.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:53.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-03T18:07:53.422Z] 3145ac3d4cf6: Preparing [2021-05-03T18:07:53.422Z] 8c9fb551e80f: Preparing [2021-05-03T18:07:53.422Z] ddfa373da5ac: Preparing [2021-05-03T18:07:53.422Z] 36fc857d532e: Preparing [2021-05-03T18:07:53.422Z] 3fbe34a1663b: Preparing [2021-05-03T18:07:53.694Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:07:53.694Z] 36fc857d532e: Pushed [2021-05-03T18:07:53.694Z] ddfa373da5ac: Pushed [2021-05-03T18:07:53.694Z] 3145ac3d4cf6: Pushed [2021-05-03T18:07:56.299Z] 8c9fb551e80f: Pushed [2021-05-03T18:07:56.299Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:56.640Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:57.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.195 [2021-05-03T18:07:57.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-03T18:07:57.028Z] 3145ac3d4cf6: Preparing [2021-05-03T18:07:57.028Z] 8c9fb551e80f: Preparing [2021-05-03T18:07:57.028Z] ddfa373da5ac: Preparing [2021-05-03T18:07:57.028Z] 36fc857d532e: Preparing [2021-05-03T18:07:57.028Z] 3fbe34a1663b: Preparing [2021-05-03T18:07:57.307Z] ddfa373da5ac: Layer already exists [2021-05-03T18:07:57.307Z] 36fc857d532e: Layer already exists [2021-05-03T18:07:57.307Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:07:57.307Z] 3145ac3d4cf6: Layer already exists [2021-05-03T18:07:57.307Z] 8c9fb551e80f: Layer already exists [2021-05-03T18:07:57.307Z] 2.0.0-dev.195: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:57.671Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:58.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:07:58.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-03T18:07:58.037Z] 3145ac3d4cf6: Preparing [2021-05-03T18:07:58.037Z] 8c9fb551e80f: Preparing [2021-05-03T18:07:58.037Z] ddfa373da5ac: Preparing [2021-05-03T18:07:58.037Z] 36fc857d532e: Preparing [2021-05-03T18:07:58.037Z] 3fbe34a1663b: Preparing [2021-05-03T18:07:58.037Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:07:58.037Z] ddfa373da5ac: Layer already exists [2021-05-03T18:07:58.037Z] 36fc857d532e: Layer already exists [2021-05-03T18:07:58.037Z] 8c9fb551e80f: Layer already exists [2021-05-03T18:07:58.037Z] 3145ac3d4cf6: Layer already exists [2021-05-03T18:07:58.311Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:58.672Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:59.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-05-03T18:07:59.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-03T18:07:59.035Z] 3145ac3d4cf6: Preparing [2021-05-03T18:07:59.035Z] 8c9fb551e80f: Preparing [2021-05-03T18:07:59.035Z] ddfa373da5ac: Preparing [2021-05-03T18:07:59.035Z] 36fc857d532e: Preparing [2021-05-03T18:07:59.035Z] 3fbe34a1663b: Preparing [2021-05-03T18:07:59.035Z] 36fc857d532e: Layer already exists [2021-05-03T18:07:59.035Z] 8c9fb551e80f: Layer already exists [2021-05-03T18:07:59.035Z] 3145ac3d4cf6: Layer already exists [2021-05-03T18:07:59.035Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:07:59.035Z] ddfa373da5ac: Layer already exists [2021-05-03T18:07:59.322Z] master: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:07:59.407Z] ===================================================== [Pipeline] echo [2021-05-03T18:07:59.425Z] taggedImages: [2021-05-03T18:07:59.425Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:59.425Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.195 [2021-05-03T18:07:59.425Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:07:59.425Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-05-03T18:07:59.476Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-05-03T18:07:59.476Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:07:59.476Z] 2.0.0-dev.195 [2021-05-03T18:07:59.476Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:07:59.476Z] master [2021-05-03T18:07:59.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:07:59.868Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:00.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:00.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-03T18:08:00.226Z] 467fcbf91f65: Preparing [2021-05-03T18:08:00.226Z] eea88c0f1be6: Preparing [2021-05-03T18:08:00.226Z] ddfa373da5ac: Preparing [2021-05-03T18:08:00.226Z] 91a5387b5869: Preparing [2021-05-03T18:08:00.226Z] db0f5df70ae2: Preparing [2021-05-03T18:08:00.226Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:00.226Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:00.514Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:00.514Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:00.515Z] db0f5df70ae2: Pushed [2021-05-03T18:08:00.515Z] 467fcbf91f65: Pushed [2021-05-03T18:08:01.176Z] 91a5387b5869: Pushed [2021-05-03T18:08:03.777Z] eea88c0f1be6: Pushed [2021-05-03T18:08:03.777Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:04.120Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:04.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:04.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-03T18:08:04.461Z] 467fcbf91f65: Preparing [2021-05-03T18:08:04.461Z] eea88c0f1be6: Preparing [2021-05-03T18:08:04.461Z] ddfa373da5ac: Preparing [2021-05-03T18:08:04.461Z] 91a5387b5869: Preparing [2021-05-03T18:08:04.461Z] db0f5df70ae2: Preparing [2021-05-03T18:08:04.461Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:04.461Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:04.461Z] 467fcbf91f65: Layer already exists [2021-05-03T18:08:04.461Z] eea88c0f1be6: Layer already exists [2021-05-03T18:08:04.461Z] db0f5df70ae2: Layer already exists [2021-05-03T18:08:04.461Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:04.461Z] 91a5387b5869: Layer already exists [2021-05-03T18:08:04.732Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:04.732Z] 2.0.0-dev.195: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:05.072Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:05.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:05.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-03T18:08:05.407Z] 467fcbf91f65: Preparing [2021-05-03T18:08:05.407Z] eea88c0f1be6: Preparing [2021-05-03T18:08:05.407Z] ddfa373da5ac: Preparing [2021-05-03T18:08:05.407Z] 91a5387b5869: Preparing [2021-05-03T18:08:05.407Z] db0f5df70ae2: Preparing [2021-05-03T18:08:05.407Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:05.407Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:05.407Z] db0f5df70ae2: Layer already exists [2021-05-03T18:08:05.407Z] eea88c0f1be6: Layer already exists [2021-05-03T18:08:05.407Z] 467fcbf91f65: Layer already exists [2021-05-03T18:08:05.407Z] 91a5387b5869: Layer already exists [2021-05-03T18:08:05.407Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:05.407Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:05.679Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:06.022Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:06.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-05-03T18:08:06.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-03T18:08:06.365Z] 467fcbf91f65: Preparing [2021-05-03T18:08:06.365Z] eea88c0f1be6: Preparing [2021-05-03T18:08:06.365Z] ddfa373da5ac: Preparing [2021-05-03T18:08:06.365Z] 91a5387b5869: Preparing [2021-05-03T18:08:06.365Z] db0f5df70ae2: Preparing [2021-05-03T18:08:06.365Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:06.365Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:06.365Z] 91a5387b5869: Layer already exists [2021-05-03T18:08:06.365Z] eea88c0f1be6: Layer already exists [2021-05-03T18:08:06.365Z] 467fcbf91f65: Layer already exists [2021-05-03T18:08:06.365Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:06.365Z] db0f5df70ae2: Layer already exists [2021-05-03T18:08:06.365Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:06.636Z] master: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:08:06.702Z] ===================================================== [Pipeline] echo [2021-05-03T18:08:06.718Z] taggedImages: [2021-05-03T18:08:06.718Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:06.718Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:06.718Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:06.718Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-05-03T18:08:06.759Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-05-03T18:08:06.759Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:06.759Z] 2.0.0-dev.195 [2021-05-03T18:08:06.759Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:06.759Z] master [2021-05-03T18:08:06.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:07.139Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:07.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:07.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-03T18:08:07.472Z] 4d67752ff28c: Preparing [2021-05-03T18:08:07.472Z] 1fab986442bc: Preparing [2021-05-03T18:08:07.472Z] ddfa373da5ac: Preparing [2021-05-03T18:08:07.472Z] 36fc857d532e: Preparing [2021-05-03T18:08:07.472Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:07.472Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:07.472Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:07.744Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:07.744Z] 4d67752ff28c: Pushed [2021-05-03T18:08:10.341Z] 1fab986442bc: Pushed [2021-05-03T18:08:10.611Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:10.953Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:11.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:11.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-03T18:08:11.291Z] 4d67752ff28c: Preparing [2021-05-03T18:08:11.291Z] 1fab986442bc: Preparing [2021-05-03T18:08:11.291Z] ddfa373da5ac: Preparing [2021-05-03T18:08:11.291Z] 36fc857d532e: Preparing [2021-05-03T18:08:11.291Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:11.291Z] 4d67752ff28c: Layer already exists [2021-05-03T18:08:11.291Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:11.291Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:11.291Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:11.291Z] 1fab986442bc: Layer already exists [2021-05-03T18:08:11.561Z] 2.0.0-dev.195: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:11.899Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:12.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:12.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-03T18:08:12.234Z] 4d67752ff28c: Preparing [2021-05-03T18:08:12.234Z] 1fab986442bc: Preparing [2021-05-03T18:08:12.234Z] ddfa373da5ac: Preparing [2021-05-03T18:08:12.234Z] 36fc857d532e: Preparing [2021-05-03T18:08:12.234Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:12.234Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:12.234Z] 1fab986442bc: Layer already exists [2021-05-03T18:08:12.234Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:12.234Z] 4d67752ff28c: Layer already exists [2021-05-03T18:08:12.234Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:12.508Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:12.853Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:13.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-05-03T18:08:13.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-03T18:08:13.185Z] 4d67752ff28c: Preparing [2021-05-03T18:08:13.185Z] 1fab986442bc: Preparing [2021-05-03T18:08:13.185Z] ddfa373da5ac: Preparing [2021-05-03T18:08:13.185Z] 36fc857d532e: Preparing [2021-05-03T18:08:13.185Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:13.185Z] 4d67752ff28c: Layer already exists [2021-05-03T18:08:13.185Z] 1fab986442bc: Layer already exists [2021-05-03T18:08:13.185Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:13.185Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:13.185Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:13.457Z] master: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:08:13.518Z] ===================================================== [Pipeline] echo [2021-05-03T18:08:13.535Z] taggedImages: [2021-05-03T18:08:13.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:13.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:13.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:13.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-05-03T18:08:13.576Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-05-03T18:08:13.576Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:13.576Z] 2.0.0-dev.195 [2021-05-03T18:08:13.576Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:13.576Z] master [2021-05-03T18:08:13.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:13.955Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:14.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:14.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-03T18:08:14.296Z] cd82e4f26636: Preparing [2021-05-03T18:08:14.296Z] cd82e4f26636: Preparing [2021-05-03T18:08:14.296Z] b84e3db68850: Preparing [2021-05-03T18:08:14.296Z] 0b6e058e157b: Preparing [2021-05-03T18:08:14.296Z] 7b5cb4ca574b: Preparing [2021-05-03T18:08:14.296Z] 9861b7161f8d: Preparing [2021-05-03T18:08:14.296Z] ddfa373da5ac: Preparing [2021-05-03T18:08:14.296Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:14.296Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:14.296Z] 3f6223536b63: Preparing [2021-05-03T18:08:14.296Z] 63ec472cf1ab: Preparing [2021-05-03T18:08:14.296Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:14.296Z] ddfa373da5ac: Waiting [2021-05-03T18:08:14.296Z] 3f6223536b63: Waiting [2021-05-03T18:08:14.296Z] 33bbf1fe5f00: Waiting [2021-05-03T18:08:14.296Z] 63ec472cf1ab: Waiting [2021-05-03T18:08:14.296Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:14.583Z] 7b5cb4ca574b: Pushed [2021-05-03T18:08:14.583Z] b84e3db68850: Pushed [2021-05-03T18:08:14.583Z] cd82e4f26636: Pushed [2021-05-03T18:08:14.583Z] 0b6e058e157b: Pushed [2021-05-03T18:08:14.855Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:14.855Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:14.855Z] 33bbf1fe5f00: Pushed [2021-05-03T18:08:14.855Z] 3f6223536b63: Pushed [2021-05-03T18:08:14.855Z] 63ec472cf1ab: Pushed [2021-05-03T18:08:17.477Z] 9861b7161f8d: Pushed [2021-05-03T18:08:17.748Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:18.094Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:18.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:18.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-03T18:08:18.427Z] cd82e4f26636: Preparing [2021-05-03T18:08:18.427Z] cd82e4f26636: Preparing [2021-05-03T18:08:18.427Z] b84e3db68850: Preparing [2021-05-03T18:08:18.427Z] 0b6e058e157b: Preparing [2021-05-03T18:08:18.427Z] 7b5cb4ca574b: Preparing [2021-05-03T18:08:18.427Z] 9861b7161f8d: Preparing [2021-05-03T18:08:18.427Z] ddfa373da5ac: Preparing [2021-05-03T18:08:18.427Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:18.427Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:18.427Z] 3f6223536b63: Preparing [2021-05-03T18:08:18.427Z] 63ec472cf1ab: Preparing [2021-05-03T18:08:18.427Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:18.427Z] ddfa373da5ac: Waiting [2021-05-03T18:08:18.427Z] 33bbf1fe5f00: Waiting [2021-05-03T18:08:18.427Z] 3f6223536b63: Waiting [2021-05-03T18:08:18.427Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:18.427Z] 63ec472cf1ab: Waiting [2021-05-03T18:08:18.427Z] 0b6e058e157b: Layer already exists [2021-05-03T18:08:18.427Z] cd82e4f26636: Layer already exists [2021-05-03T18:08:18.427Z] 7b5cb4ca574b: Layer already exists [2021-05-03T18:08:18.427Z] 9861b7161f8d: Layer already exists [2021-05-03T18:08:18.427Z] b84e3db68850: Layer already exists [2021-05-03T18:08:18.700Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:18.700Z] 33bbf1fe5f00: Layer already exists [2021-05-03T18:08:18.700Z] 3f6223536b63: Layer already exists [2021-05-03T18:08:18.700Z] 63ec472cf1ab: Layer already exists [2021-05-03T18:08:18.700Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:18.700Z] 2.0.0-dev.195: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:19.051Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:19.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:19.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-03T18:08:19.605Z] cd82e4f26636: Preparing [2021-05-03T18:08:19.605Z] cd82e4f26636: Preparing [2021-05-03T18:08:19.605Z] b84e3db68850: Preparing [2021-05-03T18:08:19.605Z] 0b6e058e157b: Preparing [2021-05-03T18:08:19.605Z] 7b5cb4ca574b: Preparing [2021-05-03T18:08:19.605Z] 9861b7161f8d: Preparing [2021-05-03T18:08:19.605Z] ddfa373da5ac: Preparing [2021-05-03T18:08:19.605Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:19.605Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:19.605Z] 3f6223536b63: Preparing [2021-05-03T18:08:19.605Z] 63ec472cf1ab: Preparing [2021-05-03T18:08:19.605Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:19.605Z] ddfa373da5ac: Waiting [2021-05-03T18:08:19.605Z] 33bbf1fe5f00: Waiting [2021-05-03T18:08:19.605Z] 3f6223536b63: Waiting [2021-05-03T18:08:19.605Z] 63ec472cf1ab: Waiting [2021-05-03T18:08:19.605Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:19.895Z] 0b6e058e157b: Layer already exists [2021-05-03T18:08:19.895Z] cd82e4f26636: Layer already exists [2021-05-03T18:08:19.895Z] 9861b7161f8d: Layer already exists [2021-05-03T18:08:19.895Z] 7b5cb4ca574b: Layer already exists [2021-05-03T18:08:19.895Z] b84e3db68850: Layer already exists [2021-05-03T18:08:19.895Z] 3f6223536b63: Layer already exists [2021-05-03T18:08:19.895Z] 63ec472cf1ab: Layer already exists [2021-05-03T18:08:19.895Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:19.895Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:19.895Z] 33bbf1fe5f00: Layer already exists [2021-05-03T18:08:19.895Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:20.251Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:20.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-05-03T18:08:20.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-03T18:08:20.629Z] cd82e4f26636: Preparing [2021-05-03T18:08:20.629Z] cd82e4f26636: Preparing [2021-05-03T18:08:20.629Z] b84e3db68850: Preparing [2021-05-03T18:08:20.629Z] 0b6e058e157b: Preparing [2021-05-03T18:08:20.629Z] 7b5cb4ca574b: Preparing [2021-05-03T18:08:20.629Z] 9861b7161f8d: Preparing [2021-05-03T18:08:20.629Z] ddfa373da5ac: Preparing [2021-05-03T18:08:20.629Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:20.629Z] 33bbf1fe5f00: Preparing [2021-05-03T18:08:20.629Z] 3f6223536b63: Preparing [2021-05-03T18:08:20.629Z] 63ec472cf1ab: Preparing [2021-05-03T18:08:20.629Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:20.629Z] 3f6223536b63: Waiting [2021-05-03T18:08:20.629Z] 63ec472cf1ab: Waiting [2021-05-03T18:08:20.629Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:20.629Z] 33bbf1fe5f00: Waiting [2021-05-03T18:08:20.629Z] 0b6e058e157b: Layer already exists [2021-05-03T18:08:20.629Z] b84e3db68850: Layer already exists [2021-05-03T18:08:20.629Z] 9861b7161f8d: Layer already exists [2021-05-03T18:08:20.629Z] cd82e4f26636: Layer already exists [2021-05-03T18:08:20.629Z] 7b5cb4ca574b: Layer already exists [2021-05-03T18:08:20.629Z] 3f6223536b63: Layer already exists [2021-05-03T18:08:20.629Z] 33bbf1fe5f00: Layer already exists [2021-05-03T18:08:20.629Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:20.629Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:20.629Z] 63ec472cf1ab: Layer already exists [2021-05-03T18:08:20.902Z] master: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:08:20.965Z] ===================================================== [Pipeline] echo [2021-05-03T18:08:20.981Z] taggedImages: [2021-05-03T18:08:20.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:20.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:20.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:20.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-05-03T18:08:21.016Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-05-03T18:08:21.016Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:21.016Z] 2.0.0-dev.195 [2021-05-03T18:08:21.016Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:21.016Z] master [2021-05-03T18:08:21.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:21.387Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:21.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:21.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-03T18:08:21.726Z] cb540109d13b: Preparing [2021-05-03T18:08:21.726Z] 302709a79de9: Preparing [2021-05-03T18:08:21.726Z] e30449f5f0ef: Preparing [2021-05-03T18:08:21.726Z] f562390375a2: Preparing [2021-05-03T18:08:21.726Z] 7e7b5e5b045c: Preparing [2021-05-03T18:08:21.726Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:21.726Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:22.014Z] f562390375a2: Pushed [2021-05-03T18:08:22.014Z] e30449f5f0ef: Pushed [2021-05-03T18:08:22.014Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:22.286Z] 7e7b5e5b045c: Pushed [2021-05-03T18:08:24.262Z] cb540109d13b: Pushed [2021-05-03T18:08:24.262Z] 302709a79de9: Pushed [2021-05-03T18:08:24.262Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:24.605Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:24.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:24.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-03T18:08:24.940Z] cb540109d13b: Preparing [2021-05-03T18:08:24.940Z] 302709a79de9: Preparing [2021-05-03T18:08:24.940Z] e30449f5f0ef: Preparing [2021-05-03T18:08:24.940Z] f562390375a2: Preparing [2021-05-03T18:08:24.940Z] 7e7b5e5b045c: Preparing [2021-05-03T18:08:24.940Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:24.940Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:24.940Z] 302709a79de9: Layer already exists [2021-05-03T18:08:24.940Z] e30449f5f0ef: Layer already exists [2021-05-03T18:08:24.940Z] 7e7b5e5b045c: Layer already exists [2021-05-03T18:08:24.940Z] f562390375a2: Layer already exists [2021-05-03T18:08:24.940Z] cb540109d13b: Layer already exists [2021-05-03T18:08:24.940Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:25.211Z] 2.0.0-dev.195: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:25.549Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:25.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:25.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-03T18:08:25.879Z] cb540109d13b: Preparing [2021-05-03T18:08:25.879Z] 302709a79de9: Preparing [2021-05-03T18:08:25.879Z] e30449f5f0ef: Preparing [2021-05-03T18:08:25.879Z] f562390375a2: Preparing [2021-05-03T18:08:25.879Z] 7e7b5e5b045c: Preparing [2021-05-03T18:08:25.879Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:25.879Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:25.879Z] 302709a79de9: Layer already exists [2021-05-03T18:08:25.879Z] 7e7b5e5b045c: Layer already exists [2021-05-03T18:08:25.879Z] cb540109d13b: Layer already exists [2021-05-03T18:08:25.879Z] f562390375a2: Layer already exists [2021-05-03T18:08:25.879Z] e30449f5f0ef: Layer already exists [2021-05-03T18:08:26.149Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:26.149Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:26.486Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:26.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-05-03T18:08:26.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-03T18:08:26.816Z] cb540109d13b: Preparing [2021-05-03T18:08:26.816Z] 302709a79de9: Preparing [2021-05-03T18:08:26.816Z] e30449f5f0ef: Preparing [2021-05-03T18:08:26.816Z] f562390375a2: Preparing [2021-05-03T18:08:26.816Z] 7e7b5e5b045c: Preparing [2021-05-03T18:08:26.816Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:26.816Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:27.084Z] e30449f5f0ef: Layer already exists [2021-05-03T18:08:27.084Z] f562390375a2: Layer already exists [2021-05-03T18:08:27.084Z] 7e7b5e5b045c: Layer already exists [2021-05-03T18:08:27.084Z] 302709a79de9: Layer already exists [2021-05-03T18:08:27.084Z] cb540109d13b: Layer already exists [2021-05-03T18:08:27.084Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:27.084Z] master: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:08:27.147Z] ===================================================== [Pipeline] echo [2021-05-03T18:08:27.162Z] taggedImages: [2021-05-03T18:08:27.162Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:27.162Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:27.162Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:27.162Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-05-03T18:08:27.203Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-05-03T18:08:27.203Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:27.203Z] 2.0.0-dev.195 [2021-05-03T18:08:27.203Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:27.203Z] master [2021-05-03T18:08:27.203Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:27.579Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:27.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:27.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-03T18:08:27.935Z] b3d9e7b9b41a: Preparing [2021-05-03T18:08:27.935Z] f467fc2b1618: Preparing [2021-05-03T18:08:27.935Z] 774f86b575b5: Preparing [2021-05-03T18:08:27.935Z] 25d03e5c83d7: Preparing [2021-05-03T18:08:27.935Z] b28107dc3cfa: Preparing [2021-05-03T18:08:27.935Z] 748f23c1ff68: Preparing [2021-05-03T18:08:27.935Z] 6b5ccded4a05: Preparing [2021-05-03T18:08:27.935Z] 1fd6731610a4: Preparing [2021-05-03T18:08:27.935Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:27.935Z] 748f23c1ff68: Waiting [2021-05-03T18:08:27.935Z] 6b5ccded4a05: Waiting [2021-05-03T18:08:27.935Z] 1fd6731610a4: Waiting [2021-05-03T18:08:27.935Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:28.213Z] b28107dc3cfa: Pushed [2021-05-03T18:08:28.213Z] b3d9e7b9b41a: Pushed [2021-05-03T18:08:28.213Z] f467fc2b1618: Pushed [2021-05-03T18:08:28.486Z] 748f23c1ff68: Pushed [2021-05-03T18:08:28.486Z] 6b5ccded4a05: Pushed [2021-05-03T18:08:28.486Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:29.083Z] 1fd6731610a4: Pushed [2021-05-03T18:08:30.514Z] 25d03e5c83d7: Pushed [2021-05-03T18:08:30.514Z] 774f86b575b5: Pushed [2021-05-03T18:08:30.514Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:31.123Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:31.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:31.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-03T18:08:31.452Z] b3d9e7b9b41a: Preparing [2021-05-03T18:08:31.452Z] f467fc2b1618: Preparing [2021-05-03T18:08:31.452Z] 774f86b575b5: Preparing [2021-05-03T18:08:31.452Z] 25d03e5c83d7: Preparing [2021-05-03T18:08:31.452Z] b28107dc3cfa: Preparing [2021-05-03T18:08:31.452Z] 748f23c1ff68: Preparing [2021-05-03T18:08:31.452Z] 6b5ccded4a05: Preparing [2021-05-03T18:08:31.452Z] 1fd6731610a4: Preparing [2021-05-03T18:08:31.452Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:31.452Z] 6b5ccded4a05: Waiting [2021-05-03T18:08:31.452Z] 1fd6731610a4: Waiting [2021-05-03T18:08:31.452Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:31.452Z] 748f23c1ff68: Waiting [2021-05-03T18:08:31.452Z] 774f86b575b5: Layer already exists [2021-05-03T18:08:31.452Z] b28107dc3cfa: Layer already exists [2021-05-03T18:08:31.452Z] b3d9e7b9b41a: Layer already exists [2021-05-03T18:08:31.452Z] f467fc2b1618: Layer already exists [2021-05-03T18:08:31.452Z] 25d03e5c83d7: Layer already exists [2021-05-03T18:08:31.452Z] 6b5ccded4a05: Layer already exists [2021-05-03T18:08:31.452Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:31.452Z] 1fd6731610a4: Layer already exists [2021-05-03T18:08:31.452Z] 748f23c1ff68: Layer already exists [2021-05-03T18:08:31.724Z] 2.0.0-dev.195: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:32.062Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:32.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:32.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-03T18:08:32.394Z] b3d9e7b9b41a: Preparing [2021-05-03T18:08:32.394Z] f467fc2b1618: Preparing [2021-05-03T18:08:32.394Z] 774f86b575b5: Preparing [2021-05-03T18:08:32.394Z] 25d03e5c83d7: Preparing [2021-05-03T18:08:32.394Z] b28107dc3cfa: Preparing [2021-05-03T18:08:32.394Z] 748f23c1ff68: Preparing [2021-05-03T18:08:32.394Z] 6b5ccded4a05: Preparing [2021-05-03T18:08:32.394Z] 1fd6731610a4: Preparing [2021-05-03T18:08:32.394Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:32.394Z] 6b5ccded4a05: Waiting [2021-05-03T18:08:32.394Z] 1fd6731610a4: Waiting [2021-05-03T18:08:32.394Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:32.394Z] 748f23c1ff68: Waiting [2021-05-03T18:08:32.394Z] b28107dc3cfa: Layer already exists [2021-05-03T18:08:32.394Z] 25d03e5c83d7: Layer already exists [2021-05-03T18:08:32.394Z] f467fc2b1618: Layer already exists [2021-05-03T18:08:32.394Z] b3d9e7b9b41a: Layer already exists [2021-05-03T18:08:32.394Z] 774f86b575b5: Layer already exists [2021-05-03T18:08:32.394Z] 748f23c1ff68: Layer already exists [2021-05-03T18:08:32.394Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:32.394Z] 1fd6731610a4: Layer already exists [2021-05-03T18:08:32.394Z] 6b5ccded4a05: Layer already exists [2021-05-03T18:08:32.665Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:33.008Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:33.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-05-03T18:08:33.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-03T18:08:33.341Z] b3d9e7b9b41a: Preparing [2021-05-03T18:08:33.341Z] f467fc2b1618: Preparing [2021-05-03T18:08:33.341Z] 774f86b575b5: Preparing [2021-05-03T18:08:33.341Z] 25d03e5c83d7: Preparing [2021-05-03T18:08:33.341Z] b28107dc3cfa: Preparing [2021-05-03T18:08:33.341Z] 748f23c1ff68: Preparing [2021-05-03T18:08:33.341Z] 6b5ccded4a05: Preparing [2021-05-03T18:08:33.341Z] 1fd6731610a4: Preparing [2021-05-03T18:08:33.341Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:33.341Z] 748f23c1ff68: Waiting [2021-05-03T18:08:33.341Z] 6b5ccded4a05: Waiting [2021-05-03T18:08:33.341Z] 1fd6731610a4: Waiting [2021-05-03T18:08:33.341Z] 3fbe34a1663b: Waiting [2021-05-03T18:08:33.341Z] b3d9e7b9b41a: Layer already exists [2021-05-03T18:08:33.341Z] 25d03e5c83d7: Layer already exists [2021-05-03T18:08:33.341Z] f467fc2b1618: Layer already exists [2021-05-03T18:08:33.341Z] 774f86b575b5: Layer already exists [2021-05-03T18:08:33.342Z] b28107dc3cfa: Layer already exists [2021-05-03T18:08:33.611Z] 1fd6731610a4: Layer already exists [2021-05-03T18:08:33.611Z] 6b5ccded4a05: Layer already exists [2021-05-03T18:08:33.611Z] 748f23c1ff68: Layer already exists [2021-05-03T18:08:33.611Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:33.611Z] master: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:08:33.668Z] ===================================================== [Pipeline] echo [2021-05-03T18:08:33.681Z] taggedImages: [2021-05-03T18:08:33.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:33.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:33.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:33.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-05-03T18:08:33.714Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-05-03T18:08:33.714Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:33.714Z] 2.0.0-dev.195 [2021-05-03T18:08:33.714Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:33.714Z] master [2021-05-03T18:08:33.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:34.085Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:34.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:34.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-03T18:08:34.415Z] 52c8ec77b4d3: Preparing [2021-05-03T18:08:34.415Z] be3f7e308035: Preparing [2021-05-03T18:08:34.415Z] ddfa373da5ac: Preparing [2021-05-03T18:08:34.415Z] 27a53a87f1dd: Preparing [2021-05-03T18:08:34.415Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:34.695Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:34.695Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:34.695Z] 52c8ec77b4d3: Pushed [2021-05-03T18:08:34.965Z] 27a53a87f1dd: Pushed [2021-05-03T18:08:36.930Z] be3f7e308035: Pushed [2021-05-03T18:08:37.199Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:37.534Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:37.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:37.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-03T18:08:37.864Z] 52c8ec77b4d3: Preparing [2021-05-03T18:08:37.864Z] be3f7e308035: Preparing [2021-05-03T18:08:37.864Z] ddfa373da5ac: Preparing [2021-05-03T18:08:37.864Z] 27a53a87f1dd: Preparing [2021-05-03T18:08:37.864Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:37.864Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:37.864Z] 52c8ec77b4d3: Layer already exists [2021-05-03T18:08:37.864Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:37.865Z] be3f7e308035: Layer already exists [2021-05-03T18:08:37.865Z] 27a53a87f1dd: Layer already exists [2021-05-03T18:08:38.141Z] 2.0.0-dev.195: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:38.487Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:38.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:38.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-03T18:08:38.825Z] 52c8ec77b4d3: Preparing [2021-05-03T18:08:38.825Z] be3f7e308035: Preparing [2021-05-03T18:08:38.825Z] ddfa373da5ac: Preparing [2021-05-03T18:08:38.825Z] 27a53a87f1dd: Preparing [2021-05-03T18:08:38.825Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:38.825Z] be3f7e308035: Layer already exists [2021-05-03T18:08:38.825Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:38.825Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:38.825Z] 27a53a87f1dd: Layer already exists [2021-05-03T18:08:38.825Z] 52c8ec77b4d3: Layer already exists [2021-05-03T18:08:39.094Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:39.436Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:39.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-05-03T18:08:39.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-03T18:08:39.771Z] 52c8ec77b4d3: Preparing [2021-05-03T18:08:39.771Z] be3f7e308035: Preparing [2021-05-03T18:08:39.771Z] ddfa373da5ac: Preparing [2021-05-03T18:08:39.771Z] 27a53a87f1dd: Preparing [2021-05-03T18:08:39.771Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:39.771Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:39.771Z] 27a53a87f1dd: Layer already exists [2021-05-03T18:08:39.771Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:39.771Z] be3f7e308035: Layer already exists [2021-05-03T18:08:39.771Z] 52c8ec77b4d3: Layer already exists [2021-05-03T18:08:40.041Z] master: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:08:40.098Z] ===================================================== [Pipeline] echo [2021-05-03T18:08:40.113Z] taggedImages: [2021-05-03T18:08:40.113Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:40.113Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:40.113Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:40.114Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-05-03T18:08:40.147Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-05-03T18:08:40.147Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:40.147Z] 2.0.0-dev.195 [2021-05-03T18:08:40.147Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:40.147Z] master [2021-05-03T18:08:40.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:40.522Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:40.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:40.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-03T18:08:40.866Z] 373b3a6e35f5: Preparing [2021-05-03T18:08:40.866Z] 71445f941aa5: Preparing [2021-05-03T18:08:40.866Z] ddfa373da5ac: Preparing [2021-05-03T18:08:40.866Z] 36fc857d532e: Preparing [2021-05-03T18:08:40.866Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:41.136Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:41.136Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:41.136Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:41.136Z] 373b3a6e35f5: Pushed [2021-05-03T18:08:43.732Z] 71445f941aa5: Pushed [2021-05-03T18:08:44.001Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:44.339Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:44.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:44.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-03T18:08:44.743Z] 373b3a6e35f5: Preparing [2021-05-03T18:08:44.743Z] 71445f941aa5: Preparing [2021-05-03T18:08:44.743Z] ddfa373da5ac: Preparing [2021-05-03T18:08:44.743Z] 36fc857d532e: Preparing [2021-05-03T18:08:44.743Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:45.014Z] 71445f941aa5: Layer already exists [2021-05-03T18:08:45.014Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:45.014Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:45.014Z] 373b3a6e35f5: Layer already exists [2021-05-03T18:08:45.014Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:45.014Z] 2.0.0-dev.195: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:45.350Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:45.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:45.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-03T18:08:45.685Z] 373b3a6e35f5: Preparing [2021-05-03T18:08:45.685Z] 71445f941aa5: Preparing [2021-05-03T18:08:45.685Z] ddfa373da5ac: Preparing [2021-05-03T18:08:45.685Z] 36fc857d532e: Preparing [2021-05-03T18:08:45.685Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:45.958Z] 373b3a6e35f5: Layer already exists [2021-05-03T18:08:45.958Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:45.958Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:45.958Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:45.958Z] 71445f941aa5: Layer already exists [2021-05-03T18:08:45.958Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:46.294Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:46.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-05-03T18:08:46.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-03T18:08:46.627Z] 373b3a6e35f5: Preparing [2021-05-03T18:08:46.627Z] 71445f941aa5: Preparing [2021-05-03T18:08:46.627Z] ddfa373da5ac: Preparing [2021-05-03T18:08:46.627Z] 36fc857d532e: Preparing [2021-05-03T18:08:46.627Z] 3fbe34a1663b: Preparing [2021-05-03T18:08:46.627Z] 36fc857d532e: Layer already exists [2021-05-03T18:08:46.627Z] 373b3a6e35f5: Layer already exists [2021-05-03T18:08:46.627Z] 71445f941aa5: Layer already exists [2021-05-03T18:08:46.627Z] ddfa373da5ac: Layer already exists [2021-05-03T18:08:46.627Z] 3fbe34a1663b: Layer already exists [2021-05-03T18:08:46.897Z] master: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:08:46.959Z] ===================================================== [Pipeline] echo [2021-05-03T18:08:46.973Z] taggedImages: [2021-05-03T18:08:46.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:46.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.195 [2021-05-03T18:08:46.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:46.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-05-03T18:08:47.008Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-05-03T18:08:47.008Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:47.008Z] 2.0.0-dev.195 [2021-05-03T18:08:47.008Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:08:47.008Z] master [2021-05-03T18:08:47.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:47.415Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:08:47.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:08:47.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-03T18:08:47.746Z] b61196440da5: Preparing [2021-05-03T18:08:47.746Z] bcbce6a34b63: Preparing [2021-05-03T18:08:47.746Z] 0c1492b9bead: Preparing [2021-05-03T18:08:47.746Z] 3adc69b93a1c: Preparing [2021-05-03T18:08:47.746Z] 9ded3b6bb9b5: Preparing [2021-05-03T18:08:47.746Z] fa1afe8e6ed9: Preparing [2021-05-03T18:08:47.746Z] 87a09b4c083e: Preparing [2021-05-03T18:08:47.746Z] 0f74e9ff2a61: Preparing [2021-05-03T18:08:47.746Z] b122376c33c6: Preparing [2021-05-03T18:08:47.746Z] f8381ed47b22: Preparing [2021-05-03T18:08:47.746Z] e934a737d657: Preparing [2021-05-03T18:08:47.746Z] fa1afe8e6ed9: Waiting [2021-05-03T18:08:47.746Z] 87a09b4c083e: Waiting [2021-05-03T18:08:47.746Z] 0f74e9ff2a61: Waiting [2021-05-03T18:08:47.746Z] b122376c33c6: Waiting [2021-05-03T18:08:47.746Z] f8381ed47b22: Waiting [2021-05-03T18:08:47.746Z] e934a737d657: Waiting [2021-05-03T18:08:48.019Z] 9ded3b6bb9b5: Layer already exists [2021-05-03T18:08:48.019Z] fa1afe8e6ed9: Layer already exists [2021-05-03T18:08:48.019Z] 87a09b4c083e: Layer already exists [2021-05-03T18:08:48.019Z] 0f74e9ff2a61: Layer already exists [2021-05-03T18:08:48.019Z] bcbce6a34b63: Pushed [2021-05-03T18:08:48.019Z] b122376c33c6: Layer already exists [2021-05-03T18:08:48.019Z] f8381ed47b22: Layer already exists [2021-05-03T18:08:48.019Z] e934a737d657: Layer already exists [2021-05-03T18:08:48.993Z] b61196440da5: Pushed [2021-05-03T18:08:50.425Z] 0c1492b9bead: Pushed [2021-05-03T18:09:02.796Z] 3adc69b93a1c: Pushed [2021-05-03T18:09:02.796Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:09:03.135Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:09:03.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.195 [2021-05-03T18:09:03.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-03T18:09:03.466Z] b61196440da5: Preparing [2021-05-03T18:09:03.466Z] bcbce6a34b63: Preparing [2021-05-03T18:09:03.466Z] 0c1492b9bead: Preparing [2021-05-03T18:09:03.466Z] 3adc69b93a1c: Preparing [2021-05-03T18:09:03.466Z] 9ded3b6bb9b5: Preparing [2021-05-03T18:09:03.466Z] fa1afe8e6ed9: Preparing [2021-05-03T18:09:03.466Z] 87a09b4c083e: Preparing [2021-05-03T18:09:03.466Z] 0f74e9ff2a61: Preparing [2021-05-03T18:09:03.466Z] b122376c33c6: Preparing [2021-05-03T18:09:03.466Z] f8381ed47b22: Preparing [2021-05-03T18:09:03.466Z] e934a737d657: Preparing [2021-05-03T18:09:03.466Z] 0f74e9ff2a61: Waiting [2021-05-03T18:09:03.466Z] b122376c33c6: Waiting [2021-05-03T18:09:03.466Z] f8381ed47b22: Waiting [2021-05-03T18:09:03.466Z] e934a737d657: Waiting [2021-05-03T18:09:03.466Z] fa1afe8e6ed9: Waiting [2021-05-03T18:09:03.466Z] 87a09b4c083e: Waiting [2021-05-03T18:09:03.735Z] 0c1492b9bead: Layer already exists [2021-05-03T18:09:03.735Z] bcbce6a34b63: Layer already exists [2021-05-03T18:09:03.735Z] b61196440da5: Layer already exists [2021-05-03T18:09:03.735Z] 3adc69b93a1c: Layer already exists [2021-05-03T18:09:03.735Z] 9ded3b6bb9b5: Layer already exists [2021-05-03T18:09:03.735Z] fa1afe8e6ed9: Layer already exists [2021-05-03T18:09:03.735Z] 87a09b4c083e: Layer already exists [2021-05-03T18:09:03.735Z] f8381ed47b22: Layer already exists [2021-05-03T18:09:03.735Z] 0f74e9ff2a61: Layer already exists [2021-05-03T18:09:03.735Z] b122376c33c6: Layer already exists [2021-05-03T18:09:03.735Z] e934a737d657: Layer already exists [2021-05-03T18:09:03.735Z] 2.0.0-dev.195: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:09:04.074Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:09:04.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:09:04.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-03T18:09:04.412Z] b61196440da5: Preparing [2021-05-03T18:09:04.412Z] bcbce6a34b63: Preparing [2021-05-03T18:09:04.412Z] 0c1492b9bead: Preparing [2021-05-03T18:09:04.412Z] 3adc69b93a1c: Preparing [2021-05-03T18:09:04.412Z] 9ded3b6bb9b5: Preparing [2021-05-03T18:09:04.412Z] fa1afe8e6ed9: Preparing [2021-05-03T18:09:04.412Z] 87a09b4c083e: Preparing [2021-05-03T18:09:04.412Z] 0f74e9ff2a61: Preparing [2021-05-03T18:09:04.412Z] b122376c33c6: Preparing [2021-05-03T18:09:04.412Z] f8381ed47b22: Preparing [2021-05-03T18:09:04.412Z] e934a737d657: Preparing [2021-05-03T18:09:04.412Z] 87a09b4c083e: Waiting [2021-05-03T18:09:04.412Z] 0f74e9ff2a61: Waiting [2021-05-03T18:09:04.412Z] b122376c33c6: Waiting [2021-05-03T18:09:04.412Z] f8381ed47b22: Waiting [2021-05-03T18:09:04.412Z] e934a737d657: Waiting [2021-05-03T18:09:04.412Z] fa1afe8e6ed9: Waiting [2021-05-03T18:09:04.412Z] 3adc69b93a1c: Layer already exists [2021-05-03T18:09:04.412Z] b61196440da5: Layer already exists [2021-05-03T18:09:04.412Z] bcbce6a34b63: Layer already exists [2021-05-03T18:09:04.412Z] 9ded3b6bb9b5: Layer already exists [2021-05-03T18:09:04.412Z] 0c1492b9bead: Layer already exists [2021-05-03T18:09:04.681Z] 87a09b4c083e: Layer already exists [2021-05-03T18:09:04.681Z] fa1afe8e6ed9: Layer already exists [2021-05-03T18:09:04.681Z] 0f74e9ff2a61: Layer already exists [2021-05-03T18:09:04.681Z] f8381ed47b22: Layer already exists [2021-05-03T18:09:04.681Z] b122376c33c6: Layer already exists [2021-05-03T18:09:04.681Z] e934a737d657: Layer already exists [2021-05-03T18:09:04.681Z] 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:09:05.021Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:09:05.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-05-03T18:09:05.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-03T18:09:05.364Z] b61196440da5: Preparing [2021-05-03T18:09:05.364Z] bcbce6a34b63: Preparing [2021-05-03T18:09:05.364Z] 0c1492b9bead: Preparing [2021-05-03T18:09:05.364Z] 3adc69b93a1c: Preparing [2021-05-03T18:09:05.364Z] 9ded3b6bb9b5: Preparing [2021-05-03T18:09:05.364Z] fa1afe8e6ed9: Preparing [2021-05-03T18:09:05.364Z] 87a09b4c083e: Preparing [2021-05-03T18:09:05.364Z] 0f74e9ff2a61: Preparing [2021-05-03T18:09:05.364Z] b122376c33c6: Preparing [2021-05-03T18:09:05.364Z] f8381ed47b22: Preparing [2021-05-03T18:09:05.364Z] e934a737d657: Preparing [2021-05-03T18:09:05.364Z] 0f74e9ff2a61: Waiting [2021-05-03T18:09:05.364Z] b122376c33c6: Waiting [2021-05-03T18:09:05.364Z] fa1afe8e6ed9: Waiting [2021-05-03T18:09:05.364Z] f8381ed47b22: Waiting [2021-05-03T18:09:05.364Z] e934a737d657: Waiting [2021-05-03T18:09:05.364Z] 87a09b4c083e: Waiting [2021-05-03T18:09:05.634Z] 9ded3b6bb9b5: Layer already exists [2021-05-03T18:09:05.634Z] b61196440da5: Layer already exists [2021-05-03T18:09:05.634Z] bcbce6a34b63: Layer already exists [2021-05-03T18:09:05.634Z] 3adc69b93a1c: Layer already exists [2021-05-03T18:09:05.634Z] 0c1492b9bead: Layer already exists [2021-05-03T18:09:05.634Z] fa1afe8e6ed9: Layer already exists [2021-05-03T18:09:05.634Z] 87a09b4c083e: Layer already exists [2021-05-03T18:09:05.634Z] b122376c33c6: Layer already exists [2021-05-03T18:09:05.634Z] 0f74e9ff2a61: Layer already exists [2021-05-03T18:09:05.634Z] f8381ed47b22: Layer already exists [2021-05-03T18:09:05.634Z] e934a737d657: Layer already exists [2021-05-03T18:09:05.634Z] master: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-03T18:09:05.696Z] ===================================================== [Pipeline] echo [2021-05-03T18:09:05.712Z] taggedImages: [2021-05-03T18:09:05.712Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [2021-05-03T18:09:05.712Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.195 [2021-05-03T18:09:05.712Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [2021-05-03T18:09:05.712Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:09:06.284Z] ---> job-cost.sh [2021-05-03T18:09:06.284Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JRd0 [2021-05-03T18:09:45.239Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-03T18:11:21.981Z] lf-activate-venv(): INFO: Adding /tmp/venv-JRd0/bin to PATH [2021-05-03T18:11:21.981Z] INFO: No Stack... [2021-05-03T18:11:21.981Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-03T18:11:21.981Z] INFO: Archiving Costs [Pipeline] sh [2021-05-03T18:11:22.335Z] + cat /w/workspace/edgex-go/463/archives/cost.csv [2021-05-03T18:11:22.335Z] + cut -d, -f6 [Pipeline] lock [2021-05-03T18:11:22.491Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-463-stack-cost] [2021-05-03T18:11:22.501Z] Resource [jenkins-edgexfoundry-edgex-go-master-463-stack-cost] did not exist. Created. [2021-05-03T18:11:22.502Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-463-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-03T18:11:22.889Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-03T18:11:23.672Z] Stashed 1 file(s) [Pipeline] } [2021-05-03T18:11:23.687Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-463-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-05-03T18:11:24.807Z] provisioning config files... [2021-05-03T18:11:24.818Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/463@tmp/config1815417370359737210tmp [Pipeline] { [Pipeline] sh [2021-05-03T18:11:25.135Z] + set +x [2021-05-03T18:11:25.135Z] + curl -s https://codecov.io/bash [2021-05-03T18:11:25.135Z] + bash -s -- [2021-05-03T18:11:25.715Z] [2021-05-03T18:11:25.715Z] _____ _ [2021-05-03T18:11:25.715Z] / ____| | | [2021-05-03T18:11:25.715Z] | | ___ __| | ___ ___ _____ __ [2021-05-03T18:11:25.715Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-03T18:11:25.715Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-03T18:11:25.715Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-03T18:11:25.715Z] Bash-1.0.2 [2021-05-03T18:11:25.715Z] [2021-05-03T18:11:25.715Z] [2021-05-03T18:11:25.715Z] ==> git version 2.24.3 found [2021-05-03T18:11:25.715Z] ==> 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-05-03T18:11:25.715Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-03T18:11:25.715Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-03T18:11:25.715Z] ==> Jenkins CI detected. [2021-05-03T18:11:25.715Z] project root: . [2021-05-03T18:11:25.715Z] --> token set from env [2021-05-03T18:11:25.715Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-03T18:11:25.715Z] ==> Running gcov in . (disable via -X gcov) [2021-05-03T18:11:25.715Z] ==> Python coveragepy not found [2021-05-03T18:11:25.715Z] ==> Searching for coverage reports in: [2021-05-03T18:11:25.715Z] + . [2021-05-03T18:11:25.715Z] -> Found 1 reports [2021-05-03T18:11:25.715Z] ==> Detecting git/mercurial file structure [2021-05-03T18:11:25.715Z] ==> Reading reports [2021-05-03T18:11:25.715Z] + ./coverage.out bytes=693878 [2021-05-03T18:11:25.715Z] ==> Appending adjustments [2021-05-03T18:11:25.715Z] https://docs.codecov.io/docs/fixing-reports [2021-05-03T18:11:29.941Z] + Found adjustments [2021-05-03T18:11:29.941Z] ==> Gzipping contents [2021-05-03T18:11:29.941Z] 100K /tmp/codecov.8ixcOi.gz [2021-05-03T18:11:29.941Z] ==> Uploading reports [2021-05-03T18:11:29.941Z] url: https://codecov.io [2021-05-03T18:11:29.941Z] query: branch=master&commit=576eddb6d79f77bc7b799d46a5f981c8da166ab0&build=463&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F463%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-03T18:11:29.941Z] -> Pinging Codecov [2021-05-03T18:11:29.941Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=576eddb6d79f77bc7b799d46a5f981c8da166ab0&build=463&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F463%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-03T18:11:29.941Z] -> Uploading to [2021-05-03T18:11:29.941Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-03/00271124DB129430A58F1EEE437C3FCB/576eddb6d79f77bc7b799d46a5f981c8da166ab0/4c9145d7-2ae1-4f99-bfeb-c8c10b6a6d3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T181129Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e28a828695f6364224bca5f8925f7e83bc19ed334de439a71cdf3f31f4aacec4 [2021-05-03T18:11:29.941Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:11:29.941Z] Dload Upload Total Spent Left Speed [2021-05-03T18:11:30.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99689 0 0 100 99689 0 187k --:--:-- --:--:-- --:--:-- 187k [2021-05-03T18:11:30.516Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] } [2021-05-03T18:11:30.525Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-05-03T18:11:31.280Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-03T18:11:31.325Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:11:31.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-03T18:11:31.641Z] [2021-05-03T18:11:31.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:11:31.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-03T18:11:31.963Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-03T18:11:31.963Z] 188c0c94c7c5: Pulling fs layer [2021-05-03T18:11:31.963Z] 0ef7d3d256c8: Pulling fs layer [2021-05-03T18:11:31.963Z] de9db76c5a1d: Pulling fs layer [2021-05-03T18:11:31.963Z] 0eba1c9be4d2: Pulling fs layer [2021-05-03T18:11:31.963Z] 0d57e429df01: Pulling fs layer [2021-05-03T18:11:31.963Z] 4e4be7b47b0d: Pulling fs layer [2021-05-03T18:11:31.963Z] e1f770b5df2f: Pulling fs layer [2021-05-03T18:11:31.963Z] 85a0685a4137: Pulling fs layer [2021-05-03T18:11:31.963Z] 0d57e429df01: Waiting [2021-05-03T18:11:31.963Z] 4e4be7b47b0d: Waiting [2021-05-03T18:11:31.963Z] 0eba1c9be4d2: Waiting [2021-05-03T18:11:31.963Z] e1f770b5df2f: Waiting [2021-05-03T18:11:31.963Z] 85a0685a4137: Waiting [2021-05-03T18:11:31.963Z] de9db76c5a1d: Verifying Checksum [2021-05-03T18:11:31.963Z] de9db76c5a1d: Download complete [2021-05-03T18:11:31.963Z] 0ef7d3d256c8: Verifying Checksum [2021-05-03T18:11:31.963Z] 0ef7d3d256c8: Download complete [2021-05-03T18:11:31.963Z] 0d57e429df01: Verifying Checksum [2021-05-03T18:11:31.963Z] 0d57e429df01: Download complete [2021-05-03T18:11:31.963Z] 4e4be7b47b0d: Verifying Checksum [2021-05-03T18:11:31.963Z] 4e4be7b47b0d: Download complete [2021-05-03T18:11:31.963Z] 188c0c94c7c5: Download complete [2021-05-03T18:11:32.542Z] 188c0c94c7c5: Pull complete [2021-05-03T18:11:32.542Z] 0ef7d3d256c8: Pull complete [2021-05-03T18:11:32.804Z] de9db76c5a1d: Pull complete [2021-05-03T18:11:33.749Z] e1f770b5df2f: Verifying Checksum [2021-05-03T18:11:33.750Z] e1f770b5df2f: Download complete [2021-05-03T18:11:35.679Z] 0eba1c9be4d2: Verifying Checksum [2021-05-03T18:11:35.679Z] 0eba1c9be4d2: Download complete [2021-05-03T18:11:35.679Z] 85a0685a4137: Verifying Checksum [2021-05-03T18:11:35.679Z] 85a0685a4137: Download complete [2021-05-03T18:11:41.106Z] 0eba1c9be4d2: Pull complete [2021-05-03T18:11:41.106Z] 0d57e429df01: Pull complete [2021-05-03T18:11:41.106Z] 4e4be7b47b0d: Pull complete [2021-05-03T18:11:44.426Z] e1f770b5df2f: Pull complete [2021-05-03T18:11:54.443Z] 85a0685a4137: Pull complete [2021-05-03T18:11:54.443Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-03T18:11:54.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-03T18:11:54.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-03T18:11:54.662Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T18:11:54.739Z] $ 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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-03T18:11:55.959Z] $ docker top c4c0c612e2fc596fa86781ec53ea041f1b919b4342e46d10cba3446bae2b1b35 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T18:11:56.142Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-03T18:11:56.442Z] + set -o pipefail [2021-05-03T18:11:56.442Z] + snyk monitor '--org=edgex-jenkins' [2021-05-03T18:12:06.483Z] [2021-05-03T18:12:06.483Z] Monitoring /w/workspace/edgex-go/463 (github.com/edgexfoundry/edgex-go)... [2021-05-03T18:12:06.483Z] [2021-05-03T18:12:06.483Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/cf035aa4-5b09-44a8-a85f-63c89cdaece7 [2021-05-03T18:12:06.483Z] [2021-05-03T18:12:06.483Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-03T18:12:06.483Z] [2021-05-03T18:12:06.483Z] [Pipeline] } [2021-05-03T18:12:06.498Z] $ docker stop --time=1 c4c0c612e2fc596fa86781ec53ea041f1b919b4342e46d10cba3446bae2b1b35 [2021-05-03T18:12:09.847Z] $ docker rm -f c4c0c612e2fc596fa86781ec53ea041f1b919b4342e46d10cba3446bae2b1b35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-03T18:12:10.753Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-03T18:12:10.776Z] provisioning config files... [2021-05-03T18:12:10.786Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/463@tmp/config5657772652465067309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:12:11.102Z] --> edgex-publish-swagger.sh [2021-05-03T18:12:11.102Z] === Publish openapi/v1 API === [2021-05-03T18:12:11.102Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-03T18:12:11.102Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/463/openapi/v1/core-command.yaml] [2021-05-03T18:12:11.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:11.102Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:12.493Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8994 0:00:01 0:00:01 --:--:-- 9000 100 10522 0 0 100 10522 0 8992 0:00:01 0:00:01 --:--:-- 9000 [2021-05-03T18:12:12.493Z] [2021-05-03T18:12:12.493Z] [2021-05-03T18:12:12.493Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/463/openapi/v1/core-data.yaml] [2021-05-03T18:12:12.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:12.493Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:13.437Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26963 0:00:01 0:00:01 --:--:-- 26973 100 32557 0 0 100 32557 0 26959 0:00:01 0:00:01 --:--:-- 26973 [2021-05-03T18:12:13.438Z] [2021-05-03T18:12:13.438Z] [2021-05-03T18:12:13.438Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/463/openapi/v1/core-metadata.yaml] [2021-05-03T18:12:13.438Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:13.438Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:14.827Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60963 0:00:01 0:00:01 --:--:-- 60976 100 73721 0 0 100 73721 0 51308 0:00:01 0:00:01 --:--:-- 51302 100 73721 0 0 100 73721 0 51303 0:00:01 0:00:01 --:--:-- 51302 [2021-05-03T18:12:14.827Z] [2021-05-03T18:12:14.827Z] [2021-05-03T18:12:14.827Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/463/openapi/v1/support-logging.yaml] [2021-05-03T18:12:14.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:14.828Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:16.219Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12522 0:00:01 0:00:01 --:--:-- 12528 100 13581 0 0 100 13581 0 12520 0:00:01 0:00:01 --:--:-- 12528 [2021-05-03T18:12:16.219Z] [2021-05-03T18:12:16.219Z] [2021-05-03T18:12:16.219Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/463/openapi/v1/support-notifications.yaml] [2021-05-03T18:12:16.219Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:16.219Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:17.610Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 26225 0:00:01 0:00:01 --:--:-- 26241 100 38890 0 0 100 38890 0 23912 0:00:01 0:00:01 --:--:-- 23917 [2021-05-03T18:12:17.610Z] [2021-05-03T18:12:17.610Z] [2021-05-03T18:12:17.610Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/463/openapi/v1/support-scheduler.yaml] [2021-05-03T18:12:17.610Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:17.610Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:18.823Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11697 0:00:01 0:00:01 --:--:-- 11698 100 14249 0 0 100 14249 0 11181 0:00:01 0:00:01 --:--:-- 11175 [2021-05-03T18:12:18.823Z] [2021-05-03T18:12:18.823Z] [2021-05-03T18:12:18.823Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/463/openapi/v1/system-agent.yaml] [2021-05-03T18:12:18.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:18.823Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:20.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3393 0:00:01 0:00:01 --:--:-- 3393 100 4110 0 0 100 4110 0 3225 0:00:01 0:00:01 --:--:-- 3226 [2021-05-03T18:12:20.211Z] [2021-05-03T18:12:20.211Z] [2021-05-03T18:12:20.211Z] === Publish openapi/v2 API === [2021-05-03T18:12:20.211Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-03T18:12:20.211Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/463/openapi/v2/core-command.yaml] [2021-05-03T18:12:20.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:20.211Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:21.605Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 24435 0:00:01 0:00:01 --:--:-- 24457 100 29594 0 0 100 29594 0 20209 0:00:01 0:00:01 --:--:-- 20214 [2021-05-03T18:12:21.605Z] [2021-05-03T18:12:21.605Z] [2021-05-03T18:12:21.605Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/463/openapi/v2/core-data.yaml] [2021-05-03T18:12:21.605Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:21.605Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:22.815Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 46894 0:00:01 0:00:01 --:--:-- 46864 100 56190 0 0 100 56190 0 46885 0:00:01 0:00:01 --:--:-- 46864 [2021-05-03T18:12:22.815Z] [2021-05-03T18:12:22.815Z] [2021-05-03T18:12:22.815Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/463/openapi/v2/core-metadata.yaml] [2021-05-03T18:12:22.815Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:22.816Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:24.264Z] 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 91812 0:00:01 0:00:01 --:--:-- 91837 [2021-05-03T18:12:24.264Z] [2021-05-03T18:12:24.264Z] [2021-05-03T18:12:24.264Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/463/openapi/v2/support-notifications.yaml] [2021-05-03T18:12:24.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:24.264Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:25.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 62426 0:00:01 0:00:01 --:--:-- 62450 100 75628 0 0 100 75628 0 57184 0:00:01 0:00:01 --:--:-- 57207 [2021-05-03T18:12:25.685Z] [2021-05-03T18:12:25.685Z] [2021-05-03T18:12:25.685Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/463/openapi/v2/support-scheduler.yaml] [2021-05-03T18:12:25.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:25.685Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:26.893Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 31109 0:00:01 0:00:01 --:--:-- 31114 100 37617 0 0 100 37617 0 28730 0:00:01 0:00:01 --:--:-- 28715 100 37617 0 0 100 37617 0 28726 0:00:01 0:00:01 --:--:-- 28715 [2021-05-03T18:12:26.893Z] [2021-05-03T18:12:26.893Z] [2021-05-03T18:12:26.893Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/463/openapi/v2/system-agent.yaml] [2021-05-03T18:12:26.893Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T18:12:26.893Z] Dload Upload Total Spent Left Speed [2021-05-03T18:12:28.281Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23815 0 0 100 23815 0 19987 0:00:01 0:00:01 --:--:-- 19995 100 23815 0 0 100 23815 0 19984 0:00:01 0:00:01 --:--:-- 19995 [2021-05-03T18:12:28.281Z] [2021-05-03T18:12:28.281Z] [Pipeline] } [2021-05-03T18:12:28.291Z] 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-05-03T18:12:28.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T18:12:28.756Z] . [Pipeline] withDockerContainer [2021-05-03T18:12:28.874Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T18:12:28.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T18:12:29.819Z] $ docker top 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T18:12:30.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T18:12:30.026Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T18:12:30.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T18:12:30.279Z] $ docker exec 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f ssh-agent [2021-05-03T18:12:30.464Z] SSH_AUTH_SOCK=/tmp/ssh-Y36tdjcxA6LO/agent.11 [2021-05-03T18:12:30.464Z] SSH_AGENT_PID=17 [2021-05-03T18:12:30.472Z] Running ssh-add (command line suppressed) [2021-05-03T18:12:30.602Z] Identity added: /w/workspace/edgex-go/463@tmp/private_key_4369248020313826874.key (/w/workspace/edgex-go/463@tmp/private_key_4369248020313826874.key) [2021-05-03T18:12:30.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T18:12:30.969Z] + git semver tag [2021-05-03T18:12:31.544Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T18:12:31.544Z] # $GIT_DIR = /w/workspace/edgex-go/463/.git [2021-05-03T18:12:31.544Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/463 [2021-05-03T18:12:31.544Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T18:12:31.544Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T18:12:31.544Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T18:12:31.544Z] # $SEMVER_BRANCH = master [2021-05-03T18:12:31.544Z] # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver [2021-05-03T18:12:31.544Z] # 576eddb6d79f77bc7b799d46a5f981c8da166ab0 HEAD [2021-05-03T18:12:32.119Z] # -> Force: false [2021-05-03T18:12:32.119Z] # fffb01806d80b9e15a42441e26685162ab81ef41 refs/tags/v2.0.0-dev.195 [Pipeline] } [2021-05-03T18:12:32.131Z] $ docker exec --env ******** --env ******** 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f ssh-agent -k [2021-05-03T18:12:32.274Z] unset SSH_AUTH_SOCK; [2021-05-03T18:12:32.274Z] unset SSH_AGENT_PID; [2021-05-03T18:12:32.275Z] echo Agent pid 17 killed; [2021-05-03T18:12:32.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T18:12:32.675Z] + git semver [Pipeline] } [2021-05-03T18:12:32.692Z] $ docker stop --time=1 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f [2021-05-03T18:12:34.054Z] $ docker rm -f 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:12:34.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-03T18:12:34.534Z] [2021-05-03T18:12:34.534Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:12:34.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-03T18:12:34.846Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-03T18:12:34.846Z] ab5ef0e58194: Pulling fs layer [2021-05-03T18:12:34.846Z] 9712f1f96733: Pulling fs layer [2021-05-03T18:12:34.846Z] 63f879dbbcfc: Pulling fs layer [2021-05-03T18:12:34.846Z] 0d9ebad4ef96: Pulling fs layer [2021-05-03T18:12:34.846Z] e9a5061849ea: Pulling fs layer [2021-05-03T18:12:34.846Z] d747dcd14b5f: Pulling fs layer [2021-05-03T18:12:34.846Z] 2de7ff778b66: Pulling fs layer [2021-05-03T18:12:34.846Z] 0d9ebad4ef96: Waiting [2021-05-03T18:12:34.846Z] e9a5061849ea: Waiting [2021-05-03T18:12:34.846Z] d747dcd14b5f: Waiting [2021-05-03T18:12:34.846Z] 2de7ff778b66: Waiting [2021-05-03T18:12:34.846Z] 9712f1f96733: Verifying Checksum [2021-05-03T18:12:34.846Z] 9712f1f96733: Download complete [2021-05-03T18:12:36.240Z] 63f879dbbcfc: Verifying Checksum [2021-05-03T18:12:36.240Z] 63f879dbbcfc: Download complete [2021-05-03T18:12:36.504Z] e9a5061849ea: Verifying Checksum [2021-05-03T18:12:36.505Z] e9a5061849ea: Download complete [2021-05-03T18:12:36.505Z] d747dcd14b5f: Verifying Checksum [2021-05-03T18:12:36.505Z] d747dcd14b5f: Download complete [2021-05-03T18:12:37.082Z] 2de7ff778b66: Verifying Checksum [2021-05-03T18:12:37.082Z] 2de7ff778b66: Download complete [2021-05-03T18:12:37.343Z] ab5ef0e58194: Verifying Checksum [2021-05-03T18:12:37.343Z] ab5ef0e58194: Download complete [2021-05-03T18:12:37.343Z] 0d9ebad4ef96: Verifying Checksum [2021-05-03T18:12:37.343Z] 0d9ebad4ef96: Download complete [2021-05-03T18:12:42.704Z] ab5ef0e58194: Pull complete [2021-05-03T18:12:42.704Z] 9712f1f96733: Pull complete [2021-05-03T18:12:45.254Z] 63f879dbbcfc: Pull complete [2021-05-03T18:12:51.868Z] 0d9ebad4ef96: Pull complete [2021-05-03T18:12:53.259Z] e9a5061849ea: Pull complete [2021-05-03T18:12:53.525Z] d747dcd14b5f: Pull complete [2021-05-03T18:12:57.758Z] 2de7ff778b66: Pull complete [2021-05-03T18:12:57.758Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-03T18:12:57.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-03T18:12:57.758Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-03T18:12:57.948Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T18:12:58.001Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-03T18:13:01.006Z] $ docker top 1ea136c37e019db8bd9d85e174004b3e01ebe294e28fade4402f57dab72541ba -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-03T18:13:01.131Z] provisioning config files... [2021-05-03T18:13:01.140Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/463@tmp/config1413724322846534119tmp [2021-05-03T18:13:01.156Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/463@tmp/config2914599374955029936tmp [2021-05-03T18:13:01.171Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/463@tmp/config5672729935698619766tmp [Pipeline] { [Pipeline] echo [2021-05-03T18:13:01.192Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:01.489Z] ---> sigul-configuration.sh [2021-05-03T18:13:01.489Z] gpg: directory `/root/.gnupg' created [2021-05-03T18:13:01.489Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-03T18:13:01.489Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-03T18:13:01.489Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-03T18:13:01.489Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-03T18:13:01.489Z] gpg: CAST5 encrypted data [2021-05-03T18:13:01.752Z] gpg: encrypted with 1 passphrase [2021-05-03T18:13:01.752Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-03T18:13:02.082Z] + mkdir /home/jenkins [2021-05-03T18:13:02.082Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-03T18:13:02.383Z] + 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-05-03T18:13:02.395Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:02.766Z] ---> sigul-install.sh [2021-05-03T18:13:09.381Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-03T18:13:09.681Z] + git tag --list [2021-05-03T18:13:09.681Z] 0.6.0 [2021-05-03T18:13:09.681Z] 0.6.1 [2021-05-03T18:13:09.681Z] 0.7.0 [2021-05-03T18:13:09.681Z] 0.7.1 [2021-05-03T18:13:09.681Z] v0.0.0 [2021-05-03T18:13:09.681Z] v0.0.1-dev.1 [2021-05-03T18:13:09.681Z] v1.0.0 [2021-05-03T18:13:09.681Z] v1.0.1 [2021-05-03T18:13:09.681Z] v1.1.0 [2021-05-03T18:13:09.681Z] v1.2.0 [2021-05-03T18:13:09.681Z] v1.2.1 [2021-05-03T18:13:09.681Z] v1.2.2-dev.1 [2021-05-03T18:13:09.681Z] v1.2.2-dev.10 [2021-05-03T18:13:09.681Z] v1.2.2-dev.100 [2021-05-03T18:13:09.681Z] v1.2.2-dev.101 [2021-05-03T18:13:09.681Z] v1.2.2-dev.102 [2021-05-03T18:13:09.681Z] v1.2.2-dev.103 [2021-05-03T18:13:09.681Z] v1.2.2-dev.104 [2021-05-03T18:13:09.681Z] v1.2.2-dev.105 [2021-05-03T18:13:09.681Z] v1.2.2-dev.106 [2021-05-03T18:13:09.681Z] v1.2.2-dev.107 [2021-05-03T18:13:09.681Z] v1.2.2-dev.11 [2021-05-03T18:13:09.681Z] v1.2.2-dev.12 [2021-05-03T18:13:09.681Z] v1.2.2-dev.13 [2021-05-03T18:13:09.681Z] v1.2.2-dev.14 [2021-05-03T18:13:09.681Z] v1.2.2-dev.15 [2021-05-03T18:13:09.681Z] v1.2.2-dev.16 [2021-05-03T18:13:09.681Z] v1.2.2-dev.17 [2021-05-03T18:13:09.681Z] v1.2.2-dev.18 [2021-05-03T18:13:09.681Z] v1.2.2-dev.19 [2021-05-03T18:13:09.681Z] v1.2.2-dev.2 [2021-05-03T18:13:09.681Z] v1.2.2-dev.20 [2021-05-03T18:13:09.681Z] v1.2.2-dev.21 [2021-05-03T18:13:09.681Z] v1.2.2-dev.22 [2021-05-03T18:13:09.681Z] v1.2.2-dev.23 [2021-05-03T18:13:09.681Z] v1.2.2-dev.24 [2021-05-03T18:13:09.681Z] v1.2.2-dev.25 [2021-05-03T18:13:09.681Z] v1.2.2-dev.26 [2021-05-03T18:13:09.681Z] v1.2.2-dev.27 [2021-05-03T18:13:09.681Z] v1.2.2-dev.28 [2021-05-03T18:13:09.681Z] v1.2.2-dev.29 [2021-05-03T18:13:09.681Z] v1.2.2-dev.3 [2021-05-03T18:13:09.681Z] v1.2.2-dev.30 [2021-05-03T18:13:09.681Z] v1.2.2-dev.31 [2021-05-03T18:13:09.681Z] v1.2.2-dev.32 [2021-05-03T18:13:09.681Z] v1.2.2-dev.33 [2021-05-03T18:13:09.681Z] v1.2.2-dev.34 [2021-05-03T18:13:09.681Z] v1.2.2-dev.35 [2021-05-03T18:13:09.681Z] v1.2.2-dev.36 [2021-05-03T18:13:09.681Z] v1.2.2-dev.37 [2021-05-03T18:13:09.681Z] v1.2.2-dev.38 [2021-05-03T18:13:09.682Z] v1.2.2-dev.39 [2021-05-03T18:13:09.682Z] v1.2.2-dev.4 [2021-05-03T18:13:09.682Z] v1.2.2-dev.40 [2021-05-03T18:13:09.682Z] v1.2.2-dev.41 [2021-05-03T18:13:09.682Z] v1.2.2-dev.42 [2021-05-03T18:13:09.682Z] v1.2.2-dev.43 [2021-05-03T18:13:09.682Z] v1.2.2-dev.44 [2021-05-03T18:13:09.682Z] v1.2.2-dev.45 [2021-05-03T18:13:09.682Z] v1.2.2-dev.46 [2021-05-03T18:13:09.682Z] v1.2.2-dev.47 [2021-05-03T18:13:09.682Z] v1.2.2-dev.48 [2021-05-03T18:13:09.682Z] v1.2.2-dev.49 [2021-05-03T18:13:09.682Z] v1.2.2-dev.5 [2021-05-03T18:13:09.682Z] v1.2.2-dev.50 [2021-05-03T18:13:09.682Z] v1.2.2-dev.51 [2021-05-03T18:13:09.682Z] v1.2.2-dev.52 [2021-05-03T18:13:09.682Z] v1.2.2-dev.53 [2021-05-03T18:13:09.682Z] v1.2.2-dev.54 [2021-05-03T18:13:09.682Z] v1.2.2-dev.55 [2021-05-03T18:13:09.682Z] v1.2.2-dev.56 [2021-05-03T18:13:09.682Z] v1.2.2-dev.57 [2021-05-03T18:13:09.682Z] v1.2.2-dev.58 [2021-05-03T18:13:09.682Z] v1.2.2-dev.59 [2021-05-03T18:13:09.682Z] v1.2.2-dev.6 [2021-05-03T18:13:09.682Z] v1.2.2-dev.60 [2021-05-03T18:13:09.682Z] v1.2.2-dev.61 [2021-05-03T18:13:09.682Z] v1.2.2-dev.62 [2021-05-03T18:13:09.682Z] v1.2.2-dev.63 [2021-05-03T18:13:09.682Z] v1.2.2-dev.64 [2021-05-03T18:13:09.682Z] v1.2.2-dev.65 [2021-05-03T18:13:09.682Z] v1.2.2-dev.66 [2021-05-03T18:13:09.682Z] v1.2.2-dev.67 [2021-05-03T18:13:09.682Z] v1.2.2-dev.68 [2021-05-03T18:13:09.682Z] v1.2.2-dev.69 [2021-05-03T18:13:09.682Z] v1.2.2-dev.7 [2021-05-03T18:13:09.682Z] v1.2.2-dev.70 [2021-05-03T18:13:09.682Z] v1.2.2-dev.71 [2021-05-03T18:13:09.682Z] v1.2.2-dev.72 [2021-05-03T18:13:09.682Z] v1.2.2-dev.73 [2021-05-03T18:13:09.682Z] v1.2.2-dev.74 [2021-05-03T18:13:09.682Z] v1.2.2-dev.75 [2021-05-03T18:13:09.682Z] v1.2.2-dev.76 [2021-05-03T18:13:09.682Z] v1.2.2-dev.77 [2021-05-03T18:13:09.682Z] v1.2.2-dev.78 [2021-05-03T18:13:09.682Z] v1.2.2-dev.79 [2021-05-03T18:13:09.682Z] v1.2.2-dev.8 [2021-05-03T18:13:09.682Z] v1.2.2-dev.80 [2021-05-03T18:13:09.682Z] v1.2.2-dev.81 [2021-05-03T18:13:09.682Z] v1.2.2-dev.82 [2021-05-03T18:13:09.682Z] v1.2.2-dev.83 [2021-05-03T18:13:09.682Z] v1.2.2-dev.84 [2021-05-03T18:13:09.682Z] v1.2.2-dev.85 [2021-05-03T18:13:09.682Z] v1.2.2-dev.86 [2021-05-03T18:13:09.682Z] v1.2.2-dev.87 [2021-05-03T18:13:09.682Z] v1.2.2-dev.88 [2021-05-03T18:13:09.682Z] v1.2.2-dev.89 [2021-05-03T18:13:09.682Z] v1.2.2-dev.9 [2021-05-03T18:13:09.682Z] v1.2.2-dev.90 [2021-05-03T18:13:09.682Z] v1.2.2-dev.91 [2021-05-03T18:13:09.682Z] v1.2.2-dev.92 [2021-05-03T18:13:09.682Z] v1.2.2-dev.93 [2021-05-03T18:13:09.682Z] v1.2.2-dev.94 [2021-05-03T18:13:09.682Z] v1.2.2-dev.95 [2021-05-03T18:13:09.682Z] v1.2.2-dev.96 [2021-05-03T18:13:09.682Z] v1.2.2-dev.97 [2021-05-03T18:13:09.682Z] v1.2.2-dev.98 [2021-05-03T18:13:09.682Z] v1.2.2-dev.99 [2021-05-03T18:13:09.682Z] v1.3.0 [2021-05-03T18:13:09.682Z] v1.3.1 [2021-05-03T18:13:09.682Z] v1.3.1-dev.1 [2021-05-03T18:13:09.682Z] v1.3.1-dev.10 [2021-05-03T18:13:09.682Z] v1.3.1-dev.11 [2021-05-03T18:13:09.682Z] v1.3.1-dev.12 [2021-05-03T18:13:09.682Z] v1.3.1-dev.13 [2021-05-03T18:13:09.682Z] v1.3.1-dev.14 [2021-05-03T18:13:09.682Z] v1.3.1-dev.15 [2021-05-03T18:13:09.682Z] v1.3.1-dev.16 [2021-05-03T18:13:09.682Z] v1.3.1-dev.17 [2021-05-03T18:13:09.682Z] v1.3.1-dev.18 [2021-05-03T18:13:09.682Z] v1.3.1-dev.2 [2021-05-03T18:13:09.682Z] v1.3.1-dev.3 [2021-05-03T18:13:09.682Z] v1.3.1-dev.4 [2021-05-03T18:13:09.682Z] v1.3.1-dev.5 [2021-05-03T18:13:09.682Z] v1.3.1-dev.6 [2021-05-03T18:13:09.682Z] v1.3.1-dev.7 [2021-05-03T18:13:09.682Z] v1.3.1-dev.8 [2021-05-03T18:13:09.682Z] v1.3.1-dev.9 [2021-05-03T18:13:09.682Z] v2.0.0-dev.1 [2021-05-03T18:13:09.682Z] v2.0.0-dev.10 [2021-05-03T18:13:09.682Z] v2.0.0-dev.100 [2021-05-03T18:13:09.682Z] v2.0.0-dev.101 [2021-05-03T18:13:09.682Z] v2.0.0-dev.102 [2021-05-03T18:13:09.682Z] v2.0.0-dev.103 [2021-05-03T18:13:09.682Z] v2.0.0-dev.104 [2021-05-03T18:13:09.682Z] v2.0.0-dev.105 [2021-05-03T18:13:09.682Z] v2.0.0-dev.106 [2021-05-03T18:13:09.682Z] v2.0.0-dev.107 [2021-05-03T18:13:09.682Z] v2.0.0-dev.108 [2021-05-03T18:13:09.682Z] v2.0.0-dev.109 [2021-05-03T18:13:09.682Z] v2.0.0-dev.11 [2021-05-03T18:13:09.682Z] v2.0.0-dev.110 [2021-05-03T18:13:09.682Z] v2.0.0-dev.111 [2021-05-03T18:13:09.682Z] v2.0.0-dev.112 [2021-05-03T18:13:09.682Z] v2.0.0-dev.113 [2021-05-03T18:13:09.682Z] v2.0.0-dev.114 [2021-05-03T18:13:09.682Z] v2.0.0-dev.115 [2021-05-03T18:13:09.682Z] v2.0.0-dev.116 [2021-05-03T18:13:09.682Z] v2.0.0-dev.117 [2021-05-03T18:13:09.682Z] v2.0.0-dev.118 [2021-05-03T18:13:09.682Z] v2.0.0-dev.119 [2021-05-03T18:13:09.682Z] v2.0.0-dev.12 [2021-05-03T18:13:09.682Z] v2.0.0-dev.120 [2021-05-03T18:13:09.682Z] v2.0.0-dev.121 [2021-05-03T18:13:09.682Z] v2.0.0-dev.122 [2021-05-03T18:13:09.682Z] v2.0.0-dev.123 [2021-05-03T18:13:09.682Z] v2.0.0-dev.124 [2021-05-03T18:13:09.682Z] v2.0.0-dev.125 [2021-05-03T18:13:09.682Z] v2.0.0-dev.126 [2021-05-03T18:13:09.682Z] v2.0.0-dev.127 [2021-05-03T18:13:09.682Z] v2.0.0-dev.128 [2021-05-03T18:13:09.682Z] v2.0.0-dev.129 [2021-05-03T18:13:09.682Z] v2.0.0-dev.13 [2021-05-03T18:13:09.682Z] v2.0.0-dev.130 [2021-05-03T18:13:09.682Z] v2.0.0-dev.131 [2021-05-03T18:13:09.682Z] v2.0.0-dev.132 [2021-05-03T18:13:09.682Z] v2.0.0-dev.133 [2021-05-03T18:13:09.682Z] v2.0.0-dev.134 [2021-05-03T18:13:09.682Z] v2.0.0-dev.135 [2021-05-03T18:13:09.682Z] v2.0.0-dev.136 [2021-05-03T18:13:09.682Z] v2.0.0-dev.137 [2021-05-03T18:13:09.682Z] v2.0.0-dev.138 [2021-05-03T18:13:09.682Z] v2.0.0-dev.139 [2021-05-03T18:13:09.682Z] v2.0.0-dev.14 [2021-05-03T18:13:09.682Z] v2.0.0-dev.140 [2021-05-03T18:13:09.682Z] v2.0.0-dev.141 [2021-05-03T18:13:09.682Z] v2.0.0-dev.142 [2021-05-03T18:13:09.682Z] v2.0.0-dev.143 [2021-05-03T18:13:09.682Z] v2.0.0-dev.144 [2021-05-03T18:13:09.682Z] v2.0.0-dev.145 [2021-05-03T18:13:09.682Z] v2.0.0-dev.146 [2021-05-03T18:13:09.682Z] v2.0.0-dev.147 [2021-05-03T18:13:09.682Z] v2.0.0-dev.148 [2021-05-03T18:13:09.682Z] v2.0.0-dev.149 [2021-05-03T18:13:09.682Z] v2.0.0-dev.15 [2021-05-03T18:13:09.682Z] v2.0.0-dev.150 [2021-05-03T18:13:09.682Z] v2.0.0-dev.151 [2021-05-03T18:13:09.682Z] v2.0.0-dev.152 [2021-05-03T18:13:09.682Z] v2.0.0-dev.153 [2021-05-03T18:13:09.682Z] v2.0.0-dev.154 [2021-05-03T18:13:09.682Z] v2.0.0-dev.155 [2021-05-03T18:13:09.682Z] v2.0.0-dev.156 [2021-05-03T18:13:09.682Z] v2.0.0-dev.157 [2021-05-03T18:13:09.682Z] v2.0.0-dev.158 [2021-05-03T18:13:09.682Z] v2.0.0-dev.159 [2021-05-03T18:13:09.682Z] v2.0.0-dev.16 [2021-05-03T18:13:09.682Z] v2.0.0-dev.160 [2021-05-03T18:13:09.682Z] v2.0.0-dev.161 [2021-05-03T18:13:09.682Z] v2.0.0-dev.162 [2021-05-03T18:13:09.682Z] v2.0.0-dev.163 [2021-05-03T18:13:09.682Z] v2.0.0-dev.164 [2021-05-03T18:13:09.682Z] v2.0.0-dev.165 [2021-05-03T18:13:09.682Z] v2.0.0-dev.166 [2021-05-03T18:13:09.682Z] v2.0.0-dev.167 [2021-05-03T18:13:09.682Z] v2.0.0-dev.168 [2021-05-03T18:13:09.682Z] v2.0.0-dev.169 [2021-05-03T18:13:09.682Z] v2.0.0-dev.17 [2021-05-03T18:13:09.682Z] v2.0.0-dev.170 [2021-05-03T18:13:09.682Z] v2.0.0-dev.171 [2021-05-03T18:13:09.682Z] v2.0.0-dev.172 [2021-05-03T18:13:09.682Z] v2.0.0-dev.173 [2021-05-03T18:13:09.682Z] v2.0.0-dev.174 [2021-05-03T18:13:09.682Z] v2.0.0-dev.175 [2021-05-03T18:13:09.682Z] v2.0.0-dev.176 [2021-05-03T18:13:09.682Z] v2.0.0-dev.177 [2021-05-03T18:13:09.682Z] v2.0.0-dev.178 [2021-05-03T18:13:09.682Z] v2.0.0-dev.179 [2021-05-03T18:13:09.682Z] v2.0.0-dev.18 [2021-05-03T18:13:09.682Z] v2.0.0-dev.180 [2021-05-03T18:13:09.682Z] v2.0.0-dev.181 [2021-05-03T18:13:09.682Z] v2.0.0-dev.182 [2021-05-03T18:13:09.682Z] v2.0.0-dev.183 [2021-05-03T18:13:09.682Z] v2.0.0-dev.184 [2021-05-03T18:13:09.682Z] v2.0.0-dev.185 [2021-05-03T18:13:09.682Z] v2.0.0-dev.186 [2021-05-03T18:13:09.682Z] v2.0.0-dev.187 [2021-05-03T18:13:09.682Z] v2.0.0-dev.188 [2021-05-03T18:13:09.682Z] v2.0.0-dev.189 [2021-05-03T18:13:09.682Z] v2.0.0-dev.19 [2021-05-03T18:13:09.682Z] v2.0.0-dev.190 [2021-05-03T18:13:09.682Z] v2.0.0-dev.191 [2021-05-03T18:13:09.682Z] v2.0.0-dev.192 [2021-05-03T18:13:09.682Z] v2.0.0-dev.193 [2021-05-03T18:13:09.682Z] v2.0.0-dev.194 [2021-05-03T18:13:09.682Z] v2.0.0-dev.195 [2021-05-03T18:13:09.682Z] v2.0.0-dev.2 [2021-05-03T18:13:09.682Z] v2.0.0-dev.20 [2021-05-03T18:13:09.682Z] v2.0.0-dev.21 [2021-05-03T18:13:09.682Z] v2.0.0-dev.22 [2021-05-03T18:13:09.682Z] v2.0.0-dev.23 [2021-05-03T18:13:09.682Z] v2.0.0-dev.24 [2021-05-03T18:13:09.682Z] v2.0.0-dev.25 [2021-05-03T18:13:09.682Z] v2.0.0-dev.26 [2021-05-03T18:13:09.682Z] v2.0.0-dev.27 [2021-05-03T18:13:09.682Z] v2.0.0-dev.28 [2021-05-03T18:13:09.682Z] v2.0.0-dev.29 [2021-05-03T18:13:09.682Z] v2.0.0-dev.3 [2021-05-03T18:13:09.682Z] v2.0.0-dev.30 [2021-05-03T18:13:09.682Z] v2.0.0-dev.31 [2021-05-03T18:13:09.682Z] v2.0.0-dev.32 [2021-05-03T18:13:09.682Z] v2.0.0-dev.33 [2021-05-03T18:13:09.682Z] v2.0.0-dev.34 [2021-05-03T18:13:09.682Z] v2.0.0-dev.35 [2021-05-03T18:13:09.682Z] v2.0.0-dev.36 [2021-05-03T18:13:09.682Z] v2.0.0-dev.37 [2021-05-03T18:13:09.682Z] v2.0.0-dev.38 [2021-05-03T18:13:09.682Z] v2.0.0-dev.39 [2021-05-03T18:13:09.682Z] v2.0.0-dev.4 [2021-05-03T18:13:09.682Z] v2.0.0-dev.40 [2021-05-03T18:13:09.682Z] v2.0.0-dev.41 [2021-05-03T18:13:09.682Z] v2.0.0-dev.42 [2021-05-03T18:13:09.682Z] v2.0.0-dev.43 [2021-05-03T18:13:09.682Z] v2.0.0-dev.44 [2021-05-03T18:13:09.682Z] v2.0.0-dev.45 [2021-05-03T18:13:09.682Z] v2.0.0-dev.46 [2021-05-03T18:13:09.682Z] v2.0.0-dev.47 [2021-05-03T18:13:09.682Z] v2.0.0-dev.48 [2021-05-03T18:13:09.682Z] v2.0.0-dev.49 [2021-05-03T18:13:09.682Z] v2.0.0-dev.5 [2021-05-03T18:13:09.682Z] v2.0.0-dev.50 [2021-05-03T18:13:09.682Z] v2.0.0-dev.51 [2021-05-03T18:13:09.682Z] v2.0.0-dev.52 [2021-05-03T18:13:09.682Z] v2.0.0-dev.53 [2021-05-03T18:13:09.682Z] v2.0.0-dev.54 [2021-05-03T18:13:09.682Z] v2.0.0-dev.55 [2021-05-03T18:13:09.682Z] v2.0.0-dev.56 [2021-05-03T18:13:09.682Z] v2.0.0-dev.57 [2021-05-03T18:13:09.682Z] v2.0.0-dev.58 [2021-05-03T18:13:09.682Z] v2.0.0-dev.59 [2021-05-03T18:13:09.682Z] v2.0.0-dev.6 [2021-05-03T18:13:09.682Z] v2.0.0-dev.60 [2021-05-03T18:13:09.682Z] v2.0.0-dev.61 [2021-05-03T18:13:09.682Z] v2.0.0-dev.62 [2021-05-03T18:13:09.682Z] v2.0.0-dev.63 [2021-05-03T18:13:09.682Z] v2.0.0-dev.64 [2021-05-03T18:13:09.682Z] v2.0.0-dev.65 [2021-05-03T18:13:09.682Z] v2.0.0-dev.66 [2021-05-03T18:13:09.682Z] v2.0.0-dev.67 [2021-05-03T18:13:09.682Z] v2.0.0-dev.68 [2021-05-03T18:13:09.682Z] v2.0.0-dev.69 [2021-05-03T18:13:09.682Z] v2.0.0-dev.7 [2021-05-03T18:13:09.682Z] v2.0.0-dev.70 [2021-05-03T18:13:09.682Z] v2.0.0-dev.71 [2021-05-03T18:13:09.682Z] v2.0.0-dev.72 [2021-05-03T18:13:09.682Z] v2.0.0-dev.73 [2021-05-03T18:13:09.682Z] v2.0.0-dev.74 [2021-05-03T18:13:09.682Z] v2.0.0-dev.75 [2021-05-03T18:13:09.682Z] v2.0.0-dev.76 [2021-05-03T18:13:09.682Z] v2.0.0-dev.77 [2021-05-03T18:13:09.682Z] v2.0.0-dev.78 [2021-05-03T18:13:09.682Z] v2.0.0-dev.79 [2021-05-03T18:13:09.682Z] v2.0.0-dev.8 [2021-05-03T18:13:09.682Z] v2.0.0-dev.80 [2021-05-03T18:13:09.682Z] v2.0.0-dev.81 [2021-05-03T18:13:09.682Z] v2.0.0-dev.82 [2021-05-03T18:13:09.682Z] v2.0.0-dev.83 [2021-05-03T18:13:09.682Z] v2.0.0-dev.84 [2021-05-03T18:13:09.682Z] v2.0.0-dev.85 [2021-05-03T18:13:09.682Z] v2.0.0-dev.86 [2021-05-03T18:13:09.682Z] v2.0.0-dev.87 [2021-05-03T18:13:09.682Z] v2.0.0-dev.88 [2021-05-03T18:13:09.682Z] v2.0.0-dev.89 [2021-05-03T18:13:09.682Z] v2.0.0-dev.9 [2021-05-03T18:13:09.682Z] v2.0.0-dev.90 [2021-05-03T18:13:09.682Z] v2.0.0-dev.91 [2021-05-03T18:13:09.682Z] v2.0.0-dev.92 [2021-05-03T18:13:09.682Z] v2.0.0-dev.93 [2021-05-03T18:13:09.682Z] v2.0.0-dev.94 [2021-05-03T18:13:09.682Z] v2.0.0-dev.95 [2021-05-03T18:13:09.682Z] v2.0.0-dev.96 [2021-05-03T18:13:09.682Z] v2.0.0-dev.97 [2021-05-03T18:13:09.682Z] v2.0.0-dev.98 [2021-05-03T18:13:09.682Z] v2.0.0-dev.99 [Pipeline] sh [2021-05-03T18:13:09.984Z] + lftools sign git-tag v2.0.0-dev.195 [2021-05-03T18:13:11.375Z] Signing Git tag with Sigul... [2021-05-03T18:13:11.375Z] Signing v2.0.0-dev.195 [Pipeline] echo [2021-05-03T18:13:12.775Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:13.073Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-03T18:13:13.083Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-03T18:13:13.109Z] $ docker stop --time=1 1ea136c37e019db8bd9d85e174004b3e01ebe294e28fade4402f57dab72541ba [2021-05-03T18:13:15.337Z] $ docker rm -f 1ea136c37e019db8bd9d85e174004b3e01ebe294e28fade4402f57dab72541ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:13:15.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T18:13:15.877Z] . [Pipeline] withDockerContainer [2021-05-03T18:13:15.978Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T18:13:16.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T18:13:16.854Z] $ docker top bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T18:13:17.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T18:13:17.023Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T18:13:17.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T18:13:17.255Z] $ docker exec bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a ssh-agent [2021-05-03T18:13:17.431Z] SSH_AUTH_SOCK=/tmp/ssh-rpBoJ9K3hB3R/agent.12 [2021-05-03T18:13:17.431Z] SSH_AGENT_PID=18 [2021-05-03T18:13:17.439Z] Running ssh-add (command line suppressed) [2021-05-03T18:13:17.570Z] Identity added: /w/workspace/edgex-go/463@tmp/private_key_623098908139189852.key (/w/workspace/edgex-go/463@tmp/private_key_623098908139189852.key) [2021-05-03T18:13:17.630Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T18:13:17.931Z] + git semver bump pre [2021-05-03T18:13:17.931Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T18:13:17.931Z] # $GIT_DIR = /w/workspace/edgex-go/463/.git [2021-05-03T18:13:17.931Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/463 [2021-05-03T18:13:17.931Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T18:13:17.931Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T18:13:17.931Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T18:13:17.931Z] # $SEMVER_BRANCH = master [2021-05-03T18:13:17.931Z] # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver [2021-05-03T18:13:17.931Z] 2.0.0-dev.196 [Pipeline] } [2021-05-03T18:13:17.943Z] $ docker exec --env ******** --env ******** bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a ssh-agent -k [2021-05-03T18:13:18.064Z] unset SSH_AUTH_SOCK; [2021-05-03T18:13:18.064Z] unset SSH_AGENT_PID; [2021-05-03T18:13:18.064Z] echo Agent pid 18 killed; [2021-05-03T18:13:18.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T18:13:18.448Z] + git semver [Pipeline] } [2021-05-03T18:13:18.465Z] $ docker stop --time=1 bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a [2021-05-03T18:13:19.842Z] $ docker rm -f bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:13:20.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T18:13:20.294Z] . [Pipeline] withDockerContainer [2021-05-03T18:13:20.403Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T18:13:20.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T18:13:21.263Z] $ docker top f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T18:13:21.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T18:13:21.426Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T18:13:21.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T18:13:21.624Z] $ docker exec f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 ssh-agent [2021-05-03T18:13:21.811Z] SSH_AUTH_SOCK=/tmp/ssh-IvQ6lrG0MN9b/agent.11 [2021-05-03T18:13:21.811Z] SSH_AGENT_PID=16 [2021-05-03T18:13:21.819Z] Running ssh-add (command line suppressed) [2021-05-03T18:13:21.946Z] Identity added: /w/workspace/edgex-go/463@tmp/private_key_4942051690242785589.key (/w/workspace/edgex-go/463@tmp/private_key_4942051690242785589.key) [2021-05-03T18:13:22.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T18:13:22.307Z] + git semver push [2021-05-03T18:13:22.307Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T18:13:22.307Z] # $GIT_DIR = /w/workspace/edgex-go/463/.git [2021-05-03T18:13:22.307Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/463 [2021-05-03T18:13:22.307Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T18:13:22.307Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T18:13:22.307Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T18:13:22.307Z] # $SEMVER_BRANCH = master [2021-05-03T18:13:22.307Z] # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver [Pipeline] } [2021-05-03T18:13:32.340Z] $ docker exec --env ******** --env ******** f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 ssh-agent -k [2021-05-03T18:13:32.465Z] unset SSH_AUTH_SOCK; [2021-05-03T18:13:32.465Z] unset SSH_AGENT_PID; [2021-05-03T18:13:32.465Z] echo Agent pid 16 killed; [2021-05-03T18:13:32.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T18:13:32.908Z] + git semver [Pipeline] } [2021-05-03T18:13:32.924Z] $ docker stop --time=1 f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 [2021-05-03T18:13:34.275Z] $ docker rm -f f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 [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-05-03T18:13:35.157Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:36.119Z] ---> package-listing.sh [2021-05-03T18:13:36.119Z] ++ facter osfamily [2021-05-03T18:13:36.119Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-03T18:13:36.119Z] + OS_FAMILY=redhat [2021-05-03T18:13:36.119Z] + workspace=/w/workspace/edgex-go/463 [2021-05-03T18:13:36.119Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-03T18:13:36.119Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-03T18:13:36.119Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-03T18:13:36.119Z] + PACKAGES=/tmp/packages_start.txt [2021-05-03T18:13:36.119Z] + '[' /w/workspace/edgex-go/463 ']' [2021-05-03T18:13:36.119Z] + PACKAGES=/tmp/packages_end.txt [2021-05-03T18:13:36.119Z] + case "${OS_FAMILY}" in [2021-05-03T18:13:36.119Z] + rpm -qa [2021-05-03T18:13:36.119Z] + sort [2021-05-03T18:13:41.427Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-03T18:13:41.427Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-03T18:13:41.427Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-03T18:13:41.427Z] + '[' /w/workspace/edgex-go/463 ']' [2021-05-03T18:13:41.427Z] + mkdir -p /w/workspace/edgex-go/463/archives/ [2021-05-03T18:13:41.427Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/463/archives/ [Pipeline] echo [2021-05-03T18:13:41.444Z] 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/463/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-03T18:13:41.739Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:13:42.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T18:13:42.048Z] [2021-05-03T18:13:42.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-03T18:13:42.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T18:13:42.360Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-03T18:13:42.360Z] df20fa9351a1: Pulling fs layer [2021-05-03T18:13:42.360Z] 36b3adc4ff6f: Pulling fs layer [2021-05-03T18:13:42.360Z] 8ad3a11d3b57: Pulling fs layer [2021-05-03T18:13:42.360Z] 46f8f816bc3b: Pulling fs layer [2021-05-03T18:13:42.360Z] 93b61091891f: Pulling fs layer [2021-05-03T18:13:42.360Z] 93b9cdb0e59b: Pulling fs layer [2021-05-03T18:13:42.360Z] 5e14af77c1be: Pulling fs layer [2021-05-03T18:13:42.360Z] 01666e4c0597: Pulling fs layer [2021-05-03T18:13:42.360Z] aa168da1d23b: Pulling fs layer [2021-05-03T18:13:42.360Z] 93b9cdb0e59b: Waiting [2021-05-03T18:13:42.360Z] 01666e4c0597: Waiting [2021-05-03T18:13:42.360Z] 5e14af77c1be: Waiting [2021-05-03T18:13:42.360Z] aa168da1d23b: Waiting [2021-05-03T18:13:42.360Z] 46f8f816bc3b: Waiting [2021-05-03T18:13:42.360Z] 93b61091891f: Waiting [2021-05-03T18:13:42.360Z] 36b3adc4ff6f: Verifying Checksum [2021-05-03T18:13:42.360Z] 36b3adc4ff6f: Download complete [2021-05-03T18:13:42.360Z] 46f8f816bc3b: Download complete [2021-05-03T18:13:42.622Z] df20fa9351a1: Verifying Checksum [2021-05-03T18:13:42.623Z] df20fa9351a1: Download complete [2021-05-03T18:13:42.623Z] 93b9cdb0e59b: Download complete [2021-05-03T18:13:42.623Z] 93b61091891f: Verifying Checksum [2021-05-03T18:13:42.623Z] 93b61091891f: Download complete [2021-05-03T18:13:42.623Z] 5e14af77c1be: Download complete [2021-05-03T18:13:42.623Z] 01666e4c0597: Verifying Checksum [2021-05-03T18:13:42.623Z] 01666e4c0597: Download complete [2021-05-03T18:13:42.623Z] 8ad3a11d3b57: Verifying Checksum [2021-05-03T18:13:42.623Z] 8ad3a11d3b57: Download complete [2021-05-03T18:13:42.887Z] df20fa9351a1: Pull complete [2021-05-03T18:13:43.466Z] 36b3adc4ff6f: Pull complete [2021-05-03T18:13:44.413Z] aa168da1d23b: Verifying Checksum [2021-05-03T18:13:44.413Z] aa168da1d23b: Download complete [2021-05-03T18:13:44.987Z] 8ad3a11d3b57: Pull complete [2021-05-03T18:13:45.250Z] 46f8f816bc3b: Pull complete [2021-05-03T18:13:45.513Z] 93b61091891f: Pull complete [2021-05-03T18:13:45.513Z] 93b9cdb0e59b: Pull complete [2021-05-03T18:13:45.774Z] 5e14af77c1be: Pull complete [2021-05-03T18:13:45.774Z] 01666e4c0597: Pull complete [2021-05-03T18:13:53.949Z] aa168da1d23b: Pull complete [2021-05-03T18:13:53.949Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-03T18:13:53.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T18:13:53.949Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-03T18:13:54.121Z] prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container [2021-05-03T18:13:54.168Z] $ 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/463/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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-03T18:13:57.030Z] $ docker top 59a413dafb5747180981b68c81ceb8b04463e2abd732bd2c67ee0c00786420b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T18:13:57.467Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-03T18:13:57.765Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-03T18:13:58.065Z] + ls /var/log/sa-host [2021-05-03T18:13:58.066Z] + sadf -c /var/log/sa-host/sa03 [2021-05-03T18:13:58.066Z] file_magic: OK [2021-05-03T18:13:58.066Z] HZ: Using current value: 100 [2021-05-03T18:13:58.066Z] file_header: OK [2021-05-03T18:13:58.066Z] 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-05-03T18:13:58.066Z] Statistics: [2021-05-03T18:13:58.066Z] 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... [2021-05-03T18:13:58.066Z] File successfully converted to sysstat format version 12.2.1 [2021-05-03T18:13:58.066Z] + sadf -c /var/log/sa-host/sa23 [2021-05-03T18:13:58.066Z] file_magic: OK [2021-05-03T18:13:58.066Z] HZ: Using current value: 100 [2021-05-03T18:13:58.066Z] file_header: OK [2021-05-03T18:13:58.066Z] 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-05-03T18:13:58.066Z] Statistics: [2021-05-03T18:13:58.066Z] Hnuu...uuuununununu... [2021-05-03T18:13:58.066Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-03T18:13:58.648Z] provisioning config files... [2021-05-03T18:13:58.668Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/463@tmp/config8820266716331497272tmp [Pipeline] { [Pipeline] echo [2021-05-03T18:13:58.693Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:58.990Z] ---> create-netrc.sh [Pipeline] } [2021-05-03T18:13:58.999Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-03T18:13:59.024Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:59.329Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-03T18:13:59.341Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:59.638Z] ---> sudo-logs.sh [2021-05-03T18:13:59.638Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-03T18:13:59.665Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:13:59.965Z] ---> job-cost.sh [2021-05-03T18:13:59.966Z] lf-activate-venv: SKIPPING [2021-05-03T18:13:59.966Z] DEBUG: total: 0.20999999344348907 [2021-05-03T18:13:59.966Z] INFO: Retrieving Stack Cost... [2021-05-03T18:14:01.357Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-03T18:14:01.621Z] INFO: Archiving Costs [Pipeline] echo [2021-05-03T18:14:01.637Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T18:14:01.940Z] ---> logs-deploy.sh [2021-05-03T18:14:01.940Z] lf-activate-venv: SKIPPING [2021-05-03T18:14:01.940Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/463 [2021-05-03T18:14:01.940Z] INFO: archiving workspace using pattern(s): [2021-05-03T18:14:03.330Z] Archives upload complete. [2021-05-03T18:14:03.593Z] INFO: archiving logs to Nexus [2021-05-03T18:14:04.543Z] ---> uname -a: [2021-05-03T18:14:04.543Z] Linux prd-centos7-docker-4c-2g-2771.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-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] ---> lscpu: [2021-05-03T18:14:04.543Z] Architecture: x86_64 [2021-05-03T18:14:04.543Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-03T18:14:04.543Z] Byte Order: Little Endian [2021-05-03T18:14:04.543Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-03T18:14:04.543Z] CPU(s): 4 [2021-05-03T18:14:04.543Z] On-line CPU(s) list: 0-3 [2021-05-03T18:14:04.543Z] Thread(s) per core: 1 [2021-05-03T18:14:04.543Z] Core(s) per socket: 1 [2021-05-03T18:14:04.543Z] Socket(s): 4 [2021-05-03T18:14:04.543Z] NUMA node(s): 1 [2021-05-03T18:14:04.543Z] Vendor ID: GenuineIntel [2021-05-03T18:14:04.543Z] CPU family: 6 [2021-05-03T18:14:04.543Z] Model: 44 [2021-05-03T18:14:04.543Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-03T18:14:04.543Z] Stepping: 1 [2021-05-03T18:14:04.543Z] CPU MHz: 2933.438 [2021-05-03T18:14:04.543Z] BogoMIPS: 5866.87 [2021-05-03T18:14:04.543Z] Virtualization: VT-x [2021-05-03T18:14:04.543Z] Hypervisor vendor: KVM [2021-05-03T18:14:04.543Z] Virtualization type: full [2021-05-03T18:14:04.543Z] L1d cache: 128 KiB [2021-05-03T18:14:04.543Z] L1i cache: 128 KiB [2021-05-03T18:14:04.543Z] L2 cache: 16 MiB [2021-05-03T18:14:04.543Z] L3 cache: 64 MiB [2021-05-03T18:14:04.543Z] NUMA node0 CPU(s): 0-3 [2021-05-03T18:14:04.543Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-03T18:14:04.543Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-03T18:14:04.543Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-03T18:14:04.543Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-03T18:14:04.543Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-03T18:14:04.543Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-03T18:14:04.543Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-03T18:14:04.543Z] Vulnerability Srbds: Not affected [2021-05-03T18:14:04.543Z] Vulnerability Tsx async abort: Not affected [2021-05-03T18:14:04.543Z] 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-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] ---> nproc: [2021-05-03T18:14:04.543Z] 4 [2021-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] ---> df -h: [2021-05-03T18:14:04.543Z] Filesystem Size Used Available Use% Mounted on [2021-05-03T18:14:04.543Z] overlay 50.0G 13.5G 36.5G 27% / [2021-05-03T18:14:04.543Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-03T18:14:04.543Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-03T18:14:04.543Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/463 [2021-05-03T18:14:04.543Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/463@tmp [2021-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] [2021-05-03T18:14:04.543Z] ---> free -m: [2021-05-03T18:14:04.543Z] total used free shared buff/cache available [2021-05-03T18:14:04.543Z] Mem: 1837 791 144 0 901 995 [2021-05-03T18:14:04.544Z] Swap: 1023 65 958 [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] ---> ip addr: [2021-05-03T18:14:04.544Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-03T18:14:04.544Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-03T18:14:04.544Z] inet 127.0.0.1/8 scope host lo [2021-05-03T18:14:04.544Z] valid_lft forever preferred_lft forever [2021-05-03T18:14:04.544Z] inet6 ::1/128 scope host [2021-05-03T18:14:04.544Z] valid_lft forever preferred_lft forever [2021-05-03T18:14:04.544Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-03T18:14:04.544Z] link/ether fa:16:3e:ee:2c:d5 brd ff:ff:ff:ff:ff:ff [2021-05-03T18:14:04.544Z] inet 10.30.122.180/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-03T18:14:04.544Z] valid_lft 85258sec preferred_lft 85258sec [2021-05-03T18:14:04.544Z] inet6 fe80::f816:3eff:feee:2cd5/64 scope link [2021-05-03T18:14:04.544Z] valid_lft forever preferred_lft forever [2021-05-03T18:14:04.544Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-03T18:14:04.544Z] link/ether 02:42:16:52:06:c9 brd ff:ff:ff:ff:ff:ff [2021-05-03T18:14:04.544Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-03T18:14:04.544Z] valid_lft forever preferred_lft forever [2021-05-03T18:14:04.544Z] inet6 fe80::42:16ff:fe52:6c9/64 scope link [2021-05-03T18:14:04.544Z] valid_lft forever preferred_lft forever [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] ---> sar -b -r -n DEV: [2021-05-03T18:14:04.544Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] 17:54:51 LINUX RESTART (4 CPU) [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] 17:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-03T18:14:04.544Z] 17:57:02 304.89 112.68 192.21 0.00 7088.20 53252.74 0.00 [2021-05-03T18:14:04.544Z] 17:58:01 240.92 126.40 114.51 0.00 3887.28 15640.83 0.00 [2021-05-03T18:14:04.544Z] 17:59:01 118.05 41.94 76.11 0.00 1905.71 9008.47 0.00 [2021-05-03T18:14:04.544Z] 18:00:01 176.40 53.50 122.89 0.00 7966.64 46327.21 0.00 [2021-05-03T18:14:04.544Z] 18:01:02 2016.05 1667.50 348.55 0.00 163389.94 202620.52 0.00 [2021-05-03T18:14:04.544Z] 18:02:01 1477.86 1243.45 234.41 0.00 70184.77 85677.60 0.00 [2021-05-03T18:14:04.544Z] 18:03:02 798.57 456.78 341.79 0.00 72820.96 122610.15 0.00 [2021-05-03T18:14:04.544Z] 18:04:01 2109.12 1774.39 334.73 0.00 101242.74 107973.90 0.00 [2021-05-03T18:14:04.544Z] 18:05:01 312.71 141.43 171.27 0.00 14712.44 21061.31 0.00 [2021-05-03T18:14:04.544Z] 18:06:02 94.54 87.24 7.29 0.00 3538.92 149.94 0.00 [2021-05-03T18:14:04.544Z] 18:07:01 1.80 1.44 0.36 0.00 103.66 6.74 0.00 [2021-05-03T18:14:04.544Z] 18:08:01 0.37 0.17 0.20 0.00 1.87 2.05 0.00 [2021-05-03T18:14:04.544Z] 18:09:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 [2021-05-03T18:14:04.544Z] 18:10:01 2.12 1.85 0.27 0.00 60.64 3.27 0.00 [2021-05-03T18:14:04.544Z] 18:11:01 0.83 0.08 0.75 0.00 1.60 15.01 0.00 [2021-05-03T18:14:04.544Z] 18:12:01 283.32 151.58 131.73 0.00 8533.60 34342.71 0.00 [2021-05-03T18:14:04.544Z] 18:13:01 258.28 104.11 154.16 0.00 6535.60 33783.50 0.00 [2021-05-03T18:14:04.544Z] Average: 482.93 351.32 131.61 0.00 27345.64 43343.45 0.00 [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] 17:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-03T18:14:04.544Z] 17:57:02 118188 0 774344 41.15 1492 987520 1345696 45.93 630804 829416 55944 [2021-05-03T18:14:04.544Z] 17:58:01 179724 0 787572 41.86 708 913540 1474512 50.32 677596 739148 26484 [2021-05-03T18:14:04.544Z] 17:59:01 132972 0 817328 43.44 620 930624 1756844 59.96 675004 776492 15852 [2021-05-03T18:14:04.544Z] 18:00:01 72188 0 733848 39.00 136 1075372 1263328 43.12 703464 837472 63356 [2021-05-03T18:14:04.544Z] 18:01:02 80496 0 860008 45.71 16 941024 2347492 80.12 745868 820820 46100 [2021-05-03T18:14:04.544Z] 18:02:01 315948 0 902260 47.95 16 663320 2737200 93.42 595072 692256 1436 [2021-05-03T18:14:04.544Z] 18:03:02 76128 0 839632 44.62 16 965768 2318704 79.13 734692 835688 66952 [2021-05-03T18:14:04.544Z] 18:04:01 122244 0 729484 38.77 16 1029800 1982924 67.67 640652 872008 96 [2021-05-03T18:14:04.544Z] 18:05:01 360164 0 665288 35.36 16 856076 1418348 48.41 624860 649860 36 [2021-05-03T18:14:04.544Z] 18:06:02 288192 0 633816 33.69 16 959520 1202800 41.05 617924 730948 16 [2021-05-03T18:14:04.544Z] 18:07:01 287948 0 631020 33.54 16 962560 1175096 40.10 615588 733644 16 [2021-05-03T18:14:04.544Z] 18:08:01 288444 0 630520 33.51 16 962564 1175164 40.11 615644 733700 8 [2021-05-03T18:14:04.544Z] 18:09:01 288456 0 630500 33.51 16 962572 1175164 40.11 615652 733700 8 [2021-05-03T18:14:04.544Z] 18:10:01 286316 0 631556 33.57 16 963656 1175164 40.11 615756 734696 16 [2021-05-03T18:14:04.544Z] 18:11:01 286152 0 631712 33.57 16 963664 1175248 40.11 615964 734704 16 [2021-05-03T18:14:04.544Z] 18:12:01 75808 0 768220 40.83 16 1037500 1439300 49.12 652432 850560 20796 [2021-05-03T18:14:04.544Z] 18:13:01 228856 0 768416 40.84 16 884256 1478256 50.45 485076 815420 52 [2021-05-03T18:14:04.544Z] Average: 205190 0 731501 38.88 186 944667 1567132 53.48 638944 771796 17481 [2021-05-03T18:14:04.544Z] [2021-05-03T18:14:04.544Z] 17:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-03T18:14:04.544Z] 17:57:02 eth0 531.68 440.66 3553.91 82.48 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:57:02 docker0 206.80 248.51 14.44 851.48 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:58:01 eth0 35.86 20.92 34.85 15.21 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:58:01 veth2433eee 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:59:01 eth0 23.14 12.93 17.86 8.65 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:59:01 veth2433eee 2.33 2.33 0.19 0.20 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 17:59:01 docker0 2.33 2.33 0.15 0.20 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:00:01 eth0 209.92 173.65 1704.26 99.86 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:00:01 vetha080b84 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:01:02 eth0 104.57 81.12 181.38 62.09 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:01:02 vetha080b84 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:01:02 docker0 50.05 61.49 3.14 161.82 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:02:01 veth28d27bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:02:01 veth326a90e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:02:01 eth0 11.30 5.94 9.34 4.94 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:02:01 veth3de6877 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:03:02 veth72df426 21.37 41.51 1.72 339.89 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:03:02 eth0 220.32 149.05 1765.30 27.73 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:03:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:03:02 veth1749b85 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:04:01 eth0 71.31 48.76 95.29 88.59 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:04:01 veth68d4122 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:04:01 vetha080b84 0.00 0.93 0.00 0.04 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:05:01 eth0 257.00 225.77 217.60 604.45 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:05:01 docker0 1272.04 1322.44 97.47 4371.95 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:06:02 eth0 209.28 210.59 91.58 978.23 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:07:01 eth0 0.07 0.12 0.01 0.03 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:08:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:09:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:11:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:12:01 eth0 462.84 407.58 4431.14 39.25 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.544Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] 18:12:01 veth749e26a 41.79 41.34 4.06 344.72 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] 18:12:01 docker0 41.79 41.24 3.49 344.71 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] 18:13:01 veth7e0355b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] 18:13:01 eth0 436.73 376.84 3261.47 108.67 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] 18:13:01 docker0 5.26 4.93 0.69 27.54 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] Average: veth7e0355b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] Average: eth0 151.94 127.13 906.83 124.99 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] Average: docker0 22.48 28.10 1.57 120.54 0.00 0.00 0.00 0.00 [2021-05-03T18:14:04.545Z] [2021-05-03T18:14:04.545Z] [2021-05-03T18:14:04.545Z] ---> sar -P ALL: [2021-05-03T18:14:04.545Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) [2021-05-03T18:14:04.545Z] [2021-05-03T18:14:04.545Z] 17:54:51 LINUX RESTART (4 CPU) [2021-05-03T18:14:04.545Z] [2021-05-03T18:14:04.545Z] 17:56:01 CPU %user %nice %system %iowait %steal %idle [2021-05-03T18:14:04.545Z] 17:57:02 all 13.74 0.00 9.53 5.04 0.06 71.62 [2021-05-03T18:14:04.545Z] 17:57:02 0 19.12 0.00 11.23 4.41 0.07 65.17 [2021-05-03T18:14:04.545Z] 17:57:02 1 11.73 0.00 9.15 5.65 0.09 73.39 [2021-05-03T18:14:04.545Z] 17:57:02 2 10.83 0.00 8.99 5.00 0.05 75.13 [2021-05-03T18:14:04.545Z] 17:57:02 3 13.34 0.00 8.76 5.11 0.05 72.75 [2021-05-03T18:14:04.545Z] 17:58:01 all 50.96 0.00 13.58 5.76 0.05 29.65 [2021-05-03T18:14:04.545Z] 17:58:01 0 49.05 0.00 14.01 4.94 0.04 31.96 [2021-05-03T18:14:04.545Z] 17:58:01 1 50.84 0.00 13.18 4.23 0.07 31.68 [2021-05-03T18:14:04.545Z] 17:58:01 2 52.29 0.00 13.95 7.32 0.05 26.39 [2021-05-03T18:14:04.545Z] 17:58:01 3 51.64 0.00 13.17 6.58 0.03 28.57 [2021-05-03T18:14:04.545Z] 17:59:01 all 46.49 0.00 14.16 5.35 0.05 33.96 [2021-05-03T18:14:04.545Z] 17:59:01 0 46.35 0.00 14.31 3.95 0.05 35.33 [2021-05-03T18:14:04.545Z] 17:59:01 1 46.99 0.00 14.29 4.23 0.03 34.45 [2021-05-03T18:14:04.545Z] 17:59:01 2 46.56 0.00 13.81 7.42 0.05 32.15 [2021-05-03T18:14:04.545Z] 17:59:01 3 46.04 0.00 14.22 5.78 0.05 33.91 [2021-05-03T18:14:04.545Z] 18:00:01 all 27.55 0.00 12.39 6.30 0.06 53.70 [2021-05-03T18:14:04.545Z] 18:00:01 0 28.85 0.00 13.93 5.33 0.09 51.82 [2021-05-03T18:14:04.545Z] 18:00:01 1 26.00 0.00 11.27 6.24 0.07 56.42 [2021-05-03T18:14:04.545Z] 18:00:01 2 26.93 0.00 11.97 8.19 0.05 52.86 [2021-05-03T18:14:04.545Z] 18:00:01 3 28.41 0.00 12.40 5.44 0.05 53.70 [2021-05-03T18:14:04.545Z] 18:01:02 all 19.48 0.00 28.08 22.31 0.11 30.02 [2021-05-03T18:14:04.545Z] 18:01:02 0 18.43 0.00 28.09 20.89 0.10 32.49 [2021-05-03T18:14:04.545Z] 18:01:02 1 20.21 0.00 27.49 22.87 0.14 29.30 [2021-05-03T18:14:04.545Z] 18:01:02 2 20.55 0.00 27.75 23.03 0.10 28.56 [2021-05-03T18:14:04.545Z] 18:01:02 3 18.74 0.00 28.99 22.45 0.09 29.74 [2021-05-03T18:14:04.545Z] 18:02:01 all 56.39 0.00 17.64 15.71 0.07 10.20 [2021-05-03T18:14:04.545Z] 18:02:01 0 56.12 0.00 18.46 15.88 0.07 9.47 [2021-05-03T18:14:04.545Z] 18:02:01 1 55.71 0.00 16.45 16.73 0.07 11.04 [2021-05-03T18:14:04.545Z] 18:02:01 2 57.53 0.00 17.50 15.46 0.05 9.46 [2021-05-03T18:14:04.545Z] 18:02:01 3 56.18 0.00 18.16 14.74 0.07 10.85 [2021-05-03T18:14:04.545Z] 18:03:02 all 23.11 0.00 18.14 27.65 0.07 31.02 [2021-05-03T18:14:04.545Z] 18:03:02 0 23.82 0.00 18.48 25.94 0.05 31.72 [2021-05-03T18:14:04.545Z] 18:03:02 1 23.27 0.00 16.97 24.30 0.10 35.36 [2021-05-03T18:14:04.545Z] 18:03:02 2 22.13 0.00 19.12 32.27 0.05 26.44 [2021-05-03T18:14:04.545Z] 18:03:02 3 23.24 0.00 17.99 28.09 0.09 30.59 [2021-05-03T18:14:04.545Z] 18:04:01 all 34.57 0.00 21.08 30.55 0.06 13.73 [2021-05-03T18:14:04.545Z] 18:04:01 0 36.06 0.00 20.39 33.46 0.05 10.04 [2021-05-03T18:14:04.545Z] 18:04:01 1 32.22 0.00 20.83 29.96 0.07 16.91 [2021-05-03T18:14:04.545Z] 18:04:01 2 34.81 0.00 21.57 28.29 0.07 15.26 [2021-05-03T18:14:04.545Z] 18:04:01 3 35.19 0.00 21.53 30.50 0.05 12.72 [2021-05-03T18:14:04.545Z] 18:05:01 all 31.30 0.00 11.74 5.02 0.06 51.88 [2021-05-03T18:14:04.545Z] 18:05:01 0 31.74 0.00 12.40 4.94 0.07 50.86 [2021-05-03T18:14:04.545Z] 18:05:01 1 32.74 0.00 10.62 3.26 0.03 53.35 [2021-05-03T18:14:04.545Z] 18:05:01 2 30.47 0.00 11.82 5.11 0.02 52.58 [2021-05-03T18:14:04.545Z] 18:05:01 3 30.25 0.00 12.11 6.81 0.10 50.72 [2021-05-03T18:14:04.545Z] 18:06:02 all 5.35 0.00 2.09 2.40 0.03 90.14 [2021-05-03T18:14:04.545Z] 18:06:02 0 5.21 0.00 2.34 2.42 0.02 90.01 [2021-05-03T18:14:04.545Z] 18:06:02 1 5.26 0.00 2.17 2.55 0.03 89.99 [2021-05-03T18:14:04.545Z] 18:06:02 2 5.10 0.00 1.91 2.13 0.03 90.81 [2021-05-03T18:14:04.545Z] 18:06:02 3 5.83 0.00 1.95 2.48 0.02 89.73 [2021-05-03T18:14:04.545Z] 18:07:01 all 0.20 0.00 0.03 0.01 0.00 99.76 [2021-05-03T18:14:04.545Z] 18:07:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-05-03T18:14:04.545Z] 18:07:01 1 0.12 0.00 0.02 0.03 0.00 99.83 [2021-05-03T18:14:04.545Z] 18:07:01 2 0.12 0.00 0.03 0.00 0.00 99.85 [2021-05-03T18:14:04.545Z] 18:07:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-05-03T18:14:04.545Z] [2021-05-03T18:14:04.545Z] 18:07:01 CPU %user %nice %system %iowait %steal %idle [2021-05-03T18:14:04.545Z] 18:08:01 all 0.17 0.00 0.03 0.01 0.00 99.80 [2021-05-03T18:14:04.545Z] 18:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-05-03T18:14:04.545Z] 18:08:01 1 0.27 0.00 0.02 0.00 0.00 99.72 [2021-05-03T18:14:04.545Z] 18:08:01 2 0.08 0.00 0.02 0.03 0.02 99.85 [2021-05-03T18:14:04.545Z] 18:08:01 3 0.32 0.00 0.07 0.00 0.00 99.62 [2021-05-03T18:14:04.545Z] 18:09:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-05-03T18:14:04.545Z] 18:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-03T18:14:04.545Z] 18:09:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-05-03T18:14:04.545Z] 18:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-03T18:14:04.545Z] 18:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-05-03T18:14:04.545Z] 18:10:01 all 0.18 0.00 0.17 0.03 0.00 99.62 [2021-05-03T18:14:04.545Z] 18:10:01 0 0.02 0.00 0.08 0.02 0.00 99.88 [2021-05-03T18:14:04.545Z] 18:10:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-05-03T18:14:04.545Z] 18:10:01 2 0.55 0.00 0.23 0.10 0.00 99.12 [2021-05-03T18:14:04.545Z] 18:10:01 3 0.10 0.00 0.33 0.00 0.00 99.57 [2021-05-03T18:14:04.545Z] 18:11:01 all 0.08 0.00 0.04 0.00 0.00 99.88 [2021-05-03T18:14:04.545Z] 18:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-03T18:14:04.545Z] 18:11:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-05-03T18:14:04.545Z] 18:11:01 2 0.23 0.00 0.07 0.00 0.00 99.70 [2021-05-03T18:14:04.545Z] 18:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-03T18:14:04.545Z] 18:12:01 all 9.42 0.00 7.04 5.02 0.06 78.48 [2021-05-03T18:14:04.545Z] 18:12:01 0 8.35 0.00 7.39 4.09 0.07 80.10 [2021-05-03T18:14:04.545Z] 18:12:01 1 9.54 0.00 6.79 3.97 0.05 79.64 [2021-05-03T18:14:04.545Z] 18:12:01 2 8.55 0.00 6.18 6.76 0.05 78.45 [2021-05-03T18:14:04.545Z] 18:12:01 3 11.22 0.00 7.78 5.24 0.05 75.71 [2021-05-03T18:14:04.545Z] 18:13:01 all 10.12 0.00 8.56 5.42 0.05 75.85 [2021-05-03T18:14:04.545Z] 18:13:01 0 10.68 0.00 10.44 6.54 0.05 72.30 [2021-05-03T18:14:04.545Z] 18:13:01 1 9.99 0.00 7.59 6.64 0.05 75.72 [2021-05-03T18:14:04.545Z] 18:13:01 2 9.71 0.00 7.44 3.97 0.03 78.84 [2021-05-03T18:14:04.545Z] 18:13:01 3 10.08 0.00 8.78 4.54 0.05 76.55 [2021-05-03T18:14:04.545Z] Average: all 19.08 0.00 9.55 7.91 0.04 63.42 [2021-05-03T18:14:04.545Z] Average: 0 19.37 0.00 9.98 7.70 0.04 62.90 [2021-05-03T18:14:04.545Z] Average: 1 18.89 0.00 9.12 7.56 0.05 64.38 [2021-05-03T18:14:04.545Z] Average: 2 18.94 0.00 9.45 8.43 0.04 63.15 [2021-05-03T18:14:04.545Z] Average: 3 19.11 0.00 9.63 7.96 0.04 63.26 [2021-05-03T18:14:04.545Z] [2021-05-03T18:14:04.545Z] [2021-05-03T18:14:04.545Z]