Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27876 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/373 [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/373 # 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 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 (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 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets API Operations (#3192)" > git rev-list --no-walk 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T20:22:56.786Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T20:22:57.064Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T20:22:57.176Z] ========================================================= [2021-02-26T20:22:57.176Z] EdgeX Global Pipelines Version Info [2021-02-26T20:22:57.176Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:22:58.653Z] ------------------- [2021-02-26T20:22:58.653Z] stable info: [2021-02-26T20:22:58.653Z] ------------------- [2021-02-26T20:22:58.653Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T20:22:58.653Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-26T20:22:58.653Z] Message: update stable to v1.0.183 [2021-02-26T20:22:59.600Z] ------------------- [2021-02-26T20:22:59.600Z] experimental info: [2021-02-26T20:22:59.600Z] ------------------- [2021-02-26T20:22:59.600Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T20:22:59.600Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-26T20:22:59.600Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T20:22:59.910Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-26T20:23:00.009Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-26T20:23:00.132Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T20:23:00.250Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T20:23:00.404Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T20:23:00.543Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T20:23:00.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T20:23:00.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-26T20:23:00.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-26T20:23:01.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-26T20:23:01.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T20:23:01.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T20:23:01.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T20:23:01.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T20:23:01.565Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T20:23:01.651Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T20:23:01.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T20:23:01.830Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T20:23:01.925Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-26T20:23:02.061Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-26T20:23:02.149Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-26T20:23:02.236Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T20:23:02.321Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-26T20:23:02.413Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-26T20:23:02.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-26T20:23:02.627Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] echo [2021-02-26T20:23:02.719Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 257616a [Pipeline] echo [2021-02-26T20:23:02.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T20:23:02.978Z] provisioning config files... [2021-02-26T20:23:03.012Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config9032774086909997476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:23:03.380Z] ---> docker-login.sh [2021-02-26T20:23:03.380Z] nexus3.edgexfoundry.org:10001 [2021-02-26T20:23:03.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:23:03.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:23:03.911Z] Configure a credential helper to remove this warning. See [2021-02-26T20:23:03.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:23:03.911Z] [2021-02-26T20:23:03.911Z] Login Succeeded [2021-02-26T20:23:03.911Z] nexus3.edgexfoundry.org:10002 [2021-02-26T20:23:03.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:23:03.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:23:03.911Z] Configure a credential helper to remove this warning. See [2021-02-26T20:23:03.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:23:03.911Z] [2021-02-26T20:23:03.911Z] Login Succeeded [2021-02-26T20:23:03.911Z] nexus3.edgexfoundry.org:10003 [2021-02-26T20:23:04.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:23:04.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:23:04.180Z] Configure a credential helper to remove this warning. See [2021-02-26T20:23:04.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:23:04.180Z] [2021-02-26T20:23:04.180Z] Login Succeeded [2021-02-26T20:23:04.180Z] nexus3.edgexfoundry.org:10004 [2021-02-26T20:23:04.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:23:04.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:23:04.443Z] Configure a credential helper to remove this warning. See [2021-02-26T20:23:04.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:23:04.443Z] [2021-02-26T20:23:04.443Z] Login Succeeded [2021-02-26T20:23:04.443Z] docker.io [2021-02-26T20:23:04.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:23:04.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:23:04.707Z] Configure a credential helper to remove this warning. See [2021-02-26T20:23:04.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:23:04.707Z] [2021-02-26T20:23:04.707Z] Login Succeeded [2021-02-26T20:23:04.707Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T20:23:04.718Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T20:23:05.171Z] ++ 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-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/core-command/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/core-data/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-26T20:23:05.171Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T20:23:05.171Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-26T20:23:05.171Z] ++ cut -d/ -f2 [2021-02-26T20:23:05.171Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-26T20:23:05.246Z] 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-02-26T20:23:06.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T20:23:06.825Z] [2021-02-26T20:23:06.825Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:23:07.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T20:23:07.206Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T20:23:07.206Z] 31603596830f: Pulling fs layer [2021-02-26T20:23:07.206Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T20:23:07.206Z] 6ca5941a6612: Pulling fs layer [2021-02-26T20:23:07.206Z] ecc8261a40a4: Pulling fs layer [2021-02-26T20:23:07.206Z] ecc8261a40a4: Waiting [2021-02-26T20:23:07.206Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T20:23:07.206Z] 2a8b12db71e7: Download complete [2021-02-26T20:23:07.471Z] 31603596830f: Verifying Checksum [2021-02-26T20:23:07.471Z] 31603596830f: Download complete [2021-02-26T20:23:07.471Z] ecc8261a40a4: Verifying Checksum [2021-02-26T20:23:07.471Z] ecc8261a40a4: Download complete [2021-02-26T20:23:07.471Z] 6ca5941a6612: Verifying Checksum [2021-02-26T20:23:07.471Z] 6ca5941a6612: Download complete [2021-02-26T20:23:07.733Z] 31603596830f: Pull complete [2021-02-26T20:23:07.733Z] 2a8b12db71e7: Pull complete [2021-02-26T20:23:08.684Z] 6ca5941a6612: Pull complete [2021-02-26T20:23:08.946Z] ecc8261a40a4: Pull complete [2021-02-26T20:23:08.946Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T20:23:08.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T20:23:08.946Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T20:23:09.109Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:23:09.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T20:23:11.746Z] $ docker top 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T20:23:12.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T20:23:12.079Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T20:23:12.300Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T20:23:12.302Z] $ docker exec 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent [2021-02-26T20:23:12.474Z] SSH_AUTH_SOCK=/tmp/ssh-7aLOShcPZN9g/agent.12 [2021-02-26T20:23:12.474Z] SSH_AGENT_PID=17 [2021-02-26T20:23:12.488Z] Running ssh-add (command line suppressed) [2021-02-26T20:23:12.603Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_6395758394861130267.key (/w/workspace/edgex-go/373@tmp/private_key_6395758394861130267.key) [2021-02-26T20:23:12.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T20:23:13.005Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T20:23:13.030Z] $ docker exec --env ******** --env ******** 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent -k [2021-02-26T20:23:13.141Z] unset SSH_AUTH_SOCK; [2021-02-26T20:23:13.141Z] unset SSH_AGENT_PID; [2021-02-26T20:23:13.141Z] echo Agent pid 17 killed; [2021-02-26T20:23:13.190Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T20:23:13.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T20:23:13.337Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T20:23:13.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T20:23:13.507Z] $ docker exec 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent [2021-02-26T20:23:13.663Z] SSH_AUTH_SOCK=/tmp/ssh-sDvFK9xNW6W9/agent.47 [2021-02-26T20:23:13.663Z] SSH_AGENT_PID=53 [2021-02-26T20:23:13.670Z] Running ssh-add (command line suppressed) [2021-02-26T20:23:13.788Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_6776003192002921733.key (/w/workspace/edgex-go/373@tmp/private_key_6776003192002921733.key) [2021-02-26T20:23:13.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T20:23:14.186Z] + git semver init [2021-02-26T20:23:14.186Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T20:23:14.186Z] # $GIT_DIR = /w/workspace/edgex-go/373/.git [2021-02-26T20:23:14.186Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/373 [2021-02-26T20:23:14.186Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T20:23:14.186Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T20:23:14.186Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T20:23:14.186Z] # $SEMVER_BRANCH = master [2021-02-26T20:23:14.186Z] # $SEMVER_TEMP = /tmp/semver-095578845 [2021-02-26T20:23:14.186Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-26T20:23:32.355Z] # '/tmp/semver-095578845' -> '/w/workspace/edgex-go/373/.semver' [2021-02-26T20:23:32.355Z] # -> Force: false [2021-02-26T20:23:32.355Z] # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver [Pipeline] } [2021-02-26T20:23:32.367Z] $ docker exec --env ******** --env ******** 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b ssh-agent -k [2021-02-26T20:23:32.551Z] unset SSH_AUTH_SOCK; [2021-02-26T20:23:32.551Z] unset SSH_AGENT_PID; [2021-02-26T20:23:32.551Z] echo Agent pid 53 killed; [2021-02-26T20:23:32.610Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T20:23:33.144Z] + git semver [Pipeline] } [2021-02-26T20:23:33.161Z] $ docker stop --time=1 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b [2021-02-26T20:23:34.749Z] $ docker rm -f 2f16455b0f4be5af4de923a0ec75b2df47990cfef192d7290075634012d3626b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T20:23:35.253Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T20:23:35.821Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T20:23:35.825Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.107 [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-02-26T20:23:37.002Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T20:23:37.301Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T20:23:37.605Z] + sudo service docker restart [2021-02-26T20:23:37.605Z] + true [2021-02-26T20:23:37.605Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-26T20:23:38.193Z] ========================================================= [2021-02-26T20:23:38.193Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T20:23:38.193Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:23:38.532Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-26T20:23:42.771Z] Sending build context to Docker daemon 328MB [2021-02-26T20:23:42.771Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T20:23:42.771Z] Step 2/6 : FROM ${BASE} [2021-02-26T20:23:42.771Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T20:23:42.771Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T20:23:42.771Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T20:23:42.771Z] de9db76c5a1d: Pulling fs layer [2021-02-26T20:23:42.771Z] bca2f99d35d6: Pulling fs layer [2021-02-26T20:23:42.771Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T20:23:42.771Z] 7c6f9722023f: Pulling fs layer [2021-02-26T20:23:42.771Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T20:23:42.771Z] bca2f99d35d6: Waiting [2021-02-26T20:23:42.771Z] 93359f2a8cfa: Waiting [2021-02-26T20:23:42.771Z] 7c6f9722023f: Waiting [2021-02-26T20:23:42.771Z] a35cf1a2eb13: Waiting [2021-02-26T20:23:42.771Z] de9db76c5a1d: Verifying Checksum [2021-02-26T20:23:42.771Z] de9db76c5a1d: Download complete [2021-02-26T20:23:42.771Z] 0ef7d3d256c8: Verifying Checksum [2021-02-26T20:23:42.771Z] 0ef7d3d256c8: Download complete [2021-02-26T20:23:42.771Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T20:23:42.771Z] 93359f2a8cfa: Download complete [2021-02-26T20:23:42.771Z] 7c6f9722023f: Verifying Checksum [2021-02-26T20:23:42.771Z] 7c6f9722023f: Download complete [2021-02-26T20:23:42.771Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T20:23:42.771Z] 188c0c94c7c5: Download complete [2021-02-26T20:23:43.040Z] 188c0c94c7c5: Pull complete [2021-02-26T20:23:43.303Z] 0ef7d3d256c8: Pull complete [2021-02-26T20:23:43.566Z] de9db76c5a1d: Pull complete [2021-02-26T20:23:44.963Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T20:23:44.963Z] a35cf1a2eb13: Download complete [2021-02-26T20:23:45.921Z] bca2f99d35d6: Verifying Checksum [2021-02-26T20:23:45.921Z] bca2f99d35d6: Download complete [2021-02-26T20:23:51.243Z] bca2f99d35d6: Pull complete [2021-02-26T20:23:51.243Z] 93359f2a8cfa: Pull complete [2021-02-26T20:23:51.243Z] 7c6f9722023f: Pull complete [2021-02-26T20:23:51.505Z] Still waiting to schedule task [2021-02-26T20:23:51.505Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-26T20:23:57.862Z] a35cf1a2eb13: Pull complete [2021-02-26T20:23:57.862Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T20:23:57.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T20:23:57.862Z] ---> a62c8e92a672 [2021-02-26T20:23:57.862Z] 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-02-26T20:23:57.862Z] ---> Running in 3d7fe6248152 [2021-02-26T20:23:57.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:23:58.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:23:59.016Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T20:23:59.964Z] (2/12) Installing file (5.38-r0) [2021-02-26T20:23:59.964Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T20:23:59.964Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T20:24:05.278Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T20:24:05.278Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T20:24:05.278Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T20:24:05.278Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T20:24:05.278Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T20:24:05.278Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T20:24:05.278Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T20:24:05.278Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T20:24:05.278Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:24:05.541Z] OK: 233 MiB in 51 packages [2021-02-26T20:24:08.857Z] Removing intermediate container 3d7fe6248152 [2021-02-26T20:24:08.857Z] ---> 7e33e8da3464 [2021-02-26T20:24:08.857Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T20:24:09.120Z] ---> Running in b83680e08719 [2021-02-26T20:24:09.120Z] Removing intermediate container b83680e08719 [2021-02-26T20:24:09.120Z] ---> 79834a634abe [2021-02-26T20:24:09.120Z] Step 5/6 : COPY go.mod . [2021-02-26T20:24:09.382Z] ---> 6f53d203159d [2021-02-26T20:24:09.382Z] Step 6/6 : RUN go mod download [2021-02-26T20:24:09.382Z] ---> Running in 1fdc505f71d9 [2021-02-26T20:24:31.406Z] Removing intermediate container 1fdc505f71d9 [2021-02-26T20:24:31.406Z] ---> 90d55ff40848 [2021-02-26T20:24:31.406Z] Successfully built 90d55ff40848 [2021-02-26T20:24:31.406Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:24:31.720Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T20:24:31.720Z] . [Pipeline] withDockerContainer [2021-02-26T20:24:31.830Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:24:31.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T20:24:32.683Z] $ docker top c8075b8dfb7d414f003e01762a96a54a8fe0af1129923fdd9681073a3fb699a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T20:24:33.229Z] + go version [2021-02-26T20:24:33.229Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T20:24:33.243Z] $ docker stop --time=1 c8075b8dfb7d414f003e01762a96a54a8fe0af1129923fdd9681073a3fb699a8 [2021-02-26T20:24:34.573Z] $ docker rm -f c8075b8dfb7d414f003e01762a96a54a8fe0af1129923fdd9681073a3fb699a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:24:35.492Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T20:24:35.492Z] . [Pipeline] withDockerContainer [2021-02-26T20:24:35.592Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:24:35.637Z] $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T20:24:36.380Z] $ docker top 35dfc643228fa659a503ad28078ee945c5da945b0ef8fe77fe6082570ed791e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T20:24:36.599Z] ========================================================= [2021-02-26T20:24:36.599Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-26T20:24:36.599Z] ========================================================= [Pipeline] sh [2021-02-26T20:24:36.888Z] + make test [2021-02-26T20:24:36.888Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T20:24:45.070Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-26T20:25:03.319Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-26T20:25:07.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-26T20:25:07.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-26T20:25:07.635Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-26T20:25:09.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-26T20:25:09.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-26T20:25:09.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-26T20:25:09.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-26T20:25:10.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-26T20:25:10.827Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-26T20:25:13.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-26T20:25:13.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-26T20:25:13.700Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-26T20:25:16.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 45.9% of statements [2021-02-26T20:25:16.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-26T20:25:16.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-26T20:25:16.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-26T20:25:16.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-26T20:25:16.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-26T20:25:16.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-26T20:25:16.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-26T20:25:16.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [2021-02-26T20:25:19.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.350s coverage: 27.1% of statements [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-26T20:25:19.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-26T20:25:19.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-26T20:25:19.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 65.8% of statements [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-26T20:25:19.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-26T20:25:19.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements [2021-02-26T20:25:19.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-26T20:25:19.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T20:25:19.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-26T20:25:19.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-26T20:25:21.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.366s coverage: 28.6% of statements [2021-02-26T20:25:21.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-26T20:25:21.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-26T20:25:21.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-26T20:25:21.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-26T20:25:21.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-26T20:25:21.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2021-02-26T20:25:21.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-26T20:25:21.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-02-26T20:25:21.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-26T20:25:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-02-26T20:25:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-26T20:25:22.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements [2021-02-26T20:25:22.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-26T20:25:22.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-26T20:25:22.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-26T20:25:22.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-26T20:25:22.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-26T20:25:22.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-26T20:25:24.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-02-26T20:25:24.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-02-26T20:25:36.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements [2021-02-26T20:25:36.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-26T20:25:41.677Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27877 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-26T20:25:41.733Z] Running in /w/workspace/edgex-go/373 [Pipeline] { [Pipeline] checkout [2021-02-26T20:25:46.798Z] using credential edgex-jenkins-ssh [2021-02-26T20:25:46.857Z] Cloning the remote Git repository [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.6% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 62.4% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.269s coverage: 68.9% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 38.4% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.113s coverage: 89.4% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 29.1% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 92.9% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-26T20:25:46.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-26T20:25:46.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-02-26T20:25:46.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-26T20:25:46.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-26T20:25:46.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-26T20:25:46.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-26T20:25:46.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-26T20:25:46.915Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-26T20:25:47.565Z] GO111MODULE=on go vet ./... [2021-02-26T20:25:47.018Z] > git init /w/workspace/edgex-go/373 # timeout=10 [2021-02-26T20:25:47.096Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T20:25:47.097Z] > git --version # timeout=10 [2021-02-26T20:25:47.125Z] > git --version # 'git version 2.17.1' [2021-02-26T20:25:47.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T20:25:47.193Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T20:26:05.786Z] Checking out Revision 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 (master) [2021-02-26T20:26:05.032Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T20:26:05.059Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T20:26:05.084Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T20:26:05.135Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T20:26:05.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T20:26:05.147Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T20:26:05.809Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T20:26:05.834Z] > git checkout -f 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 [2021-02-26T20:26:10.425Z] Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets API Operations (#3192)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T20:26:12.059Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T20:26:12.473Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T20:26:12.819Z] + true [2021-02-26T20:26:12.819Z] + sudo service docker restart [2021-02-26T20:26:14.243Z] gofmt -l . [2021-02-26T20:26:14.243Z] [ "`gofmt -l .`" = "" ] [2021-02-26T20:26:14.243Z] ./bin/test-go-mod-tidy.sh [2021-02-26T20:26:14.508Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-26T20:26:15.394Z] + ls -al . [2021-02-26T20:26:15.394Z] total 712 [2021-02-26T20:26:15.394Z] drwxrwxr-x 10 1001 1001 4096 Feb 26 20:26 . [2021-02-26T20:26:15.394Z] drwxr-xr-x 4 root root 32 Feb 26 20:24 .. [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 11 Feb 26 20:22 .dockerignore [2021-02-26T20:26:15.395Z] drwxrwxr-x 8 1001 1001 162 Feb 26 20:22 .git [2021-02-26T20:26:15.395Z] drwxrwxr-x 3 1001 1001 125 Feb 26 20:22 .github [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 818 Feb 26 20:22 .gitignore [2021-02-26T20:26:15.395Z] drwx------ 3 1001 1001 45 Feb 26 20:23 .semver [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 166 Feb 26 20:22 .sonarcloud.properties [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 8475 Feb 26 20:22 Attribution.txt [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 3804 Feb 26 20:22 CONTRIBUTING.md [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 931 Feb 26 20:22 Dockerfile.build [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 863 Feb 26 20:22 Jenkinsfile [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 10775 Feb 26 20:22 LICENSE [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 5774 Feb 26 20:22 Makefile [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 6524 Feb 26 20:22 README.md [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 6755 Feb 26 20:22 SECURITY.md [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 13 Feb 26 20:23 VERSION [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 4131 Feb 26 20:22 ZMQWindows.md [2021-02-26T20:26:15.395Z] drwxrwxr-x 2 1001 1001 117 Feb 26 20:22 bin [2021-02-26T20:26:15.395Z] drwxrwxr-x 14 1001 1001 4096 Feb 26 20:22 cmd [2021-02-26T20:26:15.395Z] -rw-r--r-- 1 root root 599431 Feb 26 20:25 coverage.out [2021-02-26T20:26:15.395Z] -rw-r--r-- 1 root root 1055 Feb 26 20:26 go.mod [2021-02-26T20:26:15.395Z] -rw-r--r-- 1 root root 21699 Feb 26 20:26 go.sum [2021-02-26T20:26:15.395Z] drwxrwxr-x 8 1001 1001 127 Feb 26 20:22 internal [2021-02-26T20:26:15.395Z] drwxrwxr-x 4 1001 1001 26 Feb 26 20:22 openapi [2021-02-26T20:26:15.395Z] drwxrwxr-x 4 1001 1001 71 Feb 26 20:22 snap [2021-02-26T20:26:15.395Z] -rw-rw-r-- 1 1001 1001 168 Feb 26 20:22 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T20:26:15.570Z] provisioning config files... [2021-02-26T20:26:15.614Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config1115049888006724057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:26:15.695Z] + '[' -e coverage.out ] [2021-02-26T20:26:15.695Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-26T20:26:16.028Z] ---> docker-login.sh [2021-02-26T20:26:16.028Z] nexus3.edgexfoundry.org:10001 [2021-02-26T20:26:16.044Z] Stashed 1 file(s) [Pipeline] sh [2021-02-26T20:26:16.338Z] + make build [2021-02-26T20:26:16.339Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T20:26:17.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:26:17.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:26:17.290Z] Configure a credential helper to remove this warning. See [2021-02-26T20:26:17.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:26:17.290Z] [2021-02-26T20:26:17.290Z] Login Succeeded [2021-02-26T20:26:17.290Z] nexus3.edgexfoundry.org:10002 [2021-02-26T20:26:17.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:26:17.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:26:17.890Z] Configure a credential helper to remove this warning. See [2021-02-26T20:26:17.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:26:17.890Z] [2021-02-26T20:26:17.890Z] Login Succeeded [2021-02-26T20:26:17.890Z] nexus3.edgexfoundry.org:10003 [2021-02-26T20:26:18.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:26:18.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:26:18.486Z] Configure a credential helper to remove this warning. See [2021-02-26T20:26:18.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:26:18.486Z] [2021-02-26T20:26:18.486Z] Login Succeeded [2021-02-26T20:26:18.486Z] nexus3.edgexfoundry.org:10004 [2021-02-26T20:26:18.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:26:19.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:26:19.036Z] Configure a credential helper to remove this warning. See [2021-02-26T20:26:19.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:26:19.036Z] [2021-02-26T20:26:19.036Z] Login Succeeded [2021-02-26T20:26:19.036Z] docker.io [2021-02-26T20:26:19.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:26:19.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:26:19.913Z] Configure a credential helper to remove this warning. See [2021-02-26T20:26:19.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:26:19.913Z] [2021-02-26T20:26:19.913Z] Login Succeeded [2021-02-26T20:26:19.913Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T20:26:19.930Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T20:26:20.489Z] ========================================================= [2021-02-26T20:26:20.489Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T20:26:20.489Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:26:20.868Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-26T20:26:21.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T20:26:23.522Z] Sending build context to Docker daemon 166.4MB [2021-02-26T20:26:23.522Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T20:26:23.522Z] Step 2/6 : FROM ${BASE} [2021-02-26T20:26:23.522Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T20:26:23.522Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T20:26:23.522Z] a4357932f1b6: Pulling fs layer [2021-02-26T20:26:23.522Z] 18c013af1878: Pulling fs layer [2021-02-26T20:26:23.522Z] 00ac8860ef70: Pulling fs layer [2021-02-26T20:26:23.522Z] 63d7cb157983: Pulling fs layer [2021-02-26T20:26:23.522Z] b116817d02f9: Pulling fs layer [2021-02-26T20:26:23.522Z] 745a02a5169b: Pulling fs layer [2021-02-26T20:26:23.522Z] 00ac8860ef70: Waiting [2021-02-26T20:26:23.522Z] 63d7cb157983: Waiting [2021-02-26T20:26:23.522Z] b116817d02f9: Waiting [2021-02-26T20:26:23.522Z] 745a02a5169b: Waiting [2021-02-26T20:26:23.522Z] 18c013af1878: Verifying Checksum [2021-02-26T20:26:23.522Z] 18c013af1878: Download complete [2021-02-26T20:26:23.522Z] a4357932f1b6: Verifying Checksum [2021-02-26T20:26:23.522Z] a4357932f1b6: Download complete [2021-02-26T20:26:23.522Z] 63d7cb157983: Verifying Checksum [2021-02-26T20:26:23.522Z] 63d7cb157983: Download complete [2021-02-26T20:26:23.522Z] b116817d02f9: Verifying Checksum [2021-02-26T20:26:23.522Z] b116817d02f9: Download complete [2021-02-26T20:26:23.522Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T20:26:23.522Z] 5f621e34cdf4: Download complete [2021-02-26T20:26:24.122Z] 5f621e34cdf4: Pull complete [2021-02-26T20:26:24.722Z] a4357932f1b6: Pull complete [2021-02-26T20:26:25.007Z] 18c013af1878: Pull complete [2021-02-26T20:26:26.443Z] 745a02a5169b: Verifying Checksum [2021-02-26T20:26:26.443Z] 745a02a5169b: Download complete [2021-02-26T20:26:27.037Z] 00ac8860ef70: Verifying Checksum [2021-02-26T20:26:27.037Z] 00ac8860ef70: Download complete [2021-02-26T20:26:28.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T20:26:29.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T20:26:31.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T20:26:31.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T20:26:33.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T20:26:34.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T20:26:35.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T20:26:36.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T20:26:37.199Z] 00ac8860ef70: Pull complete [2021-02-26T20:26:37.472Z] 63d7cb157983: Pull complete [2021-02-26T20:26:37.744Z] b116817d02f9: Pull complete [2021-02-26T20:26:37.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T20:26:38.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-26T20:26:40.756Z] $ docker stop --time=1 35dfc643228fa659a503ad28078ee945c5da945b0ef8fe77fe6082570ed791e7 [2021-02-26T20:26:42.077Z] 745a02a5169b: Pull complete [2021-02-26T20:26:42.077Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T20:26:42.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T20:26:42.077Z] ---> b7e6874047d6 [2021-02-26T20:26:42.077Z] 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-02-26T20:26:42.423Z] $ docker rm -f 35dfc643228fa659a503ad28078ee945c5da945b0ef8fe77fe6082570ed791e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-26T20:26:44.702Z] ---> Running in 781d42ffe9f6 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:26:46.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T20:26:46.119Z] [2021-02-26T20:26:46.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T20:26:46.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:26:46.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T20:26:46.477Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-26T20:26:46.477Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-26T20:26:46.477Z] ca9280d653b3: Pulling fs layer [2021-02-26T20:26:46.477Z] 7e9c9ca2126c: Pulling fs layer [2021-02-26T20:26:46.740Z] cbdbe7a5bc2a: Download complete [2021-02-26T20:26:47.007Z] cbdbe7a5bc2a: Pull complete [2021-02-26T20:26:47.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:26:47.269Z] ca9280d653b3: Verifying Checksum [2021-02-26T20:26:47.269Z] ca9280d653b3: Download complete [2021-02-26T20:26:48.224Z] 7e9c9ca2126c: Download complete [2021-02-26T20:26:48.224Z] ca9280d653b3: Pull complete [2021-02-26T20:26:48.539Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T20:26:48.811Z] (2/12) Installing file (5.38-r0) [2021-02-26T20:26:48.811Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T20:26:48.811Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T20:26:54.827Z] 7e9c9ca2126c: Pull complete [2021-02-26T20:26:54.827Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-26T20:26:54.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T20:26:54.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-26T20:26:54.945Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:26:54.989Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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-02-26T20:26:56.446Z] $ docker top 9a511f3476f2c93c3ccae7ebfe56275f44bbb8d0bc2d558b763dcef49ac23699 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T20:26:56.960Z] + docker-compose build --help [2021-02-26T20:26:56.960Z] + grep parallel [2021-02-26T20:26:57.908Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T20:26:57.921Z] $ docker stop --time=1 9a511f3476f2c93c3ccae7ebfe56275f44bbb8d0bc2d558b763dcef49ac23699 [2021-02-26T20:26:58.929Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T20:26:58.929Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T20:26:58.929Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T20:26:58.929Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T20:26:58.929Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T20:26:58.929Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T20:26:58.929Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T20:26:58.929Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T20:26:59.199Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:26:59.199Z] OK: 217 MiB in 51 packages [2021-02-26T20:26:59.298Z] $ docker rm -f 9a511f3476f2c93c3ccae7ebfe56275f44bbb8d0bc2d558b763dcef49ac23699 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:26:59.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T20:26:59.942Z] . [Pipeline] withDockerContainer [2021-02-26T20:27:00.036Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:27:00.078Z] $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-26T20:27:00.889Z] $ docker top 75507d2ffc456d127664000a382884f5c90cfc520e405cec5070344c9430477e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T20:27:01.450Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T20:27:03.506Z] Removing intermediate container 781d42ffe9f6 [2021-02-26T20:27:03.506Z] ---> 6a7766db410c [2021-02-26T20:27:03.506Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T20:27:03.506Z] ---> Running in e6de1d1f38f4 [2021-02-26T20:27:03.506Z] Removing intermediate container e6de1d1f38f4 [2021-02-26T20:27:03.506Z] ---> 1c8393acb927 [2021-02-26T20:27:03.506Z] Step 5/6 : COPY go.mod . [2021-02-26T20:27:03.535Z] Building docker-core-command-go ... [2021-02-26T20:27:03.535Z] Building docker-core-data-go ... [2021-02-26T20:27:03.535Z] Building docker-core-metadata-go ... [2021-02-26T20:27:03.535Z] Building docker-security-bootstrapper-go ... [2021-02-26T20:27:03.535Z] Building docker-security-proxy-setup-go ... [2021-02-26T20:27:03.535Z] Building docker-security-secretstore-setup-go ... [2021-02-26T20:27:03.535Z] Building docker-support-notifications-go ... [2021-02-26T20:27:03.535Z] Building docker-support-scheduler-go ... [2021-02-26T20:27:03.535Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T20:27:03.535Z] Building docker-support-notifications-go [2021-02-26T20:27:03.535Z] Building docker-sys-mgmt-agent-go [2021-02-26T20:27:03.535Z] Building docker-support-scheduler-go [2021-02-26T20:27:03.535Z] Building docker-security-proxy-setup-go [2021-02-26T20:27:03.535Z] Building docker-security-secretstore-setup-go [2021-02-26T20:27:04.102Z] ---> ce189b1fb225 [2021-02-26T20:27:04.102Z] Step 6/6 : RUN go mod download [2021-02-26T20:27:04.377Z] ---> Running in c508f22ce64b [2021-02-26T20:27:35.836Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:27:35.837Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:27:35.837Z] ---> 90d55ff40848 [2021-02-26T20:27:35.837Z] Step 3/24 : WORKDIR /edgex-go [2021-02-26T20:27:35.837Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:27:35.837Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:27:35.837Z] ---> 90d55ff40848 [2021-02-26T20:27:35.837Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T20:27:35.837Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:27:35.837Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:27:35.837Z] ---> 90d55ff40848 [2021-02-26T20:27:35.837Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T20:27:35.837Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:27:35.837Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:27:35.837Z] ---> 90d55ff40848 [2021-02-26T20:27:35.837Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T20:27:35.837Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:27:35.837Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:27:35.837Z] ---> 90d55ff40848 [2021-02-26T20:27:35.837Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T20:27:35.837Z] ---> Running in f567fa95d18a [2021-02-26T20:27:35.837Z] ---> Running in 4f59f7ce9f37 [2021-02-26T20:27:35.837Z] ---> Running in edfc048c0356 [2021-02-26T20:27:35.837Z] ---> Running in 137ec76d1532 [2021-02-26T20:27:35.837Z] ---> Running in cc895e524876 [2021-02-26T20:27:35.837Z] Removing intermediate container 4f59f7ce9f37 [2021-02-26T20:27:35.837Z] ---> 80daed164c94 [2021-02-26T20:27:35.837Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:27:35.837Z] Removing intermediate container f567fa95d18a [2021-02-26T20:27:35.837Z] ---> f0628f70d2ed [2021-02-26T20:27:35.837Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:27:35.837Z] Removing intermediate container cc895e524876 [2021-02-26T20:27:35.837Z] ---> 0106a6bb60c3 [2021-02-26T20:27:35.837Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:27:35.837Z] Removing intermediate container edfc048c0356 [2021-02-26T20:27:35.837Z] ---> 598d5560aa75 [2021-02-26T20:27:35.837Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:27:35.837Z] Removing intermediate container 137ec76d1532 [2021-02-26T20:27:35.837Z] ---> de755ca4fd92 [2021-02-26T20:27:35.837Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:27:35.837Z] ---> Running in 626a2ee5c822 [2021-02-26T20:27:35.837Z] ---> Running in 74eef637027f [2021-02-26T20:27:35.837Z] ---> Running in e1cd1a1af57a [2021-02-26T20:27:35.837Z] ---> Running in e742c949140f [2021-02-26T20:27:35.837Z] ---> Running in 4945aaaebf8e [2021-02-26T20:27:36.411Z] Removing intermediate container 74eef637027f [2021-02-26T20:27:36.411Z] ---> dc90b5b020d6 [2021-02-26T20:27:36.411Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T20:27:36.411Z] Removing intermediate container 626a2ee5c822 [2021-02-26T20:27:36.411Z] ---> c86dea144f6e [2021-02-26T20:27:36.411Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T20:27:36.676Z] ---> Running in c33c5de71113 [2021-02-26T20:27:36.676Z] Removing intermediate container e1cd1a1af57a [2021-02-26T20:27:36.676Z] ---> 155186cb5bed [2021-02-26T20:27:36.676Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T20:27:36.676Z] ---> Running in 047e5ce13627 [2021-02-26T20:27:36.676Z] Removing intermediate container e742c949140f [2021-02-26T20:27:36.676Z] ---> 86b01b761483 [2021-02-26T20:27:36.676Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T20:27:36.774Z] Removing intermediate container c508f22ce64b [2021-02-26T20:27:36.774Z] ---> 603c3adb633a [2021-02-26T20:27:36.774Z] Successfully built 603c3adb633a [2021-02-26T20:27:36.774Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:27:36.938Z] ---> Running in 5407e55750c3 [2021-02-26T20:27:36.938Z] Removing intermediate container 4945aaaebf8e [2021-02-26T20:27:36.938Z] ---> f72da8b8a074 [2021-02-26T20:27:36.938Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T20:27:36.938Z] ---> Running in b2cb9d64ece2 [2021-02-26T20:27:36.938Z] ---> Running in eb4d118a7d0f [2021-02-26T20:27:37.120Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T20:27:37.120Z] . [Pipeline] withDockerContainer [2021-02-26T20:27:37.401Z] prd-ubuntu18.04-docker-arm64-4c-16g-27877 does not seem to be running inside a container [2021-02-26T20:27:37.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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-02-26T20:27:37.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:37.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:37.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:27:38.834Z] OK: 233 MiB in 51 packages [2021-02-26T20:27:38.888Z] $ docker top 8c5bcc5ca73bc9808c4cf1b01fda45b514c487496c1715c5f4cb4db4688c3218 -eo pid,comm [2021-02-26T20:27:39.097Z] OK: 233 MiB in 51 packages [2021-02-26T20:27:39.097Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh [2021-02-26T20:27:39.370Z] Removing intermediate container c33c5de71113 [2021-02-26T20:27:39.370Z] ---> f2d1d7f3cfcc [2021-02-26T20:27:39.370Z] Step 6/22 : COPY go.mod . [2021-02-26T20:27:39.370Z] OK: 233 MiB in 51 packages [2021-02-26T20:27:39.370Z] OK: 233 MiB in 51 packages [2021-02-26T20:27:39.635Z] Removing intermediate container 047e5ce13627 [2021-02-26T20:27:39.635Z] ---> 63bddceebbe0 [2021-02-26T20:27:39.635Z] Step 6/24 : COPY go.mod . [2021-02-26T20:27:39.635Z] ---> 705835d838c7 [2021-02-26T20:27:39.635Z] Step 7/22 : RUN go mod download [2021-02-26T20:27:39.898Z] Removing intermediate container 5407e55750c3 [2021-02-26T20:27:39.898Z] ---> 99bea27ff366 [2021-02-26T20:27:39.898Z] Step 6/26 : COPY go.mod . [2021-02-26T20:27:39.898Z] ---> Running in 97faf8fa5c0d [2021-02-26T20:27:39.908Z] + go version [2021-02-26T20:27:39.908Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T20:27:39.935Z] $ docker stop --time=1 8c5bcc5ca73bc9808c4cf1b01fda45b514c487496c1715c5f4cb4db4688c3218 [2021-02-26T20:27:40.163Z] ---> 64d89581942b [2021-02-26T20:27:40.163Z] Step 7/24 : RUN go mod download [2021-02-26T20:27:40.426Z] ---> Running in 13f8926827c1 [2021-02-26T20:27:40.426Z] ---> ea570a6410dc [2021-02-26T20:27:40.426Z] Step 7/26 : RUN go mod download [2021-02-26T20:27:40.695Z] Removing intermediate container b2cb9d64ece2 [2021-02-26T20:27:40.695Z] ---> 86f4744a6804 [2021-02-26T20:27:40.695Z] Step 6/22 : COPY go.mod . [2021-02-26T20:27:40.695Z] Removing intermediate container eb4d118a7d0f [2021-02-26T20:27:40.695Z] ---> 80dd996bf8aa [2021-02-26T20:27:40.695Z] Step 6/21 : COPY go.mod . [2021-02-26T20:27:40.695Z] ---> Running in 5714255d47f8 [2021-02-26T20:27:40.965Z] ---> 793de49133fa [2021-02-26T20:27:40.965Z] Step 7/22 : RUN go mod download [2021-02-26T20:27:41.233Z] ---> f0bc10ee8f99 [2021-02-26T20:27:41.233Z] Step 7/21 : RUN go mod download [2021-02-26T20:27:41.233Z] ---> Running in 418ac916ed4b [2021-02-26T20:27:41.233Z] ---> Running in 63280a2988f6 [2021-02-26T20:27:41.862Z] $ docker rm -f 8c5bcc5ca73bc9808c4cf1b01fda45b514c487496c1715c5f4cb4db4688c3218 [Pipeline] // withDockerContainer [2021-02-26T20:27:42.199Z] Removing intermediate container 97faf8fa5c0d [2021-02-26T20:27:42.199Z] ---> 2fa1c4b84613 [2021-02-26T20:27:42.199Z] Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-26T20:27:42.465Z] Removing intermediate container 13f8926827c1 [2021-02-26T20:27:42.465Z] ---> a0418be4e2ec [2021-02-26T20:27:42.465Z] Step 8/24 : COPY . . [2021-02-26T20:27:42.465Z] Removing intermediate container 5714255d47f8 [2021-02-26T20:27:42.465Z] ---> 32ea85d92d28 [2021-02-26T20:27:42.465Z] Step 8/26 : COPY . . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:27:43.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T20:27:43.216Z] [2021-02-26T20:27:43.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:27:43.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T20:27:43.603Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-26T20:27:43.603Z] 29e5d40040c1: Pulling fs layer [2021-02-26T20:27:43.603Z] 1ce36da41761: Pulling fs layer [2021-02-26T20:27:43.603Z] 25b303627fd3: Pulling fs layer [2021-02-26T20:27:43.879Z] 29e5d40040c1: Download complete [2021-02-26T20:27:44.476Z] 1ce36da41761: Verifying Checksum [2021-02-26T20:27:44.476Z] 1ce36da41761: Download complete [2021-02-26T20:27:44.476Z] 29e5d40040c1: Pull complete [2021-02-26T20:27:45.904Z] 1ce36da41761: Pull complete [2021-02-26T20:27:45.904Z] 25b303627fd3: Verifying Checksum [2021-02-26T20:27:45.904Z] 25b303627fd3: Download complete [2021-02-26T20:27:46.719Z] Removing intermediate container 418ac916ed4b [2021-02-26T20:27:46.719Z] ---> 4f7b669e7f90 [2021-02-26T20:27:46.719Z] Step 8/22 : COPY . . [2021-02-26T20:27:49.300Z] Removing intermediate container 63280a2988f6 [2021-02-26T20:27:49.300Z] ---> 048da1be43ad [2021-02-26T20:27:49.300Z] Step 8/21 : COPY . . [2021-02-26T20:27:56.056Z] 25b303627fd3: Pull complete [2021-02-26T20:27:56.056Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-26T20:27:56.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T20:27:56.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-26T20:27:56.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-27877 does not seem to be running inside a container [2021-02-26T20:27:56.409Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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-02-26T20:27:59.534Z] $ docker top 20fabd11a49ef9006ada7dfdaab5dc20d69e9d411824147b7fb95067062ef33b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T20:28:00.603Z] + docker-compose build --help [2021-02-26T20:28:00.604Z] + grep parallel [2021-02-26T20:28:03.978Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T20:28:04.009Z] $ docker stop --time=1 20fabd11a49ef9006ada7dfdaab5dc20d69e9d411824147b7fb95067062ef33b [2021-02-26T20:28:05.968Z] $ docker rm -f 20fabd11a49ef9006ada7dfdaab5dc20d69e9d411824147b7fb95067062ef33b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:28:06.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T20:28:06.782Z] . [Pipeline] withDockerContainer [2021-02-26T20:28:07.049Z] prd-ubuntu18.04-docker-arm64-4c-16g-27877 does not seem to be running inside a container [2021-02-26T20:28:07.134Z] $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@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-02-26T20:28:08.590Z] $ docker top 81a060434fcc31ed924daa8d08d205da533954b5d7b58c7bc6c159345dbb2ec3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T20:28:09.600Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T20:28:12.973Z] Building docker-core-command-go ... [2021-02-26T20:28:12.973Z] Building docker-core-data-go ... [2021-02-26T20:28:12.973Z] Building docker-core-metadata-go ... [2021-02-26T20:28:12.973Z] Building docker-security-bootstrapper-go ... [2021-02-26T20:28:12.973Z] Building docker-security-proxy-setup-go ... [2021-02-26T20:28:12.973Z] Building docker-security-secretstore-setup-go ... [2021-02-26T20:28:12.973Z] Building docker-support-notifications-go ... [2021-02-26T20:28:12.973Z] Building docker-support-scheduler-go ... [2021-02-26T20:28:12.973Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T20:28:12.973Z] Building docker-security-secretstore-setup-go [2021-02-26T20:28:12.973Z] Building docker-security-proxy-setup-go [2021-02-26T20:28:12.973Z] Building docker-support-scheduler-go [2021-02-26T20:28:12.973Z] Building docker-support-notifications-go [2021-02-26T20:28:12.973Z] Building docker-sys-mgmt-agent-go [2021-02-26T20:28:28.265Z] ---> 5f5e07e1ee16 [2021-02-26T20:28:28.265Z] ---> 36cfa0cd354d [2021-02-26T20:28:28.265Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T20:28:28.265Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T20:28:28.265Z] ---> fc4ebe854fd9 [2021-02-26T20:28:28.265Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T20:28:28.265Z] ---> Running in cf6605b08338 [2021-02-26T20:28:28.265Z] ---> Running in 670b27899e2b [2021-02-26T20:28:28.265Z] ---> Running in 59ffc49fd885 [2021-02-26T20:28:28.265Z] ---> 224e048bb9e7 [2021-02-26T20:28:28.265Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T20:28:28.265Z] ---> a9c7d1163a78 [2021-02-26T20:28:28.265Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T20:28:28.265Z] ---> Running in e93dce54b690 [2021-02-26T20:28:28.265Z] ---> Running in 8a97cd857e72 [2021-02-26T20:28:28.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T20:28:28.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T20:28:28.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T20:28:28.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T20:28:28.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T20:28:55.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T20:28:55.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T20:28:58.364Z] Removing intermediate container 670b27899e2b [2021-02-26T20:28:58.364Z] ---> ffb775ac1382 [2021-02-26T20:28:58.364Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T20:28:59.311Z] ---> Running in 3d0ba15f71df [2021-02-26T20:28:59.578Z] Removing intermediate container cf6605b08338 [2021-02-26T20:28:59.578Z] ---> b11089da4a14 [2021-02-26T20:28:59.578Z] [2021-02-26T20:28:59.578Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T20:28:59.578Z] 3.12: Pulling from library/alpine [2021-02-26T20:28:59.936Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:28:59.936Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:28:59.936Z] ---> 603c3adb633a [2021-02-26T20:28:59.936Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T20:28:59.936Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:28:59.936Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:28:59.936Z] ---> 603c3adb633a [2021-02-26T20:28:59.936Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T20:28:59.936Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:28:59.936Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:28:59.936Z] ---> 603c3adb633a [2021-02-26T20:28:59.936Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T20:28:59.936Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:28:59.936Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:28:59.936Z] ---> 603c3adb633a [2021-02-26T20:28:59.936Z] Step 3/24 : WORKDIR /edgex-go [2021-02-26T20:28:59.936Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:28:59.936Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:28:59.936Z] ---> 603c3adb633a [2021-02-26T20:28:59.936Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T20:29:00.981Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T20:29:00.981Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T20:29:00.981Z] ---> 88dd2752d2ea [2021-02-26T20:29:00.981Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T20:29:02.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T20:29:02.566Z] ---> Running in ce3113ea0cc3 [2021-02-26T20:29:02.566Z] ---> Running in 1522e6020ad4 [2021-02-26T20:29:02.566Z] ---> Running in c609091a39b7 [2021-02-26T20:29:02.566Z] ---> Running in 629f59a2143f [2021-02-26T20:29:02.566Z] ---> Running in d9879c1e82ac [2021-02-26T20:29:02.840Z] Removing intermediate container 1522e6020ad4 [2021-02-26T20:29:02.840Z] ---> f2501c696f70 [2021-02-26T20:29:02.840Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:02.840Z] Removing intermediate container c609091a39b7 [2021-02-26T20:29:02.840Z] ---> 072fa6b77e1b [2021-02-26T20:29:02.840Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:03.124Z] Removing intermediate container d9879c1e82ac [2021-02-26T20:29:03.124Z] ---> 83a8295caaf5 [2021-02-26T20:29:03.124Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:03.124Z] Removing intermediate container ce3113ea0cc3 [2021-02-26T20:29:03.124Z] ---> 341e756c7d20 [2021-02-26T20:29:03.124Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:03.124Z] Removing intermediate container 629f59a2143f [2021-02-26T20:29:03.124Z] ---> 0bfa78c2cbd0 [2021-02-26T20:29:03.124Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:03.124Z] ---> Running in 55bc034a27a8 [2021-02-26T20:29:03.124Z] ---> Running in 76cd662fe593 [2021-02-26T20:29:03.412Z] ---> Running in 725494ca434f [2021-02-26T20:29:03.412Z] ---> Running in c197cbf6d3aa [2021-02-26T20:29:03.412Z] ---> Running in deb0eeb285c2 [2021-02-26T20:29:05.716Z] ---> Running in 58050b003ea4 [2021-02-26T20:29:05.978Z] Removing intermediate container 8a97cd857e72 [2021-02-26T20:29:05.978Z] ---> 27eff13de658 [2021-02-26T20:29:05.978Z] [2021-02-26T20:29:05.978Z] Step 10/21 : FROM alpine:3.12 [2021-02-26T20:29:05.978Z] ---> 88dd2752d2ea [2021-02-26T20:29:05.978Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T20:29:05.978Z] Removing intermediate container e93dce54b690 [2021-02-26T20:29:05.978Z] ---> 4661e9cc7bec [2021-02-26T20:29:05.978Z] [2021-02-26T20:29:05.978Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T20:29:05.978Z] ---> 88dd2752d2ea [2021-02-26T20:29:05.978Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-26T20:29:05.978Z] Removing intermediate container 59ffc49fd885 [2021-02-26T20:29:05.978Z] ---> 754d1275e3f1 [2021-02-26T20:29:05.978Z] [2021-02-26T20:29:05.978Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T20:29:05.978Z] ---> 88dd2752d2ea [2021-02-26T20:29:05.978Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T20:29:06.244Z] ---> Running in db11a77d11b1 [2021-02-26T20:29:06.244Z] ---> Running in 9f98855981fa [2021-02-26T20:29:06.244Z] ---> Running in a75dc6abd9b1 [2021-02-26T20:29:06.508Z] Removing intermediate container 3d0ba15f71df [2021-02-26T20:29:06.508Z] ---> 9d573ffa75c6 [2021-02-26T20:29:06.508Z] [2021-02-26T20:29:06.508Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T20:29:06.784Z] 20.10.0: Pulling from library/docker [2021-02-26T20:29:06.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:06.861Z] Removing intermediate container 55bc034a27a8 [2021-02-26T20:29:06.861Z] ---> 042edc1b0f07 [2021-02-26T20:29:06.861Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T20:29:06.861Z] ---> Running in 618aab5344be [2021-02-26T20:29:07.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:07.146Z] Removing intermediate container 76cd662fe593 [2021-02-26T20:29:07.146Z] ---> 6c4e3fd5c457 [2021-02-26T20:29:07.146Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T20:29:07.329Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T20:29:07.329Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T20:29:07.329Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T20:29:07.329Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T20:29:07.329Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T20:29:07.329Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:29:07.329Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T20:29:07.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:07.329Z] OK: 7 MiB in 19 packages [2021-02-26T20:29:07.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:07.419Z] Removing intermediate container deb0eeb285c2 [2021-02-26T20:29:07.419Z] ---> 5c8f184179ae [2021-02-26T20:29:07.419Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T20:29:07.419Z] ---> Running in f1d5ca7d02c5 [2021-02-26T20:29:07.419Z] Removing intermediate container 725494ca434f [2021-02-26T20:29:07.419Z] ---> d4424017ef6f [2021-02-26T20:29:07.419Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T20:29:07.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:07.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:07.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:07.620Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T20:29:07.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:07.620Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T20:29:07.620Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:29:07.620Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T20:29:07.704Z] Removing intermediate container c197cbf6d3aa [2021-02-26T20:29:07.704Z] ---> 89a9f9ba6468 [2021-02-26T20:29:07.704Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T20:29:07.704Z] ---> Running in 8f52884af903 [2021-02-26T20:29:07.895Z] OK: 6 MiB in 16 packages [2021-02-26T20:29:07.896Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T20:29:07.896Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:29:07.896Z] OK: 6 MiB in 15 packages [2021-02-26T20:29:07.896Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T20:29:07.896Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T20:29:07.896Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T20:29:07.896Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T20:29:07.896Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:29:07.896Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T20:29:07.896Z] OK: 7 MiB in 18 packages [2021-02-26T20:29:07.990Z] ---> Running in f38bf21693e6 [2021-02-26T20:29:07.990Z] ---> Running in e2432e0400b2 [2021-02-26T20:29:09.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:09.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:09.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:09.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:09.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:09.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:10.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:10.383Z] OK: 217 MiB in 51 packages [2021-02-26T20:29:10.484Z] Removing intermediate container 58050b003ea4 [2021-02-26T20:29:10.484Z] ---> 375feeed4063 [2021-02-26T20:29:10.484Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T20:29:10.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:10.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:10.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:29:10.944Z] OK: 217 MiB in 51 packages [2021-02-26T20:29:11.438Z] ---> Running in 80133aac2e81 [2021-02-26T20:29:11.438Z] Removing intermediate container db11a77d11b1 [2021-02-26T20:29:11.438Z] ---> 50e6cb14d023 [2021-02-26T20:29:11.438Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:29:11.438Z] Removing intermediate container a75dc6abd9b1 [2021-02-26T20:29:11.438Z] ---> 92273fedb49a [2021-02-26T20:29:11.438Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T20:29:11.438Z] Removing intermediate container 9f98855981fa [2021-02-26T20:29:11.438Z] ---> bf9c05b7a3a4 [2021-02-26T20:29:11.438Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:29:11.549Z] OK: 217 MiB in 51 packages [2021-02-26T20:29:11.549Z] OK: 217 MiB in 51 packages [2021-02-26T20:29:11.549Z] OK: 217 MiB in 51 packages [2021-02-26T20:29:11.709Z] ---> Running in a1e01e6034e3 [2021-02-26T20:29:12.163Z] Removing intermediate container 618aab5344be [2021-02-26T20:29:12.163Z] ---> b408d25cad79 [2021-02-26T20:29:12.163Z] Step 6/22 : COPY go.mod . [2021-02-26T20:29:12.314Z] ---> Running in 3c93e89be86b [2021-02-26T20:29:12.314Z] ---> Running in 17a00e4e598f [2021-02-26T20:29:12.314Z] Removing intermediate container 80133aac2e81 [2021-02-26T20:29:12.314Z] ---> 3248e8704141 [2021-02-26T20:29:12.314Z] Step 13/24 : WORKDIR / [2021-02-26T20:29:12.314Z] Removing intermediate container a1e01e6034e3 [2021-02-26T20:29:12.314Z] ---> 4624e81bcb45 [2021-02-26T20:29:12.314Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-26T20:29:12.584Z] ---> Running in 445a4d3413e2 [2021-02-26T20:29:12.584Z] Removing intermediate container 17a00e4e598f [2021-02-26T20:29:12.584Z] ---> 122e156aa812 [2021-02-26T20:29:12.584Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T20:29:12.584Z] Removing intermediate container 3c93e89be86b [2021-02-26T20:29:12.584Z] ---> 8e66f47ecc97 [2021-02-26T20:29:12.584Z] Step 13/21 : WORKDIR /edgex [2021-02-26T20:29:12.584Z] ---> Running in 30fcf7643947 [2021-02-26T20:29:12.584Z] ---> Running in 47470b37c82d [2021-02-26T20:29:12.776Z] Removing intermediate container f1d5ca7d02c5 [2021-02-26T20:29:12.776Z] ---> f7d2cd2409a8 [2021-02-26T20:29:12.776Z] Step 6/22 : COPY go.mod . [2021-02-26T20:29:12.852Z] ---> Running in eff5c77c4e9e [2021-02-26T20:29:12.853Z] Removing intermediate container 445a4d3413e2 [2021-02-26T20:29:12.853Z] ---> 8caea59d9672 [2021-02-26T20:29:12.853Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-26T20:29:12.853Z] Removing intermediate container 30fcf7643947 [2021-02-26T20:29:12.853Z] ---> e4bc19f0aa6a [2021-02-26T20:29:12.853Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T20:29:13.066Z] ---> 47b93d12c613 [2021-02-26T20:29:13.066Z] Step 7/22 : RUN go mod download [2021-02-26T20:29:13.124Z] Removing intermediate container 47470b37c82d [2021-02-26T20:29:13.124Z] ---> 93280d7528a2 [2021-02-26T20:29:13.124Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T20:29:13.124Z] ---> Running in bbcb461e98ea [2021-02-26T20:29:13.124Z] ---> Running in 1f95834ffa3a [2021-02-26T20:29:13.124Z] Removing intermediate container eff5c77c4e9e [2021-02-26T20:29:13.124Z] ---> 8d386f5fd073 [2021-02-26T20:29:13.124Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-26T20:29:13.344Z] Removing intermediate container f38bf21693e6 [2021-02-26T20:29:13.344Z] ---> b26035cd77fb [2021-02-26T20:29:13.344Z] Step 6/24 : COPY go.mod . [2021-02-26T20:29:13.344Z] ---> Running in 7d5ac53fc7a1 [2021-02-26T20:29:13.344Z] Removing intermediate container 8f52884af903 [2021-02-26T20:29:13.344Z] ---> 1d3b4669269a [2021-02-26T20:29:13.344Z] Step 6/26 : COPY go.mod . [2021-02-26T20:29:13.397Z] ---> 9aa2188c9842 [2021-02-26T20:29:13.397Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-26T20:29:13.625Z] Removing intermediate container e2432e0400b2 [2021-02-26T20:29:13.625Z] ---> 9a3da771669a [2021-02-26T20:29:13.625Z] Step 6/21 : COPY go.mod . [2021-02-26T20:29:13.625Z] ---> 28ac21a0b920 [2021-02-26T20:29:13.625Z] Step 7/22 : RUN go mod download [2021-02-26T20:29:13.667Z] Removing intermediate container bbcb461e98ea [2021-02-26T20:29:13.667Z] ---> 6ab34d1a268e [2021-02-26T20:29:13.667Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:29:13.667Z] Removing intermediate container 1f95834ffa3a [2021-02-26T20:29:13.667Z] ---> 954c5a685bdf [2021-02-26T20:29:13.667Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:29:13.667Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T20:29:13.667Z] ---> 5c41729dcb0f [2021-02-26T20:29:13.667Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T20:29:13.667Z] ---> 92cd39350489 [2021-02-26T20:29:13.667Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T20:29:13.667Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T20:29:13.667Z] ---> aefe523efa57 [2021-02-26T20:29:13.667Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T20:29:13.911Z] ---> Running in f1c65ca23b56 [2021-02-26T20:29:14.256Z] ---> Running in 45605eb19e71 [2021-02-26T20:29:14.525Z] ---> f3337abf1b95 [2021-02-26T20:29:14.525Z] Step 7/24 : RUN go mod download [2021-02-26T20:29:14.525Z] ---> 1391e3c9b336 [2021-02-26T20:29:14.525Z] Step 7/26 : RUN go mod download [2021-02-26T20:29:14.528Z] ---> f144a692a82c [2021-02-26T20:29:14.528Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-26T20:29:14.528Z] ---> 536e079b7112 [2021-02-26T20:29:14.528Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-26T20:29:14.528Z] ---> ce919883f880 [2021-02-26T20:29:14.528Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T20:29:14.528Z] ---> 1950f82f4402 [2021-02-26T20:29:14.528Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T20:29:14.800Z] ---> Running in 1777d6185d62 [2021-02-26T20:29:14.800Z] ---> 3dd5d84acec8 [2021-02-26T20:29:14.800Z] Step 7/21 : RUN go mod download [2021-02-26T20:29:14.800Z] ---> Running in 96f4d7c1a5f8 [2021-02-26T20:29:15.084Z] ---> Running in 3423e2a02902 [2021-02-26T20:29:15.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:15.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:15.764Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T20:29:15.764Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T20:29:15.764Z] Executing bash-5.0.17-r0.post-install [2021-02-26T20:29:15.764Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:29:15.764Z] OK: 12 MiB in 22 packages [2021-02-26T20:29:16.044Z] ---> 48b0552da151 [2021-02-26T20:29:16.044Z] ---> 9e635b294a57 [2021-02-26T20:29:16.044Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlStep 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T20:29:16.044Z] [2021-02-26T20:29:16.044Z] ---> 920c25e16a08 [2021-02-26T20:29:16.044Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T20:29:16.044Z] ---> 211f8bf12b1c [2021-02-26T20:29:16.044Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T20:29:16.315Z] ---> Running in e2cfa93f3981 [2021-02-26T20:29:16.584Z] ---> 135baab1d34a [2021-02-26T20:29:16.584Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-26T20:29:16.584Z] ---> 07ba6c8d6286 [2021-02-26T20:29:16.584Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T20:29:16.584Z] ---> Running in c2df50bba67a [2021-02-26T20:29:16.846Z] ---> Running in 1eae061c436f [2021-02-26T20:29:16.846Z] Removing intermediate container e2cfa93f3981 [2021-02-26T20:29:16.846Z] ---> 8ee783cdc924 [2021-02-26T20:29:16.846Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T20:29:16.846Z] Removing intermediate container 45605eb19e71 [2021-02-26T20:29:16.846Z] ---> a773b0621ad5 [2021-02-26T20:29:16.846Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T20:29:16.846Z] ---> 864b3cd58d81 [2021-02-26T20:29:16.846Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T20:29:17.110Z] ---> Running in 04b3734a00d8 [2021-02-26T20:29:17.110Z] ---> Running in 3e60a473871a [2021-02-26T20:29:17.110Z] Removing intermediate container c2df50bba67a [2021-02-26T20:29:17.110Z] ---> 979a792f0ed7 [2021-02-26T20:29:17.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:29:17.110Z] Removing intermediate container 1eae061c436f [2021-02-26T20:29:17.110Z] ---> 7f230960ce58 [2021-02-26T20:29:17.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:29:17.373Z] ---> Running in 17be3d3b9fdd [2021-02-26T20:29:17.374Z] ---> Running in 1ba41f5d5a9a [2021-02-26T20:29:17.374Z] ---> 8e38a045ce59 [2021-02-26T20:29:17.374Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-26T20:29:17.374Z] Removing intermediate container 04b3734a00d8 [2021-02-26T20:29:17.374Z] ---> 2b64c34070e6 [2021-02-26T20:29:17.374Z] Step 19/21 : LABEL arch=x86_64 [2021-02-26T20:29:17.374Z] Removing intermediate container 3e60a473871a [2021-02-26T20:29:17.374Z] ---> 461997f2f4cb [2021-02-26T20:29:17.374Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T20:29:17.636Z] ---> Running in 70461d10beac [2021-02-26T20:29:17.636Z] ---> Running in 6b35cca6f2aa [2021-02-26T20:29:17.636Z] ---> Running in 944757069d78 [2021-02-26T20:29:17.754Z] Removing intermediate container 7d5ac53fc7a1 [2021-02-26T20:29:17.755Z] ---> 50177b819b08 [2021-02-26T20:29:17.755Z] Step 8/22 : COPY . . [2021-02-26T20:29:17.755Z] Removing intermediate container f1c65ca23b56 [2021-02-26T20:29:17.755Z] ---> 44865e732089 [2021-02-26T20:29:17.755Z] Step 8/22 : COPY . . [2021-02-26T20:29:17.901Z] Removing intermediate container 1ba41f5d5a9a [2021-02-26T20:29:17.901Z] ---> be7b7784de46 [2021-02-26T20:29:17.901Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T20:29:17.901Z] Removing intermediate container 17be3d3b9fdd [2021-02-26T20:29:17.901Z] ---> 758a2c2faa13 [2021-02-26T20:29:17.901Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T20:29:17.901Z] ---> Running in 438e0cac817d [2021-02-26T20:29:18.165Z] ---> Running in 32e299e9a733 [2021-02-26T20:29:18.165Z] Removing intermediate container 944757069d78 [2021-02-26T20:29:18.165Z] ---> 4810908a4eda [2021-02-26T20:29:18.165Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T20:29:18.165Z] Removing intermediate container 6b35cca6f2aa [2021-02-26T20:29:18.165Z] ---> 1fcc4e3f3ffb [2021-02-26T20:29:18.165Z] Step 20/21 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:29:18.427Z] ---> Running in aaa5c0e7d064 [2021-02-26T20:29:18.427Z] ---> Running in d991faf80764 [2021-02-26T20:29:18.427Z] Removing intermediate container 438e0cac817d [2021-02-26T20:29:18.427Z] ---> 9e8d40539f2e [2021-02-26T20:29:18.427Z] Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:29:18.427Z] Removing intermediate container 32e299e9a733 [2021-02-26T20:29:18.427Z] ---> 60f50809d610 [2021-02-26T20:29:18.427Z] Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:29:18.694Z] ---> Running in 1357bed70cec [2021-02-26T20:29:18.694Z] ---> Running in 500c7bd8e77a [2021-02-26T20:29:18.694Z] Removing intermediate container aaa5c0e7d064 [2021-02-26T20:29:18.694Z] ---> 0efa638f01f4 [2021-02-26T20:29:18.694Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T20:29:18.694Z] Removing intermediate container d991faf80764 [2021-02-26T20:29:18.694Z] ---> ee4346c65d87 [2021-02-26T20:29:18.694Z] Step 21/21 : LABEL version=2.0.0-dev.107 [2021-02-26T20:29:19.277Z] ---> Running in 0da9420776a4 [2021-02-26T20:29:19.277Z] Removing intermediate container 1357bed70cec [2021-02-26T20:29:19.277Z] ---> e92a6c76ac10 [2021-02-26T20:29:19.277Z] Step 22/22 : LABEL version=2.0.0-dev.107 [2021-02-26T20:29:19.277Z] Removing intermediate container 500c7bd8e77a [2021-02-26T20:29:19.277Z] ---> d1ab5cf70513 [2021-02-26T20:29:19.277Z] Step 22/22 : LABEL version=2.0.0-dev.107 [2021-02-26T20:29:19.277Z] ---> Running in a7f41fc86a68 [2021-02-26T20:29:19.277Z] ---> Running in a5789b2544a0 [2021-02-26T20:29:19.277Z] ---> 0a954a4cf6c5 [2021-02-26T20:29:19.277Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T20:29:19.540Z] Removing intermediate container 70461d10beac [2021-02-26T20:29:19.540Z] ---> 6b546ce4f70b [2021-02-26T20:29:19.540Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T20:29:19.540Z] Removing intermediate container 0da9420776a4 [2021-02-26T20:29:19.540Z] ---> 2aa54d95bb55 [2021-02-26T20:29:19.540Z] [2021-02-26T20:29:19.540Z] ---> Running in 5bd8242ede0d [2021-02-26T20:29:19.803Z] Removing intermediate container a7f41fc86a68 [2021-02-26T20:29:19.803Z] ---> 650195eec753 [2021-02-26T20:29:19.803Z] [2021-02-26T20:29:19.803Z] Removing intermediate container a5789b2544a0 [2021-02-26T20:29:19.803Z] ---> 3b7cba40da08 [2021-02-26T20:29:19.803Z] [2021-02-26T20:29:19.803Z] Successfully built 2aa54d95bb55 [2021-02-26T20:29:19.803Z] Successfully built 650195eec753 [2021-02-26T20:29:20.066Z] Successfully built 3b7cba40da08 [2021-02-26T20:29:20.066Z] ---> 712cdcd81d35 [2021-02-26T20:29:20.066Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T20:29:20.066Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-26T20:29:20.066Z] Building docker-core-data-go [2021-02-26T20:29:20.066Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-02-26T20:29:20.066Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-26T20:29:20.066Z] Successfully tagged docker-support-notifications-go:latest [2021-02-26T20:29:20.066Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-26T20:29:20.066Z] Removing intermediate container 5bd8242ede0d [2021-02-26T20:29:20.066Z] ---> 6c31e6849b0a [2021-02-26T20:29:20.066Z] Step 22/24 : LABEL arch=x86_64 [2021-02-26T20:29:20.328Z] ---> Running in f1edebec8b1a [2021-02-26T20:29:20.328Z] ---> e5ecc9727649 [2021-02-26T20:29:20.328Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T20:29:20.328Z] Removing intermediate container f1edebec8b1a [2021-02-26T20:29:20.328Z] ---> 7de83f9cf738 [2021-02-26T20:29:20.328Z] Step 23/24 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:29:20.410Z] Removing intermediate container 1777d6185d62 [2021-02-26T20:29:20.410Z] ---> f3d9ae2ee6f7 [2021-02-26T20:29:20.410Z] Step 8/24 : COPY . . [2021-02-26T20:29:20.410Z] Removing intermediate container 96f4d7c1a5f8 [2021-02-26T20:29:20.410Z] ---> fdca3dae3a77 [2021-02-26T20:29:20.410Z] Step 8/26 : COPY . . [2021-02-26T20:29:20.593Z] ---> Running in da938b761dad [2021-02-26T20:29:20.593Z] ---> Running in 422c51a50d9d [2021-02-26T20:29:20.593Z] Removing intermediate container 422c51a50d9d [2021-02-26T20:29:20.593Z] ---> 4388af942797 [2021-02-26T20:29:20.593Z] Step 24/24 : LABEL version=2.0.0-dev.107 [2021-02-26T20:29:20.855Z] ---> Running in f2ab430ed1d7 [2021-02-26T20:29:20.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:21.020Z] Removing intermediate container 3423e2a02902 [2021-02-26T20:29:21.020Z] ---> fc51ad2b782e [2021-02-26T20:29:21.020Z] Step 8/21 : COPY . . [2021-02-26T20:29:21.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:21.122Z] Removing intermediate container f2ab430ed1d7 [2021-02-26T20:29:21.122Z] ---> f8a1d42aed55 [2021-02-26T20:29:21.122Z] [2021-02-26T20:29:21.122Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T20:29:21.387Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T20:29:21.387Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T20:29:21.387Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T20:29:23.960Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T20:29:23.960Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T20:29:23.960Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T20:29:24.904Z] Successfully built f8a1d42aed55 [2021-02-26T20:29:26.843Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-26T20:29:26.843Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-26T20:29:32.157Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T20:29:32.157Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T20:29:32.157Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T20:29:32.157Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T20:29:32.157Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T20:29:32.419Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T20:29:32.419Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T20:29:32.682Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T20:29:32.682Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T20:29:32.682Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T20:29:32.682Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T20:29:32.682Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T20:29:32.943Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T20:29:33.888Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T20:29:35.279Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T20:29:36.672Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T20:29:37.617Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T20:29:37.617Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T20:29:37.617Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T20:29:37.617Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T20:29:37.617Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T20:29:37.617Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T20:29:37.617Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T20:29:37.617Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T20:29:37.617Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T20:29:37.881Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T20:29:37.881Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:29:37.881Z] OK: 71 MiB in 55 packages [2021-02-26T20:29:39.379Z] ---> 93f144b3854e [2021-02-26T20:29:39.379Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T20:29:39.379Z] ---> 1801f3f12a96 [2021-02-26T20:29:39.379Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T20:29:39.379Z] ---> 56dd60dc9d04 [2021-02-26T20:29:39.379Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T20:29:39.379Z] ---> 030bf97a3dd8 [2021-02-26T20:29:39.379Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T20:29:39.379Z] ---> Running in ff7a117564b3 [2021-02-26T20:29:39.379Z] ---> Running in d18fc0522e2e [2021-02-26T20:29:39.379Z] ---> Running in e3af465a58c1 [2021-02-26T20:29:39.379Z] ---> Running in f097e24d446d [2021-02-26T20:29:39.379Z] ---> 9590a823be1e [2021-02-26T20:29:39.379Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T20:29:39.379Z] ---> Running in d070d0aab8ae [2021-02-26T20:29:39.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-26T20:29:39.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-26T20:29:39.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-26T20:29:39.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-26T20:29:39.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-26T20:29:53.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:29:53.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:29:53.073Z] ---> 90d55ff40848 [2021-02-26T20:29:53.073Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T20:29:53.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:29:53.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:29:53.073Z] ---> 90d55ff40848 [2021-02-26T20:29:53.073Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> 598d5560aa75 [2021-02-26T20:29:53.073Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> 598d5560aa75 [2021-02-26T20:29:53.073Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:53.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:29:53.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:29:53.073Z] ---> 90d55ff40848 [2021-02-26T20:29:53.073Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> 598d5560aa75 [2021-02-26T20:29:53.073Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> f72da8b8a074 [2021-02-26T20:29:53.073Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> f72da8b8a074 [2021-02-26T20:29:53.073Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> f72da8b8a074 [2021-02-26T20:29:53.073Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> 80dd996bf8aa [2021-02-26T20:29:53.073Z] Step 6/23 : COPY go.mod . [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> f0bc10ee8f99 [2021-02-26T20:29:53.073Z] Step 7/23 : RUN go mod download [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> 80dd996bf8aa [2021-02-26T20:29:53.073Z] Step 6/23 : COPY go.mod . [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> f0bc10ee8f99 [2021-02-26T20:29:53.073Z] Step 7/23 : RUN go mod download [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> 048da1be43ad [2021-02-26T20:29:53.073Z] Step 8/23 : COPY . . [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> 048da1be43ad [2021-02-26T20:29:53.073Z] Step 8/23 : COPY . . [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] ---> a9c7d1163a78 [2021-02-26T20:29:53.073Z] ---> Using cache [2021-02-26T20:29:53.073Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T20:29:53.073Z] ---> a9c7d1163a78 [2021-02-26T20:29:53.073Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T20:29:53.654Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:29:53.654Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:29:53.654Z] ---> 90d55ff40848 [2021-02-26T20:29:53.654Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T20:29:53.654Z] ---> Using cache [2021-02-26T20:29:53.654Z] ---> 598d5560aa75 [2021-02-26T20:29:53.654Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:29:53.654Z] ---> Using cache [2021-02-26T20:29:53.654Z] ---> f72da8b8a074 [2021-02-26T20:29:53.654Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-26T20:29:53.654Z] ---> Using cache [2021-02-26T20:29:53.654Z] ---> 80dd996bf8aa [2021-02-26T20:29:53.654Z] Step 6/30 : COPY go.mod . [2021-02-26T20:29:53.654Z] ---> Using cache [2021-02-26T20:29:53.654Z] ---> f0bc10ee8f99 [2021-02-26T20:29:53.654Z] Step 7/30 : RUN go mod download [2021-02-26T20:29:53.654Z] ---> Using cache [2021-02-26T20:29:53.654Z] ---> 048da1be43ad [2021-02-26T20:29:53.654Z] Step 8/30 : COPY . . [2021-02-26T20:29:53.654Z] ---> Using cache [2021-02-26T20:29:53.654Z] ---> a9c7d1163a78 [2021-02-26T20:29:53.654Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T20:29:54.612Z] ---> Running in 0980467eb756 [2021-02-26T20:29:54.880Z] ---> Running in 05f46dcc08dc [2021-02-26T20:29:55.146Z] ---> Running in 98f21ad13c6f [2021-02-26T20:29:55.146Z] ---> Running in 4959f524cc7e [2021-02-26T20:29:56.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T20:29:56.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:56.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T20:29:56.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T20:29:57.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:29:57.671Z] OK: 233 MiB in 51 packages [2021-02-26T20:30:00.477Z] Removing intermediate container da938b761dad [2021-02-26T20:30:00.477Z] ---> 4046d74804ae [2021-02-26T20:30:00.477Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T20:30:01.070Z] ---> Running in e6aaba0a324d [2021-02-26T20:30:01.653Z] Removing intermediate container 05f46dcc08dc [2021-02-26T20:30:01.653Z] ---> 00d0b5bb6f45 [2021-02-26T20:30:01.653Z] Step 6/23 : COPY go.mod . [2021-02-26T20:30:02.616Z] ---> 4b7b913648d1 [2021-02-26T20:30:02.616Z] Step 7/23 : RUN go mod download [2021-02-26T20:30:02.891Z] ---> Running in 9b4538e4a357 [2021-02-26T20:30:04.874Z] Collecting docker-compose==1.23.2 [2021-02-26T20:30:04.874Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T20:30:05.141Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T20:30:05.412Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T20:30:05.699Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T20:30:05.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T20:30:06.669Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T20:30:06.669Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T20:30:06.955Z] Removing intermediate container 9b4538e4a357 [2021-02-26T20:30:06.955Z] ---> 23f06224c0a1 [2021-02-26T20:30:06.955Z] Step 8/23 : COPY . . [2021-02-26T20:30:09.546Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T20:30:09.546Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T20:30:09.546Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T20:30:09.546Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T20:30:12.146Z] 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-02-26T20:30:12.146Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T20:30:12.146Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T20:30:12.417Z] Collecting PyYAML<4,>=3.10 [2021-02-26T20:30:12.417Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T20:30:14.401Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T20:30:14.401Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T20:30:15.393Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T20:30:15.393Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T20:30:15.393Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T20:30:15.393Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T20:30:15.662Z] 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-02-26T20:30:15.662Z] Collecting idna<2.8,>=2.5 [2021-02-26T20:30:15.662Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T20:30:15.662Z] 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-02-26T20:30:15.935Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T20:30:15.935Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T20:30:15.935Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T20:30:15.935Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T20:30:15.935Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T20:30:15.935Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T20:30:16.218Z] Installing collected packages: urllib3, idna, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, docopt, cached-property, docker-compose [2021-02-26T20:30:16.218Z] Attempting uninstall: urllib3 [2021-02-26T20:30:16.218Z] Found existing installation: urllib3 1.25.9 [2021-02-26T20:30:16.218Z] Uninstalling urllib3-1.25.9: [2021-02-26T20:30:16.218Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T20:30:16.814Z] Attempting uninstall: idna [2021-02-26T20:30:16.814Z] Found existing installation: idna 2.9 [2021-02-26T20:30:16.814Z] Uninstalling idna-2.9: [2021-02-26T20:30:16.814Z] Successfully uninstalled idna-2.9 [2021-02-26T20:30:17.098Z] Attempting uninstall: requests [2021-02-26T20:30:17.098Z] Found existing installation: requests 2.23.0 [2021-02-26T20:30:17.098Z] Uninstalling requests-2.23.0: [2021-02-26T20:30:18.064Z] Successfully uninstalled requests-2.23.0 [2021-02-26T20:30:22.322Z] Running setup.py install for texttable: started [2021-02-26T20:30:22.591Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T20:30:25.959Z] Running setup.py install for dockerpty: started [2021-02-26T20:30:27.908Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T20:30:27.908Z] Running setup.py install for PyYAML: started [2021-02-26T20:30:28.862Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T20:30:28.862Z] Running setup.py install for docopt: started [2021-02-26T20:30:30.308Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T20:30:31.294Z] ---> 79d17ffa1f21 [2021-02-26T20:30:31.294Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T20:30:31.294Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-26T20:30:31.294Z] ---> Running in c8897bfb6d9a [2021-02-26T20:30:32.265Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T20:30:38.911Z] Removing intermediate container 4959f524cc7e [2021-02-26T20:30:38.911Z] ---> 3bc775bf68e4 [2021-02-26T20:30:38.911Z] [2021-02-26T20:30:38.911Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T20:30:38.911Z] ---> 88dd2752d2ea [2021-02-26T20:30:38.911Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T20:30:38.911Z] Removing intermediate container e6aaba0a324d [2021-02-26T20:30:38.911Z] ---> 79cdf00e74bd [2021-02-26T20:30:38.911Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T20:30:38.911Z] ---> Running in 30dcf3ddfeaa [2021-02-26T20:30:38.911Z] ---> Running in 2bcafce6e3e5 [2021-02-26T20:30:38.911Z] Removing intermediate container 98f21ad13c6f [2021-02-26T20:30:38.911Z] ---> 28bdb382bf8f [2021-02-26T20:30:38.911Z] [2021-02-26T20:30:38.911Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T20:30:38.911Z] ---> 88dd2752d2ea [2021-02-26T20:30:38.911Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T20:30:38.911Z] ---> Using cache [2021-02-26T20:30:38.911Z] ---> 50e6cb14d023 [2021-02-26T20:30:38.911Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:30:38.911Z] ---> Using cache [2021-02-26T20:30:38.911Z] ---> 4624e81bcb45 [2021-02-26T20:30:38.911Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T20:30:39.499Z] ---> Running in b8ac5e0a0dac [2021-02-26T20:30:40.462Z] Removing intermediate container 30dcf3ddfeaa [2021-02-26T20:30:40.462Z] ---> e4113ef7d072 [2021-02-26T20:30:40.462Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T20:30:40.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:30:40.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:30:40.995Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T20:30:40.995Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T20:30:40.995Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T20:30:40.995Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:30:42.928Z] OK: 72 MiB in 58 packages [2021-02-26T20:30:42.928Z] ---> Running in 2e67788824d2 [2021-02-26T20:30:42.928Z] Removing intermediate container b8ac5e0a0dac [2021-02-26T20:30:42.928Z] ---> b35ec0722f22 [2021-02-26T20:30:42.928Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T20:30:43.525Z] Removing intermediate container 0980467eb756 [2021-02-26T20:30:43.525Z] ---> c76d5b8b9420 [2021-02-26T20:30:43.525Z] [2021-02-26T20:30:43.525Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T20:30:43.525Z] ---> 88dd2752d2ea [2021-02-26T20:30:43.525Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T20:30:43.525Z] ---> Using cache [2021-02-26T20:30:43.525Z] ---> 50e6cb14d023 [2021-02-26T20:30:43.525Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:30:43.525Z] ---> Using cache [2021-02-26T20:30:43.525Z] ---> 4624e81bcb45 [2021-02-26T20:30:43.525Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T20:30:43.525Z] ---> Running in 8e57ef27d441 [2021-02-26T20:30:43.789Z] ---> Running in 3ee6e8baaff0 [2021-02-26T20:30:44.061Z] Removing intermediate container 2bcafce6e3e5 [2021-02-26T20:30:44.061Z] ---> ee4b0688ca18 [2021-02-26T20:30:44.061Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T20:30:44.061Z] Removing intermediate container 8e57ef27d441 [2021-02-26T20:30:44.061Z] ---> d45b4485f8ef [2021-02-26T20:30:44.061Z] Step 15/23 : WORKDIR / [2021-02-26T20:30:44.326Z] ---> Running in 2bdbbc089e66 [2021-02-26T20:30:44.326Z] ---> Running in ac357f3b85b6 [2021-02-26T20:30:44.326Z] Removing intermediate container 3ee6e8baaff0 [2021-02-26T20:30:44.326Z] ---> 0b5297f88b0f [2021-02-26T20:30:44.326Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T20:30:44.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:30:44.609Z] ---> Running in 9528fa7cc2b2 [2021-02-26T20:30:44.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:30:44.879Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T20:30:44.879Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T20:30:44.879Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:30:44.879Z] Removing intermediate container 2bdbbc089e66 [2021-02-26T20:30:44.879Z] ---> 33650fc6ec5e [2021-02-26T20:30:44.879Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:30:44.879Z] OK: 6 MiB in 16 packages [2021-02-26T20:30:44.879Z] Removing intermediate container ac357f3b85b6 [2021-02-26T20:30:44.879Z] ---> f4b46f4f4017 [2021-02-26T20:30:44.879Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:30:45.158Z] Removing intermediate container 9528fa7cc2b2 [2021-02-26T20:30:45.158Z] ---> 8053e3145ea5 [2021-02-26T20:30:45.158Z] Step 15/23 : WORKDIR / [2021-02-26T20:30:45.158Z] ---> Running in cbc33e958919 [2021-02-26T20:30:45.425Z] ---> Running in 28207fc59bdc [2021-02-26T20:30:45.425Z] Removing intermediate container cbc33e958919 [2021-02-26T20:30:45.425Z] ---> a7c2bf913ec3 [2021-02-26T20:30:45.425Z] Step 24/26 : LABEL arch=x86_64 [2021-02-26T20:30:45.706Z] ---> 4a735b171848 [2021-02-26T20:30:45.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T20:30:45.706Z] Removing intermediate container 28207fc59bdc [2021-02-26T20:30:45.706Z] ---> 2f3c7d9b2c96 [2021-02-26T20:30:45.706Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:30:45.706Z] ---> Running in 92d552134e7a [2021-02-26T20:30:45.990Z] Removing intermediate container 2e67788824d2 [2021-02-26T20:30:45.990Z] ---> 98977475b525 [2021-02-26T20:30:45.990Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T20:30:46.264Z] ---> Running in bb8e6831941e [2021-02-26T20:30:46.264Z] ---> 4ee0a0fb9ae9 [2021-02-26T20:30:46.264Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T20:30:46.264Z] Removing intermediate container 92d552134e7a [2021-02-26T20:30:46.264Z] ---> f646517fd83d [2021-02-26T20:30:46.264Z] Step 25/26 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:30:46.540Z] ---> cbc731bd0bfb [2021-02-26T20:30:46.540Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T20:30:46.540Z] ---> Running in b27d234aa0c9 [2021-02-26T20:30:47.125Z] Removing intermediate container bb8e6831941e [2021-02-26T20:30:47.125Z] ---> e6aacae310d4 [2021-02-26T20:30:47.125Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T20:30:47.405Z] Removing intermediate container b27d234aa0c9 [2021-02-26T20:30:47.405Z] ---> be03607bbc9c [2021-02-26T20:30:47.405Z] Step 26/26 : LABEL version=2.0.0-dev.107 [2021-02-26T20:30:47.405Z] ---> Running in 2518c323c5f3 [2021-02-26T20:30:47.405Z] ---> 2197489f96b0 [2021-02-26T20:30:47.405Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T20:30:47.675Z] ---> f2a2d146c7a8 [2021-02-26T20:30:47.675Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T20:30:47.675Z] ---> Running in 02fc5f198e9a [2021-02-26T20:30:47.949Z] ---> Running in eb8ef4f20555 [2021-02-26T20:30:47.949Z] Removing intermediate container 2518c323c5f3 [2021-02-26T20:30:47.949Z] ---> 70db0d2ce407 [2021-02-26T20:30:47.949Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T20:30:47.949Z] ---> Running in 38cc38a6e31a [2021-02-26T20:30:48.233Z] ---> 41f69f0273db [2021-02-26T20:30:48.233Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T20:30:48.501Z] Removing intermediate container 02fc5f198e9a [2021-02-26T20:30:48.501Z] ---> 2de9895fa2e2 [2021-02-26T20:30:48.501Z] [2021-02-26T20:30:49.078Z] Successfully built 2de9895fa2e2 [2021-02-26T20:30:49.342Z] ---> Running in f24c4c373a46 [2021-02-26T20:30:49.342Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-26T20:30:49.342Z] Removing intermediate container eb8ef4f20555 [2021-02-26T20:30:49.342Z] ---> 9905a3b6f5b4 [2021-02-26T20:30:49.342Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:30:49.603Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in d3aec32844b5 [2021-02-26T20:30:49.603Z] Removing intermediate container f24c4c373a46 [2021-02-26T20:30:49.603Z] ---> 653818f55643 [2021-02-26T20:30:49.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:30:49.866Z] ---> Running in d17a1da82e74 [2021-02-26T20:30:49.866Z] Removing intermediate container d3aec32844b5 [2021-02-26T20:30:49.866Z] ---> 64ff00a19633 [2021-02-26T20:30:49.866Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T20:30:50.133Z] ---> Running in a70146daaaed [2021-02-26T20:30:50.133Z] Removing intermediate container d17a1da82e74 [2021-02-26T20:30:50.133Z] ---> 2106d00efc35 [2021-02-26T20:30:50.133Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T20:30:50.396Z] ---> Running in 9b1218ca44e6 [2021-02-26T20:30:50.396Z] Removing intermediate container a70146daaaed [2021-02-26T20:30:50.396Z] ---> 8dc6550caa6c [2021-02-26T20:30:50.396Z] Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:30:50.396Z] Removing intermediate container 38cc38a6e31a [2021-02-26T20:30:50.396Z] ---> 9a46282a31ff [2021-02-26T20:30:50.396Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T20:30:50.660Z] ---> Running in 1c4cd9462d98 [2021-02-26T20:30:50.660Z] Removing intermediate container 9b1218ca44e6 [2021-02-26T20:30:50.660Z] ---> 97f78cb2a061 [2021-02-26T20:30:50.660Z] Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:30:50.660Z] ---> Running in 92e9fb1c3d51 [2021-02-26T20:30:50.660Z] ---> Running in 401bff611ea0 [2021-02-26T20:30:50.660Z] Removing intermediate container 1c4cd9462d98 [2021-02-26T20:30:50.660Z] ---> 03132b8fdf1a [2021-02-26T20:30:50.660Z] Step 23/23 : LABEL version=2.0.0-dev.107 [2021-02-26T20:30:51.234Z] ---> Running in 9e774eaefa9e [2021-02-26T20:30:51.496Z] Removing intermediate container 92e9fb1c3d51 [2021-02-26T20:30:51.496Z] ---> d7ecf3b26e61 [2021-02-26T20:30:51.496Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T20:30:51.496Z] Removing intermediate container 401bff611ea0 [2021-02-26T20:30:51.496Z] ---> 6faff8616cd4 [2021-02-26T20:30:51.496Z] Step 23/23 : LABEL version=2.0.0-dev.107 [2021-02-26T20:30:52.894Z] ---> Running in f78633963a49 [2021-02-26T20:30:52.894Z] Removing intermediate container 9e774eaefa9e [2021-02-26T20:30:52.894Z] ---> 0f74760dcd56 [2021-02-26T20:30:52.894Z] [2021-02-26T20:30:53.468Z] Successfully built 0f74760dcd56 [2021-02-26T20:30:53.729Z] Successfully tagged docker-core-command-go:latest [2021-02-26T20:30:53.991Z]  Building docker-core-command-go ... done Removing intermediate container f78633963a49 [2021-02-26T20:30:53.991Z] ---> 4add1e385cab [2021-02-26T20:30:53.991Z] [2021-02-26T20:30:53.991Z] ---> 43c86adf9bdb [2021-02-26T20:30:53.991Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T20:30:53.991Z] ---> Running in 99eed7b89ee9 [2021-02-26T20:30:54.254Z] Successfully built 4add1e385cab [2021-02-26T20:30:54.254Z] Successfully tagged docker-core-metadata-go:latest [2021-02-26T20:30:56.808Z]  Building docker-core-metadata-go ... done Removing intermediate container c8897bfb6d9a [2021-02-26T20:30:56.808Z] ---> 930d5fcec306 [2021-02-26T20:30:56.808Z] [2021-02-26T20:30:56.808Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T20:30:56.808Z] ---> 88dd2752d2ea [2021-02-26T20:30:56.808Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T20:30:56.808Z] Removing intermediate container 99eed7b89ee9 [2021-02-26T20:30:56.808Z] ---> 2f9febbeb0fb [2021-02-26T20:30:56.808Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:30:56.808Z] ---> Running in e4085ccd9e14 [2021-02-26T20:30:56.808Z] Removing intermediate container e4085ccd9e14 [2021-02-26T20:30:56.808Z] ---> 802a11991b43 [2021-02-26T20:30:56.808Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T20:30:56.808Z] ---> f7c0355fdd1d [2021-02-26T20:30:56.808Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T20:30:56.808Z] ---> Running in dd8528c4a005 [2021-02-26T20:30:57.073Z] Removing intermediate container dd8528c4a005 [2021-02-26T20:30:57.073Z] ---> 9e9b59da9a4b [2021-02-26T20:30:57.073Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T20:30:57.073Z] ---> Running in 340762a14a82 [2021-02-26T20:30:57.339Z] ---> 8d4b74d32955 [2021-02-26T20:30:57.339Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T20:30:57.339Z] Removing intermediate container 340762a14a82 [2021-02-26T20:30:57.339Z] ---> 42bdca2f10f3 [2021-02-26T20:30:57.339Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:30:57.339Z] ---> Running in 48d05e631de3 [2021-02-26T20:30:57.610Z] ---> ff9d79edc023 [2021-02-26T20:30:57.610Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T20:30:57.875Z] ---> 3c493f9b51d4 [2021-02-26T20:30:57.875Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T20:30:58.137Z] ---> Running in 55f227bde322 [2021-02-26T20:30:58.138Z] Removing intermediate container 55f227bde322 [2021-02-26T20:30:58.138Z] ---> 8d5fa0521820 [2021-02-26T20:30:58.138Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T20:30:58.400Z] Removing intermediate container 48d05e631de3 [2021-02-26T20:30:58.400Z] ---> 821011f9a6ca [2021-02-26T20:30:58.400Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T20:30:58.400Z] ---> Running in ab51e0c19f2c [2021-02-26T20:30:58.400Z] ---> 8f68004658ee [2021-02-26T20:30:58.400Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T20:30:58.984Z] ---> Running in 8d7f46541fec [2021-02-26T20:30:59.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T20:30:59.819Z] Removing intermediate container 8d7f46541fec [2021-02-26T20:30:59.819Z] ---> 2c06cf75f385 [2021-02-26T20:30:59.819Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T20:30:59.819Z] ---> Running in 0144990caf70 [2021-02-26T20:30:59.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T20:31:00.081Z] Removing intermediate container 0144990caf70 [2021-02-26T20:31:00.081Z] ---> 0d9fe0bcfa5a [2021-02-26T20:31:00.081Z] Step 27/30 : CMD ["gate"] [2021-02-26T20:31:00.081Z] ---> Running in 07544c4aac15 [2021-02-26T20:31:00.347Z] Removing intermediate container 07544c4aac15 [2021-02-26T20:31:00.347Z] ---> 2bbe79da3391 [2021-02-26T20:31:00.347Z] Step 28/30 : LABEL arch=x86_64 [2021-02-26T20:31:00.347Z] ---> Running in f496b9769712 [2021-02-26T20:31:00.609Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T20:31:00.610Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T20:31:00.610Z] Removing intermediate container f496b9769712 [2021-02-26T20:31:00.610Z] ---> c7f12495fd12 [2021-02-26T20:31:00.610Z] Step 29/30 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:00.610Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T20:31:00.871Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T20:31:00.871Z] ---> Running in 32db1e79189c [2021-02-26T20:31:00.871Z] Removing intermediate container 32db1e79189c [2021-02-26T20:31:00.871Z] ---> 230e936011b1 [2021-02-26T20:31:00.871Z] Step 30/30 : LABEL version=2.0.0-dev.107 [2021-02-26T20:31:01.132Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T20:31:01.132Z] ---> Running in be47fab761e1 [2021-02-26T20:31:01.132Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T20:31:01.132Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:31:01.132Z] OK: 8 MiB in 20 packages [2021-02-26T20:31:01.393Z] Removing intermediate container be47fab761e1 [2021-02-26T20:31:01.393Z] ---> 9a89cf287b68 [2021-02-26T20:31:01.393Z] [2021-02-26T20:31:02.339Z] Successfully built 9a89cf287b68 [2021-02-26T20:31:02.339Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-26T20:31:02.602Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container ab51e0c19f2c [2021-02-26T20:31:02.602Z] ---> aadf0f72bca4 [2021-02-26T20:31:02.602Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:31:02.866Z] ---> c3b34c77cd67 [2021-02-26T20:31:02.866Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T20:31:03.443Z] ---> b22013143a82 [2021-02-26T20:31:03.443Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T20:31:03.706Z] ---> 0339a7bdd929 [2021-02-26T20:31:03.706Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T20:31:03.706Z] ---> Running in 781c50ad7565 [2021-02-26T20:31:03.968Z] Removing intermediate container 781c50ad7565 [2021-02-26T20:31:03.968Z] ---> 56ae3e64de96 [2021-02-26T20:31:03.968Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:31:03.968Z] ---> Running in c0c5fab742c6 [2021-02-26T20:31:04.229Z] Removing intermediate container c0c5fab742c6 [2021-02-26T20:31:04.229Z] ---> 6fdcd6eec431 [2021-02-26T20:31:04.229Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T20:31:04.229Z] ---> Running in d233a448dab9 [2021-02-26T20:31:04.229Z] Removing intermediate container d233a448dab9 [2021-02-26T20:31:04.229Z] ---> f83819e7e0aa [2021-02-26T20:31:04.229Z] Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:04.492Z] ---> Running in 16f64f6156d1 [2021-02-26T20:31:04.492Z] Removing intermediate container 16f64f6156d1 [2021-02-26T20:31:04.492Z] ---> 108fdb536660 [2021-02-26T20:31:04.492Z] Step 23/23 : LABEL version=2.0.0-dev.107 [2021-02-26T20:31:04.753Z] ---> Running in a34e431c36c0 [2021-02-26T20:31:05.700Z] Removing intermediate container a34e431c36c0 [2021-02-26T20:31:05.700Z] ---> 484429ac1d6e [2021-02-26T20:31:05.700Z] [2021-02-26T20:31:05.700Z] Successfully built 484429ac1d6e [2021-02-26T20:31:05.700Z] Successfully tagged docker-core-data-go:latest [2021-02-26T20:31:05.973Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-26T20:31:05.979Z] $ docker stop --time=1 75507d2ffc456d127664000a382884f5c90cfc520e405cec5070344c9430477e [2021-02-26T20:31:07.525Z] $ docker rm -f 75507d2ffc456d127664000a382884f5c90cfc520e405cec5070344c9430477e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T20:31:08.047Z] + docker images [2021-02-26T20:31:08.047Z] + grep docker [2021-02-26T20:31:08.309Z] docker-core-data-go latest 484429ac1d6e 3 seconds ago 22.4MB [2021-02-26T20:31:08.309Z] docker-security-bootstrapper-go latest 9a89cf287b68 7 seconds ago 18.7MB [2021-02-26T20:31:08.309Z] docker-core-metadata-go latest 4add1e385cab 15 seconds ago 19MB [2021-02-26T20:31:08.309Z] docker-core-command-go latest 0f74760dcd56 16 seconds ago 17MB [2021-02-26T20:31:08.309Z] docker-sys-mgmt-agent-go latest 2de9895fa2e2 21 seconds ago 313MB [2021-02-26T20:31:08.309Z] docker-security-secretstore-setup-go latest f8a1d42aed55 About a minute ago 24.9MB [2021-02-26T20:31:08.309Z] docker-support-scheduler-go latest 650195eec753 About a minute ago 17.2MB [2021-02-26T20:31:08.309Z] docker-security-proxy-setup-go latest 2aa54d95bb55 About a minute ago 24.7MB [2021-02-26T20:31:08.309Z] docker-support-notifications-go latest 3b7cba40da08 About a minute ago 17.8MB [2021-02-26T20:31:08.309Z] docker 20.10.0 aefe523efa57 2 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-02-26T20:31:08.861Z] provisioning config files... [2021-02-26T20:31:08.968Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config3854365331109656493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:31:09.435Z] ---> docker-login.sh [2021-02-26T20:31:09.435Z] nexus3.edgexfoundry.org:10001 [2021-02-26T20:31:09.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:31:09.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:31:09.435Z] Configure a credential helper to remove this warning. See [2021-02-26T20:31:09.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:31:09.435Z] [2021-02-26T20:31:09.435Z] Login Succeeded [2021-02-26T20:31:09.435Z] nexus3.edgexfoundry.org:10002 [2021-02-26T20:31:09.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:31:09.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:31:09.713Z] Configure a credential helper to remove this warning. See [2021-02-26T20:31:09.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:31:09.713Z] [2021-02-26T20:31:09.713Z] Login Succeeded [2021-02-26T20:31:09.713Z] nexus3.edgexfoundry.org:10003 [2021-02-26T20:31:09.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:31:09.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:31:09.984Z] Configure a credential helper to remove this warning. See [2021-02-26T20:31:09.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:31:09.984Z] [2021-02-26T20:31:09.984Z] Login Succeeded [2021-02-26T20:31:09.984Z] nexus3.edgexfoundry.org:10004 [2021-02-26T20:31:09.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:31:10.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:31:10.247Z] Configure a credential helper to remove this warning. See [2021-02-26T20:31:10.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:31:10.247Z] [2021-02-26T20:31:10.247Z] Login Succeeded [2021-02-26T20:31:10.247Z] docker.io [2021-02-26T20:31:10.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:31:10.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:31:10.511Z] Configure a credential helper to remove this warning. See [2021-02-26T20:31:10.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:31:10.511Z] [2021-02-26T20:31:10.511Z] Login Succeeded [2021-02-26T20:31:10.511Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T20:31:10.521Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:10.779Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-26T20:31:10.779Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:10.779Z] 2.0.0-dev.107 [2021-02-26T20:31:10.779Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:10.779Z] master [2021-02-26T20:31:10.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:11.276Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:11.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:11.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T20:31:11.578Z] f70118b043a9: Preparing [2021-02-26T20:31:11.578Z] 20ae14bf63bc: Preparing [2021-02-26T20:31:11.578Z] 7ae5b813af00: Preparing [2021-02-26T20:31:11.578Z] 364c236affea: Preparing [2021-02-26T20:31:11.578Z] 33e8713114f8: Preparing [2021-02-26T20:31:11.578Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:11.844Z] 364c236affea: Pushed [2021-02-26T20:31:11.844Z] f70118b043a9: Pushed [2021-02-26T20:31:11.844Z] 7ae5b813af00: Pushed [2021-02-26T20:31:12.790Z] 20ae14bf63bc: Pushed [2021-02-26T20:31:12.791Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:13.099Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:13.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.107 [2021-02-26T20:31:13.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T20:31:13.402Z] f70118b043a9: Preparing [2021-02-26T20:31:13.402Z] 20ae14bf63bc: Preparing [2021-02-26T20:31:13.402Z] 7ae5b813af00: Preparing [2021-02-26T20:31:13.402Z] 364c236affea: Preparing [2021-02-26T20:31:13.402Z] 33e8713114f8: Preparing [2021-02-26T20:31:13.402Z] 364c236affea: Layer already exists [2021-02-26T20:31:13.402Z] 20ae14bf63bc: Layer already exists [2021-02-26T20:31:13.402Z] f70118b043a9: Layer already exists [2021-02-26T20:31:13.402Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:13.402Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:13.402Z] 2.0.0-dev.107: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:13.707Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:14.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:14.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T20:31:14.007Z] f70118b043a9: Preparing [2021-02-26T20:31:14.007Z] 20ae14bf63bc: Preparing [2021-02-26T20:31:14.007Z] 7ae5b813af00: Preparing [2021-02-26T20:31:14.007Z] 364c236affea: Preparing [2021-02-26T20:31:14.007Z] 33e8713114f8: Preparing [2021-02-26T20:31:14.007Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:14.007Z] 20ae14bf63bc: Layer already exists [2021-02-26T20:31:14.007Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:14.007Z] 364c236affea: Layer already exists [2021-02-26T20:31:14.007Z] f70118b043a9: Layer already exists [2021-02-26T20:31:14.007Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:14.312Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:14.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-26T20:31:14.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-26T20:31:14.611Z] f70118b043a9: Preparing [2021-02-26T20:31:14.611Z] 20ae14bf63bc: Preparing [2021-02-26T20:31:14.611Z] 7ae5b813af00: Preparing [2021-02-26T20:31:14.611Z] 364c236affea: Preparing [2021-02-26T20:31:14.611Z] 33e8713114f8: Preparing [2021-02-26T20:31:14.611Z] 20ae14bf63bc: Layer already exists [2021-02-26T20:31:14.611Z] 364c236affea: Layer already exists [2021-02-26T20:31:14.611Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:14.611Z] f70118b043a9: Layer already exists [2021-02-26T20:31:14.611Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:14.611Z] master: digest: sha256:849c8cc65a5dfa3212e600d9eeb3f54e9c3c423e2bda0161cb52b2269552c3ed size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:14.834Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:14.906Z] taggedImages: [2021-02-26T20:31:14.906Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:14.906Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.107 [2021-02-26T20:31:14.906Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:14.906Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-26T20:31:14.973Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-26T20:31:14.973Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:14.973Z] 2.0.0-dev.107 [2021-02-26T20:31:14.973Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:14.973Z] master [2021-02-26T20:31:14.973Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:15.513Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:15.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:15.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T20:31:15.816Z] db54c141ebda: Preparing [2021-02-26T20:31:15.816Z] cb56c7a4725c: Preparing [2021-02-26T20:31:15.816Z] 7ae5b813af00: Preparing [2021-02-26T20:31:15.816Z] 0fe19e4d3df1: Preparing [2021-02-26T20:31:15.816Z] 6f6ea02123b9: Preparing [2021-02-26T20:31:15.816Z] 33e8713114f8: Preparing [2021-02-26T20:31:15.816Z] 33e8713114f8: Waiting [2021-02-26T20:31:15.816Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:15.816Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:15.816Z] 6f6ea02123b9: Pushed [2021-02-26T20:31:15.816Z] db54c141ebda: Pushed [2021-02-26T20:31:16.078Z] 0fe19e4d3df1: Pushed [2021-02-26T20:31:16.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-26T20:31:16.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-26T20:31:17.027Z] cb56c7a4725c: Pushed [2021-02-26T20:31:17.289Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:17.596Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:17.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.107 [2021-02-26T20:31:17.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T20:31:17.900Z] db54c141ebda: Preparing [2021-02-26T20:31:17.900Z] cb56c7a4725c: Preparing [2021-02-26T20:31:17.900Z] 7ae5b813af00: Preparing [2021-02-26T20:31:17.900Z] 0fe19e4d3df1: Preparing [2021-02-26T20:31:17.900Z] 6f6ea02123b9: Preparing [2021-02-26T20:31:17.900Z] 33e8713114f8: Preparing [2021-02-26T20:31:17.900Z] 33e8713114f8: Waiting [2021-02-26T20:31:17.900Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:17.900Z] db54c141ebda: Layer already exists [2021-02-26T20:31:17.900Z] 0fe19e4d3df1: Layer already exists [2021-02-26T20:31:17.900Z] 6f6ea02123b9: Layer already exists [2021-02-26T20:31:17.900Z] cb56c7a4725c: Layer already exists [2021-02-26T20:31:17.900Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:17.900Z] 2.0.0-dev.107: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:18.203Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:18.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:18.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T20:31:18.500Z] db54c141ebda: Preparing [2021-02-26T20:31:18.500Z] cb56c7a4725c: Preparing [2021-02-26T20:31:18.500Z] 7ae5b813af00: Preparing [2021-02-26T20:31:18.501Z] 0fe19e4d3df1: Preparing [2021-02-26T20:31:18.501Z] 6f6ea02123b9: Preparing [2021-02-26T20:31:18.501Z] 33e8713114f8: Preparing [2021-02-26T20:31:18.501Z] 33e8713114f8: Waiting [2021-02-26T20:31:18.501Z] db54c141ebda: Layer already exists [2021-02-26T20:31:18.501Z] cb56c7a4725c: Layer already exists [2021-02-26T20:31:18.501Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:18.501Z] 6f6ea02123b9: Layer already exists [2021-02-26T20:31:18.501Z] 0fe19e4d3df1: Layer already exists [2021-02-26T20:31:18.501Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:18.501Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:18.806Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:19.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-26T20:31:19.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-26T20:31:19.109Z] db54c141ebda: Preparing [2021-02-26T20:31:19.109Z] cb56c7a4725c: Preparing [2021-02-26T20:31:19.109Z] 7ae5b813af00: Preparing [2021-02-26T20:31:19.109Z] 0fe19e4d3df1: Preparing [2021-02-26T20:31:19.109Z] 6f6ea02123b9: Preparing [2021-02-26T20:31:19.109Z] 33e8713114f8: Preparing [2021-02-26T20:31:19.109Z] 33e8713114f8: Waiting [2021-02-26T20:31:19.109Z] 0fe19e4d3df1: Layer already exists [2021-02-26T20:31:19.109Z] cb56c7a4725c: Layer already exists [2021-02-26T20:31:19.109Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:19.109Z] db54c141ebda: Layer already exists [2021-02-26T20:31:19.109Z] 6f6ea02123b9: Layer already exists [2021-02-26T20:31:19.109Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:19.109Z] master: digest: sha256:b0716d6fd269eaf45f2d6852a3b4bfb71db3d097f8e3a1c453e8dc5614525267 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:19.310Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:19.355Z] taggedImages: [2021-02-26T20:31:19.355Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:19.355Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.107 [2021-02-26T20:31:19.355Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:19.355Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-26T20:31:19.417Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-26T20:31:19.417Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:19.417Z] 2.0.0-dev.107 [2021-02-26T20:31:19.417Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:19.417Z] master [2021-02-26T20:31:19.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:19.889Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:20.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:20.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T20:31:20.221Z] ed2d1dd46049: Preparing [2021-02-26T20:31:20.221Z] 0f3590d8062d: Preparing [2021-02-26T20:31:20.221Z] 7ae5b813af00: Preparing [2021-02-26T20:31:20.221Z] 364c236affea: Preparing [2021-02-26T20:31:20.221Z] 33e8713114f8: Preparing [2021-02-26T20:31:20.221Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:20.221Z] 364c236affea: Layer already exists [2021-02-26T20:31:20.221Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:20.221Z] ed2d1dd46049: Pushed [2021-02-26T20:31:21.612Z] 0f3590d8062d: Pushed [2021-02-26T20:31:21.612Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:21.918Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:22.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.107 [2021-02-26T20:31:22.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T20:31:22.219Z] ed2d1dd46049: Preparing [2021-02-26T20:31:22.219Z] 0f3590d8062d: Preparing [2021-02-26T20:31:22.219Z] 7ae5b813af00: Preparing [2021-02-26T20:31:22.219Z] 364c236affea: Preparing [2021-02-26T20:31:22.219Z] 33e8713114f8: Preparing [2021-02-26T20:31:22.219Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:22.219Z] ed2d1dd46049: Layer already exists [2021-02-26T20:31:22.219Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:22.219Z] 364c236affea: Layer already exists [2021-02-26T20:31:22.219Z] 0f3590d8062d: Layer already exists [2021-02-26T20:31:22.219Z] 2.0.0-dev.107: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:22.522Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:22.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:22.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T20:31:22.828Z] ed2d1dd46049: Preparing [2021-02-26T20:31:22.828Z] 0f3590d8062d: Preparing [2021-02-26T20:31:22.828Z] 7ae5b813af00: Preparing [2021-02-26T20:31:22.828Z] 364c236affea: Preparing [2021-02-26T20:31:22.828Z] 33e8713114f8: Preparing [2021-02-26T20:31:22.828Z] ed2d1dd46049: Layer already exists [2021-02-26T20:31:22.828Z] 0f3590d8062d: Layer already exists [2021-02-26T20:31:22.828Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:22.828Z] 364c236affea: Layer already exists [2021-02-26T20:31:22.828Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:22.828Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:23.133Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:23.384Z] Removing intermediate container e3af465a58c1 [2021-02-26T20:31:23.384Z] ---> c723e21611d8 [2021-02-26T20:31:23.384Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T20:31:23.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-26T20:31:23.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-26T20:31:23.431Z] ed2d1dd46049: Preparing [2021-02-26T20:31:23.431Z] 0f3590d8062d: Preparing [2021-02-26T20:31:23.431Z] 7ae5b813af00: Preparing [2021-02-26T20:31:23.431Z] 364c236affea: Preparing [2021-02-26T20:31:23.431Z] 33e8713114f8: Preparing [2021-02-26T20:31:23.431Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:23.431Z] ed2d1dd46049: Layer already exists [2021-02-26T20:31:23.431Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:23.431Z] 364c236affea: Layer already exists [2021-02-26T20:31:23.431Z] 0f3590d8062d: Layer already exists [2021-02-26T20:31:23.431Z] master: digest: sha256:1daba58803b2544650bf6e9d0fd8ea7984fe28fc5366dcd7588962377e55e0a4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:23.616Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:23.663Z] taggedImages: [2021-02-26T20:31:23.663Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:23.663Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.107 [2021-02-26T20:31:23.663Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:23.663Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-26T20:31:23.669Z] Removing intermediate container d070d0aab8ae [2021-02-26T20:31:23.669Z] ---> ecbd195c2469 [2021-02-26T20:31:23.669Z] [2021-02-26T20:31:23.669Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T20:31:23.669Z] 3.12: Pulling from library/alpine [2021-02-26T20:31:23.669Z] Removing intermediate container f097e24d446d [2021-02-26T20:31:23.669Z] ---> 201da3af4ac6 [2021-02-26T20:31:23.669Z] [2021-02-26T20:31:23.669Z] Step 10/21 : FROM alpine:3.12 [Pipeline] echo [2021-02-26T20:31:23.725Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-26T20:31:23.725Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:23.725Z] 2.0.0-dev.107 [2021-02-26T20:31:23.725Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:23.725Z] master [2021-02-26T20:31:23.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-26T20:31:23.945Z] 3.12: Pulling from library/alpine [2021-02-26T20:31:23.945Z] ---> Running in a11efdbe41f6 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:24.277Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:24.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:24.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T20:31:24.573Z] 5a471754e94e: Preparing [2021-02-26T20:31:24.573Z] 5a471754e94e: Preparing [2021-02-26T20:31:24.573Z] 96367b8fd002: Preparing [2021-02-26T20:31:24.573Z] 5e4b86ef1d99: Preparing [2021-02-26T20:31:24.573Z] 653fcb1bea67: Preparing [2021-02-26T20:31:24.573Z] 7ae5b813af00: Preparing [2021-02-26T20:31:24.573Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:24.573Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:24.573Z] 7ff471665b3d: Preparing [2021-02-26T20:31:24.573Z] 299388346d67: Preparing [2021-02-26T20:31:24.573Z] 33e8713114f8: Preparing [2021-02-26T20:31:24.573Z] 44b281e4ab7b: Waiting [2021-02-26T20:31:24.573Z] 7ff471665b3d: Waiting [2021-02-26T20:31:24.573Z] 299388346d67: Waiting [2021-02-26T20:31:24.573Z] 33e8713114f8: Waiting [2021-02-26T20:31:24.573Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:24.834Z] 5e4b86ef1d99: Pushed [2021-02-26T20:31:24.834Z] 96367b8fd002: Pushed [2021-02-26T20:31:24.834Z] 5a471754e94e: Pushed [2021-02-26T20:31:24.834Z] 44b281e4ab7b: Pushed [2021-02-26T20:31:24.834Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:24.834Z] 7ff471665b3d: Pushed [2021-02-26T20:31:24.834Z] 299388346d67: Pushed [2021-02-26T20:31:25.398Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T20:31:25.398Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T20:31:25.398Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T20:31:25.398Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T20:31:25.398Z] ---> d10569e2745f [2021-02-26T20:31:25.398Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T20:31:25.398Z] ---> d10569e2745f [2021-02-26T20:31:25.398Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T20:31:25.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-26T20:31:25.794Z] 653fcb1bea67: Pushed [2021-02-26T20:31:26.010Z] ---> Running in 4dc45d03f91e [2021-02-26T20:31:26.010Z] ---> Running in cc13832cd343 [2021-02-26T20:31:26.070Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:26.373Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:26.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.107 [2021-02-26T20:31:26.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T20:31:26.667Z] 5a471754e94e: Preparing [2021-02-26T20:31:26.667Z] 5a471754e94e: Preparing [2021-02-26T20:31:26.667Z] 96367b8fd002: Preparing [2021-02-26T20:31:26.667Z] 5e4b86ef1d99: Preparing [2021-02-26T20:31:26.667Z] 653fcb1bea67: Preparing [2021-02-26T20:31:26.667Z] 7ae5b813af00: Preparing [2021-02-26T20:31:26.667Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:26.667Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:26.667Z] 7ff471665b3d: Preparing [2021-02-26T20:31:26.667Z] 299388346d67: Preparing [2021-02-26T20:31:26.667Z] 33e8713114f8: Preparing [2021-02-26T20:31:26.667Z] 44b281e4ab7b: Waiting [2021-02-26T20:31:26.667Z] 7ff471665b3d: Waiting [2021-02-26T20:31:26.667Z] 33e8713114f8: Waiting [2021-02-26T20:31:26.667Z] 5a471754e94e: Layer already exists [2021-02-26T20:31:26.667Z] 5e4b86ef1d99: Layer already exists [2021-02-26T20:31:26.667Z] 96367b8fd002: Layer already exists [2021-02-26T20:31:26.667Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:26.667Z] 653fcb1bea67: Layer already exists [2021-02-26T20:31:26.667Z] 7ff471665b3d: Layer already exists [2021-02-26T20:31:26.667Z] 44b281e4ab7b: Layer already exists [2021-02-26T20:31:26.667Z] 299388346d67: Layer already exists [2021-02-26T20:31:26.667Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:26.667Z] 2.0.0-dev.107: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:26.973Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:27.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:27.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T20:31:27.272Z] 5a471754e94e: Preparing [2021-02-26T20:31:27.272Z] 5a471754e94e: Preparing [2021-02-26T20:31:27.272Z] 96367b8fd002: Preparing [2021-02-26T20:31:27.272Z] 5e4b86ef1d99: Preparing [2021-02-26T20:31:27.272Z] 653fcb1bea67: Preparing [2021-02-26T20:31:27.272Z] 7ae5b813af00: Preparing [2021-02-26T20:31:27.272Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:27.272Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:27.272Z] 7ff471665b3d: Preparing [2021-02-26T20:31:27.272Z] 299388346d67: Preparing [2021-02-26T20:31:27.272Z] 33e8713114f8: Preparing [2021-02-26T20:31:27.272Z] 7ff471665b3d: Waiting [2021-02-26T20:31:27.272Z] 299388346d67: Waiting [2021-02-26T20:31:27.272Z] 33e8713114f8: Waiting [2021-02-26T20:31:27.272Z] 44b281e4ab7b: Waiting [2021-02-26T20:31:27.272Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:27.272Z] 96367b8fd002: Layer already exists [2021-02-26T20:31:27.272Z] 5a471754e94e: Layer already exists [2021-02-26T20:31:27.272Z] 653fcb1bea67: Layer already exists [2021-02-26T20:31:27.272Z] 5e4b86ef1d99: Layer already exists [2021-02-26T20:31:27.272Z] 299388346d67: Layer already exists [2021-02-26T20:31:27.272Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:27.272Z] 44b281e4ab7b: Layer already exists [2021-02-26T20:31:27.272Z] 7ff471665b3d: Layer already exists [2021-02-26T20:31:27.272Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:27.575Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:27.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-26T20:31:27.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-26T20:31:27.870Z] 5a471754e94e: Preparing [2021-02-26T20:31:27.870Z] 5a471754e94e: Preparing [2021-02-26T20:31:27.870Z] 96367b8fd002: Preparing [2021-02-26T20:31:27.870Z] 5e4b86ef1d99: Preparing [2021-02-26T20:31:27.870Z] 653fcb1bea67: Preparing [2021-02-26T20:31:27.870Z] 7ae5b813af00: Preparing [2021-02-26T20:31:27.870Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:27.870Z] 44b281e4ab7b: Preparing [2021-02-26T20:31:27.870Z] 7ff471665b3d: Preparing [2021-02-26T20:31:27.870Z] 299388346d67: Preparing [2021-02-26T20:31:27.870Z] 33e8713114f8: Preparing [2021-02-26T20:31:27.870Z] 44b281e4ab7b: Waiting [2021-02-26T20:31:27.870Z] 7ff471665b3d: Waiting [2021-02-26T20:31:27.870Z] 299388346d67: Waiting [2021-02-26T20:31:27.870Z] 33e8713114f8: Waiting [2021-02-26T20:31:27.870Z] 5a471754e94e: Layer already exists [2021-02-26T20:31:27.870Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:27.870Z] 96367b8fd002: Layer already exists [2021-02-26T20:31:27.870Z] 5e4b86ef1d99: Layer already exists [2021-02-26T20:31:27.870Z] 653fcb1bea67: Layer already exists [2021-02-26T20:31:27.870Z] 7ff471665b3d: Layer already exists [2021-02-26T20:31:27.870Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:27.870Z] 44b281e4ab7b: Layer already exists [2021-02-26T20:31:27.870Z] 299388346d67: Layer already exists [2021-02-26T20:31:27.870Z] master: digest: sha256:99073cfb2a773102b302096d894f29863904f11136b3a37cee5f528ca7ec162e size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:28.135Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:28.180Z] taggedImages: [2021-02-26T20:31:28.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:28.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.107 [2021-02-26T20:31:28.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:28.180Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-26T20:31:28.245Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-26T20:31:28.245Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:28.245Z] 2.0.0-dev.107 [2021-02-26T20:31:28.245Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:28.245Z] master [2021-02-26T20:31:28.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:28.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:28.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:28.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:28.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:28.707Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:29.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:29.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T20:31:29.013Z] c1c9e328d1b8: Preparing [2021-02-26T20:31:29.013Z] a2c80a1d719a: Preparing [2021-02-26T20:31:29.013Z] 6b4fdfbdd157: Preparing [2021-02-26T20:31:29.013Z] 3ed1c64db955: Preparing [2021-02-26T20:31:29.013Z] bdb3abf41123: Preparing [2021-02-26T20:31:29.013Z] 33e8713114f8: Preparing [2021-02-26T20:31:29.013Z] 33e8713114f8: Waiting [2021-02-26T20:31:29.274Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T20:31:29.274Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T20:31:29.274Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T20:31:29.274Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T20:31:29.274Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T20:31:29.274Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T20:31:29.274Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T20:31:29.274Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T20:31:29.274Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:31:29.274Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T20:31:29.274Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:31:29.274Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T20:31:29.274Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T20:31:29.274Z] 6b4fdfbdd157: Pushed [2021-02-26T20:31:29.274Z] 3ed1c64db955: Pushed [2021-02-26T20:31:29.274Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:29.557Z] OK: 7 MiB in 19 packages [2021-02-26T20:31:29.557Z] OK: 7 MiB in 18 packages [2021-02-26T20:31:29.569Z] bdb3abf41123: Pushed [2021-02-26T20:31:29.847Z] a2c80a1d719a: Pushed [2021-02-26T20:31:29.847Z] c1c9e328d1b8: Pushed [2021-02-26T20:31:30.115Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:30.426Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:30.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.107 [2021-02-26T20:31:30.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T20:31:30.726Z] c1c9e328d1b8: Preparing [2021-02-26T20:31:30.726Z] a2c80a1d719a: Preparing [2021-02-26T20:31:30.726Z] 6b4fdfbdd157: Preparing [2021-02-26T20:31:30.726Z] 3ed1c64db955: Preparing [2021-02-26T20:31:30.726Z] bdb3abf41123: Preparing [2021-02-26T20:31:30.726Z] 33e8713114f8: Preparing [2021-02-26T20:31:30.726Z] 33e8713114f8: Waiting [2021-02-26T20:31:30.726Z] c1c9e328d1b8: Layer already exists [2021-02-26T20:31:30.726Z] a2c80a1d719a: Layer already exists [2021-02-26T20:31:30.726Z] 6b4fdfbdd157: Layer already exists [2021-02-26T20:31:30.726Z] bdb3abf41123: Layer already exists [2021-02-26T20:31:30.726Z] 3ed1c64db955: Layer already exists [2021-02-26T20:31:30.726Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:30.726Z] 2.0.0-dev.107: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:31.031Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:31.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:31.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T20:31:31.332Z] c1c9e328d1b8: Preparing [2021-02-26T20:31:31.332Z] a2c80a1d719a: Preparing [2021-02-26T20:31:31.332Z] 6b4fdfbdd157: Preparing [2021-02-26T20:31:31.332Z] 3ed1c64db955: Preparing [2021-02-26T20:31:31.332Z] bdb3abf41123: Preparing [2021-02-26T20:31:31.332Z] 33e8713114f8: Preparing [2021-02-26T20:31:31.332Z] 33e8713114f8: Waiting [2021-02-26T20:31:31.332Z] bdb3abf41123: Layer already exists [2021-02-26T20:31:31.332Z] c1c9e328d1b8: Layer already exists [2021-02-26T20:31:31.332Z] a2c80a1d719a: Layer already exists [2021-02-26T20:31:31.332Z] 6b4fdfbdd157: Layer already exists [2021-02-26T20:31:31.332Z] 3ed1c64db955: Layer already exists [2021-02-26T20:31:31.332Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:31.332Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:31.547Z] Removing intermediate container a11efdbe41f6 [2021-02-26T20:31:31.548Z] ---> 951ad51071a8 [2021-02-26T20:31:31.548Z] [2021-02-26T20:31:31.548Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T20:31:31.548Z] 20.10.0: Pulling from library/docker [2021-02-26T20:31:31.636Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:31.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-26T20:31:31.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-26T20:31:31.933Z] c1c9e328d1b8: Preparing [2021-02-26T20:31:31.933Z] a2c80a1d719a: Preparing [2021-02-26T20:31:31.933Z] 6b4fdfbdd157: Preparing [2021-02-26T20:31:31.933Z] 3ed1c64db955: Preparing [2021-02-26T20:31:31.933Z] bdb3abf41123: Preparing [2021-02-26T20:31:31.933Z] 33e8713114f8: Preparing [2021-02-26T20:31:31.933Z] 33e8713114f8: Waiting [2021-02-26T20:31:31.933Z] c1c9e328d1b8: Layer already exists [2021-02-26T20:31:31.933Z] a2c80a1d719a: Layer already exists [2021-02-26T20:31:31.933Z] bdb3abf41123: Layer already exists [2021-02-26T20:31:31.933Z] 3ed1c64db955: Layer already exists [2021-02-26T20:31:31.933Z] 6b4fdfbdd157: Layer already exists [2021-02-26T20:31:31.933Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:31.933Z] master: digest: sha256:41e8671d603403fe07d417466e762e2da2076a865dd4b01a74981480c37eec80 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:32.135Z] ===================================================== [2021-02-26T20:31:32.159Z] Removing intermediate container ff7a117564b3 [2021-02-26T20:31:32.159Z] ---> 2c758df78e86 [2021-02-26T20:31:32.159Z] [2021-02-26T20:31:32.159Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T20:31:32.159Z] ---> d10569e2745f [2021-02-26T20:31:32.159Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T20:31:32.159Z] Removing intermediate container d18fc0522e2e [2021-02-26T20:31:32.159Z] ---> dd9bc2169f9e [2021-02-26T20:31:32.159Z] [2021-02-26T20:31:32.159Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T20:31:32.159Z] ---> d10569e2745f [2021-02-26T20:31:32.159Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] echo [2021-02-26T20:31:32.178Z] taggedImages: [2021-02-26T20:31:32.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:32.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.107 [2021-02-26T20:31:32.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:32.178Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-26T20:31:32.237Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-26T20:31:32.237Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:32.237Z] 2.0.0-dev.107 [2021-02-26T20:31:32.237Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:32.237Z] master [2021-02-26T20:31:32.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:32.719Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:33.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:33.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T20:31:33.018Z] aca1343d0320: Preparing [2021-02-26T20:31:33.018Z] 05259eaa882a: Preparing [2021-02-26T20:31:33.018Z] 967f065e9db9: Preparing [2021-02-26T20:31:33.018Z] 7afbafb647d1: Preparing [2021-02-26T20:31:33.018Z] 10a46a8a1946: Preparing [2021-02-26T20:31:33.018Z] 49d10bf0a7dc: Preparing [2021-02-26T20:31:33.018Z] d3f74da17ab9: Preparing [2021-02-26T20:31:33.018Z] b05e4d8231da: Preparing [2021-02-26T20:31:33.018Z] 33e8713114f8: Preparing [2021-02-26T20:31:33.018Z] 49d10bf0a7dc: Waiting [2021-02-26T20:31:33.018Z] d3f74da17ab9: Waiting [2021-02-26T20:31:33.018Z] b05e4d8231da: Waiting [2021-02-26T20:31:33.018Z] 33e8713114f8: Waiting [2021-02-26T20:31:33.156Z] ---> Running in 6fc963190c6c [2021-02-26T20:31:33.156Z] ---> Running in c1700b28fa96 [2021-02-26T20:31:33.282Z] 10a46a8a1946: Pushed [2021-02-26T20:31:33.282Z] aca1343d0320: Pushed [2021-02-26T20:31:33.282Z] 05259eaa882a: Pushed [2021-02-26T20:31:33.548Z] 49d10bf0a7dc: Pushed [2021-02-26T20:31:33.548Z] d3f74da17ab9: Pushed [2021-02-26T20:31:33.548Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:33.759Z] Removing intermediate container cc13832cd343 [2021-02-26T20:31:33.759Z] ---> 89278fce0da0 [2021-02-26T20:31:33.759Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T20:31:33.759Z] Removing intermediate container 4dc45d03f91e [2021-02-26T20:31:33.759Z] ---> 7681a59cf583 [2021-02-26T20:31:33.759Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T20:31:33.810Z] b05e4d8231da: Pushed [2021-02-26T20:31:34.071Z] 967f065e9db9: Pushed [2021-02-26T20:31:34.071Z] 7afbafb647d1: Pushed [2021-02-26T20:31:34.332Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:34.361Z] ---> Running in bb62ce1f881e [2021-02-26T20:31:34.362Z] ---> Running in f9d2b3254fd7 [2021-02-26T20:31:34.636Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:34.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.107 [2021-02-26T20:31:34.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T20:31:34.934Z] aca1343d0320: Preparing [2021-02-26T20:31:34.934Z] 05259eaa882a: Preparing [2021-02-26T20:31:34.934Z] 967f065e9db9: Preparing [2021-02-26T20:31:34.934Z] 7afbafb647d1: Preparing [2021-02-26T20:31:34.934Z] 10a46a8a1946: Preparing [2021-02-26T20:31:34.934Z] 49d10bf0a7dc: Preparing [2021-02-26T20:31:34.934Z] d3f74da17ab9: Preparing [2021-02-26T20:31:34.934Z] b05e4d8231da: Preparing [2021-02-26T20:31:34.934Z] 33e8713114f8: Preparing [2021-02-26T20:31:34.934Z] b05e4d8231da: Waiting [2021-02-26T20:31:34.934Z] 33e8713114f8: Waiting [2021-02-26T20:31:34.934Z] 49d10bf0a7dc: Waiting [2021-02-26T20:31:34.934Z] d3f74da17ab9: Waiting [2021-02-26T20:31:34.934Z] 10a46a8a1946: Layer already exists [2021-02-26T20:31:34.934Z] 7afbafb647d1: Layer already exists [2021-02-26T20:31:34.934Z] 967f065e9db9: Layer already exists [2021-02-26T20:31:34.934Z] aca1343d0320: Layer already exists [2021-02-26T20:31:34.934Z] 05259eaa882a: Layer already exists [2021-02-26T20:31:34.934Z] d3f74da17ab9: Layer already exists [2021-02-26T20:31:34.934Z] 49d10bf0a7dc: Layer already exists [2021-02-26T20:31:34.934Z] b05e4d8231da: Layer already exists [2021-02-26T20:31:34.934Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:34.934Z] 2.0.0-dev.107: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:35.237Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:35.350Z] Removing intermediate container bb62ce1f881e [2021-02-26T20:31:35.350Z] ---> 468e3ce797fd [2021-02-26T20:31:35.350Z] Step 13/24 : WORKDIR / [2021-02-26T20:31:35.350Z] ---> Running in 520e58a919ad [2021-02-26T20:31:35.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:35.628Z] Removing intermediate container f9d2b3254fd7 [2021-02-26T20:31:35.628Z] ---> d65bdc84c2f9 [2021-02-26T20:31:35.628Z] Step 13/21 : WORKDIR /edgex [2021-02-26T20:31:35.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:35.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:35.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:35.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:35.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T20:31:35.792Z] aca1343d0320: Preparing [2021-02-26T20:31:35.792Z] 05259eaa882a: Preparing [2021-02-26T20:31:35.792Z] 967f065e9db9: Preparing [2021-02-26T20:31:35.792Z] 7afbafb647d1: Preparing [2021-02-26T20:31:35.792Z] 10a46a8a1946: Preparing [2021-02-26T20:31:35.792Z] 49d10bf0a7dc: Preparing [2021-02-26T20:31:35.792Z] d3f74da17ab9: Preparing [2021-02-26T20:31:35.792Z] b05e4d8231da: Preparing [2021-02-26T20:31:35.792Z] 33e8713114f8: Preparing [2021-02-26T20:31:35.792Z] 49d10bf0a7dc: Waiting [2021-02-26T20:31:35.792Z] d3f74da17ab9: Waiting [2021-02-26T20:31:35.792Z] b05e4d8231da: Waiting [2021-02-26T20:31:35.792Z] 33e8713114f8: Waiting [2021-02-26T20:31:35.792Z] aca1343d0320: Layer already exists [2021-02-26T20:31:35.792Z] 7afbafb647d1: Layer already exists [2021-02-26T20:31:35.792Z] 967f065e9db9: Layer already exists [2021-02-26T20:31:35.792Z] 10a46a8a1946: Layer already exists [2021-02-26T20:31:35.792Z] 05259eaa882a: Layer already exists [2021-02-26T20:31:35.792Z] 49d10bf0a7dc: Layer already exists [2021-02-26T20:31:35.792Z] b05e4d8231da: Layer already exists [2021-02-26T20:31:35.792Z] d3f74da17ab9: Layer already exists [2021-02-26T20:31:35.792Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:35.792Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:35.905Z] ---> Running in 0e3b2040e4c7 [2021-02-26T20:31:36.096Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:36.177Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T20:31:36.178Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:31:36.178Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T20:31:36.178Z] OK: 5 MiB in 15 packages [2021-02-26T20:31:36.178Z] Removing intermediate container 520e58a919ad [2021-02-26T20:31:36.178Z] ---> 136dc7c5142c [2021-02-26T20:31:36.178Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-26T20:31:36.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-26T20:31:36.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-26T20:31:36.393Z] aca1343d0320: Preparing [2021-02-26T20:31:36.393Z] 05259eaa882a: Preparing [2021-02-26T20:31:36.393Z] 967f065e9db9: Preparing [2021-02-26T20:31:36.393Z] 7afbafb647d1: Preparing [2021-02-26T20:31:36.393Z] 10a46a8a1946: Preparing [2021-02-26T20:31:36.393Z] 49d10bf0a7dc: Preparing [2021-02-26T20:31:36.393Z] d3f74da17ab9: Preparing [2021-02-26T20:31:36.393Z] b05e4d8231da: Preparing [2021-02-26T20:31:36.393Z] 33e8713114f8: Preparing [2021-02-26T20:31:36.393Z] d3f74da17ab9: Waiting [2021-02-26T20:31:36.393Z] b05e4d8231da: Waiting [2021-02-26T20:31:36.393Z] 49d10bf0a7dc: Waiting [2021-02-26T20:31:36.393Z] 33e8713114f8: Waiting [2021-02-26T20:31:36.393Z] aca1343d0320: Layer already exists [2021-02-26T20:31:36.393Z] 967f065e9db9: Layer already exists [2021-02-26T20:31:36.393Z] 7afbafb647d1: Layer already exists [2021-02-26T20:31:36.393Z] 05259eaa882a: Layer already exists [2021-02-26T20:31:36.393Z] 10a46a8a1946: Layer already exists [2021-02-26T20:31:36.393Z] d3f74da17ab9: Layer already exists [2021-02-26T20:31:36.393Z] 49d10bf0a7dc: Layer already exists [2021-02-26T20:31:36.393Z] b05e4d8231da: Layer already exists [2021-02-26T20:31:36.393Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:36.393Z] master: digest: sha256:d6b9ae788490e026abebe49850f01edbbdefef411ee795a3370193f1930f6184 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-26T20:31:36.467Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T20:31:36.467Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:31:36.467Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:36.581Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:36.626Z] taggedImages: [2021-02-26T20:31:36.626Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:36.626Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.107 [2021-02-26T20:31:36.626Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:36.626Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-26T20:31:36.686Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-26T20:31:36.686Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:36.686Z] 2.0.0-dev.107 [2021-02-26T20:31:36.686Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:36.686Z] master [2021-02-26T20:31:36.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-26T20:31:36.744Z] OK: 6 MiB in 16 packages [2021-02-26T20:31:36.744Z] Removing intermediate container 0e3b2040e4c7 [2021-02-26T20:31:36.744Z] ---> 7350bbe3a259 [2021-02-26T20:31:36.744Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:37.141Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:37.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:37.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T20:31:37.435Z] 278a125e679e: Preparing [2021-02-26T20:31:37.435Z] 79070b55f030: Preparing [2021-02-26T20:31:37.435Z] 7ae5b813af00: Preparing [2021-02-26T20:31:37.435Z] fbef261fe16a: Preparing [2021-02-26T20:31:37.435Z] 33e8713114f8: Preparing [2021-02-26T20:31:37.435Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:37.435Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:37.435Z] 278a125e679e: Pushed [2021-02-26T20:31:37.697Z] fbef261fe16a: Pushed [2021-02-26T20:31:38.191Z] ---> e988fb929d3c [2021-02-26T20:31:38.191Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-26T20:31:38.476Z] ---> c1d63708e4e7 [2021-02-26T20:31:38.476Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T20:31:38.640Z] 79070b55f030: Pushed [2021-02-26T20:31:38.640Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:38.751Z] Removing intermediate container c1700b28fa96 [2021-02-26T20:31:38.751Z] ---> 89f5cc9db745 [2021-02-26T20:31:38.751Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:31:38.938Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:39.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.107 [2021-02-26T20:31:39.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T20:31:39.233Z] 278a125e679e: Preparing [2021-02-26T20:31:39.233Z] 79070b55f030: Preparing [2021-02-26T20:31:39.233Z] 7ae5b813af00: Preparing [2021-02-26T20:31:39.233Z] fbef261fe16a: Preparing [2021-02-26T20:31:39.233Z] 33e8713114f8: Preparing [2021-02-26T20:31:39.233Z] fbef261fe16a: Layer already exists [2021-02-26T20:31:39.233Z] 278a125e679e: Layer already exists [2021-02-26T20:31:39.233Z] 79070b55f030: Layer already exists [2021-02-26T20:31:39.233Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:39.233Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:39.233Z] 2.0.0-dev.107: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:39.536Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:39.734Z] ---> Running in 8291021f7a09 [2021-02-26T20:31:39.734Z] ---> aa4d1aa06322 [2021-02-26T20:31:39.734Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T20:31:39.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:39.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T20:31:39.832Z] 278a125e679e: Preparing [2021-02-26T20:31:39.832Z] 79070b55f030: Preparing [2021-02-26T20:31:39.832Z] 7ae5b813af00: Preparing [2021-02-26T20:31:39.832Z] fbef261fe16a: Preparing [2021-02-26T20:31:39.832Z] 33e8713114f8: Preparing [2021-02-26T20:31:39.832Z] 278a125e679e: Layer already exists [2021-02-26T20:31:39.832Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:39.832Z] 79070b55f030: Layer already exists [2021-02-26T20:31:39.832Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:39.832Z] fbef261fe16a: Layer already exists [2021-02-26T20:31:39.832Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:40.009Z] Removing intermediate container 6fc963190c6c [2021-02-26T20:31:40.009Z] ---> 648baffd0d02 [2021-02-26T20:31:40.009Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:31:40.132Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:40.283Z] ---> 069d537baad5 [2021-02-26T20:31:40.283Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T20:31:40.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-26T20:31:40.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-26T20:31:40.427Z] 278a125e679e: Preparing [2021-02-26T20:31:40.427Z] 79070b55f030: Preparing [2021-02-26T20:31:40.427Z] 7ae5b813af00: Preparing [2021-02-26T20:31:40.427Z] fbef261fe16a: Preparing [2021-02-26T20:31:40.427Z] 33e8713114f8: Preparing [2021-02-26T20:31:40.427Z] fbef261fe16a: Layer already exists [2021-02-26T20:31:40.427Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:40.427Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:40.427Z] 79070b55f030: Layer already exists [2021-02-26T20:31:40.427Z] 278a125e679e: Layer already exists [2021-02-26T20:31:40.427Z] master: digest: sha256:160d873e1fc6fad9e0e41c786f57da4d4fec9222ba63be10496c11252862e692 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-02-26T20:31:40.558Z] ---> Running in 2bc15b570a5b [2021-02-26T20:31:40.558Z] Removing intermediate container 8291021f7a09 [2021-02-26T20:31:40.558Z] ---> e50c53bf1a3e [2021-02-26T20:31:40.558Z] Step 13/22 : ENV APP_PORT=48085 [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:40.607Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:40.652Z] taggedImages: [2021-02-26T20:31:40.652Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:40.652Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.107 [2021-02-26T20:31:40.652Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:40.652Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-26T20:31:40.768Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-26T20:31:40.768Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:40.768Z] 2.0.0-dev.107 [2021-02-26T20:31:40.768Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:40.768Z] master [2021-02-26T20:31:40.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-26T20:31:40.833Z] ---> b849e91dbf7b [2021-02-26T20:31:40.833Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:41.104Z] ---> Running in 793e2bbefaeb [2021-02-26T20:31:41.261Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:41.377Z] Removing intermediate container 2bc15b570a5b [2021-02-26T20:31:41.378Z] ---> 2e9420b02b01 [2021-02-26T20:31:41.378Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T20:31:41.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:41.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T20:31:41.556Z] 88dab4300851: Preparing [2021-02-26T20:31:41.556Z] 1e3b2f12083b: Preparing [2021-02-26T20:31:41.556Z] 7ae5b813af00: Preparing [2021-02-26T20:31:41.556Z] 364c236affea: Preparing [2021-02-26T20:31:41.556Z] 33e8713114f8: Preparing [2021-02-26T20:31:41.556Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:41.556Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:41.556Z] 364c236affea: Layer already exists [2021-02-26T20:31:41.556Z] 88dab4300851: Pushed [2021-02-26T20:31:41.980Z] ---> Running in 1ef71f2a0a62 [2021-02-26T20:31:42.259Z] Removing intermediate container 793e2bbefaeb [2021-02-26T20:31:42.259Z] ---> c590f90ab7b2 [2021-02-26T20:31:42.259Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T20:31:42.535Z] ---> bdc5d95c3008 [2021-02-26T20:31:42.535Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T20:31:42.810Z] ---> Running in 8c3bb7f87f90 [2021-02-26T20:31:42.810Z] Removing intermediate container 1ef71f2a0a62 [2021-02-26T20:31:42.810Z] ---> 964bbfc4301b [2021-02-26T20:31:42.810Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T20:31:42.810Z] ---> 10781babb701 [2021-02-26T20:31:42.810Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T20:31:42.947Z] 1e3b2f12083b: Pushed [2021-02-26T20:31:42.947Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:43.090Z] ---> Running in 1675feea99f6 [2021-02-26T20:31:43.090Z] ---> Running in f7550ab2762e [2021-02-26T20:31:43.269Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:43.370Z] Removing intermediate container 8c3bb7f87f90 [2021-02-26T20:31:43.370Z] ---> 21aa499c35f2 [2021-02-26T20:31:43.370Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:31:43.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.107 [2021-02-26T20:31:43.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T20:31:43.564Z] 88dab4300851: Preparing [2021-02-26T20:31:43.564Z] 1e3b2f12083b: Preparing [2021-02-26T20:31:43.564Z] 7ae5b813af00: Preparing [2021-02-26T20:31:43.564Z] 364c236affea: Preparing [2021-02-26T20:31:43.564Z] 33e8713114f8: Preparing [2021-02-26T20:31:43.564Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:43.564Z] 364c236affea: Layer already exists [2021-02-26T20:31:43.564Z] 1e3b2f12083b: Layer already exists [2021-02-26T20:31:43.564Z] 88dab4300851: Layer already exists [2021-02-26T20:31:43.564Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:43.564Z] 2.0.0-dev.107: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:43.865Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:43.971Z] Removing intermediate container 1675feea99f6 [2021-02-26T20:31:43.972Z] ---> 872f1a1555fe [2021-02-26T20:31:43.972Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T20:31:44.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:44.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T20:31:44.164Z] 88dab4300851: Preparing [2021-02-26T20:31:44.164Z] 1e3b2f12083b: Preparing [2021-02-26T20:31:44.164Z] 7ae5b813af00: Preparing [2021-02-26T20:31:44.164Z] 364c236affea: Preparing [2021-02-26T20:31:44.164Z] 33e8713114f8: Preparing [2021-02-26T20:31:44.164Z] 88dab4300851: Layer already exists [2021-02-26T20:31:44.164Z] 364c236affea: Layer already exists [2021-02-26T20:31:44.164Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:44.164Z] 1e3b2f12083b: Layer already exists [2021-02-26T20:31:44.164Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:44.164Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:44.250Z] ---> Running in d1df4a21cb23 [2021-02-26T20:31:44.250Z] Removing intermediate container f7550ab2762e [2021-02-26T20:31:44.250Z] ---> cb5475a571c8 [2021-02-26T20:31:44.250Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:31:44.467Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:44.534Z] ---> b0f941df193e [2021-02-26T20:31:44.534Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T20:31:44.534Z] ---> 6aec5b396254 [2021-02-26T20:31:44.534Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T20:31:44.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-26T20:31:44.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-26T20:31:44.763Z] 88dab4300851: Preparing [2021-02-26T20:31:44.763Z] 1e3b2f12083b: Preparing [2021-02-26T20:31:44.763Z] 7ae5b813af00: Preparing [2021-02-26T20:31:44.763Z] 364c236affea: Preparing [2021-02-26T20:31:44.763Z] 33e8713114f8: Preparing [2021-02-26T20:31:44.763Z] 33e8713114f8: Layer already exists [2021-02-26T20:31:44.763Z] 7ae5b813af00: Layer already exists [2021-02-26T20:31:44.763Z] 1e3b2f12083b: Layer already exists [2021-02-26T20:31:44.763Z] 88dab4300851: Layer already exists [2021-02-26T20:31:44.763Z] 364c236affea: Layer already exists [2021-02-26T20:31:44.811Z] Removing intermediate container d1df4a21cb23 [2021-02-26T20:31:44.811Z] ---> 2ca578ca3ecc [2021-02-26T20:31:44.811Z] Step 19/21 : LABEL arch=arm64 [2021-02-26T20:31:45.025Z] master: digest: sha256:575212407ba431ba30c8e4f989f8a16d517214b96235aa72ef1537f872a8e3c8 size: 1363 [Pipeline] } [2021-02-26T20:31:45.085Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T20:31:45.085Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T20:31:45.085Z] ---> eeaf43b92773 [2021-02-26T20:31:45.085Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T20:31:45.085Z] ---> Running in 8fe8f80e1a76 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:45.223Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:45.266Z] taggedImages: [2021-02-26T20:31:45.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:45.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.107 [2021-02-26T20:31:45.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:45.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-26T20:31:45.354Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-26T20:31:45.354Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:45.354Z] 2.0.0-dev.107 [2021-02-26T20:31:45.354Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:45.354Z] master [2021-02-26T20:31:45.354Z] ===================================================== [2021-02-26T20:31:45.364Z] ---> Running in 9e1e7eea531b [2021-02-26T20:31:45.365Z] ---> 020a4bcfd853 [2021-02-26T20:31:45.365Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:45.641Z] ---> 0154fc2b1ce2 [2021-02-26T20:31:45.641Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-26T20:31:45.825Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:45.927Z] Removing intermediate container 8fe8f80e1a76 [2021-02-26T20:31:45.927Z] ---> d604d74940f4 [2021-02-26T20:31:45.927Z] Step 20/21 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:46.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:46.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T20:31:46.127Z] bc0ff7b9dac2: Preparing [2021-02-26T20:31:46.127Z] ba0f590c1338: Preparing [2021-02-26T20:31:46.127Z] b8bd1934e0bd: Preparing [2021-02-26T20:31:46.127Z] 46f337d24cdb: Preparing [2021-02-26T20:31:46.127Z] 80fe716bfed2: Preparing [2021-02-26T20:31:46.127Z] cd3d17346ab6: Preparing [2021-02-26T20:31:46.127Z] 8fbdc36cfd50: Preparing [2021-02-26T20:31:46.127Z] 0754057c0ad3: Preparing [2021-02-26T20:31:46.127Z] 998cdf262ab1: Preparing [2021-02-26T20:31:46.127Z] 02e56110abd2: Preparing [2021-02-26T20:31:46.127Z] abc36efb885a: Preparing [2021-02-26T20:31:46.127Z] b0b09059f4e1: Preparing [2021-02-26T20:31:46.127Z] bb961f40224b: Preparing [2021-02-26T20:31:46.127Z] f4666769fca7: Preparing [2021-02-26T20:31:46.127Z] cd3d17346ab6: Waiting [2021-02-26T20:31:46.127Z] 998cdf262ab1: Waiting [2021-02-26T20:31:46.127Z] 8fbdc36cfd50: Waiting [2021-02-26T20:31:46.127Z] 02e56110abd2: Waiting [2021-02-26T20:31:46.127Z] 0754057c0ad3: Waiting [2021-02-26T20:31:46.127Z] abc36efb885a: Waiting [2021-02-26T20:31:46.127Z] b0b09059f4e1: Waiting [2021-02-26T20:31:46.127Z] f4666769fca7: Waiting [2021-02-26T20:31:46.127Z] bb961f40224b: Waiting [2021-02-26T20:31:46.127Z] 80fe716bfed2: Pushed [2021-02-26T20:31:46.199Z] ---> Running in e09e10f4cf18 [2021-02-26T20:31:46.394Z] bc0ff7b9dac2: Pushed [2021-02-26T20:31:46.658Z] 46f337d24cdb: Pushed [2021-02-26T20:31:46.658Z] 0754057c0ad3: Layer already exists [2021-02-26T20:31:46.658Z] 998cdf262ab1: Layer already exists [2021-02-26T20:31:46.658Z] 8fbdc36cfd50: Pushed [2021-02-26T20:31:46.658Z] 02e56110abd2: Layer already exists [2021-02-26T20:31:46.658Z] abc36efb885a: Layer already exists [2021-02-26T20:31:46.792Z] ---> 039b913608e8 [2021-02-26T20:31:46.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T20:31:46.792Z] ---> Running in 74f67f763317 [2021-02-26T20:31:46.919Z] b0b09059f4e1: Layer already exists [2021-02-26T20:31:46.919Z] bb961f40224b: Layer already exists [2021-02-26T20:31:46.919Z] f4666769fca7: Layer already exists [2021-02-26T20:31:46.919Z] ba0f590c1338: Pushed [2021-02-26T20:31:47.071Z] ---> 2696a572a9da [2021-02-26T20:31:47.072Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-26T20:31:47.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:47.180Z] cd3d17346ab6: Pushed [2021-02-26T20:31:47.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:47.353Z] Removing intermediate container 74f67f763317 [2021-02-26T20:31:47.353Z] ---> a77be42a69a3 [2021-02-26T20:31:47.353Z] Step 21/21 : LABEL version=2.0.0-dev.107 [2021-02-26T20:31:47.629Z] ---> Running in 3ad09b72471b [2021-02-26T20:31:47.903Z] ---> a33a852ca0bf [2021-02-26T20:31:47.903Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-26T20:31:47.903Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T20:31:47.903Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T20:31:47.903Z] Executing bash-5.0.17-r0.post-install [2021-02-26T20:31:47.903Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:31:47.903Z] OK: 12 MiB in 22 packages [2021-02-26T20:31:48.180Z] ---> Running in 8a003666834f [2021-02-26T20:31:48.478Z] ---> 68f8f5d9b347 [2021-02-26T20:31:48.478Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T20:31:48.478Z] Removing intermediate container 3ad09b72471b [2021-02-26T20:31:48.478Z] ---> b5eafc804f5e [2021-02-26T20:31:48.478Z] [2021-02-26T20:31:48.767Z] ---> Running in 9304031c9e4f [2021-02-26T20:31:48.767Z] Removing intermediate container 8a003666834f [2021-02-26T20:31:48.767Z] ---> 0597d387de77 [2021-02-26T20:31:48.767Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:31:49.045Z] Successfully built b5eafc804f5e [2021-02-26T20:31:49.045Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-26T20:31:49.045Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-02-26T20:31:49.318Z] ---> Running in f0ae89965f26 [2021-02-26T20:31:49.598Z] Removing intermediate container 9304031c9e4f [2021-02-26T20:31:49.598Z] ---> 1d2a86f5eab7 [2021-02-26T20:31:49.598Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:31:49.598Z] ---> Running in 325458e252a2 [2021-02-26T20:31:49.878Z] Removing intermediate container f0ae89965f26 [2021-02-26T20:31:49.878Z] ---> 108339bafd5c [2021-02-26T20:31:50.154Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T20:31:50.154Z] Removing intermediate container 9e1e7eea531b [2021-02-26T20:31:50.154Z] ---> d9606cc9b1a6 [2021-02-26T20:31:50.154Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T20:31:50.154Z] Removing intermediate container e09e10f4cf18 [2021-02-26T20:31:50.154Z] ---> 6787fdd840fc [2021-02-26T20:31:50.154Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T20:31:50.432Z] ---> Running in 63b1dd09cb8b [2021-02-26T20:31:50.432Z] ---> Running in 5c594068774d [2021-02-26T20:31:50.432Z] Removing intermediate container 325458e252a2 [2021-02-26T20:31:50.432Z] ---> 5e9478d4bc70 [2021-02-26T20:31:50.432Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T20:31:51.057Z] ---> Running in 67fb0e4e6dfa [2021-02-26T20:31:52.039Z] ---> Running in 164dc7a0df6a [2021-02-26T20:31:52.311Z] Removing intermediate container 63b1dd09cb8b [2021-02-26T20:31:52.311Z] ---> a174624e89aa [2021-02-26T20:31:52.311Z] Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:52.311Z] Removing intermediate container 5c594068774d [2021-02-26T20:31:52.311Z] ---> ad85f11f46e6 [2021-02-26T20:31:52.311Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T20:31:52.311Z] Removing intermediate container 67fb0e4e6dfa [2021-02-26T20:31:52.311Z] ---> 4215f0c713c5 [2021-02-26T20:31:52.311Z] Step 22/24 : LABEL arch=arm64 [2021-02-26T20:31:52.585Z] ---> Running in ebcb4f0373d5 [2021-02-26T20:31:52.585Z] ---> Running in 7dcd364b11a7 [2021-02-26T20:31:52.585Z] ---> Running in f8aaf7fcc9b2 [2021-02-26T20:31:52.864Z] Removing intermediate container 164dc7a0df6a [2021-02-26T20:31:52.864Z] ---> 875f04b5bc2d [2021-02-26T20:31:52.864Z] Step 21/22 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:53.140Z] ---> Running in 240df6cb6791 [2021-02-26T20:31:53.140Z] Removing intermediate container ebcb4f0373d5 [2021-02-26T20:31:53.140Z] ---> b121d62e0050 [2021-02-26T20:31:53.140Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T20:31:53.140Z] Removing intermediate container 7dcd364b11a7 [2021-02-26T20:31:53.140Z] ---> 69ba2204150b [2021-02-26T20:31:53.140Z] Step 22/22 : LABEL version=2.0.0-dev.107 [2021-02-26T20:31:53.416Z] Removing intermediate container f8aaf7fcc9b2 [2021-02-26T20:31:53.416Z] ---> c58f012dbafe [2021-02-26T20:31:53.416Z] Step 23/24 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:53.416Z] ---> Running in 6df18ffacf35 [2021-02-26T20:31:53.416Z] ---> Running in e436be212a35 [2021-02-26T20:31:53.700Z] ---> Running in 5bcaf3a3fdb0 [2021-02-26T20:31:53.700Z] Removing intermediate container 240df6cb6791 [2021-02-26T20:31:53.700Z] ---> f58a55de29a7 [2021-02-26T20:31:53.700Z] Step 22/22 : LABEL version=2.0.0-dev.107 [2021-02-26T20:31:53.772Z] b8bd1934e0bd: Pushed [2021-02-26T20:31:53.772Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:53.974Z] ---> Running in eb14d05b4e53 [2021-02-26T20:31:54.079Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:54.245Z] Removing intermediate container 6df18ffacf35 [2021-02-26T20:31:54.245Z] ---> 3062c3789442 [2021-02-26T20:31:54.245Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T20:31:54.245Z] Removing intermediate container e436be212a35 [2021-02-26T20:31:54.245Z] ---> 41ca806316c6 [2021-02-26T20:31:54.245Z] [2021-02-26T20:31:54.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.107 [2021-02-26T20:31:54.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T20:31:54.376Z] bc0ff7b9dac2: Preparing [2021-02-26T20:31:54.376Z] ba0f590c1338: Preparing [2021-02-26T20:31:54.376Z] b8bd1934e0bd: Preparing [2021-02-26T20:31:54.376Z] 46f337d24cdb: Preparing [2021-02-26T20:31:54.376Z] 80fe716bfed2: Preparing [2021-02-26T20:31:54.376Z] cd3d17346ab6: Preparing [2021-02-26T20:31:54.376Z] 8fbdc36cfd50: Preparing [2021-02-26T20:31:54.376Z] 0754057c0ad3: Preparing [2021-02-26T20:31:54.376Z] 998cdf262ab1: Preparing [2021-02-26T20:31:54.376Z] 02e56110abd2: Preparing [2021-02-26T20:31:54.376Z] abc36efb885a: Preparing [2021-02-26T20:31:54.376Z] b0b09059f4e1: Preparing [2021-02-26T20:31:54.376Z] bb961f40224b: Preparing [2021-02-26T20:31:54.376Z] f4666769fca7: Preparing [2021-02-26T20:31:54.376Z] cd3d17346ab6: Waiting [2021-02-26T20:31:54.376Z] 8fbdc36cfd50: Waiting [2021-02-26T20:31:54.376Z] 02e56110abd2: Waiting [2021-02-26T20:31:54.376Z] abc36efb885a: Waiting [2021-02-26T20:31:54.376Z] b0b09059f4e1: Waiting [2021-02-26T20:31:54.376Z] bb961f40224b: Waiting [2021-02-26T20:31:54.376Z] f4666769fca7: Waiting [2021-02-26T20:31:54.376Z] 0754057c0ad3: Waiting [2021-02-26T20:31:54.376Z] 998cdf262ab1: Waiting [2021-02-26T20:31:54.376Z] 46f337d24cdb: Layer already exists [2021-02-26T20:31:54.376Z] bc0ff7b9dac2: Layer already exists [2021-02-26T20:31:54.376Z] ba0f590c1338: Layer already exists [2021-02-26T20:31:54.376Z] b8bd1934e0bd: Layer already exists [2021-02-26T20:31:54.376Z] 80fe716bfed2: Layer already exists [2021-02-26T20:31:54.376Z] 0754057c0ad3: Layer already exists [2021-02-26T20:31:54.376Z] cd3d17346ab6: Layer already exists [2021-02-26T20:31:54.376Z] 8fbdc36cfd50: Layer already exists [2021-02-26T20:31:54.376Z] 02e56110abd2: Layer already exists [2021-02-26T20:31:54.376Z] 998cdf262ab1: Layer already exists [2021-02-26T20:31:54.376Z] b0b09059f4e1: Layer already exists [2021-02-26T20:31:54.376Z] bb961f40224b: Layer already exists [2021-02-26T20:31:54.376Z] f4666769fca7: Layer already exists [2021-02-26T20:31:54.376Z] abc36efb885a: Layer already exists [2021-02-26T20:31:54.376Z] 2.0.0-dev.107: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:54.519Z] Removing intermediate container 5bcaf3a3fdb0 [2021-02-26T20:31:54.519Z] ---> 2903cf59d9e4 [2021-02-26T20:31:54.519Z] Step 24/24 : LABEL version=2.0.0-dev.107 [2021-02-26T20:31:54.519Z] Successfully built 41ca806316c6 [2021-02-26T20:31:54.519Z] Removing intermediate container eb14d05b4e53 [2021-02-26T20:31:54.519Z] ---> 42b579e8c790 [2021-02-26T20:31:54.519Z] [2021-02-26T20:31:54.714Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:54.792Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-26T20:31:54.792Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-26T20:31:54.792Z] ---> Running in 6c9baed9f510 [2021-02-26T20:31:55.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:55.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T20:31:55.062Z] bc0ff7b9dac2: Preparing [2021-02-26T20:31:55.062Z] ba0f590c1338: Preparing [2021-02-26T20:31:55.062Z] b8bd1934e0bd: Preparing [2021-02-26T20:31:55.062Z] 46f337d24cdb: Preparing [2021-02-26T20:31:55.062Z] 80fe716bfed2: Preparing [2021-02-26T20:31:55.062Z] cd3d17346ab6: Preparing [2021-02-26T20:31:55.062Z] 8fbdc36cfd50: Preparing [2021-02-26T20:31:55.062Z] 0754057c0ad3: Preparing [2021-02-26T20:31:55.062Z] 998cdf262ab1: Preparing [2021-02-26T20:31:55.062Z] 02e56110abd2: Preparing [2021-02-26T20:31:55.062Z] abc36efb885a: Preparing [2021-02-26T20:31:55.062Z] b0b09059f4e1: Preparing [2021-02-26T20:31:55.062Z] bb961f40224b: Preparing [2021-02-26T20:31:55.062Z] f4666769fca7: Preparing [2021-02-26T20:31:55.062Z] cd3d17346ab6: Waiting [2021-02-26T20:31:55.062Z] 8fbdc36cfd50: Waiting [2021-02-26T20:31:55.062Z] 0754057c0ad3: Waiting [2021-02-26T20:31:55.062Z] 998cdf262ab1: Waiting [2021-02-26T20:31:55.062Z] b0b09059f4e1: Waiting [2021-02-26T20:31:55.062Z] 02e56110abd2: Waiting [2021-02-26T20:31:55.062Z] bb961f40224b: Waiting [2021-02-26T20:31:55.062Z] abc36efb885a: Waiting [2021-02-26T20:31:55.062Z] f4666769fca7: Waiting [2021-02-26T20:31:55.062Z] bc0ff7b9dac2: Layer already exists [2021-02-26T20:31:55.062Z] 80fe716bfed2: Layer already exists [2021-02-26T20:31:55.062Z] ba0f590c1338: Layer already exists [2021-02-26T20:31:55.062Z] b8bd1934e0bd: Layer already exists [2021-02-26T20:31:55.062Z] 46f337d24cdb: Layer already exists [2021-02-26T20:31:55.062Z] cd3d17346ab6: Layer already exists [2021-02-26T20:31:55.063Z] 998cdf262ab1: Layer already exists [2021-02-26T20:31:55.063Z] 8fbdc36cfd50: Layer already exists [2021-02-26T20:31:55.063Z] 0754057c0ad3: Layer already exists [2021-02-26T20:31:55.063Z] 02e56110abd2: Layer already exists [2021-02-26T20:31:55.063Z] abc36efb885a: Layer already exists [2021-02-26T20:31:55.063Z] b0b09059f4e1: Layer already exists [2021-02-26T20:31:55.063Z] f4666769fca7: Layer already exists [2021-02-26T20:31:55.063Z] bb961f40224b: Layer already exists [2021-02-26T20:31:55.063Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 [2021-02-26T20:31:55.067Z] Successfully built 42b579e8c790 [2021-02-26T20:31:55.067Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-26T20:31:55.067Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:55.374Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:31:55.662Z] Removing intermediate container 6c9baed9f510 [2021-02-26T20:31:55.662Z] ---> 4fb8e2519328 [2021-02-26T20:31:55.662Z] [2021-02-26T20:31:55.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-26T20:31:55.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-26T20:31:55.669Z] bc0ff7b9dac2: Preparing [2021-02-26T20:31:55.669Z] ba0f590c1338: Preparing [2021-02-26T20:31:55.669Z] b8bd1934e0bd: Preparing [2021-02-26T20:31:55.669Z] 46f337d24cdb: Preparing [2021-02-26T20:31:55.669Z] 80fe716bfed2: Preparing [2021-02-26T20:31:55.669Z] cd3d17346ab6: Preparing [2021-02-26T20:31:55.669Z] 8fbdc36cfd50: Preparing [2021-02-26T20:31:55.669Z] 0754057c0ad3: Preparing [2021-02-26T20:31:55.669Z] 998cdf262ab1: Preparing [2021-02-26T20:31:55.669Z] 02e56110abd2: Preparing [2021-02-26T20:31:55.669Z] abc36efb885a: Preparing [2021-02-26T20:31:55.669Z] b0b09059f4e1: Preparing [2021-02-26T20:31:55.669Z] bb961f40224b: Preparing [2021-02-26T20:31:55.669Z] f4666769fca7: Preparing [2021-02-26T20:31:55.669Z] cd3d17346ab6: Waiting [2021-02-26T20:31:55.669Z] 8fbdc36cfd50: Waiting [2021-02-26T20:31:55.669Z] 0754057c0ad3: Waiting [2021-02-26T20:31:55.669Z] 998cdf262ab1: Waiting [2021-02-26T20:31:55.669Z] 02e56110abd2: Waiting [2021-02-26T20:31:55.669Z] abc36efb885a: Waiting [2021-02-26T20:31:55.669Z] b0b09059f4e1: Waiting [2021-02-26T20:31:55.669Z] bb961f40224b: Waiting [2021-02-26T20:31:55.669Z] f4666769fca7: Waiting [2021-02-26T20:31:55.669Z] bc0ff7b9dac2: Layer already exists [2021-02-26T20:31:55.669Z] 80fe716bfed2: Layer already exists [2021-02-26T20:31:55.669Z] 46f337d24cdb: Layer already exists [2021-02-26T20:31:55.669Z] b8bd1934e0bd: Layer already exists [2021-02-26T20:31:55.669Z] ba0f590c1338: Layer already exists [2021-02-26T20:31:55.669Z] cd3d17346ab6: Layer already exists [2021-02-26T20:31:55.669Z] 0754057c0ad3: Layer already exists [2021-02-26T20:31:55.669Z] 998cdf262ab1: Layer already exists [2021-02-26T20:31:55.669Z] 02e56110abd2: Layer already exists [2021-02-26T20:31:55.669Z] 8fbdc36cfd50: Layer already exists [2021-02-26T20:31:55.669Z] abc36efb885a: Layer already exists [2021-02-26T20:31:55.669Z] bb961f40224b: Layer already exists [2021-02-26T20:31:55.669Z] f4666769fca7: Layer already exists [2021-02-26T20:31:55.669Z] b0b09059f4e1: Layer already exists [2021-02-26T20:31:55.669Z] master: digest: sha256:14d9b928068a8e39c6950e0ba6f296bf2a51bec030413c14ec0e96d561c91757 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:31:55.844Z] ===================================================== [Pipeline] echo [2021-02-26T20:31:55.908Z] taggedImages: [2021-02-26T20:31:55.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:31:55.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.107 [2021-02-26T20:31:55.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:31:55.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2021-02-26T20:31:55.941Z] ---> 57d2ed62bd55 [2021-02-26T20:31:55.942Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T20:31:55.942Z] Successfully built 4fb8e2519328 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-02-26T20:31:56.220Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-26T20:31:56.220Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T20:31:56.818Z] ---> a5d2183d3e93 [2021-02-26T20:31:56.818Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T20:31:57.800Z] ---> d33883776b33 [2021-02-26T20:31:57.800Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T20:31:58.072Z] ---> Running in b0e1ac0e507e [2021-02-26T20:31:59.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:31:59.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:32:00.104Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T20:32:00.104Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T20:32:00.104Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T20:32:00.104Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T20:32:00.104Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T20:32:00.104Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T20:32:00.104Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T20:32:02.100Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T20:32:02.100Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T20:32:02.100Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T20:32:02.100Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T20:32:02.100Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T20:32:02.100Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T20:32:02.100Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T20:32:02.100Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T20:32:02.100Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T20:32:02.100Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T20:32:02.100Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T20:32:02.100Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T20:32:02.100Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T20:32:02.375Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T20:32:02.375Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T20:32:02.375Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T20:32:02.375Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T20:32:02.375Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T20:32:02.375Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T20:32:02.375Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T20:32:02.375Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T20:32:02.375Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T20:32:02.375Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T20:32:02.375Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T20:32:02.375Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T20:32:02.375Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T20:32:02.649Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:32:02.649Z] OK: 71 MiB in 55 packages [2021-02-26T20:32:12.841Z] Removing intermediate container b0e1ac0e507e [2021-02-26T20:32:12.841Z] ---> 61123a208b53 [2021-02-26T20:32:12.841Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T20:32:12.841Z] ---> Running in b9a46d88bff7 [2021-02-26T20:32:17.559Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:32:17.559Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:32:17.559Z] ---> 603c3adb633a [2021-02-26T20:32:17.559Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T20:32:17.559Z] ---> Using cache [2021-02-26T20:32:17.559Z] ---> 0bfa78c2cbd0 [2021-02-26T20:32:17.559Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:32:17.559Z] ---> Using cache [2021-02-26T20:32:17.559Z] ---> 5c8f184179ae [2021-02-26T20:32:17.559Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T20:32:18.683Z] ---> Running in 92577b75b033 [2021-02-26T20:32:19.009Z] Collecting docker-compose==1.23.2 [2021-02-26T20:32:19.009Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T20:32:20.028Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T20:32:20.540Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T20:32:20.861Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T20:32:20.861Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T20:32:20.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:32:21.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:32:22.118Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T20:32:22.118Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T20:32:22.393Z] OK: 217 MiB in 51 packages [2021-02-26T20:32:22.393Z] 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-02-26T20:32:22.673Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T20:32:22.673Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T20:32:26.071Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T20:32:26.071Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T20:32:26.350Z] Removing intermediate container 92577b75b033 [2021-02-26T20:32:26.350Z] ---> a5bcde91a0c4 [2021-02-26T20:32:26.350Z] Step 6/23 : COPY go.mod . [2021-02-26T20:32:26.624Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:32:26.624Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:32:26.624Z] ---> 603c3adb633a [2021-02-26T20:32:26.624Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T20:32:26.624Z] ---> Using cache [2021-02-26T20:32:26.624Z] ---> 0bfa78c2cbd0 [2021-02-26T20:32:26.624Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:32:26.624Z] ---> Using cache [2021-02-26T20:32:26.624Z] ---> 5c8f184179ae [2021-02-26T20:32:26.624Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-26T20:32:26.624Z] ---> Using cache [2021-02-26T20:32:26.624Z] ---> a5bcde91a0c4 [2021-02-26T20:32:26.624Z] Step 6/30 : COPY go.mod . [2021-02-26T20:32:27.233Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:32:27.233Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:32:27.233Z] ---> 603c3adb633a [2021-02-26T20:32:27.233Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T20:32:27.233Z] ---> Using cache [2021-02-26T20:32:27.233Z] ---> 0bfa78c2cbd0 [2021-02-26T20:32:27.233Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:32:27.233Z] ---> Using cache [2021-02-26T20:32:27.233Z] ---> 5c8f184179ae [2021-02-26T20:32:27.233Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T20:32:27.233Z] ---> Using cache [2021-02-26T20:32:27.233Z] ---> a5bcde91a0c4 [2021-02-26T20:32:27.233Z] Step 6/23 : COPY go.mod . [2021-02-26T20:32:27.233Z] Collecting PyYAML<4,>=3.10 [2021-02-26T20:32:27.233Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T20:32:28.212Z] ---> 7d2ea9c72ff3 [2021-02-26T20:32:28.212Z] Step 7/23 : RUN go mod download [2021-02-26T20:32:28.212Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T20:32:28.212Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T20:32:28.212Z] ---> 603c3adb633a [2021-02-26T20:32:28.212Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T20:32:28.212Z] ---> Using cache [2021-02-26T20:32:28.212Z] ---> 0bfa78c2cbd0 [2021-02-26T20:32:28.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:32:28.212Z] ---> Using cache [2021-02-26T20:32:28.212Z] ---> 5c8f184179ae [2021-02-26T20:32:28.212Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-26T20:32:28.212Z] ---> 65ffd519290e [2021-02-26T20:32:28.212Z] Step 7/30 : RUN go mod download [2021-02-26T20:32:28.485Z] ---> Running in c8b52f8953ea [2021-02-26T20:32:28.485Z] ---> Running in f3cd3e30bce6 [2021-02-26T20:32:28.485Z] ---> a934c391780c [2021-02-26T20:32:28.485Z] Step 7/23 : RUN go mod download [2021-02-26T20:32:28.485Z] ---> Running in 45d5ac01505e [2021-02-26T20:32:29.080Z] ---> Running in 5bdb0a6ad449 [2021-02-26T20:32:31.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:32:31.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:32:31.966Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T20:32:31.966Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T20:32:32.578Z] OK: 217 MiB in 51 packages [2021-02-26T20:32:32.578Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T20:32:32.578Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T20:32:33.588Z] Removing intermediate container f3cd3e30bce6 [2021-02-26T20:32:33.588Z] ---> 7467aa00336e [2021-02-26T20:32:33.588Z] Step 8/23 : COPY . . [2021-02-26T20:32:33.588Z] Removing intermediate container 5bdb0a6ad449 [2021-02-26T20:32:33.588Z] ---> 93d1d2864b74 [2021-02-26T20:32:33.588Z] Step 8/23 : COPY . . [2021-02-26T20:32:33.588Z] Removing intermediate container 45d5ac01505e [2021-02-26T20:32:33.588Z] ---> 779ce1e41ea5 [2021-02-26T20:32:33.588Z] Step 8/30 : COPY . . [2021-02-26T20:32:34.189Z] Removing intermediate container c8b52f8953ea [2021-02-26T20:32:34.189Z] ---> 0f8095041e82 [2021-02-26T20:32:34.189Z] Step 6/23 : COPY go.mod . [2021-02-26T20:32:36.194Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T20:32:36.194Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T20:32:36.789Z] ---> 083a8f5d2675 [2021-02-26T20:32:36.789Z] Step 7/23 : RUN go mod download [2021-02-26T20:32:38.246Z] ---> Running in 58d3c6914d32 [2021-02-26T20:32:38.522Z] 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-02-26T20:32:38.804Z] 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-02-26T20:32:39.085Z] Collecting idna<2.8,>=2.5 [2021-02-26T20:32:39.085Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T20:32:40.072Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T20:32:40.072Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T20:32:40.348Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T20:32:40.348Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T20:32:40.626Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T20:32:40.626Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T20:32:40.626Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T20:32:40.626Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T20:32:41.625Z] Installing collected packages: jsonschema, cached-property, idna, urllib3, requests, docopt, websocket-client, PyYAML, docker-pycreds, docker, dockerpty, texttable, docker-compose [2021-02-26T20:32:42.223Z] Attempting uninstall: idna [2021-02-26T20:32:42.223Z] Found existing installation: idna 2.9 [2021-02-26T20:32:42.223Z] Uninstalling idna-2.9: [2021-02-26T20:32:42.223Z] Successfully uninstalled idna-2.9 [2021-02-26T20:32:43.664Z] Attempting uninstall: urllib3 [2021-02-26T20:32:43.664Z] Found existing installation: urllib3 1.25.9 [2021-02-26T20:32:43.664Z] Uninstalling urllib3-1.25.9: [2021-02-26T20:32:43.664Z] Removing intermediate container 58d3c6914d32 [2021-02-26T20:32:43.664Z] ---> 6b3098228e7b [2021-02-26T20:32:43.664Z] Step 8/23 : COPY . . [2021-02-26T20:32:43.935Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T20:32:44.534Z] Attempting uninstall: requests [2021-02-26T20:32:44.534Z] Found existing installation: requests 2.23.0 [2021-02-26T20:32:44.534Z] Uninstalling requests-2.23.0: [2021-02-26T20:32:44.805Z] Successfully uninstalled requests-2.23.0 [2021-02-26T20:32:45.078Z] Running setup.py install for docopt: started [2021-02-26T20:32:47.053Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T20:32:47.651Z] Running setup.py install for PyYAML: started [2021-02-26T20:32:49.643Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T20:32:49.917Z] ---> 4fb3699fec34 [2021-02-26T20:32:50.193Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T20:32:50.193Z] ---> 96b1fbb65d28 [2021-02-26T20:32:50.193Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T20:32:50.469Z] ---> a04eea4da729 [2021-02-26T20:32:50.469Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T20:32:50.742Z] Running setup.py install for dockerpty: started [2021-02-26T20:32:51.015Z] ---> Running in 4edaa3f000c9 [2021-02-26T20:32:51.015Z] ---> Running in 7aed349d24cc [2021-02-26T20:32:51.015Z] ---> Running in b1c492b28a8f [2021-02-26T20:32:53.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-26T20:32:53.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-command/core-command ./cmd/core-command [2021-02-26T20:32:53.292Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T20:32:53.292Z] Running setup.py install for texttable: started [2021-02-26T20:32:53.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-26T20:32:56.216Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T20:32:57.679Z] ---> 517189a4d8f1 [2021-02-26T20:32:57.679Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-26T20:32:57.679Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T20:32:57.956Z] ---> Running in 5cc4d452f097 [2021-02-26T20:32:59.960Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.107" -o cmd/core-data/core-data ./cmd/core-data [2021-02-26T20:33:04.311Z] Removing intermediate container b9a46d88bff7 [2021-02-26T20:33:04.311Z] ---> ed826e09b797 [2021-02-26T20:33:04.311Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T20:33:04.311Z] ---> Running in 7d0563b6ac1c [2021-02-26T20:33:05.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:33:06.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:33:06.645Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T20:33:06.919Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T20:33:06.920Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T20:33:06.920Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:33:06.920Z] OK: 71 MiB in 58 packages [2021-02-26T20:33:08.367Z] Removing intermediate container 7d0563b6ac1c [2021-02-26T20:33:08.367Z] ---> 54f128553429 [2021-02-26T20:33:08.367Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T20:33:08.643Z] ---> Running in a5338e0dafaa [2021-02-26T20:33:09.280Z] Removing intermediate container a5338e0dafaa [2021-02-26T20:33:09.280Z] ---> ce57ada9110b [2021-02-26T20:33:09.280Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:33:09.565Z] ---> Running in f695661d3e17 [2021-02-26T20:33:10.171Z] Removing intermediate container f695661d3e17 [2021-02-26T20:33:10.171Z] ---> 7879a5dbdd3f [2021-02-26T20:33:10.171Z] Step 24/26 : LABEL arch=arm64 [2021-02-26T20:33:10.455Z] ---> Running in b2ca877a8a15 [2021-02-26T20:33:11.064Z] Removing intermediate container b2ca877a8a15 [2021-02-26T20:33:11.064Z] ---> 6eb7e045a747 [2021-02-26T20:33:11.064Z] Step 25/26 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:33:11.064Z] ---> Running in 86e280d48833 [2021-02-26T20:33:12.066Z] Removing intermediate container 86e280d48833 [2021-02-26T20:33:12.066Z] ---> bcde82598e8d [2021-02-26T20:33:12.066Z] Step 26/26 : LABEL version=2.0.0-dev.107 [2021-02-26T20:33:12.066Z] ---> Running in 7ab4cc5c36d2 [2021-02-26T20:33:12.705Z] Removing intermediate container 7ab4cc5c36d2 [2021-02-26T20:33:12.705Z] ---> 8e486f0575bf [2021-02-26T20:33:12.705Z] [2021-02-26T20:33:12.981Z] Successfully built 8e486f0575bf [2021-02-26T20:33:12.981Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-26T20:34:35.087Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7aed349d24cc [2021-02-26T20:34:35.087Z] ---> 375ca9f3fc39 [2021-02-26T20:34:35.087Z] [2021-02-26T20:34:35.087Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T20:34:35.087Z] ---> d10569e2745f [2021-02-26T20:34:35.087Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T20:34:35.087Z] ---> Running in 39c25f9c7a4c [2021-02-26T20:34:35.087Z] Removing intermediate container 39c25f9c7a4c [2021-02-26T20:34:35.087Z] ---> 5df323092559 [2021-02-26T20:34:35.087Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T20:34:35.087Z] ---> Running in 36e64d25e3ad [2021-02-26T20:34:35.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:34:35.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:34:35.087Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T20:34:35.087Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T20:34:35.087Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:34:35.087Z] OK: 5 MiB in 16 packages [2021-02-26T20:34:35.087Z] Removing intermediate container 36e64d25e3ad [2021-02-26T20:34:35.087Z] ---> a55efe6ce450 [2021-02-26T20:34:35.087Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T20:34:35.087Z] ---> Running in 9a4b08a0d0db [2021-02-26T20:34:35.087Z] Removing intermediate container 9a4b08a0d0db [2021-02-26T20:34:35.087Z] ---> 0670b69386fe [2021-02-26T20:34:35.087Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T20:34:35.087Z] ---> Running in 30f3dae805d2 [2021-02-26T20:34:35.087Z] Removing intermediate container 30f3dae805d2 [2021-02-26T20:34:35.087Z] ---> 160da403d44f [2021-02-26T20:34:35.087Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T20:34:35.087Z] ---> Running in b20c00ef7063 [2021-02-26T20:34:35.087Z] Removing intermediate container b1c492b28a8f [2021-02-26T20:34:35.087Z] ---> cb528ef4119f [2021-02-26T20:34:35.087Z] [2021-02-26T20:34:35.087Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T20:34:35.087Z] ---> d10569e2745f [2021-02-26T20:34:35.087Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T20:34:35.087Z] ---> Using cache [2021-02-26T20:34:35.087Z] ---> 89f5cc9db745 [2021-02-26T20:34:35.087Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:34:35.087Z] ---> Using cache [2021-02-26T20:34:35.087Z] ---> e50c53bf1a3e [2021-02-26T20:34:35.087Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T20:34:35.087Z] ---> Running in 5e40b63786d8 [2021-02-26T20:34:35.087Z] Removing intermediate container 5e40b63786d8 [2021-02-26T20:34:35.087Z] ---> 593e0aa91de0 [2021-02-26T20:34:35.087Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T20:34:35.087Z] ---> Running in 0fe523d448e2 [2021-02-26T20:34:35.087Z] Removing intermediate container 0fe523d448e2 [2021-02-26T20:34:35.087Z] ---> 97aab4e569ac [2021-02-26T20:34:35.087Z] Step 15/23 : WORKDIR / [2021-02-26T20:34:35.087Z] Removing intermediate container b20c00ef7063 [2021-02-26T20:34:35.087Z] ---> 39563662526e [2021-02-26T20:34:35.087Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T20:34:35.087Z] ---> Running in 7163a24b081d [2021-02-26T20:34:35.087Z] ---> Running in f540ca8b573a [2021-02-26T20:34:35.684Z] Removing intermediate container 7163a24b081d [2021-02-26T20:34:35.684Z] ---> feb1e4c156ab [2021-02-26T20:34:35.684Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T20:34:35.684Z] Removing intermediate container f540ca8b573a [2021-02-26T20:34:35.684Z] ---> 2123b5aec099 [2021-02-26T20:34:35.684Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:34:36.687Z] ---> 64139d9da9aa [2021-02-26T20:34:36.687Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T20:34:36.687Z] ---> 4da73a67e4ae [2021-02-26T20:34:36.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T20:34:36.977Z] ---> Running in 5fdacea40d96 [2021-02-26T20:34:38.967Z] ---> b49df486ef18 [2021-02-26T20:34:38.967Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T20:34:39.954Z] ---> 3df6fff764e1 [2021-02-26T20:34:40.231Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T20:34:40.505Z] ---> Running in 7b602e660f14 [2021-02-26T20:34:40.780Z] Removing intermediate container 5fdacea40d96 [2021-02-26T20:34:40.780Z] ---> ba3570117b11 [2021-02-26T20:34:40.780Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:34:41.378Z] Removing intermediate container 7b602e660f14 [2021-02-26T20:34:41.378Z] ---> 4d439d8c16cd [2021-02-26T20:34:41.378Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:34:41.660Z] ---> Running in 48c8ea9003a6 [2021-02-26T20:34:41.938Z] ---> 668a6468281e [2021-02-26T20:34:41.938Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T20:34:42.542Z] Removing intermediate container 48c8ea9003a6 [2021-02-26T20:34:42.542Z] ---> 7ca98fb505f1 [2021-02-26T20:34:42.542Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T20:34:42.816Z] ---> Running in e5c96e6ad208 [2021-02-26T20:34:43.826Z] Removing intermediate container 4edaa3f000c9 [2021-02-26T20:34:43.826Z] ---> 08981768c0af [2021-02-26T20:34:43.826Z] [2021-02-26T20:34:43.826Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T20:34:43.826Z] ---> d10569e2745f [2021-02-26T20:34:43.826Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T20:34:43.826Z] ---> Using cache [2021-02-26T20:34:43.826Z] ---> 89f5cc9db745 [2021-02-26T20:34:43.826Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T20:34:43.826Z] ---> Using cache [2021-02-26T20:34:43.826Z] ---> e50c53bf1a3e [2021-02-26T20:34:43.826Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T20:34:43.826Z] Removing intermediate container e5c96e6ad208 [2021-02-26T20:34:43.826Z] ---> a49b785e99cb [2021-02-26T20:34:43.826Z] Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:34:43.826Z] ---> ebe87020db70 [2021-02-26T20:34:43.826Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T20:34:43.826Z] ---> Running in cfb231cb8747 [2021-02-26T20:34:43.826Z] ---> Running in 8b6ab4e80401 [2021-02-26T20:34:44.429Z] Removing intermediate container cfb231cb8747 [2021-02-26T20:34:44.429Z] ---> 73166c7464af [2021-02-26T20:34:44.429Z] Step 23/23 : LABEL version=2.0.0-dev.107 [2021-02-26T20:34:44.722Z] Removing intermediate container 8b6ab4e80401 [2021-02-26T20:34:44.722Z] ---> c8d974346434 [2021-02-26T20:34:44.722Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T20:34:44.722Z] ---> Running in ea96795e0ef4 [2021-02-26T20:34:44.722Z] ---> Running in bd9523adbfa6 [2021-02-26T20:34:45.000Z] ---> 89e80bbf7e43 [2021-02-26T20:34:45.000Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T20:34:45.280Z] Removing intermediate container ea96795e0ef4 [2021-02-26T20:34:45.280Z] ---> 9d43d5cdbfdd [2021-02-26T20:34:45.280Z] [2021-02-26T20:34:45.556Z] Removing intermediate container bd9523adbfa6 [2021-02-26T20:34:45.556Z] ---> 4822f49e1f36 [2021-02-26T20:34:45.556Z] Step 15/23 : WORKDIR / [2021-02-26T20:34:45.834Z] Successfully built 9d43d5cdbfdd [2021-02-26T20:34:45.834Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-26T20:34:45.834Z]  Building docker-core-command-go ... done  ---> Running in 846555c6567b [2021-02-26T20:34:45.834Z] ---> 3e125c528732 [2021-02-26T20:34:45.834Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T20:34:46.434Z] ---> Running in f2ad8c5e5331 [2021-02-26T20:34:46.707Z] Removing intermediate container 846555c6567b [2021-02-26T20:34:46.707Z] ---> 3ab13fe441a3 [2021-02-26T20:34:46.707Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:34:46.981Z] Removing intermediate container f2ad8c5e5331 [2021-02-26T20:34:46.981Z] ---> 6b0961df3321 [2021-02-26T20:34:46.981Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T20:34:47.576Z] ---> 89783f9689fe [2021-02-26T20:34:47.576Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T20:34:47.847Z] ---> cd3736602aa0 [2021-02-26T20:34:47.847Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T20:34:48.822Z] ---> Running in 03103afe5d1c [2021-02-26T20:34:49.100Z] ---> e6b8f61681eb [2021-02-26T20:34:49.100Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T20:34:50.086Z] Removing intermediate container 5cc4d452f097 [2021-02-26T20:34:50.086Z] ---> 73f2e319e3e3 [2021-02-26T20:34:50.086Z] [2021-02-26T20:34:50.086Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T20:34:50.086Z] ---> d10569e2745f [2021-02-26T20:34:50.086Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T20:34:50.086Z] ---> 8ae77bb96816 [2021-02-26T20:34:50.086Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T20:34:50.362Z] ---> Running in 0fc8f97dbe07 [2021-02-26T20:34:50.362Z] ---> Running in 69f206db76cb [2021-02-26T20:34:50.974Z] Removing intermediate container 0fc8f97dbe07 [2021-02-26T20:34:50.974Z] ---> 254c0fb2f0c3 [2021-02-26T20:34:50.974Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T20:34:50.974Z] Removing intermediate container 69f206db76cb [2021-02-26T20:34:50.974Z] ---> e358dd9b47d2 [2021-02-26T20:34:50.974Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:34:51.245Z] ---> Running in 1d8fb2358139 [2021-02-26T20:34:51.245Z] ---> Running in 424105ad5076 [2021-02-26T20:34:51.245Z] Removing intermediate container 03103afe5d1c [2021-02-26T20:34:51.245Z] ---> 705db9fe46be [2021-02-26T20:34:51.245Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T20:34:51.839Z] ---> Running in 042692accdcc [2021-02-26T20:34:51.839Z] Removing intermediate container 1d8fb2358139 [2021-02-26T20:34:51.839Z] ---> bd1a1d8a17c5 [2021-02-26T20:34:51.839Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T20:34:51.839Z] Removing intermediate container 424105ad5076 [2021-02-26T20:34:51.839Z] ---> f56365bbc10f [2021-02-26T20:34:51.839Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T20:34:51.839Z] ---> Running in 8a3c2704734f [2021-02-26T20:34:52.111Z] ---> Running in 547a5325736e [2021-02-26T20:34:52.111Z] Removing intermediate container 042692accdcc [2021-02-26T20:34:52.111Z] ---> 6d14239b9443 [2021-02-26T20:34:52.111Z] Step 27/30 : CMD ["gate"] [2021-02-26T20:34:52.394Z] ---> Running in 25e2217e63b1 [2021-02-26T20:34:52.666Z] Removing intermediate container 8a3c2704734f [2021-02-26T20:34:52.666Z] ---> 6bd342b64bf4 [2021-02-26T20:34:52.666Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T20:34:52.666Z] Removing intermediate container 547a5325736e [2021-02-26T20:34:52.666Z] ---> 19b3b58c6c61 [2021-02-26T20:34:52.666Z] Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:34:52.946Z] ---> Running in 20e6c61d2128 [2021-02-26T20:34:52.946Z] ---> Running in c013a31370d8 [2021-02-26T20:34:53.221Z] Removing intermediate container 25e2217e63b1 [2021-02-26T20:34:53.221Z] ---> 87aa94e4ad08 [2021-02-26T20:34:53.221Z] Step 28/30 : LABEL arch=arm64 [2021-02-26T20:34:53.494Z] ---> Running in fc2a7b2e1db4 [2021-02-26T20:34:53.789Z] Removing intermediate container c013a31370d8 [2021-02-26T20:34:53.789Z] ---> 7f6066b29da3 [2021-02-26T20:34:53.789Z] Step 23/23 : LABEL version=2.0.0-dev.107 [2021-02-26T20:34:53.789Z] ---> Running in 432cfc560c58 [2021-02-26T20:34:54.062Z] Removing intermediate container fc2a7b2e1db4 [2021-02-26T20:34:54.062Z] ---> 94e204d556e1 [2021-02-26T20:34:54.062Z] Step 29/30 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:34:54.336Z] ---> Running in 4a9773253115 [2021-02-26T20:34:54.614Z] Removing intermediate container 432cfc560c58 [2021-02-26T20:34:54.614Z] ---> 99c6b4024697 [2021-02-26T20:34:54.614Z] [2021-02-26T20:34:54.886Z] Successfully built 99c6b4024697 [2021-02-26T20:34:54.886Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-26T20:34:55.169Z]  Building docker-core-metadata-go ... done Removing intermediate container 4a9773253115 [2021-02-26T20:34:55.169Z] ---> 008bf881413a [2021-02-26T20:34:55.169Z] Step 30/30 : LABEL version=2.0.0-dev.107 [2021-02-26T20:34:55.445Z] ---> Running in 62103b530e25 [2021-02-26T20:34:55.717Z] Removing intermediate container 20e6c61d2128 [2021-02-26T20:34:55.717Z] ---> 63c9a5a39a60 [2021-02-26T20:34:55.717Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T20:34:55.717Z] ---> Running in 4b07ccca60e8 [2021-02-26T20:34:55.992Z] Removing intermediate container 62103b530e25 [2021-02-26T20:34:55.992Z] ---> 89c326a74ac2 [2021-02-26T20:34:55.992Z] [2021-02-26T20:34:56.588Z] Successfully built 89c326a74ac2 [2021-02-26T20:34:56.588Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-26T20:34:56.859Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T20:34:57.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T20:34:58.418Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T20:34:58.418Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T20:34:58.418Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T20:34:58.688Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T20:34:58.961Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T20:34:58.961Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T20:34:58.961Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T20:34:58.961Z] OK: 8 MiB in 20 packages [2021-02-26T20:35:00.390Z] Removing intermediate container 4b07ccca60e8 [2021-02-26T20:35:00.390Z] ---> 9ce3c347ccc2 [2021-02-26T20:35:00.390Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T20:35:00.984Z] ---> 332e7ebc77e1 [2021-02-26T20:35:00.984Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T20:35:02.433Z] ---> ce5c18289276 [2021-02-26T20:35:02.433Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T20:35:03.031Z] ---> 0e99968e1bdc [2021-02-26T20:35:03.032Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T20:35:03.304Z] ---> Running in f2ce8e92bcd1 [2021-02-26T20:35:03.896Z] Removing intermediate container f2ce8e92bcd1 [2021-02-26T20:35:03.896Z] ---> 5bb5f3341654 [2021-02-26T20:35:03.896Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T20:35:03.896Z] ---> Running in b5864428509e [2021-02-26T20:35:04.168Z] Removing intermediate container b5864428509e [2021-02-26T20:35:04.441Z] ---> 29e53b8748e6 [2021-02-26T20:35:04.441Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T20:35:04.441Z] ---> Running in 93a8ce01eb1a [2021-02-26T20:35:05.033Z] Removing intermediate container 93a8ce01eb1a [2021-02-26T20:35:05.033Z] ---> d25e6939d346 [2021-02-26T20:35:05.033Z] Step 22/23 : LABEL git_sha=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:05.033Z] ---> Running in a7e455ce81b4 [2021-02-26T20:35:05.626Z] Removing intermediate container a7e455ce81b4 [2021-02-26T20:35:05.626Z] ---> d692af9fa3e7 [2021-02-26T20:35:05.626Z] Step 23/23 : LABEL version=2.0.0-dev.107 [2021-02-26T20:35:05.626Z] ---> Running in 36b64fac503d [2021-02-26T20:35:06.219Z] Removing intermediate container 36b64fac503d [2021-02-26T20:35:06.219Z] ---> f2f9f7bee3ba [2021-02-26T20:35:06.219Z] [2021-02-26T20:35:06.491Z] Successfully built f2f9f7bee3ba [2021-02-26T20:35:06.491Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-26T20:35:06.775Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-26T20:35:06.781Z] $ docker stop --time=1 81a060434fcc31ed924daa8d08d205da533954b5d7b58c7bc6c159345dbb2ec3 [2021-02-26T20:35:08.729Z] $ docker rm -f 81a060434fcc31ed924daa8d08d205da533954b5d7b58c7bc6c159345dbb2ec3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T20:35:09.422Z] + + grepdocker docker images [2021-02-26T20:35:09.422Z] [2021-02-26T20:35:09.694Z] docker-core-data-go-arm64 latest f2f9f7bee3ba 4 seconds ago 21.1MB [2021-02-26T20:35:09.694Z] docker-security-bootstrapper-go-arm64 latest 89c326a74ac2 14 seconds ago 17.6MB [2021-02-26T20:35:09.694Z] docker-core-metadata-go-arm64 latest 99c6b4024697 15 seconds ago 17.9MB [2021-02-26T20:35:09.694Z] docker-core-command-go-arm64 latest 9d43d5cdbfdd 24 seconds ago 16.2MB [2021-02-26T20:35:09.694Z] docker-sys-mgmt-agent-go-arm64 latest 8e486f0575bf About a minute ago 300MB [2021-02-26T20:35:09.694Z] docker-security-secretstore-setup-go-arm64 latest 4fb8e2519328 3 minutes ago 23.7MB [2021-02-26T20:35:09.694Z] docker-support-notifications-go-arm64 latest 42b579e8c790 3 minutes ago 16.8MB [2021-02-26T20:35:09.694Z] docker-support-scheduler-go-arm64 latest 41ca806316c6 3 minutes ago 16.3MB [2021-02-26T20:35:09.694Z] docker-security-proxy-setup-go-arm64 latest b5eafc804f5e 3 minutes ago 23.4MB [2021-02-26T20:35:09.694Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T20:35:10.327Z] provisioning config files... [2021-02-26T20:35:10.384Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/373@tmp/config8563119816382277875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:35:10.782Z] ---> docker-login.sh [2021-02-26T20:35:10.782Z] nexus3.edgexfoundry.org:10001 [2021-02-26T20:35:11.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:35:11.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:35:11.324Z] Configure a credential helper to remove this warning. See [2021-02-26T20:35:11.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:35:11.324Z] [2021-02-26T20:35:11.324Z] Login Succeeded [2021-02-26T20:35:11.324Z] nexus3.edgexfoundry.org:10002 [2021-02-26T20:35:11.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:35:11.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:35:11.867Z] Configure a credential helper to remove this warning. See [2021-02-26T20:35:11.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:35:11.867Z] [2021-02-26T20:35:11.867Z] Login Succeeded [2021-02-26T20:35:11.867Z] nexus3.edgexfoundry.org:10003 [2021-02-26T20:35:12.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:35:12.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:35:12.413Z] Configure a credential helper to remove this warning. See [2021-02-26T20:35:12.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:35:12.413Z] [2021-02-26T20:35:12.413Z] Login Succeeded [2021-02-26T20:35:12.413Z] nexus3.edgexfoundry.org:10004 [2021-02-26T20:35:13.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:35:13.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:35:13.010Z] Configure a credential helper to remove this warning. See [2021-02-26T20:35:13.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:35:13.010Z] [2021-02-26T20:35:13.010Z] Login Succeeded [2021-02-26T20:35:13.010Z] docker.io [2021-02-26T20:35:13.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T20:35:13.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T20:35:13.874Z] Configure a credential helper to remove this warning. See [2021-02-26T20:35:13.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T20:35:13.874Z] [2021-02-26T20:35:13.874Z] Login Succeeded [2021-02-26T20:35:13.874Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T20:35:13.892Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:35:14.219Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-26T20:35:14.219Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:14.219Z] 2.0.0-dev.107 [2021-02-26T20:35:14.219Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:14.219Z] master [2021-02-26T20:35:14.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:14.768Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:15.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:15.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T20:35:15.108Z] 3bc7019ed528: Preparing [2021-02-26T20:35:15.108Z] d29e1e9e6708: Preparing [2021-02-26T20:35:15.108Z] 1ae862800d98: Preparing [2021-02-26T20:35:15.108Z] 03ecf2432e90: Preparing [2021-02-26T20:35:15.108Z] 02a88cfff88f: Preparing [2021-02-26T20:35:15.379Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:15.379Z] 03ecf2432e90: Pushed [2021-02-26T20:35:15.379Z] 3bc7019ed528: Pushed [2021-02-26T20:35:15.379Z] 1ae862800d98: Pushed [2021-02-26T20:35:18.751Z] d29e1e9e6708: Pushed [2021-02-26T20:35:18.751Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:19.094Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:19.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:19.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T20:35:19.427Z] 3bc7019ed528: Preparing [2021-02-26T20:35:19.427Z] d29e1e9e6708: Preparing [2021-02-26T20:35:19.427Z] 1ae862800d98: Preparing [2021-02-26T20:35:19.427Z] 03ecf2432e90: Preparing [2021-02-26T20:35:19.427Z] 02a88cfff88f: Preparing [2021-02-26T20:35:19.697Z] 03ecf2432e90: Layer already exists [2021-02-26T20:35:19.697Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:19.697Z] d29e1e9e6708: Layer already exists [2021-02-26T20:35:19.697Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:19.697Z] 3bc7019ed528: Layer already exists [2021-02-26T20:35:19.697Z] 2.0.0-dev.107: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:20.035Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:20.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:20.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T20:35:20.404Z] 3bc7019ed528: Preparing [2021-02-26T20:35:20.404Z] d29e1e9e6708: Preparing [2021-02-26T20:35:20.404Z] 1ae862800d98: Preparing [2021-02-26T20:35:20.404Z] 03ecf2432e90: Preparing [2021-02-26T20:35:20.404Z] 02a88cfff88f: Preparing [2021-02-26T20:35:20.404Z] 3bc7019ed528: Layer already exists [2021-02-26T20:35:20.404Z] 03ecf2432e90: Layer already exists [2021-02-26T20:35:20.404Z] d29e1e9e6708: Layer already exists [2021-02-26T20:35:20.404Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:20.404Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:20.674Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:21.014Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:21.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-26T20:35:21.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-26T20:35:21.347Z] 3bc7019ed528: Preparing [2021-02-26T20:35:21.347Z] d29e1e9e6708: Preparing [2021-02-26T20:35:21.347Z] 1ae862800d98: Preparing [2021-02-26T20:35:21.347Z] 03ecf2432e90: Preparing [2021-02-26T20:35:21.347Z] 02a88cfff88f: Preparing [2021-02-26T20:35:21.347Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:21.347Z] 3bc7019ed528: Layer already exists [2021-02-26T20:35:21.347Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:21.347Z] 03ecf2432e90: Layer already exists [2021-02-26T20:35:21.347Z] d29e1e9e6708: Layer already exists [2021-02-26T20:35:21.639Z] master: digest: sha256:127a4906de24aa5553b3702882a9d67838fbe0b55d4e2a1ed44214e068f3681f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:35:21.911Z] ===================================================== [Pipeline] echo [2021-02-26T20:35:21.964Z] taggedImages: [2021-02-26T20:35:21.964Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:21.964Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:21.964Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:21.964Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-26T20:35:22.036Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-26T20:35:22.036Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:22.036Z] 2.0.0-dev.107 [2021-02-26T20:35:22.036Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:22.036Z] master [2021-02-26T20:35:22.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:22.559Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:22.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:22.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T20:35:22.937Z] 7531f69f214b: Preparing [2021-02-26T20:35:22.937Z] d46afefc36f5: Preparing [2021-02-26T20:35:22.937Z] 1ae862800d98: Preparing [2021-02-26T20:35:22.937Z] 74f251638790: Preparing [2021-02-26T20:35:22.937Z] 0612c49e9f8e: Preparing [2021-02-26T20:35:22.937Z] 02a88cfff88f: Preparing [2021-02-26T20:35:22.937Z] 02a88cfff88f: Waiting [2021-02-26T20:35:23.242Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:23.242Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:23.242Z] 7531f69f214b: Pushed [2021-02-26T20:35:23.242Z] 0612c49e9f8e: Pushed [2021-02-26T20:35:24.284Z] 74f251638790: Pushed [2021-02-26T20:35:26.977Z] d46afefc36f5: Pushed [2021-02-26T20:35:26.977Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:27.316Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:27.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:27.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T20:35:27.649Z] 7531f69f214b: Preparing [2021-02-26T20:35:27.649Z] d46afefc36f5: Preparing [2021-02-26T20:35:27.649Z] 1ae862800d98: Preparing [2021-02-26T20:35:27.649Z] 74f251638790: Preparing [2021-02-26T20:35:27.649Z] 0612c49e9f8e: Preparing [2021-02-26T20:35:27.649Z] 02a88cfff88f: Preparing [2021-02-26T20:35:27.649Z] 02a88cfff88f: Waiting [2021-02-26T20:35:27.649Z] 74f251638790: Layer already exists [2021-02-26T20:35:27.649Z] 7531f69f214b: Layer already exists [2021-02-26T20:35:27.649Z] d46afefc36f5: Layer already exists [2021-02-26T20:35:27.649Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:27.649Z] 0612c49e9f8e: Layer already exists [2021-02-26T20:35:27.921Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:27.921Z] 2.0.0-dev.107: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:28.266Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:28.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:28.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T20:35:28.600Z] 7531f69f214b: Preparing [2021-02-26T20:35:28.600Z] d46afefc36f5: Preparing [2021-02-26T20:35:28.600Z] 1ae862800d98: Preparing [2021-02-26T20:35:28.600Z] 74f251638790: Preparing [2021-02-26T20:35:28.600Z] 0612c49e9f8e: Preparing [2021-02-26T20:35:28.600Z] 02a88cfff88f: Preparing [2021-02-26T20:35:28.600Z] 02a88cfff88f: Waiting [2021-02-26T20:35:28.600Z] 7531f69f214b: Layer already exists [2021-02-26T20:35:28.600Z] d46afefc36f5: Layer already exists [2021-02-26T20:35:28.600Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:28.600Z] 74f251638790: Layer already exists [2021-02-26T20:35:28.600Z] 0612c49e9f8e: Layer already exists [2021-02-26T20:35:28.600Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:28.871Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:29.211Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:29.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-26T20:35:29.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-26T20:35:29.549Z] 7531f69f214b: Preparing [2021-02-26T20:35:29.549Z] d46afefc36f5: Preparing [2021-02-26T20:35:29.549Z] 1ae862800d98: Preparing [2021-02-26T20:35:29.549Z] 74f251638790: Preparing [2021-02-26T20:35:29.549Z] 0612c49e9f8e: Preparing [2021-02-26T20:35:29.549Z] 02a88cfff88f: Preparing [2021-02-26T20:35:29.549Z] 02a88cfff88f: Waiting [2021-02-26T20:35:29.549Z] 7531f69f214b: Layer already exists [2021-02-26T20:35:29.549Z] 74f251638790: Layer already exists [2021-02-26T20:35:29.549Z] 0612c49e9f8e: Layer already exists [2021-02-26T20:35:29.549Z] d46afefc36f5: Layer already exists [2021-02-26T20:35:29.549Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:29.819Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:29.819Z] master: digest: sha256:db4a20ce8ec5649d518fe169e2c9da706c455b78de34bc706fbc97633456afb8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:35:30.096Z] ===================================================== [Pipeline] echo [2021-02-26T20:35:30.306Z] taggedImages: [2021-02-26T20:35:30.306Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:30.306Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:30.306Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:30.306Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-26T20:35:30.370Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-26T20:35:30.370Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:30.370Z] 2.0.0-dev.107 [2021-02-26T20:35:30.370Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:30.370Z] master [2021-02-26T20:35:30.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:30.993Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:31.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:31.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T20:35:31.331Z] 9956941d9e59: Preparing [2021-02-26T20:35:31.331Z] 190ee1515280: Preparing [2021-02-26T20:35:31.331Z] 1ae862800d98: Preparing [2021-02-26T20:35:31.331Z] 03ecf2432e90: Preparing [2021-02-26T20:35:31.331Z] 02a88cfff88f: Preparing [2021-02-26T20:35:31.603Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:31.603Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:31.603Z] 03ecf2432e90: Layer already exists [2021-02-26T20:35:31.603Z] 9956941d9e59: Pushed [2021-02-26T20:35:34.969Z] 190ee1515280: Pushed [2021-02-26T20:35:34.969Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:35.308Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:35.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:35.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T20:35:35.641Z] 9956941d9e59: Preparing [2021-02-26T20:35:35.641Z] 190ee1515280: Preparing [2021-02-26T20:35:35.641Z] 1ae862800d98: Preparing [2021-02-26T20:35:35.641Z] 03ecf2432e90: Preparing [2021-02-26T20:35:35.641Z] 02a88cfff88f: Preparing [2021-02-26T20:35:35.911Z] 9956941d9e59: Layer already exists [2021-02-26T20:35:35.911Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:35.911Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:35.911Z] 03ecf2432e90: Layer already exists [2021-02-26T20:35:35.911Z] 190ee1515280: Layer already exists [2021-02-26T20:35:35.911Z] 2.0.0-dev.107: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:36.256Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:36.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:36.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T20:35:36.589Z] 9956941d9e59: Preparing [2021-02-26T20:35:36.589Z] 190ee1515280: Preparing [2021-02-26T20:35:36.589Z] 1ae862800d98: Preparing [2021-02-26T20:35:36.589Z] 03ecf2432e90: Preparing [2021-02-26T20:35:36.589Z] 02a88cfff88f: Preparing [2021-02-26T20:35:36.858Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:36.858Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:36.858Z] 03ecf2432e90: Layer already exists [2021-02-26T20:35:36.858Z] 190ee1515280: Layer already exists [2021-02-26T20:35:36.858Z] 9956941d9e59: Layer already exists [2021-02-26T20:35:36.858Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:37.198Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:37.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-26T20:35:37.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-26T20:35:37.533Z] 9956941d9e59: Preparing [2021-02-26T20:35:37.533Z] 190ee1515280: Preparing [2021-02-26T20:35:37.533Z] 1ae862800d98: Preparing [2021-02-26T20:35:37.533Z] 03ecf2432e90: Preparing [2021-02-26T20:35:37.533Z] 02a88cfff88f: Preparing [2021-02-26T20:35:37.533Z] 190ee1515280: Layer already exists [2021-02-26T20:35:37.533Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:37.533Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:37.803Z] 03ecf2432e90: Layer already exists [2021-02-26T20:35:37.803Z] 9956941d9e59: Layer already exists [2021-02-26T20:35:37.803Z] master: digest: sha256:bb2ba6b1e76d5cfa0832a66d974f50d8c54dddde4490b384357f555573161b80 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:35:37.990Z] ===================================================== [Pipeline] echo [2021-02-26T20:35:38.038Z] taggedImages: [2021-02-26T20:35:38.038Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:38.038Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:38.038Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:38.038Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-26T20:35:38.100Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-26T20:35:38.100Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:38.100Z] 2.0.0-dev.107 [2021-02-26T20:35:38.100Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:38.100Z] master [2021-02-26T20:35:38.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:38.601Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:38.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:38.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T20:35:38.936Z] 67ca542bee85: Preparing [2021-02-26T20:35:38.936Z] 67ca542bee85: Preparing [2021-02-26T20:35:38.936Z] 37c29b3c82fe: Preparing [2021-02-26T20:35:38.936Z] 230ece5bcba5: Preparing [2021-02-26T20:35:38.936Z] 22dce170c045: Preparing [2021-02-26T20:35:38.936Z] 1ae862800d98: Preparing [2021-02-26T20:35:38.936Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:38.936Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:38.936Z] 2df8a473efb0: Preparing [2021-02-26T20:35:38.936Z] 9bf7e6289e29: Preparing [2021-02-26T20:35:38.936Z] 02a88cfff88f: Preparing [2021-02-26T20:35:38.936Z] 8e644f8ffefd: Waiting [2021-02-26T20:35:38.936Z] 9bf7e6289e29: Waiting [2021-02-26T20:35:38.936Z] 2df8a473efb0: Waiting [2021-02-26T20:35:38.936Z] 02a88cfff88f: Waiting [2021-02-26T20:35:39.208Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:39.479Z] 230ece5bcba5: Pushed [2021-02-26T20:35:39.479Z] 37c29b3c82fe: Pushed [2021-02-26T20:35:39.479Z] 67ca542bee85: Pushed [2021-02-26T20:35:39.479Z] 8e644f8ffefd: Pushed [2021-02-26T20:35:39.479Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:39.479Z] 2df8a473efb0: Pushed [2021-02-26T20:35:39.479Z] 9bf7e6289e29: Pushed [2021-02-26T20:35:42.076Z] 22dce170c045: Pushed [2021-02-26T20:35:42.348Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:42.688Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:43.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:43.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T20:35:43.026Z] 67ca542bee85: Preparing [2021-02-26T20:35:43.026Z] 67ca542bee85: Preparing [2021-02-26T20:35:43.026Z] 37c29b3c82fe: Preparing [2021-02-26T20:35:43.026Z] 230ece5bcba5: Preparing [2021-02-26T20:35:43.026Z] 22dce170c045: Preparing [2021-02-26T20:35:43.026Z] 1ae862800d98: Preparing [2021-02-26T20:35:43.026Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:43.026Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:43.026Z] 2df8a473efb0: Preparing [2021-02-26T20:35:43.026Z] 9bf7e6289e29: Preparing [2021-02-26T20:35:43.026Z] 02a88cfff88f: Preparing [2021-02-26T20:35:43.026Z] 2df8a473efb0: Waiting [2021-02-26T20:35:43.026Z] 9bf7e6289e29: Waiting [2021-02-26T20:35:43.026Z] 02a88cfff88f: Waiting [2021-02-26T20:35:43.026Z] 8e644f8ffefd: Waiting [2021-02-26T20:35:43.026Z] 230ece5bcba5: Layer already exists [2021-02-26T20:35:43.026Z] 67ca542bee85: Layer already exists [2021-02-26T20:35:43.296Z] 37c29b3c82fe: Layer already exists [2021-02-26T20:35:43.296Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:43.296Z] 22dce170c045: Layer already exists [2021-02-26T20:35:43.296Z] 8e644f8ffefd: Layer already exists [2021-02-26T20:35:43.296Z] 2df8a473efb0: Layer already exists [2021-02-26T20:35:43.296Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:43.296Z] 9bf7e6289e29: Layer already exists [2021-02-26T20:35:43.296Z] 2.0.0-dev.107: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:43.636Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:43.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:43.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T20:35:43.968Z] 67ca542bee85: Preparing [2021-02-26T20:35:43.968Z] 67ca542bee85: Preparing [2021-02-26T20:35:43.968Z] 37c29b3c82fe: Preparing [2021-02-26T20:35:43.968Z] 230ece5bcba5: Preparing [2021-02-26T20:35:43.968Z] 22dce170c045: Preparing [2021-02-26T20:35:43.968Z] 1ae862800d98: Preparing [2021-02-26T20:35:43.968Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:43.968Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:43.968Z] 2df8a473efb0: Preparing [2021-02-26T20:35:43.968Z] 9bf7e6289e29: Preparing [2021-02-26T20:35:43.968Z] 02a88cfff88f: Preparing [2021-02-26T20:35:43.968Z] 8e644f8ffefd: Waiting [2021-02-26T20:35:43.968Z] 2df8a473efb0: Waiting [2021-02-26T20:35:43.968Z] 9bf7e6289e29: Waiting [2021-02-26T20:35:43.968Z] 02a88cfff88f: Waiting [2021-02-26T20:35:43.968Z] 230ece5bcba5: Layer already exists [2021-02-26T20:35:43.968Z] 22dce170c045: Layer already exists [2021-02-26T20:35:43.968Z] 67ca542bee85: Layer already exists [2021-02-26T20:35:43.968Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:44.238Z] 37c29b3c82fe: Layer already exists [2021-02-26T20:35:44.238Z] 8e644f8ffefd: Layer already exists [2021-02-26T20:35:44.238Z] 2df8a473efb0: Layer already exists [2021-02-26T20:35:44.238Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:44.238Z] 9bf7e6289e29: Layer already exists [2021-02-26T20:35:44.238Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:44.576Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:44.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-26T20:35:44.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-26T20:35:44.910Z] 67ca542bee85: Preparing [2021-02-26T20:35:44.910Z] 67ca542bee85: Preparing [2021-02-26T20:35:44.910Z] 37c29b3c82fe: Preparing [2021-02-26T20:35:44.910Z] 230ece5bcba5: Preparing [2021-02-26T20:35:44.910Z] 22dce170c045: Preparing [2021-02-26T20:35:44.910Z] 1ae862800d98: Preparing [2021-02-26T20:35:44.910Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:44.910Z] 8e644f8ffefd: Preparing [2021-02-26T20:35:44.910Z] 2df8a473efb0: Preparing [2021-02-26T20:35:44.910Z] 9bf7e6289e29: Preparing [2021-02-26T20:35:44.910Z] 02a88cfff88f: Preparing [2021-02-26T20:35:44.910Z] 8e644f8ffefd: Waiting [2021-02-26T20:35:44.910Z] 2df8a473efb0: Waiting [2021-02-26T20:35:44.910Z] 9bf7e6289e29: Waiting [2021-02-26T20:35:44.910Z] 02a88cfff88f: Waiting [2021-02-26T20:35:44.910Z] 67ca542bee85: Layer already exists [2021-02-26T20:35:44.910Z] 1ae862800d98: Layer already exists [2021-02-26T20:35:45.183Z] 230ece5bcba5: Layer already exists [2021-02-26T20:35:45.183Z] 22dce170c045: Layer already exists [2021-02-26T20:35:45.183Z] 37c29b3c82fe: Layer already exists [2021-02-26T20:35:45.183Z] 2df8a473efb0: Layer already exists [2021-02-26T20:35:45.183Z] 8e644f8ffefd: Layer already exists [2021-02-26T20:35:45.183Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:45.183Z] 9bf7e6289e29: Layer already exists [2021-02-26T20:35:45.183Z] master: digest: sha256:98882034748f7dacd429c3f6397099c71a021f16a4e75159198b45593a3d56c6 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:35:45.409Z] ===================================================== [Pipeline] echo [2021-02-26T20:35:45.455Z] taggedImages: [2021-02-26T20:35:45.455Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:45.455Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:45.455Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:45.455Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-26T20:35:45.513Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-26T20:35:45.513Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:45.513Z] 2.0.0-dev.107 [2021-02-26T20:35:45.513Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:45.513Z] master [2021-02-26T20:35:45.513Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:46.012Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:46.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:46.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T20:35:46.361Z] 0f0e1abf1ac1: Preparing [2021-02-26T20:35:46.361Z] 02e01c9ec649: Preparing [2021-02-26T20:35:46.361Z] 795edf35a3b1: Preparing [2021-02-26T20:35:46.361Z] 97dbc86cb1ac: Preparing [2021-02-26T20:35:46.361Z] 424487500e51: Preparing [2021-02-26T20:35:46.361Z] 02a88cfff88f: Preparing [2021-02-26T20:35:46.361Z] 02a88cfff88f: Waiting [2021-02-26T20:35:46.633Z] 97dbc86cb1ac: Pushed [2021-02-26T20:35:46.633Z] 795edf35a3b1: Pushed [2021-02-26T20:35:46.904Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:47.176Z] 424487500e51: Pushed [2021-02-26T20:35:48.606Z] 0f0e1abf1ac1: Pushed [2021-02-26T20:35:48.879Z] 02e01c9ec649: Pushed [2021-02-26T20:35:49.149Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:49.486Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:49.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:49.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T20:35:49.829Z] 0f0e1abf1ac1: Preparing [2021-02-26T20:35:49.829Z] 02e01c9ec649: Preparing [2021-02-26T20:35:49.829Z] 795edf35a3b1: Preparing [2021-02-26T20:35:49.829Z] 97dbc86cb1ac: Preparing [2021-02-26T20:35:49.829Z] 424487500e51: Preparing [2021-02-26T20:35:49.829Z] 02a88cfff88f: Preparing [2021-02-26T20:35:49.829Z] 02a88cfff88f: Waiting [2021-02-26T20:35:49.829Z] 02e01c9ec649: Layer already exists [2021-02-26T20:35:49.829Z] 795edf35a3b1: Layer already exists [2021-02-26T20:35:49.829Z] 0f0e1abf1ac1: Layer already exists [2021-02-26T20:35:49.829Z] 424487500e51: Layer already exists [2021-02-26T20:35:49.829Z] 97dbc86cb1ac: Layer already exists [2021-02-26T20:35:50.098Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:50.098Z] 2.0.0-dev.107: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:50.438Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:50.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:50.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T20:35:50.772Z] 0f0e1abf1ac1: Preparing [2021-02-26T20:35:50.772Z] 02e01c9ec649: Preparing [2021-02-26T20:35:50.772Z] 795edf35a3b1: Preparing [2021-02-26T20:35:50.772Z] 97dbc86cb1ac: Preparing [2021-02-26T20:35:50.772Z] 424487500e51: Preparing [2021-02-26T20:35:50.772Z] 02a88cfff88f: Preparing [2021-02-26T20:35:50.772Z] 02a88cfff88f: Waiting [2021-02-26T20:35:50.772Z] 97dbc86cb1ac: Layer already exists [2021-02-26T20:35:50.772Z] 0f0e1abf1ac1: Layer already exists [2021-02-26T20:35:50.772Z] 02e01c9ec649: Layer already exists [2021-02-26T20:35:50.772Z] 424487500e51: Layer already exists [2021-02-26T20:35:50.772Z] 795edf35a3b1: Layer already exists [2021-02-26T20:35:51.043Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:51.043Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:51.392Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:51.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-26T20:35:51.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-26T20:35:51.729Z] 0f0e1abf1ac1: Preparing [2021-02-26T20:35:51.729Z] 02e01c9ec649: Preparing [2021-02-26T20:35:51.729Z] 795edf35a3b1: Preparing [2021-02-26T20:35:51.729Z] 97dbc86cb1ac: Preparing [2021-02-26T20:35:51.729Z] 424487500e51: Preparing [2021-02-26T20:35:51.729Z] 02a88cfff88f: Preparing [2021-02-26T20:35:51.729Z] 795edf35a3b1: Layer already exists [2021-02-26T20:35:51.729Z] 424487500e51: Layer already exists [2021-02-26T20:35:51.729Z] 02e01c9ec649: Layer already exists [2021-02-26T20:35:51.729Z] 0f0e1abf1ac1: Layer already exists [2021-02-26T20:35:52.000Z] 97dbc86cb1ac: Layer already exists [2021-02-26T20:35:52.000Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:52.000Z] master: digest: sha256:3ec966ac283ec62704477df072d0bd41dce2a9a866ba29736197780a4d114905 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:35:52.224Z] ===================================================== [Pipeline] echo [2021-02-26T20:35:52.273Z] taggedImages: [2021-02-26T20:35:52.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:52.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:52.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:52.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-26T20:35:52.349Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-26T20:35:52.349Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:52.349Z] 2.0.0-dev.107 [2021-02-26T20:35:52.349Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:52.349Z] master [2021-02-26T20:35:52.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:52.851Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:53.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:53.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T20:35:53.194Z] 0a02f443433d: Preparing [2021-02-26T20:35:53.194Z] ae24c9bb4ce7: Preparing [2021-02-26T20:35:53.194Z] 4d0f636bf518: Preparing [2021-02-26T20:35:53.194Z] 5b123001285c: Preparing [2021-02-26T20:35:53.194Z] 30721c63888b: Preparing [2021-02-26T20:35:53.194Z] 67544a438228: Preparing [2021-02-26T20:35:53.194Z] 59a179f74e65: Preparing [2021-02-26T20:35:53.194Z] d81a9e419c5d: Preparing [2021-02-26T20:35:53.194Z] 02a88cfff88f: Preparing [2021-02-26T20:35:53.194Z] 59a179f74e65: Waiting [2021-02-26T20:35:53.194Z] 02a88cfff88f: Waiting [2021-02-26T20:35:53.194Z] d81a9e419c5d: Waiting [2021-02-26T20:35:53.467Z] 30721c63888b: Pushed [2021-02-26T20:35:53.467Z] 0a02f443433d: Pushed [2021-02-26T20:35:53.467Z] ae24c9bb4ce7: Pushed [2021-02-26T20:35:53.737Z] 67544a438228: Pushed [2021-02-26T20:35:53.737Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:53.737Z] 59a179f74e65: Pushed [2021-02-26T20:35:54.325Z] d81a9e419c5d: Pushed [2021-02-26T20:35:55.746Z] 5b123001285c: Pushed [2021-02-26T20:35:55.746Z] 4d0f636bf518: Pushed [2021-02-26T20:35:55.746Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:56.084Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:56.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:56.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T20:35:56.415Z] 0a02f443433d: Preparing [2021-02-26T20:35:56.415Z] ae24c9bb4ce7: Preparing [2021-02-26T20:35:56.415Z] 4d0f636bf518: Preparing [2021-02-26T20:35:56.415Z] 5b123001285c: Preparing [2021-02-26T20:35:56.415Z] 30721c63888b: Preparing [2021-02-26T20:35:56.415Z] 67544a438228: Preparing [2021-02-26T20:35:56.415Z] 59a179f74e65: Preparing [2021-02-26T20:35:56.415Z] d81a9e419c5d: Preparing [2021-02-26T20:35:56.415Z] 02a88cfff88f: Preparing [2021-02-26T20:35:56.415Z] 67544a438228: Waiting [2021-02-26T20:35:56.415Z] 59a179f74e65: Waiting [2021-02-26T20:35:56.415Z] d81a9e419c5d: Waiting [2021-02-26T20:35:56.415Z] 02a88cfff88f: Waiting [2021-02-26T20:35:56.415Z] 4d0f636bf518: Layer already exists [2021-02-26T20:35:56.415Z] 30721c63888b: Layer already exists [2021-02-26T20:35:56.415Z] ae24c9bb4ce7: Layer already exists [2021-02-26T20:35:56.415Z] 0a02f443433d: Layer already exists [2021-02-26T20:35:56.686Z] 5b123001285c: Layer already exists [2021-02-26T20:35:56.686Z] 67544a438228: Layer already exists [2021-02-26T20:35:56.686Z] d81a9e419c5d: Layer already exists [2021-02-26T20:35:56.686Z] 59a179f74e65: Layer already exists [2021-02-26T20:35:56.686Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:56.686Z] 2.0.0-dev.107: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:57.021Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:57.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:57.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T20:35:57.353Z] 0a02f443433d: Preparing [2021-02-26T20:35:57.353Z] ae24c9bb4ce7: Preparing [2021-02-26T20:35:57.353Z] 4d0f636bf518: Preparing [2021-02-26T20:35:57.353Z] 5b123001285c: Preparing [2021-02-26T20:35:57.353Z] 30721c63888b: Preparing [2021-02-26T20:35:57.353Z] 67544a438228: Preparing [2021-02-26T20:35:57.353Z] 59a179f74e65: Preparing [2021-02-26T20:35:57.353Z] d81a9e419c5d: Preparing [2021-02-26T20:35:57.353Z] 02a88cfff88f: Preparing [2021-02-26T20:35:57.353Z] 59a179f74e65: Waiting [2021-02-26T20:35:57.353Z] 67544a438228: Waiting [2021-02-26T20:35:57.353Z] 02a88cfff88f: Waiting [2021-02-26T20:35:57.353Z] d81a9e419c5d: Waiting [2021-02-26T20:35:57.353Z] ae24c9bb4ce7: Layer already exists [2021-02-26T20:35:57.623Z] 4d0f636bf518: Layer already exists [2021-02-26T20:35:57.623Z] 0a02f443433d: Layer already exists [2021-02-26T20:35:57.623Z] 5b123001285c: Layer already exists [2021-02-26T20:35:57.623Z] 30721c63888b: Layer already exists [2021-02-26T20:35:57.623Z] 67544a438228: Layer already exists [2021-02-26T20:35:57.623Z] 59a179f74e65: Layer already exists [2021-02-26T20:35:57.623Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:57.623Z] d81a9e419c5d: Layer already exists [2021-02-26T20:35:57.623Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:57.964Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:58.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-26T20:35:58.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-26T20:35:58.300Z] 0a02f443433d: Preparing [2021-02-26T20:35:58.300Z] ae24c9bb4ce7: Preparing [2021-02-26T20:35:58.300Z] 4d0f636bf518: Preparing [2021-02-26T20:35:58.300Z] 5b123001285c: Preparing [2021-02-26T20:35:58.300Z] 30721c63888b: Preparing [2021-02-26T20:35:58.300Z] 67544a438228: Preparing [2021-02-26T20:35:58.300Z] 59a179f74e65: Preparing [2021-02-26T20:35:58.300Z] d81a9e419c5d: Preparing [2021-02-26T20:35:58.300Z] 02a88cfff88f: Preparing [2021-02-26T20:35:58.300Z] 59a179f74e65: Waiting [2021-02-26T20:35:58.300Z] 67544a438228: Waiting [2021-02-26T20:35:58.300Z] d81a9e419c5d: Waiting [2021-02-26T20:35:58.300Z] 4d0f636bf518: Layer already exists [2021-02-26T20:35:58.300Z] 30721c63888b: Layer already exists [2021-02-26T20:35:58.300Z] 0a02f443433d: Layer already exists [2021-02-26T20:35:58.300Z] 5b123001285c: Layer already exists [2021-02-26T20:35:58.300Z] ae24c9bb4ce7: Layer already exists [2021-02-26T20:35:58.300Z] 67544a438228: Layer already exists [2021-02-26T20:35:58.300Z] 59a179f74e65: Layer already exists [2021-02-26T20:35:58.300Z] d81a9e419c5d: Layer already exists [2021-02-26T20:35:58.570Z] 02a88cfff88f: Layer already exists [2021-02-26T20:35:58.570Z] master: digest: sha256:af257dd14287b9c075648193d94b68122e0015e462e6314ab6188a73cf0b114a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:35:58.768Z] ===================================================== [Pipeline] echo [2021-02-26T20:35:58.813Z] taggedImages: [2021-02-26T20:35:58.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:58.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.107 [2021-02-26T20:35:58.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:58.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-26T20:35:58.883Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-26T20:35:58.884Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:58.884Z] 2.0.0-dev.107 [2021-02-26T20:35:58.884Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:35:58.884Z] master [2021-02-26T20:35:58.884Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:59.399Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:35:59.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:35:59.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T20:35:59.730Z] 33e3e706baf7: Preparing [2021-02-26T20:35:59.730Z] 86ebaf9b9eb5: Preparing [2021-02-26T20:35:59.730Z] 1ae862800d98: Preparing [2021-02-26T20:35:59.730Z] ce669cd6e2ba: Preparing [2021-02-26T20:35:59.730Z] 02a88cfff88f: Preparing [2021-02-26T20:36:00.001Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:00.001Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:00.001Z] 33e3e706baf7: Pushed [2021-02-26T20:36:00.279Z] ce669cd6e2ba: Pushed [2021-02-26T20:36:02.884Z] 86ebaf9b9eb5: Pushed [2021-02-26T20:36:03.154Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:03.492Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:03.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.107 [2021-02-26T20:36:03.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T20:36:03.826Z] 33e3e706baf7: Preparing [2021-02-26T20:36:03.826Z] 86ebaf9b9eb5: Preparing [2021-02-26T20:36:03.826Z] 1ae862800d98: Preparing [2021-02-26T20:36:03.826Z] ce669cd6e2ba: Preparing [2021-02-26T20:36:03.826Z] 02a88cfff88f: Preparing [2021-02-26T20:36:03.826Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:03.826Z] 86ebaf9b9eb5: Layer already exists [2021-02-26T20:36:03.826Z] ce669cd6e2ba: Layer already exists [2021-02-26T20:36:03.826Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:04.096Z] 33e3e706baf7: Layer already exists [2021-02-26T20:36:04.096Z] 2.0.0-dev.107: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:04.435Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:04.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:04.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T20:36:04.765Z] 33e3e706baf7: Preparing [2021-02-26T20:36:04.765Z] 86ebaf9b9eb5: Preparing [2021-02-26T20:36:04.765Z] 1ae862800d98: Preparing [2021-02-26T20:36:04.765Z] ce669cd6e2ba: Preparing [2021-02-26T20:36:04.765Z] 02a88cfff88f: Preparing [2021-02-26T20:36:04.765Z] ce669cd6e2ba: Layer already exists [2021-02-26T20:36:04.765Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:04.765Z] 86ebaf9b9eb5: Layer already exists [2021-02-26T20:36:04.765Z] 33e3e706baf7: Layer already exists [2021-02-26T20:36:04.765Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:05.034Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:05.371Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:05.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-26T20:36:05.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-26T20:36:05.702Z] 33e3e706baf7: Preparing [2021-02-26T20:36:05.702Z] 86ebaf9b9eb5: Preparing [2021-02-26T20:36:05.702Z] 1ae862800d98: Preparing [2021-02-26T20:36:05.702Z] ce669cd6e2ba: Preparing [2021-02-26T20:36:05.702Z] 02a88cfff88f: Preparing [2021-02-26T20:36:05.971Z] ce669cd6e2ba: Layer already exists [2021-02-26T20:36:05.971Z] 86ebaf9b9eb5: Layer already exists [2021-02-26T20:36:05.971Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:05.971Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:05.971Z] 33e3e706baf7: Layer already exists [2021-02-26T20:36:05.971Z] master: digest: sha256:206128215c16490fe5c85344b2dcd951499df1405586599936c83d57dc783a32 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:36:06.220Z] ===================================================== [Pipeline] echo [2021-02-26T20:36:06.266Z] taggedImages: [2021-02-26T20:36:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:36:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.107 [2021-02-26T20:36:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-26T20:36:06.331Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-26T20:36:06.331Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:36:06.331Z] 2.0.0-dev.107 [2021-02-26T20:36:06.331Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:06.331Z] master [2021-02-26T20:36:06.331Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:06.829Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:07.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:36:07.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T20:36:07.162Z] e75056c741b3: Preparing [2021-02-26T20:36:07.162Z] 20551cb7988d: Preparing [2021-02-26T20:36:07.162Z] 1ae862800d98: Preparing [2021-02-26T20:36:07.162Z] 03ecf2432e90: Preparing [2021-02-26T20:36:07.162Z] 02a88cfff88f: Preparing [2021-02-26T20:36:07.436Z] 03ecf2432e90: Layer already exists [2021-02-26T20:36:07.436Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:07.436Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:07.436Z] e75056c741b3: Pushed [2021-02-26T20:36:10.033Z] 20551cb7988d: Pushed [2021-02-26T20:36:10.033Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:10.374Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:10.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.107 [2021-02-26T20:36:10.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T20:36:10.710Z] e75056c741b3: Preparing [2021-02-26T20:36:10.710Z] 20551cb7988d: Preparing [2021-02-26T20:36:10.710Z] 1ae862800d98: Preparing [2021-02-26T20:36:10.710Z] 03ecf2432e90: Preparing [2021-02-26T20:36:10.710Z] 02a88cfff88f: Preparing [2021-02-26T20:36:10.981Z] 20551cb7988d: Layer already exists [2021-02-26T20:36:10.981Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:10.981Z] 03ecf2432e90: Layer already exists [2021-02-26T20:36:10.981Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:10.981Z] e75056c741b3: Layer already exists [2021-02-26T20:36:10.981Z] 2.0.0-dev.107: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:11.323Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:11.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:11.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T20:36:11.660Z] e75056c741b3: Preparing [2021-02-26T20:36:11.660Z] 20551cb7988d: Preparing [2021-02-26T20:36:11.660Z] 1ae862800d98: Preparing [2021-02-26T20:36:11.660Z] 03ecf2432e90: Preparing [2021-02-26T20:36:11.660Z] 02a88cfff88f: Preparing [2021-02-26T20:36:11.660Z] 20551cb7988d: Layer already exists [2021-02-26T20:36:11.660Z] e75056c741b3: Layer already exists [2021-02-26T20:36:11.660Z] 03ecf2432e90: Layer already exists [2021-02-26T20:36:11.660Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:11.660Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:11.930Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:12.270Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:12.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-26T20:36:12.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-26T20:36:12.605Z] e75056c741b3: Preparing [2021-02-26T20:36:12.605Z] 20551cb7988d: Preparing [2021-02-26T20:36:12.605Z] 1ae862800d98: Preparing [2021-02-26T20:36:12.605Z] 03ecf2432e90: Preparing [2021-02-26T20:36:12.605Z] 02a88cfff88f: Preparing [2021-02-26T20:36:12.875Z] 02a88cfff88f: Layer already exists [2021-02-26T20:36:12.875Z] 03ecf2432e90: Layer already exists [2021-02-26T20:36:12.875Z] 1ae862800d98: Layer already exists [2021-02-26T20:36:12.875Z] e75056c741b3: Layer already exists [2021-02-26T20:36:12.875Z] 20551cb7988d: Layer already exists [2021-02-26T20:36:12.875Z] master: digest: sha256:a0abbddc3354b01779e79e22696d6c3440948053c64b6af5f06a4eaa07d9c867 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:36:13.074Z] ===================================================== [Pipeline] echo [2021-02-26T20:36:13.129Z] taggedImages: [2021-02-26T20:36:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:36:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.107 [2021-02-26T20:36:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-26T20:36:13.194Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-26T20:36:13.194Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:36:13.194Z] 2.0.0-dev.107 [2021-02-26T20:36:13.194Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:13.194Z] master [2021-02-26T20:36:13.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:13.689Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:14.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:36:14.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T20:36:14.040Z] 31dd0c8a2ba7: Preparing [2021-02-26T20:36:14.040Z] e48c723112ff: Preparing [2021-02-26T20:36:14.040Z] 3474b8bb151b: Preparing [2021-02-26T20:36:14.040Z] be33e460a7b9: Preparing [2021-02-26T20:36:14.040Z] 6650b9f75eef: Preparing [2021-02-26T20:36:14.040Z] c9bc702381b2: Preparing [2021-02-26T20:36:14.040Z] 88daf7e109d6: Preparing [2021-02-26T20:36:14.040Z] 9ded3b6bb9b5: Preparing [2021-02-26T20:36:14.040Z] fa1afe8e6ed9: Preparing [2021-02-26T20:36:14.040Z] 87a09b4c083e: Preparing [2021-02-26T20:36:14.040Z] 0f74e9ff2a61: Preparing [2021-02-26T20:36:14.040Z] b122376c33c6: Preparing [2021-02-26T20:36:14.040Z] f8381ed47b22: Preparing [2021-02-26T20:36:14.040Z] e934a737d657: Preparing [2021-02-26T20:36:14.040Z] 87a09b4c083e: Waiting [2021-02-26T20:36:14.040Z] 0f74e9ff2a61: Waiting [2021-02-26T20:36:14.040Z] b122376c33c6: Waiting [2021-02-26T20:36:14.040Z] f8381ed47b22: Waiting [2021-02-26T20:36:14.040Z] c9bc702381b2: Waiting [2021-02-26T20:36:14.040Z] 88daf7e109d6: Waiting [2021-02-26T20:36:14.040Z] 9ded3b6bb9b5: Waiting [2021-02-26T20:36:14.040Z] fa1afe8e6ed9: Waiting [2021-02-26T20:36:14.040Z] e934a737d657: Waiting [2021-02-26T20:36:14.637Z] 6650b9f75eef: Pushed [2021-02-26T20:36:14.910Z] 31dd0c8a2ba7: Pushed [2021-02-26T20:36:15.354Z] be33e460a7b9: Pushed [2021-02-26T20:36:15.354Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T20:36:15.354Z] fa1afe8e6ed9: Layer already exists [2021-02-26T20:36:15.656Z] 87a09b4c083e: Layer already exists [2021-02-26T20:36:15.656Z] 0f74e9ff2a61: Layer already exists [2021-02-26T20:36:15.656Z] 88daf7e109d6: Pushed [2021-02-26T20:36:15.656Z] b122376c33c6: Layer already exists [2021-02-26T20:36:15.656Z] f8381ed47b22: Layer already exists [2021-02-26T20:36:15.656Z] e934a737d657: Layer already exists [2021-02-26T20:36:16.282Z] e48c723112ff: Pushed [2021-02-26T20:36:17.739Z] c9bc702381b2: Pushed [2021-02-26T20:36:27.879Z] 3474b8bb151b: Pushed [2021-02-26T20:36:27.880Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:28.216Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:28.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.107 [2021-02-26T20:36:28.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T20:36:28.550Z] 31dd0c8a2ba7: Preparing [2021-02-26T20:36:28.550Z] e48c723112ff: Preparing [2021-02-26T20:36:28.550Z] 3474b8bb151b: Preparing [2021-02-26T20:36:28.550Z] be33e460a7b9: Preparing [2021-02-26T20:36:28.550Z] 6650b9f75eef: Preparing [2021-02-26T20:36:28.550Z] c9bc702381b2: Preparing [2021-02-26T20:36:28.550Z] 88daf7e109d6: Preparing [2021-02-26T20:36:28.550Z] 9ded3b6bb9b5: Preparing [2021-02-26T20:36:28.550Z] fa1afe8e6ed9: Preparing [2021-02-26T20:36:28.550Z] 87a09b4c083e: Preparing [2021-02-26T20:36:28.550Z] 0f74e9ff2a61: Preparing [2021-02-26T20:36:28.550Z] b122376c33c6: Preparing [2021-02-26T20:36:28.550Z] f8381ed47b22: Preparing [2021-02-26T20:36:28.550Z] e934a737d657: Preparing [2021-02-26T20:36:28.550Z] fa1afe8e6ed9: Waiting [2021-02-26T20:36:28.550Z] b122376c33c6: Waiting [2021-02-26T20:36:28.550Z] 87a09b4c083e: Waiting [2021-02-26T20:36:28.550Z] 0f74e9ff2a61: Waiting [2021-02-26T20:36:28.550Z] 88daf7e109d6: Waiting [2021-02-26T20:36:28.550Z] 9ded3b6bb9b5: Waiting [2021-02-26T20:36:28.550Z] c9bc702381b2: Waiting [2021-02-26T20:36:28.550Z] f8381ed47b22: Waiting [2021-02-26T20:36:28.550Z] e934a737d657: Waiting [2021-02-26T20:36:28.550Z] be33e460a7b9: Layer already exists [2021-02-26T20:36:28.550Z] 3474b8bb151b: Layer already exists [2021-02-26T20:36:28.550Z] e48c723112ff: Layer already exists [2021-02-26T20:36:28.550Z] 31dd0c8a2ba7: Layer already exists [2021-02-26T20:36:28.550Z] 6650b9f75eef: Layer already exists [2021-02-26T20:36:28.550Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T20:36:28.550Z] c9bc702381b2: Layer already exists [2021-02-26T20:36:28.550Z] 88daf7e109d6: Layer already exists [2021-02-26T20:36:28.824Z] 87a09b4c083e: Layer already exists [2021-02-26T20:36:28.824Z] fa1afe8e6ed9: Layer already exists [2021-02-26T20:36:28.824Z] 0f74e9ff2a61: Layer already exists [2021-02-26T20:36:28.824Z] b122376c33c6: Layer already exists [2021-02-26T20:36:28.824Z] f8381ed47b22: Layer already exists [2021-02-26T20:36:28.824Z] e934a737d657: Layer already exists [2021-02-26T20:36:28.824Z] 2.0.0-dev.107: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:29.167Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:29.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:29.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T20:36:29.499Z] 31dd0c8a2ba7: Preparing [2021-02-26T20:36:29.499Z] e48c723112ff: Preparing [2021-02-26T20:36:29.499Z] 3474b8bb151b: Preparing [2021-02-26T20:36:29.499Z] be33e460a7b9: Preparing [2021-02-26T20:36:29.499Z] 6650b9f75eef: Preparing [2021-02-26T20:36:29.499Z] c9bc702381b2: Preparing [2021-02-26T20:36:29.499Z] 88daf7e109d6: Preparing [2021-02-26T20:36:29.499Z] 9ded3b6bb9b5: Preparing [2021-02-26T20:36:29.499Z] fa1afe8e6ed9: Preparing [2021-02-26T20:36:29.499Z] 87a09b4c083e: Preparing [2021-02-26T20:36:29.499Z] 0f74e9ff2a61: Preparing [2021-02-26T20:36:29.499Z] b122376c33c6: Preparing [2021-02-26T20:36:29.499Z] f8381ed47b22: Preparing [2021-02-26T20:36:29.499Z] e934a737d657: Preparing [2021-02-26T20:36:29.499Z] 87a09b4c083e: Waiting [2021-02-26T20:36:29.499Z] 0f74e9ff2a61: Waiting [2021-02-26T20:36:29.499Z] b122376c33c6: Waiting [2021-02-26T20:36:29.499Z] f8381ed47b22: Waiting [2021-02-26T20:36:29.499Z] e934a737d657: Waiting [2021-02-26T20:36:29.499Z] c9bc702381b2: Waiting [2021-02-26T20:36:29.499Z] 88daf7e109d6: Waiting [2021-02-26T20:36:29.499Z] 9ded3b6bb9b5: Waiting [2021-02-26T20:36:29.499Z] fa1afe8e6ed9: Waiting [2021-02-26T20:36:29.499Z] e48c723112ff: Layer already exists [2021-02-26T20:36:29.499Z] 31dd0c8a2ba7: Layer already exists [2021-02-26T20:36:29.499Z] be33e460a7b9: Layer already exists [2021-02-26T20:36:29.499Z] 6650b9f75eef: Layer already exists [2021-02-26T20:36:29.499Z] 3474b8bb151b: Layer already exists [2021-02-26T20:36:29.769Z] c9bc702381b2: Layer already exists [2021-02-26T20:36:29.769Z] 87a09b4c083e: Layer already exists [2021-02-26T20:36:29.769Z] fa1afe8e6ed9: Layer already exists [2021-02-26T20:36:29.769Z] 88daf7e109d6: Layer already exists [2021-02-26T20:36:29.769Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T20:36:29.769Z] 0f74e9ff2a61: Layer already exists [2021-02-26T20:36:29.769Z] e934a737d657: Layer already exists [2021-02-26T20:36:29.769Z] b122376c33c6: Layer already exists [2021-02-26T20:36:29.769Z] f8381ed47b22: Layer already exists [2021-02-26T20:36:29.769Z] 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:30.109Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:36:30.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-26T20:36:30.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-26T20:36:30.439Z] 31dd0c8a2ba7: Preparing [2021-02-26T20:36:30.439Z] e48c723112ff: Preparing [2021-02-26T20:36:30.439Z] 3474b8bb151b: Preparing [2021-02-26T20:36:30.439Z] be33e460a7b9: Preparing [2021-02-26T20:36:30.439Z] 6650b9f75eef: Preparing [2021-02-26T20:36:30.439Z] c9bc702381b2: Preparing [2021-02-26T20:36:30.439Z] 88daf7e109d6: Preparing [2021-02-26T20:36:30.439Z] 9ded3b6bb9b5: Preparing [2021-02-26T20:36:30.439Z] fa1afe8e6ed9: Preparing [2021-02-26T20:36:30.439Z] 87a09b4c083e: Preparing [2021-02-26T20:36:30.439Z] 0f74e9ff2a61: Preparing [2021-02-26T20:36:30.439Z] b122376c33c6: Preparing [2021-02-26T20:36:30.439Z] f8381ed47b22: Preparing [2021-02-26T20:36:30.439Z] e934a737d657: Preparing [2021-02-26T20:36:30.439Z] c9bc702381b2: Waiting [2021-02-26T20:36:30.439Z] 88daf7e109d6: Waiting [2021-02-26T20:36:30.439Z] 9ded3b6bb9b5: Waiting [2021-02-26T20:36:30.439Z] fa1afe8e6ed9: Waiting [2021-02-26T20:36:30.439Z] 87a09b4c083e: Waiting [2021-02-26T20:36:30.439Z] 0f74e9ff2a61: Waiting [2021-02-26T20:36:30.439Z] b122376c33c6: Waiting [2021-02-26T20:36:30.439Z] f8381ed47b22: Waiting [2021-02-26T20:36:30.439Z] e934a737d657: Waiting [2021-02-26T20:36:30.715Z] 31dd0c8a2ba7: Layer already exists [2021-02-26T20:36:30.715Z] be33e460a7b9: Layer already exists [2021-02-26T20:36:30.715Z] 3474b8bb151b: Layer already exists [2021-02-26T20:36:30.715Z] 6650b9f75eef: Layer already exists [2021-02-26T20:36:30.715Z] c9bc702381b2: Layer already exists [2021-02-26T20:36:30.715Z] e48c723112ff: Layer already exists [2021-02-26T20:36:30.715Z] 9ded3b6bb9b5: Layer already exists [2021-02-26T20:36:30.715Z] 88daf7e109d6: Layer already exists [2021-02-26T20:36:30.715Z] fa1afe8e6ed9: Layer already exists [2021-02-26T20:36:30.715Z] 87a09b4c083e: Layer already exists [2021-02-26T20:36:30.715Z] 0f74e9ff2a61: Layer already exists [2021-02-26T20:36:30.715Z] b122376c33c6: Layer already exists [2021-02-26T20:36:30.715Z] f8381ed47b22: Layer already exists [2021-02-26T20:36:30.715Z] e934a737d657: Layer already exists [2021-02-26T20:36:30.715Z] master: digest: sha256:fd1d8e8b9995ae0e4468b74460430e4f7389a45eac9fa60d923624f34d62ef5c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T20:36:30.913Z] ===================================================== [Pipeline] echo [2021-02-26T20:36:30.989Z] taggedImages: [2021-02-26T20:36:30.989Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [2021-02-26T20:36:30.989Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.107 [2021-02-26T20:36:30.989Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80-2.0.0-dev.107 [2021-02-26T20:36:30.989Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:36:31.853Z] ---> job-cost.sh [2021-02-26T20:36:31.853Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FJv9 [2021-02-26T20:37:10.796Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T20:39:32.596Z] lf-activate-venv(): INFO: Adding /tmp/venv-FJv9/bin to PATH [2021-02-26T20:39:32.597Z] INFO: No Stack... [2021-02-26T20:39:32.597Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T20:39:32.597Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T20:39:32.941Z] + cat /w/workspace/edgex-go/373/archives/cost.csv [2021-02-26T20:39:32.941Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T20:39:33.061Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-373-stack-cost] [2021-02-26T20:39:33.072Z] Resource [jenkins-edgexfoundry-edgex-go-master-373-stack-cost] did not exist. Created. [2021-02-26T20:39:33.073Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-373-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T20:39:33.545Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T20:39:34.657Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T20:39:34.666Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-373-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-02-26T20:39:36.129Z] provisioning config files... [2021-02-26T20:39:36.142Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/373@tmp/config6991609408656462560tmp [Pipeline] { [Pipeline] sh [2021-02-26T20:39:36.524Z] + set +x [2021-02-26T20:39:36.524Z] + curl -s https://codecov.io/bash [2021-02-26T20:39:36.524Z] + bash -s -- [2021-02-26T20:39:37.099Z] [2021-02-26T20:39:37.099Z] _____ _ [2021-02-26T20:39:37.099Z] / ____| | | [2021-02-26T20:39:37.099Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T20:39:37.099Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T20:39:37.099Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T20:39:37.099Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T20:39:37.099Z] Bash-20210226-7100762 [2021-02-26T20:39:37.099Z] [2021-02-26T20:39:37.099Z] [2021-02-26T20:39:37.099Z] ==> git version 2.24.3 found [2021-02-26T20:39:37.099Z] ==> 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-02-26T20:39:37.099Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T20:39:37.099Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T20:39:37.099Z] ==> Jenkins CI detected. [2021-02-26T20:39:37.099Z] project root: . [2021-02-26T20:39:37.099Z] --> token set from env [2021-02-26T20:39:37.099Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T20:39:37.099Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T20:39:37.099Z] ==> Python coveragepy not found [2021-02-26T20:39:37.099Z] ==> Searching for coverage reports in: [2021-02-26T20:39:37.099Z] + . [2021-02-26T20:39:37.099Z] -> Found 1 reports [2021-02-26T20:39:37.099Z] ==> Detecting git/mercurial file structure [2021-02-26T20:39:37.099Z] ==> Reading reports [2021-02-26T20:39:37.099Z] + ./coverage.out bytes=599431 [2021-02-26T20:39:37.099Z] ==> Appending adjustments [2021-02-26T20:39:37.099Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T20:39:40.407Z] + Found adjustments [2021-02-26T20:39:40.407Z] ==> Gzipping contents [2021-02-26T20:39:40.407Z] 88K /tmp/codecov.W9i1Ku.gz [2021-02-26T20:39:40.407Z] ==> Uploading reports [2021-02-26T20:39:40.407Z] url: https://codecov.io [2021-02-26T20:39:40.407Z] query: branch=master&commit=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T20:39:40.407Z] -> Pinging Codecov [2021-02-26T20:39:40.407Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80&build=373&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F373%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T20:39:40.982Z] -> Uploading to [2021-02-26T20:39:40.982Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80/aac208f2-1b95-4115-a223-9534c1db9412.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T203940Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee6f11299241a3fde7580541864c09b6e98d8bdbb1a052d666c2935b5052bc1d [2021-02-26T20:39:40.982Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:39:40.982Z] Dload Upload Total Spent Left Speed [2021-02-26T20:39:41.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89264 0 0 100 89264 0 143k --:--:-- --:--:-- --:--:-- 143k [2021-02-26T20:39:41.557Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 [Pipeline] } [2021-02-26T20:39:41.568Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-26T20:39:42.552Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-26T20:39:42.633Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:39:42.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T20:39:42.989Z] [2021-02-26T20:39:42.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:39:43.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T20:39:43.334Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-26T20:39:43.334Z] 188c0c94c7c5: Already exists [2021-02-26T20:39:43.334Z] 0ef7d3d256c8: Already exists [2021-02-26T20:39:43.334Z] de9db76c5a1d: Already exists [2021-02-26T20:39:43.334Z] 0eba1c9be4d2: Pulling fs layer [2021-02-26T20:39:43.334Z] 0d57e429df01: Pulling fs layer [2021-02-26T20:39:43.334Z] 4e4be7b47b0d: Pulling fs layer [2021-02-26T20:39:43.334Z] e1f770b5df2f: Pulling fs layer [2021-02-26T20:39:43.334Z] 85a0685a4137: Pulling fs layer [2021-02-26T20:39:43.334Z] e1f770b5df2f: Waiting [2021-02-26T20:39:43.334Z] 85a0685a4137: Waiting [2021-02-26T20:39:43.334Z] 0d57e429df01: Verifying Checksum [2021-02-26T20:39:43.334Z] 4e4be7b47b0d: Verifying Checksum [2021-02-26T20:39:43.334Z] 4e4be7b47b0d: Download complete [2021-02-26T20:39:43.334Z] 0d57e429df01: Download complete [2021-02-26T20:39:45.256Z] e1f770b5df2f: Verifying Checksum [2021-02-26T20:39:45.256Z] e1f770b5df2f: Download complete [2021-02-26T20:39:47.182Z] 0eba1c9be4d2: Verifying Checksum [2021-02-26T20:39:47.182Z] 0eba1c9be4d2: Download complete [2021-02-26T20:39:47.444Z] 85a0685a4137: Verifying Checksum [2021-02-26T20:39:47.444Z] 85a0685a4137: Download complete [2021-02-26T20:39:52.770Z] 0eba1c9be4d2: Pull complete [2021-02-26T20:39:53.032Z] 0d57e429df01: Pull complete [2021-02-26T20:39:53.293Z] 4e4be7b47b0d: Pull complete [2021-02-26T20:39:56.611Z] e1f770b5df2f: Pull complete [2021-02-26T20:40:04.799Z] 85a0685a4137: Pull complete [2021-02-26T20:40:04.799Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-26T20:40:04.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T20:40:04.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-26T20:40:05.000Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:40:05.049Z] $ 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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-26T20:40:06.634Z] $ docker top b2445dd6e9157fe9a1759f5983c8451c4978740d66c5debc02c8574c3d4a355f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T20:40:06.883Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-26T20:40:07.171Z] + set -o pipefail [2021-02-26T20:40:07.171Z] + snyk monitor '--org=edgex-jenkins' [2021-02-26T20:40:19.423Z] [2021-02-26T20:40:19.423Z] Monitoring /w/workspace/edgex-go/373 (github.com/edgexfoundry/edgex-go)... [2021-02-26T20:40:19.423Z] [2021-02-26T20:40:19.423Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a4e2e503-d992-4e30-987b-61299c666a75 [2021-02-26T20:40:19.423Z] [2021-02-26T20:40:19.423Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-26T20:40:19.423Z] [2021-02-26T20:40:19.998Z] [2021-02-26T20:40:19.998Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-26T20:40:19.998Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-26T20:40:20.014Z] $ docker stop --time=1 b2445dd6e9157fe9a1759f5983c8451c4978740d66c5debc02c8574c3d4a355f [2021-02-26T20:40:23.078Z] $ docker rm -f b2445dd6e9157fe9a1759f5983c8451c4978740d66c5debc02c8574c3d4a355f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-26T20:40:24.318Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T20:40:24.371Z] provisioning config files... [2021-02-26T20:40:24.382Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/373@tmp/config6141753714812794744tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:40:24.755Z] --> edgex-publish-swagger.sh [2021-02-26T20:40:24.755Z] === Publish openapi/v1 API === [2021-02-26T20:40:24.755Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-26T20:40:24.755Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/373/openapi/v1/core-command.yaml] [2021-02-26T20:40:24.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:24.755Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:25.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9484 0:00:01 0:00:01 --:--:-- 9496 [2021-02-26T20:40:25.962Z] [2021-02-26T20:40:25.962Z] [2021-02-26T20:40:25.962Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/373/openapi/v1/core-data.yaml] [2021-02-26T20:40:25.962Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:25.962Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:26.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30756 0:00:01 0:00:01 --:--:-- 30743 100 32557 0 0 100 32557 0 30750 0:00:01 0:00:01 --:--:-- 30743 [2021-02-26T20:40:26.907Z] [2021-02-26T20:40:26.907Z] [2021-02-26T20:40:26.907Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/373/openapi/v1/core-metadata.yaml] [2021-02-26T20:40:26.907Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:26.907Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:27.854Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 67164 0:00:01 0:00:01 --:--:-- 67202 100 73721 0 0 100 73721 0 67147 0:00:01 0:00:01 --:--:-- 67202 [2021-02-26T20:40:28.115Z] [2021-02-26T20:40:28.115Z] [2021-02-26T20:40:28.115Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/373/openapi/v1/support-logging.yaml] [2021-02-26T20:40:28.115Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:28.115Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:29.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13331 0:00:01 0:00:01 --:--:-- 13340 100 13581 0 0 100 13581 0 13328 0:00:01 0:00:01 --:--:-- 13340 [2021-02-26T20:40:29.061Z] [2021-02-26T20:40:29.061Z] [2021-02-26T20:40:29.061Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/373/openapi/v1/support-notifications.yaml] [2021-02-26T20:40:29.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:29.061Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:30.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36956 0:00:01 0:00:01 --:--:-- 36967 100 38890 0 0 100 38890 0 36949 0:00:01 0:00:01 --:--:-- 36967 [2021-02-26T20:40:30.009Z] [2021-02-26T20:40:30.009Z] [2021-02-26T20:40:30.009Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/373/openapi/v1/support-scheduler.yaml] [2021-02-26T20:40:30.009Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:30.009Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:32.605Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11765 0:00:01 0:00:01 --:--:-- 11776 100 14249 0 0 100 14249 0 6443 0:00:02 0:00:02 --:--:-- 6444 100 14249 0 0 100 14249 0 5803 0:00:02 0:00:02 --:--:-- 5804 [2021-02-26T20:40:32.605Z] [2021-02-26T20:40:32.605Z] [2021-02-26T20:40:32.605Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/373/openapi/v1/system-agent.yaml] [2021-02-26T20:40:32.605Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:32.605Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:33.551Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3778 0:00:01 0:00:01 --:--:-- 3781 100 4110 0 0 100 4110 0 3777 0:00:01 0:00:01 --:--:-- 3781 [2021-02-26T20:40:33.551Z] [2021-02-26T20:40:33.551Z] [2021-02-26T20:40:33.551Z] === Publish openapi/v2 API === [2021-02-26T20:40:33.551Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-26T20:40:33.551Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/373/openapi/v2/core-command.yaml] [2021-02-26T20:40:33.551Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:33.551Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:34.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 28796 0:00:01 0:00:01 --:--:-- 28821 [2021-02-26T20:40:34.760Z] [2021-02-26T20:40:34.760Z] [2021-02-26T20:40:34.760Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/373/openapi/v2/core-data.yaml] [2021-02-26T20:40:34.760Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:34.760Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:35.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 52557 0:00:01 0:00:01 --:--:-- 52611 [2021-02-26T20:40:35.704Z] [2021-02-26T20:40:35.704Z] [2021-02-26T20:40:35.704Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/373/openapi/v2/core-metadata.yaml] [2021-02-26T20:40:35.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:35.704Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:37.100Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k [2021-02-26T20:40:37.100Z] [2021-02-26T20:40:37.100Z] [2021-02-26T20:40:37.100Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/373/openapi/v2/support-notifications.yaml] [2021-02-26T20:40:37.100Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:37.100Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:38.045Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 55264 0:00:01 0:00:01 --:--:-- 55282 100 59705 0 0 100 59705 0 55253 0:00:01 0:00:01 --:--:-- 55282 [2021-02-26T20:40:38.045Z] [2021-02-26T20:40:38.045Z] [2021-02-26T20:40:38.045Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/373/openapi/v2/support-scheduler.yaml] [2021-02-26T20:40:38.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:38.045Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:38.991Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 34510 0:00:01 0:00:01 --:--:-- 34536 100 37783 0 0 100 37783 0 34503 0:00:01 0:00:01 --:--:-- 34536 [2021-02-26T20:40:38.991Z] [2021-02-26T20:40:38.991Z] [2021-02-26T20:40:38.991Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/373/openapi/v2/system-agent.yaml] [2021-02-26T20:40:38.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T20:40:38.991Z] Dload Upload Total Spent Left Speed [2021-02-26T20:40:39.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 28283 --:--:-- --:--:-- --:--:-- 28283 100 24182 0 0 100 24182 0 28277 --:--:-- --:--:-- --:--:-- 28250 [2021-02-26T20:40:39.934Z] [2021-02-26T20:40:39.934Z] [Pipeline] } [2021-02-26T20:40:39.943Z] 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-02-26T20:40:40.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T20:40:40.809Z] . [Pipeline] withDockerContainer [2021-02-26T20:40:40.910Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:40:40.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T20:40:41.847Z] $ docker top e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T20:40:42.239Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T20:40:42.239Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T20:40:42.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T20:40:42.485Z] $ docker exec e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b ssh-agent [2021-02-26T20:40:42.660Z] SSH_AUTH_SOCK=/tmp/ssh-wXpn124UAnzm/agent.12 [2021-02-26T20:40:42.660Z] SSH_AGENT_PID=18 [2021-02-26T20:40:42.668Z] Running ssh-add (command line suppressed) [2021-02-26T20:40:42.798Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_8702991765717341762.key (/w/workspace/edgex-go/373@tmp/private_key_8702991765717341762.key) [2021-02-26T20:40:42.857Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T20:40:43.185Z] + git semver tag [2021-02-26T20:40:43.447Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T20:40:43.447Z] # $GIT_DIR = /w/workspace/edgex-go/373/.git [2021-02-26T20:40:43.447Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/373 [2021-02-26T20:40:43.447Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T20:40:43.447Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T20:40:43.447Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T20:40:43.447Z] # $SEMVER_BRANCH = master [2021-02-26T20:40:43.447Z] # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver [2021-02-26T20:40:43.447Z] # 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 HEAD [2021-02-26T20:40:44.022Z] # -> Force: false [2021-02-26T20:40:44.022Z] # e1b076549a6191f1f5fec21f448b9bdfb9c06b92 refs/tags/v2.0.0-dev.107 [Pipeline] } [2021-02-26T20:40:44.034Z] $ docker exec --env ******** --env ******** e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b ssh-agent -k [2021-02-26T20:40:44.182Z] unset SSH_AUTH_SOCK; [2021-02-26T20:40:44.182Z] unset SSH_AGENT_PID; [2021-02-26T20:40:44.182Z] echo Agent pid 18 killed; [2021-02-26T20:40:44.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T20:40:44.747Z] + git semver [Pipeline] } [2021-02-26T20:40:44.765Z] $ docker stop --time=1 e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b [2021-02-26T20:40:46.133Z] $ docker rm -f e3101ca0e655f6ad183e71e205512807e28a86f5ade9d161cf72f55b81606d4b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:40:46.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T20:40:46.758Z] [2021-02-26T20:40:46.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:40:47.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T20:40:47.100Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-26T20:40:47.100Z] ab5ef0e58194: Pulling fs layer [2021-02-26T20:40:47.100Z] 9712f1f96733: Pulling fs layer [2021-02-26T20:40:47.100Z] 63f879dbbcfc: Pulling fs layer [2021-02-26T20:40:47.100Z] 0d9ebad4ef96: Pulling fs layer [2021-02-26T20:40:47.100Z] e9a5061849ea: Pulling fs layer [2021-02-26T20:40:47.100Z] d747dcd14b5f: Pulling fs layer [2021-02-26T20:40:47.100Z] 2de7ff778b66: Pulling fs layer [2021-02-26T20:40:47.100Z] 0d9ebad4ef96: Waiting [2021-02-26T20:40:47.100Z] e9a5061849ea: Waiting [2021-02-26T20:40:47.100Z] d747dcd14b5f: Waiting [2021-02-26T20:40:47.100Z] 2de7ff778b66: Waiting [2021-02-26T20:40:47.100Z] 9712f1f96733: Verifying Checksum [2021-02-26T20:40:47.100Z] 9712f1f96733: Download complete [2021-02-26T20:40:49.022Z] 63f879dbbcfc: Verifying Checksum [2021-02-26T20:40:49.022Z] 63f879dbbcfc: Download complete [2021-02-26T20:40:49.022Z] e9a5061849ea: Verifying Checksum [2021-02-26T20:40:49.022Z] e9a5061849ea: Download complete [2021-02-26T20:40:49.022Z] d747dcd14b5f: Verifying Checksum [2021-02-26T20:40:49.022Z] d747dcd14b5f: Download complete [2021-02-26T20:40:49.285Z] 0d9ebad4ef96: Verifying Checksum [2021-02-26T20:40:49.285Z] 0d9ebad4ef96: Download complete [2021-02-26T20:40:49.285Z] 2de7ff778b66: Verifying Checksum [2021-02-26T20:40:49.285Z] 2de7ff778b66: Download complete [2021-02-26T20:40:49.547Z] ab5ef0e58194: Verifying Checksum [2021-02-26T20:40:49.547Z] ab5ef0e58194: Download complete [2021-02-26T20:40:54.879Z] ab5ef0e58194: Pull complete [2021-02-26T20:40:54.879Z] 9712f1f96733: Pull complete [2021-02-26T20:40:57.437Z] 63f879dbbcfc: Pull complete [2021-02-26T20:41:04.083Z] 0d9ebad4ef96: Pull complete [2021-02-26T20:41:07.460Z] e9a5061849ea: Pull complete [2021-02-26T20:41:07.722Z] d747dcd14b5f: Pull complete [2021-02-26T20:41:09.646Z] 2de7ff778b66: Pull complete [2021-02-26T20:41:09.646Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-26T20:41:09.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T20:41:09.646Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-26T20:41:09.836Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:41:09.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-26T20:41:12.744Z] $ docker top c219b0f89309e421585f17898470e86a978682d980074174a3c8fc12afac8421 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-26T20:41:12.952Z] provisioning config files... [2021-02-26T20:41:12.963Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/373@tmp/config6709309181233351864tmp [2021-02-26T20:41:12.979Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/373@tmp/config9005705113705912278tmp [2021-02-26T20:41:12.996Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/373@tmp/config8721412604313337721tmp [Pipeline] { [Pipeline] echo [2021-02-26T20:41:13.048Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:41:13.351Z] ---> sigul-configuration.sh [2021-02-26T20:41:13.351Z] gpg: directory `/root/.gnupg' created [2021-02-26T20:41:13.351Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-26T20:41:13.351Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-26T20:41:13.351Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-26T20:41:13.351Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-26T20:41:13.351Z] gpg: CAST5 encrypted data [2021-02-26T20:41:13.613Z] gpg: encrypted with 1 passphrase [2021-02-26T20:41:13.613Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-26T20:41:13.911Z] + mkdir /home/jenkins [2021-02-26T20:41:13.911Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-26T20:41:14.209Z] + 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-02-26T20:41:14.220Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:41:14.515Z] ---> sigul-install.sh [2021-02-26T20:41:19.817Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-26T20:41:20.380Z] + git tag --list [2021-02-26T20:41:20.380Z] 0.6.0 [2021-02-26T20:41:20.380Z] 0.6.1 [2021-02-26T20:41:20.380Z] 0.7.0 [2021-02-26T20:41:20.380Z] 0.7.1 [2021-02-26T20:41:20.380Z] v0.0.0 [2021-02-26T20:41:20.380Z] v0.0.1-dev.1 [2021-02-26T20:41:20.380Z] v1.0.0 [2021-02-26T20:41:20.380Z] v1.0.1 [2021-02-26T20:41:20.380Z] v1.1.0 [2021-02-26T20:41:20.380Z] v1.2.0 [2021-02-26T20:41:20.380Z] v1.2.1 [2021-02-26T20:41:20.380Z] v1.2.2-dev.1 [2021-02-26T20:41:20.380Z] v1.2.2-dev.10 [2021-02-26T20:41:20.380Z] v1.2.2-dev.100 [2021-02-26T20:41:20.380Z] v1.2.2-dev.101 [2021-02-26T20:41:20.380Z] v1.2.2-dev.102 [2021-02-26T20:41:20.380Z] v1.2.2-dev.103 [2021-02-26T20:41:20.380Z] v1.2.2-dev.104 [2021-02-26T20:41:20.380Z] v1.2.2-dev.105 [2021-02-26T20:41:20.380Z] v1.2.2-dev.106 [2021-02-26T20:41:20.380Z] v1.2.2-dev.107 [2021-02-26T20:41:20.380Z] v1.2.2-dev.11 [2021-02-26T20:41:20.380Z] v1.2.2-dev.12 [2021-02-26T20:41:20.380Z] v1.2.2-dev.13 [2021-02-26T20:41:20.380Z] v1.2.2-dev.14 [2021-02-26T20:41:20.380Z] v1.2.2-dev.15 [2021-02-26T20:41:20.380Z] v1.2.2-dev.16 [2021-02-26T20:41:20.380Z] v1.2.2-dev.17 [2021-02-26T20:41:20.380Z] v1.2.2-dev.18 [2021-02-26T20:41:20.380Z] v1.2.2-dev.19 [2021-02-26T20:41:20.380Z] v1.2.2-dev.2 [2021-02-26T20:41:20.380Z] v1.2.2-dev.20 [2021-02-26T20:41:20.380Z] v1.2.2-dev.21 [2021-02-26T20:41:20.380Z] v1.2.2-dev.22 [2021-02-26T20:41:20.380Z] v1.2.2-dev.23 [2021-02-26T20:41:20.380Z] v1.2.2-dev.24 [2021-02-26T20:41:20.380Z] v1.2.2-dev.25 [2021-02-26T20:41:20.380Z] v1.2.2-dev.26 [2021-02-26T20:41:20.380Z] v1.2.2-dev.27 [2021-02-26T20:41:20.380Z] v1.2.2-dev.28 [2021-02-26T20:41:20.380Z] v1.2.2-dev.29 [2021-02-26T20:41:20.380Z] v1.2.2-dev.3 [2021-02-26T20:41:20.380Z] v1.2.2-dev.30 [2021-02-26T20:41:20.380Z] v1.2.2-dev.31 [2021-02-26T20:41:20.380Z] v1.2.2-dev.32 [2021-02-26T20:41:20.380Z] v1.2.2-dev.33 [2021-02-26T20:41:20.380Z] v1.2.2-dev.34 [2021-02-26T20:41:20.380Z] v1.2.2-dev.35 [2021-02-26T20:41:20.380Z] v1.2.2-dev.36 [2021-02-26T20:41:20.380Z] v1.2.2-dev.37 [2021-02-26T20:41:20.380Z] v1.2.2-dev.38 [2021-02-26T20:41:20.380Z] v1.2.2-dev.39 [2021-02-26T20:41:20.380Z] v1.2.2-dev.4 [2021-02-26T20:41:20.380Z] v1.2.2-dev.40 [2021-02-26T20:41:20.380Z] v1.2.2-dev.41 [2021-02-26T20:41:20.380Z] v1.2.2-dev.42 [2021-02-26T20:41:20.380Z] v1.2.2-dev.43 [2021-02-26T20:41:20.380Z] v1.2.2-dev.44 [2021-02-26T20:41:20.380Z] v1.2.2-dev.45 [2021-02-26T20:41:20.380Z] v1.2.2-dev.46 [2021-02-26T20:41:20.380Z] v1.2.2-dev.47 [2021-02-26T20:41:20.380Z] v1.2.2-dev.48 [2021-02-26T20:41:20.380Z] v1.2.2-dev.49 [2021-02-26T20:41:20.380Z] v1.2.2-dev.5 [2021-02-26T20:41:20.380Z] v1.2.2-dev.50 [2021-02-26T20:41:20.380Z] v1.2.2-dev.51 [2021-02-26T20:41:20.380Z] v1.2.2-dev.52 [2021-02-26T20:41:20.380Z] v1.2.2-dev.53 [2021-02-26T20:41:20.380Z] v1.2.2-dev.54 [2021-02-26T20:41:20.380Z] v1.2.2-dev.55 [2021-02-26T20:41:20.380Z] v1.2.2-dev.56 [2021-02-26T20:41:20.380Z] v1.2.2-dev.57 [2021-02-26T20:41:20.380Z] v1.2.2-dev.58 [2021-02-26T20:41:20.380Z] v1.2.2-dev.59 [2021-02-26T20:41:20.380Z] v1.2.2-dev.6 [2021-02-26T20:41:20.380Z] v1.2.2-dev.60 [2021-02-26T20:41:20.380Z] v1.2.2-dev.61 [2021-02-26T20:41:20.380Z] v1.2.2-dev.62 [2021-02-26T20:41:20.380Z] v1.2.2-dev.63 [2021-02-26T20:41:20.380Z] v1.2.2-dev.64 [2021-02-26T20:41:20.380Z] v1.2.2-dev.65 [2021-02-26T20:41:20.380Z] v1.2.2-dev.66 [2021-02-26T20:41:20.380Z] v1.2.2-dev.67 [2021-02-26T20:41:20.380Z] v1.2.2-dev.68 [2021-02-26T20:41:20.380Z] v1.2.2-dev.69 [2021-02-26T20:41:20.380Z] v1.2.2-dev.7 [2021-02-26T20:41:20.380Z] v1.2.2-dev.70 [2021-02-26T20:41:20.380Z] v1.2.2-dev.71 [2021-02-26T20:41:20.380Z] v1.2.2-dev.72 [2021-02-26T20:41:20.380Z] v1.2.2-dev.73 [2021-02-26T20:41:20.380Z] v1.2.2-dev.74 [2021-02-26T20:41:20.380Z] v1.2.2-dev.75 [2021-02-26T20:41:20.380Z] v1.2.2-dev.76 [2021-02-26T20:41:20.380Z] v1.2.2-dev.77 [2021-02-26T20:41:20.380Z] v1.2.2-dev.78 [2021-02-26T20:41:20.380Z] v1.2.2-dev.79 [2021-02-26T20:41:20.380Z] v1.2.2-dev.8 [2021-02-26T20:41:20.380Z] v1.2.2-dev.80 [2021-02-26T20:41:20.380Z] v1.2.2-dev.81 [2021-02-26T20:41:20.380Z] v1.2.2-dev.82 [2021-02-26T20:41:20.380Z] v1.2.2-dev.83 [2021-02-26T20:41:20.380Z] v1.2.2-dev.84 [2021-02-26T20:41:20.380Z] v1.2.2-dev.85 [2021-02-26T20:41:20.380Z] v1.2.2-dev.86 [2021-02-26T20:41:20.380Z] v1.2.2-dev.87 [2021-02-26T20:41:20.380Z] v1.2.2-dev.88 [2021-02-26T20:41:20.380Z] v1.2.2-dev.89 [2021-02-26T20:41:20.380Z] v1.2.2-dev.9 [2021-02-26T20:41:20.380Z] v1.2.2-dev.90 [2021-02-26T20:41:20.380Z] v1.2.2-dev.91 [2021-02-26T20:41:20.380Z] v1.2.2-dev.92 [2021-02-26T20:41:20.380Z] v1.2.2-dev.93 [2021-02-26T20:41:20.380Z] v1.2.2-dev.94 [2021-02-26T20:41:20.380Z] v1.2.2-dev.95 [2021-02-26T20:41:20.380Z] v1.2.2-dev.96 [2021-02-26T20:41:20.380Z] v1.2.2-dev.97 [2021-02-26T20:41:20.380Z] v1.2.2-dev.98 [2021-02-26T20:41:20.380Z] v1.2.2-dev.99 [2021-02-26T20:41:20.380Z] v1.3.0 [2021-02-26T20:41:20.380Z] v1.3.1 [2021-02-26T20:41:20.380Z] v1.3.1-dev.1 [2021-02-26T20:41:20.380Z] v1.3.1-dev.10 [2021-02-26T20:41:20.380Z] v1.3.1-dev.11 [2021-02-26T20:41:20.380Z] v1.3.1-dev.12 [2021-02-26T20:41:20.380Z] v1.3.1-dev.13 [2021-02-26T20:41:20.380Z] v1.3.1-dev.14 [2021-02-26T20:41:20.380Z] v1.3.1-dev.15 [2021-02-26T20:41:20.380Z] v1.3.1-dev.16 [2021-02-26T20:41:20.380Z] v1.3.1-dev.17 [2021-02-26T20:41:20.380Z] v1.3.1-dev.18 [2021-02-26T20:41:20.380Z] v1.3.1-dev.2 [2021-02-26T20:41:20.380Z] v1.3.1-dev.3 [2021-02-26T20:41:20.380Z] v1.3.1-dev.4 [2021-02-26T20:41:20.380Z] v1.3.1-dev.5 [2021-02-26T20:41:20.380Z] v1.3.1-dev.6 [2021-02-26T20:41:20.380Z] v1.3.1-dev.7 [2021-02-26T20:41:20.380Z] v1.3.1-dev.8 [2021-02-26T20:41:20.380Z] v1.3.1-dev.9 [2021-02-26T20:41:20.380Z] v2.0.0-dev.1 [2021-02-26T20:41:20.380Z] v2.0.0-dev.10 [2021-02-26T20:41:20.380Z] v2.0.0-dev.100 [2021-02-26T20:41:20.380Z] v2.0.0-dev.101 [2021-02-26T20:41:20.380Z] v2.0.0-dev.102 [2021-02-26T20:41:20.380Z] v2.0.0-dev.103 [2021-02-26T20:41:20.380Z] v2.0.0-dev.104 [2021-02-26T20:41:20.380Z] v2.0.0-dev.105 [2021-02-26T20:41:20.380Z] v2.0.0-dev.106 [2021-02-26T20:41:20.380Z] v2.0.0-dev.107 [2021-02-26T20:41:20.380Z] v2.0.0-dev.11 [2021-02-26T20:41:20.380Z] v2.0.0-dev.12 [2021-02-26T20:41:20.380Z] v2.0.0-dev.13 [2021-02-26T20:41:20.380Z] v2.0.0-dev.14 [2021-02-26T20:41:20.380Z] v2.0.0-dev.15 [2021-02-26T20:41:20.380Z] v2.0.0-dev.16 [2021-02-26T20:41:20.380Z] v2.0.0-dev.17 [2021-02-26T20:41:20.380Z] v2.0.0-dev.18 [2021-02-26T20:41:20.380Z] v2.0.0-dev.19 [2021-02-26T20:41:20.380Z] v2.0.0-dev.2 [2021-02-26T20:41:20.380Z] v2.0.0-dev.20 [2021-02-26T20:41:20.380Z] v2.0.0-dev.21 [2021-02-26T20:41:20.380Z] v2.0.0-dev.22 [2021-02-26T20:41:20.380Z] v2.0.0-dev.23 [2021-02-26T20:41:20.380Z] v2.0.0-dev.24 [2021-02-26T20:41:20.380Z] v2.0.0-dev.25 [2021-02-26T20:41:20.380Z] v2.0.0-dev.26 [2021-02-26T20:41:20.380Z] v2.0.0-dev.27 [2021-02-26T20:41:20.380Z] v2.0.0-dev.28 [2021-02-26T20:41:20.380Z] v2.0.0-dev.29 [2021-02-26T20:41:20.380Z] v2.0.0-dev.3 [2021-02-26T20:41:20.380Z] v2.0.0-dev.30 [2021-02-26T20:41:20.380Z] v2.0.0-dev.31 [2021-02-26T20:41:20.380Z] v2.0.0-dev.32 [2021-02-26T20:41:20.380Z] v2.0.0-dev.33 [2021-02-26T20:41:20.380Z] v2.0.0-dev.34 [2021-02-26T20:41:20.380Z] v2.0.0-dev.35 [2021-02-26T20:41:20.380Z] v2.0.0-dev.36 [2021-02-26T20:41:20.380Z] v2.0.0-dev.37 [2021-02-26T20:41:20.380Z] v2.0.0-dev.38 [2021-02-26T20:41:20.380Z] v2.0.0-dev.39 [2021-02-26T20:41:20.380Z] v2.0.0-dev.4 [2021-02-26T20:41:20.380Z] v2.0.0-dev.40 [2021-02-26T20:41:20.380Z] v2.0.0-dev.41 [2021-02-26T20:41:20.380Z] v2.0.0-dev.42 [2021-02-26T20:41:20.380Z] v2.0.0-dev.43 [2021-02-26T20:41:20.380Z] v2.0.0-dev.44 [2021-02-26T20:41:20.380Z] v2.0.0-dev.45 [2021-02-26T20:41:20.380Z] v2.0.0-dev.46 [2021-02-26T20:41:20.380Z] v2.0.0-dev.47 [2021-02-26T20:41:20.380Z] v2.0.0-dev.48 [2021-02-26T20:41:20.380Z] v2.0.0-dev.49 [2021-02-26T20:41:20.380Z] v2.0.0-dev.5 [2021-02-26T20:41:20.380Z] v2.0.0-dev.50 [2021-02-26T20:41:20.380Z] v2.0.0-dev.51 [2021-02-26T20:41:20.380Z] v2.0.0-dev.52 [2021-02-26T20:41:20.380Z] v2.0.0-dev.53 [2021-02-26T20:41:20.380Z] v2.0.0-dev.54 [2021-02-26T20:41:20.380Z] v2.0.0-dev.55 [2021-02-26T20:41:20.380Z] v2.0.0-dev.56 [2021-02-26T20:41:20.380Z] v2.0.0-dev.57 [2021-02-26T20:41:20.380Z] v2.0.0-dev.58 [2021-02-26T20:41:20.380Z] v2.0.0-dev.59 [2021-02-26T20:41:20.380Z] v2.0.0-dev.6 [2021-02-26T20:41:20.380Z] v2.0.0-dev.60 [2021-02-26T20:41:20.380Z] v2.0.0-dev.61 [2021-02-26T20:41:20.380Z] v2.0.0-dev.62 [2021-02-26T20:41:20.380Z] v2.0.0-dev.63 [2021-02-26T20:41:20.380Z] v2.0.0-dev.64 [2021-02-26T20:41:20.380Z] v2.0.0-dev.65 [2021-02-26T20:41:20.380Z] v2.0.0-dev.66 [2021-02-26T20:41:20.380Z] v2.0.0-dev.67 [2021-02-26T20:41:20.380Z] v2.0.0-dev.68 [2021-02-26T20:41:20.380Z] v2.0.0-dev.69 [2021-02-26T20:41:20.380Z] v2.0.0-dev.7 [2021-02-26T20:41:20.380Z] v2.0.0-dev.70 [2021-02-26T20:41:20.380Z] v2.0.0-dev.71 [2021-02-26T20:41:20.380Z] v2.0.0-dev.72 [2021-02-26T20:41:20.380Z] v2.0.0-dev.73 [2021-02-26T20:41:20.380Z] v2.0.0-dev.74 [2021-02-26T20:41:20.380Z] v2.0.0-dev.75 [2021-02-26T20:41:20.380Z] v2.0.0-dev.76 [2021-02-26T20:41:20.380Z] v2.0.0-dev.77 [2021-02-26T20:41:20.380Z] v2.0.0-dev.78 [2021-02-26T20:41:20.380Z] v2.0.0-dev.79 [2021-02-26T20:41:20.380Z] v2.0.0-dev.8 [2021-02-26T20:41:20.380Z] v2.0.0-dev.80 [2021-02-26T20:41:20.380Z] v2.0.0-dev.81 [2021-02-26T20:41:20.380Z] v2.0.0-dev.82 [2021-02-26T20:41:20.380Z] v2.0.0-dev.83 [2021-02-26T20:41:20.380Z] v2.0.0-dev.84 [2021-02-26T20:41:20.380Z] v2.0.0-dev.85 [2021-02-26T20:41:20.380Z] v2.0.0-dev.86 [2021-02-26T20:41:20.380Z] v2.0.0-dev.87 [2021-02-26T20:41:20.380Z] v2.0.0-dev.88 [2021-02-26T20:41:20.380Z] v2.0.0-dev.89 [2021-02-26T20:41:20.380Z] v2.0.0-dev.9 [2021-02-26T20:41:20.380Z] v2.0.0-dev.90 [2021-02-26T20:41:20.380Z] v2.0.0-dev.91 [2021-02-26T20:41:20.381Z] v2.0.0-dev.92 [2021-02-26T20:41:20.381Z] v2.0.0-dev.93 [2021-02-26T20:41:20.381Z] v2.0.0-dev.94 [2021-02-26T20:41:20.381Z] v2.0.0-dev.95 [2021-02-26T20:41:20.381Z] v2.0.0-dev.96 [2021-02-26T20:41:20.381Z] v2.0.0-dev.97 [2021-02-26T20:41:20.381Z] v2.0.0-dev.98 [2021-02-26T20:41:20.381Z] v2.0.0-dev.99 [Pipeline] sh [2021-02-26T20:41:20.679Z] + lftools sign git-tag v2.0.0-dev.107 [2021-02-26T20:41:22.069Z] Signing Git tag with Sigul... [2021-02-26T20:41:22.069Z] Signing v2.0.0-dev.107 [Pipeline] echo [2021-02-26T20:41:23.471Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:41:23.774Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-26T20:41:23.783Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-26T20:41:23.888Z] $ docker stop --time=1 c219b0f89309e421585f17898470e86a978682d980074174a3c8fc12afac8421 [2021-02-26T20:41:26.012Z] $ docker rm -f c219b0f89309e421585f17898470e86a978682d980074174a3c8fc12afac8421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:41:26.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T20:41:26.946Z] . [Pipeline] withDockerContainer [2021-02-26T20:41:27.051Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:41:27.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T20:41:27.812Z] $ docker top 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T20:41:28.088Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T20:41:28.088Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T20:41:28.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T20:41:28.288Z] $ docker exec 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 ssh-agent [2021-02-26T20:41:28.470Z] SSH_AUTH_SOCK=/tmp/ssh-r1i5YACh3Xlx/agent.12 [2021-02-26T20:41:28.470Z] SSH_AGENT_PID=17 [2021-02-26T20:41:28.477Z] Running ssh-add (command line suppressed) [2021-02-26T20:41:28.609Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_8587594088523961131.key (/w/workspace/edgex-go/373@tmp/private_key_8587594088523961131.key) [2021-02-26T20:41:28.669Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T20:41:28.998Z] + git semver bump pre [2021-02-26T20:41:28.998Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T20:41:28.998Z] # $GIT_DIR = /w/workspace/edgex-go/373/.git [2021-02-26T20:41:28.998Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/373 [2021-02-26T20:41:28.998Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T20:41:28.998Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T20:41:28.998Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T20:41:28.998Z] # $SEMVER_BRANCH = master [2021-02-26T20:41:28.998Z] # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver [2021-02-26T20:41:28.998Z] 2.0.0-dev.108 [Pipeline] } [2021-02-26T20:41:29.009Z] $ docker exec --env ******** --env ******** 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 ssh-agent -k [2021-02-26T20:41:29.132Z] unset SSH_AUTH_SOCK; [2021-02-26T20:41:29.132Z] unset SSH_AGENT_PID; [2021-02-26T20:41:29.132Z] echo Agent pid 17 killed; [2021-02-26T20:41:29.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T20:41:29.642Z] + git semver [Pipeline] } [2021-02-26T20:41:29.659Z] $ docker stop --time=1 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 [2021-02-26T20:41:31.003Z] $ docker rm -f 84c3a4b1ba746b1836f7d38abcbf9e035815d28d149bbc4d10542b26745599b5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:41:31.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T20:41:31.532Z] . [Pipeline] withDockerContainer [2021-02-26T20:41:31.633Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:41:31.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T20:41:32.289Z] $ docker top 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T20:41:32.611Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T20:41:32.611Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T20:41:32.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T20:41:32.802Z] $ docker exec 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b ssh-agent [2021-02-26T20:41:32.975Z] SSH_AUTH_SOCK=/tmp/ssh-u2jc3nr9xiRw/agent.12 [2021-02-26T20:41:32.975Z] SSH_AGENT_PID=17 [2021-02-26T20:41:32.982Z] Running ssh-add (command line suppressed) [2021-02-26T20:41:33.105Z] Identity added: /w/workspace/edgex-go/373@tmp/private_key_5982392491987683921.key (/w/workspace/edgex-go/373@tmp/private_key_5982392491987683921.key) [2021-02-26T20:41:33.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T20:41:33.503Z] + git semver push [2021-02-26T20:41:33.503Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T20:41:33.503Z] # $GIT_DIR = /w/workspace/edgex-go/373/.git [2021-02-26T20:41:33.503Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/373 [2021-02-26T20:41:33.503Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T20:41:33.503Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T20:41:33.503Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T20:41:33.503Z] # $SEMVER_BRANCH = master [2021-02-26T20:41:33.503Z] # $SEMVER_DIR = /w/workspace/edgex-go/373/.semver [Pipeline] } [2021-02-26T20:41:43.528Z] $ docker exec --env ******** --env ******** 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b ssh-agent -k [2021-02-26T20:41:43.679Z] unset SSH_AUTH_SOCK; [2021-02-26T20:41:43.679Z] unset SSH_AGENT_PID; [2021-02-26T20:41:43.679Z] echo Agent pid 17 killed; [2021-02-26T20:41:43.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T20:41:44.205Z] + git semver [Pipeline] } [2021-02-26T20:41:44.220Z] $ docker stop --time=1 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b [2021-02-26T20:41:45.598Z] $ docker rm -f 66b553ff40bbbc003edcdeae95f7353425224c6c0bfbcc04fab94d8dd5f8aa1b [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-02-26T20:41:46.886Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:41:47.760Z] ---> package-listing.sh [2021-02-26T20:41:47.760Z] ++ facter osfamily [2021-02-26T20:41:47.760Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T20:41:47.760Z] + OS_FAMILY=redhat [2021-02-26T20:41:47.760Z] + workspace=/w/workspace/edgex-go/373 [2021-02-26T20:41:47.760Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T20:41:47.760Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T20:41:47.760Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T20:41:47.760Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T20:41:47.760Z] + '[' /w/workspace/edgex-go/373 ']' [2021-02-26T20:41:47.760Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T20:41:47.760Z] + case "${OS_FAMILY}" in [2021-02-26T20:41:47.760Z] + rpm -qa [2021-02-26T20:41:47.760Z] + sort [2021-02-26T20:41:53.074Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T20:41:53.074Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T20:41:53.074Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T20:41:53.074Z] + '[' /w/workspace/edgex-go/373 ']' [2021-02-26T20:41:53.074Z] + mkdir -p /w/workspace/edgex-go/373/archives/ [2021-02-26T20:41:53.074Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/373/archives/ [Pipeline] echo [2021-02-26T20:41:53.089Z] 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/373/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-26T20:41:53.380Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:41:53.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T20:41:53.686Z] [2021-02-26T20:41:53.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T20:41:54.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T20:41:54.034Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T20:41:54.034Z] df20fa9351a1: Pulling fs layer [2021-02-26T20:41:54.034Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T20:41:54.034Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T20:41:54.034Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T20:41:54.034Z] 93b61091891f: Pulling fs layer [2021-02-26T20:41:54.034Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T20:41:54.034Z] 5e14af77c1be: Pulling fs layer [2021-02-26T20:41:54.034Z] 01666e4c0597: Pulling fs layer [2021-02-26T20:41:54.034Z] aa168da1d23b: Pulling fs layer [2021-02-26T20:41:54.034Z] 93b61091891f: Waiting [2021-02-26T20:41:54.034Z] 93b9cdb0e59b: Waiting [2021-02-26T20:41:54.034Z] 5e14af77c1be: Waiting [2021-02-26T20:41:54.034Z] 01666e4c0597: Waiting [2021-02-26T20:41:54.034Z] aa168da1d23b: Waiting [2021-02-26T20:41:54.034Z] 46f8f816bc3b: Waiting [2021-02-26T20:41:54.034Z] 36b3adc4ff6f: Verifying Checksum [2021-02-26T20:41:54.034Z] 36b3adc4ff6f: Download complete [2021-02-26T20:41:54.034Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T20:41:54.034Z] 46f8f816bc3b: Download complete [2021-02-26T20:41:54.307Z] df20fa9351a1: Verifying Checksum [2021-02-26T20:41:54.307Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T20:41:54.307Z] 93b9cdb0e59b: Download complete [2021-02-26T20:41:54.307Z] 5e14af77c1be: Verifying Checksum [2021-02-26T20:41:54.307Z] 5e14af77c1be: Download complete [2021-02-26T20:41:54.307Z] 01666e4c0597: Download complete [2021-02-26T20:41:54.307Z] 93b61091891f: Download complete [2021-02-26T20:41:54.307Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T20:41:54.307Z] 8ad3a11d3b57: Download complete [2021-02-26T20:41:54.569Z] df20fa9351a1: Pull complete [2021-02-26T20:41:54.833Z] 36b3adc4ff6f: Pull complete [2021-02-26T20:41:55.784Z] 8ad3a11d3b57: Pull complete [2021-02-26T20:41:55.784Z] 46f8f816bc3b: Pull complete [2021-02-26T20:41:56.362Z] aa168da1d23b: Verifying Checksum [2021-02-26T20:41:56.362Z] aa168da1d23b: Download complete [2021-02-26T20:41:56.362Z] 93b61091891f: Pull complete [2021-02-26T20:41:56.624Z] 93b9cdb0e59b: Pull complete [2021-02-26T20:41:56.624Z] 5e14af77c1be: Pull complete [2021-02-26T20:41:56.888Z] 01666e4c0597: Pull complete [2021-02-26T20:42:03.511Z] aa168da1d23b: Pull complete [2021-02-26T20:42:03.511Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T20:42:03.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T20:42:03.512Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T20:42:03.654Z] prd-centos7-docker-4c-2g-27876 does not seem to be running inside a container [2021-02-26T20:42:03.711Z] $ 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/373/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/373 -v /w/workspace/edgex-go/373:/w/workspace/edgex-go/373:rw,z -v /w/workspace/edgex-go/373@tmp:/w/workspace/edgex-go/373@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T20:42:07.470Z] $ docker top de2f2b74db85ee4ecd067d7dbe1f647898633ac75cac1957b3057d7faab672e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T20:42:08.049Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T20:42:08.348Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T20:42:08.649Z] + ls /var/log/sa-host [2021-02-26T20:42:08.650Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T20:42:08.650Z] file_magic: OK [2021-02-26T20:42:08.650Z] HZ: Using current value: 100 [2021-02-26T20:42:08.650Z] file_header: OK [2021-02-26T20:42:08.650Z] 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-02-26T20:42:08.650Z] Statistics: [2021-02-26T20:42:08.650Z] Hnuu...uuuununununu... [2021-02-26T20:42:08.650Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T20:42:08.650Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T20:42:08.650Z] file_magic: OK [2021-02-26T20:42:08.650Z] HZ: Using current value: 100 [2021-02-26T20:42:08.650Z] file_header: OK [2021-02-26T20:42:08.650Z] 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-02-26T20:42:08.650Z] Statistics: [2021-02-26T20:42:08.650Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-26T20:42:08.650Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T20:42:09.334Z] provisioning config files... [2021-02-26T20:42:09.350Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/373@tmp/config6721223794759385696tmp [Pipeline] { [Pipeline] echo [2021-02-26T20:42:09.434Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:42:09.734Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T20:42:09.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T20:42:09.827Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:42:10.125Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T20:42:10.136Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:42:10.430Z] ---> sudo-logs.sh [2021-02-26T20:42:10.431Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T20:42:10.485Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:42:10.782Z] ---> job-cost.sh [2021-02-26T20:42:10.782Z] lf-activate-venv: SKIPPING [2021-02-26T20:42:10.782Z] DEBUG: total: 0.20999999344348907 [2021-02-26T20:42:10.782Z] INFO: Retrieving Stack Cost... [2021-02-26T20:42:11.729Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T20:42:12.302Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T20:42:12.315Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T20:42:12.610Z] ---> logs-deploy.sh [2021-02-26T20:42:12.610Z] lf-activate-venv: SKIPPING [2021-02-26T20:42:12.610Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/373 [2021-02-26T20:42:12.610Z] INFO: archiving workspace using pattern(s): [2021-02-26T20:42:13.996Z] Archives upload complete. [2021-02-26T20:42:14.258Z] INFO: archiving logs to Nexus [2021-02-26T20:42:15.207Z] ---> uname -a: [2021-02-26T20:42:15.207Z] Linux prd-centos7-docker-4c-2g-27876.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] ---> lscpu: [2021-02-26T20:42:15.207Z] Architecture: x86_64 [2021-02-26T20:42:15.207Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-26T20:42:15.207Z] Byte Order: Little Endian [2021-02-26T20:42:15.207Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-26T20:42:15.207Z] CPU(s): 4 [2021-02-26T20:42:15.207Z] On-line CPU(s) list: 0-3 [2021-02-26T20:42:15.207Z] Thread(s) per core: 1 [2021-02-26T20:42:15.207Z] Core(s) per socket: 1 [2021-02-26T20:42:15.207Z] Socket(s): 4 [2021-02-26T20:42:15.207Z] NUMA node(s): 1 [2021-02-26T20:42:15.207Z] Vendor ID: GenuineIntel [2021-02-26T20:42:15.207Z] CPU family: 6 [2021-02-26T20:42:15.207Z] Model: 44 [2021-02-26T20:42:15.207Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-26T20:42:15.207Z] Stepping: 1 [2021-02-26T20:42:15.207Z] CPU MHz: 2933.438 [2021-02-26T20:42:15.207Z] BogoMIPS: 5866.87 [2021-02-26T20:42:15.207Z] Virtualization: VT-x [2021-02-26T20:42:15.207Z] Hypervisor vendor: KVM [2021-02-26T20:42:15.207Z] Virtualization type: full [2021-02-26T20:42:15.207Z] L1d cache: 128 KiB [2021-02-26T20:42:15.207Z] L1i cache: 128 KiB [2021-02-26T20:42:15.207Z] L2 cache: 16 MiB [2021-02-26T20:42:15.207Z] L3 cache: 64 MiB [2021-02-26T20:42:15.207Z] NUMA node0 CPU(s): 0-3 [2021-02-26T20:42:15.207Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-26T20:42:15.207Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-26T20:42:15.207Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-26T20:42:15.207Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-26T20:42:15.207Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-26T20:42:15.207Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-26T20:42:15.207Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-26T20:42:15.207Z] Vulnerability Srbds: Not affected [2021-02-26T20:42:15.207Z] Vulnerability Tsx async abort: Not affected [2021-02-26T20:42:15.207Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] ---> nproc: [2021-02-26T20:42:15.207Z] 4 [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] ---> df -h: [2021-02-26T20:42:15.207Z] Filesystem Size Used Available Use% Mounted on [2021-02-26T20:42:15.207Z] overlay 50.0G 12.6G 37.4G 25% / [2021-02-26T20:42:15.207Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-26T20:42:15.207Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-26T20:42:15.207Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/373 [2021-02-26T20:42:15.207Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/373@tmp [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] ---> free -m: [2021-02-26T20:42:15.207Z] total used free shared buff/cache available [2021-02-26T20:42:15.207Z] Mem: 1837 798 137 0 901 989 [2021-02-26T20:42:15.207Z] Swap: 1023 61 962 [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] ---> ip addr: [2021-02-26T20:42:15.207Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-26T20:42:15.207Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-26T20:42:15.207Z] inet 127.0.0.1/8 scope host lo [2021-02-26T20:42:15.207Z] valid_lft forever preferred_lft forever [2021-02-26T20:42:15.207Z] inet6 ::1/128 scope host [2021-02-26T20:42:15.207Z] valid_lft forever preferred_lft forever [2021-02-26T20:42:15.207Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-26T20:42:15.207Z] link/ether fa:16:3e:70:7b:af brd ff:ff:ff:ff:ff:ff [2021-02-26T20:42:15.207Z] inet 10.30.122.129/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-26T20:42:15.207Z] valid_lft 85198sec preferred_lft 85198sec [2021-02-26T20:42:15.207Z] inet6 fe80::f816:3eff:fe70:7baf/64 scope link [2021-02-26T20:42:15.207Z] valid_lft forever preferred_lft forever [2021-02-26T20:42:15.207Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-26T20:42:15.207Z] link/ether 02:42:6a:88:4c:49 brd ff:ff:ff:ff:ff:ff [2021-02-26T20:42:15.207Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-26T20:42:15.207Z] valid_lft forever preferred_lft forever [2021-02-26T20:42:15.207Z] inet6 fe80::42:6aff:fe88:4c49/64 scope link [2021-02-26T20:42:15.207Z] valid_lft forever preferred_lft forever [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] ---> sar -b -r -n DEV: [2021-02-26T20:42:15.207Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] 20:22:01 LINUX RESTART (4 CPU) [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] 20:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-26T20:42:15.207Z] 20:24:01 216.14 95.46 120.68 0.00 9736.68 46392.71 0.00 [2021-02-26T20:42:15.207Z] 20:25:01 253.40 96.56 156.84 0.00 4018.23 21568.87 0.00 [2021-02-26T20:42:15.207Z] 20:26:01 156.35 68.16 88.19 0.00 2479.72 11406.74 0.00 [2021-02-26T20:42:15.207Z] 20:27:02 147.59 41.73 105.86 0.00 2842.11 24667.29 0.00 [2021-02-26T20:42:15.207Z] 20:28:03 2430.51 2064.17 366.33 0.00 167477.36 226252.78 0.00 [2021-02-26T20:42:15.207Z] 20:29:03 1481.66 1246.21 235.45 0.00 70252.59 90548.21 0.00 [2021-02-26T20:42:15.207Z] 20:30:02 1139.19 791.05 348.14 0.00 90231.97 146445.97 0.00 [2021-02-26T20:42:15.207Z] 20:31:01 1030.41 728.67 301.73 0.00 43501.51 60885.52 0.00 [2021-02-26T20:42:15.207Z] 20:32:01 98.92 72.58 26.34 0.00 6904.48 1611.74 0.00 [2021-02-26T20:42:15.207Z] 20:33:01 2.88 0.48 2.40 0.00 27.31 55.73 0.00 [2021-02-26T20:42:15.207Z] 20:34:01 0.30 0.02 0.28 0.00 0.27 3.23 0.00 [2021-02-26T20:42:15.207Z] 20:35:01 0.17 0.00 0.17 0.00 0.00 1.65 0.00 [2021-02-26T20:42:15.207Z] 20:36:01 0.32 0.02 0.30 0.00 0.27 3.13 0.00 [2021-02-26T20:42:15.207Z] 20:37:02 1.82 1.57 0.25 0.00 54.22 2.43 0.00 [2021-02-26T20:42:15.207Z] 20:38:01 3.32 2.49 0.83 0.00 200.75 16.12 0.00 [2021-02-26T20:42:15.207Z] 20:39:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-02-26T20:42:15.207Z] 20:40:01 131.95 49.64 82.31 0.00 2194.12 24766.20 0.00 [2021-02-26T20:42:15.207Z] 20:41:01 262.54 126.74 135.80 0.00 8476.49 33647.66 0.00 [2021-02-26T20:42:15.207Z] 20:42:01 253.98 142.73 111.24 0.00 11613.57 27808.35 0.00 [2021-02-26T20:42:15.207Z] Average: 401.53 291.88 109.64 0.00 22164.61 37767.21 0.00 [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] 20:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-26T20:42:15.207Z] 20:24:01 100764 0 695452 36.96 2304 1083024 1439112 49.11 564284 974524 34668 [2021-02-26T20:42:15.207Z] 20:25:01 94904 0 826568 43.93 1560 958512 1810360 61.78 687392 823088 77416 [2021-02-26T20:42:15.207Z] 20:26:01 344572 0 761004 40.45 728 775240 1378176 47.03 570152 680440 44312 [2021-02-26T20:42:15.207Z] 20:27:02 181284 0 746840 39.69 608 952812 1252164 42.73 572728 840244 48 [2021-02-26T20:42:15.207Z] 20:28:03 73308 0 853680 45.37 68 954488 2320508 79.20 789508 785500 83508 [2021-02-26T20:42:15.207Z] 20:29:03 323500 0 759196 40.35 68 798780 1775228 60.59 582964 723644 3960 [2021-02-26T20:42:15.207Z] 20:30:02 214624 0 940552 49.99 68 726300 3228320 110.18 621540 770480 6736 [2021-02-26T20:42:15.207Z] 20:31:01 412772 0 697988 37.10 68 770716 1378860 47.06 498344 714364 24 [2021-02-26T20:42:15.207Z] 20:32:01 272744 0 648260 34.45 68 960472 1221556 41.69 532332 824960 20 [2021-02-26T20:42:15.207Z] 20:33:01 276244 0 643948 34.22 68 961284 1192520 40.70 530888 823960 16 [2021-02-26T20:42:15.207Z] 20:34:01 277164 0 643028 34.18 68 961284 1189436 40.59 530476 823964 8 [2021-02-26T20:42:15.207Z] 20:35:01 277712 0 642456 34.15 68 961308 1186352 40.49 530344 823948 8 [2021-02-26T20:42:15.207Z] 20:36:01 277752 0 642416 34.14 68 961308 1186352 40.49 530224 823948 8 [2021-02-26T20:42:15.207Z] 20:37:02 276200 0 643116 34.18 68 962160 1186352 40.49 530644 824372 16 [2021-02-26T20:42:15.207Z] 20:38:01 269896 0 646592 34.36 68 964988 1186424 40.49 533864 827468 8 [2021-02-26T20:42:15.207Z] 20:39:01 269684 0 646796 34.38 68 964996 1186352 40.49 533540 827468 8 [2021-02-26T20:42:15.207Z] 20:40:01 70072 0 750352 39.88 68 1061052 1612848 55.04 692072 828676 95676 [2021-02-26T20:42:15.207Z] 20:41:01 89180 0 793236 42.16 68 999060 1622176 55.36 701656 755004 86652 [2021-02-26T20:42:15.207Z] 20:42:01 73976 0 818576 43.51 4 988988 1617120 55.19 669152 774176 41988 [2021-02-26T20:42:15.207Z] Average: 219808 0 726319 38.60 324 935093 1524748 52.04 589584 803696 25004 [2021-02-26T20:42:15.207Z] [2021-02-26T20:42:15.207Z] 20:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-26T20:42:15.207Z] 20:24:01 eth0 1183.95 1199.27 6002.57 138.84 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:24:01 veth80f4a14 17.90 28.70 1.24 152.42 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:24:01 docker0 890.32 827.83 72.34 2837.63 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:25:01 eth0 187.46 147.06 710.53 22.99 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:25:01 veth6036fde 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:25:01 docker0 129.12 156.36 9.46 682.69 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:26:01 eth0 47.71 32.97 27.56 75.08 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:26:01 veth6036fde 2.15 2.15 0.17 0.18 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:26:01 docker0 2.15 2.15 0.14 0.18 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:27:02 eth0 213.37 181.70 1704.11 84.25 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:27:02 vetha4d652a 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:28:03 eth0 42.93 19.33 160.24 9.94 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:28:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:28:03 vetha4d652a 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:28:03 docker0 8.81 23.21 0.47 143.94 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:29:03 eth0 16.54 10.02 56.55 5.61 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:29:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:29:03 veth1deaa4f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:29:03 vetha4d652a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:30:02 veth7dd4477 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:30:02 vethcb3f82e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:30:02 vethe06465e 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:30:02 eth0 245.11 161.48 1796.15 101.12 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:31:01 veth8ea4993 6.78 3.14 45.29 0.22 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:31:01 eth0 69.16 35.23 170.62 21.23 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:31:01 vetha4d652a 0.00 1.04 0.00 0.05 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:32:01 eth0 459.26 429.48 191.51 1620.02 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:32:01 docker0 1081.22 1116.61 85.45 4313.55 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.207Z] 20:33:01 eth0 0.85 0.87 0.93 0.14 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:34:01 eth0 0.23 0.20 0.07 0.02 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:37:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:38:01 eth0 0.22 0.19 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:40:01 eth0 394.09 357.42 3995.54 31.74 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:41:01 eth0 454.52 397.02 3482.51 103.63 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:41:01 docker0 33.85 33.34 3.18 255.10 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:42:01 eth0 308.82 247.79 2444.52 76.95 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] 20:42:01 docker0 32.00 40.39 2.36 218.67 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] Average: eth0 190.99 169.75 1093.52 120.66 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] Average: docker0 60.43 62.71 4.79 252.21 0.00 0.00 0.00 0.00 [2021-02-26T20:42:15.208Z] [2021-02-26T20:42:15.208Z] [2021-02-26T20:42:15.208Z] ---> sar -P ALL: [2021-02-26T20:42:15.208Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) [2021-02-26T20:42:15.208Z] [2021-02-26T20:42:15.208Z] 20:22:01 LINUX RESTART (4 CPU) [2021-02-26T20:42:15.208Z] [2021-02-26T20:42:15.208Z] 20:23:01 CPU %user %nice %system %iowait %steal %idle [2021-02-26T20:42:15.208Z] 20:24:01 all 15.77 0.00 8.89 2.02 0.08 73.25 [2021-02-26T20:42:15.208Z] 20:24:01 0 16.73 0.00 11.04 3.80 0.07 68.36 [2021-02-26T20:42:15.208Z] 20:24:01 1 15.19 0.00 8.81 1.48 0.03 74.49 [2021-02-26T20:42:15.208Z] 20:24:01 2 15.20 0.00 7.98 1.76 0.10 74.95 [2021-02-26T20:42:15.208Z] 20:24:01 3 15.94 0.00 7.71 1.03 0.10 75.22 [2021-02-26T20:42:15.208Z] 20:25:01 all 29.25 0.00 10.08 6.84 0.05 53.78 [2021-02-26T20:42:15.208Z] 20:25:01 0 28.78 0.00 9.97 6.55 0.03 54.67 [2021-02-26T20:42:15.208Z] 20:25:01 1 29.87 0.00 9.33 7.56 0.07 53.17 [2021-02-26T20:42:15.208Z] 20:25:01 2 28.42 0.00 11.27 8.07 0.05 52.19 [2021-02-26T20:42:15.208Z] 20:25:01 3 29.90 0.00 9.78 5.20 0.05 55.07 [2021-02-26T20:42:15.208Z] 20:26:01 all 50.29 0.00 13.10 4.46 0.06 32.10 [2021-02-26T20:42:15.208Z] 20:26:01 0 50.66 0.00 13.02 3.97 0.05 32.30 [2021-02-26T20:42:15.208Z] 20:26:01 1 50.49 0.00 12.59 5.23 0.07 31.62 [2021-02-26T20:42:15.208Z] 20:26:01 2 50.38 0.00 13.74 4.25 0.03 31.59 [2021-02-26T20:42:15.208Z] 20:26:01 3 49.61 0.00 13.04 4.38 0.07 32.91 [2021-02-26T20:42:15.208Z] 20:27:02 all 32.64 0.00 12.13 3.30 0.06 51.86 [2021-02-26T20:42:15.208Z] 20:27:02 0 32.71 0.00 11.88 2.43 0.10 52.87 [2021-02-26T20:42:15.208Z] 20:27:02 1 32.30 0.00 11.84 4.54 0.05 51.28 [2021-02-26T20:42:15.208Z] 20:27:02 2 32.74 0.00 12.70 3.54 0.05 50.97 [2021-02-26T20:42:15.208Z] 20:27:02 3 32.83 0.00 12.11 2.70 0.05 52.30 [2021-02-26T20:42:15.208Z] 20:28:03 all 19.59 0.00 27.74 23.05 0.12 29.50 [2021-02-26T20:42:15.208Z] 20:28:03 0 19.50 0.00 26.38 23.14 0.12 30.86 [2021-02-26T20:42:15.208Z] 20:28:03 1 20.60 0.00 27.65 22.46 0.14 29.15 [2021-02-26T20:42:15.208Z] 20:28:03 2 18.89 0.00 28.08 24.42 0.14 28.48 [2021-02-26T20:42:15.208Z] 20:28:03 3 19.36 0.00 28.88 22.16 0.10 29.49 [2021-02-26T20:42:15.208Z] 20:29:03 all 54.25 0.00 17.23 15.63 0.04 12.84 [2021-02-26T20:42:15.208Z] 20:29:03 0 53.39 0.00 17.47 17.85 0.05 11.24 [2021-02-26T20:42:15.208Z] 20:29:03 1 55.45 0.00 16.54 16.51 0.03 11.47 [2021-02-26T20:42:15.208Z] 20:29:03 2 54.14 0.00 16.71 14.19 0.02 14.94 [2021-02-26T20:42:15.208Z] 20:29:03 3 54.04 0.00 18.21 13.95 0.07 13.73 [2021-02-26T20:42:15.208Z] 20:30:02 all 24.80 0.00 22.18 27.85 0.10 25.07 [2021-02-26T20:42:15.208Z] 20:30:02 0 24.26 0.00 20.91 25.50 0.09 29.24 [2021-02-26T20:42:15.208Z] 20:30:02 1 24.64 0.00 22.84 28.21 0.09 24.23 [2021-02-26T20:42:15.208Z] 20:30:02 2 24.94 0.00 23.03 29.09 0.16 22.78 [2021-02-26T20:42:15.208Z] 20:30:02 3 25.37 0.00 21.93 28.63 0.07 24.00 [2021-02-26T20:42:15.208Z] 20:31:01 all 46.61 0.00 17.04 20.44 0.05 15.85 [2021-02-26T20:42:15.208Z] 20:31:01 0 46.74 0.00 15.95 20.73 0.03 16.55 [2021-02-26T20:42:15.208Z] 20:31:01 1 46.82 0.00 17.89 20.35 0.05 14.88 [2021-02-26T20:42:15.208Z] 20:31:01 2 47.15 0.00 15.95 20.98 0.07 15.85 [2021-02-26T20:42:15.208Z] 20:31:01 3 45.72 0.00 18.38 19.70 0.05 16.15 [2021-02-26T20:42:15.208Z] 20:32:01 all 9.54 0.00 4.42 2.40 0.08 83.56 [2021-02-26T20:42:15.208Z] 20:32:01 0 9.15 0.00 4.79 1.42 0.07 84.57 [2021-02-26T20:42:15.208Z] 20:32:01 1 9.83 0.00 4.25 2.82 0.12 82.98 [2021-02-26T20:42:15.208Z] 20:32:01 2 9.75 0.00 4.40 3.08 0.07 82.70 [2021-02-26T20:42:15.208Z] 20:32:01 3 9.43 0.00 4.25 2.27 0.07 83.98 [2021-02-26T20:42:15.208Z] 20:33:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-26T20:42:15.208Z] 20:33:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-26T20:42:15.208Z] 20:33:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-26T20:42:15.208Z] 20:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-26T20:42:15.208Z] 20:33:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-26T20:42:15.208Z] 20:34:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-02-26T20:42:15.208Z] 20:34:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-26T20:42:15.208Z] 20:34:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-26T20:42:15.208Z] 20:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-26T20:42:15.208Z] 20:34:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-26T20:42:15.208Z] [2021-02-26T20:42:15.208Z] 20:34:01 CPU %user %nice %system %iowait %steal %idle [2021-02-26T20:42:15.208Z] 20:35:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-26T20:42:15.208Z] 20:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-26T20:42:15.208Z] 20:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-26T20:42:15.208Z] 20:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-26T20:42:15.208Z] 20:35:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-26T20:42:15.208Z] 20:36:01 all 0.16 0.00 0.08 0.00 0.01 99.75 [2021-02-26T20:42:15.208Z] 20:36:01 0 0.03 0.00 0.12 0.00 0.02 99.83 [2021-02-26T20:42:15.208Z] 20:36:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-02-26T20:42:15.208Z] 20:36:01 2 0.03 0.00 0.07 0.00 0.02 99.88 [2021-02-26T20:42:15.208Z] 20:36:01 3 0.52 0.00 0.03 0.02 0.00 99.43 [2021-02-26T20:42:15.208Z] 20:37:02 all 0.15 0.00 0.06 0.02 0.00 99.77 [2021-02-26T20:42:15.208Z] 20:37:02 0 0.03 0.00 0.10 0.08 0.00 99.78 [2021-02-26T20:42:15.208Z] 20:37:02 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-26T20:42:15.208Z] 20:37:02 2 0.02 0.00 0.03 0.02 0.00 99.93 [2021-02-26T20:42:15.208Z] 20:37:02 3 0.52 0.00 0.05 0.00 0.00 99.43 [2021-02-26T20:42:15.208Z] 20:38:01 all 0.12 0.00 0.06 0.09 0.00 99.73 [2021-02-26T20:42:15.208Z] 20:38:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-26T20:42:15.208Z] 20:38:01 1 0.05 0.00 0.03 0.10 0.00 99.81 [2021-02-26T20:42:15.208Z] 20:38:01 2 0.03 0.00 0.05 0.25 0.00 99.66 [2021-02-26T20:42:15.208Z] 20:38:01 3 0.34 0.00 0.08 0.00 0.00 99.58 [2021-02-26T20:42:15.208Z] 20:39:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2021-02-26T20:42:15.208Z] 20:39:01 0 0.37 0.00 0.05 0.00 0.00 99.58 [2021-02-26T20:42:15.208Z] 20:39:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-26T20:42:15.208Z] 20:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-26T20:42:15.208Z] 20:39:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-26T20:42:15.208Z] 20:40:01 all 6.91 0.00 4.85 3.05 0.04 85.15 [2021-02-26T20:42:15.208Z] 20:40:01 0 6.79 0.00 5.45 4.53 0.03 83.19 [2021-02-26T20:42:15.208Z] 20:40:01 1 6.49 0.00 4.59 3.42 0.05 85.44 [2021-02-26T20:42:15.208Z] 20:40:01 2 8.22 0.00 5.15 3.29 0.05 83.29 [2021-02-26T20:42:15.208Z] 20:40:01 3 6.13 0.00 4.22 0.95 0.03 88.67 [2021-02-26T20:42:15.208Z] 20:41:01 all 10.44 0.00 7.99 4.17 0.06 77.34 [2021-02-26T20:42:15.208Z] 20:41:01 0 12.39 0.00 8.25 4.02 0.07 75.27 [2021-02-26T20:42:15.208Z] 20:41:01 1 9.74 0.00 7.67 2.74 0.05 79.80 [2021-02-26T20:42:15.208Z] 20:41:01 2 9.48 0.00 7.99 6.20 0.05 76.27 [2021-02-26T20:42:15.208Z] 20:41:01 3 10.13 0.00 8.05 3.72 0.07 78.04 [2021-02-26T20:42:15.208Z] 20:42:01 all 10.88 0.00 8.15 4.09 0.06 76.83 [2021-02-26T20:42:15.208Z] 20:42:01 0 10.30 0.00 7.92 2.66 0.03 79.09 [2021-02-26T20:42:15.208Z] 20:42:01 1 11.14 0.00 8.70 3.88 0.07 76.20 [2021-02-26T20:42:15.208Z] 20:42:01 2 10.29 0.00 7.66 6.60 0.05 75.40 [2021-02-26T20:42:15.208Z] 20:42:01 3 11.77 0.00 8.30 3.23 0.07 76.63 [2021-02-26T20:42:15.208Z] Average: all 16.22 0.00 8.00 6.06 0.04 69.68 [2021-02-26T20:42:15.208Z] Average: 0 16.23 0.00 7.98 6.04 0.04 69.71 [2021-02-26T20:42:15.208Z] Average: 1 16.28 0.00 7.94 6.16 0.04 69.58 [2021-02-26T20:42:15.208Z] Average: 2 16.11 0.00 8.04 6.50 0.04 69.29 [2021-02-26T20:42:15.208Z] Average: 3 16.25 0.00 8.02 5.53 0.04 70.16 [2021-02-26T20:42:15.208Z] [2021-02-26T20:42:15.208Z] [2021-02-26T20:42:15.208Z]