Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20277 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/296 [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/296 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e (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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 Commit message: "feat: Remove --useradd and --userdel support from proxy-setup (#2924)" > git rev-list --no-walk cd24e07082ec728494b0347cc7947c162db974b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T18:08:53.916Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T18:08:54.163Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T18:08:54.255Z] ========================================================= [2021-01-14T18:08:54.255Z] EdgeX Global Pipelines Version Info [2021-01-14T18:08:54.255Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:08:55.668Z] ------------------- [2021-01-14T18:08:55.669Z] stable info: [2021-01-14T18:08:55.669Z] ------------------- [2021-01-14T18:08:55.669Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T18:08:55.669Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T18:08:55.669Z] Message: update stable to v1.0.177 [2021-01-14T18:08:56.614Z] ------------------- [2021-01-14T18:08:56.614Z] experimental info: [2021-01-14T18:08:56.614Z] ------------------- [2021-01-14T18:08:56.614Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T18:08:56.614Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T18:08:56.614Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T18:08:56.905Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T18:08:57.030Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T18:08:57.114Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T18:08:57.209Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T18:08:57.314Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T18:08:57.397Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T18:08:57.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T18:08:57.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T18:08:57.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T18:08:57.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T18:08:57.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T18:08:57.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T18:08:58.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T18:08:58.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T18:08:58.218Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T18:08:58.321Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T18:08:58.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T18:08:58.496Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T18:08:58.577Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T18:08:58.674Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T18:08:58.753Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T18:08:58.855Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T18:08:58.938Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T18:08:59.020Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-14T18:08:59.102Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-14T18:08:59.182Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-14T18:08:59.279Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] echo [2021-01-14T18:08:59.361Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6045104 [Pipeline] echo [2021-01-14T18:08:59.445Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T18:08:59.610Z] provisioning config files... [2021-01-14T18:08:59.637Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/296@tmp/config4820893601194705644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:09:00.099Z] ---> docker-login.sh [2021-01-14T18:09:00.099Z] nexus3.edgexfoundry.org:10001 [2021-01-14T18:09:00.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:09:00.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:09:00.623Z] Configure a credential helper to remove this warning. See [2021-01-14T18:09:00.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:09:00.623Z] [2021-01-14T18:09:00.623Z] Login Succeeded [2021-01-14T18:09:00.623Z] nexus3.edgexfoundry.org:10002 [2021-01-14T18:09:00.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:09:00.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:09:00.623Z] Configure a credential helper to remove this warning. See [2021-01-14T18:09:00.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:09:00.623Z] [2021-01-14T18:09:00.623Z] Login Succeeded [2021-01-14T18:09:00.623Z] nexus3.edgexfoundry.org:10003 [2021-01-14T18:09:00.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:09:00.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:09:00.888Z] Configure a credential helper to remove this warning. See [2021-01-14T18:09:00.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:09:00.888Z] [2021-01-14T18:09:00.888Z] Login Succeeded [2021-01-14T18:09:00.888Z] nexus3.edgexfoundry.org:10004 [2021-01-14T18:09:01.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:09:01.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:09:01.150Z] Configure a credential helper to remove this warning. See [2021-01-14T18:09:01.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:09:01.150Z] [2021-01-14T18:09:01.150Z] Login Succeeded [2021-01-14T18:09:01.150Z] docker.io [2021-01-14T18:09:01.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:09:01.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:09:01.414Z] Configure a credential helper to remove this warning. See [2021-01-14T18:09:01.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:09:01.414Z] [2021-01-14T18:09:01.414Z] Login Succeeded [2021-01-14T18:09:01.414Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T18:09:01.425Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T18:09:01.903Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T18:09:01.903Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T18:09:01.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:09:01.903Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T18:09:01.903Z] ++ cut -d/ -f2 [2021-01-14T18:09:01.903Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T18:09:01.988Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-01-14T18:09:02.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:09:02.912Z] [2021-01-14T18:09:02.912Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:09:03.276Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:09:03.276Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T18:09:03.276Z] 31603596830f: Pulling fs layer [2021-01-14T18:09:03.276Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T18:09:03.276Z] 6ca5941a6612: Pulling fs layer [2021-01-14T18:09:03.276Z] ecc8261a40a4: Pulling fs layer [2021-01-14T18:09:03.276Z] ecc8261a40a4: Waiting [2021-01-14T18:09:03.276Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T18:09:03.276Z] 2a8b12db71e7: Download complete [2021-01-14T18:09:03.538Z] 31603596830f: Verifying Checksum [2021-01-14T18:09:03.538Z] 31603596830f: Download complete [2021-01-14T18:09:03.538Z] ecc8261a40a4: Verifying Checksum [2021-01-14T18:09:03.538Z] ecc8261a40a4: Download complete [2021-01-14T18:09:03.538Z] 6ca5941a6612: Verifying Checksum [2021-01-14T18:09:03.538Z] 6ca5941a6612: Download complete [2021-01-14T18:09:04.113Z] 31603596830f: Pull complete [2021-01-14T18:09:04.113Z] 2a8b12db71e7: Pull complete [2021-01-14T18:09:05.068Z] 6ca5941a6612: Pull complete [2021-01-14T18:09:05.068Z] ecc8261a40a4: Pull complete [2021-01-14T18:09:05.068Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T18:09:05.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:09:05.068Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T18:09:05.175Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:09:05.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T18:09:07.802Z] $ docker top 2d941fa03a3a5deb91bb332a5aaedf44c160f847370c850b13869766ba847f4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T18:09:08.193Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T18:09:08.193Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T18:09:08.456Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T18:09:08.461Z] $ docker exec 2d941fa03a3a5deb91bb332a5aaedf44c160f847370c850b13869766ba847f4d ssh-agent [2021-01-14T18:09:08.632Z] SSH_AUTH_SOCK=/tmp/ssh-RqWBxzMPx9Kd/agent.12 [2021-01-14T18:09:08.632Z] SSH_AGENT_PID=18 [2021-01-14T18:09:08.649Z] Running ssh-add (command line suppressed) [2021-01-14T18:09:08.770Z] Identity added: /w/workspace/edgex-go/296@tmp/private_key_8286401972279035369.key (/w/workspace/edgex-go/296@tmp/private_key_8286401972279035369.key) [2021-01-14T18:09:08.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T18:09:09.180Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T18:09:09.223Z] $ docker exec --env ******** --env ******** 2d941fa03a3a5deb91bb332a5aaedf44c160f847370c850b13869766ba847f4d ssh-agent -k [2021-01-14T18:09:09.334Z] unset SSH_AUTH_SOCK; [2021-01-14T18:09:09.335Z] unset SSH_AGENT_PID; [2021-01-14T18:09:09.335Z] echo Agent pid 18 killed; [2021-01-14T18:09:09.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T18:09:09.557Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T18:09:09.557Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T18:09:09.726Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T18:09:09.731Z] $ docker exec 2d941fa03a3a5deb91bb332a5aaedf44c160f847370c850b13869766ba847f4d ssh-agent [2021-01-14T18:09:09.898Z] SSH_AUTH_SOCK=/tmp/ssh-WMo4TYmz6JM3/agent.48 [2021-01-14T18:09:09.898Z] SSH_AGENT_PID=54 [2021-01-14T18:09:09.907Z] Running ssh-add (command line suppressed) [2021-01-14T18:09:10.022Z] Identity added: /w/workspace/edgex-go/296@tmp/private_key_2243034472055257203.key (/w/workspace/edgex-go/296@tmp/private_key_2243034472055257203.key) [2021-01-14T18:09:10.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T18:09:10.417Z] + git semver init [2021-01-14T18:09:10.417Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T18:09:10.417Z] # $GIT_DIR = /w/workspace/edgex-go/296/.git [2021-01-14T18:09:10.417Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/296 [2021-01-14T18:09:10.417Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T18:09:10.417Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T18:09:10.417Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T18:09:10.417Z] # $SEMVER_BRANCH = master [2021-01-14T18:09:10.417Z] # $SEMVER_TEMP = /tmp/semver-622546833 [2021-01-14T18:09:10.417Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T18:09:32.463Z] # '/tmp/semver-622546833' -> '/w/workspace/edgex-go/296/.semver' [2021-01-14T18:09:32.463Z] # -> Force: false [2021-01-14T18:09:32.463Z] # $SEMVER_DIR = /w/workspace/edgex-go/296/.semver [Pipeline] } [2021-01-14T18:09:32.478Z] $ docker exec --env ******** --env ******** 2d941fa03a3a5deb91bb332a5aaedf44c160f847370c850b13869766ba847f4d ssh-agent -k [2021-01-14T18:09:32.729Z] unset SSH_AUTH_SOCK; [2021-01-14T18:09:32.729Z] unset SSH_AGENT_PID; [2021-01-14T18:09:32.729Z] echo Agent pid 54 killed; [2021-01-14T18:09:32.803Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T18:09:33.330Z] + git semver [Pipeline] } [2021-01-14T18:09:33.350Z] $ docker stop --time=1 2d941fa03a3a5deb91bb332a5aaedf44c160f847370c850b13869766ba847f4d [2021-01-14T18:09:35.365Z] $ docker rm -f 2d941fa03a3a5deb91bb332a5aaedf44c160f847370c850b13869766ba847f4d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T18:09:35.914Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T18:09:36.480Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T18:09:36.483Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.37 [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-01-14T18:09:37.426Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:09:37.729Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:09:38.033Z] + sudo service docker restart [2021-01-14T18:09:38.033Z] + true [2021-01-14T18:09:38.033Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T18:09:38.626Z] ========================================================= [2021-01-14T18:09:38.626Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T18:09:38.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:09:38.970Z] + 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-01-14T18:09:43.203Z] Sending build context to Docker daemon 326.5MB [2021-01-14T18:09:43.203Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T18:09:43.203Z] Step 2/6 : FROM ${BASE} [2021-01-14T18:09:43.203Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T18:09:43.203Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T18:09:43.203Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T18:09:43.203Z] de9db76c5a1d: Pulling fs layer [2021-01-14T18:09:43.203Z] bca2f99d35d6: Pulling fs layer [2021-01-14T18:09:43.203Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T18:09:43.203Z] 7c6f9722023f: Pulling fs layer [2021-01-14T18:09:43.203Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T18:09:43.203Z] 93359f2a8cfa: Waiting [2021-01-14T18:09:43.203Z] 7c6f9722023f: Waiting [2021-01-14T18:09:43.203Z] a35cf1a2eb13: Waiting [2021-01-14T18:09:43.203Z] bca2f99d35d6: Waiting [2021-01-14T18:09:43.203Z] de9db76c5a1d: Verifying Checksum [2021-01-14T18:09:43.203Z] de9db76c5a1d: Download complete [2021-01-14T18:09:43.203Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T18:09:43.203Z] 0ef7d3d256c8: Download complete [2021-01-14T18:09:43.203Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T18:09:43.203Z] 93359f2a8cfa: Download complete [2021-01-14T18:09:43.782Z] 7c6f9722023f: Verifying Checksum [2021-01-14T18:09:43.782Z] 7c6f9722023f: Download complete [2021-01-14T18:09:43.782Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T18:09:43.782Z] 188c0c94c7c5: Download complete [2021-01-14T18:09:44.358Z] 188c0c94c7c5: Pull complete [2021-01-14T18:09:44.358Z] 0ef7d3d256c8: Pull complete [2021-01-14T18:09:44.621Z] de9db76c5a1d: Pull complete [2021-01-14T18:09:45.588Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T18:09:45.588Z] a35cf1a2eb13: Download complete [2021-01-14T18:09:46.171Z] bca2f99d35d6: Verifying Checksum [2021-01-14T18:09:46.171Z] bca2f99d35d6: Download complete [2021-01-14T18:09:51.504Z] bca2f99d35d6: Pull complete [2021-01-14T18:09:51.504Z] 93359f2a8cfa: Pull complete [2021-01-14T18:09:51.504Z] 7c6f9722023f: Pull complete [2021-01-14T18:09:51.905Z] Still waiting to schedule task [2021-01-14T18:09:51.905Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-14T18:09:56.833Z] a35cf1a2eb13: Pull complete [2021-01-14T18:09:56.833Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T18:09:56.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T18:09:56.833Z] ---> a62c8e92a672 [2021-01-14T18:09:56.833Z] 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-01-14T18:09:56.833Z] ---> Running in 5890f63cabe1 [2021-01-14T18:09:56.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:09:57.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:09:57.986Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T18:09:58.249Z] (2/12) Installing file (5.38-r0) [2021-01-14T18:09:58.249Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T18:09:58.249Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T18:10:02.493Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T18:10:02.493Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T18:10:02.493Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T18:10:02.493Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T18:10:02.493Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T18:10:02.493Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T18:10:02.757Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T18:10:02.757Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T18:10:02.757Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:10:02.757Z] OK: 233 MiB in 51 packages [2021-01-14T18:10:06.997Z] Removing intermediate container 5890f63cabe1 [2021-01-14T18:10:06.998Z] ---> db9d4c13eee8 [2021-01-14T18:10:06.998Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T18:10:06.998Z] ---> Running in 76ee5e5edbff [2021-01-14T18:10:06.998Z] Removing intermediate container 76ee5e5edbff [2021-01-14T18:10:06.998Z] ---> e91c950af79f [2021-01-14T18:10:06.998Z] Step 5/6 : COPY go.mod . [2021-01-14T18:10:06.998Z] ---> 970f33990c7c [2021-01-14T18:10:06.998Z] Step 6/6 : RUN go mod download [2021-01-14T18:10:06.998Z] ---> Running in 4fc615439b74 [2021-01-14T18:10:29.029Z] Removing intermediate container 4fc615439b74 [2021-01-14T18:10:29.029Z] ---> 62ab575aa789 [2021-01-14T18:10:29.029Z] Successfully built 62ab575aa789 [2021-01-14T18:10:29.029Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:10:29.352Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T18:10:29.352Z] . [Pipeline] withDockerContainer [2021-01-14T18:10:29.453Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:10:29.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T18:10:30.811Z] $ docker top b633860bcd59c89e3f24fce01bd800fc84aac8b2ba94a11204f9adfba76ec074 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:10:31.283Z] + go version [2021-01-14T18:10:31.283Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T18:10:31.299Z] $ docker stop --time=1 b633860bcd59c89e3f24fce01bd800fc84aac8b2ba94a11204f9adfba76ec074 [2021-01-14T18:10:32.640Z] $ docker rm -f b633860bcd59c89e3f24fce01bd800fc84aac8b2ba94a11204f9adfba76ec074 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:10:33.562Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T18:10:33.562Z] . [Pipeline] withDockerContainer [2021-01-14T18:10:33.663Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:10:33.717Z] $ 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/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T18:10:34.308Z] $ docker top 4e14e5affe09957855b6864373da681cc9c06affe2356cebe2a3db0c12f952af -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T18:10:34.482Z] ========================================================= [2021-01-14T18:10:34.482Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T18:10:34.482Z] ========================================================= [Pipeline] sh [2021-01-14T18:10:34.775Z] + make test [2021-01-14T18:10:34.775Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T18:10:42.990Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T18:10:58.164Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T18:11:02.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T18:11:03.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T18:11:03.458Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T18:11:03.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T18:11:03.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T18:11:03.458Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T18:11:04.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T18:11:04.331Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T18:11:05.287Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T18:11:06.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T18:11:06.692Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T18:11:06.692Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T18:11:08.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements [2021-01-14T18:11:08.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T18:11:08.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T18:11:08.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T18:11:08.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T18:11:08.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T18:11:13.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.0% of statements [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T18:11:13.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T18:11:13.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T18:11:13.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 67.9% of statements [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T18:11:13.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.120s coverage: 82.3% of statements [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T18:11:13.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T18:11:15.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T18:11:15.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T18:11:15.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T18:11:15.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T18:11:15.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T18:11:15.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T18:11:15.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T18:11:18.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 93.2% of statements [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T18:11:18.354Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T18:11:18.354Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T18:11:18.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T18:11:18.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 75.5% of statements [2021-01-14T18:11:18.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T18:11:18.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-01-14T18:11:18.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-01-14T18:11:18.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2021-01-14T18:11:19.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-01-14T18:11:19.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T18:11:20.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 63.5% of statements [2021-01-14T18:11:20.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T18:11:20.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T18:11:20.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-01-14T18:11:20.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-14T18:11:20.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-01-14T18:11:20.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-14T18:11:20.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-01-14T18:11:21.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 68.9% of statements [2021-01-14T18:11:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T18:11:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T18:11:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T18:11:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T18:11:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T18:11:22.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-14T18:11:22.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T18:11:22.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T18:11:22.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements [2021-01-14T18:11:22.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-01-14T18:11:23.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements [2021-01-14T18:11:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T18:11:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T18:11:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T18:11:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T18:11:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T18:11:23.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-01-14T18:11:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T18:11:23.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-01-14T18:11:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T18:11:25.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.718s coverage: 29.1% of statements [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T18:11:25.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T18:11:25.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T18:11:25.407Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T18:11:25.407Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T18:11:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T18:11:25.676Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-01-14T18:11:25.676Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T18:11:25.676Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T18:11:25.676Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-14T18:11:25.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-14T18:11:25.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-01-14T18:11:26.518Z] GO111MODULE=on go vet ./... [2021-01-14T18:11:41.933Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20278 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-14T18:11:42.005Z] Running in /w/workspace/edgex-go/296 [Pipeline] { [Pipeline] checkout [2021-01-14T18:11:47.116Z] using credential edgex-jenkins-ssh [2021-01-14T18:11:47.224Z] Cloning the remote Git repository [2021-01-14T18:11:47.288Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T18:11:47.406Z] > git init /w/workspace/edgex-go/296 # timeout=10 [2021-01-14T18:11:47.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T18:11:47.499Z] > git --version # timeout=10 [2021-01-14T18:11:47.515Z] > git --version # 'git version 2.17.1' [2021-01-14T18:11:47.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T18:11:47.627Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T18:11:48.600Z] gofmt -l . [2021-01-14T18:11:48.600Z] [ "`gofmt -l .`" = "" ] [2021-01-14T18:11:49.180Z] ./bin/test-go-mod-tidy.sh [2021-01-14T18:11:49.757Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T18:11:50.328Z] + ls -al . [2021-01-14T18:11:50.328Z] total 656 [2021-01-14T18:11:50.328Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 18:11 . [2021-01-14T18:11:50.328Z] drwxr-xr-x 4 root root 32 Jan 14 18:10 .. [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 18:08 .dockerignore [2021-01-14T18:11:50.328Z] drwxrwxr-x 8 1001 1001 162 Jan 14 18:08 .git [2021-01-14T18:11:50.328Z] drwxrwxr-x 3 1001 1001 125 Jan 14 18:08 .github [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 18:08 .gitignore [2021-01-14T18:11:50.328Z] drwx------ 3 1001 1001 32 Jan 14 18:09 .semver [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 18:08 .sonarcloud.properties [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 18:08 Attribution.txt [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 18:08 CONTRIBUTING.md [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 18:08 Dockerfile.build [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 18:08 Jenkinsfile [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 18:08 LICENSE [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 18:08 Makefile [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 18:08 README.md [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 18:08 SECURITY.md [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 12 Jan 14 18:09 VERSION [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 18:08 ZMQWindows.md [2021-01-14T18:11:50.328Z] drwxrwxr-x 2 1001 1001 117 Jan 14 18:08 bin [2021-01-14T18:11:50.328Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 18:08 cmd [2021-01-14T18:11:50.328Z] -rw-r--r-- 1 root root 550321 Jan 14 18:11 coverage.out [2021-01-14T18:11:50.328Z] -rw-r--r-- 1 root root 979 Jan 14 18:11 go.mod [2021-01-14T18:11:50.328Z] -rw-r--r-- 1 root root 19036 Jan 14 18:11 go.sum [2021-01-14T18:11:50.328Z] drwxrwxr-x 8 1001 1001 127 Jan 14 18:08 internal [2021-01-14T18:11:50.328Z] drwxrwxr-x 4 1001 1001 26 Jan 14 18:08 openapi [2021-01-14T18:11:50.328Z] drwxrwxr-x 4 1001 1001 71 Jan 14 18:08 snap [2021-01-14T18:11:50.328Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 18:08 version.go [Pipeline] sh [2021-01-14T18:11:50.633Z] + '[' -e coverage.out ] [2021-01-14T18:11:50.633Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T18:11:50.869Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T18:11:51.169Z] + make build [2021-01-14T18:11:51.169Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T18:11:55.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T18:12:02.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T18:12:03.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T18:12:03.747Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T18:12:03.764Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T18:12:03.791Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T18:12:03.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T18:12:03.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T18:12:03.850Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T18:12:04.878Z] Checking out Revision 60451040515ee9eeb901ca3bb1c4662a631f475e (master) [2021-01-14T18:12:04.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T18:12:05.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T18:12:04.902Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T18:12:04.955Z] > git checkout -f 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-14T18:12:06.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T18:12:07.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T18:12:08.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T18:12:09.488Z] Commit message: "feat: Remove --useradd and --userdel support from proxy-setup (#2924)" [2021-01-14T18:12:09.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T18:12:10.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T18:12:11.125Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:12:11.532Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:12:11.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T18:12:11.954Z] + sudo service docker restart [2021-01-14T18:12:11.954Z] + true [Pipeline] } [2021-01-14T18:12:13.235Z] $ docker stop --time=1 4e14e5affe09957855b6864373da681cc9c06affe2356cebe2a3db0c12f952af [2021-01-14T18:12:15.014Z] $ docker rm -f 4e14e5affe09957855b6864373da681cc9c06affe2356cebe2a3db0c12f952af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-14T18:12:15.691Z] provisioning config files... [Pipeline] // stage [2021-01-14T18:12:15.748Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/296@tmp/config5447825414829582182tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-14T18:12:16.180Z] ---> docker-login.sh [2021-01-14T18:12:16.180Z] nexus3.edgexfoundry.org:10001 [2021-01-14T18:12:16.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:12:17.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:12:17.425Z] Configure a credential helper to remove this warning. See [2021-01-14T18:12:17.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:12:17.425Z] [2021-01-14T18:12:17.425Z] Login Succeeded [2021-01-14T18:12:17.425Z] nexus3.edgexfoundry.org:10002 [2021-01-14T18:12:17.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:12:17.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:12:17.975Z] Configure a credential helper to remove this warning. See [2021-01-14T18:12:17.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:12:17.975Z] [2021-01-14T18:12:17.975Z] Login Succeeded [2021-01-14T18:12:17.975Z] nexus3.edgexfoundry.org:10003 [2021-01-14T18:12:18.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:12:18.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:12:18.536Z] Configure a credential helper to remove this warning. See [2021-01-14T18:12:18.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:12:18.536Z] [2021-01-14T18:12:18.536Z] Login Succeeded [2021-01-14T18:12:18.536Z] nexus3.edgexfoundry.org:10004 [2021-01-14T18:12:18.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:12:19.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:12:19.101Z] Configure a credential helper to remove this warning. See [2021-01-14T18:12:19.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:12:19.101Z] [2021-01-14T18:12:19.101Z] Login Succeeded [2021-01-14T18:12:19.101Z] docker.io [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:12:19.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:12:19.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:12:19.427Z] [2021-01-14T18:12:19.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:12:19.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:12:19.651Z] Configure a credential helper to remove this warning. See [2021-01-14T18:12:19.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:12:19.651Z] [2021-01-14T18:12:19.651Z] Login Succeeded [2021-01-14T18:12:19.673Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T18:12:19.675Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-14T18:12:19.776Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:12:19.776Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T18:12:19.776Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T18:12:19.776Z] ca9280d653b3: Pulling fs layer [2021-01-14T18:12:19.776Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T18:12:20.122Z] ========================================================= [2021-01-14T18:12:20.122Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T18:12:20.122Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:12:20.547Z] + 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-01-14T18:12:20.726Z] cbdbe7a5bc2a: Download complete [2021-01-14T18:12:21.009Z] ca9280d653b3: Verifying Checksum [2021-01-14T18:12:21.009Z] ca9280d653b3: Download complete [2021-01-14T18:12:21.275Z] cbdbe7a5bc2a: Pull complete [2021-01-14T18:12:21.859Z] 7e9c9ca2126c: Verifying Checksum [2021-01-14T18:12:21.859Z] 7e9c9ca2126c: Download complete [2021-01-14T18:12:22.127Z] ca9280d653b3: Pull complete [2021-01-14T18:12:23.238Z] Sending build context to Docker daemon 165.5MB [2021-01-14T18:12:23.238Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T18:12:23.238Z] Step 2/6 : FROM ${BASE} [2021-01-14T18:12:23.238Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T18:12:23.238Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T18:12:23.238Z] a4357932f1b6: Pulling fs layer [2021-01-14T18:12:23.238Z] 18c013af1878: Pulling fs layer [2021-01-14T18:12:23.238Z] 00ac8860ef70: Pulling fs layer [2021-01-14T18:12:23.238Z] 63d7cb157983: Pulling fs layer [2021-01-14T18:12:23.238Z] b116817d02f9: Pulling fs layer [2021-01-14T18:12:23.238Z] 745a02a5169b: Pulling fs layer [2021-01-14T18:12:23.238Z] 00ac8860ef70: Waiting [2021-01-14T18:12:23.238Z] 63d7cb157983: Waiting [2021-01-14T18:12:23.238Z] b116817d02f9: Waiting [2021-01-14T18:12:23.238Z] 745a02a5169b: Waiting [2021-01-14T18:12:23.238Z] 18c013af1878: Verifying Checksum [2021-01-14T18:12:23.238Z] 18c013af1878: Download complete [2021-01-14T18:12:23.238Z] a4357932f1b6: Verifying Checksum [2021-01-14T18:12:23.238Z] a4357932f1b6: Download complete [2021-01-14T18:12:23.238Z] 63d7cb157983: Verifying Checksum [2021-01-14T18:12:23.238Z] 63d7cb157983: Download complete [2021-01-14T18:12:23.238Z] b116817d02f9: Verifying Checksum [2021-01-14T18:12:23.238Z] b116817d02f9: Download complete [2021-01-14T18:12:23.238Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T18:12:23.238Z] 5f621e34cdf4: Download complete [2021-01-14T18:12:23.857Z] 5f621e34cdf4: Pull complete [2021-01-14T18:12:24.462Z] a4357932f1b6: Pull complete [2021-01-14T18:12:24.743Z] 18c013af1878: Pull complete [2021-01-14T18:12:25.725Z] 745a02a5169b: Verifying Checksum [2021-01-14T18:12:25.725Z] 745a02a5169b: Download complete [2021-01-14T18:12:26.703Z] 00ac8860ef70: Verifying Checksum [2021-01-14T18:12:26.703Z] 00ac8860ef70: Download complete [2021-01-14T18:12:28.755Z] 7e9c9ca2126c: Pull complete [2021-01-14T18:12:28.755Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T18:12:28.755Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:12:28.755Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T18:12:28.878Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:12:28.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T18:12:31.787Z] $ docker top db98f6e707e8fdf7e7f67743380865d598c53b89dd96d9551d8ef0f29c194e23 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:12:32.317Z] + docker-compose build --help [2021-01-14T18:12:32.317Z] + grep parallel [2021-01-14T18:12:33.267Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T18:12:33.282Z] $ docker stop --time=1 db98f6e707e8fdf7e7f67743380865d598c53b89dd96d9551d8ef0f29c194e23 [2021-01-14T18:12:34.624Z] $ docker rm -f db98f6e707e8fdf7e7f67743380865d598c53b89dd96d9551d8ef0f29c194e23 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:12:35.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:12:35.289Z] . [Pipeline] withDockerContainer [2021-01-14T18:12:35.396Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:12:35.522Z] $ 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/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@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-01-14T18:12:36.226Z] $ docker top 39e2d32528fff57ebf4670996b7d75f10324e927e8b88d2b06c179d918ce20b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:12:36.773Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T18:12:36.872Z] 00ac8860ef70: Pull complete [2021-01-14T18:12:37.146Z] 63d7cb157983: Pull complete [2021-01-14T18:12:37.419Z] b116817d02f9: Pull complete [2021-01-14T18:12:37.740Z] Building docker-core-command-go ... [2021-01-14T18:12:37.740Z] Building docker-core-data-go ... [2021-01-14T18:12:37.740Z] Building docker-core-metadata-go ... [2021-01-14T18:12:37.740Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T18:12:37.740Z] Building docker-security-proxy-setup-go ... [2021-01-14T18:12:37.740Z] Building docker-security-secretstore-setup-go ... [2021-01-14T18:12:37.740Z] Building docker-support-notifications-go ... [2021-01-14T18:12:37.740Z] Building docker-support-scheduler-go ... [2021-01-14T18:12:37.740Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T18:12:37.740Z] Building docker-security-secretstore-setup-go [2021-01-14T18:12:37.740Z] Building docker-core-metadata-go [2021-01-14T18:12:37.740Z] Building docker-support-scheduler-go [2021-01-14T18:12:37.740Z] Building docker-security-proxy-setup-go [2021-01-14T18:12:37.740Z] Building docker-security-bootstrap-redis-go [2021-01-14T18:12:41.823Z] 745a02a5169b: Pull complete [2021-01-14T18:12:41.823Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T18:12:41.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T18:12:41.823Z] ---> b7e6874047d6 [2021-01-14T18:12:41.823Z] 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-01-14T18:12:45.294Z] ---> Running in c2459828c336 [2021-01-14T18:12:45.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:12:46.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:12:47.471Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T18:12:47.744Z] (2/12) Installing file (5.38-r0) [2021-01-14T18:12:47.744Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T18:12:47.744Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T18:12:54.434Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T18:12:54.434Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T18:12:54.434Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T18:12:54.434Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T18:12:54.704Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T18:12:54.704Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T18:12:54.704Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T18:12:54.977Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T18:12:54.977Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:12:54.977Z] OK: 217 MiB in 51 packages [2021-01-14T18:12:59.297Z] Removing intermediate container c2459828c336 [2021-01-14T18:12:59.297Z] ---> 33c24f80b3bf [2021-01-14T18:12:59.297Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T18:12:59.297Z] ---> Running in f59bf7bb63b6 [2021-01-14T18:12:59.571Z] Removing intermediate container f59bf7bb63b6 [2021-01-14T18:12:59.571Z] ---> adf5fc8cc20d [2021-01-14T18:12:59.571Z] Step 5/6 : COPY go.mod . [2021-01-14T18:13:00.575Z] ---> 0f7a766c6802 [2021-01-14T18:13:00.575Z] Step 6/6 : RUN go mod download [2021-01-14T18:13:00.575Z] ---> Running in b41bda49511e [2021-01-14T18:13:10.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:13:10.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:13:10.097Z] ---> 62ab575aa789 [2021-01-14T18:13:10.097Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:13:10.097Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:13:10.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:13:10.097Z] ---> 62ab575aa789 [2021-01-14T18:13:10.097Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T18:13:10.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:13:10.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:13:10.097Z] ---> 62ab575aa789 [2021-01-14T18:13:10.097Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:13:10.097Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:13:10.097Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:13:10.097Z] ---> 62ab575aa789 [2021-01-14T18:13:10.097Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T18:13:10.097Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:13:10.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:13:10.097Z] ---> 62ab575aa789 [2021-01-14T18:13:10.097Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T18:13:10.097Z] ---> Running in 83505d05a2a5 [2021-01-14T18:13:10.097Z] ---> Running in ff3c1254b38b [2021-01-14T18:13:10.097Z] ---> Running in 0e14c0d3cdee [2021-01-14T18:13:10.097Z] ---> Running in cd82d8c0ba6d [2021-01-14T18:13:10.097Z] ---> Running in 6c460c6eb627 [2021-01-14T18:13:10.097Z] Removing intermediate container 0e14c0d3cdee [2021-01-14T18:13:10.097Z] ---> 815c4aae7385 [2021-01-14T18:13:10.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:13:10.097Z] Removing intermediate container 6c460c6eb627 [2021-01-14T18:13:10.097Z] ---> d80389dbf5c2 [2021-01-14T18:13:10.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:13:10.097Z] Removing intermediate container cd82d8c0ba6d [2021-01-14T18:13:10.097Z] ---> 73dd9bf2bc12 [2021-01-14T18:13:10.097Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:13:10.097Z] Removing intermediate container 83505d05a2a5 [2021-01-14T18:13:10.097Z] ---> b467aae88a4f [2021-01-14T18:13:10.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:13:10.097Z] Removing intermediate container ff3c1254b38b [2021-01-14T18:13:10.097Z] ---> a4ee024bca2f [2021-01-14T18:13:10.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:13:10.097Z] ---> Running in 47f0fe8e23d9 [2021-01-14T18:13:10.097Z] ---> Running in 57a8969dd4c9 [2021-01-14T18:13:10.097Z] ---> Running in 0813dc5962d9 [2021-01-14T18:13:10.097Z] ---> Running in 817394a52bf1 [2021-01-14T18:13:10.097Z] ---> Running in dba1800919da [2021-01-14T18:13:10.360Z] Removing intermediate container 0813dc5962d9 [2021-01-14T18:13:10.360Z] ---> 3d96fac39b6e [2021-01-14T18:13:10.360Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:13:10.360Z] Removing intermediate container 47f0fe8e23d9 [2021-01-14T18:13:10.360Z] ---> 13c8cf4377ff [2021-01-14T18:13:10.360Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T18:13:10.623Z] ---> Running in 3356072c9fab [2021-01-14T18:13:10.623Z] Removing intermediate container 57a8969dd4c9 [2021-01-14T18:13:10.623Z] ---> 0434bf2f8392 [2021-01-14T18:13:10.623Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T18:13:10.623Z] ---> Running in 84790be766b5 [2021-01-14T18:13:10.886Z] ---> Running in 127be1161ed0 [2021-01-14T18:13:11.151Z] Removing intermediate container dba1800919da [2021-01-14T18:13:11.151Z] ---> ff49ad6ae677 [2021-01-14T18:13:11.151Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:13:11.416Z] ---> Running in e307bd4a51f7 [2021-01-14T18:13:11.416Z] Removing intermediate container 817394a52bf1 [2021-01-14T18:13:11.416Z] ---> 52043dceced1 [2021-01-14T18:13:11.416Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T18:13:11.686Z] ---> Running in e04e8bea0512 [2021-01-14T18:13:11.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:11.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:11.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:12.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:12.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:12.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:12.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:12.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:12.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:13.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:13:13.021Z] OK: 233 MiB in 51 packages [2021-01-14T18:13:13.287Z] OK: 233 MiB in 51 packages [2021-01-14T18:13:13.287Z] OK: 233 MiB in 51 packages [2021-01-14T18:13:13.287Z] OK: 233 MiB in 51 packages [2021-01-14T18:13:13.556Z] Removing intermediate container 3356072c9fab [2021-01-14T18:13:13.556Z] ---> fef0d2d896ff [2021-01-14T18:13:13.556Z] Step 6/22 : COPY go.mod . [2021-01-14T18:13:13.819Z] OK: 233 MiB in 51 packages [2021-01-14T18:13:14.082Z] Removing intermediate container 127be1161ed0 [2021-01-14T18:13:14.082Z] ---> 892f56d0bb5c [2021-01-14T18:13:14.082Z] Step 6/24 : COPY go.mod . [2021-01-14T18:13:14.345Z] ---> 87b79e411b98 [2021-01-14T18:13:14.345Z] Step 7/22 : RUN go mod download [2021-01-14T18:13:14.345Z] Removing intermediate container 84790be766b5 [2021-01-14T18:13:14.345Z] ---> 5a78c08a784e [2021-01-14T18:13:14.345Z] Step 6/21 : COPY go.mod . [2021-01-14T18:13:14.345Z] ---> Running in be93966e80fe [2021-01-14T18:13:14.609Z] Removing intermediate container e307bd4a51f7 [2021-01-14T18:13:14.609Z] ---> dab0d9b835ef [2021-01-14T18:13:14.609Z] Step 6/22 : COPY go.mod . [2021-01-14T18:13:14.609Z] ---> 8bba4bcc4088 [2021-01-14T18:13:14.609Z] Step 7/24 : RUN go mod download [2021-01-14T18:13:14.609Z] Removing intermediate container e04e8bea0512 [2021-01-14T18:13:14.609Z] ---> ce5237f9214a [2021-01-14T18:13:14.609Z] Step 6/21 : COPY go.mod . [2021-01-14T18:13:14.873Z] ---> dce9229a43cc [2021-01-14T18:13:14.873Z] Step 7/21 : RUN go mod download [2021-01-14T18:13:14.873Z] ---> Running in 9d9a4aae71f1 [2021-01-14T18:13:14.873Z] ---> Running in 106f6ea7fb4f [2021-01-14T18:13:15.136Z] ---> 1a983557cb3e [2021-01-14T18:13:15.136Z] Step 7/22 : RUN go mod download [2021-01-14T18:13:15.136Z] ---> dab6cd4dc1b6 [2021-01-14T18:13:15.136Z] Step 7/21 : RUN go mod download [2021-01-14T18:13:15.136Z] ---> Running in 864e93f64257 [2021-01-14T18:13:15.406Z] ---> Running in 9a0740cd4715 [2021-01-14T18:13:16.829Z] Removing intermediate container be93966e80fe [2021-01-14T18:13:16.829Z] ---> e2e240086c3f [2021-01-14T18:13:16.829Z] Step 8/22 : COPY . . [2021-01-14T18:13:17.096Z] Removing intermediate container 9d9a4aae71f1 [2021-01-14T18:13:17.096Z] ---> 2aeee3a26f3b [2021-01-14T18:13:17.096Z] Step 8/24 : COPY . . [2021-01-14T18:13:19.035Z] Removing intermediate container 106f6ea7fb4f [2021-01-14T18:13:19.035Z] ---> 277e2db1ff39 [2021-01-14T18:13:19.035Z] Step 8/21 : COPY . . [2021-01-14T18:13:23.392Z] Removing intermediate container 864e93f64257 [2021-01-14T18:13:23.392Z] ---> 38dde437310f [2021-01-14T18:13:23.392Z] Step 8/22 : COPY . . [2021-01-14T18:13:23.661Z] Removing intermediate container 9a0740cd4715 [2021-01-14T18:13:23.661Z] ---> 94f0acf0cebd [2021-01-14T18:13:23.661Z] Step 8/21 : COPY . . [2021-01-14T18:13:27.529Z] Removing intermediate container b41bda49511e [2021-01-14T18:13:27.529Z] ---> 16f6dde0e356 [2021-01-14T18:13:27.529Z] Successfully built 16f6dde0e356 [2021-01-14T18:13:27.529Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:13:27.867Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T18:13:27.867Z] . [Pipeline] withDockerContainer [2021-01-14T18:13:28.132Z] prd-ubuntu18.04-docker-arm64-4c-16g-20278 does not seem to be running inside a container [2021-01-14T18:13:28.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T18:13:29.788Z] $ docker top be011b9d7aade37fe36b027a7d18f703db92ed7031b67501d97e760efb0874c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:13:30.755Z] + go version [2021-01-14T18:13:30.755Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T18:13:30.793Z] $ docker stop --time=1 be011b9d7aade37fe36b027a7d18f703db92ed7031b67501d97e760efb0874c2 [2021-01-14T18:13:32.682Z] $ docker rm -f be011b9d7aade37fe36b027a7d18f703db92ed7031b67501d97e760efb0874c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:13:33.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:13:33.830Z] [2021-01-14T18:13:33.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:13:34.222Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:13:34.223Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T18:13:34.223Z] 29e5d40040c1: Pulling fs layer [2021-01-14T18:13:34.223Z] 1ce36da41761: Pulling fs layer [2021-01-14T18:13:34.223Z] 25b303627fd3: Pulling fs layer [2021-01-14T18:13:35.201Z] 29e5d40040c1: Verifying Checksum [2021-01-14T18:13:35.202Z] 29e5d40040c1: Download complete [2021-01-14T18:13:35.800Z] 29e5d40040c1: Pull complete [2021-01-14T18:13:36.074Z] 1ce36da41761: Verifying Checksum [2021-01-14T18:13:36.074Z] 1ce36da41761: Download complete [2021-01-14T18:13:37.050Z] 1ce36da41761: Pull complete [2021-01-14T18:13:37.642Z] 25b303627fd3: Verifying Checksum [2021-01-14T18:13:37.642Z] 25b303627fd3: Download complete [2021-01-14T18:13:47.791Z] 25b303627fd3: Pull complete [2021-01-14T18:13:47.791Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T18:13:47.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:13:47.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T18:13:48.032Z] prd-ubuntu18.04-docker-arm64-4c-16g-20278 does not seem to be running inside a container [2021-01-14T18:13:48.131Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T18:13:51.335Z] $ docker top ff9cc84e29451e1d4c3f9a4f1d99f68c7e36d74740fb7ba5af2ebdb813978ac3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:13:52.363Z] + grep parallel [2021-01-14T18:13:52.363Z] + docker-compose build --help [2021-01-14T18:13:55.744Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T18:13:55.781Z] $ docker stop --time=1 ff9cc84e29451e1d4c3f9a4f1d99f68c7e36d74740fb7ba5af2ebdb813978ac3 [2021-01-14T18:13:56.111Z] ---> aaa9bcdf6ddd [2021-01-14T18:13:56.111Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T18:13:56.111Z] ---> 2d5463e638b3 [2021-01-14T18:13:56.111Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T18:13:56.111Z] ---> Running in a8343db88d4b [2021-01-14T18:13:56.111Z] ---> Running in b3321e8095bd [2021-01-14T18:13:56.111Z] ---> 34985b78d7cb [2021-01-14T18:13:56.111Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T18:13:56.111Z] ---> 91ebe5644792 [2021-01-14T18:13:56.111Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T18:13:56.111Z] ---> f104f05a04c4 [2021-01-14T18:13:56.111Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T18:13:56.111Z] ---> Running in 3dcaa29f15b6 [2021-01-14T18:13:56.111Z] ---> Running in 5ffe3f0c8cc9 [2021-01-14T18:13:56.111Z] ---> Running in 8d88fb2a0493 [2021-01-14T18:13:56.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T18:13:56.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T18:13:56.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T18:13:56.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T18:13:56.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T18:13:57.721Z] $ docker rm -f ff9cc84e29451e1d4c3f9a4f1d99f68c7e36d74740fb7ba5af2ebdb813978ac3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:13:58.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:13:58.505Z] . [Pipeline] withDockerContainer [2021-01-14T18:13:58.768Z] prd-ubuntu18.04-docker-arm64-4c-16g-20278 does not seem to be running inside a container [2021-01-14T18:13:58.896Z] $ 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/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@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-01-14T18:14:00.453Z] $ docker top e471e7a002623b2716677c5987ab68a6c5257a447b3ab2322c751a56a26aefb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:14:01.678Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T18:14:05.979Z] Building docker-core-command-go ... [2021-01-14T18:14:05.979Z] Building docker-core-data-go ... [2021-01-14T18:14:05.979Z] Building docker-core-metadata-go ... [2021-01-14T18:14:05.979Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T18:14:05.979Z] Building docker-security-proxy-setup-go ... [2021-01-14T18:14:05.979Z] Building docker-security-secretstore-setup-go ... [2021-01-14T18:14:05.979Z] Building docker-support-notifications-go ... [2021-01-14T18:14:05.979Z] Building docker-support-scheduler-go ... [2021-01-14T18:14:05.979Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T18:14:05.979Z] Building docker-support-notifications-go [2021-01-14T18:14:05.979Z] Building docker-core-metadata-go [2021-01-14T18:14:05.979Z] Building docker-sys-mgmt-agent-go [2021-01-14T18:14:05.979Z] Building docker-security-proxy-setup-go [2021-01-14T18:14:05.979Z] Building docker-security-secretstore-setup-go [2021-01-14T18:14:23.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T18:14:23.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T18:14:26.463Z] Removing intermediate container 8d88fb2a0493 [2021-01-14T18:14:26.463Z] ---> 99540c3defc6 [2021-01-14T18:14:26.463Z] [2021-01-14T18:14:26.463Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T18:14:26.463Z] 3.12: Pulling from library/alpine [2021-01-14T18:14:26.739Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T18:14:26.739Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T18:14:26.739Z] ---> 389fef711851 [2021-01-14T18:14:26.739Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T18:14:30.058Z] ---> Running in 03e03f5c5a9e [2021-01-14T18:14:30.633Z] Removing intermediate container 3dcaa29f15b6 [2021-01-14T18:14:30.633Z] ---> 634b943718a4 [2021-01-14T18:14:30.633Z] [2021-01-14T18:14:30.633Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T18:14:30.633Z] ---> 389fef711851 [2021-01-14T18:14:30.633Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T18:14:30.633Z] Removing intermediate container b3321e8095bd [2021-01-14T18:14:30.633Z] ---> 10974d43f528 [2021-01-14T18:14:30.633Z] [2021-01-14T18:14:30.633Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T18:14:30.633Z] ---> 389fef711851 [2021-01-14T18:14:30.633Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T18:14:30.633Z] Removing intermediate container 5ffe3f0c8cc9 [2021-01-14T18:14:30.633Z] ---> 123d00ae19f6 [2021-01-14T18:14:30.633Z] [2021-01-14T18:14:30.633Z] Step 10/21 : FROM scratch [2021-01-14T18:14:30.633Z] ---> [2021-01-14T18:14:30.633Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:14:30.909Z] ---> Running in 3c0e9db2afa1 [2021-01-14T18:14:30.909Z] ---> Running in 9cf30c032573 [2021-01-14T18:14:30.909Z] ---> Running in 563a226bfb37 [2021-01-14T18:14:31.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:14:31.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:14:31.441Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T18:14:31.441Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:14:31.441Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T18:14:31.441Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T18:14:31.441Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T18:14:31.441Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:14:31.441Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T18:14:31.718Z] OK: 7 MiB in 19 packages [2021-01-14T18:14:32.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:14:32.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:14:32.933Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T18:14:32.933Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:14:32.933Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T18:14:32.933Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T18:14:32.933Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:14:33.195Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T18:14:33.195Z] OK: 7 MiB in 18 packages [2021-01-14T18:14:33.456Z] Removing intermediate container 563a226bfb37 [2021-01-14T18:14:33.456Z] ---> 6fe0259aad92 [2021-01-14T18:14:33.456Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T18:14:33.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:14:33.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:14:33.720Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T18:14:33.720Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:14:33.720Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T18:14:33.720Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T18:14:33.720Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T18:14:33.720Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:14:33.720Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T18:14:33.720Z] OK: 7 MiB in 19 packages [2021-01-14T18:14:34.667Z] ---> Running in e06624e5e3b5 [2021-01-14T18:14:34.930Z] Removing intermediate container a8343db88d4b [2021-01-14T18:14:34.930Z] ---> 7a32ec1c6266 [2021-01-14T18:14:34.930Z] [2021-01-14T18:14:34.930Z] Step 10/22 : FROM scratch [2021-01-14T18:14:34.930Z] ---> [2021-01-14T18:14:34.930Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:14:34.930Z] ---> Using cache [2021-01-14T18:14:34.930Z] ---> 6fe0259aad92 [2021-01-14T18:14:34.930Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T18:14:35.508Z] ---> Running in c0ef8d7dcb45 [2021-01-14T18:14:35.508Z] Removing intermediate container e06624e5e3b5 [2021-01-14T18:14:35.508Z] ---> fef399eace0a [2021-01-14T18:14:35.508Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T18:14:35.770Z] ---> Running in 6345258b87a5 [2021-01-14T18:14:35.770Z] Removing intermediate container 03e03f5c5a9e [2021-01-14T18:14:35.770Z] ---> cb4aa96e0af8 [2021-01-14T18:14:35.770Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T18:14:36.344Z] Removing intermediate container c0ef8d7dcb45 [2021-01-14T18:14:36.344Z] ---> 5e3ff33c9163 [2021-01-14T18:14:36.344Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T18:14:36.610Z] ---> Running in a27770dc25ce [2021-01-14T18:14:36.874Z] ---> Running in 0835513f5c83 [2021-01-14T18:14:36.874Z] Removing intermediate container 6345258b87a5 [2021-01-14T18:14:36.874Z] ---> 4143888707a2 [2021-01-14T18:14:36.874Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:14:36.874Z] Removing intermediate container 3c0e9db2afa1 [2021-01-14T18:14:36.874Z] ---> 60c0f42e1f24 [2021-01-14T18:14:36.874Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T18:14:36.874Z] Removing intermediate container 9cf30c032573 [2021-01-14T18:14:36.874Z] ---> efefe9d841cc [2021-01-14T18:14:36.874Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T18:14:37.135Z] ---> Running in 02e4a975026e [2021-01-14T18:14:37.135Z] ---> Running in 1b9bfcf17f3f [2021-01-14T18:14:37.135Z] Removing intermediate container 0835513f5c83 [2021-01-14T18:14:37.135Z] ---> 8752cc2305c2 [2021-01-14T18:14:37.135Z] Step 14/22 : WORKDIR / [2021-01-14T18:14:37.135Z] ---> 5fdddf02cd0a [2021-01-14T18:14:37.136Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T18:14:37.136Z] Removing intermediate container a27770dc25ce [2021-01-14T18:14:37.136Z] ---> f84164cf19a7 [2021-01-14T18:14:37.136Z] Step 13/22 : WORKDIR / [2021-01-14T18:14:37.399Z] ---> Running in 8d16decb2e7d [2021-01-14T18:14:37.399Z] ---> Running in 23417d5594a2 [2021-01-14T18:14:37.399Z] Removing intermediate container 1b9bfcf17f3f [2021-01-14T18:14:37.399Z] ---> 6bf43813a781 [2021-01-14T18:14:37.399Z] Step 13/21 : WORKDIR /edgex [2021-01-14T18:14:37.399Z] Removing intermediate container 02e4a975026e [2021-01-14T18:14:37.399Z] ---> 7ae99bb43970 [2021-01-14T18:14:37.399Z] Step 13/24 : WORKDIR / [2021-01-14T18:14:37.669Z] ---> Running in 28e5af54f73c [2021-01-14T18:14:37.669Z] Removing intermediate container 8d16decb2e7d [2021-01-14T18:14:37.669Z] ---> a0fc8c863112 [2021-01-14T18:14:37.669Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:14:37.669Z] ---> Running in bc5b484abac8 [2021-01-14T18:14:37.933Z] Removing intermediate container 23417d5594a2 [2021-01-14T18:14:37.933Z] ---> 45a31cddeb8a [2021-01-14T18:14:37.933Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:14:37.933Z] ---> 804e4b32b02b [2021-01-14T18:14:37.933Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T18:14:38.199Z] Removing intermediate container 28e5af54f73c [2021-01-14T18:14:38.199Z] ---> e665704559a3 [2021-01-14T18:14:38.199Z] 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-01-14T18:14:38.199Z] Removing intermediate container bc5b484abac8 [2021-01-14T18:14:38.199Z] ---> 168988cb0ce4 [2021-01-14T18:14:38.199Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T18:14:38.199Z] ---> 055adde8dbcc [2021-01-14T18:14:38.199Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T18:14:38.199Z] ---> 2d02d7008f3f [2021-01-14T18:14:38.199Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T18:14:38.463Z] ---> 8b250c799742 [2021-01-14T18:14:38.463Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T18:14:39.413Z] ---> ee1d7009b635 [2021-01-14T18:14:39.413Z] 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-01-14T18:14:39.413Z] ---> Running in 8cbf50c1f6dc [2021-01-14T18:14:39.413Z] ---> a7973d47fd1c [2021-01-14T18:14:39.413Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T18:14:39.413Z] ---> bf5e911e24c0 [2021-01-14T18:14:39.413Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T18:14:39.413Z] ---> bf13f9c1d685 [2021-01-14T18:14:39.413Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T18:14:39.414Z] Removing intermediate container 8cbf50c1f6dc [2021-01-14T18:14:39.414Z] ---> 37358c5da9ba [2021-01-14T18:14:39.414Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:14:39.683Z] ---> Running in dbf2a1b78849 [2021-01-14T18:14:39.683Z] ---> 7821c27a315b [2021-01-14T18:14:39.683Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T18:14:39.945Z] ---> 944eae849d61 [2021-01-14T18:14:39.945Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T18:14:39.945Z] ---> 75412db08879 [2021-01-14T18:14:39.945Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T18:14:39.945Z] ---> 51fc72f066df [2021-01-14T18:14:39.945Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T18:14:40.207Z] ---> Running in 223e02db9b0d [2021-01-14T18:14:40.207Z] Removing intermediate container dbf2a1b78849 [2021-01-14T18:14:40.207Z] ---> 8d820ff6794d [2021-01-14T18:14:40.207Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T18:14:40.207Z] ---> 1c18038c4a9a [2021-01-14T18:14:40.207Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T18:14:40.207Z] ---> 6801381c9895 [2021-01-14T18:14:40.207Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T18:14:40.471Z] ---> Running in fb6b3a722af0 [2021-01-14T18:14:40.471Z] Removing intermediate container 223e02db9b0d [2021-01-14T18:14:40.471Z] ---> cbe9d699f288 [2021-01-14T18:14:40.471Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:14:40.471Z] ---> Running in f62b5295791d [2021-01-14T18:14:40.471Z] ---> 8276e3299f15 [2021-01-14T18:14:40.471Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T18:14:40.734Z] ---> Running in 805316ef6405 [2021-01-14T18:14:40.734Z] ---> Running in 66537c9b2fa9 [2021-01-14T18:14:41.315Z] Removing intermediate container fb6b3a722af0 [2021-01-14T18:14:41.315Z] ---> e4b28d4451c5 [2021-01-14T18:14:41.315Z] Step 20/21 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:14:41.315Z] ---> 4d59f27e70dd [2021-01-14T18:14:41.315Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T18:14:41.315Z] ---> Running in bbf48d31a41d [2021-01-14T18:14:41.315Z] Removing intermediate container 66537c9b2fa9 [2021-01-14T18:14:41.315Z] ---> 73857b0767a8 [2021-01-14T18:14:41.315Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T18:14:41.315Z] Removing intermediate container 805316ef6405 [2021-01-14T18:14:41.315Z] ---> 2baeac0b1068 [2021-01-14T18:14:41.315Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T18:14:41.579Z] ---> Running in 769005dafc92 [2021-01-14T18:14:41.846Z] ---> Running in bf2c8dc0c8a0 [2021-01-14T18:14:41.846Z] Removing intermediate container bbf48d31a41d [2021-01-14T18:14:41.846Z] ---> ef8f93013f06 [2021-01-14T18:14:41.846Z] Step 21/21 : LABEL version=2.0.0-dev.37 [2021-01-14T18:14:42.107Z] ---> Running in afb36616c746 [2021-01-14T18:14:42.107Z] ---> a7763edaec8d [2021-01-14T18:14:42.107Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T18:14:42.107Z] Removing intermediate container 769005dafc92 [2021-01-14T18:14:42.107Z] ---> 43993402d72e [2021-01-14T18:14:42.107Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T18:14:42.107Z] Removing intermediate container bf2c8dc0c8a0 [2021-01-14T18:14:42.107Z] ---> f8001c2557f9 [2021-01-14T18:14:42.107Z] Step 21/22 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:14:42.371Z] ---> Running in 56857a47bad7 [2021-01-14T18:14:42.371Z] ---> Running in 37d2c0cbaec1 [2021-01-14T18:14:42.371Z] Removing intermediate container afb36616c746 [2021-01-14T18:14:42.372Z] ---> 07ec17f9c4d6 [2021-01-14T18:14:42.372Z] [2021-01-14T18:14:42.372Z] Removing intermediate container f62b5295791d [2021-01-14T18:14:42.372Z] ---> 098635188d45 [2021-01-14T18:14:42.372Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T18:14:42.372Z] ---> b6bc35202087 [2021-01-14T18:14:42.372Z] 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-01-14T18:14:42.635Z] Successfully built 07ec17f9c4d6 [2021-01-14T18:14:42.897Z] ---> Running in 672e9dbd713d [2021-01-14T18:14:42.897Z] ---> Running in 4808e9d79767 [2021-01-14T18:14:42.897Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T18:14:42.897Z] Building docker-core-command-go [2021-01-14T18:14:42.897Z]  Building docker-support-scheduler-go ... done Removing intermediate container 56857a47bad7 [2021-01-14T18:14:42.897Z] ---> b808612c2ed1 [2021-01-14T18:14:42.897Z] Step 20/21 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:14:42.897Z] Removing intermediate container 37d2c0cbaec1 [2021-01-14T18:14:42.897Z] ---> f2696860e15e [2021-01-14T18:14:42.897Z] Step 22/22 : LABEL version=2.0.0-dev.37 [2021-01-14T18:14:43.168Z] ---> Running in 5adf971ebf9b [2021-01-14T18:14:43.168Z] ---> Running in 36657e6a0686 [2021-01-14T18:14:43.168Z] Removing intermediate container 672e9dbd713d [2021-01-14T18:14:43.168Z] ---> f8a164d12d7c [2021-01-14T18:14:43.168Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T18:14:43.434Z] ---> Running in ea7b37775c5d [2021-01-14T18:14:43.434Z] Removing intermediate container 5adf971ebf9b [2021-01-14T18:14:43.434Z] ---> f6c4bd287c68 [2021-01-14T18:14:43.434Z] Step 21/21 : LABEL version=2.0.0-dev.37 [2021-01-14T18:14:43.698Z] Removing intermediate container 36657e6a0686 [2021-01-14T18:14:43.699Z] ---> 6296c14d89b1 [2021-01-14T18:14:43.699Z] [2021-01-14T18:14:43.962Z] ---> Running in 8d970cb3afd0 [2021-01-14T18:14:43.963Z] Removing intermediate container ea7b37775c5d [2021-01-14T18:14:43.963Z] ---> 6d9b4c4d2fb4 [2021-01-14T18:14:43.963Z] Step 21/22 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:14:43.963Z] Successfully built 6296c14d89b1 [2021-01-14T18:14:43.963Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T18:14:43.963Z] Building docker-support-notifications-go [2021-01-14T18:14:44.230Z]  Building docker-core-metadata-go ... done  ---> Running in 95acc947f7ee [2021-01-14T18:14:44.230Z] Removing intermediate container 8d970cb3afd0 [2021-01-14T18:14:44.230Z] ---> e243223f104d [2021-01-14T18:14:44.230Z] [2021-01-14T18:14:44.494Z] Successfully built e243223f104d [2021-01-14T18:14:44.494Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T18:14:44.494Z] Building docker-core-data-go [2021-01-14T18:14:44.494Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 95acc947f7ee [2021-01-14T18:14:44.494Z] ---> 46ce1ee0458b [2021-01-14T18:14:44.494Z] Step 22/22 : LABEL version=2.0.0-dev.37 [2021-01-14T18:14:44.757Z] Removing intermediate container 4808e9d79767 [2021-01-14T18:14:44.757Z] ---> 4f892953e904 [2021-01-14T18:14:44.757Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T18:14:44.757Z] ---> Running in 18744258dae5 [2021-01-14T18:14:48.988Z] ---> Running in af4824d02463 [2021-01-14T18:14:48.988Z] Removing intermediate container 18744258dae5 [2021-01-14T18:14:48.988Z] ---> 8de90ee3bf13 [2021-01-14T18:14:48.988Z] [2021-01-14T18:14:49.251Z] Successfully built 8de90ee3bf13 [2021-01-14T18:14:50.641Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T18:14:50.641Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T18:14:51.592Z] Removing intermediate container af4824d02463 [2021-01-14T18:14:51.592Z] ---> 90e782c4a49b [2021-01-14T18:14:51.592Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T18:14:52.167Z] ---> Running in 67511b962142 [2021-01-14T18:14:52.744Z] Removing intermediate container 67511b962142 [2021-01-14T18:14:52.744Z] ---> 6ed16d6f4668 [2021-01-14T18:14:52.744Z] Step 23/24 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:14:52.744Z] ---> Running in b332abff6326 [2021-01-14T18:14:52.948Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:14:52.948Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:14:52.948Z] ---> 16f6dde0e356 [2021-01-14T18:14:52.948Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T18:14:52.948Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:14:52.948Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:14:52.948Z] ---> 16f6dde0e356 [2021-01-14T18:14:52.948Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T18:14:52.948Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:14:52.948Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:14:52.948Z] ---> 16f6dde0e356 [2021-01-14T18:14:52.948Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T18:14:52.948Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:14:52.948Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:14:52.948Z] ---> 16f6dde0e356 [2021-01-14T18:14:52.948Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:14:52.948Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:14:52.948Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:14:52.948Z] ---> 16f6dde0e356 [2021-01-14T18:14:52.948Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T18:14:52.948Z] ---> Running in a9c80d850832 [2021-01-14T18:14:52.948Z] ---> Running in 3a4517a45c68 [2021-01-14T18:14:52.948Z] ---> Running in 0c32f26f8d03 [2021-01-14T18:14:52.948Z] ---> Running in 9e7d90a0de70 [2021-01-14T18:14:52.948Z] ---> Running in 9bfbe6f91e01 [2021-01-14T18:14:53.223Z] Removing intermediate container 3a4517a45c68 [2021-01-14T18:14:53.223Z] ---> e06dcbaaa972 [2021-01-14T18:14:53.223Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:14:53.223Z] Removing intermediate container 9e7d90a0de70 [2021-01-14T18:14:53.223Z] ---> 2f05a543140d [2021-01-14T18:14:53.223Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:14:53.319Z] Removing intermediate container b332abff6326 [2021-01-14T18:14:53.319Z] ---> 2f099702c903 [2021-01-14T18:14:53.319Z] Step 24/24 : LABEL version=2.0.0-dev.37 [2021-01-14T18:14:53.502Z] Removing intermediate container 0c32f26f8d03 [2021-01-14T18:14:53.502Z] ---> c09754b8c276 [2021-01-14T18:14:53.502Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:14:53.502Z] Removing intermediate container 9bfbe6f91e01 [2021-01-14T18:14:53.502Z] ---> b9ce179ed3ca [2021-01-14T18:14:53.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:14:53.502Z] Removing intermediate container a9c80d850832 [2021-01-14T18:14:53.502Z] ---> 55d7f0f91768 [2021-01-14T18:14:53.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:14:53.502Z] ---> Running in 40a636585879 [2021-01-14T18:14:53.502Z] ---> Running in 457ef4a264af [2021-01-14T18:14:53.772Z] ---> Running in 992353090abf [2021-01-14T18:14:53.772Z] ---> Running in 11cf20d538a2 [2021-01-14T18:14:53.772Z] ---> Running in 83bd69b7a10c [2021-01-14T18:14:53.900Z] ---> Running in b933c83175b1 [2021-01-14T18:14:54.867Z] Removing intermediate container b933c83175b1 [2021-01-14T18:14:54.867Z] ---> dcdd8cbd07c4 [2021-01-14T18:14:54.867Z] [2021-01-14T18:14:55.140Z] Successfully built dcdd8cbd07c4 [2021-01-14T18:14:55.404Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T18:14:57.187Z] Removing intermediate container 457ef4a264af [2021-01-14T18:14:57.187Z] ---> 8a498f855364 [2021-01-14T18:14:57.187Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:14:57.474Z] ---> Running in 78a693f70188 [2021-01-14T18:14:57.749Z] Removing intermediate container 40a636585879 [2021-01-14T18:14:57.749Z] ---> 50ab188a0d54 [2021-01-14T18:14:57.749Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T18:14:57.749Z] Removing intermediate container 83bd69b7a10c [2021-01-14T18:14:57.749Z] ---> fc7e4b5e29b8 [2021-01-14T18:14:57.749Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T18:14:58.025Z] ---> Running in b807c0f4b817 [2021-01-14T18:14:58.025Z] ---> Running in 64d37da55d2d [2021-01-14T18:14:58.305Z] Removing intermediate container 11cf20d538a2 [2021-01-14T18:14:58.305Z] ---> 6a352c10bde8 [2021-01-14T18:14:58.305Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T18:14:58.305Z] Removing intermediate container 992353090abf [2021-01-14T18:14:58.305Z] ---> 4b9bbb8e30c7 [2021-01-14T18:14:58.305Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T18:14:58.585Z] ---> Running in 7dbe85c44d81 [2021-01-14T18:14:58.585Z] ---> Running in bb62370c783c [2021-01-14T18:14:59.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:00.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:00.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:00.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:00.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:00.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:01.052Z] OK: 217 MiB in 51 packages [2021-01-14T18:15:01.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:01.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:01.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:01.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:15:01.951Z] OK: 217 MiB in 51 packages [2021-01-14T18:15:02.231Z] OK: 217 MiB in 51 packages [2021-01-14T18:15:02.231Z] OK: 217 MiB in 51 packages [2021-01-14T18:15:02.508Z] OK: 217 MiB in 51 packages [2021-01-14T18:15:02.783Z] Removing intermediate container 78a693f70188 [2021-01-14T18:15:02.783Z] ---> d2237d1f4c1e [2021-01-14T18:15:02.783Z] Step 6/22 : COPY go.mod . [2021-01-14T18:15:03.771Z] ---> 4817d74fb2ae [2021-01-14T18:15:03.771Z] Step 7/22 : RUN go mod download [2021-01-14T18:15:04.049Z] Removing intermediate container 64d37da55d2d [2021-01-14T18:15:04.049Z] ---> 6f1be4327efc [2021-01-14T18:15:04.049Z] Step 6/21 : COPY go.mod . [2021-01-14T18:15:04.049Z] ---> Running in bbca577d8dad [2021-01-14T18:15:04.329Z] Removing intermediate container 7dbe85c44d81 [2021-01-14T18:15:04.329Z] ---> 03f687656f7a [2021-01-14T18:15:04.329Z] Step 6/24 : COPY go.mod . [2021-01-14T18:15:04.607Z] Removing intermediate container b807c0f4b817 [2021-01-14T18:15:04.607Z] ---> 9ed10c22259e [2021-01-14T18:15:04.607Z] Step 6/26 : COPY go.mod . [2021-01-14T18:15:04.607Z] Removing intermediate container bb62370c783c [2021-01-14T18:15:04.607Z] ---> 6ba381f2644e [2021-01-14T18:15:04.607Z] Step 6/24 : COPY go.mod . [2021-01-14T18:15:05.208Z] ---> ae3b7c708c18 [2021-01-14T18:15:05.208Z] Step 7/21 : RUN go mod download [2021-01-14T18:15:05.482Z] ---> Running in 0c7aa38bc918 [2021-01-14T18:15:05.482Z] ---> 4722c80755de [2021-01-14T18:15:05.482Z] Step 7/24 : RUN go mod download [2021-01-14T18:15:05.564Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:15:05.564Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:15:05.564Z] ---> 62ab575aa789 [2021-01-14T18:15:05.564Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:15:05.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:15:05.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:15:05.564Z] ---> 62ab575aa789 [2021-01-14T18:15:05.564Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T18:15:05.564Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:15:05.564Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:15:05.564Z] ---> 62ab575aa789 [2021-01-14T18:15:05.564Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> a4ee024bca2f [2021-01-14T18:15:05.564Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> a4ee024bca2f [2021-01-14T18:15:05.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> a4ee024bca2f [2021-01-14T18:15:05.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> 52043dceced1 [2021-01-14T18:15:05.564Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> Using cache [2021-01-14T18:15:05.564Z] ---> 52043dceced1 [2021-01-14T18:15:05.564Z] [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> 52043dceced1 [2021-01-14T18:15:05.564Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> ce5237f9214a [2021-01-14T18:15:05.564Z] Step 6/22 : COPY go.mod . [2021-01-14T18:15:05.564Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> dab6cd4dc1b6 [2021-01-14T18:15:05.564Z] Step 7/22 : RUN go mod download [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> 94f0acf0cebd [2021-01-14T18:15:05.564Z] Step 8/22 : COPY . . [2021-01-14T18:15:05.564Z] ---> Using cache [2021-01-14T18:15:05.564Z] ---> 91ebe5644792 [2021-01-14T18:15:05.564Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T18:15:05.760Z] ---> e40b22e9cbb1 [2021-01-14T18:15:05.760Z] Step 7/26 : RUN go mod download [2021-01-14T18:15:05.760Z] ---> 8cdf44f93b61 [2021-01-14T18:15:05.760Z] Step 7/24 : RUN go mod download [2021-01-14T18:15:05.760Z] ---> Running in 68b20283bb6b [2021-01-14T18:15:06.045Z] ---> Running in 6b5892ff9fcc [2021-01-14T18:15:06.045Z] ---> Running in caaf068ff2b4 [2021-01-14T18:15:07.490Z] ---> Running in c26e270bffa8 [2021-01-14T18:15:07.490Z] ---> Running in fcaccb01a017 [2021-01-14T18:15:07.490Z] ---> Running in 3dafdafcfb4c [2021-01-14T18:15:08.040Z] Removing intermediate container bbca577d8dad [2021-01-14T18:15:08.040Z] ---> 1647bf78688b [2021-01-14T18:15:08.040Z] Step 8/22 : COPY . . [2021-01-14T18:15:10.072Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:15:10.072Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:15:10.072Z] ---> 62ab575aa789 [2021-01-14T18:15:10.072Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T18:15:10.072Z] ---> Using cache [2021-01-14T18:15:10.072Z] ---> a4ee024bca2f [2021-01-14T18:15:10.072Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:15:10.072Z] ---> Using cache [2021-01-14T18:15:10.072Z] ---> 52043dceced1 [2021-01-14T18:15:10.072Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T18:15:10.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T18:15:10.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:15:10.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:15:10.338Z] ---> Running in b862083dd90c [2021-01-14T18:15:10.678Z] Removing intermediate container 0c7aa38bc918 [2021-01-14T18:15:10.678Z] ---> e8f483e40f76 [2021-01-14T18:15:10.678Z] Step 8/21 : COPY . . [2021-01-14T18:15:10.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:15:10.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:15:11.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:15:12.026Z] OK: 233 MiB in 51 packages [2021-01-14T18:15:12.026Z] OK: 233 MiB in 51 packages [2021-01-14T18:15:12.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:15:12.142Z] Removing intermediate container caaf068ff2b4 [2021-01-14T18:15:12.142Z] ---> 145b1199e951 [2021-01-14T18:15:12.142Z] Step 8/24 : COPY . . [2021-01-14T18:15:12.142Z] Removing intermediate container 68b20283bb6b [2021-01-14T18:15:12.142Z] ---> 8eb7884da8ec [2021-01-14T18:15:12.142Z] Step 8/24 : COPY . . [2021-01-14T18:15:12.142Z] Removing intermediate container 6b5892ff9fcc [2021-01-14T18:15:12.142Z] ---> c0bdc97c02c7 [2021-01-14T18:15:12.142Z] Step 8/26 : COPY . . [2021-01-14T18:15:12.353Z] OK: 233 MiB in 51 packages [2021-01-14T18:15:12.823Z] Removing intermediate container c26e270bffa8 [2021-01-14T18:15:12.823Z] ---> 8ddcf0d987d3 [2021-01-14T18:15:12.823Z] Step 6/23 : COPY go.mod . [2021-01-14T18:15:12.823Z] Removing intermediate container fcaccb01a017 [2021-01-14T18:15:13.217Z] ---> 6fac9eac9943 [2021-01-14T18:15:13.217Z] Step 6/24 : COPY go.mod . [2021-01-14T18:15:13.217Z] Removing intermediate container b862083dd90c [2021-01-14T18:15:13.217Z] ---> c164e7f46708 [2021-01-14T18:15:13.217Z] Step 6/26 : COPY go.mod . [2021-01-14T18:15:13.525Z] ---> ac49da42a20f [2021-01-14T18:15:13.525Z] Step 7/23 : RUN go mod download [2021-01-14T18:15:13.525Z] ---> 099d9b794e39 [2021-01-14T18:15:13.525Z] Step 7/24 : RUN go mod download [2021-01-14T18:15:13.525Z] ---> Running in 9d331955baaf [2021-01-14T18:15:13.820Z] ---> Running in 3dfd0c715787 [2021-01-14T18:15:13.820Z] ---> 85ede5eedbfa [2021-01-14T18:15:13.820Z] Step 7/26 : RUN go mod download [2021-01-14T18:15:14.084Z] ---> Running in 4ead37bd12f0 [2021-01-14T18:15:16.053Z] Removing intermediate container 3dfd0c715787 [2021-01-14T18:15:16.053Z] ---> ff1dd55b549b [2021-01-14T18:15:16.053Z] Step 8/24 : COPY . . [2021-01-14T18:15:16.318Z] Removing intermediate container 9d331955baaf [2021-01-14T18:15:16.318Z] ---> a99b8b6be3fb [2021-01-14T18:15:16.318Z] Step 8/23 : COPY . . [2021-01-14T18:15:16.318Z] Removing intermediate container 4ead37bd12f0 [2021-01-14T18:15:16.318Z] ---> b2440cb34f56 [2021-01-14T18:15:16.318Z] Step 8/26 : COPY . . [2021-01-14T18:15:24.560Z] ---> 354db89dd48a [2021-01-14T18:15:24.560Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T18:15:25.161Z] ---> Running in 3d57360a5f91 [2021-01-14T18:15:25.161Z] ---> 69f0a636fe50 [2021-01-14T18:15:25.161Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T18:15:25.435Z] ---> Running in cfdfe096e620 [2021-01-14T18:15:25.723Z] ---> 72fd2b45144b [2021-01-14T18:15:25.723Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T18:15:26.002Z] ---> d0c91dde5de5 [2021-01-14T18:15:26.002Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T18:15:26.002Z] ---> a45b8041e6fa [2021-01-14T18:15:26.002Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T18:15:26.275Z] ---> Running in 49f543cf720f [2021-01-14T18:15:26.275Z] ---> Running in 6676bc2019a1 [2021-01-14T18:15:26.275Z] ---> Running in 14fefc34d546 [2021-01-14T18:15:26.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T18:15:27.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T18:15:28.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T18:15:28.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T18:15:28.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T18:15:48.590Z] Removing intermediate container 3dafdafcfb4c [2021-01-14T18:15:48.590Z] ---> 81c1fc8c1d66 [2021-01-14T18:15:48.590Z] [2021-01-14T18:15:48.590Z] Step 10/22 : FROM scratch [2021-01-14T18:15:48.590Z] ---> [2021-01-14T18:15:48.590Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:15:48.590Z] ---> Using cache [2021-01-14T18:15:48.590Z] ---> 6fe0259aad92 [2021-01-14T18:15:48.590Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T18:15:48.590Z] ---> Running in bda878a1a8ca [2021-01-14T18:15:48.590Z] Removing intermediate container bda878a1a8ca [2021-01-14T18:15:48.590Z] ---> 0049e99baca7 [2021-01-14T18:15:48.590Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T18:15:48.590Z] ---> 56a8a533feba [2021-01-14T18:15:48.590Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T18:15:48.590Z] ---> 6075dae64e14 [2021-01-14T18:15:48.590Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T18:15:48.590Z] ---> 45ea3b132532 [2021-01-14T18:15:48.590Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T18:15:48.590Z] ---> Running in 415e6a88f624 [2021-01-14T18:15:48.590Z] ---> Running in e51968289547 [2021-01-14T18:15:48.590Z] ---> Running in 3076d4c75ead [2021-01-14T18:15:48.590Z] ---> Running in d17542654973 [2021-01-14T18:15:48.590Z] Removing intermediate container 415e6a88f624 [2021-01-14T18:15:48.590Z] ---> b7a7b4df7663 [2021-01-14T18:15:48.590Z] Step 14/22 : WORKDIR / [2021-01-14T18:15:48.590Z] ---> Running in c43aee59081d [2021-01-14T18:15:48.590Z] Removing intermediate container c43aee59081d [2021-01-14T18:15:48.590Z] ---> 170aa7271268 [2021-01-14T18:15:48.590Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:15:48.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T18:15:48.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T18:15:48.861Z] ---> 58008df91a40 [2021-01-14T18:15:48.861Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T18:15:48.861Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T18:15:49.446Z] ---> b9bb110dfce6 [2021-01-14T18:15:49.447Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T18:15:49.717Z] ---> c298aa899f1d [2021-01-14T18:15:49.717Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T18:15:49.717Z] ---> Running in 80503c02ca9f [2021-01-14T18:15:49.988Z] Removing intermediate container 80503c02ca9f [2021-01-14T18:15:49.988Z] ---> 969ca6aad5d5 [2021-01-14T18:15:49.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:15:50.256Z] ---> Running in 102a5d31f461 [2021-01-14T18:15:50.532Z] Removing intermediate container 102a5d31f461 [2021-01-14T18:15:50.532Z] ---> 98752b64e82a [2021-01-14T18:15:50.532Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T18:15:50.804Z] ---> Running in 5ed3ef71ea41 [2021-01-14T18:15:51.071Z] Removing intermediate container 5ed3ef71ea41 [2021-01-14T18:15:51.071Z] ---> 8ace023a499b [2021-01-14T18:15:51.071Z] Step 21/22 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:15:51.340Z] ---> Running in ca117084b52e [2021-01-14T18:15:51.608Z] Removing intermediate container ca117084b52e [2021-01-14T18:15:51.608Z] ---> e4f5203e0baf [2021-01-14T18:15:51.608Z] Step 22/22 : LABEL version=2.0.0-dev.37 [2021-01-14T18:15:51.608Z] ---> Running in 73c6b344e8a8 [2021-01-14T18:15:53.030Z] Removing intermediate container 73c6b344e8a8 [2021-01-14T18:15:53.030Z] ---> 9f449d24505f [2021-01-14T18:15:53.030Z] [2021-01-14T18:15:53.030Z] Successfully built 9f449d24505f [2021-01-14T18:15:53.030Z] Successfully tagged docker-core-command-go:latest [2021-01-14T18:16:15.123Z]  Building docker-core-command-go ... done Removing intermediate container e51968289547 [2021-01-14T18:16:15.123Z] ---> b455bf6458cd [2021-01-14T18:16:15.123Z] [2021-01-14T18:16:15.123Z] Step 10/24 : FROM scratch [2021-01-14T18:16:15.123Z] ---> [2021-01-14T18:16:15.123Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T18:16:15.123Z] Removing intermediate container 3076d4c75ead [2021-01-14T18:16:15.123Z] ---> 0a184748b9b4 [2021-01-14T18:16:15.123Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T18:16:15.123Z] ---> Running in 9f30f8a3a4df [2021-01-14T18:16:15.123Z] ---> Running in 13b853ecdcd8 [2021-01-14T18:16:15.123Z] Removing intermediate container 13b853ecdcd8 [2021-01-14T18:16:15.123Z] ---> c596531a2d65 [2021-01-14T18:16:15.123Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T18:16:15.123Z] ---> Running in 3ba3e35738b4 [2021-01-14T18:16:15.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T18:16:15.123Z] Removing intermediate container 3ba3e35738b4 [2021-01-14T18:16:15.123Z] ---> 36146f425139 [2021-01-14T18:16:15.123Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T18:16:15.123Z] ---> Running in a5ec27e9ca57 [2021-01-14T18:16:15.698Z] Removing intermediate container a5ec27e9ca57 [2021-01-14T18:16:15.698Z] ---> 2efdf7c6f06a [2021-01-14T18:16:15.698Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T18:16:15.961Z] Removing intermediate container d17542654973 [2021-01-14T18:16:15.961Z] ---> 3e40198dc468 [2021-01-14T18:16:15.961Z] [2021-01-14T18:16:15.961Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T18:16:15.961Z] ---> 389fef711851 [2021-01-14T18:16:15.961Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:16:16.223Z] ---> 0e7e2a52be55 [2021-01-14T18:16:16.223Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T18:16:16.223Z] ---> Running in 55a7a3f9bf27 [2021-01-14T18:16:16.223Z] Removing intermediate container 9f30f8a3a4df [2021-01-14T18:16:16.223Z] ---> b067748d4cfa [2021-01-14T18:16:16.223Z] [2021-01-14T18:16:16.223Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T18:16:16.486Z] Removing intermediate container 55a7a3f9bf27 [2021-01-14T18:16:16.486Z] ---> 08eff67fc5d7 [2021-01-14T18:16:16.486Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T18:16:16.486Z] 20.10.0: Pulling from library/docker [2021-01-14T18:16:17.061Z] ---> Running in e53b7d9de94e [2021-01-14T18:16:17.061Z] ---> 90490d13e83b [2021-01-14T18:16:17.061Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T18:16:17.061Z] Removing intermediate container e53b7d9de94e [2021-01-14T18:16:17.061Z] ---> 6b94a2351d7d [2021-01-14T18:16:17.061Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T18:16:17.326Z] ---> Running in 7ce2adc5db7e [2021-01-14T18:16:18.718Z] ---> fc973ee8ad7a [2021-01-14T18:16:18.718Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:16:18.719Z] Removing intermediate container 7ce2adc5db7e [2021-01-14T18:16:18.719Z] ---> 1c95fe065028 [2021-01-14T18:16:18.719Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:16:18.981Z] ---> Running in c617240d179c [2021-01-14T18:16:18.981Z] ---> 50ee98094c1c [2021-01-14T18:16:18.981Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T18:16:19.943Z] ---> 5a51af2ee539 [2021-01-14T18:16:19.943Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T18:16:20.210Z] ---> e7772f7e99b7 [2021-01-14T18:16:20.210Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T18:16:20.210Z] Removing intermediate container c617240d179c [2021-01-14T18:16:20.210Z] ---> e938050e0816 [2021-01-14T18:16:20.210Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T18:16:20.476Z] ---> Running in 1ccaafe14729 [2021-01-14T18:16:20.476Z] ---> Running in fdb11bccbe14 [2021-01-14T18:16:20.476Z] Removing intermediate container 1ccaafe14729 [2021-01-14T18:16:20.476Z] ---> 82da3d5b2d1d [2021-01-14T18:16:20.476Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:16:20.740Z] ---> Running in 99ec17d9743a [2021-01-14T18:16:21.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:21.002Z] Removing intermediate container 99ec17d9743a [2021-01-14T18:16:21.002Z] ---> ea2a8ef20641 [2021-01-14T18:16:21.002Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T18:16:21.264Z] ---> Running in 3d33e4293db6 [2021-01-14T18:16:21.526Z] Removing intermediate container 3d33e4293db6 [2021-01-14T18:16:21.526Z] ---> fe2632bbebf5 [2021-01-14T18:16:21.526Z] Step 23/24 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:16:21.526Z] ---> Running in 85ee5459cadc [2021-01-14T18:16:21.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:21.788Z] Removing intermediate container 85ee5459cadc [2021-01-14T18:16:21.788Z] ---> 45a2f80ca28e [2021-01-14T18:16:21.788Z] Step 24/24 : LABEL version=2.0.0-dev.37 [2021-01-14T18:16:22.057Z] ---> Running in 7962b1fa1205 [2021-01-14T18:16:22.318Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T18:16:22.580Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T18:16:22.842Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T18:16:23.107Z] Removing intermediate container 7962b1fa1205 [2021-01-14T18:16:23.107Z] ---> c89668c59ca6 [2021-01-14T18:16:23.107Z] [2021-01-14T18:16:23.107Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T18:16:23.107Z] Successfully built c89668c59ca6 [2021-01-14T18:16:23.107Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T18:16:23.107Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T18:16:23.369Z]  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-14T18:16:23.369Z] OK: 8 MiB in 19 packages [2021-01-14T18:16:23.369Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T18:16:23.369Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T18:16:23.369Z] ---> aefe523efa57 [2021-01-14T18:16:23.369Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T18:16:23.633Z] ---> Running in a3cff003f6e2 [2021-01-14T18:16:24.209Z] Removing intermediate container fdb11bccbe14 [2021-01-14T18:16:24.209Z] ---> 6d0d952c3924 [2021-01-14T18:16:24.209Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:16:24.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:24.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:24.210Z] ---> 8826d66f13be [2021-01-14T18:16:24.210Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T18:16:24.210Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T18:16:24.477Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T18:16:24.477Z] Executing bash-5.0.17-r0.post-install [2021-01-14T18:16:24.477Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:16:24.477Z] OK: 12 MiB in 22 packages [2021-01-14T18:16:24.748Z] ---> 242a6b9df66f [2021-01-14T18:16:24.748Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T18:16:25.013Z] Removing intermediate container a3cff003f6e2 [2021-01-14T18:16:25.013Z] ---> ddb258126c5a [2021-01-14T18:16:25.013Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T18:16:25.013Z] ---> Running in c719a662f0e3 [2021-01-14T18:16:25.013Z] ---> b2ba500a4d2b [2021-01-14T18:16:25.013Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T18:16:25.275Z] ---> Running in 48202028f3bc [2021-01-14T18:16:25.275Z] Removing intermediate container c719a662f0e3 [2021-01-14T18:16:25.275Z] ---> b9c288c00279 [2021-01-14T18:16:25.275Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T18:16:25.275Z] ---> Running in 5b24459b46ac [2021-01-14T18:16:25.536Z] Removing intermediate container 48202028f3bc [2021-01-14T18:16:25.536Z] ---> aed31e2272a9 [2021-01-14T18:16:25.536Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:16:25.536Z] ---> Running in 4d5dfcbf1490 [2021-01-14T18:16:25.536Z] Removing intermediate container 5b24459b46ac [2021-01-14T18:16:25.536Z] ---> b1163631f65b [2021-01-14T18:16:25.537Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T18:16:25.799Z] ---> Running in 94397a546685 [2021-01-14T18:16:25.799Z] Removing intermediate container 4d5dfcbf1490 [2021-01-14T18:16:25.799Z] ---> 4fe335722b58 [2021-01-14T18:16:25.799Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T18:16:25.799Z] ---> Running in ad92e7fabca7 [2021-01-14T18:16:25.799Z] Removing intermediate container 94397a546685 [2021-01-14T18:16:25.799Z] ---> a2f9811aa2c7 [2021-01-14T18:16:25.799Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T18:16:26.071Z] Removing intermediate container ad92e7fabca7 [2021-01-14T18:16:26.071Z] ---> ae08ed36dd88 [2021-01-14T18:16:26.071Z] Step 22/23 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:16:26.071Z] ---> Running in 318f79f47fca [2021-01-14T18:16:26.340Z] Removing intermediate container 318f79f47fca [2021-01-14T18:16:26.340Z] ---> 8c07355308d6 [2021-01-14T18:16:26.340Z] Step 23/23 : LABEL version=2.0.0-dev.37 [2021-01-14T18:16:26.340Z] ---> Running in 3e8a5f3c936c [2021-01-14T18:16:26.340Z] ---> af8578bfce4b [2021-01-14T18:16:26.340Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T18:16:26.603Z] Removing intermediate container 3e8a5f3c936c [2021-01-14T18:16:26.603Z] ---> ba73ce856132 [2021-01-14T18:16:26.603Z] [2021-01-14T18:16:26.603Z] ---> 6b8f07dbf0de [2021-01-14T18:16:26.603Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T18:16:26.865Z] Successfully built ba73ce856132 [2021-01-14T18:16:26.865Z] Successfully tagged docker-core-data-go:latest [2021-01-14T18:16:27.129Z]  Building docker-core-data-go ... done  ---> 959bc954c4c6 [2021-01-14T18:16:27.129Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T18:16:27.129Z] ---> Running in 097cedd1b2da [2021-01-14T18:16:27.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:27.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:27.966Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T18:16:28.230Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T18:16:28.230Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T18:16:28.230Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T18:16:28.230Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T18:16:28.494Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T18:16:29.068Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T18:16:31.623Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T18:16:31.623Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T18:16:31.623Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T18:16:31.623Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T18:16:31.623Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T18:16:31.623Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T18:16:31.623Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T18:16:31.623Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T18:16:31.623Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T18:16:31.623Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T18:16:31.623Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T18:16:31.623Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T18:16:31.623Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T18:16:31.623Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T18:16:31.623Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T18:16:31.623Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T18:16:31.623Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T18:16:31.623Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T18:16:31.623Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T18:16:31.885Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T18:16:31.885Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T18:16:32.148Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T18:16:32.148Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T18:16:32.148Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T18:16:32.148Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T18:16:32.148Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T18:16:32.148Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:16:32.148Z] OK: 71 MiB in 55 packages [2021-01-14T18:16:40.298Z] Removing intermediate container 097cedd1b2da [2021-01-14T18:16:40.298Z] ---> c5c01d9bf79e [2021-01-14T18:16:40.298Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T18:16:40.298Z] ---> Running in 7341f5359758 [2021-01-14T18:16:41.249Z] Collecting docker-compose==1.23.2 [2021-01-14T18:16:41.249Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T18:16:41.511Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T18:16:41.511Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T18:16:41.774Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T18:16:41.774Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T18:16:42.044Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T18:16:42.044Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T18:16:42.044Z] Collecting PyYAML<4,>=3.10 [2021-01-14T18:16:42.308Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T18:16:43.254Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T18:16:43.254Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T18:16:43.254Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T18:16:43.254Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T18:16:43.829Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T18:16:43.829Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T18:16:43.829Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T18:16:43.829Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T18:16:44.404Z] 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-01-14T18:16:44.404Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T18:16:44.404Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T18:16:44.977Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T18:16:44.977Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T18:16:44.977Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T18:16:44.977Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T18:16:45.239Z] Collecting idna<2.8,>=2.5 [2021-01-14T18:16:45.239Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T18:16:45.239Z] 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-01-14T18:16:45.239Z] 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-01-14T18:16:45.239Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T18:16:45.239Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T18:16:45.239Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T18:16:45.239Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T18:16:45.239Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, docopt, cached-property, dockerpty, texttable, docker-compose [2021-01-14T18:16:45.239Z] Attempting uninstall: urllib3 [2021-01-14T18:16:45.239Z] Found existing installation: urllib3 1.25.9 [2021-01-14T18:16:45.239Z] Uninstalling urllib3-1.25.9: [2021-01-14T18:16:45.503Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T18:16:45.503Z] Attempting uninstall: idna [2021-01-14T18:16:45.503Z] Found existing installation: idna 2.9 [2021-01-14T18:16:45.503Z] Uninstalling idna-2.9: [2021-01-14T18:16:45.503Z] Successfully uninstalled idna-2.9 [2021-01-14T18:16:45.765Z] Attempting uninstall: requests [2021-01-14T18:16:45.765Z] Found existing installation: requests 2.23.0 [2021-01-14T18:16:45.765Z] Uninstalling requests-2.23.0: [2021-01-14T18:16:45.765Z] Successfully uninstalled requests-2.23.0 [2021-01-14T18:16:46.337Z] Running setup.py install for PyYAML: started [2021-01-14T18:16:46.910Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T18:16:46.910Z] Running setup.py install for docopt: started [2021-01-14T18:16:47.484Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T18:16:47.484Z] Running setup.py install for dockerpty: started [2021-01-14T18:16:47.746Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T18:16:47.746Z] Running setup.py install for texttable: started [2021-01-14T18:16:48.320Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T18:16:48.582Z] 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-01-14T18:16:50.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T18:16:50.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T18:16:51.892Z] Removing intermediate container 7341f5359758 [2021-01-14T18:16:51.892Z] ---> 67412f8dc525 [2021-01-14T18:16:51.892Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T18:16:51.892Z] ---> Running in 1962f66d5d24 [2021-01-14T18:16:52.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:52.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:16:52.428Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:16:52.428Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T18:16:52.428Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T18:16:52.428Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:16:52.428Z] OK: 72 MiB in 58 packages [2021-01-14T18:16:53.002Z] Removing intermediate container 1962f66d5d24 [2021-01-14T18:16:53.002Z] ---> fc862b19cadc [2021-01-14T18:16:53.002Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T18:16:53.002Z] ---> Running in 2f912331ad4c [2021-01-14T18:16:53.264Z] Removing intermediate container 2f912331ad4c [2021-01-14T18:16:53.264Z] ---> 305d26e9c52d [2021-01-14T18:16:53.264Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:16:53.264Z] ---> Running in b1782860c3e3 [2021-01-14T18:16:53.527Z] Removing intermediate container b1782860c3e3 [2021-01-14T18:16:53.527Z] ---> 231580714d73 [2021-01-14T18:16:53.527Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T18:16:53.527Z] ---> Running in edd6b4bb6ed2 [2021-01-14T18:16:53.527Z] Removing intermediate container edd6b4bb6ed2 [2021-01-14T18:16:53.527Z] ---> a80dc1f6ea33 [2021-01-14T18:16:53.527Z] Step 25/26 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:16:53.789Z] ---> Running in bee8445e281b [2021-01-14T18:16:53.789Z] Removing intermediate container bee8445e281b [2021-01-14T18:16:53.789Z] ---> 4be38ca78d03 [2021-01-14T18:16:53.789Z] Step 26/26 : LABEL version=2.0.0-dev.37 [2021-01-14T18:16:54.052Z] ---> Running in 06a6872767fc [2021-01-14T18:16:54.052Z] Removing intermediate container 06a6872767fc [2021-01-14T18:16:54.052Z] ---> 80d5d10ba651 [2021-01-14T18:16:54.052Z] [2021-01-14T18:16:54.315Z] Successfully built 80d5d10ba651 [2021-01-14T18:16:54.315Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T18:16:54.588Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T18:16:54.596Z] $ docker stop --time=1 39e2d32528fff57ebf4670996b7d75f10324e927e8b88d2b06c179d918ce20b2 [2021-01-14T18:16:56.813Z] $ docker rm -f 39e2d32528fff57ebf4670996b7d75f10324e927e8b88d2b06c179d918ce20b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T18:16:57.399Z] + docker images [2021-01-14T18:16:57.399Z] + grep docker [2021-01-14T18:16:57.399Z] docker-sys-mgmt-agent-go latest 80d5d10ba651 4 seconds ago 313MB [2021-01-14T18:16:57.399Z] docker-core-data-go latest ba73ce856132 31 seconds ago 22.3MB [2021-01-14T18:16:57.399Z] docker-support-notifications-go latest c89668c59ca6 35 seconds ago 12MB [2021-01-14T18:16:57.399Z] docker-core-command-go latest 9f449d24505f About a minute ago 10.6MB [2021-01-14T18:16:57.399Z] docker-security-secretstore-setup-go latest dcdd8cbd07c4 2 minutes ago 24.6MB [2021-01-14T18:16:57.399Z] docker-security-bootstrap-redis-go latest 8de90ee3bf13 2 minutes ago 15.8MB [2021-01-14T18:16:57.399Z] docker-security-proxy-setup-go latest e243223f104d 2 minutes ago 24.4MB [2021-01-14T18:16:57.399Z] docker-core-metadata-go latest 6296c14d89b1 2 minutes ago 13.1MB [2021-01-14T18:16:57.399Z] docker-support-scheduler-go latest 07ec17f9c4d6 2 minutes ago 10.7MB [2021-01-14T18:16:57.399Z] docker 20.10.0 aefe523efa57 4 weeks 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-01-14T18:16:58.032Z] provisioning config files... [2021-01-14T18:16:58.062Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/296@tmp/config4648668914520584396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:16:58.437Z] ---> docker-login.sh [2021-01-14T18:16:58.437Z] nexus3.edgexfoundry.org:10001 [2021-01-14T18:16:58.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:16:58.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:16:58.718Z] Configure a credential helper to remove this warning. See [2021-01-14T18:16:58.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:16:58.718Z] [2021-01-14T18:16:58.718Z] Login Succeeded [2021-01-14T18:16:58.718Z] nexus3.edgexfoundry.org:10002 [2021-01-14T18:16:58.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:16:58.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:16:58.718Z] Configure a credential helper to remove this warning. See [2021-01-14T18:16:58.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:16:58.718Z] [2021-01-14T18:16:58.718Z] Login Succeeded [2021-01-14T18:16:58.718Z] nexus3.edgexfoundry.org:10003 [2021-01-14T18:16:59.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:16:59.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:16:59.049Z] Configure a credential helper to remove this warning. See [2021-01-14T18:16:59.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:16:59.049Z] [2021-01-14T18:16:59.049Z] Login Succeeded [2021-01-14T18:16:59.049Z] nexus3.edgexfoundry.org:10004 [2021-01-14T18:16:59.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:16:59.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:16:59.348Z] Configure a credential helper to remove this warning. See [2021-01-14T18:16:59.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:16:59.348Z] [2021-01-14T18:16:59.348Z] Login Succeeded [2021-01-14T18:16:59.348Z] docker.io [2021-01-14T18:16:59.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:16:59.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:16:59.629Z] Configure a credential helper to remove this warning. See [2021-01-14T18:16:59.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:16:59.629Z] [2021-01-14T18:16:59.629Z] Login Succeeded [2021-01-14T18:16:59.629Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T18:16:59.670Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:00.024Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-14T18:17:00.024Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:00.024Z] 2.0.0-dev.37 [2021-01-14T18:17:00.024Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:00.024Z] master [2021-01-14T18:17:00.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:00.638Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:00.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:00.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T18:17:00.962Z] 443b79f04475: Preparing [2021-01-14T18:17:00.962Z] 5caf09ae4a3c: Preparing [2021-01-14T18:17:00.962Z] c50420a1c1cc: Preparing [2021-01-14T18:17:01.225Z] c50420a1c1cc: Pushed [2021-01-14T18:17:01.225Z] 443b79f04475: Pushed [2021-01-14T18:17:02.173Z] 5caf09ae4a3c: Pushed [2021-01-14T18:17:02.435Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:cac619082d0cd027f3372f5d38bdbfe4fd2720cd0b22e68984eaad4338eb9ea0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:02.747Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:03.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.37 [2021-01-14T18:17:03.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T18:17:03.049Z] 443b79f04475: Preparing [2021-01-14T18:17:03.049Z] 5caf09ae4a3c: Preparing [2021-01-14T18:17:03.049Z] c50420a1c1cc: Preparing [2021-01-14T18:17:03.049Z] 5caf09ae4a3c: Layer already exists [2021-01-14T18:17:03.049Z] 443b79f04475: Layer already exists [2021-01-14T18:17:03.049Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:03.049Z] 2.0.0-dev.37: digest: sha256:cac619082d0cd027f3372f5d38bdbfe4fd2720cd0b22e68984eaad4338eb9ea0 size: 943 [2021-01-14T18:17:03.052Z] Removing intermediate container 14fefc34d546 [2021-01-14T18:17:03.052Z] ---> 47de80067bd7 [2021-01-14T18:17:03.052Z] [2021-01-14T18:17:03.052Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T18:17:03.052Z] 3.12: Pulling from library/alpine [2021-01-14T18:17:03.052Z] Removing intermediate container cfdfe096e620 [2021-01-14T18:17:03.052Z] ---> d9151be985fb [2021-01-14T18:17:03.052Z] [2021-01-14T18:17:03.052Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T18:17:03.052Z] 3.12: Pulling from library/alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:03.358Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:03.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:03.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T18:17:03.659Z] 443b79f04475: Preparing [2021-01-14T18:17:03.659Z] 5caf09ae4a3c: Preparing [2021-01-14T18:17:03.659Z] c50420a1c1cc: Preparing [2021-01-14T18:17:03.659Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:03.659Z] 443b79f04475: Layer already exists [2021-01-14T18:17:03.659Z] 5caf09ae4a3c: Layer already exists [2021-01-14T18:17:03.659Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:cac619082d0cd027f3372f5d38bdbfe4fd2720cd0b22e68984eaad4338eb9ea0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:03.973Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:04.064Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T18:17:04.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-14T18:17:04.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T18:17:04.273Z] 443b79f04475: Preparing [2021-01-14T18:17:04.273Z] 5caf09ae4a3c: Preparing [2021-01-14T18:17:04.273Z] c50420a1c1cc: Preparing [2021-01-14T18:17:04.273Z] 443b79f04475: Layer already exists [2021-01-14T18:17:04.273Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:04.273Z] 5caf09ae4a3c: Layer already exists [2021-01-14T18:17:04.273Z] master: digest: sha256:cac619082d0cd027f3372f5d38bdbfe4fd2720cd0b22e68984eaad4338eb9ea0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-14T18:17:04.338Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T18:17:04.338Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T18:17:04.338Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T18:17:04.338Z] ---> afeebe901d6b [2021-01-14T18:17:04.338Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T18:17:04.338Z] ---> afeebe901d6b [2021-01-14T18:17:04.338Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:04.498Z] ===================================================== [Pipeline] echo [2021-01-14T18:17:04.553Z] taggedImages: [2021-01-14T18:17:04.553Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:04.553Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.37 [2021-01-14T18:17:04.553Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:04.553Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-14T18:17:04.622Z] Removing intermediate container 49f543cf720f [2021-01-14T18:17:04.622Z] ---> bc52f139b348 [2021-01-14T18:17:04.622Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] echo [2021-01-14T18:17:04.705Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-14T18:17:04.705Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:04.705Z] 2.0.0-dev.37 [2021-01-14T18:17:04.705Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:04.705Z] master [2021-01-14T18:17:04.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [2021-01-14T18:17:04.907Z] ---> Running in 7ece3a623f0c [2021-01-14T18:17:04.907Z] ---> Running in 4fe232d692d0 [2021-01-14T18:17:04.907Z] ---> Running in 7461c474b00a [Pipeline] sh [2021-01-14T18:17:05.185Z] Removing intermediate container 6676bc2019a1 [2021-01-14T18:17:05.185Z] ---> 20034da5b98a [2021-01-14T18:17:05.185Z] [2021-01-14T18:17:05.185Z] Step 10/24 : FROM scratch [2021-01-14T18:17:05.185Z] ---> [2021-01-14T18:17:05.185Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T18:17:05.208Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:05.474Z] ---> Running in 63df6a2ed24f [2021-01-14T18:17:05.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:05.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T18:17:05.512Z] b232da3dd454: Preparing [2021-01-14T18:17:05.512Z] da366cc3559d: Preparing [2021-01-14T18:17:05.512Z] c50420a1c1cc: Preparing [2021-01-14T18:17:05.512Z] 0da39b0e43d2: Preparing [2021-01-14T18:17:05.512Z] 243d3a706513: Preparing [2021-01-14T18:17:05.512Z] 777b2c648970: Preparing [2021-01-14T18:17:05.512Z] 777b2c648970: Waiting [2021-01-14T18:17:05.512Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:05.512Z] 777b2c648970: Layer already exists [2021-01-14T18:17:05.512Z] 243d3a706513: Pushed [2021-01-14T18:17:05.776Z] b232da3dd454: Pushed [2021-01-14T18:17:06.042Z] 0da39b0e43d2: Pushed [2021-01-14T18:17:06.077Z] Removing intermediate container 63df6a2ed24f [2021-01-14T18:17:06.077Z] ---> 7c35756e197a [2021-01-14T18:17:06.077Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T18:17:06.355Z] ---> Running in 586886535bb2 [2021-01-14T18:17:06.621Z] da366cc3559d: Pushed [2021-01-14T18:17:06.887Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:bd1c1b9a5cebcb70bf658ceafe5e84fe52aeb5bc38c5ee987637201e312ff2b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:06.961Z] Removing intermediate container 586886535bb2 [2021-01-14T18:17:06.961Z] ---> 63291734f3f7 [2021-01-14T18:17:06.961Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T18:17:07.212Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:07.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:07.244Z] ---> Running in c225e7aae52e [2021-01-14T18:17:07.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T18:17:07.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:07.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.37 [2021-01-14T18:17:07.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T18:17:07.522Z] b232da3dd454: Preparing [2021-01-14T18:17:07.522Z] da366cc3559d: Preparing [2021-01-14T18:17:07.522Z] c50420a1c1cc: Preparing [2021-01-14T18:17:07.522Z] 0da39b0e43d2: Preparing [2021-01-14T18:17:07.522Z] 243d3a706513: Preparing [2021-01-14T18:17:07.522Z] 777b2c648970: Preparing [2021-01-14T18:17:07.522Z] 777b2c648970: Waiting [2021-01-14T18:17:07.522Z] 243d3a706513: Layer already exists [2021-01-14T18:17:07.522Z] 0da39b0e43d2: Layer already exists [2021-01-14T18:17:07.522Z] b232da3dd454: Layer already exists [2021-01-14T18:17:07.522Z] da366cc3559d: Layer already exists [2021-01-14T18:17:07.522Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:07.522Z] 777b2c648970: Layer already exists [2021-01-14T18:17:07.522Z] 2.0.0-dev.37: digest: sha256:bd1c1b9a5cebcb70bf658ceafe5e84fe52aeb5bc38c5ee987637201e312ff2b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:07.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:07.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:07.802Z] Removing intermediate container c225e7aae52e [2021-01-14T18:17:07.802Z] ---> 3459872142f7 [2021-01-14T18:17:07.802Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T18:17:07.833Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:08.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:08.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T18:17:08.152Z] b232da3dd454: Preparing [2021-01-14T18:17:08.152Z] da366cc3559d: Preparing [2021-01-14T18:17:08.152Z] c50420a1c1cc: Preparing [2021-01-14T18:17:08.152Z] 0da39b0e43d2: Preparing [2021-01-14T18:17:08.152Z] 243d3a706513: Preparing [2021-01-14T18:17:08.152Z] 777b2c648970: Preparing [2021-01-14T18:17:08.152Z] 777b2c648970: Waiting [2021-01-14T18:17:08.152Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:08.152Z] da366cc3559d: Layer already exists [2021-01-14T18:17:08.152Z] 243d3a706513: Layer already exists [2021-01-14T18:17:08.153Z] b232da3dd454: Layer already exists [2021-01-14T18:17:08.153Z] 0da39b0e43d2: Layer already exists [2021-01-14T18:17:08.153Z] 777b2c648970: Layer already exists [2021-01-14T18:17:08.153Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:bd1c1b9a5cebcb70bf658ceafe5e84fe52aeb5bc38c5ee987637201e312ff2b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:08.409Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T18:17:08.409Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:17:08.409Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T18:17:08.409Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T18:17:08.409Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T18:17:08.409Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:17:08.409Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T18:17:08.476Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:08.695Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T18:17:08.695Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:17:08.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-14T18:17:08.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T18:17:08.783Z] b232da3dd454: Preparing [2021-01-14T18:17:08.783Z] da366cc3559d: Preparing [2021-01-14T18:17:08.783Z] c50420a1c1cc: Preparing [2021-01-14T18:17:08.783Z] 0da39b0e43d2: Preparing [2021-01-14T18:17:08.783Z] 243d3a706513: Preparing [2021-01-14T18:17:08.783Z] 777b2c648970: Preparing [2021-01-14T18:17:08.783Z] 777b2c648970: Waiting [2021-01-14T18:17:08.783Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:08.783Z] 0da39b0e43d2: Layer already exists [2021-01-14T18:17:08.783Z] 243d3a706513: Layer already exists [2021-01-14T18:17:08.783Z] da366cc3559d: Layer already exists [2021-01-14T18:17:08.783Z] b232da3dd454: Layer already exists [2021-01-14T18:17:08.783Z] 777b2c648970: Layer already exists [2021-01-14T18:17:08.783Z] master: digest: sha256:bd1c1b9a5cebcb70bf658ceafe5e84fe52aeb5bc38c5ee987637201e312ff2b8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-14T18:17:08.975Z] OK: 7 MiB in 19 packages [2021-01-14T18:17:08.975Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T18:17:08.975Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T18:17:08.975Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:17:08.975Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] echo [2021-01-14T18:17:09.023Z] ===================================================== [Pipeline] echo [2021-01-14T18:17:09.076Z] taggedImages: [2021-01-14T18:17:09.076Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:09.076Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.37 [2021-01-14T18:17:09.076Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:09.076Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-14T18:17:09.142Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-14T18:17:09.142Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:09.142Z] 2.0.0-dev.37 [2021-01-14T18:17:09.142Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:09.142Z] master [2021-01-14T18:17:09.142Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-14T18:17:09.262Z] OK: 7 MiB in 18 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:09.605Z] ---> 3770911f7ed2 [2021-01-14T18:17:09.605Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T18:17:09.736Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:10.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:10.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T18:17:10.048Z] 51ca099c73fa: Preparing [2021-01-14T18:17:10.048Z] 3c2dbbd9b1fd: Preparing [2021-01-14T18:17:10.048Z] c50420a1c1cc: Preparing [2021-01-14T18:17:10.048Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:10.324Z] 51ca099c73fa: Pushed [2021-01-14T18:17:11.279Z] 3c2dbbd9b1fd: Pushed [2021-01-14T18:17:11.545Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:d15f9304887cc971c439317e739143d3167105b07f73f9f7bd075255522c9a44 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:11.903Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:12.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.37 [2021-01-14T18:17:12.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T18:17:12.220Z] 51ca099c73fa: Preparing [2021-01-14T18:17:12.220Z] 3c2dbbd9b1fd: Preparing [2021-01-14T18:17:12.220Z] c50420a1c1cc: Preparing [2021-01-14T18:17:12.220Z] 3c2dbbd9b1fd: Layer already exists [2021-01-14T18:17:12.220Z] 51ca099c73fa: Layer already exists [2021-01-14T18:17:12.220Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:12.220Z] 2.0.0-dev.37: digest: sha256:d15f9304887cc971c439317e739143d3167105b07f73f9f7bd075255522c9a44 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:12.450Z] Removing intermediate container 7ece3a623f0c [2021-01-14T18:17:12.450Z] ---> 345543236d8c [2021-01-14T18:17:12.450Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T18:17:12.528Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:12.729Z] ---> 520cb53fca94 [2021-01-14T18:17:12.729Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T18:17:12.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:12.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T18:17:12.833Z] 51ca099c73fa: Preparing [2021-01-14T18:17:12.833Z] 3c2dbbd9b1fd: Preparing [2021-01-14T18:17:12.833Z] c50420a1c1cc: Preparing [2021-01-14T18:17:12.833Z] 3c2dbbd9b1fd: Layer already exists [2021-01-14T18:17:12.833Z] 51ca099c73fa: Layer already exists [2021-01-14T18:17:12.833Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:12.833Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:d15f9304887cc971c439317e739143d3167105b07f73f9f7bd075255522c9a44 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:13.012Z] ---> Running in ea29f6ebe2b2 [2021-01-14T18:17:13.012Z] Removing intermediate container 4fe232d692d0 [2021-01-14T18:17:13.012Z] ---> 66cf9431f03d [2021-01-14T18:17:13.012Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T18:17:13.140Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:13.304Z] Removing intermediate container 7461c474b00a [2021-01-14T18:17:13.304Z] ---> 62e15197491a [2021-01-14T18:17:13.304Z] [2021-01-14T18:17:13.304Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T18:17:13.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-14T18:17:13.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T18:17:13.441Z] 51ca099c73fa: Preparing [2021-01-14T18:17:13.441Z] 3c2dbbd9b1fd: Preparing [2021-01-14T18:17:13.441Z] c50420a1c1cc: Preparing [2021-01-14T18:17:13.441Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:13.441Z] 51ca099c73fa: Layer already exists [2021-01-14T18:17:13.441Z] 3c2dbbd9b1fd: Layer already exists [2021-01-14T18:17:13.441Z] master: digest: sha256:d15f9304887cc971c439317e739143d3167105b07f73f9f7bd075255522c9a44 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-14T18:17:13.583Z] 20.10.0: Pulling from library/docker [2021-01-14T18:17:13.583Z] ---> Running in 806eb0e1ee69 [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:13.732Z] ===================================================== [Pipeline] echo [2021-01-14T18:17:13.783Z] taggedImages: [2021-01-14T18:17:13.783Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:13.783Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.37 [2021-01-14T18:17:13.783Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:13.783Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-14T18:17:13.849Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-14T18:17:13.849Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:13.849Z] 2.0.0-dev.37 [2021-01-14T18:17:13.849Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:13.849Z] master [2021-01-14T18:17:13.849Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:14.186Z] Removing intermediate container ea29f6ebe2b2 [2021-01-14T18:17:14.186Z] ---> 77f2bd75b310 [2021-01-14T18:17:14.186Z] Step 13/24 : WORKDIR / [2021-01-14T18:17:14.376Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:14.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:14.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T18:17:14.677Z] 9b1399fcfc70: Preparing [2021-01-14T18:17:14.677Z] 3d3f622b87ea: Preparing [2021-01-14T18:17:14.677Z] 7c89a72270ca: Preparing [2021-01-14T18:17:14.677Z] e56d52dc925c: Preparing [2021-01-14T18:17:14.677Z] c50420a1c1cc: Preparing [2021-01-14T18:17:14.677Z] 123512b207f7: Preparing [2021-01-14T18:17:14.677Z] 777b2c648970: Preparing [2021-01-14T18:17:14.677Z] 123512b207f7: Waiting [2021-01-14T18:17:14.677Z] 777b2c648970: Waiting [2021-01-14T18:17:14.677Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:14.941Z] 9b1399fcfc70: Pushed [2021-01-14T18:17:14.941Z] 3d3f622b87ea: Pushed [2021-01-14T18:17:14.941Z] 7c89a72270ca: Pushed [2021-01-14T18:17:14.941Z] 777b2c648970: Layer already exists [2021-01-14T18:17:15.185Z] Removing intermediate container 806eb0e1ee69 [2021-01-14T18:17:15.185Z] ---> 1e6a364d4d87 [2021-01-14T18:17:15.185Z] Step 13/21 : WORKDIR /edgex [2021-01-14T18:17:15.185Z] ---> Running in a6ee9ae32dbc [2021-01-14T18:17:15.185Z] ---> fef341e01d9d [2021-01-14T18:17:15.185Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:17:15.468Z] ---> Running in a3d5e4b8368d [2021-01-14T18:17:15.517Z] e56d52dc925c: Pushed [2021-01-14T18:17:16.069Z] Removing intermediate container 3d57360a5f91 [2021-01-14T18:17:16.069Z] ---> ffa1732d41fb [2021-01-14T18:17:16.069Z] [2021-01-14T18:17:16.069Z] Step 10/22 : FROM scratch [2021-01-14T18:17:16.069Z] ---> [2021-01-14T18:17:16.069Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:17:16.069Z] Removing intermediate container a6ee9ae32dbc [2021-01-14T18:17:16.069Z] ---> 9359bbab365a [2021-01-14T18:17:16.069Z] 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-01-14T18:17:16.462Z] 123512b207f7: Pushed [2021-01-14T18:17:16.462Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:abac11a87ae85b2c95277544af111c2194fc5d96c7bd11226767d2c216d1cea2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:16.671Z] ---> Running in d87832653f16 [2021-01-14T18:17:16.671Z] Removing intermediate container a3d5e4b8368d [2021-01-14T18:17:16.671Z] ---> 27be413b7bd5 [2021-01-14T18:17:16.671Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T18:17:16.671Z] ---> 8a251bb8d16a [2021-01-14T18:17:16.671Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T18:17:16.770Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:17.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.37 [2021-01-14T18:17:17.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T18:17:17.086Z] 9b1399fcfc70: Preparing [2021-01-14T18:17:17.086Z] 3d3f622b87ea: Preparing [2021-01-14T18:17:17.086Z] 7c89a72270ca: Preparing [2021-01-14T18:17:17.086Z] e56d52dc925c: Preparing [2021-01-14T18:17:17.086Z] c50420a1c1cc: Preparing [2021-01-14T18:17:17.086Z] 123512b207f7: Preparing [2021-01-14T18:17:17.086Z] 777b2c648970: Preparing [2021-01-14T18:17:17.086Z] 123512b207f7: Waiting [2021-01-14T18:17:17.086Z] 777b2c648970: Waiting [2021-01-14T18:17:17.086Z] 3d3f622b87ea: Layer already exists [2021-01-14T18:17:17.086Z] 9b1399fcfc70: Layer already exists [2021-01-14T18:17:17.086Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:17.086Z] e56d52dc925c: Layer already exists [2021-01-14T18:17:17.086Z] 7c89a72270ca: Layer already exists [2021-01-14T18:17:17.086Z] 123512b207f7: Layer already exists [2021-01-14T18:17:17.086Z] 777b2c648970: Layer already exists [2021-01-14T18:17:17.086Z] 2.0.0-dev.37: digest: sha256:abac11a87ae85b2c95277544af111c2194fc5d96c7bd11226767d2c216d1cea2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:17.288Z] ---> fff796eeac8c [2021-01-14T18:17:17.288Z] 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-01-14T18:17:17.288Z] Removing intermediate container d87832653f16 [2021-01-14T18:17:17.288Z] ---> f92248938133 [2021-01-14T18:17:17.288Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T18:17:17.406Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:17.566Z] ---> Running in 0145bf70fc06 [2021-01-14T18:17:17.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:17.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T18:17:17.725Z] 9b1399fcfc70: Preparing [2021-01-14T18:17:17.725Z] 3d3f622b87ea: Preparing [2021-01-14T18:17:17.725Z] 7c89a72270ca: Preparing [2021-01-14T18:17:17.725Z] e56d52dc925c: Preparing [2021-01-14T18:17:17.725Z] c50420a1c1cc: Preparing [2021-01-14T18:17:17.725Z] 123512b207f7: Preparing [2021-01-14T18:17:17.725Z] 777b2c648970: Preparing [2021-01-14T18:17:17.725Z] 123512b207f7: Waiting [2021-01-14T18:17:17.725Z] 777b2c648970: Waiting [2021-01-14T18:17:17.725Z] e56d52dc925c: Layer already exists [2021-01-14T18:17:17.725Z] 3d3f622b87ea: Layer already exists [2021-01-14T18:17:17.725Z] 7c89a72270ca: Layer already exists [2021-01-14T18:17:17.725Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:17.725Z] 9b1399fcfc70: Layer already exists [2021-01-14T18:17:17.725Z] 777b2c648970: Layer already exists [2021-01-14T18:17:17.725Z] 123512b207f7: Layer already exists [2021-01-14T18:17:17.725Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:abac11a87ae85b2c95277544af111c2194fc5d96c7bd11226767d2c216d1cea2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:17.850Z] ---> 744c957bfc56 [2021-01-14T18:17:17.850Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T18:17:18.066Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:18.134Z] ---> b2e83f3a156f [2021-01-14T18:17:18.134Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T18:17:18.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-14T18:17:18.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T18:17:18.393Z] 9b1399fcfc70: Preparing [2021-01-14T18:17:18.393Z] 3d3f622b87ea: Preparing [2021-01-14T18:17:18.393Z] 7c89a72270ca: Preparing [2021-01-14T18:17:18.393Z] e56d52dc925c: Preparing [2021-01-14T18:17:18.393Z] c50420a1c1cc: Preparing [2021-01-14T18:17:18.393Z] 123512b207f7: Preparing [2021-01-14T18:17:18.393Z] 777b2c648970: Preparing [2021-01-14T18:17:18.393Z] 777b2c648970: Waiting [2021-01-14T18:17:18.393Z] 123512b207f7: Waiting [2021-01-14T18:17:18.393Z] 3d3f622b87ea: Layer already exists [2021-01-14T18:17:18.393Z] e56d52dc925c: Layer already exists [2021-01-14T18:17:18.393Z] 9b1399fcfc70: Layer already exists [2021-01-14T18:17:18.393Z] 7c89a72270ca: Layer already exists [2021-01-14T18:17:18.393Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:18.393Z] 777b2c648970: Layer already exists [2021-01-14T18:17:18.393Z] 123512b207f7: Layer already exists [2021-01-14T18:17:18.393Z] master: digest: sha256:abac11a87ae85b2c95277544af111c2194fc5d96c7bd11226767d2c216d1cea2 size: 1778 [Pipeline] } [2021-01-14T18:17:18.438Z] Removing intermediate container 0145bf70fc06 [2021-01-14T18:17:18.438Z] ---> ade9e728bc72 [2021-01-14T18:17:18.438Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:18.646Z] ===================================================== [Pipeline] echo [2021-01-14T18:17:18.699Z] taggedImages: [2021-01-14T18:17:18.699Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:18.699Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.37 [2021-01-14T18:17:18.699Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:18.699Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-14T18:17:18.724Z] ---> Running in 59ff04a1c737 [Pipeline] echo [2021-01-14T18:17:18.779Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-14T18:17:18.779Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:18.779Z] 2.0.0-dev.37 [2021-01-14T18:17:18.779Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:18.779Z] master [2021-01-14T18:17:18.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:19.348Z] ---> 831d1bf1cde5 [2021-01-14T18:17:19.348Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T18:17:19.386Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:19.632Z] ---> 04d7e2b1d9d9 [2021-01-14T18:17:19.632Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T18:17:19.632Z] Removing intermediate container 59ff04a1c737 [2021-01-14T18:17:19.632Z] ---> 7ce43b1f41a6 [2021-01-14T18:17:19.632Z] Step 14/22 : WORKDIR / [2021-01-14T18:17:19.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:19.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T18:17:19.727Z] c16fbc6a1319: Preparing [2021-01-14T18:17:19.727Z] 8e987952f097: Preparing [2021-01-14T18:17:19.727Z] 9f40e617210d: Preparing [2021-01-14T18:17:19.727Z] 731b780757a8: Preparing [2021-01-14T18:17:19.727Z] 285d704f996c: Preparing [2021-01-14T18:17:19.727Z] 777b2c648970: Preparing [2021-01-14T18:17:19.727Z] 777b2c648970: Waiting [2021-01-14T18:17:19.916Z] ---> ec9ad1662eaf [2021-01-14T18:17:19.916Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T18:17:19.916Z] ---> Running in 52ccae1d6682 [2021-01-14T18:17:19.994Z] 731b780757a8: Pushed [2021-01-14T18:17:19.994Z] 9f40e617210d: Pushed [2021-01-14T18:17:20.255Z] 777b2c648970: Layer already exists [2021-01-14T18:17:20.255Z] 285d704f996c: Pushed [2021-01-14T18:17:20.519Z] 8e987952f097: Pushed [2021-01-14T18:17:20.519Z] c16fbc6a1319: Pushed [2021-01-14T18:17:20.523Z] ---> 2643b1f58be7 [2021-01-14T18:17:20.523Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T18:17:20.782Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:dbc827a19370a2344feda535515f3f744233765ec0306aa61d6b307d7702da59 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:21.092Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:21.122Z] Removing intermediate container 52ccae1d6682 [2021-01-14T18:17:21.122Z] ---> 84ef9079148f [2021-01-14T18:17:21.122Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:17:21.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.37 [2021-01-14T18:17:21.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T18:17:21.394Z] c16fbc6a1319: Preparing [2021-01-14T18:17:21.394Z] 8e987952f097: Preparing [2021-01-14T18:17:21.394Z] 9f40e617210d: Preparing [2021-01-14T18:17:21.394Z] 731b780757a8: Preparing [2021-01-14T18:17:21.394Z] 285d704f996c: Preparing [2021-01-14T18:17:21.394Z] 777b2c648970: Preparing [2021-01-14T18:17:21.394Z] 777b2c648970: Waiting [2021-01-14T18:17:21.394Z] 8e987952f097: Layer already exists [2021-01-14T18:17:21.394Z] 9f40e617210d: Layer already exists [2021-01-14T18:17:21.394Z] 285d704f996c: Layer already exists [2021-01-14T18:17:21.394Z] c16fbc6a1319: Layer already exists [2021-01-14T18:17:21.394Z] 731b780757a8: Layer already exists [2021-01-14T18:17:21.394Z] 777b2c648970: Layer already exists [2021-01-14T18:17:21.394Z] 2.0.0-dev.37: digest: sha256:dbc827a19370a2344feda535515f3f744233765ec0306aa61d6b307d7702da59 size: 1574 [2021-01-14T18:17:21.396Z] ---> Running in 19a9acc631a3 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:21.699Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:21.997Z] ---> 44a07412cb73 [2021-01-14T18:17:21.998Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . ---> 75294c531be9 [2021-01-14T18:17:21.998Z] [2021-01-14T18:17:21.998Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T18:17:22.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:22.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T18:17:22.031Z] c16fbc6a1319: Preparing [2021-01-14T18:17:22.031Z] 8e987952f097: Preparing [2021-01-14T18:17:22.031Z] 9f40e617210d: Preparing [2021-01-14T18:17:22.031Z] 731b780757a8: Preparing [2021-01-14T18:17:22.031Z] 285d704f996c: Preparing [2021-01-14T18:17:22.031Z] 777b2c648970: Preparing [2021-01-14T18:17:22.031Z] 777b2c648970: Waiting [2021-01-14T18:17:22.031Z] 9f40e617210d: Layer already exists [2021-01-14T18:17:22.031Z] 285d704f996c: Layer already exists [2021-01-14T18:17:22.031Z] 8e987952f097: Layer already exists [2021-01-14T18:17:22.031Z] 731b780757a8: Layer already exists [2021-01-14T18:17:22.031Z] c16fbc6a1319: Layer already exists [2021-01-14T18:17:22.031Z] 777b2c648970: Layer already exists [2021-01-14T18:17:22.031Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:dbc827a19370a2344feda535515f3f744233765ec0306aa61d6b307d7702da59 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:22.269Z] Removing intermediate container 19a9acc631a3 [2021-01-14T18:17:22.269Z] ---> e869d67e2b87 [2021-01-14T18:17:22.269Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:17:22.269Z] ---> 38a071ef7e6b [2021-01-14T18:17:22.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T18:17:22.269Z] ---> Running in e0b387a98250 [2021-01-14T18:17:22.337Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:22.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-14T18:17:22.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T18:17:22.638Z] c16fbc6a1319: Preparing [2021-01-14T18:17:22.638Z] 8e987952f097: Preparing [2021-01-14T18:17:22.638Z] 9f40e617210d: Preparing [2021-01-14T18:17:22.638Z] 731b780757a8: Preparing [2021-01-14T18:17:22.638Z] 285d704f996c: Preparing [2021-01-14T18:17:22.638Z] 777b2c648970: Preparing [2021-01-14T18:17:22.638Z] 777b2c648970: Waiting [2021-01-14T18:17:22.638Z] c16fbc6a1319: Layer already exists [2021-01-14T18:17:22.638Z] 9f40e617210d: Layer already exists [2021-01-14T18:17:22.638Z] 8e987952f097: Layer already exists [2021-01-14T18:17:22.638Z] 285d704f996c: Layer already exists [2021-01-14T18:17:22.638Z] 731b780757a8: Layer already exists [2021-01-14T18:17:22.638Z] 777b2c648970: Layer already exists [2021-01-14T18:17:22.638Z] master: digest: sha256:dbc827a19370a2344feda535515f3f744233765ec0306aa61d6b307d7702da59 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:22.863Z] ===================================================== [2021-01-14T18:17:22.885Z] ---> Running in 63bb2c973072 [Pipeline] echo [2021-01-14T18:17:22.917Z] taggedImages: [2021-01-14T18:17:22.917Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:22.917Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.37 [2021-01-14T18:17:22.917Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:22.917Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-14T18:17:22.989Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-14T18:17:22.989Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:22.989Z] 2.0.0-dev.37 [2021-01-14T18:17:22.989Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:22.989Z] master [2021-01-14T18:17:22.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:23.473Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [2021-01-14T18:17:23.485Z] Removing intermediate container e0b387a98250 [2021-01-14T18:17:23.485Z] ---> 21d51658a577 [2021-01-14T18:17:23.485Z] Step 18/21 : CMD ["--init=true"] [Pipeline] sh [2021-01-14T18:17:23.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:23.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T18:17:23.773Z] b6f197e80c95: Preparing [2021-01-14T18:17:23.773Z] 3b8ddd81fbb8: Preparing [2021-01-14T18:17:23.773Z] baac1165904f: Preparing [2021-01-14T18:17:23.773Z] 80ee8d59ee18: Preparing [2021-01-14T18:17:23.773Z] 117da9ee5c03: Preparing [2021-01-14T18:17:23.773Z] dc5d66f45ffe: Preparing [2021-01-14T18:17:23.773Z] b6920ddf73d9: Preparing [2021-01-14T18:17:23.773Z] 22b1f0635dad: Preparing [2021-01-14T18:17:23.773Z] 777b2c648970: Preparing [2021-01-14T18:17:23.773Z] dc5d66f45ffe: Waiting [2021-01-14T18:17:23.773Z] b6920ddf73d9: Waiting [2021-01-14T18:17:23.773Z] 777b2c648970: Waiting [2021-01-14T18:17:23.773Z] 22b1f0635dad: Waiting [2021-01-14T18:17:23.773Z] b6f197e80c95: Pushed [2021-01-14T18:17:24.042Z] 117da9ee5c03: Pushed [2021-01-14T18:17:24.042Z] 3b8ddd81fbb8: Pushed [2021-01-14T18:17:24.042Z] dc5d66f45ffe: Pushed [2021-01-14T18:17:24.042Z] b6920ddf73d9: Pushed [2021-01-14T18:17:24.042Z] 777b2c648970: Layer already exists [2021-01-14T18:17:24.086Z] ---> 3bc8f045015b [2021-01-14T18:17:24.086Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T18:17:24.086Z] Removing intermediate container 63bb2c973072 [2021-01-14T18:17:24.086Z] ---> 39588bc4d32f [2021-01-14T18:17:24.086Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T18:17:24.362Z] ---> Running in c7d8cbd38dc8 [2021-01-14T18:17:24.618Z] 22b1f0635dad: Pushed [2021-01-14T18:17:24.637Z] ---> Running in 18dd3edccb1a [2021-01-14T18:17:24.637Z] ---> bd4468285563 [2021-01-14T18:17:24.637Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T18:17:24.881Z] 80ee8d59ee18: Pushed [2021-01-14T18:17:24.881Z] baac1165904f: Pushed [2021-01-14T18:17:24.881Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:2dc17f15faf2f4fe4fc66fb3d73791a3a7d15cfef5f60713d83d43aa298d18ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:25.190Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:25.234Z] Removing intermediate container c7d8cbd38dc8 [2021-01-14T18:17:25.234Z] ---> 0b9bd27a1b30 [2021-01-14T18:17:25.234Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T18:17:25.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.37 [2021-01-14T18:17:25.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T18:17:25.491Z] b6f197e80c95: Preparing [2021-01-14T18:17:25.491Z] 3b8ddd81fbb8: Preparing [2021-01-14T18:17:25.491Z] baac1165904f: Preparing [2021-01-14T18:17:25.491Z] 80ee8d59ee18: Preparing [2021-01-14T18:17:25.491Z] 117da9ee5c03: Preparing [2021-01-14T18:17:25.491Z] dc5d66f45ffe: Preparing [2021-01-14T18:17:25.491Z] b6920ddf73d9: Preparing [2021-01-14T18:17:25.491Z] 22b1f0635dad: Preparing [2021-01-14T18:17:25.491Z] 777b2c648970: Preparing [2021-01-14T18:17:25.491Z] b6920ddf73d9: Waiting [2021-01-14T18:17:25.491Z] 22b1f0635dad: Waiting [2021-01-14T18:17:25.491Z] dc5d66f45ffe: Waiting [2021-01-14T18:17:25.491Z] 777b2c648970: Waiting [2021-01-14T18:17:25.491Z] 3b8ddd81fbb8: Layer already exists [2021-01-14T18:17:25.491Z] baac1165904f: Layer already exists [2021-01-14T18:17:25.491Z] 80ee8d59ee18: Layer already exists [2021-01-14T18:17:25.491Z] 117da9ee5c03: Layer already exists [2021-01-14T18:17:25.491Z] b6f197e80c95: Layer already exists [2021-01-14T18:17:25.491Z] dc5d66f45ffe: Layer already exists [2021-01-14T18:17:25.491Z] b6920ddf73d9: Layer already exists [2021-01-14T18:17:25.491Z] 777b2c648970: Layer already exists [2021-01-14T18:17:25.491Z] 22b1f0635dad: Layer already exists [2021-01-14T18:17:25.491Z] 2.0.0-dev.37: digest: sha256:2dc17f15faf2f4fe4fc66fb3d73791a3a7d15cfef5f60713d83d43aa298d18ff size: 2198 [2021-01-14T18:17:25.509Z] ---> c69381e66114 [2021-01-14T18:17:25.509Z] 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/ [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:25.787Z] ---> Running in f8d8f9762fed [2021-01-14T18:17:25.787Z] Removing intermediate container 18dd3edccb1a [2021-01-14T18:17:25.787Z] ---> 674f4953e701 [2021-01-14T18:17:25.787Z] Step 23/24 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:25.800Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:26.064Z] ---> Running in 159bb10719d6 [2021-01-14T18:17:26.064Z] ---> 40aad70ab7d5 [2021-01-14T18:17:26.064Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T18:17:26.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:26.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T18:17:26.101Z] b6f197e80c95: Preparing [2021-01-14T18:17:26.101Z] 3b8ddd81fbb8: Preparing [2021-01-14T18:17:26.101Z] baac1165904f: Preparing [2021-01-14T18:17:26.101Z] 80ee8d59ee18: Preparing [2021-01-14T18:17:26.101Z] 117da9ee5c03: Preparing [2021-01-14T18:17:26.101Z] dc5d66f45ffe: Preparing [2021-01-14T18:17:26.101Z] b6920ddf73d9: Preparing [2021-01-14T18:17:26.101Z] 22b1f0635dad: Preparing [2021-01-14T18:17:26.101Z] 777b2c648970: Preparing [2021-01-14T18:17:26.101Z] b6920ddf73d9: Waiting [2021-01-14T18:17:26.101Z] 22b1f0635dad: Waiting [2021-01-14T18:17:26.101Z] 777b2c648970: Waiting [2021-01-14T18:17:26.101Z] dc5d66f45ffe: Waiting [2021-01-14T18:17:26.101Z] 3b8ddd81fbb8: Layer already exists [2021-01-14T18:17:26.101Z] 80ee8d59ee18: Layer already exists [2021-01-14T18:17:26.101Z] 117da9ee5c03: Layer already exists [2021-01-14T18:17:26.101Z] baac1165904f: Layer already exists [2021-01-14T18:17:26.101Z] b6f197e80c95: Layer already exists [2021-01-14T18:17:26.101Z] b6920ddf73d9: Layer already exists [2021-01-14T18:17:26.101Z] 22b1f0635dad: Layer already exists [2021-01-14T18:17:26.101Z] 777b2c648970: Layer already exists [2021-01-14T18:17:26.101Z] dc5d66f45ffe: Layer already exists [2021-01-14T18:17:26.101Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:2dc17f15faf2f4fe4fc66fb3d73791a3a7d15cfef5f60713d83d43aa298d18ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:26.340Z] ---> Running in 3ba5367eebf3 [2021-01-14T18:17:26.340Z] ---> Running in b27a8249fea2 [2021-01-14T18:17:26.405Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:26.620Z] Removing intermediate container f8d8f9762fed [2021-01-14T18:17:26.620Z] ---> d9eea5b29342 [2021-01-14T18:17:26.620Z] Step 20/21 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:26.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-14T18:17:26.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T18:17:26.707Z] b6f197e80c95: Preparing [2021-01-14T18:17:26.707Z] 3b8ddd81fbb8: Preparing [2021-01-14T18:17:26.707Z] baac1165904f: Preparing [2021-01-14T18:17:26.707Z] 80ee8d59ee18: Preparing [2021-01-14T18:17:26.707Z] 117da9ee5c03: Preparing [2021-01-14T18:17:26.707Z] dc5d66f45ffe: Preparing [2021-01-14T18:17:26.708Z] b6920ddf73d9: Preparing [2021-01-14T18:17:26.708Z] 22b1f0635dad: Preparing [2021-01-14T18:17:26.708Z] 777b2c648970: Preparing [2021-01-14T18:17:26.708Z] b6920ddf73d9: Waiting [2021-01-14T18:17:26.708Z] 22b1f0635dad: Waiting [2021-01-14T18:17:26.708Z] 777b2c648970: Waiting [2021-01-14T18:17:26.708Z] dc5d66f45ffe: Waiting [2021-01-14T18:17:26.708Z] 117da9ee5c03: Layer already exists [2021-01-14T18:17:26.708Z] 80ee8d59ee18: Layer already exists [2021-01-14T18:17:26.708Z] b6f197e80c95: Layer already exists [2021-01-14T18:17:26.708Z] 3b8ddd81fbb8: Layer already exists [2021-01-14T18:17:26.708Z] baac1165904f: Layer already exists [2021-01-14T18:17:26.708Z] dc5d66f45ffe: Layer already exists [2021-01-14T18:17:26.708Z] 777b2c648970: Layer already exists [2021-01-14T18:17:26.708Z] 22b1f0635dad: Layer already exists [2021-01-14T18:17:26.708Z] b6920ddf73d9: Layer already exists [2021-01-14T18:17:26.708Z] master: digest: sha256:2dc17f15faf2f4fe4fc66fb3d73791a3a7d15cfef5f60713d83d43aa298d18ff size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-14T18:17:26.906Z] Removing intermediate container 3ba5367eebf3 [2021-01-14T18:17:26.906Z] ---> f3dec3c46a4f [2021-01-14T18:17:26.906Z] Step 24/24 : LABEL version=2.0.0-dev.37 [2021-01-14T18:17:26.906Z] ---> Running in 0dd55faabf0f [Pipeline] echo [2021-01-14T18:17:27.019Z] ===================================================== [Pipeline] echo [2021-01-14T18:17:27.067Z] taggedImages: [2021-01-14T18:17:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.37 [2021-01-14T18:17:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-14T18:17:27.133Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-14T18:17:27.134Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:27.134Z] 2.0.0-dev.37 [2021-01-14T18:17:27.134Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:27.134Z] master [2021-01-14T18:17:27.134Z] ===================================================== [2021-01-14T18:17:27.179Z] ---> Running in bf7036d548e1 [2021-01-14T18:17:27.179Z] Removing intermediate container b27a8249fea2 [2021-01-14T18:17:27.179Z] ---> d57d5824679d [2021-01-14T18:17:27.179Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:27.456Z] ---> Running in 13f99de54ddf [2021-01-14T18:17:27.619Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:27.730Z] Removing intermediate container 0dd55faabf0f [2021-01-14T18:17:27.731Z] ---> 76587944926b [2021-01-14T18:17:27.731Z] Step 21/21 : LABEL version=2.0.0-dev.37 [2021-01-14T18:17:27.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:27.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T18:17:27.918Z] bd5ed09d4d1f: Preparing [2021-01-14T18:17:27.918Z] a5903a919865: Preparing [2021-01-14T18:17:27.918Z] c50420a1c1cc: Preparing [2021-01-14T18:17:27.918Z] 4f6899bd5364: Preparing [2021-01-14T18:17:27.918Z] 1bd1e5eaad62: Preparing [2021-01-14T18:17:27.918Z] c4f0c1103f23: Preparing [2021-01-14T18:17:27.918Z] c4f0c1103f23: Waiting [2021-01-14T18:17:27.918Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:27.918Z] bd5ed09d4d1f: Pushed [2021-01-14T18:17:28.005Z] Removing intermediate container bf7036d548e1 [2021-01-14T18:17:28.005Z] ---> c373336d642c [2021-01-14T18:17:28.005Z] [2021-01-14T18:17:28.005Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T18:17:28.005Z] ---> Running in c3068e866396 [2021-01-14T18:17:28.005Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T18:17:28.005Z] ---> eeaf43b92773 [2021-01-14T18:17:28.005Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T18:17:28.181Z] 1bd1e5eaad62: Pushed [2021-01-14T18:17:28.181Z] 4f6899bd5364: Pushed [2021-01-14T18:17:28.181Z] c4f0c1103f23: Pushed [2021-01-14T18:17:28.286Z] Removing intermediate container 13f99de54ddf [2021-01-14T18:17:28.286Z] ---> 2e509ff172c2 [2021-01-14T18:17:28.286Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T18:17:28.286Z] Successfully built c373336d642c [2021-01-14T18:17:28.286Z] ---> Running in 726edf5be205 [2021-01-14T18:17:28.286Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T18:17:28.286Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-14T18:17:28.562Z] ---> Running in 9193ab4c3799 [2021-01-14T18:17:28.840Z] Removing intermediate container c3068e866396 [2021-01-14T18:17:28.840Z] ---> 1de559a26e75 [2021-01-14T18:17:28.840Z] [2021-01-14T18:17:29.118Z] Removing intermediate container 9193ab4c3799 [2021-01-14T18:17:29.118Z] ---> e389242697aa [2021-01-14T18:17:29.118Z] Step 21/22 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:29.129Z] a5903a919865: Pushed [2021-01-14T18:17:29.129Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:90989e705a99a679b3db5042fed8c6a587547b54c039599b3515221f25c12385 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:29.402Z] Successfully built 1de559a26e75 [2021-01-14T18:17:29.402Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T18:17:29.403Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-14T18:17:29.403Z] ---> Running in f90aa3ec2105 [2021-01-14T18:17:29.403Z] Removing intermediate container 159bb10719d6 [2021-01-14T18:17:29.403Z] ---> aafb11d7cb66 [2021-01-14T18:17:29.403Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T18:17:29.446Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:29.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.37 [2021-01-14T18:17:29.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T18:17:29.760Z] bd5ed09d4d1f: Preparing [2021-01-14T18:17:29.760Z] a5903a919865: Preparing [2021-01-14T18:17:29.760Z] c50420a1c1cc: Preparing [2021-01-14T18:17:29.760Z] 4f6899bd5364: Preparing [2021-01-14T18:17:29.760Z] 1bd1e5eaad62: Preparing [2021-01-14T18:17:29.760Z] c4f0c1103f23: Preparing [2021-01-14T18:17:29.760Z] c4f0c1103f23: Waiting [2021-01-14T18:17:29.760Z] bd5ed09d4d1f: Layer already exists [2021-01-14T18:17:29.760Z] 1bd1e5eaad62: Layer already exists [2021-01-14T18:17:29.760Z] a5903a919865: Layer already exists [2021-01-14T18:17:29.760Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:29.760Z] 4f6899bd5364: Layer already exists [2021-01-14T18:17:29.760Z] c4f0c1103f23: Layer already exists [2021-01-14T18:17:29.760Z] 2.0.0-dev.37: digest: sha256:90989e705a99a679b3db5042fed8c6a587547b54c039599b3515221f25c12385 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:29.999Z] ---> Running in b514405c18cb [2021-01-14T18:17:29.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:29.999Z] Removing intermediate container f90aa3ec2105 [2021-01-14T18:17:29.999Z] ---> d8f9546f163f [2021-01-14T18:17:29.999Z] Step 22/22 : LABEL version=2.0.0-dev.37 [2021-01-14T18:17:30.069Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:30.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:30.306Z] ---> Running in fdb379f21032 [2021-01-14T18:17:30.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:30.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T18:17:30.369Z] bd5ed09d4d1f: Preparing [2021-01-14T18:17:30.369Z] a5903a919865: Preparing [2021-01-14T18:17:30.369Z] c50420a1c1cc: Preparing [2021-01-14T18:17:30.369Z] 4f6899bd5364: Preparing [2021-01-14T18:17:30.369Z] 1bd1e5eaad62: Preparing [2021-01-14T18:17:30.369Z] c4f0c1103f23: Preparing [2021-01-14T18:17:30.369Z] c4f0c1103f23: Waiting [2021-01-14T18:17:30.369Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:30.369Z] 4f6899bd5364: Layer already exists [2021-01-14T18:17:30.369Z] a5903a919865: Layer already exists [2021-01-14T18:17:30.369Z] 1bd1e5eaad62: Layer already exists [2021-01-14T18:17:30.369Z] bd5ed09d4d1f: Layer already exists [2021-01-14T18:17:30.369Z] c4f0c1103f23: Layer already exists [2021-01-14T18:17:30.369Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:90989e705a99a679b3db5042fed8c6a587547b54c039599b3515221f25c12385 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:30.585Z] Removing intermediate container b514405c18cb [2021-01-14T18:17:30.585Z] ---> 8908a78c5790 [2021-01-14T18:17:30.585Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T18:17:30.691Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:30.873Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T18:17:30.873Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T18:17:30.873Z] Executing bash-5.0.17-r0.post-install [2021-01-14T18:17:30.873Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:17:30.873Z] OK: 12 MiB in 22 packages [2021-01-14T18:17:30.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-14T18:17:30.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T18:17:30.992Z] bd5ed09d4d1f: Preparing [2021-01-14T18:17:30.992Z] a5903a919865: Preparing [2021-01-14T18:17:30.992Z] c50420a1c1cc: Preparing [2021-01-14T18:17:30.992Z] 4f6899bd5364: Preparing [2021-01-14T18:17:30.992Z] 1bd1e5eaad62: Preparing [2021-01-14T18:17:30.992Z] c4f0c1103f23: Preparing [2021-01-14T18:17:30.992Z] c4f0c1103f23: Waiting [2021-01-14T18:17:30.992Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:30.992Z] 1bd1e5eaad62: Layer already exists [2021-01-14T18:17:30.992Z] a5903a919865: Layer already exists [2021-01-14T18:17:30.992Z] 4f6899bd5364: Layer already exists [2021-01-14T18:17:30.992Z] bd5ed09d4d1f: Layer already exists [2021-01-14T18:17:30.992Z] c4f0c1103f23: Layer already exists [2021-01-14T18:17:30.992Z] master: digest: sha256:90989e705a99a679b3db5042fed8c6a587547b54c039599b3515221f25c12385 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:31.212Z] ===================================================== [Pipeline] echo [2021-01-14T18:17:31.264Z] taggedImages: [2021-01-14T18:17:31.264Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:31.264Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.37 [2021-01-14T18:17:31.264Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:31.264Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-14T18:17:31.333Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-14T18:17:31.333Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:31.333Z] 2.0.0-dev.37 [2021-01-14T18:17:31.333Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:31.333Z] master [2021-01-14T18:17:31.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:31.838Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:32.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:32.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T18:17:32.164Z] a93c71c9f3eb: Preparing [2021-01-14T18:17:32.164Z] 4c2704a67059: Preparing [2021-01-14T18:17:32.164Z] c50420a1c1cc: Preparing [2021-01-14T18:17:32.164Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:32.164Z] a93c71c9f3eb: Pushed [2021-01-14T18:17:32.869Z] ---> Running in b882d335764f [2021-01-14T18:17:32.869Z] Removing intermediate container fdb379f21032 [2021-01-14T18:17:32.869Z] ---> 8670e880221a [2021-01-14T18:17:32.869Z] [2021-01-14T18:17:33.108Z] 4c2704a67059: Pushed [2021-01-14T18:17:33.145Z] Successfully built 8670e880221a [2021-01-14T18:17:33.370Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:a2c34530e5c6e0f0e0677838f6aed1246bf296117e4ecdde74ee6346fd3afac1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:33.433Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T18:17:33.433Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-14T18:17:33.708Z] Removing intermediate container b882d335764f [2021-01-14T18:17:33.708Z] ---> c280a333cba9 [2021-01-14T18:17:33.708Z] Step 23/24 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:33.785Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:33.987Z] ---> Running in b93dc09416a1 [2021-01-14T18:17:33.987Z] Removing intermediate container 726edf5be205 [2021-01-14T18:17:34.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.37 [2021-01-14T18:17:34.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T18:17:34.085Z] a93c71c9f3eb: Preparing [2021-01-14T18:17:34.085Z] 4c2704a67059: Preparing [2021-01-14T18:17:34.085Z] c50420a1c1cc: Preparing [2021-01-14T18:17:34.085Z] 4c2704a67059: Layer already exists [2021-01-14T18:17:34.085Z] a93c71c9f3eb: Layer already exists [2021-01-14T18:17:34.085Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:34.085Z] 2.0.0-dev.37: digest: sha256:a2c34530e5c6e0f0e0677838f6aed1246bf296117e4ecdde74ee6346fd3afac1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:34.268Z] ---> 6f73e61db97e [2021-01-14T18:17:34.268Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T18:17:34.268Z] ---> Running in cbb18dd1205f [2021-01-14T18:17:34.386Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:34.540Z] Removing intermediate container b93dc09416a1 [2021-01-14T18:17:34.540Z] ---> 17cb91ec1693 [2021-01-14T18:17:34.540Z] Step 24/24 : LABEL version=2.0.0-dev.37 [2021-01-14T18:17:34.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:34.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T18:17:34.686Z] a93c71c9f3eb: Preparing [2021-01-14T18:17:34.686Z] 4c2704a67059: Preparing [2021-01-14T18:17:34.686Z] c50420a1c1cc: Preparing [2021-01-14T18:17:34.686Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:34.686Z] a93c71c9f3eb: Layer already exists [2021-01-14T18:17:34.686Z] 4c2704a67059: Layer already exists [2021-01-14T18:17:34.686Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:a2c34530e5c6e0f0e0677838f6aed1246bf296117e4ecdde74ee6346fd3afac1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:34.817Z] ---> Running in 5f3b82f0f101 [2021-01-14T18:17:34.817Z] Removing intermediate container cbb18dd1205f [2021-01-14T18:17:34.817Z] ---> 09eff25b9cc0 [2021-01-14T18:17:34.817Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T18:17:34.994Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:35.091Z] ---> Running in a08b10317810 [2021-01-14T18:17:35.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-14T18:17:35.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T18:17:35.294Z] a93c71c9f3eb: Preparing [2021-01-14T18:17:35.294Z] 4c2704a67059: Preparing [2021-01-14T18:17:35.294Z] c50420a1c1cc: Preparing [2021-01-14T18:17:35.294Z] c50420a1c1cc: Layer already exists [2021-01-14T18:17:35.294Z] 4c2704a67059: Layer already exists [2021-01-14T18:17:35.294Z] a93c71c9f3eb: Layer already exists [2021-01-14T18:17:35.294Z] master: digest: sha256:a2c34530e5c6e0f0e0677838f6aed1246bf296117e4ecdde74ee6346fd3afac1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-14T18:17:35.365Z] Removing intermediate container 5f3b82f0f101 [2021-01-14T18:17:35.365Z] ---> e9c22f897fdd [2021-01-14T18:17:35.365Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:35.597Z] ===================================================== [2021-01-14T18:17:35.639Z] Successfully built e9c22f897fdd [2021-01-14T18:17:35.639Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T18:17:35.639Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [Pipeline] echo [2021-01-14T18:17:35.643Z] taggedImages: [2021-01-14T18:17:35.643Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:35.643Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.37 [2021-01-14T18:17:35.643Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:35.643Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-14T18:17:35.708Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-14T18:17:35.708Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:35.708Z] 2.0.0-dev.37 [2021-01-14T18:17:35.708Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:35.708Z] master [2021-01-14T18:17:35.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:35.912Z] Removing intermediate container a08b10317810 [2021-01-14T18:17:35.912Z] ---> 798fef3c2a71 [2021-01-14T18:17:35.912Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T18:17:36.184Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:36.189Z] ---> Running in 490120da3b41 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:36.468Z] Removing intermediate container 490120da3b41 [2021-01-14T18:17:36.468Z] ---> a54f228dda03 [2021-01-14T18:17:36.468Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T18:17:36.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:36.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T18:17:36.487Z] 914b1808f6fd: Preparing [2021-01-14T18:17:36.487Z] 7447121f4144: Preparing [2021-01-14T18:17:36.487Z] e9cc7f31febe: Preparing [2021-01-14T18:17:36.487Z] 70eeaaa3fe97: Preparing [2021-01-14T18:17:36.487Z] 9f40f18b0893: Preparing [2021-01-14T18:17:36.487Z] 904c03c78544: Preparing [2021-01-14T18:17:36.487Z] a1d3f05bdd66: Preparing [2021-01-14T18:17:36.487Z] 0754057c0ad3: Preparing [2021-01-14T18:17:36.487Z] 998cdf262ab1: Preparing [2021-01-14T18:17:36.487Z] 02e56110abd2: Preparing [2021-01-14T18:17:36.487Z] abc36efb885a: Preparing [2021-01-14T18:17:36.487Z] b0b09059f4e1: Preparing [2021-01-14T18:17:36.487Z] bb961f40224b: Preparing [2021-01-14T18:17:36.487Z] f4666769fca7: Preparing [2021-01-14T18:17:36.487Z] 904c03c78544: Waiting [2021-01-14T18:17:36.487Z] a1d3f05bdd66: Waiting [2021-01-14T18:17:36.487Z] 0754057c0ad3: Waiting [2021-01-14T18:17:36.487Z] 998cdf262ab1: Waiting [2021-01-14T18:17:36.487Z] 02e56110abd2: Waiting [2021-01-14T18:17:36.487Z] abc36efb885a: Waiting [2021-01-14T18:17:36.487Z] b0b09059f4e1: Waiting [2021-01-14T18:17:36.487Z] bb961f40224b: Waiting [2021-01-14T18:17:36.487Z] f4666769fca7: Waiting [2021-01-14T18:17:36.757Z] 9f40f18b0893: Pushed [2021-01-14T18:17:36.757Z] 914b1808f6fd: Pushed [2021-01-14T18:17:37.024Z] 70eeaaa3fe97: Pushed [2021-01-14T18:17:37.024Z] 0754057c0ad3: Layer already exists [2021-01-14T18:17:37.024Z] 998cdf262ab1: Layer already exists [2021-01-14T18:17:37.024Z] a1d3f05bdd66: Pushed [2021-01-14T18:17:37.024Z] 02e56110abd2: Layer already exists [2021-01-14T18:17:37.024Z] abc36efb885a: Layer already exists [2021-01-14T18:17:37.024Z] b0b09059f4e1: Layer already exists [2021-01-14T18:17:37.024Z] bb961f40224b: Layer already exists [2021-01-14T18:17:37.024Z] f4666769fca7: Layer already exists [2021-01-14T18:17:37.289Z] 7447121f4144: Pushed [2021-01-14T18:17:37.862Z] 904c03c78544: Pushed [2021-01-14T18:17:37.906Z] ---> bd11bab0de24 [2021-01-14T18:17:37.906Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T18:17:38.885Z] ---> 73c236c7a8aa [2021-01-14T18:17:38.885Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T18:17:40.328Z] ---> dca288f6b920 [2021-01-14T18:17:40.328Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T18:17:40.927Z] ---> Running in 2c29119b04d4 [2021-01-14T18:17:41.170Z] e9cc7f31febe: Pushed [2021-01-14T18:17:41.170Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:d222dd3816799678c3bcb4744c1ba85ffe2402017b97cb8607ad7cedd56b3af7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:41.570Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:41.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.37 [2021-01-14T18:17:41.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T18:17:41.909Z] 914b1808f6fd: Preparing [2021-01-14T18:17:41.909Z] 7447121f4144: Preparing [2021-01-14T18:17:41.909Z] e9cc7f31febe: Preparing [2021-01-14T18:17:41.909Z] 70eeaaa3fe97: Preparing [2021-01-14T18:17:41.909Z] 9f40f18b0893: Preparing [2021-01-14T18:17:41.909Z] 904c03c78544: Preparing [2021-01-14T18:17:41.909Z] a1d3f05bdd66: Preparing [2021-01-14T18:17:41.909Z] 0754057c0ad3: Preparing [2021-01-14T18:17:41.909Z] 998cdf262ab1: Preparing [2021-01-14T18:17:41.909Z] 02e56110abd2: Preparing [2021-01-14T18:17:41.909Z] abc36efb885a: Preparing [2021-01-14T18:17:41.909Z] b0b09059f4e1: Preparing [2021-01-14T18:17:41.909Z] bb961f40224b: Preparing [2021-01-14T18:17:41.909Z] f4666769fca7: Preparing [2021-01-14T18:17:41.909Z] 904c03c78544: Waiting [2021-01-14T18:17:41.909Z] a1d3f05bdd66: Waiting [2021-01-14T18:17:41.909Z] 0754057c0ad3: Waiting [2021-01-14T18:17:41.909Z] 998cdf262ab1: Waiting [2021-01-14T18:17:41.909Z] 02e56110abd2: Waiting [2021-01-14T18:17:41.909Z] bb961f40224b: Waiting [2021-01-14T18:17:41.909Z] f4666769fca7: Waiting [2021-01-14T18:17:41.909Z] abc36efb885a: Waiting [2021-01-14T18:17:41.909Z] b0b09059f4e1: Waiting [2021-01-14T18:17:41.909Z] e9cc7f31febe: Layer already exists [2021-01-14T18:17:41.909Z] 7447121f4144: Layer already exists [2021-01-14T18:17:41.909Z] 914b1808f6fd: Layer already exists [2021-01-14T18:17:41.909Z] 70eeaaa3fe97: Layer already exists [2021-01-14T18:17:41.909Z] 9f40f18b0893: Layer already exists [2021-01-14T18:17:41.909Z] 904c03c78544: Layer already exists [2021-01-14T18:17:41.909Z] a1d3f05bdd66: Layer already exists [2021-01-14T18:17:41.909Z] 0754057c0ad3: Layer already exists [2021-01-14T18:17:41.909Z] 998cdf262ab1: Layer already exists [2021-01-14T18:17:41.909Z] 02e56110abd2: Layer already exists [2021-01-14T18:17:41.909Z] abc36efb885a: Layer already exists [2021-01-14T18:17:41.909Z] f4666769fca7: Layer already exists [2021-01-14T18:17:41.909Z] bb961f40224b: Layer already exists [2021-01-14T18:17:41.909Z] b0b09059f4e1: Layer already exists [2021-01-14T18:17:41.909Z] 2.0.0-dev.37: digest: sha256:d222dd3816799678c3bcb4744c1ba85ffe2402017b97cb8607ad7cedd56b3af7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:42.229Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:42.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:42.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:17:42.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:42.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T18:17:42.532Z] 914b1808f6fd: Preparing [2021-01-14T18:17:42.532Z] 7447121f4144: Preparing [2021-01-14T18:17:42.532Z] e9cc7f31febe: Preparing [2021-01-14T18:17:42.532Z] 70eeaaa3fe97: Preparing [2021-01-14T18:17:42.532Z] 9f40f18b0893: Preparing [2021-01-14T18:17:42.532Z] 904c03c78544: Preparing [2021-01-14T18:17:42.532Z] a1d3f05bdd66: Preparing [2021-01-14T18:17:42.532Z] 0754057c0ad3: Preparing [2021-01-14T18:17:42.532Z] 998cdf262ab1: Preparing [2021-01-14T18:17:42.532Z] 02e56110abd2: Preparing [2021-01-14T18:17:42.532Z] abc36efb885a: Preparing [2021-01-14T18:17:42.532Z] b0b09059f4e1: Preparing [2021-01-14T18:17:42.532Z] bb961f40224b: Preparing [2021-01-14T18:17:42.532Z] f4666769fca7: Preparing [2021-01-14T18:17:42.532Z] 904c03c78544: Waiting [2021-01-14T18:17:42.533Z] a1d3f05bdd66: Waiting [2021-01-14T18:17:42.533Z] 0754057c0ad3: Waiting [2021-01-14T18:17:42.533Z] 998cdf262ab1: Waiting [2021-01-14T18:17:42.533Z] 02e56110abd2: Waiting [2021-01-14T18:17:42.533Z] abc36efb885a: Waiting [2021-01-14T18:17:42.533Z] b0b09059f4e1: Waiting [2021-01-14T18:17:42.533Z] bb961f40224b: Waiting [2021-01-14T18:17:42.533Z] f4666769fca7: Waiting [2021-01-14T18:17:42.533Z] 7447121f4144: Layer already exists [2021-01-14T18:17:42.533Z] e9cc7f31febe: Layer already exists [2021-01-14T18:17:42.533Z] 914b1808f6fd: Layer already exists [2021-01-14T18:17:42.533Z] 9f40f18b0893: Layer already exists [2021-01-14T18:17:42.533Z] 70eeaaa3fe97: Layer already exists [2021-01-14T18:17:42.533Z] 904c03c78544: Layer already exists [2021-01-14T18:17:42.533Z] a1d3f05bdd66: Layer already exists [2021-01-14T18:17:42.533Z] 0754057c0ad3: Layer already exists [2021-01-14T18:17:42.533Z] 02e56110abd2: Layer already exists [2021-01-14T18:17:42.533Z] 998cdf262ab1: Layer already exists [2021-01-14T18:17:42.533Z] b0b09059f4e1: Layer already exists [2021-01-14T18:17:42.533Z] abc36efb885a: Layer already exists [2021-01-14T18:17:42.533Z] bb961f40224b: Layer already exists [2021-01-14T18:17:42.533Z] f4666769fca7: Layer already exists [2021-01-14T18:17:42.533Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:d222dd3816799678c3bcb4744c1ba85ffe2402017b97cb8607ad7cedd56b3af7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:42.842Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:17:42.965Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T18:17:42.965Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T18:17:42.965Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T18:17:42.965Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T18:17:42.965Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T18:17:42.965Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T18:17:42.965Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T18:17:43.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-14T18:17:43.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T18:17:43.141Z] 914b1808f6fd: Preparing [2021-01-14T18:17:43.141Z] 7447121f4144: Preparing [2021-01-14T18:17:43.141Z] e9cc7f31febe: Preparing [2021-01-14T18:17:43.141Z] 70eeaaa3fe97: Preparing [2021-01-14T18:17:43.141Z] 9f40f18b0893: Preparing [2021-01-14T18:17:43.141Z] 904c03c78544: Preparing [2021-01-14T18:17:43.141Z] a1d3f05bdd66: Preparing [2021-01-14T18:17:43.141Z] 0754057c0ad3: Preparing [2021-01-14T18:17:43.141Z] 998cdf262ab1: Preparing [2021-01-14T18:17:43.141Z] 02e56110abd2: Preparing [2021-01-14T18:17:43.141Z] abc36efb885a: Preparing [2021-01-14T18:17:43.141Z] b0b09059f4e1: Preparing [2021-01-14T18:17:43.141Z] bb961f40224b: Preparing [2021-01-14T18:17:43.141Z] f4666769fca7: Preparing [2021-01-14T18:17:43.141Z] 0754057c0ad3: Waiting [2021-01-14T18:17:43.141Z] 998cdf262ab1: Waiting [2021-01-14T18:17:43.141Z] 02e56110abd2: Waiting [2021-01-14T18:17:43.141Z] a1d3f05bdd66: Waiting [2021-01-14T18:17:43.141Z] 904c03c78544: Waiting [2021-01-14T18:17:43.141Z] abc36efb885a: Waiting [2021-01-14T18:17:43.141Z] b0b09059f4e1: Waiting [2021-01-14T18:17:43.141Z] bb961f40224b: Waiting [2021-01-14T18:17:43.141Z] f4666769fca7: Waiting [2021-01-14T18:17:43.141Z] 914b1808f6fd: Layer already exists [2021-01-14T18:17:43.141Z] 7447121f4144: Layer already exists [2021-01-14T18:17:43.141Z] e9cc7f31febe: Layer already exists [2021-01-14T18:17:43.141Z] 9f40f18b0893: Layer already exists [2021-01-14T18:17:43.141Z] 70eeaaa3fe97: Layer already exists [2021-01-14T18:17:43.141Z] 904c03c78544: Layer already exists [2021-01-14T18:17:43.141Z] a1d3f05bdd66: Layer already exists [2021-01-14T18:17:43.141Z] 02e56110abd2: Layer already exists [2021-01-14T18:17:43.141Z] 0754057c0ad3: Layer already exists [2021-01-14T18:17:43.141Z] 998cdf262ab1: Layer already exists [2021-01-14T18:17:43.141Z] abc36efb885a: Layer already exists [2021-01-14T18:17:43.141Z] b0b09059f4e1: Layer already exists [2021-01-14T18:17:43.141Z] bb961f40224b: Layer already exists [2021-01-14T18:17:43.141Z] f4666769fca7: Layer already exists [2021-01-14T18:17:43.141Z] master: digest: sha256:d222dd3816799678c3bcb4744c1ba85ffe2402017b97cb8607ad7cedd56b3af7 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:17:43.322Z] ===================================================== [Pipeline] echo [2021-01-14T18:17:43.371Z] taggedImages: [2021-01-14T18:17:43.371Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:17:43.371Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.37 [2021-01-14T18:17:43.371Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:17:43.371Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T18:17:44.949Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T18:17:44.949Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T18:17:44.949Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T18:17:44.949Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T18:17:44.949Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T18:17:44.949Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T18:17:44.949Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T18:17:45.225Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T18:17:45.225Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T18:17:45.225Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T18:17:45.225Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T18:17:45.225Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T18:17:45.225Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T18:17:45.225Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T18:17:45.225Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T18:17:45.225Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T18:17:45.504Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T18:17:45.504Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T18:17:45.504Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T18:17:45.504Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T18:17:45.504Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T18:17:45.504Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T18:17:45.504Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T18:17:45.504Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T18:17:45.504Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T18:17:45.504Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T18:17:45.783Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:17:45.783Z] OK: 71 MiB in 55 packages [2021-01-14T18:17:58.253Z] Removing intermediate container 2c29119b04d4 [2021-01-14T18:17:58.253Z] ---> 848bafa7dceb [2021-01-14T18:17:58.253Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T18:17:58.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:17:58.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:17:58.253Z] ---> 16f6dde0e356 [2021-01-14T18:17:58.253Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:17:58.253Z] ---> Using cache [2021-01-14T18:17:58.253Z] ---> 55d7f0f91768 [2021-01-14T18:17:58.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:17:58.253Z] ---> Using cache [2021-01-14T18:17:58.253Z] ---> 6a352c10bde8 [2021-01-14T18:17:58.253Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:17:58.253Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:17:58.253Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:17:58.253Z] ---> 16f6dde0e356 [2021-01-14T18:17:58.253Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T18:17:58.253Z] ---> Using cache [2021-01-14T18:17:58.253Z] ---> 55d7f0f91768 [2021-01-14T18:17:58.253Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:17:58.253Z] ---> Using cache [2021-01-14T18:17:58.253Z] ---> 6a352c10bde8 [2021-01-14T18:17:58.253Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T18:17:58.253Z] ---> Running in 7561284e5797 [2021-01-14T18:17:58.253Z] ---> Running in 1303d29a9038 [2021-01-14T18:17:58.546Z] ---> Running in 2e9c9be31b92 [2021-01-14T18:18:00.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:00.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:00.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:01.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:01.842Z] OK: 217 MiB in 51 packages [2021-01-14T18:18:02.132Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:18:02.132Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:18:02.132Z] ---> 16f6dde0e356 [2021-01-14T18:18:02.132Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:18:02.132Z] ---> Using cache [2021-01-14T18:18:02.132Z] ---> 55d7f0f91768 [2021-01-14T18:18:02.132Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:18:02.132Z] ---> Using cache [2021-01-14T18:18:02.132Z] ---> 6a352c10bde8 [2021-01-14T18:18:02.132Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:18:02.408Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:18:02.408Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:18:02.408Z] ---> 16f6dde0e356 [2021-01-14T18:18:02.408Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T18:18:02.408Z] ---> Using cache [2021-01-14T18:18:02.408Z] ---> 55d7f0f91768 [2021-01-14T18:18:02.408Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:18:02.408Z] ---> Using cache [2021-01-14T18:18:02.408Z] ---> 6a352c10bde8 [2021-01-14T18:18:02.408Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T18:18:02.408Z] OK: 217 MiB in 51 packages [2021-01-14T18:18:03.390Z] ---> Running in 70581dadba84 [2021-01-14T18:18:03.390Z] ---> Running in 397bf11b6621 [2021-01-14T18:18:04.387Z] Removing intermediate container 7561284e5797 [2021-01-14T18:18:04.387Z] ---> bffbb0e1516c [2021-01-14T18:18:04.387Z] Step 6/23 : COPY go.mod . [2021-01-14T18:18:04.387Z] Removing intermediate container 2e9c9be31b92 [2021-01-14T18:18:04.387Z] ---> 9a36d935d6ad [2021-01-14T18:18:04.387Z] Step 6/22 : COPY go.mod . [2021-01-14T18:18:05.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:05.393Z] ---> fb63faec4abd [2021-01-14T18:18:05.393Z] Step 7/23 : RUN go mod download [2021-01-14T18:18:05.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:05.393Z] Collecting docker-compose==1.23.2 [2021-01-14T18:18:05.393Z] ---> 18f6bbc714ce [2021-01-14T18:18:05.393Z] Step 7/22 : RUN go mod download [2021-01-14T18:18:05.686Z] ---> Running in 663289cbf20c [2021-01-14T18:18:05.686Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T18:18:05.686Z] ---> Running in 42fc25e79023 [2021-01-14T18:18:05.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:06.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:06.245Z] 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-01-14T18:18:06.857Z] OK: 217 MiB in 51 packages [2021-01-14T18:18:07.158Z] OK: 217 MiB in 51 packages [2021-01-14T18:18:07.780Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T18:18:07.780Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T18:18:09.236Z] Removing intermediate container 397bf11b6621 [2021-01-14T18:18:09.236Z] ---> 4d6a089191a4 [2021-01-14T18:18:09.236Z] Step 6/21 : COPY go.mod . [2021-01-14T18:18:09.236Z] Collecting PyYAML<4,>=3.10 [2021-01-14T18:18:09.236Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T18:18:09.236Z] Removing intermediate container 70581dadba84 [2021-01-14T18:18:09.236Z] ---> 493ba8df6380 [2021-01-14T18:18:09.236Z] Step 6/22 : COPY go.mod . [2021-01-14T18:18:09.516Z] Removing intermediate container 663289cbf20c [2021-01-14T18:18:09.516Z] ---> 175fbc131103 [2021-01-14T18:18:09.516Z] Step 8/23 : COPY . . [2021-01-14T18:18:10.118Z] ---> a8dda3367fcc [2021-01-14T18:18:10.118Z] Step 7/21 : RUN go mod download [2021-01-14T18:18:10.395Z] Removing intermediate container 42fc25e79023 [2021-01-14T18:18:10.395Z] ---> fe1ad7c015c3 [2021-01-14T18:18:10.395Z] Step 8/22 : COPY . . [2021-01-14T18:18:10.395Z] ---> Running in e30ec7dcd22b [2021-01-14T18:18:10.692Z] ---> db68fd91f77d [2021-01-14T18:18:10.692Z] Step 7/22 : RUN go mod download [2021-01-14T18:18:11.312Z] ---> Running in c753daa96d9f [2021-01-14T18:18:13.964Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T18:18:13.964Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T18:18:15.443Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T18:18:15.443Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T18:18:16.068Z] Removing intermediate container e30ec7dcd22b [2021-01-14T18:18:16.068Z] ---> d7a32b429951 [2021-01-14T18:18:16.068Z] Step 8/21 : COPY . . [2021-01-14T18:18:16.369Z] Removing intermediate container c753daa96d9f [2021-01-14T18:18:16.369Z] ---> 7613110409c1 [2021-01-14T18:18:16.369Z] Step 8/22 : COPY . . [2021-01-14T18:18:17.873Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T18:18:17.873Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T18:18:19.870Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T18:18:19.870Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T18:18:22.636Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T18:18:22.636Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T18:18:24.195Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T18:18:24.195Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T18:18:25.690Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T18:18:25.691Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T18:18:26.301Z] 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-01-14T18:18:26.301Z] ---> 69e7d66bbd42 [2021-01-14T18:18:26.301Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T18:18:26.904Z] ---> Running in 61138960854f [2021-01-14T18:18:26.904Z] ---> a656e12e7657 [2021-01-14T18:18:26.904Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T18:18:26.904Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T18:18:26.904Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T18:18:27.503Z] 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-01-14T18:18:27.503Z] ---> Running in c1a379604670 [2021-01-14T18:18:27.776Z] Collecting idna<2.8,>=2.5 [2021-01-14T18:18:27.776Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T18:18:28.381Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T18:18:28.381Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T18:18:28.381Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T18:18:28.381Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T18:18:28.381Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T18:18:28.381Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T18:18:29.373Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T18:18:29.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T18:18:29.652Z] Installing collected packages: urllib3, idna, requests, PyYAML, jsonschema, texttable, docopt, dockerpty, docker-pycreds, websocket-client, docker, cached-property, docker-compose [2021-01-14T18:18:29.652Z] Attempting uninstall: urllib3 [2021-01-14T18:18:29.652Z] Found existing installation: urllib3 1.25.9 [2021-01-14T18:18:29.652Z] Uninstalling urllib3-1.25.9: [2021-01-14T18:18:29.930Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T18:18:30.545Z] Attempting uninstall: idna [2021-01-14T18:18:30.545Z] Found existing installation: idna 2.9 [2021-01-14T18:18:30.545Z] Uninstalling idna-2.9: [2021-01-14T18:18:30.839Z] Successfully uninstalled idna-2.9 [2021-01-14T18:18:31.447Z] Attempting uninstall: requests [2021-01-14T18:18:31.447Z] Found existing installation: requests 2.23.0 [2021-01-14T18:18:31.447Z] Uninstalling requests-2.23.0: [2021-01-14T18:18:31.724Z] ---> df36473cbefb [2021-01-14T18:18:31.724Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T18:18:31.724Z] Successfully uninstalled requests-2.23.0 [2021-01-14T18:18:31.724Z] ---> 8f3db5366df1 [2021-01-14T18:18:31.724Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T18:18:32.000Z] ---> Running in a4e7b2778911 [2021-01-14T18:18:32.000Z] ---> Running in 3cc0c4adaf71 [2021-01-14T18:18:32.276Z] Running setup.py install for PyYAML: started [2021-01-14T18:18:34.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T18:18:34.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.37" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T18:18:35.329Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T18:18:35.943Z] Running setup.py install for texttable: started [2021-01-14T18:18:38.635Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T18:18:38.635Z] Running setup.py install for docopt: started [2021-01-14T18:18:41.316Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T18:18:41.316Z] Running setup.py install for dockerpty: started [2021-01-14T18:18:44.005Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T18:18:46.762Z] 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-01-14T18:18:53.634Z] Removing intermediate container 1303d29a9038 [2021-01-14T18:18:53.634Z] ---> d0dddb327a1a [2021-01-14T18:18:53.634Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T18:18:53.634Z] ---> Running in 8cbfccf9efa0 [2021-01-14T18:18:54.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:54.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:18:56.020Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:18:56.020Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T18:18:56.315Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T18:18:56.315Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:18:56.315Z] OK: 71 MiB in 58 packages [2021-01-14T18:18:58.473Z] Removing intermediate container 8cbfccf9efa0 [2021-01-14T18:18:58.473Z] ---> c058b7e366c2 [2021-01-14T18:18:58.473Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T18:18:58.804Z] ---> Running in a5bf811fac91 [2021-01-14T18:18:59.472Z] Removing intermediate container a5bf811fac91 [2021-01-14T18:18:59.472Z] ---> 4ac82835f686 [2021-01-14T18:18:59.472Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:18:59.472Z] ---> Running in 00ca4a6b4723 [2021-01-14T18:19:00.127Z] Removing intermediate container 00ca4a6b4723 [2021-01-14T18:19:00.127Z] ---> 4df882168079 [2021-01-14T18:19:00.127Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T18:19:00.434Z] ---> Running in 6ac90e3d7bc9 [2021-01-14T18:19:01.082Z] Removing intermediate container 6ac90e3d7bc9 [2021-01-14T18:19:01.082Z] ---> 21d2cbd9f794 [2021-01-14T18:19:01.082Z] Step 25/26 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:19:01.401Z] ---> Running in 84307c649af3 [2021-01-14T18:19:02.089Z] Removing intermediate container 84307c649af3 [2021-01-14T18:19:02.089Z] ---> 9b3d0854353e [2021-01-14T18:19:02.089Z] Step 26/26 : LABEL version=2.0.0-dev.37 [2021-01-14T18:19:02.401Z] ---> Running in 6ab1efd3f5e1 [2021-01-14T18:19:03.048Z] Removing intermediate container 6ab1efd3f5e1 [2021-01-14T18:19:03.048Z] ---> 9831b40871f7 [2021-01-14T18:19:03.048Z] [2021-01-14T18:19:03.683Z] Successfully built 9831b40871f7 [2021-01-14T18:19:03.683Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T18:20:00.523Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a4e7b2778911 [2021-01-14T18:20:00.523Z] ---> d4697557a79c [2021-01-14T18:20:00.523Z] [2021-01-14T18:20:00.523Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T18:20:00.523Z] ---> afeebe901d6b [2021-01-14T18:20:00.523Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T18:20:00.523Z] ---> Using cache [2021-01-14T18:20:00.523Z] ---> 345543236d8c [2021-01-14T18:20:00.523Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T18:20:00.523Z] ---> Running in 45fd804e7b5f [2021-01-14T18:20:00.523Z] Removing intermediate container c1a379604670 [2021-01-14T18:20:00.523Z] ---> 7c40b67b7b72 [2021-01-14T18:20:00.523Z] [2021-01-14T18:20:00.523Z] Step 10/22 : FROM scratch [2021-01-14T18:20:00.523Z] ---> [2021-01-14T18:20:00.523Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:20:00.523Z] ---> Using cache [2021-01-14T18:20:00.523Z] ---> f92248938133 [2021-01-14T18:20:00.523Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T18:20:00.523Z] Removing intermediate container 45fd804e7b5f [2021-01-14T18:20:00.523Z] ---> 0bdaf3198c79 [2021-01-14T18:20:00.523Z] Step 13/22 : WORKDIR / [2021-01-14T18:20:00.523Z] ---> Running in 3bf72adafb63 [2021-01-14T18:20:00.523Z] ---> Running in f7d734e24e64 [2021-01-14T18:20:00.523Z] Removing intermediate container 3bf72adafb63 [2021-01-14T18:20:00.523Z] ---> bd9b7c0d67d8 [2021-01-14T18:20:00.523Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T18:20:00.523Z] ---> Running in 8261ecdd4764 [2021-01-14T18:20:00.523Z] Removing intermediate container f7d734e24e64 [2021-01-14T18:20:00.523Z] ---> b72f72ff82bd [2021-01-14T18:20:00.523Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:20:00.523Z] Removing intermediate container 8261ecdd4764 [2021-01-14T18:20:00.523Z] ---> efd08991ff08 [2021-01-14T18:20:00.523Z] Step 14/22 : WORKDIR / [2021-01-14T18:20:00.523Z] ---> Running in c08deffff32e [2021-01-14T18:20:00.523Z] ---> b5f557a305fe [2021-01-14T18:20:00.523Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T18:20:00.523Z] Removing intermediate container c08deffff32e [2021-01-14T18:20:00.523Z] ---> 503bf9deb582 [2021-01-14T18:20:00.523Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:20:00.523Z] Removing intermediate container 3cc0c4adaf71 [2021-01-14T18:20:00.523Z] ---> fcc93d53dbca [2021-01-14T18:20:00.523Z] [2021-01-14T18:20:00.523Z] Step 10/21 : FROM scratch [2021-01-14T18:20:00.523Z] ---> [2021-01-14T18:20:00.523Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:20:00.523Z] ---> Using cache [2021-01-14T18:20:00.523Z] ---> f92248938133 [2021-01-14T18:20:00.523Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T18:20:00.523Z] ---> Running in 466250cc7392 [2021-01-14T18:20:00.523Z] ---> 4ddaf62ebefa [2021-01-14T18:20:00.523Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T18:20:00.523Z] Removing intermediate container 466250cc7392 [2021-01-14T18:20:00.523Z] ---> 1ef3403957a7 [2021-01-14T18:20:00.523Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T18:20:00.523Z] ---> 708d08bd622f [2021-01-14T18:20:00.523Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T18:20:00.523Z] ---> Running in 5ccb1b13185e [2021-01-14T18:20:01.136Z] Removing intermediate container 5ccb1b13185e [2021-01-14T18:20:01.136Z] ---> fe1e7d41b29c [2021-01-14T18:20:01.136Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:20:01.419Z] ---> e596c36ab6d9 [2021-01-14T18:20:01.419Z] ---> eef9fbcc962c [2021-01-14T18:20:01.419Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T18:20:01.419Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T18:20:02.047Z] ---> e02762b85f0b [2021-01-14T18:20:02.047Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T18:20:02.673Z] ---> d2592faf2e55 [2021-01-14T18:20:02.673Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T18:20:02.673Z] ---> bebce90a9313 [2021-01-14T18:20:02.673Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T18:20:02.673Z] ---> Running in e3e42ff7dd8a [2021-01-14T18:20:02.948Z] ---> Running in 28b6123a6611 [2021-01-14T18:20:03.937Z] Removing intermediate container e3e42ff7dd8a [2021-01-14T18:20:03.937Z] ---> e32cba4dcd8f [2021-01-14T18:20:03.937Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:20:03.937Z] ---> 220538137027 [2021-01-14T18:20:03.937Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T18:20:03.937Z] ---> Running in 4f0bc7511d6e [2021-01-14T18:20:04.543Z] Removing intermediate container 4f0bc7511d6e [2021-01-14T18:20:04.543Z] ---> 640892adee63 [2021-01-14T18:20:04.543Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T18:20:05.153Z] ---> Running in 2b5003945b43 [2021-01-14T18:20:05.153Z] ---> 9552314e4275 [2021-01-14T18:20:05.153Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T18:20:05.442Z] ---> Running in ca29fefeb04a [2021-01-14T18:20:05.726Z] Removing intermediate container 2b5003945b43 [2021-01-14T18:20:05.726Z] ---> 15048d08c729 [2021-01-14T18:20:05.726Z] Step 21/22 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:05.726Z] Removing intermediate container 28b6123a6611 [2021-01-14T18:20:05.726Z] ---> 45ab7e28a6f2 [2021-01-14T18:20:05.726Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T18:20:05.726Z] ---> Running in 5e3d5751ae5b [2021-01-14T18:20:06.014Z] ---> Running in 97ade3f67307 [2021-01-14T18:20:06.302Z] Removing intermediate container ca29fefeb04a [2021-01-14T18:20:06.302Z] ---> 3b143a5adcfe [2021-01-14T18:20:06.302Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:20:06.582Z] Removing intermediate container 5e3d5751ae5b [2021-01-14T18:20:06.582Z] ---> 73d20a6ed33f [2021-01-14T18:20:06.582Z] Step 22/22 : LABEL version=2.0.0-dev.37 [2021-01-14T18:20:06.888Z] ---> Running in 6134fd13e914 [2021-01-14T18:20:06.888Z] Removing intermediate container 97ade3f67307 [2021-01-14T18:20:06.888Z] ---> a6fe7128ddaf [2021-01-14T18:20:06.888Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T18:20:06.888Z] ---> Running in f531f37ab1ed [2021-01-14T18:20:07.192Z] ---> Running in fe31307c5a65 [2021-01-14T18:20:07.496Z] Removing intermediate container 6134fd13e914 [2021-01-14T18:20:07.496Z] ---> a4f3315f69bf [2021-01-14T18:20:07.496Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T18:20:07.496Z] Removing intermediate container f531f37ab1ed [2021-01-14T18:20:07.496Z] ---> 7262eaae64d9 [2021-01-14T18:20:07.496Z] [2021-01-14T18:20:07.808Z] ---> Running in 201752f0181f [2021-01-14T18:20:07.808Z] Removing intermediate container fe31307c5a65 [2021-01-14T18:20:07.808Z] ---> 28e796676ede [2021-01-14T18:20:07.808Z] Step 21/22 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:07.808Z] Successfully built 7262eaae64d9 [2021-01-14T18:20:08.132Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T18:20:08.132Z]  Building docker-core-command-go ... done  ---> Running in 512f753c25c3 [2021-01-14T18:20:08.423Z] Removing intermediate container 201752f0181f [2021-01-14T18:20:08.423Z] ---> c4e62019cb20 [2021-01-14T18:20:08.423Z] Step 20/21 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:08.423Z] ---> Running in 341bfbb5baff [2021-01-14T18:20:08.740Z] Removing intermediate container 512f753c25c3 [2021-01-14T18:20:08.740Z] ---> 8cfb8feb9421 [2021-01-14T18:20:08.740Z] Step 22/22 : LABEL version=2.0.0-dev.37 [2021-01-14T18:20:09.052Z] ---> Running in 9ac26567cd90 [2021-01-14T18:20:09.052Z] Removing intermediate container 341bfbb5baff [2021-01-14T18:20:09.052Z] ---> 355a804871f8 [2021-01-14T18:20:09.052Z] Step 21/21 : LABEL version=2.0.0-dev.37 [2021-01-14T18:20:09.356Z] ---> Running in 5f5671a03231 [2021-01-14T18:20:09.356Z] Removing intermediate container 9ac26567cd90 [2021-01-14T18:20:09.356Z] ---> 8ce0ecd3488d [2021-01-14T18:20:09.356Z] [2021-01-14T18:20:09.658Z] Successfully built 8ce0ecd3488d [2021-01-14T18:20:09.658Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T18:20:09.974Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5f5671a03231 [2021-01-14T18:20:09.974Z] ---> 6996b61175bd [2021-01-14T18:20:09.974Z] [2021-01-14T18:20:09.974Z] Successfully built 6996b61175bd [2021-01-14T18:20:10.272Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T18:20:13.768Z]  Building docker-support-scheduler-go ... done Removing intermediate container 61138960854f [2021-01-14T18:20:13.768Z] ---> d530c4b62e44 [2021-01-14T18:20:13.768Z] [2021-01-14T18:20:13.768Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T18:20:13.768Z] ---> afeebe901d6b [2021-01-14T18:20:13.768Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:20:14.076Z] ---> Running in 2beaa9767c99 [2021-01-14T18:20:14.709Z] Removing intermediate container 2beaa9767c99 [2021-01-14T18:20:14.709Z] ---> 6a39a00296e6 [2021-01-14T18:20:14.709Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T18:20:14.709Z] ---> Running in 3b690df345cd [2021-01-14T18:20:14.999Z] Removing intermediate container 3b690df345cd [2021-01-14T18:20:14.999Z] ---> c32711df2f3c [2021-01-14T18:20:14.999Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T18:20:15.293Z] ---> Running in fa4c7862cf7b [2021-01-14T18:20:15.922Z] Removing intermediate container fa4c7862cf7b [2021-01-14T18:20:15.922Z] ---> 4fd6be7aa2b2 [2021-01-14T18:20:15.922Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:20:15.922Z] ---> Running in 6b4b8d69f2ec [2021-01-14T18:20:18.033Z] Removing intermediate container 6b4b8d69f2ec [2021-01-14T18:20:18.033Z] ---> b18d998085a5 [2021-01-14T18:20:18.033Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T18:20:18.328Z] ---> Running in bd69819f8003 [2021-01-14T18:20:19.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:20:20.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:20:21.088Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T18:20:21.088Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T18:20:21.368Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T18:20:21.655Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T18:20:21.655Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T18:20:21.941Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:20:21.941Z] OK: 8 MiB in 19 packages [2021-01-14T18:20:22.978Z] Removing intermediate container bd69819f8003 [2021-01-14T18:20:22.978Z] ---> 118f35c40523 [2021-01-14T18:20:22.978Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:20:24.021Z] ---> a2fb27e71e0d [2021-01-14T18:20:24.021Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T18:20:25.084Z] ---> 7bc870db9e46 [2021-01-14T18:20:25.084Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T18:20:26.142Z] ---> 219c190f0fdf [2021-01-14T18:20:26.142Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T18:20:26.142Z] ---> Running in ee35c6427449 [2021-01-14T18:20:26.434Z] Removing intermediate container ee35c6427449 [2021-01-14T18:20:26.434Z] ---> 26abc406f5d8 [2021-01-14T18:20:26.434Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:20:26.730Z] ---> Running in 7bafba1f5868 [2021-01-14T18:20:27.029Z] Removing intermediate container 7bafba1f5868 [2021-01-14T18:20:27.029Z] ---> 96c99771d8c6 [2021-01-14T18:20:27.029Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T18:20:27.327Z] ---> Running in e69ec2104ad7 [2021-01-14T18:20:27.643Z] Removing intermediate container e69ec2104ad7 [2021-01-14T18:20:27.643Z] ---> 9f719779a503 [2021-01-14T18:20:27.643Z] Step 22/23 : LABEL git_sha=60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:27.643Z] ---> Running in f9dde412fd2e [2021-01-14T18:20:28.276Z] Removing intermediate container f9dde412fd2e [2021-01-14T18:20:28.276Z] ---> 16bc324f0385 [2021-01-14T18:20:28.276Z] Step 23/23 : LABEL version=2.0.0-dev.37 [2021-01-14T18:20:28.276Z] ---> Running in a785511e8cd2 [2021-01-14T18:20:28.963Z] Removing intermediate container a785511e8cd2 [2021-01-14T18:20:28.963Z] ---> df42fd9dc395 [2021-01-14T18:20:28.963Z] [2021-01-14T18:20:28.963Z] Successfully built df42fd9dc395 [2021-01-14T18:20:29.254Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T18:20:29.301Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-14T18:20:29.365Z] $ docker stop --time=1 e471e7a002623b2716677c5987ab68a6c5257a447b3ab2322c751a56a26aefb9 [2021-01-14T18:20:31.240Z] $ docker rm -f e471e7a002623b2716677c5987ab68a6c5257a447b3ab2322c751a56a26aefb9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T18:20:31.957Z] + docker images [2021-01-14T18:20:31.957Z] + grep docker [2021-01-14T18:20:32.249Z] docker-core-data-go-arm64 latest df42fd9dc395 4 seconds ago 21MB [2021-01-14T18:20:32.249Z] docker-security-bootstrap-redis-go-arm64 latest 8ce0ecd3488d 23 seconds ago 15.1MB [2021-01-14T18:20:32.249Z] docker-support-scheduler-go-arm64 latest 6996b61175bd 23 seconds ago 10MB [2021-01-14T18:20:32.249Z] docker-core-command-go-arm64 latest 7262eaae64d9 25 seconds ago 9.98MB [2021-01-14T18:20:32.249Z] docker-sys-mgmt-agent-go-arm64 latest 9831b40871f7 About a minute ago 300MB [2021-01-14T18:20:32.249Z] docker-security-secretstore-setup-go-arm64 latest e9c22f897fdd 2 minutes ago 23.4MB [2021-01-14T18:20:32.249Z] docker-core-metadata-go-arm64 latest 8670e880221a 3 minutes ago 12.3MB [2021-01-14T18:20:32.249Z] docker-security-proxy-setup-go-arm64 latest 1de559a26e75 3 minutes ago 23.2MB [2021-01-14T18:20:32.249Z] docker-support-notifications-go-arm64 latest c373336d642c 3 minutes ago 11.4MB [2021-01-14T18:20:32.249Z] docker 20.10.0 eeaf43b92773 4 weeks 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-01-14T18:20:33.154Z] provisioning config files... [2021-01-14T18:20:33.248Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/296@tmp/config7673475877669427602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:20:33.766Z] ---> docker-login.sh [2021-01-14T18:20:33.767Z] nexus3.edgexfoundry.org:10001 [2021-01-14T18:20:34.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:20:34.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:20:34.058Z] Configure a credential helper to remove this warning. See [2021-01-14T18:20:34.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:20:34.058Z] [2021-01-14T18:20:34.058Z] Login Succeeded [2021-01-14T18:20:34.058Z] nexus3.edgexfoundry.org:10002 [2021-01-14T18:20:34.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:20:34.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:20:34.675Z] Configure a credential helper to remove this warning. See [2021-01-14T18:20:34.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:20:34.675Z] [2021-01-14T18:20:34.675Z] Login Succeeded [2021-01-14T18:20:34.675Z] nexus3.edgexfoundry.org:10003 [2021-01-14T18:20:35.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:20:35.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:20:35.287Z] Configure a credential helper to remove this warning. See [2021-01-14T18:20:35.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:20:35.287Z] [2021-01-14T18:20:35.287Z] Login Succeeded [2021-01-14T18:20:35.287Z] nexus3.edgexfoundry.org:10004 [2021-01-14T18:20:35.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:20:35.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:20:35.917Z] Configure a credential helper to remove this warning. See [2021-01-14T18:20:35.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:20:35.917Z] [2021-01-14T18:20:35.917Z] Login Succeeded [2021-01-14T18:20:35.917Z] docker.io [2021-01-14T18:20:36.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:20:36.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:20:36.945Z] Configure a credential helper to remove this warning. See [2021-01-14T18:20:36.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:20:36.945Z] [2021-01-14T18:20:36.945Z] Login Succeeded [2021-01-14T18:20:36.945Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T18:20:36.986Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:20:37.245Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-14T18:20:37.245Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:37.245Z] 2.0.0-dev.37 [2021-01-14T18:20:37.245Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:37.245Z] master [2021-01-14T18:20:37.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:37.830Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:38.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:38.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T18:20:38.195Z] 96b72933d78a: Preparing [2021-01-14T18:20:38.195Z] c2dc7ea4e690: Preparing [2021-01-14T18:20:38.195Z] 08c301a87b3a: Preparing [2021-01-14T18:20:38.469Z] 96b72933d78a: Pushed [2021-01-14T18:20:38.469Z] 08c301a87b3a: Pushed [2021-01-14T18:20:41.106Z] c2dc7ea4e690: Pushed [2021-01-14T18:20:41.106Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:a49c7267e09603f7f17ccc8e04135885a100949010abb12b522e73fc7b651fbc size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:41.449Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:41.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.37 [2021-01-14T18:20:41.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T18:20:41.788Z] 96b72933d78a: Preparing [2021-01-14T18:20:41.788Z] c2dc7ea4e690: Preparing [2021-01-14T18:20:41.788Z] 08c301a87b3a: Preparing [2021-01-14T18:20:41.788Z] c2dc7ea4e690: Layer already exists [2021-01-14T18:20:42.062Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:42.062Z] 96b72933d78a: Layer already exists [2021-01-14T18:20:42.062Z] 2.0.0-dev.37: digest: sha256:a49c7267e09603f7f17ccc8e04135885a100949010abb12b522e73fc7b651fbc size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:42.406Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:42.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:42.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T18:20:42.751Z] 96b72933d78a: Preparing [2021-01-14T18:20:42.751Z] c2dc7ea4e690: Preparing [2021-01-14T18:20:42.751Z] 08c301a87b3a: Preparing [2021-01-14T18:20:42.751Z] 96b72933d78a: Layer already exists [2021-01-14T18:20:42.751Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:42.751Z] c2dc7ea4e690: Layer already exists [2021-01-14T18:20:43.023Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:a49c7267e09603f7f17ccc8e04135885a100949010abb12b522e73fc7b651fbc size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:43.371Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:43.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-14T18:20:43.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T18:20:43.711Z] 96b72933d78a: Preparing [2021-01-14T18:20:43.711Z] c2dc7ea4e690: Preparing [2021-01-14T18:20:43.711Z] 08c301a87b3a: Preparing [2021-01-14T18:20:43.711Z] c2dc7ea4e690: Layer already exists [2021-01-14T18:20:43.711Z] 96b72933d78a: Layer already exists [2021-01-14T18:20:43.711Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:43.982Z] master: digest: sha256:a49c7267e09603f7f17ccc8e04135885a100949010abb12b522e73fc7b651fbc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:20:44.241Z] ===================================================== [Pipeline] echo [2021-01-14T18:20:44.288Z] taggedImages: [2021-01-14T18:20:44.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:44.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.37 [2021-01-14T18:20:44.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:44.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-14T18:20:44.354Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-14T18:20:44.354Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:44.354Z] 2.0.0-dev.37 [2021-01-14T18:20:44.354Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:44.354Z] master [2021-01-14T18:20:44.354Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:44.896Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:45.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:45.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T18:20:45.235Z] 343e267f4aa6: Preparing [2021-01-14T18:20:45.235Z] 9fd73ad59956: Preparing [2021-01-14T18:20:45.235Z] 08c301a87b3a: Preparing [2021-01-14T18:20:45.235Z] 676b2736fb36: Preparing [2021-01-14T18:20:45.235Z] b2f7a77f43d1: Preparing [2021-01-14T18:20:45.235Z] 379067d0cb53: Preparing [2021-01-14T18:20:45.235Z] 379067d0cb53: Waiting [2021-01-14T18:20:45.506Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:45.506Z] 379067d0cb53: Layer already exists [2021-01-14T18:20:45.506Z] 343e267f4aa6: Pushed [2021-01-14T18:20:45.506Z] b2f7a77f43d1: Pushed [2021-01-14T18:20:46.104Z] 676b2736fb36: Pushed [2021-01-14T18:20:48.716Z] 9fd73ad59956: Pushed [2021-01-14T18:20:48.994Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:898d963e70a541949c234c2fec00f951e5c860d7c704fc6a8d7b1d59afcdf8bb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:49.340Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:49.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.37 [2021-01-14T18:20:49.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T18:20:49.678Z] 343e267f4aa6: Preparing [2021-01-14T18:20:49.678Z] 9fd73ad59956: Preparing [2021-01-14T18:20:49.678Z] 08c301a87b3a: Preparing [2021-01-14T18:20:49.678Z] 676b2736fb36: Preparing [2021-01-14T18:20:49.678Z] b2f7a77f43d1: Preparing [2021-01-14T18:20:49.678Z] 379067d0cb53: Preparing [2021-01-14T18:20:49.678Z] 379067d0cb53: Waiting [2021-01-14T18:20:49.951Z] 676b2736fb36: Layer already exists [2021-01-14T18:20:49.951Z] b2f7a77f43d1: Layer already exists [2021-01-14T18:20:49.951Z] 343e267f4aa6: Layer already exists [2021-01-14T18:20:49.951Z] 9fd73ad59956: Layer already exists [2021-01-14T18:20:49.951Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:49.951Z] 379067d0cb53: Layer already exists [2021-01-14T18:20:49.951Z] 2.0.0-dev.37: digest: sha256:898d963e70a541949c234c2fec00f951e5c860d7c704fc6a8d7b1d59afcdf8bb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:50.299Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:50.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:50.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T18:20:50.636Z] 343e267f4aa6: Preparing [2021-01-14T18:20:50.636Z] 9fd73ad59956: Preparing [2021-01-14T18:20:50.636Z] 08c301a87b3a: Preparing [2021-01-14T18:20:50.636Z] 676b2736fb36: Preparing [2021-01-14T18:20:50.636Z] b2f7a77f43d1: Preparing [2021-01-14T18:20:50.636Z] 379067d0cb53: Preparing [2021-01-14T18:20:50.636Z] 379067d0cb53: Waiting [2021-01-14T18:20:50.636Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:50.636Z] 9fd73ad59956: Layer already exists [2021-01-14T18:20:50.636Z] b2f7a77f43d1: Layer already exists [2021-01-14T18:20:50.636Z] 343e267f4aa6: Layer already exists [2021-01-14T18:20:50.636Z] 676b2736fb36: Layer already exists [2021-01-14T18:20:50.636Z] 379067d0cb53: Layer already exists [2021-01-14T18:20:50.907Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:898d963e70a541949c234c2fec00f951e5c860d7c704fc6a8d7b1d59afcdf8bb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:51.247Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:51.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-14T18:20:51.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T18:20:51.584Z] 343e267f4aa6: Preparing [2021-01-14T18:20:51.584Z] 9fd73ad59956: Preparing [2021-01-14T18:20:51.584Z] 08c301a87b3a: Preparing [2021-01-14T18:20:51.584Z] 676b2736fb36: Preparing [2021-01-14T18:20:51.584Z] b2f7a77f43d1: Preparing [2021-01-14T18:20:51.584Z] 379067d0cb53: Preparing [2021-01-14T18:20:51.584Z] 379067d0cb53: Waiting [2021-01-14T18:20:51.584Z] 343e267f4aa6: Layer already exists [2021-01-14T18:20:51.584Z] 9fd73ad59956: Layer already exists [2021-01-14T18:20:51.584Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:51.584Z] b2f7a77f43d1: Layer already exists [2021-01-14T18:20:51.854Z] 676b2736fb36: Layer already exists [2021-01-14T18:20:51.854Z] 379067d0cb53: Layer already exists [2021-01-14T18:20:51.854Z] master: digest: sha256:898d963e70a541949c234c2fec00f951e5c860d7c704fc6a8d7b1d59afcdf8bb size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:20:52.082Z] ===================================================== [Pipeline] echo [2021-01-14T18:20:52.131Z] taggedImages: [2021-01-14T18:20:52.131Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:52.131Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.37 [2021-01-14T18:20:52.131Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:52.131Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-14T18:20:52.202Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-14T18:20:52.202Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:52.202Z] 2.0.0-dev.37 [2021-01-14T18:20:52.202Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:52.202Z] master [2021-01-14T18:20:52.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:52.765Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:53.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:53.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T18:20:53.125Z] bf7433d56e4b: Preparing [2021-01-14T18:20:53.125Z] 6417d92ac19e: Preparing [2021-01-14T18:20:53.125Z] 08c301a87b3a: Preparing [2021-01-14T18:20:53.431Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:53.431Z] bf7433d56e4b: Pushed [2021-01-14T18:20:56.801Z] 6417d92ac19e: Pushed [2021-01-14T18:20:56.801Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:e286b217a9a2ae453c4d287875b34e09b84f5eedc40babc42988b200f3aa2ba5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:57.140Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:57.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.37 [2021-01-14T18:20:57.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T18:20:57.473Z] bf7433d56e4b: Preparing [2021-01-14T18:20:57.473Z] 6417d92ac19e: Preparing [2021-01-14T18:20:57.473Z] 08c301a87b3a: Preparing [2021-01-14T18:20:57.473Z] 6417d92ac19e: Layer already exists [2021-01-14T18:20:57.473Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:57.473Z] bf7433d56e4b: Layer already exists [2021-01-14T18:20:57.742Z] 2.0.0-dev.37: digest: sha256:e286b217a9a2ae453c4d287875b34e09b84f5eedc40babc42988b200f3aa2ba5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:58.084Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:58.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:58.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T18:20:58.417Z] bf7433d56e4b: Preparing [2021-01-14T18:20:58.417Z] 6417d92ac19e: Preparing [2021-01-14T18:20:58.417Z] 08c301a87b3a: Preparing [2021-01-14T18:20:58.417Z] 6417d92ac19e: Layer already exists [2021-01-14T18:20:58.417Z] bf7433d56e4b: Layer already exists [2021-01-14T18:20:58.417Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:58.688Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:e286b217a9a2ae453c4d287875b34e09b84f5eedc40babc42988b200f3aa2ba5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:59.031Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:20:59.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-14T18:20:59.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T18:20:59.364Z] bf7433d56e4b: Preparing [2021-01-14T18:20:59.364Z] 6417d92ac19e: Preparing [2021-01-14T18:20:59.364Z] 08c301a87b3a: Preparing [2021-01-14T18:20:59.364Z] bf7433d56e4b: Layer already exists [2021-01-14T18:20:59.641Z] 6417d92ac19e: Layer already exists [2021-01-14T18:20:59.641Z] 08c301a87b3a: Layer already exists [2021-01-14T18:20:59.641Z] master: digest: sha256:e286b217a9a2ae453c4d287875b34e09b84f5eedc40babc42988b200f3aa2ba5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:20:59.839Z] ===================================================== [Pipeline] echo [2021-01-14T18:20:59.885Z] taggedImages: [2021-01-14T18:20:59.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:59.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.37 [2021-01-14T18:20:59.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:59.885Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-14T18:20:59.953Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-14T18:20:59.953Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:20:59.953Z] 2.0.0-dev.37 [2021-01-14T18:20:59.953Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:20:59.953Z] master [2021-01-14T18:20:59.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:00.505Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:00.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:00.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T18:21:00.847Z] 024411b04ed7: Preparing [2021-01-14T18:21:00.847Z] d59e40488b30: Preparing [2021-01-14T18:21:00.847Z] dafb7519a1a9: Preparing [2021-01-14T18:21:00.847Z] b462781a9549: Preparing [2021-01-14T18:21:00.847Z] 08c301a87b3a: Preparing [2021-01-14T18:21:00.847Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:00.847Z] 379067d0cb53: Preparing [2021-01-14T18:21:00.847Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:00.847Z] 379067d0cb53: Waiting [2021-01-14T18:21:01.121Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:01.121Z] d59e40488b30: Pushed [2021-01-14T18:21:01.121Z] 024411b04ed7: Pushed [2021-01-14T18:21:01.121Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:01.121Z] dafb7519a1a9: Pushed [2021-01-14T18:21:01.712Z] 73a7d4d8641d: Pushed [2021-01-14T18:21:03.144Z] b462781a9549: Pushed [2021-01-14T18:21:03.414Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:21842ec255cf0a6857e6d805e15d19dd18bdac74c46e54724005cf8dbf56348e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:03.762Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:04.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:04.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T18:21:04.098Z] 024411b04ed7: Preparing [2021-01-14T18:21:04.098Z] d59e40488b30: Preparing [2021-01-14T18:21:04.098Z] dafb7519a1a9: Preparing [2021-01-14T18:21:04.098Z] b462781a9549: Preparing [2021-01-14T18:21:04.098Z] 08c301a87b3a: Preparing [2021-01-14T18:21:04.098Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:04.098Z] 379067d0cb53: Preparing [2021-01-14T18:21:04.098Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:04.098Z] 379067d0cb53: Waiting [2021-01-14T18:21:04.370Z] b462781a9549: Layer already exists [2021-01-14T18:21:04.370Z] d59e40488b30: Layer already exists [2021-01-14T18:21:04.370Z] dafb7519a1a9: Layer already exists [2021-01-14T18:21:04.370Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:04.370Z] 024411b04ed7: Layer already exists [2021-01-14T18:21:04.370Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:04.370Z] 73a7d4d8641d: Layer already exists [2021-01-14T18:21:04.370Z] 2.0.0-dev.37: digest: sha256:21842ec255cf0a6857e6d805e15d19dd18bdac74c46e54724005cf8dbf56348e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:04.713Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:05.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:05.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T18:21:05.058Z] 024411b04ed7: Preparing [2021-01-14T18:21:05.058Z] d59e40488b30: Preparing [2021-01-14T18:21:05.058Z] dafb7519a1a9: Preparing [2021-01-14T18:21:05.058Z] b462781a9549: Preparing [2021-01-14T18:21:05.058Z] 08c301a87b3a: Preparing [2021-01-14T18:21:05.058Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:05.058Z] 379067d0cb53: Preparing [2021-01-14T18:21:05.058Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:05.058Z] 379067d0cb53: Waiting [2021-01-14T18:21:05.330Z] 024411b04ed7: Layer already exists [2021-01-14T18:21:05.330Z] d59e40488b30: Layer already exists [2021-01-14T18:21:05.330Z] b462781a9549: Layer already exists [2021-01-14T18:21:05.330Z] dafb7519a1a9: Layer already exists [2021-01-14T18:21:05.330Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:05.330Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:05.330Z] 73a7d4d8641d: Layer already exists [2021-01-14T18:21:05.330Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:21842ec255cf0a6857e6d805e15d19dd18bdac74c46e54724005cf8dbf56348e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:05.676Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:06.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-14T18:21:06.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T18:21:06.012Z] 024411b04ed7: Preparing [2021-01-14T18:21:06.012Z] d59e40488b30: Preparing [2021-01-14T18:21:06.012Z] dafb7519a1a9: Preparing [2021-01-14T18:21:06.012Z] b462781a9549: Preparing [2021-01-14T18:21:06.012Z] 08c301a87b3a: Preparing [2021-01-14T18:21:06.012Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:06.012Z] 379067d0cb53: Preparing [2021-01-14T18:21:06.012Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:06.012Z] 379067d0cb53: Waiting [2021-01-14T18:21:06.282Z] dafb7519a1a9: Layer already exists [2021-01-14T18:21:06.282Z] d59e40488b30: Layer already exists [2021-01-14T18:21:06.282Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:06.282Z] b462781a9549: Layer already exists [2021-01-14T18:21:06.282Z] 024411b04ed7: Layer already exists [2021-01-14T18:21:06.282Z] 73a7d4d8641d: Layer already exists [2021-01-14T18:21:06.282Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:06.282Z] master: digest: sha256:21842ec255cf0a6857e6d805e15d19dd18bdac74c46e54724005cf8dbf56348e size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:21:06.492Z] ===================================================== [Pipeline] echo [2021-01-14T18:21:06.538Z] taggedImages: [2021-01-14T18:21:06.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:06.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:06.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:06.538Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-14T18:21:06.634Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-14T18:21:06.634Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:06.634Z] 2.0.0-dev.37 [2021-01-14T18:21:06.634Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:06.634Z] master [2021-01-14T18:21:06.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:07.217Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:07.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:07.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T18:21:07.549Z] 8aa686fcbeb9: Preparing [2021-01-14T18:21:07.549Z] ba3bb970d6c6: Preparing [2021-01-14T18:21:07.549Z] 17cbbe5ec020: Preparing [2021-01-14T18:21:07.549Z] 97ab89850eda: Preparing [2021-01-14T18:21:07.549Z] 9b71f5300732: Preparing [2021-01-14T18:21:07.549Z] 379067d0cb53: Preparing [2021-01-14T18:21:07.549Z] 379067d0cb53: Waiting [2021-01-14T18:21:07.833Z] 97ab89850eda: Pushed [2021-01-14T18:21:07.833Z] 17cbbe5ec020: Pushed [2021-01-14T18:21:07.833Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:08.428Z] 9b71f5300732: Pushed [2021-01-14T18:21:09.860Z] ba3bb970d6c6: Pushed [2021-01-14T18:21:10.131Z] 8aa686fcbeb9: Pushed [2021-01-14T18:21:10.131Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:87624a3224f4a82803d5e3ee93f127cc99cee7cacbfea06ac252f583eb6b615c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:10.742Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:11.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:11.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T18:21:11.077Z] 8aa686fcbeb9: Preparing [2021-01-14T18:21:11.077Z] ba3bb970d6c6: Preparing [2021-01-14T18:21:11.077Z] 17cbbe5ec020: Preparing [2021-01-14T18:21:11.077Z] 97ab89850eda: Preparing [2021-01-14T18:21:11.077Z] 9b71f5300732: Preparing [2021-01-14T18:21:11.077Z] 379067d0cb53: Preparing [2021-01-14T18:21:11.077Z] 8aa686fcbeb9: Layer already exists [2021-01-14T18:21:11.077Z] 97ab89850eda: Layer already exists [2021-01-14T18:21:11.077Z] 17cbbe5ec020: Layer already exists [2021-01-14T18:21:11.077Z] ba3bb970d6c6: Layer already exists [2021-01-14T18:21:11.077Z] 9b71f5300732: Layer already exists [2021-01-14T18:21:11.077Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:11.348Z] 2.0.0-dev.37: digest: sha256:87624a3224f4a82803d5e3ee93f127cc99cee7cacbfea06ac252f583eb6b615c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:11.690Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:12.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:12.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T18:21:12.032Z] 8aa686fcbeb9: Preparing [2021-01-14T18:21:12.032Z] ba3bb970d6c6: Preparing [2021-01-14T18:21:12.032Z] 17cbbe5ec020: Preparing [2021-01-14T18:21:12.032Z] 97ab89850eda: Preparing [2021-01-14T18:21:12.033Z] 9b71f5300732: Preparing [2021-01-14T18:21:12.033Z] 379067d0cb53: Preparing [2021-01-14T18:21:12.033Z] 379067d0cb53: Waiting [2021-01-14T18:21:12.033Z] 9b71f5300732: Layer already exists [2021-01-14T18:21:12.033Z] 17cbbe5ec020: Layer already exists [2021-01-14T18:21:12.033Z] 8aa686fcbeb9: Layer already exists [2021-01-14T18:21:12.033Z] ba3bb970d6c6: Layer already exists [2021-01-14T18:21:12.033Z] 97ab89850eda: Layer already exists [2021-01-14T18:21:12.033Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:12.310Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:87624a3224f4a82803d5e3ee93f127cc99cee7cacbfea06ac252f583eb6b615c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:12.662Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:13.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-14T18:21:13.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T18:21:13.004Z] 8aa686fcbeb9: Preparing [2021-01-14T18:21:13.004Z] ba3bb970d6c6: Preparing [2021-01-14T18:21:13.004Z] 17cbbe5ec020: Preparing [2021-01-14T18:21:13.004Z] 97ab89850eda: Preparing [2021-01-14T18:21:13.004Z] 9b71f5300732: Preparing [2021-01-14T18:21:13.004Z] 379067d0cb53: Preparing [2021-01-14T18:21:13.004Z] 379067d0cb53: Waiting [2021-01-14T18:21:13.004Z] 97ab89850eda: Layer already exists [2021-01-14T18:21:13.004Z] ba3bb970d6c6: Layer already exists [2021-01-14T18:21:13.004Z] 17cbbe5ec020: Layer already exists [2021-01-14T18:21:13.280Z] 8aa686fcbeb9: Layer already exists [2021-01-14T18:21:13.280Z] 9b71f5300732: Layer already exists [2021-01-14T18:21:13.280Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:13.280Z] master: digest: sha256:87624a3224f4a82803d5e3ee93f127cc99cee7cacbfea06ac252f583eb6b615c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:21:13.473Z] ===================================================== [Pipeline] echo [2021-01-14T18:21:13.540Z] taggedImages: [2021-01-14T18:21:13.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:13.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:13.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:13.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-14T18:21:13.604Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-14T18:21:13.604Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:13.604Z] 2.0.0-dev.37 [2021-01-14T18:21:13.604Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:13.604Z] master [2021-01-14T18:21:13.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:14.147Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:14.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:14.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T18:21:14.514Z] e108e38a2d83: Preparing [2021-01-14T18:21:14.514Z] 81e21f7f0f8d: Preparing [2021-01-14T18:21:14.514Z] 653d1df84b62: Preparing [2021-01-14T18:21:14.514Z] a96c94873bf2: Preparing [2021-01-14T18:21:14.514Z] ab0c3a6a0daf: Preparing [2021-01-14T18:21:14.514Z] cd581a43e7c6: Preparing [2021-01-14T18:21:14.514Z] 08a7f6b9a225: Preparing [2021-01-14T18:21:14.514Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:14.514Z] 379067d0cb53: Preparing [2021-01-14T18:21:14.514Z] cd581a43e7c6: Waiting [2021-01-14T18:21:14.514Z] 08a7f6b9a225: Waiting [2021-01-14T18:21:14.514Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:14.514Z] 379067d0cb53: Waiting [2021-01-14T18:21:14.785Z] 81e21f7f0f8d: Pushed [2021-01-14T18:21:14.785Z] e108e38a2d83: Pushed [2021-01-14T18:21:14.785Z] ab0c3a6a0daf: Pushed [2021-01-14T18:21:15.056Z] 73a7d4d8641d: Layer already exists [2021-01-14T18:21:15.056Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:15.056Z] cd581a43e7c6: Pushed [2021-01-14T18:21:15.056Z] 08a7f6b9a225: Pushed [2021-01-14T18:21:17.023Z] a96c94873bf2: Pushed [2021-01-14T18:21:17.023Z] 653d1df84b62: Pushed [2021-01-14T18:21:17.295Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:b711580f3e00a72d58da75a7732bcee436bfe221a64ed4efeb286de5d6b89835 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:17.659Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:18.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:18.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T18:21:18.014Z] e108e38a2d83: Preparing [2021-01-14T18:21:18.014Z] 81e21f7f0f8d: Preparing [2021-01-14T18:21:18.014Z] 653d1df84b62: Preparing [2021-01-14T18:21:18.014Z] a96c94873bf2: Preparing [2021-01-14T18:21:18.014Z] ab0c3a6a0daf: Preparing [2021-01-14T18:21:18.014Z] cd581a43e7c6: Preparing [2021-01-14T18:21:18.014Z] 08a7f6b9a225: Preparing [2021-01-14T18:21:18.014Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:18.014Z] 379067d0cb53: Preparing [2021-01-14T18:21:18.014Z] 08a7f6b9a225: Waiting [2021-01-14T18:21:18.014Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:18.014Z] 379067d0cb53: Waiting [2021-01-14T18:21:18.014Z] cd581a43e7c6: Waiting [2021-01-14T18:21:18.014Z] 653d1df84b62: Layer already exists [2021-01-14T18:21:18.014Z] 81e21f7f0f8d: Layer already exists [2021-01-14T18:21:18.014Z] e108e38a2d83: Layer already exists [2021-01-14T18:21:18.014Z] a96c94873bf2: Layer already exists [2021-01-14T18:21:18.014Z] ab0c3a6a0daf: Layer already exists [2021-01-14T18:21:18.292Z] cd581a43e7c6: Layer already exists [2021-01-14T18:21:18.292Z] 73a7d4d8641d: Layer already exists [2021-01-14T18:21:18.292Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:18.292Z] 08a7f6b9a225: Layer already exists [2021-01-14T18:21:18.292Z] 2.0.0-dev.37: digest: sha256:b711580f3e00a72d58da75a7732bcee436bfe221a64ed4efeb286de5d6b89835 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:18.649Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:18.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:18.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T18:21:18.982Z] e108e38a2d83: Preparing [2021-01-14T18:21:18.982Z] 81e21f7f0f8d: Preparing [2021-01-14T18:21:18.982Z] 653d1df84b62: Preparing [2021-01-14T18:21:18.982Z] a96c94873bf2: Preparing [2021-01-14T18:21:18.982Z] ab0c3a6a0daf: Preparing [2021-01-14T18:21:18.982Z] cd581a43e7c6: Preparing [2021-01-14T18:21:18.982Z] 08a7f6b9a225: Preparing [2021-01-14T18:21:18.982Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:18.982Z] 379067d0cb53: Preparing [2021-01-14T18:21:18.982Z] cd581a43e7c6: Waiting [2021-01-14T18:21:18.982Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:18.982Z] 08a7f6b9a225: Waiting [2021-01-14T18:21:18.982Z] 81e21f7f0f8d: Layer already exists [2021-01-14T18:21:18.982Z] e108e38a2d83: Layer already exists [2021-01-14T18:21:18.982Z] 653d1df84b62: Layer already exists [2021-01-14T18:21:18.982Z] a96c94873bf2: Layer already exists [2021-01-14T18:21:18.982Z] ab0c3a6a0daf: Layer already exists [2021-01-14T18:21:19.254Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:19.254Z] 08a7f6b9a225: Layer already exists [2021-01-14T18:21:19.254Z] cd581a43e7c6: Layer already exists [2021-01-14T18:21:19.254Z] 73a7d4d8641d: Layer already exists [2021-01-14T18:21:19.254Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:b711580f3e00a72d58da75a7732bcee436bfe221a64ed4efeb286de5d6b89835 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:19.594Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:19.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-14T18:21:19.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T18:21:19.931Z] e108e38a2d83: Preparing [2021-01-14T18:21:19.931Z] 81e21f7f0f8d: Preparing [2021-01-14T18:21:19.931Z] 653d1df84b62: Preparing [2021-01-14T18:21:19.931Z] a96c94873bf2: Preparing [2021-01-14T18:21:19.931Z] ab0c3a6a0daf: Preparing [2021-01-14T18:21:19.931Z] cd581a43e7c6: Preparing [2021-01-14T18:21:19.931Z] 08a7f6b9a225: Preparing [2021-01-14T18:21:19.931Z] 73a7d4d8641d: Preparing [2021-01-14T18:21:19.931Z] 379067d0cb53: Preparing [2021-01-14T18:21:19.931Z] cd581a43e7c6: Waiting [2021-01-14T18:21:19.931Z] 08a7f6b9a225: Waiting [2021-01-14T18:21:19.931Z] 73a7d4d8641d: Waiting [2021-01-14T18:21:19.931Z] 379067d0cb53: Waiting [2021-01-14T18:21:19.931Z] ab0c3a6a0daf: Layer already exists [2021-01-14T18:21:19.931Z] 653d1df84b62: Layer already exists [2021-01-14T18:21:19.931Z] a96c94873bf2: Layer already exists [2021-01-14T18:21:20.202Z] e108e38a2d83: Layer already exists [2021-01-14T18:21:20.202Z] 81e21f7f0f8d: Layer already exists [2021-01-14T18:21:20.202Z] 73a7d4d8641d: Layer already exists [2021-01-14T18:21:20.202Z] cd581a43e7c6: Layer already exists [2021-01-14T18:21:20.202Z] 08a7f6b9a225: Layer already exists [2021-01-14T18:21:20.202Z] 379067d0cb53: Layer already exists [2021-01-14T18:21:20.202Z] master: digest: sha256:b711580f3e00a72d58da75a7732bcee436bfe221a64ed4efeb286de5d6b89835 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:21:20.402Z] ===================================================== [Pipeline] echo [2021-01-14T18:21:20.449Z] taggedImages: [2021-01-14T18:21:20.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:20.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:20.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:20.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-14T18:21:20.531Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-14T18:21:20.531Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:20.531Z] 2.0.0-dev.37 [2021-01-14T18:21:20.531Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:20.531Z] master [2021-01-14T18:21:20.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:21.068Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:21.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:21.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T18:21:21.401Z] 9012d185c837: Preparing [2021-01-14T18:21:21.401Z] 14f6058c44b1: Preparing [2021-01-14T18:21:21.401Z] 08c301a87b3a: Preparing [2021-01-14T18:21:21.401Z] affdcf119ae9: Preparing [2021-01-14T18:21:21.401Z] 5992d04c8de1: Preparing [2021-01-14T18:21:21.401Z] 1ed5733505e4: Preparing [2021-01-14T18:21:21.401Z] 1ed5733505e4: Waiting [2021-01-14T18:21:21.681Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:21.681Z] 9012d185c837: Pushed [2021-01-14T18:21:21.954Z] 5992d04c8de1: Pushed [2021-01-14T18:21:21.954Z] affdcf119ae9: Pushed [2021-01-14T18:21:21.954Z] 1ed5733505e4: Pushed [2021-01-14T18:21:23.920Z] 14f6058c44b1: Pushed [2021-01-14T18:21:24.196Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:ebdac2b0963b47ca768550ba9c35a40e1eb2847ada0a19e7a7acd9d03c0f07bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:24.807Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:25.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:25.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T18:21:25.140Z] 9012d185c837: Preparing [2021-01-14T18:21:25.140Z] 14f6058c44b1: Preparing [2021-01-14T18:21:25.140Z] 08c301a87b3a: Preparing [2021-01-14T18:21:25.140Z] affdcf119ae9: Preparing [2021-01-14T18:21:25.140Z] 5992d04c8de1: Preparing [2021-01-14T18:21:25.140Z] 1ed5733505e4: Preparing [2021-01-14T18:21:25.140Z] 1ed5733505e4: Waiting [2021-01-14T18:21:25.140Z] 14f6058c44b1: Layer already exists [2021-01-14T18:21:25.140Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:25.140Z] affdcf119ae9: Layer already exists [2021-01-14T18:21:25.140Z] 9012d185c837: Layer already exists [2021-01-14T18:21:25.140Z] 5992d04c8de1: Layer already exists [2021-01-14T18:21:25.140Z] 1ed5733505e4: Layer already exists [2021-01-14T18:21:25.412Z] 2.0.0-dev.37: digest: sha256:ebdac2b0963b47ca768550ba9c35a40e1eb2847ada0a19e7a7acd9d03c0f07bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:25.752Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:26.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:26.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T18:21:26.095Z] 9012d185c837: Preparing [2021-01-14T18:21:26.095Z] 14f6058c44b1: Preparing [2021-01-14T18:21:26.095Z] 08c301a87b3a: Preparing [2021-01-14T18:21:26.095Z] affdcf119ae9: Preparing [2021-01-14T18:21:26.095Z] 5992d04c8de1: Preparing [2021-01-14T18:21:26.095Z] 1ed5733505e4: Preparing [2021-01-14T18:21:26.095Z] 1ed5733505e4: Waiting [2021-01-14T18:21:26.095Z] 5992d04c8de1: Layer already exists [2021-01-14T18:21:26.095Z] 14f6058c44b1: Layer already exists [2021-01-14T18:21:26.095Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:26.095Z] affdcf119ae9: Layer already exists [2021-01-14T18:21:26.095Z] 9012d185c837: Layer already exists [2021-01-14T18:21:26.366Z] 1ed5733505e4: Layer already exists [2021-01-14T18:21:26.366Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:ebdac2b0963b47ca768550ba9c35a40e1eb2847ada0a19e7a7acd9d03c0f07bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:26.707Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:27.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-14T18:21:27.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T18:21:27.043Z] 9012d185c837: Preparing [2021-01-14T18:21:27.043Z] 14f6058c44b1: Preparing [2021-01-14T18:21:27.043Z] 08c301a87b3a: Preparing [2021-01-14T18:21:27.043Z] affdcf119ae9: Preparing [2021-01-14T18:21:27.043Z] 5992d04c8de1: Preparing [2021-01-14T18:21:27.043Z] 1ed5733505e4: Preparing [2021-01-14T18:21:27.043Z] 1ed5733505e4: Waiting [2021-01-14T18:21:27.043Z] 5992d04c8de1: Layer already exists [2021-01-14T18:21:27.043Z] affdcf119ae9: Layer already exists [2021-01-14T18:21:27.043Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:27.043Z] 9012d185c837: Layer already exists [2021-01-14T18:21:27.043Z] 14f6058c44b1: Layer already exists [2021-01-14T18:21:27.313Z] 1ed5733505e4: Layer already exists [2021-01-14T18:21:27.313Z] master: digest: sha256:ebdac2b0963b47ca768550ba9c35a40e1eb2847ada0a19e7a7acd9d03c0f07bd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:21:27.541Z] ===================================================== [Pipeline] echo [2021-01-14T18:21:27.590Z] taggedImages: [2021-01-14T18:21:27.590Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:27.590Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:27.590Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:27.590Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-14T18:21:27.680Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-14T18:21:27.680Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:27.680Z] 2.0.0-dev.37 [2021-01-14T18:21:27.680Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:27.680Z] master [2021-01-14T18:21:27.680Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:28.180Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:28.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:28.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T18:21:28.510Z] 949d63fa2d74: Preparing [2021-01-14T18:21:28.510Z] df99591871c6: Preparing [2021-01-14T18:21:28.510Z] 08c301a87b3a: Preparing [2021-01-14T18:21:28.779Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:28.779Z] 949d63fa2d74: Pushed [2021-01-14T18:21:31.389Z] df99591871c6: Pushed [2021-01-14T18:21:31.666Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:0e5855fc669fb71e3a5033104a5e03d88e6a87db4fad825918beb64d1e5f9c2d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:32.012Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:32.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:32.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T18:21:32.358Z] 949d63fa2d74: Preparing [2021-01-14T18:21:32.358Z] df99591871c6: Preparing [2021-01-14T18:21:32.358Z] 08c301a87b3a: Preparing [2021-01-14T18:21:32.358Z] 949d63fa2d74: Layer already exists [2021-01-14T18:21:32.358Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:32.358Z] df99591871c6: Layer already exists [2021-01-14T18:21:32.628Z] 2.0.0-dev.37: digest: sha256:0e5855fc669fb71e3a5033104a5e03d88e6a87db4fad825918beb64d1e5f9c2d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:32.972Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:33.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:33.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T18:21:33.307Z] 949d63fa2d74: Preparing [2021-01-14T18:21:33.307Z] df99591871c6: Preparing [2021-01-14T18:21:33.307Z] 08c301a87b3a: Preparing [2021-01-14T18:21:33.578Z] df99591871c6: Layer already exists [2021-01-14T18:21:33.578Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:33.578Z] 949d63fa2d74: Layer already exists [2021-01-14T18:21:33.578Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:0e5855fc669fb71e3a5033104a5e03d88e6a87db4fad825918beb64d1e5f9c2d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:33.913Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:34.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-14T18:21:34.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T18:21:34.245Z] 949d63fa2d74: Preparing [2021-01-14T18:21:34.245Z] df99591871c6: Preparing [2021-01-14T18:21:34.245Z] 08c301a87b3a: Preparing [2021-01-14T18:21:34.245Z] 949d63fa2d74: Layer already exists [2021-01-14T18:21:34.245Z] df99591871c6: Layer already exists [2021-01-14T18:21:34.245Z] 08c301a87b3a: Layer already exists [2021-01-14T18:21:34.516Z] master: digest: sha256:0e5855fc669fb71e3a5033104a5e03d88e6a87db4fad825918beb64d1e5f9c2d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:21:34.710Z] ===================================================== [Pipeline] echo [2021-01-14T18:21:34.761Z] taggedImages: [2021-01-14T18:21:34.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:34.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:34.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:34.761Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-14T18:21:34.897Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-14T18:21:34.897Z] 60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:34.897Z] 2.0.0-dev.37 [2021-01-14T18:21:34.897Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:34.897Z] master [2021-01-14T18:21:34.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:35.480Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:35.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:35.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T18:21:35.828Z] f5a1784b1a4d: Preparing [2021-01-14T18:21:35.828Z] 5b97a5a32662: Preparing [2021-01-14T18:21:35.828Z] 75b718f4f0a6: Preparing [2021-01-14T18:21:35.828Z] 158212e4951c: Preparing [2021-01-14T18:21:35.828Z] f6e3e31e16df: Preparing [2021-01-14T18:21:35.828Z] 2327ec917f1a: Preparing [2021-01-14T18:21:35.828Z] c2a8cccddbc5: Preparing [2021-01-14T18:21:35.828Z] 9ded3b6bb9b5: Preparing [2021-01-14T18:21:35.828Z] fa1afe8e6ed9: Preparing [2021-01-14T18:21:35.828Z] 87a09b4c083e: Preparing [2021-01-14T18:21:35.828Z] 0f74e9ff2a61: Preparing [2021-01-14T18:21:35.828Z] b122376c33c6: Preparing [2021-01-14T18:21:35.828Z] f8381ed47b22: Preparing [2021-01-14T18:21:35.828Z] e934a737d657: Preparing [2021-01-14T18:21:35.828Z] 2327ec917f1a: Waiting [2021-01-14T18:21:35.828Z] 0f74e9ff2a61: Waiting [2021-01-14T18:21:35.828Z] b122376c33c6: Waiting [2021-01-14T18:21:35.828Z] f8381ed47b22: Waiting [2021-01-14T18:21:35.828Z] e934a737d657: Waiting [2021-01-14T18:21:35.828Z] c2a8cccddbc5: Waiting [2021-01-14T18:21:35.828Z] fa1afe8e6ed9: Waiting [2021-01-14T18:21:35.828Z] 9ded3b6bb9b5: Waiting [2021-01-14T18:21:36.435Z] f6e3e31e16df: Pushed [2021-01-14T18:21:36.435Z] f5a1784b1a4d: Pushed [2021-01-14T18:21:37.033Z] 158212e4951c: Pushed [2021-01-14T18:21:37.033Z] c2a8cccddbc5: Pushed [2021-01-14T18:21:37.033Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T18:21:37.308Z] fa1afe8e6ed9: Layer already exists [2021-01-14T18:21:37.308Z] 87a09b4c083e: Layer already exists [2021-01-14T18:21:37.308Z] 0f74e9ff2a61: Layer already exists [2021-01-14T18:21:37.308Z] b122376c33c6: Layer already exists [2021-01-14T18:21:37.308Z] f8381ed47b22: Layer already exists [2021-01-14T18:21:37.308Z] e934a737d657: Layer already exists [2021-01-14T18:21:37.904Z] 5b97a5a32662: Pushed [2021-01-14T18:21:38.887Z] 2327ec917f1a: Pushed [2021-01-14T18:21:49.019Z] 75b718f4f0a6: Pushed [2021-01-14T18:21:49.019Z] 60451040515ee9eeb901ca3bb1c4662a631f475e: digest: sha256:dad9c23a9417b334c355afb965b385bb22b975876b65a28bc7f56b85c9d064fc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:49.359Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:49.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:49.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T18:21:49.733Z] f5a1784b1a4d: Preparing [2021-01-14T18:21:49.733Z] 5b97a5a32662: Preparing [2021-01-14T18:21:49.733Z] 75b718f4f0a6: Preparing [2021-01-14T18:21:49.733Z] 158212e4951c: Preparing [2021-01-14T18:21:49.733Z] f6e3e31e16df: Preparing [2021-01-14T18:21:49.733Z] 2327ec917f1a: Preparing [2021-01-14T18:21:49.733Z] c2a8cccddbc5: Preparing [2021-01-14T18:21:49.733Z] 9ded3b6bb9b5: Preparing [2021-01-14T18:21:49.733Z] fa1afe8e6ed9: Preparing [2021-01-14T18:21:49.733Z] 87a09b4c083e: Preparing [2021-01-14T18:21:49.733Z] 0f74e9ff2a61: Preparing [2021-01-14T18:21:49.733Z] b122376c33c6: Preparing [2021-01-14T18:21:49.733Z] f8381ed47b22: Preparing [2021-01-14T18:21:49.733Z] e934a737d657: Preparing [2021-01-14T18:21:49.733Z] fa1afe8e6ed9: Waiting [2021-01-14T18:21:49.733Z] 87a09b4c083e: Waiting [2021-01-14T18:21:49.733Z] 0f74e9ff2a61: Waiting [2021-01-14T18:21:49.733Z] b122376c33c6: Waiting [2021-01-14T18:21:49.733Z] f8381ed47b22: Waiting [2021-01-14T18:21:49.733Z] e934a737d657: Waiting [2021-01-14T18:21:49.733Z] 2327ec917f1a: Waiting [2021-01-14T18:21:49.733Z] c2a8cccddbc5: Waiting [2021-01-14T18:21:49.733Z] 9ded3b6bb9b5: Waiting [2021-01-14T18:21:49.733Z] 158212e4951c: Layer already exists [2021-01-14T18:21:49.733Z] f6e3e31e16df: Layer already exists [2021-01-14T18:21:49.733Z] 75b718f4f0a6: Layer already exists [2021-01-14T18:21:49.733Z] 5b97a5a32662: Layer already exists [2021-01-14T18:21:49.733Z] f5a1784b1a4d: Layer already exists [2021-01-14T18:21:50.006Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T18:21:50.006Z] c2a8cccddbc5: Layer already exists [2021-01-14T18:21:50.006Z] 2327ec917f1a: Layer already exists [2021-01-14T18:21:50.006Z] fa1afe8e6ed9: Layer already exists [2021-01-14T18:21:50.006Z] 87a09b4c083e: Layer already exists [2021-01-14T18:21:50.006Z] e934a737d657: Layer already exists [2021-01-14T18:21:50.006Z] b122376c33c6: Layer already exists [2021-01-14T18:21:50.006Z] f8381ed47b22: Layer already exists [2021-01-14T18:21:50.006Z] 0f74e9ff2a61: Layer already exists [2021-01-14T18:21:50.006Z] 2.0.0-dev.37: digest: sha256:dad9c23a9417b334c355afb965b385bb22b975876b65a28bc7f56b85c9d064fc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:50.368Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:50.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:50.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T18:21:50.724Z] f5a1784b1a4d: Preparing [2021-01-14T18:21:50.724Z] 5b97a5a32662: Preparing [2021-01-14T18:21:50.724Z] 75b718f4f0a6: Preparing [2021-01-14T18:21:50.724Z] 158212e4951c: Preparing [2021-01-14T18:21:50.724Z] f6e3e31e16df: Preparing [2021-01-14T18:21:50.724Z] 2327ec917f1a: Preparing [2021-01-14T18:21:50.724Z] c2a8cccddbc5: Preparing [2021-01-14T18:21:50.724Z] 9ded3b6bb9b5: Preparing [2021-01-14T18:21:50.724Z] fa1afe8e6ed9: Preparing [2021-01-14T18:21:50.724Z] 87a09b4c083e: Preparing [2021-01-14T18:21:50.724Z] 0f74e9ff2a61: Preparing [2021-01-14T18:21:50.724Z] b122376c33c6: Preparing [2021-01-14T18:21:50.724Z] f8381ed47b22: Preparing [2021-01-14T18:21:50.724Z] e934a737d657: Preparing [2021-01-14T18:21:50.724Z] fa1afe8e6ed9: Waiting [2021-01-14T18:21:50.724Z] b122376c33c6: Waiting [2021-01-14T18:21:50.724Z] f8381ed47b22: Waiting [2021-01-14T18:21:50.724Z] e934a737d657: Waiting [2021-01-14T18:21:50.724Z] 87a09b4c083e: Waiting [2021-01-14T18:21:50.724Z] 0f74e9ff2a61: Waiting [2021-01-14T18:21:50.724Z] c2a8cccddbc5: Waiting [2021-01-14T18:21:50.724Z] 2327ec917f1a: Waiting [2021-01-14T18:21:50.724Z] 9ded3b6bb9b5: Waiting [2021-01-14T18:21:50.724Z] f6e3e31e16df: Layer already exists [2021-01-14T18:21:50.724Z] 5b97a5a32662: Layer already exists [2021-01-14T18:21:50.724Z] 158212e4951c: Layer already exists [2021-01-14T18:21:50.724Z] f5a1784b1a4d: Layer already exists [2021-01-14T18:21:50.724Z] 75b718f4f0a6: Layer already exists [2021-01-14T18:21:50.724Z] fa1afe8e6ed9: Layer already exists [2021-01-14T18:21:50.724Z] 87a09b4c083e: Layer already exists [2021-01-14T18:21:50.724Z] 2327ec917f1a: Layer already exists [2021-01-14T18:21:50.724Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T18:21:50.724Z] c2a8cccddbc5: Layer already exists [2021-01-14T18:21:51.000Z] 0f74e9ff2a61: Layer already exists [2021-01-14T18:21:51.000Z] b122376c33c6: Layer already exists [2021-01-14T18:21:51.000Z] f8381ed47b22: Layer already exists [2021-01-14T18:21:51.000Z] e934a737d657: Layer already exists [2021-01-14T18:21:51.000Z] 60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37: digest: sha256:dad9c23a9417b334c355afb965b385bb22b975876b65a28bc7f56b85c9d064fc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:51.338Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:21:51.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-14T18:21:51.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T18:21:51.670Z] f5a1784b1a4d: Preparing [2021-01-14T18:21:51.670Z] 5b97a5a32662: Preparing [2021-01-14T18:21:51.670Z] 75b718f4f0a6: Preparing [2021-01-14T18:21:51.670Z] 158212e4951c: Preparing [2021-01-14T18:21:51.670Z] f6e3e31e16df: Preparing [2021-01-14T18:21:51.670Z] 2327ec917f1a: Preparing [2021-01-14T18:21:51.670Z] c2a8cccddbc5: Preparing [2021-01-14T18:21:51.670Z] 9ded3b6bb9b5: Preparing [2021-01-14T18:21:51.670Z] fa1afe8e6ed9: Preparing [2021-01-14T18:21:51.670Z] 87a09b4c083e: Preparing [2021-01-14T18:21:51.670Z] 0f74e9ff2a61: Preparing [2021-01-14T18:21:51.670Z] b122376c33c6: Preparing [2021-01-14T18:21:51.670Z] f8381ed47b22: Preparing [2021-01-14T18:21:51.670Z] e934a737d657: Preparing [2021-01-14T18:21:51.670Z] 2327ec917f1a: Waiting [2021-01-14T18:21:51.670Z] c2a8cccddbc5: Waiting [2021-01-14T18:21:51.670Z] 9ded3b6bb9b5: Waiting [2021-01-14T18:21:51.670Z] fa1afe8e6ed9: Waiting [2021-01-14T18:21:51.670Z] 87a09b4c083e: Waiting [2021-01-14T18:21:51.670Z] 0f74e9ff2a61: Waiting [2021-01-14T18:21:51.670Z] b122376c33c6: Waiting [2021-01-14T18:21:51.670Z] f8381ed47b22: Waiting [2021-01-14T18:21:51.670Z] e934a737d657: Waiting [2021-01-14T18:21:51.670Z] f5a1784b1a4d: Layer already exists [2021-01-14T18:21:51.670Z] f6e3e31e16df: Layer already exists [2021-01-14T18:21:51.670Z] 75b718f4f0a6: Layer already exists [2021-01-14T18:21:51.670Z] 158212e4951c: Layer already exists [2021-01-14T18:21:51.670Z] 5b97a5a32662: Layer already exists [2021-01-14T18:21:51.940Z] 87a09b4c083e: Layer already exists [2021-01-14T18:21:51.940Z] c2a8cccddbc5: Layer already exists [2021-01-14T18:21:51.940Z] 2327ec917f1a: Layer already exists [2021-01-14T18:21:51.940Z] fa1afe8e6ed9: Layer already exists [2021-01-14T18:21:51.940Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T18:21:51.940Z] 0f74e9ff2a61: Layer already exists [2021-01-14T18:21:51.940Z] b122376c33c6: Layer already exists [2021-01-14T18:21:51.940Z] e934a737d657: Layer already exists [2021-01-14T18:21:51.940Z] f8381ed47b22: Layer already exists [2021-01-14T18:21:51.940Z] master: digest: sha256:dad9c23a9417b334c355afb965b385bb22b975876b65a28bc7f56b85c9d064fc size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T18:21:52.148Z] ===================================================== [Pipeline] echo [2021-01-14T18:21:52.191Z] taggedImages: [2021-01-14T18:21:52.191Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e [2021-01-14T18:21:52.191Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.37 [2021-01-14T18:21:52.191Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:60451040515ee9eeb901ca3bb1c4662a631f475e-2.0.0-dev.37 [2021-01-14T18:21:52.191Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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-01-14T18:21:53.742Z] provisioning config files... [2021-01-14T18:21:53.757Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/296@tmp/config4033499327830580479tmp [Pipeline] { [Pipeline] sh [2021-01-14T18:21:54.138Z] + set +x [2021-01-14T18:21:54.138Z] + curl -s https://codecov.io/bash [2021-01-14T18:21:54.138Z] + bash -s -- [2021-01-14T18:21:54.404Z] [2021-01-14T18:21:54.404Z] _____ _ [2021-01-14T18:21:54.404Z] / ____| | | [2021-01-14T18:21:54.404Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T18:21:54.404Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T18:21:54.404Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T18:21:54.404Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T18:21:54.404Z] Bash-20201231-23d4836 [2021-01-14T18:21:54.404Z] [2021-01-14T18:21:54.404Z] [2021-01-14T18:21:54.669Z] ==> git version 2.24.3 found [2021-01-14T18:21:54.669Z] ==> 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-01-14T18:21:54.669Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T18:21:54.669Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T18:21:54.669Z] ==> Jenkins CI detected. [2021-01-14T18:21:54.669Z] project root: . [2021-01-14T18:21:54.669Z] --> token set from env [2021-01-14T18:21:54.669Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T18:21:54.669Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T18:21:54.669Z] ==> Python coveragepy not found [2021-01-14T18:21:54.669Z] ==> Searching for coverage reports in: [2021-01-14T18:21:54.669Z] + . [2021-01-14T18:21:54.669Z] -> Found 1 reports [2021-01-14T18:21:54.669Z] ==> Detecting git/mercurial file structure [2021-01-14T18:21:54.669Z] ==> Reading reports [2021-01-14T18:21:54.669Z] + ./coverage.out bytes=550321 [2021-01-14T18:21:54.669Z] ==> Appending adjustments [2021-01-14T18:21:54.669Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T18:21:57.985Z] + Found adjustments [2021-01-14T18:21:57.985Z] ==> Gzipping contents [2021-01-14T18:21:57.985Z] 84K /tmp/codecov.zlgVgc.gz [2021-01-14T18:21:57.985Z] ==> Uploading reports [2021-01-14T18:21:57.985Z] url: https://codecov.io [2021-01-14T18:21:57.985Z] query: branch=master&commit=60451040515ee9eeb901ca3bb1c4662a631f475e&build=296&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F296%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T18:21:57.985Z] -> Pinging Codecov [2021-01-14T18:21:57.985Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=60451040515ee9eeb901ca3bb1c4662a631f475e&build=296&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F296%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T18:21:58.248Z] -> Uploading to [2021-01-14T18:21:58.248Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/60451040515ee9eeb901ca3bb1c4662a631f475e/7d7e9161-4f9b-4ae8-bbce-427d7adf2040.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T182158Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46ca3090cd8a02d854ae1663c7a3e2dc115bbd03fa1d2f9af4d07972c14a617b [2021-01-14T18:21:58.248Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:21:58.248Z] Dload Upload Total Spent Left Speed [2021-01-14T18:21:58.822Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83263 0 0 100 83263 0 150k --:--:-- --:--:-- --:--:-- 150k 100 83263 0 0 100 83263 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-01-14T18:21:58.822Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/60451040515ee9eeb901ca3bb1c4662a631f475e [Pipeline] } [2021-01-14T18:21:58.832Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-14T18:21:59.680Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-14T18:21:59.768Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:22:00.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T18:22:00.375Z] [2021-01-14T18:22:00.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:22:00.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T18:22:00.722Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-14T18:22:00.722Z] 188c0c94c7c5: Already exists [2021-01-14T18:22:00.722Z] 0ef7d3d256c8: Already exists [2021-01-14T18:22:00.722Z] de9db76c5a1d: Already exists [2021-01-14T18:22:00.722Z] 0eba1c9be4d2: Pulling fs layer [2021-01-14T18:22:00.722Z] 0d57e429df01: Pulling fs layer [2021-01-14T18:22:00.722Z] 4e4be7b47b0d: Pulling fs layer [2021-01-14T18:22:00.722Z] e1f770b5df2f: Pulling fs layer [2021-01-14T18:22:00.722Z] 85a0685a4137: Pulling fs layer [2021-01-14T18:22:00.722Z] e1f770b5df2f: Waiting [2021-01-14T18:22:00.722Z] 4e4be7b47b0d: Verifying Checksum [2021-01-14T18:22:00.722Z] 4e4be7b47b0d: Download complete [2021-01-14T18:22:00.722Z] 0d57e429df01: Verifying Checksum [2021-01-14T18:22:00.722Z] 0d57e429df01: Download complete [2021-01-14T18:22:02.649Z] e1f770b5df2f: Verifying Checksum [2021-01-14T18:22:02.649Z] e1f770b5df2f: Download complete [2021-01-14T18:22:04.580Z] 0eba1c9be4d2: Verifying Checksum [2021-01-14T18:22:04.580Z] 0eba1c9be4d2: Download complete [2021-01-14T18:22:05.168Z] 85a0685a4137: Verifying Checksum [2021-01-14T18:22:05.168Z] 85a0685a4137: Download complete [2021-01-14T18:22:10.484Z] 0eba1c9be4d2: Pull complete [2021-01-14T18:22:10.484Z] 0d57e429df01: Pull complete [2021-01-14T18:22:10.762Z] 4e4be7b47b0d: Pull complete [2021-01-14T18:22:15.003Z] e1f770b5df2f: Pull complete [2021-01-14T18:22:21.694Z] 85a0685a4137: Pull complete [2021-01-14T18:22:21.694Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-14T18:22:21.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T18:22:21.694Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-14T18:22:21.893Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:22:21.948Z] $ 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/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-14T18:22:22.892Z] $ docker top 1c1ace1b03e22d3cfc7ea89394ac6bae0b8e9ab998011c3269cc521b6bf89340 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T18:22:23.215Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-14T18:22:23.510Z] + set -o pipefail [2021-01-14T18:22:23.510Z] + snyk monitor '--org=edgex-jenkins' [2021-01-14T18:22:31.678Z] [2021-01-14T18:22:31.678Z] Monitoring /w/workspace/edgex-go/296 (github.com/edgexfoundry/edgex-go)... [2021-01-14T18:22:31.678Z] [2021-01-14T18:22:31.678Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e3c97e39-9dd4-4a3d-818a-c0ea59af9387 [2021-01-14T18:22:31.678Z] [2021-01-14T18:22:31.678Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-14T18:22:31.678Z] [2021-01-14T18:22:31.678Z] [Pipeline] } [2021-01-14T18:22:31.694Z] $ docker stop --time=1 1c1ace1b03e22d3cfc7ea89394ac6bae0b8e9ab998011c3269cc521b6bf89340 [2021-01-14T18:22:34.725Z] $ docker rm -f 1c1ace1b03e22d3cfc7ea89394ac6bae0b8e9ab998011c3269cc521b6bf89340 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-14T18:22:36.053Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T18:22:36.102Z] provisioning config files... [2021-01-14T18:22:36.120Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/296@tmp/config2713303263046924765tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:22:36.487Z] --> edgex-publish-swagger.sh [2021-01-14T18:22:36.487Z] === Publish openapi/v1 API === [2021-01-14T18:22:36.487Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-14T18:22:36.487Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/296/openapi/v1/core-command.yaml] [2021-01-14T18:22:36.487Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:36.487Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:37.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9169 0:00:01 0:00:01 --:--:-- 9173 100 10522 0 0 100 10522 0 9168 0:00:01 0:00:01 --:--:-- 9173 [2021-01-14T18:22:37.881Z] [2021-01-14T18:22:37.881Z] [2021-01-14T18:22:37.881Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/296/openapi/v1/core-data.yaml] [2021-01-14T18:22:37.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:37.881Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:38.827Z] 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 29435 0:00:01 0:00:01 --:--:-- 29463 [2021-01-14T18:22:38.828Z] [2021-01-14T18:22:38.828Z] [2021-01-14T18:22:38.828Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/296/openapi/v1/core-metadata.yaml] [2021-01-14T18:22:38.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:38.828Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:39.776Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 63585 0:00:01 0:00:01 --:--:-- 63552 100 73721 0 0 100 73721 0 63575 0:00:01 0:00:01 --:--:-- 63552 [2021-01-14T18:22:39.776Z] [2021-01-14T18:22:39.776Z] [2021-01-14T18:22:39.776Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/296/openapi/v1/support-logging.yaml] [2021-01-14T18:22:39.776Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:39.776Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:41.170Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11721 0:00:01 0:00:01 --:--:-- 11727 100 13581 0 0 100 13581 0 11717 0:00:01 0:00:01 --:--:-- 11727 [2021-01-14T18:22:41.170Z] [2021-01-14T18:22:41.170Z] [2021-01-14T18:22:41.170Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/296/openapi/v1/support-notifications.yaml] [2021-01-14T18:22:41.170Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:41.170Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:42.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34244 0:00:01 0:00:01 --:--:-- 34264 100 38890 0 0 100 38890 0 34237 0:00:01 0:00:01 --:--:-- 34264 [2021-01-14T18:22:42.122Z] [2021-01-14T18:22:42.122Z] [2021-01-14T18:22:42.122Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/296/openapi/v1/support-scheduler.yaml] [2021-01-14T18:22:42.122Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:42.122Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:43.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 14197 0:00:01 0:00:01 --:--:-- 14206 100 14249 0 0 100 14249 0 14194 0:00:01 0:00:01 --:--:-- 14206 [2021-01-14T18:22:43.517Z] [2021-01-14T18:22:43.517Z] [2021-01-14T18:22:43.517Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/296/openapi/v1/system-agent.yaml] [2021-01-14T18:22:43.517Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:43.517Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:44.464Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3853 0:00:01 0:00:01 --:--:-- 3855 100 4110 0 0 100 4110 0 3852 0:00:01 0:00:01 --:--:-- 3855 [2021-01-14T18:22:44.464Z] [2021-01-14T18:22:44.464Z] [2021-01-14T18:22:44.464Z] === Publish openapi/v2 API === [2021-01-14T18:22:44.464Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-14T18:22:44.464Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/296/openapi/v2/core-command.yaml] [2021-01-14T18:22:44.464Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:44.464Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:45.411Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 27908 0:00:01 0:00:01 --:--:-- 27916 100 29536 0 0 100 29536 0 27902 0:00:01 0:00:01 --:--:-- 27916 [2021-01-14T18:22:45.411Z] [2021-01-14T18:22:45.411Z] [2021-01-14T18:22:45.411Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/296/openapi/v2/core-data.yaml] [2021-01-14T18:22:45.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:45.411Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:46.358Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59079 0 0 100 59079 0 57319 0:00:01 0:00:01 --:--:-- 57358 100 59079 0 0 100 59079 0 57308 0:00:01 0:00:01 --:--:-- 57358 [2021-01-14T18:22:46.358Z] [2021-01-14T18:22:46.358Z] [2021-01-14T18:22:46.358Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/296/openapi/v2/core-metadata.yaml] [2021-01-14T18:22:46.358Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:46.358Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:47.753Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 118k 0:00:01 0:00:01 --:--:-- 118k 100 142k 0 0 100 142k 0 114k 0:00:01 0:00:01 --:--:-- 114k [2021-01-14T18:22:47.753Z] [2021-01-14T18:22:47.753Z] [2021-01-14T18:22:47.753Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/296/openapi/v2/support-logging.yaml] [2021-01-14T18:22:47.753Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:47.753Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:48.708Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 21432 0:00:01 0:00:01 --:--:-- 21421 100 23692 0 0 100 23692 0 21428 0:00:01 0:00:01 --:--:-- 21421 [2021-01-14T18:22:48.708Z] [2021-01-14T18:22:48.708Z] [2021-01-14T18:22:48.708Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/296/openapi/v2/support-notifications.yaml] [2021-01-14T18:22:48.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:48.708Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:50.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 55334 0:00:01 0:00:01 --:--:-- 55380 100 62691 0 0 100 62691 0 55325 0:00:01 0:00:01 --:--:-- 55380 [2021-01-14T18:22:50.104Z] [2021-01-14T18:22:50.104Z] [2021-01-14T18:22:50.104Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/296/openapi/v2/support-scheduler.yaml] [2021-01-14T18:22:50.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:50.104Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:51.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41533 0:00:01 0:00:01 --:--:-- 41544 100 46198 0 0 100 46198 0 41522 0:00:01 0:00:01 --:--:-- 41544 [2021-01-14T18:22:51.074Z] [2021-01-14T18:22:51.074Z] [2021-01-14T18:22:51.074Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/296/openapi/v2/system-agent.yaml] [2021-01-14T18:22:51.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T18:22:51.074Z] Dload Upload Total Spent Left Speed [2021-01-14T18:22:52.477Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20732 0:00:01 0:00:01 --:--:-- 20739 100 23726 0 0 100 23726 0 20729 0:00:01 0:00:01 --:--:-- 20739 [2021-01-14T18:22:52.477Z] [2021-01-14T18:22:52.477Z] [Pipeline] } [2021-01-14T18:22:52.488Z] 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-01-14T18:22:53.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:22:53.284Z] . [Pipeline] withDockerContainer [2021-01-14T18:22:53.388Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:22:53.436Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T18:22:54.416Z] $ docker top ffd734300569b88335dae64aa3225d5e088db9c53a2c8ddb06a32483c6fa33f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T18:22:54.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T18:22:54.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T18:22:54.966Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T18:22:54.970Z] $ docker exec ffd734300569b88335dae64aa3225d5e088db9c53a2c8ddb06a32483c6fa33f0 ssh-agent [2021-01-14T18:22:55.159Z] SSH_AUTH_SOCK=/tmp/ssh-KnGZyRnUb69d/agent.12 [2021-01-14T18:22:55.159Z] SSH_AGENT_PID=17 [2021-01-14T18:22:55.166Z] Running ssh-add (command line suppressed) [2021-01-14T18:22:55.305Z] Identity added: /w/workspace/edgex-go/296@tmp/private_key_8105795012949492731.key (/w/workspace/edgex-go/296@tmp/private_key_8105795012949492731.key) [2021-01-14T18:22:55.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T18:22:55.701Z] + git semver tag [2021-01-14T18:22:55.964Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T18:22:55.964Z] # $GIT_DIR = /w/workspace/edgex-go/296/.git [2021-01-14T18:22:55.964Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/296 [2021-01-14T18:22:55.964Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T18:22:55.964Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T18:22:55.964Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T18:22:55.964Z] # $SEMVER_BRANCH = master [2021-01-14T18:22:55.964Z] # $SEMVER_DIR = /w/workspace/edgex-go/296/.semver [2021-01-14T18:22:55.964Z] # 60451040515ee9eeb901ca3bb1c4662a631f475e HEAD [2021-01-14T18:22:56.539Z] # -> Force: false [2021-01-14T18:22:56.539Z] # b90adce79ce25ad8c5a2cddfe339197e50321981 refs/tags/v2.0.0-dev.37 [Pipeline] } [2021-01-14T18:22:56.551Z] $ docker exec --env ******** --env ******** ffd734300569b88335dae64aa3225d5e088db9c53a2c8ddb06a32483c6fa33f0 ssh-agent -k [2021-01-14T18:22:56.705Z] unset SSH_AUTH_SOCK; [2021-01-14T18:22:56.705Z] unset SSH_AGENT_PID; [2021-01-14T18:22:56.705Z] echo Agent pid 17 killed; [2021-01-14T18:22:56.773Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T18:22:57.292Z] + git semver [Pipeline] } [2021-01-14T18:22:57.318Z] $ docker stop --time=1 ffd734300569b88335dae64aa3225d5e088db9c53a2c8ddb06a32483c6fa33f0 [2021-01-14T18:22:58.737Z] $ docker rm -f ffd734300569b88335dae64aa3225d5e088db9c53a2c8ddb06a32483c6fa33f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:22:59.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T18:22:59.365Z] [2021-01-14T18:22:59.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:22:59.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T18:22:59.712Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-14T18:22:59.712Z] ab5ef0e58194: Pulling fs layer [2021-01-14T18:22:59.712Z] 9712f1f96733: Pulling fs layer [2021-01-14T18:22:59.712Z] 63f879dbbcfc: Pulling fs layer [2021-01-14T18:22:59.712Z] 0d9ebad4ef96: Pulling fs layer [2021-01-14T18:22:59.712Z] e9a5061849ea: Pulling fs layer [2021-01-14T18:22:59.712Z] d747dcd14b5f: Pulling fs layer [2021-01-14T18:22:59.712Z] 2de7ff778b66: Pulling fs layer [2021-01-14T18:22:59.712Z] e9a5061849ea: Waiting [2021-01-14T18:22:59.712Z] 0d9ebad4ef96: Waiting [2021-01-14T18:22:59.712Z] d747dcd14b5f: Waiting [2021-01-14T18:22:59.712Z] 2de7ff778b66: Waiting [2021-01-14T18:22:59.712Z] 9712f1f96733: Verifying Checksum [2021-01-14T18:22:59.712Z] 9712f1f96733: Download complete [2021-01-14T18:23:02.279Z] 63f879dbbcfc: Verifying Checksum [2021-01-14T18:23:02.279Z] 63f879dbbcfc: Download complete [2021-01-14T18:23:02.279Z] e9a5061849ea: Verifying Checksum [2021-01-14T18:23:02.279Z] e9a5061849ea: Download complete [2021-01-14T18:23:02.279Z] d747dcd14b5f: Download complete [2021-01-14T18:23:02.543Z] ab5ef0e58194: Download complete [2021-01-14T18:23:02.543Z] 0d9ebad4ef96: Verifying Checksum [2021-01-14T18:23:02.543Z] 0d9ebad4ef96: Download complete [2021-01-14T18:23:02.809Z] 2de7ff778b66: Download complete [2021-01-14T18:23:08.131Z] ab5ef0e58194: Pull complete [2021-01-14T18:23:08.131Z] 9712f1f96733: Pull complete [2021-01-14T18:23:10.056Z] 63f879dbbcfc: Pull complete [2021-01-14T18:23:18.228Z] 0d9ebad4ef96: Pull complete [2021-01-14T18:23:18.802Z] e9a5061849ea: Pull complete [2021-01-14T18:23:19.376Z] d747dcd14b5f: Pull complete [2021-01-14T18:23:21.940Z] 2de7ff778b66: Pull complete [2021-01-14T18:23:21.940Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-14T18:23:21.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T18:23:21.940Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-14T18:23:22.140Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:23:22.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-14T18:23:25.845Z] $ docker top 3a089c70f7f0f866826e2f06ad4841678125d58f85c4609bb03b2283581670a9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-14T18:23:26.126Z] provisioning config files... [2021-01-14T18:23:26.136Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/296@tmp/config7803917057718813631tmp [2021-01-14T18:23:26.154Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/296@tmp/config6634058940265073053tmp [2021-01-14T18:23:26.170Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/296@tmp/config8231247612921344503tmp [Pipeline] { [Pipeline] echo [2021-01-14T18:23:26.224Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:23:26.525Z] ---> sigul-configuration.sh [2021-01-14T18:23:26.526Z] gpg: directory `/root/.gnupg' created [2021-01-14T18:23:26.526Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-14T18:23:26.526Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-14T18:23:26.526Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-14T18:23:26.526Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-14T18:23:26.526Z] gpg: CAST5 encrypted data [2021-01-14T18:23:26.788Z] gpg: encrypted with 1 passphrase [2021-01-14T18:23:26.788Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-14T18:23:27.099Z] + mkdir /home/jenkins [2021-01-14T18:23:27.099Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-14T18:23:27.396Z] + 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-01-14T18:23:27.408Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:23:27.706Z] ---> sigul-install.sh [2021-01-14T18:23:33.011Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-14T18:23:33.314Z] + git tag --list [2021-01-14T18:23:33.314Z] 0.6.0 [2021-01-14T18:23:33.314Z] 0.6.1 [2021-01-14T18:23:33.314Z] 0.7.0 [2021-01-14T18:23:33.314Z] 0.7.1 [2021-01-14T18:23:33.314Z] v1.0.0 [2021-01-14T18:23:33.314Z] v1.0.1 [2021-01-14T18:23:33.314Z] v1.1.0 [2021-01-14T18:23:33.314Z] v1.2.0 [2021-01-14T18:23:33.314Z] v1.2.1 [2021-01-14T18:23:33.314Z] v1.2.2-dev.1 [2021-01-14T18:23:33.314Z] v1.2.2-dev.10 [2021-01-14T18:23:33.314Z] v1.2.2-dev.100 [2021-01-14T18:23:33.314Z] v1.2.2-dev.101 [2021-01-14T18:23:33.314Z] v1.2.2-dev.102 [2021-01-14T18:23:33.314Z] v1.2.2-dev.103 [2021-01-14T18:23:33.314Z] v1.2.2-dev.104 [2021-01-14T18:23:33.314Z] v1.2.2-dev.105 [2021-01-14T18:23:33.314Z] v1.2.2-dev.106 [2021-01-14T18:23:33.314Z] v1.2.2-dev.107 [2021-01-14T18:23:33.314Z] v1.2.2-dev.11 [2021-01-14T18:23:33.314Z] v1.2.2-dev.12 [2021-01-14T18:23:33.314Z] v1.2.2-dev.13 [2021-01-14T18:23:33.314Z] v1.2.2-dev.14 [2021-01-14T18:23:33.314Z] v1.2.2-dev.15 [2021-01-14T18:23:33.314Z] v1.2.2-dev.16 [2021-01-14T18:23:33.314Z] v1.2.2-dev.17 [2021-01-14T18:23:33.314Z] v1.2.2-dev.18 [2021-01-14T18:23:33.314Z] v1.2.2-dev.19 [2021-01-14T18:23:33.314Z] v1.2.2-dev.2 [2021-01-14T18:23:33.314Z] v1.2.2-dev.20 [2021-01-14T18:23:33.314Z] v1.2.2-dev.21 [2021-01-14T18:23:33.314Z] v1.2.2-dev.22 [2021-01-14T18:23:33.314Z] v1.2.2-dev.23 [2021-01-14T18:23:33.314Z] v1.2.2-dev.24 [2021-01-14T18:23:33.314Z] v1.2.2-dev.25 [2021-01-14T18:23:33.314Z] v1.2.2-dev.26 [2021-01-14T18:23:33.314Z] v1.2.2-dev.27 [2021-01-14T18:23:33.314Z] v1.2.2-dev.28 [2021-01-14T18:23:33.314Z] v1.2.2-dev.29 [2021-01-14T18:23:33.314Z] v1.2.2-dev.3 [2021-01-14T18:23:33.314Z] v1.2.2-dev.30 [2021-01-14T18:23:33.314Z] v1.2.2-dev.31 [2021-01-14T18:23:33.314Z] v1.2.2-dev.32 [2021-01-14T18:23:33.314Z] v1.2.2-dev.33 [2021-01-14T18:23:33.314Z] v1.2.2-dev.34 [2021-01-14T18:23:33.314Z] v1.2.2-dev.35 [2021-01-14T18:23:33.314Z] v1.2.2-dev.36 [2021-01-14T18:23:33.314Z] v1.2.2-dev.37 [2021-01-14T18:23:33.314Z] v1.2.2-dev.38 [2021-01-14T18:23:33.314Z] v1.2.2-dev.39 [2021-01-14T18:23:33.314Z] v1.2.2-dev.4 [2021-01-14T18:23:33.314Z] v1.2.2-dev.40 [2021-01-14T18:23:33.314Z] v1.2.2-dev.41 [2021-01-14T18:23:33.314Z] v1.2.2-dev.42 [2021-01-14T18:23:33.314Z] v1.2.2-dev.43 [2021-01-14T18:23:33.314Z] v1.2.2-dev.44 [2021-01-14T18:23:33.314Z] v1.2.2-dev.45 [2021-01-14T18:23:33.314Z] v1.2.2-dev.46 [2021-01-14T18:23:33.314Z] v1.2.2-dev.47 [2021-01-14T18:23:33.314Z] v1.2.2-dev.48 [2021-01-14T18:23:33.314Z] v1.2.2-dev.49 [2021-01-14T18:23:33.314Z] v1.2.2-dev.5 [2021-01-14T18:23:33.314Z] v1.2.2-dev.50 [2021-01-14T18:23:33.314Z] v1.2.2-dev.51 [2021-01-14T18:23:33.314Z] v1.2.2-dev.52 [2021-01-14T18:23:33.314Z] v1.2.2-dev.53 [2021-01-14T18:23:33.314Z] v1.2.2-dev.54 [2021-01-14T18:23:33.314Z] v1.2.2-dev.55 [2021-01-14T18:23:33.314Z] v1.2.2-dev.56 [2021-01-14T18:23:33.314Z] v1.2.2-dev.57 [2021-01-14T18:23:33.314Z] v1.2.2-dev.58 [2021-01-14T18:23:33.314Z] v1.2.2-dev.59 [2021-01-14T18:23:33.314Z] v1.2.2-dev.6 [2021-01-14T18:23:33.314Z] v1.2.2-dev.60 [2021-01-14T18:23:33.314Z] v1.2.2-dev.61 [2021-01-14T18:23:33.314Z] v1.2.2-dev.62 [2021-01-14T18:23:33.314Z] v1.2.2-dev.63 [2021-01-14T18:23:33.314Z] v1.2.2-dev.64 [2021-01-14T18:23:33.314Z] v1.2.2-dev.65 [2021-01-14T18:23:33.314Z] v1.2.2-dev.66 [2021-01-14T18:23:33.314Z] v1.2.2-dev.67 [2021-01-14T18:23:33.314Z] v1.2.2-dev.68 [2021-01-14T18:23:33.314Z] v1.2.2-dev.69 [2021-01-14T18:23:33.314Z] v1.2.2-dev.7 [2021-01-14T18:23:33.314Z] v1.2.2-dev.70 [2021-01-14T18:23:33.314Z] v1.2.2-dev.71 [2021-01-14T18:23:33.314Z] v1.2.2-dev.72 [2021-01-14T18:23:33.314Z] v1.2.2-dev.73 [2021-01-14T18:23:33.314Z] v1.2.2-dev.74 [2021-01-14T18:23:33.314Z] v1.2.2-dev.75 [2021-01-14T18:23:33.314Z] v1.2.2-dev.76 [2021-01-14T18:23:33.314Z] v1.2.2-dev.77 [2021-01-14T18:23:33.314Z] v1.2.2-dev.78 [2021-01-14T18:23:33.314Z] v1.2.2-dev.79 [2021-01-14T18:23:33.314Z] v1.2.2-dev.8 [2021-01-14T18:23:33.314Z] v1.2.2-dev.80 [2021-01-14T18:23:33.314Z] v1.2.2-dev.81 [2021-01-14T18:23:33.314Z] v1.2.2-dev.82 [2021-01-14T18:23:33.314Z] v1.2.2-dev.83 [2021-01-14T18:23:33.314Z] v1.2.2-dev.84 [2021-01-14T18:23:33.314Z] v1.2.2-dev.85 [2021-01-14T18:23:33.314Z] v1.2.2-dev.86 [2021-01-14T18:23:33.314Z] v1.2.2-dev.87 [2021-01-14T18:23:33.315Z] v1.2.2-dev.88 [2021-01-14T18:23:33.315Z] v1.2.2-dev.89 [2021-01-14T18:23:33.315Z] v1.2.2-dev.9 [2021-01-14T18:23:33.315Z] v1.2.2-dev.90 [2021-01-14T18:23:33.315Z] v1.2.2-dev.91 [2021-01-14T18:23:33.315Z] v1.2.2-dev.92 [2021-01-14T18:23:33.315Z] v1.2.2-dev.93 [2021-01-14T18:23:33.315Z] v1.2.2-dev.94 [2021-01-14T18:23:33.315Z] v1.2.2-dev.95 [2021-01-14T18:23:33.315Z] v1.2.2-dev.96 [2021-01-14T18:23:33.315Z] v1.2.2-dev.97 [2021-01-14T18:23:33.315Z] v1.2.2-dev.98 [2021-01-14T18:23:33.315Z] v1.2.2-dev.99 [2021-01-14T18:23:33.315Z] v1.3.0 [2021-01-14T18:23:33.315Z] v1.3.1-dev.1 [2021-01-14T18:23:33.315Z] v1.3.1-dev.10 [2021-01-14T18:23:33.315Z] v1.3.1-dev.11 [2021-01-14T18:23:33.315Z] v1.3.1-dev.12 [2021-01-14T18:23:33.315Z] v1.3.1-dev.13 [2021-01-14T18:23:33.315Z] v1.3.1-dev.14 [2021-01-14T18:23:33.315Z] v1.3.1-dev.15 [2021-01-14T18:23:33.315Z] v1.3.1-dev.16 [2021-01-14T18:23:33.315Z] v1.3.1-dev.17 [2021-01-14T18:23:33.315Z] v1.3.1-dev.18 [2021-01-14T18:23:33.315Z] v1.3.1-dev.2 [2021-01-14T18:23:33.315Z] v1.3.1-dev.3 [2021-01-14T18:23:33.315Z] v1.3.1-dev.4 [2021-01-14T18:23:33.315Z] v1.3.1-dev.5 [2021-01-14T18:23:33.315Z] v1.3.1-dev.6 [2021-01-14T18:23:33.315Z] v1.3.1-dev.7 [2021-01-14T18:23:33.315Z] v1.3.1-dev.8 [2021-01-14T18:23:33.315Z] v1.3.1-dev.9 [2021-01-14T18:23:33.315Z] v2.0.0-dev.1 [2021-01-14T18:23:33.315Z] v2.0.0-dev.10 [2021-01-14T18:23:33.315Z] v2.0.0-dev.11 [2021-01-14T18:23:33.315Z] v2.0.0-dev.12 [2021-01-14T18:23:33.315Z] v2.0.0-dev.13 [2021-01-14T18:23:33.315Z] v2.0.0-dev.14 [2021-01-14T18:23:33.315Z] v2.0.0-dev.15 [2021-01-14T18:23:33.315Z] v2.0.0-dev.16 [2021-01-14T18:23:33.315Z] v2.0.0-dev.17 [2021-01-14T18:23:33.315Z] v2.0.0-dev.18 [2021-01-14T18:23:33.315Z] v2.0.0-dev.19 [2021-01-14T18:23:33.315Z] v2.0.0-dev.2 [2021-01-14T18:23:33.315Z] v2.0.0-dev.20 [2021-01-14T18:23:33.315Z] v2.0.0-dev.21 [2021-01-14T18:23:33.315Z] v2.0.0-dev.22 [2021-01-14T18:23:33.315Z] v2.0.0-dev.23 [2021-01-14T18:23:33.315Z] v2.0.0-dev.24 [2021-01-14T18:23:33.315Z] v2.0.0-dev.25 [2021-01-14T18:23:33.315Z] v2.0.0-dev.26 [2021-01-14T18:23:33.315Z] v2.0.0-dev.27 [2021-01-14T18:23:33.315Z] v2.0.0-dev.28 [2021-01-14T18:23:33.315Z] v2.0.0-dev.29 [2021-01-14T18:23:33.315Z] v2.0.0-dev.3 [2021-01-14T18:23:33.315Z] v2.0.0-dev.30 [2021-01-14T18:23:33.315Z] v2.0.0-dev.31 [2021-01-14T18:23:33.315Z] v2.0.0-dev.32 [2021-01-14T18:23:33.315Z] v2.0.0-dev.33 [2021-01-14T18:23:33.315Z] v2.0.0-dev.34 [2021-01-14T18:23:33.315Z] v2.0.0-dev.35 [2021-01-14T18:23:33.315Z] v2.0.0-dev.36 [2021-01-14T18:23:33.315Z] v2.0.0-dev.37 [2021-01-14T18:23:33.315Z] v2.0.0-dev.4 [2021-01-14T18:23:33.315Z] v2.0.0-dev.5 [2021-01-14T18:23:33.315Z] v2.0.0-dev.6 [2021-01-14T18:23:33.315Z] v2.0.0-dev.7 [2021-01-14T18:23:33.315Z] v2.0.0-dev.8 [2021-01-14T18:23:33.315Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-14T18:23:33.694Z] + lftools sign git-tag v2.0.0-dev.37 [2021-01-14T18:23:35.114Z] Signing Git tag with Sigul... [2021-01-14T18:23:35.114Z] Signing v2.0.0-dev.37 [Pipeline] echo [2021-01-14T18:23:38.432Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:23:38.728Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-14T18:23:38.737Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-14T18:23:38.828Z] $ docker stop --time=1 3a089c70f7f0f866826e2f06ad4841678125d58f85c4609bb03b2283581670a9 [2021-01-14T18:23:40.769Z] $ docker rm -f 3a089c70f7f0f866826e2f06ad4841678125d58f85c4609bb03b2283581670a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:23:41.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:23:41.553Z] . [Pipeline] withDockerContainer [2021-01-14T18:23:41.656Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:23:41.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T18:23:42.405Z] $ docker top 1142367603b1c1e4a3e52bb22846c3f0f4dc3f8509b4f8cfa498fbfa2ff86cc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T18:23:42.730Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T18:23:42.730Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T18:23:42.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T18:23:42.935Z] $ docker exec 1142367603b1c1e4a3e52bb22846c3f0f4dc3f8509b4f8cfa498fbfa2ff86cc1 ssh-agent [2021-01-14T18:23:43.114Z] SSH_AUTH_SOCK=/tmp/ssh-i5V35nM26lfV/agent.12 [2021-01-14T18:23:43.114Z] SSH_AGENT_PID=18 [2021-01-14T18:23:43.121Z] Running ssh-add (command line suppressed) [2021-01-14T18:23:43.256Z] Identity added: /w/workspace/edgex-go/296@tmp/private_key_8385058490559804846.key (/w/workspace/edgex-go/296@tmp/private_key_8385058490559804846.key) [2021-01-14T18:23:43.319Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T18:23:43.648Z] + git semver bump pre [2021-01-14T18:23:43.648Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T18:23:43.648Z] # $GIT_DIR = /w/workspace/edgex-go/296/.git [2021-01-14T18:23:43.648Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/296 [2021-01-14T18:23:43.648Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T18:23:43.648Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T18:23:43.648Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T18:23:43.648Z] # $SEMVER_BRANCH = master [2021-01-14T18:23:43.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/296/.semver [2021-01-14T18:23:43.648Z] 2.0.0-dev.38 [Pipeline] } [2021-01-14T18:23:43.660Z] $ docker exec --env ******** --env ******** 1142367603b1c1e4a3e52bb22846c3f0f4dc3f8509b4f8cfa498fbfa2ff86cc1 ssh-agent -k [2021-01-14T18:23:43.780Z] unset SSH_AUTH_SOCK; [2021-01-14T18:23:43.780Z] unset SSH_AGENT_PID; [2021-01-14T18:23:43.780Z] echo Agent pid 18 killed; [2021-01-14T18:23:43.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T18:23:44.292Z] + git semver [Pipeline] } [2021-01-14T18:23:44.312Z] $ docker stop --time=1 1142367603b1c1e4a3e52bb22846c3f0f4dc3f8509b4f8cfa498fbfa2ff86cc1 [2021-01-14T18:23:45.675Z] $ docker rm -f 1142367603b1c1e4a3e52bb22846c3f0f4dc3f8509b4f8cfa498fbfa2ff86cc1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:23:46.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:23:46.201Z] . [Pipeline] withDockerContainer [2021-01-14T18:23:46.304Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:23:46.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T18:23:47.065Z] $ docker top 6713ff445d7c7d419cdbf3149548548a99cfb9c363daa7e488c46f76958d52fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T18:23:47.358Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T18:23:47.359Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T18:23:47.554Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T18:23:47.558Z] $ docker exec 6713ff445d7c7d419cdbf3149548548a99cfb9c363daa7e488c46f76958d52fc ssh-agent [2021-01-14T18:23:47.735Z] SSH_AUTH_SOCK=/tmp/ssh-cMgrMQOMq4XA/agent.11 [2021-01-14T18:23:47.735Z] SSH_AGENT_PID=16 [2021-01-14T18:23:47.742Z] Running ssh-add (command line suppressed) [2021-01-14T18:23:47.874Z] Identity added: /w/workspace/edgex-go/296@tmp/private_key_759928022656285175.key (/w/workspace/edgex-go/296@tmp/private_key_759928022656285175.key) [2021-01-14T18:23:47.931Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T18:23:48.265Z] + git semver push [2021-01-14T18:23:48.265Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T18:23:48.265Z] # $GIT_DIR = /w/workspace/edgex-go/296/.git [2021-01-14T18:23:48.265Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/296 [2021-01-14T18:23:48.265Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T18:23:48.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T18:23:48.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T18:23:48.265Z] # $SEMVER_BRANCH = master [2021-01-14T18:23:48.265Z] # $SEMVER_DIR = /w/workspace/edgex-go/296/.semver [Pipeline] } [2021-01-14T18:24:00.533Z] $ docker exec --env ******** --env ******** 6713ff445d7c7d419cdbf3149548548a99cfb9c363daa7e488c46f76958d52fc ssh-agent -k [2021-01-14T18:24:00.697Z] unset SSH_AUTH_SOCK; [2021-01-14T18:24:00.697Z] unset SSH_AGENT_PID; [2021-01-14T18:24:00.697Z] echo Agent pid 16 killed; [2021-01-14T18:24:00.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T18:24:01.288Z] + git semver [Pipeline] } [2021-01-14T18:24:01.306Z] $ docker stop --time=1 6713ff445d7c7d419cdbf3149548548a99cfb9c363daa7e488c46f76958d52fc [2021-01-14T18:24:02.686Z] $ docker rm -f 6713ff445d7c7d419cdbf3149548548a99cfb9c363daa7e488c46f76958d52fc [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-01-14T18:24:04.014Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:24:04.896Z] ---> package-listing.sh [2021-01-14T18:24:04.896Z] ++ facter osfamily [2021-01-14T18:24:04.896Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T18:24:04.896Z] + OS_FAMILY=redhat [2021-01-14T18:24:04.896Z] + workspace=/w/workspace/edgex-go/296 [2021-01-14T18:24:04.896Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T18:24:04.896Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T18:24:04.896Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T18:24:04.896Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T18:24:04.896Z] + '[' /w/workspace/edgex-go/296 ']' [2021-01-14T18:24:04.896Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T18:24:04.896Z] + case "${OS_FAMILY}" in [2021-01-14T18:24:04.896Z] + rpm -qa [2021-01-14T18:24:04.896Z] + sort [2021-01-14T18:24:10.201Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T18:24:10.201Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T18:24:10.201Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T18:24:10.201Z] + '[' /w/workspace/edgex-go/296 ']' [2021-01-14T18:24:10.201Z] + mkdir -p /w/workspace/edgex-go/296/archives/ [2021-01-14T18:24:10.201Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/296/archives/ [Pipeline] echo [2021-01-14T18:24:10.232Z] 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/296/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T18:24:10.725Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:24:11.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T18:24:11.028Z] [2021-01-14T18:24:11.028Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:24:11.367Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T18:24:11.367Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T18:24:11.367Z] df20fa9351a1: Pulling fs layer [2021-01-14T18:24:11.367Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T18:24:11.367Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T18:24:11.367Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T18:24:11.367Z] 93b61091891f: Pulling fs layer [2021-01-14T18:24:11.367Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T18:24:11.367Z] 5e14af77c1be: Pulling fs layer [2021-01-14T18:24:11.367Z] 01666e4c0597: Pulling fs layer [2021-01-14T18:24:11.367Z] aa168da1d23b: Pulling fs layer [2021-01-14T18:24:11.367Z] 93b9cdb0e59b: Waiting [2021-01-14T18:24:11.367Z] 5e14af77c1be: Waiting [2021-01-14T18:24:11.367Z] 01666e4c0597: Waiting [2021-01-14T18:24:11.367Z] aa168da1d23b: Waiting [2021-01-14T18:24:11.367Z] 46f8f816bc3b: Waiting [2021-01-14T18:24:11.367Z] 93b61091891f: Waiting [2021-01-14T18:24:11.367Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T18:24:11.367Z] 46f8f816bc3b: Download complete [2021-01-14T18:24:11.632Z] df20fa9351a1: Verifying Checksum [2021-01-14T18:24:11.632Z] df20fa9351a1: Download complete [2021-01-14T18:24:11.632Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T18:24:11.632Z] 93b9cdb0e59b: Download complete [2021-01-14T18:24:11.632Z] 5e14af77c1be: Download complete [2021-01-14T18:24:11.632Z] 01666e4c0597: Verifying Checksum [2021-01-14T18:24:11.632Z] 01666e4c0597: Download complete [2021-01-14T18:24:11.632Z] 93b61091891f: Verifying Checksum [2021-01-14T18:24:11.632Z] 93b61091891f: Download complete [2021-01-14T18:24:11.894Z] df20fa9351a1: Pull complete [2021-01-14T18:24:12.156Z] 36b3adc4ff6f: Pull complete [2021-01-14T18:24:12.419Z] 8ad3a11d3b57: Download complete [2021-01-14T18:24:13.819Z] 8ad3a11d3b57: Pull complete [2021-01-14T18:24:14.080Z] 46f8f816bc3b: Pull complete [2021-01-14T18:24:14.080Z] aa168da1d23b: Verifying Checksum [2021-01-14T18:24:14.080Z] aa168da1d23b: Download complete [2021-01-14T18:24:14.656Z] 93b61091891f: Pull complete [2021-01-14T18:24:14.656Z] 93b9cdb0e59b: Pull complete [2021-01-14T18:24:14.918Z] 5e14af77c1be: Pull complete [2021-01-14T18:24:14.918Z] 01666e4c0597: Pull complete [2021-01-14T18:24:23.103Z] aa168da1d23b: Pull complete [2021-01-14T18:24:23.103Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T18:24:23.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T18:24:23.103Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T18:24:23.272Z] prd-centos7-docker-4c-2g-20277 does not seem to be running inside a container [2021-01-14T18:24:23.321Z] $ 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/296/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/296 -v /w/workspace/edgex-go/296:/w/workspace/edgex-go/296:rw,z -v /w/workspace/edgex-go/296@tmp:/w/workspace/edgex-go/296@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T18:24:27.057Z] $ docker top 93e2254cfd0549fc229ab961d21005896460d001b00ec9dde9f1a4a599c445ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:24:27.574Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T18:24:27.876Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T18:24:28.182Z] + ls /var/log/sa-host [2021-01-14T18:24:28.182Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T18:24:28.182Z] file_magic: OK [2021-01-14T18:24:28.182Z] HZ: Using current value: 100 [2021-01-14T18:24:28.182Z] file_header: OK [2021-01-14T18:24:28.182Z] 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-01-14T18:24:28.182Z] Statistics: [2021-01-14T18:24:28.182Z] 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... [2021-01-14T18:24:28.182Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T18:24:28.182Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T18:24:28.182Z] file_magic: OK [2021-01-14T18:24:28.182Z] HZ: Using current value: 100 [2021-01-14T18:24:28.182Z] file_header: OK [2021-01-14T18:24:28.182Z] 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-01-14T18:24:28.182Z] Statistics: [2021-01-14T18:24:28.182Z] Hnuu...uuuununununu... [2021-01-14T18:24:28.182Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T18:24:28.806Z] provisioning config files... [2021-01-14T18:24:28.829Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/296@tmp/config5872639246648835967tmp [Pipeline] { [Pipeline] echo [2021-01-14T18:24:28.892Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:24:29.191Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T18:24:29.201Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T18:24:29.287Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:24:29.585Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T18:24:29.596Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:24:29.893Z] ---> sudo-logs.sh [2021-01-14T18:24:29.893Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T18:24:29.903Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:24:30.200Z] ---> job-cost.sh [2021-01-14T18:24:30.201Z] lf-activate-venv: SKIPPING [2021-01-14T18:24:30.201Z] INFO: No Stack... [2021-01-14T18:24:31.591Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T18:24:32.165Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T18:24:32.178Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:24:32.474Z] ---> logs-deploy.sh [2021-01-14T18:24:32.474Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/296 [2021-01-14T18:24:32.474Z] INFO: archiving workspace using pattern(s): [2021-01-14T18:24:33.863Z] Archives upload complete. [2021-01-14T18:24:34.124Z] INFO: archiving logs to Nexus [2021-01-14T18:24:35.071Z] ---> uname -a: [2021-01-14T18:24:35.071Z] Linux prd-centos7-docker-4c-2g-20277.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-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] ---> lscpu: [2021-01-14T18:24:35.071Z] Architecture: x86_64 [2021-01-14T18:24:35.071Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-14T18:24:35.071Z] Byte Order: Little Endian [2021-01-14T18:24:35.071Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-14T18:24:35.071Z] CPU(s): 4 [2021-01-14T18:24:35.071Z] On-line CPU(s) list: 0-3 [2021-01-14T18:24:35.071Z] Thread(s) per core: 1 [2021-01-14T18:24:35.071Z] Core(s) per socket: 1 [2021-01-14T18:24:35.071Z] Socket(s): 4 [2021-01-14T18:24:35.071Z] NUMA node(s): 1 [2021-01-14T18:24:35.071Z] Vendor ID: GenuineIntel [2021-01-14T18:24:35.071Z] CPU family: 6 [2021-01-14T18:24:35.071Z] Model: 44 [2021-01-14T18:24:35.071Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-14T18:24:35.071Z] Stepping: 1 [2021-01-14T18:24:35.071Z] CPU MHz: 2933.438 [2021-01-14T18:24:35.071Z] BogoMIPS: 5866.87 [2021-01-14T18:24:35.071Z] Virtualization: VT-x [2021-01-14T18:24:35.071Z] Hypervisor vendor: KVM [2021-01-14T18:24:35.071Z] Virtualization type: full [2021-01-14T18:24:35.071Z] L1d cache: 128 KiB [2021-01-14T18:24:35.071Z] L1i cache: 128 KiB [2021-01-14T18:24:35.071Z] L2 cache: 16 MiB [2021-01-14T18:24:35.071Z] L3 cache: 64 MiB [2021-01-14T18:24:35.071Z] NUMA node0 CPU(s): 0-3 [2021-01-14T18:24:35.071Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-14T18:24:35.071Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-14T18:24:35.071Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-14T18:24:35.071Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-14T18:24:35.071Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-14T18:24:35.071Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-14T18:24:35.071Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-14T18:24:35.071Z] Vulnerability Srbds: Not affected [2021-01-14T18:24:35.071Z] Vulnerability Tsx async abort: Not affected [2021-01-14T18:24:35.071Z] 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-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] ---> nproc: [2021-01-14T18:24:35.071Z] 4 [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] ---> df -h: [2021-01-14T18:24:35.071Z] Filesystem Size Used Available Use% Mounted on [2021-01-14T18:24:35.071Z] overlay 50.0G 12.9G 37.1G 26% / [2021-01-14T18:24:35.071Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-14T18:24:35.071Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-14T18:24:35.071Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/296 [2021-01-14T18:24:35.071Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/296@tmp [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] ---> free -m: [2021-01-14T18:24:35.071Z] total used free shared buff/cache available [2021-01-14T18:24:35.071Z] Mem: 1837 765 222 0 849 1000 [2021-01-14T18:24:35.071Z] Swap: 1023 69 954 [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] ---> ip addr: [2021-01-14T18:24:35.071Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-14T18:24:35.071Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-14T18:24:35.071Z] inet 127.0.0.1/8 scope host lo [2021-01-14T18:24:35.071Z] valid_lft forever preferred_lft forever [2021-01-14T18:24:35.071Z] inet6 ::1/128 scope host [2021-01-14T18:24:35.071Z] valid_lft forever preferred_lft forever [2021-01-14T18:24:35.071Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-14T18:24:35.071Z] link/ether fa:16:3e:00:c7:8f brd ff:ff:ff:ff:ff:ff [2021-01-14T18:24:35.071Z] inet 10.30.122.120/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-14T18:24:35.071Z] valid_lft 85417sec preferred_lft 85417sec [2021-01-14T18:24:35.071Z] inet6 fe80::f816:3eff:fe00:c78f/64 scope link [2021-01-14T18:24:35.071Z] valid_lft forever preferred_lft forever [2021-01-14T18:24:35.071Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-14T18:24:35.071Z] link/ether 02:42:56:a1:d2:fd brd ff:ff:ff:ff:ff:ff [2021-01-14T18:24:35.071Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-14T18:24:35.071Z] valid_lft forever preferred_lft forever [2021-01-14T18:24:35.071Z] inet6 fe80::42:56ff:fea1:d2fd/64 scope link [2021-01-14T18:24:35.071Z] valid_lft forever preferred_lft forever [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] ---> sar -b -r -n DEV: [2021-01-14T18:24:35.071Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] 18:08:00 LINUX RESTART (4 CPU) [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] 18:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-14T18:24:35.071Z] 18:10:01 247.64 129.28 118.36 0.00 8906.24 47170.41 0.00 [2021-01-14T18:24:35.071Z] 18:11:01 271.30 113.40 157.90 0.00 4710.61 23581.53 0.00 [2021-01-14T18:24:35.071Z] 18:12:01 184.09 90.15 93.94 0.00 4137.68 10445.21 0.00 [2021-01-14T18:24:35.071Z] 18:13:02 481.68 268.80 212.88 0.00 73680.55 144630.81 0.00 [2021-01-14T18:24:35.071Z] 18:14:01 3337.90 2992.85 345.06 0.00 157689.91 168786.61 0.00 [2021-01-14T18:24:35.071Z] 18:15:04 516.91 221.69 295.22 0.00 84429.92 124551.75 0.00 [2021-01-14T18:24:35.071Z] 18:16:02 2380.00 2094.44 285.56 0.00 110868.42 114310.64 0.00 [2021-01-14T18:24:35.071Z] 18:17:01 237.41 46.01 191.40 0.00 7700.07 30410.38 0.00 [2021-01-14T18:24:35.071Z] 18:18:01 28.21 15.68 12.53 0.00 2598.40 228.96 0.00 [2021-01-14T18:24:35.071Z] 18:19:01 2.40 0.50 1.90 0.00 61.56 38.02 0.00 [2021-01-14T18:24:35.071Z] 18:20:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-01-14T18:24:35.071Z] 18:21:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 [2021-01-14T18:24:35.071Z] 18:22:01 19.18 18.68 0.50 0.00 1298.43 23.89 0.00 [2021-01-14T18:24:35.071Z] 18:23:01 338.19 197.95 140.24 0.00 12083.57 36750.93 0.00 [2021-01-14T18:24:35.071Z] 18:24:01 204.54 67.85 136.69 0.00 5358.14 33189.67 0.00 [2021-01-14T18:24:35.071Z] Average: 542.49 409.72 132.77 0.00 31484.43 49013.41 0.00 [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] 18:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-14T18:24:35.071Z] 18:10:01 82972 0 736796 39.16 1600 1060176 1437664 49.07 572892 985972 52628 [2021-01-14T18:24:35.071Z] 18:11:01 242696 0 776068 41.25 924 861856 1638944 55.93 591496 774760 27288 [2021-01-14T18:24:35.071Z] 18:12:01 212116 0 799492 42.49 752 869184 1442460 49.23 632288 750692 69904 [2021-01-14T18:24:35.071Z] 18:13:02 67756 0 845620 44.94 108 968060 2256608 77.01 722436 888584 37616 [2021-01-14T18:24:35.071Z] 18:14:01 125928 0 1285812 68.34 108 469696 4118124 140.54 898540 594512 22920 [2021-01-14T18:24:35.071Z] 18:15:04 276456 0 704556 37.45 108 900424 1551920 52.96 716044 679584 82016 [2021-01-14T18:24:35.071Z] 18:16:02 115548 0 1070772 56.91 108 695116 3049328 104.07 817572 696276 40864 [2021-01-14T18:24:35.071Z] 18:17:01 76784 0 687620 36.55 108 1117032 1422472 48.55 640172 913312 24 [2021-01-14T18:24:35.071Z] 18:18:01 104468 0 657456 34.94 108 1119512 1213440 41.41 688608 838528 8 [2021-01-14T18:24:35.071Z] 18:19:01 103136 0 656892 34.91 108 1121408 1188684 40.57 692076 837028 8 [2021-01-14T18:24:35.071Z] 18:20:01 104248 0 655760 34.85 108 1121428 1178404 40.22 691276 836896 8 [2021-01-14T18:24:35.071Z] 18:21:01 104632 0 655340 34.83 108 1121464 1178440 40.22 691520 836904 12 [2021-01-14T18:24:35.071Z] 18:22:01 76336 0 685812 36.45 108 1119288 1373172 46.86 711120 842688 10660 [2021-01-14T18:24:35.071Z] 18:23:01 79788 0 713936 37.94 0 1087820 1394724 47.60 658628 860948 101376 [2021-01-14T18:24:35.071Z] 18:24:01 295088 0 761740 40.48 0 824716 1479336 50.49 480140 771860 40 [2021-01-14T18:24:35.071Z] Average: 137863 0 779578 41.43 290 963812 1728248 58.98 680321 807236 29691 [2021-01-14T18:24:35.071Z] [2021-01-14T18:24:35.071Z] 18:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-14T18:24:35.071Z] 18:10:01 vethd5dcbca 23.23 46.10 1.60 275.68 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:10:01 eth0 1153.17 1407.68 6206.28 149.19 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:10:01 docker0 1113.79 811.91 83.51 2992.96 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:11:01 eth0 158.55 128.33 584.50 22.05 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:11:01 veth207fe22 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:11:01 docker0 110.19 126.85 8.56 555.40 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:12:01 eth0 48.52 34.04 30.67 76.88 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:12:01 veth207fe22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:13:02 vethb8af2dd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:13:02 eth0 194.42 163.10 1671.46 76.46 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:14:01 vethccca1b5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:14:01 vethdb2bdf8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:14:01 vethb8af2dd 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:14:01 eth0 44.79 24.24 166.26 9.46 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:15:04 vethb8af2dd 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:15:04 eth0 51.52 28.93 180.53 14.58 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:15:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:15:04 docker0 1171.61 921.63 87.71 3590.16 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:16:02 veth9dbf06f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:16:02 vethb8af2dd 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:16:02 eth0 44.43 28.42 110.11 79.50 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:17:01 eth0 273.31 217.30 1733.67 111.54 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:17:01 docker0 1319.84 1087.73 97.57 4369.57 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.071Z] 18:18:01 eth0 367.93 360.92 169.24 1479.22 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:19:01 eth0 0.23 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:21:01 eth0 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:22:01 eth0 28.92 24.06 188.36 6.21 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:23:01 eth0 649.88 588.36 5805.34 114.30 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:23:01 docker0 33.50 31.64 3.22 218.72 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:24:01 veth5326d85 2.51 2.06 0.71 0.91 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:24:01 eth0 262.20 221.41 1735.79 70.97 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] 18:24:01 docker0 29.60 35.79 2.03 202.62 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] Average: veth5326d85 0.17 0.14 0.05 0.06 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] Average: eth0 217.64 213.98 1234.72 147.23 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] Average: docker0 90.89 75.94 6.76 315.12 0.00 0.00 0.00 0.00 [2021-01-14T18:24:35.072Z] [2021-01-14T18:24:35.072Z] [2021-01-14T18:24:35.072Z] ---> sar -P ALL: [2021-01-14T18:24:35.072Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T18:24:35.072Z] [2021-01-14T18:24:35.072Z] 18:08:00 LINUX RESTART (4 CPU) [2021-01-14T18:24:35.072Z] [2021-01-14T18:24:35.072Z] 18:09:02 CPU %user %nice %system %iowait %steal %idle [2021-01-14T18:24:35.072Z] 18:10:01 all 16.37 0.00 9.57 2.65 0.08 71.33 [2021-01-14T18:24:35.072Z] 18:10:01 0 18.29 0.00 11.80 2.93 0.07 66.91 [2021-01-14T18:24:35.072Z] 18:10:01 1 13.73 0.00 7.73 3.29 0.12 75.12 [2021-01-14T18:24:35.072Z] 18:10:01 2 18.49 0.00 9.27 2.18 0.07 69.99 [2021-01-14T18:24:35.072Z] 18:10:01 3 15.00 0.00 9.51 2.20 0.05 73.24 [2021-01-14T18:24:35.072Z] 18:11:01 all 30.03 0.00 10.50 8.00 0.08 51.40 [2021-01-14T18:24:35.072Z] 18:11:01 0 30.06 0.00 11.29 8.75 0.07 49.83 [2021-01-14T18:24:35.072Z] 18:11:01 1 30.95 0.00 9.68 7.66 0.05 51.66 [2021-01-14T18:24:35.072Z] 18:11:01 2 30.01 0.00 10.46 8.48 0.09 50.96 [2021-01-14T18:24:35.072Z] 18:11:01 3 29.10 0.00 10.56 7.08 0.10 53.15 [2021-01-14T18:24:35.072Z] 18:12:01 all 57.49 0.00 15.15 4.39 0.03 22.93 [2021-01-14T18:24:35.072Z] 18:12:01 0 59.14 0.00 14.90 3.09 0.03 22.83 [2021-01-14T18:24:35.072Z] 18:12:01 1 56.69 0.00 14.99 4.51 0.03 23.78 [2021-01-14T18:24:35.072Z] 18:12:01 2 56.63 0.00 15.10 5.41 0.03 22.83 [2021-01-14T18:24:35.072Z] 18:12:01 3 57.51 0.00 15.60 4.58 0.03 22.28 [2021-01-14T18:24:35.072Z] 18:13:02 all 22.35 0.00 18.06 6.36 0.08 53.15 [2021-01-14T18:24:35.072Z] 18:13:02 0 23.34 0.00 17.71 7.33 0.10 51.52 [2021-01-14T18:24:35.072Z] 18:13:02 1 20.83 0.00 18.95 6.38 0.05 53.80 [2021-01-14T18:24:35.072Z] 18:13:02 2 23.36 0.00 17.95 4.98 0.08 53.62 [2021-01-14T18:24:35.072Z] 18:13:02 3 21.88 0.00 17.63 6.74 0.10 53.64 [2021-01-14T18:24:35.072Z] 18:14:01 all 24.69 0.00 25.96 25.47 0.13 23.75 [2021-01-14T18:24:35.072Z] 18:14:01 0 25.19 0.00 25.64 26.51 0.12 22.54 [2021-01-14T18:24:35.072Z] 18:14:01 1 23.62 0.00 25.44 25.30 0.16 25.48 [2021-01-14T18:24:35.072Z] 18:14:01 2 24.14 0.00 25.97 26.65 0.16 23.08 [2021-01-14T18:24:35.072Z] 18:14:01 3 25.80 0.00 26.79 23.42 0.07 23.92 [2021-01-14T18:24:35.072Z] 18:15:04 all 44.78 0.00 19.18 15.57 0.05 20.41 [2021-01-14T18:24:35.072Z] 18:15:04 0 43.24 0.00 18.95 16.21 0.07 21.53 [2021-01-14T18:24:35.072Z] 18:15:04 1 44.94 0.00 18.85 15.16 0.03 21.01 [2021-01-14T18:24:35.072Z] 18:15:04 2 45.58 0.00 19.66 17.91 0.05 16.80 [2021-01-14T18:24:35.072Z] 18:15:04 3 45.37 0.00 19.28 12.98 0.07 22.31 [2021-01-14T18:24:35.072Z] 18:16:02 all 38.79 0.00 21.88 20.87 0.11 18.35 [2021-01-14T18:24:35.072Z] 18:16:02 0 38.62 0.00 21.74 21.09 0.13 18.43 [2021-01-14T18:24:35.072Z] 18:16:02 1 38.63 0.00 22.02 22.52 0.11 16.72 [2021-01-14T18:24:35.072Z] 18:16:02 2 39.75 0.00 21.35 18.54 0.09 20.27 [2021-01-14T18:24:35.072Z] 18:16:02 3 38.14 0.00 22.43 21.35 0.09 17.98 [2021-01-14T18:24:35.072Z] 18:17:01 all 19.13 0.00 9.52 9.44 0.07 61.84 [2021-01-14T18:24:35.072Z] 18:17:01 0 22.37 0.00 11.75 12.10 0.05 53.74 [2021-01-14T18:24:35.072Z] 18:17:01 1 15.18 0.00 8.38 7.69 0.10 68.64 [2021-01-14T18:24:35.072Z] 18:17:01 2 20.33 0.00 9.44 8.02 0.03 62.19 [2021-01-14T18:24:35.072Z] 18:17:01 3 18.63 0.00 8.53 9.95 0.09 62.81 [2021-01-14T18:24:35.072Z] 18:18:01 all 8.21 0.00 3.01 0.30 0.05 88.43 [2021-01-14T18:24:35.072Z] 18:18:01 0 8.17 0.00 3.64 0.29 0.07 87.83 [2021-01-14T18:24:35.072Z] 18:18:01 1 8.31 0.00 2.70 0.24 0.05 88.71 [2021-01-14T18:24:35.072Z] 18:18:01 2 8.16 0.00 2.78 0.27 0.05 88.73 [2021-01-14T18:24:35.072Z] 18:18:01 3 8.20 0.00 2.92 0.41 0.05 88.43 [2021-01-14T18:24:35.072Z] 18:19:01 all 0.15 0.00 0.07 0.01 0.00 99.77 [2021-01-14T18:24:35.072Z] 18:19:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-01-14T18:24:35.072Z] 18:19:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-14T18:24:35.072Z] 18:19:01 2 0.05 0.00 0.07 0.02 0.00 99.87 [2021-01-14T18:24:35.072Z] 18:19:01 3 0.02 0.00 0.10 0.00 0.00 99.88 [2021-01-14T18:24:35.072Z] 18:20:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-14T18:24:35.072Z] 18:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-14T18:24:35.072Z] 18:20:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2021-01-14T18:24:35.072Z] 18:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-01-14T18:24:35.072Z] 18:20:01 3 0.13 0.00 0.03 0.00 0.00 99.83 [2021-01-14T18:24:35.072Z] [2021-01-14T18:24:35.072Z] 18:20:01 CPU %user %nice %system %iowait %steal %idle [2021-01-14T18:24:35.072Z] 18:21:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-01-14T18:24:35.072Z] 18:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-14T18:24:35.072Z] 18:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-14T18:24:35.072Z] 18:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-14T18:24:35.072Z] 18:21:01 3 0.35 0.00 0.08 0.00 0.00 99.57 [2021-01-14T18:24:35.072Z] 18:22:01 all 1.15 0.00 0.80 0.35 0.01 97.69 [2021-01-14T18:24:35.072Z] 18:22:01 0 1.62 0.00 1.02 0.60 0.00 96.76 [2021-01-14T18:24:35.072Z] 18:22:01 1 0.80 0.00 0.82 0.23 0.02 98.13 [2021-01-14T18:24:35.072Z] 18:22:01 2 1.45 0.00 0.82 0.35 0.02 97.36 [2021-01-14T18:24:35.072Z] 18:22:01 3 0.74 0.00 0.55 0.20 0.02 98.49 [2021-01-14T18:24:35.072Z] 18:23:01 all 10.92 0.00 8.85 7.32 0.07 72.85 [2021-01-14T18:24:35.072Z] 18:23:01 0 10.74 0.00 9.41 6.80 0.09 72.96 [2021-01-14T18:24:35.072Z] 18:23:01 1 9.70 0.00 8.68 6.46 0.05 75.11 [2021-01-14T18:24:35.072Z] 18:23:01 2 12.24 0.00 8.87 8.33 0.09 70.48 [2021-01-14T18:24:35.072Z] 18:23:01 3 10.99 0.00 8.44 7.67 0.07 72.84 [2021-01-14T18:24:35.072Z] 18:24:01 all 11.29 0.00 9.01 4.11 0.05 75.54 [2021-01-14T18:24:35.072Z] 18:24:01 0 10.74 0.00 9.94 5.58 0.05 73.69 [2021-01-14T18:24:35.072Z] 18:24:01 1 10.39 0.00 8.07 3.58 0.07 77.90 [2021-01-14T18:24:35.072Z] 18:24:01 2 13.57 0.00 9.90 4.45 0.03 72.05 [2021-01-14T18:24:35.072Z] 18:24:01 3 10.46 0.00 8.16 2.82 0.05 78.52 [2021-01-14T18:24:35.072Z] Average: all 18.87 0.00 9.97 6.85 0.05 64.25 [2021-01-14T18:24:35.072Z] Average: 0 19.27 0.00 10.39 7.29 0.06 62.99 [2021-01-14T18:24:35.072Z] Average: 1 18.17 0.00 9.63 6.72 0.06 65.42 [2021-01-14T18:24:35.072Z] Average: 2 19.41 0.00 9.98 6.92 0.05 63.63 [2021-01-14T18:24:35.072Z] Average: 3 18.63 0.00 9.88 6.47 0.05 64.97 [2021-01-14T18:24:35.072Z] [2021-01-14T18:24:35.072Z] [2021-01-14T18:24:35.072Z]