Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d3783389bd084c805784fc32d68d5bd35a9a1ab3 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5063 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/486 [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/486 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d3783389bd084c805784fc32d68d5bd35a9a1ab3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 Commit message: "Merge pull request #3465 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.15" > git rev-list --no-walk efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T08:17:01.269Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T08:17:01.367Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T08:17:01.394Z] ========================================================= [2021-05-13T08:17:01.394Z] EdgeX Global Pipelines Version Info [2021-05-13T08:17:01.394Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:17:03.074Z] ------------------- [2021-05-13T08:17:03.074Z] stable info: [2021-05-13T08:17:03.074Z] ------------------- [2021-05-13T08:17:03.074Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T08:17:03.074Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:17:03.074Z] Message: update stable to v1.0.192 [2021-05-13T08:17:04.025Z] ------------------- [2021-05-13T08:17:04.025Z] experimental info: [2021-05-13T08:17:04.025Z] ------------------- [2021-05-13T08:17:04.025Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T08:17:04.025Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:17:04.025Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T08:17:04.145Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-13T08:17:04.166Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-13T08:17:04.207Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T08:17:04.256Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T08:17:04.276Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T08:17:04.297Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T08:17:04.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T08:17:04.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-13T08:17:04.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-13T08:17:04.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-13T08:17:04.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T08:17:04.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T08:17:04.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T08:17:04.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T08:17:04.492Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:17:04.514Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:17:04.550Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T08:17:04.605Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T08:17:04.625Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-13T08:17:04.647Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-13T08:17:04.686Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-13T08:17:04.706Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T08:17:04.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-13T08:17:04.769Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-13T08:17:04.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-13T08:17:04.816Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] echo [2021-05-13T08:17:04.856Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d378338 [Pipeline] echo [2021-05-13T08:17:04.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:17:04.980Z] provisioning config files... [2021-05-13T08:17:05.016Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/486@tmp/config5750991400790607729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:17:05.345Z] ---> docker-login.sh [2021-05-13T08:17:05.345Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:17:05.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:17:05.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:17:05.874Z] Configure a credential helper to remove this warning. See [2021-05-13T08:17:05.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:17:05.874Z] [2021-05-13T08:17:05.874Z] Login Succeeded [2021-05-13T08:17:05.874Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:17:05.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:17:05.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:17:05.874Z] Configure a credential helper to remove this warning. See [2021-05-13T08:17:05.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:17:05.874Z] [2021-05-13T08:17:05.874Z] Login Succeeded [2021-05-13T08:17:05.874Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:17:06.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:17:06.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:17:06.140Z] Configure a credential helper to remove this warning. See [2021-05-13T08:17:06.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:17:06.140Z] [2021-05-13T08:17:06.140Z] Login Succeeded [2021-05-13T08:17:06.140Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:17:06.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:17:06.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:17:06.403Z] Configure a credential helper to remove this warning. See [2021-05-13T08:17:06.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:17:06.403Z] [2021-05-13T08:17:06.403Z] Login Succeeded [2021-05-13T08:17:06.403Z] docker.io [2021-05-13T08:17:06.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:17:06.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:17:06.668Z] Configure a credential helper to remove this warning. See [2021-05-13T08:17:06.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:17:06.668Z] [2021-05-13T08:17:06.668Z] Login Succeeded [2021-05-13T08:17:06.668Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:17:06.678Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:17:07.013Z] ++ 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-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/core-command/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/core-data/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-13T08:17:07.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:17:07.013Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-13T08:17:07.013Z] ++ cut -d/ -f2 [2021-05-13T08:17:07.013Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-13T08:17:07.110Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:17:07.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:17:07.790Z] [2021-05-13T08:17:07.790Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:17:08.116Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:17:08.116Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T08:17:08.116Z] 31603596830f: Pulling fs layer [2021-05-13T08:17:08.116Z] 54011a49482f: Pulling fs layer [2021-05-13T08:17:08.117Z] a6820b24f6d8: Pulling fs layer [2021-05-13T08:17:08.117Z] f581987b2513: Pulling fs layer [2021-05-13T08:17:08.117Z] f581987b2513: Waiting [2021-05-13T08:17:08.117Z] 54011a49482f: Verifying Checksum [2021-05-13T08:17:08.117Z] 54011a49482f: Download complete [2021-05-13T08:17:08.117Z] 31603596830f: Verifying Checksum [2021-05-13T08:17:08.117Z] 31603596830f: Download complete [2021-05-13T08:17:08.388Z] f581987b2513: Verifying Checksum [2021-05-13T08:17:08.388Z] f581987b2513: Download complete [2021-05-13T08:17:08.388Z] a6820b24f6d8: Verifying Checksum [2021-05-13T08:17:08.388Z] a6820b24f6d8: Download complete [2021-05-13T08:17:08.652Z] 31603596830f: Pull complete [2021-05-13T08:17:08.652Z] 54011a49482f: Pull complete [2021-05-13T08:17:09.612Z] a6820b24f6d8: Pull complete [2021-05-13T08:17:09.880Z] f581987b2513: Pull complete [2021-05-13T08:17:09.880Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T08:17:09.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:17:09.880Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T08:17:09.998Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:17:10.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:17:12.653Z] $ docker top 475fbe6fead5e73efbbe0aaf4b5ff046fe35cc9a61daa66d5032e71c192a10dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:17:12.890Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:17:12.890Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:17:13.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:17:13.150Z] $ docker exec 475fbe6fead5e73efbbe0aaf4b5ff046fe35cc9a61daa66d5032e71c192a10dd ssh-agent [2021-05-13T08:17:13.328Z] SSH_AUTH_SOCK=/tmp/ssh-crvNqUwS4uaa/agent.11 [2021-05-13T08:17:13.328Z] SSH_AGENT_PID=17 [2021-05-13T08:17:13.344Z] Running ssh-add (command line suppressed) [2021-05-13T08:17:13.479Z] Identity added: /w/workspace/edgex-go/486@tmp/private_key_5134403457828742447.key (/w/workspace/edgex-go/486@tmp/private_key_5134403457828742447.key) [2021-05-13T08:17:13.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:17:13.839Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T08:17:13.867Z] $ docker exec --env ******** --env ******** 475fbe6fead5e73efbbe0aaf4b5ff046fe35cc9a61daa66d5032e71c192a10dd ssh-agent -k [2021-05-13T08:17:13.983Z] unset SSH_AUTH_SOCK; [2021-05-13T08:17:13.984Z] unset SSH_AGENT_PID; [2021-05-13T08:17:13.984Z] echo Agent pid 17 killed; [2021-05-13T08:17:14.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T08:17:14.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:17:14.079Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:17:14.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:17:14.254Z] $ docker exec 475fbe6fead5e73efbbe0aaf4b5ff046fe35cc9a61daa66d5032e71c192a10dd ssh-agent [2021-05-13T08:17:14.421Z] SSH_AUTH_SOCK=/tmp/ssh-GGGp2banmeR9/agent.46 [2021-05-13T08:17:14.421Z] SSH_AGENT_PID=51 [2021-05-13T08:17:14.429Z] Running ssh-add (command line suppressed) [2021-05-13T08:17:14.549Z] Identity added: /w/workspace/edgex-go/486@tmp/private_key_102086189263970187.key (/w/workspace/edgex-go/486@tmp/private_key_102086189263970187.key) [2021-05-13T08:17:14.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:17:14.916Z] + git semver init [2021-05-13T08:17:14.916Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:17:14.916Z] # $GIT_DIR = /w/workspace/edgex-go/486/.git [2021-05-13T08:17:14.916Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/486 [2021-05-13T08:17:14.916Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:17:14.916Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:17:14.916Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:17:14.916Z] # $SEMVER_BRANCH = master [2021-05-13T08:17:14.916Z] # $SEMVER_TEMP = /tmp/semver-085879922 [2021-05-13T08:17:14.916Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-13T08:18:01.688Z] # '/tmp/semver-085879922' -> '/w/workspace/edgex-go/486/.semver' [2021-05-13T08:18:01.688Z] # -> Force: false [2021-05-13T08:18:01.688Z] # $SEMVER_DIR = /w/workspace/edgex-go/486/.semver [Pipeline] } [2021-05-13T08:18:01.708Z] $ docker exec --env ******** --env ******** 475fbe6fead5e73efbbe0aaf4b5ff046fe35cc9a61daa66d5032e71c192a10dd ssh-agent -k [2021-05-13T08:18:02.034Z] unset SSH_AUTH_SOCK; [2021-05-13T08:18:02.035Z] unset SSH_AGENT_PID; [2021-05-13T08:18:02.035Z] echo Agent pid 51 killed; [2021-05-13T08:18:02.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:18:02.499Z] + git semver [Pipeline] } [2021-05-13T08:18:02.520Z] $ docker stop --time=1 475fbe6fead5e73efbbe0aaf4b5ff046fe35cc9a61daa66d5032e71c192a10dd [2021-05-13T08:18:04.533Z] $ docker rm -f 475fbe6fead5e73efbbe0aaf4b5ff046fe35cc9a61daa66d5032e71c192a10dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:18:05.024Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T08:18:05.491Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T08:18:05.495Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.217 [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-13T08:18:06.039Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:18:06.345Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:18:06.651Z] + sudo service docker restart [2021-05-13T08:18:06.651Z] + true [2021-05-13T08:18:06.651Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-13T08:18:07.242Z] ========================================================= [2021-05-13T08:18:07.242Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T08:18:07.242Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:18:07.551Z] + 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-13T08:18:13.016Z] Sending build context to Docker daemon 330.3MB [2021-05-13T08:18:13.016Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:18:13.016Z] Step 2/6 : FROM ${BASE} [2021-05-13T08:18:13.016Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T08:18:13.016Z] 540db60ca938: Pulling fs layer [2021-05-13T08:18:13.016Z] adcc1eea9eea: Pulling fs layer [2021-05-13T08:18:13.016Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T08:18:13.016Z] 0510c868ecb4: Pulling fs layer [2021-05-13T08:18:13.016Z] afea3b2eda06: Pulling fs layer [2021-05-13T08:18:13.016Z] 7809a108b3ef: Pulling fs layer [2021-05-13T08:18:13.016Z] f706445af74f: Pulling fs layer [2021-05-13T08:18:13.016Z] afea3b2eda06: Waiting [2021-05-13T08:18:13.016Z] 7809a108b3ef: Waiting [2021-05-13T08:18:13.016Z] f706445af74f: Waiting [2021-05-13T08:18:13.016Z] 0510c868ecb4: Waiting [2021-05-13T08:18:13.016Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T08:18:13.016Z] adcc1eea9eea: Verifying Checksum [2021-05-13T08:18:13.016Z] adcc1eea9eea: Download complete [2021-05-13T08:18:13.016Z] afea3b2eda06: Verifying Checksum [2021-05-13T08:18:13.016Z] afea3b2eda06: Download complete [2021-05-13T08:18:13.016Z] 7809a108b3ef: Verifying Checksum [2021-05-13T08:18:13.016Z] 7809a108b3ef: Download complete [2021-05-13T08:18:13.016Z] 540db60ca938: Verifying Checksum [2021-05-13T08:18:13.016Z] 540db60ca938: Download complete [2021-05-13T08:18:13.016Z] 540db60ca938: Pull complete [2021-05-13T08:18:13.304Z] adcc1eea9eea: Pull complete [2021-05-13T08:18:13.572Z] 4c4ab2625f07: Pull complete [2021-05-13T08:18:16.905Z] f706445af74f: Verifying Checksum [2021-05-13T08:18:16.905Z] f706445af74f: Download complete [2021-05-13T08:18:17.488Z] 0510c868ecb4: Verifying Checksum [2021-05-13T08:18:17.488Z] 0510c868ecb4: Download complete [2021-05-13T08:18:21.430Z] Still waiting to schedule task [2021-05-13T08:18:21.430Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-5048’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-5070’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5051’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5071’ is offline [2021-05-13T08:18:23.457Z] 0510c868ecb4: Pull complete [2021-05-13T08:18:23.457Z] afea3b2eda06: Pull complete [2021-05-13T08:18:23.457Z] 7809a108b3ef: Pull complete [2021-05-13T08:18:27.700Z] f706445af74f: Pull complete [2021-05-13T08:18:27.700Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T08:18:27.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T08:18:27.700Z] ---> b068be0155e3 [2021-05-13T08:18:27.700Z] 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-13T08:18:28.658Z] ---> Running in 0f5f1aa62597 [2021-05-13T08:18:29.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:18:30.200Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:18:30.778Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T08:18:31.354Z] (2/12) Installing file (5.39-r0) [2021-05-13T08:18:31.354Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T08:18:31.616Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T08:18:38.233Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T08:18:38.233Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T08:18:38.233Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T08:18:38.496Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T08:18:38.496Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T08:18:38.496Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:18:38.759Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T08:18:38.759Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:18:39.021Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:18:39.021Z] OK: 219 MiB in 52 packages [2021-05-13T08:18:43.249Z] Removing intermediate container 0f5f1aa62597 [2021-05-13T08:18:43.249Z] ---> f3e03cbc7ab2 [2021-05-13T08:18:43.249Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T08:18:43.249Z] ---> Running in 177f39392615 [2021-05-13T08:18:43.249Z] Removing intermediate container 177f39392615 [2021-05-13T08:18:43.249Z] ---> 2cb6e6d26f73 [2021-05-13T08:18:43.249Z] Step 5/6 : COPY go.mod . [2021-05-13T08:18:43.249Z] ---> d78d50f7d4e3 [2021-05-13T08:18:43.249Z] Step 6/6 : RUN go mod download [2021-05-13T08:18:43.249Z] ---> Running in bef59d22a48a [2021-05-13T08:19:05.276Z] Removing intermediate container bef59d22a48a [2021-05-13T08:19:05.276Z] ---> 5d319fc81cf6 [2021-05-13T08:19:05.276Z] Successfully built 5d319fc81cf6 [2021-05-13T08:19:05.276Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:19:05.618Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:19:05.618Z] . [Pipeline] withDockerContainer [2021-05-13T08:19:05.725Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:19:05.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:19:06.670Z] $ docker top b6f99c7262468a9ace8b1df902b4812b0858606ddba36e2ccd35eb17e0725431 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:19:07.098Z] + go version [2021-05-13T08:19:07.098Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T08:19:07.115Z] $ docker stop --time=1 b6f99c7262468a9ace8b1df902b4812b0858606ddba36e2ccd35eb17e0725431 [2021-05-13T08:19:08.480Z] $ docker rm -f b6f99c7262468a9ace8b1df902b4812b0858606ddba36e2ccd35eb17e0725431 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:19:09.019Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:19:09.019Z] . [Pipeline] withDockerContainer [2021-05-13T08:19:09.132Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:19:09.181Z] $ 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/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:19:10.001Z] $ docker top 966e3dd615ec86902c7b26b31ac17df4991b8d361967be13aaa3681d50820955 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T08:19:10.209Z] ========================================================= [2021-05-13T08:19:10.209Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T08:19:10.209Z] ========================================================= [Pipeline] sh [2021-05-13T08:19:10.513Z] + go mod tidy [Pipeline] sh [2021-05-13T08:19:12.747Z] + make test [2021-05-13T08:19:12.747Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:19:20.976Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T08:19:43.068Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T08:19:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-13T08:19:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T08:19:48.419Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T08:19:51.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T08:19:51.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T08:19:51.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T08:19:51.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T08:19:53.226Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T08:19:53.813Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T08:19:56.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T08:19:56.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T08:19:56.406Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T08:19:58.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 45.9% of statements [2021-05-13T08:19:58.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T08:19:58.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T08:19:58.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T08:19:58.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T08:19:58.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T08:19:58.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T08:19:58.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.051s coverage: 28.7% of statements [2021-05-13T08:19:58.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-05-13T08:20:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.8% of statements [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T08:20:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.090s coverage: 81.2% of statements [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T08:20:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T08:20:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T08:20:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T08:20:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T08:20:02.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.191s coverage: 87.7% of statements [2021-05-13T08:20:02.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T08:20:02.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:20:02.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.101s coverage: 78.9% of statements [2021-05-13T08:20:02.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T08:20:07.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T08:20:07.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T08:20:07.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T08:20:07.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T08:20:07.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T08:20:07.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T08:20:07.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T08:20:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 95.1% of statements [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T08:20:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T08:20:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.8% of statements [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T08:20:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.094s coverage: 22.0% of statements [2021-05-13T08:20:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T08:20:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2021-05-13T08:20:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.098s coverage: 79.5% of statements [2021-05-13T08:20:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-05-13T08:20:09.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements [2021-05-13T08:20:09.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-05-13T08:20:22.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements [2021-05-13T08:20:22.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-05-13T08:20:24.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.249s coverage: 81.8% of statements [2021-05-13T08:20:24.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 76.0% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.0% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 85.4% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.2% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 64.4% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 66.9% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 43.4% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T08:20:32.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T08:20:32.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T08:20:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.073s coverage: 21.5% of statements [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T08:20:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 92.2% of statements [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T08:20:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.759s coverage: 28.7% of statements [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T08:20:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T08:20:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T08:20:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.060s coverage: 64.6% of statements [2021-05-13T08:20:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T08:20:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.126s coverage: 97.6% of statements [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T08:20:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T08:20:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T08:20:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T08:20:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T08:20:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-05-13T08:20:35.424Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-05-13T08:20:35.424Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T08:20:35.720Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.032s coverage: 85.7% of statements [2021-05-13T08:20:35.720Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T08:20:35.720Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.039s coverage: 100.0% of statements [2021-05-13T08:20:35.991Z] GO111MODULE=on go vet ./... [2021-05-13T08:20:52.060Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5075 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-05-13T08:20:52.083Z] Running in /w/workspace/edgex-go/486 [Pipeline] { [Pipeline] checkout [2021-05-13T08:20:58.648Z] using credential edgex-jenkins-ssh [2021-05-13T08:20:58.670Z] Cloning the remote Git repository [2021-05-13T08:20:58.774Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:20:58.979Z] > git init /w/workspace/edgex-go/486 # timeout=10 [2021-05-13T08:20:59.092Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:20:59.093Z] > git --version # timeout=10 [2021-05-13T08:20:59.118Z] > git --version # 'git version 2.17.1' [2021-05-13T08:20:59.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:20:59.212Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:21:08.615Z] gofmt -l . [2021-05-13T08:21:09.191Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:21:09.767Z] ./bin/test-go-mod-tidy.sh [2021-05-13T08:21:10.342Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-13T08:21:11.597Z] + ls -al . [2021-05-13T08:21:11.597Z] total 836 [2021-05-13T08:21:11.597Z] drwxrwxr-x 10 1001 1001 4096 May 13 08:21 . [2021-05-13T08:21:11.597Z] drwxr-xr-x 4 root root 32 May 13 08:19 .. [2021-05-13T08:21:11.597Z] -rw-rw-r-- 1 1001 1001 11 May 13 08:16 .dockerignore [2021-05-13T08:21:11.597Z] drwxrwxr-x 8 1001 1001 162 May 13 08:17 .git [2021-05-13T08:21:11.597Z] drwxrwxr-x 3 1001 1001 125 May 13 08:16 .github [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 818 May 13 08:16 .gitignore [2021-05-13T08:21:11.598Z] drwx------ 3 1001 1001 45 May 13 08:17 .semver [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 166 May 13 08:16 .sonarcloud.properties [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 8609 May 13 08:16 Attribution.txt [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 3804 May 13 08:16 CONTRIBUTING.md [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 931 May 13 08:16 Dockerfile.build [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 863 May 13 08:16 Jenkinsfile [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 10775 May 13 08:16 LICENSE [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 5594 May 13 08:16 Makefile [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 7978 May 13 08:16 README.md [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 6755 May 13 08:16 SECURITY.md [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 13 May 13 08:18 VERSION [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 4131 May 13 08:16 ZMQWindows.md [2021-05-13T08:21:11.598Z] drwxrwxr-x 2 1001 1001 117 May 13 08:16 bin [2021-05-13T08:21:11.598Z] drwxrwxr-x 14 1001 1001 4096 May 13 08:16 cmd [2021-05-13T08:21:11.598Z] -rw-r--r-- 1 root root 727486 May 13 08:20 coverage.out [2021-05-13T08:21:11.598Z] -rw-r--r-- 1 root root 1060 May 13 08:21 go.mod [2021-05-13T08:21:11.598Z] -rw-r--r-- 1 root root 21797 May 13 08:19 go.sum [2021-05-13T08:21:11.598Z] drwxrwxr-x 8 1001 1001 127 May 13 08:16 internal [2021-05-13T08:21:11.598Z] drwxrwxr-x 4 1001 1001 26 May 13 08:16 openapi [2021-05-13T08:21:11.598Z] drwxrwxr-x 4 1001 1001 71 May 13 08:16 snap [2021-05-13T08:21:11.598Z] -rw-rw-r-- 1 1001 1001 168 May 13 08:16 version.go [Pipeline] sh [2021-05-13T08:21:11.908Z] + '[' -e coverage.out ] [2021-05-13T08:21:11.908Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T08:21:12.131Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T08:21:12.426Z] + make build [2021-05-13T08:21:12.426Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-data/core-data ./cmd/core-data [2021-05-13T08:21:14.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-13T08:21:22.086Z] Checking out Revision d3783389bd084c805784fc32d68d5bd35a9a1ab3 (master) [2021-05-13T08:21:21.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:21:21.229Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:21:21.260Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:21:21.310Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:21:21.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:21:21.324Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:21:22.121Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:21:22.148Z] > git checkout -f d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 [2021-05-13T08:21:25.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-command/core-command ./cmd/core-command [2021-05-13T08:21:26.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-13T08:21:28.013Z] Commit message: "Merge pull request #3465 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.15" [2021-05-13T08:21:28.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-13T08:21:28.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:21:29.453Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-05-13T08:21:29.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] sh [2021-05-13T08:21:29.901Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:21:30.759Z] + true [2021-05-13T08:21:30.759Z] + sudo service docker restart [2021-05-13T08:21:31.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-13T08:21:32.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:21:32.784Z] provisioning config files... [2021-05-13T08:21:32.836Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/486@tmp/config6764239338825655367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:21:33.241Z] ---> docker-login.sh [2021-05-13T08:21:33.241Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:21:33.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-13T08:21:34.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:21:34.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-13T08:21:34.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:21:34.523Z] Configure a credential helper to remove this warning. See [2021-05-13T08:21:34.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:21:34.523Z] [2021-05-13T08:21:34.523Z] Login Succeeded [2021-05-13T08:21:34.523Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:21:35.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:21:35.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:21:35.128Z] Configure a credential helper to remove this warning. See [2021-05-13T08:21:35.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:21:35.128Z] [2021-05-13T08:21:35.128Z] Login Succeeded [2021-05-13T08:21:35.128Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:21:35.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-13T08:21:35.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:21:35.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:21:35.727Z] Configure a credential helper to remove this warning. See [2021-05-13T08:21:35.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:21:35.727Z] [2021-05-13T08:21:35.727Z] Login Succeeded [2021-05-13T08:21:35.727Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:21:36.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:21:36.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:21:36.326Z] Configure a credential helper to remove this warning. See [2021-05-13T08:21:36.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:21:36.326Z] [2021-05-13T08:21:36.326Z] Login Succeeded [2021-05-13T08:21:36.326Z] docker.io [2021-05-13T08:21:36.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:21:37.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:21:37.199Z] Configure a credential helper to remove this warning. See [2021-05-13T08:21:37.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:21:37.199Z] [2021-05-13T08:21:37.199Z] Login Succeeded [2021-05-13T08:21:37.199Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:21:37.216Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [2021-05-13T08:21:37.345Z] $ docker stop --time=1 966e3dd615ec86902c7b26b31ac17df4991b8d361967be13aaa3681d50820955 [2021-05-13T08:21:39.302Z] $ docker rm -f 966e3dd615ec86902c7b26b31ac17df4991b8d361967be13aaa3681d50820955 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo [2021-05-13T08:21:39.961Z] ========================================================= [2021-05-13T08:21:39.961Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T08:21:39.961Z] ========================================================= [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [2021-05-13T08:21:40.324Z] + 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 . [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:21:40.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:21:40.993Z] [2021-05-13T08:21:40.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:21:41.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:21:41.336Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-13T08:21:41.336Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-13T08:21:41.336Z] ca9280d653b3: Pulling fs layer [2021-05-13T08:21:41.336Z] 7e9c9ca2126c: Pulling fs layer [2021-05-13T08:21:41.602Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-13T08:21:41.602Z] cbdbe7a5bc2a: Download complete [2021-05-13T08:21:41.868Z] cbdbe7a5bc2a: Pull complete [2021-05-13T08:21:42.134Z] ca9280d653b3: Verifying Checksum [2021-05-13T08:21:42.134Z] ca9280d653b3: Download complete [2021-05-13T08:21:42.960Z] Sending build context to Docker daemon 167.8MB [2021-05-13T08:21:42.960Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:21:42.960Z] Step 2/6 : FROM ${BASE} [2021-05-13T08:21:42.960Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T08:21:42.960Z] 595b0fe564bb: Pulling fs layer [2021-05-13T08:21:42.960Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T08:21:42.960Z] 316046926c0a: Pulling fs layer [2021-05-13T08:21:42.960Z] 4ebd0625c992: Pulling fs layer [2021-05-13T08:21:42.960Z] 207e8628e3a3: Pulling fs layer [2021-05-13T08:21:42.960Z] c791037a9be2: Pulling fs layer [2021-05-13T08:21:42.960Z] ffd874e62e21: Pulling fs layer [2021-05-13T08:21:42.960Z] 4ebd0625c992: Waiting [2021-05-13T08:21:42.960Z] 207e8628e3a3: Waiting [2021-05-13T08:21:42.960Z] c791037a9be2: Waiting [2021-05-13T08:21:42.960Z] ffd874e62e21: Waiting [2021-05-13T08:21:42.960Z] 316046926c0a: Verifying Checksum [2021-05-13T08:21:42.960Z] 316046926c0a: Download complete [2021-05-13T08:21:42.960Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T08:21:42.960Z] 7186ed65a4f7: Download complete [2021-05-13T08:21:42.960Z] 207e8628e3a3: Verifying Checksum [2021-05-13T08:21:42.960Z] 207e8628e3a3: Download complete [2021-05-13T08:21:42.960Z] c791037a9be2: Download complete [2021-05-13T08:21:42.960Z] 595b0fe564bb: Download complete [2021-05-13T08:21:43.085Z] ca9280d653b3: Pull complete [2021-05-13T08:21:43.564Z] 595b0fe564bb: Pull complete [2021-05-13T08:21:44.173Z] 7186ed65a4f7: Pull complete [2021-05-13T08:21:44.447Z] 316046926c0a: Pull complete [2021-05-13T08:21:44.483Z] 7e9c9ca2126c: Download complete [2021-05-13T08:21:46.425Z] ffd874e62e21: Verifying Checksum [2021-05-13T08:21:46.425Z] ffd874e62e21: Download complete [2021-05-13T08:21:48.406Z] 4ebd0625c992: Verifying Checksum [2021-05-13T08:21:48.406Z] 4ebd0625c992: Download complete [2021-05-13T08:21:52.685Z] 7e9c9ca2126c: Pull complete [2021-05-13T08:21:52.685Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-13T08:21:52.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:21:52.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-13T08:21:52.917Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:21:52.967Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:21:55.194Z] $ docker top ae1e7fa4ac8179a91e7c3e891459d6ab728c46f428409d5dade49bfaf62818ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:21:55.620Z] + docker-compose build --help [2021-05-13T08:21:55.620Z] + grep parallel [2021-05-13T08:21:56.568Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T08:21:56.584Z] $ docker stop --time=1 ae1e7fa4ac8179a91e7c3e891459d6ab728c46f428409d5dade49bfaf62818ea [2021-05-13T08:21:57.973Z] $ docker rm -f ae1e7fa4ac8179a91e7c3e891459d6ab728c46f428409d5dade49bfaf62818ea [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:21:58.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:21:58.460Z] . [Pipeline] withDockerContainer [2021-05-13T08:21:58.562Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:21:58.611Z] $ 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/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:21:59.214Z] $ docker top c89b2b7d9530def0eef36d79d6c2fb9b7f5d370cba33d58aad376e90e3c456f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:21:59.666Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T08:22:00.658Z] Building core-command ... [2021-05-13T08:22:00.658Z] Building core-data ... [2021-05-13T08:22:00.658Z] Building core-metadata ... [2021-05-13T08:22:00.658Z] Building security-bootstrapper ... [2021-05-13T08:22:00.658Z] Building security-proxy-setup ... [2021-05-13T08:22:00.658Z] Building security-secretstore-setup ... [2021-05-13T08:22:00.658Z] Building support-notifications ... [2021-05-13T08:22:00.658Z] Building support-scheduler ... [2021-05-13T08:22:00.658Z] Building sys-mgmt-agent ... [2021-05-13T08:22:00.658Z] Building support-notifications [2021-05-13T08:22:00.658Z] Building security-secretstore-setup [2021-05-13T08:22:00.658Z] Building security-bootstrapper [2021-05-13T08:22:00.658Z] Building core-command [2021-05-13T08:22:00.658Z] Building security-proxy-setup [2021-05-13T08:22:00.855Z] 4ebd0625c992: Pull complete [2021-05-13T08:22:00.855Z] 207e8628e3a3: Pull complete [2021-05-13T08:22:00.855Z] c791037a9be2: Pull complete [2021-05-13T08:22:02.829Z] ffd874e62e21: Pull complete [2021-05-13T08:22:02.829Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T08:22:02.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T08:22:02.829Z] ---> cfc18b08335c [2021-05-13T08:22:02.829Z] 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-13T08:22:07.189Z] ---> Running in d6acaf330f79 [2021-05-13T08:22:07.787Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:22:09.225Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:22:09.819Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T08:22:10.092Z] (2/12) Installing file (5.39-r0) [2021-05-13T08:22:10.369Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T08:22:10.369Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T08:22:15.807Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T08:22:15.807Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T08:22:15.807Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T08:22:15.807Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T08:22:15.807Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T08:22:15.807Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:22:16.085Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T08:22:16.085Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:22:16.085Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:22:16.085Z] OK: 218 MiB in 52 packages [2021-05-13T08:22:21.512Z] Removing intermediate container d6acaf330f79 [2021-05-13T08:22:21.512Z] ---> ca40ff7aac84 [2021-05-13T08:22:21.512Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T08:22:21.512Z] ---> Running in 30c5dce873e7 [2021-05-13T08:22:21.512Z] Removing intermediate container 30c5dce873e7 [2021-05-13T08:22:21.512Z] ---> bf8c2ef9bc5f [2021-05-13T08:22:21.512Z] Step 5/6 : COPY go.mod . [2021-05-13T08:22:22.114Z] ---> f0f88650c29b [2021-05-13T08:22:22.114Z] Step 6/6 : RUN go mod download [2021-05-13T08:22:22.394Z] ---> Running in d75281735d91 [2021-05-13T08:22:39.605Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:22:39.605Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:22:39.605Z] ---> 5d319fc81cf6 [2021-05-13T08:22:39.605Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:22:39.605Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:22:39.605Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:22:39.605Z] ---> 5d319fc81cf6 [2021-05-13T08:22:39.605Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T08:22:39.605Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:22:39.605Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:22:39.605Z] ---> 5d319fc81cf6 [2021-05-13T08:22:39.605Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T08:22:39.605Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:22:39.605Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:22:39.605Z] ---> 5d319fc81cf6 [2021-05-13T08:22:39.605Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:22:39.605Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:22:39.605Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:22:39.605Z] ---> 5d319fc81cf6 [2021-05-13T08:22:39.605Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T08:22:39.605Z] ---> Running in bc927f4daf55 [2021-05-13T08:22:39.605Z] ---> Running in 3b91d1f3841d [2021-05-13T08:22:39.605Z] ---> Running in 874ff3e02af7 [2021-05-13T08:22:39.605Z] ---> Running in 96aa169681d1 [2021-05-13T08:22:39.605Z] ---> Running in 1a0b01be3496 [2021-05-13T08:22:39.605Z] Removing intermediate container 1a0b01be3496 [2021-05-13T08:22:39.605Z] ---> be74ec0ee678 [2021-05-13T08:22:39.605Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:22:39.605Z] Removing intermediate container bc927f4daf55 [2021-05-13T08:22:39.605Z] ---> ee79225e120f [2021-05-13T08:22:39.605Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:22:39.605Z] Removing intermediate container 3b91d1f3841d [2021-05-13T08:22:39.606Z] ---> f98ffb27e8e3 [2021-05-13T08:22:39.606Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:22:39.606Z] Removing intermediate container 874ff3e02af7 [2021-05-13T08:22:39.606Z] ---> 29d6351631ba [2021-05-13T08:22:39.606Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:22:39.606Z] Removing intermediate container 96aa169681d1 [2021-05-13T08:22:39.606Z] ---> 6cdd6996ad1b [2021-05-13T08:22:39.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:22:39.606Z] ---> Running in 526cf44101d4 [2021-05-13T08:22:39.606Z] ---> Running in 746a96a3e4e5 [2021-05-13T08:22:39.606Z] ---> Running in 68c7c380ef49 [2021-05-13T08:22:39.606Z] ---> Running in e6db53091984 [2021-05-13T08:22:39.606Z] ---> Running in b3eaf6d539e8 [2021-05-13T08:22:39.606Z] Removing intermediate container 68c7c380ef49 [2021-05-13T08:22:39.606Z] ---> 9e4b589d526a [2021-05-13T08:22:39.606Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T08:22:39.606Z] ---> Running in f7540d50525d [2021-05-13T08:22:39.606Z] Removing intermediate container 526cf44101d4 [2021-05-13T08:22:39.606Z] ---> 9c1237ae4b8e [2021-05-13T08:22:39.606Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:22:39.606Z] Removing intermediate container 746a96a3e4e5 [2021-05-13T08:22:39.606Z] ---> 2c385d23c6f9 [2021-05-13T08:22:39.606Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T08:22:39.606Z] ---> Running in 1cddf882c871 [2021-05-13T08:22:39.606Z] ---> Running in 7f8fce247fef [2021-05-13T08:22:39.606Z] Removing intermediate container e6db53091984 [2021-05-13T08:22:39.606Z] ---> 82ec48d06873 [2021-05-13T08:22:39.606Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T08:22:39.606Z] Removing intermediate container b3eaf6d539e8 [2021-05-13T08:22:39.606Z] ---> 96bdbcdf9fb9 [2021-05-13T08:22:39.606Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T08:22:39.606Z] ---> Running in 49a4032c35eb [2021-05-13T08:22:39.606Z] ---> Running in 8c3a8a32ac0c [2021-05-13T08:22:39.606Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:39.606Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:39.873Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:39.873Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:39.873Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:40.458Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:40.458Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:40.458Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:40.721Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:40.721Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:22:41.009Z] OK: 219 MiB in 52 packages [2021-05-13T08:22:41.009Z] OK: 219 MiB in 52 packages [2021-05-13T08:22:41.299Z] OK: 219 MiB in 52 packages [2021-05-13T08:22:41.299Z] OK: 219 MiB in 52 packages [2021-05-13T08:22:41.299Z] OK: 219 MiB in 52 packages [2021-05-13T08:22:41.565Z] Removing intermediate container f7540d50525d [2021-05-13T08:22:41.565Z] ---> 970016002170 [2021-05-13T08:22:41.565Z] Step 6/22 : COPY go.mod . [2021-05-13T08:22:42.145Z] ---> 1d35c2d0d1f4 [2021-05-13T08:22:42.145Z] Step 7/22 : RUN go mod download [2021-05-13T08:22:42.145Z] Removing intermediate container 7f8fce247fef [2021-05-13T08:22:42.145Z] ---> e49246f1adae [2021-05-13T08:22:42.145Z] Step 6/26 : COPY go.mod . [2021-05-13T08:22:42.145Z] Removing intermediate container 1cddf882c871 [2021-05-13T08:22:42.145Z] ---> fe8206fbde9a [2021-05-13T08:22:42.145Z] Step 6/24 : COPY go.mod . [2021-05-13T08:22:42.411Z] ---> Running in 21b514be46f4 [2021-05-13T08:22:42.411Z] Removing intermediate container 49a4032c35eb [2021-05-13T08:22:42.411Z] ---> 5cd791e80f48 [2021-05-13T08:22:42.411Z] Step 6/32 : COPY go.mod . [2021-05-13T08:22:42.411Z] Removing intermediate container 8c3a8a32ac0c [2021-05-13T08:22:42.411Z] ---> 062d67b00b07 [2021-05-13T08:22:42.411Z] Step 6/23 : COPY go.mod . [2021-05-13T08:22:42.684Z] ---> 8eb3f6f81a2c [2021-05-13T08:22:42.684Z] Step 7/26 : RUN go mod download [2021-05-13T08:22:42.684Z] ---> 8be38932cf07 [2021-05-13T08:22:42.684Z] Step 7/24 : RUN go mod download [2021-05-13T08:22:42.957Z] ---> Running in 17e96e8c59ae [2021-05-13T08:22:42.957Z] ---> Running in acebc0f8682b [2021-05-13T08:22:42.957Z] ---> 4967c217b86b [2021-05-13T08:22:42.957Z] Step 7/23 : RUN go mod download [2021-05-13T08:22:42.957Z] ---> 9108ace7dbf1 [2021-05-13T08:22:42.957Z] Step 7/32 : RUN go mod download [2021-05-13T08:22:43.220Z] ---> Running in fcf9c50f8a9f [2021-05-13T08:22:43.220Z] ---> Running in 135354da74b8 [2021-05-13T08:22:44.193Z] Removing intermediate container 21b514be46f4 [2021-05-13T08:22:44.193Z] ---> 0923d03aea2c [2021-05-13T08:22:44.193Z] Step 8/22 : COPY . . [2021-05-13T08:22:44.783Z] Removing intermediate container 17e96e8c59ae [2021-05-13T08:22:44.783Z] ---> 0703ee4997d1 [2021-05-13T08:22:44.783Z] Step 8/26 : COPY . . [2021-05-13T08:22:49.061Z] Removing intermediate container acebc0f8682b [2021-05-13T08:22:49.061Z] ---> ebb28590edfa [2021-05-13T08:22:49.061Z] Step 8/24 : COPY . . [2021-05-13T08:22:49.235Z] Removing intermediate container d75281735d91 [2021-05-13T08:22:49.235Z] ---> bf2fb59a5273 [2021-05-13T08:22:49.235Z] Successfully built bf2fb59a5273 [2021-05-13T08:22:49.235Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:22:49.581Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:22:49.581Z] . [Pipeline] withDockerContainer [2021-05-13T08:22:49.829Z] prd-ubuntu18.04-docker-arm64-4c-16g-5075 does not seem to be running inside a container [2021-05-13T08:22:49.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T08:22:51.413Z] $ docker top 51a01e9c93f2ab20b95b144aa5d347c86b6bba7deeb731c5f86c3ddebb3d2b3a -eo pid,comm [2021-05-13T08:22:51.627Z] Removing intermediate container fcf9c50f8a9f [2021-05-13T08:22:51.628Z] ---> 1e0536596c5f [2021-05-13T08:22:51.628Z] Step 8/23 : COPY . . [Pipeline] { [Pipeline] sh [2021-05-13T08:22:51.891Z] Removing intermediate container 135354da74b8 [2021-05-13T08:22:51.891Z] ---> 49ffc07fa622 [2021-05-13T08:22:51.891Z] Step 8/32 : COPY . . [2021-05-13T08:22:52.312Z] + go version [2021-05-13T08:22:52.312Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T08:22:52.371Z] $ docker stop --time=1 51a01e9c93f2ab20b95b144aa5d347c86b6bba7deeb731c5f86c3ddebb3d2b3a [2021-05-13T08:22:54.373Z] $ docker rm -f 51a01e9c93f2ab20b95b144aa5d347c86b6bba7deeb731c5f86c3ddebb3d2b3a [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-13T08:22:55.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:22:55.454Z] [2021-05-13T08:22:55.454Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:22:55.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:22:56.142Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-13T08:22:56.142Z] 29e5d40040c1: Pulling fs layer [2021-05-13T08:22:56.142Z] 1ce36da41761: Pulling fs layer [2021-05-13T08:22:56.142Z] 25b303627fd3: Pulling fs layer [2021-05-13T08:22:56.415Z] 29e5d40040c1: Verifying Checksum [2021-05-13T08:22:56.415Z] 29e5d40040c1: Download complete [2021-05-13T08:22:57.016Z] 29e5d40040c1: Pull complete [2021-05-13T08:22:57.016Z] 1ce36da41761: Verifying Checksum [2021-05-13T08:22:57.016Z] 1ce36da41761: Download complete [2021-05-13T08:22:57.995Z] 1ce36da41761: Pull complete [2021-05-13T08:22:58.972Z] 25b303627fd3: Verifying Checksum [2021-05-13T08:22:58.972Z] 25b303627fd3: Download complete [2021-05-13T08:23:09.134Z] 25b303627fd3: Pull complete [2021-05-13T08:23:09.134Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-13T08:23:09.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:23:09.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-13T08:23:09.423Z] prd-ubuntu18.04-docker-arm64-4c-16g-5075 does not seem to be running inside a container [2021-05-13T08:23:09.553Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:23:13.188Z] $ docker top 398000bdc765719a4c9ca3d6b551d2584512028c8875651b30ca35bc3c5be66d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:23:14.140Z] + grep parallel [2021-05-13T08:23:14.140Z] + docker-compose build --help [2021-05-13T08:23:19.681Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T08:23:19.743Z] $ docker stop --time=1 398000bdc765719a4c9ca3d6b551d2584512028c8875651b30ca35bc3c5be66d [2021-05-13T08:23:21.804Z] $ docker rm -f 398000bdc765719a4c9ca3d6b551d2584512028c8875651b30ca35bc3c5be66d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:23:22.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:23:22.524Z] . [Pipeline] withDockerContainer [2021-05-13T08:23:22.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-5075 does not seem to be running inside a container [2021-05-13T08:23:22.961Z] $ 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/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-13T08:23:24.628Z] $ docker top 285a0974117df199ead82cb7f4af122a2e200fbe0faf063a6d5452a7aa50f11d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:23:25.588Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T08:23:30.998Z] Building core-command ... [2021-05-13T08:23:30.998Z] Building core-data ... [2021-05-13T08:23:30.998Z] Building core-metadata ... [2021-05-13T08:23:30.998Z] Building security-bootstrapper ... [2021-05-13T08:23:30.998Z] Building security-proxy-setup ... [2021-05-13T08:23:30.998Z] Building security-secretstore-setup ... [2021-05-13T08:23:30.998Z] Building support-notifications ... [2021-05-13T08:23:30.998Z] Building support-scheduler ... [2021-05-13T08:23:30.998Z] Building sys-mgmt-agent ... [2021-05-13T08:23:30.998Z] Building security-proxy-setup [2021-05-13T08:23:30.998Z] Building security-secretstore-setup [2021-05-13T08:23:30.998Z] Building support-scheduler [2021-05-13T08:23:30.998Z] Building sys-mgmt-agent [2021-05-13T08:23:30.998Z] Building core-command [2021-05-13T08:23:31.008Z] ---> 0708df7247cb [2021-05-13T08:23:31.009Z] ---> b4b97e7ecca4 [2021-05-13T08:23:31.009Z] Step 9/22 : RUN go mod tidyStep 9/26 : RUN go mod tidy [2021-05-13T08:23:31.009Z] [2021-05-13T08:23:31.009Z] ---> 3eda08327890 [2021-05-13T08:23:31.009Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:23:31.009Z] ---> Running in f29781d8cf66 [2021-05-13T08:23:31.009Z] ---> Running in 5aab033c73f7 [2021-05-13T08:23:31.009Z] ---> Running in 38f71be3bd2c [2021-05-13T08:23:31.009Z] ---> 39fca9c67003 [2021-05-13T08:23:31.009Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:23:31.009Z] ---> 27dd96428c67 [2021-05-13T08:23:31.009Z] Step 9/32 : RUN go mod tidy [2021-05-13T08:23:31.009Z] ---> Running in 6bba243ee899 [2021-05-13T08:23:31.009Z] ---> Running in 35312e7bc4c3 [2021-05-13T08:23:35.262Z] Removing intermediate container 5aab033c73f7 [2021-05-13T08:23:35.262Z] ---> 4d11f532e73d [2021-05-13T08:23:35.262Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T08:23:35.262Z] Removing intermediate container 6bba243ee899 [2021-05-13T08:23:35.262Z] ---> fd0636e2ed9a [2021-05-13T08:23:35.262Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T08:23:35.262Z] Removing intermediate container f29781d8cf66 [2021-05-13T08:23:35.262Z] ---> 15fad0b740c9 [2021-05-13T08:23:35.262Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T08:23:35.262Z] Removing intermediate container 35312e7bc4c3 [2021-05-13T08:23:35.262Z] ---> 91f9aaa210df [2021-05-13T08:23:35.262Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T08:23:35.262Z] ---> Running in 4b2d5d3afc89 [2021-05-13T08:23:35.262Z] ---> Running in bfc7343648de [2021-05-13T08:23:35.262Z] Removing intermediate container 38f71be3bd2c [2021-05-13T08:23:35.262Z] ---> 6c9137e24cc6 [2021-05-13T08:23:35.262Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T08:23:35.262Z] ---> Running in 735e2e1dfc3e [2021-05-13T08:23:35.262Z] ---> Running in 38533e3e80f4 [2021-05-13T08:23:35.262Z] ---> Running in 2e2f47d80a23 [2021-05-13T08:23:36.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-13T08:23:36.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-13T08:23:36.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-13T08:23:36.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-13T08:23:36.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-command/core-command ./cmd/core-command [2021-05-13T08:24:15.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-13T08:24:15.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-13T08:24:19.733Z] Removing intermediate container 4b2d5d3afc89 [2021-05-13T08:24:19.733Z] ---> 008eb2bbdf4c [2021-05-13T08:24:19.733Z] [2021-05-13T08:24:19.733Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T08:24:19.733Z] 3.12: Pulling from library/alpine [2021-05-13T08:24:19.733Z] Removing intermediate container 38533e3e80f4 [2021-05-13T08:24:19.733Z] ---> d0679053cd29 [2021-05-13T08:24:19.733Z] [2021-05-13T08:24:19.733Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T08:24:19.733Z] 3.12: Pulling from library/alpine [2021-05-13T08:24:19.733Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:24:19.733Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:24:19.733Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:24:19.733Z] Status: Image is up to date for alpine:3.12 [2021-05-13T08:24:19.733Z] ---> 13621d1b12d4 [2021-05-13T08:24:19.733Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T08:24:19.733Z] ---> 13621d1b12d4 [2021-05-13T08:24:19.733Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T08:24:25.064Z] ---> Running in a4f6bcd46407 [2021-05-13T08:24:25.064Z] ---> Running in 391b1438cd19 [2021-05-13T08:24:25.064Z] Removing intermediate container 2e2f47d80a23 [2021-05-13T08:24:25.064Z] ---> 872339e62c9a [2021-05-13T08:24:25.064Z] [2021-05-13T08:24:25.064Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:24:25.064Z] ---> 13621d1b12d4 [2021-05-13T08:24:25.064Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:24:25.064Z] Removing intermediate container 735e2e1dfc3e [2021-05-13T08:24:25.064Z] ---> 3ac05d198b5b [2021-05-13T08:24:25.064Z] [2021-05-13T08:24:25.064Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T08:24:25.064Z] ---> 13621d1b12d4 [2021-05-13T08:24:25.064Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T08:24:25.064Z] Removing intermediate container bfc7343648de [2021-05-13T08:24:25.064Z] ---> 707b31b3db8f [2021-05-13T08:24:25.064Z] [2021-05-13T08:24:25.064Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:24:25.064Z] ---> 13621d1b12d4 [2021-05-13T08:24:25.064Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T08:24:25.330Z] ---> Running in 993bea295a2f [2021-05-13T08:24:25.330Z] ---> Running in 0f290aa5b1ed [2021-05-13T08:24:25.330Z] ---> Running in 9c5c18592ca1 [2021-05-13T08:24:25.330Z] Removing intermediate container 391b1438cd19 [2021-05-13T08:24:25.330Z] ---> 848452d29011 [2021-05-13T08:24:25.330Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T08:24:25.598Z] ---> Running in 1c587c7f3101 [2021-05-13T08:24:25.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.145Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T08:24:26.420Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:24:26.420Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T08:24:26.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.420Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T08:24:26.420Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:24:26.421Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T08:24:26.421Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:24:26.421Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:24:26.421Z] OK: 7 MiB in 20 packages [2021-05-13T08:24:26.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.687Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T08:24:26.687Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:24:26.687Z] OK: 6 MiB in 15 packages [2021-05-13T08:24:26.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.957Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T08:24:26.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.957Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:24:26.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:24:26.957Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T08:24:26.957Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T08:24:26.957Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:24:26.957Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:24:26.957Z] OK: 7 MiB in 18 packages [2021-05-13T08:24:26.957Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T08:24:26.957Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:24:26.957Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T08:24:26.957Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:24:26.957Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:24:26.957Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:24:26.957Z] OK: 6 MiB in 16 packages [2021-05-13T08:24:27.224Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:24:27.225Z] OK: 6 MiB in 16 packages [2021-05-13T08:24:28.796Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:24:28.796Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:24:28.796Z] ---> bf2fb59a5273 [2021-05-13T08:24:28.796Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T08:24:28.796Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:24:28.796Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:24:28.796Z] ---> bf2fb59a5273 [2021-05-13T08:24:28.796Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:24:28.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:24:28.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:24:28.796Z] ---> bf2fb59a5273 [2021-05-13T08:24:28.796Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:24:28.796Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:24:28.796Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:24:28.796Z] ---> bf2fb59a5273 [2021-05-13T08:24:28.796Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:24:28.796Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:24:28.796Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:24:28.796Z] ---> bf2fb59a5273 [2021-05-13T08:24:28.796Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T08:24:28.796Z] ---> Running in b9d89e56b4b7 [2021-05-13T08:24:28.796Z] ---> Running in 3010d72e9f06 [2021-05-13T08:24:28.796Z] ---> Running in c586be5319e9 [2021-05-13T08:24:28.796Z] ---> Running in a99375ace5fa [2021-05-13T08:24:28.796Z] ---> Running in 552af4f726d7 [2021-05-13T08:24:28.796Z] Removing intermediate container a99375ace5fa [2021-05-13T08:24:28.796Z] ---> 2e18297897e7 [2021-05-13T08:24:28.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:24:28.796Z] Removing intermediate container c586be5319e9 [2021-05-13T08:24:28.796Z] ---> df34c288a6b1 [2021-05-13T08:24:28.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:24:28.796Z] Removing intermediate container b9d89e56b4b7 [2021-05-13T08:24:28.796Z] ---> 44878bd2777c [2021-05-13T08:24:28.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 3010d72e9f06 [2021-05-13T08:24:28.796Z] ---> c24ac82c2d03 [2021-05-13T08:24:28.796Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:24:28.796Z] [2021-05-13T08:24:28.796Z] Removing intermediate container 552af4f726d7 [2021-05-13T08:24:28.796Z] ---> 38a631293dc5 [2021-05-13T08:24:28.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:24:28.796Z] ---> Running in f07fef4c7f98 [2021-05-13T08:24:28.796Z] ---> Running in 922d6916deb1 [2021-05-13T08:24:28.796Z] ---> Running in 2696449309d3 [2021-05-13T08:24:28.796Z] ---> Running in 35f395784ba6 [2021-05-13T08:24:28.796Z] ---> Running in 744bf2460efb [2021-05-13T08:24:28.796Z] Removing intermediate container f07fef4c7f98 [2021-05-13T08:24:28.796Z] ---> 644202409ee8 [2021-05-13T08:24:28.796Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T08:24:28.796Z] ---> Running in 1a4e5e6250c2 [2021-05-13T08:24:28.796Z] Removing intermediate container 922d6916deb1 [2021-05-13T08:24:28.796Z] ---> e2c417020f2f [2021-05-13T08:24:28.796Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:24:28.796Z] Removing intermediate container 2696449309d3 [2021-05-13T08:24:28.796Z] ---> 88c45959d166 [2021-05-13T08:24:28.796Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T08:24:28.796Z] ---> Running in 42dbf68e71a4 [2021-05-13T08:24:29.087Z] ---> Running in eb43683c29de [2021-05-13T08:24:29.087Z] Removing intermediate container 35f395784ba6 [2021-05-13T08:24:29.087Z] ---> 3dd3e0b49640 [2021-05-13T08:24:29.087Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T08:24:29.160Z] Removing intermediate container 993bea295a2f [2021-05-13T08:24:29.161Z] ---> 4e44620eb1a8 [2021-05-13T08:24:29.161Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:24:29.362Z] Removing intermediate container 744bf2460efb [2021-05-13T08:24:29.362Z] ---> 5bc1057ee9b9 [2021-05-13T08:24:29.362Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T08:24:29.362Z] ---> Running in e313275561f7 [2021-05-13T08:24:29.645Z] ---> Running in ba4b60b14463 [2021-05-13T08:24:29.739Z] Removing intermediate container a4f6bcd46407 [2021-05-13T08:24:29.739Z] ---> 712746035423 [2021-05-13T08:24:29.739Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:24:29.739Z] ---> Running in 9028b4dec4a8 [2021-05-13T08:24:29.739Z] ---> Running in bbcac4861d08 [2021-05-13T08:24:29.739Z] Removing intermediate container 9c5c18592ca1 [2021-05-13T08:24:29.739Z] ---> 347cf87262bf [2021-05-13T08:24:29.739Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:24:29.739Z] Removing intermediate container 1c587c7f3101 [2021-05-13T08:24:29.739Z] ---> f1082a60d7ff [2021-05-13T08:24:29.739Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T08:24:29.925Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:30.012Z] Removing intermediate container 0f290aa5b1ed [2021-05-13T08:24:30.012Z] ---> 6417ed7222d5 [2021-05-13T08:24:30.012Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:24:30.012Z] ---> Running in 7d246e83f9c1 [2021-05-13T08:24:30.012Z] ---> Running in bed15019f3dc [2021-05-13T08:24:30.012Z] ---> Running in 9d91fc89fea7 [2021-05-13T08:24:30.276Z] Removing intermediate container 9028b4dec4a8 [2021-05-13T08:24:30.276Z] ---> c1db4769ac68 [2021-05-13T08:24:30.276Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T08:24:30.276Z] Removing intermediate container bbcac4861d08 [2021-05-13T08:24:30.276Z] ---> 469648cc693c [2021-05-13T08:24:30.276Z] Step 14/26 : WORKDIR / [2021-05-13T08:24:30.276Z] ---> Running in 71ab974b68ab [2021-05-13T08:24:30.276Z] ---> Running in 0d988bc07cb6 [2021-05-13T08:24:30.536Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:30.539Z] Removing intermediate container 9d91fc89fea7 [2021-05-13T08:24:30.539Z] ---> 37ef19a0203c [2021-05-13T08:24:30.539Z] Step 14/22 : WORKDIR /edgex [2021-05-13T08:24:30.539Z] Removing intermediate container bed15019f3dc [2021-05-13T08:24:30.539Z] ---> b055e4eb7caa [2021-05-13T08:24:30.539Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T08:24:30.539Z] Removing intermediate container 7d246e83f9c1 [2021-05-13T08:24:30.539Z] ---> 50635a5f9372 [2021-05-13T08:24:30.539Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T08:24:30.803Z] ---> Running in 1e621913571a [2021-05-13T08:24:30.803Z] ---> Running in eba8f5bf7352 [2021-05-13T08:24:30.803Z] ---> Running in 629fb7408f80 [2021-05-13T08:24:30.808Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:31.069Z] Removing intermediate container 0d988bc07cb6 [2021-05-13T08:24:31.070Z] ---> fae6e7ca38b6 [2021-05-13T08:24:31.070Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:24:31.080Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:31.080Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:31.080Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:31.332Z] Removing intermediate container 71ab974b68ab [2021-05-13T08:24:31.332Z] ---> 5a131cf160ec [2021-05-13T08:24:31.332Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T08:24:31.332Z] ---> Running in 9e635c586712 [2021-05-13T08:24:31.332Z] Removing intermediate container eba8f5bf7352 [2021-05-13T08:24:31.332Z] ---> 76a5a9e4ba61 [2021-05-13T08:24:31.332Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T08:24:31.604Z] Removing intermediate container 1e621913571a [2021-05-13T08:24:31.604Z] ---> 3374722a262e [2021-05-13T08:24:31.604Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T08:24:31.604Z] Removing intermediate container 629fb7408f80 [2021-05-13T08:24:31.604Z] ---> 1efa1e6be1e2 [2021-05-13T08:24:31.604Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:24:31.604Z] ---> Running in 69f2c9d1629a [2021-05-13T08:24:31.604Z] Removing intermediate container 9e635c586712 [2021-05-13T08:24:31.604Z] ---> 4e5c41376cec [2021-05-13T08:24:31.604Z] Step 16/24 : WORKDIR / [2021-05-13T08:24:31.680Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:31.867Z] ---> a61063ae7a40 [2021-05-13T08:24:31.867Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T08:24:31.867Z] ---> Running in 1701b22eec0b [2021-05-13T08:24:31.956Z] OK: 218 MiB in 52 packages [2021-05-13T08:24:32.136Z] ---> Running in 9d7da9f6c801 [2021-05-13T08:24:32.136Z] ---> 0b1a1a3d0b06 [2021-05-13T08:24:32.136Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T08:24:32.136Z] ---> d79ff0d73137 [2021-05-13T08:24:32.136Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T08:24:32.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:32.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:32.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:24:32.414Z] Removing intermediate container 1701b22eec0b [2021-05-13T08:24:32.414Z] ---> 9bac694af00e [2021-05-13T08:24:32.414Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:24:32.414Z] Removing intermediate container 9d7da9f6c801 [2021-05-13T08:24:32.414Z] ---> a3c5c0ebd596 [2021-05-13T08:24:32.414Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:24:32.678Z] ---> efd33ae63de8 [2021-05-13T08:24:32.679Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T08:24:32.838Z] OK: 218 MiB in 52 packages [2021-05-13T08:24:32.943Z] ---> 8d3972ae26a1 [2021-05-13T08:24:32.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T08:24:32.943Z] ---> de92020ffe5c [2021-05-13T08:24:32.943Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T08:24:32.943Z] ---> 1430037bcdd4 [2021-05-13T08:24:32.943Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T08:24:33.233Z] ---> a6625c5b3d5b [2021-05-13T08:24:33.233Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T08:24:33.464Z] OK: 218 MiB in 52 packages [2021-05-13T08:24:33.464Z] OK: 218 MiB in 52 packages [2021-05-13T08:24:33.464Z] Removing intermediate container 1a4e5e6250c2 [2021-05-13T08:24:33.464Z] ---> 8e999432cfb3 [2021-05-13T08:24:33.464Z] Step 6/24 : COPY go.mod . [2021-05-13T08:24:33.529Z] Removing intermediate container 69f2c9d1629a [2021-05-13T08:24:33.529Z] ---> 422c0b677ed0 [2021-05-13T08:24:33.529Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T08:24:33.529Z] ---> Running in c8ff6cd19998 [2021-05-13T08:24:33.797Z] ---> 3ac1da15b1b2 [2021-05-13T08:24:33.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T08:24:34.060Z] ---> d5fb4cdc00ad [2021-05-13T08:24:34.060Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T08:24:34.060Z] ---> b2828ce0991e [2021-05-13T08:24:34.060Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T08:24:34.060Z] ---> 60698fa936dd [2021-05-13T08:24:34.060Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T08:24:34.087Z] OK: 218 MiB in 52 packages [2021-05-13T08:24:34.324Z] ---> 5bf5d28651bb [2021-05-13T08:24:34.324Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T08:24:34.324Z] ---> Running in f99b1f84762d [2021-05-13T08:24:34.324Z] Removing intermediate container c8ff6cd19998 [2021-05-13T08:24:34.324Z] ---> 5089b45288ba [2021-05-13T08:24:34.324Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T08:24:34.324Z] ---> Running in 47ed5ec88ed3 [2021-05-13T08:24:34.588Z] Removing intermediate container f99b1f84762d [2021-05-13T08:24:34.588Z] ---> fb844fad2a93 [2021-05-13T08:24:34.588Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T08:24:34.588Z] ---> 195bf7ad9e35 [2021-05-13T08:24:34.588Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T08:24:34.689Z] ---> 5e86416e24bd [2021-05-13T08:24:34.689Z] Step 7/24 : RUN go mod download [2021-05-13T08:24:34.689Z] Removing intermediate container eb43683c29de [2021-05-13T08:24:34.689Z] ---> d19d5d2cfcd8 [2021-05-13T08:24:34.689Z] Step 6/26 : COPY go.mod . [2021-05-13T08:24:34.854Z] ---> Running in 42471df4febd [2021-05-13T08:24:34.854Z] Removing intermediate container 47ed5ec88ed3 [2021-05-13T08:24:34.854Z] ---> a0cdee0735ad [2021-05-13T08:24:34.854Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:24:34.854Z] ---> Running in 7dda48285f32 [2021-05-13T08:24:34.854Z] ---> 7648a914c896 [2021-05-13T08:24:34.854Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T08:24:34.854Z] ---> cb3b902bc34e [2021-05-13T08:24:34.854Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T08:24:34.967Z] ---> Running in 898849976fce [2021-05-13T08:24:35.116Z] ---> Running in dccc09193693 [2021-05-13T08:24:35.116Z] ---> Running in 305894eaa559 [2021-05-13T08:24:35.116Z] Removing intermediate container 42471df4febd [2021-05-13T08:24:35.116Z] ---> bf07ad1ba70f [2021-05-13T08:24:35.116Z] Step 20/22 : LABEL arch=x86_64 [2021-05-13T08:24:35.242Z] Removing intermediate container e313275561f7 [2021-05-13T08:24:35.242Z] ---> 41127fa31d86 [2021-05-13T08:24:35.242Z] Removing intermediate container ba4b60b14463 [2021-05-13T08:24:35.242Z] ---> 8da7eaceea60 [2021-05-13T08:24:35.242Z] Step 6/23 : COPY go.mod . [2021-05-13T08:24:35.242Z] Step 6/22 : COPY go.mod . [2021-05-13T08:24:35.381Z] Removing intermediate container 7dda48285f32 [2021-05-13T08:24:35.381Z] ---> 28a3a8ed2340 [2021-05-13T08:24:35.381Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:24:35.381Z] ---> Running in a6d664b29b34 [2021-05-13T08:24:35.381Z] ---> Running in 0cdbf090a27b [2021-05-13T08:24:35.381Z] ---> 69712909622c [2021-05-13T08:24:35.544Z] Removing intermediate container 42dbf68e71a4 [2021-05-13T08:24:35.544Z] ---> 117c3e1f406c [2021-05-13T08:24:35.544Z] Step 6/24 : COPY go.mod . [2021-05-13T08:24:35.644Z] Step 22/26 : 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-13T08:24:35.644Z] Removing intermediate container dccc09193693 [2021-05-13T08:24:35.644Z] ---> 10edf18f62f2 [2021-05-13T08:24:35.644Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T08:24:35.644Z] ---> Running in 97572ba65b52 [2021-05-13T08:24:35.820Z] ---> 1310924023ae [2021-05-13T08:24:35.820Z] Step 7/26 : RUN go mod download [2021-05-13T08:24:35.820Z] ---> Running in ae49a98d7fc5 [2021-05-13T08:24:35.907Z] ---> Running in 07a1bb621949 [2021-05-13T08:24:36.171Z] Removing intermediate container a6d664b29b34 [2021-05-13T08:24:36.171Z] ---> 12a1922d42ab [2021-05-13T08:24:36.171Z] Step 21/22 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:24:36.171Z] Removing intermediate container 0cdbf090a27b [2021-05-13T08:24:36.171Z] ---> 690b945fe864 [2021-05-13T08:24:36.171Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:24:36.428Z] ---> c26b01506a02 [2021-05-13T08:24:36.428Z] Step 7/23 : RUN go mod download [2021-05-13T08:24:36.436Z] ---> Running in 03c97e319b3f [2021-05-13T08:24:36.436Z] ---> Running in 03de5ac8b7b2 [2021-05-13T08:24:36.436Z] Removing intermediate container 07a1bb621949 [2021-05-13T08:24:36.436Z] ---> 8767c15c6eab [2021-05-13T08:24:36.436Z] Step 22/23 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:24:36.700Z] ---> Running in a70e0489280a [2021-05-13T08:24:36.700Z] Removing intermediate container 03c97e319b3f [2021-05-13T08:24:36.700Z] ---> 8f14bbdc025a [2021-05-13T08:24:36.700Z] Step 22/22 : LABEL version=2.0.0-dev.217 [2021-05-13T08:24:36.710Z] ---> 0906305c171f [2021-05-13T08:24:36.710Z] Step 7/22 : RUN go mod download [2021-05-13T08:24:36.710Z] ---> Running in 923d7b65f804 [2021-05-13T08:24:36.710Z] ---> 1233c2039097 [2021-05-13T08:24:36.710Z] Step 7/24 : RUN go mod download [2021-05-13T08:24:36.971Z] Removing intermediate container 03de5ac8b7b2 [2021-05-13T08:24:36.971Z] ---> a72792c0ce0b [2021-05-13T08:24:36.971Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:24:36.971Z] ---> Running in 12a808c03b55 [2021-05-13T08:24:36.990Z] ---> Running in 28f82c8b76ef [2021-05-13T08:24:37.240Z] ---> Running in cb83a3315c2b [2021-05-13T08:24:37.240Z] Removing intermediate container a70e0489280a [2021-05-13T08:24:37.240Z] ---> 430165cba211 [2021-05-13T08:24:37.240Z] Step 23/23 : LABEL version=2.0.0-dev.217 [2021-05-13T08:24:37.240Z] Removing intermediate container 305894eaa559 [2021-05-13T08:24:37.240Z] ---> a512d3ef6584 [2021-05-13T08:24:37.240Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:24:37.240Z] ---> Running in 4004b173649e [2021-05-13T08:24:37.266Z] ---> Running in 05c6c1268297 [2021-05-13T08:24:37.502Z] Removing intermediate container 12a808c03b55 [2021-05-13T08:24:37.502Z] ---> 52b36e443e70 [2021-05-13T08:24:37.502Z] [2021-05-13T08:24:37.502Z] Removing intermediate container cb83a3315c2b [2021-05-13T08:24:37.502Z] ---> bed244aa27ee [2021-05-13T08:24:37.502Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:24:37.502Z] Removing intermediate container 97572ba65b52 [2021-05-13T08:24:37.502Z] ---> e590b9b83a76 [2021-05-13T08:24:37.502Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T08:24:37.766Z] ---> c9d8115ab8f5 [2021-05-13T08:24:37.766Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T08:24:37.766Z] ---> Running in 15aa678e1310 [2021-05-13T08:24:37.766Z] Removing intermediate container 4004b173649e [2021-05-13T08:24:37.766Z] ---> 9548c3b1b7a2 [2021-05-13T08:24:37.766Z] [2021-05-13T08:24:38.032Z] Successfully built 52b36e443e70 [2021-05-13T08:24:38.032Z] Successfully built 9548c3b1b7a2 [2021-05-13T08:24:38.032Z] Successfully tagged security-proxy-setup:latest [2021-05-13T08:24:38.032Z] ---> Running in c341abb0f1a6 [2021-05-13T08:24:38.032Z]  Building security-proxy-setup ... done Building sys-mgmt-agent [2021-05-13T08:24:38.032Z] Successfully tagged support-notifications:latest [2021-05-13T08:24:38.032Z]  Building support-notifications ... done Building support-scheduler [2021-05-13T08:24:38.032Z] Removing intermediate container 15aa678e1310 [2021-05-13T08:24:38.032Z] ---> 53ee828b725d [2021-05-13T08:24:38.032Z] [2021-05-13T08:24:38.308Z] Removing intermediate container c341abb0f1a6 [2021-05-13T08:24:38.308Z] ---> 3f0df504bfc9 [2021-05-13T08:24:38.308Z] Step 24/26 : LABEL arch=x86_64 [2021-05-13T08:24:38.308Z] ---> 788e51e0d995 [2021-05-13T08:24:38.308Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T08:24:38.308Z] Successfully built 53ee828b725d [2021-05-13T08:24:38.308Z] ---> Running in 6d53add17e80 [2021-05-13T08:24:38.308Z] Successfully tagged core-command:latest [2021-05-13T08:24:38.308Z]  Building core-command ... done Building core-metadata [2021-05-13T08:24:38.576Z] Removing intermediate container 6d53add17e80 [2021-05-13T08:24:38.576Z] ---> a526d4004b90 [2021-05-13T08:24:38.576Z] Step 25/26 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:24:38.576Z] ---> 6f2165ab8666 [2021-05-13T08:24:38.576Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T08:24:38.576Z] ---> Running in 7cbeb0d1bf19 [2021-05-13T08:24:38.842Z] Removing intermediate container 7cbeb0d1bf19 [2021-05-13T08:24:38.842Z] ---> a0db68d14a62 [2021-05-13T08:24:38.842Z] Step 26/26 : LABEL version=2.0.0-dev.217 [2021-05-13T08:24:38.842Z] ---> 8d6d9b8e88f8 [2021-05-13T08:24:38.842Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T08:24:39.108Z] ---> Running in bb7e029c27ad [2021-05-13T08:24:39.247Z] Removing intermediate container 898849976fce [2021-05-13T08:24:39.247Z] ---> 29e01f1c235a [2021-05-13T08:24:39.247Z] Step 8/24 : COPY . . [2021-05-13T08:24:39.374Z] ---> 1dd86101f6d4 [2021-05-13T08:24:39.374Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T08:24:39.525Z] Removing intermediate container ae49a98d7fc5 [2021-05-13T08:24:39.525Z] ---> 302b0348d2b3 [2021-05-13T08:24:39.525Z] Step 8/26 : COPY . . [2021-05-13T08:24:39.640Z] Removing intermediate container bb7e029c27ad [2021-05-13T08:24:39.640Z] ---> 26ba6fd9c467 [2021-05-13T08:24:39.640Z] [2021-05-13T08:24:41.537Z] Removing intermediate container 923d7b65f804 [2021-05-13T08:24:41.537Z] ---> 39cb1ab83fd4 [2021-05-13T08:24:41.537Z] Step 8/23 : COPY . . [2021-05-13T08:24:41.813Z] Removing intermediate container 28f82c8b76ef [2021-05-13T08:24:41.813Z] ---> 57f071e09943 [2021-05-13T08:24:41.813Z] Step 8/22 : COPY . . [2021-05-13T08:24:42.216Z] ---> Running in d7356382875b [2021-05-13T08:24:42.216Z] Successfully built 26ba6fd9c467 [2021-05-13T08:24:42.216Z] Successfully tagged security-secretstore-setup:latest [2021-05-13T08:24:42.216Z]  Building security-secretstore-setup ... done Building core-data [2021-05-13T08:24:42.409Z] Removing intermediate container 05c6c1268297 [2021-05-13T08:24:42.409Z] ---> c97194fc7cd9 [2021-05-13T08:24:42.409Z] Step 8/24 : COPY . . [2021-05-13T08:24:47.547Z] Removing intermediate container d7356382875b [2021-05-13T08:24:47.547Z] ---> 56f366eb1db2 [2021-05-13T08:24:47.547Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T08:24:48.502Z] ---> 1b5b6ea6de93 [2021-05-13T08:24:48.502Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T08:24:50.432Z] ---> Running in 361c7fe54c0b [2021-05-13T08:24:51.872Z] Removing intermediate container 361c7fe54c0b [2021-05-13T08:24:51.872Z] ---> b385d4eeedd1 [2021-05-13T08:24:51.872Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T08:24:53.307Z] ---> Running in 002c0e87e9cf [2021-05-13T08:24:54.730Z] Removing intermediate container 002c0e87e9cf [2021-05-13T08:24:54.730Z] ---> 29b58090ee7d [2021-05-13T08:24:54.730Z] Step 29/32 : CMD ["gate"] [2021-05-13T08:24:55.011Z] ---> Running in fe1b90d2d2e3 [2021-05-13T08:24:55.604Z] Removing intermediate container fe1b90d2d2e3 [2021-05-13T08:24:55.604Z] ---> 8d4135447171 [2021-05-13T08:24:55.604Z] Step 30/32 : LABEL arch=x86_64 [2021-05-13T08:24:56.198Z] ---> Running in 03ab9d93a364 [2021-05-13T08:24:57.180Z] Removing intermediate container 03ab9d93a364 [2021-05-13T08:24:57.180Z] ---> 0d3c947e5c1e [2021-05-13T08:24:57.180Z] Step 31/32 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:25:00.732Z] ---> bbbd1d9edf9c [2021-05-13T08:25:00.732Z] Step 9/26 : RUN go mod tidy [2021-05-13T08:25:00.732Z] ---> b7ee9bf3d66e [2021-05-13T08:25:00.732Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:25:00.732Z] ---> 279376710699 [2021-05-13T08:25:00.732Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:25:00.732Z] ---> Running in 4d37e14e9f44 [2021-05-13T08:25:00.732Z] ---> Running in c19c72335b2f [2021-05-13T08:25:00.732Z] ---> 3e30be29b6b0 [2021-05-13T08:25:00.732Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:25:00.732Z] ---> f4395d60b3d5 [2021-05-13T08:25:00.732Z] Step 9/22 : RUN go mod tidy [2021-05-13T08:25:00.732Z] ---> Running in 47bd5858d337 [2021-05-13T08:25:00.732Z] ---> Running in d4a4ef8e9388 [2021-05-13T08:25:00.732Z] ---> Running in 0ebbe365e05a [2021-05-13T08:25:03.892Z] ---> Running in 2f2b39255a52 [2021-05-13T08:25:05.069Z] Removing intermediate container c19c72335b2f [2021-05-13T08:25:05.069Z] ---> b0f7bf6106d0 [2021-05-13T08:25:05.069Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T08:25:05.661Z] ---> Running in 0f997b732b8d [2021-05-13T08:25:05.844Z] Removing intermediate container 2f2b39255a52 [2021-05-13T08:25:05.844Z] ---> 60ed42594968 [2021-05-13T08:25:05.844Z] Step 32/32 : LABEL version=2.0.0-dev.217 [2021-05-13T08:25:06.257Z] Removing intermediate container 4d37e14e9f44 [2021-05-13T08:25:06.257Z] ---> 62ef16d29daf [2021-05-13T08:25:06.257Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T08:25:06.257Z] ---> Running in 2c1b02fc75c8 [2021-05-13T08:25:06.429Z] ---> Running in 7f609ecb630e [2021-05-13T08:25:06.531Z] Removing intermediate container 0ebbe365e05a [2021-05-13T08:25:06.531Z] ---> e17efaab56bf [2021-05-13T08:25:06.531Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T08:25:06.531Z] Removing intermediate container d4a4ef8e9388 [2021-05-13T08:25:06.531Z] ---> 587913f55bf1 [2021-05-13T08:25:06.531Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T08:25:06.802Z] ---> Running in 74d606f9c2ea [2021-05-13T08:25:06.802Z] ---> Running in 45ffcdef9d28 [2021-05-13T08:25:07.107Z] Removing intermediate container 47bd5858d337 [2021-05-13T08:25:07.107Z] ---> 1df59dac5776 [2021-05-13T08:25:07.107Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T08:25:07.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-13T08:25:07.387Z] ---> Running in 8b7d7cba7144 [2021-05-13T08:25:07.393Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:25:07.393Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:25:07.393Z] ---> 5d319fc81cf6 [2021-05-13T08:25:07.393Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:25:07.393Z] ---> Using cache [2021-05-13T08:25:07.393Z] ---> 6cdd6996ad1b [2021-05-13T08:25:07.393Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:25:07.393Z] ---> Using cache [2021-05-13T08:25:07.393Z] ---> 96bdbcdf9fb9 [2021-05-13T08:25:07.393Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T08:25:07.393Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:25:07.393Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:25:07.393Z] ---> 5d319fc81cf6 [2021-05-13T08:25:07.393Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:25:07.393Z] ---> Using cache [2021-05-13T08:25:07.393Z] ---> 6cdd6996ad1b [2021-05-13T08:25:07.393Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:25:07.393Z] ---> Using cache [2021-05-13T08:25:07.393Z] ---> 96bdbcdf9fb9 [2021-05-13T08:25:07.393Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T08:25:07.393Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:25:07.393Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:25:07.393Z] ---> 5d319fc81cf6 [2021-05-13T08:25:07.393Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:25:07.393Z] ---> Using cache [2021-05-13T08:25:07.393Z] ---> 6cdd6996ad1b [2021-05-13T08:25:07.393Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:25:07.393Z] ---> Using cache [2021-05-13T08:25:07.393Z] ---> 96bdbcdf9fb9 [2021-05-13T08:25:07.393Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:25:07.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-13T08:25:09.333Z] Removing intermediate container 7f609ecb630e [2021-05-13T08:25:09.334Z] ---> e6b7a82dad3f [2021-05-13T08:25:09.334Z] [2021-05-13T08:25:09.334Z] ---> Running in ccafab307d48 [2021-05-13T08:25:09.334Z] ---> Running in ad976bb24852 [2021-05-13T08:25:09.334Z] ---> Running in 271d97ad93c0 [2021-05-13T08:25:09.334Z] Successfully built e6b7a82dad3f [2021-05-13T08:25:09.334Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:25:09.334Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:25:09.334Z] ---> 5d319fc81cf6 [2021-05-13T08:25:09.334Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:25:09.334Z] ---> Using cache [2021-05-13T08:25:09.334Z] ---> 6cdd6996ad1b [2021-05-13T08:25:09.334Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:25:09.334Z] ---> Using cache [2021-05-13T08:25:09.334Z] ---> 96bdbcdf9fb9 [2021-05-13T08:25:09.334Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T08:25:09.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-command/core-command ./cmd/core-command [2021-05-13T08:25:09.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-13T08:25:09.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-13T08:25:09.925Z] Successfully tagged security-bootstrapper:latest [2021-05-13T08:25:10.282Z]  Building security-bootstrapper ... done  ---> Running in 974e8f4fb48d [2021-05-13T08:25:10.908Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:10.908Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:10.908Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:10.908Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:11.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:11.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:11.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:11.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:25:12.269Z] OK: 219 MiB in 52 packages [2021-05-13T08:25:12.269Z] OK: 219 MiB in 52 packages [2021-05-13T08:25:12.269Z] OK: 219 MiB in 52 packages [2021-05-13T08:25:12.873Z] Removing intermediate container ad976bb24852 [2021-05-13T08:25:12.873Z] ---> 7e958bd4932b [2021-05-13T08:25:12.873Z] Step 6/24 : COPY go.mod . [2021-05-13T08:25:13.188Z] Removing intermediate container 271d97ad93c0 [2021-05-13T08:25:13.188Z] ---> e5fda06b2f94 [2021-05-13T08:25:13.188Z] Step 6/24 : COPY go.mod . [2021-05-13T08:25:13.188Z] Removing intermediate container 974e8f4fb48d [2021-05-13T08:25:13.188Z] ---> 370cc4c1ae3e [2021-05-13T08:25:13.188Z] Step 6/24 : COPY go.mod . [2021-05-13T08:25:13.188Z] ---> da69e2653ae8 [2021-05-13T08:25:13.188Z] Step 7/24 : RUN go mod download [2021-05-13T08:25:13.487Z] ---> 018380b3f56d [2021-05-13T08:25:13.487Z] Step 7/24 : RUN go mod download [2021-05-13T08:25:13.487Z] ---> Running in 004edb78f9a3 [2021-05-13T08:25:13.487Z] ---> 64ba99c766c4 [2021-05-13T08:25:13.487Z] Step 7/24 : RUN go mod download [2021-05-13T08:25:13.487Z] ---> Running in 3dc0b56685f5 [2021-05-13T08:25:13.487Z] ---> Running in 64d2b6848f7d [2021-05-13T08:25:13.752Z] OK: 219 MiB in 52 packages [2021-05-13T08:25:14.337Z] Removing intermediate container ccafab307d48 [2021-05-13T08:25:14.337Z] ---> de376e19049a [2021-05-13T08:25:14.337Z] Step 6/23 : COPY go.mod . [2021-05-13T08:25:14.609Z] ---> 701897d77765 [2021-05-13T08:25:14.609Z] Step 7/23 : RUN go mod download [2021-05-13T08:25:14.609Z] ---> Running in 8e09923e6120 [2021-05-13T08:25:15.194Z] Removing intermediate container 004edb78f9a3 [2021-05-13T08:25:15.194Z] ---> 57c5754bb80c [2021-05-13T08:25:15.194Z] Step 8/24 : COPY . . [2021-05-13T08:25:15.194Z] Removing intermediate container 64d2b6848f7d [2021-05-13T08:25:15.194Z] ---> 3c1d22e10b26 [2021-05-13T08:25:15.194Z] Step 8/24 : COPY . . [2021-05-13T08:25:15.460Z] Removing intermediate container 3dc0b56685f5 [2021-05-13T08:25:15.460Z] ---> cd4ec5af3595 [2021-05-13T08:25:15.460Z] Step 8/24 : COPY . . [2021-05-13T08:25:19.724Z] Removing intermediate container 8e09923e6120 [2021-05-13T08:25:19.724Z] ---> a102c83edeaf [2021-05-13T08:25:19.724Z] Step 8/23 : COPY . . [2021-05-13T08:25:58.688Z] ---> 1c69551453d7 [2021-05-13T08:25:58.688Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:25:58.688Z] ---> f07d9e8a85ee [2021-05-13T08:25:58.688Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:25:58.688Z] ---> 83ed86855195 [2021-05-13T08:25:58.688Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:25:58.688Z] ---> Running in 6c41cadfc4ce [2021-05-13T08:25:58.688Z] ---> Running in 4598e8008fc4 [2021-05-13T08:25:58.688Z] ---> Running in e835a794e902 [2021-05-13T08:25:58.688Z] ---> 7eacee2cbe73 [2021-05-13T08:25:58.688Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:25:58.688Z] ---> Running in 76fd694134a1 [2021-05-13T08:25:59.267Z] Removing intermediate container e835a794e902 [2021-05-13T08:25:59.267Z] ---> 912da3817316 [2021-05-13T08:25:59.267Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T08:25:59.267Z] Removing intermediate container 76fd694134a1 [2021-05-13T08:25:59.267Z] ---> 05871f6521a5 [2021-05-13T08:25:59.267Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T08:25:59.267Z] Removing intermediate container 4598e8008fc4 [2021-05-13T08:25:59.267Z] ---> ba405068d64c [2021-05-13T08:25:59.267Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T08:25:59.267Z] ---> Running in 2ce03855ac40 [2021-05-13T08:25:59.267Z] ---> Running in 7a9ef0638ada [2021-05-13T08:25:59.267Z] Removing intermediate container 6c41cadfc4ce [2021-05-13T08:25:59.267Z] ---> 0eb9a74fbbba [2021-05-13T08:25:59.267Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T08:25:59.529Z] ---> Running in f9419279fa6b [2021-05-13T08:25:59.529Z] ---> Running in d21a5c2f8f78 [2021-05-13T08:26:00.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-13T08:26:00.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-13T08:26:00.482Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-data/core-data ./cmd/core-data [2021-05-13T08:26:00.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-13T08:26:39.402Z] Removing intermediate container 7a9ef0638ada [2021-05-13T08:26:39.402Z] ---> 6b763a243f6e [2021-05-13T08:26:39.402Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T08:26:39.402Z] ---> Running in 6439353d2c5a [2021-05-13T08:26:39.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-13T08:26:42.720Z] Removing intermediate container 2ce03855ac40 [2021-05-13T08:26:42.720Z] ---> 2732ad8083ad [2021-05-13T08:26:42.720Z] [2021-05-13T08:26:42.720Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:26:42.720Z] ---> 13621d1b12d4 [2021-05-13T08:26:42.720Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:26:42.720Z] ---> Using cache [2021-05-13T08:26:42.720Z] ---> 4e44620eb1a8 [2021-05-13T08:26:42.720Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:26:42.720Z] ---> Using cache [2021-05-13T08:26:42.720Z] ---> c1db4769ac68 [2021-05-13T08:26:42.720Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T08:26:42.720Z] Removing intermediate container f9419279fa6b [2021-05-13T08:26:42.720Z] ---> 89ccb60e9e5c [2021-05-13T08:26:42.720Z] [2021-05-13T08:26:42.720Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:26:42.720Z] ---> 13621d1b12d4 [2021-05-13T08:26:42.720Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:26:42.720Z] ---> Using cache [2021-05-13T08:26:42.720Z] ---> 4e44620eb1a8 [2021-05-13T08:26:42.720Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:26:42.721Z] ---> Using cache [2021-05-13T08:26:42.721Z] ---> c1db4769ac68 [2021-05-13T08:26:42.721Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T08:26:42.721Z] ---> Running in 17c9a28aa5e9 [2021-05-13T08:26:42.721Z] ---> Running in 42ffeda1b753 [2021-05-13T08:26:42.983Z] Removing intermediate container 42ffeda1b753 [2021-05-13T08:26:42.983Z] ---> 9ad9ba53e5d6 [2021-05-13T08:26:42.983Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:26:42.983Z] Removing intermediate container 17c9a28aa5e9 [2021-05-13T08:26:42.983Z] ---> 1eef53a30e58 [2021-05-13T08:26:42.983Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:26:43.254Z] Removing intermediate container 6439353d2c5a [2021-05-13T08:26:43.254Z] ---> df76327bf4a4 [2021-05-13T08:26:43.254Z] [2021-05-13T08:26:43.254Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T08:26:43.254Z] 20.10.0: Pulling from library/docker [2021-05-13T08:26:44.652Z] ---> Running in 9ef27addab58 [2021-05-13T08:26:44.652Z] ---> Running in 6b12f9b48342 [2021-05-13T08:26:46.580Z] Removing intermediate container d21a5c2f8f78 [2021-05-13T08:26:46.580Z] ---> cf4b4059e2ea [2021-05-13T08:26:46.580Z] [2021-05-13T08:26:46.580Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:26:46.580Z] ---> 13621d1b12d4 [2021-05-13T08:26:46.580Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T08:26:46.580Z] Removing intermediate container 9ef27addab58 [2021-05-13T08:26:46.580Z] ---> 6aa876db8a94 [2021-05-13T08:26:46.580Z] Step 16/24 : WORKDIR / [2021-05-13T08:26:46.580Z] Removing intermediate container 6b12f9b48342 [2021-05-13T08:26:46.580Z] ---> 8101baa5cb8e [2021-05-13T08:26:46.580Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:26:46.580Z] ---> Running in 62fa904022ac [2021-05-13T08:26:46.580Z] ---> Running in a4315753e757 [2021-05-13T08:26:46.580Z] ---> 6d8bf030e514 [2021-05-13T08:26:46.580Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T08:26:46.856Z] Removing intermediate container 62fa904022ac [2021-05-13T08:26:46.856Z] ---> f42dfad2c4ca [2021-05-13T08:26:46.856Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:26:46.856Z] Removing intermediate container a4315753e757 [2021-05-13T08:26:46.856Z] ---> f38d8edf13e8 [2021-05-13T08:26:46.856Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T08:26:46.856Z] ---> Running in 37b531246c83 [2021-05-13T08:26:48.272Z] ---> 761a5ddd0bfd [2021-05-13T08:26:48.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T08:26:48.272Z] Removing intermediate container 37b531246c83 [2021-05-13T08:26:48.272Z] ---> 9a50e1b52736 [2021-05-13T08:26:48.272Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T08:26:48.539Z] ---> 190f1f0e282d [2021-05-13T08:26:48.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T08:26:48.806Z] ---> Running in c5164b76f0de [2021-05-13T08:26:50.775Z] Removing intermediate container c5164b76f0de [2021-05-13T08:26:50.775Z] ---> db062936309e [2021-05-13T08:26:50.775Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:26:50.775Z] ---> 7f94b27c5f0f [2021-05-13T08:26:50.775Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T08:26:50.775Z] ---> 9242e6995161 [2021-05-13T08:26:50.775Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T08:26:50.775Z] ---> Running in 805b996eb322 [2021-05-13T08:26:50.775Z] ---> Running in cd27670a264f [2021-05-13T08:26:51.039Z] Removing intermediate container 805b996eb322 [2021-05-13T08:26:51.039Z] ---> 673d169a826a [2021-05-13T08:26:51.039Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:26:51.039Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T08:26:51.039Z] ---> 7361b0df9aea [2021-05-13T08:26:51.039Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T08:26:51.039Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T08:26:51.039Z] ---> aefe523efa57 [2021-05-13T08:26:51.039Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:26:51.302Z] ---> Running in e8bf1e636eb4 [2021-05-13T08:26:51.302Z] ---> Running in b8c4e9e5b0d0 [2021-05-13T08:26:51.302Z] ---> Running in 32a55494ecf9 [2021-05-13T08:26:51.564Z] Removing intermediate container e8bf1e636eb4 [2021-05-13T08:26:51.564Z] ---> 87dbf5f072c7 [2021-05-13T08:26:51.564Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T08:26:51.564Z] ---> Running in 0e4bde6cff31 [2021-05-13T08:26:51.564Z] Removing intermediate container 32a55494ecf9 [2021-05-13T08:26:51.564Z] ---> bfcc3804b149 [2021-05-13T08:26:51.564Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:26:51.564Z] Removing intermediate container b8c4e9e5b0d0 [2021-05-13T08:26:51.564Z] ---> b35715cccaec [2021-05-13T08:26:51.564Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T08:26:51.827Z] ---> Running in 9232cd7f664c [2021-05-13T08:26:51.827Z] ---> Running in 606cce044dd3 [2021-05-13T08:26:52.097Z] Removing intermediate container 0e4bde6cff31 [2021-05-13T08:26:52.097Z] ---> d345f57bb92d [2021-05-13T08:26:52.097Z] Step 22/23 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:26:52.363Z] ---> Running in 00296042ed8b [2021-05-13T08:26:52.363Z] Removing intermediate container 9232cd7f664c [2021-05-13T08:26:52.363Z] ---> 68726db14388 [2021-05-13T08:26:52.363Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:26:52.363Z] Removing intermediate container cd27670a264f [2021-05-13T08:26:52.363Z] ---> 147aff5928c3 [2021-05-13T08:26:52.363Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T08:26:52.363Z] ---> Running in b0f3d4629ba1 [2021-05-13T08:26:52.642Z] ---> Running in 12c2db7b6209 [2021-05-13T08:26:52.642Z] Removing intermediate container 00296042ed8b [2021-05-13T08:26:52.642Z] ---> ff050714cc48 [2021-05-13T08:26:52.642Z] Step 23/23 : LABEL version=2.0.0-dev.217 [2021-05-13T08:26:52.642Z] ---> Running in 034d3a6dddbd [2021-05-13T08:26:52.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:26:52.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:26:52.908Z] Removing intermediate container b0f3d4629ba1 [2021-05-13T08:26:52.908Z] ---> 3a5e231bfd03 [2021-05-13T08:26:52.908Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:26:52.908Z] Removing intermediate container 034d3a6dddbd [2021-05-13T08:26:52.908Z] ---> 4cb6023486c4 [2021-05-13T08:26:52.908Z] [2021-05-13T08:26:53.173Z] ---> Running in 4838316752cb [2021-05-13T08:26:53.173Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T08:26:53.173Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T08:26:53.173Z] Executing bash-5.0.17-r0.post-install [2021-05-13T08:26:53.173Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:26:53.173Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T08:26:53.173Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T08:26:53.173Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T08:26:53.173Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T08:26:53.173Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T08:26:53.436Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T08:26:53.436Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T08:26:53.436Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T08:26:53.436Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T08:26:53.436Z] Removing intermediate container 4838316752cb [2021-05-13T08:26:53.436Z] ---> 5b97a6de4f8d [2021-05-13T08:26:53.436Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:26:53.436Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T08:26:53.436Z] Successfully built 4cb6023486c4 [2021-05-13T08:26:53.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:26:53.436Z] Successfully tagged support-scheduler:latest [2021-05-13T08:26:54.385Z]  Building support-scheduler ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:26:54.647Z] ---> Running in 0c9c863c6362 [2021-05-13T08:26:55.593Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T08:26:55.593Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T08:26:55.593Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T08:26:55.593Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T08:26:55.857Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:26:56.121Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T08:26:56.121Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:26:56.121Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T08:26:56.385Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:26:57.340Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T08:26:58.291Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T08:26:58.291Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T08:26:58.291Z] Removing intermediate container 0c9c863c6362 [2021-05-13T08:26:58.291Z] ---> 2ccdccecb655 [2021-05-13T08:26:58.291Z] [2021-05-13T08:26:58.291Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T08:26:58.291Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T08:26:58.291Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:26:58.291Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T08:26:58.291Z] OK: 8 MiB in 20 packages [2021-05-13T08:26:58.291Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T08:26:58.291Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T08:26:58.291Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T08:26:58.291Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T08:26:58.291Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T08:26:58.291Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T08:26:58.291Z] Successfully built 2ccdccecb655 [2021-05-13T08:26:58.291Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T08:26:58.291Z] Successfully tagged core-metadata:latest [2021-05-13T08:26:58.291Z]  Building core-metadata ... done (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T08:26:58.291Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T08:26:58.291Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T08:26:58.291Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T08:26:58.291Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T08:26:58.555Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T08:26:58.555Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T08:26:58.555Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T08:26:58.555Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T08:26:58.555Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T08:26:59.962Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T08:26:59.962Z] OK: 72 MiB in 59 packages [2021-05-13T08:27:00.288Z] Removing intermediate container 12c2db7b6209 [2021-05-13T08:27:00.288Z] ---> 41cc3ae20922 [2021-05-13T08:27:00.288Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:27:00.561Z] ---> 41ca22ffe26e [2021-05-13T08:27:00.561Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T08:27:01.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-13T08:27:01.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-13T08:27:02.491Z] ---> c8e56087cf20 [2021-05-13T08:27:02.491Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T08:27:02.491Z] Collecting docker-compose==1.23.2 [2021-05-13T08:27:02.491Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T08:27:02.491Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T08:27:02.491Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T08:27:02.491Z] ---> badf5604184e [2021-05-13T08:27:02.491Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T08:27:02.761Z] ---> Running in ce89ff98a845 [2021-05-13T08:27:02.761Z] Removing intermediate container ce89ff98a845 [2021-05-13T08:27:02.761Z] ---> e59086dcbf52 [2021-05-13T08:27:02.761Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:27:02.761Z] ---> Running in 419a50a7125d [2021-05-13T08:27:03.028Z] Removing intermediate container 419a50a7125d [2021-05-13T08:27:03.028Z] ---> bdbd835dae00 [2021-05-13T08:27:03.028Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:27:03.028Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T08:27:03.028Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T08:27:03.028Z] ---> Running in 0c93fa5be8fe [2021-05-13T08:27:03.293Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T08:27:03.293Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T08:27:03.293Z] Removing intermediate container 0c93fa5be8fe [2021-05-13T08:27:03.293Z] ---> ef54b99ac089 [2021-05-13T08:27:03.293Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:03.293Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T08:27:03.293Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T08:27:03.293Z] ---> Running in f8adb0ef6512 [2021-05-13T08:27:03.555Z] Removing intermediate container f8adb0ef6512 [2021-05-13T08:27:03.555Z] ---> 98b4ef852bef [2021-05-13T08:27:03.555Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:27:03.555Z] ---> Running in a541ea501414 [2021-05-13T08:27:03.820Z] Removing intermediate container a541ea501414 [2021-05-13T08:27:03.820Z] ---> 1e0df506baeb [2021-05-13T08:27:03.820Z] [2021-05-13T08:27:04.082Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T08:27:04.082Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T08:27:04.082Z] Successfully built 1e0df506baeb [2021-05-13T08:27:04.082Z] Successfully tagged core-data:latest [2021-05-13T08:27:04.344Z]  Building core-data ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T08:27:04.344Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T08:27:04.607Z] Collecting PyYAML<4,>=3.10 [2021-05-13T08:27:04.607Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T08:27:05.552Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T08:27:05.552Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T08:27:05.552Z] 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-13T08:27:05.552Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T08:27:05.552Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T08:27:06.022Z] Removing intermediate container 2c1b02fc75c8 [2021-05-13T08:27:06.023Z] ---> 141627a26172 [2021-05-13T08:27:06.023Z] [2021-05-13T08:27:06.023Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T08:27:06.023Z] 3.12: Pulling from library/alpine [2021-05-13T08:27:06.124Z] Collecting idna<2.8,>=2.5 [2021-05-13T08:27:06.125Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T08:27:06.125Z] 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-13T08:27:06.300Z] Removing intermediate container 45ffcdef9d28 [2021-05-13T08:27:06.300Z] ---> a11909144c8a [2021-05-13T08:27:06.300Z] [2021-05-13T08:27:06.300Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T08:27:06.300Z] 3.12: Pulling from library/alpine [2021-05-13T08:27:06.387Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T08:27:06.387Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T08:27:06.387Z] 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-13T08:27:06.387Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T08:27:06.387Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T08:27:06.387Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T08:27:06.387Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T08:27:06.387Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T08:27:06.387Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T08:27:06.650Z] Installing collected packages: dockerpty, jsonschema, cached-property, docopt, websocket-client, idna, urllib3, requests, PyYAML, docker-pycreds, docker, texttable, docker-compose [2021-05-13T08:27:06.650Z] Running setup.py install for dockerpty: started [2021-05-13T08:27:07.223Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T08:27:07.223Z] Running setup.py install for docopt: started [2021-05-13T08:27:07.798Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T08:27:07.798Z] Attempting uninstall: idna [2021-05-13T08:27:07.798Z] Found existing installation: idna 2.9 [2021-05-13T08:27:07.798Z] Uninstalling idna-2.9: [2021-05-13T08:27:07.798Z] Successfully uninstalled idna-2.9 [2021-05-13T08:27:08.028Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:27:08.028Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:27:08.028Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:27:08.028Z] ---> 9852663dfa18 [2021-05-13T08:27:08.028Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T08:27:08.028Z] Status: Image is up to date for alpine:3.12 [2021-05-13T08:27:08.028Z] ---> 9852663dfa18 [2021-05-13T08:27:08.028Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T08:27:08.060Z] Attempting uninstall: urllib3 [2021-05-13T08:27:08.060Z] Found existing installation: urllib3 1.25.9 [2021-05-13T08:27:08.060Z] Uninstalling urllib3-1.25.9: [2021-05-13T08:27:08.060Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T08:27:08.323Z] Attempting uninstall: requests [2021-05-13T08:27:08.323Z] Found existing installation: requests 2.23.0 [2021-05-13T08:27:08.323Z] Uninstalling requests-2.23.0: [2021-05-13T08:27:08.323Z] Successfully uninstalled requests-2.23.0 [2021-05-13T08:27:08.323Z] Running setup.py install for PyYAML: started [2021-05-13T08:27:08.896Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T08:27:09.157Z] Running setup.py install for texttable: started [2021-05-13T08:27:09.601Z] ---> Running in 10723d6808b8 [2021-05-13T08:27:09.602Z] ---> Running in 55c21bed6cf0 [2021-05-13T08:27:09.730Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T08:27:09.997Z] 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.59.0 [2021-05-13T08:27:10.200Z] Removing intermediate container 0f997b732b8d [2021-05-13T08:27:10.200Z] ---> 9848279d6f40 [2021-05-13T08:27:10.200Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T08:27:10.475Z] ---> Running in 75d758862bd4 [2021-05-13T08:27:12.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:12.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:12.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-13T08:27:12.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:12.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:13.337Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T08:27:13.337Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T08:27:13.337Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:27:13.337Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T08:27:13.337Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T08:27:13.337Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:27:13.338Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T08:27:13.338Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:27:13.338Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T08:27:13.338Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:27:13.338Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T08:27:13.338Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:27:13.338Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:27:13.338Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:27:13.631Z] OK: 7 MiB in 18 packages [2021-05-13T08:27:13.631Z] OK: 7 MiB in 20 packages [2021-05-13T08:27:15.618Z] Removing intermediate container 74d606f9c2ea [2021-05-13T08:27:15.618Z] ---> 562890b9a5e8 [2021-05-13T08:27:15.618Z] [2021-05-13T08:27:15.618Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:27:15.618Z] ---> 9852663dfa18 [2021-05-13T08:27:15.618Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:27:15.890Z] Removing intermediate container 8b7d7cba7144 [2021-05-13T08:27:15.890Z] ---> 420f33e9456b [2021-05-13T08:27:15.890Z] [2021-05-13T08:27:15.890Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:27:15.890Z] ---> 9852663dfa18 [2021-05-13T08:27:15.890Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:27:16.165Z] ---> Running in b4711f90d5d3 [2021-05-13T08:27:16.439Z] ---> Running in d9b50c31cd1b [2021-05-13T08:27:17.423Z] Removing intermediate container 75d758862bd4 [2021-05-13T08:27:17.423Z] ---> b5613c451832 [2021-05-13T08:27:17.423Z] [2021-05-13T08:27:17.424Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T08:27:17.706Z] 20.10.0: Pulling from library/docker [2021-05-13T08:27:17.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:17.986Z] Removing intermediate container 55c21bed6cf0 [2021-05-13T08:27:17.986Z] ---> 182197d1ddda [2021-05-13T08:27:17.986Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:27:17.986Z] Removing intermediate container 10723d6808b8 [2021-05-13T08:27:17.986Z] ---> fba46f4a708e [2021-05-13T08:27:17.986Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:27:17.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:17.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:18.168Z] Removing intermediate container 606cce044dd3 [2021-05-13T08:27:18.168Z] ---> 870516bcfa57 [2021-05-13T08:27:18.168Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T08:27:18.169Z] ---> Running in 44aed25e5e5f [2021-05-13T08:27:18.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:18.271Z] ---> Running in 37dd2d09374c [2021-05-13T08:27:18.271Z] ---> Running in 10fb78cc3881 [2021-05-13T08:27:18.432Z] Removing intermediate container 44aed25e5e5f [2021-05-13T08:27:18.432Z] ---> 4a30a36a3bb5 [2021-05-13T08:27:18.432Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T08:27:18.432Z] ---> Running in ac1b179c6dd9 [2021-05-13T08:27:18.552Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T08:27:18.552Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:27:18.552Z] OK: 5 MiB in 15 packages [2021-05-13T08:27:18.694Z] Removing intermediate container ac1b179c6dd9 [2021-05-13T08:27:18.694Z] ---> 6b08110e30fd [2021-05-13T08:27:18.694Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T08:27:18.835Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T08:27:18.835Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:27:18.835Z] OK: 5 MiB in 15 packages [2021-05-13T08:27:19.270Z] ---> 186369c1868d [2021-05-13T08:27:19.270Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T08:27:19.435Z] Removing intermediate container 37dd2d09374c [2021-05-13T08:27:19.435Z] ---> 150d1c8b5aba [2021-05-13T08:27:19.435Z] Step 14/22 : WORKDIR /edgex [2021-05-13T08:27:19.532Z] ---> 7225cd82b573 [2021-05-13T08:27:19.532Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T08:27:19.708Z] Removing intermediate container 10fb78cc3881 [2021-05-13T08:27:19.708Z] ---> dbe9b807b81a [2021-05-13T08:27:19.708Z] Step 14/26 : WORKDIR / [2021-05-13T08:27:19.796Z] ---> 3a517cc3cb4f [2021-05-13T08:27:19.796Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T08:27:19.796Z] ---> Running in 79ff21ac50ac [2021-05-13T08:27:19.994Z] ---> Running in 37b7de0b988a [2021-05-13T08:27:20.059Z] Removing intermediate container 79ff21ac50ac [2021-05-13T08:27:20.059Z] ---> 4f4991421967 [2021-05-13T08:27:20.059Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:27:20.059Z] ---> Running in 65ddd806a2b6 [2021-05-13T08:27:20.272Z] ---> Running in a60b1f0e686c [2021-05-13T08:27:20.322Z] Removing intermediate container 65ddd806a2b6 [2021-05-13T08:27:20.322Z] ---> 7435bdbb1465 [2021-05-13T08:27:20.322Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:27:20.322Z] ---> Running in 86cf1fa4e4f0 [2021-05-13T08:27:20.615Z] Removing intermediate container 86cf1fa4e4f0 [2021-05-13T08:27:20.615Z] ---> b8e1348a818b [2021-05-13T08:27:20.615Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:20.615Z] ---> Running in f75d918f3cfc [2021-05-13T08:27:20.873Z] Removing intermediate container 37b7de0b988a [2021-05-13T08:27:20.874Z] ---> 8f35d2c4e551 [2021-05-13T08:27:20.874Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T08:27:20.878Z] Removing intermediate container f75d918f3cfc [2021-05-13T08:27:20.878Z] ---> 020525a79846 [2021-05-13T08:27:20.878Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:27:20.878Z] ---> Running in 7c7cd6a80c50 [2021-05-13T08:27:21.140Z] Removing intermediate container 7c7cd6a80c50 [2021-05-13T08:27:21.140Z] ---> 54db4f43e491 [2021-05-13T08:27:21.140Z] [2021-05-13T08:27:21.140Z] Successfully built 54db4f43e491 [2021-05-13T08:27:21.140Z] Successfully tagged sys-mgmt-agent:latest [2021-05-13T08:27:21.146Z] Removing intermediate container b4711f90d5d3 [2021-05-13T08:27:21.146Z] ---> 562bec089386 [2021-05-13T08:27:21.146Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:27:21.146Z] Removing intermediate container d9b50c31cd1b [2021-05-13T08:27:21.146Z] ---> 9fe1c0a8d383 [2021-05-13T08:27:21.146Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:27:21.416Z] Removing intermediate container a60b1f0e686c [2021-05-13T08:27:21.416Z] ---> 252af4390230 [2021-05-13T08:27:21.416Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T08:27:21.416Z] ---> Running in 0d37b8b7210e [2021-05-13T08:27:21.416Z] ---> Running in c0e6736cf418 [2021-05-13T08:27:22.098Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-13T08:27:22.160Z] $ docker stop --time=1 c89b2b7d9530def0eef36d79d6c2fb9b7f5d370cba33d58aad376e90e3c456f0 [2021-05-13T08:27:22.398Z] Removing intermediate container 0d37b8b7210e [2021-05-13T08:27:22.398Z] ---> bedd71e77ae0 [2021-05-13T08:27:22.398Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T08:27:22.398Z] Removing intermediate container c0e6736cf418 [2021-05-13T08:27:22.398Z] ---> d8147a5862f7 [2021-05-13T08:27:22.398Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T08:27:23.381Z] ---> 8a3e35d219e9 [2021-05-13T08:27:23.381Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T08:27:23.381Z] ---> Running in a17918e8ed87 [2021-05-13T08:27:23.381Z] ---> aa5f788a07c7 [2021-05-13T08:27:23.381Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T08:27:23.657Z] ---> Running in e7349b12cdf5 [2021-05-13T08:27:24.649Z] Removing intermediate container a17918e8ed87 [2021-05-13T08:27:24.649Z] ---> 7770080b946e [2021-05-13T08:27:24.649Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:27:25.059Z] $ docker rm -f c89b2b7d9530def0eef36d79d6c2fb9b7f5d370cba33d58aad376e90e3c456f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:27:25.638Z] ---> 186409c61f00 [2021-05-13T08:27:25.638Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T08:27:25.638Z] Removing intermediate container e7349b12cdf5 [2021-05-13T08:27:25.638Z] ---> 629b2c77c94a [2021-05-13T08:27:25.638Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:27:25.638Z] ---> Running in b4ef2be365dd [2021-05-13T08:27:25.638Z] ---> ba20e4f417ad [2021-05-13T08:27:25.638Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T08:27:25.649Z] + docker images [2021-05-13T08:27:26.239Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T08:27:26.239Z] sys-mgmt-agent latest 54db4f43e491 5 seconds ago 312MB [2021-05-13T08:27:26.239Z] core-data latest 1e0df506baeb 22 seconds ago 21.6MB [2021-05-13T08:27:26.239Z] core-metadata latest 2ccdccecb655 30 seconds ago 18.6MB [2021-05-13T08:27:26.239Z] support-scheduler latest 4cb6023486c4 33 seconds ago 17.1MB [2021-05-13T08:27:26.239Z] cf4b4059e2ea 41 seconds ago 1.17GB [2021-05-13T08:27:26.239Z] df76327bf4a4 43 seconds ago 1.15GB [2021-05-13T08:27:26.239Z] 89ccb60e9e5c 44 seconds ago 1.17GB [2021-05-13T08:27:26.239Z] 2732ad8083ad 47 seconds ago 1.16GB [2021-05-13T08:27:26.239Z] security-bootstrapper latest e6b7a82dad3f 2 minutes ago 18.2MB [2021-05-13T08:27:26.239Z] security-secretstore-setup latest 26ba6fd9c467 2 minutes ago 25.7MB [2021-05-13T08:27:26.239Z] core-command latest 53ee828b725d 2 minutes ago 17MB [2021-05-13T08:27:26.239Z] support-notifications latest 9548c3b1b7a2 2 minutes ago 17.7MB [2021-05-13T08:27:26.239Z] security-proxy-setup latest 52b36e443e70 2 minutes ago 25.3MB [2021-05-13T08:27:26.239Z] 707b31b3db8f 3 minutes ago 1.16GB [2021-05-13T08:27:26.239Z] 3ac05d198b5b 3 minutes ago 1.15GB [2021-05-13T08:27:26.239Z] 872339e62c9a 3 minutes ago 1.16GB [2021-05-13T08:27:26.239Z] d0679053cd29 3 minutes ago 1.15GB [2021-05-13T08:27:26.239Z] 008eb2bbdf4c 3 minutes ago 1.16GB [2021-05-13T08:27:26.239Z] ci-base-image-x86_64 latest 5d319fc81cf6 8 minutes ago 648MB [2021-05-13T08:27:26.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-13T08:27:26.239Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-13T08:27:26.239Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-13T08:27:26.239Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-13T08:27:26.240Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [2021-05-13T08:27:26.245Z] ---> Running in adcbd35912c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:27:26.500Z] provisioning config files... [2021-05-13T08:27:26.521Z] Removing intermediate container b4ef2be365dd [2021-05-13T08:27:26.521Z] ---> 96ca1308a666 [2021-05-13T08:27:26.521Z] Step 16/24 : WORKDIR / [2021-05-13T08:27:26.535Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/486@tmp/config7667377454845677265tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:27:26.873Z] ---> docker-login.sh [2021-05-13T08:27:26.873Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:27:26.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:27:27.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:27:27.142Z] Configure a credential helper to remove this warning. See [2021-05-13T08:27:27.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:27:27.142Z] [2021-05-13T08:27:27.142Z] Login Succeeded [2021-05-13T08:27:27.142Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:27:27.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:27:27.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:27:27.142Z] Configure a credential helper to remove this warning. See [2021-05-13T08:27:27.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:27:27.142Z] [2021-05-13T08:27:27.142Z] Login Succeeded [2021-05-13T08:27:27.142Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:27:27.160Z] ---> a91f1c6175dc [2021-05-13T08:27:27.160Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T08:27:27.160Z] ---> Running in de9e813b0b9a [2021-05-13T08:27:27.160Z] Removing intermediate container adcbd35912c5 [2021-05-13T08:27:27.160Z] ---> 272d95cd7b8b [2021-05-13T08:27:27.160Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:27:27.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:27:27.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:27:27.403Z] Configure a credential helper to remove this warning. See [2021-05-13T08:27:27.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:27:27.403Z] [2021-05-13T08:27:27.403Z] Login Succeeded [2021-05-13T08:27:27.403Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:27:27.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:27:27.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:27:27.667Z] Configure a credential helper to remove this warning. See [2021-05-13T08:27:27.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:27:27.667Z] [2021-05-13T08:27:27.667Z] Login Succeeded [2021-05-13T08:27:27.667Z] docker.io [2021-05-13T08:27:27.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:27:27.759Z] ---> d33c14a58442 [2021-05-13T08:27:27.760Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T08:27:27.760Z] ---> Running in 1dac06423d41 [2021-05-13T08:27:28.036Z] ---> ee09aae81d42 [2021-05-13T08:27:28.036Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T08:27:28.036Z] Removing intermediate container de9e813b0b9a [2021-05-13T08:27:28.036Z] ---> 625e1092bb8b [2021-05-13T08:27:28.036Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:27:28.036Z] ---> 77477521cf69 [2021-05-13T08:27:28.036Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T08:27:28.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:27:28.243Z] Configure a credential helper to remove this warning. See [2021-05-13T08:27:28.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:27:28.243Z] [2021-05-13T08:27:28.243Z] Login Succeeded [2021-05-13T08:27:28.243Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:27:28.253Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:28.320Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2021-05-13T08:27:28.320Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:28.320Z] 2.0.0-dev.217 [2021-05-13T08:27:28.320Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:28.320Z] master [2021-05-13T08:27:28.320Z] ===================================================== [2021-05-13T08:27:28.320Z] Removing intermediate container 1dac06423d41 [2021-05-13T08:27:28.320Z] ---> 4218c6e39dbf [2021-05-13T08:27:28.320Z] Step 19/22 : CMD ["--init=true"] [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:28.595Z] ---> Running in 67b0c858f3ab [2021-05-13T08:27:28.697Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:29.005Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:29.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T08:27:29.005Z] 6803a0610dbf: Preparing [2021-05-13T08:27:29.005Z] b1c3568487e2: Preparing [2021-05-13T08:27:29.005Z] bb3f8573432a: Preparing [2021-05-13T08:27:29.005Z] 0362113b543d: Preparing [2021-05-13T08:27:29.005Z] 32f366d666a5: Preparing [2021-05-13T08:27:29.005Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:29.269Z] bb3f8573432a: Pushed [2021-05-13T08:27:29.269Z] 6803a0610dbf: Pushed [2021-05-13T08:27:29.269Z] 0362113b543d: Pushed [2021-05-13T08:27:29.579Z] ---> 19c8c8059895 [2021-05-13T08:27:29.579Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T08:27:29.579Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T08:27:29.855Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T08:27:29.855Z] ---> eeaf43b92773 [2021-05-13T08:27:29.855Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:27:29.855Z] Removing intermediate container 67b0c858f3ab [2021-05-13T08:27:29.855Z] ---> 83bdb4fb52ef [2021-05-13T08:27:29.855Z] Step 20/22 : LABEL arch=arm64 [2021-05-13T08:27:29.855Z] ---> 17edea0e5fbb [2021-05-13T08:27:29.855Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T08:27:30.129Z] ---> Running in d761a540d724 [2021-05-13T08:27:30.130Z] ---> Running in d0c410e0a28f [2021-05-13T08:27:30.130Z] ---> 5556c75190e7 [2021-05-13T08:27:30.130Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T08:27:30.214Z] b1c3568487e2: Pushed [2021-05-13T08:27:30.214Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:275e74343bdce3dd45da3d2551211bb62ebcf223a86dca4dd5a72689376f2f02 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:30.546Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:30.851Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.217 [2021-05-13T08:27:30.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T08:27:30.851Z] 6803a0610dbf: Preparing [2021-05-13T08:27:30.851Z] b1c3568487e2: Preparing [2021-05-13T08:27:30.851Z] bb3f8573432a: Preparing [2021-05-13T08:27:30.851Z] 0362113b543d: Preparing [2021-05-13T08:27:30.851Z] 32f366d666a5: Preparing [2021-05-13T08:27:30.851Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:30.851Z] 0362113b543d: Layer already exists [2021-05-13T08:27:30.851Z] 6803a0610dbf: Layer already exists [2021-05-13T08:27:30.851Z] b1c3568487e2: Layer already exists [2021-05-13T08:27:30.851Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:30.851Z] 2.0.0-dev.217: digest: sha256:275e74343bdce3dd45da3d2551211bb62ebcf223a86dca4dd5a72689376f2f02 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:31.118Z] Removing intermediate container d0c410e0a28f [2021-05-13T08:27:31.118Z] Removing intermediate container d761a540d724 [2021-05-13T08:27:31.118Z] ---> dbccce5413a4 [2021-05-13T08:27:31.118Z] Step 21/22 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:31.118Z] ---> c02739fcd020 [2021-05-13T08:27:31.118Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T08:27:31.189Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:31.405Z] ---> ee9efac4ad11 [2021-05-13T08:27:31.405Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T08:27:31.405Z] ---> Running in 21d02d39df82 [2021-05-13T08:27:31.405Z] ---> Running in 4dfb3570b151 [2021-05-13T08:27:31.405Z] ---> bae9f593a698 [2021-05-13T08:27:31.405Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T08:27:31.509Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:31.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T08:27:31.509Z] 6803a0610dbf: Preparing [2021-05-13T08:27:31.509Z] b1c3568487e2: Preparing [2021-05-13T08:27:31.509Z] bb3f8573432a: Preparing [2021-05-13T08:27:31.509Z] 0362113b543d: Preparing [2021-05-13T08:27:31.509Z] 32f366d666a5: Preparing [2021-05-13T08:27:31.509Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:31.509Z] 0362113b543d: Layer already exists [2021-05-13T08:27:31.509Z] b1c3568487e2: Layer already exists [2021-05-13T08:27:31.509Z] 6803a0610dbf: Layer already exists [2021-05-13T08:27:31.509Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:31.509Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:275e74343bdce3dd45da3d2551211bb62ebcf223a86dca4dd5a72689376f2f02 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:31.684Z] ---> c4ee6c9d24d5 [2021-05-13T08:27:31.684Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T08:27:31.826Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:31.965Z] ---> Running in 04db5272aadf [2021-05-13T08:27:32.144Z] + docker push nexus3.edgexfoundry.org:10004/core-command:master [2021-05-13T08:27:32.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T08:27:32.144Z] 6803a0610dbf: Preparing [2021-05-13T08:27:32.144Z] b1c3568487e2: Preparing [2021-05-13T08:27:32.144Z] bb3f8573432a: Preparing [2021-05-13T08:27:32.144Z] 0362113b543d: Preparing [2021-05-13T08:27:32.144Z] 32f366d666a5: Preparing [2021-05-13T08:27:32.144Z] 0362113b543d: Layer already exists [2021-05-13T08:27:32.144Z] 6803a0610dbf: Layer already exists [2021-05-13T08:27:32.144Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:32.144Z] b1c3568487e2: Layer already exists [2021-05-13T08:27:32.144Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:32.144Z] master: digest: sha256:275e74343bdce3dd45da3d2551211bb62ebcf223a86dca4dd5a72689376f2f02 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:32.242Z] ===================================================== [2021-05-13T08:27:32.245Z] Removing intermediate container 4dfb3570b151 [2021-05-13T08:27:32.245Z] ---> 2f4e2b4db404 [2021-05-13T08:27:32.245Z] Step 22/22 : LABEL version=2.0.0-dev.217 [Pipeline] echo [2021-05-13T08:27:32.260Z] taggedImages: [2021-05-13T08:27:32.261Z] - nexus3.edgexfoundry.org:10004/core-command:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:32.261Z] - nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.217 [2021-05-13T08:27:32.261Z] - nexus3.edgexfoundry.org:10004/core-command:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:32.261Z] - nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] echo [2021-05-13T08:27:32.308Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2021-05-13T08:27:32.308Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:32.308Z] 2.0.0-dev.217 [2021-05-13T08:27:32.308Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:32.308Z] master [2021-05-13T08:27:32.308Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:32.524Z] ---> Running in f1b721c1ece4 [2021-05-13T08:27:32.681Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:32.809Z] ---> 75a7d6a94c93 [2021-05-13T08:27:32.809Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T08:27:32.809Z] Removing intermediate container 04db5272aadf [2021-05-13T08:27:32.809Z] ---> 734eef09a329 [2021-05-13T08:27:32.809Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:27:32.809Z] ---> f063f6e9bcd0 [2021-05-13T08:27:32.809Z] Step 22/26 : 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-13T08:27:32.809Z] ---> Running in 491778150ca4 [2021-05-13T08:27:32.809Z] ---> Running in 605e61d2d820 [2021-05-13T08:27:32.999Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:32.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T08:27:32.999Z] fbaa75c4b132: Preparing [2021-05-13T08:27:32.999Z] c4f68380a014: Preparing [2021-05-13T08:27:32.999Z] bb3f8573432a: Preparing [2021-05-13T08:27:32.999Z] 9cc102135580: Preparing [2021-05-13T08:27:32.999Z] fdf45e819776: Preparing [2021-05-13T08:27:32.999Z] 32f366d666a5: Preparing [2021-05-13T08:27:32.999Z] 32f366d666a5: Waiting [2021-05-13T08:27:32.999Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:32.999Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:33.000Z] fdf45e819776: Pushed [2021-05-13T08:27:33.087Z] ---> Running in 1544377aa8e2 [2021-05-13T08:27:33.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:33.261Z] fbaa75c4b132: Pushed [2021-05-13T08:27:33.261Z] 9cc102135580: Pushed [2021-05-13T08:27:33.364Z] Removing intermediate container f1b721c1ece4 [2021-05-13T08:27:33.364Z] ---> 6189e3ad89bc [2021-05-13T08:27:33.364Z] [2021-05-13T08:27:33.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:27:33.647Z] Removing intermediate container 491778150ca4 [2021-05-13T08:27:33.647Z] ---> 2f1ba6b6d3b2 [2021-05-13T08:27:33.647Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:27:33.647Z] Removing intermediate container 605e61d2d820 [2021-05-13T08:27:33.647Z] ---> a797cc172ad4 [2021-05-13T08:27:33.647Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T08:27:33.647Z] Successfully built 6189e3ad89bc [2021-05-13T08:27:33.922Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-13T08:27:33.922Z] Building security-bootstrapper [2021-05-13T08:27:33.922Z]  Building security-proxy-setup ... done  ---> Running in 24f6e3f36db7 [2021-05-13T08:27:33.922Z] ---> Running in 2668183619dd [2021-05-13T08:27:34.201Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T08:27:34.201Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T08:27:34.201Z] Executing bash-5.0.17-r0.post-install [2021-05-13T08:27:34.201Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:27:34.201Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T08:27:34.201Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T08:27:34.201Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T08:27:34.201Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T08:27:34.201Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T08:27:34.201Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T08:27:34.201Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T08:27:34.201Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T08:27:34.210Z] c4f68380a014: Pushed [2021-05-13T08:27:34.473Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:5c2a735f819a3652f6094f924e1f56cb327b59723fe6dbf640cfc33ca459ed1d size: 1572 [2021-05-13T08:27:34.489Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T08:27:34.489Z] (13/39) Installing python3 (3.8.10-r0) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:34.767Z] Removing intermediate container 2668183619dd [2021-05-13T08:27:34.767Z] ---> d66a3c0c4d31 [2021-05-13T08:27:34.767Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:27:34.789Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:35.041Z] Removing intermediate container 24f6e3f36db7 [2021-05-13T08:27:35.042Z] ---> 65f87b2f9317 [2021-05-13T08:27:35.042Z] Step 22/23 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:35.091Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.217 [2021-05-13T08:27:35.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T08:27:35.092Z] fbaa75c4b132: Preparing [2021-05-13T08:27:35.092Z] c4f68380a014: Preparing [2021-05-13T08:27:35.092Z] bb3f8573432a: Preparing [2021-05-13T08:27:35.092Z] 9cc102135580: Preparing [2021-05-13T08:27:35.092Z] fdf45e819776: Preparing [2021-05-13T08:27:35.092Z] 32f366d666a5: Preparing [2021-05-13T08:27:35.092Z] 32f366d666a5: Waiting [2021-05-13T08:27:35.092Z] 9cc102135580: Layer already exists [2021-05-13T08:27:35.092Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:35.092Z] fdf45e819776: Layer already exists [2021-05-13T08:27:35.092Z] c4f68380a014: Layer already exists [2021-05-13T08:27:35.092Z] fbaa75c4b132: Layer already exists [2021-05-13T08:27:35.318Z] ---> Running in 3560c02ff65c [2021-05-13T08:27:35.355Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:35.355Z] 2.0.0-dev.217: digest: sha256:5c2a735f819a3652f6094f924e1f56cb327b59723fe6dbf640cfc33ca459ed1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:35.594Z] ---> Running in 2e1313ae7806 [2021-05-13T08:27:35.672Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:35.984Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:35.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T08:27:35.984Z] fbaa75c4b132: Preparing [2021-05-13T08:27:35.984Z] c4f68380a014: Preparing [2021-05-13T08:27:35.984Z] bb3f8573432a: Preparing [2021-05-13T08:27:35.984Z] 9cc102135580: Preparing [2021-05-13T08:27:35.984Z] fdf45e819776: Preparing [2021-05-13T08:27:35.984Z] 32f366d666a5: Preparing [2021-05-13T08:27:35.984Z] 32f366d666a5: Waiting [2021-05-13T08:27:35.984Z] c4f68380a014: Layer already exists [2021-05-13T08:27:35.984Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:35.984Z] fbaa75c4b132: Layer already exists [2021-05-13T08:27:35.984Z] 9cc102135580: Layer already exists [2021-05-13T08:27:35.984Z] fdf45e819776: Layer already exists [2021-05-13T08:27:35.984Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:35.984Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:5c2a735f819a3652f6094f924e1f56cb327b59723fe6dbf640cfc33ca459ed1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:36.299Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:36.582Z] Removing intermediate container 3560c02ff65c [2021-05-13T08:27:36.582Z] ---> 5007a5f5900a [2021-05-13T08:27:36.582Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:36.607Z] + docker push nexus3.edgexfoundry.org:10004/core-data:master [2021-05-13T08:27:36.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T08:27:36.607Z] fbaa75c4b132: Preparing [2021-05-13T08:27:36.607Z] c4f68380a014: Preparing [2021-05-13T08:27:36.607Z] bb3f8573432a: Preparing [2021-05-13T08:27:36.607Z] 9cc102135580: Preparing [2021-05-13T08:27:36.607Z] fdf45e819776: Preparing [2021-05-13T08:27:36.607Z] 32f366d666a5: Preparing [2021-05-13T08:27:36.607Z] 32f366d666a5: Waiting [2021-05-13T08:27:36.607Z] c4f68380a014: Layer already exists [2021-05-13T08:27:36.607Z] fdf45e819776: Layer already exists [2021-05-13T08:27:36.607Z] 9cc102135580: Layer already exists [2021-05-13T08:27:36.607Z] fbaa75c4b132: Layer already exists [2021-05-13T08:27:36.607Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:36.607Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:36.607Z] master: digest: sha256:5c2a735f819a3652f6094f924e1f56cb327b59723fe6dbf640cfc33ca459ed1d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:36.678Z] ===================================================== [Pipeline] echo [2021-05-13T08:27:36.693Z] taggedImages: [2021-05-13T08:27:36.693Z] - nexus3.edgexfoundry.org:10004/core-data:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:36.693Z] - nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.217 [2021-05-13T08:27:36.693Z] - nexus3.edgexfoundry.org:10004/core-data:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:36.693Z] - nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] echo [2021-05-13T08:27:36.726Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2021-05-13T08:27:36.726Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:36.726Z] 2.0.0-dev.217 [2021-05-13T08:27:36.726Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:36.726Z] master [2021-05-13T08:27:36.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:36.859Z] Removing intermediate container 2e1313ae7806 [2021-05-13T08:27:36.859Z] ---> f075bdb77404 [2021-05-13T08:27:36.859Z] Step 23/23 : LABEL version=2.0.0-dev.217 [2021-05-13T08:27:36.859Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T08:27:36.859Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T08:27:36.859Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T08:27:36.859Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T08:27:36.859Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T08:27:36.859Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T08:27:36.859Z] Removing intermediate container 1544377aa8e2 [2021-05-13T08:27:36.859Z] ---> 43e115be3652 [2021-05-13T08:27:36.859Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T08:27:36.859Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T08:27:37.096Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:37.142Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T08:27:37.142Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T08:27:37.142Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T08:27:37.142Z] ---> Running in 3e089a4210de [2021-05-13T08:27:37.142Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T08:27:37.142Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T08:27:37.142Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T08:27:37.142Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T08:27:37.142Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T08:27:37.142Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T08:27:37.398Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:37.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T08:27:37.398Z] ec134d474060: Preparing [2021-05-13T08:27:37.398Z] 3df5c228c6cf: Preparing [2021-05-13T08:27:37.398Z] bb3f8573432a: Preparing [2021-05-13T08:27:37.398Z] 0362113b543d: Preparing [2021-05-13T08:27:37.398Z] 32f366d666a5: Preparing [2021-05-13T08:27:37.398Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:37.398Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:37.398Z] 0362113b543d: Layer already exists [2021-05-13T08:27:37.398Z] ec134d474060: Pushed [2021-05-13T08:27:37.413Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T08:27:37.413Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T08:27:37.413Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T08:27:37.413Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T08:27:37.413Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T08:27:37.413Z] ---> Running in 4301034c55a9 [2021-05-13T08:27:37.413Z] ---> Running in e7bde57e1f05 [2021-05-13T08:27:37.413Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T08:27:37.413Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T08:27:37.413Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T08:27:37.413Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T08:27:37.413Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T08:27:37.686Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T08:27:37.686Z] OK: 72 MiB in 59 packages [2021-05-13T08:27:37.686Z] Removing intermediate container 3e089a4210de [2021-05-13T08:27:37.686Z] ---> c5005020bc22 [2021-05-13T08:27:37.960Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:27:37.960Z] ---> Running in 5a7ace2ce9f8 [2021-05-13T08:27:38.237Z] Removing intermediate container e7bde57e1f05 [2021-05-13T08:27:38.237Z] ---> 5a3f876962ce [2021-05-13T08:27:38.237Z] [2021-05-13T08:27:38.237Z] Removing intermediate container 4301034c55a9 [2021-05-13T08:27:38.237Z] ---> 9a4e1e0d5bd6 [2021-05-13T08:27:38.237Z] Step 24/26 : LABEL arch=arm64 [2021-05-13T08:27:38.512Z] ---> Running in cc11557cde2d [2021-05-13T08:27:38.785Z] Successfully built 5a3f876962ce [2021-05-13T08:27:38.785Z] Successfully tagged support-scheduler-arm64:latest [2021-05-13T08:27:38.785Z]  Building support-scheduler ... done Removing intermediate container 5a7ace2ce9f8 [2021-05-13T08:27:38.785Z] ---> a55c35399061 [2021-05-13T08:27:38.785Z] [2021-05-13T08:27:38.785Z] Building support-notifications [2021-05-13T08:27:38.787Z] 3df5c228c6cf: Pushed [2021-05-13T08:27:38.788Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:bda6edc74b94463053a76a87bc2375c6b7dc3485f2f51dd0f5be4fc64da9b99b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:39.106Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:39.393Z] Successfully built a55c35399061 [2021-05-13T08:27:39.393Z] Successfully tagged core-command-arm64:latest [2021-05-13T08:27:39.393Z] Building core-metadata [2021-05-13T08:27:39.393Z]  Building core-command ... done Removing intermediate container cc11557cde2d [2021-05-13T08:27:39.393Z] ---> d0a094b72c5f [2021-05-13T08:27:39.393Z] Step 25/26 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:39.393Z] ---> Running in 4d27c41784bd [2021-05-13T08:27:39.410Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.217 [2021-05-13T08:27:39.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T08:27:39.410Z] ec134d474060: Preparing [2021-05-13T08:27:39.410Z] 3df5c228c6cf: Preparing [2021-05-13T08:27:39.410Z] bb3f8573432a: Preparing [2021-05-13T08:27:39.410Z] 0362113b543d: Preparing [2021-05-13T08:27:39.411Z] 32f366d666a5: Preparing [2021-05-13T08:27:39.411Z] 3df5c228c6cf: Layer already exists [2021-05-13T08:27:39.411Z] ec134d474060: Layer already exists [2021-05-13T08:27:39.411Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:39.411Z] 0362113b543d: Layer already exists [2021-05-13T08:27:39.411Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:39.411Z] 2.0.0-dev.217: digest: sha256:bda6edc74b94463053a76a87bc2375c6b7dc3485f2f51dd0f5be4fc64da9b99b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:39.726Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:39.989Z] Removing intermediate container 4d27c41784bd [2021-05-13T08:27:39.989Z] ---> 2cd631631b84 [2021-05-13T08:27:39.990Z] Step 26/26 : LABEL version=2.0.0-dev.217 [2021-05-13T08:27:40.031Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:40.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T08:27:40.031Z] ec134d474060: Preparing [2021-05-13T08:27:40.031Z] 3df5c228c6cf: Preparing [2021-05-13T08:27:40.031Z] bb3f8573432a: Preparing [2021-05-13T08:27:40.031Z] 0362113b543d: Preparing [2021-05-13T08:27:40.031Z] 32f366d666a5: Preparing [2021-05-13T08:27:40.031Z] 0362113b543d: Layer already exists [2021-05-13T08:27:40.031Z] ec134d474060: Layer already exists [2021-05-13T08:27:40.031Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:40.031Z] 3df5c228c6cf: Layer already exists [2021-05-13T08:27:40.031Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:40.031Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:bda6edc74b94463053a76a87bc2375c6b7dc3485f2f51dd0f5be4fc64da9b99b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:40.270Z] ---> Running in fe48a042f5ee [2021-05-13T08:27:40.341Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:40.649Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:master [2021-05-13T08:27:40.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T08:27:40.649Z] ec134d474060: Preparing [2021-05-13T08:27:40.649Z] 3df5c228c6cf: Preparing [2021-05-13T08:27:40.649Z] bb3f8573432a: Preparing [2021-05-13T08:27:40.649Z] 0362113b543d: Preparing [2021-05-13T08:27:40.649Z] 32f366d666a5: Preparing [2021-05-13T08:27:40.649Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:40.649Z] ec134d474060: Layer already exists [2021-05-13T08:27:40.649Z] 0362113b543d: Layer already exists [2021-05-13T08:27:40.649Z] 3df5c228c6cf: Layer already exists [2021-05-13T08:27:40.649Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:40.649Z] master: digest: sha256:bda6edc74b94463053a76a87bc2375c6b7dc3485f2f51dd0f5be4fc64da9b99b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:40.725Z] ===================================================== [Pipeline] echo [2021-05-13T08:27:40.739Z] taggedImages: [2021-05-13T08:27:40.739Z] - nexus3.edgexfoundry.org:10004/core-metadata:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:40.739Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.217 [2021-05-13T08:27:40.739Z] - nexus3.edgexfoundry.org:10004/core-metadata:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:40.739Z] - nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] echo [2021-05-13T08:27:40.771Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2021-05-13T08:27:40.771Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:40.771Z] 2.0.0-dev.217 [2021-05-13T08:27:40.771Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:40.771Z] master [2021-05-13T08:27:40.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:40.869Z] Removing intermediate container fe48a042f5ee [2021-05-13T08:27:40.869Z] ---> ea9829308fdb [2021-05-13T08:27:40.869Z] [2021-05-13T08:27:41.138Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:41.142Z] Successfully built ea9829308fdb [2021-05-13T08:27:41.142Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-13T08:27:41.142Z]  Building security-secretstore-setup ... done Building core-data [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:41.445Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:41.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T08:27:41.445Z] 8e12210ee379: Preparing [2021-05-13T08:27:41.445Z] 8e12210ee379: Preparing [2021-05-13T08:27:41.445Z] 84be2f11ffa3: Preparing [2021-05-13T08:27:41.445Z] 3723c30ae0aa: Preparing [2021-05-13T08:27:41.445Z] bc0b83525d2a: Preparing [2021-05-13T08:27:41.445Z] 731b0223c579: Preparing [2021-05-13T08:27:41.445Z] bb3f8573432a: Preparing [2021-05-13T08:27:41.445Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:41.445Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:41.445Z] ac8f372ea582: Preparing [2021-05-13T08:27:41.445Z] 677a4fd939b8: Preparing [2021-05-13T08:27:41.445Z] 32f366d666a5: Preparing [2021-05-13T08:27:41.445Z] ac8f372ea582: Waiting [2021-05-13T08:27:41.445Z] 677a4fd939b8: Waiting [2021-05-13T08:27:41.445Z] 32f366d666a5: Waiting [2021-05-13T08:27:41.445Z] 6e0aa45c8271: Waiting [2021-05-13T08:27:41.445Z] bb3f8573432a: Waiting [2021-05-13T08:27:41.708Z] 8e12210ee379: Pushed [2021-05-13T08:27:41.708Z] 3723c30ae0aa: Pushed [2021-05-13T08:27:41.708Z] 84be2f11ffa3: Pushed [2021-05-13T08:27:41.708Z] bc0b83525d2a: Pushed [2021-05-13T08:27:41.708Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:41.708Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:41.708Z] ac8f372ea582: Pushed [2021-05-13T08:27:41.708Z] 6e0aa45c8271: Pushed [2021-05-13T08:27:41.970Z] 677a4fd939b8: Pushed [2021-05-13T08:27:42.582Z] Collecting docker-compose==1.23.2 [2021-05-13T08:27:42.582Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T08:27:42.853Z] 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-13T08:27:42.919Z] 731b0223c579: Pushed [2021-05-13T08:27:42.919Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:0cb2a665d6ffc8b9040653446e9867f19a9a88cb0eb0d725e0c22a125ada6ac1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:43.232Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:43.628Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.217 [2021-05-13T08:27:43.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T08:27:43.628Z] 8e12210ee379: Preparing [2021-05-13T08:27:43.628Z] 8e12210ee379: Preparing [2021-05-13T08:27:43.628Z] 84be2f11ffa3: Preparing [2021-05-13T08:27:43.628Z] 3723c30ae0aa: Preparing [2021-05-13T08:27:43.628Z] bc0b83525d2a: Preparing [2021-05-13T08:27:43.628Z] 731b0223c579: Preparing [2021-05-13T08:27:43.628Z] bb3f8573432a: Preparing [2021-05-13T08:27:43.628Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:43.628Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:43.628Z] ac8f372ea582: Preparing [2021-05-13T08:27:43.628Z] 677a4fd939b8: Preparing [2021-05-13T08:27:43.628Z] 32f366d666a5: Preparing [2021-05-13T08:27:43.628Z] ac8f372ea582: Waiting [2021-05-13T08:27:43.628Z] 677a4fd939b8: Waiting [2021-05-13T08:27:43.628Z] 32f366d666a5: Waiting [2021-05-13T08:27:43.628Z] 6e0aa45c8271: Waiting [2021-05-13T08:27:43.628Z] bb3f8573432a: Waiting [2021-05-13T08:27:43.628Z] 731b0223c579: Layer already exists [2021-05-13T08:27:43.628Z] bc0b83525d2a: Layer already exists [2021-05-13T08:27:43.628Z] 84be2f11ffa3: Layer already exists [2021-05-13T08:27:43.628Z] 8e12210ee379: Layer already exists [2021-05-13T08:27:43.628Z] 3723c30ae0aa: Layer already exists [2021-05-13T08:27:43.628Z] 6e0aa45c8271: Layer already exists [2021-05-13T08:27:43.628Z] 677a4fd939b8: Layer already exists [2021-05-13T08:27:43.628Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:43.628Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:43.628Z] ac8f372ea582: Layer already exists [2021-05-13T08:27:43.628Z] 2.0.0-dev.217: digest: sha256:0cb2a665d6ffc8b9040653446e9867f19a9a88cb0eb0d725e0c22a125ada6ac1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:43.872Z] Collecting PyYAML<4,>=3.10 [2021-05-13T08:27:43.872Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T08:27:44.118Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:44.444Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:44.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T08:27:44.444Z] 8e12210ee379: Preparing [2021-05-13T08:27:44.444Z] 8e12210ee379: Preparing [2021-05-13T08:27:44.444Z] 84be2f11ffa3: Preparing [2021-05-13T08:27:44.444Z] 3723c30ae0aa: Preparing [2021-05-13T08:27:44.444Z] bc0b83525d2a: Preparing [2021-05-13T08:27:44.444Z] 731b0223c579: Preparing [2021-05-13T08:27:44.444Z] bb3f8573432a: Preparing [2021-05-13T08:27:44.444Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:44.444Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:44.444Z] ac8f372ea582: Preparing [2021-05-13T08:27:44.444Z] 677a4fd939b8: Preparing [2021-05-13T08:27:44.444Z] 32f366d666a5: Preparing [2021-05-13T08:27:44.444Z] bb3f8573432a: Waiting [2021-05-13T08:27:44.444Z] ac8f372ea582: Waiting [2021-05-13T08:27:44.444Z] 6e0aa45c8271: Waiting [2021-05-13T08:27:44.444Z] 677a4fd939b8: Waiting [2021-05-13T08:27:44.444Z] 32f366d666a5: Waiting [2021-05-13T08:27:44.444Z] 731b0223c579: Layer already exists [2021-05-13T08:27:44.444Z] 84be2f11ffa3: Layer already exists [2021-05-13T08:27:44.444Z] 8e12210ee379: Layer already exists [2021-05-13T08:27:44.444Z] bc0b83525d2a: Layer already exists [2021-05-13T08:27:44.444Z] 3723c30ae0aa: Layer already exists [2021-05-13T08:27:44.444Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:44.444Z] 677a4fd939b8: Layer already exists [2021-05-13T08:27:44.444Z] 6e0aa45c8271: Layer already exists [2021-05-13T08:27:44.444Z] ac8f372ea582: Layer already exists [2021-05-13T08:27:44.444Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:44.444Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:0cb2a665d6ffc8b9040653446e9867f19a9a88cb0eb0d725e0c22a125ada6ac1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:44.770Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:45.073Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:master [2021-05-13T08:27:45.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T08:27:45.073Z] 8e12210ee379: Preparing [2021-05-13T08:27:45.073Z] 8e12210ee379: Preparing [2021-05-13T08:27:45.073Z] 84be2f11ffa3: Preparing [2021-05-13T08:27:45.073Z] 3723c30ae0aa: Preparing [2021-05-13T08:27:45.073Z] bc0b83525d2a: Preparing [2021-05-13T08:27:45.073Z] 731b0223c579: Preparing [2021-05-13T08:27:45.073Z] bb3f8573432a: Preparing [2021-05-13T08:27:45.073Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:45.073Z] 6e0aa45c8271: Preparing [2021-05-13T08:27:45.073Z] ac8f372ea582: Preparing [2021-05-13T08:27:45.073Z] 677a4fd939b8: Preparing [2021-05-13T08:27:45.073Z] 32f366d666a5: Preparing [2021-05-13T08:27:45.073Z] ac8f372ea582: Waiting [2021-05-13T08:27:45.073Z] 6e0aa45c8271: Waiting [2021-05-13T08:27:45.073Z] bb3f8573432a: Waiting [2021-05-13T08:27:45.073Z] 32f366d666a5: Waiting [2021-05-13T08:27:45.073Z] 677a4fd939b8: Waiting [2021-05-13T08:27:45.073Z] 84be2f11ffa3: Layer already exists [2021-05-13T08:27:45.073Z] 8e12210ee379: Layer already exists [2021-05-13T08:27:45.073Z] bc0b83525d2a: Layer already exists [2021-05-13T08:27:45.073Z] 731b0223c579: Layer already exists [2021-05-13T08:27:45.073Z] 3723c30ae0aa: Layer already exists [2021-05-13T08:27:45.073Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:45.073Z] ac8f372ea582: Layer already exists [2021-05-13T08:27:45.073Z] 677a4fd939b8: Layer already exists [2021-05-13T08:27:45.073Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:45.073Z] 6e0aa45c8271: Layer already exists [2021-05-13T08:27:45.073Z] master: digest: sha256:0cb2a665d6ffc8b9040653446e9867f19a9a88cb0eb0d725e0c22a125ada6ac1 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:45.172Z] ===================================================== [Pipeline] echo [2021-05-13T08:27:45.209Z] taggedImages: [2021-05-13T08:27:45.209Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:45.209Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.217 [2021-05-13T08:27:45.209Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:45.209Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] echo [2021-05-13T08:27:45.242Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2021-05-13T08:27:45.242Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:45.242Z] 2.0.0-dev.217 [2021-05-13T08:27:45.242Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:45.242Z] master [2021-05-13T08:27:45.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:45.606Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:45.914Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:45.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T08:27:45.914Z] b49c78d61af2: Preparing [2021-05-13T08:27:45.914Z] 6a4765cc0d3f: Preparing [2021-05-13T08:27:45.914Z] 9e47f8ffdd90: Preparing [2021-05-13T08:27:45.914Z] 9ffe035ee9c3: Preparing [2021-05-13T08:27:45.914Z] 6158bdc5fed0: Preparing [2021-05-13T08:27:45.914Z] 32f366d666a5: Preparing [2021-05-13T08:27:45.914Z] 32f366d666a5: Waiting [2021-05-13T08:27:46.192Z] 9e47f8ffdd90: Pushed [2021-05-13T08:27:46.192Z] 9ffe035ee9c3: Pushed [2021-05-13T08:27:46.192Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:46.457Z] 6158bdc5fed0: Pushed [2021-05-13T08:27:47.031Z] b49c78d61af2: Pushed [2021-05-13T08:27:47.031Z] 6a4765cc0d3f: Pushed [2021-05-13T08:27:47.031Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:f10c47e8f0f69dfd2b7688a5106869b7f36417b7471096ca27fe1202e02b1a9d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:47.342Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:47.647Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.217 [2021-05-13T08:27:47.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T08:27:47.647Z] b49c78d61af2: Preparing [2021-05-13T08:27:47.647Z] 6a4765cc0d3f: Preparing [2021-05-13T08:27:47.647Z] 9e47f8ffdd90: Preparing [2021-05-13T08:27:47.647Z] 9ffe035ee9c3: Preparing [2021-05-13T08:27:47.647Z] 6158bdc5fed0: Preparing [2021-05-13T08:27:47.647Z] 32f366d666a5: Preparing [2021-05-13T08:27:47.647Z] 32f366d666a5: Waiting [2021-05-13T08:27:47.647Z] 9ffe035ee9c3: Layer already exists [2021-05-13T08:27:47.647Z] 6158bdc5fed0: Layer already exists [2021-05-13T08:27:47.647Z] b49c78d61af2: Layer already exists [2021-05-13T08:27:47.647Z] 6a4765cc0d3f: Layer already exists [2021-05-13T08:27:47.647Z] 9e47f8ffdd90: Layer already exists [2021-05-13T08:27:47.647Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:47.647Z] 2.0.0-dev.217: digest: sha256:f10c47e8f0f69dfd2b7688a5106869b7f36417b7471096ca27fe1202e02b1a9d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:47.958Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:48.211Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T08:27:48.211Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T08:27:48.257Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:48.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T08:27:48.257Z] b49c78d61af2: Preparing [2021-05-13T08:27:48.257Z] 6a4765cc0d3f: Preparing [2021-05-13T08:27:48.257Z] 9e47f8ffdd90: Preparing [2021-05-13T08:27:48.257Z] 9ffe035ee9c3: Preparing [2021-05-13T08:27:48.257Z] 6158bdc5fed0: Preparing [2021-05-13T08:27:48.257Z] 32f366d666a5: Preparing [2021-05-13T08:27:48.257Z] 32f366d666a5: Waiting [2021-05-13T08:27:48.257Z] 6158bdc5fed0: Layer already exists [2021-05-13T08:27:48.257Z] 6a4765cc0d3f: Layer already exists [2021-05-13T08:27:48.257Z] 9ffe035ee9c3: Layer already exists [2021-05-13T08:27:48.257Z] b49c78d61af2: Layer already exists [2021-05-13T08:27:48.257Z] 9e47f8ffdd90: Layer already exists [2021-05-13T08:27:48.257Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:48.257Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:f10c47e8f0f69dfd2b7688a5106869b7f36417b7471096ca27fe1202e02b1a9d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:48.576Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:48.912Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:master [2021-05-13T08:27:48.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T08:27:48.912Z] b49c78d61af2: Preparing [2021-05-13T08:27:48.912Z] 6a4765cc0d3f: Preparing [2021-05-13T08:27:48.912Z] 9e47f8ffdd90: Preparing [2021-05-13T08:27:48.912Z] 9ffe035ee9c3: Preparing [2021-05-13T08:27:48.912Z] 6158bdc5fed0: Preparing [2021-05-13T08:27:48.912Z] 32f366d666a5: Preparing [2021-05-13T08:27:48.912Z] 32f366d666a5: Waiting [2021-05-13T08:27:48.912Z] 6158bdc5fed0: Layer already exists [2021-05-13T08:27:48.912Z] 9ffe035ee9c3: Layer already exists [2021-05-13T08:27:48.912Z] 6a4765cc0d3f: Layer already exists [2021-05-13T08:27:48.912Z] 9e47f8ffdd90: Layer already exists [2021-05-13T08:27:48.912Z] b49c78d61af2: Layer already exists [2021-05-13T08:27:48.912Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:48.912Z] master: digest: sha256:f10c47e8f0f69dfd2b7688a5106869b7f36417b7471096ca27fe1202e02b1a9d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:49.045Z] ===================================================== [Pipeline] echo [2021-05-13T08:27:49.062Z] taggedImages: [2021-05-13T08:27:49.062Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:49.062Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.217 [2021-05-13T08:27:49.062Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:49.062Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] echo [2021-05-13T08:27:49.099Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2021-05-13T08:27:49.099Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:49.099Z] 2.0.0-dev.217 [2021-05-13T08:27:49.099Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:49.099Z] master [2021-05-13T08:27:49.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:49.466Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:49.842Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:49.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T08:27:49.842Z] 1cc37fdb4d98: Preparing [2021-05-13T08:27:49.842Z] 8bdde0bb0d19: Preparing [2021-05-13T08:27:49.842Z] b615cc3c8357: Preparing [2021-05-13T08:27:49.842Z] 574354d7b21f: Preparing [2021-05-13T08:27:49.842Z] dac809b36adb: Preparing [2021-05-13T08:27:49.842Z] 56f0695d2e1f: Preparing [2021-05-13T08:27:49.842Z] 5749709ef149: Preparing [2021-05-13T08:27:49.842Z] 2e650dfde7a4: Preparing [2021-05-13T08:27:49.842Z] c1837575455d: Preparing [2021-05-13T08:27:49.842Z] 32f366d666a5: Preparing [2021-05-13T08:27:49.842Z] 56f0695d2e1f: Waiting [2021-05-13T08:27:49.842Z] 5749709ef149: Waiting [2021-05-13T08:27:49.842Z] 2e650dfde7a4: Waiting [2021-05-13T08:27:49.842Z] c1837575455d: Waiting [2021-05-13T08:27:49.842Z] 32f366d666a5: Waiting [2021-05-13T08:27:50.108Z] 8bdde0bb0d19: Pushed [2021-05-13T08:27:50.108Z] dac809b36adb: Pushed [2021-05-13T08:27:50.108Z] 1cc37fdb4d98: Pushed [2021-05-13T08:27:50.378Z] 56f0695d2e1f: Pushed [2021-05-13T08:27:50.378Z] 5749709ef149: Pushed [2021-05-13T08:27:50.378Z] 2e650dfde7a4: Pushed [2021-05-13T08:27:50.378Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:50.872Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T08:27:50.872Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T08:27:50.950Z] b615cc3c8357: Pushed [2021-05-13T08:27:50.951Z] c1837575455d: Pushed [2021-05-13T08:27:50.951Z] 574354d7b21f: Pushed [2021-05-13T08:27:51.211Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:b0c91450da427ce6b33f0dc7bc01c9b75c2e840cddf0d65fc96659de48f0959a size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:51.470Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T08:27:51.470Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T08:27:51.521Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:51.826Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.217 [2021-05-13T08:27:51.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T08:27:51.826Z] 1cc37fdb4d98: Preparing [2021-05-13T08:27:51.826Z] 8bdde0bb0d19: Preparing [2021-05-13T08:27:51.826Z] b615cc3c8357: Preparing [2021-05-13T08:27:51.826Z] 574354d7b21f: Preparing [2021-05-13T08:27:51.826Z] dac809b36adb: Preparing [2021-05-13T08:27:51.826Z] 56f0695d2e1f: Preparing [2021-05-13T08:27:51.826Z] 5749709ef149: Preparing [2021-05-13T08:27:51.826Z] 2e650dfde7a4: Preparing [2021-05-13T08:27:51.826Z] c1837575455d: Preparing [2021-05-13T08:27:51.826Z] 32f366d666a5: Preparing [2021-05-13T08:27:51.826Z] 5749709ef149: Waiting [2021-05-13T08:27:51.826Z] 2e650dfde7a4: Waiting [2021-05-13T08:27:51.826Z] c1837575455d: Waiting [2021-05-13T08:27:51.826Z] 32f366d666a5: Waiting [2021-05-13T08:27:51.826Z] 574354d7b21f: Layer already exists [2021-05-13T08:27:51.826Z] dac809b36adb: Layer already exists [2021-05-13T08:27:51.826Z] b615cc3c8357: Layer already exists [2021-05-13T08:27:51.826Z] 1cc37fdb4d98: Layer already exists [2021-05-13T08:27:51.826Z] 8bdde0bb0d19: Layer already exists [2021-05-13T08:27:51.826Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:51.826Z] 5749709ef149: Layer already exists [2021-05-13T08:27:51.826Z] c1837575455d: Layer already exists [2021-05-13T08:27:51.826Z] 56f0695d2e1f: Layer already exists [2021-05-13T08:27:51.826Z] 2e650dfde7a4: Layer already exists [2021-05-13T08:27:51.826Z] 2.0.0-dev.217: digest: sha256:b0c91450da427ce6b33f0dc7bc01c9b75c2e840cddf0d65fc96659de48f0959a size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:52.142Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:52.443Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:52.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T08:27:52.443Z] 1cc37fdb4d98: Preparing [2021-05-13T08:27:52.443Z] 8bdde0bb0d19: Preparing [2021-05-13T08:27:52.443Z] b615cc3c8357: Preparing [2021-05-13T08:27:52.443Z] 574354d7b21f: Preparing [2021-05-13T08:27:52.443Z] dac809b36adb: Preparing [2021-05-13T08:27:52.443Z] 56f0695d2e1f: Preparing [2021-05-13T08:27:52.443Z] 5749709ef149: Preparing [2021-05-13T08:27:52.443Z] 2e650dfde7a4: Preparing [2021-05-13T08:27:52.443Z] c1837575455d: Preparing [2021-05-13T08:27:52.443Z] 32f366d666a5: Preparing [2021-05-13T08:27:52.443Z] 56f0695d2e1f: Waiting [2021-05-13T08:27:52.443Z] 5749709ef149: Waiting [2021-05-13T08:27:52.443Z] 2e650dfde7a4: Waiting [2021-05-13T08:27:52.443Z] c1837575455d: Waiting [2021-05-13T08:27:52.443Z] 32f366d666a5: Waiting [2021-05-13T08:27:52.443Z] 574354d7b21f: Layer already exists [2021-05-13T08:27:52.443Z] b615cc3c8357: Layer already exists [2021-05-13T08:27:52.443Z] 8bdde0bb0d19: Layer already exists [2021-05-13T08:27:52.443Z] 1cc37fdb4d98: Layer already exists [2021-05-13T08:27:52.443Z] 5749709ef149: Layer already exists [2021-05-13T08:27:52.443Z] c1837575455d: Layer already exists [2021-05-13T08:27:52.443Z] 2e650dfde7a4: Layer already exists [2021-05-13T08:27:52.443Z] 56f0695d2e1f: Layer already exists [2021-05-13T08:27:52.443Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:53.387Z] dac809b36adb: Layer already exists [2021-05-13T08:27:53.387Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:b0c91450da427ce6b33f0dc7bc01c9b75c2e840cddf0d65fc96659de48f0959a size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:53.692Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:53.994Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [2021-05-13T08:27:53.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T08:27:53.994Z] 1cc37fdb4d98: Preparing [2021-05-13T08:27:53.994Z] 8bdde0bb0d19: Preparing [2021-05-13T08:27:53.994Z] b615cc3c8357: Preparing [2021-05-13T08:27:53.994Z] 574354d7b21f: Preparing [2021-05-13T08:27:53.994Z] dac809b36adb: Preparing [2021-05-13T08:27:53.994Z] 56f0695d2e1f: Preparing [2021-05-13T08:27:53.994Z] 5749709ef149: Preparing [2021-05-13T08:27:53.994Z] 2e650dfde7a4: Preparing [2021-05-13T08:27:53.994Z] c1837575455d: Preparing [2021-05-13T08:27:53.994Z] 32f366d666a5: Preparing [2021-05-13T08:27:53.994Z] 2e650dfde7a4: Waiting [2021-05-13T08:27:53.994Z] c1837575455d: Waiting [2021-05-13T08:27:53.994Z] 56f0695d2e1f: Waiting [2021-05-13T08:27:53.994Z] 5749709ef149: Waiting [2021-05-13T08:27:53.994Z] 32f366d666a5: Waiting [2021-05-13T08:27:53.994Z] b615cc3c8357: Layer already exists [2021-05-13T08:27:53.994Z] dac809b36adb: Layer already exists [2021-05-13T08:27:53.994Z] 1cc37fdb4d98: Layer already exists [2021-05-13T08:27:53.994Z] 8bdde0bb0d19: Layer already exists [2021-05-13T08:27:53.994Z] 574354d7b21f: Layer already exists [2021-05-13T08:27:53.994Z] 2e650dfde7a4: Layer already exists [2021-05-13T08:27:53.994Z] 56f0695d2e1f: Layer already exists [2021-05-13T08:27:53.994Z] c1837575455d: Layer already exists [2021-05-13T08:27:53.994Z] 5749709ef149: Layer already exists [2021-05-13T08:27:53.994Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:53.994Z] master: digest: sha256:b0c91450da427ce6b33f0dc7bc01c9b75c2e840cddf0d65fc96659de48f0959a size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:54.047Z] ===================================================== [Pipeline] echo [2021-05-13T08:27:54.080Z] taggedImages: [2021-05-13T08:27:54.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:54.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.217 [2021-05-13T08:27:54.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:54.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [2021-05-13T08:27:54.097Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T08:27:54.097Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] echo [2021-05-13T08:27:54.114Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2021-05-13T08:27:54.114Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:54.114Z] 2.0.0-dev.217 [2021-05-13T08:27:54.114Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:54.114Z] master [2021-05-13T08:27:54.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:54.367Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T08:27:54.367Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T08:27:54.461Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:54.761Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:54.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T08:27:54.761Z] d07efacd529a: Preparing [2021-05-13T08:27:54.761Z] c7772707ea0b: Preparing [2021-05-13T08:27:54.761Z] bb3f8573432a: Preparing [2021-05-13T08:27:54.761Z] 9eaa8fe115d4: Preparing [2021-05-13T08:27:54.761Z] 32f366d666a5: Preparing [2021-05-13T08:27:54.761Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:54.761Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:54.761Z] d07efacd529a: Pushed [2021-05-13T08:27:55.022Z] 9eaa8fe115d4: Pushed [2021-05-13T08:27:55.967Z] c7772707ea0b: Pushed [2021-05-13T08:27:56.228Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:dbf97ed2b8d5c86d0fc47614d129a8f8d327f425cdaa1e405cb704eb9ee5b995 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:56.544Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:56.854Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.217 [2021-05-13T08:27:56.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T08:27:56.854Z] d07efacd529a: Preparing [2021-05-13T08:27:56.854Z] c7772707ea0b: Preparing [2021-05-13T08:27:56.854Z] bb3f8573432a: Preparing [2021-05-13T08:27:56.854Z] 9eaa8fe115d4: Preparing [2021-05-13T08:27:56.854Z] 32f366d666a5: Preparing [2021-05-13T08:27:56.974Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T08:27:56.974Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T08:27:56.974Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T08:27:56.974Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T08:27:57.119Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:57.119Z] c7772707ea0b: Layer already exists [2021-05-13T08:27:57.119Z] 9eaa8fe115d4: Layer already exists [2021-05-13T08:27:57.119Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:57.119Z] d07efacd529a: Layer already exists [2021-05-13T08:27:57.119Z] 2.0.0-dev.217: digest: sha256:dbf97ed2b8d5c86d0fc47614d129a8f8d327f425cdaa1e405cb704eb9ee5b995 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:57.440Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:58.591Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:58.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T08:27:58.591Z] d07efacd529a: Preparing [2021-05-13T08:27:58.591Z] c7772707ea0b: Preparing [2021-05-13T08:27:58.591Z] bb3f8573432a: Preparing [2021-05-13T08:27:58.591Z] 9eaa8fe115d4: Preparing [2021-05-13T08:27:58.591Z] 32f366d666a5: Preparing [2021-05-13T08:27:58.591Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:58.591Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:58.591Z] d07efacd529a: Layer already exists [2021-05-13T08:27:58.591Z] 9eaa8fe115d4: Layer already exists [2021-05-13T08:27:58.591Z] c7772707ea0b: Layer already exists [2021-05-13T08:27:58.591Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:dbf97ed2b8d5c86d0fc47614d129a8f8d327f425cdaa1e405cb704eb9ee5b995 size: 1364 [2021-05-13T08:27:58.597Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T08:27:58.597Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T08:27:58.597Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T08:27:58.597Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:58.872Z] Collecting idna<2.8,>=2.5 [2021-05-13T08:27:58.901Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:59.144Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T08:27:59.144Z] 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-13T08:27:59.144Z] 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-13T08:27:59.201Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:master [2021-05-13T08:27:59.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T08:27:59.201Z] d07efacd529a: Preparing [2021-05-13T08:27:59.201Z] c7772707ea0b: Preparing [2021-05-13T08:27:59.201Z] bb3f8573432a: Preparing [2021-05-13T08:27:59.201Z] 9eaa8fe115d4: Preparing [2021-05-13T08:27:59.201Z] 32f366d666a5: Preparing [2021-05-13T08:27:59.201Z] 32f366d666a5: Layer already exists [2021-05-13T08:27:59.201Z] 9eaa8fe115d4: Layer already exists [2021-05-13T08:27:59.201Z] d07efacd529a: Layer already exists [2021-05-13T08:27:59.201Z] bb3f8573432a: Layer already exists [2021-05-13T08:27:59.201Z] c7772707ea0b: Layer already exists [2021-05-13T08:27:59.201Z] master: digest: sha256:dbf97ed2b8d5c86d0fc47614d129a8f8d327f425cdaa1e405cb704eb9ee5b995 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:27:59.252Z] ===================================================== [Pipeline] echo [2021-05-13T08:27:59.287Z] taggedImages: [2021-05-13T08:27:59.287Z] - nexus3.edgexfoundry.org:10004/support-notifications:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:59.287Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.217 [2021-05-13T08:27:59.287Z] - nexus3.edgexfoundry.org:10004/support-notifications:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:59.287Z] - nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] echo [2021-05-13T08:27:59.323Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2021-05-13T08:27:59.323Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:27:59.323Z] 2.0.0-dev.217 [2021-05-13T08:27:59.323Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:27:59.323Z] master [2021-05-13T08:27:59.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:59.425Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T08:27:59.425Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T08:27:59.425Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T08:27:59.425Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T08:27:59.425Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T08:27:59.425Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T08:27:59.685Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:00.008Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:28:00.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T08:28:00.008Z] ddf59ec521ff: Preparing [2021-05-13T08:28:00.008Z] 2da4253bb742: Preparing [2021-05-13T08:28:00.008Z] bb3f8573432a: Preparing [2021-05-13T08:28:00.008Z] 0362113b543d: Preparing [2021-05-13T08:28:00.008Z] 32f366d666a5: Preparing [2021-05-13T08:28:00.008Z] 0362113b543d: Layer already exists [2021-05-13T08:28:00.008Z] 32f366d666a5: Layer already exists [2021-05-13T08:28:00.008Z] bb3f8573432a: Layer already exists [2021-05-13T08:28:00.008Z] ddf59ec521ff: Pushed [2021-05-13T08:28:00.899Z] Installing collected packages: PyYAML, dockerpty, urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, docopt, cached-property, jsonschema, docker-compose [2021-05-13T08:28:00.899Z] Running setup.py install for PyYAML: started [2021-05-13T08:28:01.413Z] 2da4253bb742: Pushed [2021-05-13T08:28:01.413Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:fab1f57e0dc2f073370d0a660c8423f9601826bd7ac571abdc1a6cf4244fa91b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:01.720Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:02.032Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.217 [2021-05-13T08:28:02.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T08:28:02.032Z] ddf59ec521ff: Preparing [2021-05-13T08:28:02.032Z] 2da4253bb742: Preparing [2021-05-13T08:28:02.032Z] bb3f8573432a: Preparing [2021-05-13T08:28:02.032Z] 0362113b543d: Preparing [2021-05-13T08:28:02.032Z] 32f366d666a5: Preparing [2021-05-13T08:28:02.032Z] bb3f8573432a: Layer already exists [2021-05-13T08:28:02.032Z] 32f366d666a5: Layer already exists [2021-05-13T08:28:02.032Z] 0362113b543d: Layer already exists [2021-05-13T08:28:02.032Z] 2da4253bb742: Layer already exists [2021-05-13T08:28:02.032Z] ddf59ec521ff: Layer already exists [2021-05-13T08:28:02.032Z] 2.0.0-dev.217: digest: sha256:fab1f57e0dc2f073370d0a660c8423f9601826bd7ac571abdc1a6cf4244fa91b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:02.343Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:02.643Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:28:02.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T08:28:02.644Z] ddf59ec521ff: Preparing [2021-05-13T08:28:02.644Z] 2da4253bb742: Preparing [2021-05-13T08:28:02.644Z] bb3f8573432a: Preparing [2021-05-13T08:28:02.644Z] 0362113b543d: Preparing [2021-05-13T08:28:02.644Z] 32f366d666a5: Preparing [2021-05-13T08:28:02.644Z] bb3f8573432a: Layer already exists [2021-05-13T08:28:02.644Z] ddf59ec521ff: Layer already exists [2021-05-13T08:28:02.644Z] 32f366d666a5: Layer already exists [2021-05-13T08:28:02.644Z] 0362113b543d: Layer already exists [2021-05-13T08:28:02.644Z] 2da4253bb742: Layer already exists [2021-05-13T08:28:02.644Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:fab1f57e0dc2f073370d0a660c8423f9601826bd7ac571abdc1a6cf4244fa91b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:02.985Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:03.314Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:master [2021-05-13T08:28:03.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T08:28:03.314Z] ddf59ec521ff: Preparing [2021-05-13T08:28:03.314Z] 2da4253bb742: Preparing [2021-05-13T08:28:03.314Z] bb3f8573432a: Preparing [2021-05-13T08:28:03.314Z] 0362113b543d: Preparing [2021-05-13T08:28:03.314Z] 32f366d666a5: Preparing [2021-05-13T08:28:03.314Z] 32f366d666a5: Layer already exists [2021-05-13T08:28:03.314Z] ddf59ec521ff: Layer already exists [2021-05-13T08:28:03.531Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T08:28:03.531Z] Running setup.py install for dockerpty: started [2021-05-13T08:28:03.576Z] 2da4253bb742: Layer already exists [2021-05-13T08:28:03.576Z] 0362113b543d: Layer already exists [2021-05-13T08:28:03.576Z] bb3f8573432a: Layer already exists [2021-05-13T08:28:03.837Z] master: digest: sha256:fab1f57e0dc2f073370d0a660c8423f9601826bd7ac571abdc1a6cf4244fa91b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:28:03.892Z] ===================================================== [Pipeline] echo [2021-05-13T08:28:03.908Z] taggedImages: [2021-05-13T08:28:03.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:28:03.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.217 [2021-05-13T08:28:03.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:28:03.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] echo [2021-05-13T08:28:03.957Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2021-05-13T08:28:03.957Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:28:03.957Z] 2.0.0-dev.217 [2021-05-13T08:28:03.957Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:28:03.957Z] master [2021-05-13T08:28:03.957Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:04.303Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:04.610Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:28:04.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T08:28:04.610Z] 1b45f8f8ce32: Preparing [2021-05-13T08:28:04.610Z] d878c60c54df: Preparing [2021-05-13T08:28:04.610Z] b874d187c712: Preparing [2021-05-13T08:28:04.610Z] e62e3ec77fac: Preparing [2021-05-13T08:28:04.610Z] 0754057c0ad3: Preparing [2021-05-13T08:28:04.610Z] 998cdf262ab1: Preparing [2021-05-13T08:28:04.610Z] 02e56110abd2: Preparing [2021-05-13T08:28:04.610Z] abc36efb885a: Preparing [2021-05-13T08:28:04.610Z] b0b09059f4e1: Preparing [2021-05-13T08:28:04.610Z] bb961f40224b: Preparing [2021-05-13T08:28:04.610Z] f4666769fca7: Preparing [2021-05-13T08:28:04.610Z] 02e56110abd2: Waiting [2021-05-13T08:28:04.610Z] abc36efb885a: Waiting [2021-05-13T08:28:04.610Z] b0b09059f4e1: Waiting [2021-05-13T08:28:04.610Z] bb961f40224b: Waiting [2021-05-13T08:28:04.610Z] f4666769fca7: Waiting [2021-05-13T08:28:04.610Z] 998cdf262ab1: Waiting [2021-05-13T08:28:04.610Z] 0754057c0ad3: Layer already exists [2021-05-13T08:28:04.610Z] 998cdf262ab1: Layer already exists [2021-05-13T08:28:04.610Z] 02e56110abd2: Layer already exists [2021-05-13T08:28:04.610Z] abc36efb885a: Layer already exists [2021-05-13T08:28:04.877Z] b0b09059f4e1: Layer already exists [2021-05-13T08:28:04.877Z] bb961f40224b: Layer already exists [2021-05-13T08:28:04.877Z] d878c60c54df: Pushed [2021-05-13T08:28:04.877Z] f4666769fca7: Layer already exists [2021-05-13T08:28:05.139Z] 1b45f8f8ce32: Pushed [2021-05-13T08:28:05.514Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:28:05.515Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:28:05.515Z] ---> bf2fb59a5273 [2021-05-13T08:28:05.515Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T08:28:05.515Z] ---> Using cache [2021-05-13T08:28:05.515Z] ---> 38a631293dc5 [2021-05-13T08:28:05.515Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:28:05.515Z] ---> Using cache [2021-05-13T08:28:05.515Z] ---> 5bc1057ee9b9 [2021-05-13T08:28:05.515Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T08:28:05.515Z] ---> Using cache [2021-05-13T08:28:05.515Z] ---> 8da7eaceea60 [2021-05-13T08:28:05.515Z] Step 6/32 : COPY go.mod . [2021-05-13T08:28:05.515Z] ---> Using cache [2021-05-13T08:28:05.515Z] ---> c26b01506a02 [2021-05-13T08:28:05.515Z] Step 7/32 : RUN go mod download [2021-05-13T08:28:05.515Z] ---> Using cache [2021-05-13T08:28:05.515Z] ---> 39cb1ab83fd4 [2021-05-13T08:28:05.515Z] Step 8/32 : COPY . . [2021-05-13T08:28:05.515Z] ---> Using cache [2021-05-13T08:28:05.515Z] ---> 279376710699 [2021-05-13T08:28:05.515Z] Step 9/32 : RUN go mod tidy [2021-05-13T08:28:05.515Z] ---> Using cache [2021-05-13T08:28:05.515Z] ---> 1df59dac5776 [2021-05-13T08:28:05.515Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T08:28:05.711Z] b874d187c712: Pushed [2021-05-13T08:28:06.115Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T08:28:06.115Z] Attempting uninstall: urllib3 [2021-05-13T08:28:06.115Z] Found existing installation: urllib3 1.25.9 [2021-05-13T08:28:06.115Z] Uninstalling urllib3-1.25.9: [2021-05-13T08:28:06.115Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T08:28:08.118Z] Attempting uninstall: idna [2021-05-13T08:28:08.118Z] Found existing installation: idna 2.9 [2021-05-13T08:28:08.118Z] Uninstalling idna-2.9: [2021-05-13T08:28:08.118Z] Successfully uninstalled idna-2.9 [2021-05-13T08:28:09.573Z] Attempting uninstall: requests [2021-05-13T08:28:09.573Z] Found existing installation: requests 2.23.0 [2021-05-13T08:28:09.573Z] Uninstalling requests-2.23.0: [2021-05-13T08:28:09.573Z] Successfully uninstalled requests-2.23.0 [2021-05-13T08:28:09.941Z] e62e3ec77fac: Pushed [2021-05-13T08:28:09.941Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:f85eacfdf56bc7febd0d3e6ef4b34bb629ecce7d531be0e6fa4de669719e17bf size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:10.258Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:10.570Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.217 [2021-05-13T08:28:10.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T08:28:10.570Z] 1b45f8f8ce32: Preparing [2021-05-13T08:28:10.570Z] d878c60c54df: Preparing [2021-05-13T08:28:10.570Z] b874d187c712: Preparing [2021-05-13T08:28:10.570Z] e62e3ec77fac: Preparing [2021-05-13T08:28:10.570Z] 0754057c0ad3: Preparing [2021-05-13T08:28:10.570Z] 998cdf262ab1: Preparing [2021-05-13T08:28:10.570Z] 02e56110abd2: Preparing [2021-05-13T08:28:10.570Z] abc36efb885a: Preparing [2021-05-13T08:28:10.570Z] b0b09059f4e1: Preparing [2021-05-13T08:28:10.570Z] bb961f40224b: Preparing [2021-05-13T08:28:10.570Z] f4666769fca7: Preparing [2021-05-13T08:28:10.570Z] 02e56110abd2: Waiting [2021-05-13T08:28:10.570Z] abc36efb885a: Waiting [2021-05-13T08:28:10.570Z] b0b09059f4e1: Waiting [2021-05-13T08:28:10.570Z] bb961f40224b: Waiting [2021-05-13T08:28:10.570Z] f4666769fca7: Waiting [2021-05-13T08:28:10.570Z] 998cdf262ab1: Waiting [2021-05-13T08:28:10.570Z] 0754057c0ad3: Layer already exists [2021-05-13T08:28:10.570Z] d878c60c54df: Layer already exists [2021-05-13T08:28:10.570Z] b874d187c712: Layer already exists [2021-05-13T08:28:10.570Z] e62e3ec77fac: Layer already exists [2021-05-13T08:28:10.570Z] 1b45f8f8ce32: Layer already exists [2021-05-13T08:28:10.570Z] abc36efb885a: Layer already exists [2021-05-13T08:28:10.570Z] 02e56110abd2: Layer already exists [2021-05-13T08:28:10.570Z] 998cdf262ab1: Layer already exists [2021-05-13T08:28:10.570Z] bb961f40224b: Layer already exists [2021-05-13T08:28:10.570Z] b0b09059f4e1: Layer already exists [2021-05-13T08:28:10.570Z] f4666769fca7: Layer already exists [2021-05-13T08:28:10.570Z] 2.0.0-dev.217: digest: sha256:f85eacfdf56bc7febd0d3e6ef4b34bb629ecce7d531be0e6fa4de669719e17bf size: 2622 [2021-05-13T08:28:10.574Z] Running setup.py install for texttable: started [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:10.879Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:11.190Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:28:11.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T08:28:11.190Z] 1b45f8f8ce32: Preparing [2021-05-13T08:28:11.190Z] d878c60c54df: Preparing [2021-05-13T08:28:11.190Z] b874d187c712: Preparing [2021-05-13T08:28:11.190Z] e62e3ec77fac: Preparing [2021-05-13T08:28:11.190Z] 0754057c0ad3: Preparing [2021-05-13T08:28:11.190Z] 998cdf262ab1: Preparing [2021-05-13T08:28:11.190Z] 02e56110abd2: Preparing [2021-05-13T08:28:11.190Z] abc36efb885a: Preparing [2021-05-13T08:28:11.190Z] b0b09059f4e1: Preparing [2021-05-13T08:28:11.190Z] bb961f40224b: Preparing [2021-05-13T08:28:11.190Z] f4666769fca7: Preparing [2021-05-13T08:28:11.190Z] 998cdf262ab1: Waiting [2021-05-13T08:28:11.190Z] 02e56110abd2: Waiting [2021-05-13T08:28:11.190Z] abc36efb885a: Waiting [2021-05-13T08:28:11.190Z] bb961f40224b: Waiting [2021-05-13T08:28:11.190Z] f4666769fca7: Waiting [2021-05-13T08:28:11.190Z] b0b09059f4e1: Waiting [2021-05-13T08:28:11.190Z] 0754057c0ad3: Layer already exists [2021-05-13T08:28:11.190Z] e62e3ec77fac: Layer already exists [2021-05-13T08:28:11.190Z] 1b45f8f8ce32: Layer already exists [2021-05-13T08:28:11.190Z] d878c60c54df: Layer already exists [2021-05-13T08:28:11.190Z] b874d187c712: Layer already exists [2021-05-13T08:28:11.190Z] 02e56110abd2: Layer already exists [2021-05-13T08:28:11.190Z] 998cdf262ab1: Layer already exists [2021-05-13T08:28:11.190Z] abc36efb885a: Layer already exists [2021-05-13T08:28:11.190Z] bb961f40224b: Layer already exists [2021-05-13T08:28:11.190Z] b0b09059f4e1: Layer already exists [2021-05-13T08:28:11.190Z] f4666769fca7: Layer already exists [2021-05-13T08:28:11.190Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:f85eacfdf56bc7febd0d3e6ef4b34bb629ecce7d531be0e6fa4de669719e17bf size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:11.511Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:11.576Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:28:11.576Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:28:11.576Z] ---> bf2fb59a5273 [2021-05-13T08:28:11.576Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:28:11.576Z] ---> Using cache [2021-05-13T08:28:11.576Z] ---> 38a631293dc5 [2021-05-13T08:28:11.576Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:28:11.576Z] ---> Using cache [2021-05-13T08:28:11.576Z] ---> 5bc1057ee9b9 [2021-05-13T08:28:11.576Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T08:28:11.576Z] ---> Running in 1fd5a99f1ac1 [2021-05-13T08:28:11.823Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [2021-05-13T08:28:11.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T08:28:11.823Z] 1b45f8f8ce32: Preparing [2021-05-13T08:28:11.823Z] d878c60c54df: Preparing [2021-05-13T08:28:11.823Z] b874d187c712: Preparing [2021-05-13T08:28:11.823Z] e62e3ec77fac: Preparing [2021-05-13T08:28:11.823Z] 0754057c0ad3: Preparing [2021-05-13T08:28:11.823Z] 998cdf262ab1: Preparing [2021-05-13T08:28:11.823Z] 02e56110abd2: Preparing [2021-05-13T08:28:11.823Z] abc36efb885a: Preparing [2021-05-13T08:28:11.823Z] b0b09059f4e1: Preparing [2021-05-13T08:28:11.823Z] bb961f40224b: Preparing [2021-05-13T08:28:11.823Z] f4666769fca7: Preparing [2021-05-13T08:28:11.823Z] 998cdf262ab1: Waiting [2021-05-13T08:28:11.823Z] abc36efb885a: Waiting [2021-05-13T08:28:11.823Z] b0b09059f4e1: Waiting [2021-05-13T08:28:11.823Z] bb961f40224b: Waiting [2021-05-13T08:28:11.823Z] f4666769fca7: Waiting [2021-05-13T08:28:11.823Z] 02e56110abd2: Waiting [2021-05-13T08:28:11.823Z] 1b45f8f8ce32: Layer already exists [2021-05-13T08:28:11.823Z] e62e3ec77fac: Layer already exists [2021-05-13T08:28:11.823Z] b874d187c712: Layer already exists [2021-05-13T08:28:11.823Z] d878c60c54df: Layer already exists [2021-05-13T08:28:11.823Z] 0754057c0ad3: Layer already exists [2021-05-13T08:28:11.823Z] 02e56110abd2: Layer already exists [2021-05-13T08:28:11.823Z] 998cdf262ab1: Layer already exists [2021-05-13T08:28:11.823Z] abc36efb885a: Layer already exists [2021-05-13T08:28:11.823Z] b0b09059f4e1: Layer already exists [2021-05-13T08:28:11.823Z] bb961f40224b: Layer already exists [2021-05-13T08:28:11.823Z] f4666769fca7: Layer already exists [2021-05-13T08:28:11.823Z] master: digest: sha256:f85eacfdf56bc7febd0d3e6ef4b34bb629ecce7d531be0e6fa4de669719e17bf size: 2622 [Pipeline] } [2021-05-13T08:28:11.849Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:28:11.849Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:28:11.849Z] ---> bf2fb59a5273 [2021-05-13T08:28:11.849Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:28:11.849Z] ---> Using cache [2021-05-13T08:28:11.849Z] ---> 38a631293dc5 [2021-05-13T08:28:11.849Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:28:11.849Z] ---> Using cache [2021-05-13T08:28:11.849Z] ---> 5bc1057ee9b9 [2021-05-13T08:28:11.849Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:28:11.849Z] ---> Using cache [2021-05-13T08:28:11.849Z] ---> 8da7eaceea60 [2021-05-13T08:28:11.849Z] Step 6/24 : COPY go.mod . [2021-05-13T08:28:11.849Z] ---> Using cache [2021-05-13T08:28:11.849Z] ---> c26b01506a02 [2021-05-13T08:28:11.849Z] Step 7/24 : RUN go mod download [2021-05-13T08:28:11.849Z] ---> Using cache [2021-05-13T08:28:11.849Z] ---> 39cb1ab83fd4 [2021-05-13T08:28:11.849Z] Step 8/24 : COPY . . [2021-05-13T08:28:11.849Z] ---> Running in 6c8a9a286a24 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:28:11.904Z] ===================================================== [Pipeline] echo [2021-05-13T08:28:11.935Z] taggedImages: [2021-05-13T08:28:11.935Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:28:11.935Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.217 [2021-05-13T08:28:11.935Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:28:11.935Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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-13T08:28:12.483Z] ---> Using cache [2021-05-13T08:28:12.483Z] ---> 279376710699 [2021-05-13T08:28:12.483Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:28:12.483Z] ---> Using cache [2021-05-13T08:28:12.483Z] ---> 1df59dac5776 [2021-05-13T08:28:12.483Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T08:28:12.483Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:28:12.483Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:28:12.483Z] ---> bf2fb59a5273 [2021-05-13T08:28:12.483Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:28:12.483Z] ---> Using cache [2021-05-13T08:28:12.483Z] ---> 38a631293dc5 [2021-05-13T08:28:12.483Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:28:12.483Z] ---> Using cache [2021-05-13T08:28:12.483Z] ---> 5bc1057ee9b9 [2021-05-13T08:28:12.483Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T08:28:12.767Z] ---> Running in 074a74a1bf5b [2021-05-13T08:28:12.767Z] ---> Running in f93d6a697fc6 [2021-05-13T08:28:12.767Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T08:28:13.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-13T08:28:14.038Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:28:14.334Z] Running setup.py install for docopt: started [2021-05-13T08:28:14.630Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:28:14.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-13T08:28:15.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:28:15.891Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:28:16.189Z] OK: 218 MiB in 52 packages [2021-05-13T08:28:16.982Z] OK: 218 MiB in 52 packages [2021-05-13T08:28:18.104Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T08:28:18.104Z] Removing intermediate container 6c8a9a286a24 [2021-05-13T08:28:18.104Z] ---> 1cfad546ea38 [2021-05-13T08:28:18.104Z] Step 6/23 : COPY go.mod . [2021-05-13T08:28:19.243Z] Removing intermediate container f93d6a697fc6 [2021-05-13T08:28:19.520Z] ---> 7d495e5c0fe9 [2021-05-13T08:28:19.520Z] Step 6/24 : COPY go.mod . [2021-05-13T08:28:19.520Z] ---> dae6a0dcab86 [2021-05-13T08:28:19.520Z] Step 7/23 : RUN go mod download [2021-05-13T08:28:19.821Z] ---> Running in 67755d3c882f [2021-05-13T08:28:20.100Z] 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.59.0 [2021-05-13T08:28:21.111Z] ---> 21c184ca166a [2021-05-13T08:28:21.111Z] Step 7/24 : RUN go mod download [2021-05-13T08:28:21.388Z] ---> Running in 08664703f67e [2021-05-13T08:28:24.816Z] Removing intermediate container 67755d3c882f [2021-05-13T08:28:24.816Z] ---> a79dc463d6f0 [2021-05-13T08:28:24.816Z] Step 8/23 : COPY . . [2021-05-13T08:28:26.312Z] Removing intermediate container 08664703f67e [2021-05-13T08:28:26.312Z] ---> 5b0400e0b663 [2021-05-13T08:28:26.312Z] Step 8/24 : COPY . . [2021-05-13T08:28:44.725Z] Removing intermediate container 21d02d39df82 [2021-05-13T08:28:44.725Z] ---> 8ed507f60450 [2021-05-13T08:28:44.725Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T08:28:44.725Z] ---> Running in 3eef5d4dd109 [2021-05-13T08:28:45.022Z] Removing intermediate container 3eef5d4dd109 [2021-05-13T08:28:45.302Z] ---> 0f2e33dafa3f [2021-05-13T08:28:45.302Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T08:28:45.908Z] ---> Running in 6d8ab51f4a74 [2021-05-13T08:28:47.372Z] Removing intermediate container 6d8ab51f4a74 [2021-05-13T08:28:47.372Z] ---> fb9cb977d93c [2021-05-13T08:28:47.648Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T08:28:51.069Z] ---> 04d70725cbf0 [2021-05-13T08:28:51.069Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:28:51.069Z] ---> 6c990e6eed0d [2021-05-13T08:28:51.069Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T08:28:51.069Z] ---> Running in 45012b490cae [2021-05-13T08:28:52.072Z] ---> 211d6a5daeb9 [2021-05-13T08:28:52.072Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:28:52.352Z] ---> Running in fda596fc5035 [2021-05-13T08:28:52.960Z] ---> c830e5e03cb8 [2021-05-13T08:28:52.960Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T08:28:54.962Z] ---> b43024905d45 [2021-05-13T08:28:54.962Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T08:28:54.962Z] ---> Running in 7a09e09e666a [2021-05-13T08:28:55.573Z] Removing intermediate container 7a09e09e666a [2021-05-13T08:28:55.573Z] ---> 63ba042aabcb [2021-05-13T08:28:55.573Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:28:55.573Z] ---> Running in 67f54e8265c8 [2021-05-13T08:28:56.178Z] Removing intermediate container 67f54e8265c8 [2021-05-13T08:28:56.178Z] ---> 4a25fc999662 [2021-05-13T08:28:56.178Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:28:56.459Z] ---> Running in 0c33a7b1ac99 [2021-05-13T08:28:57.064Z] Removing intermediate container 0c33a7b1ac99 [2021-05-13T08:28:57.064Z] ---> 53de6b7c2694 [2021-05-13T08:28:57.064Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:28:57.341Z] ---> Running in eec09a08c63a [2021-05-13T08:28:57.954Z] Removing intermediate container eec09a08c63a [2021-05-13T08:28:57.954Z] ---> 18b59c7102e9 [2021-05-13T08:28:57.954Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:28:58.246Z] ---> Running in a23007f39f79 [2021-05-13T08:28:58.862Z] Removing intermediate container 45012b490cae [2021-05-13T08:28:58.862Z] ---> cbed7267fb84 [2021-05-13T08:28:58.862Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T08:28:59.141Z] ---> Running in fdf8f3e2d003 [2021-05-13T08:28:59.755Z] Removing intermediate container a23007f39f79 [2021-05-13T08:28:59.755Z] ---> a2217f94efe7 [2021-05-13T08:28:59.755Z] [2021-05-13T08:29:00.368Z] Removing intermediate container fda596fc5035 [2021-05-13T08:29:00.368Z] ---> c78508dbdd1b [2021-05-13T08:29:00.368Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T08:29:00.653Z] ---> Running in e5ddd747baf8 [2021-05-13T08:29:00.653Z] Successfully built a2217f94efe7 [2021-05-13T08:29:00.940Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-13T08:29:01.953Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-13T08:29:02.957Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.217" -o cmd/core-data/core-data ./cmd/core-data [2021-05-13T08:29:50.017Z] Removing intermediate container 1fd5a99f1ac1 [2021-05-13T08:29:50.017Z] ---> 346d2d051af3 [2021-05-13T08:29:50.017Z] [2021-05-13T08:29:50.017Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T08:29:50.017Z] ---> 9852663dfa18 [2021-05-13T08:29:50.017Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T08:29:50.017Z] ---> Running in 9c5526f3c7a1 [2021-05-13T08:29:50.017Z] Removing intermediate container 9c5526f3c7a1 [2021-05-13T08:29:50.017Z] ---> 02308f33c49e [2021-05-13T08:29:50.017Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T08:29:50.017Z] ---> Running in 46a62a1d8ccb [2021-05-13T08:29:50.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:29:50.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:29:50.017Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:29:50.017Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T08:29:50.017Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:29:50.017Z] OK: 5 MiB in 16 packages [2021-05-13T08:29:50.017Z] Removing intermediate container 46a62a1d8ccb [2021-05-13T08:29:50.017Z] ---> a46e1346e57a [2021-05-13T08:29:50.017Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T08:29:50.294Z] ---> Running in a2a1c22d12a3 [2021-05-13T08:29:50.903Z] Removing intermediate container a2a1c22d12a3 [2021-05-13T08:29:50.903Z] ---> 8f4c32e88ead [2021-05-13T08:29:50.903Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T08:29:50.903Z] ---> Running in f434641078f0 [2021-05-13T08:29:51.509Z] Removing intermediate container f434641078f0 [2021-05-13T08:29:51.509Z] ---> 6ba9ae6fb9dd [2021-05-13T08:29:51.509Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T08:29:51.783Z] ---> Running in 6b0196dcd181 [2021-05-13T08:29:55.198Z] Removing intermediate container 6b0196dcd181 [2021-05-13T08:29:55.198Z] ---> eb9caa560bd2 [2021-05-13T08:29:55.198Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T08:29:55.472Z] ---> Running in 6928f24c063e [2021-05-13T08:29:56.086Z] Removing intermediate container 6928f24c063e [2021-05-13T08:29:56.086Z] ---> e1b4e395013f [2021-05-13T08:29:56.086Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T08:29:57.069Z] ---> 9ad0b8d2d913 [2021-05-13T08:29:57.069Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T08:29:57.346Z] ---> Running in bf90d7d56ddc [2021-05-13T08:30:00.787Z] Removing intermediate container bf90d7d56ddc [2021-05-13T08:30:00.787Z] ---> 0e727e9238f3 [2021-05-13T08:30:00.787Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:30:02.255Z] ---> e1bd055e02f4 [2021-05-13T08:30:02.255Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T08:30:04.279Z] ---> 56e2d25db4d5 [2021-05-13T08:30:04.279Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T08:30:05.281Z] ---> 552f01da7cf2 [2021-05-13T08:30:05.281Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T08:30:07.947Z] ---> 7f26cc9821f9 [2021-05-13T08:30:07.947Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T08:30:09.398Z] ---> b80415c5b787 [2021-05-13T08:30:09.398Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T08:30:09.681Z] Removing intermediate container 074a74a1bf5b [2021-05-13T08:30:09.681Z] ---> 1fde4c9f6b3f [2021-05-13T08:30:09.681Z] [2021-05-13T08:30:09.681Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:30:09.681Z] ---> 9852663dfa18 [2021-05-13T08:30:09.681Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:30:09.681Z] ---> Using cache [2021-05-13T08:30:09.681Z] ---> 9fe1c0a8d383 [2021-05-13T08:30:09.681Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:30:09.681Z] ---> Using cache [2021-05-13T08:30:09.681Z] ---> d8147a5862f7 [2021-05-13T08:30:09.681Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T08:30:09.967Z] ---> Running in acd3aef411bb [2021-05-13T08:30:10.248Z] ---> Running in 07a55ffcb42d [2021-05-13T08:30:10.876Z] Removing intermediate container acd3aef411bb [2021-05-13T08:30:10.876Z] ---> 0fbf5d2692f8 [2021-05-13T08:30:10.876Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T08:30:10.876Z] Removing intermediate container 07a55ffcb42d [2021-05-13T08:30:10.876Z] ---> 1166508b294f [2021-05-13T08:30:10.876Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:30:11.181Z] ---> Running in 6093bb85bbeb [2021-05-13T08:30:12.179Z] Removing intermediate container 6093bb85bbeb [2021-05-13T08:30:12.179Z] ---> ba19484b7e57 [2021-05-13T08:30:12.179Z] Step 16/24 : WORKDIR / [2021-05-13T08:30:12.179Z] ---> a8d2b321b711 [2021-05-13T08:30:12.179Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T08:30:12.459Z] ---> Running in 3056d1e23969 [2021-05-13T08:30:13.074Z] ---> Running in 915c9c7f9884 [2021-05-13T08:30:13.356Z] Removing intermediate container 3056d1e23969 [2021-05-13T08:30:13.356Z] ---> 41fcea48d824 [2021-05-13T08:30:13.356Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:30:14.813Z] ---> 870cd5d5e340 [2021-05-13T08:30:14.813Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T08:30:17.887Z] ---> 92fc9717b19c [2021-05-13T08:30:17.887Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T08:30:17.887Z] Removing intermediate container 915c9c7f9884 [2021-05-13T08:30:17.887Z] ---> 2fc5616ebc11 [2021-05-13T08:30:17.887Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T08:30:18.166Z] ---> Running in 9b3d20144b6a [2021-05-13T08:30:18.762Z] ---> b3e5e1473e74 [2021-05-13T08:30:18.762Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T08:30:19.037Z] ---> Running in 17ffc1a5d860 [2021-05-13T08:30:19.037Z] Removing intermediate container 9b3d20144b6a [2021-05-13T08:30:19.037Z] ---> 9594e663d6e2 [2021-05-13T08:30:19.037Z] Step 29/32 : CMD ["gate"] [2021-05-13T08:30:19.641Z] ---> Running in 59acf45bad01 [2021-05-13T08:30:19.917Z] Removing intermediate container 17ffc1a5d860 [2021-05-13T08:30:19.917Z] ---> 90a97e761269 [2021-05-13T08:30:19.917Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:30:20.197Z] ---> Running in 8eb6ca6d20f5 [2021-05-13T08:30:20.473Z] Removing intermediate container 59acf45bad01 [2021-05-13T08:30:20.473Z] ---> 86d7a203c0ee [2021-05-13T08:30:20.473Z] Step 30/32 : LABEL arch=arm64 [2021-05-13T08:30:21.074Z] ---> Running in 0772e655075c [2021-05-13T08:30:21.074Z] Removing intermediate container 8eb6ca6d20f5 [2021-05-13T08:30:21.074Z] ---> 62ea12e3f253 [2021-05-13T08:30:21.074Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:30:21.074Z] ---> Running in 68dcbdcdcc42 [2021-05-13T08:30:22.064Z] Removing intermediate container 0772e655075c [2021-05-13T08:30:22.064Z] ---> deed142e3608 [2021-05-13T08:30:22.064Z] Step 31/32 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:30:22.064Z] Removing intermediate container 68dcbdcdcc42 [2021-05-13T08:30:22.064Z] ---> e036fba3f755 [2021-05-13T08:30:22.064Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:30:22.341Z] ---> Running in 69d323153b23 [2021-05-13T08:30:22.621Z] ---> Running in 858af39e6c86 [2021-05-13T08:30:23.226Z] Removing intermediate container 69d323153b23 [2021-05-13T08:30:23.226Z] ---> 8322a6af8271 [2021-05-13T08:30:23.226Z] Step 32/32 : LABEL version=2.0.0-dev.217 [2021-05-13T08:30:23.506Z] Removing intermediate container 858af39e6c86 [2021-05-13T08:30:23.506Z] ---> 46724f6d7492 [2021-05-13T08:30:23.506Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:30:23.506Z] ---> Running in fd04631f1b73 [2021-05-13T08:30:23.783Z] ---> Running in 3b242a01adad [2021-05-13T08:30:24.771Z] Removing intermediate container fd04631f1b73 [2021-05-13T08:30:24.771Z] ---> fd18cd92ea2d [2021-05-13T08:30:24.771Z] [2021-05-13T08:30:24.771Z] Removing intermediate container 3b242a01adad [2021-05-13T08:30:24.771Z] ---> 4f74ebfb3583 [2021-05-13T08:30:24.771Z] [2021-05-13T08:30:25.048Z] Successfully built fd18cd92ea2d [2021-05-13T08:30:25.048Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-13T08:30:25.326Z]  Building security-bootstrapper ... done Successfully built 4f74ebfb3583 [2021-05-13T08:30:25.326Z] Successfully tagged core-metadata-arm64:latest [2021-05-13T08:30:37.747Z]  Building core-metadata ... done Removing intermediate container fdf8f3e2d003 [2021-05-13T08:30:37.747Z] ---> 05c265f0f674 [2021-05-13T08:30:37.747Z] [2021-05-13T08:30:37.747Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:30:37.747Z] ---> 9852663dfa18 [2021-05-13T08:30:37.747Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T08:30:37.747Z] ---> Running in 1095c87d665b [2021-05-13T08:30:37.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:30:37.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:30:38.337Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T08:30:38.337Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:30:38.337Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:30:38.612Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:30:38.612Z] OK: 6 MiB in 16 packages [2021-05-13T08:30:40.617Z] Removing intermediate container 1095c87d665b [2021-05-13T08:30:40.617Z] ---> faac6a3c2756 [2021-05-13T08:30:40.617Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:30:40.895Z] ---> Running in c7a067742852 [2021-05-13T08:30:41.890Z] Removing intermediate container c7a067742852 [2021-05-13T08:30:41.890Z] ---> 5450636dfceb [2021-05-13T08:30:41.890Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T08:30:42.488Z] ---> Running in f5f871e695f7 [2021-05-13T08:30:43.085Z] Removing intermediate container f5f871e695f7 [2021-05-13T08:30:43.085Z] ---> 06cde82e08d2 [2021-05-13T08:30:43.085Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:30:43.359Z] Removing intermediate container e5ddd747baf8 [2021-05-13T08:30:43.359Z] ---> d61dce3ed423 [2021-05-13T08:30:43.359Z] [2021-05-13T08:30:43.359Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:30:43.359Z] ---> 9852663dfa18 [2021-05-13T08:30:43.359Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T08:30:43.359Z] ---> Running in 147c83b57640 [2021-05-13T08:30:43.640Z] ---> Running in 92bac13935bf [2021-05-13T08:30:43.936Z] Removing intermediate container 147c83b57640 [2021-05-13T08:30:43.936Z] ---> b75672971cbf [2021-05-13T08:30:43.936Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:30:44.219Z] Removing intermediate container 92bac13935bf [2021-05-13T08:30:44.219Z] ---> e8efb8fa7317 [2021-05-13T08:30:44.219Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T08:30:44.219Z] ---> Running in 41ae37e0e140 [2021-05-13T08:30:44.828Z] Removing intermediate container 41ae37e0e140 [2021-05-13T08:30:44.828Z] ---> 79c9d8b43a09 [2021-05-13T08:30:44.828Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T08:30:44.828Z] ---> d1b9adcc8544 [2021-05-13T08:30:44.828Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T08:30:45.103Z] ---> Running in d9fe39542062 [2021-05-13T08:30:45.702Z] Removing intermediate container d9fe39542062 [2021-05-13T08:30:45.702Z] ---> c94bdcc3b3f3 [2021-05-13T08:30:45.702Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:30:45.702Z] ---> Running in 07e832e84dec [2021-05-13T08:30:45.985Z] ---> 757d67237c73 [2021-05-13T08:30:45.985Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T08:30:46.978Z] ---> 1e282b222985 [2021-05-13T08:30:46.978Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T08:30:47.263Z] ---> Running in ff79dd5b3cf3 [2021-05-13T08:30:47.868Z] Removing intermediate container ff79dd5b3cf3 [2021-05-13T08:30:47.868Z] ---> 80650ee6d378 [2021-05-13T08:30:47.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:30:47.868Z] ---> Running in 6f1f66a00f44 [2021-05-13T08:30:48.145Z] Removing intermediate container 07e832e84dec [2021-05-13T08:30:48.145Z] ---> 18cde4efefd9 [2021-05-13T08:30:48.145Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T08:30:48.145Z] ---> Running in 40f85b15292d [2021-05-13T08:30:48.422Z] Removing intermediate container 6f1f66a00f44 [2021-05-13T08:30:48.422Z] ---> 7ccf48385d30 [2021-05-13T08:30:48.422Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T08:30:48.704Z] ---> Running in 9a4e3b52aafd [2021-05-13T08:30:49.308Z] Removing intermediate container 9a4e3b52aafd [2021-05-13T08:30:49.308Z] ---> 20c2fcccd2ad [2021-05-13T08:30:49.308Z] Step 22/23 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:30:49.308Z] ---> Running in 9930452a7e54 [2021-05-13T08:30:49.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:30:49.855Z] Removing intermediate container 9930452a7e54 [2021-05-13T08:30:49.855Z] ---> d7fe3de2d980 [2021-05-13T08:30:49.855Z] Step 23/23 : LABEL version=2.0.0-dev.217 [2021-05-13T08:30:50.134Z] ---> Running in 234cc51e2dda [2021-05-13T08:30:50.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:30:50.422Z] Removing intermediate container 234cc51e2dda [2021-05-13T08:30:50.422Z] ---> c085f786c55c [2021-05-13T08:30:50.422Z] [2021-05-13T08:30:50.711Z] Successfully built c085f786c55c [2021-05-13T08:30:50.984Z] Successfully tagged support-notifications-arm64:latest [2021-05-13T08:30:51.258Z]  Building support-notifications ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:30:51.258Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T08:30:51.542Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:30:51.542Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:30:51.817Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T08:30:51.817Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T08:30:52.094Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:30:52.094Z] OK: 8 MiB in 20 packages [2021-05-13T08:30:53.536Z] Removing intermediate container 40f85b15292d [2021-05-13T08:30:53.536Z] ---> 3de8bc7579b0 [2021-05-13T08:30:53.536Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:30:54.135Z] ---> db32d411dda8 [2021-05-13T08:30:54.135Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T08:30:55.575Z] ---> 77104790cc67 [2021-05-13T08:30:55.575Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T08:30:56.172Z] ---> ccbc84655cdf [2021-05-13T08:30:56.172Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T08:30:56.172Z] ---> Running in 6ac81323a798 [2021-05-13T08:30:56.767Z] Removing intermediate container 6ac81323a798 [2021-05-13T08:30:56.767Z] ---> f25fb8601c6d [2021-05-13T08:30:56.767Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:30:56.767Z] ---> Running in dca167abbf0b [2021-05-13T08:30:57.048Z] Removing intermediate container dca167abbf0b [2021-05-13T08:30:57.048Z] ---> ed67df204688 [2021-05-13T08:30:57.048Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:30:57.322Z] ---> Running in d1c20599c713 [2021-05-13T08:30:57.916Z] Removing intermediate container d1c20599c713 [2021-05-13T08:30:57.916Z] ---> 4277db3de422 [2021-05-13T08:30:57.916Z] Step 23/24 : LABEL git_sha=d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:30:57.916Z] ---> Running in ac570ee951b2 [2021-05-13T08:30:58.237Z] Removing intermediate container ac570ee951b2 [2021-05-13T08:30:58.237Z] ---> 76f40a66919f [2021-05-13T08:30:58.237Z] Step 24/24 : LABEL version=2.0.0-dev.217 [2021-05-13T08:30:58.509Z] ---> Running in 5cef0e9366ea [2021-05-13T08:30:59.107Z] Removing intermediate container 5cef0e9366ea [2021-05-13T08:30:59.107Z] ---> b83eaf295ce0 [2021-05-13T08:30:59.107Z] [2021-05-13T08:30:59.380Z] Successfully built b83eaf295ce0 [2021-05-13T08:30:59.380Z] Successfully tagged core-data-arm64:latest [2021-05-13T08:30:59.668Z]  Building core-data ... done  [Pipeline] } [2021-05-13T08:30:59.801Z] $ docker stop --time=1 285a0974117df199ead82cb7f4af122a2e200fbe0faf063a6d5452a7aa50f11d [2021-05-13T08:31:01.698Z] $ docker rm -f 285a0974117df199ead82cb7f4af122a2e200fbe0faf063a6d5452a7aa50f11d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:31:02.159Z] + docker images [2021-05-13T08:31:02.432Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T08:31:02.432Z] core-data-arm64 latest b83eaf295ce0 4 seconds ago 20.3MB [2021-05-13T08:31:02.432Z] support-notifications-arm64 latest c085f786c55c 12 seconds ago 16.7MB [2021-05-13T08:31:02.432Z] d61dce3ed423 19 seconds ago 873MB [2021-05-13T08:31:02.432Z] 05c265f0f674 27 seconds ago 865MB [2021-05-13T08:31:02.432Z] core-metadata-arm64 latest 4f74ebfb3583 38 seconds ago 17.4MB [2021-05-13T08:31:02.432Z] security-bootstrapper-arm64 latest fd18cd92ea2d 38 seconds ago 17.1MB [2021-05-13T08:31:02.432Z] 1fde4c9f6b3f 54 seconds ago 872MB [2021-05-13T08:31:02.432Z] 346d2d051af3 About a minute ago 857MB [2021-05-13T08:31:02.432Z] sys-mgmt-agent-arm64 latest a2217f94efe7 2 minutes ago 299MB [2021-05-13T08:31:02.432Z] security-secretstore-setup-arm64 latest ea9829308fdb 3 minutes ago 24.3MB [2021-05-13T08:31:02.432Z] core-command-arm64 latest a55c35399061 3 minutes ago 16.1MB [2021-05-13T08:31:02.432Z] support-scheduler-arm64 latest 5a3f876962ce 3 minutes ago 16.1MB [2021-05-13T08:31:02.432Z] security-proxy-setup-arm64 latest 6189e3ad89bc 3 minutes ago 23.9MB [2021-05-13T08:31:02.432Z] b5613c451832 3 minutes ago 860MB [2021-05-13T08:31:02.432Z] 420f33e9456b 3 minutes ago 865MB [2021-05-13T08:31:02.432Z] 562890b9a5e8 3 minutes ago 864MB [2021-05-13T08:31:02.432Z] a11909144c8a 3 minutes ago 861MB [2021-05-13T08:31:02.432Z] 141627a26172 3 minutes ago 862MB [2021-05-13T08:31:02.432Z] ci-base-image-arm64 latest bf2fb59a5273 8 minutes ago 641MB [2021-05-13T08:31:02.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-13T08:31:02.432Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-13T08:31:02.432Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-13T08:31:02.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:31:02.622Z] provisioning config files... [2021-05-13T08:31:02.670Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/486@tmp/config8550634925410185082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:31:03.028Z] ---> docker-login.sh [2021-05-13T08:31:03.028Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:31:03.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:03.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:03.300Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:03.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:03.300Z] [2021-05-13T08:31:03.300Z] Login Succeeded [2021-05-13T08:31:03.300Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:31:03.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:03.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:03.895Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:03.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:03.895Z] [2021-05-13T08:31:03.895Z] Login Succeeded [2021-05-13T08:31:03.895Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:31:04.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:04.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:04.490Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:04.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:04.490Z] [2021-05-13T08:31:04.490Z] Login Succeeded [2021-05-13T08:31:04.490Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:31:04.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:05.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:05.035Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:05.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:05.035Z] [2021-05-13T08:31:05.035Z] Login Succeeded [2021-05-13T08:31:05.035Z] docker.io [2021-05-13T08:31:05.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:05.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:05.902Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:05.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:05.902Z] [2021-05-13T08:31:05.902Z] Login Succeeded [2021-05-13T08:31:05.902Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:31:05.919Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:06.000Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2021-05-13T08:31:06.000Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:06.000Z] 2.0.0-dev.217 [2021-05-13T08:31:06.000Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:06.000Z] master [2021-05-13T08:31:06.000Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:06.394Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:06.731Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:06.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T08:31:06.731Z] 1e3573142c8a: Preparing [2021-05-13T08:31:06.731Z] 4081805fbf6f: Preparing [2021-05-13T08:31:06.731Z] c3759d518e98: Preparing [2021-05-13T08:31:06.731Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:06.731Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:06.731Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:07.008Z] 1e3573142c8a: Pushed [2021-05-13T08:31:07.008Z] c3759d518e98: Pushed [2021-05-13T08:31:07.008Z] 1f4af6a2470a: Pushed [2021-05-13T08:31:09.620Z] 4081805fbf6f: Pushed [2021-05-13T08:31:09.620Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:d6b7e8e6db0d9e7dda8d069e6d6d483da0edb34c06641cbdb5601dd5fdaf8b82 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:09.967Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:10.315Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.217 [2021-05-13T08:31:10.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T08:31:10.315Z] 1e3573142c8a: Preparing [2021-05-13T08:31:10.315Z] 4081805fbf6f: Preparing [2021-05-13T08:31:10.315Z] c3759d518e98: Preparing [2021-05-13T08:31:10.315Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:10.315Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:10.315Z] 4081805fbf6f: Layer already exists [2021-05-13T08:31:10.315Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:10.315Z] 1e3573142c8a: Layer already exists [2021-05-13T08:31:10.315Z] c3759d518e98: Layer already exists [2021-05-13T08:31:10.315Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:10.586Z] 2.0.0-dev.217: digest: sha256:d6b7e8e6db0d9e7dda8d069e6d6d483da0edb34c06641cbdb5601dd5fdaf8b82 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:10.954Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:11.309Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:11.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T08:31:11.309Z] 1e3573142c8a: Preparing [2021-05-13T08:31:11.309Z] 4081805fbf6f: Preparing [2021-05-13T08:31:11.309Z] c3759d518e98: Preparing [2021-05-13T08:31:11.309Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:11.309Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:11.309Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:11.309Z] c3759d518e98: Layer already exists [2021-05-13T08:31:11.309Z] 4081805fbf6f: Layer already exists [2021-05-13T08:31:11.309Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:11.309Z] 1e3573142c8a: Layer already exists [2021-05-13T08:31:11.584Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:d6b7e8e6db0d9e7dda8d069e6d6d483da0edb34c06641cbdb5601dd5fdaf8b82 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:11.952Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:12.335Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:master [2021-05-13T08:31:12.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T08:31:12.335Z] 1e3573142c8a: Preparing [2021-05-13T08:31:12.335Z] 4081805fbf6f: Preparing [2021-05-13T08:31:12.335Z] c3759d518e98: Preparing [2021-05-13T08:31:12.335Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:12.335Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:12.335Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:12.335Z] 1e3573142c8a: Layer already exists [2021-05-13T08:31:12.335Z] c3759d518e98: Layer already exists [2021-05-13T08:31:12.335Z] 4081805fbf6f: Layer already exists [2021-05-13T08:31:12.335Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:12.613Z] master: digest: sha256:d6b7e8e6db0d9e7dda8d069e6d6d483da0edb34c06641cbdb5601dd5fdaf8b82 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:12.671Z] ===================================================== [Pipeline] echo [2021-05-13T08:31:12.712Z] taggedImages: [2021-05-13T08:31:12.712Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:12.712Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.217 [2021-05-13T08:31:12.712Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:12.712Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] echo [2021-05-13T08:31:12.746Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2021-05-13T08:31:12.746Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:12.746Z] 2.0.0-dev.217 [2021-05-13T08:31:12.746Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:12.746Z] master [2021-05-13T08:31:12.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:13.145Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:13.486Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:13.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T08:31:13.487Z] bc2977c572c7: Preparing [2021-05-13T08:31:13.487Z] f057fa0c531d: Preparing [2021-05-13T08:31:13.487Z] c3759d518e98: Preparing [2021-05-13T08:31:13.487Z] 2629b8a78dd5: Preparing [2021-05-13T08:31:13.487Z] 5fb292161598: Preparing [2021-05-13T08:31:13.487Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:13.487Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:13.762Z] c3759d518e98: Layer already exists [2021-05-13T08:31:13.762Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:13.762Z] 5fb292161598: Pushed [2021-05-13T08:31:13.762Z] bc2977c572c7: Pushed [2021-05-13T08:31:14.357Z] 2629b8a78dd5: Pushed [2021-05-13T08:31:16.336Z] f057fa0c531d: Pushed [2021-05-13T08:31:16.607Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:74dbed796f3d9e6e79843778236253941d4dcfd07702b944268b4337b81d7bf9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:16.945Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:17.280Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.217 [2021-05-13T08:31:17.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T08:31:17.280Z] bc2977c572c7: Preparing [2021-05-13T08:31:17.280Z] f057fa0c531d: Preparing [2021-05-13T08:31:17.280Z] c3759d518e98: Preparing [2021-05-13T08:31:17.280Z] 2629b8a78dd5: Preparing [2021-05-13T08:31:17.280Z] 5fb292161598: Preparing [2021-05-13T08:31:17.280Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:17.280Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:17.551Z] f057fa0c531d: Layer already exists [2021-05-13T08:31:17.551Z] bc2977c572c7: Layer already exists [2021-05-13T08:31:17.551Z] 2629b8a78dd5: Layer already exists [2021-05-13T08:31:17.551Z] c3759d518e98: Layer already exists [2021-05-13T08:31:17.551Z] 5fb292161598: Layer already exists [2021-05-13T08:31:17.551Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:17.551Z] 2.0.0-dev.217: digest: sha256:74dbed796f3d9e6e79843778236253941d4dcfd07702b944268b4337b81d7bf9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:17.896Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:18.244Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:18.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T08:31:18.244Z] bc2977c572c7: Preparing [2021-05-13T08:31:18.244Z] f057fa0c531d: Preparing [2021-05-13T08:31:18.244Z] c3759d518e98: Preparing [2021-05-13T08:31:18.244Z] 2629b8a78dd5: Preparing [2021-05-13T08:31:18.244Z] 5fb292161598: Preparing [2021-05-13T08:31:18.244Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:18.244Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:18.244Z] c3759d518e98: Layer already exists [2021-05-13T08:31:18.244Z] bc2977c572c7: Layer already exists [2021-05-13T08:31:18.244Z] 5fb292161598: Layer already exists [2021-05-13T08:31:18.244Z] f057fa0c531d: Layer already exists [2021-05-13T08:31:18.244Z] 2629b8a78dd5: Layer already exists [2021-05-13T08:31:18.515Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:18.515Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:74dbed796f3d9e6e79843778236253941d4dcfd07702b944268b4337b81d7bf9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:18.858Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:19.199Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:master [2021-05-13T08:31:19.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T08:31:19.199Z] bc2977c572c7: Preparing [2021-05-13T08:31:19.199Z] f057fa0c531d: Preparing [2021-05-13T08:31:19.199Z] c3759d518e98: Preparing [2021-05-13T08:31:19.199Z] 2629b8a78dd5: Preparing [2021-05-13T08:31:19.199Z] 5fb292161598: Preparing [2021-05-13T08:31:19.199Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:19.199Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:19.468Z] 2629b8a78dd5: Layer already exists [2021-05-13T08:31:19.468Z] bc2977c572c7: Layer already exists [2021-05-13T08:31:19.468Z] 5fb292161598: Layer already exists [2021-05-13T08:31:19.468Z] c3759d518e98: Layer already exists [2021-05-13T08:31:19.468Z] f057fa0c531d: Layer already exists [2021-05-13T08:31:19.468Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:19.468Z] master: digest: sha256:74dbed796f3d9e6e79843778236253941d4dcfd07702b944268b4337b81d7bf9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:19.538Z] ===================================================== [Pipeline] echo [2021-05-13T08:31:19.581Z] taggedImages: [2021-05-13T08:31:19.582Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:19.582Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.217 [2021-05-13T08:31:19.582Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:19.582Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] echo [2021-05-13T08:31:19.617Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2021-05-13T08:31:19.617Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:19.617Z] 2.0.0-dev.217 [2021-05-13T08:31:19.617Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:19.617Z] master [2021-05-13T08:31:19.617Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:19.988Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:20.321Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:20.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T08:31:20.321Z] 6ea2de0e4da5: Preparing [2021-05-13T08:31:20.321Z] b1964eb9a9dc: Preparing [2021-05-13T08:31:20.321Z] c3759d518e98: Preparing [2021-05-13T08:31:20.321Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:20.321Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:20.611Z] c3759d518e98: Layer already exists [2021-05-13T08:31:20.611Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:20.611Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:20.611Z] 6ea2de0e4da5: Pushed [2021-05-13T08:31:24.023Z] b1964eb9a9dc: Pushed [2021-05-13T08:31:24.023Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:7e3584f5388abad7081a759dfe894b8c79d483aaa6dd48112ade9725674897e2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:24.369Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:24.703Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.217 [2021-05-13T08:31:24.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T08:31:24.703Z] 6ea2de0e4da5: Preparing [2021-05-13T08:31:24.703Z] b1964eb9a9dc: Preparing [2021-05-13T08:31:24.703Z] c3759d518e98: Preparing [2021-05-13T08:31:24.703Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:24.703Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:24.703Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:24.703Z] c3759d518e98: Layer already exists [2021-05-13T08:31:24.703Z] 6ea2de0e4da5: Layer already exists [2021-05-13T08:31:24.703Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:24.703Z] b1964eb9a9dc: Layer already exists [2021-05-13T08:31:24.972Z] 2.0.0-dev.217: digest: sha256:7e3584f5388abad7081a759dfe894b8c79d483aaa6dd48112ade9725674897e2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:25.322Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:25.663Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:25.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T08:31:25.663Z] 6ea2de0e4da5: Preparing [2021-05-13T08:31:25.663Z] b1964eb9a9dc: Preparing [2021-05-13T08:31:25.663Z] c3759d518e98: Preparing [2021-05-13T08:31:25.663Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:25.663Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:25.663Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:25.663Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:25.663Z] 6ea2de0e4da5: Layer already exists [2021-05-13T08:31:25.663Z] c3759d518e98: Layer already exists [2021-05-13T08:31:25.663Z] b1964eb9a9dc: Layer already exists [2021-05-13T08:31:25.934Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:7e3584f5388abad7081a759dfe894b8c79d483aaa6dd48112ade9725674897e2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:26.274Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:26.609Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [2021-05-13T08:31:26.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T08:31:26.609Z] 6ea2de0e4da5: Preparing [2021-05-13T08:31:26.609Z] b1964eb9a9dc: Preparing [2021-05-13T08:31:26.609Z] c3759d518e98: Preparing [2021-05-13T08:31:26.609Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:26.609Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:26.609Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:26.609Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:26.609Z] 6ea2de0e4da5: Layer already exists [2021-05-13T08:31:26.609Z] c3759d518e98: Layer already exists [2021-05-13T08:31:26.609Z] b1964eb9a9dc: Layer already exists [2021-05-13T08:31:26.881Z] master: digest: sha256:7e3584f5388abad7081a759dfe894b8c79d483aaa6dd48112ade9725674897e2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:26.945Z] ===================================================== [Pipeline] echo [2021-05-13T08:31:26.960Z] taggedImages: [2021-05-13T08:31:26.960Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:26.960Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.217 [2021-05-13T08:31:26.960Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:26.960Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] echo [2021-05-13T08:31:26.991Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2021-05-13T08:31:26.991Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:26.991Z] 2.0.0-dev.217 [2021-05-13T08:31:26.991Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:26.991Z] master [2021-05-13T08:31:26.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:27.400Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:27.747Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:27.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T08:31:27.747Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:27.747Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:27.747Z] 4dc9df28a07a: Preparing [2021-05-13T08:31:27.747Z] 514d67dcce45: Preparing [2021-05-13T08:31:27.747Z] 75f1ebaf6849: Preparing [2021-05-13T08:31:27.747Z] 6f805fe14800: Preparing [2021-05-13T08:31:27.747Z] c3759d518e98: Preparing [2021-05-13T08:31:27.747Z] 71745fe09ffb: Preparing [2021-05-13T08:31:27.747Z] 71745fe09ffb: Preparing [2021-05-13T08:31:27.747Z] f676f30cc70c: Preparing [2021-05-13T08:31:27.747Z] ccaf1c37330c: Preparing [2021-05-13T08:31:27.747Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:27.747Z] 71745fe09ffb: Waiting [2021-05-13T08:31:27.747Z] f676f30cc70c: Waiting [2021-05-13T08:31:27.747Z] ccaf1c37330c: Waiting [2021-05-13T08:31:27.747Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:27.747Z] c3759d518e98: Waiting [2021-05-13T08:31:28.017Z] 5b7e8f502bfa: Pushed [2021-05-13T08:31:28.017Z] 75f1ebaf6849: Pushed [2021-05-13T08:31:28.017Z] 4dc9df28a07a: Pushed [2021-05-13T08:31:28.017Z] 514d67dcce45: Pushed [2021-05-13T08:31:28.286Z] c3759d518e98: Layer already exists [2021-05-13T08:31:28.286Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:28.286Z] 71745fe09ffb: Pushed [2021-05-13T08:31:28.286Z] f676f30cc70c: Pushed [2021-05-13T08:31:28.286Z] ccaf1c37330c: Pushed [2021-05-13T08:31:30.887Z] 6f805fe14800: Pushed [2021-05-13T08:31:30.887Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:92ed897db1d151f4c7b397fed7b9bf3d5ca3e12cbfb5a1fd23b7c1115e12eacb size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:31.702Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:32.084Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.217 [2021-05-13T08:31:32.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T08:31:32.085Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:32.085Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:32.085Z] 4dc9df28a07a: Preparing [2021-05-13T08:31:32.085Z] 514d67dcce45: Preparing [2021-05-13T08:31:32.085Z] 75f1ebaf6849: Preparing [2021-05-13T08:31:32.085Z] 6f805fe14800: Preparing [2021-05-13T08:31:32.085Z] c3759d518e98: Preparing [2021-05-13T08:31:32.085Z] 71745fe09ffb: Preparing [2021-05-13T08:31:32.085Z] 71745fe09ffb: Preparing [2021-05-13T08:31:32.085Z] f676f30cc70c: Preparing [2021-05-13T08:31:32.085Z] ccaf1c37330c: Preparing [2021-05-13T08:31:32.085Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:32.085Z] c3759d518e98: Waiting [2021-05-13T08:31:32.085Z] 71745fe09ffb: Waiting [2021-05-13T08:31:32.085Z] f676f30cc70c: Waiting [2021-05-13T08:31:32.085Z] ccaf1c37330c: Waiting [2021-05-13T08:31:32.085Z] 75f1ebaf6849: Layer already exists [2021-05-13T08:31:32.085Z] 5b7e8f502bfa: Layer already exists [2021-05-13T08:31:32.085Z] 514d67dcce45: Layer already exists [2021-05-13T08:31:32.085Z] 6f805fe14800: Layer already exists [2021-05-13T08:31:32.085Z] 4dc9df28a07a: Layer already exists [2021-05-13T08:31:32.085Z] f676f30cc70c: Layer already exists [2021-05-13T08:31:32.085Z] 71745fe09ffb: Layer already exists [2021-05-13T08:31:32.085Z] c3759d518e98: Layer already exists [2021-05-13T08:31:32.085Z] ccaf1c37330c: Layer already exists [2021-05-13T08:31:32.085Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:32.359Z] 2.0.0-dev.217: digest: sha256:92ed897db1d151f4c7b397fed7b9bf3d5ca3e12cbfb5a1fd23b7c1115e12eacb size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:32.714Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:33.321Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:33.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T08:31:33.321Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:33.321Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:33.321Z] 4dc9df28a07a: Preparing [2021-05-13T08:31:33.321Z] 514d67dcce45: Preparing [2021-05-13T08:31:33.321Z] 75f1ebaf6849: Preparing [2021-05-13T08:31:33.321Z] 6f805fe14800: Preparing [2021-05-13T08:31:33.321Z] c3759d518e98: Preparing [2021-05-13T08:31:33.321Z] 71745fe09ffb: Preparing [2021-05-13T08:31:33.321Z] 71745fe09ffb: Preparing [2021-05-13T08:31:33.321Z] f676f30cc70c: Preparing [2021-05-13T08:31:33.321Z] ccaf1c37330c: Preparing [2021-05-13T08:31:33.321Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:33.321Z] f676f30cc70c: Waiting [2021-05-13T08:31:33.321Z] ccaf1c37330c: Waiting [2021-05-13T08:31:33.321Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:33.321Z] c3759d518e98: Waiting [2021-05-13T08:31:33.321Z] 71745fe09ffb: Waiting [2021-05-13T08:31:33.321Z] 5b7e8f502bfa: Layer already exists [2021-05-13T08:31:33.321Z] 75f1ebaf6849: Layer already exists [2021-05-13T08:31:33.321Z] 514d67dcce45: Layer already exists [2021-05-13T08:31:33.321Z] 4dc9df28a07a: Layer already exists [2021-05-13T08:31:33.321Z] 6f805fe14800: Layer already exists [2021-05-13T08:31:33.593Z] c3759d518e98: Layer already exists [2021-05-13T08:31:33.593Z] ccaf1c37330c: Layer already exists [2021-05-13T08:31:33.594Z] f676f30cc70c: Layer already exists [2021-05-13T08:31:33.594Z] 71745fe09ffb: Layer already exists [2021-05-13T08:31:33.594Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:33.594Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:92ed897db1d151f4c7b397fed7b9bf3d5ca3e12cbfb5a1fd23b7c1115e12eacb size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:33.935Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:34.305Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [2021-05-13T08:31:34.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T08:31:34.305Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:34.305Z] 5b7e8f502bfa: Preparing [2021-05-13T08:31:34.305Z] 4dc9df28a07a: Preparing [2021-05-13T08:31:34.305Z] 514d67dcce45: Preparing [2021-05-13T08:31:34.305Z] 75f1ebaf6849: Preparing [2021-05-13T08:31:34.305Z] 6f805fe14800: Preparing [2021-05-13T08:31:34.305Z] c3759d518e98: Preparing [2021-05-13T08:31:34.305Z] 71745fe09ffb: Preparing [2021-05-13T08:31:34.305Z] 71745fe09ffb: Preparing [2021-05-13T08:31:34.305Z] f676f30cc70c: Preparing [2021-05-13T08:31:34.305Z] ccaf1c37330c: Preparing [2021-05-13T08:31:34.305Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:34.305Z] f676f30cc70c: Waiting [2021-05-13T08:31:34.305Z] ccaf1c37330c: Waiting [2021-05-13T08:31:34.305Z] c3759d518e98: Waiting [2021-05-13T08:31:34.305Z] 71745fe09ffb: Waiting [2021-05-13T08:31:34.305Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:34.305Z] 75f1ebaf6849: Layer already exists [2021-05-13T08:31:34.305Z] 6f805fe14800: Layer already exists [2021-05-13T08:31:34.305Z] 514d67dcce45: Layer already exists [2021-05-13T08:31:34.305Z] 4dc9df28a07a: Layer already exists [2021-05-13T08:31:34.305Z] 5b7e8f502bfa: Layer already exists [2021-05-13T08:31:34.305Z] 71745fe09ffb: Layer already exists [2021-05-13T08:31:34.305Z] f676f30cc70c: Layer already exists [2021-05-13T08:31:34.305Z] c3759d518e98: Layer already exists [2021-05-13T08:31:34.305Z] ccaf1c37330c: Layer already exists [2021-05-13T08:31:34.305Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:34.576Z] master: digest: sha256:92ed897db1d151f4c7b397fed7b9bf3d5ca3e12cbfb5a1fd23b7c1115e12eacb size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:34.640Z] ===================================================== [Pipeline] echo [2021-05-13T08:31:34.673Z] taggedImages: [2021-05-13T08:31:34.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:34.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.217 [2021-05-13T08:31:34.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:34.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] echo [2021-05-13T08:31:34.711Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2021-05-13T08:31:34.711Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:34.711Z] 2.0.0-dev.217 [2021-05-13T08:31:34.711Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:34.711Z] master [2021-05-13T08:31:34.711Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:35.085Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:35.439Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:35.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T08:31:35.439Z] 1acc698781c3: Preparing [2021-05-13T08:31:35.439Z] 75e44faa13f4: Preparing [2021-05-13T08:31:35.439Z] 10c23b5d185a: Preparing [2021-05-13T08:31:35.439Z] 9d2886d05e7f: Preparing [2021-05-13T08:31:35.439Z] 8c6fbaa4e6a4: Preparing [2021-05-13T08:31:35.439Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:35.717Z] 9d2886d05e7f: Pushed [2021-05-13T08:31:35.717Z] 10c23b5d185a: Pushed [2021-05-13T08:31:35.717Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:36.312Z] 8c6fbaa4e6a4: Pushed [2021-05-13T08:31:37.749Z] 75e44faa13f4: Pushed [2021-05-13T08:31:37.749Z] 1acc698781c3: Pushed [2021-05-13T08:31:38.019Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:71e6eff5553dd85cb80f38db37985c05b98086f78c8ddcf5b6ee2944abd9199e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:38.378Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:38.722Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.217 [2021-05-13T08:31:38.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T08:31:38.723Z] 1acc698781c3: Preparing [2021-05-13T08:31:38.723Z] 75e44faa13f4: Preparing [2021-05-13T08:31:38.723Z] 10c23b5d185a: Preparing [2021-05-13T08:31:38.723Z] 9d2886d05e7f: Preparing [2021-05-13T08:31:38.723Z] 8c6fbaa4e6a4: Preparing [2021-05-13T08:31:38.723Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:38.723Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:38.723Z] 9d2886d05e7f: Layer already exists [2021-05-13T08:31:38.723Z] 8c6fbaa4e6a4: Layer already exists [2021-05-13T08:31:38.723Z] 75e44faa13f4: Layer already exists [2021-05-13T08:31:38.723Z] 10c23b5d185a: Layer already exists [2021-05-13T08:31:38.723Z] 1acc698781c3: Layer already exists [2021-05-13T08:31:38.997Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:38.997Z] 2.0.0-dev.217: digest: sha256:71e6eff5553dd85cb80f38db37985c05b98086f78c8ddcf5b6ee2944abd9199e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:39.341Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:39.681Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:39.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T08:31:39.681Z] 1acc698781c3: Preparing [2021-05-13T08:31:39.681Z] 75e44faa13f4: Preparing [2021-05-13T08:31:39.681Z] 10c23b5d185a: Preparing [2021-05-13T08:31:39.681Z] 9d2886d05e7f: Preparing [2021-05-13T08:31:39.681Z] 8c6fbaa4e6a4: Preparing [2021-05-13T08:31:39.681Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:39.681Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:39.681Z] 8c6fbaa4e6a4: Layer already exists [2021-05-13T08:31:39.682Z] 10c23b5d185a: Layer already exists [2021-05-13T08:31:39.682Z] 9d2886d05e7f: Layer already exists [2021-05-13T08:31:39.682Z] 75e44faa13f4: Layer already exists [2021-05-13T08:31:39.682Z] 1acc698781c3: Layer already exists [2021-05-13T08:31:39.952Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:39.952Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:71e6eff5553dd85cb80f38db37985c05b98086f78c8ddcf5b6ee2944abd9199e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:40.293Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:40.628Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [2021-05-13T08:31:40.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T08:31:40.628Z] 1acc698781c3: Preparing [2021-05-13T08:31:40.628Z] 75e44faa13f4: Preparing [2021-05-13T08:31:40.628Z] 10c23b5d185a: Preparing [2021-05-13T08:31:40.628Z] 9d2886d05e7f: Preparing [2021-05-13T08:31:40.628Z] 8c6fbaa4e6a4: Preparing [2021-05-13T08:31:40.628Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:40.628Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:40.628Z] 10c23b5d185a: Layer already exists [2021-05-13T08:31:40.628Z] 75e44faa13f4: Layer already exists [2021-05-13T08:31:40.628Z] 8c6fbaa4e6a4: Layer already exists [2021-05-13T08:31:40.628Z] 9d2886d05e7f: Layer already exists [2021-05-13T08:31:40.628Z] 1acc698781c3: Layer already exists [2021-05-13T08:31:40.899Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:40.899Z] master: digest: sha256:71e6eff5553dd85cb80f38db37985c05b98086f78c8ddcf5b6ee2944abd9199e size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:40.974Z] ===================================================== [Pipeline] echo [2021-05-13T08:31:40.988Z] taggedImages: [2021-05-13T08:31:40.988Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:40.988Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.217 [2021-05-13T08:31:40.988Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:40.988Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] echo [2021-05-13T08:31:41.019Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2021-05-13T08:31:41.019Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:41.019Z] 2.0.0-dev.217 [2021-05-13T08:31:41.019Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:41.019Z] master [2021-05-13T08:31:41.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:41.411Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:41.746Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:41.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T08:31:41.746Z] 84839b7cbe14: Preparing [2021-05-13T08:31:41.746Z] 36d1529da6a5: Preparing [2021-05-13T08:31:41.746Z] 5da47ec20bfd: Preparing [2021-05-13T08:31:41.746Z] 0fdb7eb41453: Preparing [2021-05-13T08:31:41.746Z] 930cef22317b: Preparing [2021-05-13T08:31:41.746Z] f2f324d9f21d: Preparing [2021-05-13T08:31:41.746Z] f2f324d9f21d: Waiting [2021-05-13T08:31:41.746Z] b08463d9f06d: Preparing [2021-05-13T08:31:41.746Z] 4a667019ec62: Preparing [2021-05-13T08:31:41.746Z] 66e8ca390381: Preparing [2021-05-13T08:31:41.746Z] b08463d9f06d: Waiting [2021-05-13T08:31:41.746Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:41.746Z] 4a667019ec62: Waiting [2021-05-13T08:31:41.746Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:41.746Z] 66e8ca390381: Waiting [2021-05-13T08:31:42.020Z] 930cef22317b: Pushed [2021-05-13T08:31:42.020Z] 84839b7cbe14: Pushed [2021-05-13T08:31:42.020Z] 36d1529da6a5: Pushed [2021-05-13T08:31:42.291Z] f2f324d9f21d: Pushed [2021-05-13T08:31:42.291Z] b08463d9f06d: Pushed [2021-05-13T08:31:42.291Z] 4a667019ec62: Pushed [2021-05-13T08:31:42.291Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:42.885Z] 66e8ca390381: Pushed [2021-05-13T08:31:44.302Z] 0fdb7eb41453: Pushed [2021-05-13T08:31:44.302Z] 5da47ec20bfd: Pushed [2021-05-13T08:31:44.302Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:c46c7fb389e8b412aaf2758b5313149618c4db217e801833ddeadbec0c8d7a44 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:44.647Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:44.990Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.217 [2021-05-13T08:31:44.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T08:31:44.990Z] 84839b7cbe14: Preparing [2021-05-13T08:31:44.990Z] 36d1529da6a5: Preparing [2021-05-13T08:31:44.990Z] 5da47ec20bfd: Preparing [2021-05-13T08:31:44.990Z] 0fdb7eb41453: Preparing [2021-05-13T08:31:44.990Z] 930cef22317b: Preparing [2021-05-13T08:31:44.990Z] f2f324d9f21d: Preparing [2021-05-13T08:31:44.990Z] b08463d9f06d: Preparing [2021-05-13T08:31:44.990Z] 4a667019ec62: Preparing [2021-05-13T08:31:44.990Z] 66e8ca390381: Preparing [2021-05-13T08:31:44.990Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:44.990Z] f2f324d9f21d: Waiting [2021-05-13T08:31:44.990Z] b08463d9f06d: Waiting [2021-05-13T08:31:44.990Z] 4a667019ec62: Waiting [2021-05-13T08:31:44.990Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:44.990Z] 66e8ca390381: Waiting [2021-05-13T08:31:44.990Z] 5da47ec20bfd: Layer already exists [2021-05-13T08:31:44.990Z] 0fdb7eb41453: Layer already exists [2021-05-13T08:31:44.990Z] 84839b7cbe14: Layer already exists [2021-05-13T08:31:44.990Z] 930cef22317b: Layer already exists [2021-05-13T08:31:44.990Z] 36d1529da6a5: Layer already exists [2021-05-13T08:31:44.990Z] 4a667019ec62: Layer already exists [2021-05-13T08:31:44.990Z] 66e8ca390381: Layer already exists [2021-05-13T08:31:44.990Z] b08463d9f06d: Layer already exists [2021-05-13T08:31:44.990Z] f2f324d9f21d: Layer already exists [2021-05-13T08:31:44.990Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:45.260Z] 2.0.0-dev.217: digest: sha256:c46c7fb389e8b412aaf2758b5313149618c4db217e801833ddeadbec0c8d7a44 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:45.598Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:45.931Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:45.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T08:31:45.931Z] 84839b7cbe14: Preparing [2021-05-13T08:31:45.931Z] 36d1529da6a5: Preparing [2021-05-13T08:31:45.931Z] 5da47ec20bfd: Preparing [2021-05-13T08:31:45.931Z] 0fdb7eb41453: Preparing [2021-05-13T08:31:45.931Z] 930cef22317b: Preparing [2021-05-13T08:31:45.931Z] f2f324d9f21d: Preparing [2021-05-13T08:31:45.931Z] b08463d9f06d: Preparing [2021-05-13T08:31:45.931Z] 4a667019ec62: Preparing [2021-05-13T08:31:45.931Z] 66e8ca390381: Preparing [2021-05-13T08:31:45.931Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:45.931Z] b08463d9f06d: Waiting [2021-05-13T08:31:45.931Z] f2f324d9f21d: Waiting [2021-05-13T08:31:45.931Z] 4a667019ec62: Waiting [2021-05-13T08:31:45.931Z] 66e8ca390381: Waiting [2021-05-13T08:31:45.931Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:45.931Z] 5da47ec20bfd: Layer already exists [2021-05-13T08:31:45.931Z] 84839b7cbe14: Layer already exists [2021-05-13T08:31:45.931Z] 0fdb7eb41453: Layer already exists [2021-05-13T08:31:45.931Z] 36d1529da6a5: Layer already exists [2021-05-13T08:31:45.931Z] 930cef22317b: Layer already exists [2021-05-13T08:31:45.931Z] b08463d9f06d: Layer already exists [2021-05-13T08:31:45.931Z] f2f324d9f21d: Layer already exists [2021-05-13T08:31:45.931Z] 66e8ca390381: Layer already exists [2021-05-13T08:31:45.931Z] 4a667019ec62: Layer already exists [2021-05-13T08:31:45.931Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:46.201Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:c46c7fb389e8b412aaf2758b5313149618c4db217e801833ddeadbec0c8d7a44 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:46.537Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:46.875Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [2021-05-13T08:31:46.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T08:31:46.875Z] 84839b7cbe14: Preparing [2021-05-13T08:31:46.875Z] 36d1529da6a5: Preparing [2021-05-13T08:31:46.875Z] 5da47ec20bfd: Preparing [2021-05-13T08:31:46.875Z] 0fdb7eb41453: Preparing [2021-05-13T08:31:46.875Z] 930cef22317b: Preparing [2021-05-13T08:31:46.875Z] f2f324d9f21d: Preparing [2021-05-13T08:31:46.875Z] b08463d9f06d: Preparing [2021-05-13T08:31:46.875Z] 4a667019ec62: Preparing [2021-05-13T08:31:46.875Z] 66e8ca390381: Preparing [2021-05-13T08:31:46.875Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:46.875Z] 4a667019ec62: Waiting [2021-05-13T08:31:46.875Z] 66e8ca390381: Waiting [2021-05-13T08:31:46.875Z] 3fbe34a1663b: Waiting [2021-05-13T08:31:46.875Z] f2f324d9f21d: Waiting [2021-05-13T08:31:46.875Z] b08463d9f06d: Waiting [2021-05-13T08:31:47.148Z] 930cef22317b: Layer already exists [2021-05-13T08:31:47.148Z] 0fdb7eb41453: Layer already exists [2021-05-13T08:31:47.148Z] 36d1529da6a5: Layer already exists [2021-05-13T08:31:47.148Z] 84839b7cbe14: Layer already exists [2021-05-13T08:31:47.148Z] 5da47ec20bfd: Layer already exists [2021-05-13T08:31:47.148Z] f2f324d9f21d: Layer already exists [2021-05-13T08:31:47.148Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:47.148Z] 66e8ca390381: Layer already exists [2021-05-13T08:31:47.148Z] 4a667019ec62: Layer already exists [2021-05-13T08:31:47.148Z] b08463d9f06d: Layer already exists [2021-05-13T08:31:47.148Z] master: digest: sha256:c46c7fb389e8b412aaf2758b5313149618c4db217e801833ddeadbec0c8d7a44 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:47.232Z] ===================================================== [Pipeline] echo [2021-05-13T08:31:47.248Z] taggedImages: [2021-05-13T08:31:47.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:47.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.217 [2021-05-13T08:31:47.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:47.248Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] echo [2021-05-13T08:31:47.286Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2021-05-13T08:31:47.286Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:47.286Z] 2.0.0-dev.217 [2021-05-13T08:31:47.286Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:47.286Z] master [2021-05-13T08:31:47.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:47.692Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:48.030Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:48.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T08:31:48.030Z] f6015749bd78: Preparing [2021-05-13T08:31:48.030Z] 70a9ab1f2b55: Preparing [2021-05-13T08:31:48.030Z] c3759d518e98: Preparing [2021-05-13T08:31:48.030Z] 5d2529878856: Preparing [2021-05-13T08:31:48.030Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:48.382Z] c3759d518e98: Layer already exists [2021-05-13T08:31:48.382Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:48.656Z] f6015749bd78: Pushed [2021-05-13T08:31:48.656Z] 5d2529878856: Pushed [2021-05-13T08:31:51.253Z] 70a9ab1f2b55: Pushed [2021-05-13T08:31:51.253Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:74a2567602c592492554d52385a992ddca03a650550036fd06d9cccc58126f76 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:51.591Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:51.924Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.217 [2021-05-13T08:31:51.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T08:31:51.924Z] f6015749bd78: Preparing [2021-05-13T08:31:51.924Z] 70a9ab1f2b55: Preparing [2021-05-13T08:31:51.924Z] c3759d518e98: Preparing [2021-05-13T08:31:51.924Z] 5d2529878856: Preparing [2021-05-13T08:31:51.924Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:51.924Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:51.924Z] 5d2529878856: Layer already exists [2021-05-13T08:31:51.924Z] c3759d518e98: Layer already exists [2021-05-13T08:31:51.924Z] f6015749bd78: Layer already exists [2021-05-13T08:31:51.924Z] 70a9ab1f2b55: Layer already exists [2021-05-13T08:31:52.195Z] 2.0.0-dev.217: digest: sha256:74a2567602c592492554d52385a992ddca03a650550036fd06d9cccc58126f76 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:52.535Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:52.865Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:52.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T08:31:52.865Z] f6015749bd78: Preparing [2021-05-13T08:31:52.865Z] 70a9ab1f2b55: Preparing [2021-05-13T08:31:52.865Z] c3759d518e98: Preparing [2021-05-13T08:31:52.865Z] 5d2529878856: Preparing [2021-05-13T08:31:52.865Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:52.865Z] 5d2529878856: Layer already exists [2021-05-13T08:31:52.865Z] f6015749bd78: Layer already exists [2021-05-13T08:31:52.865Z] c3759d518e98: Layer already exists [2021-05-13T08:31:52.865Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:52.865Z] 70a9ab1f2b55: Layer already exists [2021-05-13T08:31:53.135Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:74a2567602c592492554d52385a992ddca03a650550036fd06d9cccc58126f76 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:53.492Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:53.842Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [2021-05-13T08:31:53.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T08:31:53.842Z] f6015749bd78: Preparing [2021-05-13T08:31:53.842Z] 70a9ab1f2b55: Preparing [2021-05-13T08:31:53.842Z] c3759d518e98: Preparing [2021-05-13T08:31:53.842Z] 5d2529878856: Preparing [2021-05-13T08:31:53.842Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:53.842Z] f6015749bd78: Layer already exists [2021-05-13T08:31:53.842Z] 5d2529878856: Layer already exists [2021-05-13T08:31:53.842Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:53.842Z] c3759d518e98: Layer already exists [2021-05-13T08:31:53.842Z] 70a9ab1f2b55: Layer already exists [2021-05-13T08:31:54.113Z] master: digest: sha256:74a2567602c592492554d52385a992ddca03a650550036fd06d9cccc58126f76 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:31:54.192Z] ===================================================== [Pipeline] echo [2021-05-13T08:31:54.218Z] taggedImages: [2021-05-13T08:31:54.218Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:54.218Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.217 [2021-05-13T08:31:54.218Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:54.218Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] echo [2021-05-13T08:31:54.258Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2021-05-13T08:31:54.258Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:54.258Z] 2.0.0-dev.217 [2021-05-13T08:31:54.258Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:54.258Z] master [2021-05-13T08:31:54.258Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:54.643Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:55.024Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:31:55.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T08:31:55.024Z] 32efd5fc7619: Preparing [2021-05-13T08:31:55.024Z] 061433d42b47: Preparing [2021-05-13T08:31:55.024Z] c3759d518e98: Preparing [2021-05-13T08:31:55.024Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:55.024Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:55.302Z] c3759d518e98: Layer already exists [2021-05-13T08:31:55.302Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:55.302Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:55.302Z] 32efd5fc7619: Pushed [2021-05-13T08:31:57.913Z] 061433d42b47: Pushed [2021-05-13T08:31:58.184Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:c284c875d0cbbd693b4ca9643571050a916950e44ae695fdd25d0237c130a318 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:58.521Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:58.852Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.217 [2021-05-13T08:31:58.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T08:31:58.852Z] 32efd5fc7619: Preparing [2021-05-13T08:31:58.852Z] 061433d42b47: Preparing [2021-05-13T08:31:58.852Z] c3759d518e98: Preparing [2021-05-13T08:31:58.852Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:58.852Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:58.852Z] 061433d42b47: Layer already exists [2021-05-13T08:31:58.852Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:58.852Z] 32efd5fc7619: Layer already exists [2021-05-13T08:31:58.852Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:58.852Z] c3759d518e98: Layer already exists [2021-05-13T08:31:59.132Z] 2.0.0-dev.217: digest: sha256:c284c875d0cbbd693b4ca9643571050a916950e44ae695fdd25d0237c130a318 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:59.475Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:59.810Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:31:59.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T08:31:59.810Z] 32efd5fc7619: Preparing [2021-05-13T08:31:59.810Z] 061433d42b47: Preparing [2021-05-13T08:31:59.810Z] c3759d518e98: Preparing [2021-05-13T08:31:59.810Z] 1f4af6a2470a: Preparing [2021-05-13T08:31:59.810Z] 3fbe34a1663b: Preparing [2021-05-13T08:31:59.810Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:31:59.810Z] 061433d42b47: Layer already exists [2021-05-13T08:31:59.810Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:31:59.810Z] 32efd5fc7619: Layer already exists [2021-05-13T08:31:59.810Z] c3759d518e98: Layer already exists [2021-05-13T08:32:00.082Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:c284c875d0cbbd693b4ca9643571050a916950e44ae695fdd25d0237c130a318 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:00.431Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:00.777Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [2021-05-13T08:32:00.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T08:32:00.777Z] 32efd5fc7619: Preparing [2021-05-13T08:32:00.777Z] 061433d42b47: Preparing [2021-05-13T08:32:00.777Z] c3759d518e98: Preparing [2021-05-13T08:32:00.777Z] 1f4af6a2470a: Preparing [2021-05-13T08:32:00.777Z] 3fbe34a1663b: Preparing [2021-05-13T08:32:01.051Z] 3fbe34a1663b: Layer already exists [2021-05-13T08:32:01.051Z] 061433d42b47: Layer already exists [2021-05-13T08:32:01.051Z] c3759d518e98: Layer already exists [2021-05-13T08:32:01.051Z] 1f4af6a2470a: Layer already exists [2021-05-13T08:32:01.051Z] 32efd5fc7619: Layer already exists [2021-05-13T08:32:01.051Z] master: digest: sha256:c284c875d0cbbd693b4ca9643571050a916950e44ae695fdd25d0237c130a318 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:32:01.112Z] ===================================================== [Pipeline] echo [2021-05-13T08:32:01.128Z] taggedImages: [2021-05-13T08:32:01.128Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:32:01.128Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.217 [2021-05-13T08:32:01.128Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:32:01.128Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] echo [2021-05-13T08:32:01.184Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2021-05-13T08:32:01.184Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:32:01.184Z] 2.0.0-dev.217 [2021-05-13T08:32:01.184Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:32:01.184Z] master [2021-05-13T08:32:01.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:01.578Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:01.940Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:32:01.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T08:32:01.940Z] 24cdd0781bc3: Preparing [2021-05-13T08:32:01.940Z] f77081e2ebbc: Preparing [2021-05-13T08:32:01.940Z] 4b6d1423cb30: Preparing [2021-05-13T08:32:01.940Z] dab32ad4c49a: Preparing [2021-05-13T08:32:01.940Z] 9ded3b6bb9b5: Preparing [2021-05-13T08:32:01.940Z] fa1afe8e6ed9: Preparing [2021-05-13T08:32:01.940Z] 87a09b4c083e: Preparing [2021-05-13T08:32:01.940Z] 0f74e9ff2a61: Preparing [2021-05-13T08:32:01.940Z] b122376c33c6: Preparing [2021-05-13T08:32:01.940Z] f8381ed47b22: Preparing [2021-05-13T08:32:01.940Z] e934a737d657: Preparing [2021-05-13T08:32:01.940Z] 0f74e9ff2a61: Waiting [2021-05-13T08:32:01.940Z] b122376c33c6: Waiting [2021-05-13T08:32:01.940Z] e934a737d657: Waiting [2021-05-13T08:32:01.940Z] fa1afe8e6ed9: Waiting [2021-05-13T08:32:01.940Z] f8381ed47b22: Waiting [2021-05-13T08:32:01.940Z] 87a09b4c083e: Waiting [2021-05-13T08:32:02.227Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T08:32:02.227Z] fa1afe8e6ed9: Layer already exists [2021-05-13T08:32:02.227Z] 87a09b4c083e: Layer already exists [2021-05-13T08:32:02.227Z] 0f74e9ff2a61: Layer already exists [2021-05-13T08:32:02.227Z] f77081e2ebbc: Pushed [2021-05-13T08:32:02.227Z] b122376c33c6: Layer already exists [2021-05-13T08:32:02.501Z] f8381ed47b22: Layer already exists [2021-05-13T08:32:02.501Z] e934a737d657: Layer already exists [2021-05-13T08:32:03.096Z] 24cdd0781bc3: Pushed [2021-05-13T08:32:04.537Z] 4b6d1423cb30: Pushed [2021-05-13T08:32:16.902Z] dab32ad4c49a: Pushed [2021-05-13T08:32:16.902Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3: digest: sha256:f0d725fa17cf1001833b2df135c4db2f5f982119bfa50715112825fbae7c9d9b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:17.242Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:17.572Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.217 [2021-05-13T08:32:17.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T08:32:17.572Z] 24cdd0781bc3: Preparing [2021-05-13T08:32:17.572Z] f77081e2ebbc: Preparing [2021-05-13T08:32:17.572Z] 4b6d1423cb30: Preparing [2021-05-13T08:32:17.572Z] dab32ad4c49a: Preparing [2021-05-13T08:32:17.572Z] 9ded3b6bb9b5: Preparing [2021-05-13T08:32:17.572Z] fa1afe8e6ed9: Preparing [2021-05-13T08:32:17.572Z] 87a09b4c083e: Preparing [2021-05-13T08:32:17.572Z] 0f74e9ff2a61: Preparing [2021-05-13T08:32:17.572Z] b122376c33c6: Preparing [2021-05-13T08:32:17.572Z] f8381ed47b22: Preparing [2021-05-13T08:32:17.572Z] e934a737d657: Preparing [2021-05-13T08:32:17.572Z] 0f74e9ff2a61: Waiting [2021-05-13T08:32:17.572Z] f8381ed47b22: Waiting [2021-05-13T08:32:17.572Z] e934a737d657: Waiting [2021-05-13T08:32:17.572Z] b122376c33c6: Waiting [2021-05-13T08:32:17.572Z] fa1afe8e6ed9: Waiting [2021-05-13T08:32:17.572Z] 87a09b4c083e: Waiting [2021-05-13T08:32:17.572Z] f77081e2ebbc: Layer already exists [2021-05-13T08:32:17.572Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T08:32:17.572Z] 4b6d1423cb30: Layer already exists [2021-05-13T08:32:17.572Z] 24cdd0781bc3: Layer already exists [2021-05-13T08:32:17.572Z] dab32ad4c49a: Layer already exists [2021-05-13T08:32:17.841Z] 87a09b4c083e: Layer already exists [2021-05-13T08:32:17.841Z] fa1afe8e6ed9: Layer already exists [2021-05-13T08:32:17.841Z] f8381ed47b22: Layer already exists [2021-05-13T08:32:17.841Z] 0f74e9ff2a61: Layer already exists [2021-05-13T08:32:17.841Z] b122376c33c6: Layer already exists [2021-05-13T08:32:17.841Z] e934a737d657: Layer already exists [2021-05-13T08:32:17.841Z] 2.0.0-dev.217: digest: sha256:f0d725fa17cf1001833b2df135c4db2f5f982119bfa50715112825fbae7c9d9b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:18.175Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:18.553Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:32:18.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T08:32:18.823Z] 24cdd0781bc3: Preparing [2021-05-13T08:32:18.823Z] f77081e2ebbc: Preparing [2021-05-13T08:32:18.824Z] 4b6d1423cb30: Preparing [2021-05-13T08:32:18.824Z] dab32ad4c49a: Preparing [2021-05-13T08:32:18.824Z] 9ded3b6bb9b5: Preparing [2021-05-13T08:32:18.824Z] fa1afe8e6ed9: Preparing [2021-05-13T08:32:18.824Z] 87a09b4c083e: Preparing [2021-05-13T08:32:18.824Z] 0f74e9ff2a61: Preparing [2021-05-13T08:32:18.824Z] b122376c33c6: Preparing [2021-05-13T08:32:18.824Z] f8381ed47b22: Preparing [2021-05-13T08:32:18.824Z] e934a737d657: Preparing [2021-05-13T08:32:18.824Z] fa1afe8e6ed9: Waiting [2021-05-13T08:32:18.824Z] 87a09b4c083e: Waiting [2021-05-13T08:32:18.824Z] f8381ed47b22: Waiting [2021-05-13T08:32:18.824Z] 0f74e9ff2a61: Waiting [2021-05-13T08:32:18.824Z] b122376c33c6: Waiting [2021-05-13T08:32:18.824Z] e934a737d657: Waiting [2021-05-13T08:32:18.824Z] 24cdd0781bc3: Layer already exists [2021-05-13T08:32:18.824Z] 4b6d1423cb30: Layer already exists [2021-05-13T08:32:18.824Z] f77081e2ebbc: Layer already exists [2021-05-13T08:32:18.824Z] dab32ad4c49a: Layer already exists [2021-05-13T08:32:19.093Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T08:32:19.093Z] 0f74e9ff2a61: Layer already exists [2021-05-13T08:32:19.093Z] fa1afe8e6ed9: Layer already exists [2021-05-13T08:32:19.093Z] 87a09b4c083e: Layer already exists [2021-05-13T08:32:19.093Z] b122376c33c6: Layer already exists [2021-05-13T08:32:19.093Z] f8381ed47b22: Layer already exists [2021-05-13T08:32:19.093Z] e934a737d657: Layer already exists [2021-05-13T08:32:19.372Z] d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217: digest: sha256:f0d725fa17cf1001833b2df135c4db2f5f982119bfa50715112825fbae7c9d9b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:19.717Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:20.070Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [2021-05-13T08:32:20.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T08:32:20.070Z] 24cdd0781bc3: Preparing [2021-05-13T08:32:20.070Z] f77081e2ebbc: Preparing [2021-05-13T08:32:20.070Z] 4b6d1423cb30: Preparing [2021-05-13T08:32:20.070Z] dab32ad4c49a: Preparing [2021-05-13T08:32:20.070Z] 9ded3b6bb9b5: Preparing [2021-05-13T08:32:20.070Z] fa1afe8e6ed9: Preparing [2021-05-13T08:32:20.070Z] 87a09b4c083e: Preparing [2021-05-13T08:32:20.070Z] 0f74e9ff2a61: Preparing [2021-05-13T08:32:20.070Z] b122376c33c6: Preparing [2021-05-13T08:32:20.070Z] f8381ed47b22: Preparing [2021-05-13T08:32:20.071Z] e934a737d657: Preparing [2021-05-13T08:32:20.071Z] 0f74e9ff2a61: Waiting [2021-05-13T08:32:20.071Z] b122376c33c6: Waiting [2021-05-13T08:32:20.071Z] f8381ed47b22: Waiting [2021-05-13T08:32:20.071Z] e934a737d657: Waiting [2021-05-13T08:32:20.071Z] fa1afe8e6ed9: Waiting [2021-05-13T08:32:20.071Z] 87a09b4c083e: Waiting [2021-05-13T08:32:20.352Z] 4b6d1423cb30: Layer already exists [2021-05-13T08:32:20.352Z] f77081e2ebbc: Layer already exists [2021-05-13T08:32:20.352Z] dab32ad4c49a: Layer already exists [2021-05-13T08:32:20.352Z] 24cdd0781bc3: Layer already exists [2021-05-13T08:32:20.352Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T08:32:20.352Z] 87a09b4c083e: Layer already exists [2021-05-13T08:32:20.352Z] f8381ed47b22: Layer already exists [2021-05-13T08:32:20.352Z] b122376c33c6: Layer already exists [2021-05-13T08:32:20.352Z] fa1afe8e6ed9: Layer already exists [2021-05-13T08:32:20.352Z] 0f74e9ff2a61: Layer already exists [2021-05-13T08:32:20.352Z] e934a737d657: Layer already exists [2021-05-13T08:32:20.352Z] master: digest: sha256:f0d725fa17cf1001833b2df135c4db2f5f982119bfa50715112825fbae7c9d9b size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T08:32:20.430Z] ===================================================== [Pipeline] echo [2021-05-13T08:32:20.447Z] taggedImages: [2021-05-13T08:32:20.447Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3 [2021-05-13T08:32:20.447Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.217 [2021-05-13T08:32:20.447Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d3783389bd084c805784fc32d68d5bd35a9a1ab3-2.0.0-dev.217 [2021-05-13T08:32:20.447Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:32:20.917Z] ---> job-cost.sh [2021-05-13T08:32:20.917Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uggN [2021-05-13T08:32:59.838Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T08:34:36.597Z] lf-activate-venv(): INFO: Adding /tmp/venv-uggN/bin to PATH [2021-05-13T08:34:36.597Z] INFO: No Stack... [2021-05-13T08:34:36.597Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T08:34:36.597Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T08:34:36.975Z] + + catcut /w/workspace/edgex-go/486/archives/cost.csv -d, [2021-05-13T08:34:36.975Z] -f6 [Pipeline] lock [2021-05-13T08:34:37.200Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-486-stack-cost] [2021-05-13T08:34:37.218Z] Resource [jenkins-edgexfoundry-edgex-go-master-486-stack-cost] did not exist. Created. [2021-05-13T08:34:37.218Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-486-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T08:34:37.610Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T08:34:38.543Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T08:34:38.559Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-486-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-13T08:34:39.100Z] provisioning config files... [2021-05-13T08:34:39.112Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/486@tmp/config1374438385489579498tmp [Pipeline] { [Pipeline] sh [2021-05-13T08:34:39.433Z] + set +x [2021-05-13T08:34:39.433Z] + curl -s https://codecov.io/bash [2021-05-13T08:34:39.433Z] + bash -s -- [2021-05-13T08:34:39.714Z] [2021-05-13T08:34:39.714Z] _____ _ [2021-05-13T08:34:39.714Z] / ____| | | [2021-05-13T08:34:39.714Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T08:34:39.714Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T08:34:39.714Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T08:34:39.714Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T08:34:39.714Z] Bash-1.0.2 [2021-05-13T08:34:39.714Z] [2021-05-13T08:34:39.714Z] [2021-05-13T08:34:39.714Z] ==> git version 2.24.3 found [2021-05-13T08:34:39.714Z] ==> 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-13T08:34:39.714Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T08:34:39.714Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T08:34:39.976Z] ==> Jenkins CI detected. [2021-05-13T08:34:39.977Z] project root: . [2021-05-13T08:34:39.977Z] --> token set from env [2021-05-13T08:34:39.977Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T08:34:39.977Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T08:34:39.977Z] ==> Python coveragepy not found [2021-05-13T08:34:39.977Z] ==> Searching for coverage reports in: [2021-05-13T08:34:39.977Z] + . [2021-05-13T08:34:39.977Z] -> Found 1 reports [2021-05-13T08:34:39.977Z] ==> Detecting git/mercurial file structure [2021-05-13T08:34:39.977Z] ==> Reading reports [2021-05-13T08:34:39.977Z] + ./coverage.out bytes=727486 [2021-05-13T08:34:39.977Z] ==> Appending adjustments [2021-05-13T08:34:39.977Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T08:34:44.204Z] + Found adjustments [2021-05-13T08:34:44.204Z] ==> Gzipping contents [2021-05-13T08:34:44.204Z] 104K /tmp/codecov.1c0PIH.gz [2021-05-13T08:34:44.204Z] ==> Uploading reports [2021-05-13T08:34:44.204Z] url: https://codecov.io [2021-05-13T08:34:44.204Z] query: branch=master&commit=d3783389bd084c805784fc32d68d5bd35a9a1ab3&build=486&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F486%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T08:34:44.204Z] -> Pinging Codecov [2021-05-13T08:34:44.204Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=d3783389bd084c805784fc32d68d5bd35a9a1ab3&build=486&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F486%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T08:34:44.204Z] -> Uploading to [2021-05-13T08:34:44.204Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/00271124DB129430A58F1EEE437C3FCB/d3783389bd084c805784fc32d68d5bd35a9a1ab3/2d9d90aa-0ae7-4d75-a466-66d675eaea5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T083444Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5ca07f38d185c5f0f89dbb42d16d64d6c21d16181afd9287987205a2a4c02d9 [2021-05-13T08:34:44.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:34:44.204Z] Dload Upload Total Spent Left Speed [2021-05-13T08:34:44.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 156k --:--:-- --:--:-- --:--:-- 156k 100 101k 0 0 100 101k 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-05-13T08:34:45.053Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d3783389bd084c805784fc32d68d5bd35a9a1ab3 [Pipeline] } [2021-05-13T08:34:45.064Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-05-13T08:34:45.341Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-13T08:34:45.360Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:34:45.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T08:34:45.947Z] [2021-05-13T08:34:45.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:34:46.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T08:34:46.264Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-13T08:34:46.264Z] 188c0c94c7c5: Pulling fs layer [2021-05-13T08:34:46.264Z] 0ef7d3d256c8: Pulling fs layer [2021-05-13T08:34:46.264Z] de9db76c5a1d: Pulling fs layer [2021-05-13T08:34:46.264Z] 0eba1c9be4d2: Pulling fs layer [2021-05-13T08:34:46.264Z] 0d57e429df01: Pulling fs layer [2021-05-13T08:34:46.264Z] 4e4be7b47b0d: Pulling fs layer [2021-05-13T08:34:46.264Z] e1f770b5df2f: Pulling fs layer [2021-05-13T08:34:46.264Z] 85a0685a4137: Pulling fs layer [2021-05-13T08:34:46.264Z] 4e4be7b47b0d: Waiting [2021-05-13T08:34:46.264Z] 0eba1c9be4d2: Waiting [2021-05-13T08:34:46.264Z] 0d57e429df01: Waiting [2021-05-13T08:34:46.264Z] e1f770b5df2f: Waiting [2021-05-13T08:34:46.264Z] 85a0685a4137: Waiting [2021-05-13T08:34:46.264Z] de9db76c5a1d: Download complete [2021-05-13T08:34:46.264Z] 0ef7d3d256c8: Verifying Checksum [2021-05-13T08:34:46.264Z] 0ef7d3d256c8: Download complete [2021-05-13T08:34:46.264Z] 0d57e429df01: Verifying Checksum [2021-05-13T08:34:46.264Z] 0d57e429df01: Download complete [2021-05-13T08:34:46.527Z] 4e4be7b47b0d: Verifying Checksum [2021-05-13T08:34:46.527Z] 4e4be7b47b0d: Download complete [2021-05-13T08:34:46.527Z] 188c0c94c7c5: Verifying Checksum [2021-05-13T08:34:46.527Z] 188c0c94c7c5: Download complete [2021-05-13T08:34:47.108Z] 188c0c94c7c5: Pull complete [2021-05-13T08:34:47.108Z] 0ef7d3d256c8: Pull complete [2021-05-13T08:34:47.373Z] de9db76c5a1d: Pull complete [2021-05-13T08:34:48.320Z] e1f770b5df2f: Verifying Checksum [2021-05-13T08:34:48.320Z] e1f770b5df2f: Download complete [2021-05-13T08:34:51.641Z] 0eba1c9be4d2: Verifying Checksum [2021-05-13T08:34:51.641Z] 0eba1c9be4d2: Download complete [2021-05-13T08:34:51.906Z] 85a0685a4137: Verifying Checksum [2021-05-13T08:34:51.906Z] 85a0685a4137: Download complete [2021-05-13T08:34:57.227Z] 0eba1c9be4d2: Pull complete [2021-05-13T08:34:57.491Z] 0d57e429df01: Pull complete [2021-05-13T08:34:57.491Z] 4e4be7b47b0d: Pull complete [2021-05-13T08:35:01.780Z] e1f770b5df2f: Pull complete [2021-05-13T08:35:11.842Z] 85a0685a4137: Pull complete [2021-05-13T08:35:11.842Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-13T08:35:11.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T08:35:11.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-13T08:35:12.086Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:35:12.154Z] $ 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/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:35:14.017Z] $ docker top 47c51efb13cdaaa7d1179d66bcc030b58146490cf08e5e58659c69f18d162c26 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T08:35:14.153Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-13T08:35:14.446Z] + set -o pipefail [2021-05-13T08:35:14.446Z] + snyk monitor '--org=edgex-jenkins' [2021-05-13T08:35:27.116Z] [2021-05-13T08:35:27.116Z] Monitoring /w/workspace/edgex-go/486 (github.com/edgexfoundry/edgex-go)... [2021-05-13T08:35:27.116Z] [2021-05-13T08:35:27.116Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2ff7eef5-5de4-4cc0-b1d7-29b97b4ab049 [2021-05-13T08:35:27.116Z] [2021-05-13T08:35:27.116Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-13T08:35:27.116Z] [2021-05-13T08:35:27.116Z] [Pipeline] } [2021-05-13T08:35:27.136Z] $ docker stop --time=1 47c51efb13cdaaa7d1179d66bcc030b58146490cf08e5e58659c69f18d162c26 [2021-05-13T08:35:29.510Z] $ docker rm -f 47c51efb13cdaaa7d1179d66bcc030b58146490cf08e5e58659c69f18d162c26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-13T08:35:30.801Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:35:30.819Z] provisioning config files... [2021-05-13T08:35:30.831Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/486@tmp/config4243561559064072822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:35:31.167Z] --> edgex-publish-swagger.sh [2021-05-13T08:35:31.167Z] === Publish openapi/v1 API === [2021-05-13T08:35:31.167Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-13T08:35:31.167Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/486/openapi/v1/core-command.yaml] [2021-05-13T08:35:31.167Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:31.167Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:32.558Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9048 0:00:01 0:00:01 --:--:-- 9055 100 10522 0 0 100 10522 0 9047 0:00:01 0:00:01 --:--:-- 9055 [2021-05-13T08:35:32.558Z] [2021-05-13T08:35:32.558Z] [2021-05-13T08:35:32.558Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/486/openapi/v1/core-data.yaml] [2021-05-13T08:35:32.558Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:32.558Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:33.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 32824 --:--:-- --:--:-- --:--:-- 32819 100 32557 0 0 100 32557 0 32817 --:--:-- --:--:-- --:--:-- 32819 [2021-05-13T08:35:33.504Z] [2021-05-13T08:35:33.504Z] [2021-05-13T08:35:33.504Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/486/openapi/v1/core-metadata.yaml] [2021-05-13T08:35:33.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:33.504Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:34.450Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65703 0:00:01 0:00:01 --:--:-- 65763 100 73721 0 0 100 73721 0 65692 0:00:01 0:00:01 --:--:-- 65704 [2021-05-13T08:35:34.450Z] [2021-05-13T08:35:34.450Z] [2021-05-13T08:35:34.450Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/486/openapi/v1/support-logging.yaml] [2021-05-13T08:35:34.450Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:34.450Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:35.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 14326 --:--:-- --:--:-- --:--:-- 14325 [2021-05-13T08:35:35.296Z] [2021-05-13T08:35:35.296Z] [2021-05-13T08:35:35.296Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/486/openapi/v1/support-notifications.yaml] [2021-05-13T08:35:35.296Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:35.296Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:36.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 38890 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 39613 --:--:-- --:--:-- --:--:-- 39602 [2021-05-13T08:35:36.504Z] [2021-05-13T08:35:36.504Z] [2021-05-13T08:35:36.504Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/486/openapi/v1/support-scheduler.yaml] [2021-05-13T08:35:36.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:36.504Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:37.338Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 59635 --:--:-- --:--:-- --:--:-- 59619 100 14249 0 0 100 14249 0 15043 --:--:-- --:--:-- --:--:-- 15046 [2021-05-13T08:35:37.338Z] [2021-05-13T08:35:37.338Z] [2021-05-13T08:35:37.338Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/486/openapi/v1/system-agent.yaml] [2021-05-13T08:35:37.338Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:37.338Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:38.730Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3363 0:00:01 0:00:01 --:--:-- 3366 100 4110 0 0 100 4110 0 3322 0:00:01 0:00:01 --:--:-- 3325 [2021-05-13T08:35:38.730Z] [2021-05-13T08:35:38.730Z] [2021-05-13T08:35:38.730Z] === Publish openapi/v2 API === [2021-05-13T08:35:38.730Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-13T08:35:38.730Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/486/openapi/v2/core-command.yaml] [2021-05-13T08:35:38.730Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:38.730Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:40.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30687 0 0 100 30687 0 25220 0:00:01 0:00:01 --:--:-- 25215 100 30687 0 0 100 30687 0 19305 0:00:01 0:00:01 --:--:-- 19300 [2021-05-13T08:35:40.129Z] [2021-05-13T08:35:40.129Z] [2021-05-13T08:35:40.129Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/486/openapi/v2/core-data.yaml] [2021-05-13T08:35:40.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:40.129Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:41.526Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 55262 0:00:01 0:00:01 --:--:-- 55305 100 56190 0 0 100 56190 0 55249 0:00:01 0:00:01 --:--:-- 55305 [2021-05-13T08:35:41.526Z] [2021-05-13T08:35:41.526Z] [2021-05-13T08:35:41.526Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/486/openapi/v2/core-metadata.yaml] [2021-05-13T08:35:41.526Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:41.526Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:42.473Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 106k 0:00:01 0:00:01 --:--:-- 106k 100 118k 0 0 100 118k 0 106k 0:00:01 0:00:01 --:--:-- 106k [2021-05-13T08:35:42.473Z] [2021-05-13T08:35:42.473Z] [2021-05-13T08:35:42.473Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/486/openapi/v2/support-notifications.yaml] [2021-05-13T08:35:42.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:42.473Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:43.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 76036 0 0 86 65536 0 247k --:--:-- --:--:-- --:--:-- 247k 100 76036 0 0 100 76036 0 73854 0:00:01 0:00:01 --:--:-- 73893 [2021-05-13T08:35:43.309Z] [2021-05-13T08:35:43.309Z] [2021-05-13T08:35:43.309Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/486/openapi/v2/support-scheduler.yaml] [2021-05-13T08:35:43.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:43.309Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:44.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 34917 0:00:01 0:00:01 --:--:-- 34927 [2021-05-13T08:35:44.525Z] [2021-05-13T08:35:44.525Z] [2021-05-13T08:35:44.526Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/486/openapi/v2/system-agent.yaml] [2021-05-13T08:35:44.526Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:35:44.526Z] Dload Upload Total Spent Left Speed [2021-05-13T08:35:45.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 21366 0:00:01 0:00:01 --:--:-- 21382 [2021-05-13T08:35:45.736Z] [2021-05-13T08:35:45.736Z] [Pipeline] } [2021-05-13T08:35:45.745Z] 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-13T08:35:46.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:35:46.245Z] . [Pipeline] withDockerContainer [2021-05-13T08:35:46.356Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:35:46.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:35:47.344Z] $ docker top 7d914620c7c185680888212917dbb784d14fc0fd4ff1f0f28113e50bbee7f7d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:35:47.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:35:47.537Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:35:47.791Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:35:47.795Z] $ docker exec 7d914620c7c185680888212917dbb784d14fc0fd4ff1f0f28113e50bbee7f7d6 ssh-agent [2021-05-13T08:35:47.981Z] SSH_AUTH_SOCK=/tmp/ssh-0kak8I0RiRbE/agent.11 [2021-05-13T08:35:47.981Z] SSH_AGENT_PID=16 [2021-05-13T08:35:47.988Z] Running ssh-add (command line suppressed) [2021-05-13T08:35:48.127Z] Identity added: /w/workspace/edgex-go/486@tmp/private_key_5548814612457192232.key (/w/workspace/edgex-go/486@tmp/private_key_5548814612457192232.key) [2021-05-13T08:35:48.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:35:48.491Z] + git semver tag [2021-05-13T08:35:49.070Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:35:49.070Z] # $GIT_DIR = /w/workspace/edgex-go/486/.git [2021-05-13T08:35:49.070Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/486 [2021-05-13T08:35:49.070Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:35:49.070Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:35:49.070Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:35:49.070Z] # $SEMVER_BRANCH = master [2021-05-13T08:35:49.070Z] # $SEMVER_DIR = /w/workspace/edgex-go/486/.semver [2021-05-13T08:35:49.070Z] # d3783389bd084c805784fc32d68d5bd35a9a1ab3 HEAD [2021-05-13T08:35:49.647Z] # -> Force: false [2021-05-13T08:35:49.647Z] # 90f9b5e225dc8099fb64db0011de60571f6fe7f7 refs/tags/v2.0.0-dev.217 [Pipeline] } [2021-05-13T08:35:49.660Z] $ docker exec --env ******** --env ******** 7d914620c7c185680888212917dbb784d14fc0fd4ff1f0f28113e50bbee7f7d6 ssh-agent -k [2021-05-13T08:35:49.841Z] unset SSH_AUTH_SOCK; [2021-05-13T08:35:49.842Z] unset SSH_AGENT_PID; [2021-05-13T08:35:49.842Z] echo Agent pid 16 killed; [2021-05-13T08:35:49.938Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:35:50.269Z] + git semver [Pipeline] } [2021-05-13T08:35:50.287Z] $ docker stop --time=1 7d914620c7c185680888212917dbb784d14fc0fd4ff1f0f28113e50bbee7f7d6 [2021-05-13T08:35:51.756Z] $ docker rm -f 7d914620c7c185680888212917dbb784d14fc0fd4ff1f0f28113e50bbee7f7d6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:35:52.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T08:35:52.337Z] [2021-05-13T08:35:52.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:35:52.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T08:35:52.711Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-13T08:35:52.711Z] ab5ef0e58194: Pulling fs layer [2021-05-13T08:35:52.711Z] 9712f1f96733: Pulling fs layer [2021-05-13T08:35:52.711Z] 63f879dbbcfc: Pulling fs layer [2021-05-13T08:35:52.711Z] 0d9ebad4ef96: Pulling fs layer [2021-05-13T08:35:52.711Z] e9a5061849ea: Pulling fs layer [2021-05-13T08:35:52.711Z] d747dcd14b5f: Pulling fs layer [2021-05-13T08:35:52.711Z] 2de7ff778b66: Pulling fs layer [2021-05-13T08:35:52.711Z] 0d9ebad4ef96: Waiting [2021-05-13T08:35:52.711Z] e9a5061849ea: Waiting [2021-05-13T08:35:52.711Z] d747dcd14b5f: Waiting [2021-05-13T08:35:52.711Z] 2de7ff778b66: Waiting [2021-05-13T08:35:52.711Z] 9712f1f96733: Verifying Checksum [2021-05-13T08:35:52.711Z] 9712f1f96733: Download complete [2021-05-13T08:35:54.640Z] 63f879dbbcfc: Verifying Checksum [2021-05-13T08:35:54.640Z] 63f879dbbcfc: Download complete [2021-05-13T08:35:54.640Z] e9a5061849ea: Verifying Checksum [2021-05-13T08:35:54.640Z] e9a5061849ea: Download complete [2021-05-13T08:35:54.640Z] d747dcd14b5f: Verifying Checksum [2021-05-13T08:35:54.640Z] d747dcd14b5f: Download complete [2021-05-13T08:35:54.901Z] 2de7ff778b66: Verifying Checksum [2021-05-13T08:35:54.901Z] 2de7ff778b66: Download complete [2021-05-13T08:35:54.901Z] 0d9ebad4ef96: Verifying Checksum [2021-05-13T08:35:54.901Z] 0d9ebad4ef96: Download complete [2021-05-13T08:35:54.901Z] ab5ef0e58194: Verifying Checksum [2021-05-13T08:35:54.901Z] ab5ef0e58194: Download complete [2021-05-13T08:36:00.220Z] ab5ef0e58194: Pull complete [2021-05-13T08:36:00.220Z] 9712f1f96733: Pull complete [2021-05-13T08:36:02.782Z] 63f879dbbcfc: Pull complete [2021-05-13T08:36:09.412Z] 0d9ebad4ef96: Pull complete [2021-05-13T08:36:09.987Z] e9a5061849ea: Pull complete [2021-05-13T08:36:10.249Z] d747dcd14b5f: Pull complete [2021-05-13T08:36:13.583Z] 2de7ff778b66: Pull complete [2021-05-13T08:36:13.583Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-13T08:36:13.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T08:36:13.583Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-13T08:36:13.882Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:36:13.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:36:16.915Z] $ docker top 33da770f6574f02e42faf15701530c5316eaed18b8058aa30ffd92e852123626 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:36:17.061Z] provisioning config files... [2021-05-13T08:36:17.073Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/486@tmp/config2352350744481992234tmp [2021-05-13T08:36:17.089Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/486@tmp/config198647250535107326tmp [2021-05-13T08:36:17.104Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/486@tmp/config28423249867663799tmp [Pipeline] { [Pipeline] echo [2021-05-13T08:36:17.124Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:36:17.433Z] ---> sigul-configuration.sh [2021-05-13T08:36:17.433Z] gpg: directory `/root/.gnupg' created [2021-05-13T08:36:17.433Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-13T08:36:17.433Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-13T08:36:17.433Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-13T08:36:17.433Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-13T08:36:17.433Z] gpg: CAST5 encrypted data [2021-05-13T08:36:17.694Z] gpg: encrypted with 1 passphrase [2021-05-13T08:36:17.694Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-13T08:36:17.994Z] + mkdir /home/jenkins [2021-05-13T08:36:17.994Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-13T08:36:18.292Z] + 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-13T08:36:18.304Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:36:18.602Z] ---> sigul-install.sh [2021-05-13T08:36:26.757Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-13T08:36:27.066Z] + git tag --list [2021-05-13T08:36:27.066Z] 0.6.0 [2021-05-13T08:36:27.066Z] 0.6.1 [2021-05-13T08:36:27.066Z] 0.7.0 [2021-05-13T08:36:27.066Z] 0.7.1 [2021-05-13T08:36:27.066Z] v0.0.0 [2021-05-13T08:36:27.066Z] v0.0.1-dev.1 [2021-05-13T08:36:27.066Z] v1.0.0 [2021-05-13T08:36:27.066Z] v1.0.1 [2021-05-13T08:36:27.066Z] v1.1.0 [2021-05-13T08:36:27.066Z] v1.2.0 [2021-05-13T08:36:27.066Z] v1.2.1 [2021-05-13T08:36:27.066Z] v1.2.2-dev.1 [2021-05-13T08:36:27.066Z] v1.2.2-dev.10 [2021-05-13T08:36:27.066Z] v1.2.2-dev.100 [2021-05-13T08:36:27.066Z] v1.2.2-dev.101 [2021-05-13T08:36:27.066Z] v1.2.2-dev.102 [2021-05-13T08:36:27.066Z] v1.2.2-dev.103 [2021-05-13T08:36:27.066Z] v1.2.2-dev.104 [2021-05-13T08:36:27.066Z] v1.2.2-dev.105 [2021-05-13T08:36:27.066Z] v1.2.2-dev.106 [2021-05-13T08:36:27.066Z] v1.2.2-dev.107 [2021-05-13T08:36:27.066Z] v1.2.2-dev.11 [2021-05-13T08:36:27.066Z] v1.2.2-dev.12 [2021-05-13T08:36:27.066Z] v1.2.2-dev.13 [2021-05-13T08:36:27.066Z] v1.2.2-dev.14 [2021-05-13T08:36:27.066Z] v1.2.2-dev.15 [2021-05-13T08:36:27.066Z] v1.2.2-dev.16 [2021-05-13T08:36:27.066Z] v1.2.2-dev.17 [2021-05-13T08:36:27.066Z] v1.2.2-dev.18 [2021-05-13T08:36:27.066Z] v1.2.2-dev.19 [2021-05-13T08:36:27.066Z] v1.2.2-dev.2 [2021-05-13T08:36:27.066Z] v1.2.2-dev.20 [2021-05-13T08:36:27.066Z] v1.2.2-dev.21 [2021-05-13T08:36:27.066Z] v1.2.2-dev.22 [2021-05-13T08:36:27.066Z] v1.2.2-dev.23 [2021-05-13T08:36:27.066Z] v1.2.2-dev.24 [2021-05-13T08:36:27.066Z] v1.2.2-dev.25 [2021-05-13T08:36:27.066Z] v1.2.2-dev.26 [2021-05-13T08:36:27.066Z] v1.2.2-dev.27 [2021-05-13T08:36:27.066Z] v1.2.2-dev.28 [2021-05-13T08:36:27.066Z] v1.2.2-dev.29 [2021-05-13T08:36:27.066Z] v1.2.2-dev.3 [2021-05-13T08:36:27.066Z] v1.2.2-dev.30 [2021-05-13T08:36:27.066Z] v1.2.2-dev.31 [2021-05-13T08:36:27.066Z] v1.2.2-dev.32 [2021-05-13T08:36:27.066Z] v1.2.2-dev.33 [2021-05-13T08:36:27.066Z] v1.2.2-dev.34 [2021-05-13T08:36:27.066Z] v1.2.2-dev.35 [2021-05-13T08:36:27.066Z] v1.2.2-dev.36 [2021-05-13T08:36:27.066Z] v1.2.2-dev.37 [2021-05-13T08:36:27.066Z] v1.2.2-dev.38 [2021-05-13T08:36:27.066Z] v1.2.2-dev.39 [2021-05-13T08:36:27.066Z] v1.2.2-dev.4 [2021-05-13T08:36:27.066Z] v1.2.2-dev.40 [2021-05-13T08:36:27.066Z] v1.2.2-dev.41 [2021-05-13T08:36:27.066Z] v1.2.2-dev.42 [2021-05-13T08:36:27.066Z] v1.2.2-dev.43 [2021-05-13T08:36:27.066Z] v1.2.2-dev.44 [2021-05-13T08:36:27.066Z] v1.2.2-dev.45 [2021-05-13T08:36:27.066Z] v1.2.2-dev.46 [2021-05-13T08:36:27.066Z] v1.2.2-dev.47 [2021-05-13T08:36:27.066Z] v1.2.2-dev.48 [2021-05-13T08:36:27.066Z] v1.2.2-dev.49 [2021-05-13T08:36:27.066Z] v1.2.2-dev.5 [2021-05-13T08:36:27.066Z] v1.2.2-dev.50 [2021-05-13T08:36:27.066Z] v1.2.2-dev.51 [2021-05-13T08:36:27.066Z] v1.2.2-dev.52 [2021-05-13T08:36:27.066Z] v1.2.2-dev.53 [2021-05-13T08:36:27.066Z] v1.2.2-dev.54 [2021-05-13T08:36:27.066Z] v1.2.2-dev.55 [2021-05-13T08:36:27.066Z] v1.2.2-dev.56 [2021-05-13T08:36:27.066Z] v1.2.2-dev.57 [2021-05-13T08:36:27.066Z] v1.2.2-dev.58 [2021-05-13T08:36:27.066Z] v1.2.2-dev.59 [2021-05-13T08:36:27.066Z] v1.2.2-dev.6 [2021-05-13T08:36:27.066Z] v1.2.2-dev.60 [2021-05-13T08:36:27.066Z] v1.2.2-dev.61 [2021-05-13T08:36:27.066Z] v1.2.2-dev.62 [2021-05-13T08:36:27.066Z] v1.2.2-dev.63 [2021-05-13T08:36:27.066Z] v1.2.2-dev.64 [2021-05-13T08:36:27.067Z] v1.2.2-dev.65 [2021-05-13T08:36:27.067Z] v1.2.2-dev.66 [2021-05-13T08:36:27.067Z] v1.2.2-dev.67 [2021-05-13T08:36:27.067Z] v1.2.2-dev.68 [2021-05-13T08:36:27.067Z] v1.2.2-dev.69 [2021-05-13T08:36:27.067Z] v1.2.2-dev.7 [2021-05-13T08:36:27.067Z] v1.2.2-dev.70 [2021-05-13T08:36:27.067Z] v1.2.2-dev.71 [2021-05-13T08:36:27.067Z] v1.2.2-dev.72 [2021-05-13T08:36:27.067Z] v1.2.2-dev.73 [2021-05-13T08:36:27.067Z] v1.2.2-dev.74 [2021-05-13T08:36:27.067Z] v1.2.2-dev.75 [2021-05-13T08:36:27.067Z] v1.2.2-dev.76 [2021-05-13T08:36:27.067Z] v1.2.2-dev.77 [2021-05-13T08:36:27.067Z] v1.2.2-dev.78 [2021-05-13T08:36:27.067Z] v1.2.2-dev.79 [2021-05-13T08:36:27.067Z] v1.2.2-dev.8 [2021-05-13T08:36:27.067Z] v1.2.2-dev.80 [2021-05-13T08:36:27.067Z] v1.2.2-dev.81 [2021-05-13T08:36:27.067Z] v1.2.2-dev.82 [2021-05-13T08:36:27.067Z] v1.2.2-dev.83 [2021-05-13T08:36:27.067Z] v1.2.2-dev.84 [2021-05-13T08:36:27.067Z] v1.2.2-dev.85 [2021-05-13T08:36:27.067Z] v1.2.2-dev.86 [2021-05-13T08:36:27.067Z] v1.2.2-dev.87 [2021-05-13T08:36:27.067Z] v1.2.2-dev.88 [2021-05-13T08:36:27.067Z] v1.2.2-dev.89 [2021-05-13T08:36:27.067Z] v1.2.2-dev.9 [2021-05-13T08:36:27.067Z] v1.2.2-dev.90 [2021-05-13T08:36:27.067Z] v1.2.2-dev.91 [2021-05-13T08:36:27.067Z] v1.2.2-dev.92 [2021-05-13T08:36:27.067Z] v1.2.2-dev.93 [2021-05-13T08:36:27.067Z] v1.2.2-dev.94 [2021-05-13T08:36:27.067Z] v1.2.2-dev.95 [2021-05-13T08:36:27.067Z] v1.2.2-dev.96 [2021-05-13T08:36:27.067Z] v1.2.2-dev.97 [2021-05-13T08:36:27.067Z] v1.2.2-dev.98 [2021-05-13T08:36:27.067Z] v1.2.2-dev.99 [2021-05-13T08:36:27.067Z] v1.3.0 [2021-05-13T08:36:27.067Z] v1.3.1 [2021-05-13T08:36:27.067Z] v1.3.1-dev.1 [2021-05-13T08:36:27.067Z] v1.3.1-dev.10 [2021-05-13T08:36:27.067Z] v1.3.1-dev.11 [2021-05-13T08:36:27.067Z] v1.3.1-dev.12 [2021-05-13T08:36:27.067Z] v1.3.1-dev.13 [2021-05-13T08:36:27.067Z] v1.3.1-dev.14 [2021-05-13T08:36:27.067Z] v1.3.1-dev.15 [2021-05-13T08:36:27.067Z] v1.3.1-dev.16 [2021-05-13T08:36:27.067Z] v1.3.1-dev.17 [2021-05-13T08:36:27.067Z] v1.3.1-dev.18 [2021-05-13T08:36:27.067Z] v1.3.1-dev.2 [2021-05-13T08:36:27.067Z] v1.3.1-dev.3 [2021-05-13T08:36:27.067Z] v1.3.1-dev.4 [2021-05-13T08:36:27.067Z] v1.3.1-dev.5 [2021-05-13T08:36:27.067Z] v1.3.1-dev.6 [2021-05-13T08:36:27.067Z] v1.3.1-dev.7 [2021-05-13T08:36:27.067Z] v1.3.1-dev.8 [2021-05-13T08:36:27.067Z] v1.3.1-dev.9 [2021-05-13T08:36:27.067Z] v2.0.0-dev.1 [2021-05-13T08:36:27.067Z] v2.0.0-dev.10 [2021-05-13T08:36:27.067Z] v2.0.0-dev.100 [2021-05-13T08:36:27.067Z] v2.0.0-dev.101 [2021-05-13T08:36:27.067Z] v2.0.0-dev.102 [2021-05-13T08:36:27.067Z] v2.0.0-dev.103 [2021-05-13T08:36:27.067Z] v2.0.0-dev.104 [2021-05-13T08:36:27.067Z] v2.0.0-dev.105 [2021-05-13T08:36:27.067Z] v2.0.0-dev.106 [2021-05-13T08:36:27.067Z] v2.0.0-dev.107 [2021-05-13T08:36:27.067Z] v2.0.0-dev.108 [2021-05-13T08:36:27.067Z] v2.0.0-dev.109 [2021-05-13T08:36:27.067Z] v2.0.0-dev.11 [2021-05-13T08:36:27.067Z] v2.0.0-dev.110 [2021-05-13T08:36:27.067Z] v2.0.0-dev.111 [2021-05-13T08:36:27.067Z] v2.0.0-dev.112 [2021-05-13T08:36:27.067Z] v2.0.0-dev.113 [2021-05-13T08:36:27.067Z] v2.0.0-dev.114 [2021-05-13T08:36:27.067Z] v2.0.0-dev.115 [2021-05-13T08:36:27.067Z] v2.0.0-dev.116 [2021-05-13T08:36:27.067Z] v2.0.0-dev.117 [2021-05-13T08:36:27.067Z] v2.0.0-dev.118 [2021-05-13T08:36:27.067Z] v2.0.0-dev.119 [2021-05-13T08:36:27.067Z] v2.0.0-dev.12 [2021-05-13T08:36:27.067Z] v2.0.0-dev.120 [2021-05-13T08:36:27.067Z] v2.0.0-dev.121 [2021-05-13T08:36:27.067Z] v2.0.0-dev.122 [2021-05-13T08:36:27.067Z] v2.0.0-dev.123 [2021-05-13T08:36:27.067Z] v2.0.0-dev.124 [2021-05-13T08:36:27.067Z] v2.0.0-dev.125 [2021-05-13T08:36:27.067Z] v2.0.0-dev.126 [2021-05-13T08:36:27.067Z] v2.0.0-dev.127 [2021-05-13T08:36:27.067Z] v2.0.0-dev.128 [2021-05-13T08:36:27.067Z] v2.0.0-dev.129 [2021-05-13T08:36:27.067Z] v2.0.0-dev.13 [2021-05-13T08:36:27.067Z] v2.0.0-dev.130 [2021-05-13T08:36:27.067Z] v2.0.0-dev.131 [2021-05-13T08:36:27.067Z] v2.0.0-dev.132 [2021-05-13T08:36:27.067Z] v2.0.0-dev.133 [2021-05-13T08:36:27.067Z] v2.0.0-dev.134 [2021-05-13T08:36:27.067Z] v2.0.0-dev.135 [2021-05-13T08:36:27.067Z] v2.0.0-dev.136 [2021-05-13T08:36:27.067Z] v2.0.0-dev.137 [2021-05-13T08:36:27.067Z] v2.0.0-dev.138 [2021-05-13T08:36:27.067Z] v2.0.0-dev.139 [2021-05-13T08:36:27.067Z] v2.0.0-dev.14 [2021-05-13T08:36:27.067Z] v2.0.0-dev.140 [2021-05-13T08:36:27.067Z] v2.0.0-dev.141 [2021-05-13T08:36:27.067Z] v2.0.0-dev.142 [2021-05-13T08:36:27.067Z] v2.0.0-dev.143 [2021-05-13T08:36:27.067Z] v2.0.0-dev.144 [2021-05-13T08:36:27.067Z] v2.0.0-dev.145 [2021-05-13T08:36:27.067Z] v2.0.0-dev.146 [2021-05-13T08:36:27.067Z] v2.0.0-dev.147 [2021-05-13T08:36:27.067Z] v2.0.0-dev.148 [2021-05-13T08:36:27.067Z] v2.0.0-dev.149 [2021-05-13T08:36:27.067Z] v2.0.0-dev.15 [2021-05-13T08:36:27.067Z] v2.0.0-dev.150 [2021-05-13T08:36:27.067Z] v2.0.0-dev.151 [2021-05-13T08:36:27.067Z] v2.0.0-dev.152 [2021-05-13T08:36:27.067Z] v2.0.0-dev.153 [2021-05-13T08:36:27.067Z] v2.0.0-dev.154 [2021-05-13T08:36:27.067Z] v2.0.0-dev.155 [2021-05-13T08:36:27.067Z] v2.0.0-dev.156 [2021-05-13T08:36:27.067Z] v2.0.0-dev.157 [2021-05-13T08:36:27.067Z] v2.0.0-dev.158 [2021-05-13T08:36:27.067Z] v2.0.0-dev.159 [2021-05-13T08:36:27.067Z] v2.0.0-dev.16 [2021-05-13T08:36:27.067Z] v2.0.0-dev.160 [2021-05-13T08:36:27.067Z] v2.0.0-dev.161 [2021-05-13T08:36:27.067Z] v2.0.0-dev.162 [2021-05-13T08:36:27.067Z] v2.0.0-dev.163 [2021-05-13T08:36:27.067Z] v2.0.0-dev.164 [2021-05-13T08:36:27.067Z] v2.0.0-dev.165 [2021-05-13T08:36:27.067Z] v2.0.0-dev.166 [2021-05-13T08:36:27.067Z] v2.0.0-dev.167 [2021-05-13T08:36:27.067Z] v2.0.0-dev.168 [2021-05-13T08:36:27.067Z] v2.0.0-dev.169 [2021-05-13T08:36:27.067Z] v2.0.0-dev.17 [2021-05-13T08:36:27.067Z] v2.0.0-dev.170 [2021-05-13T08:36:27.067Z] v2.0.0-dev.171 [2021-05-13T08:36:27.067Z] v2.0.0-dev.172 [2021-05-13T08:36:27.067Z] v2.0.0-dev.173 [2021-05-13T08:36:27.067Z] v2.0.0-dev.174 [2021-05-13T08:36:27.067Z] v2.0.0-dev.175 [2021-05-13T08:36:27.067Z] v2.0.0-dev.176 [2021-05-13T08:36:27.067Z] v2.0.0-dev.177 [2021-05-13T08:36:27.067Z] v2.0.0-dev.178 [2021-05-13T08:36:27.067Z] v2.0.0-dev.179 [2021-05-13T08:36:27.067Z] v2.0.0-dev.18 [2021-05-13T08:36:27.067Z] v2.0.0-dev.180 [2021-05-13T08:36:27.067Z] v2.0.0-dev.181 [2021-05-13T08:36:27.067Z] v2.0.0-dev.182 [2021-05-13T08:36:27.067Z] v2.0.0-dev.183 [2021-05-13T08:36:27.067Z] v2.0.0-dev.184 [2021-05-13T08:36:27.067Z] v2.0.0-dev.185 [2021-05-13T08:36:27.067Z] v2.0.0-dev.186 [2021-05-13T08:36:27.067Z] v2.0.0-dev.187 [2021-05-13T08:36:27.067Z] v2.0.0-dev.188 [2021-05-13T08:36:27.067Z] v2.0.0-dev.189 [2021-05-13T08:36:27.067Z] v2.0.0-dev.19 [2021-05-13T08:36:27.067Z] v2.0.0-dev.190 [2021-05-13T08:36:27.067Z] v2.0.0-dev.191 [2021-05-13T08:36:27.067Z] v2.0.0-dev.192 [2021-05-13T08:36:27.067Z] v2.0.0-dev.193 [2021-05-13T08:36:27.067Z] v2.0.0-dev.194 [2021-05-13T08:36:27.067Z] v2.0.0-dev.195 [2021-05-13T08:36:27.067Z] v2.0.0-dev.196 [2021-05-13T08:36:27.067Z] v2.0.0-dev.197 [2021-05-13T08:36:27.067Z] v2.0.0-dev.198 [2021-05-13T08:36:27.067Z] v2.0.0-dev.199 [2021-05-13T08:36:27.067Z] v2.0.0-dev.2 [2021-05-13T08:36:27.067Z] v2.0.0-dev.20 [2021-05-13T08:36:27.067Z] v2.0.0-dev.200 [2021-05-13T08:36:27.067Z] v2.0.0-dev.201 [2021-05-13T08:36:27.067Z] v2.0.0-dev.202 [2021-05-13T08:36:27.067Z] v2.0.0-dev.203 [2021-05-13T08:36:27.067Z] v2.0.0-dev.204 [2021-05-13T08:36:27.067Z] v2.0.0-dev.205 [2021-05-13T08:36:27.067Z] v2.0.0-dev.206 [2021-05-13T08:36:27.067Z] v2.0.0-dev.207 [2021-05-13T08:36:27.067Z] v2.0.0-dev.208 [2021-05-13T08:36:27.067Z] v2.0.0-dev.209 [2021-05-13T08:36:27.067Z] v2.0.0-dev.21 [2021-05-13T08:36:27.067Z] v2.0.0-dev.210 [2021-05-13T08:36:27.067Z] v2.0.0-dev.211 [2021-05-13T08:36:27.067Z] v2.0.0-dev.212 [2021-05-13T08:36:27.067Z] v2.0.0-dev.213 [2021-05-13T08:36:27.067Z] v2.0.0-dev.214 [2021-05-13T08:36:27.067Z] v2.0.0-dev.215 [2021-05-13T08:36:27.067Z] v2.0.0-dev.216 [2021-05-13T08:36:27.067Z] v2.0.0-dev.217 [2021-05-13T08:36:27.067Z] v2.0.0-dev.22 [2021-05-13T08:36:27.067Z] v2.0.0-dev.23 [2021-05-13T08:36:27.067Z] v2.0.0-dev.24 [2021-05-13T08:36:27.067Z] v2.0.0-dev.25 [2021-05-13T08:36:27.067Z] v2.0.0-dev.26 [2021-05-13T08:36:27.067Z] v2.0.0-dev.27 [2021-05-13T08:36:27.067Z] v2.0.0-dev.28 [2021-05-13T08:36:27.067Z] v2.0.0-dev.29 [2021-05-13T08:36:27.067Z] v2.0.0-dev.3 [2021-05-13T08:36:27.067Z] v2.0.0-dev.30 [2021-05-13T08:36:27.067Z] v2.0.0-dev.31 [2021-05-13T08:36:27.067Z] v2.0.0-dev.32 [2021-05-13T08:36:27.067Z] v2.0.0-dev.33 [2021-05-13T08:36:27.067Z] v2.0.0-dev.34 [2021-05-13T08:36:27.067Z] v2.0.0-dev.35 [2021-05-13T08:36:27.067Z] v2.0.0-dev.36 [2021-05-13T08:36:27.067Z] v2.0.0-dev.37 [2021-05-13T08:36:27.067Z] v2.0.0-dev.38 [2021-05-13T08:36:27.067Z] v2.0.0-dev.39 [2021-05-13T08:36:27.067Z] v2.0.0-dev.4 [2021-05-13T08:36:27.067Z] v2.0.0-dev.40 [2021-05-13T08:36:27.067Z] v2.0.0-dev.41 [2021-05-13T08:36:27.067Z] v2.0.0-dev.42 [2021-05-13T08:36:27.067Z] v2.0.0-dev.43 [2021-05-13T08:36:27.067Z] v2.0.0-dev.44 [2021-05-13T08:36:27.067Z] v2.0.0-dev.45 [2021-05-13T08:36:27.067Z] v2.0.0-dev.46 [2021-05-13T08:36:27.067Z] v2.0.0-dev.47 [2021-05-13T08:36:27.067Z] v2.0.0-dev.48 [2021-05-13T08:36:27.067Z] v2.0.0-dev.49 [2021-05-13T08:36:27.067Z] v2.0.0-dev.5 [2021-05-13T08:36:27.067Z] v2.0.0-dev.50 [2021-05-13T08:36:27.067Z] v2.0.0-dev.51 [2021-05-13T08:36:27.067Z] v2.0.0-dev.52 [2021-05-13T08:36:27.067Z] v2.0.0-dev.53 [2021-05-13T08:36:27.067Z] v2.0.0-dev.54 [2021-05-13T08:36:27.067Z] v2.0.0-dev.55 [2021-05-13T08:36:27.067Z] v2.0.0-dev.56 [2021-05-13T08:36:27.067Z] v2.0.0-dev.57 [2021-05-13T08:36:27.067Z] v2.0.0-dev.58 [2021-05-13T08:36:27.067Z] v2.0.0-dev.59 [2021-05-13T08:36:27.067Z] v2.0.0-dev.6 [2021-05-13T08:36:27.067Z] v2.0.0-dev.60 [2021-05-13T08:36:27.067Z] v2.0.0-dev.61 [2021-05-13T08:36:27.067Z] v2.0.0-dev.62 [2021-05-13T08:36:27.067Z] v2.0.0-dev.63 [2021-05-13T08:36:27.067Z] v2.0.0-dev.64 [2021-05-13T08:36:27.067Z] v2.0.0-dev.65 [2021-05-13T08:36:27.067Z] v2.0.0-dev.66 [2021-05-13T08:36:27.067Z] v2.0.0-dev.67 [2021-05-13T08:36:27.067Z] v2.0.0-dev.68 [2021-05-13T08:36:27.067Z] v2.0.0-dev.69 [2021-05-13T08:36:27.067Z] v2.0.0-dev.7 [2021-05-13T08:36:27.067Z] v2.0.0-dev.70 [2021-05-13T08:36:27.067Z] v2.0.0-dev.71 [2021-05-13T08:36:27.067Z] v2.0.0-dev.72 [2021-05-13T08:36:27.067Z] v2.0.0-dev.73 [2021-05-13T08:36:27.067Z] v2.0.0-dev.74 [2021-05-13T08:36:27.067Z] v2.0.0-dev.75 [2021-05-13T08:36:27.067Z] v2.0.0-dev.76 [2021-05-13T08:36:27.067Z] v2.0.0-dev.77 [2021-05-13T08:36:27.067Z] v2.0.0-dev.78 [2021-05-13T08:36:27.067Z] v2.0.0-dev.79 [2021-05-13T08:36:27.067Z] v2.0.0-dev.8 [2021-05-13T08:36:27.067Z] v2.0.0-dev.80 [2021-05-13T08:36:27.067Z] v2.0.0-dev.81 [2021-05-13T08:36:27.067Z] v2.0.0-dev.82 [2021-05-13T08:36:27.067Z] v2.0.0-dev.83 [2021-05-13T08:36:27.067Z] v2.0.0-dev.84 [2021-05-13T08:36:27.067Z] v2.0.0-dev.85 [2021-05-13T08:36:27.067Z] v2.0.0-dev.86 [2021-05-13T08:36:27.067Z] v2.0.0-dev.87 [2021-05-13T08:36:27.067Z] v2.0.0-dev.88 [2021-05-13T08:36:27.067Z] v2.0.0-dev.89 [2021-05-13T08:36:27.067Z] v2.0.0-dev.9 [2021-05-13T08:36:27.067Z] v2.0.0-dev.90 [2021-05-13T08:36:27.067Z] v2.0.0-dev.91 [2021-05-13T08:36:27.067Z] v2.0.0-dev.92 [2021-05-13T08:36:27.067Z] v2.0.0-dev.93 [2021-05-13T08:36:27.067Z] v2.0.0-dev.94 [2021-05-13T08:36:27.067Z] v2.0.0-dev.95 [2021-05-13T08:36:27.067Z] v2.0.0-dev.96 [2021-05-13T08:36:27.067Z] v2.0.0-dev.97 [2021-05-13T08:36:27.067Z] v2.0.0-dev.98 [2021-05-13T08:36:27.067Z] v2.0.0-dev.99 [Pipeline] sh [2021-05-13T08:36:27.376Z] + lftools sign git-tag v2.0.0-dev.217 [2021-05-13T08:36:28.764Z] Signing Git tag with Sigul... [2021-05-13T08:36:28.764Z] Signing v2.0.0-dev.217 [Pipeline] echo [2021-05-13T08:36:30.163Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:36:30.468Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-13T08:36:30.478Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-13T08:36:30.517Z] $ docker stop --time=1 33da770f6574f02e42faf15701530c5316eaed18b8058aa30ffd92e852123626 [2021-05-13T08:36:32.723Z] $ docker rm -f 33da770f6574f02e42faf15701530c5316eaed18b8058aa30ffd92e852123626 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:33.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:36:33.298Z] . [Pipeline] withDockerContainer [2021-05-13T08:36:33.412Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:36:33.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:36:34.426Z] $ docker top 86e5c7a5b2f1eea4d9d8871067100d328e211fb3cab6b614c4350da5f26505de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:36:34.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:36:34.622Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:36:34.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:36:34.882Z] $ docker exec 86e5c7a5b2f1eea4d9d8871067100d328e211fb3cab6b614c4350da5f26505de ssh-agent [2021-05-13T08:36:35.077Z] SSH_AUTH_SOCK=/tmp/ssh-6NV0cLHpYOc6/agent.12 [2021-05-13T08:36:35.077Z] SSH_AGENT_PID=17 [2021-05-13T08:36:35.086Z] Running ssh-add (command line suppressed) [2021-05-13T08:36:35.233Z] Identity added: /w/workspace/edgex-go/486@tmp/private_key_688872703442568048.key (/w/workspace/edgex-go/486@tmp/private_key_688872703442568048.key) [2021-05-13T08:36:35.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:36:35.602Z] + git semver bump pre [2021-05-13T08:36:35.602Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:36:35.602Z] # $GIT_DIR = /w/workspace/edgex-go/486/.git [2021-05-13T08:36:35.602Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/486 [2021-05-13T08:36:35.602Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:36:35.602Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:36:35.602Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:36:35.602Z] # $SEMVER_BRANCH = master [2021-05-13T08:36:35.602Z] # $SEMVER_DIR = /w/workspace/edgex-go/486/.semver [2021-05-13T08:36:35.602Z] 2.0.0-dev.218 [Pipeline] } [2021-05-13T08:36:35.616Z] $ docker exec --env ******** --env ******** 86e5c7a5b2f1eea4d9d8871067100d328e211fb3cab6b614c4350da5f26505de ssh-agent -k [2021-05-13T08:36:35.751Z] unset SSH_AUTH_SOCK; [2021-05-13T08:36:35.751Z] unset SSH_AGENT_PID; [2021-05-13T08:36:35.751Z] echo Agent pid 17 killed; [2021-05-13T08:36:35.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:36:36.140Z] + git semver [Pipeline] } [2021-05-13T08:36:36.160Z] $ docker stop --time=1 86e5c7a5b2f1eea4d9d8871067100d328e211fb3cab6b614c4350da5f26505de [2021-05-13T08:36:37.540Z] $ docker rm -f 86e5c7a5b2f1eea4d9d8871067100d328e211fb3cab6b614c4350da5f26505de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:37.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:36:37.972Z] . [Pipeline] withDockerContainer [2021-05-13T08:36:38.076Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:36:38.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:36:38.873Z] $ docker top fe619ffef52861e65e025bb7fb99e50d7905a85443461732233694e54994b99a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:36:39.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:36:39.097Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:36:39.338Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:36:39.344Z] $ docker exec fe619ffef52861e65e025bb7fb99e50d7905a85443461732233694e54994b99a ssh-agent [2021-05-13T08:36:39.563Z] SSH_AUTH_SOCK=/tmp/ssh-fTuQlY3Pnb2S/agent.12 [2021-05-13T08:36:39.563Z] SSH_AGENT_PID=17 [2021-05-13T08:36:39.572Z] Running ssh-add (command line suppressed) [2021-05-13T08:36:39.715Z] Identity added: /w/workspace/edgex-go/486@tmp/private_key_7736726947771584095.key (/w/workspace/edgex-go/486@tmp/private_key_7736726947771584095.key) [2021-05-13T08:36:39.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:36:40.114Z] + git semver push [2021-05-13T08:36:40.114Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:36:40.114Z] # $GIT_DIR = /w/workspace/edgex-go/486/.git [2021-05-13T08:36:40.114Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/486 [2021-05-13T08:36:40.114Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:36:40.114Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:36:40.114Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:36:40.114Z] # $SEMVER_BRANCH = master [2021-05-13T08:36:40.114Z] # $SEMVER_DIR = /w/workspace/edgex-go/486/.semver [Pipeline] } [2021-05-13T08:36:50.169Z] $ docker exec --env ******** --env ******** fe619ffef52861e65e025bb7fb99e50d7905a85443461732233694e54994b99a ssh-agent -k [2021-05-13T08:36:50.345Z] unset SSH_AUTH_SOCK; [2021-05-13T08:36:50.345Z] unset SSH_AGENT_PID; [2021-05-13T08:36:50.345Z] echo Agent pid 17 killed; [2021-05-13T08:36:50.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:36:50.786Z] + git semver [Pipeline] } [2021-05-13T08:36:50.804Z] $ docker stop --time=1 fe619ffef52861e65e025bb7fb99e50d7905a85443461732233694e54994b99a [2021-05-13T08:36:52.204Z] $ docker rm -f fe619ffef52861e65e025bb7fb99e50d7905a85443461732233694e54994b99a [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-13T08:36:52.880Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:36:53.771Z] ---> package-listing.sh [2021-05-13T08:36:53.771Z] ++ facter osfamily [2021-05-13T08:36:53.771Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T08:36:53.771Z] + OS_FAMILY=redhat [2021-05-13T08:36:53.771Z] + workspace=/w/workspace/edgex-go/486 [2021-05-13T08:36:53.771Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T08:36:53.771Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T08:36:53.771Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T08:36:53.771Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T08:36:53.771Z] + '[' /w/workspace/edgex-go/486 ']' [2021-05-13T08:36:53.771Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T08:36:53.771Z] + case "${OS_FAMILY}" in [2021-05-13T08:36:53.771Z] + sort [2021-05-13T08:36:53.771Z] + rpm -qa [2021-05-13T08:36:59.081Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T08:36:59.081Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T08:36:59.081Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T08:36:59.081Z] + '[' /w/workspace/edgex-go/486 ']' [2021-05-13T08:36:59.081Z] + mkdir -p /w/workspace/edgex-go/486/archives/ [2021-05-13T08:36:59.081Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/486/archives/ [Pipeline] echo [2021-05-13T08:36:59.094Z] 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/486/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T08:36:59.388Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:59.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:36:59.695Z] [2021-05-13T08:36:59.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:37:00.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:37:00.019Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T08:37:00.019Z] df20fa9351a1: Pulling fs layer [2021-05-13T08:37:00.019Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T08:37:00.019Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T08:37:00.019Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T08:37:00.019Z] 93b61091891f: Pulling fs layer [2021-05-13T08:37:00.019Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T08:37:00.019Z] 5e14af77c1be: Pulling fs layer [2021-05-13T08:37:00.019Z] 01666e4c0597: Pulling fs layer [2021-05-13T08:37:00.019Z] aa168da1d23b: Pulling fs layer [2021-05-13T08:37:00.019Z] 93b9cdb0e59b: Waiting [2021-05-13T08:37:00.019Z] 01666e4c0597: Waiting [2021-05-13T08:37:00.019Z] aa168da1d23b: Waiting [2021-05-13T08:37:00.019Z] 5e14af77c1be: Waiting [2021-05-13T08:37:00.019Z] 46f8f816bc3b: Waiting [2021-05-13T08:37:00.019Z] 93b61091891f: Waiting [2021-05-13T08:37:00.019Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T08:37:00.019Z] 36b3adc4ff6f: Download complete [2021-05-13T08:37:00.019Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T08:37:00.019Z] 46f8f816bc3b: Download complete [2021-05-13T08:37:00.286Z] df20fa9351a1: Verifying Checksum [2021-05-13T08:37:00.286Z] df20fa9351a1: Download complete [2021-05-13T08:37:00.286Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T08:37:00.286Z] 93b9cdb0e59b: Download complete [2021-05-13T08:37:00.286Z] 93b61091891f: Verifying Checksum [2021-05-13T08:37:00.286Z] 93b61091891f: Download complete [2021-05-13T08:37:00.286Z] 5e14af77c1be: Download complete [2021-05-13T08:37:00.286Z] 01666e4c0597: Verifying Checksum [2021-05-13T08:37:00.286Z] 01666e4c0597: Download complete [2021-05-13T08:37:00.286Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T08:37:00.286Z] 8ad3a11d3b57: Download complete [2021-05-13T08:37:00.554Z] df20fa9351a1: Pull complete [2021-05-13T08:37:00.820Z] 36b3adc4ff6f: Pull complete [2021-05-13T08:37:02.235Z] 8ad3a11d3b57: Pull complete [2021-05-13T08:37:02.235Z] 46f8f816bc3b: Pull complete [2021-05-13T08:37:02.498Z] aa168da1d23b: Verifying Checksum [2021-05-13T08:37:02.498Z] aa168da1d23b: Download complete [2021-05-13T08:37:03.455Z] 93b61091891f: Pull complete [2021-05-13T08:37:03.455Z] 93b9cdb0e59b: Pull complete [2021-05-13T08:37:03.718Z] 5e14af77c1be: Pull complete [2021-05-13T08:37:03.718Z] 01666e4c0597: Pull complete [2021-05-13T08:37:11.908Z] aa168da1d23b: Pull complete [2021-05-13T08:37:11.908Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T08:37:11.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:37:11.908Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T08:37:12.125Z] prd-centos7-docker-4c-2g-5063 does not seem to be running inside a container [2021-05-13T08:37:12.187Z] $ 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/486/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/486 -v /w/workspace/edgex-go/486:/w/workspace/edgex-go/486:rw,z -v /w/workspace/edgex-go/486@tmp:/w/workspace/edgex-go/486@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-13T08:37:15.767Z] $ docker top cd4b7d55706fc5b18fa7b37215adb4866db01ea627f6db3b7bb979ea83728220 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:37:16.213Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T08:37:16.516Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T08:37:16.817Z] + ls /var/log/sa-host [2021-05-13T08:37:16.817Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T08:37:16.817Z] file_magic: OK [2021-05-13T08:37:16.817Z] HZ: Using current value: 100 [2021-05-13T08:37:16.817Z] file_header: OK [2021-05-13T08:37:16.817Z] 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-13T08:37:16.817Z] Statistics: [2021-05-13T08:37:16.817Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T08:37:16.817Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T08:37:16.817Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T08:37:16.817Z] file_magic: OK [2021-05-13T08:37:16.817Z] HZ: Using current value: 100 [2021-05-13T08:37:16.817Z] file_header: OK [2021-05-13T08:37:16.817Z] 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-13T08:37:16.817Z] Statistics: [2021-05-13T08:37:16.817Z] Hnuu...uuuununununu... [2021-05-13T08:37:16.818Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:37:17.003Z] provisioning config files... [2021-05-13T08:37:17.017Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/486@tmp/config3878636687617085171tmp [Pipeline] { [Pipeline] echo [2021-05-13T08:37:17.038Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:37:17.339Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T08:37:17.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T08:37:17.373Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:37:17.670Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T08:37:17.681Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:37:17.981Z] ---> sudo-logs.sh [2021-05-13T08:37:17.981Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T08:37:18.014Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:37:18.354Z] ---> job-cost.sh [2021-05-13T08:37:18.354Z] lf-activate-venv: SKIPPING [2021-05-13T08:37:18.354Z] DEBUG: total: 0.20999999344348907 [2021-05-13T08:37:18.354Z] INFO: Retrieving Stack Cost... [2021-05-13T08:37:19.302Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T08:37:19.876Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T08:37:19.891Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:37:20.195Z] ---> logs-deploy.sh [2021-05-13T08:37:20.195Z] lf-activate-venv: SKIPPING [2021-05-13T08:37:20.195Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/486 [2021-05-13T08:37:20.195Z] INFO: archiving workspace using pattern(s): [2021-05-13T08:37:22.138Z] Archives upload complete. [2021-05-13T08:37:22.138Z] INFO: archiving logs to Nexus [2021-05-13T08:37:23.141Z] ---> uname -a: [2021-05-13T08:37:23.141Z] Linux prd-centos7-docker-4c-2g-5063.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-13T08:37:23.141Z] [2021-05-13T08:37:23.141Z] [2021-05-13T08:37:23.141Z] ---> lscpu: [2021-05-13T08:37:23.141Z] Architecture: x86_64 [2021-05-13T08:37:23.141Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-13T08:37:23.141Z] Byte Order: Little Endian [2021-05-13T08:37:23.141Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-13T08:37:23.141Z] CPU(s): 4 [2021-05-13T08:37:23.141Z] On-line CPU(s) list: 0-3 [2021-05-13T08:37:23.141Z] Thread(s) per core: 1 [2021-05-13T08:37:23.141Z] Core(s) per socket: 1 [2021-05-13T08:37:23.142Z] Socket(s): 4 [2021-05-13T08:37:23.142Z] NUMA node(s): 1 [2021-05-13T08:37:23.142Z] Vendor ID: GenuineIntel [2021-05-13T08:37:23.142Z] CPU family: 6 [2021-05-13T08:37:23.142Z] Model: 44 [2021-05-13T08:37:23.142Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-13T08:37:23.142Z] Stepping: 1 [2021-05-13T08:37:23.142Z] CPU MHz: 2933.442 [2021-05-13T08:37:23.142Z] BogoMIPS: 5866.88 [2021-05-13T08:37:23.142Z] Virtualization: VT-x [2021-05-13T08:37:23.142Z] Hypervisor vendor: KVM [2021-05-13T08:37:23.142Z] Virtualization type: full [2021-05-13T08:37:23.142Z] L1d cache: 128 KiB [2021-05-13T08:37:23.142Z] L1i cache: 128 KiB [2021-05-13T08:37:23.142Z] L2 cache: 16 MiB [2021-05-13T08:37:23.142Z] L3 cache: 64 MiB [2021-05-13T08:37:23.142Z] NUMA node0 CPU(s): 0-3 [2021-05-13T08:37:23.142Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-13T08:37:23.142Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-13T08:37:23.142Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-13T08:37:23.142Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-13T08:37:23.142Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-13T08:37:23.142Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-13T08:37:23.142Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-13T08:37:23.142Z] Vulnerability Srbds: Not affected [2021-05-13T08:37:23.142Z] Vulnerability Tsx async abort: Not affected [2021-05-13T08:37:23.142Z] 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-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] ---> nproc: [2021-05-13T08:37:23.142Z] 4 [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] ---> df -h: [2021-05-13T08:37:23.142Z] Filesystem Size Used Available Use% Mounted on [2021-05-13T08:37:23.142Z] overlay 50.0G 14.4G 35.6G 29% / [2021-05-13T08:37:23.142Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-13T08:37:23.142Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-13T08:37:23.142Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /facter-os [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/resolv.conf [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hostname [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hosts [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /run/cloud-init/result.json [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/sa-host [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/secure [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/auth.log [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/486 [2021-05-13T08:37:23.142Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/486@tmp [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] ---> free -m: [2021-05-13T08:37:23.142Z] total used free shared buff/cache available [2021-05-13T08:37:23.142Z] Mem: 1837 769 146 0 921 1003 [2021-05-13T08:37:23.142Z] Swap: 1023 80 943 [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] ---> ip addr: [2021-05-13T08:37:23.142Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-13T08:37:23.142Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-13T08:37:23.142Z] inet 127.0.0.1/8 scope host lo [2021-05-13T08:37:23.142Z] valid_lft forever preferred_lft forever [2021-05-13T08:37:23.142Z] inet6 ::1/128 scope host [2021-05-13T08:37:23.142Z] valid_lft forever preferred_lft forever [2021-05-13T08:37:23.142Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-13T08:37:23.142Z] link/ether fa:16:3e:de:27:4b brd ff:ff:ff:ff:ff:ff [2021-05-13T08:37:23.142Z] inet 10.30.123.7/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-13T08:37:23.142Z] valid_lft 85120sec preferred_lft 85120sec [2021-05-13T08:37:23.142Z] inet6 fe80::f816:3eff:fede:274b/64 scope link [2021-05-13T08:37:23.142Z] valid_lft forever preferred_lft forever [2021-05-13T08:37:23.142Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-13T08:37:23.142Z] link/ether 02:42:cf:c0:b2:ea brd ff:ff:ff:ff:ff:ff [2021-05-13T08:37:23.142Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-13T08:37:23.142Z] valid_lft forever preferred_lft forever [2021-05-13T08:37:23.142Z] inet6 fe80::42:cfff:fec0:b2ea/64 scope link [2021-05-13T08:37:23.142Z] valid_lft forever preferred_lft forever [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] ---> sar -b -r -n DEV: [2021-05-13T08:37:23.142Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/13/21 _x86_64_ (4 CPU) [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] 08:15:51 LINUX RESTART (4 CPU) [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] 08:17:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-13T08:37:23.142Z] 08:18:01 92.12 57.32 34.79 0.00 7086.87 11743.83 0.00 [2021-05-13T08:37:23.142Z] 08:19:01 305.83 107.46 198.37 0.00 7458.99 50342.66 0.00 [2021-05-13T08:37:23.142Z] 08:20:02 236.03 128.30 107.73 0.00 4629.49 14250.59 0.00 [2021-05-13T08:37:23.142Z] 08:21:01 126.18 53.04 73.14 0.00 2127.52 6899.34 0.00 [2021-05-13T08:37:23.142Z] 08:22:01 131.62 35.30 96.32 0.00 2777.03 25140.69 0.00 [2021-05-13T08:37:23.142Z] 08:23:01 1974.32 1626.69 347.64 0.00 152410.37 210061.15 0.00 [2021-05-13T08:37:23.142Z] 08:24:02 1822.66 1582.14 240.52 0.00 88177.31 100019.75 0.00 [2021-05-13T08:37:23.142Z] 08:25:03 633.69 304.65 329.04 0.00 71686.40 126737.00 0.00 [2021-05-13T08:37:23.142Z] 08:26:01 2938.28 2618.23 320.05 0.00 132895.96 145760.57 0.00 [2021-05-13T08:37:23.142Z] 08:27:01 308.15 87.08 221.07 0.00 12440.89 40081.59 0.00 [2021-05-13T08:37:23.142Z] 08:28:01 110.60 39.00 71.60 0.00 6127.52 5797.84 0.00 [2021-05-13T08:37:23.142Z] 08:29:02 7.16 3.83 3.33 0.00 229.47 61.11 0.00 [2021-05-13T08:37:23.142Z] 08:30:01 0.36 0.03 0.32 0.00 0.27 3.78 0.00 [2021-05-13T08:37:23.142Z] 08:31:01 2.05 1.80 0.25 0.00 58.88 2.70 0.00 [2021-05-13T08:37:23.142Z] 08:32:01 0.83 0.03 0.80 0.00 0.80 15.59 0.00 [2021-05-13T08:37:23.142Z] 08:33:01 0.27 0.00 0.27 0.00 0.00 2.80 0.00 [2021-05-13T08:37:23.142Z] 08:34:01 0.33 0.03 0.30 0.00 0.40 3.91 0.00 [2021-05-13T08:37:23.142Z] 08:35:01 98.46 35.65 62.81 0.00 2015.84 17905.09 0.00 [2021-05-13T08:37:23.142Z] 08:36:01 321.60 172.71 148.89 0.00 10680.33 34959.58 0.00 [2021-05-13T08:37:23.142Z] 08:37:01 232.40 126.15 106.25 0.00 9974.72 22132.97 0.00 [2021-05-13T08:37:23.142Z] Average: 465.19 346.78 118.41 0.00 25499.14 40648.14 0.00 [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] 08:17:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-13T08:37:23.142Z] 08:18:01 341832 0 626336 33.29 2596 910780 1216484 41.52 539632 798040 44040 [2021-05-13T08:37:23.142Z] 08:19:01 123784 0 776336 41.26 1464 979960 1314048 44.85 629260 828856 232 [2021-05-13T08:37:23.142Z] 08:20:02 101356 0 860000 45.71 520 919668 1800296 61.44 744404 748548 22008 [2021-05-13T08:37:23.142Z] 08:21:01 189060 0 823032 43.74 404 869048 1670072 57.00 643452 753428 72760 [2021-05-13T08:37:23.142Z] 08:22:01 165448 0 764616 40.64 344 951136 1266920 43.24 598780 825120 216 [2021-05-13T08:37:23.142Z] 08:23:01 71856 0 865952 46.02 0 943736 2358192 80.48 725116 858676 72048 [2021-05-13T08:37:23.142Z] 08:24:02 381140 0 1019396 54.18 0 481008 3304232 112.77 636772 586072 26052 [2021-05-13T08:37:23.142Z] 08:25:03 66356 0 792256 42.11 0 1022932 2173288 74.17 764892 834200 24732 [2021-05-13T08:37:23.142Z] 08:26:01 351488 0 769604 40.90 0 760452 2553260 87.14 585488 669584 256 [2021-05-13T08:37:23.142Z] 08:27:01 92740 0 722532 38.40 0 1066272 1502588 51.28 578236 941036 26040 [2021-05-13T08:37:23.142Z] 08:28:01 91900 0 659432 35.05 0 1130212 1223956 41.77 569620 945736 32 [2021-05-13T08:37:23.142Z] 08:29:02 108748 0 654344 34.78 0 1118452 1217212 41.54 646636 854372 8 [2021-05-13T08:37:23.142Z] 08:30:01 111396 0 651588 34.63 0 1118560 1201588 41.01 644440 854080 8 [2021-05-13T08:37:23.142Z] 08:31:01 110004 0 651840 34.64 0 1119700 1198504 40.90 645184 854320 20 [2021-05-13T08:37:23.142Z] 08:32:01 110312 0 651528 34.63 0 1119704 1198528 40.90 644256 855376 8 [2021-05-13T08:37:23.142Z] 08:33:01 109976 0 651792 34.64 0 1119776 1198540 40.90 644196 855396 16 [2021-05-13T08:37:23.142Z] 08:34:01 110684 0 651136 34.61 0 1119724 1188332 40.56 643972 855180 8 [2021-05-13T08:37:23.142Z] 08:35:01 212092 0 698116 37.10 0 971336 1391740 47.50 595776 782964 105340 [2021-05-13T08:37:23.142Z] 08:36:01 144352 0 714036 37.95 0 1023156 1437616 49.06 620280 814148 95316 [2021-05-13T08:37:23.142Z] 08:37:01 80832 0 788492 41.91 0 1012220 1636944 55.87 567776 890284 67640 [2021-05-13T08:37:23.142Z] Average: 153768 0 739618 39.31 266 987892 1602617 54.69 633408 820271 27839 [2021-05-13T08:37:23.142Z] [2021-05-13T08:37:23.142Z] 08:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-13T08:37:23.142Z] 08:18:01 veth104d1e7 1177.89 850.12 103.67 2743.35 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:18:01 eth0 946.94 1231.55 3086.12 118.86 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:18:01 docker0 1177.89 849.98 87.56 2743.34 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:19:01 eth0 646.36 557.06 3517.98 88.19 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:19:01 docker0 236.32 261.03 15.55 838.41 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:20:02 eth0 40.73 22.78 35.81 14.78 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:20:02 veth3bdeb02 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:21:01 eth0 43.41 34.79 19.16 85.58 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:21:01 veth3bdeb02 2.38 2.38 0.19 0.20 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:21:01 docker0 2.38 2.38 0.16 0.20 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:22:01 eth0 220.49 178.65 1708.60 73.13 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:22:01 vetha727653 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:23:01 eth0 79.91 60.46 181.04 11.50 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:23:01 vetha727653 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:23:01 docker0 50.89 60.03 3.37 165.12 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:24:02 veth4175e2e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:24:02 veth934ad49 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:24:02 veth179d39e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:24:02 vethe4ba5aa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:25:03 eth0 2969.98 2808.52 12052.67 502.61 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:25:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:25:03 vetha727653 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:25:03 docker0 1443.72 1175.83 104.61 3823.86 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:26:01 veth04bee12 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:26:01 vethf4394cc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.142Z] 08:26:01 vethb1dcf37 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:26:01 eth0 101.53 86.48 155.32 91.27 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:27:01 eth0 207.54 152.55 1600.20 19.68 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:27:01 vethf61d17f 31.16 51.04 2.14 325.37 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:27:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:27:01 vetha727653 0.00 1.11 0.00 0.05 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:28:01 eth0 358.37 329.73 176.90 1120.12 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:28:01 docker0 1559.61 1316.05 112.12 4408.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:29:02 eth0 101.27 102.61 32.16 491.68 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:30:01 eth0 2.71 0.81 0.94 0.60 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:31:01 eth0 3.56 0.83 1.01 0.57 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:32:01 eth0 3.05 0.85 1.10 0.65 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:33:01 eth0 1.28 0.28 0.33 0.23 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:34:01 eth0 2.11 0.23 0.38 0.19 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:35:01 eth0 533.03 469.34 4065.40 39.25 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:36:01 eth0 498.70 429.57 3604.87 100.27 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:36:01 docker0 52.80 53.74 4.53 373.11 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:37:01 eth0 271.56 212.91 1908.76 104.59 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] 08:37:01 docker0 30.39 35.56 2.66 260.05 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] Average: eth0 207.25 195.40 1019.99 119.07 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] Average: docker0 82.25 70.36 5.97 252.41 0.00 0.00 0.00 0.00 [2021-05-13T08:37:23.143Z] [2021-05-13T08:37:23.143Z]