Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 648a76936c86a2d83b792934831f9cfce5b39e1d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4078 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/474 [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/474 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 648a76936c86a2d83b792934831f9cfce5b39e1d (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 Commit message: "Merge pull request #3443 from weichou1229/issue-3344" > git rev-list --no-walk 6b23ec567a86ee52455607061a4fabaca114589a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T13:47:24.130Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T13:47:24.224Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T13:47:24.250Z] ========================================================= [2021-05-10T13:47:24.250Z] EdgeX Global Pipelines Version Info [2021-05-10T13:47:24.250Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:47:25.775Z] ------------------- [2021-05-10T13:47:25.775Z] stable info: [2021-05-10T13:47:25.775Z] ------------------- [2021-05-10T13:47:25.775Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T13:47:25.775Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T13:47:25.775Z] Message: update stable to v1.0.191 [2021-05-10T13:47:26.721Z] ------------------- [2021-05-10T13:47:26.721Z] experimental info: [2021-05-10T13:47:26.721Z] ------------------- [2021-05-10T13:47:26.721Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T13:47:26.721Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T13:47:26.721Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T13:47:26.851Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T13:47:26.871Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T13:47:26.891Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T13:47:26.911Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T13:47:26.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T13:47:26.952Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T13:47:26.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T13:47:26.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T13:47:27.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T13:47:27.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T13:47:27.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T13:47:27.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T13:47:27.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T13:47:27.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T13:47:27.132Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T13:47:27.154Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T13:47:27.174Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T13:47:27.195Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T13:47:27.216Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T13:47:27.239Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T13:47:27.258Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T13:47:27.278Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T13:47:27.298Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-10T13:47:27.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-10T13:47:27.338Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-10T13:47:27.358Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] echo [2021-05-10T13:47:27.379Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 648a769 [Pipeline] echo [2021-05-10T13:47:27.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T13:47:27.510Z] provisioning config files... [2021-05-10T13:47:27.544Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config7655430240432114914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:47:27.866Z] ---> docker-login.sh [2021-05-10T13:47:27.866Z] nexus3.edgexfoundry.org:10001 [2021-05-10T13:47:28.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:47:28.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:47:28.395Z] Configure a credential helper to remove this warning. See [2021-05-10T13:47:28.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:47:28.395Z] [2021-05-10T13:47:28.395Z] Login Succeeded [2021-05-10T13:47:28.395Z] nexus3.edgexfoundry.org:10002 [2021-05-10T13:47:28.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:47:28.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:47:28.658Z] Configure a credential helper to remove this warning. See [2021-05-10T13:47:28.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:47:28.658Z] [2021-05-10T13:47:28.658Z] Login Succeeded [2021-05-10T13:47:28.658Z] nexus3.edgexfoundry.org:10003 [2021-05-10T13:47:28.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:47:28.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:47:28.921Z] Configure a credential helper to remove this warning. See [2021-05-10T13:47:28.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:47:28.921Z] [2021-05-10T13:47:28.921Z] Login Succeeded [2021-05-10T13:47:28.921Z] nexus3.edgexfoundry.org:10004 [2021-05-10T13:47:28.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:47:28.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:47:28.921Z] Configure a credential helper to remove this warning. See [2021-05-10T13:47:28.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:47:28.921Z] [2021-05-10T13:47:28.921Z] Login Succeeded [2021-05-10T13:47:28.921Z] docker.io [2021-05-10T13:47:29.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:47:29.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:47:29.449Z] Configure a credential helper to remove this warning. See [2021-05-10T13:47:29.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:47:29.449Z] [2021-05-10T13:47:29.449Z] Login Succeeded [2021-05-10T13:47:29.449Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T13:47:29.459Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T13:47:29.796Z] ++ 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-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T13:47:29.796Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:47:29.796Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T13:47:29.796Z] ++ cut -d/ -f2 [2021-05-10T13:47:29.796Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T13:47:29.904Z] 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-10T13:47:31.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:47:31.275Z] [2021-05-10T13:47:31.275Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:47:31.590Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:47:31.590Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T13:47:31.590Z] 31603596830f: Pulling fs layer [2021-05-10T13:47:31.590Z] 54011a49482f: Pulling fs layer [2021-05-10T13:47:31.590Z] a6820b24f6d8: Pulling fs layer [2021-05-10T13:47:31.590Z] f581987b2513: Pulling fs layer [2021-05-10T13:47:31.590Z] f581987b2513: Waiting [2021-05-10T13:47:31.590Z] 54011a49482f: Verifying Checksum [2021-05-10T13:47:31.590Z] 54011a49482f: Download complete [2021-05-10T13:47:31.590Z] 31603596830f: Download complete [2021-05-10T13:47:31.860Z] f581987b2513: Verifying Checksum [2021-05-10T13:47:31.860Z] f581987b2513: Download complete [2021-05-10T13:47:31.860Z] a6820b24f6d8: Verifying Checksum [2021-05-10T13:47:31.860Z] a6820b24f6d8: Download complete [2021-05-10T13:47:32.128Z] 31603596830f: Pull complete [2021-05-10T13:47:32.128Z] 54011a49482f: Pull complete [2021-05-10T13:47:33.078Z] a6820b24f6d8: Pull complete [2021-05-10T13:47:33.341Z] f581987b2513: Pull complete [2021-05-10T13:47:33.341Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T13:47:33.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:47:33.341Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T13:47:33.467Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T13:47:33.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T13:47:36.225Z] $ docker top 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T13:47:36.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T13:47:36.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T13:47:36.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T13:47:36.709Z] $ docker exec 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent [2021-05-10T13:47:36.894Z] SSH_AUTH_SOCK=/tmp/ssh-CzRkz1t1fE4a/agent.11 [2021-05-10T13:47:36.894Z] SSH_AGENT_PID=17 [2021-05-10T13:47:36.910Z] Running ssh-add (command line suppressed) [2021-05-10T13:47:37.042Z] Identity added: /w/workspace/edgex-go/474@tmp/private_key_2799553862716787038.key (/w/workspace/edgex-go/474@tmp/private_key_2799553862716787038.key) [2021-05-10T13:47:37.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T13:47:37.401Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T13:47:37.422Z] $ docker exec --env ******** --env ******** 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent -k [2021-05-10T13:47:37.540Z] unset SSH_AUTH_SOCK; [2021-05-10T13:47:37.541Z] unset SSH_AGENT_PID; [2021-05-10T13:47:37.541Z] echo Agent pid 17 killed; [2021-05-10T13:47:37.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T13:47:37.628Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T13:47:37.628Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T13:47:37.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T13:47:37.807Z] $ docker exec 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent [2021-05-10T13:47:37.986Z] SSH_AUTH_SOCK=/tmp/ssh-LiaQ4hEExvJp/agent.46 [2021-05-10T13:47:37.986Z] SSH_AGENT_PID=51 [2021-05-10T13:47:37.993Z] Running ssh-add (command line suppressed) [2021-05-10T13:47:38.125Z] Identity added: /w/workspace/edgex-go/474@tmp/private_key_8838875587585277389.key (/w/workspace/edgex-go/474@tmp/private_key_8838875587585277389.key) [2021-05-10T13:47:38.191Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T13:47:38.495Z] + git semver init [2021-05-10T13:47:38.495Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T13:47:38.495Z] # $GIT_DIR = /w/workspace/edgex-go/474/.git [2021-05-10T13:47:38.495Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/474 [2021-05-10T13:47:38.495Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T13:47:38.495Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T13:47:38.495Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T13:47:38.495Z] # $SEMVER_BRANCH = master [2021-05-10T13:47:38.495Z] # $SEMVER_TEMP = /tmp/semver-995889936 [2021-05-10T13:47:38.495Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T13:48:00.530Z] # '/tmp/semver-995889936' -> '/w/workspace/edgex-go/474/.semver' [2021-05-10T13:48:00.799Z] # -> Force: false [2021-05-10T13:48:00.799Z] # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver [Pipeline] } [2021-05-10T13:48:00.819Z] $ docker exec --env ******** --env ******** 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent -k [2021-05-10T13:48:01.421Z] unset SSH_AUTH_SOCK; [2021-05-10T13:48:01.422Z] unset SSH_AGENT_PID; [2021-05-10T13:48:01.423Z] echo Agent pid 51 killed; [2021-05-10T13:48:01.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T13:48:01.921Z] + git semver [Pipeline] } [2021-05-10T13:48:01.940Z] $ docker stop --time=1 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 [2021-05-10T13:48:03.636Z] $ docker rm -f 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T13:48:04.098Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T13:48:04.550Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T13:48:04.553Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.206 [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-10T13:48:05.078Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:48:05.410Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:48:05.780Z] + sudo service docker restart [2021-05-10T13:48:05.780Z] + true [2021-05-10T13:48:05.780Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T13:48:06.373Z] ========================================================= [2021-05-10T13:48:06.373Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T13:48:06.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:48:06.682Z] + 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-10T13:48:10.945Z] Sending build context to Docker daemon 330MB [2021-05-10T13:48:10.945Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T13:48:10.945Z] Step 2/6 : FROM ${BASE} [2021-05-10T13:48:10.945Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T13:48:10.945Z] 540db60ca938: Pulling fs layer [2021-05-10T13:48:10.945Z] adcc1eea9eea: Pulling fs layer [2021-05-10T13:48:10.945Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T13:48:10.945Z] 0510c868ecb4: Pulling fs layer [2021-05-10T13:48:10.945Z] afea3b2eda06: Pulling fs layer [2021-05-10T13:48:10.945Z] 7809a108b3ef: Pulling fs layer [2021-05-10T13:48:10.945Z] f706445af74f: Pulling fs layer [2021-05-10T13:48:10.945Z] 0510c868ecb4: Waiting [2021-05-10T13:48:10.945Z] afea3b2eda06: Waiting [2021-05-10T13:48:10.945Z] 7809a108b3ef: Waiting [2021-05-10T13:48:10.945Z] f706445af74f: Waiting [2021-05-10T13:48:10.945Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T13:48:10.945Z] 4c4ab2625f07: Download complete [2021-05-10T13:48:10.945Z] adcc1eea9eea: Download complete [2021-05-10T13:48:10.945Z] afea3b2eda06: Verifying Checksum [2021-05-10T13:48:10.945Z] afea3b2eda06: Download complete [2021-05-10T13:48:10.945Z] 7809a108b3ef: Verifying Checksum [2021-05-10T13:48:10.945Z] 7809a108b3ef: Download complete [2021-05-10T13:48:11.210Z] 540db60ca938: Verifying Checksum [2021-05-10T13:48:11.210Z] 540db60ca938: Download complete [2021-05-10T13:48:11.536Z] 540db60ca938: Pull complete [2021-05-10T13:48:11.802Z] adcc1eea9eea: Pull complete [2021-05-10T13:48:11.802Z] 4c4ab2625f07: Pull complete [2021-05-10T13:48:13.220Z] f706445af74f: Verifying Checksum [2021-05-10T13:48:13.220Z] f706445af74f: Download complete [2021-05-10T13:48:13.800Z] 0510c868ecb4: Verifying Checksum [2021-05-10T13:48:13.800Z] 0510c868ecb4: Download complete [2021-05-10T13:48:19.149Z] 0510c868ecb4: Pull complete [2021-05-10T13:48:19.415Z] afea3b2eda06: Pull complete [2021-05-10T13:48:19.415Z] 7809a108b3ef: Pull complete [2021-05-10T13:48:19.710Z] Still waiting to schedule task [2021-05-10T13:48:19.710Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-10T13:48:23.663Z] f706445af74f: Pull complete [2021-05-10T13:48:23.663Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T13:48:23.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T13:48:23.663Z] ---> b068be0155e3 [2021-05-10T13:48:23.663Z] 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-10T13:48:24.612Z] ---> Running in 41b2b76111b2 [2021-05-10T13:48:25.565Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:48:27.489Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:48:28.437Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T13:48:28.437Z] (2/12) Installing file (5.39-r0) [2021-05-10T13:48:28.699Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T13:48:28.963Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T13:48:35.568Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T13:48:35.832Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T13:48:36.095Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T13:48:36.095Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T13:48:36.357Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T13:48:36.619Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T13:48:36.882Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T13:48:36.882Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T13:48:37.144Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T13:48:37.144Z] OK: 219 MiB in 52 packages [2021-05-10T13:48:41.375Z] Removing intermediate container 41b2b76111b2 [2021-05-10T13:48:41.375Z] ---> 3651fdb1d33c [2021-05-10T13:48:41.375Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T13:48:41.375Z] ---> Running in 6281ff5ab5c5 [2021-05-10T13:48:41.375Z] Removing intermediate container 6281ff5ab5c5 [2021-05-10T13:48:41.375Z] ---> 1bf0260c2aea [2021-05-10T13:48:41.375Z] Step 5/6 : COPY go.mod . [2021-05-10T13:48:41.375Z] ---> 5c1d540047a2 [2021-05-10T13:48:41.375Z] Step 6/6 : RUN go mod download [2021-05-10T13:48:41.639Z] ---> Running in 513d7e3ecc5a [2021-05-10T13:49:03.671Z] Removing intermediate container 513d7e3ecc5a [2021-05-10T13:49:03.671Z] ---> 80ac638a5961 [2021-05-10T13:49:03.671Z] Successfully built 80ac638a5961 [2021-05-10T13:49:03.671Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:49:04.000Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T13:49:04.000Z] . [Pipeline] withDockerContainer [2021-05-10T13:49:04.110Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T13:49:04.170Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T13:49:05.219Z] $ docker top fa38c6dc098bb54c1523ae86977612bc1ee122f9fd3fc87b9fed3bcd96a5e1f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:49:05.655Z] + go version [2021-05-10T13:49:05.655Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T13:49:05.672Z] $ docker stop --time=1 fa38c6dc098bb54c1523ae86977612bc1ee122f9fd3fc87b9fed3bcd96a5e1f0 [2021-05-10T13:49:07.054Z] $ docker rm -f fa38c6dc098bb54c1523ae86977612bc1ee122f9fd3fc87b9fed3bcd96a5e1f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:49:07.554Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T13:49:07.554Z] . [Pipeline] withDockerContainer [2021-05-10T13:49:07.658Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T13:49:07.710Z] $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T13:49:08.419Z] $ docker top ae94ced4135adb8655a74377c73c2211d67fda0cdab27dcc75ff195b7b2d838b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T13:49:08.581Z] ========================================================= [2021-05-10T13:49:08.581Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T13:49:08.581Z] ========================================================= [Pipeline] sh [2021-05-10T13:49:08.880Z] + go mod tidy [Pipeline] sh [2021-05-10T13:49:11.139Z] + make test [2021-05-10T13:49:11.139Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T13:49:21.288Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T13:49:39.508Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T13:49:47.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T13:49:47.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T13:49:47.763Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T13:49:49.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T13:49:49.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T13:49:49.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T13:49:49.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T13:49:50.686Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T13:49:52.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T13:49:54.703Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T13:49:54.703Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T13:49:54.703Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T13:49:56.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 45.9% of statements [2021-05-10T13:49:56.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T13:49:56.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T13:49:56.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T13:49:56.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T13:49:56.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T13:49:56.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T13:49:56.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.050s coverage: 19.8% of statements [2021-05-10T13:49:57.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-05-10T13:50:00.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T13:50:00.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T13:50:00.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T13:50:00.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T13:50:01.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 71.3% of statements [2021-05-10T13:50:01.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T13:50:01.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T13:50:01.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.192s coverage: 87.7% of statements [2021-05-10T13:50:01.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T13:50:01.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:50:01.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.241s coverage: 78.9% of statements [2021-05-10T13:50:01.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T13:50:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T13:50:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T13:50:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T13:50:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T13:50:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.193s coverage: 97.5% of statements [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T13:50:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T13:50:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T13:50:07.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 95.1% of statements [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T13:50:07.474Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T13:50:07.474Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.9% of statements [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T13:50:07.474Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.055s coverage: 22.6% of statements [2021-05-10T13:50:07.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T13:50:07.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2021-05-10T13:50:07.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements [2021-05-10T13:50:07.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-05-10T13:50:07.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-05-10T13:50:07.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-05-10T13:50:09.841Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4079 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-05-10T13:50:09.860Z] Running in /w/workspace/edgex-go/474 [Pipeline] { [Pipeline] checkout [2021-05-10T13:50:15.625Z] using credential edgex-jenkins-ssh [2021-05-10T13:50:15.652Z] Cloning the remote Git repository [2021-05-10T13:50:15.712Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T13:50:15.816Z] > git init /w/workspace/edgex-go/474 # timeout=10 [2021-05-10T13:50:15.881Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T13:50:15.882Z] > git --version # timeout=10 [2021-05-10T13:50:15.900Z] > git --version # 'git version 2.17.1' [2021-05-10T13:50:15.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:50:15.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:50:20.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements [2021-05-10T13:50:20.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-05-10T13:50:22.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.239s coverage: 81.8% of statements [2021-05-10T13:50:22.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements [2021-05-10T13:50:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.2% of statements [2021-05-10T13:50:32.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 66.9% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 43.4% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 9.6% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.163s coverage: 92.6% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 28.7% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T13:50:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.060s coverage: 64.6% of statements [2021-05-10T13:50:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T13:50:32.047Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T13:50:32.077Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:50:32.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T13:50:32.131Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T13:50:32.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:50:32.144Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T13:50:32.832Z] Checking out Revision 648a76936c86a2d83b792934831f9cfce5b39e1d (master) [2021-05-10T13:50:33.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.143s coverage: 97.6% of statements [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T13:50:33.143Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T13:50:33.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T13:50:33.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T13:50:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T13:50:33.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-05-10T13:50:33.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 28.1% of statements [2021-05-10T13:50:33.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T13:50:33.684Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.033s coverage: 85.7% of statements [2021-05-10T13:50:33.684Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T13:50:33.684Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-10T13:50:34.262Z] GO111MODULE=on go vet ./... [2021-05-10T13:50:32.856Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T13:50:32.874Z] > git checkout -f 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 [2021-05-10T13:50:37.335Z] Commit message: "Merge pull request #3443 from weichou1229/issue-3344" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T13:50:38.841Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:50:39.247Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:50:39.585Z] + sudo service docker restart [2021-05-10T13:50:39.585Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T13:50:41.615Z] provisioning config files... [2021-05-10T13:50:41.740Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config150955746113002819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:50:42.180Z] ---> docker-login.sh [2021-05-10T13:50:42.180Z] nexus3.edgexfoundry.org:10001 [2021-05-10T13:50:43.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:50:43.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:50:43.445Z] Configure a credential helper to remove this warning. See [2021-05-10T13:50:43.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:50:43.445Z] [2021-05-10T13:50:43.445Z] Login Succeeded [2021-05-10T13:50:43.445Z] nexus3.edgexfoundry.org:10002 [2021-05-10T13:50:43.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:50:43.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:50:43.994Z] Configure a credential helper to remove this warning. See [2021-05-10T13:50:43.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:50:43.994Z] [2021-05-10T13:50:43.994Z] Login Succeeded [2021-05-10T13:50:43.994Z] nexus3.edgexfoundry.org:10003 [2021-05-10T13:50:44.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:50:44.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:50:44.540Z] Configure a credential helper to remove this warning. See [2021-05-10T13:50:44.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:50:44.540Z] [2021-05-10T13:50:44.541Z] Login Succeeded [2021-05-10T13:50:44.541Z] nexus3.edgexfoundry.org:10004 [2021-05-10T13:50:44.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:50:44.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:50:44.815Z] Configure a credential helper to remove this warning. See [2021-05-10T13:50:44.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:50:44.815Z] [2021-05-10T13:50:44.815Z] Login Succeeded [2021-05-10T13:50:45.088Z] docker.io [2021-05-10T13:50:45.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:50:45.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:50:45.636Z] Configure a credential helper to remove this warning. See [2021-05-10T13:50:45.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:50:45.636Z] [2021-05-10T13:50:45.636Z] Login Succeeded [2021-05-10T13:50:45.636Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T13:50:45.653Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T13:50:45.955Z] ========================================================= [2021-05-10T13:50:45.955Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T13:50:45.955Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:50:46.319Z] + 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-10T13:50:48.951Z] Sending build context to Docker daemon 167.6MB [2021-05-10T13:50:48.951Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T13:50:48.951Z] Step 2/6 : FROM ${BASE} [2021-05-10T13:50:48.951Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T13:50:48.951Z] 595b0fe564bb: Pulling fs layer [2021-05-10T13:50:48.951Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T13:50:48.951Z] 316046926c0a: Pulling fs layer [2021-05-10T13:50:48.951Z] 4ebd0625c992: Pulling fs layer [2021-05-10T13:50:48.951Z] 207e8628e3a3: Pulling fs layer [2021-05-10T13:50:48.951Z] c791037a9be2: Pulling fs layer [2021-05-10T13:50:48.951Z] ffd874e62e21: Pulling fs layer [2021-05-10T13:50:48.951Z] 4ebd0625c992: Waiting [2021-05-10T13:50:48.951Z] 207e8628e3a3: Waiting [2021-05-10T13:50:48.951Z] c791037a9be2: Waiting [2021-05-10T13:50:48.951Z] ffd874e62e21: Waiting [2021-05-10T13:50:48.951Z] 316046926c0a: Verifying Checksum [2021-05-10T13:50:48.951Z] 316046926c0a: Download complete [2021-05-10T13:50:48.951Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T13:50:48.951Z] 7186ed65a4f7: Download complete [2021-05-10T13:50:48.951Z] 207e8628e3a3: Download complete [2021-05-10T13:50:48.951Z] c791037a9be2: Verifying Checksum [2021-05-10T13:50:48.951Z] c791037a9be2: Download complete [2021-05-10T13:50:48.951Z] 595b0fe564bb: Verifying Checksum [2021-05-10T13:50:48.951Z] 595b0fe564bb: Download complete [2021-05-10T13:50:49.560Z] 595b0fe564bb: Pull complete [2021-05-10T13:50:49.839Z] 7186ed65a4f7: Pull complete [2021-05-10T13:50:50.452Z] 316046926c0a: Pull complete [2021-05-10T13:50:51.435Z] ffd874e62e21: Verifying Checksum [2021-05-10T13:50:51.435Z] ffd874e62e21: Download complete [2021-05-10T13:50:52.872Z] 4ebd0625c992: Verifying Checksum [2021-05-10T13:50:52.872Z] 4ebd0625c992: Download complete [2021-05-10T13:51:03.045Z] 4ebd0625c992: Pull complete [2021-05-10T13:51:03.046Z] 207e8628e3a3: Pull complete [2021-05-10T13:51:03.640Z] c791037a9be2: Pull complete [2021-05-10T13:51:07.035Z] ffd874e62e21: Pull complete [2021-05-10T13:51:07.311Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T13:51:07.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T13:51:07.311Z] ---> cfc18b08335c [2021-05-10T13:51:07.311Z] 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-10T13:51:10.716Z] ---> Running in 3e65bfecbe58 [2021-05-10T13:51:12.163Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:51:13.212Z] gofmt -l . [2021-05-10T13:51:13.212Z] [ "`gofmt -l .`" = "" ] [2021-05-10T13:51:13.212Z] ./bin/test-go-mod-tidy.sh [2021-05-10T13:51:13.212Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T13:51:13.528Z] + ls -al . [2021-05-10T13:51:13.528Z] total 816 [2021-05-10T13:51:13.528Z] drwxrwxr-x 10 1001 1001 4096 May 10 13:51 . [2021-05-10T13:51:13.528Z] drwxr-xr-x 4 root root 32 May 10 13:49 .. [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 11 May 10 13:47 .dockerignore [2021-05-10T13:51:13.528Z] drwxrwxr-x 8 1001 1001 162 May 10 13:47 .git [2021-05-10T13:51:13.528Z] drwxrwxr-x 3 1001 1001 125 May 10 13:47 .github [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 818 May 10 13:47 .gitignore [2021-05-10T13:51:13.528Z] drwx------ 3 1001 1001 45 May 10 13:48 .semver [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 166 May 10 13:47 .sonarcloud.properties [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 8609 May 10 13:47 Attribution.txt [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 3804 May 10 13:47 CONTRIBUTING.md [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 931 May 10 13:47 Dockerfile.build [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 863 May 10 13:47 Jenkinsfile [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 10775 May 10 13:47 LICENSE [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 5774 May 10 13:47 Makefile [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 7978 May 10 13:47 README.md [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 6755 May 10 13:47 SECURITY.md [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 13 May 10 13:48 VERSION [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 4131 May 10 13:47 ZMQWindows.md [2021-05-10T13:51:13.528Z] drwxrwxr-x 2 1001 1001 117 May 10 13:47 bin [2021-05-10T13:51:13.528Z] drwxrwxr-x 14 1001 1001 4096 May 10 13:47 cmd [2021-05-10T13:51:13.528Z] -rw-r--r-- 1 root root 706092 May 10 13:50 coverage.out [2021-05-10T13:51:13.528Z] -rw-r--r-- 1 root root 1060 May 10 13:51 go.mod [2021-05-10T13:51:13.528Z] -rw-r--r-- 1 root root 22169 May 10 13:49 go.sum [2021-05-10T13:51:13.528Z] drwxrwxr-x 8 1001 1001 127 May 10 13:47 internal [2021-05-10T13:51:13.528Z] drwxrwxr-x 4 1001 1001 26 May 10 13:47 openapi [2021-05-10T13:51:13.528Z] drwxrwxr-x 4 1001 1001 71 May 10 13:47 snap [2021-05-10T13:51:13.528Z] -rw-rw-r-- 1 1001 1001 168 May 10 13:47 version.go [Pipeline] sh [2021-05-10T13:51:13.833Z] + '[' -e coverage.out ] [2021-05-10T13:51:13.833Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T13:51:14.079Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T13:51:14.401Z] + make build [2021-05-10T13:51:14.401Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T13:51:16.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T13:51:20.422Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:51:25.794Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T13:51:26.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T13:51:26.764Z] (2/12) Installing file (5.39-r0) [2021-05-10T13:51:27.034Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T13:51:27.308Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T13:51:27.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T13:51:28.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T13:51:29.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T13:51:30.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T13:51:33.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T13:51:34.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T13:51:35.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T13:51:37.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T13:51:38.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-10T13:51:40.896Z] $ docker stop --time=1 ae94ced4135adb8655a74377c73c2211d67fda0cdab27dcc75ff195b7b2d838b [2021-05-10T13:51:42.655Z] $ docker rm -f ae94ced4135adb8655a74377c73c2211d67fda0cdab27dcc75ff195b7b2d838b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-10T13:51:45.586Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T13:51:45.586Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T13:51:45.586Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T13:51:45.586Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T13:51:45.586Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T13:51:45.586Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T13:51:45.586Z] (11/12) Installing libzmq (4.3.3-r1) [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:51:45.857Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T13:51:46.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:51:46.087Z] [2021-05-10T13:51:46.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:51:46.132Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T13:51:46.132Z] OK: 218 MiB in 52 packages [2021-05-10T13:51:46.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:51:46.413Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-10T13:51:46.413Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-10T13:51:46.413Z] ca9280d653b3: Pulling fs layer [2021-05-10T13:51:46.413Z] 7e9c9ca2126c: Pulling fs layer [2021-05-10T13:51:46.676Z] cbdbe7a5bc2a: Download complete [2021-05-10T13:51:46.948Z] ca9280d653b3: Verifying Checksum [2021-05-10T13:51:46.948Z] ca9280d653b3: Download complete [2021-05-10T13:51:47.215Z] cbdbe7a5bc2a: Pull complete [2021-05-10T13:51:48.179Z] ca9280d653b3: Pull complete [2021-05-10T13:51:48.449Z] 7e9c9ca2126c: Verifying Checksum [2021-05-10T13:51:48.450Z] 7e9c9ca2126c: Download complete [2021-05-10T13:51:50.435Z] Removing intermediate container 3e65bfecbe58 [2021-05-10T13:51:50.435Z] ---> f30f24787821 [2021-05-10T13:51:50.435Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T13:51:50.435Z] ---> Running in 3443f0415b45 [2021-05-10T13:51:50.435Z] Removing intermediate container 3443f0415b45 [2021-05-10T13:51:50.435Z] ---> 83ddadfd816e [2021-05-10T13:51:50.435Z] Step 5/6 : COPY go.mod . [2021-05-10T13:51:51.412Z] ---> 8984794d9d20 [2021-05-10T13:51:51.412Z] Step 6/6 : RUN go mod download [2021-05-10T13:51:51.412Z] ---> Running in 61f0b765ad51 [2021-05-10T13:51:55.089Z] 7e9c9ca2126c: Pull complete [2021-05-10T13:51:55.089Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-10T13:51:55.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:51:55.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-10T13:51:55.226Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T13:51:55.272Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T13:51:58.481Z] $ docker top c8c62f3736291d5d9856de2ab5c7ae2aa8750129cd9217ac421728d58828a368 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:51:59.001Z] + docker-compose build --help [2021-05-10T13:51:59.001Z] + grep parallel [2021-05-10T13:51:59.963Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T13:52:00.256Z] $ docker stop --time=1 c8c62f3736291d5d9856de2ab5c7ae2aa8750129cd9217ac421728d58828a368 [2021-05-10T13:52:01.830Z] $ docker rm -f c8c62f3736291d5d9856de2ab5c7ae2aa8750129cd9217ac421728d58828a368 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:52:02.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:52:02.367Z] . [Pipeline] withDockerContainer [2021-05-10T13:52:02.471Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T13:52:02.523Z] $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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-10T13:52:03.328Z] $ docker top 0c2fda9295461644a014df36ed3091f6358b288db6c2d32fad6db830c35ca23d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:52:03.741Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T13:52:04.688Z] Building docker-core-command-go ... [2021-05-10T13:52:04.688Z] Building docker-core-data-go ... [2021-05-10T13:52:04.688Z] Building docker-core-metadata-go ... [2021-05-10T13:52:04.688Z] Building docker-security-bootstrapper-go ... [2021-05-10T13:52:04.688Z] Building docker-security-proxy-setup-go ... [2021-05-10T13:52:04.688Z] Building docker-security-secretstore-setup-go ... [2021-05-10T13:52:04.688Z] Building docker-support-notifications-go ... [2021-05-10T13:52:04.688Z] Building docker-support-scheduler-go ... [2021-05-10T13:52:04.688Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T13:52:04.688Z] Building docker-support-notifications-go [2021-05-10T13:52:04.688Z] Building docker-core-command-go [2021-05-10T13:52:04.688Z] Building docker-security-proxy-setup-go [2021-05-10T13:52:04.688Z] Building docker-security-secretstore-setup-go [2021-05-10T13:52:04.688Z] Building docker-core-data-go [2021-05-10T13:52:18.206Z] Removing intermediate container 61f0b765ad51 [2021-05-10T13:52:18.206Z] ---> 3bc5a2ea628d [2021-05-10T13:52:18.206Z] Successfully built 3bc5a2ea628d [2021-05-10T13:52:18.206Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:52:18.553Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T13:52:18.553Z] . [Pipeline] withDockerContainer [2021-05-10T13:52:18.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-4079 does not seem to be running inside a container [2021-05-10T13:52:18.922Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T13:52:20.376Z] $ docker top 9e3c9ad3474205b50a7f60932487c88cd267ab9e9a82d81bf12e6ee860fc7999 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:52:21.306Z] + go version [2021-05-10T13:52:21.306Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T13:52:21.331Z] $ docker stop --time=1 9e3c9ad3474205b50a7f60932487c88cd267ab9e9a82d81bf12e6ee860fc7999 [2021-05-10T13:52:23.210Z] $ docker rm -f 9e3c9ad3474205b50a7f60932487c88cd267ab9e9a82d81bf12e6ee860fc7999 [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-10T13:52:23.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T13:52:23.923Z] [2021-05-10T13:52:23.923Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:52:24.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T13:52:24.292Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-10T13:52:24.292Z] 29e5d40040c1: Pulling fs layer [2021-05-10T13:52:24.292Z] 1ce36da41761: Pulling fs layer [2021-05-10T13:52:24.292Z] 25b303627fd3: Pulling fs layer [2021-05-10T13:52:24.567Z] 29e5d40040c1: Verifying Checksum [2021-05-10T13:52:24.567Z] 29e5d40040c1: Download complete [2021-05-10T13:52:24.843Z] 1ce36da41761: Verifying Checksum [2021-05-10T13:52:24.843Z] 1ce36da41761: Download complete [2021-05-10T13:52:25.448Z] 29e5d40040c1: Pull complete [2021-05-10T13:52:26.431Z] 1ce36da41761: Pull complete [2021-05-10T13:52:26.704Z] 25b303627fd3: Verifying Checksum [2021-05-10T13:52:26.704Z] 25b303627fd3: Download complete [2021-05-10T13:52:36.868Z] 25b303627fd3: Pull complete [2021-05-10T13:52:36.868Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-10T13:52:36.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T13:52:36.868Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-10T13:52:37.035Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:52:37.035Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:52:37.035Z] ---> 80ac638a5961 [2021-05-10T13:52:37.035Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T13:52:37.136Z] prd-ubuntu18.04-docker-arm64-4c-16g-4079 does not seem to be running inside a container [2021-05-10T13:52:37.267Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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-10T13:52:37.300Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:52:37.300Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:52:37.300Z] ---> 80ac638a5961 [2021-05-10T13:52:37.300Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T13:52:37.562Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:52:37.562Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:52:37.562Z] ---> 80ac638a5961 [2021-05-10T13:52:37.562Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T13:52:37.562Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:52:37.562Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:52:37.562Z] ---> 80ac638a5961 [2021-05-10T13:52:37.562Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:52:37.825Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:52:37.825Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:52:37.825Z] ---> 80ac638a5961 [2021-05-10T13:52:37.825Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:52:38.777Z] ---> Running in 7cad5855aaa7 [2021-05-10T13:52:38.777Z] ---> Running in 96725701016a [2021-05-10T13:52:38.777Z] ---> Running in f44723cea28b [2021-05-10T13:52:38.777Z] ---> Running in 0aeb2f649650 [2021-05-10T13:52:38.777Z] ---> Running in 49f4894bfe70 [2021-05-10T13:52:39.356Z] Removing intermediate container f44723cea28b [2021-05-10T13:52:39.356Z] ---> 3bf6b0a13d9a [2021-05-10T13:52:39.356Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 96725701016a [2021-05-10T13:52:39.356Z] ---> 201768dbc1f9 [2021-05-10T13:52:39.356Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:52:39.356Z] [2021-05-10T13:52:39.356Z] Removing intermediate container 49f4894bfe70 [2021-05-10T13:52:39.356Z] ---> be813549c30e [2021-05-10T13:52:39.356Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:52:39.356Z] Removing intermediate container 7cad5855aaa7 [2021-05-10T13:52:39.356Z] ---> 54ebc0d7a444 [2021-05-10T13:52:39.356Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:52:39.356Z] Removing intermediate container 0aeb2f649650 [2021-05-10T13:52:39.356Z] ---> acf810e683e7 [2021-05-10T13:52:39.356Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:52:39.356Z] ---> Running in f43c55584724 [2021-05-10T13:52:39.356Z] ---> Running in c3abeb05d4f7 [2021-05-10T13:52:39.356Z] ---> Running in 000fa8d77099 [2021-05-10T13:52:39.356Z] ---> Running in f910f59013cf [2021-05-10T13:52:39.618Z] ---> Running in 62a07316a4ec [2021-05-10T13:52:40.356Z] $ docker top a6d6ba4ca6a5fda3a423173bfef743b6cb8fefff6f8f290c0494118707f244ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:52:41.338Z] + docker-compose build --help [2021-05-10T13:52:41.338Z] + grep parallel [2021-05-10T13:52:41.551Z] Removing intermediate container c3abeb05d4f7 [2021-05-10T13:52:41.551Z] ---> dc3b63aba8b6 [2021-05-10T13:52:41.551Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T13:52:41.551Z] Removing intermediate container f43c55584724 [2021-05-10T13:52:41.551Z] ---> 177cedb0074a [2021-05-10T13:52:41.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T13:52:41.551Z] Removing intermediate container f910f59013cf [2021-05-10T13:52:41.551Z] ---> 0fc2b9576db0 [2021-05-10T13:52:41.551Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T13:52:41.814Z] ---> Running in 2461f9ba3991 [2021-05-10T13:52:41.814Z] ---> Running in 6af5a9518783 [2021-05-10T13:52:41.814Z] Removing intermediate container 000fa8d77099 [2021-05-10T13:52:41.814Z] ---> 11b9f643e512 [2021-05-10T13:52:41.814Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T13:52:41.814Z] Removing intermediate container 62a07316a4ec [2021-05-10T13:52:41.814Z] ---> 2972effd844b [2021-05-10T13:52:41.814Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T13:52:42.079Z] ---> Running in b306c2ee3b78 [2021-05-10T13:52:42.079Z] ---> Running in fe9d8bd27196 [2021-05-10T13:52:42.079Z] ---> Running in 4700de9c39b3 [2021-05-10T13:52:42.693Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:42.964Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:42.965Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:43.227Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:43.227Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:44.618Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:44.745Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T13:52:44.770Z] $ docker stop --time=1 a6d6ba4ca6a5fda3a423173bfef743b6cb8fefff6f8f290c0494118707f244ed [2021-05-10T13:52:44.881Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:44.881Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:45.143Z] OK: 219 MiB in 52 packages [2021-05-10T13:52:45.722Z] OK: 219 MiB in 52 packages [2021-05-10T13:52:45.722Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:45.722Z] Removing intermediate container 6af5a9518783 [2021-05-10T13:52:45.722Z] ---> 0a92754180e8 [2021-05-10T13:52:45.722Z] Step 6/23 : COPY go.mod . [2021-05-10T13:52:45.987Z] OK: 219 MiB in 52 packages [2021-05-10T13:52:45.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:52:46.250Z] ---> 4ce5acead2b4 [2021-05-10T13:52:46.250Z] Step 7/23 : RUN go mod download [2021-05-10T13:52:46.250Z] ---> Running in de08fce5f1b0 [2021-05-10T13:52:46.523Z] Removing intermediate container fe9d8bd27196 [2021-05-10T13:52:46.523Z] ---> 1b24b430b701 [2021-05-10T13:52:46.523Z] Step 6/25 : COPY go.mod . [2021-05-10T13:52:46.523Z] OK: 219 MiB in 52 packages [2021-05-10T13:52:46.523Z] Removing intermediate container 4700de9c39b3 [2021-05-10T13:52:46.523Z] ---> 5ebb9df1f5d1 [2021-05-10T13:52:46.523Z] Step 6/23 : COPY go.mod . [2021-05-10T13:52:46.686Z] $ docker rm -f a6d6ba4ca6a5fda3a423173bfef743b6cb8fefff6f8f290c0494118707f244ed [2021-05-10T13:52:46.790Z] ---> 2bb6dbd7290a [2021-05-10T13:52:46.790Z] Step 7/25 : RUN go mod download [2021-05-10T13:52:46.790Z] ---> Running in 0b612a311660 [2021-05-10T13:52:46.790Z] OK: 219 MiB in 52 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:52:47.051Z] ---> d198abfb8180 [2021-05-10T13:52:47.051Z] Step 7/23 : RUN go mod download [2021-05-10T13:52:47.051Z] ---> Running in c59d8e03441b [2021-05-10T13:52:47.322Z] Removing intermediate container 2461f9ba3991 [2021-05-10T13:52:47.322Z] ---> ecc467564a10 [2021-05-10T13:52:47.322Z] Step 6/21 : COPY go.mod . [2021-05-10T13:52:47.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T13:52:47.344Z] . [Pipeline] withDockerContainer [2021-05-10T13:52:47.590Z] ---> 3b0a6fdda196 [2021-05-10T13:52:47.590Z] Step 7/21 : RUN go mod download [2021-05-10T13:52:47.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-4079 does not seem to be running inside a container [2021-05-10T13:52:47.688Z] $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-10T13:52:47.854Z] ---> Running in 305abdcc66da [2021-05-10T13:52:47.854Z] Removing intermediate container b306c2ee3b78 [2021-05-10T13:52:47.854Z] ---> 35b087b46901 [2021-05-10T13:52:47.854Z] Step 6/22 : COPY go.mod . [2021-05-10T13:52:48.118Z] Removing intermediate container de08fce5f1b0 [2021-05-10T13:52:48.118Z] ---> 18e45fbf344d [2021-05-10T13:52:48.118Z] Step 8/23 : COPY . . [2021-05-10T13:52:48.385Z] ---> ef996af3f2bb [2021-05-10T13:52:48.385Z] Step 7/22 : RUN go mod download [2021-05-10T13:52:49.074Z] $ docker top 6e8ad4b12dbf3c49fc0bd04d3284c24ea8afc36ac8727f41e22e5e33101ac76b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:52:49.823Z] ---> Running in 5470cfc64033 [2021-05-10T13:52:49.824Z] Removing intermediate container 0b612a311660 [2021-05-10T13:52:49.824Z] ---> 39fee5f1cd81 [2021-05-10T13:52:49.824Z] Step 8/25 : COPY . . [2021-05-10T13:52:50.028Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T13:52:51.760Z] Removing intermediate container c59d8e03441b [2021-05-10T13:52:51.760Z] ---> f54c25e1c944 [2021-05-10T13:52:51.760Z] Step 8/23 : COPY . . [2021-05-10T13:52:53.404Z] Building docker-core-command-go ... [2021-05-10T13:52:53.404Z] Building docker-core-data-go ... [2021-05-10T13:52:53.404Z] Building docker-core-metadata-go ... [2021-05-10T13:52:53.404Z] Building docker-security-bootstrapper-go ... [2021-05-10T13:52:53.404Z] Building docker-security-proxy-setup-go ... [2021-05-10T13:52:53.404Z] Building docker-security-secretstore-setup-go ... [2021-05-10T13:52:53.404Z] Building docker-support-notifications-go ... [2021-05-10T13:52:53.404Z] Building docker-support-scheduler-go ... [2021-05-10T13:52:53.404Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T13:52:53.404Z] Building docker-support-scheduler-go [2021-05-10T13:52:53.404Z] Building docker-security-bootstrapper-go [2021-05-10T13:52:53.404Z] Building docker-security-secretstore-setup-go [2021-05-10T13:52:53.404Z] Building docker-sys-mgmt-agent-go [2021-05-10T13:52:53.404Z] Building docker-core-metadata-go [2021-05-10T13:53:01.856Z] Removing intermediate container 305abdcc66da [2021-05-10T13:53:01.856Z] ---> a186782b5ce1 [2021-05-10T13:53:01.856Z] Step 8/21 : COPY . . [2021-05-10T13:53:01.856Z] Removing intermediate container 5470cfc64033 [2021-05-10T13:53:01.856Z] ---> e1850bf6436f [2021-05-10T13:53:01.856Z] Step 8/22 : COPY . . [2021-05-10T13:53:34.186Z] ---> 2883d49ce436 [2021-05-10T13:53:34.186Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T13:53:34.186Z] ---> 5fc52ca493f3 [2021-05-10T13:53:34.186Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T13:53:34.186Z] ---> a55f4918efd3 [2021-05-10T13:53:34.186Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T13:53:34.186Z] ---> Running in 358f9d40948a [2021-05-10T13:53:34.186Z] ---> Running in 304b33919ccd [2021-05-10T13:53:34.186Z] ---> Running in 612d0629ab59 [2021-05-10T13:53:36.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T13:53:36.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T13:53:36.765Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T13:53:38.195Z] ---> 2fb2a9d4a62a [2021-05-10T13:53:38.195Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T13:53:38.195Z] ---> Running in 498d8c5c39b5 [2021-05-10T13:53:38.464Z] ---> 5ea6058c0e13 [2021-05-10T13:53:38.464Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T13:53:38.732Z] ---> Running in d699cb1188c7 [2021-05-10T13:53:39.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T13:53:39.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T13:53:49.925Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:53:49.925Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:53:49.925Z] ---> 3bc5a2ea628d [2021-05-10T13:53:49.925Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:53:49.925Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:53:49.925Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:53:49.925Z] ---> 3bc5a2ea628d [2021-05-10T13:53:49.925Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:53:49.925Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:53:49.925Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:53:49.925Z] ---> 3bc5a2ea628d [2021-05-10T13:53:49.925Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T13:53:49.925Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:53:49.925Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:53:49.925Z] ---> 3bc5a2ea628d [2021-05-10T13:53:49.925Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T13:53:49.925Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:53:49.925Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:53:49.925Z] ---> 3bc5a2ea628d [2021-05-10T13:53:49.925Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T13:53:49.925Z] ---> Running in 68e9e55a8ac2 [2021-05-10T13:53:49.925Z] ---> Running in 2c42f793d350 [2021-05-10T13:53:49.925Z] ---> Running in b23109355f40 [2021-05-10T13:53:49.925Z] ---> Running in a4f2403ebe39 [2021-05-10T13:53:49.925Z] ---> Running in 2628fe4459b1 [2021-05-10T13:53:49.925Z] Removing intermediate container 68e9e55a8ac2 [2021-05-10T13:53:49.925Z] ---> 7b868d35897c [2021-05-10T13:53:49.925Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:53:49.925Z] Removing intermediate container 2c42f793d350 [2021-05-10T13:53:49.926Z] ---> 8af90f74e181 [2021-05-10T13:53:49.926Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:53:49.926Z] Removing intermediate container b23109355f40 [2021-05-10T13:53:49.926Z] ---> e057617ff6c1 [2021-05-10T13:53:49.926Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:53:49.926Z] Removing intermediate container 2628fe4459b1 [2021-05-10T13:53:49.926Z] ---> 09ebb2152c9c [2021-05-10T13:53:49.926Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:53:49.926Z] Removing intermediate container a4f2403ebe39 [2021-05-10T13:53:49.926Z] ---> 2971a6130e41 [2021-05-10T13:53:49.926Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:53:49.926Z] ---> Running in 7312405eed31 [2021-05-10T13:53:49.926Z] ---> Running in ff8017481104 [2021-05-10T13:53:49.926Z] ---> Running in b91a942f8e89 [2021-05-10T13:53:49.926Z] ---> Running in f353d1eb9d5a [2021-05-10T13:53:49.926Z] ---> Running in 66a75ef455a6 [2021-05-10T13:53:51.371Z] Removing intermediate container ff8017481104 [2021-05-10T13:53:51.371Z] ---> c38207c43514 [2021-05-10T13:53:51.371Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T13:53:51.371Z] Removing intermediate container 7312405eed31 [2021-05-10T13:53:51.371Z] ---> 9896809951a1 [2021-05-10T13:53:51.371Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T13:53:51.371Z] ---> Running in 78a11917e119 [2021-05-10T13:53:51.371Z] ---> Running in 03bd7e56f5f0 [2021-05-10T13:53:51.371Z] Removing intermediate container 66a75ef455a6 [2021-05-10T13:53:51.371Z] ---> 0cf4f6bedc2e [2021-05-10T13:53:51.371Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T13:53:51.650Z] Removing intermediate container b91a942f8e89 [2021-05-10T13:53:51.650Z] ---> 49b99015b788 [2021-05-10T13:53:51.650Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T13:53:51.650Z] ---> Running in d1cf6427a69e [2021-05-10T13:53:51.927Z] Removing intermediate container f353d1eb9d5a [2021-05-10T13:53:51.927Z] ---> 694b98031f55 [2021-05-10T13:53:51.927Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T13:53:51.927Z] ---> Running in ffbc7c2a13a4 [2021-05-10T13:53:52.211Z] ---> Running in b8d31ce982ba [2021-05-10T13:53:53.690Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:54.041Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:54.041Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:54.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:54.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:55.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:55.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:55.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:55.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:56.063Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:53:57.061Z] OK: 218 MiB in 52 packages [2021-05-10T13:53:57.061Z] OK: 218 MiB in 52 packages [2021-05-10T13:53:57.061Z] OK: 218 MiB in 52 packages [2021-05-10T13:53:57.360Z] OK: 218 MiB in 52 packages [2021-05-10T13:53:57.633Z] OK: 218 MiB in 52 packages [2021-05-10T13:53:59.113Z] Removing intermediate container 03bd7e56f5f0 [2021-05-10T13:53:59.113Z] ---> e579e7598723 [2021-05-10T13:53:59.113Z] Step 6/22 : COPY go.mod . [2021-05-10T13:53:59.113Z] Removing intermediate container ffbc7c2a13a4 [2021-05-10T13:53:59.113Z] ---> b41fb5fba43a [2021-05-10T13:53:59.113Z] Step 6/23 : COPY go.mod . [2021-05-10T13:53:59.391Z] Removing intermediate container 78a11917e119 [2021-05-10T13:53:59.391Z] ---> d9691ff276a7 [2021-05-10T13:53:59.391Z] Step 6/23 : COPY go.mod . [2021-05-10T13:53:59.391Z] Removing intermediate container d1cf6427a69e [2021-05-10T13:53:59.391Z] ---> d96d4ab40dc3 [2021-05-10T13:53:59.391Z] Step 6/25 : COPY go.mod . [2021-05-10T13:53:59.666Z] Removing intermediate container b8d31ce982ba [2021-05-10T13:53:59.666Z] ---> 584c1a3865f3 [2021-05-10T13:53:59.666Z] Step 6/31 : COPY go.mod . [2021-05-10T13:53:59.941Z] ---> d3706895bdae [2021-05-10T13:53:59.941Z] Step 7/22 : RUN go mod download [2021-05-10T13:54:00.213Z] ---> Running in d82a8993f224 [2021-05-10T13:54:00.492Z] ---> 56e44fad98b7 [2021-05-10T13:54:00.492Z] Step 7/23 : RUN go mod download [2021-05-10T13:54:00.492Z] ---> bd2cb5e6fee7 [2021-05-10T13:54:00.492Z] Step 7/23 : RUN go mod download [2021-05-10T13:54:00.767Z] ---> d7d8191ad68a [2021-05-10T13:54:00.767Z] Step 7/25 : RUN go mod download [2021-05-10T13:54:00.767Z] ---> Running in 9ff4af059297 [2021-05-10T13:54:00.767Z] ---> Running in b281694b405f [2021-05-10T13:54:00.767Z] ---> 0ed9797cf5e0 [2021-05-10T13:54:00.767Z] Step 7/31 : RUN go mod download [2021-05-10T13:54:01.041Z] ---> Running in 0814f777eb00 [2021-05-10T13:54:01.041Z] ---> Running in 009cf0961fb4 [2021-05-10T13:54:04.458Z] Removing intermediate container d82a8993f224 [2021-05-10T13:54:04.458Z] ---> c9fb040dbdb7 [2021-05-10T13:54:04.458Z] Step 8/22 : COPY . . [2021-05-10T13:54:05.055Z] Removing intermediate container 9ff4af059297 [2021-05-10T13:54:05.055Z] ---> d8d163972142 [2021-05-10T13:54:05.055Z] Step 8/23 : COPY . . [2021-05-10T13:54:05.337Z] Removing intermediate container 0814f777eb00 [2021-05-10T13:54:05.337Z] ---> cbb7c096d803 [2021-05-10T13:54:05.337Z] Step 8/25 : COPY . . [2021-05-10T13:54:05.948Z] Removing intermediate container b281694b405f [2021-05-10T13:54:05.948Z] ---> 245a4dc5c7e2 [2021-05-10T13:54:05.948Z] Step 8/23 : COPY . . [2021-05-10T13:54:06.217Z] Removing intermediate container 009cf0961fb4 [2021-05-10T13:54:06.217Z] ---> e34024f1c5d5 [2021-05-10T13:54:06.217Z] Step 8/31 : COPY . . [2021-05-10T13:54:18.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T13:54:18.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T13:54:25.537Z] Removing intermediate container 358f9d40948a [2021-05-10T13:54:25.537Z] ---> c85b8e054b14 [2021-05-10T13:54:25.537Z] [2021-05-10T13:54:25.537Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T13:54:25.537Z] Removing intermediate container 612d0629ab59 [2021-05-10T13:54:25.537Z] ---> d449ad52a365 [2021-05-10T13:54:25.537Z] [2021-05-10T13:54:25.537Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T13:54:25.537Z] 3.12: Pulling from library/alpine [2021-05-10T13:54:25.537Z] 3.12: Pulling from library/alpine [2021-05-10T13:54:26.484Z] Removing intermediate container d699cb1188c7 [2021-05-10T13:54:26.484Z] ---> b5917a0b0f26 [2021-05-10T13:54:26.484Z] [2021-05-10T13:54:26.484Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T13:54:26.484Z] Removing intermediate container 498d8c5c39b5 [2021-05-10T13:54:26.484Z] ---> 790b09644c6b [2021-05-10T13:54:26.484Z] [2021-05-10T13:54:26.484Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T13:54:26.484Z] 3.12: Pulling from library/alpine [2021-05-10T13:54:26.484Z] 3.12: Pulling from library/alpine [2021-05-10T13:54:26.746Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T13:54:26.746Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T13:54:26.747Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T13:54:26.747Z] Status: Image is up to date for alpine:3.12 [2021-05-10T13:54:26.747Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T13:54:26.747Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T13:54:26.747Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T13:54:26.747Z] Status: Image is up to date for alpine:3.12 [2021-05-10T13:54:26.747Z] ---> 13621d1b12d4 [2021-05-10T13:54:26.747Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T13:54:26.747Z] ---> 13621d1b12d4 [2021-05-10T13:54:26.747Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T13:54:26.747Z] ---> 13621d1b12d4 [2021-05-10T13:54:26.747Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T13:54:26.747Z] ---> 13621d1b12d4 [2021-05-10T13:54:26.747Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T13:54:28.417Z] ---> 4960bd5b0d6c [2021-05-10T13:54:28.417Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T13:54:28.417Z] ---> 64cfca6155ef [2021-05-10T13:54:28.417Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T13:54:28.417Z] ---> db3b629a0022 [2021-05-10T13:54:28.417Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T13:54:28.417Z] ---> Running in e4fc2fb7da1a [2021-05-10T13:54:28.417Z] ---> Running in 36d8e9a52779 [2021-05-10T13:54:28.417Z] ---> Running in aae3b77f7ae0 [2021-05-10T13:54:28.417Z] ---> 282e02ce98c0 [2021-05-10T13:54:28.417Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T13:54:28.417Z] ---> 76a1cb356ef7 [2021-05-10T13:54:28.417Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T13:54:28.417Z] ---> Running in 8abde86ca461 [2021-05-10T13:54:28.417Z] ---> Running in 3d1bbe2b7471 [2021-05-10T13:54:29.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T13:54:29.305Z] ---> Running in c21990658fdc [2021-05-10T13:54:29.305Z] ---> Running in fdf90c728021 [2021-05-10T13:54:29.305Z] ---> Running in ec46552d37d3 [2021-05-10T13:54:29.305Z] ---> Running in 6a8e6c2cd66f [2021-05-10T13:54:29.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T13:54:29.892Z] Removing intermediate container 304b33919ccd [2021-05-10T13:54:29.892Z] ---> 615fd968eaf4 [2021-05-10T13:54:29.892Z] [2021-05-10T13:54:29.892Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T13:54:29.892Z] ---> 13621d1b12d4 [2021-05-10T13:54:29.892Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T13:54:29.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T13:54:29.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T13:54:29.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T13:54:30.158Z] ---> Running in 41d27e7193f6 [2021-05-10T13:54:30.430Z] Removing intermediate container 41d27e7193f6 [2021-05-10T13:54:30.430Z] ---> cbcb80750cb5 [2021-05-10T13:54:30.430Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T13:54:30.702Z] ---> Running in 84b84b492148 [2021-05-10T13:54:30.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.973Z] Removing intermediate container 84b84b492148 [2021-05-10T13:54:30.973Z] ---> 6c9a37e34d54 [2021-05-10T13:54:30.973Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T13:54:30.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.973Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T13:54:30.973Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:54:30.973Z] OK: 6 MiB in 15 packages [2021-05-10T13:54:30.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:30.973Z] ---> Running in a07ea0b654ba [2021-05-10T13:54:31.242Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T13:54:31.242Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T13:54:31.242Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T13:54:31.242Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T13:54:31.242Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:54:31.242Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T13:54:31.242Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T13:54:31.242Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T13:54:31.242Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:54:31.242Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T13:54:31.242Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T13:54:31.242Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T13:54:31.242Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T13:54:31.242Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T13:54:31.242Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T13:54:31.242Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T13:54:31.242Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:54:31.242Z] OK: 7 MiB in 18 packages [2021-05-10T13:54:31.242Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T13:54:31.242Z] OK: 6 MiB in 16 packages [2021-05-10T13:54:31.505Z] OK: 7 MiB in 20 packages [2021-05-10T13:54:34.067Z] Removing intermediate container a07ea0b654ba [2021-05-10T13:54:34.067Z] ---> f8447e4fef13 [2021-05-10T13:54:34.067Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:54:34.067Z] ---> Running in d3e2fd100ceb [2021-05-10T13:54:35.022Z] Removing intermediate container fdf90c728021 [2021-05-10T13:54:35.022Z] ---> 2f6013133010 [2021-05-10T13:54:35.022Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:54:35.022Z] Removing intermediate container 6a8e6c2cd66f [2021-05-10T13:54:35.022Z] ---> e4a59dab2403 [2021-05-10T13:54:35.022Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T13:54:35.022Z] Removing intermediate container c21990658fdc [2021-05-10T13:54:35.022Z] ---> 33e765e38a6d [2021-05-10T13:54:35.022Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T13:54:35.291Z] ---> Running in 1e7571769711 [2021-05-10T13:54:35.291Z] Removing intermediate container ec46552d37d3 [2021-05-10T13:54:35.291Z] ---> c9a3fc2cb9c1 [2021-05-10T13:54:35.291Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:54:35.291Z] ---> Running in 0b46f82cb865 [2021-05-10T13:54:35.291Z] ---> Running in 98622a1a692a [2021-05-10T13:54:35.291Z] ---> Running in 06570a3a7dc6 [2021-05-10T13:54:35.561Z] Removing intermediate container 1e7571769711 [2021-05-10T13:54:35.561Z] ---> d40ac81321f9 [2021-05-10T13:54:35.561Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T13:54:35.561Z] Removing intermediate container 0b46f82cb865 [2021-05-10T13:54:35.561Z] ---> 857fc7c7679c [2021-05-10T13:54:35.561Z] Step 13/21 : WORKDIR /edgex [2021-05-10T13:54:35.824Z] Removing intermediate container 98622a1a692a [2021-05-10T13:54:35.824Z] ---> 59ee019562b6 [2021-05-10T13:54:35.824Z] Step 13/25 : WORKDIR / [2021-05-10T13:54:35.824Z] ---> Running in 578f06127900 [2021-05-10T13:54:35.824Z] Removing intermediate container 06570a3a7dc6 [2021-05-10T13:54:35.824Z] ---> f58e311e24fd [2021-05-10T13:54:35.824Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T13:54:36.089Z] ---> Running in 6064a7d6f4b0 [2021-05-10T13:54:36.089Z] ---> Running in b28c06d19363 [2021-05-10T13:54:36.089Z] ---> Running in bafbfb57e7e5 [2021-05-10T13:54:36.353Z] Removing intermediate container 578f06127900 [2021-05-10T13:54:36.353Z] ---> 3ac63db5bea4 [2021-05-10T13:54:36.353Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T13:54:36.353Z] Removing intermediate container d3e2fd100ceb [2021-05-10T13:54:36.353Z] ---> 1b142c3d4187 [2021-05-10T13:54:36.353Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T13:54:36.353Z] ---> Running in fb5a846ae42f [2021-05-10T13:54:36.353Z] ---> Running in c8ffba3aa803 [2021-05-10T13:54:36.353Z] Removing intermediate container b28c06d19363 [2021-05-10T13:54:36.353Z] ---> bfed6d685bab [2021-05-10T13:54:36.353Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T13:54:36.614Z] Removing intermediate container 6064a7d6f4b0 [2021-05-10T13:54:36.614Z] ---> cdae020e0bd1 [2021-05-10T13:54:36.614Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T13:54:36.614Z] Removing intermediate container bafbfb57e7e5 [2021-05-10T13:54:36.614Z] ---> 027646209244 [2021-05-10T13:54:36.614Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T13:54:36.884Z] ---> Running in dd764c1c02f4 [2021-05-10T13:54:36.884Z] Removing intermediate container c8ffba3aa803 [2021-05-10T13:54:36.884Z] ---> 0ca4c38c0c39 [2021-05-10T13:54:36.884Z] Step 15/23 : WORKDIR / [2021-05-10T13:54:36.884Z] ---> ea855dbf9a88 [2021-05-10T13:54:36.884Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T13:54:37.149Z] ---> d7107c057c33 [2021-05-10T13:54:37.149Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T13:54:37.149Z] ---> Running in 47fbd1014b19 [2021-05-10T13:54:37.149Z] Removing intermediate container dd764c1c02f4 [2021-05-10T13:54:37.149Z] ---> 146d47edf104 [2021-05-10T13:54:37.149Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:54:37.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:37.415Z] Removing intermediate container 47fbd1014b19 [2021-05-10T13:54:37.415Z] ---> 990842bd148b [2021-05-10T13:54:37.415Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:54:37.415Z] ---> 2bcecb27d1de [2021-05-10T13:54:37.415Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T13:54:37.679Z] ---> a4d614ad1511 [2021-05-10T13:54:37.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T13:54:37.679Z] ---> efec679b126e [2021-05-10T13:54:37.679Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T13:54:37.950Z] ---> e437767bab45 [2021-05-10T13:54:37.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T13:54:37.950Z] ---> b191787db3b7 [2021-05-10T13:54:37.950Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T13:54:38.529Z] ---> 35b7429f9803 [2021-05-10T13:54:38.529Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T13:54:38.529Z] ---> a6ce6497c985 [2021-05-10T13:54:38.529Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T13:54:38.529Z] ---> d612c705e195 [2021-05-10T13:54:38.529Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T13:54:38.529Z] ---> 84c54f3c703b [2021-05-10T13:54:38.529Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T13:54:38.529Z] ---> Running in b8e150718ace [2021-05-10T13:54:38.793Z] ---> bca27e62045b [2021-05-10T13:54:38.793Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T13:54:39.056Z] ---> 223ebdd39817 [2021-05-10T13:54:39.056Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T13:54:39.056Z] Removing intermediate container b8e150718ace [2021-05-10T13:54:39.056Z] ---> a16d5e7004a9 [2021-05-10T13:54:39.056Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T13:54:39.056Z] ---> Running in b10ade255a19 [2021-05-10T13:54:39.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:54:39.634Z] ---> Running in 89b3bfd511f7 [2021-05-10T13:54:39.634Z] ---> 4df3c45e29fe [2021-05-10T13:54:39.634Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T13:54:39.634Z] ---> Running in 2c2b91a7da5e [2021-05-10T13:54:39.634Z] Removing intermediate container b10ade255a19 [2021-05-10T13:54:39.634Z] ---> da40b05ebf72 [2021-05-10T13:54:39.634Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:54:39.910Z] Removing intermediate container 89b3bfd511f7 [2021-05-10T13:54:39.910Z] ---> c65a9e015b41 [2021-05-10T13:54:39.910Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:54:39.910Z] Removing intermediate container 2c2b91a7da5e [2021-05-10T13:54:39.910Z] ---> 19634bbd9d9b [2021-05-10T13:54:39.910Z] Step 19/21 : LABEL arch=x86_64 [2021-05-10T13:54:39.910Z] ---> Running in 8a0fd73e85c0 [2021-05-10T13:54:39.910Z] ---> Running in e7101d0d1c7b [2021-05-10T13:54:39.910Z] ---> 0171fdca2bed [2021-05-10T13:54:39.910Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T13:54:39.910Z] ---> Running in a74dc204785a [2021-05-10T13:54:40.173Z] Removing intermediate container 8a0fd73e85c0 [2021-05-10T13:54:40.173Z] ---> fa9924f1cbe1 [2021-05-10T13:54:40.173Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T13:54:40.173Z] Removing intermediate container e7101d0d1c7b [2021-05-10T13:54:40.173Z] ---> 9a424df1b60b [2021-05-10T13:54:40.173Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T13:54:40.436Z] ---> Running in 01856e35ac37 [2021-05-10T13:54:40.436Z] ---> Running in c86c9424e044 [2021-05-10T13:54:40.436Z] Removing intermediate container a74dc204785a [2021-05-10T13:54:40.436Z] ---> b0a9442fd66f [2021-05-10T13:54:40.436Z] Step 20/21 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:54:40.436Z] ---> bbb2ee90033c [2021-05-10T13:54:40.436Z] Step 21/25 : 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-10T13:54:40.697Z] ---> Running in dd9689e50193 [2021-05-10T13:54:40.697Z] ---> Running in 57a0dbeac4b7 [2021-05-10T13:54:40.697Z] Removing intermediate container 01856e35ac37 [2021-05-10T13:54:40.697Z] ---> 76c07990f209 [2021-05-10T13:54:40.697Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:54:40.697Z] Removing intermediate container c86c9424e044 [2021-05-10T13:54:40.697Z] ---> 947936d3425f [2021-05-10T13:54:40.697Z] Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:54:40.960Z] ---> Running in 0a4993c8473a [2021-05-10T13:54:40.960Z] ---> Running in dc14ebbe8959 [2021-05-10T13:54:40.960Z] Removing intermediate container dd9689e50193 [2021-05-10T13:54:40.960Z] ---> 1d33cd9429e6 [2021-05-10T13:54:40.960Z] Step 21/21 : LABEL version=2.0.0-dev.206 [2021-05-10T13:54:41.222Z] ---> Running in d21e461cfca4 [2021-05-10T13:54:41.222Z] Removing intermediate container 0a4993c8473a [2021-05-10T13:54:41.222Z] ---> d00d3c9e60fa [2021-05-10T13:54:41.222Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T13:54:41.485Z] Removing intermediate container dc14ebbe8959 [2021-05-10T13:54:41.485Z] ---> c35c1df93667 [2021-05-10T13:54:41.485Z] Step 22/22 : LABEL version=2.0.0-dev.206 [2021-05-10T13:54:41.747Z] ---> Running in 18ad97d335f0 [2021-05-10T13:54:41.747Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T13:54:41.747Z] ---> Running in f49ae29e80cb [2021-05-10T13:54:41.747Z] Removing intermediate container d21e461cfca4 [2021-05-10T13:54:41.747Z] ---> cb86b845fb3c [2021-05-10T13:54:41.747Z] [2021-05-10T13:54:42.011Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T13:54:42.011Z] Removing intermediate container 18ad97d335f0 [2021-05-10T13:54:42.011Z] ---> 44884ff3d2aa [2021-05-10T13:54:42.011Z] [2021-05-10T13:54:42.011Z] Removing intermediate container f49ae29e80cb [2021-05-10T13:54:42.011Z] ---> 840e554ef191 [2021-05-10T13:54:42.011Z] [2021-05-10T13:54:42.011Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T13:54:42.011Z] Successfully built cb86b845fb3c [2021-05-10T13:54:42.011Z] Successfully built 44884ff3d2aa [2021-05-10T13:54:42.273Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-10T13:54:42.273Z] Successfully tagged docker-core-command-go:latest [2021-05-10T13:54:42.273Z] Building docker-security-bootstrapper-go [2021-05-10T13:54:42.273Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-05-10T13:54:42.273Z]  Building docker-security-proxy-setup-go ... done Successfully built 840e554ef191 [2021-05-10T13:54:42.273Z] Successfully tagged docker-support-notifications-go:latest [2021-05-10T13:54:42.273Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-05-10T13:54:42.273Z] Removing intermediate container 57a0dbeac4b7 [2021-05-10T13:54:42.273Z] ---> 9e3810d0b7db [2021-05-10T13:54:42.273Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T13:54:42.536Z] ---> Running in d9eb191388d0 [2021-05-10T13:54:42.536Z] Removing intermediate container d9eb191388d0 [2021-05-10T13:54:42.536Z] ---> a07a099d9fb4 [2021-05-10T13:54:42.536Z] Step 23/25 : LABEL arch=x86_64 [2021-05-10T13:54:42.810Z] ---> Running in 3d072a8f8258 [2021-05-10T13:54:42.810Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T13:54:42.810Z] Removing intermediate container 3d072a8f8258 [2021-05-10T13:54:42.810Z] ---> 958bb0bd17a6 [2021-05-10T13:54:42.810Z] Step 24/25 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:54:42.810Z] ---> Running in 4762ad08d1c9 [2021-05-10T13:54:43.075Z] Removing intermediate container 4762ad08d1c9 [2021-05-10T13:54:43.075Z] ---> 0501cbf0e5dd [2021-05-10T13:54:43.075Z] Step 25/25 : LABEL version=2.0.0-dev.206 [2021-05-10T13:54:43.075Z] ---> Running in 1e37cb136579 [2021-05-10T13:54:43.338Z] Removing intermediate container 1e37cb136579 [2021-05-10T13:54:43.338Z] ---> daa8e683cb8b [2021-05-10T13:54:43.338Z] [2021-05-10T13:54:43.602Z] Successfully built daa8e683cb8b [2021-05-10T13:54:45.538Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-10T13:54:45.539Z] Building docker-support-scheduler-go [2021-05-10T13:54:45.539Z]  Building docker-security-secretstore-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T13:54:46.485Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T13:54:46.485Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:54:47.060Z] OK: 8 MiB in 20 packages [2021-05-10T13:54:49.099Z] Removing intermediate container fb5a846ae42f [2021-05-10T13:54:49.099Z] ---> 780434f11d92 [2021-05-10T13:54:49.099Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:54:51.086Z] ---> b3316ca94845 [2021-05-10T13:54:51.086Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T13:54:52.493Z] ---> b95b7cfb026f [2021-05-10T13:54:52.493Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T13:54:54.435Z] ---> 901a8c68d1e8 [2021-05-10T13:54:54.435Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T13:54:54.435Z] ---> Running in 3aca3e948ac2 [2021-05-10T13:54:54.699Z] Removing intermediate container 3aca3e948ac2 [2021-05-10T13:54:54.699Z] ---> e266c98a7adc [2021-05-10T13:54:54.699Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:54:54.963Z] ---> Running in 1ae69da297a6 [2021-05-10T13:54:54.963Z] Removing intermediate container 1ae69da297a6 [2021-05-10T13:54:54.963Z] ---> 96a21b7428a1 [2021-05-10T13:54:54.963Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T13:54:55.233Z] ---> Running in 0857950d0111 [2021-05-10T13:54:55.233Z] Removing intermediate container 0857950d0111 [2021-05-10T13:54:55.233Z] ---> 7bbf79b46a63 [2021-05-10T13:54:55.233Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:54:55.233Z] ---> Running in 5aaf8fb5108b [2021-05-10T13:54:55.500Z] Removing intermediate container 5aaf8fb5108b [2021-05-10T13:54:55.500Z] ---> fbe9eb467e6f [2021-05-10T13:54:55.500Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T13:54:55.500Z] ---> Running in 29276b9d037a [2021-05-10T13:54:55.761Z] Removing intermediate container 29276b9d037a [2021-05-10T13:54:55.762Z] ---> dffa9b23e771 [2021-05-10T13:54:55.762Z] [2021-05-10T13:54:56.029Z] Successfully built dffa9b23e771 [2021-05-10T13:54:56.029Z] Successfully tagged docker-core-data-go:latest [2021-05-10T13:55:12.120Z]  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:55:12.120Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:55:12.120Z] ---> 80ac638a5961 [2021-05-10T13:55:12.120Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 54ebc0d7a444 [2021-05-10T13:55:12.120Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 0fc2b9576db0 [2021-05-10T13:55:12.120Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T13:55:12.120Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:55:12.120Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:55:12.120Z] ---> 80ac638a5961 [2021-05-10T13:55:12.120Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 54ebc0d7a444 [2021-05-10T13:55:12.120Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 0fc2b9576db0 [2021-05-10T13:55:12.120Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T13:55:12.120Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:55:12.120Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:55:12.120Z] ---> 80ac638a5961 [2021-05-10T13:55:12.120Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 54ebc0d7a444 [2021-05-10T13:55:12.120Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 0fc2b9576db0 [2021-05-10T13:55:12.120Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T13:55:12.120Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:55:12.120Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:55:12.120Z] ---> 80ac638a5961 [2021-05-10T13:55:12.120Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 54ebc0d7a444 [2021-05-10T13:55:12.120Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:55:12.120Z] ---> Using cache [2021-05-10T13:55:12.120Z] ---> 0fc2b9576db0 [2021-05-10T13:55:12.120Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T13:55:12.120Z] ---> Running in 5e9bb4232705 [2021-05-10T13:55:12.120Z] ---> Running in eeae54ae1677 [2021-05-10T13:55:12.120Z] ---> Running in 5c2ac68a8cfa [2021-05-10T13:55:12.120Z] ---> Running in 7751c54d181a [2021-05-10T13:55:13.515Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:13.515Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:13.515Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:13.515Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:15.437Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:16.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:16.956Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:16.957Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:18.348Z] OK: 219 MiB in 52 packages [2021-05-10T13:55:18.612Z] Removing intermediate container 5c2ac68a8cfa [2021-05-10T13:55:18.612Z] ---> 3cfc5e802350 [2021-05-10T13:55:18.612Z] Step 6/23 : COPY go.mod . [2021-05-10T13:55:18.879Z] OK: 219 MiB in 52 packages [2021-05-10T13:55:18.879Z] ---> 3fe87b8945ff [2021-05-10T13:55:18.879Z] Step 7/23 : RUN go mod download [2021-05-10T13:55:18.879Z] ---> Running in 3e5380cbe3e2 [2021-05-10T13:55:19.460Z] Removing intermediate container eeae54ae1677 [2021-05-10T13:55:19.460Z] ---> 094e99691a78 [2021-05-10T13:55:19.460Z] Step 6/31 : COPY go.mod . [2021-05-10T13:55:19.726Z] ---> eb5d0cbd2ed0 [2021-05-10T13:55:19.726Z] Step 7/31 : RUN go mod download [2021-05-10T13:55:19.726Z] ---> Running in ac90bb427197 [2021-05-10T13:55:20.679Z] Removing intermediate container 3e5380cbe3e2 [2021-05-10T13:55:20.679Z] ---> 7ab9ba06e1d1 [2021-05-10T13:55:20.679Z] Step 8/23 : COPY . . [2021-05-10T13:55:22.075Z] Removing intermediate container ac90bb427197 [2021-05-10T13:55:22.076Z] ---> c6fa4ba640ee [2021-05-10T13:55:22.076Z] Step 8/31 : COPY . . [2021-05-10T13:55:24.646Z] OK: 219 MiB in 52 packages [2021-05-10T13:55:26.045Z] OK: 219 MiB in 52 packages [2021-05-10T13:55:29.391Z] Removing intermediate container 5e9bb4232705 [2021-05-10T13:55:29.391Z] ---> f3173aebced2 [2021-05-10T13:55:29.391Z] Step 6/23 : COPY go.mod . [2021-05-10T13:55:30.823Z] Removing intermediate container 7751c54d181a [2021-05-10T13:55:30.823Z] ---> 748b680338ad [2021-05-10T13:55:30.824Z] Step 6/22 : COPY go.mod . [2021-05-10T13:55:32.778Z] ---> 2e35fb0e94bf [2021-05-10T13:55:32.778Z] Step 7/23 : RUN go mod download [2021-05-10T13:55:34.703Z] ---> a3e7e2ebc1fd [2021-05-10T13:55:34.703Z] Step 7/22 : RUN go mod download [2021-05-10T13:55:34.968Z] ---> Running in 565f5da65832 [2021-05-10T13:55:35.926Z] ---> Running in ba5e8bf09c91 [2021-05-10T13:55:41.270Z] Removing intermediate container 565f5da65832 [2021-05-10T13:55:41.270Z] ---> af2e3293e74e [2021-05-10T13:55:41.270Z] Step 8/23 : COPY . . [2021-05-10T13:55:41.270Z] Removing intermediate container ba5e8bf09c91 [2021-05-10T13:55:41.270Z] ---> 152ae45a33e8 [2021-05-10T13:55:41.270Z] Step 8/22 : COPY . . [2021-05-10T13:55:49.466Z] ---> da27a9bebcd9 [2021-05-10T13:55:49.466Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T13:55:49.466Z] ---> 9baa852b457f [2021-05-10T13:55:49.466Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T13:55:51.401Z] ---> Running in f66e64b417f5 [2021-05-10T13:55:51.401Z] ---> Running in e610629bb63c [2021-05-10T13:55:54.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T13:55:55.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T13:56:10.824Z] ---> 8c831834ef03 [2021-05-10T13:56:10.824Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T13:56:10.824Z] ---> 44cedc3f336b [2021-05-10T13:56:10.824Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T13:56:10.824Z] ---> Running in b232148a1892 [2021-05-10T13:56:10.824Z] ---> Running in 3e82d7a6af3b [2021-05-10T13:56:11.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T13:56:11.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T13:56:22.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T13:56:26.095Z] Removing intermediate container e4fc2fb7da1a [2021-05-10T13:56:26.095Z] ---> 68452748e716 [2021-05-10T13:56:26.095Z] [2021-05-10T13:56:26.095Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T13:56:26.095Z] 3.12: Pulling from library/alpine [2021-05-10T13:56:27.088Z] Removing intermediate container 8abde86ca461 [2021-05-10T13:56:27.088Z] ---> fc3fd01d0c24 [2021-05-10T13:56:27.088Z] [2021-05-10T13:56:27.088Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T13:56:27.088Z] 3.12: Pulling from library/alpine [2021-05-10T13:56:28.081Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T13:56:28.081Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T13:56:28.081Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T13:56:28.081Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T13:56:28.081Z] ---> 9852663dfa18 [2021-05-10T13:56:28.081Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T13:56:28.081Z] ---> 9852663dfa18 [2021-05-10T13:56:28.081Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T13:56:29.071Z] ---> Running in c92defda843a [2021-05-10T13:56:29.071Z] ---> Running in 382482b0d726 [2021-05-10T13:56:29.710Z] Removing intermediate container f66e64b417f5 [2021-05-10T13:56:29.710Z] ---> ccb0abf89f1f [2021-05-10T13:56:29.710Z] [2021-05-10T13:56:29.710Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T13:56:29.710Z] ---> 13621d1b12d4 [2021-05-10T13:56:29.710Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T13:56:29.710Z] ---> Running in ac338c14ffe4 [2021-05-10T13:56:29.710Z] Removing intermediate container ac338c14ffe4 [2021-05-10T13:56:29.710Z] ---> e58d804872d8 [2021-05-10T13:56:29.710Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T13:56:29.710Z] ---> Running in 18fb1463f827 [2021-05-10T13:56:30.510Z] Removing intermediate container c92defda843a [2021-05-10T13:56:30.510Z] ---> 368b72c3cc74 [2021-05-10T13:56:30.510Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T13:56:30.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:56:30.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:56:30.787Z] ---> Running in 038fda8be83e [2021-05-10T13:56:30.969Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T13:56:30.969Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T13:56:30.969Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:56:30.969Z] OK: 6 MiB in 16 packages [2021-05-10T13:56:31.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:31.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:32.253Z] Removing intermediate container aae3b77f7ae0 [2021-05-10T13:56:32.253Z] ---> 1986d03b3afd [2021-05-10T13:56:32.253Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T13:56:32.253Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T13:56:32.439Z] Removing intermediate container 18fb1463f827 [2021-05-10T13:56:32.439Z] ---> fb5f07f2ad52 [2021-05-10T13:56:32.439Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T13:56:32.533Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T13:56:32.533Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T13:56:32.533Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T13:56:32.533Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T13:56:32.533Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T13:56:32.533Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:56:32.533Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T13:56:32.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:32.809Z] OK: 7 MiB in 20 packages [2021-05-10T13:56:32.809Z] ---> Running in c25b196b2f45 [2021-05-10T13:56:33.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:33.701Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T13:56:33.701Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T13:56:33.701Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:56:33.701Z] OK: 5 MiB in 16 packages [2021-05-10T13:56:35.061Z] ---> Running in 74d065171521 [2021-05-10T13:56:35.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T13:56:35.672Z] Removing intermediate container 74d065171521 [2021-05-10T13:56:35.673Z] ---> a8969e4bcc9f [2021-05-10T13:56:35.673Z] Removing intermediate container e610629bb63c [2021-05-10T13:56:35.673Z] ---> 6f761f356f70 [2021-05-10T13:56:35.673Z] [2021-05-10T13:56:35.673Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T13:56:35.673Z] ---> 13621d1b12d4 [2021-05-10T13:56:35.673Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T13:56:35.673Z] ---> Using cache [2021-05-10T13:56:35.673Z] ---> 2f6013133010 [2021-05-10T13:56:35.673Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:56:35.673Z] ---> Using cache [2021-05-10T13:56:35.673Z] ---> d40ac81321f9 [2021-05-10T13:56:35.673Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T13:56:35.673Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T13:56:35.754Z] Removing intermediate container 382482b0d726 [2021-05-10T13:56:35.754Z] ---> 9bb0b8c6b7b6 [2021-05-10T13:56:35.754Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T13:56:36.270Z] ---> Running in 216a5d659c00 [2021-05-10T13:56:36.270Z] ---> Running in ed289c37d01e [2021-05-10T13:56:36.355Z] ---> Running in cf352dba865b [2021-05-10T13:56:36.355Z] Removing intermediate container 038fda8be83e [2021-05-10T13:56:36.355Z] ---> 924c7e5bed7d [2021-05-10T13:56:36.355Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T13:56:36.544Z] Removing intermediate container ed289c37d01e [2021-05-10T13:56:36.545Z] ---> bae8842fdf5d [2021-05-10T13:56:36.545Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T13:56:36.965Z] ---> Running in 23f33112b778 [2021-05-10T13:56:37.154Z] Removing intermediate container 216a5d659c00 [2021-05-10T13:56:37.155Z] ---> 1fad0420cf9c [2021-05-10T13:56:37.155Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T13:56:37.155Z] ---> Running in 5955098759a6 [2021-05-10T13:56:37.155Z] ---> Running in 5f7b9c3de7d3 [2021-05-10T13:56:37.562Z] Removing intermediate container cf352dba865b [2021-05-10T13:56:37.563Z] ---> 71f6b7f4855c [2021-05-10T13:56:37.563Z] Step 13/25 : WORKDIR / [2021-05-10T13:56:38.004Z] Removing intermediate container 5955098759a6 [2021-05-10T13:56:38.005Z] ---> 299e4dfba6ff [2021-05-10T13:56:38.005Z] Step 15/23 : WORKDIR / [2021-05-10T13:56:38.005Z] ---> Running in 933d4fe9fe03 [2021-05-10T13:56:38.156Z] ---> Running in 937c814045d4 [2021-05-10T13:56:38.363Z] Removing intermediate container 933d4fe9fe03 [2021-05-10T13:56:38.363Z] ---> 57f3322d5cf3 [2021-05-10T13:56:38.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:56:38.430Z] Removing intermediate container 23f33112b778 [2021-05-10T13:56:38.430Z] ---> 8d7e72123787 [2021-05-10T13:56:38.430Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T13:56:38.709Z] Removing intermediate container 36d8e9a52779 [2021-05-10T13:56:38.709Z] ---> 01e318131eba [2021-05-10T13:56:38.709Z] [2021-05-10T13:56:38.709Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T13:56:38.709Z] ---> 9852663dfa18 [2021-05-10T13:56:38.709Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T13:56:38.709Z] ---> Running in bab0a9598477 [2021-05-10T13:56:39.146Z] ---> 05207d0c1212 [2021-05-10T13:56:39.146Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T13:56:39.146Z] Removing intermediate container 5f7b9c3de7d3 [2021-05-10T13:56:39.146Z] ---> ad4078d10c66 [2021-05-10T13:56:39.146Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T13:56:39.146Z] ---> Running in b0496abf2065 [2021-05-10T13:56:39.323Z] ---> Running in 132a21c469f6 [2021-05-10T13:56:39.323Z] Removing intermediate container 937c814045d4 [2021-05-10T13:56:39.323Z] ---> de0086a33649 [2021-05-10T13:56:39.323Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T13:56:39.323Z] Removing intermediate container c25b196b2f45 [2021-05-10T13:56:39.323Z] ---> 44c117eea249 [2021-05-10T13:56:39.323Z] [2021-05-10T13:56:39.323Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T13:56:39.596Z] Removing intermediate container bab0a9598477 [2021-05-10T13:56:39.596Z] ---> d50f15084b0d [2021-05-10T13:56:39.596Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T13:56:39.864Z] 20.10.0: Pulling from library/docker [2021-05-10T13:56:40.134Z] ---> Running in a14070255822 [2021-05-10T13:56:40.211Z] Removing intermediate container b0496abf2065 [2021-05-10T13:56:40.211Z] ---> c3ef69de9019 [2021-05-10T13:56:40.211Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T13:56:41.110Z] ---> dd2a07ce1940 [2021-05-10T13:56:41.110Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T13:56:41.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:41.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:42.150Z] ---> 56756105dba7 [2021-05-10T13:56:42.150Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T13:56:42.150Z] ---> 47288eaaee7c [2021-05-10T13:56:42.150Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T13:56:42.150Z] Removing intermediate container 3e82d7a6af3b [2021-05-10T13:56:42.150Z] ---> dd76665f14ae [2021-05-10T13:56:42.150Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T13:56:42.269Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T13:56:42.269Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:56:42.269Z] OK: 5 MiB in 15 packages [2021-05-10T13:56:42.415Z] ---> Running in 2511b1bee793 [2021-05-10T13:56:42.415Z] ---> Running in 923d54e0044d [2021-05-10T13:56:43.280Z] ---> a413e2eb5dcd [2021-05-10T13:56:43.280Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T13:56:44.350Z] ---> 997f24568bfb [2021-05-10T13:56:44.350Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T13:56:44.350Z] ---> Running in a05e5271fa9a [2021-05-10T13:56:44.620Z] Removing intermediate container b232148a1892 [2021-05-10T13:56:44.620Z] ---> 32c4443bc6f2 [2021-05-10T13:56:44.620Z] [2021-05-10T13:56:44.620Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T13:56:44.620Z] ---> 13621d1b12d4 [2021-05-10T13:56:44.620Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T13:56:44.620Z] ---> Using cache [2021-05-10T13:56:44.620Z] ---> 2f6013133010 [2021-05-10T13:56:44.620Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:56:44.620Z] ---> Using cache [2021-05-10T13:56:44.620Z] ---> d40ac81321f9 [2021-05-10T13:56:44.620Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T13:56:44.620Z] ---> Running in 4136dff869d2 [2021-05-10T13:56:44.620Z] Removing intermediate container a05e5271fa9a [2021-05-10T13:56:44.620Z] ---> ab064b6fbba2 [2021-05-10T13:56:44.620Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:56:44.722Z] ---> 920665e1c544 [2021-05-10T13:56:44.722Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T13:56:44.887Z] ---> Running in de2060473e75 [2021-05-10T13:56:44.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T13:56:44.887Z] Removing intermediate container 4136dff869d2 [2021-05-10T13:56:44.887Z] ---> fab592573e33 [2021-05-10T13:56:44.887Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T13:56:45.001Z] Removing intermediate container a14070255822 [2021-05-10T13:56:45.001Z] ---> 172e4a9b5253 [2021-05-10T13:56:45.001Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T13:56:45.158Z] ---> Running in 45ffdb29ad32 [2021-05-10T13:56:45.158Z] Removing intermediate container de2060473e75 [2021-05-10T13:56:45.158Z] ---> a7883869a325 [2021-05-10T13:56:45.158Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T13:56:45.158Z] ---> Running in 491f76b89f90 [2021-05-10T13:56:45.284Z] Removing intermediate container 132a21c469f6 [2021-05-10T13:56:45.284Z] ---> 2dc4e6811725 [2021-05-10T13:56:45.284Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:56:45.423Z] Removing intermediate container 45ffdb29ad32 [2021-05-10T13:56:45.423Z] ---> 8fa1275539ed [2021-05-10T13:56:45.423Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:56:45.423Z] Removing intermediate container 491f76b89f90 [2021-05-10T13:56:45.423Z] ---> e2939ae4cff5 [2021-05-10T13:56:45.423Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:56:45.695Z] ---> Running in eca69ac25ca4 [2021-05-10T13:56:45.889Z] ---> Running in 29332977e300 [2021-05-10T13:56:45.959Z] ---> e811f2afee22 [2021-05-10T13:56:45.960Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T13:56:45.960Z] Removing intermediate container 923d54e0044d [2021-05-10T13:56:45.960Z] ---> aedce2666557 [2021-05-10T13:56:45.960Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:56:45.960Z] Removing intermediate container eca69ac25ca4 [2021-05-10T13:56:45.960Z] ---> 84fe149273b6 [2021-05-10T13:56:45.960Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T13:56:46.161Z] Removing intermediate container 3d1bbe2b7471 [2021-05-10T13:56:46.161Z] ---> f076eb63d428 [2021-05-10T13:56:46.161Z] [2021-05-10T13:56:46.161Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T13:56:46.161Z] ---> 9852663dfa18 [2021-05-10T13:56:46.161Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T13:56:46.161Z] ---> Using cache [2021-05-10T13:56:46.161Z] ---> 2dc4e6811725 [2021-05-10T13:56:46.161Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:56:46.226Z] ---> Running in 2f8fc94ddb15 [2021-05-10T13:56:46.438Z] ---> Running in 6868b2d05a44 [2021-05-10T13:56:46.492Z] ---> b6d3453c043b [2021-05-10T13:56:46.492Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T13:56:46.492Z] Removing intermediate container 2511b1bee793 [2021-05-10T13:56:46.492Z] ---> 24efa8c51f77 [2021-05-10T13:56:46.492Z] [2021-05-10T13:56:46.492Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T13:56:46.492Z] Removing intermediate container 2f8fc94ddb15 [2021-05-10T13:56:46.492Z] ---> 85fb3c5b35c3 [2021-05-10T13:56:46.493Z] [2021-05-10T13:56:46.493Z] 20.10.0: Pulling from library/docker [2021-05-10T13:56:46.493Z] ---> f880d4de75b8 [2021-05-10T13:56:46.493Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T13:56:46.712Z] ---> da54c25f1038 [2021-05-10T13:56:46.712Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T13:56:46.985Z] ---> Running in c29e12d8ed69 [2021-05-10T13:56:47.079Z] Successfully built 85fb3c5b35c3 [2021-05-10T13:56:47.346Z] ---> cbd02c26d1f1 [2021-05-10T13:56:47.346Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T13:56:47.346Z] Successfully tagged docker-core-metadata-go:latest [2021-05-10T13:56:47.589Z] Removing intermediate container 29332977e300 [2021-05-10T13:56:47.589Z] ---> caae1f1f6dfa [2021-05-10T13:56:47.589Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T13:56:47.874Z] Removing intermediate container 6868b2d05a44 [2021-05-10T13:56:47.874Z] ---> df0fc49c07c5 [2021-05-10T13:56:47.874Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T13:56:48.482Z] Removing intermediate container c29e12d8ed69 [2021-05-10T13:56:48.482Z] ---> 35b0319b6920 [2021-05-10T13:56:48.482Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T13:56:48.482Z] ---> Running in e14c99d2c11c [2021-05-10T13:56:48.758Z] ---> b3ee648080ce [2021-05-10T13:56:48.758Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T13:56:49.035Z] ---> Running in 75ffa50e3250 [2021-05-10T13:56:49.289Z]  Building docker-core-metadata-go ... done  ---> Running in 2ba84776ca68 [2021-05-10T13:56:49.289Z] ---> 35bcd39e7fd9 [2021-05-10T13:56:49.289Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T13:56:49.289Z] Removing intermediate container 2ba84776ca68 [2021-05-10T13:56:49.289Z] ---> 8ee20946a010 [2021-05-10T13:56:49.289Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:56:49.289Z] ---> Running in bf39ee9ca76b [2021-05-10T13:56:49.289Z] ---> d82a830e3784 [2021-05-10T13:56:49.289Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T13:56:49.309Z] ---> e0109a1d46d7 [2021-05-10T13:56:49.309Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T13:56:49.309Z] Removing intermediate container e14c99d2c11c [2021-05-10T13:56:49.309Z] ---> f6221cb55b03 [2021-05-10T13:56:49.309Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T13:56:49.562Z] Removing intermediate container bf39ee9ca76b [2021-05-10T13:56:49.563Z] ---> f7c394c9ba0b [2021-05-10T13:56:49.563Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T13:56:49.563Z] ---> Running in 9ac795f27245 [2021-05-10T13:56:49.916Z] ---> Running in 7d9eccbb6f8f [2021-05-10T13:56:49.916Z] ---> Running in bad21b43c7cd [2021-05-10T13:56:50.172Z] ---> c146e3f96cef [2021-05-10T13:56:50.172Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T13:56:50.172Z] Removing intermediate container 9ac795f27245 [2021-05-10T13:56:50.172Z] ---> edaf9df210b7 [2021-05-10T13:56:50.172Z] Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:56:50.444Z] ---> Running in 4467a4748eab [2021-05-10T13:56:50.513Z] Removing intermediate container 75ffa50e3250 [2021-05-10T13:56:50.513Z] ---> 01e74f6957a5 [2021-05-10T13:56:50.513Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T13:56:50.723Z] ---> edce8d09f068 [2021-05-10T13:56:50.723Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T13:56:50.723Z] Removing intermediate container 4467a4748eab [2021-05-10T13:56:50.723Z] ---> 9593d1ac4324 [2021-05-10T13:56:50.723Z] Step 22/22 : LABEL version=2.0.0-dev.206 [2021-05-10T13:56:50.996Z] ---> Running in d740f9af49b4 [2021-05-10T13:56:50.996Z] ---> Running in 91e6e69281c4 [2021-05-10T13:56:51.126Z] ---> 5eecfaef2596 [2021-05-10T13:56:51.126Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T13:56:51.126Z] ---> Running in 8831ca081a7e [2021-05-10T13:56:51.406Z] Removing intermediate container bad21b43c7cd [2021-05-10T13:56:51.406Z] ---> 6553e47ac3ea [2021-05-10T13:56:51.406Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:56:51.586Z] Removing intermediate container d740f9af49b4 [2021-05-10T13:56:51.586Z] ---> 32771808b212 [2021-05-10T13:56:51.586Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T13:56:51.586Z] Removing intermediate container 91e6e69281c4 [2021-05-10T13:56:51.586Z] ---> bd97f73f53a6 [2021-05-10T13:56:51.586Z] [2021-05-10T13:56:51.879Z] Successfully built bd97f73f53a6 [2021-05-10T13:56:51.879Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-10T13:56:52.027Z] Removing intermediate container 8831ca081a7e [2021-05-10T13:56:52.027Z] ---> 07a0aa6aa8ab [2021-05-10T13:56:52.027Z] Step 15/23 : WORKDIR / [2021-05-10T13:56:52.146Z]  Building docker-support-scheduler-go ... done  ---> 49ee531a247f [2021-05-10T13:56:52.146Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T13:56:52.311Z] ---> Running in 195ad8803974 [2021-05-10T13:56:52.311Z] ---> eb4bbf12a55a [2021-05-10T13:56:52.311Z] Step 21/25 : 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-10T13:56:52.412Z] ---> Running in e96816b3dc3f [2021-05-10T13:56:52.587Z] ---> ba338d5ddd5c [2021-05-10T13:56:52.587Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / ---> Running in 97759b90f45a [2021-05-10T13:56:52.587Z] [2021-05-10T13:56:53.186Z] Removing intermediate container 195ad8803974 [2021-05-10T13:56:53.186Z] ---> 9321f68069b7 [2021-05-10T13:56:53.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:56:53.186Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T13:56:53.186Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T13:56:53.186Z] ---> eeaf43b92773 [2021-05-10T13:56:53.186Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:56:53.785Z] ---> Running in ccfd2ae7d22f [2021-05-10T13:56:54.360Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T13:56:54.360Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T13:56:54.360Z] ---> aefe523efa57 [2021-05-10T13:56:54.360Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:56:54.360Z] ---> Running in 305162f44309 [2021-05-10T13:56:54.360Z] Removing intermediate container 305162f44309 [2021-05-10T13:56:54.360Z] ---> 19a0142e41bd [2021-05-10T13:56:54.360Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T13:56:54.471Z] ---> 1656c6dea3ee [2021-05-10T13:56:54.471Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T13:56:54.625Z] ---> Running in d806f3855cd2 [2021-05-10T13:56:54.626Z] Removing intermediate container e96816b3dc3f [2021-05-10T13:56:54.626Z] ---> b84ea0e0db45 [2021-05-10T13:56:54.626Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T13:56:54.750Z] Removing intermediate container 7d9eccbb6f8f [2021-05-10T13:56:54.750Z] ---> a881a6eec641 [2021-05-10T13:56:54.750Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:56:54.750Z] Removing intermediate container ccfd2ae7d22f [2021-05-10T13:56:54.750Z] ---> 998a54da269a [2021-05-10T13:56:54.750Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T13:56:54.750Z] ---> 6af55829314d [2021-05-10T13:56:54.750Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T13:56:54.888Z] ---> Running in e14920f85c9a [2021-05-10T13:56:55.027Z] ---> Running in 0ae3e6fd5607 [2021-05-10T13:56:55.149Z] Removing intermediate container e14920f85c9a [2021-05-10T13:56:55.149Z] ---> b73886ae79bf [2021-05-10T13:56:55.149Z] Step 28/31 : CMD ["gate"] [2021-05-10T13:56:55.149Z] ---> Running in 827263dd074a [2021-05-10T13:56:55.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:56:55.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:56:55.411Z] Removing intermediate container 827263dd074a [2021-05-10T13:56:55.411Z] ---> baad073687a8 [2021-05-10T13:56:55.411Z] Step 29/31 : LABEL arch=x86_64 [2021-05-10T13:56:55.411Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T13:56:55.411Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T13:56:55.411Z] Executing bash-5.0.17-r0.post-install [2021-05-10T13:56:55.411Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T13:56:55.411Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T13:56:55.411Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T13:56:55.411Z] ---> Running in 33b0eb16a5c4 [2021-05-10T13:56:55.411Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T13:56:55.411Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T13:56:55.411Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T13:56:55.411Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T13:56:55.411Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T13:56:55.411Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T13:56:55.411Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T13:56:55.672Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T13:56:55.939Z] Removing intermediate container 33b0eb16a5c4 [2021-05-10T13:56:55.939Z] ---> 3de7fb4176c8 [2021-05-10T13:56:55.939Z] Step 30/31 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:56:56.465Z] ---> 2601f1199d77 [2021-05-10T13:56:56.465Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T13:56:56.465Z] Removing intermediate container 97759b90f45a [2021-05-10T13:56:56.465Z] ---> a0174a94991b [2021-05-10T13:56:56.465Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T13:56:56.465Z] ---> 221d54330044 [2021-05-10T13:56:56.465Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T13:56:56.465Z] ---> a0ce7d74d732 [2021-05-10T13:56:56.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T13:56:56.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:56.738Z] ---> Running in ab20f968de9f [2021-05-10T13:56:56.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:56:56.738Z] ---> Running in 80053a5cbbc8 [2021-05-10T13:56:57.349Z] Removing intermediate container ab20f968de9f [2021-05-10T13:56:57.349Z] ---> a2b3b73f1cdf [2021-05-10T13:56:57.349Z] Step 23/25 : LABEL arch=arm64 [2021-05-10T13:56:57.628Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T13:56:57.628Z] Removing intermediate container 80053a5cbbc8 [2021-05-10T13:56:57.628Z] ---> 177ad040daaf [2021-05-10T13:56:57.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:56:57.628Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T13:56:57.628Z] Executing bash-5.0.17-r0.post-install [2021-05-10T13:56:57.628Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T13:56:57.628Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T13:56:57.628Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T13:56:57.628Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T13:56:57.628Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T13:56:57.628Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T13:56:57.628Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T13:56:57.628Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T13:56:57.628Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T13:56:57.628Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T13:56:57.628Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T13:56:57.628Z] ---> Running in 72d4ff6a01f2 [2021-05-10T13:56:57.924Z] ---> 9c3f5f72ddf7 [2021-05-10T13:56:57.924Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T13:56:57.924Z] ---> Running in 5dcf97dad3cf [2021-05-10T13:56:58.527Z] ---> Running in 7dcbe9b63380 [2021-05-10T13:56:58.527Z] ---> 362a5087ffa5 [2021-05-10T13:56:58.527Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T13:56:58.798Z] Removing intermediate container 72d4ff6a01f2 [2021-05-10T13:56:58.798Z] ---> a8ec7a57f61f [2021-05-10T13:56:58.798Z] Step 24/25 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:56:58.798Z] Removing intermediate container 5dcf97dad3cf [2021-05-10T13:56:58.798Z] ---> 7dc1e183b3db [2021-05-10T13:56:58.798Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T13:56:59.073Z] ---> Running in 98b4457c11eb [2021-05-10T13:56:59.073Z] ---> Running in ba202b358b53 [2021-05-10T13:56:59.255Z] ---> Running in 154909efacd5 [2021-05-10T13:56:59.256Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T13:56:59.256Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T13:56:59.256Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T13:56:59.256Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T13:56:59.345Z] Removing intermediate container 7dcbe9b63380 [2021-05-10T13:56:59.345Z] ---> d941c83f233b [2021-05-10T13:56:59.345Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:56:59.517Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T13:56:59.517Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T13:56:59.517Z] Removing intermediate container 154909efacd5 [2021-05-10T13:56:59.517Z] ---> b3a34aa63cf4 [2021-05-10T13:56:59.517Z] Step 31/31 : LABEL version=2.0.0-dev.206 [2021-05-10T13:56:59.517Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T13:56:59.620Z] ---> Running in 8916729d30dd [2021-05-10T13:56:59.620Z] ---> 55db56f5ee58 [2021-05-10T13:56:59.620Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T13:56:59.620Z] Removing intermediate container 98b4457c11eb [2021-05-10T13:56:59.620Z] ---> 53a59c427a16 [2021-05-10T13:56:59.620Z] Step 25/25 : LABEL version=2.0.0-dev.206 [2021-05-10T13:56:59.893Z] Removing intermediate container ba202b358b53 [2021-05-10T13:56:59.893Z] ---> aa55f3b09334 [2021-05-10T13:56:59.893Z] Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:00.091Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T13:57:00.091Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T13:57:00.169Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T13:57:00.169Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T13:57:00.169Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T13:57:00.169Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T13:57:00.169Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T13:57:00.169Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T13:57:00.169Z] ---> Running in 99d38ec3c666 [2021-05-10T13:57:00.353Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T13:57:00.354Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T13:57:00.440Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T13:57:00.441Z] ---> Running in 8ce9e904a850 [2021-05-10T13:57:00.441Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T13:57:00.441Z] Removing intermediate container 8916729d30dd [2021-05-10T13:57:00.441Z] ---> 181e2ccef2ad [2021-05-10T13:57:00.441Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T13:57:00.441Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T13:57:00.441Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T13:57:00.441Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T13:57:00.441Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T13:57:00.441Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T13:57:00.618Z] ---> Running in 23ccab28568e [2021-05-10T13:57:00.618Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T13:57:00.618Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T13:57:00.618Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T13:57:00.618Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T13:57:00.618Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T13:57:00.618Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T13:57:00.618Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T13:57:00.618Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T13:57:00.618Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T13:57:00.714Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T13:57:00.714Z] ---> Running in 65f6439e7537 [2021-05-10T13:57:00.714Z] ---> 5e8621b11d30 [2021-05-10T13:57:00.714Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T13:57:00.714Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T13:57:00.714Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T13:57:00.714Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T13:57:00.714Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T13:57:00.714Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T13:57:00.989Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T13:57:00.989Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T13:57:00.989Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T13:57:00.989Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T13:57:00.989Z] Removing intermediate container 99d38ec3c666 [2021-05-10T13:57:00.989Z] ---> bbe42bca6909 [2021-05-10T13:57:00.989Z] [2021-05-10T13:57:00.989Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T13:57:00.989Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T13:57:00.989Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T13:57:00.989Z] Removing intermediate container 8ce9e904a850 [2021-05-10T13:57:00.989Z] ---> 9ea0c3847cf1 [2021-05-10T13:57:00.989Z] Step 22/22 : LABEL version=2.0.0-dev.206 [2021-05-10T13:57:01.192Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T13:57:01.193Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T13:57:01.267Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T13:57:01.267Z] OK: 72 MiB in 59 packages [2021-05-10T13:57:01.455Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T13:57:01.558Z] Removing intermediate container 65f6439e7537 [2021-05-10T13:57:01.558Z] ---> f34238d418b0 [2021-05-10T13:57:01.558Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:01.558Z] Successfully built bbe42bca6909 [2021-05-10T13:57:01.558Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-10T13:57:01.558Z] ---> Running in 1d13dd03e4e8 [2021-05-10T13:57:01.558Z] Building docker-core-command-go [2021-05-10T13:57:01.719Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T13:57:01.719Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T13:57:01.719Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T13:57:01.719Z] Removing intermediate container 23ccab28568e [2021-05-10T13:57:01.719Z] ---> 2f5c79f12a94 [2021-05-10T13:57:01.719Z] [2021-05-10T13:57:01.719Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T13:57:01.719Z] OK: 72 MiB in 59 packages [2021-05-10T13:57:01.835Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in f1c3801ba761 [2021-05-10T13:57:01.835Z] ---> 9d10b508a480 [2021-05-10T13:57:01.835Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T13:57:01.982Z] Successfully built 2f5c79f12a94 [2021-05-10T13:57:01.982Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-10T13:57:02.440Z] ---> Running in 46a09616681e [2021-05-10T13:57:02.440Z] Removing intermediate container 1d13dd03e4e8 [2021-05-10T13:57:02.440Z] ---> 30201e5cc3ae [2021-05-10T13:57:02.440Z] [2021-05-10T13:57:02.718Z] Removing intermediate container f1c3801ba761 [2021-05-10T13:57:02.718Z] ---> b571276970db [2021-05-10T13:57:02.718Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T13:57:02.929Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-05-10T13:57:02.929Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T13:57:02.994Z] Successfully built 30201e5cc3ae [2021-05-10T13:57:02.994Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-10T13:57:02.994Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-05-10T13:57:03.271Z] ---> Running in 20451c85ae3d [2021-05-10T13:57:03.271Z] Removing intermediate container 46a09616681e [2021-05-10T13:57:03.271Z] ---> 074b11360f0b [2021-05-10T13:57:03.271Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T13:57:04.252Z] Removing intermediate container 20451c85ae3d [2021-05-10T13:57:04.252Z] ---> 3bafcfed258a [2021-05-10T13:57:04.252Z] [2021-05-10T13:57:04.253Z] Successfully built 3bafcfed258a [2021-05-10T13:57:04.326Z] Collecting PyYAML<4,>=3.10 [2021-05-10T13:57:04.327Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T13:57:04.528Z] ---> ec2109d4f9bc [2021-05-10T13:57:04.528Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T13:57:04.528Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-10T13:57:04.807Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-05-10T13:57:04.900Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T13:57:05.163Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T13:57:05.163Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T13:57:05.163Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T13:57:05.412Z] ---> Running in 59b7380aae72 [2021-05-10T13:57:05.738Z] 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-10T13:57:05.738Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T13:57:05.738Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T13:57:06.000Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T13:57:06.000Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T13:57:06.402Z] Collecting docker-compose==1.23.2 [2021-05-10T13:57:06.402Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T13:57:06.575Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T13:57:06.575Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T13:57:06.837Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T13:57:06.837Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T13:57:06.837Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T13:57:06.837Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T13:57:07.411Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T13:57:07.411Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T13:57:07.411Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T13:57:07.411Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T13:57:07.674Z] Collecting idna<2.8,>=2.5 [2021-05-10T13:57:07.674Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T13:57:07.674Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T13:57:07.674Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T13:57:07.674Z] 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-10T13:57:07.674Z] 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-10T13:57:07.674Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T13:57:07.674Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T13:57:07.674Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T13:57:07.674Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T13:57:07.837Z] Collecting PyYAML<4,>=3.10 [2021-05-10T13:57:07.936Z] Installing collected packages: PyYAML, jsonschema, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, texttable, cached-property, docker-compose [2021-05-10T13:57:07.936Z] Running setup.py install for PyYAML: started [2021-05-10T13:57:08.110Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T13:57:08.510Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T13:57:08.771Z] Running setup.py install for docopt: started [2021-05-10T13:57:09.032Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T13:57:09.296Z] Attempting uninstall: idna [2021-05-10T13:57:09.296Z] Found existing installation: idna 2.9 [2021-05-10T13:57:09.296Z] Uninstalling idna-2.9: [2021-05-10T13:57:09.296Z] Successfully uninstalled idna-2.9 [2021-05-10T13:57:09.551Z] Removing intermediate container 59b7380aae72 [2021-05-10T13:57:09.551Z] ---> e8ad04b3db87 [2021-05-10T13:57:09.551Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T13:57:09.566Z] Attempting uninstall: urllib3 [2021-05-10T13:57:09.566Z] Found existing installation: urllib3 1.25.9 [2021-05-10T13:57:09.566Z] Uninstalling urllib3-1.25.9: [2021-05-10T13:57:09.566Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T13:57:09.566Z] Attempting uninstall: requests [2021-05-10T13:57:09.566Z] Found existing installation: requests 2.23.0 [2021-05-10T13:57:09.566Z] Uninstalling requests-2.23.0: [2021-05-10T13:57:09.828Z] Successfully uninstalled requests-2.23.0 [2021-05-10T13:57:10.090Z] Running setup.py install for dockerpty: started [2021-05-10T13:57:10.160Z] ---> Running in 905c422af6af [2021-05-10T13:57:10.664Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T13:57:10.664Z] Running setup.py install for texttable: started [2021-05-10T13:57:10.927Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T13:57:11.140Z] Removing intermediate container 905c422af6af [2021-05-10T13:57:11.140Z] ---> 208607e0ac97 [2021-05-10T13:57:11.140Z] Step 28/31 : CMD ["gate"] [2021-05-10T13:57:11.412Z] ---> Running in 147fae99a5c9 [2021-05-10T13:57:11.500Z] 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-10T13:57:12.007Z] Removing intermediate container 147fae99a5c9 [2021-05-10T13:57:12.007Z] ---> e58699a7938f [2021-05-10T13:57:12.007Z] Step 29/31 : LABEL arch=arm64 [2021-05-10T13:57:12.283Z] ---> Running in 3bc8718627e3 [2021-05-10T13:57:12.885Z] Removing intermediate container 3bc8718627e3 [2021-05-10T13:57:12.885Z] ---> 96fe4e3e1639 [2021-05-10T13:57:12.885Z] Step 30/31 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:13.477Z] ---> Running in a8261cd32934 [2021-05-10T13:57:13.477Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T13:57:13.477Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T13:57:14.072Z] Removing intermediate container a8261cd32934 [2021-05-10T13:57:14.072Z] ---> 2d5944480059 [2021-05-10T13:57:14.072Z] Step 31/31 : LABEL version=2.0.0-dev.206 [2021-05-10T13:57:14.072Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T13:57:14.072Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T13:57:14.353Z] ---> Running in e46364c652e9 [2021-05-10T13:57:14.629Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T13:57:14.629Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T13:57:14.911Z] Removing intermediate container e46364c652e9 [2021-05-10T13:57:14.911Z] ---> 1486a3b29c76 [2021-05-10T13:57:14.911Z] [2021-05-10T13:57:15.185Z] Successfully built 1486a3b29c76 [2021-05-10T13:57:15.185Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-10T13:57:15.457Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-05-10T13:57:15.457Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T13:57:15.457Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T13:57:15.728Z] 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-10T13:57:15.728Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T13:57:15.728Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T13:57:18.338Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T13:57:18.338Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T13:57:18.936Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T13:57:18.936Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T13:57:19.700Z] Removing intermediate container d806f3855cd2 [2021-05-10T13:57:19.700Z] ---> d49bc7b11e80 [2021-05-10T13:57:19.700Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T13:57:19.700Z] ---> Running in 3bf52844a8db [2021-05-10T13:57:19.700Z] Removing intermediate container 3bf52844a8db [2021-05-10T13:57:19.700Z] ---> 1c3bd3ae77f3 [2021-05-10T13:57:19.700Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T13:57:19.700Z] ---> Running in bcd58ead53c0 [2021-05-10T13:57:19.700Z] Removing intermediate container bcd58ead53c0 [2021-05-10T13:57:19.700Z] ---> cd7d89a8aaf7 [2021-05-10T13:57:19.700Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T13:57:19.963Z] ---> 6c7d175a3ca1 [2021-05-10T13:57:19.963Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T13:57:20.225Z] ---> f46a993e3ad1 [2021-05-10T13:57:20.225Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T13:57:20.489Z] ---> 7c433d9a0d27 [2021-05-10T13:57:20.489Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T13:57:20.489Z] ---> Running in a2237fe57579 [2021-05-10T13:57:20.754Z] Removing intermediate container a2237fe57579 [2021-05-10T13:57:20.754Z] ---> 2d6caf2d4590 [2021-05-10T13:57:20.754Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:57:20.754Z] ---> Running in cdaf71163fba [2021-05-10T13:57:21.017Z] Removing intermediate container cdaf71163fba [2021-05-10T13:57:21.017Z] ---> 9c283d6ba261 [2021-05-10T13:57:21.017Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T13:57:21.017Z] ---> Running in 279fbab790c6 [2021-05-10T13:57:21.279Z] Removing intermediate container 279fbab790c6 [2021-05-10T13:57:21.279Z] ---> 0ac660052f01 [2021-05-10T13:57:21.279Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:21.279Z] ---> Running in 9bc951c34ef9 [2021-05-10T13:57:21.545Z] Removing intermediate container 9bc951c34ef9 [2021-05-10T13:57:21.545Z] ---> f36028ab5bf9 [2021-05-10T13:57:21.545Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T13:57:21.545Z] ---> Running in 9af03eae39b8 [2021-05-10T13:57:21.545Z] Removing intermediate container 9af03eae39b8 [2021-05-10T13:57:21.545Z] ---> 575ce7a35804 [2021-05-10T13:57:21.545Z] [2021-05-10T13:57:21.559Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T13:57:21.559Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T13:57:21.808Z] Successfully built 575ce7a35804 [2021-05-10T13:57:21.808Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-10T13:57:22.080Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-10T13:57:22.086Z] $ docker stop --time=1 0c2fda9295461644a014df36ed3091f6358b288db6c2d32fad6db830c35ca23d [2021-05-10T13:57:24.311Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T13:57:24.311Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T13:57:25.007Z] $ docker rm -f 0c2fda9295461644a014df36ed3091f6358b288db6c2d32fad6db830c35ca23d [2021-05-10T13:57:25.062Z] Collecting idna<2.8,>=2.5 [2021-05-10T13:57:25.062Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T13:57:25.062Z] 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-10T13:57:25.062Z] 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) [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T13:57:25.372Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T13:57:25.372Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T13:57:25.372Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T13:57:25.372Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T13:57:25.372Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T13:57:25.372Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T13:57:25.454Z] + docker images [2021-05-10T13:57:25.454Z] + grep docker [2021-05-10T13:57:26.028Z] docker-sys-mgmt-agent-go latest 575ce7a35804 4 seconds ago 312MB [2021-05-10T13:57:26.028Z] docker-security-bootstrapper-go latest 2f5c79f12a94 25 seconds ago 18.2MB [2021-05-10T13:57:26.028Z] docker-support-scheduler-go latest bd97f73f53a6 34 seconds ago 17.1MB [2021-05-10T13:57:26.028Z] docker-core-metadata-go latest 85fb3c5b35c3 39 seconds ago 18.6MB [2021-05-10T13:57:26.028Z] docker-core-data-go latest dffa9b23e771 2 minutes ago 21.5MB [2021-05-10T13:57:26.028Z] docker-security-secretstore-setup-go latest daa8e683cb8b 2 minutes ago 25.7MB [2021-05-10T13:57:26.028Z] docker-security-proxy-setup-go latest cb86b845fb3c 2 minutes ago 25.3MB [2021-05-10T13:57:26.028Z] docker-support-notifications-go latest 840e554ef191 2 minutes ago 17.6MB [2021-05-10T13:57:26.028Z] docker-core-command-go latest 44884ff3d2aa 2 minutes ago 17MB [2021-05-10T13:57:26.028Z] 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-10T13:57:26.187Z] provisioning config files... [2021-05-10T13:57:26.218Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config945361648524771771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:57:26.538Z] ---> docker-login.sh [2021-05-10T13:57:26.539Z] nexus3.edgexfoundry.org:10001 [2021-05-10T13:57:26.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:57:26.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:57:26.802Z] Configure a credential helper to remove this warning. See [2021-05-10T13:57:26.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:57:26.802Z] [2021-05-10T13:57:26.802Z] Login Succeeded [2021-05-10T13:57:26.802Z] nexus3.edgexfoundry.org:10002 [2021-05-10T13:57:26.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:57:26.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:57:26.802Z] Configure a credential helper to remove this warning. See [2021-05-10T13:57:26.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:57:26.802Z] [2021-05-10T13:57:26.802Z] Login Succeeded [2021-05-10T13:57:26.802Z] nexus3.edgexfoundry.org:10003 [2021-05-10T13:57:26.856Z] Installing collected packages: PyYAML, urllib3, idna, requests, jsonschema, cached-property, websocket-client, docopt, docker-pycreds, docker, texttable, dockerpty, docker-compose [2021-05-10T13:57:26.856Z] Running setup.py install for PyYAML: started [2021-05-10T13:57:27.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:57:27.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:57:27.065Z] Configure a credential helper to remove this warning. See [2021-05-10T13:57:27.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:57:27.065Z] [2021-05-10T13:57:27.065Z] Login Succeeded [2021-05-10T13:57:27.065Z] nexus3.edgexfoundry.org:10004 [2021-05-10T13:57:27.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:57:27.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:57:27.329Z] Configure a credential helper to remove this warning. See [2021-05-10T13:57:27.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:57:27.329Z] [2021-05-10T13:57:27.329Z] Login Succeeded [2021-05-10T13:57:27.329Z] docker.io [2021-05-10T13:57:27.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:57:27.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:57:27.902Z] Configure a credential helper to remove this warning. See [2021-05-10T13:57:27.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:57:27.902Z] [2021-05-10T13:57:27.902Z] Login Succeeded [2021-05-10T13:57:27.902Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T13:57:27.914Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:27.977Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-05-10T13:57:27.978Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:27.978Z] 2.0.0-dev.206 [2021-05-10T13:57:27.978Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:27.978Z] master [2021-05-10T13:57:27.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:28.322Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:28.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:28.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-10T13:57:28.690Z] 560687ba874b: Preparing [2021-05-10T13:57:28.690Z] 05e935d62519: Preparing [2021-05-10T13:57:28.690Z] d5755f34ca06: Preparing [2021-05-10T13:57:28.690Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:28.690Z] 32f366d666a5: Preparing [2021-05-10T13:57:28.690Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:28.980Z] 0f57cf2a266d: Pushed [2021-05-10T13:57:28.980Z] 560687ba874b: Pushed [2021-05-10T13:57:28.980Z] d5755f34ca06: Pushed [2021-05-10T13:57:29.498Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T13:57:29.498Z] Attempting uninstall: urllib3 [2021-05-10T13:57:29.498Z] Found existing installation: urllib3 1.25.9 [2021-05-10T13:57:29.498Z] Uninstalling urllib3-1.25.9: [2021-05-10T13:57:29.498Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T13:57:29.774Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:57:29.774Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:57:29.774Z] ---> 3bc5a2ea628d [2021-05-10T13:57:29.774Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:57:29.992Z] 05e935d62519: Pushed [2021-05-10T13:57:29.992Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:30.051Z] ---> Using cache [2021-05-10T13:57:30.051Z] ---> 2971a6130e41 [2021-05-10T13:57:30.051Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:57:30.051Z] ---> Using cache [2021-05-10T13:57:30.051Z] ---> 0cf4f6bedc2e [2021-05-10T13:57:30.051Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T13:57:30.051Z] ---> Using cache [2021-05-10T13:57:30.051Z] ---> d96d4ab40dc3 [2021-05-10T13:57:30.051Z] Step 6/23 : COPY go.mod . [2021-05-10T13:57:30.051Z] ---> Using cache [2021-05-10T13:57:30.051Z] ---> d7d8191ad68a [2021-05-10T13:57:30.051Z] Step 7/23 : RUN go mod download [2021-05-10T13:57:30.051Z] ---> Using cache [2021-05-10T13:57:30.051Z] ---> cbb7c096d803 [2021-05-10T13:57:30.051Z] Step 8/23 : COPY . . [2021-05-10T13:57:30.051Z] ---> Using cache [2021-05-10T13:57:30.051Z] ---> 4960bd5b0d6c [2021-05-10T13:57:30.051Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T13:57:30.051Z] Attempting uninstall: idna [2021-05-10T13:57:30.051Z] Found existing installation: idna 2.9 [2021-05-10T13:57:30.051Z] Uninstalling idna-2.9: [2021-05-10T13:57:30.305Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:30.325Z] Successfully uninstalled idna-2.9 [2021-05-10T13:57:30.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.206 [2021-05-10T13:57:30.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-10T13:57:30.614Z] 560687ba874b: Preparing [2021-05-10T13:57:30.614Z] 05e935d62519: Preparing [2021-05-10T13:57:30.614Z] d5755f34ca06: Preparing [2021-05-10T13:57:30.614Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:30.614Z] 32f366d666a5: Preparing [2021-05-10T13:57:30.614Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:30.614Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:30.614Z] 05e935d62519: Layer already exists [2021-05-10T13:57:30.614Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:30.614Z] 560687ba874b: Layer already exists [2021-05-10T13:57:30.614Z] 2.0.0-dev.206: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:30.940Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:31.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:31.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-10T13:57:31.251Z] 560687ba874b: Preparing [2021-05-10T13:57:31.251Z] 05e935d62519: Preparing [2021-05-10T13:57:31.251Z] d5755f34ca06: Preparing [2021-05-10T13:57:31.251Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:31.251Z] 32f366d666a5: Preparing [2021-05-10T13:57:31.251Z] 560687ba874b: Layer already exists [2021-05-10T13:57:31.251Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:31.251Z] 05e935d62519: Layer already exists [2021-05-10T13:57:31.251Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:31.251Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:31.251Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:31.566Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:31.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-05-10T13:57:31.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-05-10T13:57:31.867Z] 560687ba874b: Preparing [2021-05-10T13:57:31.867Z] 05e935d62519: Preparing [2021-05-10T13:57:31.867Z] d5755f34ca06: Preparing [2021-05-10T13:57:31.867Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:31.867Z] 32f366d666a5: Preparing [2021-05-10T13:57:31.867Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:31.867Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:31.867Z] 560687ba874b: Layer already exists [2021-05-10T13:57:31.867Z] 05e935d62519: Layer already exists [2021-05-10T13:57:31.867Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:31.867Z] master: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:31.922Z] ===================================================== [Pipeline] echo [2021-05-10T13:57:31.939Z] taggedImages: [2021-05-10T13:57:31.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:31.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.206 [2021-05-10T13:57:31.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:31.939Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-05-10T13:57:31.970Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-05-10T13:57:31.970Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:31.970Z] 2.0.0-dev.206 [2021-05-10T13:57:31.970Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:31.970Z] master [2021-05-10T13:57:31.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:32.302Z] Attempting uninstall: requests [2021-05-10T13:57:32.302Z] Found existing installation: requests 2.23.0 [2021-05-10T13:57:32.302Z] Uninstalling requests-2.23.0: [2021-05-10T13:57:32.302Z] Successfully uninstalled requests-2.23.0 [2021-05-10T13:57:32.318Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:32.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:32.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-10T13:57:32.622Z] 046c25fbf28e: Preparing [2021-05-10T13:57:32.622Z] 57ee0e4f654f: Preparing [2021-05-10T13:57:32.622Z] d5755f34ca06: Preparing [2021-05-10T13:57:32.622Z] b22039fda2e0: Preparing [2021-05-10T13:57:32.622Z] 4174b547d171: Preparing [2021-05-10T13:57:32.622Z] 32f366d666a5: Preparing [2021-05-10T13:57:32.622Z] 32f366d666a5: Waiting [2021-05-10T13:57:32.622Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:32.622Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:32.885Z] 4174b547d171: Pushed [2021-05-10T13:57:32.885Z] 046c25fbf28e: Pushed [2021-05-10T13:57:33.148Z] b22039fda2e0: Pushed [2021-05-10T13:57:33.285Z] ---> Running in 1acdfa4030e8 [2021-05-10T13:57:34.094Z] 57ee0e4f654f: Pushed [2021-05-10T13:57:34.094Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:34.269Z] Running setup.py install for docopt: started [2021-05-10T13:57:34.412Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:34.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.206 [2021-05-10T13:57:34.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-10T13:57:34.715Z] 046c25fbf28e: Preparing [2021-05-10T13:57:34.715Z] 57ee0e4f654f: Preparing [2021-05-10T13:57:34.715Z] d5755f34ca06: Preparing [2021-05-10T13:57:34.715Z] b22039fda2e0: Preparing [2021-05-10T13:57:34.715Z] 4174b547d171: Preparing [2021-05-10T13:57:34.715Z] 32f366d666a5: Preparing [2021-05-10T13:57:34.715Z] 32f366d666a5: Waiting [2021-05-10T13:57:34.715Z] b22039fda2e0: Layer already exists [2021-05-10T13:57:34.715Z] 57ee0e4f654f: Layer already exists [2021-05-10T13:57:34.715Z] 4174b547d171: Layer already exists [2021-05-10T13:57:34.715Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:34.715Z] 046c25fbf28e: Layer already exists [2021-05-10T13:57:34.715Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:34.715Z] 2.0.0-dev.206: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:34.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T13:57:35.028Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:35.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:35.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-10T13:57:35.330Z] 046c25fbf28e: Preparing [2021-05-10T13:57:35.330Z] 57ee0e4f654f: Preparing [2021-05-10T13:57:35.330Z] d5755f34ca06: Preparing [2021-05-10T13:57:35.330Z] b22039fda2e0: Preparing [2021-05-10T13:57:35.330Z] 4174b547d171: Preparing [2021-05-10T13:57:35.330Z] 32f366d666a5: Preparing [2021-05-10T13:57:35.330Z] 32f366d666a5: Waiting [2021-05-10T13:57:35.330Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:35.330Z] b22039fda2e0: Layer already exists [2021-05-10T13:57:35.330Z] 046c25fbf28e: Layer already exists [2021-05-10T13:57:35.330Z] 4174b547d171: Layer already exists [2021-05-10T13:57:35.330Z] 57ee0e4f654f: Layer already exists [2021-05-10T13:57:35.330Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:35.330Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:35.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:57:35.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:57:35.457Z] ---> 3bc5a2ea628d [2021-05-10T13:57:35.457Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T13:57:35.457Z] ---> Using cache [2021-05-10T13:57:35.457Z] ---> 2971a6130e41 [2021-05-10T13:57:35.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:57:35.457Z] ---> Using cache [2021-05-10T13:57:35.457Z] ---> 0cf4f6bedc2e [2021-05-10T13:57:35.457Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T13:57:35.649Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:35.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-05-10T13:57:35.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-05-10T13:57:35.962Z] 046c25fbf28e: Preparing [2021-05-10T13:57:35.962Z] 57ee0e4f654f: Preparing [2021-05-10T13:57:35.962Z] d5755f34ca06: Preparing [2021-05-10T13:57:35.962Z] b22039fda2e0: Preparing [2021-05-10T13:57:35.962Z] 4174b547d171: Preparing [2021-05-10T13:57:35.962Z] 32f366d666a5: Preparing [2021-05-10T13:57:35.962Z] 32f366d666a5: Waiting [2021-05-10T13:57:35.962Z] 57ee0e4f654f: Layer already exists [2021-05-10T13:57:35.962Z] b22039fda2e0: Layer already exists [2021-05-10T13:57:35.962Z] 4174b547d171: Layer already exists [2021-05-10T13:57:35.962Z] 046c25fbf28e: Layer already exists [2021-05-10T13:57:35.962Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:35.962Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:35.962Z] master: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:36.019Z] ===================================================== [Pipeline] echo [2021-05-10T13:57:36.034Z] taggedImages: [2021-05-10T13:57:36.034Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:36.034Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.206 [2021-05-10T13:57:36.034Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:36.034Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-05-10T13:57:36.066Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-05-10T13:57:36.066Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:36.066Z] 2.0.0-dev.206 [2021-05-10T13:57:36.066Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:36.066Z] master [2021-05-10T13:57:36.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:36.415Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:36.454Z] ---> Running in ffb6c4eeba8f [2021-05-10T13:57:36.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:36.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-10T13:57:36.715Z] e10a13159a89: Preparing [2021-05-10T13:57:36.715Z] 170c4725e188: Preparing [2021-05-10T13:57:36.715Z] d5755f34ca06: Preparing [2021-05-10T13:57:36.715Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:36.715Z] 32f366d666a5: Preparing [2021-05-10T13:57:36.715Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:36.715Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:36.715Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:36.715Z] e10a13159a89: Pushed [2021-05-10T13:57:36.729Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T13:57:37.003Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:57:37.003Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:57:37.003Z] ---> 3bc5a2ea628d [2021-05-10T13:57:37.003Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T13:57:37.003Z] ---> Using cache [2021-05-10T13:57:37.003Z] ---> 2971a6130e41 [2021-05-10T13:57:37.003Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:57:37.003Z] ---> Using cache [2021-05-10T13:57:37.003Z] ---> 0cf4f6bedc2e [2021-05-10T13:57:37.003Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T13:57:37.003Z] ---> Using cache [2021-05-10T13:57:37.003Z] ---> d96d4ab40dc3 [2021-05-10T13:57:37.003Z] Step 6/21 : COPY go.mod . [2021-05-10T13:57:37.003Z] ---> Using cache [2021-05-10T13:57:37.003Z] ---> d7d8191ad68a [2021-05-10T13:57:37.003Z] Step 7/21 : RUN go mod download [2021-05-10T13:57:37.003Z] ---> Using cache [2021-05-10T13:57:37.003Z] ---> cbb7c096d803 [2021-05-10T13:57:37.003Z] Step 8/21 : COPY . . [2021-05-10T13:57:37.277Z] ---> Using cache [2021-05-10T13:57:37.277Z] ---> 4960bd5b0d6c [2021-05-10T13:57:37.277Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T13:57:37.877Z] Running setup.py install for texttable: started [2021-05-10T13:57:38.106Z] 170c4725e188: Pushed [2021-05-10T13:57:38.106Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:38.149Z] ---> Running in 5e4e3715d4b0 [2021-05-10T13:57:38.414Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:38.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.206 [2021-05-10T13:57:38.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-10T13:57:38.717Z] e10a13159a89: Preparing [2021-05-10T13:57:38.717Z] 170c4725e188: Preparing [2021-05-10T13:57:38.717Z] d5755f34ca06: Preparing [2021-05-10T13:57:38.717Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:38.717Z] 32f366d666a5: Preparing [2021-05-10T13:57:38.717Z] e10a13159a89: Layer already exists [2021-05-10T13:57:38.717Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:38.717Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:38.717Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:38.717Z] 170c4725e188: Layer already exists [2021-05-10T13:57:38.717Z] 2.0.0-dev.206: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:38.747Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:57:39.023Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:39.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:39.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-10T13:57:39.363Z] e10a13159a89: Preparing [2021-05-10T13:57:39.363Z] 170c4725e188: Preparing [2021-05-10T13:57:39.363Z] d5755f34ca06: Preparing [2021-05-10T13:57:39.363Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:39.363Z] 32f366d666a5: Preparing [2021-05-10T13:57:39.363Z] e10a13159a89: Layer already exists [2021-05-10T13:57:39.363Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:39.363Z] 170c4725e188: Layer already exists [2021-05-10T13:57:39.363Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:39.363Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:39.363Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:39.668Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:39.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-05-10T13:57:39.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-05-10T13:57:39.970Z] e10a13159a89: Preparing [2021-05-10T13:57:39.970Z] 170c4725e188: Preparing [2021-05-10T13:57:39.970Z] d5755f34ca06: Preparing [2021-05-10T13:57:39.970Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:39.970Z] 32f366d666a5: Preparing [2021-05-10T13:57:39.970Z] e10a13159a89: Layer already exists [2021-05-10T13:57:39.970Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:39.970Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:39.970Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:39.970Z] 170c4725e188: Layer already exists [2021-05-10T13:57:39.970Z] master: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:40.021Z] ===================================================== [Pipeline] echo [2021-05-10T13:57:40.035Z] taggedImages: [2021-05-10T13:57:40.035Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:40.035Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.206 [2021-05-10T13:57:40.035Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:40.035Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-05-10T13:57:40.066Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-05-10T13:57:40.067Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:40.067Z] 2.0.0-dev.206 [2021-05-10T13:57:40.067Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:40.067Z] master [2021-05-10T13:57:40.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:40.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T13:57:40.407Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:40.458Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:57:40.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:40.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-10T13:57:40.708Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:40.708Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:40.708Z] 969ac4c106f6: Preparing [2021-05-10T13:57:40.708Z] 9f82a0c15cf9: Preparing [2021-05-10T13:57:40.708Z] cee56a01a411: Preparing [2021-05-10T13:57:40.708Z] e255e7f385ff: Preparing [2021-05-10T13:57:40.708Z] d5755f34ca06: Preparing [2021-05-10T13:57:40.708Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:40.708Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:40.708Z] e0f5c33d06a9: Preparing [2021-05-10T13:57:40.708Z] 07c72898db03: Preparing [2021-05-10T13:57:40.708Z] 32f366d666a5: Preparing [2021-05-10T13:57:40.708Z] d5755f34ca06: Waiting [2021-05-10T13:57:40.708Z] e0f5c33d06a9: Waiting [2021-05-10T13:57:40.708Z] f8a7ec1f4222: Waiting [2021-05-10T13:57:40.708Z] 07c72898db03: Waiting [2021-05-10T13:57:40.708Z] 32f366d666a5: Waiting [2021-05-10T13:57:40.733Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T13:57:40.733Z] Running setup.py install for dockerpty: started [2021-05-10T13:57:40.969Z] cee56a01a411: Pushed [2021-05-10T13:57:40.969Z] 969ac4c106f6: Pushed [2021-05-10T13:57:40.969Z] d2bbc5b55e80: Pushed [2021-05-10T13:57:40.969Z] 9f82a0c15cf9: Pushed [2021-05-10T13:57:40.969Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:40.969Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:40.969Z] f8a7ec1f4222: Pushed [2021-05-10T13:57:40.969Z] e0f5c33d06a9: Pushed [2021-05-10T13:57:40.969Z] 07c72898db03: Pushed [2021-05-10T13:57:41.911Z] e255e7f385ff: Pushed [2021-05-10T13:57:42.172Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 [2021-05-10T13:57:42.184Z] OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:42.474Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:42.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.206 [2021-05-10T13:57:42.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-10T13:57:42.781Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:42.781Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:42.781Z] 969ac4c106f6: Preparing [2021-05-10T13:57:42.781Z] 9f82a0c15cf9: Preparing [2021-05-10T13:57:42.781Z] cee56a01a411: Preparing [2021-05-10T13:57:42.781Z] e255e7f385ff: Preparing [2021-05-10T13:57:42.781Z] d5755f34ca06: Preparing [2021-05-10T13:57:42.781Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:42.781Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:42.781Z] e0f5c33d06a9: Preparing [2021-05-10T13:57:42.781Z] 07c72898db03: Preparing [2021-05-10T13:57:42.781Z] 32f366d666a5: Preparing [2021-05-10T13:57:42.781Z] e0f5c33d06a9: Waiting [2021-05-10T13:57:42.781Z] 07c72898db03: Waiting [2021-05-10T13:57:42.781Z] 32f366d666a5: Waiting [2021-05-10T13:57:42.781Z] d5755f34ca06: Waiting [2021-05-10T13:57:42.781Z] f8a7ec1f4222: Waiting [2021-05-10T13:57:42.781Z] 9f82a0c15cf9: Layer already exists [2021-05-10T13:57:42.781Z] 969ac4c106f6: Layer already exists [2021-05-10T13:57:42.781Z] d2bbc5b55e80: Layer already exists [2021-05-10T13:57:42.781Z] e255e7f385ff: Layer already exists [2021-05-10T13:57:42.781Z] cee56a01a411: Layer already exists [2021-05-10T13:57:42.781Z] e0f5c33d06a9: Layer already exists [2021-05-10T13:57:42.781Z] 07c72898db03: Layer already exists [2021-05-10T13:57:42.781Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:42.781Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:42.781Z] f8a7ec1f4222: Layer already exists [2021-05-10T13:57:42.781Z] 2.0.0-dev.206: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 [2021-05-10T13:57:42.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:57:42.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:57:42.801Z] ---> 3bc5a2ea628d [2021-05-10T13:57:42.801Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:57:42.801Z] ---> Using cache [2021-05-10T13:57:42.801Z] ---> 2971a6130e41 [2021-05-10T13:57:42.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:57:42.801Z] ---> Using cache [2021-05-10T13:57:42.801Z] ---> 0cf4f6bedc2e [2021-05-10T13:57:42.801Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:43.160Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:43.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:43.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-10T13:57:43.509Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:43.509Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:43.509Z] 969ac4c106f6: Preparing [2021-05-10T13:57:43.509Z] 9f82a0c15cf9: Preparing [2021-05-10T13:57:43.509Z] cee56a01a411: Preparing [2021-05-10T13:57:43.509Z] e255e7f385ff: Preparing [2021-05-10T13:57:43.509Z] d5755f34ca06: Preparing [2021-05-10T13:57:43.509Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:43.509Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:43.509Z] e0f5c33d06a9: Preparing [2021-05-10T13:57:43.509Z] 07c72898db03: Preparing [2021-05-10T13:57:43.509Z] 32f366d666a5: Preparing [2021-05-10T13:57:43.509Z] f8a7ec1f4222: Waiting [2021-05-10T13:57:43.509Z] e0f5c33d06a9: Waiting [2021-05-10T13:57:43.509Z] 07c72898db03: Waiting [2021-05-10T13:57:43.509Z] 32f366d666a5: Waiting [2021-05-10T13:57:43.509Z] d5755f34ca06: Waiting [2021-05-10T13:57:43.509Z] d2bbc5b55e80: Layer already exists [2021-05-10T13:57:43.509Z] e255e7f385ff: Layer already exists [2021-05-10T13:57:43.509Z] cee56a01a411: Layer already exists [2021-05-10T13:57:43.509Z] 9f82a0c15cf9: Layer already exists [2021-05-10T13:57:43.509Z] 969ac4c106f6: Layer already exists [2021-05-10T13:57:43.509Z] f8a7ec1f4222: Layer already exists [2021-05-10T13:57:43.509Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:43.509Z] 07c72898db03: Layer already exists [2021-05-10T13:57:43.509Z] e0f5c33d06a9: Layer already exists [2021-05-10T13:57:43.509Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:43.509Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:43.793Z] ---> Running in 794571fdbecd [2021-05-10T13:57:43.817Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:44.070Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T13:57:44.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-05-10T13:57:44.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-05-10T13:57:44.114Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:44.114Z] d2bbc5b55e80: Preparing [2021-05-10T13:57:44.114Z] 969ac4c106f6: Preparing [2021-05-10T13:57:44.114Z] 9f82a0c15cf9: Preparing [2021-05-10T13:57:44.114Z] cee56a01a411: Preparing [2021-05-10T13:57:44.114Z] e255e7f385ff: Preparing [2021-05-10T13:57:44.114Z] d5755f34ca06: Preparing [2021-05-10T13:57:44.114Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:44.114Z] f8a7ec1f4222: Preparing [2021-05-10T13:57:44.114Z] e0f5c33d06a9: Preparing [2021-05-10T13:57:44.114Z] 07c72898db03: Preparing [2021-05-10T13:57:44.114Z] 32f366d666a5: Preparing [2021-05-10T13:57:44.114Z] f8a7ec1f4222: Waiting [2021-05-10T13:57:44.114Z] e0f5c33d06a9: Waiting [2021-05-10T13:57:44.114Z] 07c72898db03: Waiting [2021-05-10T13:57:44.114Z] 32f366d666a5: Waiting [2021-05-10T13:57:44.114Z] d5755f34ca06: Waiting [2021-05-10T13:57:44.114Z] 969ac4c106f6: Layer already exists [2021-05-10T13:57:44.114Z] d2bbc5b55e80: Layer already exists [2021-05-10T13:57:44.114Z] 9f82a0c15cf9: Layer already exists [2021-05-10T13:57:44.114Z] e255e7f385ff: Layer already exists [2021-05-10T13:57:44.114Z] cee56a01a411: Layer already exists [2021-05-10T13:57:44.114Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:44.114Z] f8a7ec1f4222: Layer already exists [2021-05-10T13:57:44.114Z] e0f5c33d06a9: Layer already exists [2021-05-10T13:57:44.115Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:44.115Z] 07c72898db03: Layer already exists [2021-05-10T13:57:44.115Z] master: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:44.166Z] ===================================================== [Pipeline] echo [2021-05-10T13:57:44.180Z] taggedImages: [2021-05-10T13:57:44.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:44.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.206 [2021-05-10T13:57:44.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:44.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-05-10T13:57:44.210Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-05-10T13:57:44.210Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:44.210Z] 2.0.0-dev.206 [2021-05-10T13:57:44.210Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:44.210Z] master [2021-05-10T13:57:44.210Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:44.553Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:44.690Z] Removing intermediate container ffb6c4eeba8f [2021-05-10T13:57:44.690Z] ---> 09635b4d3aef [2021-05-10T13:57:44.690Z] Step 6/22 : COPY go.mod . [2021-05-10T13:57:44.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:44.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-10T13:57:44.856Z] 1c24b5e55472: Preparing [2021-05-10T13:57:44.856Z] 498c644ffdd5: Preparing [2021-05-10T13:57:44.856Z] aa879a4c66aa: Preparing [2021-05-10T13:57:44.856Z] 2d945912e6ae: Preparing [2021-05-10T13:57:44.856Z] 32419be008d7: Preparing [2021-05-10T13:57:44.856Z] 32f366d666a5: Preparing [2021-05-10T13:57:44.856Z] 32f366d666a5: Waiting [2021-05-10T13:57:45.119Z] aa879a4c66aa: Pushed [2021-05-10T13:57:45.119Z] 2d945912e6ae: Pushed [2021-05-10T13:57:45.119Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:45.383Z] 32419be008d7: Pushed [2021-05-10T13:57:45.677Z] 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-10T13:57:45.956Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:57:45.956Z] ---> 53c28ce03d06 [2021-05-10T13:57:45.956Z] Step 7/22 : RUN go mod download [2021-05-10T13:57:45.957Z] 1c24b5e55472: Pushed [2021-05-10T13:57:45.957Z] 498c644ffdd5: Pushed [2021-05-10T13:57:45.957Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:46.282Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.206 [2021-05-10T13:57:46.285Z] ---> Running in 75ae84265614 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:46.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.206 [2021-05-10T13:57:46.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-10T13:57:46.580Z] 1c24b5e55472: Preparing [2021-05-10T13:57:46.580Z] 498c644ffdd5: Preparing [2021-05-10T13:57:46.580Z] aa879a4c66aa: Preparing [2021-05-10T13:57:46.580Z] 2d945912e6ae: Preparing [2021-05-10T13:57:46.580Z] 32419be008d7: Preparing [2021-05-10T13:57:46.580Z] 32f366d666a5: Preparing [2021-05-10T13:57:46.580Z] 32f366d666a5: Waiting [2021-05-10T13:57:46.580Z] 498c644ffdd5: Layer already exists [2021-05-10T13:57:46.580Z] 1c24b5e55472: Layer already exists [2021-05-10T13:57:46.580Z] 32419be008d7: Layer already exists [2021-05-10T13:57:46.580Z] aa879a4c66aa: Layer already exists [2021-05-10T13:57:46.580Z] 2d945912e6ae: Layer already exists [2021-05-10T13:57:46.580Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:46.580Z] 2.0.0-dev.206: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:46.885Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:47.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:47.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-10T13:57:47.184Z] 1c24b5e55472: Preparing [2021-05-10T13:57:47.184Z] 498c644ffdd5: Preparing [2021-05-10T13:57:47.184Z] aa879a4c66aa: Preparing [2021-05-10T13:57:47.184Z] 2d945912e6ae: Preparing [2021-05-10T13:57:47.184Z] 32419be008d7: Preparing [2021-05-10T13:57:47.184Z] 32f366d666a5: Preparing [2021-05-10T13:57:47.184Z] 32f366d666a5: Waiting [2021-05-10T13:57:47.184Z] 1c24b5e55472: Layer already exists [2021-05-10T13:57:47.184Z] 2d945912e6ae: Layer already exists [2021-05-10T13:57:47.184Z] 32419be008d7: Layer already exists [2021-05-10T13:57:47.184Z] 498c644ffdd5: Layer already exists [2021-05-10T13:57:47.184Z] aa879a4c66aa: Layer already exists [2021-05-10T13:57:47.184Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:47.184Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:47.487Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:47.736Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:57:47.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-05-10T13:57:47.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-05-10T13:57:47.818Z] 1c24b5e55472: Preparing [2021-05-10T13:57:47.818Z] 498c644ffdd5: Preparing [2021-05-10T13:57:47.818Z] aa879a4c66aa: Preparing [2021-05-10T13:57:47.818Z] 2d945912e6ae: Preparing [2021-05-10T13:57:47.818Z] 32419be008d7: Preparing [2021-05-10T13:57:47.818Z] 32f366d666a5: Preparing [2021-05-10T13:57:47.818Z] 32f366d666a5: Waiting [2021-05-10T13:57:47.818Z] 32419be008d7: Layer already exists [2021-05-10T13:57:47.818Z] 1c24b5e55472: Layer already exists [2021-05-10T13:57:47.818Z] 2d945912e6ae: Layer already exists [2021-05-10T13:57:47.818Z] 498c644ffdd5: Layer already exists [2021-05-10T13:57:47.818Z] aa879a4c66aa: Layer already exists [2021-05-10T13:57:47.818Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:47.818Z] master: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:47.872Z] ===================================================== [Pipeline] echo [2021-05-10T13:57:47.886Z] taggedImages: [2021-05-10T13:57:47.886Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:47.886Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.206 [2021-05-10T13:57:47.886Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:47.886Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-05-10T13:57:47.918Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-05-10T13:57:47.918Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:47.918Z] 2.0.0-dev.206 [2021-05-10T13:57:47.918Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:47.919Z] master [2021-05-10T13:57:47.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:48.262Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:48.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:48.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-10T13:57:48.559Z] 110216b190d8: Preparing [2021-05-10T13:57:48.559Z] 6b5f9dc8260b: Preparing [2021-05-10T13:57:48.559Z] 127fe7e1dbfa: Preparing [2021-05-10T13:57:48.559Z] 9508a7f7755e: Preparing [2021-05-10T13:57:48.559Z] dc30c92032d4: Preparing [2021-05-10T13:57:48.559Z] f15e31d285a1: Preparing [2021-05-10T13:57:48.559Z] d224f3e83934: Preparing [2021-05-10T13:57:48.559Z] c75d8f2c6718: Preparing [2021-05-10T13:57:48.559Z] 5a520dde2b78: Preparing [2021-05-10T13:57:48.559Z] 32f366d666a5: Preparing [2021-05-10T13:57:48.559Z] f15e31d285a1: Waiting [2021-05-10T13:57:48.559Z] d224f3e83934: Waiting [2021-05-10T13:57:48.559Z] c75d8f2c6718: Waiting [2021-05-10T13:57:48.559Z] 5a520dde2b78: Waiting [2021-05-10T13:57:48.559Z] 32f366d666a5: Waiting [2021-05-10T13:57:49.143Z] 110216b190d8: Pushed [2021-05-10T13:57:49.144Z] dc30c92032d4: Pushed [2021-05-10T13:57:49.144Z] 6b5f9dc8260b: Pushed [2021-05-10T13:57:49.144Z] f15e31d285a1: Pushed [2021-05-10T13:57:49.144Z] d224f3e83934: Pushed [2021-05-10T13:57:49.144Z] c75d8f2c6718: Pushed [2021-05-10T13:57:49.144Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:49.208Z] OK: 218 MiB in 52 packages [2021-05-10T13:57:49.404Z] 9508a7f7755e: Pushed [2021-05-10T13:57:49.664Z] 127fe7e1dbfa: Pushed [2021-05-10T13:57:49.664Z] 5a520dde2b78: Pushed [2021-05-10T13:57:49.925Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:50.235Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:50.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.206 [2021-05-10T13:57:50.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-10T13:57:50.549Z] 110216b190d8: Preparing [2021-05-10T13:57:50.549Z] 6b5f9dc8260b: Preparing [2021-05-10T13:57:50.549Z] 127fe7e1dbfa: Preparing [2021-05-10T13:57:50.549Z] 9508a7f7755e: Preparing [2021-05-10T13:57:50.549Z] dc30c92032d4: Preparing [2021-05-10T13:57:50.549Z] f15e31d285a1: Preparing [2021-05-10T13:57:50.549Z] d224f3e83934: Preparing [2021-05-10T13:57:50.549Z] c75d8f2c6718: Preparing [2021-05-10T13:57:50.549Z] 5a520dde2b78: Preparing [2021-05-10T13:57:50.549Z] 32f366d666a5: Preparing [2021-05-10T13:57:50.549Z] c75d8f2c6718: Waiting [2021-05-10T13:57:50.549Z] 5a520dde2b78: Waiting [2021-05-10T13:57:50.549Z] 32f366d666a5: Waiting [2021-05-10T13:57:50.549Z] f15e31d285a1: Waiting [2021-05-10T13:57:50.549Z] d224f3e83934: Waiting [2021-05-10T13:57:50.549Z] 9508a7f7755e: Layer already exists [2021-05-10T13:57:50.549Z] 127fe7e1dbfa: Layer already exists [2021-05-10T13:57:50.549Z] dc30c92032d4: Layer already exists [2021-05-10T13:57:50.549Z] 110216b190d8: Layer already exists [2021-05-10T13:57:50.549Z] 6b5f9dc8260b: Layer already exists [2021-05-10T13:57:50.549Z] c75d8f2c6718: Layer already exists [2021-05-10T13:57:50.549Z] f15e31d285a1: Layer already exists [2021-05-10T13:57:50.549Z] 5a520dde2b78: Layer already exists [2021-05-10T13:57:50.549Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:50.549Z] d224f3e83934: Layer already exists [2021-05-10T13:57:50.549Z] 2.0.0-dev.206: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:50.883Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:51.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:51.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-10T13:57:51.214Z] 110216b190d8: Preparing [2021-05-10T13:57:51.214Z] 6b5f9dc8260b: Preparing [2021-05-10T13:57:51.214Z] 127fe7e1dbfa: Preparing [2021-05-10T13:57:51.214Z] 9508a7f7755e: Preparing [2021-05-10T13:57:51.214Z] dc30c92032d4: Preparing [2021-05-10T13:57:51.214Z] f15e31d285a1: Preparing [2021-05-10T13:57:51.214Z] d224f3e83934: Preparing [2021-05-10T13:57:51.214Z] c75d8f2c6718: Preparing [2021-05-10T13:57:51.214Z] 5a520dde2b78: Preparing [2021-05-10T13:57:51.214Z] 32f366d666a5: Preparing [2021-05-10T13:57:51.214Z] d224f3e83934: Waiting [2021-05-10T13:57:51.214Z] c75d8f2c6718: Waiting [2021-05-10T13:57:51.214Z] 5a520dde2b78: Waiting [2021-05-10T13:57:51.214Z] 32f366d666a5: Waiting [2021-05-10T13:57:51.214Z] f15e31d285a1: Waiting [2021-05-10T13:57:51.214Z] 6b5f9dc8260b: Layer already exists [2021-05-10T13:57:51.214Z] 127fe7e1dbfa: Layer already exists [2021-05-10T13:57:51.214Z] 9508a7f7755e: Layer already exists [2021-05-10T13:57:51.214Z] dc30c92032d4: Layer already exists [2021-05-10T13:57:51.214Z] 110216b190d8: Layer already exists [2021-05-10T13:57:51.214Z] d224f3e83934: Layer already exists [2021-05-10T13:57:51.214Z] 5a520dde2b78: Layer already exists [2021-05-10T13:57:51.214Z] c75d8f2c6718: Layer already exists [2021-05-10T13:57:51.214Z] f15e31d285a1: Layer already exists [2021-05-10T13:57:51.214Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:51.214Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:51.517Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:51.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-05-10T13:57:51.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-05-10T13:57:51.816Z] 110216b190d8: Preparing [2021-05-10T13:57:51.816Z] 6b5f9dc8260b: Preparing [2021-05-10T13:57:51.816Z] 127fe7e1dbfa: Preparing [2021-05-10T13:57:51.816Z] 9508a7f7755e: Preparing [2021-05-10T13:57:51.816Z] dc30c92032d4: Preparing [2021-05-10T13:57:51.816Z] f15e31d285a1: Preparing [2021-05-10T13:57:51.816Z] d224f3e83934: Preparing [2021-05-10T13:57:51.816Z] c75d8f2c6718: Preparing [2021-05-10T13:57:51.816Z] 5a520dde2b78: Preparing [2021-05-10T13:57:51.816Z] 32f366d666a5: Preparing [2021-05-10T13:57:51.816Z] f15e31d285a1: Waiting [2021-05-10T13:57:51.816Z] d224f3e83934: Waiting [2021-05-10T13:57:51.816Z] c75d8f2c6718: Waiting [2021-05-10T13:57:51.816Z] 5a520dde2b78: Waiting [2021-05-10T13:57:51.816Z] 32f366d666a5: Waiting [2021-05-10T13:57:51.816Z] dc30c92032d4: Layer already exists [2021-05-10T13:57:51.816Z] 9508a7f7755e: Layer already exists [2021-05-10T13:57:51.816Z] 127fe7e1dbfa: Layer already exists [2021-05-10T13:57:51.816Z] 6b5f9dc8260b: Layer already exists [2021-05-10T13:57:51.816Z] 110216b190d8: Layer already exists [2021-05-10T13:57:51.816Z] f15e31d285a1: Layer already exists [2021-05-10T13:57:51.816Z] d224f3e83934: Layer already exists [2021-05-10T13:57:51.816Z] c75d8f2c6718: Layer already exists [2021-05-10T13:57:51.816Z] 5a520dde2b78: Layer already exists [2021-05-10T13:57:51.816Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:51.816Z] master: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:51.870Z] ===================================================== [2021-05-10T13:57:51.876Z] Removing intermediate container 75ae84265614 [2021-05-10T13:57:51.876Z] ---> 89796985f7d8 [2021-05-10T13:57:51.876Z] Step 8/22 : COPY . . [2021-05-10T13:57:51.876Z] Removing intermediate container 794571fdbecd [2021-05-10T13:57:51.876Z] ---> 160e1e879fd5 [2021-05-10T13:57:51.876Z] Step 6/23 : COPY go.mod . [Pipeline] echo [2021-05-10T13:57:51.884Z] taggedImages: [2021-05-10T13:57:51.884Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:51.884Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.206 [2021-05-10T13:57:51.884Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:51.884Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-05-10T13:57:51.915Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-05-10T13:57:51.915Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:51.915Z] 2.0.0-dev.206 [2021-05-10T13:57:51.915Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:51.915Z] master [2021-05-10T13:57:51.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:52.258Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:52.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:52.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-10T13:57:52.560Z] 8b9ca854594e: Preparing [2021-05-10T13:57:52.560Z] 366df77da0e5: Preparing [2021-05-10T13:57:52.560Z] d5755f34ca06: Preparing [2021-05-10T13:57:52.560Z] 16f46ca83574: Preparing [2021-05-10T13:57:52.560Z] 32f366d666a5: Preparing [2021-05-10T13:57:52.560Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:52.560Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:52.560Z] 8b9ca854594e: Pushed [2021-05-10T13:57:52.821Z] 16f46ca83574: Pushed [2021-05-10T13:57:53.774Z] 366df77da0e5: Pushed [2021-05-10T13:57:53.774Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:54.079Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:54.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.206 [2021-05-10T13:57:54.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-10T13:57:54.379Z] 8b9ca854594e: Preparing [2021-05-10T13:57:54.379Z] 366df77da0e5: Preparing [2021-05-10T13:57:54.379Z] d5755f34ca06: Preparing [2021-05-10T13:57:54.379Z] 16f46ca83574: Preparing [2021-05-10T13:57:54.379Z] 32f366d666a5: Preparing [2021-05-10T13:57:54.379Z] 16f46ca83574: Layer already exists [2021-05-10T13:57:54.379Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:54.379Z] 366df77da0e5: Layer already exists [2021-05-10T13:57:54.379Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:54.379Z] 8b9ca854594e: Layer already exists [2021-05-10T13:57:54.379Z] 2.0.0-dev.206: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:54.555Z] ---> 1459a82489cd [2021-05-10T13:57:54.555Z] Step 7/23 : RUN go mod download [2021-05-10T13:57:54.690Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:54.833Z] ---> Running in 8ab0271782a1 [2021-05-10T13:57:55.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:55.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-10T13:57:55.004Z] 8b9ca854594e: Preparing [2021-05-10T13:57:55.004Z] 366df77da0e5: Preparing [2021-05-10T13:57:55.004Z] d5755f34ca06: Preparing [2021-05-10T13:57:55.004Z] 16f46ca83574: Preparing [2021-05-10T13:57:55.004Z] 32f366d666a5: Preparing [2021-05-10T13:57:55.004Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:55.004Z] 16f46ca83574: Layer already exists [2021-05-10T13:57:55.004Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:55.004Z] 366df77da0e5: Layer already exists [2021-05-10T13:57:55.004Z] 8b9ca854594e: Layer already exists [2021-05-10T13:57:55.004Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:55.313Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:55.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-05-10T13:57:55.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-05-10T13:57:55.615Z] 8b9ca854594e: Preparing [2021-05-10T13:57:55.615Z] 366df77da0e5: Preparing [2021-05-10T13:57:55.615Z] d5755f34ca06: Preparing [2021-05-10T13:57:55.615Z] 16f46ca83574: Preparing [2021-05-10T13:57:55.615Z] 32f366d666a5: Preparing [2021-05-10T13:57:55.615Z] 8b9ca854594e: Layer already exists [2021-05-10T13:57:55.615Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:55.615Z] 366df77da0e5: Layer already exists [2021-05-10T13:57:55.615Z] 16f46ca83574: Layer already exists [2021-05-10T13:57:55.615Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:55.615Z] master: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:55.669Z] ===================================================== [Pipeline] echo [2021-05-10T13:57:55.683Z] taggedImages: [2021-05-10T13:57:55.683Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:55.683Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.206 [2021-05-10T13:57:55.683Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:55.683Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-05-10T13:57:55.715Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-05-10T13:57:55.715Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:55.715Z] 2.0.0-dev.206 [2021-05-10T13:57:55.715Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:55.715Z] master [2021-05-10T13:57:55.715Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:56.062Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:56.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:56.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-10T13:57:56.428Z] 7c2e95df723e: Preparing [2021-05-10T13:57:56.428Z] ce27c504ba5f: Preparing [2021-05-10T13:57:56.428Z] d5755f34ca06: Preparing [2021-05-10T13:57:56.428Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:56.428Z] 32f366d666a5: Preparing [2021-05-10T13:57:56.428Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:56.428Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:56.428Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:56.771Z] 7c2e95df723e: Pushed [2021-05-10T13:57:57.735Z] ce27c504ba5f: Pushed [2021-05-10T13:57:57.735Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:58.039Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:58.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.206 [2021-05-10T13:57:58.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-10T13:57:58.334Z] 7c2e95df723e: Preparing [2021-05-10T13:57:58.334Z] ce27c504ba5f: Preparing [2021-05-10T13:57:58.334Z] d5755f34ca06: Preparing [2021-05-10T13:57:58.334Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:58.334Z] 32f366d666a5: Preparing [2021-05-10T13:57:58.334Z] 7c2e95df723e: Layer already exists [2021-05-10T13:57:58.334Z] ce27c504ba5f: Layer already exists [2021-05-10T13:57:58.334Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:58.334Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:58.334Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:58.334Z] 2.0.0-dev.206: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:58.653Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:58.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:58.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-10T13:57:58.952Z] 7c2e95df723e: Preparing [2021-05-10T13:57:58.952Z] ce27c504ba5f: Preparing [2021-05-10T13:57:58.952Z] d5755f34ca06: Preparing [2021-05-10T13:57:58.952Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:58.952Z] 32f366d666a5: Preparing [2021-05-10T13:57:58.952Z] 7c2e95df723e: Layer already exists [2021-05-10T13:57:58.952Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:58.952Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:58.952Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:58.952Z] ce27c504ba5f: Layer already exists [2021-05-10T13:57:58.952Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:59.260Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:57:59.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-05-10T13:57:59.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-05-10T13:57:59.556Z] 7c2e95df723e: Preparing [2021-05-10T13:57:59.556Z] ce27c504ba5f: Preparing [2021-05-10T13:57:59.556Z] d5755f34ca06: Preparing [2021-05-10T13:57:59.556Z] 0f57cf2a266d: Preparing [2021-05-10T13:57:59.556Z] 32f366d666a5: Preparing [2021-05-10T13:57:59.556Z] ce27c504ba5f: Layer already exists [2021-05-10T13:57:59.556Z] d5755f34ca06: Layer already exists [2021-05-10T13:57:59.556Z] 32f366d666a5: Layer already exists [2021-05-10T13:57:59.556Z] 0f57cf2a266d: Layer already exists [2021-05-10T13:57:59.556Z] 7c2e95df723e: Layer already exists [2021-05-10T13:57:59.556Z] master: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:57:59.610Z] ===================================================== [Pipeline] echo [2021-05-10T13:57:59.624Z] taggedImages: [2021-05-10T13:57:59.624Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:59.624Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.206 [2021-05-10T13:57:59.624Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:59.624Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-05-10T13:57:59.657Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-05-10T13:57:59.657Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:57:59.657Z] 2.0.0-dev.206 [2021-05-10T13:57:59.657Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:57:59.657Z] master [2021-05-10T13:57:59.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:00.002Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:00.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:58:00.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-10T13:58:00.307Z] acd2430a93db: Preparing [2021-05-10T13:58:00.307Z] 99fb29718c65: Preparing [2021-05-10T13:58:00.307Z] 0fa1a785ed86: Preparing [2021-05-10T13:58:00.307Z] b298a5896e8f: Preparing [2021-05-10T13:58:00.307Z] 0754057c0ad3: Preparing [2021-05-10T13:58:00.307Z] 998cdf262ab1: Preparing [2021-05-10T13:58:00.307Z] 02e56110abd2: Preparing [2021-05-10T13:58:00.307Z] abc36efb885a: Preparing [2021-05-10T13:58:00.307Z] b0b09059f4e1: Preparing [2021-05-10T13:58:00.307Z] bb961f40224b: Preparing [2021-05-10T13:58:00.307Z] f4666769fca7: Preparing [2021-05-10T13:58:00.307Z] 02e56110abd2: Waiting [2021-05-10T13:58:00.307Z] abc36efb885a: Waiting [2021-05-10T13:58:00.307Z] b0b09059f4e1: Waiting [2021-05-10T13:58:00.307Z] bb961f40224b: Waiting [2021-05-10T13:58:00.307Z] f4666769fca7: Waiting [2021-05-10T13:58:00.307Z] 998cdf262ab1: Waiting [2021-05-10T13:58:00.307Z] 0754057c0ad3: Layer already exists [2021-05-10T13:58:00.307Z] 998cdf262ab1: Layer already exists [2021-05-10T13:58:00.307Z] 02e56110abd2: Layer already exists [2021-05-10T13:58:00.569Z] 99fb29718c65: Pushed [2021-05-10T13:58:00.569Z] abc36efb885a: Layer already exists [2021-05-10T13:58:00.569Z] b0b09059f4e1: Layer already exists [2021-05-10T13:58:00.569Z] bb961f40224b: Layer already exists [2021-05-10T13:58:00.569Z] f4666769fca7: Layer already exists [2021-05-10T13:58:00.839Z] acd2430a93db: Pushed [2021-05-10T13:58:01.431Z] 0fa1a785ed86: Pushed [2021-05-10T13:58:01.586Z] Removing intermediate container 8ab0271782a1 [2021-05-10T13:58:01.586Z] ---> 8e9aeb7f48da [2021-05-10T13:58:01.586Z] Step 8/23 : COPY . . [2021-05-10T13:58:05.646Z] b298a5896e8f: Pushed [2021-05-10T13:58:05.647Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:05.941Z] Removing intermediate container 0ae3e6fd5607 [2021-05-10T13:58:05.941Z] ---> a8b9c1f714db [2021-05-10T13:58:05.941Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T13:58:05.949Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:06.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.206 [2021-05-10T13:58:06.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-10T13:58:06.248Z] acd2430a93db: Preparing [2021-05-10T13:58:06.248Z] 99fb29718c65: Preparing [2021-05-10T13:58:06.248Z] 0fa1a785ed86: Preparing [2021-05-10T13:58:06.248Z] b298a5896e8f: Preparing [2021-05-10T13:58:06.248Z] 0754057c0ad3: Preparing [2021-05-10T13:58:06.248Z] 998cdf262ab1: Preparing [2021-05-10T13:58:06.248Z] 02e56110abd2: Preparing [2021-05-10T13:58:06.248Z] abc36efb885a: Preparing [2021-05-10T13:58:06.248Z] b0b09059f4e1: Preparing [2021-05-10T13:58:06.248Z] bb961f40224b: Preparing [2021-05-10T13:58:06.248Z] f4666769fca7: Preparing [2021-05-10T13:58:06.248Z] 02e56110abd2: Waiting [2021-05-10T13:58:06.248Z] f4666769fca7: Waiting [2021-05-10T13:58:06.248Z] b0b09059f4e1: Waiting [2021-05-10T13:58:06.248Z] bb961f40224b: Waiting [2021-05-10T13:58:06.248Z] 998cdf262ab1: Waiting [2021-05-10T13:58:06.248Z] 0fa1a785ed86: Layer already exists [2021-05-10T13:58:06.248Z] b298a5896e8f: Layer already exists [2021-05-10T13:58:06.248Z] 99fb29718c65: Layer already exists [2021-05-10T13:58:06.248Z] 0754057c0ad3: Layer already exists [2021-05-10T13:58:06.248Z] acd2430a93db: Layer already exists [2021-05-10T13:58:06.248Z] abc36efb885a: Layer already exists [2021-05-10T13:58:06.248Z] b0b09059f4e1: Layer already exists [2021-05-10T13:58:06.248Z] bb961f40224b: Layer already exists [2021-05-10T13:58:06.248Z] 998cdf262ab1: Layer already exists [2021-05-10T13:58:06.248Z] 02e56110abd2: Layer already exists [2021-05-10T13:58:06.248Z] f4666769fca7: Layer already exists [2021-05-10T13:58:06.248Z] 2.0.0-dev.206: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:06.550Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:06.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:58:06.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-10T13:58:06.849Z] acd2430a93db: Preparing [2021-05-10T13:58:06.849Z] 99fb29718c65: Preparing [2021-05-10T13:58:06.849Z] 0fa1a785ed86: Preparing [2021-05-10T13:58:06.849Z] b298a5896e8f: Preparing [2021-05-10T13:58:06.849Z] 0754057c0ad3: Preparing [2021-05-10T13:58:06.849Z] 998cdf262ab1: Preparing [2021-05-10T13:58:06.849Z] 02e56110abd2: Preparing [2021-05-10T13:58:06.849Z] abc36efb885a: Preparing [2021-05-10T13:58:06.849Z] b0b09059f4e1: Preparing [2021-05-10T13:58:06.849Z] bb961f40224b: Preparing [2021-05-10T13:58:06.849Z] f4666769fca7: Preparing [2021-05-10T13:58:06.849Z] 02e56110abd2: Waiting [2021-05-10T13:58:06.849Z] abc36efb885a: Waiting [2021-05-10T13:58:06.849Z] b0b09059f4e1: Waiting [2021-05-10T13:58:06.849Z] bb961f40224b: Waiting [2021-05-10T13:58:06.849Z] f4666769fca7: Waiting [2021-05-10T13:58:06.849Z] 998cdf262ab1: Waiting [2021-05-10T13:58:06.849Z] 99fb29718c65: Layer already exists [2021-05-10T13:58:06.849Z] 0754057c0ad3: Layer already exists [2021-05-10T13:58:06.849Z] b298a5896e8f: Layer already exists [2021-05-10T13:58:06.849Z] 0fa1a785ed86: Layer already exists [2021-05-10T13:58:06.849Z] acd2430a93db: Layer already exists [2021-05-10T13:58:06.849Z] 998cdf262ab1: Layer already exists [2021-05-10T13:58:06.849Z] abc36efb885a: Layer already exists [2021-05-10T13:58:06.849Z] b0b09059f4e1: Layer already exists [2021-05-10T13:58:06.849Z] 02e56110abd2: Layer already exists [2021-05-10T13:58:06.849Z] bb961f40224b: Layer already exists [2021-05-10T13:58:06.849Z] f4666769fca7: Layer already exists [2021-05-10T13:58:06.849Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:07.153Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:07.408Z] ---> Running in 93780c614dc7 [2021-05-10T13:58:07.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-05-10T13:58:07.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-05-10T13:58:07.457Z] acd2430a93db: Preparing [2021-05-10T13:58:07.457Z] 99fb29718c65: Preparing [2021-05-10T13:58:07.457Z] 0fa1a785ed86: Preparing [2021-05-10T13:58:07.457Z] b298a5896e8f: Preparing [2021-05-10T13:58:07.457Z] 0754057c0ad3: Preparing [2021-05-10T13:58:07.457Z] 998cdf262ab1: Preparing [2021-05-10T13:58:07.457Z] 02e56110abd2: Preparing [2021-05-10T13:58:07.457Z] abc36efb885a: Preparing [2021-05-10T13:58:07.457Z] b0b09059f4e1: Preparing [2021-05-10T13:58:07.457Z] bb961f40224b: Preparing [2021-05-10T13:58:07.457Z] f4666769fca7: Preparing [2021-05-10T13:58:07.457Z] 998cdf262ab1: Waiting [2021-05-10T13:58:07.457Z] 02e56110abd2: Waiting [2021-05-10T13:58:07.457Z] abc36efb885a: Waiting [2021-05-10T13:58:07.457Z] b0b09059f4e1: Waiting [2021-05-10T13:58:07.457Z] f4666769fca7: Waiting [2021-05-10T13:58:07.457Z] bb961f40224b: Waiting [2021-05-10T13:58:07.457Z] acd2430a93db: Layer already exists [2021-05-10T13:58:07.457Z] 99fb29718c65: Layer already exists [2021-05-10T13:58:07.457Z] 0754057c0ad3: Layer already exists [2021-05-10T13:58:07.457Z] b298a5896e8f: Layer already exists [2021-05-10T13:58:07.457Z] 0fa1a785ed86: Layer already exists [2021-05-10T13:58:07.457Z] 998cdf262ab1: Layer already exists [2021-05-10T13:58:07.457Z] abc36efb885a: Layer already exists [2021-05-10T13:58:07.457Z] 02e56110abd2: Layer already exists [2021-05-10T13:58:07.457Z] bb961f40224b: Layer already exists [2021-05-10T13:58:07.457Z] b0b09059f4e1: Layer already exists [2021-05-10T13:58:07.457Z] f4666769fca7: Layer already exists [2021-05-10T13:58:07.717Z] master: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T13:58:07.774Z] ===================================================== [Pipeline] echo [2021-05-10T13:58:07.788Z] taggedImages: [2021-05-10T13:58:07.788Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:58:07.788Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.206 [2021-05-10T13:58:07.788Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T13:58:07.788Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T13:58:09.425Z] Removing intermediate container 93780c614dc7 [2021-05-10T13:58:09.425Z] ---> 4af0327cd4c1 [2021-05-10T13:58:09.425Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T13:58:09.698Z] ---> Running in e804c7cbbdd1 [2021-05-10T13:58:11.164Z] Removing intermediate container e804c7cbbdd1 [2021-05-10T13:58:11.443Z] ---> 94e1c2d1ae3d [2021-05-10T13:58:11.443Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T13:58:15.778Z] ---> da68b2a9a107 [2021-05-10T13:58:15.778Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T13:58:16.387Z] ---> fcda1086715e [2021-05-10T13:58:16.387Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T13:58:17.001Z] ---> Running in 2138e73c294a [2021-05-10T13:58:17.001Z] ---> fc1bb0949f98 [2021-05-10T13:58:17.001Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T13:58:19.651Z] ---> e7ab8d7e8f29 [2021-05-10T13:58:19.651Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T13:58:19.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T13:58:19.651Z] ---> Running in 3031bac47456 [2021-05-10T13:58:20.650Z] Removing intermediate container 3031bac47456 [2021-05-10T13:58:20.650Z] ---> 42c966cbe41c [2021-05-10T13:58:20.650Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:58:20.939Z] ---> Running in 7a41b28c0f0c [2021-05-10T13:58:22.418Z] Removing intermediate container 7a41b28c0f0c [2021-05-10T13:58:22.418Z] ---> 80207fbd1ae9 [2021-05-10T13:58:22.418Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T13:58:22.418Z] ---> Running in 6bb521b1f7e0 [2021-05-10T13:58:23.014Z] ---> 15037c991f43 [2021-05-10T13:58:23.014Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T13:58:23.328Z] ---> Running in c9eb707c11a9 [2021-05-10T13:58:23.602Z] Removing intermediate container 6bb521b1f7e0 [2021-05-10T13:58:23.602Z] ---> 8c2212ca9ea6 [2021-05-10T13:58:23.602Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:58:23.876Z] ---> Running in 837005f3fc4e [2021-05-10T13:58:24.896Z] Removing intermediate container 837005f3fc4e [2021-05-10T13:58:24.896Z] ---> 549c54f3cade [2021-05-10T13:58:24.896Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T13:58:24.896Z] ---> Running in 821dd2461f80 [2021-05-10T13:58:25.679Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T13:58:25.679Z] Removing intermediate container 821dd2461f80 [2021-05-10T13:58:25.679Z] ---> ac88b9077796 [2021-05-10T13:58:25.679Z] [2021-05-10T13:58:26.341Z] Successfully built ac88b9077796 [2021-05-10T13:58:26.341Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-10T13:59:05.653Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T13:59:18.101Z] Removing intermediate container 5e4e3715d4b0 [2021-05-10T13:59:18.101Z] ---> 5782d1fc1f0f [2021-05-10T13:59:18.101Z] [2021-05-10T13:59:18.101Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T13:59:18.101Z] ---> 9852663dfa18 [2021-05-10T13:59:18.101Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T13:59:18.101Z] Removing intermediate container 1acdfa4030e8 [2021-05-10T13:59:18.101Z] ---> a8df396f3894 [2021-05-10T13:59:18.101Z] [2021-05-10T13:59:18.101Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T13:59:18.101Z] ---> 9852663dfa18 [2021-05-10T13:59:18.101Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T13:59:18.101Z] ---> Using cache [2021-05-10T13:59:18.101Z] ---> 2dc4e6811725 [2021-05-10T13:59:18.101Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:59:18.101Z] ---> Using cache [2021-05-10T13:59:18.101Z] ---> 35b0319b6920 [2021-05-10T13:59:18.101Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T13:59:18.101Z] ---> Running in fc71800ee468 [2021-05-10T13:59:18.101Z] ---> Running in dbbbeb18e93e [2021-05-10T13:59:18.101Z] Removing intermediate container fc71800ee468 [2021-05-10T13:59:18.101Z] ---> 814e7ecb194a [2021-05-10T13:59:18.101Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T13:59:18.101Z] ---> Running in 29e68722d377 [2021-05-10T13:59:18.390Z] Removing intermediate container 29e68722d377 [2021-05-10T13:59:18.390Z] ---> 96f34b332714 [2021-05-10T13:59:18.390Z] Step 15/23 : WORKDIR / [2021-05-10T13:59:18.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:59:18.672Z] ---> Running in 7a4e9ac961b7 [2021-05-10T13:59:18.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:59:19.236Z] Removing intermediate container 7a4e9ac961b7 [2021-05-10T13:59:19.236Z] ---> 04016122ace8 [2021-05-10T13:59:19.236Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:59:19.848Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T13:59:19.848Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T13:59:19.848Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T13:59:20.149Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T13:59:20.149Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:59:20.149Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T13:59:20.426Z] OK: 7 MiB in 18 packages [2021-05-10T13:59:20.426Z] ---> bbb9fa2800d6 [2021-05-10T13:59:20.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T13:59:23.078Z] ---> fc8bb97ce40b [2021-05-10T13:59:23.078Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T13:59:23.354Z] Removing intermediate container dbbbeb18e93e [2021-05-10T13:59:23.354Z] ---> 03262ed5a95d [2021-05-10T13:59:23.354Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T13:59:23.354Z] ---> Running in 51f15de20df9 [2021-05-10T13:59:23.996Z] ---> 8d188f76f93f [2021-05-10T13:59:23.996Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T13:59:24.270Z] ---> Running in 3e8b5a79b782 [2021-05-10T13:59:24.270Z] Removing intermediate container 51f15de20df9 [2021-05-10T13:59:24.270Z] ---> 5b582bd9fd89 [2021-05-10T13:59:24.270Z] Step 13/21 : WORKDIR /edgex [2021-05-10T13:59:24.556Z] ---> Running in 4cbbe5cdba13 [2021-05-10T13:59:24.832Z] Removing intermediate container 3e8b5a79b782 [2021-05-10T13:59:24.832Z] ---> fa905adcc4eb [2021-05-10T13:59:24.832Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T13:59:25.109Z] ---> Running in 4339ca5bcba9 [2021-05-10T13:59:25.383Z] Removing intermediate container 4cbbe5cdba13 [2021-05-10T13:59:25.383Z] ---> 140c8a991cc4 [2021-05-10T13:59:25.383Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T13:59:25.658Z] Removing intermediate container 4339ca5bcba9 [2021-05-10T13:59:25.658Z] ---> 5372a9a5168f [2021-05-10T13:59:25.658Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T13:59:25.941Z] ---> Running in 00df8925518c [2021-05-10T13:59:26.933Z] Removing intermediate container 00df8925518c [2021-05-10T13:59:26.933Z] ---> 22f45c460230 [2021-05-10T13:59:26.933Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:59:26.933Z] ---> 61c77197bcab [2021-05-10T13:59:26.933Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T13:59:26.933Z] ---> Running in cde87bd8485c [2021-05-10T13:59:27.938Z] Removing intermediate container cde87bd8485c [2021-05-10T13:59:27.938Z] ---> 27c824302b0d [2021-05-10T13:59:27.938Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T13:59:27.938Z] ---> Running in b9c4079acb81 [2021-05-10T13:59:28.943Z] Removing intermediate container b9c4079acb81 [2021-05-10T13:59:28.943Z] ---> 3880ded5f454 [2021-05-10T13:59:28.943Z] [2021-05-10T13:59:28.943Z] ---> c59c34559085 [2021-05-10T13:59:28.943Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T13:59:29.546Z] Successfully built 3880ded5f454 [2021-05-10T13:59:29.546Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-10T13:59:30.997Z]  Building docker-core-command-go ... done  ---> 7b31e00ac92b [2021-05-10T13:59:30.997Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T13:59:30.997Z] ---> Running in a04766a944fa [2021-05-10T13:59:31.614Z] Removing intermediate container a04766a944fa [2021-05-10T13:59:31.614Z] ---> b1d3727a6729 [2021-05-10T13:59:31.614Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T13:59:31.897Z] ---> Running in d7d33e0005f7 [2021-05-10T13:59:32.896Z] Removing intermediate container d7d33e0005f7 [2021-05-10T13:59:32.896Z] ---> 71e9b4ec4476 [2021-05-10T13:59:32.896Z] Step 19/21 : LABEL arch=arm64 [2021-05-10T13:59:32.896Z] ---> Running in c08a82b93223 [2021-05-10T13:59:33.505Z] Removing intermediate container c08a82b93223 [2021-05-10T13:59:33.505Z] ---> 7dfb0b712891 [2021-05-10T13:59:33.505Z] Step 20/21 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T13:59:34.015Z] ---> Running in 3dd8a26c9fac [2021-05-10T13:59:34.300Z] Removing intermediate container 3dd8a26c9fac [2021-05-10T13:59:34.300Z] ---> ecdb78269a11 [2021-05-10T13:59:34.300Z] Step 21/21 : LABEL version=2.0.0-dev.206 [2021-05-10T13:59:34.585Z] ---> Running in 39aabaffd622 [2021-05-10T13:59:35.594Z] Removing intermediate container 39aabaffd622 [2021-05-10T13:59:35.594Z] ---> 901ec69fedc1 [2021-05-10T13:59:35.594Z] [2021-05-10T13:59:35.594Z] Successfully built 901ec69fedc1 [2021-05-10T13:59:35.893Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-10T13:59:51.012Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2138e73c294a [2021-05-10T13:59:51.012Z] ---> ffe6d096cb0f [2021-05-10T13:59:51.012Z] [2021-05-10T13:59:51.012Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T13:59:51.012Z] ---> 9852663dfa18 [2021-05-10T13:59:51.012Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T13:59:51.012Z] ---> Running in a81a0ae6299d [2021-05-10T13:59:51.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T13:59:51.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T13:59:52.152Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T13:59:52.152Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T13:59:52.152Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T13:59:52.152Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T13:59:52.425Z] OK: 6 MiB in 16 packages [2021-05-10T13:59:54.399Z] Removing intermediate container a81a0ae6299d [2021-05-10T13:59:54.399Z] ---> c93925a361c4 [2021-05-10T13:59:54.399Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T13:59:54.672Z] ---> Running in 1d040af14307 [2021-05-10T13:59:55.264Z] Removing intermediate container 1d040af14307 [2021-05-10T13:59:55.264Z] ---> d398c6b45072 [2021-05-10T13:59:55.264Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T13:59:55.537Z] ---> Running in a1db60e191ad [2021-05-10T13:59:56.516Z] Removing intermediate container a1db60e191ad [2021-05-10T13:59:56.516Z] ---> e4379f5dca9b [2021-05-10T13:59:56.516Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T13:59:56.788Z] ---> Running in ca731103d996 [2021-05-10T13:59:57.380Z] Removing intermediate container ca731103d996 [2021-05-10T13:59:57.380Z] ---> 2a499ad9b340 [2021-05-10T13:59:57.380Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T13:59:57.380Z] Removing intermediate container c9eb707c11a9 [2021-05-10T13:59:57.380Z] ---> 3a1efe9ca082 [2021-05-10T13:59:57.380Z] [2021-05-10T13:59:57.380Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T13:59:57.380Z] ---> 9852663dfa18 [2021-05-10T13:59:57.380Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T13:59:57.380Z] ---> Running in fc7515c8f973 [2021-05-10T13:59:57.975Z] Removing intermediate container fc7515c8f973 [2021-05-10T13:59:57.975Z] ---> 0fea6019ce5c [2021-05-10T13:59:57.975Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T13:59:57.975Z] ---> d68ad4806e54 [2021-05-10T13:59:57.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T13:59:58.248Z] ---> Running in 7dddf78216a1 [2021-05-10T13:59:58.847Z] Removing intermediate container 7dddf78216a1 [2021-05-10T13:59:58.847Z] ---> a5f96716b62e [2021-05-10T13:59:58.847Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T13:59:58.847Z] ---> Running in 758e99691dbf [2021-05-10T13:59:59.438Z] ---> 6338965b967e [2021-05-10T13:59:59.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T13:59:59.438Z] Removing intermediate container 758e99691dbf [2021-05-10T13:59:59.438Z] ---> 344eaa41c937 [2021-05-10T13:59:59.438Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:59:59.709Z] ---> Running in 2871bfb8a041 [2021-05-10T13:59:59.978Z] ---> 7f996df1553f [2021-05-10T13:59:59.978Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T14:00:00.249Z] ---> Running in aa1084ebe326 [2021-05-10T14:00:00.525Z] Removing intermediate container aa1084ebe326 [2021-05-10T14:00:00.525Z] ---> 598849203421 [2021-05-10T14:00:00.525Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:00:00.801Z] ---> Running in d8d7e65e4996 [2021-05-10T14:00:01.391Z] Removing intermediate container d8d7e65e4996 [2021-05-10T14:00:01.391Z] ---> 9ed3940e5892 [2021-05-10T14:00:01.391Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T14:00:01.391Z] ---> Running in dde1f428c724 [2021-05-10T14:00:01.661Z] Removing intermediate container 2871bfb8a041 [2021-05-10T14:00:01.661Z] ---> 493179169b18 [2021-05-10T14:00:01.661Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T14:00:01.930Z] Removing intermediate container dde1f428c724 [2021-05-10T14:00:01.930Z] ---> 4e7cba585719 [2021-05-10T14:00:01.930Z] Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:01.930Z] ---> Running in 718efd36f59b [2021-05-10T14:00:01.930Z] ---> Running in 2444540b7cd0 [2021-05-10T14:00:02.532Z] Removing intermediate container 2444540b7cd0 [2021-05-10T14:00:02.532Z] ---> 03d14251f229 [2021-05-10T14:00:02.532Z] Step 22/22 : LABEL version=2.0.0-dev.206 [2021-05-10T14:00:02.807Z] ---> Running in 73176c60c5d6 [2021-05-10T14:00:03.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T14:00:03.351Z] Removing intermediate container 73176c60c5d6 [2021-05-10T14:00:03.351Z] ---> 6d9aab501f80 [2021-05-10T14:00:03.351Z] [2021-05-10T14:00:03.630Z] Successfully built 6d9aab501f80 [2021-05-10T14:00:03.630Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-10T14:00:04.218Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T14:00:05.638Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T14:00:05.638Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T14:00:05.638Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T14:00:05.912Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T14:00:06.183Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T14:00:06.453Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T14:00:06.725Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T14:00:06.725Z] OK: 8 MiB in 20 packages [2021-05-10T14:00:08.154Z] Removing intermediate container 718efd36f59b [2021-05-10T14:00:08.154Z] ---> 0b8661861f91 [2021-05-10T14:00:08.154Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T14:00:08.748Z] ---> 117f67fa37c5 [2021-05-10T14:00:08.748Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T14:00:10.176Z] ---> eb0d215b5ad9 [2021-05-10T14:00:10.176Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T14:00:10.769Z] ---> 8852b64f1afe [2021-05-10T14:00:10.769Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T14:00:10.769Z] ---> Running in 844cda8fa87d [2021-05-10T14:00:11.364Z] Removing intermediate container 844cda8fa87d [2021-05-10T14:00:11.364Z] ---> e1a5f0d96033 [2021-05-10T14:00:11.364Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:00:11.364Z] ---> Running in 8e2e4cab6a22 [2021-05-10T14:00:11.957Z] Removing intermediate container 8e2e4cab6a22 [2021-05-10T14:00:11.957Z] ---> 2a839b69919d [2021-05-10T14:00:11.957Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T14:00:11.957Z] ---> Running in d0c8ce338257 [2021-05-10T14:00:12.556Z] Removing intermediate container d0c8ce338257 [2021-05-10T14:00:12.556Z] ---> 503e821b2f85 [2021-05-10T14:00:12.556Z] Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:12.830Z] ---> Running in 0c4a6200e7d2 [2021-05-10T14:00:13.427Z] Removing intermediate container 0c4a6200e7d2 [2021-05-10T14:00:13.427Z] ---> d161f7ed4e96 [2021-05-10T14:00:13.427Z] Step 23/23 : LABEL version=2.0.0-dev.206 [2021-05-10T14:00:13.427Z] ---> Running in ca5179011fc2 [2021-05-10T14:00:14.026Z] Removing intermediate container ca5179011fc2 [2021-05-10T14:00:14.026Z] ---> b986576b5d2a [2021-05-10T14:00:14.026Z] [2021-05-10T14:00:14.325Z] Successfully built b986576b5d2a [2021-05-10T14:00:14.325Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-10T14:00:14.628Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-10T14:00:14.636Z] $ docker stop --time=1 6e8ad4b12dbf3c49fc0bd04d3284c24ea8afc36ac8727f41e22e5e33101ac76b [2021-05-10T14:00:16.580Z] $ docker rm -f 6e8ad4b12dbf3c49fc0bd04d3284c24ea8afc36ac8727f41e22e5e33101ac76b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T14:00:17.208Z] + docker images [2021-05-10T14:00:17.208Z] + grep docker [2021-05-10T14:00:17.482Z] docker-core-data-go-arm64 latest b986576b5d2a 4 seconds ago 20.3MB [2021-05-10T14:00:17.482Z] docker-support-notifications-go-arm64 latest 6d9aab501f80 15 seconds ago 16.6MB [2021-05-10T14:00:17.482Z] docker-security-proxy-setup-go-arm64 latest 901ec69fedc1 42 seconds ago 23.9MB [2021-05-10T14:00:17.482Z] docker-core-command-go-arm64 latest 3880ded5f454 49 seconds ago 16.1MB [2021-05-10T14:00:17.482Z] docker-sys-mgmt-agent-go-arm64 latest ac88b9077796 About a minute ago 299MB [2021-05-10T14:00:17.482Z] docker-security-bootstrapper-go-arm64 latest 1486a3b29c76 3 minutes ago 17.1MB [2021-05-10T14:00:17.482Z] docker-core-metadata-go-arm64 latest 3bafcfed258a 3 minutes ago 17.4MB [2021-05-10T14:00:17.482Z] docker-support-scheduler-go-arm64 latest 30201e5cc3ae 3 minutes ago 16.1MB [2021-05-10T14:00:17.482Z] docker-security-secretstore-setup-go-arm64 latest bbe42bca6909 3 minutes ago 24.3MB [2021-05-10T14:00:17.482Z] 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-10T14:00:17.665Z] provisioning config files... [2021-05-10T14:00:17.706Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config7779790126705981909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:00:18.100Z] ---> docker-login.sh [2021-05-10T14:00:18.101Z] nexus3.edgexfoundry.org:10001 [2021-05-10T14:00:18.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T14:00:18.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T14:00:18.647Z] Configure a credential helper to remove this warning. See [2021-05-10T14:00:18.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T14:00:18.647Z] [2021-05-10T14:00:18.647Z] Login Succeeded [2021-05-10T14:00:18.647Z] nexus3.edgexfoundry.org:10002 [2021-05-10T14:00:19.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T14:00:19.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T14:00:19.241Z] Configure a credential helper to remove this warning. See [2021-05-10T14:00:19.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T14:00:19.241Z] [2021-05-10T14:00:19.241Z] Login Succeeded [2021-05-10T14:00:19.241Z] nexus3.edgexfoundry.org:10003 [2021-05-10T14:00:19.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T14:00:19.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T14:00:19.835Z] Configure a credential helper to remove this warning. See [2021-05-10T14:00:19.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T14:00:19.835Z] [2021-05-10T14:00:19.835Z] Login Succeeded [2021-05-10T14:00:19.835Z] nexus3.edgexfoundry.org:10004 [2021-05-10T14:00:20.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T14:00:20.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T14:00:20.389Z] Configure a credential helper to remove this warning. See [2021-05-10T14:00:20.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T14:00:20.389Z] [2021-05-10T14:00:20.389Z] Login Succeeded [2021-05-10T14:00:20.389Z] docker.io [2021-05-10T14:00:20.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T14:00:21.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T14:00:21.252Z] Configure a credential helper to remove this warning. See [2021-05-10T14:00:21.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T14:00:21.252Z] [2021-05-10T14:00:21.252Z] Login Succeeded [2021-05-10T14:00:21.252Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T14:00:21.268Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:00:21.337Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-05-10T14:00:21.337Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:21.337Z] 2.0.0-dev.206 [2021-05-10T14:00:21.337Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:21.337Z] master [2021-05-10T14:00:21.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:21.716Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:22.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:22.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-10T14:00:22.054Z] d8d122e8e70d: Preparing [2021-05-10T14:00:22.054Z] 32fb7f32fef7: Preparing [2021-05-10T14:00:22.054Z] 7bc691a5393e: Preparing [2021-05-10T14:00:22.054Z] 46fff46da146: Preparing [2021-05-10T14:00:22.054Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:22.326Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:22.598Z] 7bc691a5393e: Pushed [2021-05-10T14:00:22.598Z] d8d122e8e70d: Pushed [2021-05-10T14:00:23.567Z] 46fff46da146: Pushed [2021-05-10T14:00:24.983Z] 32fb7f32fef7: Pushed [2021-05-10T14:00:25.957Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:26.300Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:26.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:26.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-10T14:00:26.657Z] d8d122e8e70d: Preparing [2021-05-10T14:00:26.657Z] 32fb7f32fef7: Preparing [2021-05-10T14:00:26.657Z] 7bc691a5393e: Preparing [2021-05-10T14:00:26.657Z] 46fff46da146: Preparing [2021-05-10T14:00:26.657Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:26.928Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:26.928Z] 32fb7f32fef7: Layer already exists [2021-05-10T14:00:26.928Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:26.928Z] 46fff46da146: Layer already exists [2021-05-10T14:00:26.928Z] d8d122e8e70d: Layer already exists [2021-05-10T14:00:27.901Z] 2.0.0-dev.206: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:28.522Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:28.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:28.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-10T14:00:28.862Z] d8d122e8e70d: Preparing [2021-05-10T14:00:28.862Z] 32fb7f32fef7: Preparing [2021-05-10T14:00:28.862Z] 7bc691a5393e: Preparing [2021-05-10T14:00:28.862Z] 46fff46da146: Preparing [2021-05-10T14:00:28.862Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:29.132Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:29.132Z] 46fff46da146: Layer already exists [2021-05-10T14:00:29.132Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:29.132Z] d8d122e8e70d: Layer already exists [2021-05-10T14:00:29.132Z] 32fb7f32fef7: Layer already exists [2021-05-10T14:00:30.101Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:30.446Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:30.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-05-10T14:00:30.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-05-10T14:00:30.792Z] d8d122e8e70d: Preparing [2021-05-10T14:00:30.792Z] 32fb7f32fef7: Preparing [2021-05-10T14:00:30.792Z] 7bc691a5393e: Preparing [2021-05-10T14:00:30.792Z] 46fff46da146: Preparing [2021-05-10T14:00:30.792Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:31.062Z] 46fff46da146: Layer already exists [2021-05-10T14:00:31.062Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:31.062Z] 32fb7f32fef7: Layer already exists [2021-05-10T14:00:31.062Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:31.062Z] d8d122e8e70d: Layer already exists [2021-05-10T14:00:31.062Z] master: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:00:31.127Z] ===================================================== [Pipeline] echo [2021-05-10T14:00:31.144Z] taggedImages: [2021-05-10T14:00:31.144Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:31.144Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:31.144Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:31.144Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-05-10T14:00:31.182Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-05-10T14:00:31.182Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:31.182Z] 2.0.0-dev.206 [2021-05-10T14:00:31.182Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:31.182Z] master [2021-05-10T14:00:31.182Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:31.565Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:31.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:31.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-10T14:00:31.930Z] b500624a3508: Preparing [2021-05-10T14:00:31.930Z] 4745b85c7d57: Preparing [2021-05-10T14:00:31.930Z] 7bc691a5393e: Preparing [2021-05-10T14:00:31.930Z] 948986064fb1: Preparing [2021-05-10T14:00:31.930Z] 0b78b9381f4b: Preparing [2021-05-10T14:00:31.930Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:31.930Z] 3fbe34a1663b: Waiting [2021-05-10T14:00:32.202Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:32.202Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:32.475Z] 0b78b9381f4b: Pushed [2021-05-10T14:00:32.475Z] b500624a3508: Pushed [2021-05-10T14:00:33.069Z] 948986064fb1: Pushed [2021-05-10T14:00:35.681Z] 4745b85c7d57: Pushed [2021-05-10T14:00:35.681Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:36.025Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:36.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:36.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-10T14:00:36.364Z] b500624a3508: Preparing [2021-05-10T14:00:36.364Z] 4745b85c7d57: Preparing [2021-05-10T14:00:36.364Z] 7bc691a5393e: Preparing [2021-05-10T14:00:36.364Z] 948986064fb1: Preparing [2021-05-10T14:00:36.364Z] 0b78b9381f4b: Preparing [2021-05-10T14:00:36.364Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:36.364Z] 3fbe34a1663b: Waiting [2021-05-10T14:00:36.634Z] b500624a3508: Layer already exists [2021-05-10T14:00:36.634Z] 0b78b9381f4b: Layer already exists [2021-05-10T14:00:36.634Z] 4745b85c7d57: Layer already exists [2021-05-10T14:00:36.634Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:36.634Z] 948986064fb1: Layer already exists [2021-05-10T14:00:36.634Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:36.634Z] 2.0.0-dev.206: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:36.978Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:37.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:37.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-10T14:00:37.314Z] b500624a3508: Preparing [2021-05-10T14:00:37.314Z] 4745b85c7d57: Preparing [2021-05-10T14:00:37.314Z] 7bc691a5393e: Preparing [2021-05-10T14:00:37.314Z] 948986064fb1: Preparing [2021-05-10T14:00:37.314Z] 0b78b9381f4b: Preparing [2021-05-10T14:00:37.314Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:37.314Z] 3fbe34a1663b: Waiting [2021-05-10T14:00:37.583Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:37.583Z] 4745b85c7d57: Layer already exists [2021-05-10T14:00:37.583Z] 948986064fb1: Layer already exists [2021-05-10T14:00:37.583Z] b500624a3508: Layer already exists [2021-05-10T14:00:37.583Z] 0b78b9381f4b: Layer already exists [2021-05-10T14:00:38.550Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:38.550Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:38.896Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:39.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-05-10T14:00:39.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-05-10T14:00:39.234Z] b500624a3508: Preparing [2021-05-10T14:00:39.234Z] 4745b85c7d57: Preparing [2021-05-10T14:00:39.234Z] 7bc691a5393e: Preparing [2021-05-10T14:00:39.234Z] 948986064fb1: Preparing [2021-05-10T14:00:39.234Z] 0b78b9381f4b: Preparing [2021-05-10T14:00:39.234Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:39.234Z] 3fbe34a1663b: Waiting [2021-05-10T14:00:39.823Z] 4745b85c7d57: Layer already exists [2021-05-10T14:00:39.823Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:39.823Z] 948986064fb1: Layer already exists [2021-05-10T14:00:39.823Z] b500624a3508: Layer already exists [2021-05-10T14:00:39.823Z] 0b78b9381f4b: Layer already exists [2021-05-10T14:00:39.823Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:40.105Z] master: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:00:40.198Z] ===================================================== [Pipeline] echo [2021-05-10T14:00:40.212Z] taggedImages: [2021-05-10T14:00:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:40.213Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-05-10T14:00:40.244Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-05-10T14:00:40.244Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:40.244Z] 2.0.0-dev.206 [2021-05-10T14:00:40.244Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:40.244Z] master [2021-05-10T14:00:40.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:40.691Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:41.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:41.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-10T14:00:41.303Z] ec22095061c9: Preparing [2021-05-10T14:00:41.303Z] 2824160054df: Preparing [2021-05-10T14:00:41.303Z] 7bc691a5393e: Preparing [2021-05-10T14:00:41.303Z] 46fff46da146: Preparing [2021-05-10T14:00:41.303Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:41.574Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:41.574Z] 46fff46da146: Layer already exists [2021-05-10T14:00:41.574Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:41.844Z] ec22095061c9: Pushed [2021-05-10T14:00:44.451Z] 2824160054df: Pushed [2021-05-10T14:00:45.037Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:45.376Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:45.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:45.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-10T14:00:45.709Z] ec22095061c9: Preparing [2021-05-10T14:00:45.709Z] 2824160054df: Preparing [2021-05-10T14:00:45.709Z] 7bc691a5393e: Preparing [2021-05-10T14:00:45.709Z] 46fff46da146: Preparing [2021-05-10T14:00:45.709Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:45.978Z] 2824160054df: Layer already exists [2021-05-10T14:00:45.978Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:45.978Z] ec22095061c9: Layer already exists [2021-05-10T14:00:45.978Z] 46fff46da146: Layer already exists [2021-05-10T14:00:45.978Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:46.944Z] 2.0.0-dev.206: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:47.279Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:47.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:47.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-10T14:00:47.625Z] ec22095061c9: Preparing [2021-05-10T14:00:47.625Z] 2824160054df: Preparing [2021-05-10T14:00:47.625Z] 7bc691a5393e: Preparing [2021-05-10T14:00:47.625Z] 46fff46da146: Preparing [2021-05-10T14:00:47.625Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:47.894Z] 46fff46da146: Layer already exists [2021-05-10T14:00:47.894Z] 2824160054df: Layer already exists [2021-05-10T14:00:47.894Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:47.894Z] ec22095061c9: Layer already exists [2021-05-10T14:00:47.894Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:47.894Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:48.245Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:48.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-05-10T14:00:48.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-05-10T14:00:48.595Z] ec22095061c9: Preparing [2021-05-10T14:00:48.595Z] 2824160054df: Preparing [2021-05-10T14:00:48.595Z] 7bc691a5393e: Preparing [2021-05-10T14:00:48.595Z] 46fff46da146: Preparing [2021-05-10T14:00:48.595Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:48.864Z] 2824160054df: Layer already exists [2021-05-10T14:00:48.865Z] 46fff46da146: Layer already exists [2021-05-10T14:00:48.865Z] ec22095061c9: Layer already exists [2021-05-10T14:00:48.865Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:48.865Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:48.865Z] master: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:00:48.949Z] ===================================================== [Pipeline] echo [2021-05-10T14:00:48.963Z] taggedImages: [2021-05-10T14:00:48.963Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:48.963Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:48.963Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:48.963Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-05-10T14:00:48.995Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-05-10T14:00:48.995Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:48.995Z] 2.0.0-dev.206 [2021-05-10T14:00:48.995Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:48.995Z] master [2021-05-10T14:00:48.995Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:49.372Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:49.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:49.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-10T14:00:49.718Z] d8d35573d4f0: Preparing [2021-05-10T14:00:49.718Z] d8d35573d4f0: Preparing [2021-05-10T14:00:49.718Z] 7870e218317c: Preparing [2021-05-10T14:00:49.718Z] d2dd5f0c79cb: Preparing [2021-05-10T14:00:49.718Z] f343cc0d48d9: Preparing [2021-05-10T14:00:49.718Z] 183aa4c9cbee: Preparing [2021-05-10T14:00:49.718Z] 7bc691a5393e: Preparing [2021-05-10T14:00:49.718Z] 9535064c052a: Preparing [2021-05-10T14:00:49.718Z] 9535064c052a: Preparing [2021-05-10T14:00:49.718Z] 28d9951511a0: Preparing [2021-05-10T14:00:49.718Z] be409f8a49dd: Preparing [2021-05-10T14:00:49.718Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:49.718Z] 28d9951511a0: Waiting [2021-05-10T14:00:49.718Z] be409f8a49dd: Waiting [2021-05-10T14:00:49.718Z] 3fbe34a1663b: Waiting [2021-05-10T14:00:49.718Z] 9535064c052a: Waiting [2021-05-10T14:00:50.311Z] d8d35573d4f0: Pushed [2021-05-10T14:00:50.311Z] f343cc0d48d9: Pushed [2021-05-10T14:00:50.311Z] 7870e218317c: Pushed [2021-05-10T14:00:50.311Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:50.311Z] d2dd5f0c79cb: Pushed [2021-05-10T14:00:50.311Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:50.580Z] 9535064c052a: Pushed [2021-05-10T14:00:50.580Z] 28d9951511a0: Pushed [2021-05-10T14:00:50.580Z] be409f8a49dd: Pushed [2021-05-10T14:00:52.541Z] 183aa4c9cbee: Pushed [2021-05-10T14:00:53.132Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:53.489Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:53.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:53.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-10T14:00:53.828Z] d8d35573d4f0: Preparing [2021-05-10T14:00:53.828Z] d8d35573d4f0: Preparing [2021-05-10T14:00:53.828Z] 7870e218317c: Preparing [2021-05-10T14:00:53.828Z] d2dd5f0c79cb: Preparing [2021-05-10T14:00:53.828Z] f343cc0d48d9: Preparing [2021-05-10T14:00:53.828Z] 183aa4c9cbee: Preparing [2021-05-10T14:00:53.828Z] 7bc691a5393e: Preparing [2021-05-10T14:00:53.829Z] 9535064c052a: Preparing [2021-05-10T14:00:53.829Z] 9535064c052a: Preparing [2021-05-10T14:00:53.829Z] 28d9951511a0: Preparing [2021-05-10T14:00:53.829Z] be409f8a49dd: Preparing [2021-05-10T14:00:53.829Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:53.829Z] 28d9951511a0: Waiting [2021-05-10T14:00:53.829Z] 7bc691a5393e: Waiting [2021-05-10T14:00:53.829Z] be409f8a49dd: Waiting [2021-05-10T14:00:53.829Z] 9535064c052a: Waiting [2021-05-10T14:00:54.097Z] 7870e218317c: Layer already exists [2021-05-10T14:00:54.097Z] d8d35573d4f0: Layer already exists [2021-05-10T14:00:54.097Z] 183aa4c9cbee: Layer already exists [2021-05-10T14:00:54.097Z] f343cc0d48d9: Layer already exists [2021-05-10T14:00:54.097Z] d2dd5f0c79cb: Layer already exists [2021-05-10T14:00:54.097Z] 9535064c052a: Layer already exists [2021-05-10T14:00:54.097Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:54.097Z] be409f8a49dd: Layer already exists [2021-05-10T14:00:54.097Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:54.367Z] 28d9951511a0: Layer already exists [2021-05-10T14:00:54.640Z] 2.0.0-dev.206: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:54.979Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:55.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:55.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-10T14:00:55.314Z] d8d35573d4f0: Preparing [2021-05-10T14:00:55.314Z] d8d35573d4f0: Preparing [2021-05-10T14:00:55.314Z] 7870e218317c: Preparing [2021-05-10T14:00:55.314Z] d2dd5f0c79cb: Preparing [2021-05-10T14:00:55.314Z] f343cc0d48d9: Preparing [2021-05-10T14:00:55.314Z] 183aa4c9cbee: Preparing [2021-05-10T14:00:55.314Z] 7bc691a5393e: Preparing [2021-05-10T14:00:55.314Z] 9535064c052a: Preparing [2021-05-10T14:00:55.314Z] 9535064c052a: Preparing [2021-05-10T14:00:55.314Z] 28d9951511a0: Preparing [2021-05-10T14:00:55.314Z] be409f8a49dd: Preparing [2021-05-10T14:00:55.314Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:55.314Z] 28d9951511a0: Waiting [2021-05-10T14:00:55.314Z] be409f8a49dd: Waiting [2021-05-10T14:00:55.314Z] 3fbe34a1663b: Waiting [2021-05-10T14:00:55.314Z] 7bc691a5393e: Waiting [2021-05-10T14:00:55.314Z] 9535064c052a: Waiting [2021-05-10T14:00:55.586Z] 183aa4c9cbee: Layer already exists [2021-05-10T14:00:55.586Z] d2dd5f0c79cb: Layer already exists [2021-05-10T14:00:55.586Z] f343cc0d48d9: Layer already exists [2021-05-10T14:00:55.586Z] 7870e218317c: Layer already exists [2021-05-10T14:00:55.586Z] d8d35573d4f0: Layer already exists [2021-05-10T14:00:55.586Z] be409f8a49dd: Layer already exists [2021-05-10T14:00:55.586Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:55.586Z] 9535064c052a: Layer already exists [2021-05-10T14:00:55.586Z] 28d9951511a0: Layer already exists [2021-05-10T14:00:55.857Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:56.126Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:56.463Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:56.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-05-10T14:00:56.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-05-10T14:00:56.823Z] d8d35573d4f0: Preparing [2021-05-10T14:00:56.823Z] d8d35573d4f0: Preparing [2021-05-10T14:00:56.823Z] 7870e218317c: Preparing [2021-05-10T14:00:56.823Z] d2dd5f0c79cb: Preparing [2021-05-10T14:00:56.823Z] f343cc0d48d9: Preparing [2021-05-10T14:00:56.823Z] 183aa4c9cbee: Preparing [2021-05-10T14:00:56.823Z] 7bc691a5393e: Preparing [2021-05-10T14:00:56.823Z] 9535064c052a: Preparing [2021-05-10T14:00:56.823Z] 9535064c052a: Preparing [2021-05-10T14:00:56.823Z] 28d9951511a0: Preparing [2021-05-10T14:00:56.823Z] be409f8a49dd: Preparing [2021-05-10T14:00:56.823Z] 3fbe34a1663b: Preparing [2021-05-10T14:00:56.823Z] 7bc691a5393e: Waiting [2021-05-10T14:00:56.823Z] 9535064c052a: Waiting [2021-05-10T14:00:56.823Z] 3fbe34a1663b: Waiting [2021-05-10T14:00:56.823Z] be409f8a49dd: Waiting [2021-05-10T14:00:57.095Z] f343cc0d48d9: Layer already exists [2021-05-10T14:00:57.095Z] 183aa4c9cbee: Layer already exists [2021-05-10T14:00:57.095Z] d2dd5f0c79cb: Layer already exists [2021-05-10T14:00:57.095Z] d8d35573d4f0: Layer already exists [2021-05-10T14:00:57.095Z] 7870e218317c: Layer already exists [2021-05-10T14:00:57.095Z] 7bc691a5393e: Layer already exists [2021-05-10T14:00:57.095Z] 28d9951511a0: Layer already exists [2021-05-10T14:00:57.095Z] be409f8a49dd: Layer already exists [2021-05-10T14:00:57.095Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:00:57.095Z] 9535064c052a: Layer already exists [2021-05-10T14:00:58.519Z] master: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:00:58.580Z] ===================================================== [Pipeline] echo [2021-05-10T14:00:58.595Z] taggedImages: [2021-05-10T14:00:58.595Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:58.596Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.206 [2021-05-10T14:00:58.596Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:58.596Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-05-10T14:00:58.627Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-05-10T14:00:58.627Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:58.627Z] 2.0.0-dev.206 [2021-05-10T14:00:58.627Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:00:58.627Z] master [2021-05-10T14:00:58.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:59.001Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:00:59.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:00:59.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-10T14:01:00.320Z] 8e33a0fb338e: Preparing [2021-05-10T14:01:00.320Z] 37600eef6183: Preparing [2021-05-10T14:01:00.320Z] fa8d7c3b6edf: Preparing [2021-05-10T14:01:00.320Z] 0a23fdb5c142: Preparing [2021-05-10T14:01:00.320Z] f14eca45469f: Preparing [2021-05-10T14:01:00.320Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:00.320Z] 3fbe34a1663b: Waiting [2021-05-10T14:01:00.913Z] 0a23fdb5c142: Pushed [2021-05-10T14:01:00.913Z] fa8d7c3b6edf: Pushed [2021-05-10T14:01:00.913Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:01.184Z] f14eca45469f: Pushed [2021-05-10T14:01:03.146Z] 8e33a0fb338e: Pushed [2021-05-10T14:01:03.146Z] 37600eef6183: Pushed [2021-05-10T14:01:03.415Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:03.757Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:04.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:04.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-10T14:01:04.103Z] 8e33a0fb338e: Preparing [2021-05-10T14:01:04.103Z] 37600eef6183: Preparing [2021-05-10T14:01:04.103Z] fa8d7c3b6edf: Preparing [2021-05-10T14:01:04.103Z] 0a23fdb5c142: Preparing [2021-05-10T14:01:04.103Z] f14eca45469f: Preparing [2021-05-10T14:01:04.103Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:04.103Z] 3fbe34a1663b: Waiting [2021-05-10T14:01:04.375Z] 37600eef6183: Layer already exists [2021-05-10T14:01:04.375Z] fa8d7c3b6edf: Layer already exists [2021-05-10T14:01:04.375Z] f14eca45469f: Layer already exists [2021-05-10T14:01:04.375Z] 0a23fdb5c142: Layer already exists [2021-05-10T14:01:04.375Z] 8e33a0fb338e: Layer already exists [2021-05-10T14:01:04.375Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:04.375Z] 2.0.0-dev.206: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:04.725Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:05.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:05.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-10T14:01:05.060Z] 8e33a0fb338e: Preparing [2021-05-10T14:01:05.060Z] 37600eef6183: Preparing [2021-05-10T14:01:05.060Z] fa8d7c3b6edf: Preparing [2021-05-10T14:01:05.060Z] 0a23fdb5c142: Preparing [2021-05-10T14:01:05.060Z] f14eca45469f: Preparing [2021-05-10T14:01:05.060Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:05.060Z] 3fbe34a1663b: Waiting [2021-05-10T14:01:05.333Z] 8e33a0fb338e: Layer already exists [2021-05-10T14:01:05.333Z] 0a23fdb5c142: Layer already exists [2021-05-10T14:01:05.333Z] 37600eef6183: Layer already exists [2021-05-10T14:01:05.333Z] fa8d7c3b6edf: Layer already exists [2021-05-10T14:01:05.333Z] f14eca45469f: Layer already exists [2021-05-10T14:01:05.333Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:05.333Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:05.683Z] + 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-10T14:01:06.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-05-10T14:01:06.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-05-10T14:01:06.371Z] 8e33a0fb338e: Preparing [2021-05-10T14:01:06.371Z] 37600eef6183: Preparing [2021-05-10T14:01:06.371Z] fa8d7c3b6edf: Preparing [2021-05-10T14:01:06.371Z] 0a23fdb5c142: Preparing [2021-05-10T14:01:06.371Z] f14eca45469f: Preparing [2021-05-10T14:01:06.371Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:06.371Z] 3fbe34a1663b: Waiting [2021-05-10T14:01:06.371Z] 37600eef6183: Layer already exists [2021-05-10T14:01:06.371Z] fa8d7c3b6edf: Layer already exists [2021-05-10T14:01:06.371Z] 0a23fdb5c142: Layer already exists [2021-05-10T14:01:06.371Z] 8e33a0fb338e: Layer already exists [2021-05-10T14:01:06.371Z] f14eca45469f: Layer already exists [2021-05-10T14:01:06.371Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:06.371Z] master: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:01:06.455Z] ===================================================== [Pipeline] echo [2021-05-10T14:01:06.480Z] taggedImages: [2021-05-10T14:01:06.480Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:06.480Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:06.480Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:06.480Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-05-10T14:01:06.527Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-05-10T14:01:06.527Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:06.527Z] 2.0.0-dev.206 [2021-05-10T14:01:06.527Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:06.527Z] master [2021-05-10T14:01:06.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:06.915Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:07.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:07.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-10T14:01:07.247Z] a5fc1ee6ffe1: Preparing [2021-05-10T14:01:07.247Z] 287a3b791218: Preparing [2021-05-10T14:01:07.247Z] 22346144607d: Preparing [2021-05-10T14:01:07.247Z] 15cd3a3ddd84: Preparing [2021-05-10T14:01:07.247Z] 09b84d131378: Preparing [2021-05-10T14:01:07.247Z] bb6741f34081: Preparing [2021-05-10T14:01:07.247Z] d99b08adcc52: Preparing [2021-05-10T14:01:07.247Z] 653977422c8b: Preparing [2021-05-10T14:01:07.247Z] 31144178237e: Preparing [2021-05-10T14:01:07.247Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:07.247Z] bb6741f34081: Waiting [2021-05-10T14:01:07.247Z] d99b08adcc52: Waiting [2021-05-10T14:01:07.247Z] 653977422c8b: Waiting [2021-05-10T14:01:07.247Z] 31144178237e: Waiting [2021-05-10T14:01:07.247Z] 3fbe34a1663b: Waiting [2021-05-10T14:01:07.526Z] 09b84d131378: Pushed [2021-05-10T14:01:07.526Z] 287a3b791218: Pushed [2021-05-10T14:01:07.526Z] a5fc1ee6ffe1: Pushed [2021-05-10T14:01:07.799Z] d99b08adcc52: Pushed [2021-05-10T14:01:08.073Z] 653977422c8b: Pushed [2021-05-10T14:01:08.073Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:08.073Z] bb6741f34081: Pushed [2021-05-10T14:01:08.665Z] 31144178237e: Pushed [2021-05-10T14:01:09.636Z] 15cd3a3ddd84: Pushed [2021-05-10T14:01:09.636Z] 22346144607d: Pushed [2021-05-10T14:01:09.906Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:10.244Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:10.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:10.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-10T14:01:10.578Z] a5fc1ee6ffe1: Preparing [2021-05-10T14:01:10.578Z] 287a3b791218: Preparing [2021-05-10T14:01:10.578Z] 22346144607d: Preparing [2021-05-10T14:01:10.578Z] 15cd3a3ddd84: Preparing [2021-05-10T14:01:10.578Z] 09b84d131378: Preparing [2021-05-10T14:01:10.578Z] bb6741f34081: Preparing [2021-05-10T14:01:10.578Z] d99b08adcc52: Preparing [2021-05-10T14:01:10.578Z] 653977422c8b: Preparing [2021-05-10T14:01:10.578Z] 31144178237e: Preparing [2021-05-10T14:01:10.578Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:10.578Z] d99b08adcc52: Waiting [2021-05-10T14:01:10.578Z] 653977422c8b: Waiting [2021-05-10T14:01:10.578Z] 31144178237e: Waiting [2021-05-10T14:01:10.578Z] 3fbe34a1663b: Waiting [2021-05-10T14:01:10.578Z] bb6741f34081: Waiting [2021-05-10T14:01:10.846Z] 09b84d131378: Layer already exists [2021-05-10T14:01:10.846Z] 15cd3a3ddd84: Layer already exists [2021-05-10T14:01:10.846Z] 22346144607d: Layer already exists [2021-05-10T14:01:10.846Z] 287a3b791218: Layer already exists [2021-05-10T14:01:10.846Z] a5fc1ee6ffe1: Layer already exists [2021-05-10T14:01:10.846Z] bb6741f34081: Layer already exists [2021-05-10T14:01:10.846Z] 653977422c8b: Layer already exists [2021-05-10T14:01:10.846Z] 31144178237e: Layer already exists [2021-05-10T14:01:10.846Z] d99b08adcc52: Layer already exists [2021-05-10T14:01:10.846Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:10.846Z] 2.0.0-dev.206: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:11.181Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:11.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:11.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-10T14:01:11.511Z] a5fc1ee6ffe1: Preparing [2021-05-10T14:01:11.511Z] 287a3b791218: Preparing [2021-05-10T14:01:11.511Z] 22346144607d: Preparing [2021-05-10T14:01:11.511Z] 15cd3a3ddd84: Preparing [2021-05-10T14:01:11.511Z] 09b84d131378: Preparing [2021-05-10T14:01:11.511Z] bb6741f34081: Preparing [2021-05-10T14:01:11.511Z] d99b08adcc52: Preparing [2021-05-10T14:01:11.511Z] 653977422c8b: Preparing [2021-05-10T14:01:11.511Z] 31144178237e: Preparing [2021-05-10T14:01:11.511Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:11.511Z] 653977422c8b: Waiting [2021-05-10T14:01:11.511Z] 31144178237e: Waiting [2021-05-10T14:01:11.511Z] bb6741f34081: Waiting [2021-05-10T14:01:11.511Z] d99b08adcc52: Waiting [2021-05-10T14:01:11.781Z] 287a3b791218: Layer already exists [2021-05-10T14:01:11.781Z] 15cd3a3ddd84: Layer already exists [2021-05-10T14:01:11.781Z] a5fc1ee6ffe1: Layer already exists [2021-05-10T14:01:11.781Z] 09b84d131378: Layer already exists [2021-05-10T14:01:11.781Z] 22346144607d: Layer already exists [2021-05-10T14:01:11.781Z] bb6741f34081: Layer already exists [2021-05-10T14:01:11.781Z] d99b08adcc52: Layer already exists [2021-05-10T14:01:11.781Z] 653977422c8b: Layer already exists [2021-05-10T14:01:11.781Z] 31144178237e: Layer already exists [2021-05-10T14:01:11.781Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:11.781Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:12.125Z] + 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-10T14:01:12.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-05-10T14:01:12.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-05-10T14:01:12.459Z] a5fc1ee6ffe1: Preparing [2021-05-10T14:01:12.459Z] 287a3b791218: Preparing [2021-05-10T14:01:12.459Z] 22346144607d: Preparing [2021-05-10T14:01:12.459Z] 15cd3a3ddd84: Preparing [2021-05-10T14:01:12.459Z] 09b84d131378: Preparing [2021-05-10T14:01:12.459Z] bb6741f34081: Preparing [2021-05-10T14:01:12.459Z] d99b08adcc52: Preparing [2021-05-10T14:01:12.459Z] 653977422c8b: Preparing [2021-05-10T14:01:12.459Z] 31144178237e: Preparing [2021-05-10T14:01:12.459Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:12.459Z] bb6741f34081: Waiting [2021-05-10T14:01:12.459Z] 653977422c8b: Waiting [2021-05-10T14:01:12.459Z] d99b08adcc52: Waiting [2021-05-10T14:01:12.459Z] 31144178237e: Waiting [2021-05-10T14:01:12.459Z] 3fbe34a1663b: Waiting [2021-05-10T14:01:12.729Z] 15cd3a3ddd84: Layer already exists [2021-05-10T14:01:12.729Z] 287a3b791218: Layer already exists [2021-05-10T14:01:12.729Z] 22346144607d: Layer already exists [2021-05-10T14:01:12.729Z] a5fc1ee6ffe1: Layer already exists [2021-05-10T14:01:12.729Z] 09b84d131378: Layer already exists [2021-05-10T14:01:12.729Z] bb6741f34081: Layer already exists [2021-05-10T14:01:12.729Z] 31144178237e: Layer already exists [2021-05-10T14:01:12.729Z] d99b08adcc52: Layer already exists [2021-05-10T14:01:12.729Z] 653977422c8b: Layer already exists [2021-05-10T14:01:12.729Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:12.729Z] master: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:01:12.802Z] ===================================================== [Pipeline] echo [2021-05-10T14:01:12.819Z] taggedImages: [2021-05-10T14:01:12.819Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:12.819Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:12.819Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:12.819Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-05-10T14:01:12.863Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-05-10T14:01:12.863Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:12.863Z] 2.0.0-dev.206 [2021-05-10T14:01:12.863Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:12.863Z] master [2021-05-10T14:01:12.863Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:13.241Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:13.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:13.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-10T14:01:13.585Z] 2ab95eb239d0: Preparing [2021-05-10T14:01:13.585Z] 9c8a7f9fe381: Preparing [2021-05-10T14:01:13.585Z] 7bc691a5393e: Preparing [2021-05-10T14:01:13.585Z] 189298226e65: Preparing [2021-05-10T14:01:13.585Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:13.855Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:13.855Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:14.123Z] 189298226e65: Pushed [2021-05-10T14:01:15.090Z] 2ab95eb239d0: Pushed [2021-05-10T14:01:16.510Z] 9c8a7f9fe381: Pushed [2021-05-10T14:01:16.781Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:17.126Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:17.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:17.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-10T14:01:17.458Z] 2ab95eb239d0: Preparing [2021-05-10T14:01:17.458Z] 9c8a7f9fe381: Preparing [2021-05-10T14:01:17.458Z] 7bc691a5393e: Preparing [2021-05-10T14:01:17.458Z] 189298226e65: Preparing [2021-05-10T14:01:17.458Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:17.731Z] 2ab95eb239d0: Layer already exists [2021-05-10T14:01:17.731Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:17.731Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:17.731Z] 9c8a7f9fe381: Layer already exists [2021-05-10T14:01:17.731Z] 189298226e65: Layer already exists [2021-05-10T14:01:17.731Z] 2.0.0-dev.206: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:18.071Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:18.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:18.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-10T14:01:18.401Z] 2ab95eb239d0: Preparing [2021-05-10T14:01:18.401Z] 9c8a7f9fe381: Preparing [2021-05-10T14:01:18.401Z] 7bc691a5393e: Preparing [2021-05-10T14:01:18.401Z] 189298226e65: Preparing [2021-05-10T14:01:18.401Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:18.671Z] 189298226e65: Layer already exists [2021-05-10T14:01:18.671Z] 9c8a7f9fe381: Layer already exists [2021-05-10T14:01:18.671Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:18.671Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:18.671Z] 2ab95eb239d0: Layer already exists [2021-05-10T14:01:18.671Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:19.013Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:19.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-05-10T14:01:19.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-05-10T14:01:19.343Z] 2ab95eb239d0: Preparing [2021-05-10T14:01:19.343Z] 9c8a7f9fe381: Preparing [2021-05-10T14:01:19.343Z] 7bc691a5393e: Preparing [2021-05-10T14:01:19.343Z] 189298226e65: Preparing [2021-05-10T14:01:19.343Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:19.611Z] 2ab95eb239d0: Layer already exists [2021-05-10T14:01:19.611Z] 9c8a7f9fe381: Layer already exists [2021-05-10T14:01:19.611Z] 189298226e65: Layer already exists [2021-05-10T14:01:19.611Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:19.612Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:19.612Z] master: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:01:19.674Z] ===================================================== [Pipeline] echo [2021-05-10T14:01:19.688Z] taggedImages: [2021-05-10T14:01:19.689Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:19.689Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:19.689Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:19.689Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-05-10T14:01:19.725Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-05-10T14:01:19.725Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:19.725Z] 2.0.0-dev.206 [2021-05-10T14:01:19.725Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:19.725Z] master [2021-05-10T14:01:19.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:20.148Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:20.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:20.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-10T14:01:20.755Z] b372b556600a: Preparing [2021-05-10T14:01:20.755Z] 5b0956c22671: Preparing [2021-05-10T14:01:20.755Z] 7bc691a5393e: Preparing [2021-05-10T14:01:20.755Z] 46fff46da146: Preparing [2021-05-10T14:01:20.755Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:20.755Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:20.755Z] 46fff46da146: Layer already exists [2021-05-10T14:01:20.755Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:21.026Z] b372b556600a: Pushed [2021-05-10T14:01:23.621Z] 5b0956c22671: Pushed [2021-05-10T14:01:24.586Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:24.927Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:25.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:25.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-10T14:01:25.255Z] b372b556600a: Preparing [2021-05-10T14:01:25.255Z] 5b0956c22671: Preparing [2021-05-10T14:01:25.255Z] 7bc691a5393e: Preparing [2021-05-10T14:01:25.255Z] 46fff46da146: Preparing [2021-05-10T14:01:25.255Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:25.255Z] 46fff46da146: Layer already exists [2021-05-10T14:01:25.255Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:25.255Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:25.255Z] 5b0956c22671: Layer already exists [2021-05-10T14:01:25.255Z] b372b556600a: Layer already exists [2021-05-10T14:01:25.526Z] 2.0.0-dev.206: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:25.868Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:26.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:26.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-10T14:01:26.200Z] b372b556600a: Preparing [2021-05-10T14:01:26.200Z] 5b0956c22671: Preparing [2021-05-10T14:01:26.200Z] 7bc691a5393e: Preparing [2021-05-10T14:01:26.200Z] 46fff46da146: Preparing [2021-05-10T14:01:26.200Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:26.200Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:26.200Z] b372b556600a: Layer already exists [2021-05-10T14:01:26.200Z] 46fff46da146: Layer already exists [2021-05-10T14:01:26.200Z] 5b0956c22671: Layer already exists [2021-05-10T14:01:26.200Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:26.469Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:26.827Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:27.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-05-10T14:01:27.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-05-10T14:01:27.181Z] b372b556600a: Preparing [2021-05-10T14:01:27.181Z] 5b0956c22671: Preparing [2021-05-10T14:01:27.181Z] 7bc691a5393e: Preparing [2021-05-10T14:01:27.181Z] 46fff46da146: Preparing [2021-05-10T14:01:27.181Z] 3fbe34a1663b: Preparing [2021-05-10T14:01:27.181Z] 7bc691a5393e: Layer already exists [2021-05-10T14:01:27.181Z] 5b0956c22671: Layer already exists [2021-05-10T14:01:27.181Z] 3fbe34a1663b: Layer already exists [2021-05-10T14:01:27.181Z] 46fff46da146: Layer already exists [2021-05-10T14:01:27.181Z] b372b556600a: Layer already exists [2021-05-10T14:01:27.462Z] master: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:01:27.542Z] ===================================================== [Pipeline] echo [2021-05-10T14:01:27.563Z] taggedImages: [2021-05-10T14:01:27.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:27.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:27.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:27.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-05-10T14:01:27.601Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-05-10T14:01:27.601Z] 648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:27.601Z] 2.0.0-dev.206 [2021-05-10T14:01:27.601Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:27.601Z] master [2021-05-10T14:01:27.601Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:27.995Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:28.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:28.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-10T14:01:28.332Z] d648e798cab9: Preparing [2021-05-10T14:01:28.332Z] ec718995a19d: Preparing [2021-05-10T14:01:28.332Z] 4308267c5fee: Preparing [2021-05-10T14:01:28.332Z] 76476de4ea09: Preparing [2021-05-10T14:01:28.332Z] 9ded3b6bb9b5: Preparing [2021-05-10T14:01:28.332Z] fa1afe8e6ed9: Preparing [2021-05-10T14:01:28.332Z] 87a09b4c083e: Preparing [2021-05-10T14:01:28.332Z] 0f74e9ff2a61: Preparing [2021-05-10T14:01:28.332Z] fa1afe8e6ed9: Waiting [2021-05-10T14:01:28.332Z] 87a09b4c083e: Waiting [2021-05-10T14:01:28.332Z] b122376c33c6: Preparing [2021-05-10T14:01:28.332Z] f8381ed47b22: Preparing [2021-05-10T14:01:28.332Z] e934a737d657: Preparing [2021-05-10T14:01:28.332Z] 0f74e9ff2a61: Waiting [2021-05-10T14:01:28.332Z] f8381ed47b22: Waiting [2021-05-10T14:01:28.332Z] e934a737d657: Waiting [2021-05-10T14:01:28.332Z] b122376c33c6: Waiting [2021-05-10T14:01:28.601Z] 9ded3b6bb9b5: Layer already exists [2021-05-10T14:01:28.602Z] fa1afe8e6ed9: Layer already exists [2021-05-10T14:01:28.602Z] 87a09b4c083e: Layer already exists [2021-05-10T14:01:28.602Z] ec718995a19d: Pushed [2021-05-10T14:01:28.873Z] b122376c33c6: Layer already exists [2021-05-10T14:01:28.873Z] f8381ed47b22: Layer already exists [2021-05-10T14:01:28.873Z] e934a737d657: Layer already exists [2021-05-10T14:01:29.467Z] d648e798cab9: Pushed [2021-05-10T14:01:29.738Z] 0f74e9ff2a61: Layer already exists [2021-05-10T14:01:31.161Z] 4308267c5fee: Pushed [2021-05-10T14:01:43.532Z] 76476de4ea09: Pushed [2021-05-10T14:01:43.801Z] 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:44.143Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:44.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:44.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-10T14:01:44.477Z] d648e798cab9: Preparing [2021-05-10T14:01:44.477Z] ec718995a19d: Preparing [2021-05-10T14:01:44.477Z] 4308267c5fee: Preparing [2021-05-10T14:01:44.477Z] 76476de4ea09: Preparing [2021-05-10T14:01:44.477Z] 9ded3b6bb9b5: Preparing [2021-05-10T14:01:44.477Z] fa1afe8e6ed9: Preparing [2021-05-10T14:01:44.477Z] 87a09b4c083e: Preparing [2021-05-10T14:01:44.477Z] 0f74e9ff2a61: Preparing [2021-05-10T14:01:44.477Z] b122376c33c6: Preparing [2021-05-10T14:01:44.477Z] f8381ed47b22: Preparing [2021-05-10T14:01:44.477Z] e934a737d657: Preparing [2021-05-10T14:01:44.477Z] fa1afe8e6ed9: Waiting [2021-05-10T14:01:44.477Z] 87a09b4c083e: Waiting [2021-05-10T14:01:44.477Z] 0f74e9ff2a61: Waiting [2021-05-10T14:01:44.477Z] b122376c33c6: Waiting [2021-05-10T14:01:44.477Z] f8381ed47b22: Waiting [2021-05-10T14:01:44.477Z] e934a737d657: Waiting [2021-05-10T14:01:44.748Z] d648e798cab9: Layer already exists [2021-05-10T14:01:44.748Z] ec718995a19d: Layer already exists [2021-05-10T14:01:44.748Z] 4308267c5fee: Layer already exists [2021-05-10T14:01:44.748Z] 9ded3b6bb9b5: Layer already exists [2021-05-10T14:01:44.748Z] 76476de4ea09: Layer already exists [2021-05-10T14:01:44.748Z] 87a09b4c083e: Layer already exists [2021-05-10T14:01:44.748Z] fa1afe8e6ed9: Layer already exists [2021-05-10T14:01:44.748Z] 0f74e9ff2a61: Layer already exists [2021-05-10T14:01:44.748Z] b122376c33c6: Layer already exists [2021-05-10T14:01:44.748Z] f8381ed47b22: Layer already exists [2021-05-10T14:01:44.748Z] e934a737d657: Layer already exists [2021-05-10T14:01:45.019Z] 2.0.0-dev.206: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:45.368Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:45.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:45.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-10T14:01:45.704Z] d648e798cab9: Preparing [2021-05-10T14:01:45.704Z] ec718995a19d: Preparing [2021-05-10T14:01:45.704Z] 4308267c5fee: Preparing [2021-05-10T14:01:45.704Z] 76476de4ea09: Preparing [2021-05-10T14:01:45.704Z] 9ded3b6bb9b5: Preparing [2021-05-10T14:01:45.704Z] fa1afe8e6ed9: Preparing [2021-05-10T14:01:45.704Z] 87a09b4c083e: Preparing [2021-05-10T14:01:45.704Z] 0f74e9ff2a61: Preparing [2021-05-10T14:01:45.704Z] b122376c33c6: Preparing [2021-05-10T14:01:45.704Z] f8381ed47b22: Preparing [2021-05-10T14:01:45.704Z] e934a737d657: Preparing [2021-05-10T14:01:45.704Z] f8381ed47b22: Waiting [2021-05-10T14:01:45.704Z] 87a09b4c083e: Waiting [2021-05-10T14:01:45.704Z] 0f74e9ff2a61: Waiting [2021-05-10T14:01:45.704Z] fa1afe8e6ed9: Waiting [2021-05-10T14:01:45.704Z] e934a737d657: Waiting [2021-05-10T14:01:45.704Z] b122376c33c6: Waiting [2021-05-10T14:01:45.704Z] 9ded3b6bb9b5: Layer already exists [2021-05-10T14:01:45.704Z] ec718995a19d: Layer already exists [2021-05-10T14:01:45.704Z] 76476de4ea09: Layer already exists [2021-05-10T14:01:45.704Z] 4308267c5fee: Layer already exists [2021-05-10T14:01:45.704Z] fa1afe8e6ed9: Layer already exists [2021-05-10T14:01:45.704Z] 87a09b4c083e: Layer already exists [2021-05-10T14:01:45.704Z] 0f74e9ff2a61: Layer already exists [2021-05-10T14:01:45.976Z] b122376c33c6: Layer already exists [2021-05-10T14:01:45.976Z] f8381ed47b22: Layer already exists [2021-05-10T14:01:45.976Z] e934a737d657: Layer already exists [2021-05-10T14:01:46.949Z] d648e798cab9: Layer already exists [2021-05-10T14:01:46.949Z] 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:01:47.295Z] + 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-10T14:01:47.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-05-10T14:01:47.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-05-10T14:01:47.627Z] d648e798cab9: Preparing [2021-05-10T14:01:47.627Z] ec718995a19d: Preparing [2021-05-10T14:01:47.627Z] 4308267c5fee: Preparing [2021-05-10T14:01:47.627Z] 76476de4ea09: Preparing [2021-05-10T14:01:47.627Z] 9ded3b6bb9b5: Preparing [2021-05-10T14:01:47.627Z] fa1afe8e6ed9: Preparing [2021-05-10T14:01:47.627Z] 87a09b4c083e: Preparing [2021-05-10T14:01:47.627Z] 0f74e9ff2a61: Preparing [2021-05-10T14:01:47.627Z] b122376c33c6: Preparing [2021-05-10T14:01:47.627Z] f8381ed47b22: Preparing [2021-05-10T14:01:47.627Z] e934a737d657: Preparing [2021-05-10T14:01:47.627Z] 0f74e9ff2a61: Waiting [2021-05-10T14:01:47.627Z] b122376c33c6: Waiting [2021-05-10T14:01:47.627Z] f8381ed47b22: Waiting [2021-05-10T14:01:47.627Z] e934a737d657: Waiting [2021-05-10T14:01:47.627Z] 87a09b4c083e: Waiting [2021-05-10T14:01:47.627Z] fa1afe8e6ed9: Waiting [2021-05-10T14:01:47.899Z] 9ded3b6bb9b5: Layer already exists [2021-05-10T14:01:47.899Z] d648e798cab9: Layer already exists [2021-05-10T14:01:47.899Z] ec718995a19d: Layer already exists [2021-05-10T14:01:47.899Z] 4308267c5fee: Layer already exists [2021-05-10T14:01:47.899Z] 76476de4ea09: Layer already exists [2021-05-10T14:01:47.899Z] fa1afe8e6ed9: Layer already exists [2021-05-10T14:01:47.899Z] 0f74e9ff2a61: Layer already exists [2021-05-10T14:01:47.899Z] b122376c33c6: Layer already exists [2021-05-10T14:01:47.899Z] 87a09b4c083e: Layer already exists [2021-05-10T14:01:47.899Z] f8381ed47b22: Layer already exists [2021-05-10T14:01:47.899Z] e934a737d657: Layer already exists [2021-05-10T14:01:47.899Z] master: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-10T14:01:47.966Z] ===================================================== [Pipeline] echo [2021-05-10T14:01:47.982Z] taggedImages: [2021-05-10T14:01:47.982Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [2021-05-10T14:01:47.982Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.206 [2021-05-10T14:01:47.982Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [2021-05-10T14:01:47.982Z] - 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-10T14:01:48.594Z] ---> job-cost.sh [2021-05-10T14:01:48.594Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s0v1 [2021-05-10T14:02:35.495Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T14:04:12.216Z] lf-activate-venv(): INFO: Adding /tmp/venv-s0v1/bin to PATH [2021-05-10T14:04:12.216Z] INFO: No Stack... [2021-05-10T14:04:12.216Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T14:04:12.216Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T14:04:12.551Z] + cat /w/workspace/edgex-go/474/archives/cost.csv [2021-05-10T14:04:12.551Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T14:04:12.678Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-474-stack-cost] [2021-05-10T14:04:12.701Z] Resource [jenkins-edgexfoundry-edgex-go-master-474-stack-cost] did not exist. Created. [2021-05-10T14:04:12.701Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-474-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T14:04:13.048Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T14:04:13.970Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T14:04:13.987Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-474-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-10T14:04:14.770Z] provisioning config files... [2021-05-10T14:04:14.782Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/474@tmp/config7118092741994605243tmp [Pipeline] { [Pipeline] sh [2021-05-10T14:04:15.101Z] + set +x [2021-05-10T14:04:15.101Z] + curl -s https://codecov.io/bash [2021-05-10T14:04:15.101Z] + bash -s -- [2021-05-10T14:04:15.682Z] [2021-05-10T14:04:15.682Z] _____ _ [2021-05-10T14:04:15.682Z] / ____| | | [2021-05-10T14:04:15.682Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T14:04:15.682Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T14:04:15.682Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T14:04:15.682Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T14:04:15.682Z] Bash-1.0.2 [2021-05-10T14:04:15.682Z] [2021-05-10T14:04:15.682Z] [2021-05-10T14:04:15.682Z] ==> git version 2.24.3 found [2021-05-10T14:04:15.682Z] ==> 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-10T14:04:15.682Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T14:04:15.682Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T14:04:15.682Z] ==> Jenkins CI detected. [2021-05-10T14:04:15.682Z] project root: . [2021-05-10T14:04:15.682Z] --> token set from env [2021-05-10T14:04:15.682Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T14:04:15.682Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T14:04:15.682Z] ==> Python coveragepy not found [2021-05-10T14:04:15.682Z] ==> Searching for coverage reports in: [2021-05-10T14:04:15.682Z] + . [2021-05-10T14:04:15.682Z] -> Found 1 reports [2021-05-10T14:04:15.682Z] ==> Detecting git/mercurial file structure [2021-05-10T14:04:15.682Z] ==> Reading reports [2021-05-10T14:04:15.682Z] + ./coverage.out bytes=706092 [2021-05-10T14:04:15.682Z] ==> Appending adjustments [2021-05-10T14:04:15.682Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T14:04:19.927Z] + Found adjustments [2021-05-10T14:04:19.927Z] ==> Gzipping contents [2021-05-10T14:04:19.927Z] 100K /tmp/codecov.GduadS.gz [2021-05-10T14:04:19.927Z] ==> Uploading reports [2021-05-10T14:04:19.927Z] url: https://codecov.io [2021-05-10T14:04:19.927Z] query: branch=master&commit=648a76936c86a2d83b792934831f9cfce5b39e1d&build=474&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F474%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T14:04:19.927Z] -> Pinging Codecov [2021-05-10T14:04:19.927Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=648a76936c86a2d83b792934831f9cfce5b39e1d&build=474&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F474%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T14:04:20.190Z] -> Uploading to [2021-05-10T14:04:20.191Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/648a76936c86a2d83b792934831f9cfce5b39e1d/bb5eca67-f313-42f5-aba5-80ca4d8d8c12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T140419Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc735301dca486e843e55cfdd4a07f89851dc4af62b50b59d177a901fb16cd07 [2021-05-10T14:04:20.191Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:04:20.191Z] Dload Upload Total Spent Left Speed [2021-05-10T14:04:20.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 184k --:--:-- --:--:-- --:--:-- 184k [2021-05-10T14:04:20.765Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] } [2021-05-10T14:04:20.776Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-05-10T14:04:21.646Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-10T14:04:21.664Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:04:21.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T14:04:21.975Z] [2021-05-10T14:04:21.975Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:04:22.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T14:04:22.288Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-10T14:04:22.288Z] 188c0c94c7c5: Pulling fs layer [2021-05-10T14:04:22.288Z] 0ef7d3d256c8: Pulling fs layer [2021-05-10T14:04:22.288Z] de9db76c5a1d: Pulling fs layer [2021-05-10T14:04:22.288Z] 0eba1c9be4d2: Pulling fs layer [2021-05-10T14:04:22.288Z] 0d57e429df01: Pulling fs layer [2021-05-10T14:04:22.288Z] 4e4be7b47b0d: Pulling fs layer [2021-05-10T14:04:22.288Z] e1f770b5df2f: Pulling fs layer [2021-05-10T14:04:22.288Z] 85a0685a4137: Pulling fs layer [2021-05-10T14:04:22.288Z] 0eba1c9be4d2: Waiting [2021-05-10T14:04:22.288Z] 0d57e429df01: Waiting [2021-05-10T14:04:22.288Z] 4e4be7b47b0d: Waiting [2021-05-10T14:04:22.288Z] e1f770b5df2f: Waiting [2021-05-10T14:04:22.288Z] 85a0685a4137: Waiting [2021-05-10T14:04:22.288Z] de9db76c5a1d: Verifying Checksum [2021-05-10T14:04:22.288Z] de9db76c5a1d: Download complete [2021-05-10T14:04:22.288Z] 0ef7d3d256c8: Verifying Checksum [2021-05-10T14:04:22.288Z] 0ef7d3d256c8: Download complete [2021-05-10T14:04:22.288Z] 0d57e429df01: Verifying Checksum [2021-05-10T14:04:22.288Z] 0d57e429df01: Download complete [2021-05-10T14:04:22.288Z] 4e4be7b47b0d: Verifying Checksum [2021-05-10T14:04:22.288Z] 4e4be7b47b0d: Download complete [2021-05-10T14:04:22.582Z] 188c0c94c7c5: Verifying Checksum [2021-05-10T14:04:22.848Z] 188c0c94c7c5: Pull complete [2021-05-10T14:04:23.116Z] 0ef7d3d256c8: Pull complete [2021-05-10T14:04:23.116Z] de9db76c5a1d: Pull complete [2021-05-10T14:04:23.693Z] e1f770b5df2f: Verifying Checksum [2021-05-10T14:04:23.693Z] e1f770b5df2f: Download complete [2021-05-10T14:04:27.024Z] 0eba1c9be4d2: Verifying Checksum [2021-05-10T14:04:27.024Z] 0eba1c9be4d2: Download complete [2021-05-10T14:04:27.293Z] 85a0685a4137: Verifying Checksum [2021-05-10T14:04:27.293Z] 85a0685a4137: Download complete [2021-05-10T14:04:32.798Z] 0eba1c9be4d2: Pull complete [2021-05-10T14:04:32.798Z] 0d57e429df01: Pull complete [2021-05-10T14:04:32.798Z] 4e4be7b47b0d: Pull complete [2021-05-10T14:04:37.029Z] e1f770b5df2f: Pull complete [2021-05-10T14:04:47.103Z] 85a0685a4137: Pull complete [2021-05-10T14:04:47.104Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-10T14:04:47.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T14:04:47.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-10T14:04:47.309Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T14:04:47.361Z] $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-10T14:04:48.811Z] $ docker top 720695a25480f7727434879808cf28c5fc1ee20c16ba25f5e40a40b3b3b2616b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T14:04:49.009Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-10T14:04:49.303Z] + set -o pipefail [2021-05-10T14:04:49.303Z] + snyk monitor '--org=edgex-jenkins' [2021-05-10T14:05:15.945Z] [2021-05-10T14:05:15.945Z] Monitoring /w/workspace/edgex-go/474 (github.com/edgexfoundry/edgex-go)... [2021-05-10T14:05:15.945Z] [2021-05-10T14:05:15.945Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c26ae37b-6e8d-42ab-b445-2878ba5c0342 [2021-05-10T14:05:15.945Z] [2021-05-10T14:05:15.945Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-10T14:05:15.945Z] [2021-05-10T14:05:15.945Z] [Pipeline] } [2021-05-10T14:05:15.962Z] $ docker stop --time=1 720695a25480f7727434879808cf28c5fc1ee20c16ba25f5e40a40b3b3b2616b [2021-05-10T14:05:17.656Z] $ docker rm -f 720695a25480f7727434879808cf28c5fc1ee20c16ba25f5e40a40b3b3b2616b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-10T14:05:18.597Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T14:05:18.617Z] provisioning config files... [2021-05-10T14:05:18.630Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/474@tmp/config6266962968605367423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:05:18.948Z] --> edgex-publish-swagger.sh [2021-05-10T14:05:18.948Z] === Publish openapi/v1 API === [2021-05-10T14:05:18.948Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-10T14:05:18.948Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/474/openapi/v1/core-command.yaml] [2021-05-10T14:05:18.948Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:18.948Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:19.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9799 0:00:01 0:00:01 --:--:-- 9815 100 10522 0 0 100 10522 0 9797 0:00:01 0:00:01 --:--:-- 9806 [2021-05-10T14:05:19.902Z] [2021-05-10T14:05:19.902Z] [2021-05-10T14:05:19.902Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/474/openapi/v1/core-data.yaml] [2021-05-10T14:05:19.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:19.902Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:21.299Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30651 0:00:01 0:00:01 --:--:-- 30656 100 32557 0 0 100 32557 0 30644 0:00:01 0:00:01 --:--:-- 30656 [2021-05-10T14:05:21.299Z] [2021-05-10T14:05:21.299Z] [2021-05-10T14:05:21.299Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/474/openapi/v1/core-metadata.yaml] [2021-05-10T14:05:21.299Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:21.299Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:22.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65996 0:00:01 0:00:01 --:--:-- 66058 100 73721 0 0 100 73721 0 65985 0:00:01 0:00:01 --:--:-- 66058 [2021-05-10T14:05:22.244Z] [2021-05-10T14:05:22.244Z] [2021-05-10T14:05:22.244Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/474/openapi/v1/support-logging.yaml] [2021-05-10T14:05:22.244Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:22.244Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:23.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11072 0:00:01 0:00:01 --:--:-- 11077 100 13581 0 0 100 13581 0 11070 0:00:01 0:00:01 --:--:-- 11077 [2021-05-10T14:05:23.634Z] [2021-05-10T14:05:23.634Z] [2021-05-10T14:05:23.634Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/474/openapi/v1/support-notifications.yaml] [2021-05-10T14:05:23.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:23.634Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:24.852Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31493 0:00:01 0:00:01 --:--:-- 31515 100 38890 0 0 100 38890 0 29446 0:00:01 0:00:01 --:--:-- 29439 100 38890 0 0 100 38890 0 29442 0:00:01 0:00:01 --:--:-- 29439 [2021-05-10T14:05:24.852Z] [2021-05-10T14:05:24.852Z] [2021-05-10T14:05:24.852Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/474/openapi/v1/support-scheduler.yaml] [2021-05-10T14:05:24.852Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:24.852Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:26.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11645 0:00:01 0:00:01 --:--:-- 11650 100 14249 0 0 100 14249 0 10744 0:00:01 0:00:01 --:--:-- 10753 [2021-05-10T14:05:26.242Z] [2021-05-10T14:05:26.242Z] [2021-05-10T14:05:26.242Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/474/openapi/v1/system-agent.yaml] [2021-05-10T14:05:26.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:26.242Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:27.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3372 0:00:01 0:00:01 --:--:-- 3374 100 4110 0 0 100 4110 0 3028 0:00:01 0:00:01 --:--:-- 3030 [2021-05-10T14:05:27.460Z] [2021-05-10T14:05:27.460Z] [2021-05-10T14:05:27.460Z] === Publish openapi/v2 API === [2021-05-10T14:05:27.460Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-10T14:05:27.460Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/474/openapi/v2/core-command.yaml] [2021-05-10T14:05:27.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:27.460Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:29.111Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 55 29594 0 0 55 16384 0 70084 --:--:-- --:--:-- --:--:-- 70017 100 29594 0 0 100 29594 0 18654 0:00:01 0:00:01 --:--:-- 18647 100 29594 0 0 100 29594 0 18652 0:00:01 0:00:01 --:--:-- 18647 [2021-05-10T14:05:29.111Z] [2021-05-10T14:05:29.111Z] [2021-05-10T14:05:29.111Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/474/openapi/v2/core-data.yaml] [2021-05-10T14:05:29.111Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:29.111Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:30.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 45989 0:00:01 0:00:01 --:--:-- 46019 100 56190 0 0 100 56190 0 42220 0:00:01 0:00:01 --:--:-- 42248 [2021-05-10T14:05:30.503Z] [2021-05-10T14:05:30.503Z] [2021-05-10T14:05:30.503Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/474/openapi/v2/core-metadata.yaml] [2021-05-10T14:05:30.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:30.503Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:31.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 97k 100 118k 0 0 100 118k 0 80423 0:00:01 0:00:01 --:--:-- 80418 100 118k 0 0 100 118k 0 80412 0:00:01 0:00:01 --:--:-- 80418 [2021-05-10T14:05:31.891Z] [2021-05-10T14:05:31.891Z] [2021-05-10T14:05:31.891Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/474/openapi/v2/support-notifications.yaml] [2021-05-10T14:05:31.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:31.891Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:33.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 62283 0:00:01 0:00:01 --:--:-- 62296 100 75628 0 0 100 75628 0 62273 0:00:01 0:00:01 --:--:-- 62296 [2021-05-10T14:05:33.280Z] [2021-05-10T14:05:33.280Z] [2021-05-10T14:05:33.280Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/474/openapi/v2/support-scheduler.yaml] [2021-05-10T14:05:33.280Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:33.280Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:34.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 33486 0:00:01 0:00:01 --:--:-- 33496 100 37617 0 0 100 37617 0 33479 0:00:01 0:00:01 --:--:-- 33496 [2021-05-10T14:05:34.228Z] [2021-05-10T14:05:34.228Z] [2021-05-10T14:05:34.228Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/474/openapi/v2/system-agent.yaml] [2021-05-10T14:05:34.228Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T14:05:34.228Z] Dload Upload Total Spent Left Speed [2021-05-10T14:05:35.632Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 20918 0:00:01 0:00:01 --:--:-- 20937 100 23157 0 0 100 23157 0 20915 0:00:01 0:00:01 --:--:-- 20918 [2021-05-10T14:05:35.632Z] [2021-05-10T14:05:35.632Z] [Pipeline] } [2021-05-10T14:05:35.642Z] 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-10T14:05:36.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T14:05:36.123Z] . [Pipeline] withDockerContainer [2021-05-10T14:05:36.247Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T14:05:36.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T14:05:37.493Z] $ docker top 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T14:05:37.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T14:05:37.665Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T14:05:39.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T14:05:39.189Z] $ docker exec 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d ssh-agent [2021-05-10T14:05:39.422Z] SSH_AUTH_SOCK=/tmp/ssh-FONxlJQV02Rn/agent.12 [2021-05-10T14:05:39.422Z] SSH_AGENT_PID=18 [2021-05-10T14:05:39.434Z] Running ssh-add (command line suppressed) [2021-05-10T14:05:39.607Z] Identity added: /w/workspace/edgex-go/474@tmp/private_key_6214454531647452733.key (/w/workspace/edgex-go/474@tmp/private_key_6214454531647452733.key) [2021-05-10T14:05:39.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T14:05:40.012Z] + git semver tag [2021-05-10T14:05:40.585Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T14:05:40.585Z] # $GIT_DIR = /w/workspace/edgex-go/474/.git [2021-05-10T14:05:40.585Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/474 [2021-05-10T14:05:40.585Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T14:05:40.585Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T14:05:40.585Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T14:05:40.585Z] # $SEMVER_BRANCH = master [2021-05-10T14:05:40.585Z] # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver [2021-05-10T14:05:40.585Z] # 648a76936c86a2d83b792934831f9cfce5b39e1d HEAD [2021-05-10T14:05:41.158Z] # -> Force: false [2021-05-10T14:05:41.158Z] # af3b285743912e91158a1411e5093ae966f7afff refs/tags/v2.0.0-dev.206 [Pipeline] } [2021-05-10T14:05:41.171Z] $ docker exec --env ******** --env ******** 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d ssh-agent -k [2021-05-10T14:05:41.326Z] unset SSH_AUTH_SOCK; [2021-05-10T14:05:41.326Z] unset SSH_AGENT_PID; [2021-05-10T14:05:41.327Z] echo Agent pid 18 killed; [2021-05-10T14:05:41.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T14:05:41.745Z] + git semver [Pipeline] } [2021-05-10T14:05:41.764Z] $ docker stop --time=1 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d [2021-05-10T14:05:43.160Z] $ docker rm -f 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:05:43.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T14:05:43.665Z] [2021-05-10T14:05:43.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:05:43.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T14:05:43.978Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-10T14:05:43.978Z] ab5ef0e58194: Pulling fs layer [2021-05-10T14:05:43.978Z] 9712f1f96733: Pulling fs layer [2021-05-10T14:05:43.978Z] 63f879dbbcfc: Pulling fs layer [2021-05-10T14:05:43.978Z] 0d9ebad4ef96: Pulling fs layer [2021-05-10T14:05:43.978Z] e9a5061849ea: Pulling fs layer [2021-05-10T14:05:43.978Z] d747dcd14b5f: Pulling fs layer [2021-05-10T14:05:43.978Z] 2de7ff778b66: Pulling fs layer [2021-05-10T14:05:43.978Z] e9a5061849ea: Waiting [2021-05-10T14:05:43.978Z] 2de7ff778b66: Waiting [2021-05-10T14:05:43.978Z] 0d9ebad4ef96: Waiting [2021-05-10T14:05:43.978Z] d747dcd14b5f: Waiting [2021-05-10T14:05:43.978Z] 9712f1f96733: Verifying Checksum [2021-05-10T14:05:43.978Z] 9712f1f96733: Download complete [2021-05-10T14:05:47.290Z] 63f879dbbcfc: Verifying Checksum [2021-05-10T14:05:47.290Z] 63f879dbbcfc: Download complete [2021-05-10T14:05:47.290Z] e9a5061849ea: Verifying Checksum [2021-05-10T14:05:47.290Z] e9a5061849ea: Download complete [2021-05-10T14:05:47.290Z] d747dcd14b5f: Verifying Checksum [2021-05-10T14:05:47.290Z] d747dcd14b5f: Download complete [2021-05-10T14:05:47.864Z] 2de7ff778b66: Verifying Checksum [2021-05-10T14:05:48.438Z] 0d9ebad4ef96: Verifying Checksum [2021-05-10T14:05:48.438Z] 0d9ebad4ef96: Download complete [2021-05-10T14:05:48.699Z] ab5ef0e58194: Verifying Checksum [2021-05-10T14:05:48.699Z] ab5ef0e58194: Download complete [2021-05-10T14:05:55.625Z] ab5ef0e58194: Pull complete [2021-05-10T14:05:55.625Z] 9712f1f96733: Pull complete [2021-05-10T14:05:57.552Z] 63f879dbbcfc: Pull complete [2021-05-10T14:06:05.787Z] 0d9ebad4ef96: Pull complete [2021-05-10T14:06:08.358Z] e9a5061849ea: Pull complete [2021-05-10T14:06:08.358Z] d747dcd14b5f: Pull complete [2021-05-10T14:06:09.325Z] 2de7ff778b66: Pull complete [2021-05-10T14:06:09.325Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-10T14:06:09.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T14:06:09.325Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-10T14:06:09.529Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T14:06:09.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-10T14:06:13.838Z] $ docker top 96fa7156fb65db4b7ccc641691564e2911839b8786b725c108606180593ebba9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-10T14:06:14.027Z] provisioning config files... [2021-05-10T14:06:14.038Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/474@tmp/config2465030923430774056tmp [2021-05-10T14:06:14.056Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/474@tmp/config7183232198943784563tmp [2021-05-10T14:06:14.072Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/474@tmp/config4777211376937614772tmp [Pipeline] { [Pipeline] echo [2021-05-10T14:06:14.095Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:14.398Z] ---> sigul-configuration.sh [2021-05-10T14:06:14.398Z] gpg: directory `/root/.gnupg' created [2021-05-10T14:06:14.398Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-10T14:06:14.398Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-10T14:06:14.398Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-10T14:06:14.398Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-10T14:06:14.398Z] gpg: CAST5 encrypted data [2021-05-10T14:06:14.660Z] gpg: encrypted with 1 passphrase [2021-05-10T14:06:14.660Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-10T14:06:14.964Z] + mkdir /home/jenkins [2021-05-10T14:06:14.964Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-10T14:06:15.267Z] + 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-10T14:06:15.279Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:15.585Z] ---> sigul-install.sh [2021-05-10T14:06:22.296Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-10T14:06:22.597Z] + git tag --list [2021-05-10T14:06:22.597Z] 0.6.0 [2021-05-10T14:06:22.597Z] 0.6.1 [2021-05-10T14:06:22.597Z] 0.7.0 [2021-05-10T14:06:22.597Z] 0.7.1 [2021-05-10T14:06:22.597Z] v0.0.0 [2021-05-10T14:06:22.597Z] v0.0.1-dev.1 [2021-05-10T14:06:22.597Z] v1.0.0 [2021-05-10T14:06:22.597Z] v1.0.1 [2021-05-10T14:06:22.597Z] v1.1.0 [2021-05-10T14:06:22.597Z] v1.2.0 [2021-05-10T14:06:22.597Z] v1.2.1 [2021-05-10T14:06:22.597Z] v1.2.2-dev.1 [2021-05-10T14:06:22.597Z] v1.2.2-dev.10 [2021-05-10T14:06:22.597Z] v1.2.2-dev.100 [2021-05-10T14:06:22.597Z] v1.2.2-dev.101 [2021-05-10T14:06:22.597Z] v1.2.2-dev.102 [2021-05-10T14:06:22.597Z] v1.2.2-dev.103 [2021-05-10T14:06:22.597Z] v1.2.2-dev.104 [2021-05-10T14:06:22.597Z] v1.2.2-dev.105 [2021-05-10T14:06:22.597Z] v1.2.2-dev.106 [2021-05-10T14:06:22.597Z] v1.2.2-dev.107 [2021-05-10T14:06:22.597Z] v1.2.2-dev.11 [2021-05-10T14:06:22.597Z] v1.2.2-dev.12 [2021-05-10T14:06:22.597Z] v1.2.2-dev.13 [2021-05-10T14:06:22.597Z] v1.2.2-dev.14 [2021-05-10T14:06:22.597Z] v1.2.2-dev.15 [2021-05-10T14:06:22.597Z] v1.2.2-dev.16 [2021-05-10T14:06:22.597Z] v1.2.2-dev.17 [2021-05-10T14:06:22.597Z] v1.2.2-dev.18 [2021-05-10T14:06:22.597Z] v1.2.2-dev.19 [2021-05-10T14:06:22.597Z] v1.2.2-dev.2 [2021-05-10T14:06:22.597Z] v1.2.2-dev.20 [2021-05-10T14:06:22.597Z] v1.2.2-dev.21 [2021-05-10T14:06:22.597Z] v1.2.2-dev.22 [2021-05-10T14:06:22.597Z] v1.2.2-dev.23 [2021-05-10T14:06:22.597Z] v1.2.2-dev.24 [2021-05-10T14:06:22.597Z] v1.2.2-dev.25 [2021-05-10T14:06:22.597Z] v1.2.2-dev.26 [2021-05-10T14:06:22.597Z] v1.2.2-dev.27 [2021-05-10T14:06:22.597Z] v1.2.2-dev.28 [2021-05-10T14:06:22.597Z] v1.2.2-dev.29 [2021-05-10T14:06:22.597Z] v1.2.2-dev.3 [2021-05-10T14:06:22.597Z] v1.2.2-dev.30 [2021-05-10T14:06:22.597Z] v1.2.2-dev.31 [2021-05-10T14:06:22.597Z] v1.2.2-dev.32 [2021-05-10T14:06:22.597Z] v1.2.2-dev.33 [2021-05-10T14:06:22.597Z] v1.2.2-dev.34 [2021-05-10T14:06:22.597Z] v1.2.2-dev.35 [2021-05-10T14:06:22.597Z] v1.2.2-dev.36 [2021-05-10T14:06:22.597Z] v1.2.2-dev.37 [2021-05-10T14:06:22.597Z] v1.2.2-dev.38 [2021-05-10T14:06:22.597Z] v1.2.2-dev.39 [2021-05-10T14:06:22.597Z] v1.2.2-dev.4 [2021-05-10T14:06:22.597Z] v1.2.2-dev.40 [2021-05-10T14:06:22.597Z] v1.2.2-dev.41 [2021-05-10T14:06:22.597Z] v1.2.2-dev.42 [2021-05-10T14:06:22.597Z] v1.2.2-dev.43 [2021-05-10T14:06:22.597Z] v1.2.2-dev.44 [2021-05-10T14:06:22.597Z] v1.2.2-dev.45 [2021-05-10T14:06:22.597Z] v1.2.2-dev.46 [2021-05-10T14:06:22.597Z] v1.2.2-dev.47 [2021-05-10T14:06:22.597Z] v1.2.2-dev.48 [2021-05-10T14:06:22.597Z] v1.2.2-dev.49 [2021-05-10T14:06:22.597Z] v1.2.2-dev.5 [2021-05-10T14:06:22.597Z] v1.2.2-dev.50 [2021-05-10T14:06:22.597Z] v1.2.2-dev.51 [2021-05-10T14:06:22.597Z] v1.2.2-dev.52 [2021-05-10T14:06:22.597Z] v1.2.2-dev.53 [2021-05-10T14:06:22.597Z] v1.2.2-dev.54 [2021-05-10T14:06:22.597Z] v1.2.2-dev.55 [2021-05-10T14:06:22.597Z] v1.2.2-dev.56 [2021-05-10T14:06:22.597Z] v1.2.2-dev.57 [2021-05-10T14:06:22.597Z] v1.2.2-dev.58 [2021-05-10T14:06:22.597Z] v1.2.2-dev.59 [2021-05-10T14:06:22.597Z] v1.2.2-dev.6 [2021-05-10T14:06:22.597Z] v1.2.2-dev.60 [2021-05-10T14:06:22.597Z] v1.2.2-dev.61 [2021-05-10T14:06:22.597Z] v1.2.2-dev.62 [2021-05-10T14:06:22.597Z] v1.2.2-dev.63 [2021-05-10T14:06:22.597Z] v1.2.2-dev.64 [2021-05-10T14:06:22.597Z] v1.2.2-dev.65 [2021-05-10T14:06:22.597Z] v1.2.2-dev.66 [2021-05-10T14:06:22.597Z] v1.2.2-dev.67 [2021-05-10T14:06:22.597Z] v1.2.2-dev.68 [2021-05-10T14:06:22.597Z] v1.2.2-dev.69 [2021-05-10T14:06:22.597Z] v1.2.2-dev.7 [2021-05-10T14:06:22.597Z] v1.2.2-dev.70 [2021-05-10T14:06:22.597Z] v1.2.2-dev.71 [2021-05-10T14:06:22.597Z] v1.2.2-dev.72 [2021-05-10T14:06:22.597Z] v1.2.2-dev.73 [2021-05-10T14:06:22.597Z] v1.2.2-dev.74 [2021-05-10T14:06:22.597Z] v1.2.2-dev.75 [2021-05-10T14:06:22.597Z] v1.2.2-dev.76 [2021-05-10T14:06:22.597Z] v1.2.2-dev.77 [2021-05-10T14:06:22.597Z] v1.2.2-dev.78 [2021-05-10T14:06:22.597Z] v1.2.2-dev.79 [2021-05-10T14:06:22.597Z] v1.2.2-dev.8 [2021-05-10T14:06:22.597Z] v1.2.2-dev.80 [2021-05-10T14:06:22.597Z] v1.2.2-dev.81 [2021-05-10T14:06:22.597Z] v1.2.2-dev.82 [2021-05-10T14:06:22.597Z] v1.2.2-dev.83 [2021-05-10T14:06:22.597Z] v1.2.2-dev.84 [2021-05-10T14:06:22.597Z] v1.2.2-dev.85 [2021-05-10T14:06:22.597Z] v1.2.2-dev.86 [2021-05-10T14:06:22.597Z] v1.2.2-dev.87 [2021-05-10T14:06:22.597Z] v1.2.2-dev.88 [2021-05-10T14:06:22.597Z] v1.2.2-dev.89 [2021-05-10T14:06:22.597Z] v1.2.2-dev.9 [2021-05-10T14:06:22.597Z] v1.2.2-dev.90 [2021-05-10T14:06:22.597Z] v1.2.2-dev.91 [2021-05-10T14:06:22.597Z] v1.2.2-dev.92 [2021-05-10T14:06:22.597Z] v1.2.2-dev.93 [2021-05-10T14:06:22.597Z] v1.2.2-dev.94 [2021-05-10T14:06:22.597Z] v1.2.2-dev.95 [2021-05-10T14:06:22.597Z] v1.2.2-dev.96 [2021-05-10T14:06:22.597Z] v1.2.2-dev.97 [2021-05-10T14:06:22.597Z] v1.2.2-dev.98 [2021-05-10T14:06:22.597Z] v1.2.2-dev.99 [2021-05-10T14:06:22.597Z] v1.3.0 [2021-05-10T14:06:22.597Z] v1.3.1 [2021-05-10T14:06:22.597Z] v1.3.1-dev.1 [2021-05-10T14:06:22.597Z] v1.3.1-dev.10 [2021-05-10T14:06:22.597Z] v1.3.1-dev.11 [2021-05-10T14:06:22.597Z] v1.3.1-dev.12 [2021-05-10T14:06:22.597Z] v1.3.1-dev.13 [2021-05-10T14:06:22.597Z] v1.3.1-dev.14 [2021-05-10T14:06:22.597Z] v1.3.1-dev.15 [2021-05-10T14:06:22.597Z] v1.3.1-dev.16 [2021-05-10T14:06:22.597Z] v1.3.1-dev.17 [2021-05-10T14:06:22.597Z] v1.3.1-dev.18 [2021-05-10T14:06:22.597Z] v1.3.1-dev.2 [2021-05-10T14:06:22.597Z] v1.3.1-dev.3 [2021-05-10T14:06:22.597Z] v1.3.1-dev.4 [2021-05-10T14:06:22.597Z] v1.3.1-dev.5 [2021-05-10T14:06:22.597Z] v1.3.1-dev.6 [2021-05-10T14:06:22.597Z] v1.3.1-dev.7 [2021-05-10T14:06:22.597Z] v1.3.1-dev.8 [2021-05-10T14:06:22.597Z] v1.3.1-dev.9 [2021-05-10T14:06:22.597Z] v2.0.0-dev.1 [2021-05-10T14:06:22.597Z] v2.0.0-dev.10 [2021-05-10T14:06:22.597Z] v2.0.0-dev.100 [2021-05-10T14:06:22.597Z] v2.0.0-dev.101 [2021-05-10T14:06:22.597Z] v2.0.0-dev.102 [2021-05-10T14:06:22.597Z] v2.0.0-dev.103 [2021-05-10T14:06:22.597Z] v2.0.0-dev.104 [2021-05-10T14:06:22.597Z] v2.0.0-dev.105 [2021-05-10T14:06:22.597Z] v2.0.0-dev.106 [2021-05-10T14:06:22.597Z] v2.0.0-dev.107 [2021-05-10T14:06:22.597Z] v2.0.0-dev.108 [2021-05-10T14:06:22.597Z] v2.0.0-dev.109 [2021-05-10T14:06:22.597Z] v2.0.0-dev.11 [2021-05-10T14:06:22.597Z] v2.0.0-dev.110 [2021-05-10T14:06:22.597Z] v2.0.0-dev.111 [2021-05-10T14:06:22.597Z] v2.0.0-dev.112 [2021-05-10T14:06:22.597Z] v2.0.0-dev.113 [2021-05-10T14:06:22.597Z] v2.0.0-dev.114 [2021-05-10T14:06:22.597Z] v2.0.0-dev.115 [2021-05-10T14:06:22.597Z] v2.0.0-dev.116 [2021-05-10T14:06:22.597Z] v2.0.0-dev.117 [2021-05-10T14:06:22.597Z] v2.0.0-dev.118 [2021-05-10T14:06:22.597Z] v2.0.0-dev.119 [2021-05-10T14:06:22.597Z] v2.0.0-dev.12 [2021-05-10T14:06:22.597Z] v2.0.0-dev.120 [2021-05-10T14:06:22.597Z] v2.0.0-dev.121 [2021-05-10T14:06:22.597Z] v2.0.0-dev.122 [2021-05-10T14:06:22.597Z] v2.0.0-dev.123 [2021-05-10T14:06:22.597Z] v2.0.0-dev.124 [2021-05-10T14:06:22.597Z] v2.0.0-dev.125 [2021-05-10T14:06:22.597Z] v2.0.0-dev.126 [2021-05-10T14:06:22.597Z] v2.0.0-dev.127 [2021-05-10T14:06:22.597Z] v2.0.0-dev.128 [2021-05-10T14:06:22.597Z] v2.0.0-dev.129 [2021-05-10T14:06:22.597Z] v2.0.0-dev.13 [2021-05-10T14:06:22.597Z] v2.0.0-dev.130 [2021-05-10T14:06:22.597Z] v2.0.0-dev.131 [2021-05-10T14:06:22.597Z] v2.0.0-dev.132 [2021-05-10T14:06:22.597Z] v2.0.0-dev.133 [2021-05-10T14:06:22.597Z] v2.0.0-dev.134 [2021-05-10T14:06:22.597Z] v2.0.0-dev.135 [2021-05-10T14:06:22.597Z] v2.0.0-dev.136 [2021-05-10T14:06:22.597Z] v2.0.0-dev.137 [2021-05-10T14:06:22.597Z] v2.0.0-dev.138 [2021-05-10T14:06:22.597Z] v2.0.0-dev.139 [2021-05-10T14:06:22.597Z] v2.0.0-dev.14 [2021-05-10T14:06:22.597Z] v2.0.0-dev.140 [2021-05-10T14:06:22.597Z] v2.0.0-dev.141 [2021-05-10T14:06:22.597Z] v2.0.0-dev.142 [2021-05-10T14:06:22.597Z] v2.0.0-dev.143 [2021-05-10T14:06:22.597Z] v2.0.0-dev.144 [2021-05-10T14:06:22.597Z] v2.0.0-dev.145 [2021-05-10T14:06:22.597Z] v2.0.0-dev.146 [2021-05-10T14:06:22.597Z] v2.0.0-dev.147 [2021-05-10T14:06:22.597Z] v2.0.0-dev.148 [2021-05-10T14:06:22.597Z] v2.0.0-dev.149 [2021-05-10T14:06:22.597Z] v2.0.0-dev.15 [2021-05-10T14:06:22.597Z] v2.0.0-dev.150 [2021-05-10T14:06:22.597Z] v2.0.0-dev.151 [2021-05-10T14:06:22.598Z] v2.0.0-dev.152 [2021-05-10T14:06:22.598Z] v2.0.0-dev.153 [2021-05-10T14:06:22.598Z] v2.0.0-dev.154 [2021-05-10T14:06:22.598Z] v2.0.0-dev.155 [2021-05-10T14:06:22.598Z] v2.0.0-dev.156 [2021-05-10T14:06:22.598Z] v2.0.0-dev.157 [2021-05-10T14:06:22.598Z] v2.0.0-dev.158 [2021-05-10T14:06:22.598Z] v2.0.0-dev.159 [2021-05-10T14:06:22.598Z] v2.0.0-dev.16 [2021-05-10T14:06:22.598Z] v2.0.0-dev.160 [2021-05-10T14:06:22.598Z] v2.0.0-dev.161 [2021-05-10T14:06:22.598Z] v2.0.0-dev.162 [2021-05-10T14:06:22.598Z] v2.0.0-dev.163 [2021-05-10T14:06:22.598Z] v2.0.0-dev.164 [2021-05-10T14:06:22.598Z] v2.0.0-dev.165 [2021-05-10T14:06:22.598Z] v2.0.0-dev.166 [2021-05-10T14:06:22.598Z] v2.0.0-dev.167 [2021-05-10T14:06:22.598Z] v2.0.0-dev.168 [2021-05-10T14:06:22.598Z] v2.0.0-dev.169 [2021-05-10T14:06:22.598Z] v2.0.0-dev.17 [2021-05-10T14:06:22.598Z] v2.0.0-dev.170 [2021-05-10T14:06:22.598Z] v2.0.0-dev.171 [2021-05-10T14:06:22.598Z] v2.0.0-dev.172 [2021-05-10T14:06:22.598Z] v2.0.0-dev.173 [2021-05-10T14:06:22.598Z] v2.0.0-dev.174 [2021-05-10T14:06:22.598Z] v2.0.0-dev.175 [2021-05-10T14:06:22.598Z] v2.0.0-dev.176 [2021-05-10T14:06:22.598Z] v2.0.0-dev.177 [2021-05-10T14:06:22.598Z] v2.0.0-dev.178 [2021-05-10T14:06:22.598Z] v2.0.0-dev.179 [2021-05-10T14:06:22.598Z] v2.0.0-dev.18 [2021-05-10T14:06:22.598Z] v2.0.0-dev.180 [2021-05-10T14:06:22.598Z] v2.0.0-dev.181 [2021-05-10T14:06:22.598Z] v2.0.0-dev.182 [2021-05-10T14:06:22.598Z] v2.0.0-dev.183 [2021-05-10T14:06:22.598Z] v2.0.0-dev.184 [2021-05-10T14:06:22.598Z] v2.0.0-dev.185 [2021-05-10T14:06:22.598Z] v2.0.0-dev.186 [2021-05-10T14:06:22.598Z] v2.0.0-dev.187 [2021-05-10T14:06:22.598Z] v2.0.0-dev.188 [2021-05-10T14:06:22.598Z] v2.0.0-dev.189 [2021-05-10T14:06:22.598Z] v2.0.0-dev.19 [2021-05-10T14:06:22.598Z] v2.0.0-dev.190 [2021-05-10T14:06:22.598Z] v2.0.0-dev.191 [2021-05-10T14:06:22.598Z] v2.0.0-dev.192 [2021-05-10T14:06:22.598Z] v2.0.0-dev.193 [2021-05-10T14:06:22.598Z] v2.0.0-dev.194 [2021-05-10T14:06:22.598Z] v2.0.0-dev.195 [2021-05-10T14:06:22.598Z] v2.0.0-dev.196 [2021-05-10T14:06:22.598Z] v2.0.0-dev.197 [2021-05-10T14:06:22.598Z] v2.0.0-dev.198 [2021-05-10T14:06:22.598Z] v2.0.0-dev.199 [2021-05-10T14:06:22.598Z] v2.0.0-dev.2 [2021-05-10T14:06:22.598Z] v2.0.0-dev.20 [2021-05-10T14:06:22.598Z] v2.0.0-dev.200 [2021-05-10T14:06:22.598Z] v2.0.0-dev.201 [2021-05-10T14:06:22.598Z] v2.0.0-dev.202 [2021-05-10T14:06:22.598Z] v2.0.0-dev.203 [2021-05-10T14:06:22.598Z] v2.0.0-dev.204 [2021-05-10T14:06:22.598Z] v2.0.0-dev.205 [2021-05-10T14:06:22.598Z] v2.0.0-dev.206 [2021-05-10T14:06:22.598Z] v2.0.0-dev.21 [2021-05-10T14:06:22.598Z] v2.0.0-dev.22 [2021-05-10T14:06:22.598Z] v2.0.0-dev.23 [2021-05-10T14:06:22.598Z] v2.0.0-dev.24 [2021-05-10T14:06:22.598Z] v2.0.0-dev.25 [2021-05-10T14:06:22.598Z] v2.0.0-dev.26 [2021-05-10T14:06:22.598Z] v2.0.0-dev.27 [2021-05-10T14:06:22.598Z] v2.0.0-dev.28 [2021-05-10T14:06:22.598Z] v2.0.0-dev.29 [2021-05-10T14:06:22.598Z] v2.0.0-dev.3 [2021-05-10T14:06:22.598Z] v2.0.0-dev.30 [2021-05-10T14:06:22.598Z] v2.0.0-dev.31 [2021-05-10T14:06:22.598Z] v2.0.0-dev.32 [2021-05-10T14:06:22.598Z] v2.0.0-dev.33 [2021-05-10T14:06:22.598Z] v2.0.0-dev.34 [2021-05-10T14:06:22.598Z] v2.0.0-dev.35 [2021-05-10T14:06:22.598Z] v2.0.0-dev.36 [2021-05-10T14:06:22.598Z] v2.0.0-dev.37 [2021-05-10T14:06:22.598Z] v2.0.0-dev.38 [2021-05-10T14:06:22.598Z] v2.0.0-dev.39 [2021-05-10T14:06:22.598Z] v2.0.0-dev.4 [2021-05-10T14:06:22.598Z] v2.0.0-dev.40 [2021-05-10T14:06:22.598Z] v2.0.0-dev.41 [2021-05-10T14:06:22.598Z] v2.0.0-dev.42 [2021-05-10T14:06:22.598Z] v2.0.0-dev.43 [2021-05-10T14:06:22.598Z] v2.0.0-dev.44 [2021-05-10T14:06:22.598Z] v2.0.0-dev.45 [2021-05-10T14:06:22.598Z] v2.0.0-dev.46 [2021-05-10T14:06:22.598Z] v2.0.0-dev.47 [2021-05-10T14:06:22.598Z] v2.0.0-dev.48 [2021-05-10T14:06:22.598Z] v2.0.0-dev.49 [2021-05-10T14:06:22.598Z] v2.0.0-dev.5 [2021-05-10T14:06:22.598Z] v2.0.0-dev.50 [2021-05-10T14:06:22.598Z] v2.0.0-dev.51 [2021-05-10T14:06:22.598Z] v2.0.0-dev.52 [2021-05-10T14:06:22.598Z] v2.0.0-dev.53 [2021-05-10T14:06:22.598Z] v2.0.0-dev.54 [2021-05-10T14:06:22.598Z] v2.0.0-dev.55 [2021-05-10T14:06:22.598Z] v2.0.0-dev.56 [2021-05-10T14:06:22.598Z] v2.0.0-dev.57 [2021-05-10T14:06:22.598Z] v2.0.0-dev.58 [2021-05-10T14:06:22.598Z] v2.0.0-dev.59 [2021-05-10T14:06:22.598Z] v2.0.0-dev.6 [2021-05-10T14:06:22.598Z] v2.0.0-dev.60 [2021-05-10T14:06:22.598Z] v2.0.0-dev.61 [2021-05-10T14:06:22.598Z] v2.0.0-dev.62 [2021-05-10T14:06:22.598Z] v2.0.0-dev.63 [2021-05-10T14:06:22.598Z] v2.0.0-dev.64 [2021-05-10T14:06:22.598Z] v2.0.0-dev.65 [2021-05-10T14:06:22.598Z] v2.0.0-dev.66 [2021-05-10T14:06:22.598Z] v2.0.0-dev.67 [2021-05-10T14:06:22.598Z] v2.0.0-dev.68 [2021-05-10T14:06:22.598Z] v2.0.0-dev.69 [2021-05-10T14:06:22.598Z] v2.0.0-dev.7 [2021-05-10T14:06:22.598Z] v2.0.0-dev.70 [2021-05-10T14:06:22.598Z] v2.0.0-dev.71 [2021-05-10T14:06:22.598Z] v2.0.0-dev.72 [2021-05-10T14:06:22.598Z] v2.0.0-dev.73 [2021-05-10T14:06:22.598Z] v2.0.0-dev.74 [2021-05-10T14:06:22.598Z] v2.0.0-dev.75 [2021-05-10T14:06:22.598Z] v2.0.0-dev.76 [2021-05-10T14:06:22.598Z] v2.0.0-dev.77 [2021-05-10T14:06:22.598Z] v2.0.0-dev.78 [2021-05-10T14:06:22.598Z] v2.0.0-dev.79 [2021-05-10T14:06:22.598Z] v2.0.0-dev.8 [2021-05-10T14:06:22.598Z] v2.0.0-dev.80 [2021-05-10T14:06:22.598Z] v2.0.0-dev.81 [2021-05-10T14:06:22.598Z] v2.0.0-dev.82 [2021-05-10T14:06:22.598Z] v2.0.0-dev.83 [2021-05-10T14:06:22.598Z] v2.0.0-dev.84 [2021-05-10T14:06:22.598Z] v2.0.0-dev.85 [2021-05-10T14:06:22.598Z] v2.0.0-dev.86 [2021-05-10T14:06:22.598Z] v2.0.0-dev.87 [2021-05-10T14:06:22.598Z] v2.0.0-dev.88 [2021-05-10T14:06:22.598Z] v2.0.0-dev.89 [2021-05-10T14:06:22.598Z] v2.0.0-dev.9 [2021-05-10T14:06:22.598Z] v2.0.0-dev.90 [2021-05-10T14:06:22.598Z] v2.0.0-dev.91 [2021-05-10T14:06:22.598Z] v2.0.0-dev.92 [2021-05-10T14:06:22.598Z] v2.0.0-dev.93 [2021-05-10T14:06:22.598Z] v2.0.0-dev.94 [2021-05-10T14:06:22.598Z] v2.0.0-dev.95 [2021-05-10T14:06:22.598Z] v2.0.0-dev.96 [2021-05-10T14:06:22.598Z] v2.0.0-dev.97 [2021-05-10T14:06:22.598Z] v2.0.0-dev.98 [2021-05-10T14:06:22.598Z] v2.0.0-dev.99 [Pipeline] sh [2021-05-10T14:06:22.914Z] + lftools sign git-tag v2.0.0-dev.206 [2021-05-10T14:06:24.308Z] Signing Git tag with Sigul... [2021-05-10T14:06:24.308Z] Signing v2.0.0-dev.206 [Pipeline] echo [2021-05-10T14:06:25.708Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:26.008Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-10T14:06:26.018Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-10T14:06:26.053Z] $ docker stop --time=1 96fa7156fb65db4b7ccc641691564e2911839b8786b725c108606180593ebba9 [2021-05-10T14:06:28.252Z] $ docker rm -f 96fa7156fb65db4b7ccc641691564e2911839b8786b725c108606180593ebba9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:06:28.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T14:06:28.828Z] . [Pipeline] withDockerContainer [2021-05-10T14:06:28.940Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T14:06:29.002Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T14:06:30.032Z] $ docker top 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T14:06:30.227Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T14:06:30.227Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T14:06:30.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T14:06:30.476Z] $ docker exec 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 ssh-agent [2021-05-10T14:06:30.660Z] SSH_AUTH_SOCK=/tmp/ssh-HnRentXt3UOf/agent.12 [2021-05-10T14:06:30.660Z] SSH_AGENT_PID=18 [2021-05-10T14:06:30.668Z] Running ssh-add (command line suppressed) [2021-05-10T14:06:30.826Z] Identity added: /w/workspace/edgex-go/474@tmp/private_key_911223905611752660.key (/w/workspace/edgex-go/474@tmp/private_key_911223905611752660.key) [2021-05-10T14:06:30.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T14:06:31.201Z] + git semver bump pre [2021-05-10T14:06:31.201Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T14:06:31.201Z] # $GIT_DIR = /w/workspace/edgex-go/474/.git [2021-05-10T14:06:31.201Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/474 [2021-05-10T14:06:31.201Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T14:06:31.201Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T14:06:31.201Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T14:06:31.201Z] # $SEMVER_BRANCH = master [2021-05-10T14:06:31.201Z] # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver [2021-05-10T14:06:31.201Z] 2.0.0-dev.207 [Pipeline] } [2021-05-10T14:06:31.213Z] $ docker exec --env ******** --env ******** 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 ssh-agent -k [2021-05-10T14:06:31.340Z] unset SSH_AUTH_SOCK; [2021-05-10T14:06:31.340Z] unset SSH_AGENT_PID; [2021-05-10T14:06:31.340Z] echo Agent pid 18 killed; [2021-05-10T14:06:31.417Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T14:06:31.746Z] + git semver [Pipeline] } [2021-05-10T14:06:31.763Z] $ docker stop --time=1 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 [2021-05-10T14:06:33.162Z] $ docker rm -f 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:06:33.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T14:06:33.594Z] . [Pipeline] withDockerContainer [2021-05-10T14:06:33.698Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T14:06:33.749Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T14:06:34.467Z] $ docker top e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T14:06:34.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T14:06:34.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T14:06:34.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T14:06:34.834Z] $ docker exec e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb ssh-agent [2021-05-10T14:06:35.025Z] SSH_AUTH_SOCK=/tmp/ssh-eqTqQGGXaVej/agent.12 [2021-05-10T14:06:35.025Z] SSH_AGENT_PID=17 [2021-05-10T14:06:35.034Z] Running ssh-add (command line suppressed) [2021-05-10T14:06:35.178Z] Identity added: /w/workspace/edgex-go/474@tmp/private_key_465849827576988104.key (/w/workspace/edgex-go/474@tmp/private_key_465849827576988104.key) [2021-05-10T14:06:35.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T14:06:35.716Z] + git semver push [2021-05-10T14:06:35.716Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T14:06:35.716Z] # $GIT_DIR = /w/workspace/edgex-go/474/.git [2021-05-10T14:06:35.717Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/474 [2021-05-10T14:06:35.717Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T14:06:35.717Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T14:06:35.717Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T14:06:35.717Z] # $SEMVER_BRANCH = master [2021-05-10T14:06:35.717Z] # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver [Pipeline] } [2021-05-10T14:06:45.752Z] $ docker exec --env ******** --env ******** e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb ssh-agent -k [2021-05-10T14:06:45.955Z] unset SSH_AUTH_SOCK; [2021-05-10T14:06:45.955Z] unset SSH_AGENT_PID; [2021-05-10T14:06:45.956Z] echo Agent pid 17 killed; [2021-05-10T14:06:46.037Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T14:06:46.373Z] + git semver [Pipeline] } [2021-05-10T14:06:46.391Z] $ docker stop --time=1 e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb [2021-05-10T14:06:47.811Z] $ docker rm -f e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb [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-10T14:06:48.419Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:49.297Z] ---> package-listing.sh [2021-05-10T14:06:49.297Z] ++ facter osfamily [2021-05-10T14:06:49.297Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T14:06:49.297Z] + OS_FAMILY=redhat [2021-05-10T14:06:49.297Z] + workspace=/w/workspace/edgex-go/474 [2021-05-10T14:06:49.297Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T14:06:49.297Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T14:06:49.297Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T14:06:49.297Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T14:06:49.297Z] + '[' /w/workspace/edgex-go/474 ']' [2021-05-10T14:06:49.297Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T14:06:49.297Z] + case "${OS_FAMILY}" in [2021-05-10T14:06:49.297Z] + rpm -qa [2021-05-10T14:06:49.297Z] + sort [2021-05-10T14:06:54.615Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T14:06:54.615Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T14:06:54.615Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T14:06:54.615Z] + '[' /w/workspace/edgex-go/474 ']' [2021-05-10T14:06:54.615Z] + mkdir -p /w/workspace/edgex-go/474/archives/ [2021-05-10T14:06:54.615Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/474/archives/ [Pipeline] echo [2021-05-10T14:06:54.632Z] 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/474/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T14:06:54.932Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:06:55.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:06:55.248Z] [2021-05-10T14:06:55.248Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:06:55.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:06:55.574Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T14:06:55.574Z] df20fa9351a1: Pulling fs layer [2021-05-10T14:06:55.574Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T14:06:55.574Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T14:06:55.574Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T14:06:55.574Z] 93b61091891f: Pulling fs layer [2021-05-10T14:06:55.574Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T14:06:55.574Z] 5e14af77c1be: Pulling fs layer [2021-05-10T14:06:55.574Z] 01666e4c0597: Pulling fs layer [2021-05-10T14:06:55.574Z] aa168da1d23b: Pulling fs layer [2021-05-10T14:06:55.574Z] 93b9cdb0e59b: Waiting [2021-05-10T14:06:55.574Z] 5e14af77c1be: Waiting [2021-05-10T14:06:55.574Z] 01666e4c0597: Waiting [2021-05-10T14:06:55.574Z] aa168da1d23b: Waiting [2021-05-10T14:06:55.574Z] 46f8f816bc3b: Waiting [2021-05-10T14:06:55.574Z] 93b61091891f: Waiting [2021-05-10T14:06:55.839Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T14:06:55.839Z] 36b3adc4ff6f: Download complete [2021-05-10T14:06:55.839Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T14:06:55.839Z] 46f8f816bc3b: Download complete [2021-05-10T14:06:55.839Z] 93b61091891f: Download complete [2021-05-10T14:06:55.840Z] df20fa9351a1: Verifying Checksum [2021-05-10T14:06:55.840Z] df20fa9351a1: Download complete [2021-05-10T14:06:55.840Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T14:06:55.840Z] 93b9cdb0e59b: Download complete [2021-05-10T14:06:56.102Z] 5e14af77c1be: Verifying Checksum [2021-05-10T14:06:56.102Z] 5e14af77c1be: Download complete [2021-05-10T14:06:56.102Z] 01666e4c0597: Download complete [2021-05-10T14:06:56.374Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T14:06:56.374Z] 8ad3a11d3b57: Download complete [2021-05-10T14:06:56.374Z] df20fa9351a1: Pull complete [2021-05-10T14:06:56.956Z] 36b3adc4ff6f: Pull complete [2021-05-10T14:06:58.356Z] 8ad3a11d3b57: Pull complete [2021-05-10T14:06:58.934Z] 46f8f816bc3b: Pull complete [2021-05-10T14:06:59.199Z] aa168da1d23b: Verifying Checksum [2021-05-10T14:06:59.199Z] aa168da1d23b: Download complete [2021-05-10T14:06:59.463Z] 93b61091891f: Pull complete [2021-05-10T14:06:59.725Z] 93b9cdb0e59b: Pull complete [2021-05-10T14:06:59.725Z] 5e14af77c1be: Pull complete [2021-05-10T14:07:00.004Z] 01666e4c0597: Pull complete [2021-05-10T14:07:08.205Z] aa168da1d23b: Pull complete [2021-05-10T14:07:08.205Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T14:07:08.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:07:08.205Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T14:07:08.384Z] prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container [2021-05-10T14:07:08.448Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/474/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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T14:07:12.144Z] $ docker top c548bf2a59b2b0e835434445ba3152d6a69fa43f807bc382b3b043038074d1d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T14:07:12.622Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T14:07:12.933Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T14:07:13.239Z] + ls /var/log/sa-host [2021-05-10T14:07:13.239Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T14:07:13.239Z] file_magic: OK [2021-05-10T14:07:13.239Z] HZ: Using current value: 100 [2021-05-10T14:07:13.239Z] file_header: OK [2021-05-10T14:07:13.239Z] 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-10T14:07:13.239Z] Statistics: [2021-05-10T14:07:13.239Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T14:07:13.239Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T14:07:13.239Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T14:07:13.239Z] file_magic: OK [2021-05-10T14:07:13.239Z] HZ: Using current value: 100 [2021-05-10T14:07:13.239Z] file_header: OK [2021-05-10T14:07:13.239Z] 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-10T14:07:13.239Z] Statistics: [2021-05-10T14:07:13.239Z] Hnuu...uuuununununu... [2021-05-10T14:07:13.239Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T14:07:13.422Z] provisioning config files... [2021-05-10T14:07:13.438Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/474@tmp/config214078418978561281tmp [Pipeline] { [Pipeline] echo [2021-05-10T14:07:13.461Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:07:13.761Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T14:07:13.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T14:07:13.797Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:07:14.099Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T14:07:14.111Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:07:14.411Z] ---> sudo-logs.sh [2021-05-10T14:07:14.411Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T14:07:14.440Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:07:14.749Z] ---> job-cost.sh [2021-05-10T14:07:14.749Z] lf-activate-venv: SKIPPING [2021-05-10T14:07:14.749Z] DEBUG: total: 0.20999999344348907 [2021-05-10T14:07:14.749Z] INFO: Retrieving Stack Cost... [2021-05-10T14:07:16.207Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T14:07:16.468Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T14:07:16.485Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:07:16.785Z] ---> logs-deploy.sh [2021-05-10T14:07:16.785Z] lf-activate-venv: SKIPPING [2021-05-10T14:07:16.785Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/474 [2021-05-10T14:07:16.785Z] INFO: archiving workspace using pattern(s): [2021-05-10T14:07:18.716Z] Archives upload complete. [2021-05-10T14:07:18.716Z] INFO: archiving logs to Nexus