Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4284 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/477 [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/477 # 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 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 # timeout=10 Commit message: "fix: Rework Secure MessageBus to remove ZMQ dependency for all services (#3449)" > git rev-list --no-walk 4ab9f87d9e0b18aca8f5136bb6755fc5b233398b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T01:55:15.782Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T01:55:15.896Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T01:55:15.928Z] ========================================================= [2021-05-11T01:55:15.928Z] EdgeX Global Pipelines Version Info [2021-05-11T01:55:15.928Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:55:18.770Z] ------------------- [2021-05-11T01:55:18.770Z] stable info: [2021-05-11T01:55:18.770Z] ------------------- [2021-05-11T01:55:18.770Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T01:55:18.770Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T01:55:18.770Z] Message: update stable to v1.0.191 [2021-05-11T01:55:19.807Z] ------------------- [2021-05-11T01:55:19.807Z] experimental info: [2021-05-11T01:55:19.807Z] ------------------- [2021-05-11T01:55:19.807Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T01:55:19.807Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T01:55:19.807Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T01:55:20.057Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T01:55:20.080Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T01:55:20.102Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T01:55:20.124Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T01:55:20.146Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T01:55:20.167Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T01:55:20.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T01:55:20.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T01:55:20.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T01:55:20.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T01:55:20.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T01:55:20.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T01:55:20.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T01:55:20.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T01:55:20.364Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T01:55:20.388Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T01:55:20.413Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T01:55:20.435Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T01:55:20.458Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T01:55:20.480Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T01:55:20.502Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T01:55:20.525Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T01:55:20.547Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T01:55:20.569Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T01:55:20.591Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T01:55:20.614Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] echo [2021-05-11T01:55:20.635Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1bd504d [Pipeline] echo [2021-05-11T01:55:20.657Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T01:55:20.731Z] provisioning config files... [2021-05-11T01:55:20.777Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/477@tmp/config719867303803863405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:55:21.159Z] ---> docker-login.sh [2021-05-11T01:55:21.159Z] nexus3.edgexfoundry.org:10001 [2021-05-11T01:55:22.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:55:22.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:55:22.448Z] Configure a credential helper to remove this warning. See [2021-05-11T01:55:22.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:55:22.448Z] [2021-05-11T01:55:22.448Z] Login Succeeded [2021-05-11T01:55:22.448Z] nexus3.edgexfoundry.org:10002 [2021-05-11T01:55:23.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:55:23.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:55:23.105Z] Configure a credential helper to remove this warning. See [2021-05-11T01:55:23.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:55:23.105Z] [2021-05-11T01:55:23.105Z] Login Succeeded [2021-05-11T01:55:23.105Z] nexus3.edgexfoundry.org:10003 [2021-05-11T01:55:23.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:55:23.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:55:23.759Z] Configure a credential helper to remove this warning. See [2021-05-11T01:55:23.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:55:23.759Z] [2021-05-11T01:55:23.759Z] Login Succeeded [2021-05-11T01:55:23.759Z] nexus3.edgexfoundry.org:10004 [2021-05-11T01:55:24.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:55:24.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:55:24.378Z] Configure a credential helper to remove this warning. See [2021-05-11T01:55:24.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:55:24.378Z] [2021-05-11T01:55:24.378Z] Login Succeeded [2021-05-11T01:55:24.378Z] docker.io [2021-05-11T01:55:24.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:55:25.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:55:25.262Z] Configure a credential helper to remove this warning. See [2021-05-11T01:55:25.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:55:25.262Z] [2021-05-11T01:55:25.262Z] Login Succeeded [2021-05-11T01:55:25.262Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T01:55:25.276Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T01:55:25.720Z] ++ 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-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.720Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T01:55:25.720Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.720Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.720Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.720Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.720Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.720Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.720Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T01:55:25.720Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T01:55:25.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.720Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T01:55:25.720Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.721Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T01:55:25.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:55:25.721Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T01:55:25.721Z] ++ cut -d/ -f2 [2021-05-11T01:55:25.721Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T01:55:25.940Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:55:27.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T01:55:27.771Z] [2021-05-11T01:55:27.771Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:55:28.221Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T01:55:28.221Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T01:55:28.221Z] 31603596830f: Pulling fs layer [2021-05-11T01:55:28.221Z] 54011a49482f: Pulling fs layer [2021-05-11T01:55:28.221Z] a6820b24f6d8: Pulling fs layer [2021-05-11T01:55:28.221Z] f581987b2513: Pulling fs layer [2021-05-11T01:55:28.221Z] f581987b2513: Waiting [2021-05-11T01:55:28.221Z] 54011a49482f: Verifying Checksum [2021-05-11T01:55:28.221Z] 54011a49482f: Download complete [2021-05-11T01:55:28.524Z] 31603596830f: Verifying Checksum [2021-05-11T01:55:28.524Z] 31603596830f: Download complete [2021-05-11T01:55:28.817Z] f581987b2513: Verifying Checksum [2021-05-11T01:55:28.817Z] f581987b2513: Download complete [2021-05-11T01:55:29.135Z] a6820b24f6d8: Verifying Checksum [2021-05-11T01:55:29.135Z] a6820b24f6d8: Download complete [2021-05-11T01:55:30.201Z] 31603596830f: Pull complete [2021-05-11T01:55:30.201Z] 54011a49482f: Pull complete [2021-05-11T01:55:32.306Z] a6820b24f6d8: Pull complete [2021-05-11T01:55:32.935Z] f581987b2513: Pull complete [2021-05-11T01:55:32.935Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T01:55:32.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T01:55:32.935Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T01:55:33.419Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T01:55:33.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T01:55:36.731Z] $ docker top 24f4ddc3a4f0f8291721dc917c33686795a28e6ac131aca8c4361ba81e2d5d3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T01:55:37.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T01:55:37.138Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T01:55:37.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T01:55:37.984Z] $ docker exec 24f4ddc3a4f0f8291721dc917c33686795a28e6ac131aca8c4361ba81e2d5d3d ssh-agent [2021-05-11T01:55:38.702Z] SSH_AUTH_SOCK=/tmp/ssh-tW9SzIJ5tZdo/agent.12 [2021-05-11T01:55:38.702Z] SSH_AGENT_PID=17 [2021-05-11T01:55:38.809Z] Running ssh-add (command line suppressed) [2021-05-11T01:55:39.539Z] Identity added: /w/workspace/edgex-go/477@tmp/private_key_1281637293740704366.key (/w/workspace/edgex-go/477@tmp/private_key_1281637293740704366.key) [2021-05-11T01:55:39.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T01:55:41.604Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T01:55:42.215Z] $ docker exec --env ******** --env ******** 24f4ddc3a4f0f8291721dc917c33686795a28e6ac131aca8c4361ba81e2d5d3d ssh-agent -k [2021-05-11T01:55:42.661Z] unset SSH_AUTH_SOCK; [2021-05-11T01:55:42.662Z] unset SSH_AGENT_PID; [2021-05-11T01:55:42.662Z] echo Agent pid 17 killed; [2021-05-11T01:55:42.885Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T01:55:42.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T01:55:42.918Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T01:55:43.719Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T01:55:43.723Z] $ docker exec 24f4ddc3a4f0f8291721dc917c33686795a28e6ac131aca8c4361ba81e2d5d3d ssh-agent [2021-05-11T01:55:44.254Z] SSH_AUTH_SOCK=/tmp/ssh-OLotpmCr6sWg/agent.45 [2021-05-11T01:55:44.254Z] SSH_AGENT_PID=50 [2021-05-11T01:55:44.266Z] Running ssh-add (command line suppressed) [2021-05-11T01:55:44.891Z] Identity added: /w/workspace/edgex-go/477@tmp/private_key_8348673288680965426.key (/w/workspace/edgex-go/477@tmp/private_key_8348673288680965426.key) [2021-05-11T01:55:45.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T01:55:46.144Z] + git semver init [2021-05-11T01:55:46.144Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T01:55:46.144Z] # $GIT_DIR = /w/workspace/edgex-go/477/.git [2021-05-11T01:55:46.144Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/477 [2021-05-11T01:55:46.144Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T01:55:46.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T01:55:46.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T01:55:46.144Z] # $SEMVER_BRANCH = master [2021-05-11T01:55:46.144Z] # $SEMVER_TEMP = /tmp/semver-423788219 [2021-05-11T01:55:46.144Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T01:56:33.706Z] # '/tmp/semver-423788219' -> '/w/workspace/edgex-go/477/.semver' [2021-05-11T01:56:35.688Z] # -> Force: false [2021-05-11T01:56:35.688Z] # $SEMVER_DIR = /w/workspace/edgex-go/477/.semver [Pipeline] } [2021-05-11T01:56:35.710Z] $ docker exec --env ******** --env ******** 24f4ddc3a4f0f8291721dc917c33686795a28e6ac131aca8c4361ba81e2d5d3d ssh-agent -k [2021-05-11T01:56:36.638Z] unset SSH_AUTH_SOCK; [2021-05-11T01:56:36.639Z] unset SSH_AGENT_PID; [2021-05-11T01:56:36.639Z] echo Agent pid 50 killed; [2021-05-11T01:56:36.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T01:56:37.531Z] + git semver [Pipeline] } [2021-05-11T01:56:37.835Z] $ docker stop --time=1 24f4ddc3a4f0f8291721dc917c33686795a28e6ac131aca8c4361ba81e2d5d3d [2021-05-11T01:56:40.330Z] $ docker rm -f 24f4ddc3a4f0f8291721dc917c33686795a28e6ac131aca8c4361ba81e2d5d3d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T01:56:41.175Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T01:56:42.272Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T01:56:42.276Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.209 [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-11T01:56:42.937Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:56:43.326Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:56:43.763Z] + sudo service docker restart [2021-05-11T01:56:43.763Z] + true [2021-05-11T01:56:43.763Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T01:56:45.927Z] ========================================================= [2021-05-11T01:56:45.927Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T01:56:45.927Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:56:46.313Z] + 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-11T01:56:57.459Z] Still waiting to schedule task [2021-05-11T01:56:57.459Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-11T01:56:59.038Z] Sending build context to Docker daemon 330.2MB [2021-05-11T01:56:59.038Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T01:56:59.038Z] Step 2/6 : FROM ${BASE} [2021-05-11T01:56:59.038Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T01:56:59.038Z] 540db60ca938: Pulling fs layer [2021-05-11T01:56:59.038Z] adcc1eea9eea: Pulling fs layer [2021-05-11T01:56:59.038Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T01:56:59.038Z] 0510c868ecb4: Pulling fs layer [2021-05-11T01:56:59.038Z] afea3b2eda06: Pulling fs layer [2021-05-11T01:56:59.038Z] 7809a108b3ef: Pulling fs layer [2021-05-11T01:56:59.038Z] f706445af74f: Pulling fs layer [2021-05-11T01:56:59.038Z] 0510c868ecb4: Waiting [2021-05-11T01:56:59.038Z] afea3b2eda06: Waiting [2021-05-11T01:56:59.038Z] 7809a108b3ef: Waiting [2021-05-11T01:56:59.038Z] f706445af74f: Waiting [2021-05-11T01:56:59.038Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T01:56:59.038Z] 4c4ab2625f07: Download complete [2021-05-11T01:56:59.038Z] adcc1eea9eea: Verifying Checksum [2021-05-11T01:56:59.038Z] adcc1eea9eea: Download complete [2021-05-11T01:56:59.038Z] afea3b2eda06: Verifying Checksum [2021-05-11T01:56:59.038Z] afea3b2eda06: Download complete [2021-05-11T01:56:59.038Z] 7809a108b3ef: Verifying Checksum [2021-05-11T01:56:59.038Z] 7809a108b3ef: Download complete [2021-05-11T01:56:59.038Z] 540db60ca938: Verifying Checksum [2021-05-11T01:56:59.038Z] 540db60ca938: Download complete [2021-05-11T01:56:59.038Z] 540db60ca938: Pull complete [2021-05-11T01:56:59.351Z] adcc1eea9eea: Pull complete [2021-05-11T01:56:59.693Z] 4c4ab2625f07: Pull complete [2021-05-11T01:57:02.428Z] f706445af74f: Verifying Checksum [2021-05-11T01:57:02.428Z] f706445af74f: Download complete [2021-05-11T01:57:04.468Z] 0510c868ecb4: Verifying Checksum [2021-05-11T01:57:04.468Z] 0510c868ecb4: Download complete [2021-05-11T01:57:20.022Z] 0510c868ecb4: Pull complete [2021-05-11T01:57:20.022Z] afea3b2eda06: Pull complete [2021-05-11T01:57:20.022Z] 7809a108b3ef: Pull complete [2021-05-11T01:57:25.579Z] f706445af74f: Pull complete [2021-05-11T01:57:25.579Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T01:57:25.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T01:57:25.579Z] ---> b068be0155e3 [2021-05-11T01:57:25.579Z] 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-11T01:57:25.579Z] ---> Running in adb6db883368 [2021-05-11T01:57:26.616Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:57:28.621Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:57:29.604Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T01:57:29.876Z] (2/12) Installing file (5.39-r0) [2021-05-11T01:57:29.876Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T01:57:30.154Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T01:57:57.061Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T01:57:57.061Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T01:57:57.061Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T01:57:57.061Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T01:57:57.061Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T01:57:57.336Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T01:57:57.609Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T01:57:58.655Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T01:57:58.655Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T01:57:58.655Z] OK: 219 MiB in 52 packages [2021-05-11T01:58:03.200Z] Removing intermediate container adb6db883368 [2021-05-11T01:58:03.200Z] ---> acca6ca1a522 [2021-05-11T01:58:03.200Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T01:58:03.200Z] ---> Running in 8cc29cfec8f7 [2021-05-11T01:58:04.279Z] Removing intermediate container 8cc29cfec8f7 [2021-05-11T01:58:04.279Z] ---> 57ecd8e0924d [2021-05-11T01:58:04.279Z] Step 5/6 : COPY go.mod . [2021-05-11T01:58:04.888Z] ---> 78bb0d000c3b [2021-05-11T01:58:04.888Z] Step 6/6 : RUN go mod download [2021-05-11T01:58:04.888Z] ---> Running in 57b0ed30687c [2021-05-11T01:58:37.644Z] Removing intermediate container 57b0ed30687c [2021-05-11T01:58:37.644Z] ---> c9a6743a91dc [2021-05-11T01:58:37.644Z] Successfully built c9a6743a91dc [2021-05-11T01:58:37.644Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:58:38.064Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T01:58:38.684Z] . [Pipeline] withDockerContainer [2021-05-11T01:58:39.715Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T01:58:39.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T01:58:42.602Z] $ docker top 2bb2e3017b56fcca4c54364cd2c5b2361e8cdf3d1210a9b177320f7a9b6ba02b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T01:58:43.595Z] + go version [2021-05-11T01:58:43.595Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T01:58:43.628Z] $ docker stop --time=1 2bb2e3017b56fcca4c54364cd2c5b2361e8cdf3d1210a9b177320f7a9b6ba02b [2021-05-11T01:58:45.693Z] $ docker rm -f 2bb2e3017b56fcca4c54364cd2c5b2361e8cdf3d1210a9b177320f7a9b6ba02b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:58:47.066Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T01:58:47.066Z] . [Pipeline] withDockerContainer [2021-05-11T01:58:47.855Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T01:58:48.340Z] $ 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/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T01:58:50.142Z] $ docker top 9b3b9c1447bb1aa8f021e06ebc7fad1025c5b62e2280c3d58785f06f72c7d1ec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T01:58:50.422Z] ========================================================= [2021-05-11T01:58:50.422Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T01:58:50.422Z] ========================================================= [Pipeline] sh [2021-05-11T01:58:50.805Z] + go mod tidy [2021-05-11T01:58:51.164Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4287 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-05-11T01:58:51.189Z] Running in /w/workspace/edgex-go/477 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-05-11T01:58:56.573Z] using credential edgex-jenkins-ssh [2021-05-11T01:58:56.589Z] Cloning the remote Git repository [2021-05-11T01:58:56.598Z] + make test [2021-05-11T01:58:56.599Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T01:58:56.637Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:58:56.743Z] > git init /w/workspace/edgex-go/477 # timeout=10 [2021-05-11T01:58:56.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:58:56.847Z] > git --version # timeout=10 [2021-05-11T01:58:56.908Z] > git --version # 'git version 2.17.1' [2021-05-11T01:58:56.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:58:57.051Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T01:59:17.142Z] Checking out Revision 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 (master) [2021-05-11T01:59:16.373Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T01:59:16.405Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T01:59:16.427Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T01:59:16.461Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:59:16.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:59:16.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T01:59:17.164Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T01:59:17.179Z] > git checkout -f 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 # timeout=10 [2021-05-11T01:59:19.295Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T01:59:21.623Z] Commit message: "fix: Rework Secure MessageBus to remove ZMQ dependency for all services (#3449)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T01:59:23.089Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:59:23.506Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:59:23.847Z] + sudo service docker restart+ [2021-05-11T01:59:23.847Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T01:59:25.864Z] provisioning config files... [2021-05-11T01:59:25.905Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/477@tmp/config6280221313903599864tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:59:26.301Z] ---> docker-login.sh [2021-05-11T01:59:26.302Z] nexus3.edgexfoundry.org:10001 [2021-05-11T01:59:27.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:59:27.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:59:27.561Z] Configure a credential helper to remove this warning. See [2021-05-11T01:59:27.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:59:27.561Z] [2021-05-11T01:59:27.561Z] Login Succeeded [2021-05-11T01:59:27.561Z] nexus3.edgexfoundry.org:10002 [2021-05-11T01:59:27.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:59:28.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:59:28.106Z] Configure a credential helper to remove this warning. See [2021-05-11T01:59:28.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:59:28.106Z] [2021-05-11T01:59:28.106Z] Login Succeeded [2021-05-11T01:59:28.106Z] nexus3.edgexfoundry.org:10003 [2021-05-11T01:59:28.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:59:28.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:59:28.652Z] Configure a credential helper to remove this warning. See [2021-05-11T01:59:28.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:59:28.652Z] [2021-05-11T01:59:28.652Z] Login Succeeded [2021-05-11T01:59:28.652Z] nexus3.edgexfoundry.org:10004 [2021-05-11T01:59:28.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:59:29.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:59:29.204Z] Configure a credential helper to remove this warning. See [2021-05-11T01:59:29.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:59:29.204Z] [2021-05-11T01:59:29.204Z] Login Succeeded [2021-05-11T01:59:29.204Z] docker.io [2021-05-11T01:59:29.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:59:29.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:59:29.759Z] Configure a credential helper to remove this warning. See [2021-05-11T01:59:29.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:59:29.759Z] [2021-05-11T01:59:29.759Z] Login Succeeded [2021-05-11T01:59:30.034Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T01:59:30.054Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T01:59:30.355Z] ========================================================= [2021-05-11T01:59:30.355Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T01:59:30.355Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:59:30.724Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T01:59:33.360Z] Sending build context to Docker daemon 167.7MB [2021-05-11T01:59:33.360Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T01:59:33.360Z] Step 2/6 : FROM ${BASE} [2021-05-11T01:59:33.360Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T01:59:33.360Z] 595b0fe564bb: Pulling fs layer [2021-05-11T01:59:33.360Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T01:59:33.360Z] 316046926c0a: Pulling fs layer [2021-05-11T01:59:33.360Z] 4ebd0625c992: Pulling fs layer [2021-05-11T01:59:33.360Z] 207e8628e3a3: Pulling fs layer [2021-05-11T01:59:33.360Z] c791037a9be2: Pulling fs layer [2021-05-11T01:59:33.360Z] ffd874e62e21: Pulling fs layer [2021-05-11T01:59:33.360Z] 4ebd0625c992: Waiting [2021-05-11T01:59:33.360Z] 207e8628e3a3: Waiting [2021-05-11T01:59:33.360Z] c791037a9be2: Waiting [2021-05-11T01:59:33.360Z] ffd874e62e21: Waiting [2021-05-11T01:59:33.360Z] 316046926c0a: Verifying Checksum [2021-05-11T01:59:33.360Z] 316046926c0a: Download complete [2021-05-11T01:59:33.360Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T01:59:33.360Z] 7186ed65a4f7: Download complete [2021-05-11T01:59:33.360Z] 207e8628e3a3: Verifying Checksum [2021-05-11T01:59:33.360Z] 207e8628e3a3: Download complete [2021-05-11T01:59:33.360Z] c791037a9be2: Verifying Checksum [2021-05-11T01:59:33.360Z] c791037a9be2: Download complete [2021-05-11T01:59:33.360Z] 595b0fe564bb: Verifying Checksum [2021-05-11T01:59:33.360Z] 595b0fe564bb: Download complete [2021-05-11T01:59:33.959Z] 595b0fe564bb: Pull complete [2021-05-11T01:59:34.575Z] 7186ed65a4f7: Pull complete [2021-05-11T01:59:35.174Z] 316046926c0a: Pull complete [2021-05-11T01:59:35.448Z] ffd874e62e21: Verifying Checksum [2021-05-11T01:59:35.448Z] ffd874e62e21: Download complete [2021-05-11T01:59:36.882Z] 4ebd0625c992: Verifying Checksum [2021-05-11T01:59:36.882Z] 4ebd0625c992: Download complete [2021-05-11T01:59:47.053Z] 4ebd0625c992: Pull complete [2021-05-11T01:59:47.053Z] 207e8628e3a3: Pull complete [2021-05-11T01:59:47.326Z] c791037a9be2: Pull complete [2021-05-11T01:59:50.702Z] ffd874e62e21: Pull complete [2021-05-11T01:59:50.702Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T01:59:50.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T01:59:50.702Z] ---> cfc18b08335c [2021-05-11T01:59:50.702Z] 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-11T01:59:54.999Z] ---> Running in c80b336b863d [2021-05-11T01:59:55.595Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:59:58.959Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T02:00:00.980Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:00:09.267Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T02:00:10.246Z] (2/12) Installing file (5.39-r0) [2021-05-11T02:00:10.521Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T02:00:10.521Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T02:00:15.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T02:00:15.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T02:00:15.081Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T02:00:24.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T02:00:24.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T02:00:24.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T02:00:24.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T02:00:28.209Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T02:00:28.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T02:00:36.212Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T02:00:36.212Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T02:00:36.212Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T02:00:40.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 45.9% of statements [2021-05-11T02:00:40.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T02:00:40.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T02:00:40.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T02:00:40.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T02:00:40.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T02:00:40.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T02:00:40.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.074s coverage: 19.8% of statements [2021-05-11T02:00:40.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.610s coverage: 100.0% of statements [2021-05-11T02:00:45.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.420s coverage: 27.8% of statements [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T02:00:45.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.202s coverage: 81.2% of statements [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T02:00:45.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T02:00:45.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.212s coverage: 100.0% of statements [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T02:00:45.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T02:00:49.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 71.3% of statements [2021-05-11T02:00:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T02:00:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T02:00:50.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.292s coverage: 87.7% of statements [2021-05-11T02:00:50.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T02:00:50.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T02:00:50.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.121s coverage: 78.9% of statements [2021-05-11T02:00:50.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T02:01:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.840s coverage: 28.6% of statements [2021-05-11T02:01:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T02:01:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T02:01:00.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.195s coverage: 100.0% of statements [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T02:01:00.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T02:01:00.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.596s coverage: 86.7% of statements [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T02:01:00.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T02:01:00.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T02:01:00.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T02:01:07.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.459s coverage: 95.1% of statements [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T02:01:07.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.098s coverage: 58.8% of statements [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T02:01:07.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.9% of statements [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T02:01:07.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.161s coverage: 22.0% of statements [2021-05-11T02:01:07.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T02:01:07.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.295s coverage: 47.1% of statements [2021-05-11T02:01:07.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.229s coverage: 79.5% of statements [2021-05-11T02:01:07.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2021-05-11T02:01:08.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements [2021-05-11T02:01:08.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.162s coverage: 87.5% of statements [2021-05-11T02:01:18.505Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T02:01:18.505Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T02:01:18.505Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T02:01:18.505Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T02:01:18.505Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T02:01:18.505Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T02:01:18.505Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T02:01:18.505Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T02:01:18.505Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T02:01:18.505Z] OK: 218 MiB in 52 packages [2021-05-11T02:01:18.505Z] Removing intermediate container c80b336b863d [2021-05-11T02:01:18.505Z] ---> 89a65a81edc2 [2021-05-11T02:01:18.505Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T02:01:18.505Z] ---> Running in d3172c47b902 [2021-05-11T02:01:18.505Z] Removing intermediate container d3172c47b902 [2021-05-11T02:01:18.505Z] ---> 67992adc4a75 [2021-05-11T02:01:18.505Z] Step 5/6 : COPY go.mod . [2021-05-11T02:01:18.505Z] ---> 4049d471c246 [2021-05-11T02:01:18.505Z] Step 6/6 : RUN go mod download [2021-05-11T02:01:18.505Z] ---> Running in 410f18b7aea3 [2021-05-11T02:01:22.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.275s coverage: 94.4% of statements [2021-05-11T02:01:22.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.217s coverage: 44.8% of statements [2021-05-11T02:01:27.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.306s coverage: 81.8% of statements [2021-05-11T02:01:27.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.533s coverage: 92.9% of statements [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.123s coverage: 65.1% of statements [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.268s coverage: 87.2% of statements [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.124s coverage: 100.0% of statements [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.451s coverage: 76.0% of statements [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.0% of statements [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.216s coverage: 85.4% of statements [2021-05-11T02:01:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.370s coverage: 91.2% of statements [2021-05-11T02:01:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T02:01:36.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.423s coverage: 64.4% of statements [2021-05-11T02:01:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T02:01:36.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T02:01:36.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.338s coverage: 100.0% of statements [2021-05-11T02:01:36.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-05-11T02:01:37.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2021-05-11T02:01:37.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.147s coverage: 73.7% of statements [2021-05-11T02:01:38.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements [2021-05-11T02:01:42.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.810s coverage: 66.9% of statements [2021-05-11T02:01:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T02:01:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T02:01:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T02:01:43.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.196s coverage: 43.4% of statements [2021-05-11T02:01:43.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T02:01:43.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T02:01:43.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.123s coverage: 89.5% of statements [2021-05-11T02:01:43.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T02:01:43.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-05-11T02:01:45.374Z] Removing intermediate container 410f18b7aea3 [2021-05-11T02:01:45.374Z] ---> 05e84e9fc262 [2021-05-11T02:01:45.374Z] Successfully built 05e84e9fc262 [2021-05-11T02:01:45.374Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:01:45.724Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T02:01:45.724Z] . [Pipeline] withDockerContainer [2021-05-11T02:01:45.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-4287 does not seem to be running inside a container [2021-05-11T02:01:46.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T02:01:47.624Z] $ docker top aa0ae9d96034d262402c8c1fa55aae84ecb67d65b5352e7ff535bd2767fb2001 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:01:48.521Z] + go version [2021-05-11T02:01:48.521Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T02:01:48.549Z] $ docker stop --time=1 aa0ae9d96034d262402c8c1fa55aae84ecb67d65b5352e7ff535bd2767fb2001 [2021-05-11T02:01:49.287Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.356s coverage: 47.0% of statements [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T02:01:49.287Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.089s coverage: 100.0% of statements [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T02:01:49.287Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.201s coverage: 100.0% of statements [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T02:01:49.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T02:01:50.282Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.187s coverage: 22.7% of statements [2021-05-11T02:01:50.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T02:01:50.282Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.249s coverage: 92.6% of statements [2021-05-11T02:01:50.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T02:01:50.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T02:01:50.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T02:01:50.585Z] $ docker rm -f aa0ae9d96034d262402c8c1fa55aae84ecb67d65b5352e7ff535bd2767fb2001 [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-11T02:01:53.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T02:01:53.472Z] [2021-05-11T02:01:53.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:01:54.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T02:01:54.371Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-11T02:01:54.371Z] 29e5d40040c1: Pulling fs layer [2021-05-11T02:01:54.371Z] 1ce36da41761: Pulling fs layer [2021-05-11T02:01:54.371Z] 25b303627fd3: Pulling fs layer [2021-05-11T02:01:54.371Z] 29e5d40040c1: Verifying Checksum [2021-05-11T02:01:54.371Z] 29e5d40040c1: Download complete [2021-05-11T02:01:55.365Z] 29e5d40040c1: Pull complete [2021-05-11T02:01:55.365Z] 1ce36da41761: Verifying Checksum [2021-05-11T02:01:55.365Z] 1ce36da41761: Download complete [2021-05-11T02:01:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.270s coverage: 28.7% of statements [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T02:01:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.323s coverage: 99.0% of statements [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T02:01:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.201s coverage: 100.0% of statements [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T02:01:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.117s coverage: 64.6% of statements [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T02:01:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.329s coverage: 97.6% of statements [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T02:01:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T02:01:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.100s coverage: 100.0% of statements [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T02:01:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T02:01:56.817Z] 1ce36da41761: Pull complete [2021-05-11T02:01:56.817Z] 25b303627fd3: Verifying Checksum [2021-05-11T02:01:56.817Z] 25b303627fd3: Download complete [2021-05-11T02:01:58.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.253s coverage: 87.9% of statements [2021-05-11T02:01:58.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T02:01:58.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T02:01:58.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.248s coverage: 100.0% of statements [2021-05-11T02:01:59.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.116s coverage: 28.1% of statements [2021-05-11T02:01:59.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T02:01:59.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.090s coverage: 85.7% of statements [2021-05-11T02:01:59.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T02:02:01.721Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.148s coverage: 100.0% of statements [2021-05-11T02:02:02.410Z] GO111MODULE=on go vet ./... [2021-05-11T02:02:06.967Z] 25b303627fd3: Pull complete [2021-05-11T02:02:06.967Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-11T02:02:06.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T02:02:06.967Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-11T02:02:07.250Z] prd-ubuntu18.04-docker-arm64-4c-16g-4287 does not seem to be running inside a container [2021-05-11T02:02:07.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T02:02:10.932Z] $ docker top 5d225257a02c1a5e40995e36cf02bda5f6cd40b0dce7a2f85acd70cd59900024 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:02:11.904Z] + docker-compose build --help [2021-05-11T02:02:11.904Z] + grep parallel [2021-05-11T02:02:16.266Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T02:02:16.299Z] $ docker stop --time=1 5d225257a02c1a5e40995e36cf02bda5f6cd40b0dce7a2f85acd70cd59900024 [2021-05-11T02:02:18.328Z] $ docker rm -f 5d225257a02c1a5e40995e36cf02bda5f6cd40b0dce7a2f85acd70cd59900024 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:02:18.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T02:02:18.965Z] . [Pipeline] withDockerContainer [2021-05-11T02:02:19.200Z] prd-ubuntu18.04-docker-arm64-4c-16g-4287 does not seem to be running inside a container [2021-05-11T02:02:19.281Z] $ 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/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@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-11T02:02:20.562Z] $ docker top c71c3c2465448619ce0c5824b69cf4121d0bbad2a3be711ca6c75ca6c112f50b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:02:21.509Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T02:02:25.821Z] Building docker-core-command-go ... [2021-05-11T02:02:25.821Z] Building docker-core-data-go ... [2021-05-11T02:02:25.821Z] Building docker-core-metadata-go ... [2021-05-11T02:02:25.821Z] Building docker-security-bootstrapper-go ... [2021-05-11T02:02:25.821Z] Building docker-security-proxy-setup-go ... [2021-05-11T02:02:25.821Z] Building docker-security-secretstore-setup-go ... [2021-05-11T02:02:25.821Z] Building docker-support-notifications-go ... [2021-05-11T02:02:25.821Z] Building docker-support-scheduler-go ... [2021-05-11T02:02:25.821Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T02:02:25.821Z] Building docker-security-proxy-setup-go [2021-05-11T02:02:25.821Z] Building docker-security-secretstore-setup-go [2021-05-11T02:02:25.821Z] Building docker-core-command-go [2021-05-11T02:02:25.821Z] Building docker-core-data-go [2021-05-11T02:02:25.821Z] Building docker-support-notifications-go [2021-05-11T02:03:12.764Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:03:12.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:03:12.764Z] ---> 05e84e9fc262 [2021-05-11T02:03:12.764Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T02:03:13.040Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:03:13.040Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:03:13.040Z] ---> 05e84e9fc262 [2021-05-11T02:03:13.040Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:03:13.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:03:13.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:03:13.315Z] ---> 05e84e9fc262 [2021-05-11T02:03:13.315Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T02:03:13.589Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:03:13.589Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:03:13.589Z] ---> 05e84e9fc262 [2021-05-11T02:03:13.589Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:03:13.589Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:03:13.589Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:03:13.589Z] ---> 05e84e9fc262 [2021-05-11T02:03:13.589Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T02:03:14.578Z] ---> Running in 6c7e80426d5f [2021-05-11T02:03:14.578Z] ---> Running in 7178be1a6f1d [2021-05-11T02:03:14.578Z] ---> Running in 41b895a38c8c [2021-05-11T02:03:14.578Z] ---> Running in 4fe863843b92 [2021-05-11T02:03:14.578Z] ---> Running in 9edb5d710d26 [2021-05-11T02:03:15.601Z] Removing intermediate container 4fe863843b92 [2021-05-11T02:03:15.601Z] ---> 32fa414686c8 [2021-05-11T02:03:15.601Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:03:15.601Z] Removing intermediate container 41b895a38c8c [2021-05-11T02:03:15.601Z] ---> c0890859701d [2021-05-11T02:03:15.601Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:03:15.601Z] Removing intermediate container 9edb5d710d26 [2021-05-11T02:03:15.601Z] ---> 3f24006e8c51 [2021-05-11T02:03:15.601Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:03:15.601Z] Removing intermediate container 6c7e80426d5f [2021-05-11T02:03:15.601Z] ---> c5d37c06b9f3 [2021-05-11T02:03:15.601Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:03:15.882Z] Removing intermediate container 7178be1a6f1d [2021-05-11T02:03:15.882Z] ---> 5582726767de [2021-05-11T02:03:15.882Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:03:15.882Z] ---> Running in 5a9ef1934d28 [2021-05-11T02:03:15.882Z] ---> Running in 7ef243bc841a [2021-05-11T02:03:15.882Z] ---> Running in e9e6a6bbb8af [2021-05-11T02:03:15.882Z] ---> Running in 3f516468d8d3 [2021-05-11T02:03:15.882Z] ---> Running in 5963b15c352b [2021-05-11T02:03:19.289Z] Removing intermediate container 7ef243bc841a [2021-05-11T02:03:19.289Z] ---> a438f36a6b80 [2021-05-11T02:03:19.289Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T02:03:19.569Z] ---> Running in 21d3a4e8b7be [2021-05-11T02:03:19.569Z] Removing intermediate container e9e6a6bbb8af [2021-05-11T02:03:19.569Z] ---> 53d2f738e782 [2021-05-11T02:03:19.569Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T02:03:19.844Z] Removing intermediate container 5a9ef1934d28 [2021-05-11T02:03:19.844Z] ---> 86615ab6fa88 [2021-05-11T02:03:19.844Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T02:03:20.120Z] ---> Running in 11960aa9a707 [2021-05-11T02:03:20.120Z] ---> Running in 8469d7d179b4 [2021-05-11T02:03:20.120Z] Removing intermediate container 3f516468d8d3 [2021-05-11T02:03:20.120Z] ---> ee6eb119a241 [2021-05-11T02:03:20.120Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T02:03:20.405Z] Removing intermediate container 5963b15c352b [2021-05-11T02:03:20.405Z] ---> b43e568e8d71 [2021-05-11T02:03:20.405Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T02:03:20.405Z] ---> Running in fe149f314671 [2021-05-11T02:03:20.688Z] ---> Running in f540a9d926bf [2021-05-11T02:03:21.684Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:21.959Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:22.233Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:22.505Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:22.505Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:23.480Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:24.463Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:24.463Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:24.463Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:24.744Z] OK: 218 MiB in 52 packages [2021-05-11T02:03:25.378Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:03:25.663Z] OK: 218 MiB in 52 packages [2021-05-11T02:03:25.663Z] OK: 218 MiB in 52 packages [2021-05-11T02:03:25.950Z] OK: 218 MiB in 52 packages [2021-05-11T02:03:26.564Z] Removing intermediate container 21d3a4e8b7be [2021-05-11T02:03:26.564Z] ---> 1881347adbe0 [2021-05-11T02:03:26.564Z] Step 6/23 : COPY go.mod . [2021-05-11T02:03:27.563Z] Removing intermediate container f540a9d926bf [2021-05-11T02:03:27.563Z] ---> 5d2f2e4da40d [2021-05-11T02:03:27.563Z] Step 6/26 : COPY go.mod . [2021-05-11T02:03:27.563Z] OK: 218 MiB in 52 packages [2021-05-11T02:03:27.845Z] ---> fd50743ac10c [2021-05-11T02:03:27.845Z] Step 7/23 : RUN go mod download [2021-05-11T02:03:28.125Z] ---> Running in eebf589a1d16 [2021-05-11T02:03:28.125Z] Removing intermediate container fe149f314671 [2021-05-11T02:03:28.125Z] ---> b0a730edd67a [2021-05-11T02:03:28.125Z] Step 6/24 : COPY go.mod . [2021-05-11T02:03:28.125Z] Removing intermediate container 11960aa9a707 [2021-05-11T02:03:28.125Z] ---> ccb750299ef4 [2021-05-11T02:03:28.125Z] Step 6/22 : COPY go.mod . [2021-05-11T02:03:29.122Z] ---> 3f711967421d [2021-05-11T02:03:29.122Z] Step 7/26 : RUN go mod download [2021-05-11T02:03:29.394Z] ---> Running in 12fb95da8456 [2021-05-11T02:03:29.394Z] ---> 25e5f424c050 [2021-05-11T02:03:29.394Z] Step 7/24 : RUN go mod download [2021-05-11T02:03:29.671Z] Removing intermediate container 8469d7d179b4 [2021-05-11T02:03:29.671Z] ---> 8e8d240b7c59 [2021-05-11T02:03:29.671Z] Step 6/24 : COPY go.mod . [2021-05-11T02:03:29.671Z] ---> Running in a49c050f9f50 [2021-05-11T02:03:29.671Z] ---> 4b6ef38db8f2 [2021-05-11T02:03:29.671Z] Step 7/22 : RUN go mod download [2021-05-11T02:03:29.958Z] ---> Running in b56153159377 [2021-05-11T02:03:30.983Z] ---> ac6906e31cbd [2021-05-11T02:03:30.983Z] Step 7/24 : RUN go mod download [2021-05-11T02:03:31.261Z] ---> Running in 947255cc4ab5 [2021-05-11T02:03:32.256Z] Removing intermediate container eebf589a1d16 [2021-05-11T02:03:32.256Z] ---> 5633b08fe3ba [2021-05-11T02:03:32.257Z] Step 8/23 : COPY . . [2021-05-11T02:03:34.254Z] Removing intermediate container 12fb95da8456 [2021-05-11T02:03:34.254Z] ---> 5cfec1f0320e [2021-05-11T02:03:34.254Z] Step 8/26 : COPY . . [2021-05-11T02:03:34.531Z] Removing intermediate container a49c050f9f50 [2021-05-11T02:03:34.531Z] ---> 03c087269396 [2021-05-11T02:03:34.531Z] Step 8/24 : COPY . . [2021-05-11T02:03:35.137Z] Removing intermediate container b56153159377 [2021-05-11T02:03:35.137Z] ---> 49c69c7e3259 [2021-05-11T02:03:35.137Z] Step 8/22 : COPY . . [2021-05-11T02:03:36.130Z] Removing intermediate container 947255cc4ab5 [2021-05-11T02:03:36.130Z] ---> 7f3bbf40baa4 [2021-05-11T02:03:36.130Z] Step 8/24 : COPY . . [2021-05-11T02:03:40.128Z] gofmt -l . [2021-05-11T02:03:40.128Z] [ "`gofmt -l .`" = "" ] [2021-05-11T02:03:40.128Z] ./bin/test-go-mod-tidy.sh [2021-05-11T02:03:40.128Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T02:03:42.094Z] + ls -al . [2021-05-11T02:03:42.094Z] total 828 [2021-05-11T02:03:42.094Z] drwxrwxr-x 10 1001 1001 4096 May 11 02:03 . [2021-05-11T02:03:42.094Z] drwxr-xr-x 4 root root 32 May 11 01:58 .. [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 11 May 11 01:55 .dockerignore [2021-05-11T02:03:42.094Z] drwxrwxr-x 8 1001 1001 162 May 11 01:55 .git [2021-05-11T02:03:42.094Z] drwxrwxr-x 3 1001 1001 125 May 11 01:55 .github [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 818 May 11 01:55 .gitignore [2021-05-11T02:03:42.094Z] drwx------ 3 1001 1001 45 May 11 01:56 .semver [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 166 May 11 01:55 .sonarcloud.properties [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 8609 May 11 01:55 Attribution.txt [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 3804 May 11 01:55 CONTRIBUTING.md [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 931 May 11 01:55 Dockerfile.build [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 863 May 11 01:55 Jenkinsfile [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 10775 May 11 01:55 LICENSE [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 5774 May 11 01:55 Makefile [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 7978 May 11 01:55 README.md [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 6755 May 11 01:55 SECURITY.md [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 13 May 11 01:56 VERSION [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 4131 May 11 01:55 ZMQWindows.md [2021-05-11T02:03:42.094Z] drwxrwxr-x 2 1001 1001 117 May 11 01:55 bin [2021-05-11T02:03:42.094Z] drwxrwxr-x 14 1001 1001 4096 May 11 01:55 cmd [2021-05-11T02:03:42.094Z] -rw-r--r-- 1 root root 719397 May 11 02:02 coverage.out [2021-05-11T02:03:42.094Z] -rw-r--r-- 1 root root 1060 May 11 02:03 go.mod [2021-05-11T02:03:42.094Z] -rw-r--r-- 1 root root 21595 May 11 01:58 go.sum [2021-05-11T02:03:42.094Z] drwxrwxr-x 8 1001 1001 127 May 11 01:55 internal [2021-05-11T02:03:42.094Z] drwxrwxr-x 4 1001 1001 26 May 11 01:55 openapi [2021-05-11T02:03:42.094Z] drwxrwxr-x 4 1001 1001 71 May 11 01:55 snap [2021-05-11T02:03:42.094Z] -rw-rw-r-- 1 1001 1001 168 May 11 01:55 version.go [Pipeline] sh [2021-05-11T02:03:42.469Z] + '[' -e coverage.out ] [2021-05-11T02:03:42.469Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T02:03:43.300Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T02:03:43.947Z] + make build [2021-05-11T02:03:43.947Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T02:03:48.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T02:03:54.497Z] ---> 7478216d7ad4 [2021-05-11T02:03:54.497Z] Step 9/23 : RUN go mod tidy [2021-05-11T02:03:54.497Z] ---> 83556bd42252 [2021-05-11T02:03:54.497Z] Step 9/22 : RUN go mod tidy [2021-05-11T02:03:54.497Z] ---> 50e7a28ef4a0 [2021-05-11T02:03:54.497Z] Step 9/26 : RUN go mod tidy [2021-05-11T02:03:54.497Z] ---> dac8b0935a82 [2021-05-11T02:03:54.497Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:03:54.498Z] ---> b81fca2bdf02 [2021-05-11T02:03:54.498Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:03:54.498Z] ---> Running in 892ca2fadabf [2021-05-11T02:03:54.498Z] ---> Running in a18ac7ad6d0e [2021-05-11T02:03:54.498Z] ---> Running in bc15008e01a4 [2021-05-11T02:03:54.498Z] ---> Running in af3c85963938 [2021-05-11T02:03:54.498Z] ---> Running in 6ef5779223d8 [2021-05-11T02:04:02.953Z] Removing intermediate container 892ca2fadabf [2021-05-11T02:04:02.953Z] ---> 73b898ba6c08 [2021-05-11T02:04:02.953Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T02:04:02.953Z] ---> Running in 09ee96a43f5a [2021-05-11T02:04:02.953Z] Removing intermediate container bc15008e01a4 [2021-05-11T02:04:02.953Z] ---> d424c2c1134d [2021-05-11T02:04:02.953Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T02:04:02.953Z] Removing intermediate container a18ac7ad6d0e [2021-05-11T02:04:02.953Z] ---> e984fd517923 [2021-05-11T02:04:02.953Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T02:04:02.953Z] ---> Running in 0b65b100f58b [2021-05-11T02:04:02.953Z] Removing intermediate container af3c85963938 [2021-05-11T02:04:02.953Z] ---> 0a5932f87f8a [2021-05-11T02:04:02.953Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T02:04:02.953Z] ---> Running in 21526db0dd3b [2021-05-11T02:04:02.953Z] Removing intermediate container 6ef5779223d8 [2021-05-11T02:04:02.953Z] ---> dff1ac1714c9 [2021-05-11T02:04:02.953Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T02:04:02.953Z] ---> Running in a2844ab8f893 [2021-05-11T02:04:03.270Z] ---> Running in 3ca5b43438c1 [2021-05-11T02:04:04.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T02:04:05.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T02:04:06.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T02:04:06.291Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T02:04:06.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T02:04:16.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T02:04:22.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T02:04:28.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T02:04:29.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T02:04:33.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T02:04:38.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T02:04:41.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T02:04:47.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T02:04:50.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T02:04:54.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-11T02:05:01.922Z] $ docker stop --time=1 9b3b9c1447bb1aa8f021e06ebc7fad1025c5b62e2280c3d58785f06f72c7d1ec [2021-05-11T02:05:04.761Z] $ docker rm -f 9b3b9c1447bb1aa8f021e06ebc7fad1025c5b62e2280c3d58785f06f72c7d1ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:05:07.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T02:05:07.889Z] [2021-05-11T02:05:07.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:05:08.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T02:05:08.965Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T02:05:08.965Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T02:05:08.965Z] ca9280d653b3: Pulling fs layer [2021-05-11T02:05:08.965Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T02:05:09.258Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-11T02:05:09.258Z] cbdbe7a5bc2a: Download complete [2021-05-11T02:05:10.977Z] cbdbe7a5bc2a: Pull complete [2021-05-11T02:05:11.275Z] ca9280d653b3: Verifying Checksum [2021-05-11T02:05:11.275Z] ca9280d653b3: Download complete [2021-05-11T02:05:16.138Z] ca9280d653b3: Pull complete [2021-05-11T02:05:16.440Z] 7e9c9ca2126c: Verifying Checksum [2021-05-11T02:05:16.440Z] 7e9c9ca2126c: Download complete [2021-05-11T02:05:32.217Z] 7e9c9ca2126c: Pull complete [2021-05-11T02:05:32.217Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T02:05:32.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T02:05:32.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-11T02:05:32.850Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:05:33.088Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@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-11T02:05:36.369Z] $ docker top 020cf6c31c92d0101ba4abe8bb32d71c625f9e83acfc6b60080929b9f1f0c996 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:05:38.224Z] + docker-compose build --help [2021-05-11T02:05:38.224Z] + grep parallel [2021-05-11T02:05:40.416Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T02:05:40.458Z] $ docker stop --time=1 020cf6c31c92d0101ba4abe8bb32d71c625f9e83acfc6b60080929b9f1f0c996 [2021-05-11T02:05:42.758Z] $ docker rm -f 020cf6c31c92d0101ba4abe8bb32d71c625f9e83acfc6b60080929b9f1f0c996 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:05:43.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T02:05:43.525Z] . [Pipeline] withDockerContainer [2021-05-11T02:05:44.009Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:05:44.339Z] $ 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/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T02:05:46.030Z] $ docker top 3a24a9944f20ed16f7960463a3baf03354e8636e101959925157f5d601e38a27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:05:47.991Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T02:05:49.503Z] Building docker-core-command-go ... [2021-05-11T02:05:49.503Z] Building docker-core-data-go ... [2021-05-11T02:05:49.503Z] Building docker-core-metadata-go ... [2021-05-11T02:05:49.503Z] Building docker-security-bootstrapper-go ... [2021-05-11T02:05:49.503Z] Building docker-security-proxy-setup-go ... [2021-05-11T02:05:49.503Z] Building docker-security-secretstore-setup-go ... [2021-05-11T02:05:49.503Z] Building docker-support-notifications-go ... [2021-05-11T02:05:49.503Z] Building docker-support-scheduler-go ... [2021-05-11T02:05:49.503Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T02:05:49.503Z] Building docker-security-proxy-setup-go [2021-05-11T02:05:49.503Z] Building docker-support-scheduler-go [2021-05-11T02:05:49.503Z] Building docker-core-metadata-go [2021-05-11T02:05:49.503Z] Building docker-core-command-go [2021-05-11T02:05:49.503Z] Building docker-security-secretstore-setup-go [2021-05-11T02:06:13.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T02:06:13.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T02:06:21.865Z] Removing intermediate container 0b65b100f58b [2021-05-11T02:06:21.865Z] ---> 7e0eb77526f0 [2021-05-11T02:06:21.865Z] [2021-05-11T02:06:21.865Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T02:06:21.865Z] Removing intermediate container 21526db0dd3b [2021-05-11T02:06:21.865Z] ---> dcd68331f5ad [2021-05-11T02:06:21.865Z] [2021-05-11T02:06:21.865Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T02:06:21.865Z] 3.12: Pulling from library/alpine [2021-05-11T02:06:21.865Z] 3.12: Pulling from library/alpine [2021-05-11T02:06:22.143Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T02:06:22.143Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T02:06:22.416Z] Status: Image is up to date for alpine:3.12 [2021-05-11T02:06:22.416Z] ---> 9852663dfa18 [2021-05-11T02:06:22.416Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T02:06:22.416Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T02:06:22.416Z] ---> 9852663dfa18 [2021-05-11T02:06:22.416Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T02:06:23.411Z] ---> Running in afdbefe820e0 [2021-05-11T02:06:23.411Z] ---> Running in 84a5167e2d3e [2021-05-11T02:06:26.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:26.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:26.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:26.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:27.237Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T02:06:27.237Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T02:06:27.237Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T02:06:27.237Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T02:06:27.237Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T02:06:27.237Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T02:06:27.237Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T02:06:27.514Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T02:06:27.514Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T02:06:27.514Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T02:06:27.514Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:06:27.514Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:06:27.514Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T02:06:27.514Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T02:06:27.790Z] OK: 7 MiB in 18 packages [2021-05-11T02:06:27.790Z] OK: 7 MiB in 20 packages [2021-05-11T02:06:31.209Z] Removing intermediate container 3ca5b43438c1 [2021-05-11T02:06:31.209Z] ---> 60ff073de2cc [2021-05-11T02:06:31.209Z] [2021-05-11T02:06:31.209Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T02:06:31.209Z] ---> 9852663dfa18 [2021-05-11T02:06:31.209Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T02:06:31.209Z] Removing intermediate container 09ee96a43f5a [2021-05-11T02:06:31.209Z] ---> cf39d9acf999 [2021-05-11T02:06:31.209Z] [2021-05-11T02:06:31.209Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T02:06:31.209Z] ---> 9852663dfa18 [2021-05-11T02:06:31.209Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T02:06:31.495Z] ---> Running in f9cefb2747ce [2021-05-11T02:06:31.495Z] ---> Running in bfbf225a28bd [2021-05-11T02:06:32.092Z] Removing intermediate container 84a5167e2d3e [2021-05-11T02:06:32.092Z] ---> 9a0f2598b876 [2021-05-11T02:06:32.092Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T02:06:32.368Z] Removing intermediate container afdbefe820e0 [2021-05-11T02:06:32.368Z] ---> dbc5665ab9fe [2021-05-11T02:06:32.368Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T02:06:32.643Z] ---> Running in 1cd6931ec321 [2021-05-11T02:06:32.643Z] ---> Running in 8c4b9a226649 [2021-05-11T02:06:33.241Z] Removing intermediate container 1cd6931ec321 [2021-05-11T02:06:33.241Z] ---> a925f34e7dcd [2021-05-11T02:06:33.241Z] Step 14/22 : WORKDIR /edgex [2021-05-11T02:06:33.519Z] Removing intermediate container 8c4b9a226649 [2021-05-11T02:06:33.519Z] ---> 36ea01b8cea7 [2021-05-11T02:06:33.519Z] Step 14/26 : WORKDIR / [2021-05-11T02:06:33.519Z] ---> Running in 779a15adddf8 [2021-05-11T02:06:33.795Z] ---> Running in f72d73c9e36b [2021-05-11T02:06:34.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:34.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:34.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:34.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:34.351Z] Removing intermediate container 779a15adddf8 [2021-05-11T02:06:34.351Z] ---> d7b8757e5135 [2021-05-11T02:06:34.351Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T02:06:34.642Z] Removing intermediate container f72d73c9e36b [2021-05-11T02:06:34.642Z] ---> 793d2bd893e9 [2021-05-11T02:06:34.642Z] 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-11T02:06:34.920Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T02:06:34.920Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:06:34.920Z] OK: 5 MiB in 15 packages [2021-05-11T02:06:34.920Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T02:06:34.920Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T02:06:34.920Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:06:34.920Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T02:06:35.200Z] OK: 6 MiB in 16 packages [2021-05-11T02:06:35.817Z] ---> 57b14b00b7e4 [2021-05-11T02:06:35.817Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T02:06:36.095Z] ---> e6175322c932 [2021-05-11T02:06:36.095Z] 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-11T02:06:37.076Z] Removing intermediate container bfbf225a28bd [2021-05-11T02:06:37.076Z] ---> 2bdc155c9e23 [2021-05-11T02:06:37.076Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:06:37.352Z] ---> 3a41a59f3689 [2021-05-11T02:06:37.352Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T02:06:37.623Z] ---> Running in 12733836b93d [2021-05-11T02:06:37.623Z] ---> aac45db513cc [2021-05-11T02:06:37.623Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T02:06:37.895Z] Removing intermediate container f9cefb2747ce [2021-05-11T02:06:37.895Z] ---> 0f80d8fc8b55 [2021-05-11T02:06:37.895Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:06:38.170Z] ---> Running in b43d6c0c35c8 [2021-05-11T02:06:38.170Z] Removing intermediate container 12733836b93d [2021-05-11T02:06:38.170Z] ---> a2b21da0002d [2021-05-11T02:06:38.170Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T02:06:38.764Z] ---> Running in d9476692efe6 [2021-05-11T02:06:38.764Z] ---> 77d006c6889a [2021-05-11T02:06:38.764Z] 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-11T02:06:39.038Z] Removing intermediate container b43d6c0c35c8 [2021-05-11T02:06:39.038Z] ---> 83041f259d38 [2021-05-11T02:06:39.038Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T02:06:39.317Z] ---> 656315e29bd5 [2021-05-11T02:06:39.317Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T02:06:39.317Z] ---> Running in e11f938c9ec9 [2021-05-11T02:06:39.595Z] ---> Running in 7891c5263360 [2021-05-11T02:06:39.595Z] Removing intermediate container d9476692efe6 [2021-05-11T02:06:39.595Z] ---> bcefc46ec89e [2021-05-11T02:06:39.595Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T02:06:39.874Z] ---> fc2fa72bc854 [2021-05-11T02:06:39.874Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T02:06:39.874Z] ---> Running in 04d8de5b9d0b [2021-05-11T02:06:40.146Z] Removing intermediate container 7891c5263360 [2021-05-11T02:06:40.146Z] Removing intermediate container e11f938c9ec9 [2021-05-11T02:06:40.146Z] ---> 6a45aa7b48cb [2021-05-11T02:06:40.146Z] ---> 0548cce48821 [2021-05-11T02:06:40.146Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T02:06:40.146Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T02:06:40.757Z] ---> Running in c894cedd50fd [2021-05-11T02:06:40.757Z] ---> Running in f7df7102504c [2021-05-11T02:06:40.757Z] Removing intermediate container 04d8de5b9d0b [2021-05-11T02:06:40.757Z] ---> 5aea507e67c7 [2021-05-11T02:06:40.757Z] Step 16/24 : WORKDIR / [2021-05-11T02:06:41.352Z] ---> Running in f6a28ca2fd14 [2021-05-11T02:06:41.352Z] Removing intermediate container a2844ab8f893 [2021-05-11T02:06:41.352Z] ---> c6ecc9809acf [2021-05-11T02:06:41.352Z] [2021-05-11T02:06:41.352Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T02:06:41.352Z] ---> 9852663dfa18 [2021-05-11T02:06:41.352Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T02:06:41.630Z] ---> Running in ec4bb24e5ed7 [2021-05-11T02:06:41.630Z] ---> bbbf3a160bc7 [2021-05-11T02:06:41.630Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Removing intermediate container f7df7102504c [2021-05-11T02:06:41.630Z] [2021-05-11T02:06:41.630Z] ---> f83f75936e80 [2021-05-11T02:06:41.630Z] Step 20/22 : LABEL arch=arm64 [2021-05-11T02:06:41.630Z] Removing intermediate container c894cedd50fd [2021-05-11T02:06:41.630Z] ---> fd10feb9a552 [2021-05-11T02:06:41.630Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:06:41.910Z] ---> Running in 116d0ab7087c [2021-05-11T02:06:41.910Z] Removing intermediate container f6a28ca2fd14 [2021-05-11T02:06:41.910Z] ---> cf898ddf1812 [2021-05-11T02:06:42.181Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:06:42.181Z] Removing intermediate container ec4bb24e5ed7 [2021-05-11T02:06:42.181Z] ---> b68bc7d3eec6 [2021-05-11T02:06:42.181Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T02:06:42.455Z] Removing intermediate container 116d0ab7087c [2021-05-11T02:06:42.455Z] ---> 376e7a89228a [2021-05-11T02:06:42.455Z] Step 21/22 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:06:42.455Z] ---> Running in 9e0549b0718e [2021-05-11T02:06:42.728Z] ---> Running in 9c9ba4fba50f [2021-05-11T02:06:43.002Z] ---> 51d222600a7d [2021-05-11T02:06:43.002Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T02:06:43.002Z] ---> c48185998cb3 [2021-05-11T02:06:43.002Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T02:06:43.289Z] ---> 830910e386fb [2021-05-11T02:06:43.289Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T02:06:43.289Z] Removing intermediate container 9e0549b0718e [2021-05-11T02:06:43.289Z] ---> 271481544c09 [2021-05-11T02:06:43.289Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T02:06:43.289Z] Removing intermediate container 9c9ba4fba50f [2021-05-11T02:06:43.289Z] ---> b7c9d07def43 [2021-05-11T02:06:43.289Z] Step 22/22 : LABEL version=2.0.0-dev.209 [2021-05-11T02:06:43.581Z] ---> Running in 1a857ce61d49 [2021-05-11T02:06:43.581Z] ---> Running in bba78838b88f [2021-05-11T02:06:44.572Z] ---> ebc1f663f9ac [2021-05-11T02:06:44.572Z] 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-11T02:06:44.572Z] ---> Running in c7b949d1850d [2021-05-11T02:06:44.572Z] Removing intermediate container bba78838b88f [2021-05-11T02:06:44.572Z] ---> 1022905b0f47 [2021-05-11T02:06:44.572Z] [2021-05-11T02:06:44.572Z] ---> 03d44b1ccbc6 [2021-05-11T02:06:44.572Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T02:06:44.847Z] Removing intermediate container 1a857ce61d49 [2021-05-11T02:06:44.847Z] ---> 46329d34371c [2021-05-11T02:06:44.847Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:06:44.847Z] ---> 798cb698fb85 [2021-05-11T02:06:44.847Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T02:06:45.122Z] ---> Running in 9b8f852c60ef [2021-05-11T02:06:45.404Z] Successfully built 1022905b0f47 [2021-05-11T02:06:45.404Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-11T02:06:45.404Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-11T02:06:46.006Z] ---> 685247846d83 [2021-05-11T02:06:46.006Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T02:06:46.006Z] ---> e3d24cb52827 [2021-05-11T02:06:46.006Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T02:06:46.281Z] ---> Running in d78b048715ce [2021-05-11T02:06:46.281Z] ---> Running in 089722e54506 [2021-05-11T02:06:46.888Z] Removing intermediate container d78b048715ce [2021-05-11T02:06:46.888Z] ---> 326a15d5dd94 [2021-05-11T02:06:46.888Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:06:47.167Z] Removing intermediate container 089722e54506 [2021-05-11T02:06:47.167Z] ---> 42d6c8a0a16d [2021-05-11T02:06:47.167Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:06:47.439Z] ---> Running in 27ae952a50a0 [2021-05-11T02:06:47.713Z] ---> Running in 1d31de279662 [2021-05-11T02:06:48.319Z] Removing intermediate container 27ae952a50a0 [2021-05-11T02:06:48.319Z] ---> b90ecf1294b1 [2021-05-11T02:06:48.319Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T02:06:48.319Z] Removing intermediate container c7b949d1850d [2021-05-11T02:06:48.319Z] ---> fa576a25e6c4 [2021-05-11T02:06:48.319Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T02:06:48.917Z] ---> Running in 904752ab3e92 [2021-05-11T02:06:48.917Z] Removing intermediate container 1d31de279662 [2021-05-11T02:06:48.918Z] ---> 93b90a586760 [2021-05-11T02:06:48.918Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T02:06:48.918Z] Removing intermediate container 9b8f852c60ef [2021-05-11T02:06:48.918Z] ---> 75de52d76b63 [2021-05-11T02:06:48.918Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T02:06:49.194Z] ---> Running in 975cb79d6719 [2021-05-11T02:06:49.195Z] ---> Running in ce32b0678fc3 [2021-05-11T02:06:49.195Z] ---> Running in f8837daf536d [2021-05-11T02:06:49.475Z] Removing intermediate container 904752ab3e92 [2021-05-11T02:06:49.475Z] ---> 07849f8a93cd [2021-05-11T02:06:49.475Z] Step 22/23 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:06:49.750Z] ---> Running in 82919f753bd8 [2021-05-11T02:06:50.040Z] Removing intermediate container 975cb79d6719 [2021-05-11T02:06:50.040Z] ---> aa30e2cad1ee [2021-05-11T02:06:50.040Z] Step 24/26 : LABEL arch=arm64 [2021-05-11T02:06:50.040Z] Removing intermediate container ce32b0678fc3 [2021-05-11T02:06:50.040Z] ---> 9d9a327c8e4f [2021-05-11T02:06:50.040Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:06:50.316Z] ---> Running in af60ffc803ff [2021-05-11T02:06:50.316Z] ---> Running in 856ee13423b5 [2021-05-11T02:06:50.591Z] Removing intermediate container 82919f753bd8 [2021-05-11T02:06:50.591Z] ---> a33f8fbf052d [2021-05-11T02:06:50.591Z] Step 23/23 : LABEL version=2.0.0-dev.209 [2021-05-11T02:06:50.878Z] ---> Running in 559cd24e0bb5 [2021-05-11T02:06:50.878Z] Removing intermediate container af60ffc803ff [2021-05-11T02:06:50.878Z] ---> 094cdeb5bd0e [2021-05-11T02:06:51.154Z] Step 25/26 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:06:51.154Z] Removing intermediate container 856ee13423b5 [2021-05-11T02:06:51.154Z] ---> 52263267db9c [2021-05-11T02:06:51.154Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:06:51.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:51.435Z] ---> Running in 9205bcb4584d [2021-05-11T02:06:51.435Z] ---> Running in 52373a687209 [2021-05-11T02:06:51.715Z] Removing intermediate container 559cd24e0bb5 [2021-05-11T02:06:51.715Z] ---> 4982a8958d27 [2021-05-11T02:06:51.715Z] [2021-05-11T02:06:51.988Z] Successfully built 4982a8958d27 [2021-05-11T02:06:51.988Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-11T02:06:51.988Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-05-11T02:06:52.274Z] Removing intermediate container 9205bcb4584d [2021-05-11T02:06:52.274Z] ---> cb6640954c59 [2021-05-11T02:06:52.274Z] Step 26/26 : LABEL version=2.0.0-dev.209 [2021-05-11T02:06:52.274Z] Removing intermediate container 52373a687209 [2021-05-11T02:06:52.274Z] ---> 13d4b078df88 [2021-05-11T02:06:52.274Z] [2021-05-11T02:06:52.554Z] ---> Running in 2592df140c28 [2021-05-11T02:06:52.554Z] Successfully built 13d4b078df88 [2021-05-11T02:06:52.554Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-11T02:06:52.554Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-05-11T02:06:52.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:06:53.104Z] Removing intermediate container 2592df140c28 [2021-05-11T02:06:53.104Z] ---> 0aab2b0d057e [2021-05-11T02:06:53.104Z] [2021-05-11T02:06:53.380Z] Successfully built 0aab2b0d057e [2021-05-11T02:06:53.380Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-11T02:06:53.654Z] Building docker-support-scheduler-go [2021-05-11T02:06:53.654Z]  Building docker-security-secretstore-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T02:06:53.929Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T02:06:54.200Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T02:06:54.200Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T02:06:54.794Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T02:06:55.065Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T02:06:55.339Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:06:55.339Z] OK: 8 MiB in 20 packages [2021-05-11T02:06:56.787Z] Removing intermediate container f8837daf536d [2021-05-11T02:06:56.787Z] ---> 217f35439ce7 [2021-05-11T02:06:56.787Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:06:58.244Z] ---> 0b9e5a88d8b1 [2021-05-11T02:06:58.244Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T02:07:00.893Z] ---> 846b28d0d2c5 [2021-05-11T02:07:00.893Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T02:07:01.921Z] ---> ba6bb2be4624 [2021-05-11T02:07:01.921Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T02:07:02.196Z] ---> Running in 2912edd98123 [2021-05-11T02:07:03.182Z] Removing intermediate container 2912edd98123 [2021-05-11T02:07:03.182Z] ---> 00f5fd03f682 [2021-05-11T02:07:03.182Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:07:03.456Z] ---> Running in efbac709cbb8 [2021-05-11T02:07:04.433Z] Removing intermediate container efbac709cbb8 [2021-05-11T02:07:04.433Z] ---> c01b804c8e77 [2021-05-11T02:07:04.433Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T02:07:04.710Z] ---> Running in b331856ff05d [2021-05-11T02:07:05.308Z] Removing intermediate container b331856ff05d [2021-05-11T02:07:05.308Z] ---> 33ce63a4277f [2021-05-11T02:07:05.308Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:07:05.308Z] ---> Running in f5b8d0906eab [2021-05-11T02:07:05.901Z] Removing intermediate container f5b8d0906eab [2021-05-11T02:07:05.901Z] ---> 9068498fa530 [2021-05-11T02:07:05.901Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:07:05.901Z] ---> Running in 55fd795d3009 [2021-05-11T02:07:06.498Z] Removing intermediate container 55fd795d3009 [2021-05-11T02:07:06.498Z] ---> 75a3c35ec462 [2021-05-11T02:07:06.498Z] [2021-05-11T02:07:06.772Z] Successfully built 75a3c35ec462 [2021-05-11T02:07:06.772Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-11T02:07:19.165Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:19.165Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:19.165Z] ---> 05e84e9fc262 [2021-05-11T02:07:19.165Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:07:19.165Z] ---> Using cache [2021-05-11T02:07:19.165Z] ---> 5582726767de [2021-05-11T02:07:19.165Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:19.165Z] ---> Using cache [2021-05-11T02:07:19.165Z] ---> b43e568e8d71 [2021-05-11T02:07:19.165Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T02:07:20.271Z] ---> Running in df9a410a50b8 [2021-05-11T02:07:21.812Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:07:23.834Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:07:25.301Z] OK: 218 MiB in 52 packages [2021-05-11T02:07:27.331Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.331Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.331Z] ---> 05e84e9fc262 [2021-05-11T02:07:27.331Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T02:07:27.331Z] ---> Using cache [2021-05-11T02:07:27.331Z] ---> 5582726767de [2021-05-11T02:07:27.331Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.331Z] ---> Using cache [2021-05-11T02:07:27.331Z] ---> b43e568e8d71 [2021-05-11T02:07:27.331Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T02:07:27.331Z] ---> Using cache [2021-05-11T02:07:27.331Z] ---> 5d2f2e4da40d [2021-05-11T02:07:27.331Z] Step 6/32 : COPY go.mod . [2021-05-11T02:07:27.331Z] ---> Using cache [2021-05-11T02:07:27.331Z] ---> 3f711967421d [2021-05-11T02:07:27.331Z] Step 7/32 : RUN go mod download [2021-05-11T02:07:27.331Z] ---> Using cache [2021-05-11T02:07:27.331Z] ---> 5cfec1f0320e [2021-05-11T02:07:27.331Z] Step 8/32 : COPY . . [2021-05-11T02:07:27.862Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.862Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.862Z] ---> c9a6743a91dc [2021-05-11T02:07:27.862Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T02:07:27.862Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.862Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.862Z] ---> c9a6743a91dc [2021-05-11T02:07:27.862Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:07:27.862Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.862Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.862Z] ---> c9a6743a91dc [2021-05-11T02:07:27.862Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T02:07:27.862Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.862Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.862Z] ---> c9a6743a91dc [2021-05-11T02:07:27.862Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:07:27.862Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.862Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.862Z] ---> c9a6743a91dc [2021-05-11T02:07:27.862Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T02:07:27.862Z] ---> Running in b15ca94d9858 [2021-05-11T02:07:27.862Z] ---> Running in 8f2578061c4b [2021-05-11T02:07:27.862Z] ---> Running in 3517a526a1ee [2021-05-11T02:07:27.862Z] ---> Running in 59749819f48b [2021-05-11T02:07:27.862Z] ---> Running in efb014162e92 [2021-05-11T02:07:27.862Z] Removing intermediate container 3517a526a1ee [2021-05-11T02:07:27.862Z] ---> 7ffe6380e49d [2021-05-11T02:07:27.862Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.862Z] Removing intermediate container efb014162e92 [2021-05-11T02:07:27.862Z] ---> 4847f65233ab [2021-05-11T02:07:27.862Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.862Z] Removing intermediate container b15ca94d9858 [2021-05-11T02:07:27.862Z] ---> caaee8c9748b [2021-05-11T02:07:27.862Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.862Z] Removing intermediate container 59749819f48b [2021-05-11T02:07:27.862Z] ---> 3f1c952b91a0 [2021-05-11T02:07:27.862Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.862Z] Removing intermediate container 8f2578061c4b [2021-05-11T02:07:27.862Z] ---> 9cf1c2754f9c [2021-05-11T02:07:27.862Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.862Z] ---> Running in 1473344c9e4a [2021-05-11T02:07:27.862Z] ---> Running in a3e46bec5447 [2021-05-11T02:07:27.862Z] ---> Running in 9eedccffd39a [2021-05-11T02:07:27.862Z] ---> Running in b1c7ab30a1be [2021-05-11T02:07:27.862Z] ---> Running in c4d89ce2c669 [2021-05-11T02:07:27.936Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.936Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.936Z] ---> 05e84e9fc262 [2021-05-11T02:07:27.936Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 5582726767de [2021-05-11T02:07:27.936Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> b43e568e8d71 [2021-05-11T02:07:27.936Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 5d2f2e4da40d [2021-05-11T02:07:27.936Z] Step 6/24 : COPY go.mod . [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 3f711967421d [2021-05-11T02:07:27.936Z] Step 7/24 : RUN go mod download [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 5cfec1f0320e [2021-05-11T02:07:27.936Z] Step 8/24 : COPY . . [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 50e7a28ef4a0 [2021-05-11T02:07:27.936Z] Step 9/32 : RUN go mod tidy [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> d424c2c1134d [2021-05-11T02:07:27.936Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T02:07:27.936Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:07:27.936Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:07:27.936Z] ---> 05e84e9fc262 [2021-05-11T02:07:27.936Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 5582726767de [2021-05-11T02:07:27.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> b43e568e8d71 [2021-05-11T02:07:27.936Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 5d2f2e4da40d [2021-05-11T02:07:27.936Z] Step 6/23 : COPY go.mod . [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 3f711967421d [2021-05-11T02:07:27.936Z] Step 7/23 : RUN go mod download [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 5cfec1f0320e [2021-05-11T02:07:27.936Z] Step 8/23 : COPY . . [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> 50e7a28ef4a0 [2021-05-11T02:07:27.936Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:07:27.936Z] ---> Using cache [2021-05-11T02:07:27.936Z] ---> d424c2c1134d [2021-05-11T02:07:27.936Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T02:07:28.221Z] ---> Running in 56053e926e4f [2021-05-11T02:07:28.221Z] ---> Using cache [2021-05-11T02:07:28.221Z] ---> 50e7a28ef4a0 [2021-05-11T02:07:28.221Z] Step 9/23 : RUN go mod tidy [2021-05-11T02:07:28.221Z] ---> Using cache [2021-05-11T02:07:28.221Z] ---> d424c2c1134d [2021-05-11T02:07:28.221Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T02:07:28.497Z] ---> Running in d93d7c8b9f01 [2021-05-11T02:07:28.775Z] ---> Running in 86e00dcbb716 [2021-05-11T02:07:28.775Z] Removing intermediate container df9a410a50b8 [2021-05-11T02:07:28.775Z] ---> 03818dc819bb [2021-05-11T02:07:28.775Z] Step 6/24 : COPY go.mod . [2021-05-11T02:07:28.933Z] Removing intermediate container 1473344c9e4a [2021-05-11T02:07:28.934Z] ---> 1983b83f1e7d [2021-05-11T02:07:28.934Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T02:07:28.934Z] Removing intermediate container c4d89ce2c669 [2021-05-11T02:07:28.934Z] ---> a582144b6ea2 [2021-05-11T02:07:28.934Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T02:07:28.934Z] ---> Running in 8a901c0a2d27 [2021-05-11T02:07:28.934Z] Removing intermediate container a3e46bec5447 [2021-05-11T02:07:28.934Z] ---> 8d36bf2fb6e3 [2021-05-11T02:07:28.934Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T02:07:29.273Z] Removing intermediate container 9eedccffd39a [2021-05-11T02:07:29.273Z] ---> dd4736473338 [2021-05-11T02:07:29.273Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T02:07:29.622Z] Removing intermediate container b1c7ab30a1be [2021-05-11T02:07:29.622Z] ---> 6c91bb51630d [2021-05-11T02:07:29.622Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T02:07:29.622Z] ---> Running in 31433cae8ad1 [2021-05-11T02:07:29.622Z] ---> Running in 468dd7a26404 [2021-05-11T02:07:29.622Z] ---> Running in 7f20f171289f [2021-05-11T02:07:29.622Z] ---> Running in a9af950f0017 [2021-05-11T02:07:29.766Z] ---> 9f3eb2a22d4f [2021-05-11T02:07:29.766Z] Step 7/24 : RUN go mod download [2021-05-11T02:07:30.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-11T02:07:30.047Z] ---> Running in caf699d51dd9 [2021-05-11T02:07:30.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T02:07:30.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T02:07:31.297Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:32.095Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:32.095Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:33.328Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:33.698Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:33.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:33.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:34.272Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:34.719Z] Removing intermediate container caf699d51dd9 [2021-05-11T02:07:34.719Z] ---> cd08356088c3 [2021-05-11T02:07:34.719Z] Step 8/24 : COPY . . [2021-05-11T02:07:35.086Z] OK: 219 MiB in 52 packages [2021-05-11T02:07:35.086Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:35.476Z] OK: 219 MiB in 52 packages [2021-05-11T02:07:36.166Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:07:36.528Z] OK: 219 MiB in 52 packages [2021-05-11T02:07:36.822Z] OK: 219 MiB in 52 packages [2021-05-11T02:07:37.994Z] Removing intermediate container 468dd7a26404 [2021-05-11T02:07:37.994Z] ---> a80d75b120cd [2021-05-11T02:07:37.994Z] Step 6/22 : COPY go.mod . [2021-05-11T02:07:37.994Z] Removing intermediate container 31433cae8ad1 [2021-05-11T02:07:37.994Z] ---> 3b3b1950597b [2021-05-11T02:07:37.994Z] Step 6/24 : COPY go.mod . [2021-05-11T02:07:38.296Z] OK: 219 MiB in 52 packages [2021-05-11T02:07:38.576Z] Removing intermediate container 7f20f171289f [2021-05-11T02:07:38.576Z] ---> 0a3b5bb05fa1 [2021-05-11T02:07:38.576Z] Step 6/26 : COPY go.mod . [2021-05-11T02:07:38.576Z] Removing intermediate container 8a901c0a2d27 [2021-05-11T02:07:38.576Z] ---> 240e8b4a0347 [2021-05-11T02:07:38.576Z] Step 6/24 : COPY go.mod . [2021-05-11T02:07:38.576Z] ---> d20bb7ae443e [2021-05-11T02:07:38.576Z] Step 7/24 : RUN go mod download [2021-05-11T02:07:38.857Z] ---> eae9df5564d2 [2021-05-11T02:07:38.857Z] Step 7/22 : RUN go mod download [2021-05-11T02:07:38.857Z] ---> Running in c1b31dd60ce0 [2021-05-11T02:07:39.182Z] ---> Running in d367402e57df [2021-05-11T02:07:39.468Z] ---> 838da2d41f12 [2021-05-11T02:07:39.468Z] Step 7/24 : RUN go mod download [2021-05-11T02:07:39.468Z] ---> 7e613457c57c [2021-05-11T02:07:39.468Z] Step 7/26 : RUN go mod download [2021-05-11T02:07:39.468Z] ---> Running in 4bbc7ec40f53 [2021-05-11T02:07:39.468Z] ---> Running in fd4903607cf7 [2021-05-11T02:07:40.122Z] Removing intermediate container a9af950f0017 [2021-05-11T02:07:40.122Z] ---> 1bc7db405a63 [2021-05-11T02:07:40.122Z] Step 6/23 : COPY go.mod . [2021-05-11T02:07:41.752Z] ---> 81a6fc7d6ddd [2021-05-11T02:07:41.752Z] Step 7/23 : RUN go mod download [2021-05-11T02:07:41.752Z] ---> Running in c373b3bfd468 [2021-05-11T02:07:45.695Z] Removing intermediate container c1b31dd60ce0 [2021-05-11T02:07:45.695Z] ---> 55dcacf9af59 [2021-05-11T02:07:45.695Z] Step 8/24 : COPY . . [2021-05-11T02:07:45.982Z] Removing intermediate container d367402e57df [2021-05-11T02:07:45.982Z] ---> 4c689fc9e88f [2021-05-11T02:07:45.982Z] Step 8/22 : COPY . . [2021-05-11T02:07:45.982Z] Removing intermediate container 4bbc7ec40f53 [2021-05-11T02:07:45.982Z] ---> dddd48500816 [2021-05-11T02:07:45.982Z] Step 8/24 : COPY . . [2021-05-11T02:07:45.982Z] Removing intermediate container fd4903607cf7 [2021-05-11T02:07:45.982Z] ---> 73339cc51982 [2021-05-11T02:07:45.982Z] Step 8/26 : COPY . . [2021-05-11T02:07:48.331Z] Removing intermediate container c373b3bfd468 [2021-05-11T02:07:48.331Z] ---> 0234b4134fb3 [2021-05-11T02:07:48.331Z] Step 8/23 : COPY . . [2021-05-11T02:07:53.143Z] ---> 678781cb187b [2021-05-11T02:07:53.143Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:07:53.143Z] ---> Running in f02c9313aa2e [2021-05-11T02:07:58.617Z] Removing intermediate container f02c9313aa2e [2021-05-11T02:07:58.617Z] ---> 9b83e4f7cd93 [2021-05-11T02:07:58.617Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T02:07:58.617Z] ---> Running in 282419ace8dd [2021-05-11T02:08:00.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T02:09:22.017Z] Removing intermediate container 56053e926e4f [2021-05-11T02:09:22.017Z] ---> 5be4aadc2f40 [2021-05-11T02:09:22.017Z] [2021-05-11T02:09:22.017Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T02:09:22.017Z] ---> 9852663dfa18 [2021-05-11T02:09:22.017Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T02:09:22.017Z] ---> Running in ae50fd5abff0 [2021-05-11T02:09:22.017Z] Removing intermediate container ae50fd5abff0 [2021-05-11T02:09:22.017Z] ---> 5a867189bda7 [2021-05-11T02:09:22.017Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T02:09:22.017Z] ---> Running in c18a97c125d6 [2021-05-11T02:09:22.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:09:22.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:09:22.017Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T02:09:22.017Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T02:09:22.017Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:09:22.017Z] OK: 5 MiB in 16 packages [2021-05-11T02:09:22.017Z] Removing intermediate container c18a97c125d6 [2021-05-11T02:09:22.017Z] ---> 78e939014be2 [2021-05-11T02:09:22.017Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T02:09:22.017Z] ---> Running in eb601978b420 [2021-05-11T02:09:22.017Z] Removing intermediate container eb601978b420 [2021-05-11T02:09:22.017Z] ---> 41b00c76f74e [2021-05-11T02:09:22.017Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T02:09:22.017Z] ---> Running in 979080b7108c [2021-05-11T02:09:22.017Z] Removing intermediate container 979080b7108c [2021-05-11T02:09:22.017Z] ---> bc91af405377 [2021-05-11T02:09:22.018Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T02:09:22.018Z] ---> Running in 8698fb7d5c45 [2021-05-11T02:09:22.018Z] Removing intermediate container 8698fb7d5c45 [2021-05-11T02:09:22.018Z] ---> c90b3454884c [2021-05-11T02:09:22.018Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T02:09:22.018Z] ---> Running in a8699924c817 [2021-05-11T02:09:23.033Z] Removing intermediate container a8699924c817 [2021-05-11T02:09:23.033Z] ---> fc6cf038cd53 [2021-05-11T02:09:23.033Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T02:09:25.031Z] ---> b3761e8bdc8e [2021-05-11T02:09:25.031Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T02:09:25.031Z] Removing intermediate container 86e00dcbb716 [2021-05-11T02:09:25.031Z] ---> 1c92d5a2a079 [2021-05-11T02:09:25.031Z] [2021-05-11T02:09:25.031Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T02:09:25.031Z] ---> 9852663dfa18 [2021-05-11T02:09:25.031Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T02:09:25.031Z] ---> Using cache [2021-05-11T02:09:25.031Z] ---> 2bdc155c9e23 [2021-05-11T02:09:25.031Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:09:25.031Z] ---> Using cache [2021-05-11T02:09:25.031Z] ---> a2b21da0002d [2021-05-11T02:09:25.031Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T02:09:25.318Z] ---> Running in 2bbe040e18b3 [2021-05-11T02:09:25.318Z] ---> Running in 395e77f461bb [2021-05-11T02:09:26.324Z] Removing intermediate container 395e77f461bb [2021-05-11T02:09:26.324Z] ---> 874a4f59abfe [2021-05-11T02:09:26.324Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T02:09:26.604Z] ---> Running in f9a64bc7fee3 [2021-05-11T02:09:27.612Z] Removing intermediate container f9a64bc7fee3 [2021-05-11T02:09:27.612Z] ---> fa60a2d48047 [2021-05-11T02:09:27.612Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:09:29.087Z] Removing intermediate container 2bbe040e18b3 [2021-05-11T02:09:29.087Z] ---> 42b7120abd10 [2021-05-11T02:09:29.087Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:09:29.087Z] ---> aeee0b19830f [2021-05-11T02:09:29.087Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T02:09:31.787Z] ---> 3c33898a2237 [2021-05-11T02:09:31.787Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T02:09:31.787Z] ---> b717270afb08 [2021-05-11T02:09:31.787Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T02:09:32.395Z] Removing intermediate container d93d7c8b9f01 [2021-05-11T02:09:32.395Z] ---> 0c629191f449 [2021-05-11T02:09:32.395Z] [2021-05-11T02:09:32.395Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T02:09:32.395Z] ---> 9852663dfa18 [2021-05-11T02:09:32.395Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T02:09:32.395Z] ---> Using cache [2021-05-11T02:09:32.395Z] ---> 2bdc155c9e23 [2021-05-11T02:09:32.395Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:09:32.395Z] ---> Using cache [2021-05-11T02:09:32.395Z] ---> a2b21da0002d [2021-05-11T02:09:32.395Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T02:09:32.994Z] ---> 33790a8a804b [2021-05-11T02:09:32.994Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T02:09:33.269Z] ---> Running in 59f2407524f4 [2021-05-11T02:09:33.269Z] ---> Running in 30162b664104 [2021-05-11T02:09:33.551Z] ---> 2f43ce7e2fab [2021-05-11T02:09:33.551Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T02:09:33.832Z] Removing intermediate container 282419ace8dd [2021-05-11T02:09:33.832Z] ---> 835ff14edce9 [2021-05-11T02:09:33.832Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T02:09:33.832Z] Removing intermediate container 59f2407524f4 [2021-05-11T02:09:33.832Z] ---> 60e39a596538 [2021-05-11T02:09:33.832Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T02:09:34.110Z] ---> Running in 57e5d1c85551 [2021-05-11T02:09:34.110Z] Removing intermediate container 30162b664104 [2021-05-11T02:09:34.110Z] ---> 4ffdf782319d [2021-05-11T02:09:34.110Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:09:34.110Z] ---> Running in bffa80592e40 [2021-05-11T02:09:34.391Z] ---> Running in 3ee1e46a416e [2021-05-11T02:09:34.391Z] ---> 5aae5f897598 [2021-05-11T02:09:34.391Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T02:09:34.673Z] Removing intermediate container bffa80592e40 [2021-05-11T02:09:34.674Z] ---> 4f033c55870a [2021-05-11T02:09:34.674Z] Step 16/24 : WORKDIR / [2021-05-11T02:09:34.949Z] Removing intermediate container 3ee1e46a416e [2021-05-11T02:09:34.949Z] ---> 559899d9e904 [2021-05-11T02:09:34.949Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T02:09:34.949Z] ---> Running in f68bb4a20d12 [2021-05-11T02:09:35.232Z] ---> Running in 1a7c1c0eb6c9 [2021-05-11T02:09:35.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T02:09:35.512Z] ---> 478447f2a054 [2021-05-11T02:09:35.512Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T02:09:35.790Z] Removing intermediate container f68bb4a20d12 [2021-05-11T02:09:35.790Z] ---> f34536dcc022 [2021-05-11T02:09:35.790Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:09:35.790Z] Removing intermediate container 1a7c1c0eb6c9 [2021-05-11T02:09:35.790Z] ---> 3a055396aacb [2021-05-11T02:09:35.790Z] Step 22/23 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:09:36.077Z] ---> Running in b35047996c35 [2021-05-11T02:09:36.680Z] ---> 1c4f100af8fa [2021-05-11T02:09:36.680Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T02:09:36.962Z] ---> Running in fabed8bae904 [2021-05-11T02:09:36.962Z] Removing intermediate container b35047996c35 [2021-05-11T02:09:36.962Z] ---> 0bbdb94b31ca [2021-05-11T02:09:36.962Z] Step 23/23 : LABEL version=2.0.0-dev.209 [2021-05-11T02:09:36.962Z] ---> 1dd1a2cb53ba [2021-05-11T02:09:36.962Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T02:09:37.245Z] ---> Running in e1bc9f0bb150 [2021-05-11T02:09:37.847Z] Removing intermediate container fabed8bae904 [2021-05-11T02:09:37.847Z] ---> a551d53bf4ff [2021-05-11T02:09:37.847Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T02:09:38.124Z] Removing intermediate container e1bc9f0bb150 [2021-05-11T02:09:38.124Z] ---> a72e65c5ebf2 [2021-05-11T02:09:38.124Z] [2021-05-11T02:09:38.403Z] Removing intermediate container 57e5d1c85551 [2021-05-11T02:09:38.403Z] ---> 0871a23d42a2 [2021-05-11T02:09:38.403Z] [2021-05-11T02:09:38.403Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T02:09:38.403Z] 20.10.0: Pulling from library/docker [2021-05-11T02:09:38.403Z] ---> a3c525d6e4da [2021-05-11T02:09:38.403Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T02:09:38.403Z] Successfully built a72e65c5ebf2 [2021-05-11T02:09:38.403Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-11T02:09:39.009Z]  Building docker-support-scheduler-go ... done  ---> 98a4ca2393a0 [2021-05-11T02:09:39.009Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T02:09:39.286Z] ---> Running in f3f58df85955 [2021-05-11T02:09:39.566Z] ---> 43c430084a12 [2021-05-11T02:09:39.566Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T02:09:39.846Z] ---> Running in c1651bde5097 [2021-05-11T02:09:40.851Z] Removing intermediate container c1651bde5097 [2021-05-11T02:09:40.851Z] ---> 46d411c24443 [2021-05-11T02:09:40.851Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:09:41.136Z] ---> Running in 5592d4689aff [2021-05-11T02:09:41.747Z] Removing intermediate container 5592d4689aff [2021-05-11T02:09:41.747Z] ---> d843cf7976f0 [2021-05-11T02:09:41.747Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T02:09:42.023Z] ---> Running in 13a8c2947325 [2021-05-11T02:09:42.036Z] ---> 74ccd81afd48 [2021-05-11T02:09:42.036Z] Step 9/26 : RUN go mod tidy [2021-05-11T02:09:42.036Z] ---> ca897d39def5 [2021-05-11T02:09:42.036Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:09:42.036Z] ---> c092d21e0d99 [2021-05-11T02:09:42.036Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:09:42.036Z] ---> 5bf413aed4a5 [2021-05-11T02:09:42.036Z] Step 9/22 : RUN go mod tidy [2021-05-11T02:09:42.036Z] ---> Running in f35d6325578a [2021-05-11T02:09:42.036Z] ---> Running in 152d62d15183 [2021-05-11T02:09:42.036Z] ---> Running in 30ae28ae0ff5 [2021-05-11T02:09:42.036Z] ---> Running in 28e5d6159714 [2021-05-11T02:09:42.631Z] Removing intermediate container f3f58df85955 [2021-05-11T02:09:42.631Z] ---> 4357f3a304a4 [2021-05-11T02:09:42.631Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T02:09:42.631Z] Removing intermediate container 13a8c2947325 [2021-05-11T02:09:42.631Z] ---> e320e7359087 [2021-05-11T02:09:42.632Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:09:43.096Z] ---> 1246e9b59ddf [2021-05-11T02:09:43.096Z] Step 9/23 : RUN go mod tidy [2021-05-11T02:09:43.245Z] ---> Running in 43d91f3bf56e [2021-05-11T02:09:43.245Z] ---> Running in 7b82890d2267 [2021-05-11T02:09:43.939Z] ---> Running in 3af16bca4462 [2021-05-11T02:09:44.227Z] Removing intermediate container 43d91f3bf56e [2021-05-11T02:09:44.227Z] ---> 50664c74be3a [2021-05-11T02:09:44.227Z] Step 29/32 : CMD ["gate"] [2021-05-11T02:09:44.826Z] Removing intermediate container 7b82890d2267 [2021-05-11T02:09:44.826Z] ---> 7f81d01dcee3 [2021-05-11T02:09:44.826Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:09:45.106Z] ---> Running in 8869452d023e [2021-05-11T02:09:45.382Z] ---> Running in 4ca312c666cb [2021-05-11T02:09:45.991Z] Removing intermediate container 8869452d023e [2021-05-11T02:09:45.991Z] ---> 9759c7ff94d4 [2021-05-11T02:09:45.991Z] Step 30/32 : LABEL arch=arm64 [2021-05-11T02:09:46.264Z] Removing intermediate container 4ca312c666cb [2021-05-11T02:09:46.264Z] ---> 7e643f65fe05 [2021-05-11T02:09:46.264Z] [2021-05-11T02:09:46.858Z] Successfully built 7e643f65fe05 [2021-05-11T02:09:46.858Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-11T02:09:46.858Z]  Building docker-core-metadata-go ... done  ---> Running in ba164513dcd9 [2021-05-11T02:09:47.838Z] Removing intermediate container ba164513dcd9 [2021-05-11T02:09:47.838Z] ---> 96a79f325429 [2021-05-11T02:09:47.838Z] Step 31/32 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:09:48.448Z] ---> Running in 2032aa1cdf62 [2021-05-11T02:09:49.048Z] Removing intermediate container 2032aa1cdf62 [2021-05-11T02:09:49.048Z] ---> e5cfa717e1f3 [2021-05-11T02:09:49.048Z] Step 32/32 : LABEL version=2.0.0-dev.209 [2021-05-11T02:09:49.322Z] ---> Running in 3993f590a697 [2021-05-11T02:09:49.322Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T02:09:49.322Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T02:09:49.322Z] ---> eeaf43b92773 [2021-05-11T02:09:49.322Z] 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-11T02:09:49.609Z] ---> Running in 40926a6197b2 [2021-05-11T02:09:49.879Z] Removing intermediate container 3993f590a697 [2021-05-11T02:09:49.879Z] ---> 4151fd1d25ac [2021-05-11T02:09:49.879Z] [2021-05-11T02:09:50.150Z] Removing intermediate container 40926a6197b2 [2021-05-11T02:09:50.151Z] ---> c14de78ba164 [2021-05-11T02:09:50.151Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T02:09:50.151Z] Successfully built 4151fd1d25ac [2021-05-11T02:09:50.425Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-11T02:09:50.425Z]  Building docker-security-bootstrapper-go ... done  ---> Running in e50301a9c9c2 [2021-05-11T02:09:51.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T02:09:51.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T02:09:52.339Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T02:09:52.339Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T02:09:52.339Z] Executing bash-5.0.17-r0.post-install [2021-05-11T02:09:52.339Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T02:09:52.339Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T02:09:52.339Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T02:09:52.339Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T02:09:52.339Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T02:09:52.339Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T02:09:52.339Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T02:09:52.339Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T02:09:52.339Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T02:09:52.339Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T02:09:52.339Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T02:09:54.342Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T02:09:54.342Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T02:09:54.342Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T02:09:54.342Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T02:09:54.342Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T02:09:54.342Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T02:09:54.342Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T02:09:54.611Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T02:09:54.611Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T02:09:54.611Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T02:09:54.611Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T02:09:54.611Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T02:09:54.611Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T02:09:54.611Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T02:09:54.611Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T02:09:54.611Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T02:09:54.882Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T02:09:54.882Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T02:09:54.882Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T02:09:54.882Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T02:09:54.882Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T02:09:54.882Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T02:09:54.882Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T02:09:54.882Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T02:09:54.882Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T02:09:54.882Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T02:09:55.153Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T02:09:55.153Z] OK: 72 MiB in 59 packages [2021-05-11T02:09:59.436Z] Collecting docker-compose==1.23.2 [2021-05-11T02:09:59.436Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T02:10:00.421Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T02:10:00.421Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T02:10:01.019Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T02:10:01.019Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T02:10:02.999Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T02:10:02.999Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T02:10:03.485Z] Removing intermediate container f35d6325578a [2021-05-11T02:10:03.486Z] ---> 3e5c5bacaa3d [2021-05-11T02:10:03.486Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T02:10:03.486Z] Removing intermediate container 3af16bca4462 [2021-05-11T02:10:03.486Z] ---> 1970cc2e959a [2021-05-11T02:10:03.486Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T02:10:03.486Z] ---> Running in 044ccda194f0 [2021-05-11T02:10:03.486Z] ---> Running in c78773f5d5f4 [2021-05-11T02:10:03.776Z] Removing intermediate container 30ae28ae0ff5 [2021-05-11T02:10:03.776Z] ---> 7e1b8a306e07 [2021-05-11T02:10:03.776Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T02:10:03.776Z] Removing intermediate container 28e5d6159714 [2021-05-11T02:10:03.776Z] ---> c7a459e7ffa5 [2021-05-11T02:10:03.776Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T02:10:04.085Z] Removing intermediate container 152d62d15183 [2021-05-11T02:10:04.085Z] ---> bbba7f59b9f7 [2021-05-11T02:10:04.085Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T02:10:04.385Z] ---> Running in 5ed2bc489686 [2021-05-11T02:10:04.386Z] ---> Running in dc3c08123cc7 [2021-05-11T02:10:04.386Z] ---> Running in 2a9b33a2a9b6 [2021-05-11T02:10:05.651Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T02:10:05.652Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T02:10:06.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T02:10:06.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T02:10:06.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T02:10:06.629Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T02:10:06.900Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T02:10:07.169Z] 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-11T02:10:07.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T02:10:07.440Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T02:10:07.440Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T02:10:07.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T02:10:07.710Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T02:10:07.710Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T02:10:10.314Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T02:10:10.314Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T02:10:10.906Z] Collecting PyYAML<4,>=3.10 [2021-05-11T02:10:10.906Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T02:10:14.285Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T02:10:14.285Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T02:10:14.876Z] Collecting idna<2.8,>=2.5 [2021-05-11T02:10:14.876Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T02:10:15.465Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T02:10:15.465Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T02:10:15.734Z] 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-11T02:10:15.734Z] 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-11T02:10:15.734Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T02:10:15.734Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T02:10:15.734Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T02:10:15.734Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T02:10:17.159Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, docopt, cached-property, jsonschema, dockerpty, PyYAML, docker-compose [2021-05-11T02:10:17.159Z] Attempting uninstall: idna [2021-05-11T02:10:17.159Z] Found existing installation: idna 2.9 [2021-05-11T02:10:17.159Z] Uninstalling idna-2.9: [2021-05-11T02:10:17.159Z] Successfully uninstalled idna-2.9 [2021-05-11T02:10:17.750Z] Attempting uninstall: urllib3 [2021-05-11T02:10:17.750Z] Found existing installation: urllib3 1.25.9 [2021-05-11T02:10:17.750Z] Uninstalling urllib3-1.25.9: [2021-05-11T02:10:18.021Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T02:10:18.613Z] Attempting uninstall: requests [2021-05-11T02:10:18.613Z] Found existing installation: requests 2.23.0 [2021-05-11T02:10:18.613Z] Uninstalling requests-2.23.0: [2021-05-11T02:10:18.613Z] Successfully uninstalled requests-2.23.0 [2021-05-11T02:10:20.576Z] Running setup.py install for texttable: started [2021-05-11T02:10:23.181Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T02:10:23.181Z] Running setup.py install for docopt: started [2021-05-11T02:10:25.144Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T02:10:25.416Z] Running setup.py install for dockerpty: started [2021-05-11T02:10:28.024Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T02:10:28.024Z] Running setup.py install for PyYAML: started [2021-05-11T02:10:30.629Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T02:10:31.600Z] 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-11T02:10:39.857Z] Removing intermediate container e50301a9c9c2 [2021-05-11T02:10:39.857Z] ---> 69b8338e328f [2021-05-11T02:10:39.857Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T02:10:40.129Z] ---> Running in 0395abc06b89 [2021-05-11T02:10:40.404Z] Removing intermediate container 0395abc06b89 [2021-05-11T02:10:40.404Z] ---> 48bcfac897b0 [2021-05-11T02:10:40.404Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T02:10:40.677Z] ---> Running in dde84b37de99 [2021-05-11T02:10:41.269Z] Removing intermediate container dde84b37de99 [2021-05-11T02:10:41.269Z] ---> e6ef28b87a21 [2021-05-11T02:10:41.269Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T02:10:42.250Z] ---> c3f565b0799f [2021-05-11T02:10:42.250Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T02:10:43.238Z] ---> b0a3e6af5717 [2021-05-11T02:10:43.238Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T02:10:44.213Z] ---> 3286ef405e40 [2021-05-11T02:10:44.213Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T02:10:44.213Z] ---> Running in c37b2db42f2f [2021-05-11T02:10:44.808Z] Removing intermediate container c37b2db42f2f [2021-05-11T02:10:44.808Z] ---> 476c2cc8168b [2021-05-11T02:10:44.808Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:10:45.080Z] ---> Running in d54209d37cc3 [2021-05-11T02:10:45.353Z] Removing intermediate container d54209d37cc3 [2021-05-11T02:10:45.353Z] ---> 45c8ab2ae882 [2021-05-11T02:10:45.353Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T02:10:45.625Z] ---> Running in b704af22fd13 [2021-05-11T02:10:46.224Z] Removing intermediate container b704af22fd13 [2021-05-11T02:10:46.224Z] ---> f1893d0df1bf [2021-05-11T02:10:46.224Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:10:46.224Z] ---> Running in f91656019495 [2021-05-11T02:10:46.818Z] Removing intermediate container f91656019495 [2021-05-11T02:10:46.818Z] ---> 8d456ec33440 [2021-05-11T02:10:46.818Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:10:46.818Z] ---> Running in 0ea856994e2e [2021-05-11T02:10:47.413Z] Removing intermediate container 0ea856994e2e [2021-05-11T02:10:47.413Z] ---> b0f855ff6455 [2021-05-11T02:10:47.413Z] [2021-05-11T02:10:47.686Z] Successfully built b0f855ff6455 [2021-05-11T02:10:47.965Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-11T02:10:48.581Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T02:10:48.590Z] $ docker stop --time=1 c71c3c2465448619ce0c5824b69cf4121d0bbad2a3be711ca6c75ca6c112f50b [2021-05-11T02:10:50.656Z] $ docker rm -f c71c3c2465448619ce0c5824b69cf4121d0bbad2a3be711ca6c75ca6c112f50b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T02:10:51.327Z] + docker images [2021-05-11T02:10:51.327Z] + grep docker [2021-05-11T02:10:51.599Z] docker-sys-mgmt-agent-go-arm64 latest b0f855ff6455 4 seconds ago 299MB [2021-05-11T02:10:51.599Z] docker-security-bootstrapper-go-arm64 latest 4151fd1d25ac About a minute ago 17.1MB [2021-05-11T02:10:51.599Z] docker-core-metadata-go-arm64 latest 7e643f65fe05 About a minute ago 17.4MB [2021-05-11T02:10:51.600Z] docker-support-scheduler-go-arm64 latest a72e65c5ebf2 About a minute ago 16.1MB [2021-05-11T02:10:51.600Z] docker-core-data-go-arm64 latest 75a3c35ec462 3 minutes ago 20.3MB [2021-05-11T02:10:51.600Z] docker-security-secretstore-setup-go-arm64 latest 0aab2b0d057e 3 minutes ago 24.3MB [2021-05-11T02:10:51.600Z] docker-core-command-go-arm64 latest 13d4b078df88 4 minutes ago 16.1MB [2021-05-11T02:10:51.600Z] docker-support-notifications-go-arm64 latest 4982a8958d27 4 minutes ago 16.6MB [2021-05-11T02:10:51.600Z] docker-security-proxy-setup-go-arm64 latest 1022905b0f47 4 minutes ago 23.9MB [2021-05-11T02:10:51.600Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T02:10:51.853Z] provisioning config files... [2021-05-11T02:10:51.896Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/477@tmp/config5541700943766921726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:10:52.262Z] ---> docker-login.sh [2021-05-11T02:10:52.262Z] nexus3.edgexfoundry.org:10001 [2021-05-11T02:10:52.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:10:52.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:10:52.813Z] Configure a credential helper to remove this warning. See [2021-05-11T02:10:52.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:10:52.813Z] [2021-05-11T02:10:52.813Z] Login Succeeded [2021-05-11T02:10:52.813Z] nexus3.edgexfoundry.org:10002 [2021-05-11T02:10:53.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:10:53.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:10:53.406Z] Configure a credential helper to remove this warning. See [2021-05-11T02:10:53.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:10:53.406Z] [2021-05-11T02:10:53.406Z] Login Succeeded [2021-05-11T02:10:53.406Z] nexus3.edgexfoundry.org:10003 [2021-05-11T02:10:53.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:10:53.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:10:53.999Z] Configure a credential helper to remove this warning. See [2021-05-11T02:10:53.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:10:53.999Z] [2021-05-11T02:10:53.999Z] Login Succeeded [2021-05-11T02:10:53.999Z] nexus3.edgexfoundry.org:10004 [2021-05-11T02:10:54.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:10:54.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:10:54.592Z] Configure a credential helper to remove this warning. See [2021-05-11T02:10:54.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:10:54.592Z] [2021-05-11T02:10:54.592Z] Login Succeeded [2021-05-11T02:10:54.865Z] docker.io [2021-05-11T02:10:55.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:10:55.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:10:55.728Z] Configure a credential helper to remove this warning. See [2021-05-11T02:10:55.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:10:55.728Z] [2021-05-11T02:10:55.728Z] Login Succeeded [2021-05-11T02:10:55.728Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T02:10:55.744Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:10:55.808Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-05-11T02:10:55.808Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:10:55.808Z] 2.0.0-dev.209 [2021-05-11T02:10:55.808Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:10:55.808Z] master [2021-05-11T02:10:55.808Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:10:56.182Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:10:56.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:10:56.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-11T02:10:56.588Z] 7c6208fd6ba0: Preparing [2021-05-11T02:10:56.588Z] 1fb21178eab4: Preparing [2021-05-11T02:10:56.588Z] 6891456397c4: Preparing [2021-05-11T02:10:56.588Z] fd1446b380bb: Preparing [2021-05-11T02:10:56.588Z] 3fbe34a1663b: Preparing [2021-05-11T02:10:56.876Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:10:56.876Z] 6891456397c4: Pushed [2021-05-11T02:10:56.876Z] 7c6208fd6ba0: Pushed [2021-05-11T02:10:56.876Z] fd1446b380bb: Pushed [2021-05-11T02:10:59.577Z] 1fb21178eab4: Pushed [2021-05-11T02:10:59.848Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:302e28a9ee7645c526b10cf1192af3a42eb263a393cc3a2d8ec79dfc00b17d47 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:00.193Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:00.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:00.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-11T02:11:00.529Z] 7c6208fd6ba0: Preparing [2021-05-11T02:11:00.529Z] 1fb21178eab4: Preparing [2021-05-11T02:11:00.529Z] 6891456397c4: Preparing [2021-05-11T02:11:00.529Z] fd1446b380bb: Preparing [2021-05-11T02:11:00.529Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:00.801Z] 7c6208fd6ba0: Layer already exists [2021-05-11T02:11:00.801Z] 6891456397c4: Layer already exists [2021-05-11T02:11:00.801Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:00.801Z] 1fb21178eab4: Layer already exists [2021-05-11T02:11:00.801Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:00.801Z] 2.0.0-dev.209: digest: sha256:302e28a9ee7645c526b10cf1192af3a42eb263a393cc3a2d8ec79dfc00b17d47 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:01.149Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:01.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:01.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-11T02:11:01.489Z] 7c6208fd6ba0: Preparing [2021-05-11T02:11:01.489Z] 1fb21178eab4: Preparing [2021-05-11T02:11:01.489Z] 6891456397c4: Preparing [2021-05-11T02:11:01.489Z] fd1446b380bb: Preparing [2021-05-11T02:11:01.489Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:01.760Z] 7c6208fd6ba0: Layer already exists [2021-05-11T02:11:01.760Z] 6891456397c4: Layer already exists [2021-05-11T02:11:01.760Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:01.760Z] 1fb21178eab4: Layer already exists [2021-05-11T02:11:01.760Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:01.761Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:302e28a9ee7645c526b10cf1192af3a42eb263a393cc3a2d8ec79dfc00b17d47 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:02.124Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:02.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-05-11T02:11:02.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-11T02:11:02.466Z] 7c6208fd6ba0: Preparing [2021-05-11T02:11:02.466Z] 1fb21178eab4: Preparing [2021-05-11T02:11:02.466Z] 6891456397c4: Preparing [2021-05-11T02:11:02.466Z] fd1446b380bb: Preparing [2021-05-11T02:11:02.466Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:02.737Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:02.737Z] 1fb21178eab4: Layer already exists [2021-05-11T02:11:02.737Z] 7c6208fd6ba0: Layer already exists [2021-05-11T02:11:02.737Z] 6891456397c4: Layer already exists [2021-05-11T02:11:02.737Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:02.737Z] master: digest: sha256:302e28a9ee7645c526b10cf1192af3a42eb263a393cc3a2d8ec79dfc00b17d47 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:02.797Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:02.813Z] taggedImages: [2021-05-11T02:11:02.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:02.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:02.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:02.813Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-05-11T02:11:02.845Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-05-11T02:11:02.845Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:02.845Z] 2.0.0-dev.209 [2021-05-11T02:11:02.845Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:02.845Z] master [2021-05-11T02:11:02.845Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:03.223Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:03.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:03.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-11T02:11:03.564Z] 4a1d2fa5dd47: Preparing [2021-05-11T02:11:03.564Z] dd49ec11981b: Preparing [2021-05-11T02:11:03.564Z] 6891456397c4: Preparing [2021-05-11T02:11:03.564Z] a2381196a9d3: Preparing [2021-05-11T02:11:03.564Z] 9bfc71ccaa53: Preparing [2021-05-11T02:11:03.564Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:03.564Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:03.841Z] 6891456397c4: Layer already exists [2021-05-11T02:11:03.841Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:04.113Z] 4a1d2fa5dd47: Pushed [2021-05-11T02:11:04.113Z] 9bfc71ccaa53: Pushed [2021-05-11T02:11:04.707Z] a2381196a9d3: Pushed [2021-05-11T02:11:07.315Z] dd49ec11981b: Pushed [2021-05-11T02:11:07.315Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:4b36396b2050b38224e0fd144675bf09690d1cab3c812315ed17262de44f0d94 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:07.661Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:08.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:08.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-11T02:11:08.004Z] 4a1d2fa5dd47: Preparing [2021-05-11T02:11:08.004Z] dd49ec11981b: Preparing [2021-05-11T02:11:08.004Z] 6891456397c4: Preparing [2021-05-11T02:11:08.004Z] a2381196a9d3: Preparing [2021-05-11T02:11:08.004Z] 9bfc71ccaa53: Preparing [2021-05-11T02:11:08.004Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:08.004Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:08.276Z] 6891456397c4: Layer already exists [2021-05-11T02:11:08.276Z] 9bfc71ccaa53: Layer already exists [2021-05-11T02:11:08.276Z] a2381196a9d3: Layer already exists [2021-05-11T02:11:08.276Z] 4a1d2fa5dd47: Layer already exists [2021-05-11T02:11:08.276Z] dd49ec11981b: Layer already exists [2021-05-11T02:11:08.276Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:08.276Z] 2.0.0-dev.209: digest: sha256:4b36396b2050b38224e0fd144675bf09690d1cab3c812315ed17262de44f0d94 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:08.636Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:08.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:08.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-11T02:11:08.987Z] 4a1d2fa5dd47: Preparing [2021-05-11T02:11:08.987Z] dd49ec11981b: Preparing [2021-05-11T02:11:08.987Z] 6891456397c4: Preparing [2021-05-11T02:11:08.987Z] a2381196a9d3: Preparing [2021-05-11T02:11:08.987Z] 9bfc71ccaa53: Preparing [2021-05-11T02:11:08.987Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:08.987Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:09.259Z] 9bfc71ccaa53: Layer already exists [2021-05-11T02:11:09.259Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:10.237Z] 6891456397c4: Layer already exists [2021-05-11T02:11:10.237Z] a2381196a9d3: Layer already exists [2021-05-11T02:11:10.237Z] 4a1d2fa5dd47: Layer already exists [2021-05-11T02:11:10.237Z] dd49ec11981b: Layer already exists [2021-05-11T02:11:10.237Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:4b36396b2050b38224e0fd144675bf09690d1cab3c812315ed17262de44f0d94 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:10.585Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:10.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-05-11T02:11:10.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-11T02:11:10.941Z] 4a1d2fa5dd47: Preparing [2021-05-11T02:11:10.941Z] dd49ec11981b: Preparing [2021-05-11T02:11:10.941Z] 6891456397c4: Preparing [2021-05-11T02:11:10.941Z] a2381196a9d3: Preparing [2021-05-11T02:11:10.941Z] 9bfc71ccaa53: Preparing [2021-05-11T02:11:10.941Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:10.941Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:11.218Z] 9bfc71ccaa53: Layer already exists [2021-05-11T02:11:11.218Z] 6891456397c4: Layer already exists [2021-05-11T02:11:11.218Z] dd49ec11981b: Layer already exists [2021-05-11T02:11:11.218Z] 4a1d2fa5dd47: Layer already exists [2021-05-11T02:11:11.218Z] a2381196a9d3: Layer already exists [2021-05-11T02:11:11.218Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:11.218Z] master: digest: sha256:4b36396b2050b38224e0fd144675bf09690d1cab3c812315ed17262de44f0d94 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:11.278Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:11.292Z] taggedImages: [2021-05-11T02:11:11.292Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:11.292Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:11.292Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:11.292Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-05-11T02:11:11.323Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-05-11T02:11:11.323Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:11.323Z] 2.0.0-dev.209 [2021-05-11T02:11:11.323Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:11.323Z] master [2021-05-11T02:11:11.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:11.701Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:12.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:12.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-11T02:11:12.041Z] 807be62ca36a: Preparing [2021-05-11T02:11:12.041Z] 1758005e5d07: Preparing [2021-05-11T02:11:12.041Z] 6891456397c4: Preparing [2021-05-11T02:11:12.041Z] fd1446b380bb: Preparing [2021-05-11T02:11:12.041Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:12.316Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:12.316Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:12.316Z] 6891456397c4: Layer already exists [2021-05-11T02:11:12.316Z] 807be62ca36a: Pushed [2021-05-11T02:11:15.719Z] 1758005e5d07: Pushed [2021-05-11T02:11:15.719Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:028cf0e49204d805fbca4db0c34fb67858811060895837bd5ec6ada2f893d5e4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:16.069Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:16.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:16.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-11T02:11:16.408Z] 807be62ca36a: Preparing [2021-05-11T02:11:16.408Z] 1758005e5d07: Preparing [2021-05-11T02:11:16.408Z] 6891456397c4: Preparing [2021-05-11T02:11:16.408Z] fd1446b380bb: Preparing [2021-05-11T02:11:16.408Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:16.680Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:16.680Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:16.680Z] 1758005e5d07: Layer already exists [2021-05-11T02:11:16.680Z] 6891456397c4: Layer already exists [2021-05-11T02:11:16.680Z] 807be62ca36a: Layer already exists [2021-05-11T02:11:16.680Z] 2.0.0-dev.209: digest: sha256:028cf0e49204d805fbca4db0c34fb67858811060895837bd5ec6ada2f893d5e4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:17.025Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:17.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:17.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-11T02:11:17.641Z] 807be62ca36a: Preparing [2021-05-11T02:11:17.641Z] 1758005e5d07: Preparing [2021-05-11T02:11:17.641Z] 6891456397c4: Preparing [2021-05-11T02:11:17.641Z] fd1446b380bb: Preparing [2021-05-11T02:11:17.641Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:17.913Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:17.913Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:17.913Z] 1758005e5d07: Layer already exists [2021-05-11T02:11:17.913Z] 6891456397c4: Layer already exists [2021-05-11T02:11:17.913Z] 807be62ca36a: Layer already exists [2021-05-11T02:11:17.913Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:028cf0e49204d805fbca4db0c34fb67858811060895837bd5ec6ada2f893d5e4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:18.266Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:18.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-05-11T02:11:18.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-11T02:11:18.608Z] 807be62ca36a: Preparing [2021-05-11T02:11:18.608Z] 1758005e5d07: Preparing [2021-05-11T02:11:18.608Z] 6891456397c4: Preparing [2021-05-11T02:11:18.608Z] fd1446b380bb: Preparing [2021-05-11T02:11:18.608Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:18.883Z] 807be62ca36a: Layer already exists [2021-05-11T02:11:18.883Z] 6891456397c4: Layer already exists [2021-05-11T02:11:18.883Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:18.883Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:18.883Z] 1758005e5d07: Layer already exists [2021-05-11T02:11:18.883Z] master: digest: sha256:028cf0e49204d805fbca4db0c34fb67858811060895837bd5ec6ada2f893d5e4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:18.945Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:18.960Z] taggedImages: [2021-05-11T02:11:18.961Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:18.961Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:18.961Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:18.961Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-05-11T02:11:18.991Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-05-11T02:11:18.991Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:18.991Z] 2.0.0-dev.209 [2021-05-11T02:11:18.991Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:18.991Z] master [2021-05-11T02:11:18.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:19.376Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:19.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:19.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-11T02:11:19.731Z] ffa977ab9a71: Preparing [2021-05-11T02:11:19.731Z] ffa977ab9a71: Preparing [2021-05-11T02:11:19.731Z] 1e038022364b: Preparing [2021-05-11T02:11:19.731Z] e030662fcf6a: Preparing [2021-05-11T02:11:19.731Z] 2b5a28f5f8e2: Preparing [2021-05-11T02:11:19.731Z] 9031eb85574a: Preparing [2021-05-11T02:11:19.731Z] 6891456397c4: Preparing [2021-05-11T02:11:19.731Z] d0a86584e53f: Preparing [2021-05-11T02:11:19.731Z] d0a86584e53f: Preparing [2021-05-11T02:11:19.731Z] e63e84e097de: Preparing [2021-05-11T02:11:19.731Z] 2cbd8d5cd07a: Preparing [2021-05-11T02:11:19.731Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:19.731Z] 6891456397c4: Waiting [2021-05-11T02:11:19.731Z] d0a86584e53f: Waiting [2021-05-11T02:11:19.731Z] e63e84e097de: Waiting [2021-05-11T02:11:19.731Z] 2cbd8d5cd07a: Waiting [2021-05-11T02:11:19.731Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:20.038Z] 2b5a28f5f8e2: Pushed [2021-05-11T02:11:20.038Z] 1e038022364b: Pushed [2021-05-11T02:11:20.038Z] ffa977ab9a71: Pushed [2021-05-11T02:11:20.038Z] e030662fcf6a: Pushed [2021-05-11T02:11:20.324Z] 6891456397c4: Layer already exists [2021-05-11T02:11:20.324Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:20.324Z] d0a86584e53f: Pushed [2021-05-11T02:11:20.613Z] e63e84e097de: Pushed [2021-05-11T02:11:20.613Z] 2cbd8d5cd07a: Pushed [2021-05-11T02:11:23.250Z] 9031eb85574a: Pushed [2021-05-11T02:11:23.250Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:771a993d530b760c98475fb0300a3bddaa58d3a77e604d5478f0f7edfa3007b7 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:23.597Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:23.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:23.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-11T02:11:23.949Z] ffa977ab9a71: Preparing [2021-05-11T02:11:23.949Z] ffa977ab9a71: Preparing [2021-05-11T02:11:23.949Z] 1e038022364b: Preparing [2021-05-11T02:11:23.949Z] e030662fcf6a: Preparing [2021-05-11T02:11:23.949Z] 2b5a28f5f8e2: Preparing [2021-05-11T02:11:23.949Z] 9031eb85574a: Preparing [2021-05-11T02:11:23.949Z] 6891456397c4: Preparing [2021-05-11T02:11:23.949Z] d0a86584e53f: Preparing [2021-05-11T02:11:23.949Z] d0a86584e53f: Preparing [2021-05-11T02:11:23.949Z] e63e84e097de: Preparing [2021-05-11T02:11:23.949Z] 2cbd8d5cd07a: Preparing [2021-05-11T02:11:23.949Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:23.949Z] e63e84e097de: Waiting [2021-05-11T02:11:23.949Z] 2cbd8d5cd07a: Waiting [2021-05-11T02:11:23.949Z] 6891456397c4: Waiting [2021-05-11T02:11:23.949Z] d0a86584e53f: Waiting [2021-05-11T02:11:24.220Z] e030662fcf6a: Layer already exists [2021-05-11T02:11:24.220Z] 9031eb85574a: Layer already exists [2021-05-11T02:11:24.220Z] ffa977ab9a71: Layer already exists [2021-05-11T02:11:24.220Z] 2b5a28f5f8e2: Layer already exists [2021-05-11T02:11:24.220Z] 1e038022364b: Layer already exists [2021-05-11T02:11:24.220Z] d0a86584e53f: Layer already exists [2021-05-11T02:11:24.220Z] 2cbd8d5cd07a: Layer already exists [2021-05-11T02:11:24.220Z] e63e84e097de: Layer already exists [2021-05-11T02:11:24.220Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:24.220Z] 6891456397c4: Layer already exists [2021-05-11T02:11:24.220Z] 2.0.0-dev.209: digest: sha256:771a993d530b760c98475fb0300a3bddaa58d3a77e604d5478f0f7edfa3007b7 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:24.570Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:25.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:25.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-11T02:11:25.154Z] ffa977ab9a71: Preparing [2021-05-11T02:11:25.154Z] ffa977ab9a71: Preparing [2021-05-11T02:11:25.154Z] 1e038022364b: Preparing [2021-05-11T02:11:25.154Z] e030662fcf6a: Preparing [2021-05-11T02:11:25.154Z] 2b5a28f5f8e2: Preparing [2021-05-11T02:11:25.154Z] 9031eb85574a: Preparing [2021-05-11T02:11:25.154Z] 6891456397c4: Preparing [2021-05-11T02:11:25.154Z] d0a86584e53f: Preparing [2021-05-11T02:11:25.154Z] d0a86584e53f: Preparing [2021-05-11T02:11:25.154Z] e63e84e097de: Preparing [2021-05-11T02:11:25.154Z] 2cbd8d5cd07a: Preparing [2021-05-11T02:11:25.154Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:25.154Z] 6891456397c4: Waiting [2021-05-11T02:11:25.154Z] d0a86584e53f: Waiting [2021-05-11T02:11:25.154Z] e63e84e097de: Waiting [2021-05-11T02:11:25.154Z] 2cbd8d5cd07a: Waiting [2021-05-11T02:11:25.154Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:25.426Z] ffa977ab9a71: Layer already exists [2021-05-11T02:11:25.426Z] e030662fcf6a: Layer already exists [2021-05-11T02:11:25.426Z] 1e038022364b: Layer already exists [2021-05-11T02:11:25.426Z] 2b5a28f5f8e2: Layer already exists [2021-05-11T02:11:25.426Z] 9031eb85574a: Layer already exists [2021-05-11T02:11:25.426Z] 6891456397c4: Layer already exists [2021-05-11T02:11:25.426Z] d0a86584e53f: Layer already exists [2021-05-11T02:11:25.426Z] e63e84e097de: Layer already exists [2021-05-11T02:11:25.426Z] 2cbd8d5cd07a: Layer already exists [2021-05-11T02:11:25.426Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:25.426Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:771a993d530b760c98475fb0300a3bddaa58d3a77e604d5478f0f7edfa3007b7 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:25.773Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:26.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-05-11T02:11:26.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-11T02:11:26.113Z] ffa977ab9a71: Preparing [2021-05-11T02:11:26.113Z] ffa977ab9a71: Preparing [2021-05-11T02:11:26.113Z] 1e038022364b: Preparing [2021-05-11T02:11:26.113Z] e030662fcf6a: Preparing [2021-05-11T02:11:26.113Z] 2b5a28f5f8e2: Preparing [2021-05-11T02:11:26.113Z] 9031eb85574a: Preparing [2021-05-11T02:11:26.113Z] 6891456397c4: Preparing [2021-05-11T02:11:26.113Z] d0a86584e53f: Preparing [2021-05-11T02:11:26.113Z] d0a86584e53f: Preparing [2021-05-11T02:11:26.113Z] e63e84e097de: Preparing [2021-05-11T02:11:26.113Z] 2cbd8d5cd07a: Preparing [2021-05-11T02:11:26.113Z] d0a86584e53f: Waiting [2021-05-11T02:11:26.113Z] e63e84e097de: Waiting [2021-05-11T02:11:26.113Z] 6891456397c4: Waiting [2021-05-11T02:11:26.113Z] 2cbd8d5cd07a: Waiting [2021-05-11T02:11:26.113Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:26.113Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:26.389Z] 2b5a28f5f8e2: Layer already exists [2021-05-11T02:11:26.389Z] 1e038022364b: Layer already exists [2021-05-11T02:11:26.389Z] 9031eb85574a: Layer already exists [2021-05-11T02:11:26.389Z] ffa977ab9a71: Layer already exists [2021-05-11T02:11:26.389Z] e030662fcf6a: Layer already exists [2021-05-11T02:11:26.389Z] e63e84e097de: Layer already exists [2021-05-11T02:11:26.389Z] 6891456397c4: Layer already exists [2021-05-11T02:11:26.389Z] d0a86584e53f: Layer already exists [2021-05-11T02:11:26.389Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:26.389Z] 2cbd8d5cd07a: Layer already exists [2021-05-11T02:11:26.389Z] master: digest: sha256:771a993d530b760c98475fb0300a3bddaa58d3a77e604d5478f0f7edfa3007b7 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:26.449Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:26.493Z] taggedImages: [2021-05-11T02:11:26.493Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:26.493Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:26.493Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:26.493Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-05-11T02:11:26.523Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-05-11T02:11:26.523Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:26.523Z] 2.0.0-dev.209 [2021-05-11T02:11:26.523Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:26.523Z] master [2021-05-11T02:11:26.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:26.898Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:27.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:27.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-11T02:11:27.239Z] cbf2eb06100e: Preparing [2021-05-11T02:11:27.239Z] 4bd33c20f027: Preparing [2021-05-11T02:11:27.239Z] 447f318db40b: Preparing [2021-05-11T02:11:27.239Z] 57c340f98990: Preparing [2021-05-11T02:11:27.239Z] f9695eae1f5a: Preparing [2021-05-11T02:11:27.239Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:27.239Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:27.835Z] 57c340f98990: Pushed [2021-05-11T02:11:27.835Z] 447f318db40b: Pushed [2021-05-11T02:11:27.835Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:28.116Z] f9695eae1f5a: Pushed [2021-05-11T02:11:30.077Z] cbf2eb06100e: Pushed [2021-05-11T02:11:30.077Z] 4bd33c20f027: Pushed [2021-05-11T02:11:30.077Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:04597a706248eb7a21e4da1e50911656c6936d07e01802ead7fd460a2ce0669e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:30.415Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:30.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:30.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-11T02:11:30.748Z] cbf2eb06100e: Preparing [2021-05-11T02:11:30.748Z] 4bd33c20f027: Preparing [2021-05-11T02:11:30.748Z] 447f318db40b: Preparing [2021-05-11T02:11:30.748Z] 57c340f98990: Preparing [2021-05-11T02:11:30.748Z] f9695eae1f5a: Preparing [2021-05-11T02:11:30.748Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:30.748Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:30.748Z] cbf2eb06100e: Layer already exists [2021-05-11T02:11:30.748Z] f9695eae1f5a: Layer already exists [2021-05-11T02:11:30.748Z] 4bd33c20f027: Layer already exists [2021-05-11T02:11:30.748Z] 57c340f98990: Layer already exists [2021-05-11T02:11:30.748Z] 447f318db40b: Layer already exists [2021-05-11T02:11:31.017Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:31.017Z] 2.0.0-dev.209: digest: sha256:04597a706248eb7a21e4da1e50911656c6936d07e01802ead7fd460a2ce0669e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:31.355Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:31.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:31.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-11T02:11:31.692Z] cbf2eb06100e: Preparing [2021-05-11T02:11:31.692Z] 4bd33c20f027: Preparing [2021-05-11T02:11:31.692Z] 447f318db40b: Preparing [2021-05-11T02:11:31.692Z] 57c340f98990: Preparing [2021-05-11T02:11:31.692Z] f9695eae1f5a: Preparing [2021-05-11T02:11:31.692Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:31.692Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:31.692Z] 447f318db40b: Layer already exists [2021-05-11T02:11:31.692Z] f9695eae1f5a: Layer already exists [2021-05-11T02:11:31.692Z] 4bd33c20f027: Layer already exists [2021-05-11T02:11:31.964Z] cbf2eb06100e: Layer already exists [2021-05-11T02:11:31.964Z] 57c340f98990: Layer already exists [2021-05-11T02:11:31.964Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:31.964Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:04597a706248eb7a21e4da1e50911656c6936d07e01802ead7fd460a2ce0669e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:32.310Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:32.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-05-11T02:11:32.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-11T02:11:32.645Z] cbf2eb06100e: Preparing [2021-05-11T02:11:32.645Z] 4bd33c20f027: Preparing [2021-05-11T02:11:32.645Z] 447f318db40b: Preparing [2021-05-11T02:11:32.645Z] 57c340f98990: Preparing [2021-05-11T02:11:32.645Z] f9695eae1f5a: Preparing [2021-05-11T02:11:32.645Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:32.645Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:32.645Z] cbf2eb06100e: Layer already exists [2021-05-11T02:11:32.645Z] 4bd33c20f027: Layer already exists [2021-05-11T02:11:32.645Z] f9695eae1f5a: Layer already exists [2021-05-11T02:11:32.645Z] 447f318db40b: Layer already exists [2021-05-11T02:11:32.646Z] 57c340f98990: Layer already exists [2021-05-11T02:11:32.646Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:32.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T02:11:32.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T02:11:32.918Z] master: digest: sha256:04597a706248eb7a21e4da1e50911656c6936d07e01802ead7fd460a2ce0669e size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:32.980Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:32.993Z] taggedImages: [2021-05-11T02:11:32.994Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:32.994Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:32.994Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:32.994Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-05-11T02:11:33.027Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-05-11T02:11:33.027Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:33.027Z] 2.0.0-dev.209 [2021-05-11T02:11:33.027Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:33.027Z] master [2021-05-11T02:11:33.027Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:33.431Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:33.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:33.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-11T02:11:33.769Z] 2cbc48bdab70: Preparing [2021-05-11T02:11:33.769Z] aeefeb0de82b: Preparing [2021-05-11T02:11:33.769Z] b865a3834c04: Preparing [2021-05-11T02:11:33.769Z] 7f969f43e13e: Preparing [2021-05-11T02:11:33.769Z] 3696521d6666: Preparing [2021-05-11T02:11:33.769Z] c53bd092f20a: Preparing [2021-05-11T02:11:33.769Z] 8be579338420: Preparing [2021-05-11T02:11:33.769Z] 053ca5528e24: Preparing [2021-05-11T02:11:33.769Z] f55f90bfa8e7: Preparing [2021-05-11T02:11:33.769Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:33.769Z] c53bd092f20a: Waiting [2021-05-11T02:11:33.769Z] 8be579338420: Waiting [2021-05-11T02:11:33.769Z] 053ca5528e24: Waiting [2021-05-11T02:11:33.769Z] f55f90bfa8e7: Waiting [2021-05-11T02:11:33.769Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:34.042Z] 2cbc48bdab70: Pushed [2021-05-11T02:11:34.042Z] aeefeb0de82b: Pushed [2021-05-11T02:11:34.042Z] 3696521d6666: Pushed [2021-05-11T02:11:34.328Z] c53bd092f20a: Pushed [2021-05-11T02:11:34.602Z] 8be579338420: Pushed [2021-05-11T02:11:34.602Z] 053ca5528e24: Pushed [2021-05-11T02:11:34.602Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:35.203Z] f55f90bfa8e7: Pushed [2021-05-11T02:11:36.625Z] b865a3834c04: Pushed [2021-05-11T02:11:36.625Z] 7f969f43e13e: Pushed [2021-05-11T02:11:36.625Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:3276f85b6f836cdbd7e16e6f23eca138849b83bd68fef994fd2bbf3ed735fb64 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:36.970Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:37.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:37.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-11T02:11:37.308Z] 2cbc48bdab70: Preparing [2021-05-11T02:11:37.308Z] aeefeb0de82b: Preparing [2021-05-11T02:11:37.308Z] b865a3834c04: Preparing [2021-05-11T02:11:37.308Z] 7f969f43e13e: Preparing [2021-05-11T02:11:37.308Z] 3696521d6666: Preparing [2021-05-11T02:11:37.308Z] c53bd092f20a: Preparing [2021-05-11T02:11:37.308Z] 8be579338420: Preparing [2021-05-11T02:11:37.308Z] 053ca5528e24: Preparing [2021-05-11T02:11:37.308Z] f55f90bfa8e7: Preparing [2021-05-11T02:11:37.308Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:37.308Z] 8be579338420: Waiting [2021-05-11T02:11:37.308Z] 053ca5528e24: Waiting [2021-05-11T02:11:37.308Z] f55f90bfa8e7: Waiting [2021-05-11T02:11:37.308Z] c53bd092f20a: Waiting [2021-05-11T02:11:37.308Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:37.584Z] 2cbc48bdab70: Layer already exists [2021-05-11T02:11:37.584Z] 7f969f43e13e: Layer already exists [2021-05-11T02:11:37.584Z] 3696521d6666: Layer already exists [2021-05-11T02:11:37.584Z] b865a3834c04: Layer already exists [2021-05-11T02:11:37.584Z] aeefeb0de82b: Layer already exists [2021-05-11T02:11:37.584Z] c53bd092f20a: Layer already exists [2021-05-11T02:11:37.584Z] f55f90bfa8e7: Layer already exists [2021-05-11T02:11:37.584Z] 053ca5528e24: Layer already exists [2021-05-11T02:11:37.584Z] 8be579338420: Layer already exists [2021-05-11T02:11:37.584Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:37.584Z] 2.0.0-dev.209: digest: sha256:3276f85b6f836cdbd7e16e6f23eca138849b83bd68fef994fd2bbf3ed735fb64 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:37.932Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:38.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:38.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-11T02:11:38.275Z] 2cbc48bdab70: Preparing [2021-05-11T02:11:38.275Z] aeefeb0de82b: Preparing [2021-05-11T02:11:38.275Z] b865a3834c04: Preparing [2021-05-11T02:11:38.275Z] 7f969f43e13e: Preparing [2021-05-11T02:11:38.275Z] 3696521d6666: Preparing [2021-05-11T02:11:38.275Z] c53bd092f20a: Preparing [2021-05-11T02:11:38.275Z] 8be579338420: Preparing [2021-05-11T02:11:38.275Z] 053ca5528e24: Preparing [2021-05-11T02:11:38.275Z] f55f90bfa8e7: Preparing [2021-05-11T02:11:38.275Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:38.275Z] c53bd092f20a: Waiting [2021-05-11T02:11:38.275Z] 8be579338420: Waiting [2021-05-11T02:11:38.275Z] 053ca5528e24: Waiting [2021-05-11T02:11:38.275Z] f55f90bfa8e7: Waiting [2021-05-11T02:11:38.275Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:38.549Z] 7f969f43e13e: Layer already exists [2021-05-11T02:11:38.549Z] aeefeb0de82b: Layer already exists [2021-05-11T02:11:38.549Z] b865a3834c04: Layer already exists [2021-05-11T02:11:38.549Z] 2cbc48bdab70: Layer already exists [2021-05-11T02:11:38.549Z] 3696521d6666: Layer already exists [2021-05-11T02:11:38.549Z] 8be579338420: Layer already exists [2021-05-11T02:11:38.549Z] 053ca5528e24: Layer already exists [2021-05-11T02:11:38.549Z] c53bd092f20a: Layer already exists [2021-05-11T02:11:38.549Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:38.549Z] f55f90bfa8e7: Layer already exists [2021-05-11T02:11:38.549Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:3276f85b6f836cdbd7e16e6f23eca138849b83bd68fef994fd2bbf3ed735fb64 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:38.909Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:39.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-05-11T02:11:39.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-11T02:11:39.292Z] 2cbc48bdab70: Preparing [2021-05-11T02:11:39.292Z] aeefeb0de82b: Preparing [2021-05-11T02:11:39.292Z] b865a3834c04: Preparing [2021-05-11T02:11:39.292Z] 7f969f43e13e: Preparing [2021-05-11T02:11:39.292Z] 3696521d6666: Preparing [2021-05-11T02:11:39.292Z] c53bd092f20a: Preparing [2021-05-11T02:11:39.292Z] 8be579338420: Preparing [2021-05-11T02:11:39.292Z] 053ca5528e24: Preparing [2021-05-11T02:11:39.292Z] f55f90bfa8e7: Preparing [2021-05-11T02:11:39.292Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:39.292Z] c53bd092f20a: Waiting [2021-05-11T02:11:39.292Z] 053ca5528e24: Waiting [2021-05-11T02:11:39.292Z] f55f90bfa8e7: Waiting [2021-05-11T02:11:39.292Z] 3fbe34a1663b: Waiting [2021-05-11T02:11:39.292Z] 8be579338420: Waiting [2021-05-11T02:11:39.566Z] aeefeb0de82b: Layer already exists [2021-05-11T02:11:39.566Z] b865a3834c04: Layer already exists [2021-05-11T02:11:39.566Z] 3696521d6666: Layer already exists [2021-05-11T02:11:39.566Z] 7f969f43e13e: Layer already exists [2021-05-11T02:11:39.566Z] 2cbc48bdab70: Layer already exists [2021-05-11T02:11:39.566Z] 053ca5528e24: Layer already exists [2021-05-11T02:11:39.566Z] c53bd092f20a: Layer already exists [2021-05-11T02:11:39.566Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:39.566Z] 8be579338420: Layer already exists [2021-05-11T02:11:39.566Z] f55f90bfa8e7: Layer already exists [2021-05-11T02:11:39.566Z] master: digest: sha256:3276f85b6f836cdbd7e16e6f23eca138849b83bd68fef994fd2bbf3ed735fb64 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:39.637Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:39.652Z] taggedImages: [2021-05-11T02:11:39.652Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:39.652Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:39.652Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:39.652Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-05-11T02:11:39.684Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-05-11T02:11:39.684Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:39.684Z] 2.0.0-dev.209 [2021-05-11T02:11:39.684Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:39.684Z] master [2021-05-11T02:11:39.684Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:40.094Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:40.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:40.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-11T02:11:40.440Z] 9425bdc345ce: Preparing [2021-05-11T02:11:40.440Z] 5450091b3075: Preparing [2021-05-11T02:11:40.440Z] 6891456397c4: Preparing [2021-05-11T02:11:40.440Z] 978b7dbcb068: Preparing [2021-05-11T02:11:40.440Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:40.713Z] 6891456397c4: Layer already exists [2021-05-11T02:11:40.713Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:40.713Z] 9425bdc345ce: Pushed [2021-05-11T02:11:40.984Z] 978b7dbcb068: Pushed [2021-05-11T02:11:43.593Z] 5450091b3075: Pushed [2021-05-11T02:11:43.593Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:02fdfb200754a68c51c99851a3498b6853dea66b21b5cd64df0d4a086bc6a5ae size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:43.943Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:44.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:44.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-11T02:11:44.284Z] 9425bdc345ce: Preparing [2021-05-11T02:11:44.284Z] 5450091b3075: Preparing [2021-05-11T02:11:44.284Z] 6891456397c4: Preparing [2021-05-11T02:11:44.284Z] 978b7dbcb068: Preparing [2021-05-11T02:11:44.284Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:44.556Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:44.556Z] 6891456397c4: Layer already exists [2021-05-11T02:11:44.556Z] 978b7dbcb068: Layer already exists [2021-05-11T02:11:44.556Z] 9425bdc345ce: Layer already exists [2021-05-11T02:11:44.556Z] 5450091b3075: Layer already exists [2021-05-11T02:11:44.556Z] 2.0.0-dev.209: digest: sha256:02fdfb200754a68c51c99851a3498b6853dea66b21b5cd64df0d4a086bc6a5ae size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:44.902Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:45.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:45.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-11T02:11:45.247Z] 9425bdc345ce: Preparing [2021-05-11T02:11:45.247Z] 5450091b3075: Preparing [2021-05-11T02:11:45.247Z] 6891456397c4: Preparing [2021-05-11T02:11:45.247Z] 978b7dbcb068: Preparing [2021-05-11T02:11:45.247Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:45.523Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:45.523Z] 6891456397c4: Layer already exists [2021-05-11T02:11:45.523Z] 978b7dbcb068: Layer already exists [2021-05-11T02:11:45.523Z] 9425bdc345ce: Layer already exists [2021-05-11T02:11:45.523Z] 5450091b3075: Layer already exists [2021-05-11T02:11:45.523Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:02fdfb200754a68c51c99851a3498b6853dea66b21b5cd64df0d4a086bc6a5ae size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:45.871Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:46.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-05-11T02:11:46.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-11T02:11:46.214Z] 9425bdc345ce: Preparing [2021-05-11T02:11:46.214Z] 5450091b3075: Preparing [2021-05-11T02:11:46.214Z] 6891456397c4: Preparing [2021-05-11T02:11:46.214Z] 978b7dbcb068: Preparing [2021-05-11T02:11:46.214Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:46.486Z] 6891456397c4: Layer already exists [2021-05-11T02:11:46.486Z] 5450091b3075: Layer already exists [2021-05-11T02:11:46.486Z] 9425bdc345ce: Layer already exists [2021-05-11T02:11:46.486Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:46.486Z] 978b7dbcb068: Layer already exists [2021-05-11T02:11:46.486Z] master: digest: sha256:02fdfb200754a68c51c99851a3498b6853dea66b21b5cd64df0d4a086bc6a5ae size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:46.548Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:46.563Z] taggedImages: [2021-05-11T02:11:46.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:46.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:46.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:46.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-05-11T02:11:46.603Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-05-11T02:11:46.603Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:46.603Z] 2.0.0-dev.209 [2021-05-11T02:11:46.603Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:46.603Z] master [2021-05-11T02:11:46.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:46.983Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:47.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:47.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-11T02:11:47.320Z] 50c562822020: Preparing [2021-05-11T02:11:47.320Z] 106305ee4a64: Preparing [2021-05-11T02:11:47.320Z] 6891456397c4: Preparing [2021-05-11T02:11:47.320Z] fd1446b380bb: Preparing [2021-05-11T02:11:47.320Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:47.590Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:47.590Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:47.590Z] 6891456397c4: Layer already exists [2021-05-11T02:11:47.590Z] 50c562822020: Pushed [2021-05-11T02:11:50.194Z] 106305ee4a64: Pushed [2021-05-11T02:11:50.465Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:4893f9c0dd794c8f6ca4df88e4cf1af66ed234c2ae1c17ac4925fd0f689a7d21 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:50.813Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:51.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:51.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-11T02:11:51.155Z] 50c562822020: Preparing [2021-05-11T02:11:51.155Z] 106305ee4a64: Preparing [2021-05-11T02:11:51.155Z] 6891456397c4: Preparing [2021-05-11T02:11:51.155Z] fd1446b380bb: Preparing [2021-05-11T02:11:51.155Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:51.445Z] 106305ee4a64: Layer already exists [2021-05-11T02:11:51.445Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:51.445Z] 50c562822020: Layer already exists [2021-05-11T02:11:51.445Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:51.445Z] 6891456397c4: Layer already exists [2021-05-11T02:11:51.445Z] 2.0.0-dev.209: digest: sha256:4893f9c0dd794c8f6ca4df88e4cf1af66ed234c2ae1c17ac4925fd0f689a7d21 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:51.792Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:52.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:52.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-11T02:11:52.129Z] 50c562822020: Preparing [2021-05-11T02:11:52.129Z] 106305ee4a64: Preparing [2021-05-11T02:11:52.129Z] 6891456397c4: Preparing [2021-05-11T02:11:52.129Z] fd1446b380bb: Preparing [2021-05-11T02:11:52.129Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:52.323Z] Removing intermediate container 2a9b33a2a9b6 [2021-05-11T02:11:52.323Z] ---> d1c579ae9c35 [2021-05-11T02:11:52.323Z] [2021-05-11T02:11:52.323Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T02:11:52.323Z] 3.12: Pulling from library/alpine [2021-05-11T02:11:52.323Z] Removing intermediate container c78773f5d5f4 [2021-05-11T02:11:52.323Z] ---> 343304de149d [2021-05-11T02:11:52.323Z] [2021-05-11T02:11:52.323Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T02:11:52.324Z] 3.12: Pulling from library/alpine [2021-05-11T02:11:52.420Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:52.420Z] 106305ee4a64: Layer already exists [2021-05-11T02:11:52.420Z] 6891456397c4: Layer already exists [2021-05-11T02:11:52.420Z] 50c562822020: Layer already exists [2021-05-11T02:11:52.420Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:52.420Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:4893f9c0dd794c8f6ca4df88e4cf1af66ed234c2ae1c17ac4925fd0f689a7d21 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:52.787Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:53.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-05-11T02:11:53.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-11T02:11:53.145Z] 50c562822020: Preparing [2021-05-11T02:11:53.145Z] 106305ee4a64: Preparing [2021-05-11T02:11:53.145Z] 6891456397c4: Preparing [2021-05-11T02:11:53.145Z] fd1446b380bb: Preparing [2021-05-11T02:11:53.145Z] 3fbe34a1663b: Preparing [2021-05-11T02:11:53.433Z] fd1446b380bb: Layer already exists [2021-05-11T02:11:53.433Z] 3fbe34a1663b: Layer already exists [2021-05-11T02:11:53.433Z] 6891456397c4: Layer already exists [2021-05-11T02:11:53.433Z] 106305ee4a64: Layer already exists [2021-05-11T02:11:53.433Z] 50c562822020: Layer already exists [2021-05-11T02:11:53.433Z] master: digest: sha256:4893f9c0dd794c8f6ca4df88e4cf1af66ed234c2ae1c17ac4925fd0f689a7d21 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:11:53.505Z] ===================================================== [Pipeline] echo [2021-05-11T02:11:53.521Z] taggedImages: [2021-05-11T02:11:53.521Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:53.521Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.209 [2021-05-11T02:11:53.521Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:53.521Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-05-11T02:11:53.553Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-05-11T02:11:53.553Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:53.553Z] 2.0.0-dev.209 [2021-05-11T02:11:53.553Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:11:53.553Z] master [2021-05-11T02:11:53.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:53.936Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:11:53.966Z] Removing intermediate container 044ccda194f0 [2021-05-11T02:11:53.966Z] ---> 8d046a66d1c8 [2021-05-11T02:11:53.966Z] [2021-05-11T02:11:53.966Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T02:11:54.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:11:54.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-11T02:11:54.272Z] 216ff93abc91: Preparing [2021-05-11T02:11:54.272Z] 479a936b27a9: Preparing [2021-05-11T02:11:54.272Z] 58250870283d: Preparing [2021-05-11T02:11:54.272Z] 959db21ba38d: Preparing [2021-05-11T02:11:54.272Z] 9ded3b6bb9b5: Preparing [2021-05-11T02:11:54.272Z] fa1afe8e6ed9: Preparing [2021-05-11T02:11:54.272Z] 87a09b4c083e: Preparing [2021-05-11T02:11:54.272Z] 0f74e9ff2a61: Preparing [2021-05-11T02:11:54.272Z] b122376c33c6: Preparing [2021-05-11T02:11:54.272Z] f8381ed47b22: Preparing [2021-05-11T02:11:54.272Z] e934a737d657: Preparing [2021-05-11T02:11:54.272Z] fa1afe8e6ed9: Waiting [2021-05-11T02:11:54.272Z] 87a09b4c083e: Waiting [2021-05-11T02:11:54.272Z] 0f74e9ff2a61: Waiting [2021-05-11T02:11:54.272Z] b122376c33c6: Waiting [2021-05-11T02:11:54.272Z] f8381ed47b22: Waiting [2021-05-11T02:11:54.272Z] e934a737d657: Waiting [2021-05-11T02:11:54.310Z] 3.12: Pulling from library/alpine [2021-05-11T02:11:54.310Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T02:11:54.310Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T02:11:54.545Z] 9ded3b6bb9b5: Layer already exists [2021-05-11T02:11:54.545Z] fa1afe8e6ed9: Layer already exists [2021-05-11T02:11:54.546Z] 87a09b4c083e: Layer already exists [2021-05-11T02:11:54.708Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T02:11:54.709Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T02:11:54.709Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T02:11:54.709Z] ---> 13621d1b12d4 [2021-05-11T02:11:54.709Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T02:11:54.709Z] Status: Image is up to date for alpine:3.12 [2021-05-11T02:11:54.709Z] ---> 13621d1b12d4 [2021-05-11T02:11:54.709Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T02:11:54.709Z] ---> 13621d1b12d4 [2021-05-11T02:11:54.709Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T02:11:54.817Z] 0f74e9ff2a61: Layer already exists [2021-05-11T02:11:54.817Z] 479a936b27a9: Pushed [2021-05-11T02:11:54.817Z] b122376c33c6: Layer already exists [2021-05-11T02:11:54.817Z] f8381ed47b22: Layer already exists [2021-05-11T02:11:54.817Z] e934a737d657: Layer already exists [2021-05-11T02:11:55.412Z] 216ff93abc91: Pushed [2021-05-11T02:11:56.778Z] ---> Running in 55eb787d145a [2021-05-11T02:11:56.778Z] ---> Running in 6559a73df5dc [2021-05-11T02:11:56.778Z] ---> Running in 6f437dfdd57f [2021-05-11T02:11:56.778Z] Removing intermediate container dc3c08123cc7 [2021-05-11T02:11:56.778Z] ---> b4a891de938b [2021-05-11T02:11:56.778Z] [2021-05-11T02:11:56.778Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T02:11:56.778Z] ---> 13621d1b12d4 [2021-05-11T02:11:56.778Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T02:11:57.380Z] 58250870283d: Pushed [2021-05-11T02:11:57.622Z] ---> Running in 287ac92a127d [2021-05-11T02:11:57.622Z] Removing intermediate container 5ed2bc489686 [2021-05-11T02:11:57.622Z] ---> ca1807b733f6 [2021-05-11T02:11:57.622Z] [2021-05-11T02:11:57.622Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T02:11:57.622Z] ---> 13621d1b12d4 [2021-05-11T02:11:57.622Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T02:11:58.629Z] ---> Running in 8a938aa0ed1c [2021-05-11T02:12:00.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:00.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:00.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:00.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:01.682Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T02:12:01.682Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T02:12:01.682Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:12:01.682Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:12:01.682Z] OK: 6 MiB in 15 packages [2021-05-11T02:12:01.682Z] OK: 6 MiB in 15 packages [2021-05-11T02:12:02.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:02.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:02.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:02.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:02.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:02.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:12:02.351Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T02:12:02.794Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T02:12:02.794Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T02:12:02.794Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T02:12:02.794Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T02:12:02.794Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T02:12:02.794Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:12:02.794Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T02:12:02.794Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T02:12:02.794Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T02:12:02.794Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:12:02.794Z] OK: 6 MiB in 15 packages [2021-05-11T02:12:03.159Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T02:12:03.159Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T02:12:03.159Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T02:12:03.159Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:12:03.159Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T02:12:03.610Z] OK: 7 MiB in 18 packages [2021-05-11T02:12:03.610Z] OK: 7 MiB in 20 packages [2021-05-11T02:12:06.979Z] Removing intermediate container 6559a73df5dc [2021-05-11T02:12:06.979Z] ---> 925c0c2d2835 [2021-05-11T02:12:06.979Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:12:06.979Z] Removing intermediate container 55eb787d145a [2021-05-11T02:12:06.979Z] ---> 73c3ccc61aa8 [2021-05-11T02:12:06.979Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:12:07.934Z] ---> Running in 709a70c23743 [2021-05-11T02:12:07.934Z] ---> Running in b844fe7d74b7 [2021-05-11T02:12:08.270Z] Removing intermediate container 8a938aa0ed1c [2021-05-11T02:12:08.270Z] ---> 3f2342269945 [2021-05-11T02:12:08.270Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:12:08.270Z] Removing intermediate container 6f437dfdd57f [2021-05-11T02:12:08.270Z] ---> 6e0c8d450b4d [2021-05-11T02:12:08.270Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T02:12:08.581Z] Removing intermediate container 287ac92a127d [2021-05-11T02:12:08.581Z] ---> f9438f8729b1 [2021-05-11T02:12:08.581Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T02:12:08.581Z] ---> Running in 5ec8e5b1acd8 [2021-05-11T02:12:08.581Z] ---> Running in 38ef18de0fa9 [2021-05-11T02:12:08.878Z] Removing intermediate container b844fe7d74b7 [2021-05-11T02:12:08.878Z] ---> 531d2f8e197b [2021-05-11T02:12:08.878Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T02:12:09.610Z] ---> Running in 0cc61663bb21 [2021-05-11T02:12:09.758Z] 959db21ba38d: Pushed [2021-05-11T02:12:09.758Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:c5a98d853fb0b6e63f6467f4b7fce4edb51010e64a9f9644651578a04fa7c13d size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:10.303Z] Removing intermediate container 709a70c23743 [2021-05-11T02:12:10.303Z] ---> 2cb5a1691fcd [2021-05-11T02:12:10.303Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T02:12:10.375Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:10.606Z] ---> Running in 6db9b7067767 [2021-05-11T02:12:10.606Z] Removing intermediate container 5ec8e5b1acd8 [2021-05-11T02:12:10.606Z] ---> 17a0d86a43f1 [2021-05-11T02:12:10.606Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T02:12:10.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.209 [2021-05-11T02:12:10.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-11T02:12:10.716Z] 216ff93abc91: Preparing [2021-05-11T02:12:10.716Z] 479a936b27a9: Preparing [2021-05-11T02:12:10.716Z] 58250870283d: Preparing [2021-05-11T02:12:10.716Z] 959db21ba38d: Preparing [2021-05-11T02:12:10.716Z] 9ded3b6bb9b5: Preparing [2021-05-11T02:12:10.716Z] fa1afe8e6ed9: Preparing [2021-05-11T02:12:10.716Z] 87a09b4c083e: Preparing [2021-05-11T02:12:10.716Z] 0f74e9ff2a61: Preparing [2021-05-11T02:12:10.716Z] b122376c33c6: Preparing [2021-05-11T02:12:10.716Z] f8381ed47b22: Preparing [2021-05-11T02:12:10.716Z] e934a737d657: Preparing [2021-05-11T02:12:10.716Z] 0f74e9ff2a61: Waiting [2021-05-11T02:12:10.716Z] b122376c33c6: Waiting [2021-05-11T02:12:10.716Z] f8381ed47b22: Waiting [2021-05-11T02:12:10.716Z] e934a737d657: Waiting [2021-05-11T02:12:10.716Z] fa1afe8e6ed9: Waiting [2021-05-11T02:12:10.716Z] 87a09b4c083e: Waiting [2021-05-11T02:12:10.892Z] ---> Running in 15f24e0aaba5 [2021-05-11T02:12:10.892Z] Removing intermediate container 38ef18de0fa9 [2021-05-11T02:12:10.892Z] ---> 376857a4a199 [2021-05-11T02:12:10.892Z] Step 14/26 : WORKDIR / [2021-05-11T02:12:10.988Z] 479a936b27a9: Layer already exists [2021-05-11T02:12:10.988Z] 216ff93abc91: Layer already exists [2021-05-11T02:12:10.988Z] 58250870283d: Layer already exists [2021-05-11T02:12:10.988Z] 959db21ba38d: Layer already exists [2021-05-11T02:12:10.988Z] 9ded3b6bb9b5: Layer already exists [2021-05-11T02:12:10.988Z] 87a09b4c083e: Layer already exists [2021-05-11T02:12:10.988Z] 0f74e9ff2a61: Layer already exists [2021-05-11T02:12:10.988Z] b122376c33c6: Layer already exists [2021-05-11T02:12:10.988Z] f8381ed47b22: Layer already exists [2021-05-11T02:12:10.988Z] fa1afe8e6ed9: Layer already exists [2021-05-11T02:12:10.988Z] e934a737d657: Layer already exists [2021-05-11T02:12:10.988Z] 2.0.0-dev.209: digest: sha256:c5a98d853fb0b6e63f6467f4b7fce4edb51010e64a9f9644651578a04fa7c13d size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:11.197Z] Removing intermediate container 0cc61663bb21 [2021-05-11T02:12:11.197Z] ---> 777d01ad4ade [2021-05-11T02:12:11.197Z] Step 14/22 : WORKDIR /edgex [2021-05-11T02:12:11.197Z] ---> Running in 6408a417b29d [2021-05-11T02:12:11.336Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:11.549Z] ---> Running in 76dd51189499 [2021-05-11T02:12:11.550Z] ---> Running in 95ee64059f99 [2021-05-11T02:12:11.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:12:11.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-11T02:12:11.669Z] 216ff93abc91: Preparing [2021-05-11T02:12:11.669Z] 479a936b27a9: Preparing [2021-05-11T02:12:11.669Z] 58250870283d: Preparing [2021-05-11T02:12:11.669Z] 959db21ba38d: Preparing [2021-05-11T02:12:11.669Z] 9ded3b6bb9b5: Preparing [2021-05-11T02:12:11.669Z] fa1afe8e6ed9: Preparing [2021-05-11T02:12:11.669Z] 87a09b4c083e: Preparing [2021-05-11T02:12:11.669Z] 0f74e9ff2a61: Preparing [2021-05-11T02:12:11.669Z] fa1afe8e6ed9: Waiting [2021-05-11T02:12:11.669Z] b122376c33c6: Preparing [2021-05-11T02:12:11.669Z] f8381ed47b22: Preparing [2021-05-11T02:12:11.669Z] e934a737d657: Preparing [2021-05-11T02:12:11.669Z] 0f74e9ff2a61: Waiting [2021-05-11T02:12:11.669Z] f8381ed47b22: Waiting [2021-05-11T02:12:11.669Z] e934a737d657: Waiting [2021-05-11T02:12:11.669Z] b122376c33c6: Waiting [2021-05-11T02:12:11.669Z] 87a09b4c083e: Waiting [2021-05-11T02:12:11.669Z] 959db21ba38d: Layer already exists [2021-05-11T02:12:11.669Z] 58250870283d: Layer already exists [2021-05-11T02:12:11.669Z] 479a936b27a9: Layer already exists [2021-05-11T02:12:11.669Z] 216ff93abc91: Layer already exists [2021-05-11T02:12:11.669Z] 9ded3b6bb9b5: Layer already exists [2021-05-11T02:12:11.669Z] fa1afe8e6ed9: Layer already exists [2021-05-11T02:12:11.900Z] Removing intermediate container 6db9b7067767 [2021-05-11T02:12:11.900Z] ---> 5e3685fd9b8d [2021-05-11T02:12:11.900Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T02:12:11.900Z] Removing intermediate container 15f24e0aaba5 [2021-05-11T02:12:11.900Z] ---> da2f47caa5cd [2021-05-11T02:12:11.900Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T02:12:11.940Z] 0f74e9ff2a61: Layer already exists [2021-05-11T02:12:11.940Z] 87a09b4c083e: Layer already exists [2021-05-11T02:12:11.940Z] b122376c33c6: Layer already exists [2021-05-11T02:12:11.940Z] f8381ed47b22: Layer already exists [2021-05-11T02:12:11.940Z] e934a737d657: Layer already exists [2021-05-11T02:12:11.940Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:c5a98d853fb0b6e63f6467f4b7fce4edb51010e64a9f9644651578a04fa7c13d size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:12.277Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:12:12.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-05-11T02:12:12.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-11T02:12:12.609Z] 216ff93abc91: Preparing [2021-05-11T02:12:12.609Z] 479a936b27a9: Preparing [2021-05-11T02:12:12.609Z] 58250870283d: Preparing [2021-05-11T02:12:12.609Z] 959db21ba38d: Preparing [2021-05-11T02:12:12.609Z] 9ded3b6bb9b5: Preparing [2021-05-11T02:12:12.609Z] fa1afe8e6ed9: Preparing [2021-05-11T02:12:12.609Z] 87a09b4c083e: Preparing [2021-05-11T02:12:12.609Z] 0f74e9ff2a61: Preparing [2021-05-11T02:12:12.609Z] b122376c33c6: Preparing [2021-05-11T02:12:12.609Z] f8381ed47b22: Preparing [2021-05-11T02:12:12.609Z] e934a737d657: Preparing [2021-05-11T02:12:12.609Z] 0f74e9ff2a61: Waiting [2021-05-11T02:12:12.609Z] b122376c33c6: Waiting [2021-05-11T02:12:12.609Z] e934a737d657: Waiting [2021-05-11T02:12:12.609Z] f8381ed47b22: Waiting [2021-05-11T02:12:12.609Z] fa1afe8e6ed9: Waiting [2021-05-11T02:12:12.609Z] 87a09b4c083e: Waiting [2021-05-11T02:12:12.609Z] 58250870283d: Layer already exists [2021-05-11T02:12:12.609Z] 9ded3b6bb9b5: Layer already exists [2021-05-11T02:12:12.609Z] 216ff93abc91: Layer already exists [2021-05-11T02:12:12.609Z] 959db21ba38d: Layer already exists [2021-05-11T02:12:12.609Z] 479a936b27a9: Layer already exists [2021-05-11T02:12:12.831Z] ---> Running in 4cf93cc257b0 [2021-05-11T02:12:12.831Z] Removing intermediate container 6408a417b29d [2021-05-11T02:12:12.831Z] ---> f363949367e3 [2021-05-11T02:12:12.831Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T02:12:12.831Z] ---> Running in 7a1794d0d721 [2021-05-11T02:12:12.879Z] 87a09b4c083e: Layer already exists [2021-05-11T02:12:12.879Z] 0f74e9ff2a61: Layer already exists [2021-05-11T02:12:12.879Z] f8381ed47b22: Layer already exists [2021-05-11T02:12:12.879Z] b122376c33c6: Layer already exists [2021-05-11T02:12:12.879Z] fa1afe8e6ed9: Layer already exists [2021-05-11T02:12:12.879Z] e934a737d657: Layer already exists [2021-05-11T02:12:12.879Z] master: digest: sha256:c5a98d853fb0b6e63f6467f4b7fce4edb51010e64a9f9644651578a04fa7c13d size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:12:12.945Z] ===================================================== [Pipeline] echo [2021-05-11T02:12:12.960Z] taggedImages: [2021-05-11T02:12:12.961Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:12:12.961Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.209 [2021-05-11T02:12:12.961Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:12:12.961Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:12:13.147Z] Removing intermediate container 95ee64059f99 [2021-05-11T02:12:13.147Z] ---> 70d26ca33aef [2021-05-11T02:12:13.147Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T02:12:13.147Z] ---> Running in 4915eb99c14e [2021-05-11T02:12:13.147Z] Removing intermediate container 76dd51189499 [2021-05-11T02:12:13.147Z] ---> 68ee9d9c9d15 [2021-05-11T02:12:13.147Z] 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-11T02:12:13.391Z] ---> job-cost.sh [2021-05-11T02:12:13.391Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-J0Vc [2021-05-11T02:12:13.469Z] Removing intermediate container 7a1794d0d721 [2021-05-11T02:12:13.470Z] ---> 47e63010aed3 [2021-05-11T02:12:13.470Z] Step 16/24 : WORKDIR / [2021-05-11T02:12:13.470Z] Removing intermediate container 4cf93cc257b0 [2021-05-11T02:12:13.470Z] ---> 43abc14ecd60 [2021-05-11T02:12:13.470Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:12:13.754Z] ---> Running in 10fb916201b8 [2021-05-11T02:12:14.147Z] Removing intermediate container 4915eb99c14e [2021-05-11T02:12:14.147Z] ---> 6a9c49644147 [2021-05-11T02:12:14.147Z] Step 16/24 : WORKDIR / [2021-05-11T02:12:14.147Z] ---> 802dbab292a1 [2021-05-11T02:12:14.147Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T02:12:14.625Z] ---> Running in 92236d4ac2dc [2021-05-11T02:12:15.212Z] Removing intermediate container 10fb916201b8 [2021-05-11T02:12:15.212Z] ---> bb17185531b5 [2021-05-11T02:12:15.212Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:12:15.212Z] ---> 9a3a9ec68c52 [2021-05-11T02:12:15.212Z] 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-11T02:12:15.212Z] ---> 1052f055449a [2021-05-11T02:12:15.212Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T02:12:16.489Z] Removing intermediate container 92236d4ac2dc [2021-05-11T02:12:16.489Z] ---> c5182ddcc6b8 [2021-05-11T02:12:16.489Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:12:17.186Z] ---> 7411224a7cd4 [2021-05-11T02:12:17.186Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T02:12:17.186Z] ---> 4a531f84e933 [2021-05-11T02:12:17.186Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T02:12:17.570Z] ---> 96baa07bf8fa [2021-05-11T02:12:17.570Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T02:12:17.870Z] ---> f469b71071d8 [2021-05-11T02:12:17.870Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T02:12:17.870Z] ---> b1c7f55d87c7 [2021-05-11T02:12:17.870Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T02:12:18.918Z] ---> b9f3103096fc [2021-05-11T02:12:18.918Z] 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-11T02:12:19.288Z] ---> 242df1e8e7bd [2021-05-11T02:12:19.288Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T02:12:19.626Z] ---> a0d17d057a17 [2021-05-11T02:12:19.626Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T02:12:19.626Z] ---> aaa429e5c8e2 [2021-05-11T02:12:19.626Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T02:12:19.921Z] ---> Running in b9e2ef4e0c77 [2021-05-11T02:12:19.921Z] ---> Running in 2852b68689e8 [2021-05-11T02:12:19.921Z] ---> a2ff79a82801 [2021-05-11T02:12:19.921Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T02:12:20.232Z] ---> c983cea6917c [2021-05-11T02:12:20.232Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T02:12:20.601Z] Removing intermediate container b9e2ef4e0c77 [2021-05-11T02:12:20.601Z] ---> 514a309da51d [2021-05-11T02:12:20.601Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:12:20.958Z] ---> Running in 396fad5a406b [2021-05-11T02:12:21.290Z] Removing intermediate container 2852b68689e8 [2021-05-11T02:12:21.290Z] ---> 23e61219e8a9 [2021-05-11T02:12:21.290Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T02:12:21.624Z] ---> 31973477d9b3 [2021-05-11T02:12:21.624Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T02:12:21.624Z] ---> Running in e1f981307680 [2021-05-11T02:12:21.624Z] ---> Running in a16ec527a40a [2021-05-11T02:12:21.624Z] ---> c10f7b6c3da5 [2021-05-11T02:12:21.624Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T02:12:21.923Z] ---> d5675aae1aad [2021-05-11T02:12:21.923Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T02:12:21.923Z] Removing intermediate container 396fad5a406b [2021-05-11T02:12:21.923Z] ---> 64ffb1a5e841 [2021-05-11T02:12:21.923Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T02:12:22.226Z] ---> Running in 1201e1a98c25 [2021-05-11T02:12:22.227Z] ---> Running in afe918031618 [2021-05-11T02:12:22.972Z] Removing intermediate container e1f981307680 [2021-05-11T02:12:22.972Z] ---> 367b57c872eb [2021-05-11T02:12:22.972Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T02:12:22.972Z] Removing intermediate container a16ec527a40a [2021-05-11T02:12:22.972Z] ---> 9c330ce26260 [2021-05-11T02:12:22.972Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:12:23.311Z] ---> Running in 998980c7466b [2021-05-11T02:12:23.311Z] ---> Running in 6bfa774713cd [2021-05-11T02:12:23.311Z] Removing intermediate container 1201e1a98c25 [2021-05-11T02:12:23.311Z] ---> 8edeee2096d1 [2021-05-11T02:12:23.311Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:12:23.630Z] Removing intermediate container afe918031618 [2021-05-11T02:12:23.630Z] ---> 62436ab75560 [2021-05-11T02:12:23.630Z] Step 22/23 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:12:23.630Z] ---> Running in d98ebe91c0b6 [2021-05-11T02:12:23.979Z] ---> Running in 452daeba2b74 [2021-05-11T02:12:23.979Z] ---> 9336cf124d98 [2021-05-11T02:12:23.979Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T02:12:24.285Z] Removing intermediate container 998980c7466b [2021-05-11T02:12:24.285Z] ---> a578b898785b [2021-05-11T02:12:24.285Z] Step 21/22 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:12:24.741Z] Removing intermediate container 6bfa774713cd [2021-05-11T02:12:24.741Z] ---> 9dca24aff4ba [2021-05-11T02:12:24.741Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T02:12:25.332Z] Removing intermediate container d98ebe91c0b6 [2021-05-11T02:12:25.332Z] ---> b7d67196af60 [2021-05-11T02:12:25.332Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T02:12:25.332Z] ---> Running in 67a4e49479f3 [2021-05-11T02:12:25.332Z] ---> Running in 2d9e88cd8a7d [2021-05-11T02:12:25.332Z] Removing intermediate container 452daeba2b74 [2021-05-11T02:12:25.332Z] ---> 1d109d2c179a [2021-05-11T02:12:25.332Z] Step 23/23 : LABEL version=2.0.0-dev.209 [2021-05-11T02:12:25.669Z] ---> Running in 22b208f4c8ee [2021-05-11T02:12:25.669Z] ---> Running in 2b78a85c795a [2021-05-11T02:12:26.047Z] ---> e5f76daa41a0 [2021-05-11T02:12:26.047Z] 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-11T02:12:26.393Z] ---> Running in 4cf4e866c842 [2021-05-11T02:12:26.393Z] Removing intermediate container 67a4e49479f3 [2021-05-11T02:12:26.393Z] ---> 4c626d7e6fcc [2021-05-11T02:12:26.393Z] Step 22/22 : LABEL version=2.0.0-dev.209 [2021-05-11T02:12:26.393Z] Removing intermediate container 2d9e88cd8a7d [2021-05-11T02:12:26.393Z] ---> a2d6fb606615 [2021-05-11T02:12:26.393Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:12:26.393Z] Removing intermediate container 2b78a85c795a [2021-05-11T02:12:26.393Z] ---> a8dc7628e893 [2021-05-11T02:12:26.393Z] [2021-05-11T02:12:26.750Z] Removing intermediate container 22b208f4c8ee [2021-05-11T02:12:26.750Z] ---> b6ddac8b01a9 [2021-05-11T02:12:26.750Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:12:27.109Z] ---> Running in e4629ba8f301 [2021-05-11T02:12:27.109Z] ---> Running in 25e80015e482 [2021-05-11T02:12:27.109Z] ---> Running in dac3777a379b [2021-05-11T02:12:27.921Z] Successfully built a8dc7628e893 [2021-05-11T02:12:28.209Z] Removing intermediate container e4629ba8f301 [2021-05-11T02:12:28.209Z] ---> bd09709d9420 [2021-05-11T02:12:28.209Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:12:28.209Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T02:12:28.209Z] Building docker-support-notifications-go [2021-05-11T02:12:28.209Z]  Building docker-support-scheduler-go ... done Removing intermediate container 25e80015e482 [2021-05-11T02:12:28.209Z] ---> 99b34ff6c643 [2021-05-11T02:12:28.209Z] [2021-05-11T02:12:28.529Z] Removing intermediate container dac3777a379b [2021-05-11T02:12:28.529Z] ---> dfcf45b015a4 [2021-05-11T02:12:28.529Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:12:28.902Z] ---> Running in 473591940c86 [2021-05-11T02:12:28.902Z] ---> Running in 1121113a1f66 [2021-05-11T02:12:29.235Z] Successfully built 99b34ff6c643 [2021-05-11T02:12:29.633Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T02:12:29.633Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-11T02:12:30.611Z] Removing intermediate container 473591940c86 [2021-05-11T02:12:30.611Z] ---> cc4f2cdbee80 [2021-05-11T02:12:30.611Z] [2021-05-11T02:12:30.611Z] Removing intermediate container 1121113a1f66 [2021-05-11T02:12:30.611Z] ---> 1691d9fe367d [2021-05-11T02:12:30.611Z] [2021-05-11T02:12:32.002Z] Successfully built 1691d9fe367d [2021-05-11T02:12:32.002Z] Successfully built cc4f2cdbee80 [2021-05-11T02:12:32.431Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T02:12:32.431Z] Building docker-security-bootstrapper-go [2021-05-11T02:12:32.431Z]  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest [2021-05-11T02:12:32.431Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-05-11T02:12:33.377Z] Removing intermediate container 4cf4e866c842 [2021-05-11T02:12:33.377Z] ---> 143c4e0c046a [2021-05-11T02:12:33.377Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T02:12:34.040Z] ---> Running in ddf19045945e [2021-05-11T02:12:37.890Z] Removing intermediate container ddf19045945e [2021-05-11T02:12:37.890Z] ---> 041dd3a53522 [2021-05-11T02:12:37.890Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T02:12:39.202Z] ---> Running in e7afed016c66 [2021-05-11T02:12:40.736Z] Removing intermediate container e7afed016c66 [2021-05-11T02:12:40.736Z] ---> 323348bb5cc3 [2021-05-11T02:12:40.736Z] Step 25/26 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:12:41.383Z] ---> Running in 82e41f1d6ee6 [2021-05-11T02:12:42.035Z] Removing intermediate container 82e41f1d6ee6 [2021-05-11T02:12:42.035Z] ---> 7c1872f8cc36 [2021-05-11T02:12:42.035Z] Step 26/26 : LABEL version=2.0.0-dev.209 [2021-05-11T02:12:42.340Z] ---> Running in 0036f4d6b114 [2021-05-11T02:12:44.385Z] Removing intermediate container 0036f4d6b114 [2021-05-11T02:12:44.385Z] ---> f64d1a38db23 [2021-05-11T02:12:44.385Z] [2021-05-11T02:12:46.125Z] Successfully built f64d1a38db23 [2021-05-11T02:12:46.125Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T02:13:09.858Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T02:14:25.626Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:14:25.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:14:25.626Z] ---> c9a6743a91dc [2021-05-11T02:14:25.626Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> 9cf1c2754f9c [2021-05-11T02:14:25.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> a582144b6ea2 [2021-05-11T02:14:25.626Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T02:14:25.626Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:14:25.626Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:14:25.626Z] ---> c9a6743a91dc [2021-05-11T02:14:25.626Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> 9cf1c2754f9c [2021-05-11T02:14:25.626Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> a582144b6ea2 [2021-05-11T02:14:25.626Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T02:14:25.626Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:14:25.626Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:14:25.626Z] ---> c9a6743a91dc [2021-05-11T02:14:25.626Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> 9cf1c2754f9c [2021-05-11T02:14:25.626Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> a582144b6ea2 [2021-05-11T02:14:25.626Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T02:14:25.626Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T02:14:25.626Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T02:14:25.626Z] ---> c9a6743a91dc [2021-05-11T02:14:25.626Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> 9cf1c2754f9c [2021-05-11T02:14:25.626Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> a582144b6ea2 [2021-05-11T02:14:25.626Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> a80d75b120cd [2021-05-11T02:14:25.626Z] Step 6/32 : COPY go.mod . [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> eae9df5564d2 [2021-05-11T02:14:25.626Z] Step 7/32 : RUN go mod download [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> 4c689fc9e88f [2021-05-11T02:14:25.626Z] Step 8/32 : COPY . . [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> 5bf413aed4a5 [2021-05-11T02:14:25.626Z] Step 9/32 : RUN go mod tidy [2021-05-11T02:14:25.626Z] ---> Using cache [2021-05-11T02:14:25.626Z] ---> c7a459e7ffa5 [2021-05-11T02:14:25.626Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T02:14:25.626Z] ---> Running in bc4f83a84af4 [2021-05-11T02:14:25.626Z] ---> Running in e6ce9904ae0e [2021-05-11T02:14:25.626Z] ---> Running in 9185d8fb8f01 [2021-05-11T02:14:25.626Z] ---> Running in 9014ed1405a9 [2021-05-11T02:14:25.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-11T02:14:25.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:14:25.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:14:25.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:14:25.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:14:25.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:14:25.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:14:25.626Z] OK: 219 MiB in 52 packages [2021-05-11T02:14:25.626Z] OK: 219 MiB in 52 packages [2021-05-11T02:14:25.626Z] OK: 219 MiB in 52 packages [2021-05-11T02:14:29.910Z] Removing intermediate container 9185d8fb8f01 [2021-05-11T02:14:29.910Z] ---> ab66becf0cf4 [2021-05-11T02:14:29.910Z] Step 6/24 : COPY go.mod . [2021-05-11T02:14:29.910Z] Removing intermediate container bc4f83a84af4 [2021-05-11T02:14:29.910Z] ---> 0d1462430c0a [2021-05-11T02:14:29.910Z] Step 6/24 : COPY go.mod . [2021-05-11T02:14:29.910Z] Removing intermediate container e6ce9904ae0e [2021-05-11T02:14:29.910Z] ---> 63a284194591 [2021-05-11T02:14:29.910Z] Step 6/23 : COPY go.mod . [2021-05-11T02:14:31.290Z] ---> 7e52b37b0838 [2021-05-11T02:14:31.290Z] Step 7/24 : RUN go mod download [2021-05-11T02:14:32.055Z] ---> Running in 638ec97f07e9 [2021-05-11T02:14:32.055Z] ---> f6d8d1b3cb1c [2021-05-11T02:14:32.055Z] Step 7/24 : RUN go mod download [2021-05-11T02:14:32.055Z] ---> a7460c81eaea [2021-05-11T02:14:32.055Z] Step 7/23 : RUN go mod download [2021-05-11T02:14:33.180Z] ---> Running in 81045292e7c7 [2021-05-11T02:14:33.180Z] ---> Running in 5d84014c398f [2021-05-11T02:14:42.315Z] Removing intermediate container 638ec97f07e9 [2021-05-11T02:14:42.315Z] ---> 7445c61ec721 [2021-05-11T02:14:42.315Z] Step 8/24 : COPY . . [2021-05-11T02:14:43.054Z] Removing intermediate container 81045292e7c7 [2021-05-11T02:14:43.055Z] ---> aa76be24d383 [2021-05-11T02:14:43.055Z] Step 8/24 : COPY . . [2021-05-11T02:14:43.405Z] Removing intermediate container 5d84014c398f [2021-05-11T02:14:43.405Z] ---> ad2d2c586bae [2021-05-11T02:14:43.405Z] Step 8/23 : COPY . . [2021-05-11T02:15:01.665Z] lf-activate-venv(): INFO: Adding /tmp/venv-J0Vc/bin to PATH [2021-05-11T02:15:01.665Z] INFO: No Stack... [2021-05-11T02:15:01.665Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T02:15:01.665Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T02:15:02.008Z] + cat /w/workspace/edgex-go/477/archives/cost.csv [2021-05-11T02:15:02.008Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T02:15:02.144Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-477-stack-cost] [2021-05-11T02:15:02.153Z] Resource [jenkins-edgexfoundry-edgex-go-master-477-stack-cost] did not exist. Created. [2021-05-11T02:15:02.153Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-477-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T02:15:02.535Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T02:15:03.494Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T02:15:03.508Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-477-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T02:16:01.506Z] Removing intermediate container 9014ed1405a9 [2021-05-11T02:16:01.506Z] ---> f23cc55324bd [2021-05-11T02:16:01.506Z] [2021-05-11T02:16:01.506Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T02:16:01.506Z] ---> 13621d1b12d4 [2021-05-11T02:16:01.506Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T02:16:01.506Z] ---> Running in a3ec7c0f9aef [2021-05-11T02:16:01.506Z] Removing intermediate container a3ec7c0f9aef [2021-05-11T02:16:01.506Z] ---> 13a744b96d98 [2021-05-11T02:16:01.506Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T02:16:01.506Z] ---> Running in be411024a0e1 [2021-05-11T02:16:08.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:16:08.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:16:09.216Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T02:16:09.550Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T02:16:09.550Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:16:10.609Z] OK: 6 MiB in 16 packages [2021-05-11T02:16:16.661Z] Removing intermediate container be411024a0e1 [2021-05-11T02:16:16.661Z] ---> 2de675b44d9c [2021-05-11T02:16:16.661Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T02:16:18.204Z] ---> Running in 2a6ac8c7dae8 [2021-05-11T02:16:19.808Z] Removing intermediate container 2a6ac8c7dae8 [2021-05-11T02:16:19.808Z] ---> 4f663eb9e070 [2021-05-11T02:16:19.808Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T02:16:20.108Z] ---> Running in ae1a24529f71 [2021-05-11T02:16:21.185Z] ---> 34b28a724e01 [2021-05-11T02:16:21.185Z] Step 9/23 : RUN go mod tidy [2021-05-11T02:16:21.185Z] ---> 4fe254c464cf [2021-05-11T02:16:21.185Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:16:21.185Z] Removing intermediate container ae1a24529f71 [2021-05-11T02:16:21.185Z] ---> 3e2372585a7f [2021-05-11T02:16:21.185Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T02:16:21.888Z] ---> Running in 1cb5591c5850 [2021-05-11T02:16:21.888Z] ---> Running in 54c0e37e749a [2021-05-11T02:16:21.888Z] ---> 4dc5ed08e83e [2021-05-11T02:16:21.888Z] Step 9/24 : RUN go mod tidy [2021-05-11T02:16:21.888Z] ---> Running in ec9814b7338f [2021-05-11T02:16:22.186Z] ---> Running in 17f58112b988 [2021-05-11T02:16:28.161Z] Removing intermediate container ec9814b7338f [2021-05-11T02:16:28.161Z] ---> f9e989d65687 [2021-05-11T02:16:28.161Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T02:16:28.161Z] ---> Running in 3d373f2d72ef [2021-05-11T02:16:28.476Z] Removing intermediate container 3d373f2d72ef [2021-05-11T02:16:28.476Z] ---> 11910adbbc79 [2021-05-11T02:16:28.476Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T02:16:30.121Z] ---> ec3b4f582c28 [2021-05-11T02:16:30.121Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T02:16:30.467Z] ---> Running in c6bc7041a387 [2021-05-11T02:16:36.247Z] Removing intermediate container c6bc7041a387 [2021-05-11T02:16:36.247Z] ---> ceafafd4eb1a [2021-05-11T02:16:36.247Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:16:37.418Z] ---> a0d59adae288 [2021-05-11T02:16:37.418Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T02:16:39.723Z] Removing intermediate container 17f58112b988 [2021-05-11T02:16:39.723Z] ---> 4c1fe7fad036 [2021-05-11T02:16:39.723Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T02:16:40.122Z] ---> a583bc588abc [2021-05-11T02:16:40.122Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T02:16:40.122Z] Removing intermediate container 1cb5591c5850 [2021-05-11T02:16:40.122Z] ---> e4add0f316e4 [2021-05-11T02:16:40.122Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T02:16:40.122Z] Removing intermediate container 54c0e37e749a [2021-05-11T02:16:40.122Z] ---> d4343e5dd9f9 [2021-05-11T02:16:40.122Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T02:16:40.834Z] ---> Running in 34b5daec663f [2021-05-11T02:16:41.123Z] ---> Running in c9b7288f2607 [2021-05-11T02:16:41.123Z] ---> Running in 132dda3a6e5c [2021-05-11T02:16:41.849Z] ---> 34220b4b4b75 [2021-05-11T02:16:41.849Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T02:16:43.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T02:16:43.827Z] ---> e0c85d9a921b [2021-05-11T02:16:43.827Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T02:16:44.644Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T02:16:44.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T02:16:45.394Z] ---> 8b1f276694c8 [2021-05-11T02:16:45.394Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T02:16:45.803Z] ---> Running in f31a03575327 [2021-05-11T02:16:47.071Z] Removing intermediate container f31a03575327 [2021-05-11T02:16:47.071Z] ---> 241a436dcbb6 [2021-05-11T02:16:47.071Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T02:16:49.349Z] ---> 1b56b29532f4 [2021-05-11T02:16:49.349Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T02:16:49.703Z] ---> Running in e9b531a86061 [2021-05-11T02:16:54.305Z] Removing intermediate container e9b531a86061 [2021-05-11T02:16:54.305Z] ---> 5accd227726c [2021-05-11T02:16:54.305Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T02:16:54.660Z] ---> Running in 07168e69c4a6 [2021-05-11T02:16:56.056Z] Removing intermediate container 07168e69c4a6 [2021-05-11T02:16:56.056Z] ---> 4e85433fa83a [2021-05-11T02:16:56.056Z] Step 29/32 : CMD ["gate"] [2021-05-11T02:16:56.775Z] ---> Running in e8e14c1dfd26 [2021-05-11T02:16:57.623Z] Removing intermediate container e8e14c1dfd26 [2021-05-11T02:16:57.623Z] ---> 1e5504ca580b [2021-05-11T02:16:57.623Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T02:16:58.448Z] ---> Running in 9d3b303e7a1d [2021-05-11T02:16:59.544Z] Removing intermediate container 9d3b303e7a1d [2021-05-11T02:16:59.545Z] ---> 3f075e3d0424 [2021-05-11T02:16:59.545Z] Step 31/32 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:16:59.936Z] ---> Running in 96671c98f5b9 [2021-05-11T02:17:00.877Z] Removing intermediate container 96671c98f5b9 [2021-05-11T02:17:00.877Z] ---> 20a8d8deacfa [2021-05-11T02:17:00.877Z] Step 32/32 : LABEL version=2.0.0-dev.209 [2021-05-11T02:17:01.615Z] ---> Running in d69971ce5827 [2021-05-11T02:17:03.015Z] Removing intermediate container d69971ce5827 [2021-05-11T02:17:03.015Z] ---> f64afab23934 [2021-05-11T02:17:03.015Z] [2021-05-11T02:17:05.064Z] Successfully built f64afab23934 [2021-05-11T02:17:05.064Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T02:17:53.419Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 34b5daec663f [2021-05-11T02:17:53.419Z] ---> 30fe9c810c3d [2021-05-11T02:17:53.419Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T02:17:53.419Z] ---> Running in 03327dc386a1 [2021-05-11T02:17:53.419Z] Removing intermediate container c9b7288f2607 [2021-05-11T02:17:53.419Z] ---> 25ff3b755877 [2021-05-11T02:17:53.419Z] [2021-05-11T02:17:53.419Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T02:17:53.419Z] ---> 13621d1b12d4 [2021-05-11T02:17:53.419Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T02:17:53.419Z] ---> Running in 6b9ab503c836 [2021-05-11T02:17:55.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.209" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T02:17:55.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:17:55.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:17:55.682Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T02:17:56.015Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T02:17:56.015Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:17:56.015Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T02:17:56.015Z] OK: 6 MiB in 16 packages [2021-05-11T02:17:59.659Z] Removing intermediate container 132dda3a6e5c [2021-05-11T02:17:59.659Z] ---> 40615bf0d3ce [2021-05-11T02:17:59.659Z] [2021-05-11T02:17:59.659Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T02:17:59.659Z] ---> 13621d1b12d4 [2021-05-11T02:17:59.659Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T02:17:59.659Z] Removing intermediate container 6b9ab503c836 [2021-05-11T02:17:59.659Z] ---> 82ec403048f1 [2021-05-11T02:17:59.659Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T02:17:59.659Z] ---> Running in 68f8c90185d9 [2021-05-11T02:18:00.002Z] ---> Running in 4facc3781345 [2021-05-11T02:18:00.002Z] Removing intermediate container 03327dc386a1 [2021-05-11T02:18:00.002Z] ---> 7b477d47ffaa [2021-05-11T02:18:00.002Z] [2021-05-11T02:18:00.002Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T02:18:00.299Z] 20.10.0: Pulling from library/docker [2021-05-11T02:18:00.299Z] Removing intermediate container 68f8c90185d9 [2021-05-11T02:18:00.299Z] ---> 1c7f49ecb031 [2021-05-11T02:18:00.299Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T02:18:00.629Z] ---> Running in b5522865bb3a [2021-05-11T02:18:00.629Z] Removing intermediate container 4facc3781345 [2021-05-11T02:18:00.629Z] ---> 07099370e198 [2021-05-11T02:18:00.629Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T02:18:00.913Z] ---> Running in 4cd015cfd96b [2021-05-11T02:18:01.580Z] Removing intermediate container b5522865bb3a [2021-05-11T02:18:01.580Z] ---> 5baa8a7a7f8f [2021-05-11T02:18:01.580Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T02:18:01.909Z] Removing intermediate container 4cd015cfd96b [2021-05-11T02:18:01.909Z] ---> 85891bc44965 [2021-05-11T02:18:01.909Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T02:18:01.909Z] ---> Running in e667d93967e2 [2021-05-11T02:18:02.561Z] ---> Running in 7ec58b5413d7 [2021-05-11T02:18:02.561Z] Removing intermediate container e667d93967e2 [2021-05-11T02:18:02.561Z] ---> 39d779dde1b5 [2021-05-11T02:18:02.561Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T02:18:03.496Z] ---> Running in e15d55c5e1c4 [2021-05-11T02:18:03.496Z] Removing intermediate container 7ec58b5413d7 [2021-05-11T02:18:03.496Z] ---> 60a2db4d0d0e [2021-05-11T02:18:03.496Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:18:04.425Z] ---> ce8e161a4298 [2021-05-11T02:18:04.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T02:18:06.317Z] ---> 34504bd1166b [2021-05-11T02:18:06.317Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T02:18:06.615Z] Removing intermediate container e15d55c5e1c4 [2021-05-11T02:18:06.615Z] ---> 526d6246d071 [2021-05-11T02:18:06.615Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T02:18:06.615Z] ---> Running in 69924c451502 [2021-05-11T02:18:06.909Z] ---> 4cf332b42e91 [2021-05-11T02:18:06.909Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T02:18:07.248Z] ---> Running in a4bab63f6800 [2021-05-11T02:18:07.923Z] Removing intermediate container a4bab63f6800 [2021-05-11T02:18:07.923Z] ---> 1938ece73112 [2021-05-11T02:18:07.923Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:18:08.217Z] ---> Running in e2001b6f9dbd [2021-05-11T02:18:08.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:18:08.492Z] Removing intermediate container e2001b6f9dbd [2021-05-11T02:18:08.492Z] ---> c10ae15ebbcd [2021-05-11T02:18:08.492Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T02:18:08.790Z] ---> Running in 09f22117a4a7 [2021-05-11T02:18:09.563Z] Removing intermediate container 09f22117a4a7 [2021-05-11T02:18:09.563Z] ---> 1c338f509d78 [2021-05-11T02:18:09.563Z] Step 22/23 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:18:09.563Z] ---> Running in 723ad9de286f [2021-05-11T02:18:09.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:18:09.979Z] Removing intermediate container 723ad9de286f [2021-05-11T02:18:09.979Z] ---> b94e516b92f9 [2021-05-11T02:18:09.979Z] Step 23/23 : LABEL version=2.0.0-dev.209 [2021-05-11T02:18:09.979Z] ---> Running in acb9f490c8d3 [2021-05-11T02:18:10.779Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T02:18:10.780Z] Removing intermediate container acb9f490c8d3 [2021-05-11T02:18:10.780Z] ---> b75751e9cc64 [2021-05-11T02:18:10.780Z] [2021-05-11T02:18:11.106Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T02:18:11.106Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T02:18:12.173Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T02:18:12.993Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T02:18:12.993Z] Successfully built b75751e9cc64 [2021-05-11T02:18:12.993Z] Successfully tagged docker-support-notifications-go:latest [2021-05-11T02:18:13.430Z]  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T02:18:13.430Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T02:18:13.430Z] OK: 8 MiB in 20 packages [2021-05-11T02:18:17.133Z] Removing intermediate container 69924c451502 [2021-05-11T02:18:17.133Z] ---> 68dc6253a826 [2021-05-11T02:18:17.133Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T02:18:18.197Z] ---> 2e130c612489 [2021-05-11T02:18:18.197Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T02:18:19.223Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T02:18:19.223Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T02:18:19.223Z] ---> aefe523efa57 [2021-05-11T02:18:19.223Z] 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-11T02:18:19.571Z] ---> Running in 37fccc20b89e [2021-05-11T02:18:19.962Z] ---> 7ecf5caf5f1e [2021-05-11T02:18:19.962Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T02:18:20.368Z] Removing intermediate container 37fccc20b89e [2021-05-11T02:18:20.368Z] ---> 8f0147cf6199 [2021-05-11T02:18:20.368Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T02:18:20.657Z] ---> Running in 06088eedd95b [2021-05-11T02:18:20.967Z] ---> 217b7bcaf789 [2021-05-11T02:18:20.967Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T02:18:21.291Z] ---> Running in c18214ba4d64 [2021-05-11T02:18:21.971Z] Removing intermediate container c18214ba4d64 [2021-05-11T02:18:21.971Z] ---> 03daf67eeace [2021-05-11T02:18:21.971Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:18:21.971Z] ---> Running in f269ac93c380 [2021-05-11T02:18:22.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T02:18:22.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T02:18:22.899Z] Removing intermediate container f269ac93c380 [2021-05-11T02:18:22.899Z] ---> 6ab01e83483d [2021-05-11T02:18:22.899Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T02:18:22.899Z] ---> Running in f2dae087e545 [2021-05-11T02:18:23.189Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T02:18:23.189Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T02:18:23.189Z] Executing bash-5.0.17-r0.post-install [2021-05-11T02:18:23.189Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T02:18:23.189Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T02:18:23.486Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T02:18:23.486Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T02:18:23.486Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T02:18:23.486Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T02:18:23.486Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T02:18:23.486Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T02:18:23.486Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T02:18:23.486Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T02:18:23.486Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T02:18:23.486Z] Removing intermediate container f2dae087e545 [2021-05-11T02:18:23.486Z] ---> 399f4dc485c1 [2021-05-11T02:18:23.486Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:18:24.133Z] ---> Running in a7562014b45b [2021-05-11T02:18:26.816Z] Removing intermediate container a7562014b45b [2021-05-11T02:18:26.816Z] ---> 54ae1c44cee2 [2021-05-11T02:18:26.816Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:18:27.095Z] ---> Running in 20ad827c6ba0 [2021-05-11T02:18:27.095Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T02:18:27.095Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T02:18:27.095Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T02:18:27.095Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T02:18:27.367Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T02:18:27.367Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T02:18:27.367Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T02:18:27.367Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T02:18:27.367Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T02:18:27.646Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T02:18:27.646Z] Removing intermediate container 20ad827c6ba0 [2021-05-11T02:18:27.646Z] ---> a72cba62f1e0 [2021-05-11T02:18:27.646Z] [2021-05-11T02:18:27.646Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T02:18:27.936Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T02:18:27.936Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T02:18:27.936Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T02:18:27.936Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T02:18:29.032Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T02:18:29.032Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T02:18:29.032Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T02:18:29.032Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T02:18:29.032Z] Successfully built a72cba62f1e0 [2021-05-11T02:18:29.375Z] Successfully tagged docker-core-data-go:latest [2021-05-11T02:18:29.375Z]  Building docker-core-data-go ... done (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T02:18:29.375Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T02:18:29.375Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T02:18:29.375Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T02:18:29.375Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T02:18:29.375Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T02:18:29.660Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T02:18:29.936Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T02:18:29.936Z] OK: 72 MiB in 59 packages [2021-05-11T02:18:31.445Z] Collecting docker-compose==1.23.2 [2021-05-11T02:18:31.767Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T02:18:32.072Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T02:18:32.072Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T02:18:32.072Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T02:18:32.072Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T02:18:33.518Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T02:18:33.518Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T02:18:33.518Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T02:18:33.804Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T02:18:33.804Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T02:18:33.804Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T02:18:34.865Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T02:18:34.865Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T02:18:35.230Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T02:18:35.230Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T02:18:35.531Z] Collecting PyYAML<4,>=3.10 [2021-05-11T02:18:35.531Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T02:18:37.286Z] 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-11T02:18:37.571Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T02:18:37.571Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T02:18:39.196Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T02:18:39.196Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T02:18:39.196Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T02:18:39.196Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T02:18:39.516Z] 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-11T02:18:39.516Z] 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-11T02:18:39.516Z] Collecting idna<2.8,>=2.5 [2021-05-11T02:18:39.516Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T02:18:39.800Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T02:18:39.800Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T02:18:39.800Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T02:18:39.800Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T02:18:40.085Z] Installing collected packages: jsonschema, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, PyYAML, dockerpty, docker-compose [2021-05-11T02:18:40.085Z] Running setup.py install for texttable: started [2021-05-11T02:18:41.232Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T02:18:41.232Z] Attempting uninstall: urllib3 [2021-05-11T02:18:41.232Z] Found existing installation: urllib3 1.25.9 [2021-05-11T02:18:41.232Z] Uninstalling urllib3-1.25.9: [2021-05-11T02:18:41.232Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T02:18:41.521Z] Attempting uninstall: idna [2021-05-11T02:18:41.521Z] Found existing installation: idna 2.9 [2021-05-11T02:18:41.521Z] Uninstalling idna-2.9: [2021-05-11T02:18:41.521Z] Successfully uninstalled idna-2.9 [2021-05-11T02:18:42.143Z] Attempting uninstall: requests [2021-05-11T02:18:42.143Z] Found existing installation: requests 2.23.0 [2021-05-11T02:18:42.143Z] Uninstalling requests-2.23.0: [2021-05-11T02:18:42.143Z] Successfully uninstalled requests-2.23.0 [2021-05-11T02:18:43.648Z] Running setup.py install for docopt: started [2021-05-11T02:18:44.377Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T02:18:44.377Z] Running setup.py install for PyYAML: started [2021-05-11T02:18:45.453Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T02:18:45.453Z] Running setup.py install for dockerpty: started [2021-05-11T02:18:46.587Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T02:18:46.904Z] 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-11T02:19:02.779Z] Removing intermediate container 06088eedd95b [2021-05-11T02:19:02.780Z] ---> a5a13cb760e2 [2021-05-11T02:19:02.780Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T02:19:02.780Z] ---> Running in 31e1ff5c0aff [2021-05-11T02:19:02.780Z] Removing intermediate container 31e1ff5c0aff [2021-05-11T02:19:02.780Z] ---> 3fb57d113b0f [2021-05-11T02:19:02.780Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T02:19:02.780Z] ---> Running in 4a059f908e9a [2021-05-11T02:19:02.780Z] Removing intermediate container 4a059f908e9a [2021-05-11T02:19:02.780Z] ---> 341d53e0fd48 [2021-05-11T02:19:02.780Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T02:19:05.078Z] ---> dcb9a06d903b [2021-05-11T02:19:05.078Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T02:19:06.182Z] ---> 059e9b63fe05 [2021-05-11T02:19:06.182Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T02:19:07.268Z] ---> 228828a51d8d [2021-05-11T02:19:07.269Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T02:19:07.650Z] ---> Running in 725032fc01de [2021-05-11T02:19:07.984Z] Removing intermediate container 725032fc01de [2021-05-11T02:19:07.984Z] ---> 9dd0e6935fec [2021-05-11T02:19:07.984Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T02:19:07.984Z] ---> Running in 37b26128f655 [2021-05-11T02:19:08.668Z] Removing intermediate container 37b26128f655 [2021-05-11T02:19:08.668Z] ---> d5e07a2a884d [2021-05-11T02:19:08.668Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T02:19:08.668Z] ---> Running in e2e12d4fd1ac [2021-05-11T02:19:08.978Z] Removing intermediate container e2e12d4fd1ac [2021-05-11T02:19:08.978Z] ---> ac41134fdfab [2021-05-11T02:19:08.978Z] Step 23/24 : LABEL git_sha=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:09.296Z] ---> Running in d04efa46968d [2021-05-11T02:19:10.028Z] Removing intermediate container d04efa46968d [2021-05-11T02:19:10.028Z] ---> 0a59ad9f9d98 [2021-05-11T02:19:10.028Z] Step 24/24 : LABEL version=2.0.0-dev.209 [2021-05-11T02:19:10.028Z] ---> Running in dcdaa406bc9b [2021-05-11T02:19:10.389Z] Removing intermediate container dcdaa406bc9b [2021-05-11T02:19:10.389Z] ---> a9111e23d4f5 [2021-05-11T02:19:10.389Z] [2021-05-11T02:19:10.689Z] Successfully built a9111e23d4f5 [2021-05-11T02:19:10.689Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-11T02:19:11.924Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T02:19:12.021Z] $ docker stop --time=1 3a24a9944f20ed16f7960463a3baf03354e8636e101959925157f5d601e38a27 [2021-05-11T02:19:16.144Z] $ docker rm -f 3a24a9944f20ed16f7960463a3baf03354e8636e101959925157f5d601e38a27 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T02:19:17.511Z] + grep docker [2021-05-11T02:19:17.511Z] + docker images [2021-05-11T02:19:18.694Z] docker-sys-mgmt-agent-go latest a9111e23d4f5 8 seconds ago 312MB [2021-05-11T02:19:18.694Z] docker-core-data-go latest a72cba62f1e0 51 seconds ago 21.5MB [2021-05-11T02:19:18.694Z] docker-support-notifications-go latest b75751e9cc64 About a minute ago 17.7MB [2021-05-11T02:19:18.694Z] docker-security-bootstrapper-go latest f64afab23934 2 minutes ago 18.2MB [2021-05-11T02:19:18.695Z] docker-security-secretstore-setup-go latest f64d1a38db23 6 minutes ago 25.7MB [2021-05-11T02:19:18.695Z] docker-core-metadata-go latest 1691d9fe367d 6 minutes ago 18.6MB [2021-05-11T02:19:18.695Z] docker-core-command-go latest cc4f2cdbee80 6 minutes ago 17MB [2021-05-11T02:19:18.695Z] docker-security-proxy-setup-go latest 99b34ff6c643 6 minutes ago 25.3MB [2021-05-11T02:19:18.695Z] docker-support-scheduler-go latest a8dc7628e893 6 minutes ago 17.1MB [2021-05-11T02:19:18.695Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T02:19:18.874Z] provisioning config files... [2021-05-11T02:19:19.024Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/477@tmp/config1958430706903983869tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:19:19.547Z] ---> docker-login.sh [2021-05-11T02:19:19.547Z] nexus3.edgexfoundry.org:10001 [2021-05-11T02:19:19.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:19:20.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:19:20.202Z] Configure a credential helper to remove this warning. See [2021-05-11T02:19:20.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:19:20.202Z] [2021-05-11T02:19:20.202Z] Login Succeeded [2021-05-11T02:19:20.202Z] nexus3.edgexfoundry.org:10002 [2021-05-11T02:19:20.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:19:20.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:19:20.789Z] Configure a credential helper to remove this warning. See [2021-05-11T02:19:20.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:19:20.789Z] [2021-05-11T02:19:20.789Z] Login Succeeded [2021-05-11T02:19:20.789Z] nexus3.edgexfoundry.org:10003 [2021-05-11T02:19:21.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:19:21.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:19:21.399Z] Configure a credential helper to remove this warning. See [2021-05-11T02:19:21.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:19:21.399Z] [2021-05-11T02:19:21.399Z] Login Succeeded [2021-05-11T02:19:21.399Z] nexus3.edgexfoundry.org:10004 [2021-05-11T02:19:22.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:19:22.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:19:22.002Z] Configure a credential helper to remove this warning. See [2021-05-11T02:19:22.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:19:22.002Z] [2021-05-11T02:19:22.002Z] Login Succeeded [2021-05-11T02:19:22.002Z] docker.io [2021-05-11T02:19:22.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T02:19:22.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T02:19:22.784Z] Configure a credential helper to remove this warning. See [2021-05-11T02:19:22.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T02:19:22.784Z] [2021-05-11T02:19:22.784Z] Login Succeeded [2021-05-11T02:19:22.784Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T02:19:22.852Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:19:22.944Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-05-11T02:19:22.944Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:22.944Z] 2.0.0-dev.209 [2021-05-11T02:19:22.944Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:22.944Z] master [2021-05-11T02:19:22.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:23.567Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:23.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:24.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-11T02:19:24.648Z] b3e4c076f5c9: Preparing [2021-05-11T02:19:24.648Z] 243edae46be7: Preparing [2021-05-11T02:19:24.648Z] 0c7499b86697: Preparing [2021-05-11T02:19:24.648Z] b999ead8e862: Preparing [2021-05-11T02:19:24.648Z] 32f366d666a5: Preparing [2021-05-11T02:19:25.026Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:25.390Z] b3e4c076f5c9: Pushed [2021-05-11T02:19:25.390Z] b999ead8e862: Pushed [2021-05-11T02:19:25.390Z] 0c7499b86697: Pushed [2021-05-11T02:19:27.120Z] 243edae46be7: Pushed [2021-05-11T02:19:27.120Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:dbc5f4d4c8eee0707aae00833ff30ece8a47dfd4ace0c277e27c9425be738ee4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:27.601Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:28.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.209 [2021-05-11T02:19:28.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-11T02:19:28.450Z] b3e4c076f5c9: Preparing [2021-05-11T02:19:28.450Z] 243edae46be7: Preparing [2021-05-11T02:19:28.450Z] 0c7499b86697: Preparing [2021-05-11T02:19:28.450Z] b999ead8e862: Preparing [2021-05-11T02:19:28.450Z] 32f366d666a5: Preparing [2021-05-11T02:19:28.450Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:28.450Z] b3e4c076f5c9: Layer already exists [2021-05-11T02:19:28.450Z] 243edae46be7: Layer already exists [2021-05-11T02:19:28.450Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:28.450Z] b999ead8e862: Layer already exists [2021-05-11T02:19:28.731Z] 2.0.0-dev.209: digest: sha256:dbc5f4d4c8eee0707aae00833ff30ece8a47dfd4ace0c277e27c9425be738ee4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:29.224Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:30.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:40.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-11T02:19:40.642Z] b3e4c076f5c9: Preparing [2021-05-11T02:19:40.642Z] 243edae46be7: Preparing [2021-05-11T02:19:40.642Z] 0c7499b86697: Preparing [2021-05-11T02:19:40.642Z] b999ead8e862: Preparing [2021-05-11T02:19:40.642Z] 32f366d666a5: Preparing [2021-05-11T02:19:40.642Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:40.642Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:40.642Z] 243edae46be7: Layer already exists [2021-05-11T02:19:40.642Z] b3e4c076f5c9: Layer already exists [2021-05-11T02:19:40.945Z] b999ead8e862: Layer already exists [2021-05-11T02:19:40.945Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:dbc5f4d4c8eee0707aae00833ff30ece8a47dfd4ace0c277e27c9425be738ee4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:41.369Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:41.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-05-11T02:19:41.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-11T02:19:41.817Z] b3e4c076f5c9: Preparing [2021-05-11T02:19:41.817Z] 243edae46be7: Preparing [2021-05-11T02:19:41.817Z] 0c7499b86697: Preparing [2021-05-11T02:19:41.817Z] b999ead8e862: Preparing [2021-05-11T02:19:41.817Z] 32f366d666a5: Preparing [2021-05-11T02:19:42.106Z] b999ead8e862: Layer already exists [2021-05-11T02:19:42.106Z] b3e4c076f5c9: Layer already exists [2021-05-11T02:19:42.106Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:42.106Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:42.106Z] 243edae46be7: Layer already exists [2021-05-11T02:19:42.106Z] master: digest: sha256:dbc5f4d4c8eee0707aae00833ff30ece8a47dfd4ace0c277e27c9425be738ee4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:19:42.221Z] ===================================================== [Pipeline] echo [2021-05-11T02:19:42.270Z] taggedImages: [2021-05-11T02:19:42.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:42.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.209 [2021-05-11T02:19:42.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:42.270Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-05-11T02:19:42.320Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-05-11T02:19:42.320Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:42.320Z] 2.0.0-dev.209 [2021-05-11T02:19:42.320Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:42.320Z] master [2021-05-11T02:19:42.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:42.876Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:43.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:43.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-11T02:19:43.650Z] 92798f3f1cc7: Preparing [2021-05-11T02:19:43.650Z] 19be502a59be: Preparing [2021-05-11T02:19:43.650Z] 0c7499b86697: Preparing [2021-05-11T02:19:43.650Z] eda4a712215f: Preparing [2021-05-11T02:19:43.650Z] 45129408c8da: Preparing [2021-05-11T02:19:43.650Z] 32f366d666a5: Preparing [2021-05-11T02:19:43.650Z] 32f366d666a5: Waiting [2021-05-11T02:19:43.952Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:43.952Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:43.952Z] 45129408c8da: Pushed [2021-05-11T02:19:43.952Z] 92798f3f1cc7: Pushed [2021-05-11T02:19:44.486Z] eda4a712215f: Pushed [2021-05-11T02:19:46.018Z] 19be502a59be: Pushed [2021-05-11T02:19:46.301Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:2c204bd82ee08b0b722f608ad63a7bb108bfd8c43d8f916e12fe9e8c7af5f1c8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:47.016Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:47.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.209 [2021-05-11T02:19:47.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-11T02:19:47.394Z] 92798f3f1cc7: Preparing [2021-05-11T02:19:47.394Z] 19be502a59be: Preparing [2021-05-11T02:19:47.394Z] 0c7499b86697: Preparing [2021-05-11T02:19:47.394Z] eda4a712215f: Preparing [2021-05-11T02:19:47.394Z] 45129408c8da: Preparing [2021-05-11T02:19:47.394Z] 32f366d666a5: Preparing [2021-05-11T02:19:47.394Z] 32f366d666a5: Waiting [2021-05-11T02:19:47.672Z] eda4a712215f: Layer already exists [2021-05-11T02:19:47.672Z] 45129408c8da: Layer already exists [2021-05-11T02:19:47.672Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:47.672Z] 19be502a59be: Layer already exists [2021-05-11T02:19:47.672Z] 92798f3f1cc7: Layer already exists [2021-05-11T02:19:47.672Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:47.672Z] 2.0.0-dev.209: digest: sha256:2c204bd82ee08b0b722f608ad63a7bb108bfd8c43d8f916e12fe9e8c7af5f1c8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:48.090Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:48.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:48.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-11T02:19:48.503Z] 92798f3f1cc7: Preparing [2021-05-11T02:19:48.503Z] 19be502a59be: Preparing [2021-05-11T02:19:48.503Z] 0c7499b86697: Preparing [2021-05-11T02:19:48.503Z] eda4a712215f: Preparing [2021-05-11T02:19:48.503Z] 45129408c8da: Preparing [2021-05-11T02:19:48.503Z] 32f366d666a5: Preparing [2021-05-11T02:19:48.503Z] 32f366d666a5: Waiting [2021-05-11T02:19:48.503Z] 45129408c8da: Layer already exists [2021-05-11T02:19:48.503Z] 92798f3f1cc7: Layer already exists [2021-05-11T02:19:48.503Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:48.503Z] eda4a712215f: Layer already exists [2021-05-11T02:19:48.503Z] 19be502a59be: Layer already exists [2021-05-11T02:19:48.794Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:48.794Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:2c204bd82ee08b0b722f608ad63a7bb108bfd8c43d8f916e12fe9e8c7af5f1c8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:49.222Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:49.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-05-11T02:19:49.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-11T02:19:49.633Z] 92798f3f1cc7: Preparing [2021-05-11T02:19:49.633Z] 19be502a59be: Preparing [2021-05-11T02:19:49.633Z] 0c7499b86697: Preparing [2021-05-11T02:19:49.633Z] eda4a712215f: Preparing [2021-05-11T02:19:49.633Z] 45129408c8da: Preparing [2021-05-11T02:19:49.633Z] 32f366d666a5: Preparing [2021-05-11T02:19:49.633Z] 32f366d666a5: Waiting [2021-05-11T02:19:49.633Z] 92798f3f1cc7: Layer already exists [2021-05-11T02:19:49.633Z] 19be502a59be: Layer already exists [2021-05-11T02:19:49.633Z] eda4a712215f: Layer already exists [2021-05-11T02:19:49.633Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:49.633Z] 45129408c8da: Layer already exists [2021-05-11T02:19:49.633Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:49.931Z] master: digest: sha256:2c204bd82ee08b0b722f608ad63a7bb108bfd8c43d8f916e12fe9e8c7af5f1c8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:19:50.034Z] ===================================================== [Pipeline] echo [2021-05-11T02:19:50.047Z] taggedImages: [2021-05-11T02:19:50.047Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:50.047Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.209 [2021-05-11T02:19:50.047Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:50.047Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-05-11T02:19:50.077Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-05-11T02:19:50.077Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:50.077Z] 2.0.0-dev.209 [2021-05-11T02:19:50.077Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:50.077Z] master [2021-05-11T02:19:50.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:50.552Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:51.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:51.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-11T02:19:51.587Z] 81e4c64fd97d: Preparing [2021-05-11T02:19:51.587Z] fea22df6a832: Preparing [2021-05-11T02:19:51.587Z] 0c7499b86697: Preparing [2021-05-11T02:19:51.587Z] 187ae58cef2f: Preparing [2021-05-11T02:19:51.587Z] 32f366d666a5: Preparing [2021-05-11T02:19:51.587Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:51.884Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:51.884Z] 81e4c64fd97d: Pushed [2021-05-11T02:19:52.211Z] 187ae58cef2f: Pushed [2021-05-11T02:19:55.112Z] fea22df6a832: Pushed [2021-05-11T02:19:55.112Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:159dd16ae1e90d5f8e3428b197f635e3d36eb62b270c49be66a5b6aa2bda380a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:55.536Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:56.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.209 [2021-05-11T02:19:56.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-11T02:19:56.223Z] 81e4c64fd97d: Preparing [2021-05-11T02:19:56.223Z] fea22df6a832: Preparing [2021-05-11T02:19:56.223Z] 0c7499b86697: Preparing [2021-05-11T02:19:56.223Z] 187ae58cef2f: Preparing [2021-05-11T02:19:56.223Z] 32f366d666a5: Preparing [2021-05-11T02:19:56.223Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:56.223Z] 187ae58cef2f: Layer already exists [2021-05-11T02:19:56.223Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:56.223Z] 81e4c64fd97d: Layer already exists [2021-05-11T02:19:56.223Z] fea22df6a832: Layer already exists [2021-05-11T02:19:56.557Z] 2.0.0-dev.209: digest: sha256:159dd16ae1e90d5f8e3428b197f635e3d36eb62b270c49be66a5b6aa2bda380a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:57.069Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:57.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:57.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-11T02:19:57.539Z] 81e4c64fd97d: Preparing [2021-05-11T02:19:57.539Z] fea22df6a832: Preparing [2021-05-11T02:19:57.539Z] 0c7499b86697: Preparing [2021-05-11T02:19:57.539Z] 187ae58cef2f: Preparing [2021-05-11T02:19:57.539Z] 32f366d666a5: Preparing [2021-05-11T02:19:57.539Z] fea22df6a832: Layer already exists [2021-05-11T02:19:57.539Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:57.539Z] 81e4c64fd97d: Layer already exists [2021-05-11T02:19:57.539Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:57.827Z] 187ae58cef2f: Layer already exists [2021-05-11T02:19:57.827Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:159dd16ae1e90d5f8e3428b197f635e3d36eb62b270c49be66a5b6aa2bda380a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:58.716Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:19:59.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-05-11T02:19:59.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-11T02:19:59.201Z] 81e4c64fd97d: Preparing [2021-05-11T02:19:59.201Z] fea22df6a832: Preparing [2021-05-11T02:19:59.201Z] 0c7499b86697: Preparing [2021-05-11T02:19:59.201Z] 187ae58cef2f: Preparing [2021-05-11T02:19:59.201Z] 32f366d666a5: Preparing [2021-05-11T02:19:59.472Z] 0c7499b86697: Layer already exists [2021-05-11T02:19:59.472Z] 32f366d666a5: Layer already exists [2021-05-11T02:19:59.472Z] fea22df6a832: Layer already exists [2021-05-11T02:19:59.472Z] 81e4c64fd97d: Layer already exists [2021-05-11T02:19:59.472Z] 187ae58cef2f: Layer already exists [2021-05-11T02:19:59.738Z] master: digest: sha256:159dd16ae1e90d5f8e3428b197f635e3d36eb62b270c49be66a5b6aa2bda380a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:19:59.804Z] ===================================================== [Pipeline] echo [2021-05-11T02:19:59.828Z] taggedImages: [2021-05-11T02:19:59.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:59.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.209 [2021-05-11T02:19:59.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:59.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-05-11T02:19:59.867Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-05-11T02:19:59.867Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:19:59.867Z] 2.0.0-dev.209 [2021-05-11T02:19:59.867Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:19:59.867Z] master [2021-05-11T02:19:59.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:00.326Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:01.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:01.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-11T02:20:01.376Z] 4c092e811830: Preparing [2021-05-11T02:20:01.376Z] 4c092e811830: Preparing [2021-05-11T02:20:01.376Z] 4cb20d47539c: Preparing [2021-05-11T02:20:01.376Z] bd45e4948e99: Preparing [2021-05-11T02:20:01.376Z] f88d31a19091: Preparing [2021-05-11T02:20:01.376Z] bfda96aa1754: Preparing [2021-05-11T02:20:01.376Z] 0c7499b86697: Preparing [2021-05-11T02:20:01.376Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:01.376Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:01.376Z] 05db25dc4fa4: Preparing [2021-05-11T02:20:01.376Z] 00bf07e6f01f: Preparing [2021-05-11T02:20:01.376Z] 32f366d666a5: Preparing [2021-05-11T02:20:01.376Z] 0c7499b86697: Waiting [2021-05-11T02:20:01.376Z] 98f1dd88b2cf: Waiting [2021-05-11T02:20:01.376Z] 05db25dc4fa4: Waiting [2021-05-11T02:20:01.376Z] 00bf07e6f01f: Waiting [2021-05-11T02:20:01.376Z] 32f366d666a5: Waiting [2021-05-11T02:20:01.376Z] 4c092e811830: Pushed [2021-05-11T02:20:01.682Z] f88d31a19091: Pushed [2021-05-11T02:20:01.682Z] bd45e4948e99: Pushed [2021-05-11T02:20:01.682Z] 4cb20d47539c: Pushed [2021-05-11T02:20:01.682Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:01.682Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:01.682Z] 98f1dd88b2cf: Pushed [2021-05-11T02:20:01.993Z] 05db25dc4fa4: Pushed [2021-05-11T02:20:01.993Z] 00bf07e6f01f: Pushed [2021-05-11T02:20:04.399Z] bfda96aa1754: Pushed [2021-05-11T02:20:04.400Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:0459ddb852971ba10b2ae58e10d91b4f321aef79f6a51338b8eb7c14a941aac4 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:05.051Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:05.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.209 [2021-05-11T02:20:06.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-11T02:20:06.092Z] 4c092e811830: Preparing [2021-05-11T02:20:06.092Z] 4c092e811830: Preparing [2021-05-11T02:20:06.092Z] 4cb20d47539c: Preparing [2021-05-11T02:20:06.092Z] bd45e4948e99: Preparing [2021-05-11T02:20:06.092Z] f88d31a19091: Preparing [2021-05-11T02:20:06.092Z] bfda96aa1754: Preparing [2021-05-11T02:20:06.092Z] 0c7499b86697: Preparing [2021-05-11T02:20:06.092Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:06.092Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:06.092Z] 05db25dc4fa4: Preparing [2021-05-11T02:20:06.092Z] 00bf07e6f01f: Preparing [2021-05-11T02:20:06.092Z] 32f366d666a5: Preparing [2021-05-11T02:20:06.092Z] 0c7499b86697: Waiting [2021-05-11T02:20:06.092Z] 98f1dd88b2cf: Waiting [2021-05-11T02:20:06.092Z] 05db25dc4fa4: Waiting [2021-05-11T02:20:06.092Z] 00bf07e6f01f: Waiting [2021-05-11T02:20:06.092Z] 32f366d666a5: Waiting [2021-05-11T02:20:06.092Z] 4c092e811830: Layer already exists [2021-05-11T02:20:06.092Z] f88d31a19091: Layer already exists [2021-05-11T02:20:06.092Z] bfda96aa1754: Layer already exists [2021-05-11T02:20:06.092Z] 4cb20d47539c: Layer already exists [2021-05-11T02:20:06.092Z] bd45e4948e99: Layer already exists [2021-05-11T02:20:06.092Z] 05db25dc4fa4: Layer already exists [2021-05-11T02:20:06.092Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:06.092Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:06.092Z] 98f1dd88b2cf: Layer already exists [2021-05-11T02:20:06.092Z] 00bf07e6f01f: Layer already exists [2021-05-11T02:20:06.092Z] 2.0.0-dev.209: digest: sha256:0459ddb852971ba10b2ae58e10d91b4f321aef79f6a51338b8eb7c14a941aac4 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:06.511Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:06.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:06.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-11T02:20:07.183Z] 4c092e811830: Preparing [2021-05-11T02:20:07.183Z] 4c092e811830: Preparing [2021-05-11T02:20:07.183Z] 4cb20d47539c: Preparing [2021-05-11T02:20:07.183Z] bd45e4948e99: Preparing [2021-05-11T02:20:07.183Z] f88d31a19091: Preparing [2021-05-11T02:20:07.183Z] bfda96aa1754: Preparing [2021-05-11T02:20:07.183Z] 0c7499b86697: Preparing [2021-05-11T02:20:07.183Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:07.183Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:07.183Z] 05db25dc4fa4: Preparing [2021-05-11T02:20:07.183Z] 00bf07e6f01f: Preparing [2021-05-11T02:20:07.183Z] 32f366d666a5: Preparing [2021-05-11T02:20:07.183Z] 0c7499b86697: Waiting [2021-05-11T02:20:07.183Z] 98f1dd88b2cf: Waiting [2021-05-11T02:20:07.183Z] 05db25dc4fa4: Waiting [2021-05-11T02:20:07.183Z] 00bf07e6f01f: Waiting [2021-05-11T02:20:07.183Z] 32f366d666a5: Waiting [2021-05-11T02:20:07.183Z] bd45e4948e99: Layer already exists [2021-05-11T02:20:07.183Z] bfda96aa1754: Layer already exists [2021-05-11T02:20:07.183Z] 4c092e811830: Layer already exists [2021-05-11T02:20:07.183Z] 4cb20d47539c: Layer already exists [2021-05-11T02:20:07.183Z] f88d31a19091: Layer already exists [2021-05-11T02:20:07.183Z] 98f1dd88b2cf: Layer already exists [2021-05-11T02:20:07.183Z] 05db25dc4fa4: Layer already exists [2021-05-11T02:20:07.183Z] 00bf07e6f01f: Layer already exists [2021-05-11T02:20:07.183Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:07.183Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:07.183Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:0459ddb852971ba10b2ae58e10d91b4f321aef79f6a51338b8eb7c14a941aac4 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:07.647Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:08.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-05-11T02:20:08.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-11T02:20:08.052Z] 4c092e811830: Preparing [2021-05-11T02:20:08.052Z] 4c092e811830: Preparing [2021-05-11T02:20:08.052Z] 4cb20d47539c: Preparing [2021-05-11T02:20:08.052Z] bd45e4948e99: Preparing [2021-05-11T02:20:08.052Z] f88d31a19091: Preparing [2021-05-11T02:20:08.052Z] bfda96aa1754: Preparing [2021-05-11T02:20:08.052Z] 0c7499b86697: Preparing [2021-05-11T02:20:08.052Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:08.052Z] 98f1dd88b2cf: Preparing [2021-05-11T02:20:08.052Z] 05db25dc4fa4: Preparing [2021-05-11T02:20:08.052Z] 00bf07e6f01f: Preparing [2021-05-11T02:20:08.052Z] 32f366d666a5: Preparing [2021-05-11T02:20:08.052Z] 98f1dd88b2cf: Waiting [2021-05-11T02:20:08.052Z] 05db25dc4fa4: Waiting [2021-05-11T02:20:08.052Z] 00bf07e6f01f: Waiting [2021-05-11T02:20:08.052Z] 32f366d666a5: Waiting [2021-05-11T02:20:08.052Z] 0c7499b86697: Waiting [2021-05-11T02:20:08.052Z] f88d31a19091: Layer already exists [2021-05-11T02:20:08.052Z] 4c092e811830: Layer already exists [2021-05-11T02:20:08.052Z] 4cb20d47539c: Layer already exists [2021-05-11T02:20:08.052Z] bfda96aa1754: Layer already exists [2021-05-11T02:20:08.052Z] bd45e4948e99: Layer already exists [2021-05-11T02:20:08.052Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:08.052Z] 98f1dd88b2cf: Layer already exists [2021-05-11T02:20:08.052Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:08.052Z] 00bf07e6f01f: Layer already exists [2021-05-11T02:20:08.052Z] 05db25dc4fa4: Layer already exists [2021-05-11T02:20:08.326Z] master: digest: sha256:0459ddb852971ba10b2ae58e10d91b4f321aef79f6a51338b8eb7c14a941aac4 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:20:08.389Z] ===================================================== [Pipeline] echo [2021-05-11T02:20:08.405Z] taggedImages: [2021-05-11T02:20:08.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:08.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.209 [2021-05-11T02:20:08.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:08.405Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-05-11T02:20:08.439Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-05-11T02:20:08.439Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:08.439Z] 2.0.0-dev.209 [2021-05-11T02:20:08.439Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:08.439Z] master [2021-05-11T02:20:08.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:08.852Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:09.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:09.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-11T02:20:09.583Z] 9e1f7ee5b821: Preparing [2021-05-11T02:20:09.583Z] 3d9c0051d334: Preparing [2021-05-11T02:20:09.583Z] 025418cf92c5: Preparing [2021-05-11T02:20:09.583Z] 45337797d8e5: Preparing [2021-05-11T02:20:09.583Z] 4c2dfec645c7: Preparing [2021-05-11T02:20:09.583Z] 32f366d666a5: Preparing [2021-05-11T02:20:09.583Z] 32f366d666a5: Waiting [2021-05-11T02:20:09.967Z] 025418cf92c5: Pushed [2021-05-11T02:20:09.967Z] 45337797d8e5: Pushed [2021-05-11T02:20:09.967Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:11.146Z] 4c2dfec645c7: Pushed [2021-05-11T02:20:16.707Z] 9e1f7ee5b821: Pushed [2021-05-11T02:20:16.707Z] 3d9c0051d334: Pushed [2021-05-11T02:20:17.002Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:bc1bcea418b11c8d81b26e06f24c10a5c27a65dc52f8b1ab33d0963089b553f7 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:17.347Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:17.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.209 [2021-05-11T02:20:17.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-11T02:20:23.303Z] 9e1f7ee5b821: Preparing [2021-05-11T02:20:23.303Z] 3d9c0051d334: Preparing [2021-05-11T02:20:23.303Z] 025418cf92c5: Preparing [2021-05-11T02:20:23.303Z] 45337797d8e5: Preparing [2021-05-11T02:20:23.303Z] 4c2dfec645c7: Preparing [2021-05-11T02:20:23.303Z] 32f366d666a5: Preparing [2021-05-11T02:20:23.303Z] 32f366d666a5: Waiting [2021-05-11T02:20:23.303Z] 45337797d8e5: Layer already exists [2021-05-11T02:20:23.303Z] 3d9c0051d334: Layer already exists [2021-05-11T02:20:23.303Z] 025418cf92c5: Layer already exists [2021-05-11T02:20:23.303Z] 4c2dfec645c7: Layer already exists [2021-05-11T02:20:23.303Z] 9e1f7ee5b821: Layer already exists [2021-05-11T02:20:23.303Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:23.303Z] 2.0.0-dev.209: digest: sha256:bc1bcea418b11c8d81b26e06f24c10a5c27a65dc52f8b1ab33d0963089b553f7 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:23.658Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:24.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:24.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-11T02:20:24.397Z] 9e1f7ee5b821: Preparing [2021-05-11T02:20:24.397Z] 3d9c0051d334: Preparing [2021-05-11T02:20:24.397Z] 025418cf92c5: Preparing [2021-05-11T02:20:24.397Z] 45337797d8e5: Preparing [2021-05-11T02:20:24.397Z] 4c2dfec645c7: Preparing [2021-05-11T02:20:24.397Z] 32f366d666a5: Preparing [2021-05-11T02:20:24.397Z] 32f366d666a5: Waiting [2021-05-11T02:20:24.397Z] 4c2dfec645c7: Layer already exists [2021-05-11T02:20:24.397Z] 3d9c0051d334: Layer already exists [2021-05-11T02:20:24.397Z] 9e1f7ee5b821: Layer already exists [2021-05-11T02:20:24.397Z] 025418cf92c5: Layer already exists [2021-05-11T02:20:24.397Z] 45337797d8e5: Layer already exists [2021-05-11T02:20:24.397Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:24.397Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:bc1bcea418b11c8d81b26e06f24c10a5c27a65dc52f8b1ab33d0963089b553f7 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:24.834Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:25.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-05-11T02:20:25.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-11T02:20:25.273Z] 9e1f7ee5b821: Preparing [2021-05-11T02:20:25.273Z] 3d9c0051d334: Preparing [2021-05-11T02:20:25.273Z] 025418cf92c5: Preparing [2021-05-11T02:20:25.273Z] 45337797d8e5: Preparing [2021-05-11T02:20:25.273Z] 4c2dfec645c7: Preparing [2021-05-11T02:20:25.273Z] 32f366d666a5: Preparing [2021-05-11T02:20:25.273Z] 32f366d666a5: Waiting [2021-05-11T02:20:25.273Z] 3d9c0051d334: Layer already exists [2021-05-11T02:20:25.273Z] 4c2dfec645c7: Layer already exists [2021-05-11T02:20:25.546Z] 025418cf92c5: Layer already exists [2021-05-11T02:20:25.546Z] 9e1f7ee5b821: Layer already exists [2021-05-11T02:20:25.546Z] 45337797d8e5: Layer already exists [2021-05-11T02:20:25.546Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:25.546Z] master: digest: sha256:bc1bcea418b11c8d81b26e06f24c10a5c27a65dc52f8b1ab33d0963089b553f7 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:20:25.620Z] ===================================================== [Pipeline] echo [2021-05-11T02:20:25.636Z] taggedImages: [2021-05-11T02:20:25.636Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:25.636Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.209 [2021-05-11T02:20:25.636Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:25.636Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-05-11T02:20:25.667Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-05-11T02:20:25.667Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:25.667Z] 2.0.0-dev.209 [2021-05-11T02:20:25.667Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:25.667Z] master [2021-05-11T02:20:25.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:26.140Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:26.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:26.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-11T02:20:26.883Z] 072fbc327204: Preparing [2021-05-11T02:20:26.883Z] 1469868fb15d: Preparing [2021-05-11T02:20:26.883Z] 2c28f55ebdbb: Preparing [2021-05-11T02:20:26.883Z] 947d6e764559: Preparing [2021-05-11T02:20:26.883Z] 020e6bbab24a: Preparing [2021-05-11T02:20:26.883Z] 50a4dab3af66: Preparing [2021-05-11T02:20:26.883Z] 593882a6412a: Preparing [2021-05-11T02:20:26.883Z] 343ef53890f3: Preparing [2021-05-11T02:20:26.883Z] 92780fde225d: Preparing [2021-05-11T02:20:26.883Z] 32f366d666a5: Preparing [2021-05-11T02:20:26.883Z] 50a4dab3af66: Waiting [2021-05-11T02:20:26.883Z] 593882a6412a: Waiting [2021-05-11T02:20:26.883Z] 343ef53890f3: Waiting [2021-05-11T02:20:26.883Z] 92780fde225d: Waiting [2021-05-11T02:20:26.883Z] 32f366d666a5: Waiting [2021-05-11T02:20:27.192Z] 072fbc327204: Pushed [2021-05-11T02:20:27.192Z] 1469868fb15d: Pushed [2021-05-11T02:20:27.192Z] 020e6bbab24a: Pushed [2021-05-11T02:20:27.519Z] 50a4dab3af66: Pushed [2021-05-11T02:20:27.519Z] 593882a6412a: Pushed [2021-05-11T02:20:27.519Z] 343ef53890f3: Pushed [2021-05-11T02:20:27.832Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:28.892Z] 947d6e764559: Pushed [2021-05-11T02:20:28.892Z] 92780fde225d: Pushed [2021-05-11T02:20:28.892Z] 2c28f55ebdbb: Pushed [2021-05-11T02:20:28.892Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:b707ee22325449ead5cb02b96e4cb1f7397156304b1c219bc38c72a76ab088ff size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:29.238Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:29.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.209 [2021-05-11T02:20:29.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-11T02:20:29.912Z] 072fbc327204: Preparing [2021-05-11T02:20:29.912Z] 1469868fb15d: Preparing [2021-05-11T02:20:29.912Z] 2c28f55ebdbb: Preparing [2021-05-11T02:20:29.912Z] 947d6e764559: Preparing [2021-05-11T02:20:29.912Z] 020e6bbab24a: Preparing [2021-05-11T02:20:29.912Z] 50a4dab3af66: Preparing [2021-05-11T02:20:29.912Z] 593882a6412a: Preparing [2021-05-11T02:20:29.912Z] 343ef53890f3: Preparing [2021-05-11T02:20:29.912Z] 92780fde225d: Preparing [2021-05-11T02:20:29.912Z] 32f366d666a5: Preparing [2021-05-11T02:20:29.912Z] 50a4dab3af66: Waiting [2021-05-11T02:20:29.912Z] 593882a6412a: Waiting [2021-05-11T02:20:29.912Z] 343ef53890f3: Waiting [2021-05-11T02:20:29.912Z] 92780fde225d: Waiting [2021-05-11T02:20:29.912Z] 32f366d666a5: Waiting [2021-05-11T02:20:29.912Z] 072fbc327204: Layer already exists [2021-05-11T02:20:29.912Z] 020e6bbab24a: Layer already exists [2021-05-11T02:20:29.912Z] 1469868fb15d: Layer already exists [2021-05-11T02:20:29.912Z] 2c28f55ebdbb: Layer already exists [2021-05-11T02:20:29.912Z] 947d6e764559: Layer already exists [2021-05-11T02:20:29.912Z] 593882a6412a: Layer already exists [2021-05-11T02:20:29.912Z] 343ef53890f3: Layer already exists [2021-05-11T02:20:29.912Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:29.912Z] 50a4dab3af66: Layer already exists [2021-05-11T02:20:29.912Z] 92780fde225d: Layer already exists [2021-05-11T02:20:29.912Z] 2.0.0-dev.209: digest: sha256:b707ee22325449ead5cb02b96e4cb1f7397156304b1c219bc38c72a76ab088ff size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:30.657Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:31.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:31.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-11T02:20:31.184Z] 072fbc327204: Preparing [2021-05-11T02:20:31.184Z] 1469868fb15d: Preparing [2021-05-11T02:20:31.184Z] 2c28f55ebdbb: Preparing [2021-05-11T02:20:31.184Z] 947d6e764559: Preparing [2021-05-11T02:20:31.184Z] 020e6bbab24a: Preparing [2021-05-11T02:20:31.184Z] 50a4dab3af66: Preparing [2021-05-11T02:20:31.184Z] 593882a6412a: Preparing [2021-05-11T02:20:31.184Z] 343ef53890f3: Preparing [2021-05-11T02:20:31.184Z] 92780fde225d: Preparing [2021-05-11T02:20:31.184Z] 32f366d666a5: Preparing [2021-05-11T02:20:31.184Z] 50a4dab3af66: Waiting [2021-05-11T02:20:31.184Z] 593882a6412a: Waiting [2021-05-11T02:20:31.184Z] 343ef53890f3: Waiting [2021-05-11T02:20:31.184Z] 92780fde225d: Waiting [2021-05-11T02:20:31.184Z] 32f366d666a5: Waiting [2021-05-11T02:20:31.477Z] 947d6e764559: Layer already exists [2021-05-11T02:20:31.477Z] 2c28f55ebdbb: Layer already exists [2021-05-11T02:20:31.477Z] 072fbc327204: Layer already exists [2021-05-11T02:20:31.477Z] 1469868fb15d: Layer already exists [2021-05-11T02:20:31.477Z] 020e6bbab24a: Layer already exists [2021-05-11T02:20:31.477Z] 92780fde225d: Layer already exists [2021-05-11T02:20:31.477Z] 593882a6412a: Layer already exists [2021-05-11T02:20:31.477Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:31.477Z] 343ef53890f3: Layer already exists [2021-05-11T02:20:31.477Z] 50a4dab3af66: Layer already exists [2021-05-11T02:20:31.478Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:b707ee22325449ead5cb02b96e4cb1f7397156304b1c219bc38c72a76ab088ff size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:31.950Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:32.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-05-11T02:20:32.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-11T02:20:32.571Z] 072fbc327204: Preparing [2021-05-11T02:20:32.571Z] 1469868fb15d: Preparing [2021-05-11T02:20:32.571Z] 2c28f55ebdbb: Preparing [2021-05-11T02:20:32.571Z] 947d6e764559: Preparing [2021-05-11T02:20:32.571Z] 020e6bbab24a: Preparing [2021-05-11T02:20:32.571Z] 50a4dab3af66: Preparing [2021-05-11T02:20:32.571Z] 593882a6412a: Preparing [2021-05-11T02:20:32.571Z] 343ef53890f3: Preparing [2021-05-11T02:20:32.571Z] 92780fde225d: Preparing [2021-05-11T02:20:32.571Z] 32f366d666a5: Preparing [2021-05-11T02:20:32.571Z] 50a4dab3af66: Waiting [2021-05-11T02:20:32.571Z] 593882a6412a: Waiting [2021-05-11T02:20:32.571Z] 343ef53890f3: Waiting [2021-05-11T02:20:32.571Z] 92780fde225d: Waiting [2021-05-11T02:20:32.571Z] 32f366d666a5: Waiting [2021-05-11T02:20:32.571Z] 072fbc327204: Layer already exists [2021-05-11T02:20:32.571Z] 947d6e764559: Layer already exists [2021-05-11T02:20:32.571Z] 1469868fb15d: Layer already exists [2021-05-11T02:20:32.571Z] 2c28f55ebdbb: Layer already exists [2021-05-11T02:20:32.571Z] 020e6bbab24a: Layer already exists [2021-05-11T02:20:32.571Z] 343ef53890f3: Layer already exists [2021-05-11T02:20:32.571Z] 593882a6412a: Layer already exists [2021-05-11T02:20:32.571Z] 50a4dab3af66: Layer already exists [2021-05-11T02:20:32.571Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:32.571Z] 92780fde225d: Layer already exists [2021-05-11T02:20:32.571Z] master: digest: sha256:b707ee22325449ead5cb02b96e4cb1f7397156304b1c219bc38c72a76ab088ff size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:20:32.693Z] ===================================================== [Pipeline] echo [2021-05-11T02:20:32.708Z] taggedImages: [2021-05-11T02:20:32.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:32.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.209 [2021-05-11T02:20:32.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:32.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-05-11T02:20:32.740Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-05-11T02:20:32.740Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:32.740Z] 2.0.0-dev.209 [2021-05-11T02:20:32.740Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:32.740Z] master [2021-05-11T02:20:32.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:33.245Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:33.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:33.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-11T02:20:33.727Z] 414a1803c7d3: Preparing [2021-05-11T02:20:33.727Z] 665bda56ded7: Preparing [2021-05-11T02:20:33.727Z] 0c7499b86697: Preparing [2021-05-11T02:20:33.727Z] ed9d99d71f98: Preparing [2021-05-11T02:20:33.727Z] 32f366d666a5: Preparing [2021-05-11T02:20:34.058Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:34.058Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:34.058Z] 414a1803c7d3: Pushed [2021-05-11T02:20:35.155Z] ed9d99d71f98: Pushed [2021-05-11T02:20:36.208Z] 665bda56ded7: Pushed [2021-05-11T02:20:36.513Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:fe6f512a3fa445854cbaf32b3e41550118eba2e2973fd270a2b79138933ff06e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:37.007Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:37.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.209 [2021-05-11T02:20:37.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-11T02:20:37.453Z] 414a1803c7d3: Preparing [2021-05-11T02:20:37.453Z] 665bda56ded7: Preparing [2021-05-11T02:20:37.453Z] 0c7499b86697: Preparing [2021-05-11T02:20:37.453Z] ed9d99d71f98: Preparing [2021-05-11T02:20:37.453Z] 32f366d666a5: Preparing [2021-05-11T02:20:37.453Z] ed9d99d71f98: Layer already exists [2021-05-11T02:20:37.453Z] 665bda56ded7: Layer already exists [2021-05-11T02:20:37.453Z] 414a1803c7d3: Layer already exists [2021-05-11T02:20:37.453Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:37.453Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:37.726Z] 2.0.0-dev.209: digest: sha256:fe6f512a3fa445854cbaf32b3e41550118eba2e2973fd270a2b79138933ff06e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:38.130Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:38.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:38.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-11T02:20:38.528Z] 414a1803c7d3: Preparing [2021-05-11T02:20:38.528Z] 665bda56ded7: Preparing [2021-05-11T02:20:38.528Z] 0c7499b86697: Preparing [2021-05-11T02:20:38.528Z] ed9d99d71f98: Preparing [2021-05-11T02:20:38.528Z] 32f366d666a5: Preparing [2021-05-11T02:20:38.528Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:38.528Z] 665bda56ded7: Layer already exists [2021-05-11T02:20:38.528Z] ed9d99d71f98: Layer already exists [2021-05-11T02:20:38.528Z] 414a1803c7d3: Layer already exists [2021-05-11T02:20:38.528Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:38.812Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:fe6f512a3fa445854cbaf32b3e41550118eba2e2973fd270a2b79138933ff06e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:39.153Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:39.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-05-11T02:20:39.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-11T02:20:39.540Z] 414a1803c7d3: Preparing [2021-05-11T02:20:39.540Z] 665bda56ded7: Preparing [2021-05-11T02:20:39.540Z] 0c7499b86697: Preparing [2021-05-11T02:20:39.540Z] ed9d99d71f98: Preparing [2021-05-11T02:20:39.540Z] 32f366d666a5: Preparing [2021-05-11T02:20:39.540Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:39.540Z] ed9d99d71f98: Layer already exists [2021-05-11T02:20:39.540Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:39.540Z] 665bda56ded7: Layer already exists [2021-05-11T02:20:39.540Z] 414a1803c7d3: Layer already exists [2021-05-11T02:20:39.821Z] master: digest: sha256:fe6f512a3fa445854cbaf32b3e41550118eba2e2973fd270a2b79138933ff06e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:20:40.611Z] ===================================================== [Pipeline] echo [2021-05-11T02:20:40.626Z] taggedImages: [2021-05-11T02:20:40.626Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:40.626Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.209 [2021-05-11T02:20:40.626Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:40.627Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-05-11T02:20:40.657Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-05-11T02:20:40.657Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:40.657Z] 2.0.0-dev.209 [2021-05-11T02:20:40.657Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:40.657Z] master [2021-05-11T02:20:40.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:41.135Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:41.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:41.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-11T02:20:42.148Z] cc97734896dd: Preparing [2021-05-11T02:20:42.148Z] 9620e39f9b6c: Preparing [2021-05-11T02:20:42.148Z] 0c7499b86697: Preparing [2021-05-11T02:20:42.148Z] b999ead8e862: Preparing [2021-05-11T02:20:42.148Z] 32f366d666a5: Preparing [2021-05-11T02:20:42.148Z] b999ead8e862: Layer already exists [2021-05-11T02:20:42.148Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:42.148Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:42.148Z] cc97734896dd: Pushed [2021-05-11T02:20:44.839Z] 9620e39f9b6c: Pushed [2021-05-11T02:20:44.839Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:863a8790348d69d9da292b9ae9b77f1bbe897459f23fd2dd7a8eb40f289208da size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:45.252Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:46.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.209 [2021-05-11T02:20:46.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-11T02:20:46.468Z] cc97734896dd: Preparing [2021-05-11T02:20:46.468Z] 9620e39f9b6c: Preparing [2021-05-11T02:20:46.468Z] 0c7499b86697: Preparing [2021-05-11T02:20:46.468Z] b999ead8e862: Preparing [2021-05-11T02:20:46.468Z] 32f366d666a5: Preparing [2021-05-11T02:20:46.468Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:46.468Z] cc97734896dd: Layer already exists [2021-05-11T02:20:46.468Z] 9620e39f9b6c: Layer already exists [2021-05-11T02:20:46.468Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:46.468Z] b999ead8e862: Layer already exists [2021-05-11T02:20:46.468Z] 2.0.0-dev.209: digest: sha256:863a8790348d69d9da292b9ae9b77f1bbe897459f23fd2dd7a8eb40f289208da size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:46.956Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:47.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:47.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-11T02:20:47.277Z] cc97734896dd: Preparing [2021-05-11T02:20:47.277Z] 9620e39f9b6c: Preparing [2021-05-11T02:20:47.277Z] 0c7499b86697: Preparing [2021-05-11T02:20:47.277Z] b999ead8e862: Preparing [2021-05-11T02:20:47.277Z] 32f366d666a5: Preparing [2021-05-11T02:20:47.277Z] 9620e39f9b6c: Layer already exists [2021-05-11T02:20:47.277Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:47.277Z] b999ead8e862: Layer already exists [2021-05-11T02:20:47.277Z] cc97734896dd: Layer already exists [2021-05-11T02:20:47.277Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:47.576Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:863a8790348d69d9da292b9ae9b77f1bbe897459f23fd2dd7a8eb40f289208da size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:48.052Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:48.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-05-11T02:20:48.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-11T02:20:48.426Z] cc97734896dd: Preparing [2021-05-11T02:20:48.426Z] 9620e39f9b6c: Preparing [2021-05-11T02:20:48.426Z] 0c7499b86697: Preparing [2021-05-11T02:20:48.426Z] b999ead8e862: Preparing [2021-05-11T02:20:48.426Z] 32f366d666a5: Preparing [2021-05-11T02:20:48.426Z] 32f366d666a5: Layer already exists [2021-05-11T02:20:48.426Z] 0c7499b86697: Layer already exists [2021-05-11T02:20:48.426Z] b999ead8e862: Layer already exists [2021-05-11T02:20:48.426Z] 9620e39f9b6c: Layer already exists [2021-05-11T02:20:48.426Z] cc97734896dd: Layer already exists [2021-05-11T02:20:48.735Z] master: digest: sha256:863a8790348d69d9da292b9ae9b77f1bbe897459f23fd2dd7a8eb40f289208da size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:20:48.798Z] ===================================================== [Pipeline] echo [2021-05-11T02:20:48.817Z] taggedImages: [2021-05-11T02:20:48.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:48.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.209 [2021-05-11T02:20:48.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:48.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-05-11T02:20:48.848Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-05-11T02:20:48.848Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:48.848Z] 2.0.0-dev.209 [2021-05-11T02:20:48.848Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:20:48.848Z] master [2021-05-11T02:20:48.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:49.346Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:20:49.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:20:50.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-11T02:20:50.101Z] 9d23e8c42482: Preparing [2021-05-11T02:20:50.101Z] 0177c5f51e6a: Preparing [2021-05-11T02:20:50.101Z] f74dcfc8b2c5: Preparing [2021-05-11T02:20:50.101Z] 3d455b2ea22b: Preparing [2021-05-11T02:20:50.101Z] 0754057c0ad3: Preparing [2021-05-11T02:20:50.101Z] 998cdf262ab1: Preparing [2021-05-11T02:20:50.101Z] 02e56110abd2: Preparing [2021-05-11T02:20:50.101Z] abc36efb885a: Preparing [2021-05-11T02:20:50.101Z] b0b09059f4e1: Preparing [2021-05-11T02:20:50.101Z] bb961f40224b: Preparing [2021-05-11T02:20:50.101Z] f4666769fca7: Preparing [2021-05-11T02:20:50.101Z] 02e56110abd2: Waiting [2021-05-11T02:20:50.101Z] abc36efb885a: Waiting [2021-05-11T02:20:50.101Z] 998cdf262ab1: Waiting [2021-05-11T02:20:50.101Z] bb961f40224b: Waiting [2021-05-11T02:20:50.101Z] f4666769fca7: Waiting [2021-05-11T02:20:50.101Z] b0b09059f4e1: Waiting [2021-05-11T02:20:50.379Z] 0754057c0ad3: Layer already exists [2021-05-11T02:20:50.379Z] 998cdf262ab1: Layer already exists [2021-05-11T02:20:50.910Z] 0177c5f51e6a: Pushed [2021-05-11T02:20:50.910Z] 02e56110abd2: Layer already exists [2021-05-11T02:20:50.910Z] abc36efb885a: Layer already exists [2021-05-11T02:20:50.910Z] b0b09059f4e1: Layer already exists [2021-05-11T02:20:50.910Z] bb961f40224b: Layer already exists [2021-05-11T02:20:50.910Z] f4666769fca7: Layer already exists [2021-05-11T02:20:56.609Z] 9d23e8c42482: Pushed [2021-05-11T02:20:56.609Z] f74dcfc8b2c5: Pushed [2021-05-11T02:20:59.391Z] 3d455b2ea22b: Pushed [2021-05-11T02:20:59.683Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74: digest: sha256:7ab2539602008044769bd24d1dae4392350f0056fe46bb416d32f4a8d6f25c0f size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:00.084Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:00.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.209 [2021-05-11T02:21:00.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-11T02:21:00.766Z] 9d23e8c42482: Preparing [2021-05-11T02:21:00.766Z] 0177c5f51e6a: Preparing [2021-05-11T02:21:00.766Z] f74dcfc8b2c5: Preparing [2021-05-11T02:21:00.766Z] 3d455b2ea22b: Preparing [2021-05-11T02:21:00.766Z] 0754057c0ad3: Preparing [2021-05-11T02:21:00.766Z] 998cdf262ab1: Preparing [2021-05-11T02:21:00.766Z] 02e56110abd2: Preparing [2021-05-11T02:21:00.766Z] abc36efb885a: Preparing [2021-05-11T02:21:00.766Z] b0b09059f4e1: Preparing [2021-05-11T02:21:00.766Z] bb961f40224b: Preparing [2021-05-11T02:21:00.766Z] f4666769fca7: Preparing [2021-05-11T02:21:00.766Z] abc36efb885a: Waiting [2021-05-11T02:21:00.766Z] b0b09059f4e1: Waiting [2021-05-11T02:21:00.766Z] bb961f40224b: Waiting [2021-05-11T02:21:00.766Z] 998cdf262ab1: Waiting [2021-05-11T02:21:00.766Z] f4666769fca7: Waiting [2021-05-11T02:21:00.766Z] 02e56110abd2: Waiting [2021-05-11T02:21:01.046Z] 9d23e8c42482: Layer already exists [2021-05-11T02:21:01.046Z] 0177c5f51e6a: Layer already exists [2021-05-11T02:21:01.046Z] 0754057c0ad3: Layer already exists [2021-05-11T02:21:01.046Z] 3d455b2ea22b: Layer already exists [2021-05-11T02:21:01.046Z] f74dcfc8b2c5: Layer already exists [2021-05-11T02:21:01.046Z] b0b09059f4e1: Layer already exists [2021-05-11T02:21:01.046Z] 998cdf262ab1: Layer already exists [2021-05-11T02:21:01.046Z] abc36efb885a: Layer already exists [2021-05-11T02:21:01.046Z] bb961f40224b: Layer already exists [2021-05-11T02:21:01.046Z] 02e56110abd2: Layer already exists [2021-05-11T02:21:01.046Z] f4666769fca7: Layer already exists [2021-05-11T02:21:01.046Z] 2.0.0-dev.209: digest: sha256:7ab2539602008044769bd24d1dae4392350f0056fe46bb416d32f4a8d6f25c0f size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:01.462Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:01.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:21:01.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-11T02:21:01.840Z] 9d23e8c42482: Preparing [2021-05-11T02:21:01.840Z] 0177c5f51e6a: Preparing [2021-05-11T02:21:01.840Z] f74dcfc8b2c5: Preparing [2021-05-11T02:21:01.840Z] 3d455b2ea22b: Preparing [2021-05-11T02:21:01.840Z] 0754057c0ad3: Preparing [2021-05-11T02:21:01.840Z] 998cdf262ab1: Preparing [2021-05-11T02:21:01.840Z] 02e56110abd2: Preparing [2021-05-11T02:21:01.840Z] abc36efb885a: Preparing [2021-05-11T02:21:01.840Z] b0b09059f4e1: Preparing [2021-05-11T02:21:01.840Z] bb961f40224b: Preparing [2021-05-11T02:21:01.840Z] f4666769fca7: Preparing [2021-05-11T02:21:01.840Z] 998cdf262ab1: Waiting [2021-05-11T02:21:01.840Z] 02e56110abd2: Waiting [2021-05-11T02:21:01.840Z] abc36efb885a: Waiting [2021-05-11T02:21:01.840Z] b0b09059f4e1: Waiting [2021-05-11T02:21:01.840Z] bb961f40224b: Waiting [2021-05-11T02:21:01.840Z] f4666769fca7: Waiting [2021-05-11T02:21:02.106Z] f74dcfc8b2c5: Layer already exists [2021-05-11T02:21:02.106Z] 9d23e8c42482: Layer already exists [2021-05-11T02:21:02.106Z] 0754057c0ad3: Layer already exists [2021-05-11T02:21:02.106Z] 3d455b2ea22b: Layer already exists [2021-05-11T02:21:02.106Z] 0177c5f51e6a: Layer already exists [2021-05-11T02:21:02.106Z] 998cdf262ab1: Layer already exists [2021-05-11T02:21:02.106Z] bb961f40224b: Layer already exists [2021-05-11T02:21:02.106Z] abc36efb885a: Layer already exists [2021-05-11T02:21:02.106Z] 02e56110abd2: Layer already exists [2021-05-11T02:21:02.106Z] b0b09059f4e1: Layer already exists [2021-05-11T02:21:02.106Z] f4666769fca7: Layer already exists [2021-05-11T02:21:02.106Z] 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209: digest: sha256:7ab2539602008044769bd24d1dae4392350f0056fe46bb416d32f4a8d6f25c0f size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:02.438Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:02.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-05-11T02:21:02.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-11T02:21:02.813Z] 9d23e8c42482: Preparing [2021-05-11T02:21:02.813Z] 0177c5f51e6a: Preparing [2021-05-11T02:21:02.813Z] f74dcfc8b2c5: Preparing [2021-05-11T02:21:02.813Z] 3d455b2ea22b: Preparing [2021-05-11T02:21:02.813Z] 0754057c0ad3: Preparing [2021-05-11T02:21:02.813Z] 998cdf262ab1: Preparing [2021-05-11T02:21:02.813Z] 02e56110abd2: Preparing [2021-05-11T02:21:02.813Z] abc36efb885a: Preparing [2021-05-11T02:21:02.813Z] b0b09059f4e1: Preparing [2021-05-11T02:21:02.813Z] bb961f40224b: Preparing [2021-05-11T02:21:02.813Z] f4666769fca7: Preparing [2021-05-11T02:21:02.813Z] 998cdf262ab1: Waiting [2021-05-11T02:21:02.813Z] 02e56110abd2: Waiting [2021-05-11T02:21:02.813Z] abc36efb885a: Waiting [2021-05-11T02:21:02.813Z] b0b09059f4e1: Waiting [2021-05-11T02:21:02.813Z] bb961f40224b: Waiting [2021-05-11T02:21:02.813Z] f4666769fca7: Waiting [2021-05-11T02:21:02.813Z] f74dcfc8b2c5: Layer already exists [2021-05-11T02:21:02.813Z] 9d23e8c42482: Layer already exists [2021-05-11T02:21:02.813Z] 0754057c0ad3: Layer already exists [2021-05-11T02:21:02.813Z] 3d455b2ea22b: Layer already exists [2021-05-11T02:21:02.813Z] 0177c5f51e6a: Layer already exists [2021-05-11T02:21:02.813Z] 02e56110abd2: Layer already exists [2021-05-11T02:21:02.813Z] bb961f40224b: Layer already exists [2021-05-11T02:21:02.813Z] 998cdf262ab1: Layer already exists [2021-05-11T02:21:02.813Z] b0b09059f4e1: Layer already exists [2021-05-11T02:21:02.813Z] abc36efb885a: Layer already exists [2021-05-11T02:21:03.098Z] f4666769fca7: Layer already exists [2021-05-11T02:21:03.098Z] master: digest: sha256:7ab2539602008044769bd24d1dae4392350f0056fe46bb416d32f4a8d6f25c0f size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T02:21:03.318Z] ===================================================== [Pipeline] echo [2021-05-11T02:21:03.332Z] taggedImages: [2021-05-11T02:21:03.332Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [2021-05-11T02:21:03.332Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.209 [2021-05-11T02:21:03.332Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1bd504d4ec96644759bdb98a5e1b7a1cb9062b74-2.0.0-dev.209 [2021-05-11T02:21:03.332Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T02:21:04.387Z] provisioning config files... [2021-05-11T02:21:04.407Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/477@tmp/config7023529526249617917tmp [Pipeline] { [Pipeline] sh [2021-05-11T02:21:04.747Z] + set +x [2021-05-11T02:21:04.747Z] + curl -s https://codecov.io/bash [2021-05-11T02:21:04.747Z] + bash -s -- [2021-05-11T02:21:05.018Z] [2021-05-11T02:21:05.018Z] _____ _ [2021-05-11T02:21:05.018Z] / ____| | | [2021-05-11T02:21:05.018Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T02:21:05.018Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T02:21:05.018Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T02:21:05.018Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T02:21:05.018Z] Bash-1.0.2 [2021-05-11T02:21:05.018Z] [2021-05-11T02:21:05.018Z] [2021-05-11T02:21:05.018Z] ==> git version 2.24.3 found [2021-05-11T02:21:05.323Z] ==> 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-11T02:21:05.323Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T02:21:05.323Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T02:21:05.323Z] ==> Jenkins CI detected. [2021-05-11T02:21:05.323Z] project root: . [2021-05-11T02:21:05.323Z] --> token set from env [2021-05-11T02:21:05.323Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T02:21:05.323Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T02:21:05.323Z] ==> Python coveragepy not found [2021-05-11T02:21:05.323Z] ==> Searching for coverage reports in: [2021-05-11T02:21:05.323Z] + . [2021-05-11T02:21:05.323Z] -> Found 1 reports [2021-05-11T02:21:05.323Z] ==> Detecting git/mercurial file structure [2021-05-11T02:21:05.323Z] ==> Reading reports [2021-05-11T02:21:06.392Z] + ./coverage.out bytes=719397 [2021-05-11T02:21:06.392Z] ==> Appending adjustments [2021-05-11T02:21:06.392Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T02:21:13.249Z] + Found adjustments [2021-05-11T02:21:13.249Z] ==> Gzipping contents [2021-05-11T02:21:13.249Z] 104K /tmp/codecov.rzdBtS.gz [2021-05-11T02:21:13.249Z] ==> Uploading reports [2021-05-11T02:21:13.249Z] url: https://codecov.io [2021-05-11T02:21:13.249Z] query: branch=master&commit=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74&build=477&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F477%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T02:21:13.249Z] -> Pinging Codecov [2021-05-11T02:21:13.249Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=1bd504d4ec96644759bdb98a5e1b7a1cb9062b74&build=477&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F477%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T02:21:13.249Z] -> Uploading to [2021-05-11T02:21:13.249Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/1bd504d4ec96644759bdb98a5e1b7a1cb9062b74/dbb6f6d8-7e59-4538-9716-6032bb55271f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T022113Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f3981d866d7e9d2d8104b87d92d775f2564d0192569a0b3dce12edc01d4999a6 [2021-05-11T02:21:13.249Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:21:13.249Z] Dload Upload Total Spent Left Speed [2021-05-11T02:21:14.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 151k --:--:-- --:--:-- --:--:-- 151k [2021-05-11T02:21:14.138Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 [Pipeline] } [2021-05-11T02:21:14.157Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-05-11T02:21:14.574Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T02:21:14.610Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:15.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T02:21:15.319Z] [2021-05-11T02:21:15.319Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:21:15.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T02:21:15.701Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T02:21:15.701Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T02:21:15.701Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T02:21:15.701Z] de9db76c5a1d: Pulling fs layer [2021-05-11T02:21:15.701Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T02:21:15.701Z] 0d57e429df01: Pulling fs layer [2021-05-11T02:21:15.701Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T02:21:15.701Z] e1f770b5df2f: Pulling fs layer [2021-05-11T02:21:15.701Z] 85a0685a4137: Pulling fs layer [2021-05-11T02:21:15.701Z] e1f770b5df2f: Waiting [2021-05-11T02:21:15.701Z] 85a0685a4137: Waiting [2021-05-11T02:21:15.701Z] 0d57e429df01: Waiting [2021-05-11T02:21:15.701Z] 4e4be7b47b0d: Waiting [2021-05-11T02:21:15.701Z] 0eba1c9be4d2: Waiting [2021-05-11T02:21:16.043Z] de9db76c5a1d: Verifying Checksum [2021-05-11T02:21:16.043Z] de9db76c5a1d: Download complete [2021-05-11T02:21:16.043Z] 0ef7d3d256c8: Verifying Checksum [2021-05-11T02:21:16.043Z] 0ef7d3d256c8: Download complete [2021-05-11T02:21:16.043Z] 0d57e429df01: Verifying Checksum [2021-05-11T02:21:16.043Z] 0d57e429df01: Download complete [2021-05-11T02:21:16.043Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T02:21:16.043Z] 4e4be7b47b0d: Download complete [2021-05-11T02:21:16.356Z] 188c0c94c7c5: Download complete [2021-05-11T02:21:17.529Z] 188c0c94c7c5: Pull complete [2021-05-11T02:21:17.881Z] 0ef7d3d256c8: Pull complete [2021-05-11T02:21:18.186Z] de9db76c5a1d: Pull complete [2021-05-11T02:21:18.914Z] e1f770b5df2f: Verifying Checksum [2021-05-11T02:21:18.914Z] e1f770b5df2f: Download complete [2021-05-11T02:21:26.172Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T02:21:26.172Z] 0eba1c9be4d2: Download complete [2021-05-11T02:21:26.172Z] 85a0685a4137: Verifying Checksum [2021-05-11T02:21:26.172Z] 85a0685a4137: Download complete [2021-05-11T02:21:36.592Z] 0eba1c9be4d2: Pull complete [2021-05-11T02:21:36.953Z] 0d57e429df01: Pull complete [2021-05-11T02:21:37.242Z] 4e4be7b47b0d: Pull complete [2021-05-11T02:21:42.916Z] e1f770b5df2f: Pull complete [2021-05-11T02:21:58.564Z] 85a0685a4137: Pull complete [2021-05-11T02:21:58.564Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T02:21:58.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T02:21:58.564Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T02:21:59.023Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:21:59.257Z] $ 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/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-11T02:22:01.408Z] $ docker top 1e628d9775f7596ed66a959fb1e9c58df6413f021c228dc3fb3ae74df8df31e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T02:22:02.232Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T02:22:03.371Z] + set -o pipefail [2021-05-11T02:22:03.371Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T02:22:25.751Z] [2021-05-11T02:22:25.751Z] Monitoring /w/workspace/edgex-go/477 (github.com/edgexfoundry/edgex-go)... [2021-05-11T02:22:25.751Z] [2021-05-11T02:22:25.751Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/4fe9c14a-8cbc-42bd-be85-f31f4ad05662 [2021-05-11T02:22:25.751Z] [2021-05-11T02:22:25.751Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T02:22:25.751Z] [2021-05-11T02:22:25.751Z] [Pipeline] } [2021-05-11T02:22:25.792Z] $ docker stop --time=1 1e628d9775f7596ed66a959fb1e9c58df6413f021c228dc3fb3ae74df8df31e0 [2021-05-11T02:22:28.256Z] $ docker rm -f 1e628d9775f7596ed66a959fb1e9c58df6413f021c228dc3fb3ae74df8df31e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-11T02:22:29.980Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T02:22:30.001Z] provisioning config files... [2021-05-11T02:22:30.043Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/477@tmp/config2119172778817353296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:22:30.421Z] --> edgex-publish-swagger.sh [2021-05-11T02:22:30.421Z] === Publish openapi/v1 API === [2021-05-11T02:22:30.421Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-11T02:22:30.421Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/477/openapi/v1/core-command.yaml] [2021-05-11T02:22:30.421Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:30.421Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:31.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9786 0:00:01 0:00:01 --:--:-- 9797 [2021-05-11T02:22:31.675Z] [2021-05-11T02:22:31.675Z] [2021-05-11T02:22:31.675Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/477/openapi/v1/core-data.yaml] [2021-05-11T02:22:31.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:31.675Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:32.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30093 0:00:01 0:00:01 --:--:-- 30089 100 32557 0 0 100 32557 0 30083 0:00:01 0:00:01 --:--:-- 30089 [2021-05-11T02:22:32.644Z] [2021-05-11T02:22:32.644Z] [2021-05-11T02:22:32.644Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/477/openapi/v1/core-metadata.yaml] [2021-05-11T02:22:32.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:32.644Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:34.084Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64174 0:00:01 0:00:01 --:--:-- 64216 100 73721 0 0 100 73721 0 64156 0:00:01 0:00:01 --:--:-- 64216 [2021-05-11T02:22:34.084Z] [2021-05-11T02:22:34.084Z] [2021-05-11T02:22:34.084Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/477/openapi/v1/support-logging.yaml] [2021-05-11T02:22:34.084Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:34.084Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:34.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13809 --:--:-- --:--:-- --:--:-- 13801 100 13581 0 0 100 13581 0 13806 --:--:-- --:--:-- --:--:-- 13801 [2021-05-11T02:22:34.687Z] [2021-05-11T02:22:34.687Z] [2021-05-11T02:22:34.687Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/477/openapi/v1/support-notifications.yaml] [2021-05-11T02:22:34.963Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:34.963Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:36.028Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32537 0:00:01 0:00:01 --:--:-- 32571 100 38890 0 0 100 38890 0 32524 0:00:01 0:00:01 --:--:-- 32543 [2021-05-11T02:22:36.028Z] [2021-05-11T02:22:36.028Z] [2021-05-11T02:22:36.028Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/477/openapi/v1/support-scheduler.yaml] [2021-05-11T02:22:36.028Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:36.028Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:37.708Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13525 0:00:01 0:00:01 --:--:-- 13531 100 14249 0 0 100 14249 0 13519 0:00:01 0:00:01 --:--:-- 13531 [2021-05-11T02:22:37.708Z] [2021-05-11T02:22:37.708Z] [2021-05-11T02:22:37.708Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/477/openapi/v1/system-agent.yaml] [2021-05-11T02:22:37.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:37.708Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:38.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3852 0:00:01 0:00:01 --:--:-- 3855 100 4110 0 0 100 4110 0 3851 0:00:01 0:00:01 --:--:-- 3855 [2021-05-11T02:22:38.343Z] [2021-05-11T02:22:38.343Z] [2021-05-11T02:22:38.343Z] === Publish openapi/v2 API === [2021-05-11T02:22:38.343Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-11T02:22:38.343Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/477/openapi/v2/core-command.yaml] [2021-05-11T02:22:38.343Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:38.343Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:39.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 26774 0:00:01 0:00:01 --:--:-- 26781 [2021-05-11T02:22:39.629Z] [2021-05-11T02:22:39.629Z] [2021-05-11T02:22:39.629Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/477/openapi/v2/core-data.yaml] [2021-05-11T02:22:39.629Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:39.629Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:40.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 51361 0:00:01 0:00:01 --:--:-- 51361 100 56190 0 0 100 56190 0 51344 0:00:01 0:00:01 --:--:-- 51315 [2021-05-11T02:22:40.589Z] [2021-05-11T02:22:40.589Z] [2021-05-11T02:22:40.589Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/477/openapi/v2/core-metadata.yaml] [2021-05-11T02:22:40.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:40.589Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:42.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 108k 0:00:01 0:00:01 --:--:-- 108k 100 118k 0 0 100 118k 0 108k 0:00:01 0:00:01 --:--:-- 108k [2021-05-11T02:22:42.068Z] [2021-05-11T02:22:42.068Z] [2021-05-11T02:22:42.068Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/477/openapi/v2/support-notifications.yaml] [2021-05-11T02:22:42.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:42.068Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:42.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76036 0 0 100 76036 0 73027 0:00:01 0:00:01 --:--:-- 73111 100 76036 0 0 100 76036 0 72999 0:00:01 0:00:01 --:--:-- 73041 [2021-05-11T02:22:42.922Z] [2021-05-11T02:22:42.922Z] [2021-05-11T02:22:42.922Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/477/openapi/v2/support-scheduler.yaml] [2021-05-11T02:22:42.922Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:42.922Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:43.970Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 36420 0:00:01 0:00:01 --:--:-- 36450 100 37617 0 0 100 37617 0 36407 0:00:01 0:00:01 --:--:-- 36450 [2021-05-11T02:22:43.970Z] [2021-05-11T02:22:43.970Z] [2021-05-11T02:22:43.970Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/477/openapi/v2/system-agent.yaml] [2021-05-11T02:22:43.970Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T02:22:43.970Z] Dload Upload Total Spent Left Speed [2021-05-11T02:22:45.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 18415 0:00:01 0:00:01 --:--:-- 18422 100 23157 0 0 100 23157 0 18409 0:00:01 0:00:01 --:--:-- 18422 [2021-05-11T02:22:45.408Z] [2021-05-11T02:22:45.408Z] [Pipeline] } [2021-05-11T02:22:45.463Z] 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-11T02:22:46.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T02:22:46.036Z] . [Pipeline] withDockerContainer [2021-05-11T02:22:46.511Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:22:46.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T02:22:48.050Z] $ docker top bf8571486107c7735a0169ddc29e91101eef026d7e7cbe917d2f9ce714776387 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T02:22:48.459Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T02:22:48.459Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T02:22:49.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T02:22:49.016Z] $ docker exec bf8571486107c7735a0169ddc29e91101eef026d7e7cbe917d2f9ce714776387 ssh-agent [2021-05-11T02:22:49.512Z] SSH_AUTH_SOCK=/tmp/ssh-iuWKO1R4JOaG/agent.11 [2021-05-11T02:22:49.512Z] SSH_AGENT_PID=16 [2021-05-11T02:22:49.539Z] Running ssh-add (command line suppressed) [2021-05-11T02:22:49.906Z] Identity added: /w/workspace/edgex-go/477@tmp/private_key_753231205283803664.key (/w/workspace/edgex-go/477@tmp/private_key_753231205283803664.key) [2021-05-11T02:22:50.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T02:22:50.407Z] + git semver tag [2021-05-11T02:22:51.493Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T02:22:51.493Z] # $GIT_DIR = /w/workspace/edgex-go/477/.git [2021-05-11T02:22:51.493Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/477 [2021-05-11T02:22:51.493Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T02:22:51.493Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T02:22:51.493Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T02:22:51.493Z] # $SEMVER_BRANCH = master [2021-05-11T02:22:51.493Z] # $SEMVER_DIR = /w/workspace/edgex-go/477/.semver [2021-05-11T02:22:51.493Z] # 1bd504d4ec96644759bdb98a5e1b7a1cb9062b74 HEAD [2021-05-11T02:22:52.526Z] # -> Force: false [2021-05-11T02:22:52.526Z] # 05d089a9b807726d4e6f6e852e0fc86079f16739 refs/tags/v2.0.0-dev.209 [Pipeline] } [2021-05-11T02:22:52.588Z] $ docker exec --env ******** --env ******** bf8571486107c7735a0169ddc29e91101eef026d7e7cbe917d2f9ce714776387 ssh-agent -k [2021-05-11T02:22:52.934Z] unset SSH_AUTH_SOCK; [2021-05-11T02:22:52.935Z] unset SSH_AGENT_PID; [2021-05-11T02:22:52.935Z] echo Agent pid 16 killed; [2021-05-11T02:22:53.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T02:22:53.809Z] + git semver [Pipeline] } [2021-05-11T02:22:53.862Z] $ docker stop --time=1 bf8571486107c7735a0169ddc29e91101eef026d7e7cbe917d2f9ce714776387 [2021-05-11T02:22:55.851Z] $ docker rm -f bf8571486107c7735a0169ddc29e91101eef026d7e7cbe917d2f9ce714776387 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:22:56.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T02:22:56.530Z] [2021-05-11T02:22:56.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:22:56.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T02:22:56.964Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T02:22:56.964Z] ab5ef0e58194: Pulling fs layer [2021-05-11T02:22:56.964Z] 9712f1f96733: Pulling fs layer [2021-05-11T02:22:56.964Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T02:22:56.964Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T02:22:56.964Z] e9a5061849ea: Pulling fs layer [2021-05-11T02:22:56.964Z] d747dcd14b5f: Pulling fs layer [2021-05-11T02:22:56.964Z] 2de7ff778b66: Pulling fs layer [2021-05-11T02:22:56.964Z] 0d9ebad4ef96: Waiting [2021-05-11T02:22:56.964Z] e9a5061849ea: Waiting [2021-05-11T02:22:56.964Z] d747dcd14b5f: Waiting [2021-05-11T02:22:56.964Z] 2de7ff778b66: Waiting [2021-05-11T02:22:57.255Z] 9712f1f96733: Verifying Checksum [2021-05-11T02:22:57.255Z] 9712f1f96733: Download complete [2021-05-11T02:22:59.586Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T02:22:59.586Z] 63f879dbbcfc: Download complete [2021-05-11T02:23:00.689Z] e9a5061849ea: Verifying Checksum [2021-05-11T02:23:00.689Z] e9a5061849ea: Download complete [2021-05-11T02:23:00.689Z] d747dcd14b5f: Verifying Checksum [2021-05-11T02:23:00.689Z] d747dcd14b5f: Download complete [2021-05-11T02:23:01.820Z] 2de7ff778b66: Verifying Checksum [2021-05-11T02:23:01.820Z] 2de7ff778b66: Download complete [2021-05-11T02:23:02.143Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T02:23:02.143Z] 0d9ebad4ef96: Download complete [2021-05-11T02:23:02.143Z] ab5ef0e58194: Download complete [2021-05-11T02:23:12.607Z] ab5ef0e58194: Pull complete [2021-05-11T02:23:12.607Z] 9712f1f96733: Pull complete [2021-05-11T02:23:14.692Z] 63f879dbbcfc: Pull complete [2021-05-11T02:23:27.354Z] 0d9ebad4ef96: Pull complete [2021-05-11T02:23:28.412Z] e9a5061849ea: Pull complete [2021-05-11T02:23:28.703Z] d747dcd14b5f: Pull complete [2021-05-11T02:23:33.289Z] 2de7ff778b66: Pull complete [2021-05-11T02:23:33.289Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T02:23:33.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T02:23:33.289Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T02:23:34.282Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:23:34.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-11T02:23:38.877Z] $ docker top 2218a3c5f2100efcef460863e9acbf668cfca5d1236bd118df549cc4ed35377a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T02:23:39.352Z] provisioning config files... [2021-05-11T02:23:39.407Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/477@tmp/config4117460147325260090tmp [2021-05-11T02:23:39.464Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/477@tmp/config7182586239628188185tmp [2021-05-11T02:23:39.528Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/477@tmp/config2618606547869988734tmp [Pipeline] { [Pipeline] echo [2021-05-11T02:23:39.592Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:23:40.316Z] ---> sigul-configuration.sh [2021-05-11T02:23:40.316Z] gpg: directory `/root/.gnupg' created [2021-05-11T02:23:40.316Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T02:23:40.316Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T02:23:40.316Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T02:23:40.316Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T02:23:40.316Z] gpg: CAST5 encrypted data [2021-05-11T02:23:40.316Z] gpg: encrypted with 1 passphrase [2021-05-11T02:23:40.316Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T02:23:41.366Z] + mkdir /home/jenkins [2021-05-11T02:23:41.366Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T02:23:42.125Z] + 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-11T02:23:42.172Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:23:42.597Z] ---> sigul-install.sh [2021-05-11T02:23:55.186Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T02:23:55.915Z] + git tag --list [2021-05-11T02:23:55.915Z] 0.6.0 [2021-05-11T02:23:55.915Z] 0.6.1 [2021-05-11T02:23:55.915Z] 0.7.0 [2021-05-11T02:23:55.915Z] 0.7.1 [2021-05-11T02:23:55.915Z] v0.0.0 [2021-05-11T02:23:55.915Z] v0.0.1-dev.1 [2021-05-11T02:23:55.915Z] v1.0.0 [2021-05-11T02:23:55.915Z] v1.0.1 [2021-05-11T02:23:55.915Z] v1.1.0 [2021-05-11T02:23:55.915Z] v1.2.0 [2021-05-11T02:23:55.915Z] v1.2.1 [2021-05-11T02:23:55.915Z] v1.2.2-dev.1 [2021-05-11T02:23:55.915Z] v1.2.2-dev.10 [2021-05-11T02:23:55.915Z] v1.2.2-dev.100 [2021-05-11T02:23:55.915Z] v1.2.2-dev.101 [2021-05-11T02:23:55.915Z] v1.2.2-dev.102 [2021-05-11T02:23:55.915Z] v1.2.2-dev.103 [2021-05-11T02:23:55.915Z] v1.2.2-dev.104 [2021-05-11T02:23:55.915Z] v1.2.2-dev.105 [2021-05-11T02:23:55.915Z] v1.2.2-dev.106 [2021-05-11T02:23:55.915Z] v1.2.2-dev.107 [2021-05-11T02:23:55.915Z] v1.2.2-dev.11 [2021-05-11T02:23:55.915Z] v1.2.2-dev.12 [2021-05-11T02:23:55.915Z] v1.2.2-dev.13 [2021-05-11T02:23:55.915Z] v1.2.2-dev.14 [2021-05-11T02:23:55.915Z] v1.2.2-dev.15 [2021-05-11T02:23:55.915Z] v1.2.2-dev.16 [2021-05-11T02:23:55.915Z] v1.2.2-dev.17 [2021-05-11T02:23:55.915Z] v1.2.2-dev.18 [2021-05-11T02:23:55.915Z] v1.2.2-dev.19 [2021-05-11T02:23:55.915Z] v1.2.2-dev.2 [2021-05-11T02:23:55.915Z] v1.2.2-dev.20 [2021-05-11T02:23:55.915Z] v1.2.2-dev.21 [2021-05-11T02:23:55.915Z] v1.2.2-dev.22 [2021-05-11T02:23:55.915Z] v1.2.2-dev.23 [2021-05-11T02:23:55.915Z] v1.2.2-dev.24 [2021-05-11T02:23:55.915Z] v1.2.2-dev.25 [2021-05-11T02:23:55.915Z] v1.2.2-dev.26 [2021-05-11T02:23:55.915Z] v1.2.2-dev.27 [2021-05-11T02:23:55.915Z] v1.2.2-dev.28 [2021-05-11T02:23:55.915Z] v1.2.2-dev.29 [2021-05-11T02:23:55.915Z] v1.2.2-dev.3 [2021-05-11T02:23:55.915Z] v1.2.2-dev.30 [2021-05-11T02:23:55.915Z] v1.2.2-dev.31 [2021-05-11T02:23:55.915Z] v1.2.2-dev.32 [2021-05-11T02:23:55.915Z] v1.2.2-dev.33 [2021-05-11T02:23:55.915Z] v1.2.2-dev.34 [2021-05-11T02:23:55.915Z] v1.2.2-dev.35 [2021-05-11T02:23:55.915Z] v1.2.2-dev.36 [2021-05-11T02:23:55.915Z] v1.2.2-dev.37 [2021-05-11T02:23:55.915Z] v1.2.2-dev.38 [2021-05-11T02:23:55.915Z] v1.2.2-dev.39 [2021-05-11T02:23:55.915Z] v1.2.2-dev.4 [2021-05-11T02:23:55.915Z] v1.2.2-dev.40 [2021-05-11T02:23:55.915Z] v1.2.2-dev.41 [2021-05-11T02:23:55.915Z] v1.2.2-dev.42 [2021-05-11T02:23:55.915Z] v1.2.2-dev.43 [2021-05-11T02:23:55.915Z] v1.2.2-dev.44 [2021-05-11T02:23:55.915Z] v1.2.2-dev.45 [2021-05-11T02:23:55.915Z] v1.2.2-dev.46 [2021-05-11T02:23:55.915Z] v1.2.2-dev.47 [2021-05-11T02:23:55.915Z] v1.2.2-dev.48 [2021-05-11T02:23:55.915Z] v1.2.2-dev.49 [2021-05-11T02:23:55.915Z] v1.2.2-dev.5 [2021-05-11T02:23:55.915Z] v1.2.2-dev.50 [2021-05-11T02:23:55.915Z] v1.2.2-dev.51 [2021-05-11T02:23:55.915Z] v1.2.2-dev.52 [2021-05-11T02:23:55.915Z] v1.2.2-dev.53 [2021-05-11T02:23:55.915Z] v1.2.2-dev.54 [2021-05-11T02:23:55.915Z] v1.2.2-dev.55 [2021-05-11T02:23:55.915Z] v1.2.2-dev.56 [2021-05-11T02:23:55.915Z] v1.2.2-dev.57 [2021-05-11T02:23:55.915Z] v1.2.2-dev.58 [2021-05-11T02:23:55.915Z] v1.2.2-dev.59 [2021-05-11T02:23:55.915Z] v1.2.2-dev.6 [2021-05-11T02:23:55.915Z] v1.2.2-dev.60 [2021-05-11T02:23:55.915Z] v1.2.2-dev.61 [2021-05-11T02:23:55.915Z] v1.2.2-dev.62 [2021-05-11T02:23:55.915Z] v1.2.2-dev.63 [2021-05-11T02:23:55.915Z] v1.2.2-dev.64 [2021-05-11T02:23:55.915Z] v1.2.2-dev.65 [2021-05-11T02:23:55.915Z] v1.2.2-dev.66 [2021-05-11T02:23:55.915Z] v1.2.2-dev.67 [2021-05-11T02:23:55.915Z] v1.2.2-dev.68 [2021-05-11T02:23:55.915Z] v1.2.2-dev.69 [2021-05-11T02:23:55.915Z] v1.2.2-dev.7 [2021-05-11T02:23:55.915Z] v1.2.2-dev.70 [2021-05-11T02:23:55.915Z] v1.2.2-dev.71 [2021-05-11T02:23:55.915Z] v1.2.2-dev.72 [2021-05-11T02:23:55.915Z] v1.2.2-dev.73 [2021-05-11T02:23:55.915Z] v1.2.2-dev.74 [2021-05-11T02:23:55.915Z] v1.2.2-dev.75 [2021-05-11T02:23:55.915Z] v1.2.2-dev.76 [2021-05-11T02:23:55.915Z] v1.2.2-dev.77 [2021-05-11T02:23:55.915Z] v1.2.2-dev.78 [2021-05-11T02:23:55.915Z] v1.2.2-dev.79 [2021-05-11T02:23:55.915Z] v1.2.2-dev.8 [2021-05-11T02:23:55.915Z] v1.2.2-dev.80 [2021-05-11T02:23:55.915Z] v1.2.2-dev.81 [2021-05-11T02:23:55.915Z] v1.2.2-dev.82 [2021-05-11T02:23:55.915Z] v1.2.2-dev.83 [2021-05-11T02:23:55.915Z] v1.2.2-dev.84 [2021-05-11T02:23:55.915Z] v1.2.2-dev.85 [2021-05-11T02:23:55.915Z] v1.2.2-dev.86 [2021-05-11T02:23:55.915Z] v1.2.2-dev.87 [2021-05-11T02:23:55.915Z] v1.2.2-dev.88 [2021-05-11T02:23:55.915Z] v1.2.2-dev.89 [2021-05-11T02:23:55.915Z] v1.2.2-dev.9 [2021-05-11T02:23:55.915Z] v1.2.2-dev.90 [2021-05-11T02:23:55.915Z] v1.2.2-dev.91 [2021-05-11T02:23:55.915Z] v1.2.2-dev.92 [2021-05-11T02:23:55.915Z] v1.2.2-dev.93 [2021-05-11T02:23:55.915Z] v1.2.2-dev.94 [2021-05-11T02:23:55.915Z] v1.2.2-dev.95 [2021-05-11T02:23:55.915Z] v1.2.2-dev.96 [2021-05-11T02:23:55.915Z] v1.2.2-dev.97 [2021-05-11T02:23:55.915Z] v1.2.2-dev.98 [2021-05-11T02:23:55.915Z] v1.2.2-dev.99 [2021-05-11T02:23:55.915Z] v1.3.0 [2021-05-11T02:23:55.915Z] v1.3.1 [2021-05-11T02:23:55.915Z] v1.3.1-dev.1 [2021-05-11T02:23:55.915Z] v1.3.1-dev.10 [2021-05-11T02:23:55.915Z] v1.3.1-dev.11 [2021-05-11T02:23:55.915Z] v1.3.1-dev.12 [2021-05-11T02:23:55.915Z] v1.3.1-dev.13 [2021-05-11T02:23:55.915Z] v1.3.1-dev.14 [2021-05-11T02:23:55.915Z] v1.3.1-dev.15 [2021-05-11T02:23:55.915Z] v1.3.1-dev.16 [2021-05-11T02:23:55.915Z] v1.3.1-dev.17 [2021-05-11T02:23:55.915Z] v1.3.1-dev.18 [2021-05-11T02:23:55.915Z] v1.3.1-dev.2 [2021-05-11T02:23:55.915Z] v1.3.1-dev.3 [2021-05-11T02:23:55.915Z] v1.3.1-dev.4 [2021-05-11T02:23:55.915Z] v1.3.1-dev.5 [2021-05-11T02:23:55.915Z] v1.3.1-dev.6 [2021-05-11T02:23:55.915Z] v1.3.1-dev.7 [2021-05-11T02:23:55.915Z] v1.3.1-dev.8 [2021-05-11T02:23:55.915Z] v1.3.1-dev.9 [2021-05-11T02:23:55.915Z] v2.0.0-dev.1 [2021-05-11T02:23:55.915Z] v2.0.0-dev.10 [2021-05-11T02:23:55.915Z] v2.0.0-dev.100 [2021-05-11T02:23:55.915Z] v2.0.0-dev.101 [2021-05-11T02:23:55.915Z] v2.0.0-dev.102 [2021-05-11T02:23:55.915Z] v2.0.0-dev.103 [2021-05-11T02:23:55.915Z] v2.0.0-dev.104 [2021-05-11T02:23:55.915Z] v2.0.0-dev.105 [2021-05-11T02:23:55.915Z] v2.0.0-dev.106 [2021-05-11T02:23:55.915Z] v2.0.0-dev.107 [2021-05-11T02:23:55.915Z] v2.0.0-dev.108 [2021-05-11T02:23:55.915Z] v2.0.0-dev.109 [2021-05-11T02:23:55.915Z] v2.0.0-dev.11 [2021-05-11T02:23:55.915Z] v2.0.0-dev.110 [2021-05-11T02:23:55.915Z] v2.0.0-dev.111 [2021-05-11T02:23:55.915Z] v2.0.0-dev.112 [2021-05-11T02:23:55.915Z] v2.0.0-dev.113 [2021-05-11T02:23:55.915Z] v2.0.0-dev.114 [2021-05-11T02:23:55.915Z] v2.0.0-dev.115 [2021-05-11T02:23:55.915Z] v2.0.0-dev.116 [2021-05-11T02:23:55.915Z] v2.0.0-dev.117 [2021-05-11T02:23:55.915Z] v2.0.0-dev.118 [2021-05-11T02:23:55.915Z] v2.0.0-dev.119 [2021-05-11T02:23:55.915Z] v2.0.0-dev.12 [2021-05-11T02:23:55.915Z] v2.0.0-dev.120 [2021-05-11T02:23:55.915Z] v2.0.0-dev.121 [2021-05-11T02:23:55.915Z] v2.0.0-dev.122 [2021-05-11T02:23:55.915Z] v2.0.0-dev.123 [2021-05-11T02:23:55.915Z] v2.0.0-dev.124 [2021-05-11T02:23:55.915Z] v2.0.0-dev.125 [2021-05-11T02:23:55.915Z] v2.0.0-dev.126 [2021-05-11T02:23:55.915Z] v2.0.0-dev.127 [2021-05-11T02:23:55.915Z] v2.0.0-dev.128 [2021-05-11T02:23:55.915Z] v2.0.0-dev.129 [2021-05-11T02:23:55.915Z] v2.0.0-dev.13 [2021-05-11T02:23:55.915Z] v2.0.0-dev.130 [2021-05-11T02:23:55.915Z] v2.0.0-dev.131 [2021-05-11T02:23:55.915Z] v2.0.0-dev.132 [2021-05-11T02:23:55.915Z] v2.0.0-dev.133 [2021-05-11T02:23:55.915Z] v2.0.0-dev.134 [2021-05-11T02:23:55.915Z] v2.0.0-dev.135 [2021-05-11T02:23:55.915Z] v2.0.0-dev.136 [2021-05-11T02:23:55.915Z] v2.0.0-dev.137 [2021-05-11T02:23:55.915Z] v2.0.0-dev.138 [2021-05-11T02:23:55.915Z] v2.0.0-dev.139 [2021-05-11T02:23:55.915Z] v2.0.0-dev.14 [2021-05-11T02:23:55.915Z] v2.0.0-dev.140 [2021-05-11T02:23:55.915Z] v2.0.0-dev.141 [2021-05-11T02:23:55.915Z] v2.0.0-dev.142 [2021-05-11T02:23:55.915Z] v2.0.0-dev.143 [2021-05-11T02:23:55.915Z] v2.0.0-dev.144 [2021-05-11T02:23:55.915Z] v2.0.0-dev.145 [2021-05-11T02:23:55.915Z] v2.0.0-dev.146 [2021-05-11T02:23:55.915Z] v2.0.0-dev.147 [2021-05-11T02:23:55.915Z] v2.0.0-dev.148 [2021-05-11T02:23:55.915Z] v2.0.0-dev.149 [2021-05-11T02:23:55.915Z] v2.0.0-dev.15 [2021-05-11T02:23:55.915Z] v2.0.0-dev.150 [2021-05-11T02:23:55.915Z] v2.0.0-dev.151 [2021-05-11T02:23:55.915Z] v2.0.0-dev.152 [2021-05-11T02:23:55.915Z] v2.0.0-dev.153 [2021-05-11T02:23:55.915Z] v2.0.0-dev.154 [2021-05-11T02:23:55.915Z] v2.0.0-dev.155 [2021-05-11T02:23:55.915Z] v2.0.0-dev.156 [2021-05-11T02:23:55.915Z] v2.0.0-dev.157 [2021-05-11T02:23:55.915Z] v2.0.0-dev.158 [2021-05-11T02:23:55.915Z] v2.0.0-dev.159 [2021-05-11T02:23:55.915Z] v2.0.0-dev.16 [2021-05-11T02:23:55.915Z] v2.0.0-dev.160 [2021-05-11T02:23:55.915Z] v2.0.0-dev.161 [2021-05-11T02:23:55.915Z] v2.0.0-dev.162 [2021-05-11T02:23:55.915Z] v2.0.0-dev.163 [2021-05-11T02:23:55.915Z] v2.0.0-dev.164 [2021-05-11T02:23:55.915Z] v2.0.0-dev.165 [2021-05-11T02:23:55.915Z] v2.0.0-dev.166 [2021-05-11T02:23:55.915Z] v2.0.0-dev.167 [2021-05-11T02:23:55.915Z] v2.0.0-dev.168 [2021-05-11T02:23:55.915Z] v2.0.0-dev.169 [2021-05-11T02:23:55.915Z] v2.0.0-dev.17 [2021-05-11T02:23:55.915Z] v2.0.0-dev.170 [2021-05-11T02:23:55.915Z] v2.0.0-dev.171 [2021-05-11T02:23:55.915Z] v2.0.0-dev.172 [2021-05-11T02:23:55.915Z] v2.0.0-dev.173 [2021-05-11T02:23:55.915Z] v2.0.0-dev.174 [2021-05-11T02:23:55.915Z] v2.0.0-dev.175 [2021-05-11T02:23:55.915Z] v2.0.0-dev.176 [2021-05-11T02:23:55.915Z] v2.0.0-dev.177 [2021-05-11T02:23:55.915Z] v2.0.0-dev.178 [2021-05-11T02:23:55.915Z] v2.0.0-dev.179 [2021-05-11T02:23:55.915Z] v2.0.0-dev.18 [2021-05-11T02:23:55.915Z] v2.0.0-dev.180 [2021-05-11T02:23:55.916Z] v2.0.0-dev.181 [2021-05-11T02:23:55.916Z] v2.0.0-dev.182 [2021-05-11T02:23:55.916Z] v2.0.0-dev.183 [2021-05-11T02:23:55.916Z] v2.0.0-dev.184 [2021-05-11T02:23:55.916Z] v2.0.0-dev.185 [2021-05-11T02:23:55.916Z] v2.0.0-dev.186 [2021-05-11T02:23:55.916Z] v2.0.0-dev.187 [2021-05-11T02:23:55.916Z] v2.0.0-dev.188 [2021-05-11T02:23:55.916Z] v2.0.0-dev.189 [2021-05-11T02:23:55.916Z] v2.0.0-dev.19 [2021-05-11T02:23:55.916Z] v2.0.0-dev.190 [2021-05-11T02:23:55.916Z] v2.0.0-dev.191 [2021-05-11T02:23:55.916Z] v2.0.0-dev.192 [2021-05-11T02:23:55.916Z] v2.0.0-dev.193 [2021-05-11T02:23:55.916Z] v2.0.0-dev.194 [2021-05-11T02:23:55.916Z] v2.0.0-dev.195 [2021-05-11T02:23:55.916Z] v2.0.0-dev.196 [2021-05-11T02:23:55.916Z] v2.0.0-dev.197 [2021-05-11T02:23:55.916Z] v2.0.0-dev.198 [2021-05-11T02:23:55.916Z] v2.0.0-dev.199 [2021-05-11T02:23:55.916Z] v2.0.0-dev.2 [2021-05-11T02:23:55.916Z] v2.0.0-dev.20 [2021-05-11T02:23:55.916Z] v2.0.0-dev.200 [2021-05-11T02:23:55.916Z] v2.0.0-dev.201 [2021-05-11T02:23:55.916Z] v2.0.0-dev.202 [2021-05-11T02:23:55.916Z] v2.0.0-dev.203 [2021-05-11T02:23:55.916Z] v2.0.0-dev.204 [2021-05-11T02:23:55.916Z] v2.0.0-dev.205 [2021-05-11T02:23:55.916Z] v2.0.0-dev.206 [2021-05-11T02:23:55.916Z] v2.0.0-dev.207 [2021-05-11T02:23:55.916Z] v2.0.0-dev.208 [2021-05-11T02:23:55.916Z] v2.0.0-dev.209 [2021-05-11T02:23:55.916Z] v2.0.0-dev.21 [2021-05-11T02:23:55.916Z] v2.0.0-dev.22 [2021-05-11T02:23:55.916Z] v2.0.0-dev.23 [2021-05-11T02:23:55.916Z] v2.0.0-dev.24 [2021-05-11T02:23:55.916Z] v2.0.0-dev.25 [2021-05-11T02:23:55.916Z] v2.0.0-dev.26 [2021-05-11T02:23:55.916Z] v2.0.0-dev.27 [2021-05-11T02:23:55.916Z] v2.0.0-dev.28 [2021-05-11T02:23:55.916Z] v2.0.0-dev.29 [2021-05-11T02:23:55.916Z] v2.0.0-dev.3 [2021-05-11T02:23:55.916Z] v2.0.0-dev.30 [2021-05-11T02:23:55.916Z] v2.0.0-dev.31 [2021-05-11T02:23:55.916Z] v2.0.0-dev.32 [2021-05-11T02:23:55.916Z] v2.0.0-dev.33 [2021-05-11T02:23:55.916Z] v2.0.0-dev.34 [2021-05-11T02:23:55.916Z] v2.0.0-dev.35 [2021-05-11T02:23:55.916Z] v2.0.0-dev.36 [2021-05-11T02:23:55.916Z] v2.0.0-dev.37 [2021-05-11T02:23:55.916Z] v2.0.0-dev.38 [2021-05-11T02:23:55.916Z] v2.0.0-dev.39 [2021-05-11T02:23:55.916Z] v2.0.0-dev.4 [2021-05-11T02:23:55.916Z] v2.0.0-dev.40 [2021-05-11T02:23:55.916Z] v2.0.0-dev.41 [2021-05-11T02:23:55.916Z] v2.0.0-dev.42 [2021-05-11T02:23:55.916Z] v2.0.0-dev.43 [2021-05-11T02:23:55.916Z] v2.0.0-dev.44 [2021-05-11T02:23:55.916Z] v2.0.0-dev.45 [2021-05-11T02:23:55.916Z] v2.0.0-dev.46 [2021-05-11T02:23:55.916Z] v2.0.0-dev.47 [2021-05-11T02:23:55.916Z] v2.0.0-dev.48 [2021-05-11T02:23:55.916Z] v2.0.0-dev.49 [2021-05-11T02:23:55.916Z] v2.0.0-dev.5 [2021-05-11T02:23:55.916Z] v2.0.0-dev.50 [2021-05-11T02:23:55.916Z] v2.0.0-dev.51 [2021-05-11T02:23:55.916Z] v2.0.0-dev.52 [2021-05-11T02:23:55.916Z] v2.0.0-dev.53 [2021-05-11T02:23:55.916Z] v2.0.0-dev.54 [2021-05-11T02:23:55.916Z] v2.0.0-dev.55 [2021-05-11T02:23:55.916Z] v2.0.0-dev.56 [2021-05-11T02:23:55.916Z] v2.0.0-dev.57 [2021-05-11T02:23:55.916Z] v2.0.0-dev.58 [2021-05-11T02:23:55.916Z] v2.0.0-dev.59 [2021-05-11T02:23:55.916Z] v2.0.0-dev.6 [2021-05-11T02:23:55.916Z] v2.0.0-dev.60 [2021-05-11T02:23:55.916Z] v2.0.0-dev.61 [2021-05-11T02:23:55.916Z] v2.0.0-dev.62 [2021-05-11T02:23:55.916Z] v2.0.0-dev.63 [2021-05-11T02:23:55.916Z] v2.0.0-dev.64 [2021-05-11T02:23:55.916Z] v2.0.0-dev.65 [2021-05-11T02:23:55.916Z] v2.0.0-dev.66 [2021-05-11T02:23:55.916Z] v2.0.0-dev.67 [2021-05-11T02:23:55.916Z] v2.0.0-dev.68 [2021-05-11T02:23:55.916Z] v2.0.0-dev.69 [2021-05-11T02:23:55.916Z] v2.0.0-dev.7 [2021-05-11T02:23:55.916Z] v2.0.0-dev.70 [2021-05-11T02:23:55.916Z] v2.0.0-dev.71 [2021-05-11T02:23:55.916Z] v2.0.0-dev.72 [2021-05-11T02:23:55.916Z] v2.0.0-dev.73 [2021-05-11T02:23:55.916Z] v2.0.0-dev.74 [2021-05-11T02:23:55.916Z] v2.0.0-dev.75 [2021-05-11T02:23:55.916Z] v2.0.0-dev.76 [2021-05-11T02:23:55.916Z] v2.0.0-dev.77 [2021-05-11T02:23:55.916Z] v2.0.0-dev.78 [2021-05-11T02:23:55.916Z] v2.0.0-dev.79 [2021-05-11T02:23:55.916Z] v2.0.0-dev.8 [2021-05-11T02:23:55.916Z] v2.0.0-dev.80 [2021-05-11T02:23:55.916Z] v2.0.0-dev.81 [2021-05-11T02:23:55.916Z] v2.0.0-dev.82 [2021-05-11T02:23:55.916Z] v2.0.0-dev.83 [2021-05-11T02:23:55.916Z] v2.0.0-dev.84 [2021-05-11T02:23:55.916Z] v2.0.0-dev.85 [2021-05-11T02:23:55.916Z] v2.0.0-dev.86 [2021-05-11T02:23:55.916Z] v2.0.0-dev.87 [2021-05-11T02:23:55.916Z] v2.0.0-dev.88 [2021-05-11T02:23:55.916Z] v2.0.0-dev.89 [2021-05-11T02:23:55.916Z] v2.0.0-dev.9 [2021-05-11T02:23:55.916Z] v2.0.0-dev.90 [2021-05-11T02:23:55.916Z] v2.0.0-dev.91 [2021-05-11T02:23:55.916Z] v2.0.0-dev.92 [2021-05-11T02:23:55.916Z] v2.0.0-dev.93 [2021-05-11T02:23:55.916Z] v2.0.0-dev.94 [2021-05-11T02:23:55.916Z] v2.0.0-dev.95 [2021-05-11T02:23:55.916Z] v2.0.0-dev.96 [2021-05-11T02:23:55.916Z] v2.0.0-dev.97 [2021-05-11T02:23:55.916Z] v2.0.0-dev.98 [2021-05-11T02:23:55.916Z] v2.0.0-dev.99 [Pipeline] sh [2021-05-11T02:23:56.408Z] + lftools sign git-tag v2.0.0-dev.209 [2021-05-11T02:23:59.097Z] Signing Git tag with Sigul... [2021-05-11T02:23:59.097Z] Signing v2.0.0-dev.209 [Pipeline] echo [2021-05-11T02:24:00.658Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:24:01.358Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T02:24:01.401Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T02:24:01.443Z] $ docker stop --time=1 2218a3c5f2100efcef460863e9acbf668cfca5d1236bd118df549cc4ed35377a [2021-05-11T02:24:04.195Z] $ docker rm -f 2218a3c5f2100efcef460863e9acbf668cfca5d1236bd118df549cc4ed35377a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:24:05.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T02:24:05.497Z] . [Pipeline] withDockerContainer [2021-05-11T02:24:05.850Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:24:05.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T02:24:07.984Z] $ docker top 8511e23477078259791b4e3b53388124b95e22ce3c464515d603ac6611d44bc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T02:24:08.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T02:24:08.270Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T02:24:08.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T02:24:08.721Z] $ docker exec 8511e23477078259791b4e3b53388124b95e22ce3c464515d603ac6611d44bc0 ssh-agent [2021-05-11T02:24:09.165Z] SSH_AUTH_SOCK=/tmp/ssh-sJ2H9CWWJooU/agent.12 [2021-05-11T02:24:09.165Z] SSH_AGENT_PID=17 [2021-05-11T02:24:09.210Z] Running ssh-add (command line suppressed) [2021-05-11T02:24:09.563Z] Identity added: /w/workspace/edgex-go/477@tmp/private_key_9188072747748746866.key (/w/workspace/edgex-go/477@tmp/private_key_9188072747748746866.key) [2021-05-11T02:24:09.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T02:24:10.392Z] + git semver bump pre [2021-05-11T02:24:10.392Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T02:24:10.392Z] # $GIT_DIR = /w/workspace/edgex-go/477/.git [2021-05-11T02:24:10.392Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/477 [2021-05-11T02:24:10.392Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T02:24:10.392Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T02:24:10.392Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T02:24:10.392Z] # $SEMVER_BRANCH = master [2021-05-11T02:24:10.392Z] # $SEMVER_DIR = /w/workspace/edgex-go/477/.semver [2021-05-11T02:24:10.392Z] 2.0.0-dev.210 [Pipeline] } [2021-05-11T02:24:10.421Z] $ docker exec --env ******** --env ******** 8511e23477078259791b4e3b53388124b95e22ce3c464515d603ac6611d44bc0 ssh-agent -k [2021-05-11T02:24:10.763Z] unset SSH_AUTH_SOCK; [2021-05-11T02:24:10.768Z] unset SSH_AGENT_PID; [2021-05-11T02:24:10.768Z] echo Agent pid 17 killed; [2021-05-11T02:24:10.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T02:24:11.639Z] + git semver [Pipeline] } [2021-05-11T02:24:11.672Z] $ docker stop --time=1 8511e23477078259791b4e3b53388124b95e22ce3c464515d603ac6611d44bc0 [2021-05-11T02:24:14.030Z] $ docker rm -f 8511e23477078259791b4e3b53388124b95e22ce3c464515d603ac6611d44bc0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:24:14.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T02:24:14.800Z] . [Pipeline] withDockerContainer [2021-05-11T02:24:15.288Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:24:15.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T02:24:17.707Z] $ docker top 7a2a63a62d8f5bc5bc09dc759303ac901c931d96ed9bdedd1dac08eadd292c6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T02:24:18.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T02:24:18.103Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T02:24:18.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T02:24:18.645Z] $ docker exec 7a2a63a62d8f5bc5bc09dc759303ac901c931d96ed9bdedd1dac08eadd292c6e ssh-agent [2021-05-11T02:24:19.228Z] SSH_AUTH_SOCK=/tmp/ssh-nMSAT0wbKb7A/agent.12 [2021-05-11T02:24:19.228Z] SSH_AGENT_PID=17 [2021-05-11T02:24:19.248Z] Running ssh-add (command line suppressed) [2021-05-11T02:24:19.695Z] Identity added: /w/workspace/edgex-go/477@tmp/private_key_8892094417436385792.key (/w/workspace/edgex-go/477@tmp/private_key_8892094417436385792.key) [2021-05-11T02:24:19.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T02:24:20.238Z] + git semver push [2021-05-11T02:24:20.238Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T02:24:20.238Z] # $GIT_DIR = /w/workspace/edgex-go/477/.git [2021-05-11T02:24:20.238Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/477 [2021-05-11T02:24:20.238Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T02:24:20.238Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T02:24:20.238Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T02:24:20.238Z] # $SEMVER_BRANCH = master [2021-05-11T02:24:20.238Z] # $SEMVER_DIR = /w/workspace/edgex-go/477/.semver [Pipeline] } [2021-05-11T02:24:32.793Z] $ docker exec --env ******** --env ******** 7a2a63a62d8f5bc5bc09dc759303ac901c931d96ed9bdedd1dac08eadd292c6e ssh-agent -k [2021-05-11T02:24:33.759Z] unset SSH_AUTH_SOCK; [2021-05-11T02:24:33.783Z] unset SSH_AGENT_PID; [2021-05-11T02:24:33.783Z] echo Agent pid 17 killed; [2021-05-11T02:24:33.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T02:24:34.450Z] + git semver [Pipeline] } [2021-05-11T02:24:34.764Z] $ docker stop --time=1 7a2a63a62d8f5bc5bc09dc759303ac901c931d96ed9bdedd1dac08eadd292c6e [2021-05-11T02:24:36.569Z] $ docker rm -f 7a2a63a62d8f5bc5bc09dc759303ac901c931d96ed9bdedd1dac08eadd292c6e [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-11T02:24:38.048Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:24:39.658Z] ---> package-listing.sh [2021-05-11T02:24:39.658Z] ++ facter osfamily [2021-05-11T02:24:39.658Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T02:24:39.945Z] + OS_FAMILY=redhat [2021-05-11T02:24:39.945Z] + workspace=/w/workspace/edgex-go/477 [2021-05-11T02:24:39.945Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T02:24:39.945Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T02:24:39.945Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T02:24:39.945Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T02:24:39.945Z] + '[' /w/workspace/edgex-go/477 ']' [2021-05-11T02:24:39.945Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T02:24:39.945Z] + case "${OS_FAMILY}" in [2021-05-11T02:24:39.945Z] + rpm -qa [2021-05-11T02:24:39.945Z] + sort [2021-05-11T02:24:46.784Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T02:24:46.784Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T02:24:46.784Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T02:24:46.784Z] + '[' /w/workspace/edgex-go/477 ']' [2021-05-11T02:24:46.784Z] + mkdir -p /w/workspace/edgex-go/477/archives/ [2021-05-11T02:24:46.784Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/477/archives/ [Pipeline] echo [2021-05-11T02:24:46.813Z] 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/477/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T02:24:47.260Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:24:47.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T02:24:48.230Z] [2021-05-11T02:24:48.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T02:24:48.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T02:24:48.703Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T02:24:48.703Z] df20fa9351a1: Pulling fs layer [2021-05-11T02:24:48.703Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T02:24:48.703Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T02:24:48.703Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T02:24:48.703Z] 93b61091891f: Pulling fs layer [2021-05-11T02:24:48.703Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T02:24:48.703Z] 5e14af77c1be: Pulling fs layer [2021-05-11T02:24:48.703Z] 01666e4c0597: Pulling fs layer [2021-05-11T02:24:48.703Z] aa168da1d23b: Pulling fs layer [2021-05-11T02:24:48.703Z] 93b61091891f: Waiting [2021-05-11T02:24:48.703Z] 93b9cdb0e59b: Waiting [2021-05-11T02:24:48.703Z] 5e14af77c1be: Waiting [2021-05-11T02:24:48.703Z] 01666e4c0597: Waiting [2021-05-11T02:24:48.703Z] aa168da1d23b: Waiting [2021-05-11T02:24:48.703Z] 46f8f816bc3b: Waiting [2021-05-11T02:24:48.991Z] 36b3adc4ff6f: Download complete [2021-05-11T02:24:48.991Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T02:24:48.991Z] 46f8f816bc3b: Download complete [2021-05-11T02:24:48.991Z] df20fa9351a1: Verifying Checksum [2021-05-11T02:24:48.991Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T02:24:48.991Z] 93b9cdb0e59b: Download complete [2021-05-11T02:24:49.299Z] 93b61091891f: Verifying Checksum [2021-05-11T02:24:49.299Z] 93b61091891f: Download complete [2021-05-11T02:24:49.299Z] 01666e4c0597: Verifying Checksum [2021-05-11T02:24:49.299Z] 01666e4c0597: Download complete [2021-05-11T02:24:50.032Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T02:24:50.032Z] 8ad3a11d3b57: Download complete [2021-05-11T02:24:50.371Z] 5e14af77c1be: Verifying Checksum [2021-05-11T02:24:50.371Z] 5e14af77c1be: Download complete [2021-05-11T02:24:50.371Z] df20fa9351a1: Pull complete [2021-05-11T02:24:50.684Z] 36b3adc4ff6f: Pull complete [2021-05-11T02:24:53.351Z] 8ad3a11d3b57: Pull complete [2021-05-11T02:24:53.689Z] 46f8f816bc3b: Pull complete [2021-05-11T02:24:55.806Z] 93b61091891f: Pull complete [2021-05-11T02:24:55.806Z] 93b9cdb0e59b: Pull complete [2021-05-11T02:24:56.473Z] 5e14af77c1be: Pull complete [2021-05-11T02:24:56.473Z] aa168da1d23b: Verifying Checksum [2021-05-11T02:24:56.473Z] aa168da1d23b: Download complete [2021-05-11T02:24:57.143Z] 01666e4c0597: Pull complete [2021-05-11T02:25:12.522Z] aa168da1d23b: Pull complete [2021-05-11T02:25:12.522Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T02:25:12.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T02:25:12.522Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T02:25:13.056Z] prd-centos7-docker-4c-2g-4284 does not seem to be running inside a container [2021-05-11T02:25:14.191Z] $ 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/477/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/477 -v /w/workspace/edgex-go/477:/w/workspace/edgex-go/477:rw,z -v /w/workspace/edgex-go/477@tmp:/w/workspace/edgex-go/477@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T02:25:17.121Z] $ docker top 949f829a4a7290f0974d81af4e0f5949ca53d4b107d686d68509cbfd964f44b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T02:25:18.093Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T02:25:18.450Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T02:25:19.213Z] + ls /var/log/sa-host [2021-05-11T02:25:19.213Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T02:25:19.213Z] file_magic: OK [2021-05-11T02:25:19.213Z] HZ: Using current value: 100 [2021-05-11T02:25:19.213Z] file_header: OK [2021-05-11T02:25:19.213Z] 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-11T02:25:19.213Z] Statistics: [2021-05-11T02:25:19.213Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T02:25:19.213Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T02:25:19.213Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T02:25:19.213Z] file_magic: OK [2021-05-11T02:25:19.213Z] HZ: Using current value: 100 [2021-05-11T02:25:19.213Z] file_header: OK [2021-05-11T02:25:19.213Z] 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-11T02:25:19.213Z] Statistics: [2021-05-11T02:25:19.213Z] Hnuu...uuuununununu... [2021-05-11T02:25:19.213Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T02:25:19.424Z] provisioning config files... [2021-05-11T02:25:19.450Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/477@tmp/config7556718990747514308tmp [Pipeline] { [Pipeline] echo [2021-05-11T02:25:19.508Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:25:20.188Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T02:25:20.209Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T02:25:20.238Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:25:20.890Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T02:25:20.912Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:25:21.599Z] ---> sudo-logs.sh [2021-05-11T02:25:21.599Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T02:25:21.646Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:25:21.991Z] ---> job-cost.sh [2021-05-11T02:25:22.277Z] lf-activate-venv: SKIPPING [2021-05-11T02:25:22.277Z] DEBUG: total: 0.20999999344348907 [2021-05-11T02:25:22.277Z] INFO: Retrieving Stack Cost... [2021-05-11T02:25:23.548Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T02:25:24.174Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T02:25:24.201Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T02:25:24.617Z] ---> logs-deploy.sh [2021-05-11T02:25:24.617Z] lf-activate-venv: SKIPPING [2021-05-11T02:25:24.617Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/477 [2021-05-11T02:25:24.617Z] INFO: archiving workspace using pattern(s): [2021-05-11T02:25:27.516Z] Archives upload complete. [2021-05-11T02:25:27.516Z] INFO: archiving logs to Nexus