Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a8b212ab85f9eb20ce60342de555149da787e9ca 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27189 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/366 [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/366 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision a8b212ab85f9eb20ce60342de555149da787e9ca (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 Commit message: "feat(scheduler): Implement GET /interval/all V2 API (#3185)" > git rev-list --no-walk 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-22T21:06:53.988Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-22T21:06:54.271Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-22T21:06:54.369Z] ========================================================= [2021-02-22T21:06:54.369Z] EdgeX Global Pipelines Version Info [2021-02-22T21:06:54.369Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:07:01.202Z] ------------------- [2021-02-22T21:07:01.202Z] stable info: [2021-02-22T21:07:01.202Z] ------------------- [2021-02-22T21:07:01.202Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T21:07:01.202Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T21:07:01.202Z] Message: update stable to v1.0.179 [2021-02-22T21:07:03.100Z] ------------------- [2021-02-22T21:07:03.100Z] experimental info: [2021-02-22T21:07:03.100Z] ------------------- [2021-02-22T21:07:03.100Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T21:07:03.100Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T21:07:03.100Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-22T21:07:03.563Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-22T21:07:03.649Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-22T21:07:03.738Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-22T21:07:03.840Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-22T21:07:03.938Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-22T21:07:04.020Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-22T21:07:04.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-22T21:07:04.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-22T21:07:04.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-22T21:07:04.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-22T21:07:04.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-22T21:07:04.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-22T21:07:04.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-22T21:07:04.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-22T21:07:04.797Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T21:07:04.920Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T21:07:05.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-22T21:07:05.174Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-22T21:07:05.386Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-22T21:07:05.485Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-22T21:07:05.567Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-22T21:07:05.647Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-22T21:07:05.746Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-22T21:07:05.826Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-22T21:07:05.909Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-22T21:07:06.018Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-22T21:07:06.136Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] echo [2021-02-22T21:07:06.220Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8b212a [Pipeline] echo [2021-02-22T21:07:06.302Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T21:07:06.497Z] provisioning config files... [2021-02-22T21:07:06.592Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config2165611860978635087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:07:07.058Z] ---> docker-login.sh [2021-02-22T21:07:07.059Z] nexus3.edgexfoundry.org:10001 [2021-02-22T21:07:07.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:07:08.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:07:08.073Z] Configure a credential helper to remove this warning. See [2021-02-22T21:07:08.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:07:08.073Z] [2021-02-22T21:07:08.073Z] Login Succeeded [2021-02-22T21:07:08.073Z] nexus3.edgexfoundry.org:10002 [2021-02-22T21:07:09.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:07:10.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:07:10.158Z] Configure a credential helper to remove this warning. See [2021-02-22T21:07:10.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:07:10.158Z] [2021-02-22T21:07:10.158Z] Login Succeeded [2021-02-22T21:07:10.158Z] nexus3.edgexfoundry.org:10003 [2021-02-22T21:07:11.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:07:11.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:07:11.848Z] Configure a credential helper to remove this warning. See [2021-02-22T21:07:11.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:07:11.848Z] [2021-02-22T21:07:11.848Z] Login Succeeded [2021-02-22T21:07:11.848Z] nexus3.edgexfoundry.org:10004 [2021-02-22T21:07:12.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:07:12.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:07:12.589Z] Configure a credential helper to remove this warning. See [2021-02-22T21:07:12.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:07:12.589Z] [2021-02-22T21:07:12.589Z] Login Succeeded [2021-02-22T21:07:12.589Z] docker.io [2021-02-22T21:07:13.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:07:14.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:07:14.482Z] Configure a credential helper to remove this warning. See [2021-02-22T21:07:14.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:07:14.482Z] [2021-02-22T21:07:14.482Z] Login Succeeded [2021-02-22T21:07:14.482Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T21:07:14.516Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T21:07:15.229Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ dirname cmd/core-command/Dockerfile [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ dirname cmd/core-data/Dockerfile [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-22T21:07:15.229Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-22T21:07:15.229Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-22T21:07:15.229Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-22T21:07:15.229Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T21:07:15.229Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-22T21:07:15.229Z] ++ cut -d/ -f2 [2021-02-22T21:07:15.229Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-22T21:07:15.472Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:07:16.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T21:07:16.761Z] [2021-02-22T21:07:16.761Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:07:17.332Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T21:07:17.332Z] latest: Pulling from edgex-devops/git-semver [2021-02-22T21:07:17.332Z] 31603596830f: Pulling fs layer [2021-02-22T21:07:17.332Z] 2a8b12db71e7: Pulling fs layer [2021-02-22T21:07:17.332Z] 6ca5941a6612: Pulling fs layer [2021-02-22T21:07:17.332Z] ecc8261a40a4: Pulling fs layer [2021-02-22T21:07:17.332Z] ecc8261a40a4: Waiting [2021-02-22T21:07:17.332Z] 2a8b12db71e7: Verifying Checksum [2021-02-22T21:07:17.332Z] 2a8b12db71e7: Download complete [2021-02-22T21:07:18.996Z] 31603596830f: Verifying Checksum [2021-02-22T21:07:18.996Z] 31603596830f: Download complete [2021-02-22T21:07:19.845Z] 31603596830f: Pull complete [2021-02-22T21:07:19.845Z] ecc8261a40a4: Verifying Checksum [2021-02-22T21:07:19.845Z] ecc8261a40a4: Download complete [2021-02-22T21:07:20.134Z] 2a8b12db71e7: Pull complete [2021-02-22T21:07:20.134Z] 6ca5941a6612: Download complete [2021-02-22T21:07:21.862Z] 6ca5941a6612: Pull complete [2021-02-22T21:07:21.862Z] ecc8261a40a4: Pull complete [2021-02-22T21:07:22.147Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-22T21:07:22.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T21:07:22.147Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-22T21:07:22.775Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:07:22.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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-02-22T21:07:26.968Z] $ docker top 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T21:07:27.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T21:07:27.673Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T21:07:29.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T21:07:29.295Z] $ docker exec 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent [2021-02-22T21:07:29.565Z] SSH_AUTH_SOCK=/tmp/ssh-7aMQqnMH8U56/agent.11 [2021-02-22T21:07:29.565Z] SSH_AGENT_PID=16 [2021-02-22T21:07:29.688Z] Running ssh-add (command line suppressed) [2021-02-22T21:07:30.240Z] Identity added: /w/workspace/edgex-go/366@tmp/private_key_4692558358422549320.key (/w/workspace/edgex-go/366@tmp/private_key_4692558358422549320.key) [2021-02-22T21:07:30.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T21:07:31.751Z] + git tag --points-at HEAD [Pipeline] } [2021-02-22T21:07:31.800Z] $ docker exec --env ******** --env ******** 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent -k [2021-02-22T21:07:31.974Z] unset SSH_AUTH_SOCK; [2021-02-22T21:07:31.975Z] unset SSH_AGENT_PID; [2021-02-22T21:07:31.975Z] echo Agent pid 16 killed; [2021-02-22T21:07:32.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-22T21:07:32.249Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T21:07:32.249Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T21:07:32.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T21:07:32.922Z] $ docker exec 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent [2021-02-22T21:07:33.768Z] SSH_AUTH_SOCK=/tmp/ssh-luU82WWC6k1m/agent.45 [2021-02-22T21:07:33.768Z] SSH_AGENT_PID=50 [2021-02-22T21:07:33.784Z] Running ssh-add (command line suppressed) [2021-02-22T21:07:34.318Z] Identity added: /w/workspace/edgex-go/366@tmp/private_key_5879652724807061696.key (/w/workspace/edgex-go/366@tmp/private_key_5879652724807061696.key) [2021-02-22T21:07:34.665Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T21:07:35.100Z] + git semver init [2021-02-22T21:07:35.100Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T21:07:35.100Z] # $GIT_DIR = /w/workspace/edgex-go/366/.git [2021-02-22T21:07:35.100Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/366 [2021-02-22T21:07:35.100Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T21:07:35.100Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T21:07:35.100Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T21:07:35.100Z] # $SEMVER_BRANCH = master [2021-02-22T21:07:35.100Z] # $SEMVER_TEMP = /tmp/semver-627768839 [2021-02-22T21:07:35.100Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-22T21:08:25.201Z] # '/tmp/semver-627768839' -> '/w/workspace/edgex-go/366/.semver' [2021-02-22T21:08:25.201Z] # -> Force: false [2021-02-22T21:08:25.201Z] # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver [Pipeline] } [2021-02-22T21:08:25.228Z] $ docker exec --env ******** --env ******** 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent -k [2021-02-22T21:08:26.076Z] unset SSH_AUTH_SOCK; [2021-02-22T21:08:26.088Z] unset SSH_AGENT_PID; [2021-02-22T21:08:26.088Z] echo Agent pid 50 killed; [2021-02-22T21:08:26.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T21:08:28.093Z] + git semver [Pipeline] } [2021-02-22T21:08:28.125Z] $ docker stop --time=1 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 [2021-02-22T21:08:31.632Z] $ docker rm -f 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T21:08:32.746Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-22T21:08:34.767Z] Stashed 1 file(s) [Pipeline] echo [2021-02-22T21:08:34.771Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.100 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T21:08:35.961Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-22T21:08:36.479Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T21:08:37.058Z] + sudo service docker restart [2021-02-22T21:08:37.058Z] + true [2021-02-22T21:08:37.500Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-22T21:08:39.682Z] ========================================================= [2021-02-22T21:08:39.682Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-22T21:08:39.682Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:08:40.224Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-22T21:08:48.872Z] Sending build context to Docker daemon 327.9MB [2021-02-22T21:08:48.872Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T21:08:48.872Z] Step 2/6 : FROM ${BASE} [2021-02-22T21:08:48.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-22T21:08:48.872Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T21:08:48.872Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T21:08:48.872Z] de9db76c5a1d: Pulling fs layer [2021-02-22T21:08:48.872Z] bca2f99d35d6: Pulling fs layer [2021-02-22T21:08:48.872Z] 93359f2a8cfa: Pulling fs layer [2021-02-22T21:08:48.872Z] 7c6f9722023f: Pulling fs layer [2021-02-22T21:08:48.872Z] a35cf1a2eb13: Pulling fs layer [2021-02-22T21:08:48.872Z] bca2f99d35d6: Waiting [2021-02-22T21:08:48.872Z] 93359f2a8cfa: Waiting [2021-02-22T21:08:48.872Z] 7c6f9722023f: Waiting [2021-02-22T21:08:48.872Z] a35cf1a2eb13: Waiting [2021-02-22T21:08:48.872Z] de9db76c5a1d: Verifying Checksum [2021-02-22T21:08:48.872Z] de9db76c5a1d: Download complete [2021-02-22T21:08:48.872Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T21:08:48.872Z] 0ef7d3d256c8: Download complete [2021-02-22T21:08:49.296Z] 93359f2a8cfa: Verifying Checksum [2021-02-22T21:08:49.296Z] 93359f2a8cfa: Download complete [2021-02-22T21:08:49.896Z] 7c6f9722023f: Verifying Checksum [2021-02-22T21:08:49.896Z] 7c6f9722023f: Download complete [2021-02-22T21:08:50.151Z] Still waiting to schedule task [2021-02-22T21:08:50.152Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-22T21:08:50.378Z] 188c0c94c7c5: Verifying Checksum [2021-02-22T21:08:50.378Z] 188c0c94c7c5: Download complete [2021-02-22T21:08:51.153Z] 188c0c94c7c5: Pull complete [2021-02-22T21:08:51.493Z] 0ef7d3d256c8: Pull complete [2021-02-22T21:08:51.861Z] de9db76c5a1d: Pull complete [2021-02-22T21:08:59.620Z] a35cf1a2eb13: Verifying Checksum [2021-02-22T21:08:59.620Z] a35cf1a2eb13: Download complete [2021-02-22T21:09:02.459Z] bca2f99d35d6: Verifying Checksum [2021-02-22T21:09:02.459Z] bca2f99d35d6: Download complete [2021-02-22T21:09:16.334Z] bca2f99d35d6: Pull complete [2021-02-22T21:09:16.652Z] 93359f2a8cfa: Pull complete [2021-02-22T21:09:17.270Z] 7c6f9722023f: Pull complete [2021-02-22T21:09:24.490Z] a35cf1a2eb13: Pull complete [2021-02-22T21:09:24.490Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-22T21:09:24.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-22T21:09:24.490Z] ---> a62c8e92a672 [2021-02-22T21:09:24.490Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-22T21:09:24.490Z] ---> Running in bc3e75a5ffa9 [2021-02-22T21:09:25.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:09:26.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:09:27.279Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T21:09:27.279Z] (2/12) Installing file (5.38-r0) [2021-02-22T21:09:27.686Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T21:09:27.686Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-22T21:09:35.660Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T21:09:35.660Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T21:09:35.660Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T21:09:35.660Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T21:09:35.660Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T21:09:35.660Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T21:09:35.660Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T21:09:36.147Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T21:09:36.147Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:09:36.147Z] OK: 233 MiB in 51 packages [2021-02-22T21:09:40.737Z] Removing intermediate container bc3e75a5ffa9 [2021-02-22T21:09:40.737Z] ---> 5297d1f82675 [2021-02-22T21:09:40.737Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T21:09:40.737Z] ---> Running in 58b4bb2ceef2 [2021-02-22T21:09:41.852Z] Removing intermediate container 58b4bb2ceef2 [2021-02-22T21:09:41.852Z] ---> dcfb068da5af [2021-02-22T21:09:41.852Z] Step 5/6 : COPY go.mod . [2021-02-22T21:09:42.506Z] ---> 591202cb54e3 [2021-02-22T21:09:42.506Z] Step 6/6 : RUN go mod download [2021-02-22T21:09:42.795Z] ---> Running in 79e4d240aaa1 [2021-02-22T21:10:33.285Z] Removing intermediate container 79e4d240aaa1 [2021-02-22T21:10:33.285Z] ---> b894ae55bab3 [2021-02-22T21:10:33.285Z] Successfully built b894ae55bab3 [2021-02-22T21:10:33.285Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:10:33.861Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T21:10:34.309Z] . [Pipeline] withDockerContainer [2021-02-22T21:10:34.972Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:10:35.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T21:10:36.855Z] $ docker top 38a95c8910100b8c62a1ac26ae934c0fdd37510b0a70472bb03ce1d72336da92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T21:10:38.012Z] + go version [2021-02-22T21:10:38.301Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-22T21:10:38.341Z] $ docker stop --time=1 38a95c8910100b8c62a1ac26ae934c0fdd37510b0a70472bb03ce1d72336da92 [2021-02-22T21:10:39.968Z] $ docker rm -f 38a95c8910100b8c62a1ac26ae934c0fdd37510b0a70472bb03ce1d72336da92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:10:41.370Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T21:10:41.370Z] . [Pipeline] withDockerContainer [2021-02-22T21:10:42.090Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:10:42.751Z] $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T21:10:43.822Z] $ docker top ab16ad59b1f6c8c4b663e240920353b51526546b68343668a5d3f5f872bf8d36 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T21:10:44.058Z] ========================================================= [2021-02-22T21:10:44.058Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-22T21:10:44.058Z] ========================================================= [Pipeline] sh [2021-02-22T21:10:45.287Z] + make test [2021-02-22T21:10:45.287Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T21:11:02.360Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-22T21:11:20.185Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27193 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-22T21:11:20.238Z] Running in /w/workspace/edgex-go/366 [Pipeline] { [Pipeline] checkout [2021-02-22T21:11:25.489Z] using credential edgex-jenkins-ssh [2021-02-22T21:11:25.545Z] Cloning the remote Git repository [2021-02-22T21:11:25.596Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-22T21:11:25.708Z] > git init /w/workspace/edgex-go/366 # timeout=10 [2021-02-22T21:11:25.785Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T21:11:25.786Z] > git --version # timeout=10 [2021-02-22T21:11:25.801Z] > git --version # 'git version 2.17.1' [2021-02-22T21:11:25.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T21:11:25.863Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T21:11:30.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-22T21:11:37.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-22T21:11:37.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-22T21:11:37.571Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-22T21:11:41.698Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-22T21:11:41.698Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-22T21:11:41.698Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-22T21:11:41.698Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-22T21:11:42.322Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-22T21:11:43.841Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-22T21:11:43.913Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T21:11:43.932Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T21:11:43.957Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T21:11:44.006Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T21:11:44.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T21:11:44.018Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T21:11:44.627Z] Checking out Revision a8b212ab85f9eb20ce60342de555149da787e9ca (master) [2021-02-22T21:11:44.653Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T21:11:44.679Z] > git checkout -f a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 [2021-02-22T21:11:47.999Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-22T21:11:47.999Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-22T21:11:47.999Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-22T21:11:49.432Z] Commit message: "feat(scheduler): Implement GET /interval/all V2 API (#3185)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T21:11:50.947Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-22T21:11:51.375Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T21:11:51.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.186s coverage: 45.9% of statements [2021-02-22T21:11:51.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-22T21:11:51.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-22T21:11:51.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-22T21:11:51.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-22T21:11:51.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-22T21:11:51.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-22T21:11:51.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-22T21:11:51.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements [2021-02-22T21:11:51.779Z] + sudo service docker restart [2021-02-22T21:11:51.779Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T21:11:53.828Z] provisioning config files... [2021-02-22T21:11:53.871Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config6967071622669701937tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:11:54.272Z] ---> docker-login.sh [2021-02-22T21:11:54.272Z] nexus3.edgexfoundry.org:10001 [2021-02-22T21:11:54.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:11:55.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.745s coverage: 27.1% of statements [2021-02-22T21:11:55.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-22T21:11:55.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-22T21:11:55.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-22T21:11:55.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-22T21:11:55.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 65.8% of statements [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-22T21:11:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-22T21:11:56.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:11:56.517Z] Configure a credential helper to remove this warning. See [2021-02-22T21:11:56.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:11:56.517Z] [2021-02-22T21:11:56.517Z] Login Succeeded [2021-02-22T21:11:56.517Z] nexus3.edgexfoundry.org:10002 [2021-02-22T21:11:56.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:11:56.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:11:56.517Z] Configure a credential helper to remove this warning. See [2021-02-22T21:11:56.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:11:56.517Z] [2021-02-22T21:11:56.517Z] Login Succeeded [2021-02-22T21:11:56.517Z] nexus3.edgexfoundry.org:10003 [2021-02-22T21:11:56.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:11:56.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:11:56.517Z] Configure a credential helper to remove this warning. See [2021-02-22T21:11:56.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:11:56.517Z] [2021-02-22T21:11:56.517Z] Login Succeeded [2021-02-22T21:11:56.517Z] nexus3.edgexfoundry.org:10004 [2021-02-22T21:11:56.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:11:57.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:11:57.065Z] Configure a credential helper to remove this warning. See [2021-02-22T21:11:57.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:11:57.065Z] [2021-02-22T21:11:57.065Z] Login Succeeded [2021-02-22T21:11:57.065Z] docker.io [2021-02-22T21:11:57.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:11:57.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.554s coverage: 82.3% of statements [2021-02-22T21:11:57.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-22T21:11:57.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T21:11:57.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-22T21:11:57.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-22T21:11:57.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:11:57.606Z] Configure a credential helper to remove this warning. See [2021-02-22T21:11:57.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:11:57.606Z] [2021-02-22T21:11:57.606Z] Login Succeeded [2021-02-22T21:11:57.606Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T21:11:57.622Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T21:11:58.053Z] ========================================================= [2021-02-22T21:11:58.053Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-22T21:11:58.053Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:11:58.423Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-22T21:12:01.053Z] Sending build context to Docker daemon 166.3MB [2021-02-22T21:12:01.053Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T21:12:01.053Z] Step 2/6 : FROM ${BASE} [2021-02-22T21:12:01.053Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-22T21:12:01.053Z] 5f621e34cdf4: Pulling fs layer [2021-02-22T21:12:01.053Z] a4357932f1b6: Pulling fs layer [2021-02-22T21:12:01.053Z] 18c013af1878: Pulling fs layer [2021-02-22T21:12:01.053Z] 00ac8860ef70: Pulling fs layer [2021-02-22T21:12:01.053Z] 63d7cb157983: Pulling fs layer [2021-02-22T21:12:01.053Z] b116817d02f9: Pulling fs layer [2021-02-22T21:12:01.053Z] 745a02a5169b: Pulling fs layer [2021-02-22T21:12:01.053Z] 63d7cb157983: Waiting [2021-02-22T21:12:01.053Z] b116817d02f9: Waiting [2021-02-22T21:12:01.053Z] 745a02a5169b: Waiting [2021-02-22T21:12:01.053Z] 00ac8860ef70: Waiting [2021-02-22T21:12:01.053Z] a4357932f1b6: Verifying Checksum [2021-02-22T21:12:01.053Z] a4357932f1b6: Download complete [2021-02-22T21:12:01.053Z] 5f621e34cdf4: Verifying Checksum [2021-02-22T21:12:01.053Z] 5f621e34cdf4: Download complete [2021-02-22T21:12:01.053Z] 18c013af1878: Verifying Checksum [2021-02-22T21:12:01.053Z] 18c013af1878: Download complete [2021-02-22T21:12:01.053Z] 63d7cb157983: Verifying Checksum [2021-02-22T21:12:01.053Z] 63d7cb157983: Download complete [2021-02-22T21:12:01.053Z] b116817d02f9: Verifying Checksum [2021-02-22T21:12:01.053Z] b116817d02f9: Download complete [2021-02-22T21:12:01.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.746s coverage: 28.6% of statements [2021-02-22T21:12:01.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-22T21:12:01.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-22T21:12:01.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-22T21:12:01.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-22T21:12:01.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-22T21:12:01.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.107s coverage: 100.0% of statements [2021-02-22T21:12:01.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-22T21:12:01.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.208s coverage: 100.0% of statements [2021-02-22T21:12:01.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-22T21:12:01.653Z] 5f621e34cdf4: Pull complete [2021-02-22T21:12:02.248Z] a4357932f1b6: Pull complete [2021-02-22T21:12:02.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.223s coverage: 86.7% of statements [2021-02-22T21:12:02.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-22T21:12:02.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements [2021-02-22T21:12:02.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-22T21:12:02.522Z] 18c013af1878: Pull complete [2021-02-22T21:12:02.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-02-22T21:12:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-22T21:12:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-22T21:12:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-22T21:12:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-22T21:12:05.156Z] 745a02a5169b: Verifying Checksum [2021-02-22T21:12:05.156Z] 745a02a5169b: Download complete [2021-02-22T21:12:05.753Z] 00ac8860ef70: Download complete [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.019s coverage: 92.8% of statements [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.112s coverage: 0.1% of statements [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-22T21:12:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 45.5% of statements [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.098s coverage: 94.1% of statements [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.161s coverage: 96.3% of statements [2021-02-22T21:12:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-02-22T21:12:15.910Z] 00ac8860ef70: Pull complete [2021-02-22T21:12:16.183Z] 63d7cb157983: Pull complete [2021-02-22T21:12:16.456Z] b116817d02f9: Pull complete [2021-02-22T21:12:20.764Z] 745a02a5169b: Pull complete [2021-02-22T21:12:20.764Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-22T21:12:20.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-22T21:12:20.764Z] ---> b7e6874047d6 [2021-02-22T21:12:20.764Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-22T21:12:20.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements [2021-02-22T21:12:20.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.082s coverage: 44.8% of statements [2021-02-22T21:12:24.150Z] ---> Running in 77def02ec6f7 [2021-02-22T21:12:24.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:12:25.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:12:26.299Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T21:12:26.569Z] (2/12) Installing file (5.38-r0) [2021-02-22T21:12:26.569Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T21:12:26.569Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-22T21:12:33.261Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T21:12:33.261Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T21:12:33.261Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T21:12:33.261Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T21:12:33.261Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T21:12:33.261Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T21:12:33.261Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T21:12:33.261Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T21:12:33.261Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:12:33.261Z] OK: 217 MiB in 51 packages [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.378s coverage: 92.9% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.048s coverage: 77.8% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.198s coverage: 87.2% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.240s coverage: 80.8% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.6% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.272s coverage: 62.4% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.782s coverage: 68.9% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 36.1% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.289s coverage: 47.0% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.211s coverage: 100.0% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.064s coverage: 100.0% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-22T21:12:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.231s coverage: 89.4% of statements [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T21:12:34.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.100s coverage: 29.1% of statements [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.148s coverage: 99.0% of statements [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 92.9% of statements [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.069s coverage: 87.9% of statements [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-22T21:12:37.318Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-22T21:12:37.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-02-22T21:12:37.591Z] Removing intermediate container 77def02ec6f7 [2021-02-22T21:12:37.591Z] ---> bb637248cd35 [2021-02-22T21:12:37.591Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T21:12:37.591Z] ---> Running in 6a87cb711a7f [2021-02-22T21:12:37.591Z] Removing intermediate container 6a87cb711a7f [2021-02-22T21:12:37.591Z] ---> 4b0da92fd0aa [2021-02-22T21:12:37.591Z] Step 5/6 : COPY go.mod . [2021-02-22T21:12:37.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.132s coverage: 32.1% of statements [2021-02-22T21:12:38.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.121s coverage: 100.0% of statements [2021-02-22T21:12:38.575Z] ---> f1bb2cc11930 [2021-02-22T21:12:38.575Z] Step 6/6 : RUN go mod download [2021-02-22T21:12:38.575Z] ---> Running in 9844d563615f [2021-02-22T21:12:39.112Z] GO111MODULE=on go vet ./... [2021-02-22T21:13:05.360Z] Removing intermediate container 9844d563615f [2021-02-22T21:13:05.360Z] ---> a1eba823c06d [2021-02-22T21:13:05.360Z] Successfully built a1eba823c06d [2021-02-22T21:13:05.360Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:13:05.698Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T21:13:05.699Z] . [Pipeline] withDockerContainer [2021-02-22T21:13:05.930Z] prd-ubuntu18.04-docker-arm64-4c-16g-27193 does not seem to be running inside a container [2021-02-22T21:13:06.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T21:13:07.405Z] $ docker top 1cf32abb1e5c3871626b1e54d1541df0f154588af9636f281ca136d9bd9c909a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T21:13:08.355Z] + go version [2021-02-22T21:13:08.355Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-22T21:13:08.391Z] $ docker stop --time=1 1cf32abb1e5c3871626b1e54d1541df0f154588af9636f281ca136d9bd9c909a [2021-02-22T21:13:10.240Z] $ docker rm -f 1cf32abb1e5c3871626b1e54d1541df0f154588af9636f281ca136d9bd9c909a [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-02-22T21:13:13.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T21:13:13.242Z] [2021-02-22T21:13:13.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:13:13.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T21:13:13.672Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-22T21:13:13.672Z] 29e5d40040c1: Pulling fs layer [2021-02-22T21:13:13.672Z] 1ce36da41761: Pulling fs layer [2021-02-22T21:13:13.672Z] 25b303627fd3: Pulling fs layer [2021-02-22T21:13:13.946Z] 29e5d40040c1: Verifying Checksum [2021-02-22T21:13:13.946Z] 29e5d40040c1: Download complete [2021-02-22T21:13:14.550Z] 1ce36da41761: Verifying Checksum [2021-02-22T21:13:14.550Z] 1ce36da41761: Download complete [2021-02-22T21:13:14.550Z] 29e5d40040c1: Pull complete [2021-02-22T21:13:15.986Z] 1ce36da41761: Pull complete [2021-02-22T21:13:15.986Z] 25b303627fd3: Verifying Checksum [2021-02-22T21:13:15.986Z] 25b303627fd3: Download complete [2021-02-22T21:13:19.507Z] gofmt -l . [2021-02-22T21:13:20.505Z] [ "`gofmt -l .`" = "" ] [2021-02-22T21:13:21.127Z] ./bin/test-go-mod-tidy.sh [2021-02-22T21:13:23.348Z] ./bin/test-attribution-txt.sh [2021-02-22T21:13:26.164Z] 25b303627fd3: Pull complete [2021-02-22T21:13:26.164Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-22T21:13:26.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T21:13:26.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-22T21:13:26.388Z] prd-ubuntu18.04-docker-arm64-4c-16g-27193 does not seem to be running inside a container [2021-02-22T21:13:26.488Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-22T21:13:29.797Z] $ docker top 461d57086847cd4c726e5fd11263d80bac9ae9087276f2b555aedd42a3835972 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-22T21:13:31.041Z] + docker-compose build --help [2021-02-22T21:13:31.041Z] + grep parallel [2021-02-22T21:13:31.268Z] + ls -al . [2021-02-22T21:13:31.268Z] total 704 [2021-02-22T21:13:31.268Z] drwxrwxr-x 10 1001 1001 4096 Feb 22 21:13 . [2021-02-22T21:13:31.268Z] drwxr-xr-x 4 root root 32 Feb 22 21:10 .. [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 11 Feb 22 21:06 .dockerignore [2021-02-22T21:13:31.268Z] drwxrwxr-x 8 1001 1001 162 Feb 22 21:06 .git [2021-02-22T21:13:31.268Z] drwxrwxr-x 3 1001 1001 125 Feb 22 21:06 .github [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 818 Feb 22 21:06 .gitignore [2021-02-22T21:13:31.268Z] drwx------ 3 1001 1001 45 Feb 22 21:08 .semver [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 166 Feb 22 21:06 .sonarcloud.properties [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 8475 Feb 22 21:06 Attribution.txt [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 3804 Feb 22 21:06 CONTRIBUTING.md [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 931 Feb 22 21:06 Dockerfile.build [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 863 Feb 22 21:06 Jenkinsfile [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 10775 Feb 22 21:06 LICENSE [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 5774 Feb 22 21:06 Makefile [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 6524 Feb 22 21:06 README.md [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 6755 Feb 22 21:06 SECURITY.md [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 13 Feb 22 21:08 VERSION [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 4131 Feb 22 21:06 ZMQWindows.md [2021-02-22T21:13:31.268Z] drwxrwxr-x 2 1001 1001 117 Feb 22 21:06 bin [2021-02-22T21:13:31.268Z] drwxrwxr-x 14 1001 1001 4096 Feb 22 21:06 cmd [2021-02-22T21:13:31.268Z] -rw-r--r-- 1 root root 593405 Feb 22 21:12 coverage.out [2021-02-22T21:13:31.268Z] -rw-r--r-- 1 root root 1055 Feb 22 21:13 go.mod [2021-02-22T21:13:31.268Z] -rw-r--r-- 1 root root 21410 Feb 22 21:13 go.sum [2021-02-22T21:13:31.268Z] drwxrwxr-x 8 1001 1001 127 Feb 22 21:06 internal [2021-02-22T21:13:31.268Z] drwxrwxr-x 4 1001 1001 26 Feb 22 21:06 openapi [2021-02-22T21:13:31.268Z] drwxrwxr-x 4 1001 1001 71 Feb 22 21:06 snap [2021-02-22T21:13:31.268Z] -rw-rw-r-- 1 1001 1001 168 Feb 22 21:06 version.go [Pipeline] sh [2021-02-22T21:13:32.282Z] + '[' -e coverage.out ] [2021-02-22T21:13:32.282Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-22T21:13:33.200Z] Stashed 1 file(s) [Pipeline] sh [2021-02-22T21:13:33.628Z] + make build [2021-02-22T21:13:33.628Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-data/core-data ./cmd/core-data [2021-02-22T21:13:34.424Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T21:13:34.737Z] $ docker stop --time=1 461d57086847cd4c726e5fd11263d80bac9ae9087276f2b555aedd42a3835972 [2021-02-22T21:13:36.707Z] $ docker rm -f 461d57086847cd4c726e5fd11263d80bac9ae9087276f2b555aedd42a3835972 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:13:37.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T21:13:37.468Z] . [Pipeline] withDockerContainer [2021-02-22T21:13:37.711Z] prd-ubuntu18.04-docker-arm64-4c-16g-27193 does not seem to be running inside a container [2021-02-22T21:13:37.812Z] $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-22T21:13:39.188Z] $ docker top 9285c87499a3ac2eeda3d8a53e1ab3668b7124ee17f69ea572e22c48956e132c -eo pid,comm [2021-02-22T21:13:39.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] { [Pipeline] sh [2021-02-22T21:13:40.307Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T21:13:43.808Z] Building docker-core-command-go ... [2021-02-22T21:13:43.808Z] Building docker-core-data-go ... [2021-02-22T21:13:43.808Z] Building docker-core-metadata-go ... [2021-02-22T21:13:43.808Z] Building docker-security-bootstrapper-go ... [2021-02-22T21:13:43.808Z] Building docker-security-proxy-setup-go ... [2021-02-22T21:13:43.808Z] Building docker-security-secretstore-setup-go ... [2021-02-22T21:13:43.808Z] Building docker-support-notifications-go ... [2021-02-22T21:13:43.808Z] Building docker-support-scheduler-go ... [2021-02-22T21:13:43.808Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T21:13:43.808Z] Building docker-core-data-go [2021-02-22T21:13:43.808Z] Building docker-core-metadata-go [2021-02-22T21:13:43.808Z] Building docker-support-scheduler-go [2021-02-22T21:13:44.082Z] Building docker-security-secretstore-setup-go [2021-02-22T21:13:44.082Z] Building docker-core-command-go [2021-02-22T21:13:52.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-command/core-command ./cmd/core-command [2021-02-22T21:13:55.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-22T21:13:58.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-22T21:14:01.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-22T21:14:05.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-22T21:14:11.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-22T21:14:14.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-22T21:14:17.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-22T21:14:19.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-22T21:14:25.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-22T21:14:28.101Z] $ docker stop --time=1 ab16ad59b1f6c8c4b663e240920353b51526546b68343668a5d3f5f872bf8d36 [2021-02-22T21:14:30.782Z] $ docker rm -f ab16ad59b1f6c8c4b663e240920353b51526546b68343668a5d3f5f872bf8d36 [2021-02-22T21:14:31.051Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:14:31.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:14:31.051Z] ---> a1eba823c06d [2021-02-22T21:14:31.051Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T21:14:31.051Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:14:31.051Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:14:31.051Z] ---> a1eba823c06d [2021-02-22T21:14:31.051Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T21:14:31.051Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:14:31.051Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:14:31.051Z] ---> a1eba823c06d [2021-02-22T21:14:31.051Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T21:14:31.051Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:14:31.051Z] [2021-02-22T21:14:31.051Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:14:31.051Z] [2021-02-22T21:14:31.051Z] ---> a1eba823c06d [2021-02-22T21:14:31.051Z] ---> a1eba823c06d [2021-02-22T21:14:31.051Z] Step 3/23 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go [2021-02-22T21:14:31.051Z] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:14:33.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T21:14:33.632Z] [2021-02-22T21:14:33.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-02-22T21:14:33.679Z] ---> Running in a7f13189441f [2021-02-22T21:14:33.679Z] ---> Running in 6e8bb26ff46e [2021-02-22T21:14:33.679Z] ---> Running in 36ca77e13d3b [2021-02-22T21:14:33.679Z] ---> Running in b0fe29cef6dc [2021-02-22T21:14:33.679Z] ---> Running in aa2e6538322e [Pipeline] sh [2021-02-22T21:14:34.139Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T21:14:34.302Z] Removing intermediate container a7f13189441f [2021-02-22T21:14:34.302Z] ---> 5313af04703d [2021-02-22T21:14:34.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:14:34.303Z] Removing intermediate container 36ca77e13d3b [2021-02-22T21:14:34.303Z] ---> a048d87b65a9 [2021-02-22T21:14:34.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:14:34.512Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-22T21:14:34.512Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-22T21:14:34.512Z] ca9280d653b3: Pulling fs layer [2021-02-22T21:14:34.512Z] 7e9c9ca2126c: Pulling fs layer [2021-02-22T21:14:34.591Z] ---> Running in a701437ed625 [2021-02-22T21:14:34.591Z] Removing intermediate container b0fe29cef6dc [2021-02-22T21:14:34.591Z] ---> 50f300086d90 [2021-02-22T21:14:34.591Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:14:34.591Z] Removing intermediate container aa2e6538322e [2021-02-22T21:14:34.591Z] ---> 864cc7e49ae0 [2021-02-22T21:14:34.591Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:14:34.591Z] Removing intermediate container 6e8bb26ff46e [2021-02-22T21:14:34.591Z] ---> a652694d69b1 [2021-02-22T21:14:34.591Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:14:34.591Z] ---> Running in 8270f01da809 [2021-02-22T21:14:34.870Z] ---> Running in 7aad4ec26dfa [2021-02-22T21:14:34.870Z] ---> Running in d54f9e3a4317 [2021-02-22T21:14:34.870Z] ---> Running in 89e9dc39023a [2021-02-22T21:14:35.740Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-22T21:14:35.740Z] cbdbe7a5bc2a: Download complete [2021-02-22T21:14:36.244Z] cbdbe7a5bc2a: Pull complete [2021-02-22T21:14:37.470Z] ca9280d653b3: Verifying Checksum [2021-02-22T21:14:37.470Z] ca9280d653b3: Download complete [2021-02-22T21:14:38.258Z] Removing intermediate container a701437ed625 [2021-02-22T21:14:38.258Z] ---> e20007826ae4 [2021-02-22T21:14:38.258Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T21:14:38.258Z] ---> Running in 1b0535d0c90e [2021-02-22T21:14:38.258Z] Removing intermediate container 8270f01da809 [2021-02-22T21:14:38.258Z] ---> d6098ac470d4 [2021-02-22T21:14:38.258Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T21:14:38.530Z] ---> Running in da3a664b36f1 [2021-02-22T21:14:38.804Z] Removing intermediate container 89e9dc39023a [2021-02-22T21:14:38.804Z] ---> 2a1a6a229a0e [2021-02-22T21:14:38.804Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T21:14:39.085Z] ---> Running in 039d3c06a761 [2021-02-22T21:14:39.085Z] Removing intermediate container d54f9e3a4317 [2021-02-22T21:14:39.085Z] ---> 77e7666ce4a0 [2021-02-22T21:14:39.085Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T21:14:39.358Z] Removing intermediate container 7aad4ec26dfa [2021-02-22T21:14:39.358Z] ---> 36816a55f987 [2021-02-22T21:14:39.358Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T21:14:39.358Z] ---> Running in 3dce26b3d48d [2021-02-22T21:14:39.634Z] ---> Running in 71bc656a5cb7 [2021-02-22T21:14:39.702Z] ca9280d653b3: Pull complete [2021-02-22T21:14:40.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:40.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:40.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:40.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:41.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:41.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:41.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:41.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:41.698Z] OK: 217 MiB in 51 packages [2021-02-22T21:14:41.741Z] 7e9c9ca2126c: Verifying Checksum [2021-02-22T21:14:41.741Z] 7e9c9ca2126c: Download complete [2021-02-22T21:14:41.981Z] OK: 217 MiB in 51 packages [2021-02-22T21:14:41.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:41.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:14:42.595Z] OK: 217 MiB in 51 packages [2021-02-22T21:14:42.595Z] OK: 217 MiB in 51 packages [2021-02-22T21:14:43.208Z] OK: 217 MiB in 51 packages [2021-02-22T21:14:43.806Z] Removing intermediate container 1b0535d0c90e [2021-02-22T21:14:43.807Z] ---> 854a28c6a9bd [2021-02-22T21:14:43.807Z] Step 6/23 : COPY go.mod . [2021-02-22T21:14:43.807Z] Removing intermediate container da3a664b36f1 [2021-02-22T21:14:43.807Z] ---> 95ac7dbf2db8 [2021-02-22T21:14:43.807Z] Step 6/23 : COPY go.mod . [2021-02-22T21:14:44.409Z] Removing intermediate container 039d3c06a761 [2021-02-22T21:14:44.409Z] ---> 6e1bf0705d72 [2021-02-22T21:14:44.409Z] Step 6/23 : COPY go.mod . [2021-02-22T21:14:44.682Z] Removing intermediate container 71bc656a5cb7 [2021-02-22T21:14:44.682Z] ---> ee16747e7371 [2021-02-22T21:14:44.682Z] Step 6/24 : COPY go.mod . [2021-02-22T21:14:44.959Z] ---> d76e872e2592 [2021-02-22T21:14:44.959Z] Step 7/23 : RUN go mod download [2021-02-22T21:14:44.959Z] ---> 0de326099221 [2021-02-22T21:14:44.959Z] Step 7/23 : RUN go mod download [2021-02-22T21:14:44.959Z] Removing intermediate container 3dce26b3d48d [2021-02-22T21:14:44.959Z] ---> 5cde9077b141 [2021-02-22T21:14:44.959Z] Step 6/22 : COPY go.mod . [2021-02-22T21:14:45.233Z] ---> Running in f4268cc3e3d8 [2021-02-22T21:14:45.233Z] ---> Running in 82d72f5c675f [2021-02-22T21:14:45.513Z] ---> 31248d652987 [2021-02-22T21:14:45.513Z] Step 7/23 : RUN go mod download [2021-02-22T21:14:45.513Z] ---> 402429f554b0 [2021-02-22T21:14:45.513Z] Step 7/24 : RUN go mod download [2021-02-22T21:14:45.513Z] ---> Running in 3ca8136e90a5 [2021-02-22T21:14:46.123Z] ---> Running in 0deba55199f7 [2021-02-22T21:14:46.123Z] ---> ad618515b0f9 [2021-02-22T21:14:46.123Z] Step 7/22 : RUN go mod download [2021-02-22T21:14:46.399Z] ---> Running in 930c994fe96e [2021-02-22T21:14:49.809Z] Removing intermediate container 82d72f5c675f [2021-02-22T21:14:49.809Z] ---> e930867ba053 [2021-02-22T21:14:49.809Z] Step 8/23 : COPY . . [2021-02-22T21:14:50.092Z] Removing intermediate container f4268cc3e3d8 [2021-02-22T21:14:50.092Z] ---> 5cc9cca8bd31 [2021-02-22T21:14:50.092Z] Step 8/23 : COPY . . [2021-02-22T21:14:50.691Z] Removing intermediate container 3ca8136e90a5 [2021-02-22T21:14:50.691Z] ---> df1a0ae93fb3 [2021-02-22T21:14:50.691Z] Step 8/23 : COPY . . [2021-02-22T21:14:50.968Z] Removing intermediate container 0deba55199f7 [2021-02-22T21:14:50.968Z] ---> 6df00983362f [2021-02-22T21:14:50.968Z] Step 8/24 : COPY . . [2021-02-22T21:14:50.968Z] Removing intermediate container 930c994fe96e [2021-02-22T21:14:50.968Z] ---> c142d190886d [2021-02-22T21:14:50.968Z] Step 8/22 : COPY . . [2021-02-22T21:14:54.858Z] 7e9c9ca2126c: Pull complete [2021-02-22T21:14:54.858Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-22T21:14:55.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T21:14:55.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-22T21:14:56.040Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:14:57.392Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-22T21:15:02.127Z] $ docker top 0023fa8a0b63496865bdb00cfea6fec16081b17864b77952a9874ba782defbde -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T21:15:03.393Z] + docker-compose build --help [2021-02-22T21:15:03.393Z] + grep parallel [2021-02-22T21:15:04.950Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T21:15:05.001Z] $ docker stop --time=1 0023fa8a0b63496865bdb00cfea6fec16081b17864b77952a9874ba782defbde [2021-02-22T21:15:07.111Z] $ docker rm -f 0023fa8a0b63496865bdb00cfea6fec16081b17864b77952a9874ba782defbde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:15:09.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T21:15:09.059Z] . [Pipeline] withDockerContainer [2021-02-22T21:15:09.901Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:15:10.803Z] $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-22T21:15:12.356Z] $ docker top f411e0692113061f323f629eabf098aefdd627d08b15bd90e96fc54caef8a896 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T21:15:13.169Z] ---> 53c0f3c038c9 [2021-02-22T21:15:13.170Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T21:15:13.170Z] ---> 0bd29342fed2 [2021-02-22T21:15:13.170Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T21:15:13.170Z] ---> f8f7dda0ead0 [2021-02-22T21:15:13.170Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T21:15:13.170Z] ---> e0c91094ddc5 [2021-02-22T21:15:13.170Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T21:15:13.170Z] ---> 9c5b3a1e5127 [2021-02-22T21:15:13.170Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T21:15:13.170Z] ---> Running in a1af3bb8fa7e [2021-02-22T21:15:13.170Z] ---> Running in f902b6f3a1a3 [2021-02-22T21:15:13.170Z] ---> Running in dba06db0c322 [2021-02-22T21:15:13.170Z] ---> Running in 79d43462adea [2021-02-22T21:15:13.170Z] ---> Running in 9dd7276f6556 [2021-02-22T21:15:13.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-command/core-command ./cmd/core-command [2021-02-22T21:15:13.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-22T21:15:13.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-22T21:15:13.170Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-data/core-data ./cmd/core-data [2021-02-22T21:15:13.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-22T21:15:14.205Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T21:15:15.831Z] Building docker-core-command-go ... [2021-02-22T21:15:15.831Z] Building docker-core-data-go ... [2021-02-22T21:15:15.831Z] Building docker-core-metadata-go ... [2021-02-22T21:15:15.831Z] Building docker-security-bootstrapper-go ... [2021-02-22T21:15:15.831Z] Building docker-security-proxy-setup-go ... [2021-02-22T21:15:15.831Z] Building docker-security-secretstore-setup-go ... [2021-02-22T21:15:15.831Z] Building docker-support-notifications-go ... [2021-02-22T21:15:15.831Z] Building docker-support-scheduler-go ... [2021-02-22T21:15:15.831Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T21:15:15.831Z] Building docker-core-metadata-go [2021-02-22T21:15:15.831Z] Building docker-security-bootstrapper-go [2021-02-22T21:15:16.106Z] Building docker-core-command-go [2021-02-22T21:15:16.106Z] Building docker-support-notifications-go [2021-02-22T21:15:16.106Z] Building docker-support-scheduler-go [2021-02-22T21:16:50.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-22T21:16:54.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:16:54.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:16:54.180Z] ---> b894ae55bab3 [2021-02-22T21:16:54.180Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T21:16:54.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:16:54.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:16:54.180Z] ---> b894ae55bab3 [2021-02-22T21:16:54.180Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T21:16:54.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:16:54.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:16:54.180Z] ---> b894ae55bab3 [2021-02-22T21:16:54.180Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T21:16:54.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:16:54.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:16:54.180Z] ---> b894ae55bab3 [2021-02-22T21:16:54.180Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T21:16:54.180Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:16:54.180Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:16:54.180Z] ---> b894ae55bab3 [2021-02-22T21:16:54.180Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T21:16:54.180Z] ---> Running in f1613d429e53 [2021-02-22T21:16:54.180Z] ---> Running in 2ac3cb338bab [2021-02-22T21:16:54.180Z] ---> Running in 44849dfc2dd7 [2021-02-22T21:16:54.180Z] ---> Running in ee025e427992 [2021-02-22T21:16:54.180Z] ---> Running in 78a6b3715140 [2021-02-22T21:16:54.180Z] Removing intermediate container 44849dfc2dd7 [2021-02-22T21:16:54.180Z] ---> 5ba60c884390 [2021-02-22T21:16:54.180Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:16:54.180Z] Removing intermediate container ee025e427992 [2021-02-22T21:16:54.180Z] ---> 575739152090 [2021-02-22T21:16:54.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:16:54.180Z] Removing intermediate container f1613d429e53 [2021-02-22T21:16:54.180Z] ---> 8f1f0cf74da6 [2021-02-22T21:16:54.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:16:54.180Z] Removing intermediate container 2ac3cb338bab [2021-02-22T21:16:54.180Z] ---> 791dc3ba4c5b [2021-02-22T21:16:54.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:16:54.180Z] Removing intermediate container 78a6b3715140 [2021-02-22T21:16:54.180Z] ---> 09c12ece47f2 [2021-02-22T21:16:54.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:16:54.180Z] ---> Running in 7f769705108c [2021-02-22T21:16:54.180Z] ---> Running in 2061380631c1 [2021-02-22T21:16:54.180Z] ---> Running in 37f099d265f3 [2021-02-22T21:16:54.180Z] ---> Running in 6352ee74a6de [2021-02-22T21:16:54.180Z] ---> Running in 92d2a42a5f3c [2021-02-22T21:16:55.453Z] Removing intermediate container 9dd7276f6556 [2021-02-22T21:16:55.453Z] ---> fabeded029e7 [2021-02-22T21:16:55.453Z] [2021-02-22T21:16:55.453Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T21:16:55.453Z] 3.12: Pulling from library/alpine [2021-02-22T21:16:56.057Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T21:16:56.057Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T21:16:56.057Z] ---> afeebe901d6b [2021-02-22T21:16:56.057Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T21:16:56.335Z] ---> Running in 1706ab8a90f6 [2021-02-22T21:16:56.582Z] Removing intermediate container 37f099d265f3 [2021-02-22T21:16:56.582Z] ---> af079a94b5b3 [2021-02-22T21:16:56.582Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T21:16:56.880Z] Removing intermediate container 7f769705108c [2021-02-22T21:16:56.880Z] ---> fac46b3f1a80 [2021-02-22T21:16:56.880Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T21:16:57.199Z] ---> Running in de548e6b4eec [2021-02-22T21:16:57.758Z] Removing intermediate container 2061380631c1 [2021-02-22T21:16:57.758Z] ---> fa1d5e2fd94c [2021-02-22T21:16:57.758Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T21:16:57.758Z] ---> Running in 5062059e5adb [2021-02-22T21:16:58.097Z] Removing intermediate container 92d2a42a5f3c [2021-02-22T21:16:58.097Z] ---> 183f75500d1d [2021-02-22T21:16:58.097Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T21:16:58.097Z] Removing intermediate container 6352ee74a6de [2021-02-22T21:16:58.097Z] ---> eb26fafb275d [2021-02-22T21:16:58.097Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T21:16:58.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:16:58.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:16:58.372Z] ---> Running in f1f8be549300 [2021-02-22T21:16:58.699Z] ---> Running in 6d013a9fccf0 [2021-02-22T21:16:58.699Z] ---> Running in 164879f8bcda [2021-02-22T21:16:58.937Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T21:16:59.213Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T21:16:59.213Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T21:16:59.213Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T21:16:59.213Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T21:16:59.213Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:16:59.213Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T21:16:59.497Z] OK: 7 MiB in 19 packages [2021-02-22T21:17:00.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:00.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:01.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:01.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:02.133Z] Removing intermediate container 1706ab8a90f6 [2021-02-22T21:17:02.134Z] ---> 6a8bed473aff [2021-02-22T21:17:02.134Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T21:17:02.134Z] ---> Running in e9332734c1de [2021-02-22T21:17:02.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:02.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:02.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:03.120Z] Removing intermediate container e9332734c1de [2021-02-22T21:17:03.120Z] ---> 81e852e8734d [2021-02-22T21:17:03.120Z] Step 13/24 : WORKDIR / [2021-02-22T21:17:03.396Z] ---> Running in 25accdb3af1f [2021-02-22T21:17:03.732Z] OK: 233 MiB in 51 packages [2021-02-22T21:17:03.732Z] OK: 233 MiB in 51 packages [2021-02-22T21:17:03.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:03.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:04.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:17:04.399Z] Removing intermediate container 25accdb3af1f [2021-02-22T21:17:04.399Z] ---> c01deb26a816 [2021-02-22T21:17:04.399Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-22T21:17:04.925Z] OK: 233 MiB in 51 packages [2021-02-22T21:17:04.925Z] OK: 233 MiB in 51 packages [2021-02-22T21:17:05.845Z] ---> a0fe350e9aba [2021-02-22T21:17:05.846Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-22T21:17:06.242Z] OK: 233 MiB in 51 packages [2021-02-22T21:17:07.844Z] ---> 14d4c6faa262 [2021-02-22T21:17:07.844Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T21:17:08.672Z] Removing intermediate container de548e6b4eec [2021-02-22T21:17:08.672Z] ---> 8158240638b2 [2021-02-22T21:17:08.672Z] Step 6/30 : COPY go.mod . [2021-02-22T21:17:08.672Z] Removing intermediate container 5062059e5adb [2021-02-22T21:17:08.672Z] ---> 195bc047abf0 [2021-02-22T21:17:08.672Z] Step 6/22 : COPY go.mod . [2021-02-22T21:17:09.320Z] Removing intermediate container f1f8be549300 [2021-02-22T21:17:09.320Z] ---> b2ceac0159f3 [2021-02-22T21:17:09.320Z] Step 6/22 : COPY go.mod . [2021-02-22T21:17:09.320Z] Removing intermediate container 164879f8bcda [2021-02-22T21:17:09.320Z] ---> 1d876aa3ff1f [2021-02-22T21:17:09.320Z] Step 6/23 : COPY go.mod . [2021-02-22T21:17:09.734Z] ---> 471deec6e07f [2021-02-22T21:17:09.734Z] Step 7/30 : RUN go mod download [2021-02-22T21:17:09.734Z] ---> 378b67bcfc6c [2021-02-22T21:17:09.734Z] Step 7/22 : RUN go mod download [2021-02-22T21:17:09.734Z] Removing intermediate container 6d013a9fccf0 [2021-02-22T21:17:09.734Z] ---> 170a0b70d26f [2021-02-22T21:17:09.735Z] Step 6/23 : COPY go.mod . [2021-02-22T21:17:10.485Z] ---> fbf8c8b07d1a [2021-02-22T21:17:10.485Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T21:17:10.599Z] ---> Running in 3fc52e575b9f [2021-02-22T21:17:10.600Z] ---> Running in 1d50fc02c549 [2021-02-22T21:17:10.935Z] ---> f8229449ea7b [2021-02-22T21:17:10.935Z] Step 7/22 : RUN go mod download [2021-02-22T21:17:11.278Z] ---> 55cefe5e3dae [2021-02-22T21:17:11.278Z] Step 7/23 : RUN go mod download [2021-02-22T21:17:11.278Z] ---> Running in 1378869e54d4 [2021-02-22T21:17:11.278Z] ---> bfe195ecbf35 [2021-02-22T21:17:11.278Z] Step 7/23 : RUN go mod download [2021-02-22T21:17:11.278Z] ---> Running in 36cf4f48c91e [2021-02-22T21:17:11.278Z] ---> Running in 41abb5f086a7 [2021-02-22T21:17:11.967Z] Removing intermediate container a1af3bb8fa7e [2021-02-22T21:17:11.967Z] ---> 0226e2c3e914 [2021-02-22T21:17:11.967Z] [2021-02-22T21:17:11.967Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T21:17:11.967Z] ---> afeebe901d6b [2021-02-22T21:17:11.967Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T21:17:12.569Z] ---> Running in 65bf2a975bce [2021-02-22T21:17:12.569Z] ---> 6142c4f53b18 [2021-02-22T21:17:12.569Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T21:17:13.565Z] Removing intermediate container dba06db0c322 [2021-02-22T21:17:13.565Z] ---> c2bdf8b8b63c [2021-02-22T21:17:13.565Z] [2021-02-22T21:17:13.565Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T21:17:13.565Z] ---> afeebe901d6b [2021-02-22T21:17:13.565Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T21:17:13.842Z] ---> Running in 7effb9c0fe24 [2021-02-22T21:17:14.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:17:15.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:17:15.125Z] ---> d97880ab0aed [2021-02-22T21:17:15.125Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T21:17:15.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:17:15.732Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T21:17:15.732Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:17:15.732Z] OK: 5 MiB in 15 packages [2021-02-22T21:17:15.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:17:16.337Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T21:17:16.337Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:17:16.611Z] OK: 5 MiB in 15 packages [2021-02-22T21:17:16.897Z] ---> 76431be85a6d [2021-02-22T21:17:16.897Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-22T21:17:17.658Z] ---> Running in 9cde97a89c18 [2021-02-22T21:17:19.909Z] Removing intermediate container 65bf2a975bce [2021-02-22T21:17:19.909Z] ---> 89647f5eb8a4 [2021-02-22T21:17:19.909Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T21:17:19.909Z] Removing intermediate container 7effb9c0fe24 [2021-02-22T21:17:19.909Z] ---> f54c85362e96 [2021-02-22T21:17:19.909Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T21:17:20.202Z] ---> Running in 621ec2a9a5ce [2021-02-22T21:17:20.202Z] ---> Running in 40fdbfe2ff58 [2021-02-22T21:17:20.392Z] Removing intermediate container 1d50fc02c549 [2021-02-22T21:17:20.392Z] ---> f2b99c96cb0e [2021-02-22T21:17:20.392Z] Step 8/22 : COPY . . [2021-02-22T21:17:20.392Z] Removing intermediate container 41abb5f086a7 [2021-02-22T21:17:20.392Z] ---> 2cee051caa92 [2021-02-22T21:17:20.392Z] Step 8/23 : COPY . . [2021-02-22T21:17:20.392Z] Removing intermediate container 3fc52e575b9f [2021-02-22T21:17:20.392Z] ---> 8a17fd3f2496 [2021-02-22T21:17:20.392Z] Step 8/30 : COPY . . [2021-02-22T21:17:20.392Z] Removing intermediate container 36cf4f48c91e [2021-02-22T21:17:20.392Z] ---> 7c22500ce52e [2021-02-22T21:17:20.392Z] Step 8/23 : COPY . . [2021-02-22T21:17:20.392Z] Removing intermediate container 1378869e54d4 [2021-02-22T21:17:20.392Z] ---> 01d60150abce [2021-02-22T21:17:20.392Z] Step 8/22 : COPY . . [2021-02-22T21:17:21.662Z] Removing intermediate container 40fdbfe2ff58 [2021-02-22T21:17:21.662Z] ---> edfcbb98a1a1 [2021-02-22T21:17:21.662Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T21:17:21.662Z] Removing intermediate container 621ec2a9a5ce [2021-02-22T21:17:21.662Z] ---> cf577a78bd35 [2021-02-22T21:17:21.662Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T21:17:21.662Z] Removing intermediate container f902b6f3a1a3 [2021-02-22T21:17:21.662Z] ---> 89f74658ef42 [2021-02-22T21:17:21.939Z] [2021-02-22T21:17:21.939Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T21:17:21.939Z] ---> afeebe901d6b [2021-02-22T21:17:21.939Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T21:17:21.939Z] ---> Using cache [2021-02-22T21:17:21.939Z] ---> f54c85362e96 [2021-02-22T21:17:21.939Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T21:17:21.939Z] ---> Using cache [2021-02-22T21:17:21.939Z] ---> edfcbb98a1a1 [2021-02-22T21:17:21.939Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T21:17:21.939Z] ---> Running in e7972274b045 [2021-02-22T21:17:21.939Z] ---> Running in 3406cd9573d2 [2021-02-22T21:17:22.214Z] ---> Running in 42b2f6bc9d44 [2021-02-22T21:17:22.214Z] Removing intermediate container 9cde97a89c18 [2021-02-22T21:17:22.214Z] ---> fd7014f4b30a [2021-02-22T21:17:22.214Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T21:17:22.486Z] ---> Running in 31338bedd7de [2021-02-22T21:17:22.486Z] Removing intermediate container 3406cd9573d2 [2021-02-22T21:17:22.486Z] ---> 7f5347a91b23 [2021-02-22T21:17:22.486Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T21:17:22.765Z] Removing intermediate container e7972274b045 [2021-02-22T21:17:22.765Z] ---> 136c4471dc8d [2021-02-22T21:17:22.765Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T21:17:22.765Z] ---> Running in 9eb42023fb42 [2021-02-22T21:17:23.041Z] ---> Running in a5746830460a [2021-02-22T21:17:23.041Z] Removing intermediate container 42b2f6bc9d44 [2021-02-22T21:17:23.041Z] ---> d591d3cef37c [2021-02-22T21:17:23.041Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T21:17:23.316Z] Removing intermediate container 31338bedd7de [2021-02-22T21:17:23.316Z] ---> 0b15f15643d8 [2021-02-22T21:17:23.316Z] Step 22/24 : LABEL arch=arm64 [2021-02-22T21:17:23.593Z] ---> Running in ffc2935188da [2021-02-22T21:17:23.877Z] ---> Running in cbc9db2d4585 [2021-02-22T21:17:23.877Z] Removing intermediate container 9eb42023fb42 [2021-02-22T21:17:23.877Z] ---> b7a25bfa787b [2021-02-22T21:17:23.877Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:17:23.877Z] Removing intermediate container a5746830460a [2021-02-22T21:17:23.877Z] ---> 7b463e76f211 [2021-02-22T21:17:23.877Z] Step 15/23 : WORKDIR / [2021-02-22T21:17:24.153Z] ---> Running in 1fda45e02115 [2021-02-22T21:17:24.428Z] Removing intermediate container ffc2935188da [2021-02-22T21:17:24.428Z] ---> 953662827cce [2021-02-22T21:17:24.428Z] Step 15/23 : WORKDIR / [2021-02-22T21:17:24.701Z] Removing intermediate container cbc9db2d4585 [2021-02-22T21:17:24.701Z] ---> ec9ed43fe49c [2021-02-22T21:17:24.701Z] Step 23/24 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:17:24.701Z] ---> Running in 589def1c046d [2021-02-22T21:17:24.978Z] ---> Running in 49d268d3948d [2021-02-22T21:17:24.978Z] ---> 0c3d75498e44 [2021-02-22T21:17:24.978Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T21:17:24.978Z] Removing intermediate container 1fda45e02115 [2021-02-22T21:17:24.978Z] ---> a2613cb2cd9c [2021-02-22T21:17:24.978Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:17:25.962Z] Removing intermediate container 589def1c046d [2021-02-22T21:17:25.962Z] ---> c57b04ee07ea [2021-02-22T21:17:25.962Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:17:26.239Z] Removing intermediate container 49d268d3948d [2021-02-22T21:17:26.239Z] ---> 70e3b5eec15f [2021-02-22T21:17:26.239Z] Step 24/24 : LABEL version=2.0.0-dev.100 [2021-02-22T21:17:26.512Z] ---> cdf0a3142170 [2021-02-22T21:17:26.512Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T21:17:27.114Z] ---> Running in 13b001e6e945 [2021-02-22T21:17:27.387Z] ---> 96e1970feea1 [2021-02-22T21:17:27.387Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T21:17:27.387Z] ---> 3323ecd3d5ce [2021-02-22T21:17:27.387Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T21:17:27.664Z] Removing intermediate container 13b001e6e945 [2021-02-22T21:17:27.664Z] ---> 452e2e6a6ee1 [2021-02-22T21:17:27.664Z] [2021-02-22T21:17:28.265Z] Removing intermediate container 79d43462adea [2021-02-22T21:17:28.265Z] ---> 0766d8d62227 [2021-02-22T21:17:28.265Z] [2021-02-22T21:17:28.265Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T21:17:28.265Z] ---> afeebe901d6b [2021-02-22T21:17:28.265Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T21:17:28.265Z] Successfully built 452e2e6a6ee1 [2021-02-22T21:17:28.543Z] ---> 9565a5ea2a3f [2021-02-22T21:17:28.543Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T21:17:28.543Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-22T21:17:28.543Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-22T21:17:28.815Z] ---> Running in 97c69b646b7a [2021-02-22T21:17:28.815Z] ---> 0e9f50759d4a [2021-02-22T21:17:28.815Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T21:17:29.104Z] ---> Running in b5b83bdd898a [2021-02-22T21:17:29.384Z] ---> d686438c4bf1 [2021-02-22T21:17:29.384Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T21:17:29.384Z] Removing intermediate container 97c69b646b7a [2021-02-22T21:17:29.384Z] ---> 79ca5d8d25df [2021-02-22T21:17:29.384Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T21:17:29.983Z] ---> 3ae9491ad8fd [2021-02-22T21:17:29.983Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T21:17:30.255Z] ---> Running in bffa3e8035a6 [2021-02-22T21:17:30.532Z] ---> Running in f8550fdb833c [2021-02-22T21:17:30.532Z] Removing intermediate container b5b83bdd898a [2021-02-22T21:17:30.532Z] ---> da7874c00529 [2021-02-22T21:17:30.532Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:17:31.977Z] ---> 355fe3d80263 [2021-02-22T21:17:31.977Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T21:17:31.977Z] ---> Running in 58181fa0916c [2021-02-22T21:17:31.977Z] Removing intermediate container bffa3e8035a6 [2021-02-22T21:17:31.977Z] ---> 75dbc71e1090 [2021-02-22T21:17:31.977Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T21:17:31.977Z] Removing intermediate container f8550fdb833c [2021-02-22T21:17:31.977Z] ---> 9c7b84a23aa9 [2021-02-22T21:17:31.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:17:32.253Z] ---> Running in 37900a9a2185 [2021-02-22T21:17:32.253Z] ---> Running in 92038a726eb1 [2021-02-22T21:17:32.253Z] ---> Running in 2d36133985c1 [2021-02-22T21:17:32.527Z] Removing intermediate container 58181fa0916c [2021-02-22T21:17:32.527Z] ---> f0ce71cc343c [2021-02-22T21:17:32.527Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T21:17:32.801Z] ---> Running in 387a7770c7ab [2021-02-22T21:17:33.074Z] Removing intermediate container 92038a726eb1 [2021-02-22T21:17:33.074Z] Removing intermediate container 37900a9a2185 [2021-02-22T21:17:33.074Z] ---> f14ef9848e06 [2021-02-22T21:17:33.074Z] ---> 3f7a31a0fadb [2021-02-22T21:17:33.074Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:17:33.074Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:17:33.074Z] Removing intermediate container 2d36133985c1 [2021-02-22T21:17:33.074Z] ---> e362ad53dbad [2021-02-22T21:17:33.074Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T21:17:33.346Z] ---> Running in 3e2f0107fd77 [2021-02-22T21:17:33.346Z] ---> Running in 6d4fb1aec29f [2021-02-22T21:17:33.346Z] ---> Running in 1c8f825caf26 [2021-02-22T21:17:33.618Z] Removing intermediate container 387a7770c7ab [2021-02-22T21:17:33.619Z] ---> 72f5468dcb7e [2021-02-22T21:17:33.619Z] Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:17:34.223Z] ---> Running in 7a059e75b9dd [2021-02-22T21:17:34.223Z] Removing intermediate container 6d4fb1aec29f [2021-02-22T21:17:34.223Z] ---> 411b8a2a4941 [2021-02-22T21:17:34.223Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T21:17:34.510Z] Removing intermediate container 1c8f825caf26 [2021-02-22T21:17:34.510Z] ---> 7e4b9f45b873 [2021-02-22T21:17:34.510Z] Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:17:34.510Z] ---> Running in cf3596b14ec7 [2021-02-22T21:17:34.786Z] ---> Running in e906b2e16b25 [2021-02-22T21:17:35.066Z] Removing intermediate container 7a059e75b9dd [2021-02-22T21:17:35.066Z] ---> e0dcb157b7c7 [2021-02-22T21:17:35.066Z] Step 22/22 : LABEL version=2.0.0-dev.100 [2021-02-22T21:17:35.674Z] Removing intermediate container cf3596b14ec7 [2021-02-22T21:17:35.674Z] ---> f95f52784c90 [2021-02-22T21:17:35.674Z] Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:17:35.674Z] ---> Running in 0833ef0035a8 [2021-02-22T21:17:36.333Z] Removing intermediate container e906b2e16b25 [2021-02-22T21:17:36.333Z] ---> f5231db0ff75 [2021-02-22T21:17:36.333Z] Step 23/23 : LABEL version=2.0.0-dev.100 [2021-02-22T21:17:36.333Z] ---> Running in 268df3900bd3 [2021-02-22T21:17:36.617Z] ---> Running in c6efdf8f77e6 [2021-02-22T21:17:36.890Z] Removing intermediate container 0833ef0035a8 [2021-02-22T21:17:36.890Z] ---> c4f40f88e176 [2021-02-22T21:17:36.890Z] [2021-02-22T21:17:37.166Z] Removing intermediate container 268df3900bd3 [2021-02-22T21:17:37.443Z] Removing intermediate container 3e2f0107fd77 [2021-02-22T21:17:37.443Z] ---> 28c9613c4e4e [2021-02-22T21:17:37.443Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T21:17:37.443Z] ---> 662a95d93cf5 [2021-02-22T21:17:37.443Z] Step 23/23 : LABEL version=2.0.0-dev.100 [2021-02-22T21:17:37.443Z] Successfully built c4f40f88e176 [2021-02-22T21:17:37.719Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-22T21:17:37.719Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-22T21:17:37.719Z] Removing intermediate container c6efdf8f77e6 [2021-02-22T21:17:37.719Z] ---> 4228b6d8db3f [2021-02-22T21:17:37.719Z] [2021-02-22T21:17:37.997Z] ---> Running in a06b8da280b5 [2021-02-22T21:17:37.997Z] ---> Running in 244b49a71535 [2021-02-22T21:17:38.279Z] Successfully built 4228b6d8db3f [2021-02-22T21:17:38.279Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-22T21:17:38.279Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-02-22T21:17:38.878Z] Removing intermediate container a06b8da280b5 [2021-02-22T21:17:38.878Z] ---> 66bd02c60277 [2021-02-22T21:17:38.878Z] [2021-02-22T21:17:39.156Z] Successfully built 66bd02c60277 [2021-02-22T21:17:39.156Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-22T21:17:39.156Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-22T21:17:39.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:17:40.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:17:41.012Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:17:41.012Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:17:41.012Z] ---> a1eba823c06d [2021-02-22T21:17:41.012Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T21:17:41.012Z] ---> Using cache [2021-02-22T21:17:41.012Z] ---> 864cc7e49ae0 [2021-02-22T21:17:41.013Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:17:41.013Z] ---> Using cache [2021-02-22T21:17:41.013Z] ---> 77e7666ce4a0 [2021-02-22T21:17:41.013Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T21:17:41.013Z] ---> Using cache [2021-02-22T21:17:41.013Z] ---> 5cde9077b141 [2021-02-22T21:17:41.013Z] Step 6/30 : COPY go.mod . [2021-02-22T21:17:41.013Z] ---> Using cache [2021-02-22T21:17:41.013Z] ---> ad618515b0f9 [2021-02-22T21:17:41.013Z] Step 7/30 : RUN go mod download [2021-02-22T21:17:41.013Z] ---> Using cache [2021-02-22T21:17:41.013Z] ---> c142d190886d [2021-02-22T21:17:41.013Z] Step 8/30 : COPY . . [2021-02-22T21:17:41.013Z] ---> Using cache [2021-02-22T21:17:41.013Z] ---> f8f7dda0ead0 [2021-02-22T21:17:41.013Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T21:17:41.285Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T21:17:41.557Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T21:17:41.557Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T21:17:41.829Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T21:17:42.422Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T21:17:42.422Z] ---> Running in 82eaa322e15f [2021-02-22T21:17:42.696Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T21:17:42.696Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:17:42.696Z] OK: 8 MiB in 20 packages [2021-02-22T21:17:43.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-22T21:17:46.363Z] Removing intermediate container 244b49a71535 [2021-02-22T21:17:46.363Z] ---> 04edbc83ef64 [2021-02-22T21:17:46.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:17:47.360Z] ---> 47fd6e51b9e5 [2021-02-22T21:17:47.360Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T21:17:49.346Z] ---> a8817c66bd44 [2021-02-22T21:17:49.346Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-22T21:17:50.793Z] ---> bfdb5381dab0 [2021-02-22T21:17:50.793Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T21:17:50.793Z] ---> Running in 705a613a7218 [2021-02-22T21:17:51.403Z] Removing intermediate container 705a613a7218 [2021-02-22T21:17:51.403Z] ---> dafe34499b93 [2021-02-22T21:17:51.403Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:17:51.679Z] ---> Running in 02b081e996c4 [2021-02-22T21:17:52.285Z] Removing intermediate container 02b081e996c4 [2021-02-22T21:17:52.285Z] ---> 2983c52d9ab5 [2021-02-22T21:17:52.285Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T21:17:52.285Z] ---> Running in 5b03ab70fa8d [2021-02-22T21:17:53.288Z] Removing intermediate container 5b03ab70fa8d [2021-02-22T21:17:53.288Z] ---> dceecad4bc43 [2021-02-22T21:17:53.288Z] Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:17:53.288Z] ---> Running in 74c169e2fd8b [2021-02-22T21:17:54.752Z] Removing intermediate container 74c169e2fd8b [2021-02-22T21:17:54.752Z] ---> f5ca68e6a2d9 [2021-02-22T21:17:54.752Z] Step 23/23 : LABEL version=2.0.0-dev.100 [2021-02-22T21:17:55.364Z] ---> Running in de573018f9d1 [2021-02-22T21:17:56.830Z] Removing intermediate container de573018f9d1 [2021-02-22T21:17:56.830Z] ---> e2177fcb4ccf [2021-02-22T21:17:56.830Z] [2021-02-22T21:17:57.807Z] Successfully built e2177fcb4ccf [2021-02-22T21:17:57.807Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-22T21:18:04.546Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:18:04.546Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:18:04.546Z] ---> a1eba823c06d [2021-02-22T21:18:04.546Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T21:18:04.546Z] ---> Using cache [2021-02-22T21:18:04.546Z] ---> 864cc7e49ae0 [2021-02-22T21:18:04.546Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:18:04.546Z] ---> Using cache [2021-02-22T21:18:04.546Z] ---> 77e7666ce4a0 [2021-02-22T21:18:04.546Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T21:18:05.579Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:18:05.580Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:18:05.580Z] ---> a1eba823c06d [2021-02-22T21:18:05.580Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> 864cc7e49ae0 [2021-02-22T21:18:05.580Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> 77e7666ce4a0 [2021-02-22T21:18:05.580Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> 5cde9077b141 [2021-02-22T21:18:05.580Z] Step 6/21 : COPY go.mod . [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> ad618515b0f9 [2021-02-22T21:18:05.580Z] Step 7/21 : RUN go mod download [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> c142d190886d [2021-02-22T21:18:05.580Z] Step 8/21 : COPY . . [2021-02-22T21:18:05.580Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:18:05.580Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:18:05.580Z] ---> a1eba823c06d [2021-02-22T21:18:05.580Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> 864cc7e49ae0 [2021-02-22T21:18:05.580Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> 77e7666ce4a0 [2021-02-22T21:18:05.580Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T21:18:05.580Z] ---> Using cache [2021-02-22T21:18:05.580Z] ---> f8f7dda0ead0 [2021-02-22T21:18:05.580Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T21:18:06.585Z] ---> Running in 946d9f540a8b [2021-02-22T21:18:06.585Z] ---> Running in 45f9308530f8 [2021-02-22T21:18:06.585Z] ---> Running in 2e360f377435 [2021-02-22T21:18:09.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:18:09.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:18:09.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-22T21:18:09.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:18:10.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:18:11.124Z] OK: 217 MiB in 51 packages [2021-02-22T21:18:11.742Z] OK: 217 MiB in 51 packages [2021-02-22T21:18:13.214Z] Removing intermediate container 946d9f540a8b [2021-02-22T21:18:13.214Z] ---> bb561fc0f266 [2021-02-22T21:18:13.214Z] Step 6/22 : COPY go.mod . [2021-02-22T21:18:13.498Z] Removing intermediate container 45f9308530f8 [2021-02-22T21:18:13.498Z] ---> 07a33fdc972a [2021-02-22T21:18:13.498Z] Step 6/26 : COPY go.mod . [2021-02-22T21:18:14.106Z] ---> faa2fcf53af1 [2021-02-22T21:18:14.106Z] Step 7/22 : RUN go mod download [2021-02-22T21:18:14.390Z] ---> Running in 1b7d89cd5fdf [2021-02-22T21:18:15.009Z] ---> 077c27e7ce65 [2021-02-22T21:18:15.009Z] Step 7/26 : RUN go mod download [2021-02-22T21:18:15.293Z] ---> Running in 8db1126ffdae [2021-02-22T21:18:19.642Z] Removing intermediate container 1b7d89cd5fdf [2021-02-22T21:18:19.642Z] ---> ae5ebc0b4f2b [2021-02-22T21:18:19.642Z] Step 8/22 : COPY . . [2021-02-22T21:18:20.249Z] Removing intermediate container 8db1126ffdae [2021-02-22T21:18:20.249Z] ---> 675ad186531c [2021-02-22T21:18:20.249Z] Step 8/26 : COPY . . [2021-02-22T21:18:38.645Z] ---> 11498a8494b9 [2021-02-22T21:18:38.645Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T21:18:38.645Z] ---> 56e7b664a54c [2021-02-22T21:18:38.645Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T21:18:38.645Z] ---> Running in 59afbffb636a [2021-02-22T21:18:38.645Z] ---> Running in f8c6ee185d8a [2021-02-22T21:18:38.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-22T21:18:39.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-22T21:18:39.479Z] Removing intermediate container 82eaa322e15f [2021-02-22T21:18:39.479Z] ---> 542fbf676e34 [2021-02-22T21:18:39.479Z] [2021-02-22T21:18:39.479Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T21:18:39.479Z] ---> afeebe901d6b [2021-02-22T21:18:39.479Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T21:18:39.875Z] ---> Running in b5db57c1805d [2021-02-22T21:18:40.661Z] Removing intermediate container b5db57c1805d [2021-02-22T21:18:40.661Z] ---> 42be76ea3c9a [2021-02-22T21:18:40.661Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T21:18:40.661Z] ---> Running in e510ca535f49 [2021-02-22T21:18:42.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:18:42.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:18:43.748Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T21:18:43.748Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T21:18:43.748Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:18:43.748Z] OK: 5 MiB in 16 packages [2021-02-22T21:18:45.770Z] Removing intermediate container e510ca535f49 [2021-02-22T21:18:45.770Z] ---> 88493c5b0a7f [2021-02-22T21:18:45.770Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T21:18:45.770Z] ---> Running in 3db5bdcd0136 [2021-02-22T21:18:46.052Z] Removing intermediate container 3db5bdcd0136 [2021-02-22T21:18:46.052Z] ---> fd5b7030b81f [2021-02-22T21:18:46.052Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T21:18:46.330Z] ---> Running in e3ce1d338f6c [2021-02-22T21:18:46.949Z] Removing intermediate container e3ce1d338f6c [2021-02-22T21:18:46.949Z] ---> 7aa0afd04157 [2021-02-22T21:18:46.949Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T21:18:46.949Z] ---> Running in d68ccc0fb0b9 [2021-02-22T21:18:50.392Z] Removing intermediate container d68ccc0fb0b9 [2021-02-22T21:18:50.392Z] ---> 5870773585ce [2021-02-22T21:18:50.392Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T21:18:50.392Z] ---> Running in 3160f58f0278 [2021-02-22T21:18:51.402Z] Removing intermediate container 3160f58f0278 [2021-02-22T21:18:51.402Z] ---> 29416d6739fb [2021-02-22T21:18:51.402Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T21:18:52.413Z] ---> de94e19e1ced [2021-02-22T21:18:52.413Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T21:18:52.693Z] ---> Running in 55de134fea77 [2021-02-22T21:18:56.138Z] Removing intermediate container 55de134fea77 [2021-02-22T21:18:56.138Z] ---> 76abf960cf4d [2021-02-22T21:18:56.138Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:18:57.599Z] ---> 709b5cdf726f [2021-02-22T21:18:57.599Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T21:18:59.604Z] ---> 609c3aa8bb3d [2021-02-22T21:18:59.604Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T21:19:00.214Z] ---> 4605f31d7717 [2021-02-22T21:19:00.214Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T21:19:01.678Z] ---> 0131666a46b0 [2021-02-22T21:19:01.678Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T21:19:01.960Z] ---> Running in 702c3d3affd1 [2021-02-22T21:19:02.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-22T21:19:02.591Z] Removing intermediate container 702c3d3affd1 [2021-02-22T21:19:02.591Z] ---> 774fc7a60443 [2021-02-22T21:19:02.591Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T21:19:03.604Z] ---> 5efe541d68f9 [2021-02-22T21:19:03.604Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T21:19:04.234Z] ---> Running in 000fd4db4654 [2021-02-22T21:19:07.668Z] Removing intermediate container 000fd4db4654 [2021-02-22T21:19:07.668Z] ---> 5db269263e6a [2021-02-22T21:19:07.668Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T21:19:08.288Z] ---> Running in 649b6eab4f0a [2021-02-22T21:19:08.905Z] Removing intermediate container 649b6eab4f0a [2021-02-22T21:19:08.905Z] ---> 1583472c56ff [2021-02-22T21:19:08.905Z] Step 27/30 : CMD ["gate"] [2021-02-22T21:19:09.199Z] ---> Running in 9bb8558856a8 [2021-02-22T21:19:10.194Z] Removing intermediate container 9bb8558856a8 [2021-02-22T21:19:10.194Z] ---> 9275e000f5f6 [2021-02-22T21:19:10.194Z] Step 28/30 : LABEL arch=arm64 [2021-02-22T21:19:10.473Z] ---> Running in e9ded618ee43 [2021-02-22T21:19:11.100Z] Removing intermediate container e9ded618ee43 [2021-02-22T21:19:11.100Z] ---> 0a61406146f6 [2021-02-22T21:19:11.100Z] Step 29/30 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:19:11.703Z] ---> Running in d805b8ed2f32 [2021-02-22T21:19:12.316Z] Removing intermediate container d805b8ed2f32 [2021-02-22T21:19:12.316Z] ---> 2b47a90207bb [2021-02-22T21:19:12.316Z] Step 30/30 : LABEL version=2.0.0-dev.100 [2021-02-22T21:19:12.593Z] ---> Running in 9788fb107d67 [2021-02-22T21:19:13.194Z] Removing intermediate container 9788fb107d67 [2021-02-22T21:19:13.194Z] ---> c463d6a70a56 [2021-02-22T21:19:13.194Z] [2021-02-22T21:19:13.471Z] Successfully built c463d6a70a56 [2021-02-22T21:19:13.746Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-22T21:19:19.217Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 2e360f377435 [2021-02-22T21:19:19.217Z] ---> e5a644df3ed1 [2021-02-22T21:19:19.217Z] [2021-02-22T21:19:19.217Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T21:19:19.217Z] ---> afeebe901d6b [2021-02-22T21:19:19.217Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T21:19:19.217Z] ---> Running in 23159bb849ec [2021-02-22T21:19:20.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:19:20.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:19:20.808Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T21:19:21.084Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T21:19:21.084Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T21:19:21.084Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T21:19:21.084Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:19:21.084Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T21:19:21.362Z] OK: 7 MiB in 18 packages [2021-02-22T21:19:23.367Z] Removing intermediate container 23159bb849ec [2021-02-22T21:19:23.367Z] ---> 941f4e56a0db [2021-02-22T21:19:23.367Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T21:19:23.645Z] ---> Running in b2ccd949740a [2021-02-22T21:19:24.254Z] Removing intermediate container b2ccd949740a [2021-02-22T21:19:24.254Z] ---> 5d7a14c26300 [2021-02-22T21:19:24.254Z] Step 13/21 : WORKDIR /edgex [2021-02-22T21:19:24.540Z] ---> Running in 854b46b0a57e [2021-02-22T21:19:25.527Z] Removing intermediate container 854b46b0a57e [2021-02-22T21:19:25.527Z] ---> 9d2fcd4dd064 [2021-02-22T21:19:25.527Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T21:19:26.533Z] ---> 700ed51bf6a8 [2021-02-22T21:19:26.533Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T21:19:28.558Z] ---> 29043c6c6475 [2021-02-22T21:19:28.558Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T21:19:30.030Z] ---> d4e08657fc08 [2021-02-22T21:19:30.030Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T21:19:30.030Z] ---> Running in 0b43c676a019 [2021-02-22T21:19:31.044Z] Removing intermediate container 0b43c676a019 [2021-02-22T21:19:31.044Z] ---> 8c48efcc1773 [2021-02-22T21:19:31.044Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T21:19:31.044Z] ---> Running in d3a9fd9382ac [2021-02-22T21:19:31.661Z] Removing intermediate container d3a9fd9382ac [2021-02-22T21:19:31.661Z] ---> 8f1001b2bd1b [2021-02-22T21:19:31.661Z] Step 19/21 : LABEL arch=arm64 [2021-02-22T21:19:31.948Z] ---> Running in ddfd9af2de3f [2021-02-22T21:19:32.589Z] Removing intermediate container ddfd9af2de3f [2021-02-22T21:19:32.589Z] ---> 074abf7d7584 [2021-02-22T21:19:32.589Z] Step 20/21 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:19:32.589Z] ---> Running in 49317d5846a3 [2021-02-22T21:19:33.609Z] Removing intermediate container 49317d5846a3 [2021-02-22T21:19:33.609Z] ---> a3d6bf085f6f [2021-02-22T21:19:33.609Z] Step 21/21 : LABEL version=2.0.0-dev.100 [2021-02-22T21:19:33.609Z] ---> Running in ff1ba892679b [2021-02-22T21:19:34.215Z] Removing intermediate container ff1ba892679b [2021-02-22T21:19:34.215Z] ---> 5065dd3fc484 [2021-02-22T21:19:34.215Z] [2021-02-22T21:19:34.834Z] Successfully built 5065dd3fc484 [2021-02-22T21:19:34.834Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-22T21:19:44.368Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 59afbffb636a [2021-02-22T21:19:44.368Z] ---> b1faf2b17320 [2021-02-22T21:19:44.368Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T21:19:44.368Z] ---> Running in 23891a4bfeb0 [2021-02-22T21:19:44.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-22T21:19:47.792Z] Removing intermediate container f8c6ee185d8a [2021-02-22T21:19:47.792Z] ---> 500461b7cb4f [2021-02-22T21:19:47.792Z] [2021-02-22T21:19:47.792Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T21:19:47.792Z] ---> afeebe901d6b [2021-02-22T21:19:47.792Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T21:19:47.792Z] ---> Running in bf4e58a8b746 [2021-02-22T21:19:47.792Z] Removing intermediate container 23891a4bfeb0 [2021-02-22T21:19:47.792Z] ---> 96537ef9a626 [2021-02-22T21:19:47.792Z] [2021-02-22T21:19:47.792Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T21:19:47.792Z] 20.10.0: Pulling from library/docker [2021-02-22T21:19:48.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:19:49.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:19:49.668Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T21:19:49.962Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T21:19:49.962Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:19:49.962Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T21:19:49.962Z] OK: 6 MiB in 16 packages [2021-02-22T21:19:52.597Z] Removing intermediate container bf4e58a8b746 [2021-02-22T21:19:52.597Z] ---> c08ae95bd809 [2021-02-22T21:19:52.597Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T21:19:52.869Z] ---> Running in dcef28b29a35 [2021-02-22T21:19:53.849Z] Removing intermediate container dcef28b29a35 [2021-02-22T21:19:53.849Z] ---> 0ec7f1439dbf [2021-02-22T21:19:53.849Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T21:19:53.849Z] ---> Running in a68dde678e2b [2021-02-22T21:19:54.829Z] Removing intermediate container a68dde678e2b [2021-02-22T21:19:54.829Z] ---> 5d274dedbdb0 [2021-02-22T21:19:54.829Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T21:19:55.100Z] ---> Running in e2a8b674f556 [2021-02-22T21:19:55.697Z] Removing intermediate container e2a8b674f556 [2021-02-22T21:19:55.697Z] ---> afffa7ddd807 [2021-02-22T21:19:55.697Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:19:56.715Z] ---> fd10c217f6ec [2021-02-22T21:19:56.715Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T21:19:56.994Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T21:19:56.994Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T21:19:56.994Z] ---> eeaf43b92773 [2021-02-22T21:19:56.994Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T21:19:57.281Z] ---> Running in 5d9c829a1895 [2021-02-22T21:19:57.891Z] ---> 25b381fbf201 [2021-02-22T21:19:57.891Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T21:19:58.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:19:58.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:19:58.787Z] ---> e80b5f902135 [2021-02-22T21:19:58.787Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T21:19:58.787Z] ---> Running in 9d5d51a37393 [2021-02-22T21:19:59.383Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T21:19:59.383Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T21:19:59.383Z] Executing bash-5.0.17-r0.post-install [2021-02-22T21:19:59.383Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:19:59.383Z] OK: 12 MiB in 22 packages [2021-02-22T21:19:59.383Z] Removing intermediate container 9d5d51a37393 [2021-02-22T21:19:59.383Z] ---> 43d5a56dc091 [2021-02-22T21:19:59.383Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:19:59.383Z] ---> Running in e078c7b24bc5 [2021-02-22T21:19:59.984Z] Removing intermediate container e078c7b24bc5 [2021-02-22T21:19:59.984Z] ---> f6b39978359d [2021-02-22T21:19:59.984Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T21:20:00.264Z] ---> Running in afadca45511c [2021-02-22T21:20:00.536Z] Removing intermediate container 5d9c829a1895 [2021-02-22T21:20:00.536Z] ---> 122c0c9bb3e9 [2021-02-22T21:20:00.536Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T21:20:00.659Z] ---> c38d1e7b5c2d [2021-02-22T21:20:00.659Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T21:20:00.659Z] ---> 2e5ddbebc492 [2021-02-22T21:20:00.659Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T21:20:00.659Z] ---> 3d502d055cb4 [2021-02-22T21:20:00.659Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T21:20:00.659Z] ---> Running in a93f6f8572c0 [2021-02-22T21:20:00.659Z] ---> Running in 4d469044958d [2021-02-22T21:20:00.659Z] ---> Running in b7d366915d83 [2021-02-22T21:20:00.659Z] ---> 8b2bbb09b256 [2021-02-22T21:20:00.659Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T21:20:00.659Z] ---> 2ac42564ea26 [2021-02-22T21:20:00.659Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T21:20:00.659Z] ---> Running in 353a103b7010 [2021-02-22T21:20:00.659Z] ---> Running in dacdd2d600b2 [2021-02-22T21:20:00.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-command/core-command ./cmd/core-command [2021-02-22T21:20:00.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-22T21:20:00.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-22T21:20:00.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-22T21:20:00.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-22T21:20:00.811Z] Removing intermediate container afadca45511c [2021-02-22T21:20:00.811Z] ---> 90d0a2cadc00 [2021-02-22T21:20:00.811Z] Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:20:00.811Z] ---> Running in 8f2c1333b7c0 [2021-02-22T21:20:00.811Z] ---> Running in 916fc659b07b [2021-02-22T21:20:01.406Z] Removing intermediate container 8f2c1333b7c0 [2021-02-22T21:20:01.406Z] ---> 1a74092f9c77 [2021-02-22T21:20:01.406Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T21:20:01.406Z] Removing intermediate container 916fc659b07b [2021-02-22T21:20:01.406Z] ---> f0ad44541a2a [2021-02-22T21:20:01.406Z] Step 22/22 : LABEL version=2.0.0-dev.100 [2021-02-22T21:20:01.406Z] ---> Running in 41a60d3199c4 [2021-02-22T21:20:01.678Z] ---> Running in b875f181f02c [2021-02-22T21:20:01.957Z] Removing intermediate container 41a60d3199c4 [2021-02-22T21:20:01.957Z] ---> dd4ca6d30057 [2021-02-22T21:20:01.957Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T21:20:01.957Z] Removing intermediate container b875f181f02c [2021-02-22T21:20:01.957Z] ---> 03f596854be5 [2021-02-22T21:20:01.957Z] [2021-02-22T21:20:02.242Z] ---> Running in 2b4ce350a394 [2021-02-22T21:20:02.515Z] Successfully built 03f596854be5 [2021-02-22T21:20:02.515Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-22T21:20:02.515Z]  Building docker-support-notifications-go ... done Removing intermediate container 2b4ce350a394 [2021-02-22T21:20:02.515Z] ---> 8f6d6a8ede97 [2021-02-22T21:20:02.515Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T21:20:03.945Z] ---> 9c6adb4070f7 [2021-02-22T21:20:03.945Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T21:20:04.536Z] ---> ca754a77ded6 [2021-02-22T21:20:04.536Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T21:20:05.132Z] ---> aa425fa633ae [2021-02-22T21:20:05.132Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-22T21:20:05.404Z] ---> Running in 3edeaa2f9961 [2021-02-22T21:20:06.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:20:06.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:20:07.239Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T21:20:07.239Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T21:20:07.239Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T21:20:07.239Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T21:20:07.239Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T21:20:07.239Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T21:20:07.239Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T21:20:09.203Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T21:20:09.203Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T21:20:09.203Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T21:20:09.203Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T21:20:09.203Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T21:20:09.203Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T21:20:09.203Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T21:20:09.203Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T21:20:09.203Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T21:20:09.203Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T21:20:09.203Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T21:20:09.203Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T21:20:09.203Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T21:20:09.203Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T21:20:09.203Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T21:20:09.203Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T21:20:09.203Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T21:20:09.203Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T21:20:09.203Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T21:20:09.203Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T21:20:09.203Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T21:20:09.203Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T21:20:09.474Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T21:20:09.474Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T21:20:09.474Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T21:20:09.474Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T21:20:09.474Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:20:09.474Z] OK: 71 MiB in 55 packages [2021-02-22T21:20:16.181Z] Removing intermediate container 3edeaa2f9961 [2021-02-22T21:20:16.181Z] ---> 0c514c8173bc [2021-02-22T21:20:16.181Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T21:20:16.181Z] ---> Running in 9e183bf439bc [2021-02-22T21:20:20.470Z] Collecting docker-compose==1.23.2 [2021-02-22T21:20:20.470Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T21:20:21.060Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T21:20:21.060Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T21:20:21.650Z] Collecting PyYAML<4,>=3.10 [2021-02-22T21:20:21.650Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T21:20:25.020Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T21:20:25.020Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T21:20:25.020Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T21:20:25.020Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T21:20:27.008Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T21:20:27.008Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T21:20:29.626Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T21:20:29.626Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T21:20:29.898Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T21:20:29.898Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T21:20:30.487Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T21:20:30.487Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T21:20:30.758Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-22T21:20:31.028Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T21:20:31.028Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T21:20:32.989Z] Collecting idna<2.8,>=2.5 [2021-02-22T21:20:32.990Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T21:20:32.990Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-22T21:20:33.260Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T21:20:33.260Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T21:20:33.530Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-22T21:20:33.800Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T21:20:33.800Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T21:20:33.800Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T21:20:33.800Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T21:20:33.800Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T21:20:33.800Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T21:20:34.772Z] Installing collected packages: cached-property, PyYAML, websocket-client, docopt, texttable, idna, urllib3, requests, jsonschema, docker-pycreds, docker, dockerpty, docker-compose [2021-02-22T21:20:34.772Z] Running setup.py install for PyYAML: started [2021-02-22T21:20:36.734Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T21:20:37.006Z] Running setup.py install for docopt: started [2021-02-22T21:20:38.971Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T21:20:38.971Z] Running setup.py install for texttable: started [2021-02-22T21:20:40.395Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T21:20:40.395Z] Attempting uninstall: idna [2021-02-22T21:20:40.395Z] Found existing installation: idna 2.9 [2021-02-22T21:20:40.395Z] Uninstalling idna-2.9: [2021-02-22T21:20:40.395Z] Successfully uninstalled idna-2.9 [2021-02-22T21:20:40.986Z] Attempting uninstall: urllib3 [2021-02-22T21:20:40.986Z] Found existing installation: urllib3 1.25.9 [2021-02-22T21:20:40.986Z] Uninstalling urllib3-1.25.9: [2021-02-22T21:20:41.257Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T21:20:41.849Z] Attempting uninstall: requests [2021-02-22T21:20:41.849Z] Found existing installation: requests 2.23.0 [2021-02-22T21:20:41.849Z] Uninstalling requests-2.23.0: [2021-02-22T21:20:41.849Z] Successfully uninstalled requests-2.23.0 [2021-02-22T21:20:43.270Z] Running setup.py install for dockerpty: started [2021-02-22T21:20:45.233Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T21:20:45.824Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-22T21:20:50.107Z] Removing intermediate container 9e183bf439bc [2021-02-22T21:20:50.107Z] ---> b3ea6584c3e2 [2021-02-22T21:20:50.107Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T21:20:50.107Z] ---> Running in 8a3b3d846e2d [2021-02-22T21:20:50.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T21:20:50.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T21:20:51.567Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T21:20:51.567Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T21:20:51.567Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T21:20:51.567Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:20:51.567Z] OK: 71 MiB in 58 packages [2021-02-22T21:20:52.997Z] Removing intermediate container 8a3b3d846e2d [2021-02-22T21:20:52.997Z] ---> c2b3299d7070 [2021-02-22T21:20:52.997Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T21:20:52.997Z] ---> Running in dc38de8cc2d2 [2021-02-22T21:20:53.269Z] Removing intermediate container dc38de8cc2d2 [2021-02-22T21:20:53.269Z] ---> 03760c9b5ca7 [2021-02-22T21:20:53.269Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:20:53.542Z] ---> Running in 5370452d0a2d [2021-02-22T21:20:54.133Z] Removing intermediate container 5370452d0a2d [2021-02-22T21:20:54.133Z] ---> 549614ba8651 [2021-02-22T21:20:54.133Z] Step 24/26 : LABEL arch=arm64 [2021-02-22T21:20:54.133Z] ---> Running in 9d7d57f3f008 [2021-02-22T21:20:54.726Z] Removing intermediate container 9d7d57f3f008 [2021-02-22T21:20:54.726Z] ---> bd6515bdc6ca [2021-02-22T21:20:54.726Z] Step 25/26 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:20:54.726Z] ---> Running in e0fad95852d7 [2021-02-22T21:20:55.320Z] Removing intermediate container e0fad95852d7 [2021-02-22T21:20:55.320Z] ---> 6c0004f07e2d [2021-02-22T21:20:55.320Z] Step 26/26 : LABEL version=2.0.0-dev.100 [2021-02-22T21:20:55.320Z] ---> Running in c52ee419b34f [2021-02-22T21:20:55.915Z] Removing intermediate container c52ee419b34f [2021-02-22T21:20:55.915Z] ---> 03773bcce2ca [2021-02-22T21:20:55.915Z] [2021-02-22T21:20:56.188Z] Successfully built 03773bcce2ca [2021-02-22T21:20:56.188Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-22T21:20:56.473Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-22T21:20:56.516Z] $ docker stop --time=1 9285c87499a3ac2eeda3d8a53e1ab3668b7124ee17f69ea572e22c48956e132c [2021-02-22T21:20:58.515Z] $ docker rm -f 9285c87499a3ac2eeda3d8a53e1ab3668b7124ee17f69ea572e22c48956e132c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T21:20:59.190Z] Removing intermediate container 353a103b7010 [2021-02-22T21:20:59.191Z] ---> 030c353099d2 [2021-02-22T21:20:59.191Z] [2021-02-22T21:20:59.191Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T21:20:59.191Z] 3.12: Pulling from library/alpine [2021-02-22T21:20:59.191Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T21:20:59.191Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T21:20:59.191Z] ---> 389fef711851 [2021-02-22T21:20:59.191Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T21:20:59.254Z] + docker images [2021-02-22T21:20:59.254Z] + grep docker [2021-02-22T21:20:59.525Z] docker-sys-mgmt-agent-go-arm64 latest 03773bcce2ca 4 seconds ago 300MB [2021-02-22T21:20:59.525Z] docker-support-notifications-go-arm64 latest 03f596854be5 58 seconds ago 16.8MB [2021-02-22T21:20:59.525Z] docker-security-proxy-setup-go-arm64 latest 5065dd3fc484 About a minute ago 23.4MB [2021-02-22T21:20:59.525Z] docker-security-bootstrapper-go-arm64 latest c463d6a70a56 About a minute ago 17.3MB [2021-02-22T21:20:59.525Z] docker-core-data-go-arm64 latest e2177fcb4ccf 3 minutes ago 21.1MB [2021-02-22T21:20:59.525Z] docker-core-metadata-go-arm64 latest 66bd02c60277 3 minutes ago 17.9MB [2021-02-22T21:20:59.525Z] docker-core-command-go-arm64 latest 4228b6d8db3f 3 minutes ago 16.2MB [2021-02-22T21:20:59.525Z] docker-support-scheduler-go-arm64 latest c4f40f88e176 3 minutes ago 16.3MB [2021-02-22T21:20:59.525Z] docker-security-secretstore-setup-go-arm64 latest 452e2e6a6ee1 3 minutes ago 23.7MB [2021-02-22T21:20:59.525Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T21:21:00.220Z] provisioning config files... [2021-02-22T21:21:00.269Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config6880993630711355280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:21:00.682Z] ---> docker-login.sh [2021-02-22T21:21:00.682Z] nexus3.edgexfoundry.org:10001 [2021-02-22T21:21:00.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:21:01.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:21:01.255Z] Configure a credential helper to remove this warning. See [2021-02-22T21:21:01.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:21:01.255Z] [2021-02-22T21:21:01.255Z] Login Succeeded [2021-02-22T21:21:01.255Z] nexus3.edgexfoundry.org:10002 [2021-02-22T21:21:01.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:21:01.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:21:01.822Z] Configure a credential helper to remove this warning. See [2021-02-22T21:21:01.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:21:01.822Z] [2021-02-22T21:21:01.822Z] Login Succeeded [2021-02-22T21:21:01.822Z] nexus3.edgexfoundry.org:10003 [2021-02-22T21:21:02.205Z] ---> Running in 36a0914283d6 [2021-02-22T21:21:02.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:21:02.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:21:02.422Z] Configure a credential helper to remove this warning. See [2021-02-22T21:21:02.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:21:02.422Z] [2021-02-22T21:21:02.422Z] Login Succeeded [2021-02-22T21:21:02.422Z] nexus3.edgexfoundry.org:10004 [2021-02-22T21:21:02.911Z] Removing intermediate container dacdd2d600b2 [2021-02-22T21:21:02.911Z] ---> 1ea04b78eac7 [2021-02-22T21:21:02.911Z] [2021-02-22T21:21:02.911Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T21:21:02.911Z] ---> 389fef711851 [2021-02-22T21:21:02.911Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T21:21:03.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:21:03.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:21:03.027Z] Configure a credential helper to remove this warning. See [2021-02-22T21:21:03.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:21:03.027Z] [2021-02-22T21:21:03.027Z] Login Succeeded [2021-02-22T21:21:03.027Z] docker.io [2021-02-22T21:21:03.209Z] Removing intermediate container a93f6f8572c0 [2021-02-22T21:21:03.210Z] ---> 802dd59ed0e1 [2021-02-22T21:21:03.210Z] [2021-02-22T21:21:03.210Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T21:21:03.210Z] ---> 389fef711851 [2021-02-22T21:21:03.210Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T21:21:03.210Z] Removing intermediate container b7d366915d83 [2021-02-22T21:21:03.210Z] ---> 38a6745f340d [2021-02-22T21:21:03.210Z] [2021-02-22T21:21:03.210Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T21:21:03.210Z] ---> 389fef711851 [2021-02-22T21:21:03.210Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T21:21:03.569Z] ---> Running in 71eb136a8d0b [2021-02-22T21:21:03.569Z] ---> Running in d6eda51db987 [2021-02-22T21:21:03.569Z] ---> Running in 8235c27b0371 [2021-02-22T21:21:03.569Z] Removing intermediate container 36a0914283d6 [2021-02-22T21:21:03.569Z] ---> 3f508c4cbcd5 [2021-02-22T21:21:03.569Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T21:21:03.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:21:03.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:21:03.890Z] Configure a credential helper to remove this warning. See [2021-02-22T21:21:03.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:21:03.890Z] [2021-02-22T21:21:03.890Z] Login Succeeded [2021-02-22T21:21:03.890Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T21:21:03.911Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:04.159Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-22T21:21:04.160Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:04.160Z] 2.0.0-dev.100 [2021-02-22T21:21:04.160Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:04.160Z] master [2021-02-22T21:21:04.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:04.722Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:05.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:05.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T21:21:05.060Z] f040c9143bec: Preparing [2021-02-22T21:21:05.060Z] b36064b7a0e8: Preparing [2021-02-22T21:21:05.060Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:05.060Z] fe38532204bf: Preparing [2021-02-22T21:21:05.060Z] 379067d0cb53: Preparing [2021-02-22T21:21:05.163Z] ---> Running in ceaa6b5888a4 [2021-02-22T21:21:05.163Z] Removing intermediate container 4d469044958d [2021-02-22T21:21:05.163Z] ---> 17b196c995b0 [2021-02-22T21:21:05.163Z] [2021-02-22T21:21:05.163Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T21:21:05.163Z] ---> 389fef711851 [2021-02-22T21:21:05.163Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T21:21:05.163Z] ---> Running in e8f35d0f54f8 [2021-02-22T21:21:05.332Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:05.332Z] f040c9143bec: Pushed [2021-02-22T21:21:05.332Z] 6b0865f16cf7: Pushed [2021-02-22T21:21:05.332Z] fe38532204bf: Pushed [2021-02-22T21:21:06.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:06.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:06.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:07.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:07.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:07.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:07.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:07.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:07.650Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T21:21:07.650Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:21:07.650Z] OK: 6 MiB in 15 packages [2021-02-22T21:21:07.650Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T21:21:07.650Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T21:21:07.650Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:21:07.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:07.936Z] b36064b7a0e8: Pushed [2021-02-22T21:21:08.017Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T21:21:08.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:21:08.017Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T21:21:08.017Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:21:08.207Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:08.320Z] OK: 6 MiB in 15 packages [2021-02-22T21:21:08.320Z] OK: 6 MiB in 16 packages [2021-02-22T21:21:08.320Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T21:21:08.320Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:21:08.320Z] OK: 6 MiB in 15 packages [2021-02-22T21:21:08.320Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T21:21:08.320Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T21:21:08.320Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:21:08.320Z] OK: 6 MiB in 16 packages [2021-02-22T21:21:08.555Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:08.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:08.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T21:21:08.892Z] f040c9143bec: Preparing [2021-02-22T21:21:08.892Z] b36064b7a0e8: Preparing [2021-02-22T21:21:08.892Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:08.892Z] fe38532204bf: Preparing [2021-02-22T21:21:08.892Z] 379067d0cb53: Preparing [2021-02-22T21:21:08.892Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:08.892Z] f040c9143bec: Layer already exists [2021-02-22T21:21:08.892Z] b36064b7a0e8: Layer already exists [2021-02-22T21:21:08.892Z] fe38532204bf: Layer already exists [2021-02-22T21:21:09.163Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:09.163Z] 2.0.0-dev.100: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:09.509Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:09.788Z] Removing intermediate container 71eb136a8d0b [2021-02-22T21:21:09.788Z] ---> 1c519c956e49 [2021-02-22T21:21:09.788Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T21:21:09.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:09.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T21:21:09.842Z] f040c9143bec: Preparing [2021-02-22T21:21:09.842Z] b36064b7a0e8: Preparing [2021-02-22T21:21:09.842Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:09.842Z] fe38532204bf: Preparing [2021-02-22T21:21:09.842Z] 379067d0cb53: Preparing [2021-02-22T21:21:09.842Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:09.842Z] fe38532204bf: Layer already exists [2021-02-22T21:21:09.842Z] b36064b7a0e8: Layer already exists [2021-02-22T21:21:09.842Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:09.842Z] f040c9143bec: Layer already exists [2021-02-22T21:21:10.066Z] ---> Running in cf2605ee5a86 [2021-02-22T21:21:10.112Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:10.453Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:10.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-22T21:21:10.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-22T21:21:10.828Z] f040c9143bec: Preparing [2021-02-22T21:21:10.828Z] b36064b7a0e8: Preparing [2021-02-22T21:21:10.828Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:10.828Z] fe38532204bf: Preparing [2021-02-22T21:21:10.828Z] 379067d0cb53: Preparing [2021-02-22T21:21:10.828Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:10.828Z] fe38532204bf: Layer already exists [2021-02-22T21:21:10.828Z] f040c9143bec: Layer already exists [2021-02-22T21:21:10.828Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:10.830Z] Removing intermediate container 8235c27b0371 [2021-02-22T21:21:10.830Z] ---> bf8ac05ccac6 [2021-02-22T21:21:10.830Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T21:21:10.830Z] Removing intermediate container ceaa6b5888a4 [2021-02-22T21:21:10.830Z] ---> 97bda8f63b25 [2021-02-22T21:21:10.830Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T21:21:10.830Z] Removing intermediate container d6eda51db987 [2021-02-22T21:21:10.830Z] ---> f396c1cff873 [2021-02-22T21:21:10.830Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T21:21:11.096Z] b36064b7a0e8: Layer already exists [2021-02-22T21:21:11.096Z] master: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:11.326Z] ===================================================== [Pipeline] echo [2021-02-22T21:21:11.386Z] taggedImages: [2021-02-22T21:21:11.386Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:11.386Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:11.386Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:11.386Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-22T21:21:11.453Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-22T21:21:11.453Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:11.453Z] 2.0.0-dev.100 [2021-02-22T21:21:11.453Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:11.453Z] master [2021-02-22T21:21:11.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-22T21:21:11.532Z] Removing intermediate container e8f35d0f54f8 [2021-02-22T21:21:11.532Z] ---> 93b84588d0ff [2021-02-22T21:21:11.532Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:11.888Z] Removing intermediate container cf2605ee5a86 [2021-02-22T21:21:11.888Z] ---> f4b4f6af4a0b [2021-02-22T21:21:11.888Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T21:21:11.888Z] ---> Running in 46b64ae74e05 [2021-02-22T21:21:11.888Z] ---> Running in 94dbb6817b50 [2021-02-22T21:21:11.888Z] ---> Running in 3ee9048bcb4c [2021-02-22T21:21:11.888Z] ---> Running in af39f0d947a5 [2021-02-22T21:21:11.888Z] ---> Running in e38252df7352 [2021-02-22T21:21:11.988Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:12.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:12.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T21:21:12.326Z] 687a13bce7b3: Preparing [2021-02-22T21:21:12.326Z] 31b4e35fba6d: Preparing [2021-02-22T21:21:12.326Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:12.326Z] c6891c9d4e79: Preparing [2021-02-22T21:21:12.326Z] 1aa1248d508a: Preparing [2021-02-22T21:21:12.326Z] 379067d0cb53: Preparing [2021-02-22T21:21:12.326Z] 379067d0cb53: Waiting [2021-02-22T21:21:12.611Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:12.611Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:12.611Z] 1aa1248d508a: Pushed [2021-02-22T21:21:12.611Z] 687a13bce7b3: Pushed [2021-02-22T21:21:12.618Z] Removing intermediate container 3ee9048bcb4c [2021-02-22T21:21:12.619Z] ---> 5e0bf584b1fe [2021-02-22T21:21:12.619Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T21:21:12.619Z] Removing intermediate container 46b64ae74e05 [2021-02-22T21:21:12.619Z] ---> a3c18a3fda17 [2021-02-22T21:21:12.619Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T21:21:12.952Z] Removing intermediate container e38252df7352 [2021-02-22T21:21:12.952Z] ---> 06e62d64e41e [2021-02-22T21:21:12.952Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T21:21:12.952Z] Removing intermediate container af39f0d947a5 [2021-02-22T21:21:12.952Z] ---> 779ba9840260 [2021-02-22T21:21:12.952Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T21:21:12.952Z] Removing intermediate container 94dbb6817b50 [2021-02-22T21:21:12.952Z] ---> 93f46873c3c4 [2021-02-22T21:21:12.952Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T21:21:12.952Z] ---> Running in 471a6f46597d [2021-02-22T21:21:13.200Z] c6891c9d4e79: Pushed [2021-02-22T21:21:13.321Z] ---> Running in cc1846723a4c [2021-02-22T21:21:13.321Z] ---> Running in 22bfbca9de5e [2021-02-22T21:21:13.321Z] ---> Running in 2dbcfcb6c7e7 [2021-02-22T21:21:13.321Z] ---> Running in 11183169342f [2021-02-22T21:21:14.896Z] Removing intermediate container 471a6f46597d [2021-02-22T21:21:14.896Z] ---> 171f09cf3bb0 [2021-02-22T21:21:14.896Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T21:21:14.896Z] Removing intermediate container cc1846723a4c [2021-02-22T21:21:14.896Z] ---> 8fd9e7166a78 [2021-02-22T21:21:14.896Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T21:21:14.896Z] Removing intermediate container 2dbcfcb6c7e7 [2021-02-22T21:21:14.896Z] ---> 61bb73bcaf41 [2021-02-22T21:21:14.896Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T21:21:14.896Z] Removing intermediate container 11183169342f [2021-02-22T21:21:14.896Z] ---> a99092fd3978 [2021-02-22T21:21:14.896Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T21:21:14.896Z] ---> Running in 25f17914b638 [2021-02-22T21:21:14.896Z] Removing intermediate container 22bfbca9de5e [2021-02-22T21:21:14.896Z] ---> f184a4438581 [2021-02-22T21:21:14.896Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:21:15.294Z] ---> Running in e8c6deb09ee4 [2021-02-22T21:21:15.294Z] ---> Running in 7469a02e1753 [2021-02-22T21:21:15.587Z] ---> Running in 88180ce40e37 [2021-02-22T21:21:15.798Z] 31b4e35fba6d: Pushed [2021-02-22T21:21:15.798Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:16.134Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:16.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:16.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T21:21:16.465Z] 687a13bce7b3: Preparing [2021-02-22T21:21:16.465Z] 31b4e35fba6d: Preparing [2021-02-22T21:21:16.465Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:16.465Z] c6891c9d4e79: Preparing [2021-02-22T21:21:16.465Z] 1aa1248d508a: Preparing [2021-02-22T21:21:16.465Z] 379067d0cb53: Preparing [2021-02-22T21:21:16.465Z] 379067d0cb53: Waiting [2021-02-22T21:21:16.465Z] 687a13bce7b3: Layer already exists [2021-02-22T21:21:16.465Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:16.465Z] c6891c9d4e79: Layer already exists [2021-02-22T21:21:16.465Z] 31b4e35fba6d: Layer already exists [2021-02-22T21:21:16.465Z] 1aa1248d508a: Layer already exists [2021-02-22T21:21:16.465Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:16.734Z] 2.0.0-dev.100: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:17.070Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:17.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:17.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T21:21:17.401Z] 687a13bce7b3: Preparing [2021-02-22T21:21:17.401Z] 31b4e35fba6d: Preparing [2021-02-22T21:21:17.401Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:17.401Z] c6891c9d4e79: Preparing [2021-02-22T21:21:17.401Z] 1aa1248d508a: Preparing [2021-02-22T21:21:17.401Z] 379067d0cb53: Preparing [2021-02-22T21:21:17.401Z] 379067d0cb53: Waiting [2021-02-22T21:21:17.401Z] 31b4e35fba6d: Layer already exists [2021-02-22T21:21:17.401Z] 1aa1248d508a: Layer already exists [2021-02-22T21:21:17.401Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:17.401Z] c6891c9d4e79: Layer already exists [2021-02-22T21:21:17.401Z] 687a13bce7b3: Layer already exists [2021-02-22T21:21:17.401Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:17.579Z] Removing intermediate container 25f17914b638 [2021-02-22T21:21:17.579Z] ---> b48604161617 [2021-02-22T21:21:17.579Z] Step 15/23 : WORKDIR / [2021-02-22T21:21:17.579Z] Removing intermediate container e8c6deb09ee4 [2021-02-22T21:21:17.579Z] ---> ddd3d25662aa [2021-02-22T21:21:17.579Z] Step 15/23 : WORKDIR / [2021-02-22T21:21:17.579Z] Removing intermediate container 7469a02e1753 [2021-02-22T21:21:17.579Z] ---> e2449e9e9bae [2021-02-22T21:21:17.579Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:21:17.579Z] ---> 285ec1bd3a3b [2021-02-22T21:21:17.579Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T21:21:17.579Z] ---> Running in 49765851cd52 [2021-02-22T21:21:17.579Z] ---> Running in ce8674b55fcc [2021-02-22T21:21:17.670Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:18.005Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:18.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-22T21:21:18.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-22T21:21:18.343Z] 687a13bce7b3: Preparing [2021-02-22T21:21:18.343Z] 31b4e35fba6d: Preparing [2021-02-22T21:21:18.343Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:18.343Z] c6891c9d4e79: Preparing [2021-02-22T21:21:18.343Z] 1aa1248d508a: Preparing [2021-02-22T21:21:18.343Z] 379067d0cb53: Preparing [2021-02-22T21:21:18.343Z] 379067d0cb53: Waiting [2021-02-22T21:21:18.611Z] c6891c9d4e79: Layer already exists [2021-02-22T21:21:18.611Z] 31b4e35fba6d: Layer already exists [2021-02-22T21:21:18.611Z] 687a13bce7b3: Layer already exists [2021-02-22T21:21:18.611Z] 1aa1248d508a: Layer already exists [2021-02-22T21:21:18.611Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:18.611Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:18.611Z] master: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:18.836Z] ===================================================== [Pipeline] echo [2021-02-22T21:21:18.892Z] taggedImages: [2021-02-22T21:21:18.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:18.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:18.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:18.892Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-22T21:21:18.970Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-22T21:21:18.970Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:18.970Z] 2.0.0-dev.100 [2021-02-22T21:21:18.970Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:18.970Z] master [2021-02-22T21:21:18.970Z] ===================================================== [2021-02-22T21:21:18.983Z] Removing intermediate container ce8674b55fcc [2021-02-22T21:21:18.983Z] ---> c19ce5c93ff5 [2021-02-22T21:21:18.983Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:19.257Z] ---> 3e7dc8bedecc [2021-02-22T21:21:19.257Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T21:21:19.257Z] Removing intermediate container 49765851cd52 [2021-02-22T21:21:19.257Z] ---> 73fcae99dfe1 [2021-02-22T21:21:19.258Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:21:19.258Z] ---> 2d031146c6e0 [2021-02-22T21:21:19.258Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T21:21:19.500Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:19.538Z] Removing intermediate container 88180ce40e37 [2021-02-22T21:21:19.538Z] ---> d9b29639af92 [2021-02-22T21:21:19.538Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T21:21:19.817Z] ---> a99da973a8fa [2021-02-22T21:21:19.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T21:21:19.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:19.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T21:21:19.846Z] 0700a464bf8d: Preparing [2021-02-22T21:21:19.846Z] dbce37a00797: Preparing [2021-02-22T21:21:19.846Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:19.846Z] 9e00734ce7ab: Preparing [2021-02-22T21:21:19.846Z] 379067d0cb53: Preparing [2021-02-22T21:21:20.088Z] ---> Running in 8fbab8e180c9 [2021-02-22T21:21:20.117Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:20.117Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:20.117Z] 0700a464bf8d: Pushed [2021-02-22T21:21:20.117Z] 9e00734ce7ab: Pushed [2021-02-22T21:21:20.408Z] ---> 54ef56f365cc [2021-02-22T21:21:20.408Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T21:21:21.110Z] ---> 97b63175d07e [2021-02-22T21:21:21.110Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T21:21:21.795Z] ---> Running in 5a747601e3e5 [2021-02-22T21:21:21.795Z] ---> 4a2641773b0e [2021-02-22T21:21:21.795Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T21:21:21.795Z] Removing intermediate container 8fbab8e180c9 [2021-02-22T21:21:21.795Z] ---> 9b0722f2b5a1 [2021-02-22T21:21:21.795Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T21:21:21.795Z] ---> 36bcb0008835 [2021-02-22T21:21:21.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T21:21:22.368Z] ---> aacbebaffdb2 [2021-02-22T21:21:22.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T21:21:23.017Z] Removing intermediate container 5a747601e3e5 [2021-02-22T21:21:23.017Z] ---> 5723ba1f4094 [2021-02-22T21:21:23.017Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:21:23.329Z] ---> Running in 8817c20b05f3 [2021-02-22T21:21:23.329Z] ---> 7cf119bf4471 [2021-02-22T21:21:23.329Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T21:21:23.490Z] dbce37a00797: Pushed [2021-02-22T21:21:23.490Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:23.637Z] ---> 2f95f8132682 [2021-02-22T21:21:23.637Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T21:21:23.637Z] ---> 0b6f8491d8f3 [2021-02-22T21:21:23.637Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T21:21:23.637Z] ---> 7799c94499cf [2021-02-22T21:21:23.637Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T21:21:23.825Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:24.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:24.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T21:21:24.156Z] 0700a464bf8d: Preparing [2021-02-22T21:21:24.156Z] dbce37a00797: Preparing [2021-02-22T21:21:24.156Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:24.156Z] 9e00734ce7ab: Preparing [2021-02-22T21:21:24.156Z] 379067d0cb53: Preparing [2021-02-22T21:21:24.156Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:24.156Z] 9e00734ce7ab: Layer already exists [2021-02-22T21:21:24.156Z] dbce37a00797: Layer already exists [2021-02-22T21:21:24.156Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:24.156Z] 0700a464bf8d: Layer already exists [2021-02-22T21:21:24.340Z] ---> Running in a80e88402e29 [2021-02-22T21:21:24.340Z] ---> Running in 5065153abdf7 [2021-02-22T21:21:24.340Z] ---> Running in 36e958aab2c0 [2021-02-22T21:21:24.340Z] ---> Running in df93651aa680 [2021-02-22T21:21:24.424Z] 2.0.0-dev.100: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:24.668Z] Removing intermediate container 8817c20b05f3 [2021-02-22T21:21:24.668Z] ---> f75ae1272576 [2021-02-22T21:21:24.668Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T21:21:24.668Z] ---> Running in f504f15b6280 [2021-02-22T21:21:24.765Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:25.023Z] Removing intermediate container 36e958aab2c0 [2021-02-22T21:21:25.023Z] ---> c1007b2f1bc5 [2021-02-22T21:21:25.023Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:21:25.023Z] Removing intermediate container a80e88402e29 [2021-02-22T21:21:25.023Z] ---> 2b140c625c05 [2021-02-22T21:21:25.023Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:21:25.023Z] Removing intermediate container 5065153abdf7 [2021-02-22T21:21:25.023Z] ---> d16b606c03c9 [2021-02-22T21:21:25.023Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:21:25.023Z] ---> Running in eb51e4ab319f [2021-02-22T21:21:25.023Z] ---> Running in 7de71613319b [2021-02-22T21:21:25.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:25.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T21:21:25.093Z] 0700a464bf8d: Preparing [2021-02-22T21:21:25.093Z] dbce37a00797: Preparing [2021-02-22T21:21:25.093Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:25.093Z] 9e00734ce7ab: Preparing [2021-02-22T21:21:25.093Z] 379067d0cb53: Preparing [2021-02-22T21:21:25.362Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:25.363Z] 9e00734ce7ab: Layer already exists [2021-02-22T21:21:25.363Z] 0700a464bf8d: Layer already exists [2021-02-22T21:21:25.363Z] dbce37a00797: Layer already exists [2021-02-22T21:21:25.363Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:25.363Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:25.489Z] ---> Running in 9d4ecb90006b [2021-02-22T21:21:25.489Z] Removing intermediate container f504f15b6280 [2021-02-22T21:21:25.489Z] ---> 3352b4f63655 [2021-02-22T21:21:25.489Z] Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:25.697Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:25.867Z] ---> Running in 02b0dc7993e3 [2021-02-22T21:21:25.867Z] Removing intermediate container 7de71613319b [2021-02-22T21:21:25.867Z] ---> adf8c6e21983 [2021-02-22T21:21:25.867Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T21:21:25.867Z] Removing intermediate container eb51e4ab319f [2021-02-22T21:21:25.867Z] ---> d9b8335167a1 [2021-02-22T21:21:25.867Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T21:21:25.867Z] Removing intermediate container 9d4ecb90006b [2021-02-22T21:21:25.867Z] ---> 4c6dec18d6a7 [2021-02-22T21:21:25.867Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T21:21:25.867Z] ---> Running in a6c935da45a6 [2021-02-22T21:21:25.867Z] ---> Running in ab620deff0e3 [2021-02-22T21:21:26.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-22T21:21:26.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-22T21:21:26.079Z] 0700a464bf8d: Preparing [2021-02-22T21:21:26.079Z] dbce37a00797: Preparing [2021-02-22T21:21:26.079Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:26.079Z] 9e00734ce7ab: Preparing [2021-02-22T21:21:26.079Z] 379067d0cb53: Preparing [2021-02-22T21:21:26.350Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:26.350Z] dbce37a00797: Layer already exists [2021-02-22T21:21:26.350Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:26.350Z] 9e00734ce7ab: Layer already exists [2021-02-22T21:21:26.350Z] 0700a464bf8d: Layer already exists [2021-02-22T21:21:26.350Z] master: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] } [2021-02-22T21:21:26.377Z] ---> Running in 241f707735eb [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:26.571Z] ===================================================== [Pipeline] echo [2021-02-22T21:21:26.621Z] taggedImages: [2021-02-22T21:21:26.621Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:26.621Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:26.621Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:26.621Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-22T21:21:26.689Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-22T21:21:26.690Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:26.690Z] 2.0.0-dev.100 [2021-02-22T21:21:26.690Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:26.690Z] master [2021-02-22T21:21:26.690Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-22T21:21:26.853Z] Removing intermediate container 02b0dc7993e3 [2021-02-22T21:21:26.853Z] ---> 688aeaa6e16d [2021-02-22T21:21:26.853Z] Step 22/22 : LABEL version=2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:27.247Z] ---> Running in 1a9354451852 [2021-02-22T21:21:27.248Z] Removing intermediate container a6c935da45a6 [2021-02-22T21:21:27.248Z] ---> c59de5e9607e [2021-02-22T21:21:27.248Z] Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:27.309Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:27.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:27.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T21:21:27.676Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:27.676Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:27.676Z] f0eed1035cf6: Preparing [2021-02-22T21:21:27.676Z] 7afb2940ca00: Preparing [2021-02-22T21:21:27.676Z] 5449e7f8bab1: Preparing [2021-02-22T21:21:27.676Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:27.676Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:27.676Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:27.676Z] d310db2b8729: Preparing [2021-02-22T21:21:27.676Z] 3fbda8282feb: Preparing [2021-02-22T21:21:27.676Z] 379067d0cb53: Preparing [2021-02-22T21:21:27.676Z] 1e3eee3b0c4f: Waiting [2021-02-22T21:21:27.676Z] d310db2b8729: Waiting [2021-02-22T21:21:27.676Z] 3fbda8282feb: Waiting [2021-02-22T21:21:27.676Z] 379067d0cb53: Waiting [2021-02-22T21:21:27.810Z] Removing intermediate container ab620deff0e3 [2021-02-22T21:21:27.811Z] ---> 7cc901ef143c [2021-02-22T21:21:27.811Z] Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:27.811Z] Removing intermediate container 241f707735eb [2021-02-22T21:21:27.811Z] ---> ff59fe66ce95 [2021-02-22T21:21:27.811Z] Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:27.811Z] ---> Running in 44b7e72f0e5b [2021-02-22T21:21:27.811Z] ---> Running in c270431a3574 [2021-02-22T21:21:27.811Z] ---> Running in 5080268b588c [2021-02-22T21:21:27.949Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:27.949Z] 3bcbaee54c7a: Pushed [2021-02-22T21:21:27.949Z] 7afb2940ca00: Pushed [2021-02-22T21:21:27.949Z] f0eed1035cf6: Pushed [2021-02-22T21:21:28.198Z] Removing intermediate container 1a9354451852 [2021-02-22T21:21:28.198Z] ---> 7c6a96e157a0 [2021-02-22T21:21:28.198Z] [2021-02-22T21:21:28.198Z] Removing intermediate container df93651aa680 [2021-02-22T21:21:28.198Z] ---> a85cbd8fe3f2 [2021-02-22T21:21:28.198Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:21:28.198Z] Removing intermediate container 44b7e72f0e5b [2021-02-22T21:21:28.198Z] ---> b2ecbd191c60 [2021-02-22T21:21:28.198Z] Step 23/23 : LABEL version=2.0.0-dev.100 [2021-02-22T21:21:28.219Z] 1e3eee3b0c4f: Pushed [2021-02-22T21:21:28.219Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:28.219Z] d310db2b8729: Pushed [2021-02-22T21:21:28.219Z] 3fbda8282feb: Pushed [2021-02-22T21:21:28.494Z] Removing intermediate container c270431a3574 [2021-02-22T21:21:28.494Z] ---> 301bc1c1ce71 [2021-02-22T21:21:28.494Z] Step 22/22 : LABEL version=2.0.0-dev.100 [2021-02-22T21:21:28.494Z] ---> Running in ab6cf8f61898 [2021-02-22T21:21:28.494Z] Removing intermediate container 5080268b588c [2021-02-22T21:21:28.494Z] ---> c94521b515f4 [2021-02-22T21:21:28.494Z] Step 23/23 : LABEL version=2.0.0-dev.100 [2021-02-22T21:21:29.221Z] Successfully built 7c6a96e157a0 [2021-02-22T21:21:29.221Z] ---> 0afdf38c8d02 [2021-02-22T21:21:29.221Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T21:21:29.221Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-22T21:21:29.221Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-22T21:21:29.221Z] ---> Running in 7b46c3b056f5 [2021-02-22T21:21:29.221Z] ---> Running in 5af93e344ac8 [2021-02-22T21:21:29.545Z] Removing intermediate container ab6cf8f61898 [2021-02-22T21:21:29.545Z] ---> 9a2c5cb6d379 [2021-02-22T21:21:29.545Z] [2021-02-22T21:21:30.824Z] 5449e7f8bab1: Pushed [2021-02-22T21:21:31.009Z] Removing intermediate container 7b46c3b056f5 [2021-02-22T21:21:31.009Z] ---> b3db040eb4ee [2021-02-22T21:21:31.009Z] [2021-02-22T21:21:31.093Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:31.277Z] Removing intermediate container 5af93e344ac8 [2021-02-22T21:21:31.278Z] ---> b73fe6ecbc52 [2021-02-22T21:21:31.278Z] [2021-02-22T21:21:31.278Z] Successfully built 9a2c5cb6d379 [2021-02-22T21:21:31.440Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:31.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:31.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T21:21:31.786Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:31.786Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:31.786Z] f0eed1035cf6: Preparing [2021-02-22T21:21:31.786Z] 7afb2940ca00: Preparing [2021-02-22T21:21:31.786Z] 5449e7f8bab1: Preparing [2021-02-22T21:21:31.786Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:31.786Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:31.786Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:31.786Z] d310db2b8729: Preparing [2021-02-22T21:21:31.786Z] 3fbda8282feb: Preparing [2021-02-22T21:21:31.786Z] 379067d0cb53: Preparing [2021-02-22T21:21:31.786Z] d310db2b8729: Waiting [2021-02-22T21:21:31.786Z] 3fbda8282feb: Waiting [2021-02-22T21:21:31.786Z] 379067d0cb53: Waiting [2021-02-22T21:21:31.786Z] 1e3eee3b0c4f: Waiting [2021-02-22T21:21:31.786Z] 5449e7f8bab1: Layer already exists [2021-02-22T21:21:32.059Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:32.059Z] f0eed1035cf6: Layer already exists [2021-02-22T21:21:32.059Z] 3bcbaee54c7a: Layer already exists [2021-02-22T21:21:32.059Z] 7afb2940ca00: Layer already exists [2021-02-22T21:21:32.059Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:32.059Z] 1e3eee3b0c4f: Layer already exists [2021-02-22T21:21:32.059Z] d310db2b8729: Layer already exists [2021-02-22T21:21:32.059Z] 3fbda8282feb: Layer already exists [2021-02-22T21:21:32.059Z] 2.0.0-dev.100: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:32.398Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:32.419Z] Successfully built b3db040eb4ee [2021-02-22T21:21:32.419Z] Successfully tagged docker-core-metadata-go:latest [2021-02-22T21:21:32.419Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-22T21:21:32.419Z] Successfully tagged docker-support-notifications-go:latest [2021-02-22T21:21:32.419Z] ---> 6467566c5c96 [2021-02-22T21:21:32.419Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T21:21:32.419Z] Successfully built b73fe6ecbc52 [2021-02-22T21:21:32.419Z] Building docker-core-data-go [2021-02-22T21:21:32.419Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest [2021-02-22T21:21:32.419Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-02-22T21:21:32.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:32.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T21:21:32.734Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:32.734Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:32.734Z] f0eed1035cf6: Preparing [2021-02-22T21:21:32.734Z] 7afb2940ca00: Preparing [2021-02-22T21:21:32.734Z] 5449e7f8bab1: Preparing [2021-02-22T21:21:32.734Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:32.734Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:32.734Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:32.734Z] d310db2b8729: Preparing [2021-02-22T21:21:32.734Z] 3fbda8282feb: Preparing [2021-02-22T21:21:32.734Z] 379067d0cb53: Preparing [2021-02-22T21:21:32.734Z] d310db2b8729: Waiting [2021-02-22T21:21:32.734Z] 3fbda8282feb: Waiting [2021-02-22T21:21:32.734Z] 379067d0cb53: Waiting [2021-02-22T21:21:32.734Z] 1e3eee3b0c4f: Waiting [2021-02-22T21:21:32.734Z] f0eed1035cf6: Layer already exists [2021-02-22T21:21:32.734Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:32.734Z] 5449e7f8bab1: Layer already exists [2021-02-22T21:21:32.734Z] 3bcbaee54c7a: Layer already exists [2021-02-22T21:21:32.734Z] 7afb2940ca00: Layer already exists [2021-02-22T21:21:32.734Z] 1e3eee3b0c4f: Layer already exists [2021-02-22T21:21:32.734Z] d310db2b8729: Layer already exists [2021-02-22T21:21:32.734Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:32.734Z] 3fbda8282feb: Layer already exists [2021-02-22T21:21:33.004Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:33.341Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:33.657Z] ---> 42fd0097f100 [2021-02-22T21:21:33.657Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T21:21:33.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-22T21:21:33.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-22T21:21:33.676Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:33.676Z] 3bcbaee54c7a: Preparing [2021-02-22T21:21:33.676Z] f0eed1035cf6: Preparing [2021-02-22T21:21:33.676Z] 7afb2940ca00: Preparing [2021-02-22T21:21:33.676Z] 5449e7f8bab1: Preparing [2021-02-22T21:21:33.676Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:33.676Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:33.676Z] 1e3eee3b0c4f: Preparing [2021-02-22T21:21:33.676Z] d310db2b8729: Preparing [2021-02-22T21:21:33.676Z] 3fbda8282feb: Preparing [2021-02-22T21:21:33.676Z] 379067d0cb53: Preparing [2021-02-22T21:21:33.676Z] 1e3eee3b0c4f: Waiting [2021-02-22T21:21:33.676Z] 3fbda8282feb: Waiting [2021-02-22T21:21:33.676Z] d310db2b8729: Waiting [2021-02-22T21:21:33.945Z] 3bcbaee54c7a: Layer already exists [2021-02-22T21:21:33.945Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:33.945Z] 7afb2940ca00: Layer already exists [2021-02-22T21:21:33.945Z] f0eed1035cf6: Layer already exists [2021-02-22T21:21:33.945Z] 5449e7f8bab1: Layer already exists [2021-02-22T21:21:33.945Z] d310db2b8729: Layer already exists [2021-02-22T21:21:33.945Z] 1e3eee3b0c4f: Layer already exists [2021-02-22T21:21:33.945Z] 3fbda8282feb: Layer already exists [2021-02-22T21:21:33.945Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:33.945Z] master: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:34.147Z] ===================================================== [Pipeline] echo [2021-02-22T21:21:34.194Z] taggedImages: [2021-02-22T21:21:34.194Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:34.194Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:34.194Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:34.194Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-22T21:21:34.257Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-22T21:21:34.257Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:34.257Z] 2.0.0-dev.100 [2021-02-22T21:21:34.257Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:34.257Z] master [2021-02-22T21:21:34.257Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:34.789Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:35.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:35.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T21:21:35.140Z] cef0a2e0dd8a: Preparing [2021-02-22T21:21:35.140Z] 46b5e158d959: Preparing [2021-02-22T21:21:35.140Z] f1826e7c323d: Preparing [2021-02-22T21:21:35.140Z] 8e5c4a383f1b: Preparing [2021-02-22T21:21:35.140Z] d50e869f3613: Preparing [2021-02-22T21:21:35.140Z] 379067d0cb53: Preparing [2021-02-22T21:21:35.140Z] 379067d0cb53: Waiting [2021-02-22T21:21:35.411Z] 8e5c4a383f1b: Pushed [2021-02-22T21:21:35.411Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:35.411Z] f1826e7c323d: Pushed [2021-02-22T21:21:36.004Z] d50e869f3613: Pushed [2021-02-22T21:21:37.427Z] cef0a2e0dd8a: Pushed [2021-02-22T21:21:37.427Z] 46b5e158d959: Pushed [2021-02-22T21:21:37.696Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:38.032Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:38.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:38.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T21:21:38.365Z] cef0a2e0dd8a: Preparing [2021-02-22T21:21:38.365Z] 46b5e158d959: Preparing [2021-02-22T21:21:38.365Z] f1826e7c323d: Preparing [2021-02-22T21:21:38.365Z] 8e5c4a383f1b: Preparing [2021-02-22T21:21:38.365Z] d50e869f3613: Preparing [2021-02-22T21:21:38.365Z] 379067d0cb53: Preparing [2021-02-22T21:21:38.365Z] 379067d0cb53: Waiting [2021-02-22T21:21:38.365Z] 46b5e158d959: Layer already exists [2021-02-22T21:21:38.365Z] 8e5c4a383f1b: Layer already exists [2021-02-22T21:21:38.365Z] f1826e7c323d: Layer already exists [2021-02-22T21:21:38.365Z] d50e869f3613: Layer already exists [2021-02-22T21:21:38.365Z] cef0a2e0dd8a: Layer already exists [2021-02-22T21:21:38.365Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:38.634Z] 2.0.0-dev.100: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:38.968Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:39.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:39.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T21:21:39.298Z] cef0a2e0dd8a: Preparing [2021-02-22T21:21:39.298Z] 46b5e158d959: Preparing [2021-02-22T21:21:39.298Z] f1826e7c323d: Preparing [2021-02-22T21:21:39.298Z] 8e5c4a383f1b: Preparing [2021-02-22T21:21:39.298Z] d50e869f3613: Preparing [2021-02-22T21:21:39.298Z] 379067d0cb53: Preparing [2021-02-22T21:21:39.298Z] 379067d0cb53: Waiting [2021-02-22T21:21:39.298Z] 8e5c4a383f1b: Layer already exists [2021-02-22T21:21:39.298Z] f1826e7c323d: Layer already exists [2021-02-22T21:21:39.298Z] d50e869f3613: Layer already exists [2021-02-22T21:21:39.298Z] 46b5e158d959: Layer already exists [2021-02-22T21:21:39.298Z] cef0a2e0dd8a: Layer already exists [2021-02-22T21:21:39.298Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:39.521Z] ---> 06e8b3969883 [2021-02-22T21:21:39.521Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T21:21:39.565Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:39.899Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:39.964Z] ---> Running in 835c647ba2c2 [2021-02-22T21:21:40.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-22T21:21:40.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-22T21:21:40.229Z] cef0a2e0dd8a: Preparing [2021-02-22T21:21:40.229Z] 46b5e158d959: Preparing [2021-02-22T21:21:40.229Z] f1826e7c323d: Preparing [2021-02-22T21:21:40.229Z] 8e5c4a383f1b: Preparing [2021-02-22T21:21:40.229Z] d50e869f3613: Preparing [2021-02-22T21:21:40.229Z] 379067d0cb53: Preparing [2021-02-22T21:21:40.229Z] 379067d0cb53: Waiting [2021-02-22T21:21:40.229Z] f1826e7c323d: Layer already exists [2021-02-22T21:21:40.229Z] 46b5e158d959: Layer already exists [2021-02-22T21:21:40.229Z] 8e5c4a383f1b: Layer already exists [2021-02-22T21:21:40.229Z] cef0a2e0dd8a: Layer already exists [2021-02-22T21:21:40.229Z] d50e869f3613: Layer already exists [2021-02-22T21:21:40.229Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:40.498Z] master: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:40.703Z] ===================================================== [Pipeline] echo [2021-02-22T21:21:40.751Z] taggedImages: [2021-02-22T21:21:40.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:40.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:40.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:40.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-22T21:21:40.815Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-22T21:21:40.815Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:40.815Z] 2.0.0-dev.100 [2021-02-22T21:21:40.815Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:40.815Z] master [2021-02-22T21:21:40.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:41.083Z] Removing intermediate container 835c647ba2c2 [2021-02-22T21:21:41.083Z] ---> 60db54d151a5 [2021-02-22T21:21:41.083Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T21:21:41.353Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:41.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:41.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T21:21:41.692Z] 474d0775b235: Preparing [2021-02-22T21:21:41.692Z] 919d039be7b8: Preparing [2021-02-22T21:21:41.692Z] bcab15057337: Preparing [2021-02-22T21:21:41.692Z] 8eb6838ad206: Preparing [2021-02-22T21:21:41.692Z] 08f961a9d3a8: Preparing [2021-02-22T21:21:41.692Z] 5823f5dcd52a: Preparing [2021-02-22T21:21:41.692Z] a15b00e1f450: Preparing [2021-02-22T21:21:41.692Z] e08da1f93b99: Preparing [2021-02-22T21:21:41.692Z] 379067d0cb53: Preparing [2021-02-22T21:21:41.692Z] a15b00e1f450: Waiting [2021-02-22T21:21:41.692Z] 5823f5dcd52a: Waiting [2021-02-22T21:21:41.692Z] e08da1f93b99: Waiting [2021-02-22T21:21:41.692Z] 379067d0cb53: Waiting [2021-02-22T21:21:41.962Z] 474d0775b235: Pushed [2021-02-22T21:21:41.962Z] 08f961a9d3a8: Pushed [2021-02-22T21:21:41.962Z] 919d039be7b8: Pushed [2021-02-22T21:21:42.230Z] 5823f5dcd52a: Pushed [2021-02-22T21:21:42.230Z] a15b00e1f450: Pushed [2021-02-22T21:21:42.230Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:42.827Z] e08da1f93b99: Pushed [2021-02-22T21:21:43.156Z] ---> 835d921df14b [2021-02-22T21:21:43.156Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T21:21:44.247Z] 8eb6838ad206: Pushed [2021-02-22T21:21:44.247Z] bcab15057337: Pushed [2021-02-22T21:21:44.247Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:44.587Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:44.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:44.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T21:21:44.923Z] 474d0775b235: Preparing [2021-02-22T21:21:44.923Z] 919d039be7b8: Preparing [2021-02-22T21:21:44.923Z] bcab15057337: Preparing [2021-02-22T21:21:44.923Z] 8eb6838ad206: Preparing [2021-02-22T21:21:44.923Z] 08f961a9d3a8: Preparing [2021-02-22T21:21:44.923Z] 5823f5dcd52a: Preparing [2021-02-22T21:21:44.923Z] a15b00e1f450: Preparing [2021-02-22T21:21:44.923Z] e08da1f93b99: Preparing [2021-02-22T21:21:44.923Z] 379067d0cb53: Preparing [2021-02-22T21:21:44.923Z] 5823f5dcd52a: Waiting [2021-02-22T21:21:44.923Z] e08da1f93b99: Waiting [2021-02-22T21:21:44.923Z] 379067d0cb53: Waiting [2021-02-22T21:21:44.923Z] a15b00e1f450: Waiting [2021-02-22T21:21:44.923Z] bcab15057337: Layer already exists [2021-02-22T21:21:44.923Z] 08f961a9d3a8: Layer already exists [2021-02-22T21:21:44.923Z] 919d039be7b8: Layer already exists [2021-02-22T21:21:45.194Z] 8eb6838ad206: Layer already exists [2021-02-22T21:21:45.194Z] 474d0775b235: Layer already exists [2021-02-22T21:21:45.194Z] a15b00e1f450: Layer already exists [2021-02-22T21:21:45.194Z] 5823f5dcd52a: Layer already exists [2021-02-22T21:21:45.194Z] e08da1f93b99: Layer already exists [2021-02-22T21:21:45.194Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:45.194Z] 2.0.0-dev.100: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:45.532Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:45.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:45.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T21:21:45.864Z] 474d0775b235: Preparing [2021-02-22T21:21:45.864Z] 919d039be7b8: Preparing [2021-02-22T21:21:45.864Z] bcab15057337: Preparing [2021-02-22T21:21:45.864Z] 8eb6838ad206: Preparing [2021-02-22T21:21:45.864Z] 08f961a9d3a8: Preparing [2021-02-22T21:21:45.864Z] 5823f5dcd52a: Preparing [2021-02-22T21:21:45.864Z] a15b00e1f450: Preparing [2021-02-22T21:21:45.864Z] e08da1f93b99: Preparing [2021-02-22T21:21:45.864Z] 379067d0cb53: Preparing [2021-02-22T21:21:45.864Z] a15b00e1f450: Waiting [2021-02-22T21:21:45.864Z] 379067d0cb53: Waiting [2021-02-22T21:21:45.864Z] e08da1f93b99: Waiting [2021-02-22T21:21:45.864Z] 5823f5dcd52a: Waiting [2021-02-22T21:21:45.864Z] 474d0775b235: Layer already exists [2021-02-22T21:21:45.864Z] 919d039be7b8: Layer already exists [2021-02-22T21:21:45.864Z] 8eb6838ad206: Layer already exists [2021-02-22T21:21:45.864Z] bcab15057337: Layer already exists [2021-02-22T21:21:45.864Z] 08f961a9d3a8: Layer already exists [2021-02-22T21:21:46.135Z] e08da1f93b99: Layer already exists [2021-02-22T21:21:46.135Z] a15b00e1f450: Layer already exists [2021-02-22T21:21:46.135Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:46.135Z] 5823f5dcd52a: Layer already exists [2021-02-22T21:21:46.135Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:46.475Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:46.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-22T21:21:46.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-22T21:21:46.810Z] 474d0775b235: Preparing [2021-02-22T21:21:46.810Z] 919d039be7b8: Preparing [2021-02-22T21:21:46.810Z] bcab15057337: Preparing [2021-02-22T21:21:46.810Z] 8eb6838ad206: Preparing [2021-02-22T21:21:46.810Z] 08f961a9d3a8: Preparing [2021-02-22T21:21:46.810Z] 5823f5dcd52a: Preparing [2021-02-22T21:21:46.810Z] a15b00e1f450: Preparing [2021-02-22T21:21:46.810Z] e08da1f93b99: Preparing [2021-02-22T21:21:46.810Z] 379067d0cb53: Preparing [2021-02-22T21:21:46.810Z] 5823f5dcd52a: Waiting [2021-02-22T21:21:46.810Z] a15b00e1f450: Waiting [2021-02-22T21:21:46.810Z] 379067d0cb53: Waiting [2021-02-22T21:21:46.810Z] e08da1f93b99: Waiting [2021-02-22T21:21:46.810Z] 08f961a9d3a8: Layer already exists [2021-02-22T21:21:46.810Z] 919d039be7b8: Layer already exists [2021-02-22T21:21:47.079Z] 8eb6838ad206: Layer already exists [2021-02-22T21:21:47.079Z] 474d0775b235: Layer already exists [2021-02-22T21:21:47.079Z] bcab15057337: Layer already exists [2021-02-22T21:21:47.079Z] a15b00e1f450: Layer already exists [2021-02-22T21:21:47.079Z] e08da1f93b99: Layer already exists [2021-02-22T21:21:47.079Z] 5823f5dcd52a: Layer already exists [2021-02-22T21:21:47.079Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:47.079Z] master: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:47.267Z] ===================================================== [Pipeline] echo [2021-02-22T21:21:47.312Z] taggedImages: [2021-02-22T21:21:47.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:47.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:47.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:47.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-22T21:21:47.372Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-22T21:21:47.372Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:47.372Z] 2.0.0-dev.100 [2021-02-22T21:21:47.372Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:47.372Z] master [2021-02-22T21:21:47.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:47.681Z] ---> Running in 21daf65a6faf [2021-02-22T21:21:47.862Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:48.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:48.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T21:21:48.199Z] 63b349d5181e: Preparing [2021-02-22T21:21:48.199Z] 54818edf59fd: Preparing [2021-02-22T21:21:48.199Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:48.199Z] 81dce68b327e: Preparing [2021-02-22T21:21:48.199Z] 379067d0cb53: Preparing [2021-02-22T21:21:48.199Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:48.470Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:48.470Z] 63b349d5181e: Pushed [2021-02-22T21:21:48.739Z] 81dce68b327e: Pushed [2021-02-22T21:21:51.339Z] 54818edf59fd: Pushed [2021-02-22T21:21:51.339Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:51.677Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:52.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:52.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T21:21:52.039Z] 63b349d5181e: Preparing [2021-02-22T21:21:52.039Z] 54818edf59fd: Preparing [2021-02-22T21:21:52.039Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:52.039Z] 81dce68b327e: Preparing [2021-02-22T21:21:52.039Z] 379067d0cb53: Preparing [2021-02-22T21:21:52.039Z] 63b349d5181e: Layer already exists [2021-02-22T21:21:52.039Z] 81dce68b327e: Layer already exists [2021-02-22T21:21:52.039Z] 54818edf59fd: Layer already exists [2021-02-22T21:21:52.039Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:52.039Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:52.315Z] 2.0.0-dev.100: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:52.436Z] Removing intermediate container 21daf65a6faf [2021-02-22T21:21:52.436Z] ---> bfcf524b695b [2021-02-22T21:21:52.436Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T21:21:52.693Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:53.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:53.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T21:21:53.048Z] 63b349d5181e: Preparing [2021-02-22T21:21:53.048Z] 54818edf59fd: Preparing [2021-02-22T21:21:53.048Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:53.048Z] 81dce68b327e: Preparing [2021-02-22T21:21:53.048Z] 379067d0cb53: Preparing [2021-02-22T21:21:53.048Z] 81dce68b327e: Layer already exists [2021-02-22T21:21:53.048Z] 54818edf59fd: Layer already exists [2021-02-22T21:21:53.048Z] 63b349d5181e: Layer already exists [2021-02-22T21:21:53.048Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:53.048Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:53.322Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:53.648Z] ---> Running in dea627985e33 [2021-02-22T21:21:53.653Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:53.939Z] Removing intermediate container dea627985e33 [2021-02-22T21:21:53.939Z] ---> f06ded9d751b [2021-02-22T21:21:53.939Z] Step 27/30 : CMD ["gate"] [2021-02-22T21:21:53.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-22T21:21:53.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-22T21:21:53.978Z] 63b349d5181e: Preparing [2021-02-22T21:21:53.978Z] 54818edf59fd: Preparing [2021-02-22T21:21:53.978Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:53.978Z] 81dce68b327e: Preparing [2021-02-22T21:21:53.978Z] 379067d0cb53: Preparing [2021-02-22T21:21:53.978Z] 63b349d5181e: Layer already exists [2021-02-22T21:21:53.978Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:53.978Z] 81dce68b327e: Layer already exists [2021-02-22T21:21:53.978Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:53.978Z] 54818edf59fd: Layer already exists [2021-02-22T21:21:54.211Z] ---> Running in dfdafb0dd0a9 [2021-02-22T21:21:54.248Z] master: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:21:54.454Z] ===================================================== [Pipeline] echo [2021-02-22T21:21:54.501Z] taggedImages: [2021-02-22T21:21:54.501Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:54.501Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:54.501Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:54.501Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-22T21:21:54.550Z] Removing intermediate container dfdafb0dd0a9 [2021-02-22T21:21:54.550Z] ---> af0fbb0c249c [2021-02-22T21:21:54.550Z] Step 28/30 : LABEL arch=x86_64 [Pipeline] echo [2021-02-22T21:21:54.564Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-22T21:21:54.564Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:54.564Z] 2.0.0-dev.100 [2021-02-22T21:21:54.564Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:21:54.564Z] master [2021-02-22T21:21:54.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:54.825Z] ---> Running in 8087d06dd575 [2021-02-22T21:21:55.056Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:55.264Z] Removing intermediate container 8087d06dd575 [2021-02-22T21:21:55.264Z] ---> 47c432a9c86d [2021-02-22T21:21:55.264Z] Step 29/30 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:55.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:21:55.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T21:21:55.388Z] f74b5b527f95: Preparing [2021-02-22T21:21:55.388Z] 8be7d3e84b22: Preparing [2021-02-22T21:21:55.388Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:55.388Z] 9e00734ce7ab: Preparing [2021-02-22T21:21:55.388Z] 379067d0cb53: Preparing [2021-02-22T21:21:55.388Z] 9e00734ce7ab: Layer already exists [2021-02-22T21:21:55.640Z] ---> Running in 1304385d8c01 [2021-02-22T21:21:55.658Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:55.658Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:55.658Z] f74b5b527f95: Pushed [2021-02-22T21:21:56.044Z] Removing intermediate container 1304385d8c01 [2021-02-22T21:21:56.044Z] ---> 6d14e8f3a78a [2021-02-22T21:21:56.044Z] Step 30/30 : LABEL version=2.0.0-dev.100 [2021-02-22T21:21:56.690Z] ---> Running in f3d71887ba96 [2021-02-22T21:21:57.000Z] Removing intermediate container f3d71887ba96 [2021-02-22T21:21:57.000Z] ---> 6d208ebb91bb [2021-02-22T21:21:57.000Z] [2021-02-22T21:21:57.677Z] Successfully built 6d208ebb91bb [2021-02-22T21:21:57.677Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-22T21:21:58.263Z] 8be7d3e84b22: Pushed [2021-02-22T21:21:58.533Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:58.871Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:59.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.100 [2021-02-22T21:21:59.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T21:21:59.201Z] f74b5b527f95: Preparing [2021-02-22T21:21:59.201Z] 8be7d3e84b22: Preparing [2021-02-22T21:21:59.201Z] 6b0865f16cf7: Preparing [2021-02-22T21:21:59.201Z] 9e00734ce7ab: Preparing [2021-02-22T21:21:59.201Z] 379067d0cb53: Preparing [2021-02-22T21:21:59.201Z] f74b5b527f95: Layer already exists [2021-02-22T21:21:59.201Z] 8be7d3e84b22: Layer already exists [2021-02-22T21:21:59.201Z] 379067d0cb53: Layer already exists [2021-02-22T21:21:59.201Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:21:59.201Z] 9e00734ce7ab: Layer already exists [2021-02-22T21:21:59.469Z] 2.0.0-dev.100: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:21:59.804Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:00.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:22:00.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T21:22:00.135Z] f74b5b527f95: Preparing [2021-02-22T21:22:00.135Z] 8be7d3e84b22: Preparing [2021-02-22T21:22:00.135Z] 6b0865f16cf7: Preparing [2021-02-22T21:22:00.135Z] 9e00734ce7ab: Preparing [2021-02-22T21:22:00.135Z] 379067d0cb53: Preparing [2021-02-22T21:22:00.135Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:22:00.135Z] 8be7d3e84b22: Layer already exists [2021-02-22T21:22:00.135Z] f74b5b527f95: Layer already exists [2021-02-22T21:22:00.135Z] 9e00734ce7ab: Layer already exists [2021-02-22T21:22:00.135Z] 379067d0cb53: Layer already exists [2021-02-22T21:22:00.405Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:00.750Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:01.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-22T21:22:01.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-22T21:22:01.081Z] f74b5b527f95: Preparing [2021-02-22T21:22:01.081Z] 8be7d3e84b22: Preparing [2021-02-22T21:22:01.081Z] 6b0865f16cf7: Preparing [2021-02-22T21:22:01.081Z] 9e00734ce7ab: Preparing [2021-02-22T21:22:01.081Z] 379067d0cb53: Preparing [2021-02-22T21:22:01.349Z] 9e00734ce7ab: Layer already exists [2021-02-22T21:22:01.349Z] 379067d0cb53: Layer already exists [2021-02-22T21:22:01.349Z] 8be7d3e84b22: Layer already exists [2021-02-22T21:22:01.349Z] f74b5b527f95: Layer already exists [2021-02-22T21:22:01.349Z] 6b0865f16cf7: Layer already exists [2021-02-22T21:22:01.349Z] master: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:22:01.569Z] ===================================================== [Pipeline] echo [2021-02-22T21:22:01.615Z] taggedImages: [2021-02-22T21:22:01.615Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:22:01.615Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.100 [2021-02-22T21:22:01.615Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:22:01.615Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-22T21:22:01.677Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-22T21:22:01.677Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:22:01.677Z] 2.0.0-dev.100 [2021-02-22T21:22:01.677Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:22:01.677Z] master [2021-02-22T21:22:01.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:02.204Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:02.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:22:02.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T21:22:02.548Z] d04b6c2b88ae: Preparing [2021-02-22T21:22:02.548Z] d5e1b5856975: Preparing [2021-02-22T21:22:02.548Z] 32d58a020b4b: Preparing [2021-02-22T21:22:02.548Z] 76a667d62638: Preparing [2021-02-22T21:22:02.548Z] e6ca124c25bd: Preparing [2021-02-22T21:22:02.548Z] d84cd3110d3f: Preparing [2021-02-22T21:22:02.548Z] 5823f45b7763: Preparing [2021-02-22T21:22:02.548Z] 9ded3b6bb9b5: Preparing [2021-02-22T21:22:02.548Z] fa1afe8e6ed9: Preparing [2021-02-22T21:22:02.548Z] 87a09b4c083e: Preparing [2021-02-22T21:22:02.548Z] 0f74e9ff2a61: Preparing [2021-02-22T21:22:02.548Z] b122376c33c6: Preparing [2021-02-22T21:22:02.548Z] f8381ed47b22: Preparing [2021-02-22T21:22:02.548Z] e934a737d657: Preparing [2021-02-22T21:22:02.548Z] fa1afe8e6ed9: Waiting [2021-02-22T21:22:02.548Z] 87a09b4c083e: Waiting [2021-02-22T21:22:02.548Z] 0f74e9ff2a61: Waiting [2021-02-22T21:22:02.548Z] b122376c33c6: Waiting [2021-02-22T21:22:02.548Z] f8381ed47b22: Waiting [2021-02-22T21:22:02.548Z] e934a737d657: Waiting [2021-02-22T21:22:02.548Z] 5823f45b7763: Waiting [2021-02-22T21:22:02.548Z] d84cd3110d3f: Waiting [2021-02-22T21:22:02.548Z] 9ded3b6bb9b5: Waiting [2021-02-22T21:22:03.143Z] e6ca124c25bd: Pushed [2021-02-22T21:22:03.143Z] d04b6c2b88ae: Pushed [2021-02-22T21:22:03.739Z] 76a667d62638: Pushed [2021-02-22T21:22:03.739Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T21:22:03.739Z] fa1afe8e6ed9: Layer already exists [2021-02-22T21:22:04.016Z] 5823f45b7763: Pushed [2021-02-22T21:22:04.016Z] 87a09b4c083e: Layer already exists [2021-02-22T21:22:04.016Z] 0f74e9ff2a61: Layer already exists [2021-02-22T21:22:04.016Z] b122376c33c6: Layer already exists [2021-02-22T21:22:04.016Z] f8381ed47b22: Layer already exists [2021-02-22T21:22:04.016Z] e934a737d657: Layer already exists [2021-02-22T21:22:04.287Z] d5e1b5856975: Pushed [2021-02-22T21:22:05.257Z] d84cd3110d3f: Pushed [2021-02-22T21:22:15.359Z] 32d58a020b4b: Pushed [2021-02-22T21:22:15.359Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:15.692Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:16.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.100 [2021-02-22T21:22:16.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T21:22:16.022Z] d04b6c2b88ae: Preparing [2021-02-22T21:22:16.022Z] d5e1b5856975: Preparing [2021-02-22T21:22:16.022Z] 32d58a020b4b: Preparing [2021-02-22T21:22:16.022Z] 76a667d62638: Preparing [2021-02-22T21:22:16.022Z] e6ca124c25bd: Preparing [2021-02-22T21:22:16.022Z] d84cd3110d3f: Preparing [2021-02-22T21:22:16.022Z] 5823f45b7763: Preparing [2021-02-22T21:22:16.022Z] 9ded3b6bb9b5: Preparing [2021-02-22T21:22:16.022Z] fa1afe8e6ed9: Preparing [2021-02-22T21:22:16.022Z] 87a09b4c083e: Preparing [2021-02-22T21:22:16.022Z] 0f74e9ff2a61: Preparing [2021-02-22T21:22:16.022Z] b122376c33c6: Preparing [2021-02-22T21:22:16.022Z] f8381ed47b22: Preparing [2021-02-22T21:22:16.022Z] e934a737d657: Preparing [2021-02-22T21:22:16.022Z] 87a09b4c083e: Waiting [2021-02-22T21:22:16.022Z] 0f74e9ff2a61: Waiting [2021-02-22T21:22:16.022Z] d84cd3110d3f: Waiting [2021-02-22T21:22:16.022Z] 5823f45b7763: Waiting [2021-02-22T21:22:16.022Z] 9ded3b6bb9b5: Waiting [2021-02-22T21:22:16.022Z] b122376c33c6: Waiting [2021-02-22T21:22:16.022Z] fa1afe8e6ed9: Waiting [2021-02-22T21:22:16.022Z] e934a737d657: Waiting [2021-02-22T21:22:16.022Z] 76a667d62638: Layer already exists [2021-02-22T21:22:16.022Z] e6ca124c25bd: Layer already exists [2021-02-22T21:22:16.292Z] d04b6c2b88ae: Layer already exists [2021-02-22T21:22:16.292Z] d5e1b5856975: Layer already exists [2021-02-22T21:22:16.292Z] 32d58a020b4b: Layer already exists [2021-02-22T21:22:16.292Z] 5823f45b7763: Layer already exists [2021-02-22T21:22:16.292Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T21:22:16.292Z] d84cd3110d3f: Layer already exists [2021-02-22T21:22:16.292Z] fa1afe8e6ed9: Layer already exists [2021-02-22T21:22:16.292Z] 87a09b4c083e: Layer already exists [2021-02-22T21:22:16.292Z] f8381ed47b22: Layer already exists [2021-02-22T21:22:16.292Z] e934a737d657: Layer already exists [2021-02-22T21:22:16.292Z] 0f74e9ff2a61: Layer already exists [2021-02-22T21:22:16.292Z] b122376c33c6: Layer already exists [2021-02-22T21:22:16.292Z] 2.0.0-dev.100: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:16.627Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:16.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:22:16.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T21:22:16.961Z] d04b6c2b88ae: Preparing [2021-02-22T21:22:16.961Z] d5e1b5856975: Preparing [2021-02-22T21:22:16.961Z] 32d58a020b4b: Preparing [2021-02-22T21:22:16.961Z] 76a667d62638: Preparing [2021-02-22T21:22:16.961Z] e6ca124c25bd: Preparing [2021-02-22T21:22:16.961Z] d84cd3110d3f: Preparing [2021-02-22T21:22:16.961Z] 5823f45b7763: Preparing [2021-02-22T21:22:16.961Z] 9ded3b6bb9b5: Preparing [2021-02-22T21:22:16.961Z] fa1afe8e6ed9: Preparing [2021-02-22T21:22:16.961Z] 87a09b4c083e: Preparing [2021-02-22T21:22:16.961Z] 0f74e9ff2a61: Preparing [2021-02-22T21:22:16.961Z] b122376c33c6: Preparing [2021-02-22T21:22:16.961Z] f8381ed47b22: Preparing [2021-02-22T21:22:16.961Z] e934a737d657: Preparing [2021-02-22T21:22:16.961Z] 87a09b4c083e: Waiting [2021-02-22T21:22:16.961Z] 0f74e9ff2a61: Waiting [2021-02-22T21:22:16.961Z] b122376c33c6: Waiting [2021-02-22T21:22:16.961Z] f8381ed47b22: Waiting [2021-02-22T21:22:16.961Z] e934a737d657: Waiting [2021-02-22T21:22:16.961Z] 5823f45b7763: Waiting [2021-02-22T21:22:16.961Z] 9ded3b6bb9b5: Waiting [2021-02-22T21:22:16.961Z] fa1afe8e6ed9: Waiting [2021-02-22T21:22:16.961Z] 32d58a020b4b: Layer already exists [2021-02-22T21:22:16.961Z] d04b6c2b88ae: Layer already exists [2021-02-22T21:22:16.961Z] 76a667d62638: Layer already exists [2021-02-22T21:22:16.961Z] d5e1b5856975: Layer already exists [2021-02-22T21:22:16.961Z] e6ca124c25bd: Layer already exists [2021-02-22T21:22:17.232Z] 5823f45b7763: Layer already exists [2021-02-22T21:22:17.232Z] d84cd3110d3f: Layer already exists [2021-02-22T21:22:17.232Z] fa1afe8e6ed9: Layer already exists [2021-02-22T21:22:17.232Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T21:22:17.232Z] 87a09b4c083e: Layer already exists [2021-02-22T21:22:17.232Z] 0f74e9ff2a61: Layer already exists [2021-02-22T21:22:17.232Z] b122376c33c6: Layer already exists [2021-02-22T21:22:17.232Z] f8381ed47b22: Layer already exists [2021-02-22T21:22:17.232Z] e934a737d657: Layer already exists [2021-02-22T21:22:17.232Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:17.569Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:22:17.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-22T21:22:17.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-22T21:22:17.902Z] d04b6c2b88ae: Preparing [2021-02-22T21:22:17.902Z] d5e1b5856975: Preparing [2021-02-22T21:22:17.902Z] 32d58a020b4b: Preparing [2021-02-22T21:22:17.902Z] 76a667d62638: Preparing [2021-02-22T21:22:17.902Z] e6ca124c25bd: Preparing [2021-02-22T21:22:17.902Z] d84cd3110d3f: Preparing [2021-02-22T21:22:17.902Z] 5823f45b7763: Preparing [2021-02-22T21:22:17.902Z] 9ded3b6bb9b5: Preparing [2021-02-22T21:22:17.902Z] fa1afe8e6ed9: Preparing [2021-02-22T21:22:17.902Z] 87a09b4c083e: Preparing [2021-02-22T21:22:17.902Z] 0f74e9ff2a61: Preparing [2021-02-22T21:22:17.902Z] b122376c33c6: Preparing [2021-02-22T21:22:17.902Z] f8381ed47b22: Preparing [2021-02-22T21:22:17.902Z] e934a737d657: Preparing [2021-02-22T21:22:17.902Z] 87a09b4c083e: Waiting [2021-02-22T21:22:17.902Z] 0f74e9ff2a61: Waiting [2021-02-22T21:22:17.902Z] b122376c33c6: Waiting [2021-02-22T21:22:17.902Z] f8381ed47b22: Waiting [2021-02-22T21:22:17.902Z] d84cd3110d3f: Waiting [2021-02-22T21:22:17.902Z] e934a737d657: Waiting [2021-02-22T21:22:17.902Z] 5823f45b7763: Waiting [2021-02-22T21:22:17.902Z] fa1afe8e6ed9: Waiting [2021-02-22T21:22:17.902Z] 9ded3b6bb9b5: Waiting [2021-02-22T21:22:17.902Z] 32d58a020b4b: Layer already exists [2021-02-22T21:22:17.902Z] d5e1b5856975: Layer already exists [2021-02-22T21:22:17.902Z] e6ca124c25bd: Layer already exists [2021-02-22T21:22:17.902Z] d04b6c2b88ae: Layer already exists [2021-02-22T21:22:17.902Z] 76a667d62638: Layer already exists [2021-02-22T21:22:18.172Z] 5823f45b7763: Layer already exists [2021-02-22T21:22:18.172Z] d84cd3110d3f: Layer already exists [2021-02-22T21:22:18.172Z] 9ded3b6bb9b5: Layer already exists [2021-02-22T21:22:18.172Z] 87a09b4c083e: Layer already exists [2021-02-22T21:22:18.172Z] fa1afe8e6ed9: Layer already exists [2021-02-22T21:22:18.172Z] b122376c33c6: Layer already exists [2021-02-22T21:22:18.172Z] 0f74e9ff2a61: Layer already exists [2021-02-22T21:22:18.172Z] f8381ed47b22: Layer already exists [2021-02-22T21:22:18.172Z] e934a737d657: Layer already exists [2021-02-22T21:22:18.172Z] master: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:22:18.373Z] ===================================================== [Pipeline] echo [2021-02-22T21:22:18.422Z] taggedImages: [2021-02-22T21:22:18.422Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:22:18.422Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.100 [2021-02-22T21:22:18.422Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:22:18.422Z] - 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] } [2021-02-22T21:22:46.524Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:22:46.524Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:22:46.524Z] ---> b894ae55bab3 [2021-02-22T21:22:46.524Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 09c12ece47f2 [2021-02-22T21:22:46.524Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 183f75500d1d [2021-02-22T21:22:46.524Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T21:22:46.524Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:22:46.524Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:22:46.524Z] ---> b894ae55bab3 [2021-02-22T21:22:46.524Z] Step 3/24 : WORKDIR /edgex-go [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 09c12ece47f2 [2021-02-22T21:22:46.524Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 183f75500d1d [2021-02-22T21:22:46.524Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 170a0b70d26f [2021-02-22T21:22:46.524Z] Step 6/24 : COPY go.mod . [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> bfe195ecbf35 [2021-02-22T21:22:46.524Z] Step 7/24 : RUN go mod download [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 2cee051caa92 [2021-02-22T21:22:46.524Z] Step 8/24 : COPY . . [2021-02-22T21:22:46.524Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:22:46.524Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:22:46.524Z] ---> b894ae55bab3 [2021-02-22T21:22:46.524Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 09c12ece47f2 [2021-02-22T21:22:46.524Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 183f75500d1d [2021-02-22T21:22:46.524Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 170a0b70d26f [2021-02-22T21:22:46.524Z] Step 6/21 : COPY go.mod . [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> bfe195ecbf35 [2021-02-22T21:22:46.524Z] Step 7/21 : RUN go mod download [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 2cee051caa92 [2021-02-22T21:22:46.524Z] Step 8/21 : COPY . . [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 2e5ddbebc492 [2021-02-22T21:22:46.524Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T21:22:46.524Z] ---> Using cache [2021-02-22T21:22:46.524Z] ---> 2e5ddbebc492 [2021-02-22T21:22:46.524Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T21:22:48.160Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T21:22:48.160Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T21:22:48.160Z] ---> b894ae55bab3 [2021-02-22T21:22:48.160Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T21:22:48.160Z] ---> Using cache [2021-02-22T21:22:48.160Z] ---> 09c12ece47f2 [2021-02-22T21:22:48.160Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:22:48.160Z] ---> Using cache [2021-02-22T21:22:48.160Z] ---> 183f75500d1d [2021-02-22T21:22:48.160Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T21:22:49.736Z] ---> Running in 074bcb136bc8 [2021-02-22T21:22:49.736Z] ---> Running in f8f32a1375da [2021-02-22T21:22:49.736Z] ---> Running in 91cf4ebd6368 [2021-02-22T21:22:49.736Z] ---> Running in cf06ab3c2581 [2021-02-22T21:22:54.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-22T21:22:54.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-22T21:22:54.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:22:54.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:22:55.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:22:55.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:22:57.674Z] OK: 233 MiB in 51 packages [2021-02-22T21:22:57.674Z] OK: 233 MiB in 51 packages [2021-02-22T21:22:59.833Z] Removing intermediate container 074bcb136bc8 [2021-02-22T21:22:59.833Z] ---> d6c01b576462 [2021-02-22T21:22:59.833Z] Step 6/26 : COPY go.mod . [2021-02-22T21:23:00.103Z] Removing intermediate container cf06ab3c2581 [2021-02-22T21:23:00.103Z] ---> 4b6fa775ffd6 [2021-02-22T21:23:00.103Z] Step 6/23 : COPY go.mod . [2021-02-22T21:23:02.228Z] ---> 5213ef0ae5e9 [2021-02-22T21:23:02.228Z] Step 7/23 : RUN go mod download [2021-02-22T21:23:02.228Z] ---> efce6832ad2c [2021-02-22T21:23:02.228Z] Step 7/26 : RUN go mod download [2021-02-22T21:23:02.529Z] ---> Running in 6ede90555809 [2021-02-22T21:23:02.529Z] ---> Running in 37a32130b081 [2021-02-22T21:23:10.776Z] Removing intermediate container 6ede90555809 [2021-02-22T21:23:10.776Z] ---> 396d133911bd [2021-02-22T21:23:10.776Z] Step 8/23 : COPY . . [2021-02-22T21:23:10.776Z] Removing intermediate container 37a32130b081 [2021-02-22T21:23:10.776Z] ---> 72e33f26e36d [2021-02-22T21:23:10.776Z] Step 8/26 : COPY . . [2021-02-22T21:23:44.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-22T21:23:44.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-22T21:24:33.963Z] Removing intermediate container f8f32a1375da [2021-02-22T21:24:33.963Z] ---> 6daa2dfc6b14 [2021-02-22T21:24:33.963Z] [2021-02-22T21:24:33.963Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T21:24:33.963Z] ---> 389fef711851 [2021-02-22T21:24:33.963Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T21:24:33.963Z] Removing intermediate container 91cf4ebd6368 [2021-02-22T21:24:33.963Z] ---> 4357d2ebd7a4 [2021-02-22T21:24:33.963Z] [2021-02-22T21:24:33.963Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T21:24:33.963Z] ---> 389fef711851 [2021-02-22T21:24:33.963Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T21:24:33.963Z] ---> Running in 24cde1862acf [2021-02-22T21:24:33.963Z] ---> Running in 0cd4d7ac7128 [2021-02-22T21:24:40.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:24:40.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:24:41.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:24:41.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:24:42.706Z] ---> 030f5bd625e7 [2021-02-22T21:24:42.706Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T21:24:43.248Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T21:24:43.248Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T21:24:43.248Z] ---> 659679e4e0ef [2021-02-22T21:24:43.248Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T21:24:43.248Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T21:24:43.248Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T21:24:43.514Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T21:24:43.514Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T21:24:43.514Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T21:24:43.514Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T21:24:43.514Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T21:24:43.514Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:24:43.514Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:24:43.922Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T21:24:43.922Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T21:24:43.922Z] OK: 7 MiB in 18 packages [2021-02-22T21:24:43.922Z] OK: 7 MiB in 19 packages [2021-02-22T21:24:43.922Z] ---> Running in 8b67e25caf38 [2021-02-22T21:24:44.677Z] ---> Running in 2d631fea127a [2021-02-22T21:24:47.467Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-data/core-data ./cmd/core-data [2021-02-22T21:24:47.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-22T21:24:47.734Z] Removing intermediate container 24cde1862acf [2021-02-22T21:24:47.734Z] ---> 1e75b9ec313d [2021-02-22T21:24:47.734Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T21:24:48.461Z] Removing intermediate container 0cd4d7ac7128 [2021-02-22T21:24:48.461Z] ---> f1a164b27a54 [2021-02-22T21:24:48.461Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T21:24:49.094Z] ---> Running in 4c28ca59b2cf [2021-02-22T21:24:49.094Z] ---> Running in d103d21fc806 [2021-02-22T21:24:50.419Z] Removing intermediate container d103d21fc806 [2021-02-22T21:24:50.419Z] ---> 9826b04a7bbc [2021-02-22T21:24:50.419Z] Step 13/21 : WORKDIR /edgex [2021-02-22T21:24:50.698Z] Removing intermediate container 4c28ca59b2cf [2021-02-22T21:24:50.698Z] ---> 3c682df668e2 [2021-02-22T21:24:50.698Z] Step 13/24 : WORKDIR / [2021-02-22T21:24:50.698Z] ---> Running in a151db6be4d4 [2021-02-22T21:24:50.989Z] ---> Running in 0bcfeaf64cb0 [2021-02-22T21:24:51.602Z] Removing intermediate container a151db6be4d4 [2021-02-22T21:24:51.602Z] ---> b891339a10e3 [2021-02-22T21:24:51.602Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T21:24:51.934Z] Removing intermediate container 0bcfeaf64cb0 [2021-02-22T21:24:51.934Z] ---> cf26d2358064 [2021-02-22T21:24:51.934Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-22T21:24:52.756Z] ---> 6cfb1c6a2702 [2021-02-22T21:24:52.756Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T21:24:53.524Z] ---> 34bd4af183ed [2021-02-22T21:24:53.524Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-22T21:24:54.177Z] ---> c06495fc073e [2021-02-22T21:24:54.177Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T21:24:54.831Z] ---> 342fb01ddbd7 [2021-02-22T21:24:54.831Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T21:24:56.396Z] ---> 27e9467841cd [2021-02-22T21:24:56.396Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T21:24:56.396Z] ---> ed7039818084 [2021-02-22T21:24:56.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T21:24:56.684Z] ---> Running in 06af62f67f10 [2021-02-22T21:24:57.744Z] Removing intermediate container 06af62f67f10 [2021-02-22T21:24:57.744Z] ---> e724d8eaea4a [2021-02-22T21:24:57.744Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T21:24:57.744Z] ---> ff52fef1199f [2021-02-22T21:24:57.744Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T21:24:58.060Z] ---> Running in ddcbae010c11 [2021-02-22T21:24:59.601Z] Removing intermediate container ddcbae010c11 [2021-02-22T21:24:59.601Z] ---> 62716098b933 [2021-02-22T21:24:59.601Z] Step 19/21 : LABEL arch=x86_64 [2021-02-22T21:24:59.601Z] ---> 16eb11fca4f7 [2021-02-22T21:24:59.601Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T21:24:59.601Z] ---> Running in d0126e5f11ff [2021-02-22T21:25:01.162Z] Removing intermediate container d0126e5f11ff [2021-02-22T21:25:01.162Z] ---> 4b55e3cc7270 [2021-02-22T21:25:01.162Z] Step 20/21 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:25:01.162Z] ---> 1d271fc014f6 [2021-02-22T21:25:01.162Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-22T21:25:01.162Z] ---> Running in f2fcf4fbaff8 [2021-02-22T21:25:01.162Z] ---> Running in 00dd91607b40 [2021-02-22T21:25:04.125Z] Removing intermediate container f2fcf4fbaff8 [2021-02-22T21:25:04.125Z] ---> f9ddcfd62e7b [2021-02-22T21:25:04.125Z] Step 21/21 : LABEL version=2.0.0-dev.100 [2021-02-22T21:25:04.125Z] ---> Running in ec554f418ccd [2021-02-22T21:25:04.781Z] Removing intermediate container ec554f418ccd [2021-02-22T21:25:04.781Z] ---> a99b20e6272b [2021-02-22T21:25:04.781Z] [2021-02-22T21:25:08.836Z] Successfully built a99b20e6272b [2021-02-22T21:25:09.113Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-22T21:25:09.738Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 00dd91607b40 [2021-02-22T21:25:09.738Z] ---> d7769115db53 [2021-02-22T21:25:09.738Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T21:25:10.376Z] ---> Running in 4ad5552c6144 [2021-02-22T21:25:11.512Z] Removing intermediate container 4ad5552c6144 [2021-02-22T21:25:11.512Z] ---> e776002cc3dd [2021-02-22T21:25:11.512Z] Step 22/24 : LABEL arch=x86_64 [2021-02-22T21:25:11.512Z] ---> Running in 46515bab3e85 [2021-02-22T21:25:12.136Z] Removing intermediate container 46515bab3e85 [2021-02-22T21:25:12.136Z] ---> f67b26961242 [2021-02-22T21:25:12.136Z] Step 23/24 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:25:12.423Z] ---> Running in 097da9372545 [2021-02-22T21:25:12.874Z] Removing intermediate container 097da9372545 [2021-02-22T21:25:12.874Z] ---> 8ed11669c5a4 [2021-02-22T21:25:12.874Z] Step 24/24 : LABEL version=2.0.0-dev.100 [2021-02-22T21:25:13.154Z] ---> Running in 4fb711d068ad [2021-02-22T21:25:13.490Z] Removing intermediate container 4fb711d068ad [2021-02-22T21:25:13.490Z] ---> f748c1699b48 [2021-02-22T21:25:13.490Z] [2021-02-22T21:25:14.279Z] Successfully built f748c1699b48 [2021-02-22T21:25:14.279Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-22T21:25:21.727Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2d631fea127a [2021-02-22T21:25:21.727Z] ---> 04d1f81e64ae [2021-02-22T21:25:21.727Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T21:25:21.727Z] ---> Running in a69f480c407b [2021-02-22T21:25:23.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-22T21:25:25.829Z] Removing intermediate container 8b67e25caf38 [2021-02-22T21:25:25.829Z] ---> cdb75e9cc414 [2021-02-22T21:25:25.829Z] [2021-02-22T21:25:25.829Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T21:25:25.829Z] ---> 389fef711851 [2021-02-22T21:25:25.829Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T21:25:26.114Z] ---> Running in 50d6a4161458 [2021-02-22T21:25:26.404Z] Removing intermediate container a69f480c407b [2021-02-22T21:25:26.404Z] ---> ec6e55344fe7 [2021-02-22T21:25:26.404Z] [2021-02-22T21:25:26.404Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T21:25:26.404Z] 20.10.0: Pulling from library/docker [2021-02-22T21:25:26.404Z] Removing intermediate container 50d6a4161458 [2021-02-22T21:25:26.404Z] ---> 757f8b40fe1d [2021-02-22T21:25:26.404Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T21:25:26.680Z] ---> Running in 91abae7a3bb2 [2021-02-22T21:25:27.325Z] Removing intermediate container 91abae7a3bb2 [2021-02-22T21:25:27.325Z] ---> 5a0a53bf0504 [2021-02-22T21:25:27.325Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T21:25:27.325Z] ---> Running in 7fa5fd5b850f [2021-02-22T21:25:28.744Z] Removing intermediate container 7fa5fd5b850f [2021-02-22T21:25:28.744Z] ---> f8ae4d66a39b [2021-02-22T21:25:28.744Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T21:25:29.120Z] ---> Running in 0ff4ab8efbc5 [2021-02-22T21:25:32.840Z] Removing intermediate container 0ff4ab8efbc5 [2021-02-22T21:25:32.840Z] ---> 9b8c193110b2 [2021-02-22T21:25:32.840Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T21:25:32.840Z] ---> Running in b5198245040c [2021-02-22T21:25:33.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:25:34.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:25:35.505Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T21:25:35.505Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T21:25:35.804Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T21:25:35.804Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T21:25:36.099Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T21:25:36.372Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T21:25:36.372Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:25:36.372Z] OK: 8 MiB in 20 packages [2021-02-22T21:25:38.139Z] Removing intermediate container b5198245040c [2021-02-22T21:25:38.139Z] ---> 7ee0b14f8b2e [2021-02-22T21:25:38.139Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T21:25:38.139Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T21:25:38.139Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T21:25:38.139Z] ---> aefe523efa57 [2021-02-22T21:25:38.139Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T21:25:38.641Z] ---> Running in b84217cf087a [2021-02-22T21:25:38.641Z] ---> b887be651272 [2021-02-22T21:25:38.641Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T21:25:39.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:25:39.580Z] ---> 5cbb723c6587 [2021-02-22T21:25:39.580Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-22T21:25:40.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:25:40.725Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T21:25:40.725Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T21:25:40.725Z] Executing bash-5.0.17-r0.post-install [2021-02-22T21:25:40.725Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:25:40.725Z] OK: 12 MiB in 22 packages [2021-02-22T21:25:41.027Z] ---> 42d7b2d8788a [2021-02-22T21:25:41.027Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T21:25:41.303Z] ---> Running in 94c7c9838bf8 [2021-02-22T21:25:41.303Z] Removing intermediate container 94c7c9838bf8 [2021-02-22T21:25:41.303Z] ---> 4849a658ef9c [2021-02-22T21:25:41.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:25:41.601Z] ---> Running in 56ee29e8d43a [2021-02-22T21:25:42.224Z] Removing intermediate container b84217cf087a [2021-02-22T21:25:42.224Z] ---> 2cb3a1ebd7c6 [2021-02-22T21:25:42.224Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T21:25:42.224Z] Removing intermediate container 56ee29e8d43a [2021-02-22T21:25:42.224Z] ---> e9be4d9925e5 [2021-02-22T21:25:42.224Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T21:25:42.224Z] ---> Running in 7232c9f87c30 [2021-02-22T21:25:42.562Z] ---> Running in 84d3ecc32e4a [2021-02-22T21:25:43.674Z] Removing intermediate container 7232c9f87c30 [2021-02-22T21:25:43.674Z] ---> 091049487c8a [2021-02-22T21:25:43.674Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T21:25:43.674Z] ---> Running in 03c8eb9fba2f [2021-02-22T21:25:43.674Z] Removing intermediate container 84d3ecc32e4a [2021-02-22T21:25:43.674Z] ---> e0cf79e2e7d2 [2021-02-22T21:25:43.674Z] Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:25:44.006Z] ---> Running in e44dc132dbd3 [2021-02-22T21:25:44.006Z] Removing intermediate container 03c8eb9fba2f [2021-02-22T21:25:44.006Z] ---> 2d7b5415671a [2021-02-22T21:25:44.006Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T21:25:44.388Z] ---> Running in 88b3fdf0f169 [2021-02-22T21:25:44.388Z] Removing intermediate container e44dc132dbd3 [2021-02-22T21:25:44.388Z] ---> a64ca7d79207 [2021-02-22T21:25:44.388Z] Step 23/23 : LABEL version=2.0.0-dev.100 [2021-02-22T21:25:44.388Z] ---> Running in 994d70c7f3df [2021-02-22T21:25:44.706Z] Removing intermediate container 88b3fdf0f169 [2021-02-22T21:25:44.706Z] ---> 7840ebaa38f5 [2021-02-22T21:25:44.706Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T21:25:45.893Z] Removing intermediate container 994d70c7f3df [2021-02-22T21:25:45.893Z] ---> c3ca9fa6b729 [2021-02-22T21:25:45.893Z] [2021-02-22T21:25:45.893Z] ---> e0c1fdeb4b36 [2021-02-22T21:25:45.893Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T21:25:46.837Z] Successfully built c3ca9fa6b729 [2021-02-22T21:25:46.837Z] Successfully tagged docker-core-data-go:latest [2021-02-22T21:25:46.837Z]  Building docker-core-data-go ... done  ---> 0e40c3819722 [2021-02-22T21:25:46.837Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T21:25:47.900Z] ---> 86be5b95a02f [2021-02-22T21:25:47.900Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-22T21:25:47.900Z] ---> Running in 2929bb1e96f5 [2021-02-22T21:25:49.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:25:49.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:25:49.947Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T21:25:49.947Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T21:25:50.219Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T21:25:50.219Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T21:25:50.219Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T21:25:50.219Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T21:25:50.219Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T21:25:51.698Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T21:25:51.698Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T21:25:51.698Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T21:25:51.698Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T21:25:51.698Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T21:25:51.698Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T21:25:51.698Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T21:25:51.698Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T21:25:51.698Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T21:25:51.975Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T21:25:51.975Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T21:25:51.975Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T21:25:51.975Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T21:25:51.975Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T21:25:51.975Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T21:25:51.975Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T21:25:51.975Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T21:25:51.975Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T21:25:51.975Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T21:25:52.289Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T21:25:52.289Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T21:25:52.289Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T21:25:52.289Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T21:25:52.289Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T21:25:52.289Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T21:25:52.289Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T21:25:52.289Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:25:52.289Z] OK: 71 MiB in 55 packages [2021-02-22T21:26:05.704Z] Removing intermediate container 2929bb1e96f5 [2021-02-22T21:26:05.704Z] ---> dc21b66f27cb [2021-02-22T21:26:05.704Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T21:26:05.704Z] ---> Running in c6e03df74c89 [2021-02-22T21:26:08.475Z] Collecting docker-compose==1.23.2 [2021-02-22T21:26:08.475Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T21:26:08.475Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-22T21:26:08.475Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T21:26:08.475Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T21:26:08.475Z] Collecting PyYAML<4,>=3.10 [2021-02-22T21:26:08.475Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T21:26:09.892Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T21:26:09.892Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T21:26:10.889Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T21:26:10.889Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T21:26:10.889Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T21:26:11.171Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T21:26:11.467Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T21:26:11.467Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T21:26:11.467Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T21:26:11.739Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T21:26:12.731Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T21:26:12.731Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T21:26:13.767Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T21:26:13.767Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T21:26:14.102Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T21:26:14.102Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T21:26:14.102Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-22T21:26:14.102Z] Collecting idna<2.8,>=2.5 [2021-02-22T21:26:14.102Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T21:26:14.490Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-22T21:26:14.490Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T21:26:14.490Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T21:26:14.762Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T21:26:14.762Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T21:26:14.762Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T21:26:14.762Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T21:26:14.762Z] Installing collected packages: cached-property, PyYAML, dockerpty, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, texttable, docker-compose [2021-02-22T21:26:15.131Z] Running setup.py install for PyYAML: started [2021-02-22T21:26:16.215Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T21:26:16.215Z] Running setup.py install for dockerpty: started [2021-02-22T21:26:16.941Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T21:26:17.654Z] Attempting uninstall: idna [2021-02-22T21:26:17.654Z] Found existing installation: idna 2.9 [2021-02-22T21:26:17.654Z] Uninstalling idna-2.9: [2021-02-22T21:26:17.654Z] Successfully uninstalled idna-2.9 [2021-02-22T21:26:18.153Z] Attempting uninstall: urllib3 [2021-02-22T21:26:18.153Z] Found existing installation: urllib3 1.25.9 [2021-02-22T21:26:18.153Z] Uninstalling urllib3-1.25.9: [2021-02-22T21:26:18.153Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T21:26:18.153Z] Attempting uninstall: requests [2021-02-22T21:26:18.153Z] Found existing installation: requests 2.23.0 [2021-02-22T21:26:18.153Z] Uninstalling requests-2.23.0: [2021-02-22T21:26:18.443Z] Successfully uninstalled requests-2.23.0 [2021-02-22T21:26:19.073Z] Running setup.py install for docopt: started [2021-02-22T21:26:19.703Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T21:26:19.703Z] Running setup.py install for texttable: started [2021-02-22T21:26:20.240Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T21:26:20.914Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-22T21:26:25.029Z] Removing intermediate container c6e03df74c89 [2021-02-22T21:26:25.029Z] ---> fb701fcafc9e [2021-02-22T21:26:25.029Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T21:26:25.029Z] ---> Running in abb98b750bf8 [2021-02-22T21:26:26.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T21:26:26.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T21:26:26.376Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T21:26:26.376Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T21:26:26.672Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T21:26:26.672Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T21:26:26.672Z] OK: 72 MiB in 58 packages [2021-02-22T21:26:27.723Z] Removing intermediate container abb98b750bf8 [2021-02-22T21:26:27.723Z] ---> c21f25e914b3 [2021-02-22T21:26:27.723Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T21:26:27.723Z] ---> Running in b6719795d67b [2021-02-22T21:26:28.042Z] Removing intermediate container b6719795d67b [2021-02-22T21:26:28.042Z] ---> f2c30042bfaa [2021-02-22T21:26:28.042Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T21:26:28.354Z] ---> Running in 467ccbea4add [2021-02-22T21:26:28.994Z] Removing intermediate container 467ccbea4add [2021-02-22T21:26:28.994Z] ---> 0b86f49d19b4 [2021-02-22T21:26:28.994Z] Step 24/26 : LABEL arch=x86_64 [2021-02-22T21:26:29.282Z] ---> Running in dbfb92e36119 [2021-02-22T21:26:29.572Z] Removing intermediate container dbfb92e36119 [2021-02-22T21:26:29.572Z] ---> 539209dfe3d5 [2021-02-22T21:26:29.572Z] Step 25/26 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:26:29.879Z] ---> Running in b008c672f01a [2021-02-22T21:26:30.481Z] Removing intermediate container b008c672f01a [2021-02-22T21:26:30.481Z] ---> 8b3f3fec1003 [2021-02-22T21:26:30.481Z] Step 26/26 : LABEL version=2.0.0-dev.100 [2021-02-22T21:26:30.481Z] ---> Running in dd7ff6c16baf [2021-02-22T21:26:31.089Z] Removing intermediate container dd7ff6c16baf [2021-02-22T21:26:31.089Z] ---> 20dbb809bba5 [2021-02-22T21:26:31.089Z] [2021-02-22T21:26:31.683Z] Successfully built 20dbb809bba5 [2021-02-22T21:26:31.683Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-22T21:26:32.534Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-22T21:26:32.930Z] $ docker stop --time=1 f411e0692113061f323f629eabf098aefdd627d08b15bd90e96fc54caef8a896 [2021-02-22T21:26:35.915Z] $ docker rm -f f411e0692113061f323f629eabf098aefdd627d08b15bd90e96fc54caef8a896 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T21:26:37.993Z] + docker images [2021-02-22T21:26:37.994Z] + grep docker [2021-02-22T21:26:39.210Z] docker-sys-mgmt-agent-go latest 20dbb809bba5 9 seconds ago 313MB [2021-02-22T21:26:39.210Z] docker-core-data-go latest c3ca9fa6b729 54 seconds ago 22.4MB [2021-02-22T21:26:39.210Z] docker-security-secretstore-setup-go latest f748c1699b48 About a minute ago 24.9MB [2021-02-22T21:26:39.210Z] docker-security-proxy-setup-go latest a99b20e6272b About a minute ago 24.7MB [2021-02-22T21:26:39.210Z] docker-security-bootstrapper-go latest 6d208ebb91bb 4 minutes ago 18.3MB [2021-02-22T21:26:39.210Z] docker-core-command-go latest b73fe6ecbc52 5 minutes ago 17MB [2021-02-22T21:26:39.210Z] docker-support-notifications-go latest b3db040eb4ee 5 minutes ago 17.7MB [2021-02-22T21:26:39.210Z] docker-core-metadata-go latest 9a2c5cb6d379 5 minutes ago 19MB [2021-02-22T21:26:39.210Z] docker-support-scheduler-go latest 7c6a96e157a0 5 minutes ago 17.2MB [2021-02-22T21:26:39.210Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T21:26:39.833Z] provisioning config files... [2021-02-22T21:26:39.883Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config5317042869545007813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:26:40.320Z] ---> docker-login.sh [2021-02-22T21:26:40.320Z] nexus3.edgexfoundry.org:10001 [2021-02-22T21:26:41.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:26:41.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:26:41.679Z] Configure a credential helper to remove this warning. See [2021-02-22T21:26:41.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:26:41.679Z] [2021-02-22T21:26:41.679Z] Login Succeeded [2021-02-22T21:26:41.969Z] nexus3.edgexfoundry.org:10002 [2021-02-22T21:26:42.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:26:42.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:26:42.241Z] Configure a credential helper to remove this warning. See [2021-02-22T21:26:42.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:26:42.241Z] [2021-02-22T21:26:42.241Z] Login Succeeded [2021-02-22T21:26:42.241Z] nexus3.edgexfoundry.org:10003 [2021-02-22T21:26:42.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:26:42.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:26:42.777Z] Configure a credential helper to remove this warning. See [2021-02-22T21:26:42.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:26:42.777Z] [2021-02-22T21:26:42.777Z] Login Succeeded [2021-02-22T21:26:42.777Z] nexus3.edgexfoundry.org:10004 [2021-02-22T21:26:43.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:26:43.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:26:43.499Z] Configure a credential helper to remove this warning. See [2021-02-22T21:26:43.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:26:43.499Z] [2021-02-22T21:26:43.499Z] Login Succeeded [2021-02-22T21:26:43.499Z] docker.io [2021-02-22T21:26:44.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T21:26:44.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T21:26:44.806Z] Configure a credential helper to remove this warning. See [2021-02-22T21:26:44.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T21:26:44.806Z] [2021-02-22T21:26:44.806Z] Login Succeeded [2021-02-22T21:26:44.806Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T21:26:44.820Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:26:45.236Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-22T21:26:45.236Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:26:45.236Z] 2.0.0-dev.100 [2021-02-22T21:26:45.236Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:26:45.236Z] master [2021-02-22T21:26:45.236Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:45.867Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:46.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:26:46.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T21:26:46.734Z] 89f8c4db1adc: Preparing [2021-02-22T21:26:46.734Z] 02bb4c8d6f4b: Preparing [2021-02-22T21:26:46.734Z] b2c99a8bb91a: Preparing [2021-02-22T21:26:46.734Z] 701b7a0fbc3b: Preparing [2021-02-22T21:26:46.734Z] 777b2c648970: Preparing [2021-02-22T21:26:47.114Z] 701b7a0fbc3b: Pushed [2021-02-22T21:26:47.453Z] 777b2c648970: Layer already exists [2021-02-22T21:26:47.453Z] 89f8c4db1adc: Pushed [2021-02-22T21:26:47.453Z] b2c99a8bb91a: Pushed [2021-02-22T21:26:49.649Z] 02bb4c8d6f4b: Pushed [2021-02-22T21:26:50.119Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:50.723Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:51.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.100 [2021-02-22T21:26:52.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T21:26:52.210Z] 89f8c4db1adc: Preparing [2021-02-22T21:26:52.210Z] 02bb4c8d6f4b: Preparing [2021-02-22T21:26:52.210Z] b2c99a8bb91a: Preparing [2021-02-22T21:26:52.210Z] 701b7a0fbc3b: Preparing [2021-02-22T21:26:52.210Z] 777b2c648970: Preparing [2021-02-22T21:26:52.210Z] 777b2c648970: Layer already exists [2021-02-22T21:26:52.210Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:26:52.210Z] 89f8c4db1adc: Layer already exists [2021-02-22T21:26:52.210Z] 701b7a0fbc3b: Layer already exists [2021-02-22T21:26:52.210Z] 02bb4c8d6f4b: Layer already exists [2021-02-22T21:26:52.573Z] 2.0.0-dev.100: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:52.928Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:53.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:26:53.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T21:26:53.354Z] 89f8c4db1adc: Preparing [2021-02-22T21:26:53.354Z] 02bb4c8d6f4b: Preparing [2021-02-22T21:26:53.354Z] b2c99a8bb91a: Preparing [2021-02-22T21:26:53.354Z] 701b7a0fbc3b: Preparing [2021-02-22T21:26:53.354Z] 777b2c648970: Preparing [2021-02-22T21:26:53.354Z] 701b7a0fbc3b: Layer already exists [2021-02-22T21:26:53.354Z] 777b2c648970: Layer already exists [2021-02-22T21:26:53.354Z] 02bb4c8d6f4b: Layer already exists [2021-02-22T21:26:53.354Z] 89f8c4db1adc: Layer already exists [2021-02-22T21:26:53.354Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:26:53.354Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:53.800Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:54.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-22T21:26:55.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-22T21:26:55.629Z] 89f8c4db1adc: Preparing [2021-02-22T21:26:55.629Z] 02bb4c8d6f4b: Preparing [2021-02-22T21:26:55.629Z] b2c99a8bb91a: Preparing [2021-02-22T21:26:55.629Z] 701b7a0fbc3b: Preparing [2021-02-22T21:26:55.629Z] 777b2c648970: Preparing [2021-02-22T21:26:55.629Z] 89f8c4db1adc: Layer already exists [2021-02-22T21:26:55.629Z] 02bb4c8d6f4b: Layer already exists [2021-02-22T21:26:55.629Z] 701b7a0fbc3b: Layer already exists [2021-02-22T21:26:55.629Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:26:55.629Z] 777b2c648970: Layer already exists [2021-02-22T21:26:55.629Z] master: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:26:55.848Z] ===================================================== [Pipeline] echo [2021-02-22T21:26:55.902Z] taggedImages: [2021-02-22T21:26:55.902Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:26:55.902Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.100 [2021-02-22T21:26:55.902Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:26:55.902Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-22T21:26:55.973Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-22T21:26:55.973Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:26:55.973Z] 2.0.0-dev.100 [2021-02-22T21:26:55.973Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:26:55.973Z] master [2021-02-22T21:26:55.973Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:56.622Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:26:57.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:26:57.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T21:26:57.698Z] cb4f25a9d662: Preparing [2021-02-22T21:26:57.698Z] e2f88330d789: Preparing [2021-02-22T21:26:57.698Z] b2c99a8bb91a: Preparing [2021-02-22T21:26:57.698Z] 296e5e0f6a48: Preparing [2021-02-22T21:26:57.698Z] efb149ef66d2: Preparing [2021-02-22T21:26:57.698Z] 777b2c648970: Preparing [2021-02-22T21:26:57.698Z] 777b2c648970: Waiting [2021-02-22T21:26:57.698Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:26:58.131Z] 777b2c648970: Layer already exists [2021-02-22T21:26:58.497Z] efb149ef66d2: Pushed [2021-02-22T21:26:58.497Z] cb4f25a9d662: Pushed [2021-02-22T21:26:58.497Z] 296e5e0f6a48: Pushed [2021-02-22T21:27:00.277Z] e2f88330d789: Pushed [2021-02-22T21:27:00.277Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:00.759Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:01.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.100 [2021-02-22T21:27:01.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T21:27:01.487Z] cb4f25a9d662: Preparing [2021-02-22T21:27:01.487Z] e2f88330d789: Preparing [2021-02-22T21:27:01.487Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:01.487Z] 296e5e0f6a48: Preparing [2021-02-22T21:27:01.487Z] efb149ef66d2: Preparing [2021-02-22T21:27:01.487Z] 777b2c648970: Preparing [2021-02-22T21:27:01.487Z] 777b2c648970: Waiting [2021-02-22T21:27:01.487Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:01.487Z] e2f88330d789: Layer already exists [2021-02-22T21:27:01.487Z] cb4f25a9d662: Layer already exists [2021-02-22T21:27:01.765Z] efb149ef66d2: Layer already exists [2021-02-22T21:27:01.765Z] 296e5e0f6a48: Layer already exists [2021-02-22T21:27:01.765Z] 777b2c648970: Layer already exists [2021-02-22T21:27:01.765Z] 2.0.0-dev.100: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:02.148Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:02.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:03.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T21:27:03.256Z] cb4f25a9d662: Preparing [2021-02-22T21:27:03.256Z] e2f88330d789: Preparing [2021-02-22T21:27:03.256Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:03.256Z] 296e5e0f6a48: Preparing [2021-02-22T21:27:03.256Z] efb149ef66d2: Preparing [2021-02-22T21:27:03.256Z] 777b2c648970: Preparing [2021-02-22T21:27:03.256Z] 777b2c648970: Waiting [2021-02-22T21:27:03.256Z] cb4f25a9d662: Layer already exists [2021-02-22T21:27:03.256Z] 296e5e0f6a48: Layer already exists [2021-02-22T21:27:03.256Z] e2f88330d789: Layer already exists [2021-02-22T21:27:03.256Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:03.256Z] efb149ef66d2: Layer already exists [2021-02-22T21:27:03.256Z] 777b2c648970: Layer already exists [2021-02-22T21:27:03.256Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:03.955Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:04.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-22T21:27:05.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-22T21:27:05.229Z] cb4f25a9d662: Preparing [2021-02-22T21:27:05.229Z] e2f88330d789: Preparing [2021-02-22T21:27:05.229Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:05.229Z] 296e5e0f6a48: Preparing [2021-02-22T21:27:05.229Z] efb149ef66d2: Preparing [2021-02-22T21:27:05.229Z] 777b2c648970: Preparing [2021-02-22T21:27:05.229Z] 777b2c648970: Waiting [2021-02-22T21:27:05.229Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:05.229Z] cb4f25a9d662: Layer already exists [2021-02-22T21:27:05.229Z] efb149ef66d2: Layer already exists [2021-02-22T21:27:05.229Z] e2f88330d789: Layer already exists [2021-02-22T21:27:05.229Z] 296e5e0f6a48: Layer already exists [2021-02-22T21:27:05.229Z] 777b2c648970: Layer already exists [2021-02-22T21:27:05.496Z] master: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:27:05.748Z] ===================================================== [Pipeline] echo [2021-02-22T21:27:05.803Z] taggedImages: [2021-02-22T21:27:05.803Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:05.803Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.100 [2021-02-22T21:27:05.803Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:05.803Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-22T21:27:05.878Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-22T21:27:05.878Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:05.878Z] 2.0.0-dev.100 [2021-02-22T21:27:05.878Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:05.878Z] master [2021-02-22T21:27:05.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:06.499Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:07.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:07.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T21:27:07.697Z] 009791454596: Preparing [2021-02-22T21:27:07.697Z] 60cc290fac40: Preparing [2021-02-22T21:27:07.697Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:07.697Z] 8db0fa66dc82: Preparing [2021-02-22T21:27:07.697Z] 777b2c648970: Preparing [2021-02-22T21:27:07.697Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:08.022Z] 777b2c648970: Layer already exists [2021-02-22T21:27:08.485Z] 009791454596: Pushed [2021-02-22T21:27:08.485Z] 8db0fa66dc82: Pushed [2021-02-22T21:27:10.747Z] 60cc290fac40: Pushed [2021-02-22T21:27:11.028Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:11.394Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:11.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.100 [2021-02-22T21:27:12.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T21:27:12.118Z] 009791454596: Preparing [2021-02-22T21:27:12.118Z] 60cc290fac40: Preparing [2021-02-22T21:27:12.118Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:12.118Z] 8db0fa66dc82: Preparing [2021-02-22T21:27:12.118Z] 777b2c648970: Preparing [2021-02-22T21:27:12.118Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:12.119Z] 009791454596: Layer already exists [2021-02-22T21:27:12.119Z] 777b2c648970: Layer already exists [2021-02-22T21:27:12.119Z] 8db0fa66dc82: Layer already exists [2021-02-22T21:27:12.119Z] 60cc290fac40: Layer already exists [2021-02-22T21:27:12.401Z] 2.0.0-dev.100: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:12.737Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:13.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:13.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T21:27:13.169Z] 009791454596: Preparing [2021-02-22T21:27:13.169Z] 60cc290fac40: Preparing [2021-02-22T21:27:13.169Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:13.169Z] 8db0fa66dc82: Preparing [2021-02-22T21:27:13.169Z] 777b2c648970: Preparing [2021-02-22T21:27:13.169Z] 777b2c648970: Layer already exists [2021-02-22T21:27:13.169Z] 60cc290fac40: Layer already exists [2021-02-22T21:27:13.169Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:13.169Z] 8db0fa66dc82: Layer already exists [2021-02-22T21:27:13.169Z] 009791454596: Layer already exists [2021-02-22T21:27:13.457Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:15.020Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:16.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-22T21:27:16.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-22T21:27:16.356Z] 009791454596: Preparing [2021-02-22T21:27:16.356Z] 60cc290fac40: Preparing [2021-02-22T21:27:16.356Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:16.356Z] 8db0fa66dc82: Preparing [2021-02-22T21:27:16.356Z] 777b2c648970: Preparing [2021-02-22T21:27:16.628Z] 60cc290fac40: Layer already exists [2021-02-22T21:27:16.628Z] 009791454596: Layer already exists [2021-02-22T21:27:16.628Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:16.628Z] 8db0fa66dc82: Layer already exists [2021-02-22T21:27:16.628Z] 777b2c648970: Layer already exists [2021-02-22T21:27:16.628Z] master: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:27:16.852Z] ===================================================== [Pipeline] echo [2021-02-22T21:27:16.933Z] taggedImages: [2021-02-22T21:27:16.933Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:16.933Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.100 [2021-02-22T21:27:16.933Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:16.933Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-22T21:27:17.143Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-22T21:27:17.143Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:17.143Z] 2.0.0-dev.100 [2021-02-22T21:27:17.143Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:17.143Z] master [2021-02-22T21:27:17.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:18.112Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:18.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:19.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T21:27:19.188Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:19.188Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:19.188Z] d2fb3d94d6f7: Preparing [2021-02-22T21:27:19.188Z] fe8530a061d9: Preparing [2021-02-22T21:27:19.188Z] 26ce6cd77cf2: Preparing [2021-02-22T21:27:19.188Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:19.188Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:19.188Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:19.188Z] 0d717492741e: Preparing [2021-02-22T21:27:19.188Z] 604ca0c71ea5: Preparing [2021-02-22T21:27:19.188Z] 777b2c648970: Preparing [2021-02-22T21:27:19.188Z] 8fcc3add11ca: Waiting [2021-02-22T21:27:19.188Z] 0d717492741e: Waiting [2021-02-22T21:27:19.188Z] 604ca0c71ea5: Waiting [2021-02-22T21:27:19.188Z] 777b2c648970: Waiting [2021-02-22T21:27:19.571Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:20.461Z] 8ff5c553ab3d: Pushed [2021-02-22T21:27:20.461Z] d2fb3d94d6f7: Pushed [2021-02-22T21:27:20.461Z] fe8530a061d9: Pushed [2021-02-22T21:27:20.814Z] 8fcc3add11ca: Pushed [2021-02-22T21:27:20.814Z] 777b2c648970: Layer already exists [2021-02-22T21:27:21.119Z] 0d717492741e: Pushed [2021-02-22T21:27:21.395Z] 604ca0c71ea5: Pushed [2021-02-22T21:27:22.373Z] 26ce6cd77cf2: Pushed [2021-02-22T21:27:22.405Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:22.856Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:23.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.100 [2021-02-22T21:27:23.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T21:27:23.229Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:23.229Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:23.229Z] d2fb3d94d6f7: Preparing [2021-02-22T21:27:23.229Z] fe8530a061d9: Preparing [2021-02-22T21:27:23.229Z] 26ce6cd77cf2: Preparing [2021-02-22T21:27:23.229Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:23.229Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:23.229Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:23.229Z] 0d717492741e: Preparing [2021-02-22T21:27:23.229Z] 604ca0c71ea5: Preparing [2021-02-22T21:27:23.229Z] 777b2c648970: Preparing [2021-02-22T21:27:23.229Z] 0d717492741e: Waiting [2021-02-22T21:27:23.229Z] 604ca0c71ea5: Waiting [2021-02-22T21:27:23.229Z] 777b2c648970: Waiting [2021-02-22T21:27:23.229Z] 8fcc3add11ca: Waiting [2021-02-22T21:27:23.229Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:23.229Z] 8ff5c553ab3d: Layer already exists [2021-02-22T21:27:23.229Z] d2fb3d94d6f7: Layer already exists [2021-02-22T21:27:23.229Z] fe8530a061d9: Layer already exists [2021-02-22T21:27:23.229Z] 26ce6cd77cf2: Layer already exists [2021-02-22T21:27:23.229Z] 8fcc3add11ca: Layer already exists [2021-02-22T21:27:23.229Z] 0d717492741e: Layer already exists [2021-02-22T21:27:23.229Z] 777b2c648970: Layer already exists [2021-02-22T21:27:23.229Z] 604ca0c71ea5: Layer already exists [2021-02-22T21:27:23.496Z] 2.0.0-dev.100: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:24.010Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:24.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:24.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T21:27:24.676Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:24.676Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:24.676Z] d2fb3d94d6f7: Preparing [2021-02-22T21:27:24.676Z] fe8530a061d9: Preparing [2021-02-22T21:27:24.676Z] 26ce6cd77cf2: Preparing [2021-02-22T21:27:24.676Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:24.676Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:24.676Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:24.676Z] 0d717492741e: Preparing [2021-02-22T21:27:24.676Z] 604ca0c71ea5: Preparing [2021-02-22T21:27:24.676Z] 777b2c648970: Preparing [2021-02-22T21:27:24.676Z] 8fcc3add11ca: Waiting [2021-02-22T21:27:24.676Z] 0d717492741e: Waiting [2021-02-22T21:27:24.676Z] 604ca0c71ea5: Waiting [2021-02-22T21:27:24.676Z] 777b2c648970: Waiting [2021-02-22T21:27:24.676Z] fe8530a061d9: Layer already exists [2021-02-22T21:27:24.676Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:24.676Z] 26ce6cd77cf2: Layer already exists [2021-02-22T21:27:24.676Z] 8ff5c553ab3d: Layer already exists [2021-02-22T21:27:24.676Z] d2fb3d94d6f7: Layer already exists [2021-02-22T21:27:24.676Z] 0d717492741e: Layer already exists [2021-02-22T21:27:24.676Z] 604ca0c71ea5: Layer already exists [2021-02-22T21:27:24.676Z] 777b2c648970: Layer already exists [2021-02-22T21:27:24.676Z] 8fcc3add11ca: Layer already exists [2021-02-22T21:27:24.676Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:25.993Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:26.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-22T21:27:26.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-22T21:27:26.639Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:26.639Z] 8ff5c553ab3d: Preparing [2021-02-22T21:27:26.639Z] d2fb3d94d6f7: Preparing [2021-02-22T21:27:26.639Z] fe8530a061d9: Preparing [2021-02-22T21:27:26.639Z] 26ce6cd77cf2: Preparing [2021-02-22T21:27:26.639Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:26.639Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:26.639Z] 8fcc3add11ca: Preparing [2021-02-22T21:27:26.639Z] 0d717492741e: Preparing [2021-02-22T21:27:26.639Z] 604ca0c71ea5: Preparing [2021-02-22T21:27:26.639Z] 777b2c648970: Preparing [2021-02-22T21:27:26.639Z] 8fcc3add11ca: Waiting [2021-02-22T21:27:26.639Z] 0d717492741e: Waiting [2021-02-22T21:27:26.639Z] 604ca0c71ea5: Waiting [2021-02-22T21:27:26.639Z] 777b2c648970: Waiting [2021-02-22T21:27:26.916Z] d2fb3d94d6f7: Layer already exists [2021-02-22T21:27:26.916Z] 26ce6cd77cf2: Layer already exists [2021-02-22T21:27:26.916Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:26.916Z] fe8530a061d9: Layer already exists [2021-02-22T21:27:26.916Z] 8ff5c553ab3d: Layer already exists [2021-02-22T21:27:26.916Z] 604ca0c71ea5: Layer already exists [2021-02-22T21:27:26.916Z] 8fcc3add11ca: Layer already exists [2021-02-22T21:27:26.916Z] 0d717492741e: Layer already exists [2021-02-22T21:27:26.916Z] 777b2c648970: Layer already exists [2021-02-22T21:27:26.916Z] master: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:27:27.125Z] ===================================================== [Pipeline] echo [2021-02-22T21:27:27.178Z] taggedImages: [2021-02-22T21:27:27.178Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:27.178Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.100 [2021-02-22T21:27:27.178Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:27.178Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-22T21:27:27.243Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-22T21:27:27.243Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:27.243Z] 2.0.0-dev.100 [2021-02-22T21:27:27.243Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:27.243Z] master [2021-02-22T21:27:27.243Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:27.844Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:28.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:28.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T21:27:29.933Z] a75583292e27: Preparing [2021-02-22T21:27:29.933Z] 3ecd34f48ec5: Preparing [2021-02-22T21:27:29.933Z] 5512cd584c9f: Preparing [2021-02-22T21:27:29.933Z] 534f27b54b37: Preparing [2021-02-22T21:27:29.933Z] c2a5c5066d89: Preparing [2021-02-22T21:27:29.933Z] 777b2c648970: Preparing [2021-02-22T21:27:29.933Z] 777b2c648970: Waiting [2021-02-22T21:27:29.933Z] 534f27b54b37: Pushed [2021-02-22T21:27:30.454Z] 5512cd584c9f: Pushed [2021-02-22T21:27:30.454Z] 777b2c648970: Layer already exists [2021-02-22T21:27:31.003Z] c2a5c5066d89: Pushed [2021-02-22T21:27:32.879Z] a75583292e27: Pushed [2021-02-22T21:27:32.879Z] 3ecd34f48ec5: Pushed [2021-02-22T21:27:33.155Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:33.710Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:34.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.100 [2021-02-22T21:27:34.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T21:27:34.536Z] a75583292e27: Preparing [2021-02-22T21:27:34.536Z] 3ecd34f48ec5: Preparing [2021-02-22T21:27:34.536Z] 5512cd584c9f: Preparing [2021-02-22T21:27:34.536Z] 534f27b54b37: Preparing [2021-02-22T21:27:34.536Z] c2a5c5066d89: Preparing [2021-02-22T21:27:34.536Z] 777b2c648970: Preparing [2021-02-22T21:27:34.536Z] 777b2c648970: Waiting [2021-02-22T21:27:34.536Z] 3ecd34f48ec5: Layer already exists [2021-02-22T21:27:34.536Z] a75583292e27: Layer already exists [2021-02-22T21:27:34.536Z] c2a5c5066d89: Layer already exists [2021-02-22T21:27:34.536Z] 5512cd584c9f: Layer already exists [2021-02-22T21:27:34.536Z] 534f27b54b37: Layer already exists [2021-02-22T21:27:34.536Z] 777b2c648970: Layer already exists [2021-02-22T21:27:34.823Z] 2.0.0-dev.100: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:35.356Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:35.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:35.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T21:27:35.727Z] a75583292e27: Preparing [2021-02-22T21:27:35.727Z] 3ecd34f48ec5: Preparing [2021-02-22T21:27:35.727Z] 5512cd584c9f: Preparing [2021-02-22T21:27:35.727Z] 534f27b54b37: Preparing [2021-02-22T21:27:35.727Z] c2a5c5066d89: Preparing [2021-02-22T21:27:35.727Z] 777b2c648970: Preparing [2021-02-22T21:27:35.727Z] 777b2c648970: Waiting [2021-02-22T21:27:35.727Z] c2a5c5066d89: Layer already exists [2021-02-22T21:27:35.727Z] 534f27b54b37: Layer already exists [2021-02-22T21:27:35.727Z] 3ecd34f48ec5: Layer already exists [2021-02-22T21:27:35.727Z] a75583292e27: Layer already exists [2021-02-22T21:27:35.727Z] 5512cd584c9f: Layer already exists [2021-02-22T21:27:35.727Z] 777b2c648970: Layer already exists [2021-02-22T21:27:36.065Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:36.480Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:36.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-22T21:27:36.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-22T21:27:36.818Z] a75583292e27: Preparing [2021-02-22T21:27:36.818Z] 3ecd34f48ec5: Preparing [2021-02-22T21:27:36.818Z] 5512cd584c9f: Preparing [2021-02-22T21:27:36.818Z] 534f27b54b37: Preparing [2021-02-22T21:27:36.818Z] c2a5c5066d89: Preparing [2021-02-22T21:27:36.818Z] 777b2c648970: Preparing [2021-02-22T21:27:36.818Z] 777b2c648970: Waiting [2021-02-22T21:27:36.818Z] 534f27b54b37: Layer already exists [2021-02-22T21:27:36.818Z] a75583292e27: Layer already exists [2021-02-22T21:27:36.818Z] 5512cd584c9f: Layer already exists [2021-02-22T21:27:36.818Z] 3ecd34f48ec5: Layer already exists [2021-02-22T21:27:36.818Z] c2a5c5066d89: Layer already exists [2021-02-22T21:27:36.818Z] 777b2c648970: Layer already exists [2021-02-22T21:27:37.106Z] master: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:27:37.334Z] ===================================================== [Pipeline] echo [2021-02-22T21:27:37.380Z] taggedImages: [2021-02-22T21:27:37.380Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:37.380Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.100 [2021-02-22T21:27:37.380Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:37.380Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-22T21:27:37.442Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-22T21:27:37.442Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:37.442Z] 2.0.0-dev.100 [2021-02-22T21:27:37.442Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:37.442Z] master [2021-02-22T21:27:37.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:37.987Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:38.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:38.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T21:27:38.373Z] 7b90c4af072c: Preparing [2021-02-22T21:27:38.373Z] b4e4b3514086: Preparing [2021-02-22T21:27:38.373Z] 82c2d79c2151: Preparing [2021-02-22T21:27:38.373Z] 2454458b4267: Preparing [2021-02-22T21:27:38.373Z] 14b4f6506c3c: Preparing [2021-02-22T21:27:38.373Z] 921ae2eba5d2: Preparing [2021-02-22T21:27:38.373Z] afcd89303d76: Preparing [2021-02-22T21:27:38.373Z] 37c38aff4607: Preparing [2021-02-22T21:27:38.373Z] 777b2c648970: Preparing [2021-02-22T21:27:38.373Z] afcd89303d76: Waiting [2021-02-22T21:27:38.373Z] 37c38aff4607: Waiting [2021-02-22T21:27:38.373Z] 921ae2eba5d2: Waiting [2021-02-22T21:27:38.373Z] 777b2c648970: Waiting [2021-02-22T21:27:39.372Z] 14b4f6506c3c: Pushed [2021-02-22T21:27:39.372Z] b4e4b3514086: Pushed [2021-02-22T21:27:39.372Z] 7b90c4af072c: Pushed [2021-02-22T21:27:40.005Z] 921ae2eba5d2: Pushed [2021-02-22T21:27:40.005Z] 777b2c648970: Layer already exists [2021-02-22T21:27:40.491Z] afcd89303d76: Pushed [2021-02-22T21:27:40.872Z] 37c38aff4607: Pushed [2021-02-22T21:27:41.147Z] 82c2d79c2151: Pushed [2021-02-22T21:27:41.147Z] 2454458b4267: Pushed [2021-02-22T21:27:41.882Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:42.477Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:43.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.100 [2021-02-22T21:27:43.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T21:27:43.614Z] 7b90c4af072c: Preparing [2021-02-22T21:27:43.614Z] b4e4b3514086: Preparing [2021-02-22T21:27:43.614Z] 82c2d79c2151: Preparing [2021-02-22T21:27:43.614Z] 2454458b4267: Preparing [2021-02-22T21:27:43.614Z] 14b4f6506c3c: Preparing [2021-02-22T21:27:43.614Z] 921ae2eba5d2: Preparing [2021-02-22T21:27:43.614Z] afcd89303d76: Preparing [2021-02-22T21:27:43.614Z] 37c38aff4607: Preparing [2021-02-22T21:27:43.614Z] 777b2c648970: Preparing [2021-02-22T21:27:43.614Z] 921ae2eba5d2: Waiting [2021-02-22T21:27:43.614Z] afcd89303d76: Waiting [2021-02-22T21:27:43.614Z] 37c38aff4607: Waiting [2021-02-22T21:27:43.614Z] 777b2c648970: Waiting [2021-02-22T21:27:43.614Z] b4e4b3514086: Layer already exists [2021-02-22T21:27:43.614Z] 2454458b4267: Layer already exists [2021-02-22T21:27:43.614Z] 82c2d79c2151: Layer already exists [2021-02-22T21:27:43.614Z] 14b4f6506c3c: Layer already exists [2021-02-22T21:27:43.614Z] 7b90c4af072c: Layer already exists [2021-02-22T21:27:43.614Z] 37c38aff4607: Layer already exists [2021-02-22T21:27:43.614Z] afcd89303d76: Layer already exists [2021-02-22T21:27:43.614Z] 921ae2eba5d2: Layer already exists [2021-02-22T21:27:43.614Z] 777b2c648970: Layer already exists [2021-02-22T21:27:43.966Z] 2.0.0-dev.100: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:44.558Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:46.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:46.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T21:27:46.148Z] 7b90c4af072c: Preparing [2021-02-22T21:27:46.148Z] b4e4b3514086: Preparing [2021-02-22T21:27:46.148Z] 82c2d79c2151: Preparing [2021-02-22T21:27:46.148Z] 2454458b4267: Preparing [2021-02-22T21:27:46.148Z] 14b4f6506c3c: Preparing [2021-02-22T21:27:46.148Z] 921ae2eba5d2: Preparing [2021-02-22T21:27:46.148Z] afcd89303d76: Preparing [2021-02-22T21:27:46.148Z] 37c38aff4607: Preparing [2021-02-22T21:27:46.148Z] 777b2c648970: Preparing [2021-02-22T21:27:46.148Z] 921ae2eba5d2: Waiting [2021-02-22T21:27:46.148Z] afcd89303d76: Waiting [2021-02-22T21:27:46.148Z] 37c38aff4607: Waiting [2021-02-22T21:27:46.148Z] 777b2c648970: Waiting [2021-02-22T21:27:46.148Z] 82c2d79c2151: Layer already exists [2021-02-22T21:27:46.148Z] b4e4b3514086: Layer already exists [2021-02-22T21:27:46.148Z] 7b90c4af072c: Layer already exists [2021-02-22T21:27:46.148Z] 14b4f6506c3c: Layer already exists [2021-02-22T21:27:46.148Z] 2454458b4267: Layer already exists [2021-02-22T21:27:46.507Z] 777b2c648970: Layer already exists [2021-02-22T21:27:46.507Z] 37c38aff4607: Layer already exists [2021-02-22T21:27:46.507Z] afcd89303d76: Layer already exists [2021-02-22T21:27:46.507Z] 921ae2eba5d2: Layer already exists [2021-02-22T21:27:46.507Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:47.464Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:48.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-22T21:27:48.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-22T21:27:48.715Z] 7b90c4af072c: Preparing [2021-02-22T21:27:48.715Z] b4e4b3514086: Preparing [2021-02-22T21:27:48.715Z] 82c2d79c2151: Preparing [2021-02-22T21:27:48.715Z] 2454458b4267: Preparing [2021-02-22T21:27:48.715Z] 14b4f6506c3c: Preparing [2021-02-22T21:27:48.715Z] 921ae2eba5d2: Preparing [2021-02-22T21:27:48.715Z] afcd89303d76: Preparing [2021-02-22T21:27:48.715Z] 37c38aff4607: Preparing [2021-02-22T21:27:48.715Z] 777b2c648970: Preparing [2021-02-22T21:27:48.715Z] 921ae2eba5d2: Waiting [2021-02-22T21:27:48.715Z] afcd89303d76: Waiting [2021-02-22T21:27:48.715Z] 37c38aff4607: Waiting [2021-02-22T21:27:48.715Z] 777b2c648970: Waiting [2021-02-22T21:27:48.997Z] 82c2d79c2151: Layer already exists [2021-02-22T21:27:48.997Z] 14b4f6506c3c: Layer already exists [2021-02-22T21:27:48.997Z] 7b90c4af072c: Layer already exists [2021-02-22T21:27:48.997Z] 2454458b4267: Layer already exists [2021-02-22T21:27:48.997Z] b4e4b3514086: Layer already exists [2021-02-22T21:27:48.997Z] 921ae2eba5d2: Layer already exists [2021-02-22T21:27:48.997Z] 777b2c648970: Layer already exists [2021-02-22T21:27:48.997Z] 37c38aff4607: Layer already exists [2021-02-22T21:27:48.997Z] afcd89303d76: Layer already exists [2021-02-22T21:27:48.997Z] master: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:27:49.180Z] ===================================================== [Pipeline] echo [2021-02-22T21:27:49.225Z] taggedImages: [2021-02-22T21:27:49.225Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:49.225Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.100 [2021-02-22T21:27:49.225Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:49.225Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-22T21:27:49.294Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-22T21:27:49.294Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:49.294Z] 2.0.0-dev.100 [2021-02-22T21:27:49.294Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:49.294Z] master [2021-02-22T21:27:49.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:49.808Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:50.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:27:50.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T21:27:50.767Z] d730e49b8fa0: Preparing [2021-02-22T21:27:50.767Z] eda9f3fdbaaa: Preparing [2021-02-22T21:27:50.767Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:50.767Z] 8839164092fb: Preparing [2021-02-22T21:27:50.767Z] 777b2c648970: Preparing [2021-02-22T21:27:50.767Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:50.767Z] 777b2c648970: Layer already exists [2021-02-22T21:27:51.034Z] d730e49b8fa0: Pushed [2021-02-22T21:27:52.776Z] 8839164092fb: Pushed [2021-02-22T21:27:54.027Z] eda9f3fdbaaa: Pushed [2021-02-22T21:27:54.668Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:55.152Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:55.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.100 [2021-02-22T21:27:55.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T21:27:56.303Z] d730e49b8fa0: Preparing [2021-02-22T21:27:56.303Z] eda9f3fdbaaa: Preparing [2021-02-22T21:27:56.303Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:56.303Z] 8839164092fb: Preparing [2021-02-22T21:27:56.303Z] 777b2c648970: Preparing [2021-02-22T21:27:56.684Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:56.684Z] eda9f3fdbaaa: Layer already exists [2021-02-22T21:27:56.684Z] 8839164092fb: Layer already exists [2021-02-22T21:27:56.684Z] 777b2c648970: Layer already exists [2021-02-22T21:27:56.684Z] d730e49b8fa0: Layer already exists [2021-02-22T21:27:57.093Z] 2.0.0-dev.100: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:57.534Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:58.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:27:58.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T21:27:58.616Z] d730e49b8fa0: Preparing [2021-02-22T21:27:58.616Z] eda9f3fdbaaa: Preparing [2021-02-22T21:27:58.616Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:58.616Z] 8839164092fb: Preparing [2021-02-22T21:27:58.616Z] 777b2c648970: Preparing [2021-02-22T21:27:58.616Z] 8839164092fb: Layer already exists [2021-02-22T21:27:58.616Z] 777b2c648970: Layer already exists [2021-02-22T21:27:58.616Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:58.616Z] eda9f3fdbaaa: Layer already exists [2021-02-22T21:27:58.616Z] d730e49b8fa0: Layer already exists [2021-02-22T21:27:58.616Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:59.063Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:27:59.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-22T21:27:59.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-22T21:27:59.750Z] d730e49b8fa0: Preparing [2021-02-22T21:27:59.750Z] eda9f3fdbaaa: Preparing [2021-02-22T21:27:59.750Z] b2c99a8bb91a: Preparing [2021-02-22T21:27:59.750Z] 8839164092fb: Preparing [2021-02-22T21:27:59.750Z] 777b2c648970: Preparing [2021-02-22T21:27:59.750Z] 8839164092fb: Layer already exists [2021-02-22T21:27:59.750Z] eda9f3fdbaaa: Layer already exists [2021-02-22T21:27:59.750Z] d730e49b8fa0: Layer already exists [2021-02-22T21:27:59.750Z] 777b2c648970: Layer already exists [2021-02-22T21:27:59.750Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:27:59.750Z] master: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:27:59.962Z] ===================================================== [Pipeline] echo [2021-02-22T21:28:00.011Z] taggedImages: [2021-02-22T21:28:00.011Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:28:00.011Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.100 [2021-02-22T21:28:00.011Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:28:00.011Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-22T21:28:00.126Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-22T21:28:00.126Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:28:00.126Z] 2.0.0-dev.100 [2021-02-22T21:28:00.126Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:28:00.126Z] master [2021-02-22T21:28:00.126Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:00.965Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:01.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:28:02.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T21:28:02.005Z] 7a81387ac4fb: Preparing [2021-02-22T21:28:02.005Z] 9d02fd0a0364: Preparing [2021-02-22T21:28:02.005Z] b2c99a8bb91a: Preparing [2021-02-22T21:28:02.005Z] 8e8044b65afd: Preparing [2021-02-22T21:28:02.005Z] 777b2c648970: Preparing [2021-02-22T21:28:02.554Z] 777b2c648970: Layer already exists [2021-02-22T21:28:02.554Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:28:02.836Z] 8e8044b65afd: Pushed [2021-02-22T21:28:02.836Z] 7a81387ac4fb: Pushed [2021-02-22T21:28:05.488Z] 9d02fd0a0364: Pushed [2021-02-22T21:28:05.769Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:06.537Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:06.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.100 [2021-02-22T21:28:06.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T21:28:06.866Z] 7a81387ac4fb: Preparing [2021-02-22T21:28:06.866Z] 9d02fd0a0364: Preparing [2021-02-22T21:28:06.866Z] b2c99a8bb91a: Preparing [2021-02-22T21:28:06.866Z] 8e8044b65afd: Preparing [2021-02-22T21:28:06.866Z] 777b2c648970: Preparing [2021-02-22T21:28:06.866Z] 7a81387ac4fb: Layer already exists [2021-02-22T21:28:06.866Z] 8e8044b65afd: Layer already exists [2021-02-22T21:28:06.866Z] 9d02fd0a0364: Layer already exists [2021-02-22T21:28:06.866Z] 777b2c648970: Layer already exists [2021-02-22T21:28:06.866Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:28:07.145Z] 2.0.0-dev.100: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:07.494Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:07.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:28:07.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T21:28:07.935Z] 7a81387ac4fb: Preparing [2021-02-22T21:28:07.935Z] 9d02fd0a0364: Preparing [2021-02-22T21:28:07.935Z] b2c99a8bb91a: Preparing [2021-02-22T21:28:07.935Z] 8e8044b65afd: Preparing [2021-02-22T21:28:07.935Z] 777b2c648970: Preparing [2021-02-22T21:28:08.254Z] 8e8044b65afd: Layer already exists [2021-02-22T21:28:08.254Z] 7a81387ac4fb: Layer already exists [2021-02-22T21:28:08.254Z] 777b2c648970: Layer already exists [2021-02-22T21:28:08.254Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:28:08.254Z] 9d02fd0a0364: Layer already exists [2021-02-22T21:28:08.254Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:08.643Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:08.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-22T21:28:09.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-22T21:28:09.639Z] 7a81387ac4fb: Preparing [2021-02-22T21:28:09.639Z] 9d02fd0a0364: Preparing [2021-02-22T21:28:09.639Z] b2c99a8bb91a: Preparing [2021-02-22T21:28:09.639Z] 8e8044b65afd: Preparing [2021-02-22T21:28:09.639Z] 777b2c648970: Preparing [2021-02-22T21:28:09.639Z] b2c99a8bb91a: Layer already exists [2021-02-22T21:28:09.639Z] 777b2c648970: Layer already exists [2021-02-22T21:28:09.639Z] 8e8044b65afd: Layer already exists [2021-02-22T21:28:09.639Z] 9d02fd0a0364: Layer already exists [2021-02-22T21:28:09.639Z] 7a81387ac4fb: Layer already exists [2021-02-22T21:28:09.932Z] master: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:28:10.152Z] ===================================================== [Pipeline] echo [2021-02-22T21:28:10.267Z] taggedImages: [2021-02-22T21:28:10.267Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:28:10.267Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.100 [2021-02-22T21:28:10.267Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:28:10.267Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-22T21:28:10.332Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-22T21:28:10.333Z] a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:28:10.333Z] 2.0.0-dev.100 [2021-02-22T21:28:10.333Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:28:10.333Z] master [2021-02-22T21:28:10.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:10.935Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:11.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:28:11.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T21:28:11.852Z] 5518c3c89eac: Preparing [2021-02-22T21:28:11.852Z] 5b27df5b7dc3: Preparing [2021-02-22T21:28:11.852Z] 062af340e96a: Preparing [2021-02-22T21:28:11.852Z] e00da696d537: Preparing [2021-02-22T21:28:11.852Z] 61d7746f0b09: Preparing [2021-02-22T21:28:11.852Z] 32078f0b398e: Preparing [2021-02-22T21:28:11.852Z] 5d8f3505e1ea: Preparing [2021-02-22T21:28:11.852Z] 0754057c0ad3: Preparing [2021-02-22T21:28:11.852Z] 998cdf262ab1: Preparing [2021-02-22T21:28:11.852Z] 02e56110abd2: Preparing [2021-02-22T21:28:11.852Z] abc36efb885a: Preparing [2021-02-22T21:28:11.852Z] b0b09059f4e1: Preparing [2021-02-22T21:28:11.852Z] bb961f40224b: Preparing [2021-02-22T21:28:11.852Z] f4666769fca7: Preparing [2021-02-22T21:28:11.852Z] 32078f0b398e: Waiting [2021-02-22T21:28:11.852Z] 5d8f3505e1ea: Waiting [2021-02-22T21:28:11.852Z] 0754057c0ad3: Waiting [2021-02-22T21:28:11.852Z] 998cdf262ab1: Waiting [2021-02-22T21:28:11.852Z] 02e56110abd2: Waiting [2021-02-22T21:28:11.852Z] abc36efb885a: Waiting [2021-02-22T21:28:11.852Z] b0b09059f4e1: Waiting [2021-02-22T21:28:11.852Z] bb961f40224b: Waiting [2021-02-22T21:28:11.852Z] f4666769fca7: Waiting [2021-02-22T21:28:13.102Z] 61d7746f0b09: Pushed [2021-02-22T21:28:13.102Z] 5518c3c89eac: Pushed [2021-02-22T21:28:13.854Z] e00da696d537: Pushed [2021-02-22T21:28:14.389Z] 0754057c0ad3: Layer already exists [2021-02-22T21:28:14.389Z] 5b27df5b7dc3: Pushed [2021-02-22T21:28:14.389Z] 998cdf262ab1: Layer already exists [2021-02-22T21:28:14.790Z] abc36efb885a: Layer already exists [2021-02-22T21:28:14.790Z] 02e56110abd2: Layer already exists [2021-02-22T21:28:15.334Z] 5d8f3505e1ea: Pushed [2021-02-22T21:28:15.335Z] b0b09059f4e1: Layer already exists [2021-02-22T21:28:15.335Z] bb961f40224b: Layer already exists [2021-02-22T21:28:15.335Z] f4666769fca7: Layer already exists [2021-02-22T21:28:16.478Z] 32078f0b398e: Pushed [2021-02-22T21:28:21.197Z] 062af340e96a: Pushed [2021-02-22T21:28:21.546Z] a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:22.081Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:22.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.100 [2021-02-22T21:28:23.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T21:28:23.027Z] 5518c3c89eac: Preparing [2021-02-22T21:28:23.027Z] 5b27df5b7dc3: Preparing [2021-02-22T21:28:23.027Z] 062af340e96a: Preparing [2021-02-22T21:28:23.027Z] e00da696d537: Preparing [2021-02-22T21:28:23.027Z] 61d7746f0b09: Preparing [2021-02-22T21:28:23.027Z] 32078f0b398e: Preparing [2021-02-22T21:28:23.027Z] 5d8f3505e1ea: Preparing [2021-02-22T21:28:23.027Z] 0754057c0ad3: Preparing [2021-02-22T21:28:23.027Z] 998cdf262ab1: Preparing [2021-02-22T21:28:23.027Z] 02e56110abd2: Preparing [2021-02-22T21:28:23.027Z] abc36efb885a: Preparing [2021-02-22T21:28:23.027Z] b0b09059f4e1: Preparing [2021-02-22T21:28:23.027Z] bb961f40224b: Preparing [2021-02-22T21:28:23.027Z] f4666769fca7: Preparing [2021-02-22T21:28:23.027Z] 32078f0b398e: Waiting [2021-02-22T21:28:23.027Z] 5d8f3505e1ea: Waiting [2021-02-22T21:28:23.027Z] 0754057c0ad3: Waiting [2021-02-22T21:28:23.027Z] 998cdf262ab1: Waiting [2021-02-22T21:28:23.027Z] 02e56110abd2: Waiting [2021-02-22T21:28:23.027Z] abc36efb885a: Waiting [2021-02-22T21:28:23.027Z] b0b09059f4e1: Waiting [2021-02-22T21:28:23.027Z] bb961f40224b: Waiting [2021-02-22T21:28:23.027Z] f4666769fca7: Waiting [2021-02-22T21:28:23.027Z] 5b27df5b7dc3: Layer already exists [2021-02-22T21:28:23.027Z] 5518c3c89eac: Layer already exists [2021-02-22T21:28:23.027Z] 062af340e96a: Layer already exists [2021-02-22T21:28:23.027Z] e00da696d537: Layer already exists [2021-02-22T21:28:23.027Z] 61d7746f0b09: Layer already exists [2021-02-22T21:28:23.027Z] 32078f0b398e: Layer already exists [2021-02-22T21:28:23.027Z] 02e56110abd2: Layer already exists [2021-02-22T21:28:23.027Z] 5d8f3505e1ea: Layer already exists [2021-02-22T21:28:23.027Z] 0754057c0ad3: Layer already exists [2021-02-22T21:28:23.027Z] 998cdf262ab1: Layer already exists [2021-02-22T21:28:23.027Z] abc36efb885a: Layer already exists [2021-02-22T21:28:23.027Z] f4666769fca7: Layer already exists [2021-02-22T21:28:23.027Z] b0b09059f4e1: Layer already exists [2021-02-22T21:28:23.027Z] bb961f40224b: Layer already exists [2021-02-22T21:28:23.027Z] 2.0.0-dev.100: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:23.445Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:24.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:28:24.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T21:28:24.507Z] 5518c3c89eac: Preparing [2021-02-22T21:28:24.507Z] 5b27df5b7dc3: Preparing [2021-02-22T21:28:24.507Z] 062af340e96a: Preparing [2021-02-22T21:28:24.507Z] e00da696d537: Preparing [2021-02-22T21:28:24.507Z] 61d7746f0b09: Preparing [2021-02-22T21:28:24.507Z] 32078f0b398e: Preparing [2021-02-22T21:28:24.507Z] 5d8f3505e1ea: Preparing [2021-02-22T21:28:24.507Z] 0754057c0ad3: Preparing [2021-02-22T21:28:24.507Z] 998cdf262ab1: Preparing [2021-02-22T21:28:24.507Z] 02e56110abd2: Preparing [2021-02-22T21:28:24.507Z] abc36efb885a: Preparing [2021-02-22T21:28:24.507Z] b0b09059f4e1: Preparing [2021-02-22T21:28:24.507Z] bb961f40224b: Preparing [2021-02-22T21:28:24.507Z] f4666769fca7: Preparing [2021-02-22T21:28:24.507Z] 32078f0b398e: Waiting [2021-02-22T21:28:24.507Z] 5d8f3505e1ea: Waiting [2021-02-22T21:28:24.507Z] 0754057c0ad3: Waiting [2021-02-22T21:28:24.507Z] 998cdf262ab1: Waiting [2021-02-22T21:28:24.507Z] 02e56110abd2: Waiting [2021-02-22T21:28:24.507Z] abc36efb885a: Waiting [2021-02-22T21:28:24.507Z] b0b09059f4e1: Waiting [2021-02-22T21:28:24.507Z] bb961f40224b: Waiting [2021-02-22T21:28:24.507Z] f4666769fca7: Waiting [2021-02-22T21:28:24.774Z] 5b27df5b7dc3: Layer already exists [2021-02-22T21:28:24.774Z] e00da696d537: Layer already exists [2021-02-22T21:28:24.774Z] 062af340e96a: Layer already exists [2021-02-22T21:28:24.774Z] 5518c3c89eac: Layer already exists [2021-02-22T21:28:24.774Z] 61d7746f0b09: Layer already exists [2021-02-22T21:28:24.774Z] 32078f0b398e: Layer already exists [2021-02-22T21:28:24.774Z] 0754057c0ad3: Layer already exists [2021-02-22T21:28:24.774Z] 02e56110abd2: Layer already exists [2021-02-22T21:28:24.774Z] 5d8f3505e1ea: Layer already exists [2021-02-22T21:28:24.774Z] 998cdf262ab1: Layer already exists [2021-02-22T21:28:24.774Z] abc36efb885a: Layer already exists [2021-02-22T21:28:24.774Z] b0b09059f4e1: Layer already exists [2021-02-22T21:28:24.774Z] f4666769fca7: Layer already exists [2021-02-22T21:28:24.774Z] bb961f40224b: Layer already exists [2021-02-22T21:28:24.774Z] a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:25.256Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:25.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-22T21:28:26.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-22T21:28:26.273Z] 5518c3c89eac: Preparing [2021-02-22T21:28:26.273Z] 5b27df5b7dc3: Preparing [2021-02-22T21:28:26.273Z] 062af340e96a: Preparing [2021-02-22T21:28:26.273Z] e00da696d537: Preparing [2021-02-22T21:28:26.273Z] 61d7746f0b09: Preparing [2021-02-22T21:28:26.273Z] 32078f0b398e: Preparing [2021-02-22T21:28:26.273Z] 5d8f3505e1ea: Preparing [2021-02-22T21:28:26.273Z] 0754057c0ad3: Preparing [2021-02-22T21:28:26.273Z] 998cdf262ab1: Preparing [2021-02-22T21:28:26.273Z] 02e56110abd2: Preparing [2021-02-22T21:28:26.273Z] abc36efb885a: Preparing [2021-02-22T21:28:26.273Z] b0b09059f4e1: Preparing [2021-02-22T21:28:26.273Z] bb961f40224b: Preparing [2021-02-22T21:28:26.273Z] f4666769fca7: Preparing [2021-02-22T21:28:26.273Z] 32078f0b398e: Waiting [2021-02-22T21:28:26.273Z] 5d8f3505e1ea: Waiting [2021-02-22T21:28:26.273Z] 0754057c0ad3: Waiting [2021-02-22T21:28:26.273Z] 998cdf262ab1: Waiting [2021-02-22T21:28:26.273Z] 02e56110abd2: Waiting [2021-02-22T21:28:26.273Z] abc36efb885a: Waiting [2021-02-22T21:28:26.273Z] b0b09059f4e1: Waiting [2021-02-22T21:28:26.273Z] bb961f40224b: Waiting [2021-02-22T21:28:26.273Z] f4666769fca7: Waiting [2021-02-22T21:28:26.273Z] 062af340e96a: Layer already exists [2021-02-22T21:28:26.273Z] 5518c3c89eac: Layer already exists [2021-02-22T21:28:26.273Z] 61d7746f0b09: Layer already exists [2021-02-22T21:28:26.273Z] 5b27df5b7dc3: Layer already exists [2021-02-22T21:28:26.273Z] e00da696d537: Layer already exists [2021-02-22T21:28:26.273Z] 998cdf262ab1: Layer already exists [2021-02-22T21:28:26.273Z] 5d8f3505e1ea: Layer already exists [2021-02-22T21:28:26.273Z] 02e56110abd2: Layer already exists [2021-02-22T21:28:26.273Z] 32078f0b398e: Layer already exists [2021-02-22T21:28:26.273Z] 0754057c0ad3: Layer already exists [2021-02-22T21:28:26.273Z] abc36efb885a: Layer already exists [2021-02-22T21:28:26.273Z] b0b09059f4e1: Layer already exists [2021-02-22T21:28:26.273Z] bb961f40224b: Layer already exists [2021-02-22T21:28:26.273Z] f4666769fca7: Layer already exists [2021-02-22T21:28:26.604Z] master: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-22T21:28:26.782Z] ===================================================== [Pipeline] echo [2021-02-22T21:28:26.857Z] taggedImages: [2021-02-22T21:28:26.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca [2021-02-22T21:28:26.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.100 [2021-02-22T21:28:26.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [2021-02-22T21:28:26.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-22T21:28:30.295Z] provisioning config files... [2021-02-22T21:28:30.319Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/366@tmp/config3905227880643847419tmp [Pipeline] { [Pipeline] sh [2021-02-22T21:28:30.783Z] + set +x [2021-02-22T21:28:30.784Z] + bash -s -- [2021-02-22T21:28:30.784Z] + curl -s https://codecov.io/bash [2021-02-22T21:28:31.822Z] [2021-02-22T21:28:31.822Z] _____ _ [2021-02-22T21:28:31.822Z] / ____| | | [2021-02-22T21:28:31.822Z] | | ___ __| | ___ ___ _____ __ [2021-02-22T21:28:31.822Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-22T21:28:31.822Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-22T21:28:31.822Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-22T21:28:31.822Z] Bash-20210129-7c25fce [2021-02-22T21:28:31.822Z] [2021-02-22T21:28:31.822Z] [2021-02-22T21:28:31.822Z] ==> git version 2.24.3 found [2021-02-22T21:28:31.822Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-22T21:28:31.822Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-22T21:28:31.822Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-22T21:28:31.822Z] ==> Jenkins CI detected. [2021-02-22T21:28:31.822Z] project root: . [2021-02-22T21:28:31.822Z] --> token set from env [2021-02-22T21:28:32.142Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-22T21:28:32.142Z] ==> Running gcov in . (disable via -X gcov) [2021-02-22T21:28:32.776Z] ==> Python coveragepy not found [2021-02-22T21:28:32.776Z] ==> Searching for coverage reports in: [2021-02-22T21:28:32.776Z] + . [2021-02-22T21:28:32.776Z] -> Found 1 reports [2021-02-22T21:28:32.776Z] ==> Detecting git/mercurial file structure [2021-02-22T21:28:32.776Z] ==> Reading reports [2021-02-22T21:28:32.776Z] + ./coverage.out bytes=593405 [2021-02-22T21:28:32.776Z] ==> Appending adjustments [2021-02-22T21:28:32.776Z] https://docs.codecov.io/docs/fixing-reports [2021-02-22T21:28:41.338Z] + Found adjustments [2021-02-22T21:28:41.338Z] ==> Gzipping contents [2021-02-22T21:28:41.338Z] 88K /tmp/codecov.Weryiw.gz [2021-02-22T21:28:41.338Z] ==> Uploading reports [2021-02-22T21:28:41.338Z] url: https://codecov.io [2021-02-22T21:28:41.338Z] query: branch=master&commit=a8b212ab85f9eb20ce60342de555149da787e9ca&build=366&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F366%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-22T21:28:41.338Z] -> Pinging Codecov [2021-02-22T21:28:41.338Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a8b212ab85f9eb20ce60342de555149da787e9ca&build=366&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F366%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-22T21:28:41.338Z] -> Uploading to [2021-02-22T21:28:41.338Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/a8b212ab85f9eb20ce60342de555149da787e9ca/3767a6bf-da71-439f-8945-b34cde6e34f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T212840Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=391f6275b0601cc030f5889141924aa4e81d85a79b2066842223f330fa70da0b [2021-02-22T21:28:41.338Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:28:41.338Z] Dload Upload Total Spent Left Speed [2021-02-22T21:28:41.621Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88541 0 0 100 88541 0 142k --:--:-- --:--:-- --:--:-- 142k [2021-02-22T21:28:41.621Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] } [2021-02-22T21:28:41.634Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-22T21:28:43.789Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-22T21:28:43.882Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:44.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T21:28:44.461Z] [2021-02-22T21:28:44.461Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:28:44.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T21:28:44.879Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-22T21:28:44.879Z] 188c0c94c7c5: Already exists [2021-02-22T21:28:44.879Z] 0ef7d3d256c8: Already exists [2021-02-22T21:28:44.879Z] de9db76c5a1d: Already exists [2021-02-22T21:28:44.879Z] 0eba1c9be4d2: Pulling fs layer [2021-02-22T21:28:44.879Z] 0d57e429df01: Pulling fs layer [2021-02-22T21:28:44.879Z] 4e4be7b47b0d: Pulling fs layer [2021-02-22T21:28:44.879Z] e1f770b5df2f: Pulling fs layer [2021-02-22T21:28:44.879Z] 85a0685a4137: Pulling fs layer [2021-02-22T21:28:44.879Z] e1f770b5df2f: Waiting [2021-02-22T21:28:44.879Z] 85a0685a4137: Waiting [2021-02-22T21:28:44.879Z] 0d57e429df01: Verifying Checksum [2021-02-22T21:28:44.879Z] 0d57e429df01: Download complete [2021-02-22T21:28:44.879Z] 4e4be7b47b0d: Verifying Checksum [2021-02-22T21:28:44.879Z] 4e4be7b47b0d: Download complete [2021-02-22T21:28:46.949Z] e1f770b5df2f: Verifying Checksum [2021-02-22T21:28:46.949Z] e1f770b5df2f: Download complete [2021-02-22T21:28:55.706Z] 0eba1c9be4d2: Verifying Checksum [2021-02-22T21:28:55.706Z] 0eba1c9be4d2: Download complete [2021-02-22T21:29:01.147Z] 85a0685a4137: Verifying Checksum [2021-02-22T21:29:01.147Z] 85a0685a4137: Download complete [2021-02-22T21:29:09.970Z] 0eba1c9be4d2: Pull complete [2021-02-22T21:29:09.970Z] 0d57e429df01: Pull complete [2021-02-22T21:29:10.596Z] 4e4be7b47b0d: Pull complete [2021-02-22T21:29:15.002Z] e1f770b5df2f: Pull complete [2021-02-22T21:29:28.275Z] 85a0685a4137: Pull complete [2021-02-22T21:29:28.275Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-22T21:29:28.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-22T21:29:28.275Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-22T21:29:28.718Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:29:29.129Z] $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-22T21:29:32.258Z] $ docker top fae82b16fc042c16460aecb1397a235f8fbed890588c0c823deb00ab71a127c1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T21:29:33.048Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-22T21:29:34.534Z] + set -o pipefail [2021-02-22T21:29:34.535Z] + snyk monitor '--org=edgex-jenkins' [2021-02-22T21:30:08.172Z] [2021-02-22T21:30:08.172Z] Monitoring /w/workspace/edgex-go/366 (github.com/edgexfoundry/edgex-go)... [2021-02-22T21:30:08.172Z] [2021-02-22T21:30:08.172Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/903b4d3c-e280-4f30-ae3f-2f8eb81122a0 [2021-02-22T21:30:08.172Z] [2021-02-22T21:30:08.172Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-22T21:30:08.172Z] [2021-02-22T21:30:08.172Z] [2021-02-22T21:30:08.173Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-22T21:30:08.173Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-22T21:30:08.220Z] $ docker stop --time=1 fae82b16fc042c16460aecb1397a235f8fbed890588c0c823deb00ab71a127c1 [2021-02-22T21:30:12.360Z] $ docker rm -f fae82b16fc042c16460aecb1397a235f8fbed890588c0c823deb00ab71a127c1 [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-02-22T21:30:15.221Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T21:30:15.269Z] provisioning config files... [2021-02-22T21:30:15.286Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/366@tmp/config8161587475522105381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:30:15.822Z] --> edgex-publish-swagger.sh [2021-02-22T21:30:15.822Z] === Publish openapi/v1 API === [2021-02-22T21:30:15.822Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-22T21:30:15.822Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/366/openapi/v1/core-command.yaml] [2021-02-22T21:30:15.822Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:15.822Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:17.250Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7602 0:00:01 0:00:01 --:--:-- 7608 100 10522 0 0 100 10522 0 7600 0:00:01 0:00:01 --:--:-- 7602 [2021-02-22T21:30:17.250Z] [2021-02-22T21:30:17.250Z] [2021-02-22T21:30:17.250Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/366/openapi/v1/core-data.yaml] [2021-02-22T21:30:17.250Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:17.250Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:18.804Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 25959 0:00:01 0:00:01 --:--:-- 25983 100 32557 0 0 100 32557 0 25950 0:00:01 0:00:01 --:--:-- 25962 [2021-02-22T21:30:18.804Z] [2021-02-22T21:30:18.804Z] [2021-02-22T21:30:18.804Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/366/openapi/v1/core-metadata.yaml] [2021-02-22T21:30:18.804Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:18.804Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:20.376Z] 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 50839 0:00:01 0:00:01 --:--:-- 50842 100 73721 0 0 100 73721 0 40501 0:00:01 0:00:01 --:--:-- 40506 [2021-02-22T21:30:20.376Z] [2021-02-22T21:30:20.376Z] [2021-02-22T21:30:20.376Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/366/openapi/v1/support-logging.yaml] [2021-02-22T21:30:20.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:20.376Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:21.970Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 9918 0:00:01 0:00:01 --:--:-- 9927 100 13581 0 0 100 13581 0 9339 0:00:01 0:00:01 --:--:-- 9346 [2021-02-22T21:30:21.970Z] [2021-02-22T21:30:21.970Z] [2021-02-22T21:30:21.970Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/366/openapi/v1/support-notifications.yaml] [2021-02-22T21:30:21.970Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:21.970Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:23.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 30266 0:00:01 0:00:01 --:--:-- 30264 100 38890 0 0 100 38890 0 29745 0:00:01 0:00:01 --:--:-- 29732 [2021-02-22T21:30:23.908Z] [2021-02-22T21:30:23.908Z] [2021-02-22T21:30:23.908Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/366/openapi/v1/support-scheduler.yaml] [2021-02-22T21:30:23.908Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:23.908Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:25.631Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 6938 0:00:02 0:00:02 --:--:-- 6940 100 14249 0 0 100 14249 0 6602 0:00:02 0:00:02 --:--:-- 6605 [2021-02-22T21:30:25.631Z] [2021-02-22T21:30:25.631Z] [2021-02-22T21:30:25.631Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/366/openapi/v1/system-agent.yaml] [2021-02-22T21:30:25.631Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:25.631Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:27.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3519 0:00:01 0:00:01 --:--:-- 3521 [2021-02-22T21:30:27.180Z] [2021-02-22T21:30:27.180Z] [2021-02-22T21:30:27.180Z] === Publish openapi/v2 API === [2021-02-22T21:30:27.180Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-22T21:30:27.180Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/366/openapi/v2/core-command.yaml] [2021-02-22T21:30:27.180Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:27.180Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:28.366Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 22484 0:00:01 0:00:01 --:--:-- 22482 100 29744 0 0 100 29744 0 21305 0:00:01 0:00:01 --:--:-- 21306 [2021-02-22T21:30:28.366Z] [2021-02-22T21:30:28.366Z] [2021-02-22T21:30:28.366Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/366/openapi/v2/core-data.yaml] [2021-02-22T21:30:28.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:28.657Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:30.163Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 35827 0:00:01 0:00:01 --:--:-- 35821 100 57136 0 0 100 57136 0 33513 0:00:01 0:00:01 --:--:-- 33510 [2021-02-22T21:30:30.163Z] [2021-02-22T21:30:30.163Z] [2021-02-22T21:30:30.163Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/366/openapi/v2/core-metadata.yaml] [2021-02-22T21:30:30.163Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:30.163Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:31.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 78611 0:00:01 0:00:01 --:--:-- 78644 100 118k 0 0 100 118k 0 78591 0:00:01 0:00:01 --:--:-- 78644 [2021-02-22T21:30:31.927Z] [2021-02-22T21:30:31.927Z] [2021-02-22T21:30:31.927Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/366/openapi/v2/support-notifications.yaml] [2021-02-22T21:30:31.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:31.927Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:33.240Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 46862 0:00:01 0:00:01 --:--:-- 46864 100 59705 0 0 100 59705 0 43753 0:00:01 0:00:01 --:--:-- 43739 [2021-02-22T21:30:33.240Z] [2021-02-22T21:30:33.240Z] [2021-02-22T21:30:33.240Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/366/openapi/v2/support-scheduler.yaml] [2021-02-22T21:30:33.240Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:33.240Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:35.578Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 28732 0:00:01 0:00:01 --:--:-- 28754 100 37783 0 0 100 37783 0 18826 0:00:02 0:00:02 --:--:-- 18834 100 37783 0 0 100 37783 0 18822 0:00:02 0:00:02 --:--:-- 18834 [2021-02-22T21:30:35.578Z] [2021-02-22T21:30:35.578Z] [2021-02-22T21:30:35.578Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/366/openapi/v2/system-agent.yaml] [2021-02-22T21:30:35.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T21:30:35.578Z] Dload Upload Total Spent Left Speed [2021-02-22T21:30:37.335Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 16038 0:00:01 0:00:01 --:--:-- 16035 100 24182 0 0 100 24182 0 15977 0:00:01 0:00:01 --:--:-- 15972 [2021-02-22T21:30:37.335Z] [2021-02-22T21:30:37.335Z] [Pipeline] } [2021-02-22T21:30:37.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:30:38.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T21:30:38.593Z] . [Pipeline] withDockerContainer [2021-02-22T21:30:38.790Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:30:39.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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:10004/edgex-devops/git-semver:latest cat [2021-02-22T21:30:41.118Z] $ docker top 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T21:30:41.526Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T21:30:41.527Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T21:30:42.904Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T21:30:42.914Z] $ docker exec 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc ssh-agent [2021-02-22T21:30:43.190Z] SSH_AUTH_SOCK=/tmp/ssh-mVsxCAck12jT/agent.12 [2021-02-22T21:30:43.190Z] SSH_AGENT_PID=17 [2021-02-22T21:30:43.233Z] Running ssh-add (command line suppressed) [2021-02-22T21:30:43.443Z] Identity added: /w/workspace/edgex-go/366@tmp/private_key_7768273931789228897.key (/w/workspace/edgex-go/366@tmp/private_key_7768273931789228897.key) [2021-02-22T21:30:43.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T21:30:45.052Z] + git semver tag [2021-02-22T21:30:45.382Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T21:30:45.382Z] # $GIT_DIR = /w/workspace/edgex-go/366/.git [2021-02-22T21:30:45.382Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/366 [2021-02-22T21:30:45.382Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T21:30:45.382Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T21:30:45.382Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T21:30:45.382Z] # $SEMVER_BRANCH = master [2021-02-22T21:30:45.382Z] # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver [2021-02-22T21:30:45.382Z] # a8b212ab85f9eb20ce60342de555149da787e9ca HEAD [2021-02-22T21:30:47.649Z] # -> Force: false [2021-02-22T21:30:47.649Z] # 8c030196edf5975f858ac0a6cefbdd3ffcee0035 refs/tags/v2.0.0-dev.100 [Pipeline] } [2021-02-22T21:30:47.770Z] $ docker exec --env ******** --env ******** 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc ssh-agent -k [2021-02-22T21:30:47.977Z] unset SSH_AUTH_SOCK; [2021-02-22T21:30:47.979Z] unset SSH_AGENT_PID; [2021-02-22T21:30:47.979Z] echo Agent pid 17 killed; [2021-02-22T21:30:48.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T21:30:48.609Z] + git semver [Pipeline] } [2021-02-22T21:30:49.044Z] $ docker stop --time=1 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc [2021-02-22T21:30:50.986Z] $ docker rm -f 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:30:51.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T21:30:51.868Z] [2021-02-22T21:30:51.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:30:52.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T21:30:52.373Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-22T21:30:52.373Z] ab5ef0e58194: Pulling fs layer [2021-02-22T21:30:52.373Z] 9712f1f96733: Pulling fs layer [2021-02-22T21:30:52.373Z] 63f879dbbcfc: Pulling fs layer [2021-02-22T21:30:52.373Z] 0d9ebad4ef96: Pulling fs layer [2021-02-22T21:30:52.373Z] e9a5061849ea: Pulling fs layer [2021-02-22T21:30:52.373Z] d747dcd14b5f: Pulling fs layer [2021-02-22T21:30:52.373Z] 2de7ff778b66: Pulling fs layer [2021-02-22T21:30:52.373Z] e9a5061849ea: Waiting [2021-02-22T21:30:52.373Z] d747dcd14b5f: Waiting [2021-02-22T21:30:52.373Z] 2de7ff778b66: Waiting [2021-02-22T21:30:52.373Z] 0d9ebad4ef96: Waiting [2021-02-22T21:30:52.373Z] 9712f1f96733: Verifying Checksum [2021-02-22T21:30:52.373Z] 9712f1f96733: Download complete [2021-02-22T21:31:00.422Z] 63f879dbbcfc: Verifying Checksum [2021-02-22T21:31:00.422Z] 63f879dbbcfc: Download complete [2021-02-22T21:31:01.082Z] e9a5061849ea: Verifying Checksum [2021-02-22T21:31:01.082Z] e9a5061849ea: Download complete [2021-02-22T21:31:01.082Z] d747dcd14b5f: Verifying Checksum [2021-02-22T21:31:01.082Z] d747dcd14b5f: Download complete [2021-02-22T21:31:05.491Z] 2de7ff778b66: Verifying Checksum [2021-02-22T21:31:05.491Z] 2de7ff778b66: Download complete [2021-02-22T21:31:08.495Z] ab5ef0e58194: Verifying Checksum [2021-02-22T21:31:08.495Z] ab5ef0e58194: Download complete [2021-02-22T21:31:08.902Z] 0d9ebad4ef96: Verifying Checksum [2021-02-22T21:31:08.902Z] 0d9ebad4ef96: Download complete [2021-02-22T21:31:18.539Z] ab5ef0e58194: Pull complete [2021-02-22T21:31:18.539Z] 9712f1f96733: Pull complete [2021-02-22T21:31:23.071Z] 63f879dbbcfc: Pull complete [2021-02-22T21:31:38.888Z] 0d9ebad4ef96: Pull complete [2021-02-22T21:31:40.422Z] e9a5061849ea: Pull complete [2021-02-22T21:31:41.493Z] d747dcd14b5f: Pull complete [2021-02-22T21:31:43.483Z] 2de7ff778b66: Pull complete [2021-02-22T21:31:43.483Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-22T21:31:43.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-22T21:31:43.752Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-22T21:31:44.617Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:31:45.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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-lftools:0.23.1-centos7 cat [2021-02-22T21:31:51.659Z] $ docker top c4de71627783f7f3f89f33018731451242034020c9cc520c154825bab06a3a59 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-22T21:31:52.658Z] provisioning config files... [2021-02-22T21:31:52.697Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/366@tmp/config3330988397035247861tmp [2021-02-22T21:31:52.738Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/366@tmp/config2398165312058897372tmp [2021-02-22T21:31:52.769Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/366@tmp/config9104027151542545346tmp [Pipeline] { [Pipeline] echo [2021-02-22T21:31:52.854Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:31:53.946Z] ---> sigul-configuration.sh [2021-02-22T21:31:53.946Z] gpg: directory `/root/.gnupg' created [2021-02-22T21:31:53.946Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-22T21:31:53.946Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-22T21:31:53.946Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-22T21:31:53.946Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-22T21:31:53.946Z] gpg: CAST5 encrypted data [2021-02-22T21:31:53.946Z] gpg: encrypted with 1 passphrase [2021-02-22T21:31:53.946Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-22T21:31:54.860Z] + mkdir /home/jenkins [2021-02-22T21:31:54.860Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-22T21:31:56.191Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-22T21:31:56.252Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:31:57.302Z] ---> sigul-install.sh [2021-02-22T21:32:09.282Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-22T21:32:11.079Z] + git tag --list [2021-02-22T21:32:11.080Z] 0.6.0 [2021-02-22T21:32:11.080Z] 0.6.1 [2021-02-22T21:32:11.080Z] 0.7.0 [2021-02-22T21:32:11.080Z] 0.7.1 [2021-02-22T21:32:11.080Z] v0.0.0 [2021-02-22T21:32:11.080Z] v0.0.1-dev.1 [2021-02-22T21:32:11.080Z] v1.0.0 [2021-02-22T21:32:11.080Z] v1.0.1 [2021-02-22T21:32:11.080Z] v1.1.0 [2021-02-22T21:32:11.080Z] v1.2.0 [2021-02-22T21:32:11.080Z] v1.2.1 [2021-02-22T21:32:11.080Z] v1.2.2-dev.1 [2021-02-22T21:32:11.080Z] v1.2.2-dev.10 [2021-02-22T21:32:11.080Z] v1.2.2-dev.100 [2021-02-22T21:32:11.080Z] v1.2.2-dev.101 [2021-02-22T21:32:11.080Z] v1.2.2-dev.102 [2021-02-22T21:32:11.080Z] v1.2.2-dev.103 [2021-02-22T21:32:11.080Z] v1.2.2-dev.104 [2021-02-22T21:32:11.080Z] v1.2.2-dev.105 [2021-02-22T21:32:11.080Z] v1.2.2-dev.106 [2021-02-22T21:32:11.080Z] v1.2.2-dev.107 [2021-02-22T21:32:11.080Z] v1.2.2-dev.11 [2021-02-22T21:32:11.080Z] v1.2.2-dev.12 [2021-02-22T21:32:11.080Z] v1.2.2-dev.13 [2021-02-22T21:32:11.080Z] v1.2.2-dev.14 [2021-02-22T21:32:11.080Z] v1.2.2-dev.15 [2021-02-22T21:32:11.080Z] v1.2.2-dev.16 [2021-02-22T21:32:11.080Z] v1.2.2-dev.17 [2021-02-22T21:32:11.080Z] v1.2.2-dev.18 [2021-02-22T21:32:11.080Z] v1.2.2-dev.19 [2021-02-22T21:32:11.080Z] v1.2.2-dev.2 [2021-02-22T21:32:11.080Z] v1.2.2-dev.20 [2021-02-22T21:32:11.080Z] v1.2.2-dev.21 [2021-02-22T21:32:11.080Z] v1.2.2-dev.22 [2021-02-22T21:32:11.080Z] v1.2.2-dev.23 [2021-02-22T21:32:11.080Z] v1.2.2-dev.24 [2021-02-22T21:32:11.080Z] v1.2.2-dev.25 [2021-02-22T21:32:11.080Z] v1.2.2-dev.26 [2021-02-22T21:32:11.080Z] v1.2.2-dev.27 [2021-02-22T21:32:11.080Z] v1.2.2-dev.28 [2021-02-22T21:32:11.080Z] v1.2.2-dev.29 [2021-02-22T21:32:11.080Z] v1.2.2-dev.3 [2021-02-22T21:32:11.080Z] v1.2.2-dev.30 [2021-02-22T21:32:11.080Z] v1.2.2-dev.31 [2021-02-22T21:32:11.080Z] v1.2.2-dev.32 [2021-02-22T21:32:11.080Z] v1.2.2-dev.33 [2021-02-22T21:32:11.080Z] v1.2.2-dev.34 [2021-02-22T21:32:11.080Z] v1.2.2-dev.35 [2021-02-22T21:32:11.080Z] v1.2.2-dev.36 [2021-02-22T21:32:11.080Z] v1.2.2-dev.37 [2021-02-22T21:32:11.080Z] v1.2.2-dev.38 [2021-02-22T21:32:11.080Z] v1.2.2-dev.39 [2021-02-22T21:32:11.080Z] v1.2.2-dev.4 [2021-02-22T21:32:11.080Z] v1.2.2-dev.40 [2021-02-22T21:32:11.080Z] v1.2.2-dev.41 [2021-02-22T21:32:11.080Z] v1.2.2-dev.42 [2021-02-22T21:32:11.080Z] v1.2.2-dev.43 [2021-02-22T21:32:11.080Z] v1.2.2-dev.44 [2021-02-22T21:32:11.080Z] v1.2.2-dev.45 [2021-02-22T21:32:11.080Z] v1.2.2-dev.46 [2021-02-22T21:32:11.080Z] v1.2.2-dev.47 [2021-02-22T21:32:11.080Z] v1.2.2-dev.48 [2021-02-22T21:32:11.080Z] v1.2.2-dev.49 [2021-02-22T21:32:11.080Z] v1.2.2-dev.5 [2021-02-22T21:32:11.080Z] v1.2.2-dev.50 [2021-02-22T21:32:11.080Z] v1.2.2-dev.51 [2021-02-22T21:32:11.080Z] v1.2.2-dev.52 [2021-02-22T21:32:11.080Z] v1.2.2-dev.53 [2021-02-22T21:32:11.080Z] v1.2.2-dev.54 [2021-02-22T21:32:11.080Z] v1.2.2-dev.55 [2021-02-22T21:32:11.080Z] v1.2.2-dev.56 [2021-02-22T21:32:11.080Z] v1.2.2-dev.57 [2021-02-22T21:32:11.080Z] v1.2.2-dev.58 [2021-02-22T21:32:11.080Z] v1.2.2-dev.59 [2021-02-22T21:32:11.080Z] v1.2.2-dev.6 [2021-02-22T21:32:11.080Z] v1.2.2-dev.60 [2021-02-22T21:32:11.080Z] v1.2.2-dev.61 [2021-02-22T21:32:11.080Z] v1.2.2-dev.62 [2021-02-22T21:32:11.080Z] v1.2.2-dev.63 [2021-02-22T21:32:11.080Z] v1.2.2-dev.64 [2021-02-22T21:32:11.080Z] v1.2.2-dev.65 [2021-02-22T21:32:11.080Z] v1.2.2-dev.66 [2021-02-22T21:32:11.080Z] v1.2.2-dev.67 [2021-02-22T21:32:11.080Z] v1.2.2-dev.68 [2021-02-22T21:32:11.080Z] v1.2.2-dev.69 [2021-02-22T21:32:11.080Z] v1.2.2-dev.7 [2021-02-22T21:32:11.080Z] v1.2.2-dev.70 [2021-02-22T21:32:11.080Z] v1.2.2-dev.71 [2021-02-22T21:32:11.080Z] v1.2.2-dev.72 [2021-02-22T21:32:11.080Z] v1.2.2-dev.73 [2021-02-22T21:32:11.080Z] v1.2.2-dev.74 [2021-02-22T21:32:11.080Z] v1.2.2-dev.75 [2021-02-22T21:32:11.080Z] v1.2.2-dev.76 [2021-02-22T21:32:11.080Z] v1.2.2-dev.77 [2021-02-22T21:32:11.080Z] v1.2.2-dev.78 [2021-02-22T21:32:11.080Z] v1.2.2-dev.79 [2021-02-22T21:32:11.080Z] v1.2.2-dev.8 [2021-02-22T21:32:11.080Z] v1.2.2-dev.80 [2021-02-22T21:32:11.080Z] v1.2.2-dev.81 [2021-02-22T21:32:11.080Z] v1.2.2-dev.82 [2021-02-22T21:32:11.080Z] v1.2.2-dev.83 [2021-02-22T21:32:11.080Z] v1.2.2-dev.84 [2021-02-22T21:32:11.080Z] v1.2.2-dev.85 [2021-02-22T21:32:11.080Z] v1.2.2-dev.86 [2021-02-22T21:32:11.080Z] v1.2.2-dev.87 [2021-02-22T21:32:11.080Z] v1.2.2-dev.88 [2021-02-22T21:32:11.080Z] v1.2.2-dev.89 [2021-02-22T21:32:11.080Z] v1.2.2-dev.9 [2021-02-22T21:32:11.080Z] v1.2.2-dev.90 [2021-02-22T21:32:11.080Z] v1.2.2-dev.91 [2021-02-22T21:32:11.080Z] v1.2.2-dev.92 [2021-02-22T21:32:11.080Z] v1.2.2-dev.93 [2021-02-22T21:32:11.080Z] v1.2.2-dev.94 [2021-02-22T21:32:11.080Z] v1.2.2-dev.95 [2021-02-22T21:32:11.080Z] v1.2.2-dev.96 [2021-02-22T21:32:11.080Z] v1.2.2-dev.97 [2021-02-22T21:32:11.080Z] v1.2.2-dev.98 [2021-02-22T21:32:11.080Z] v1.2.2-dev.99 [2021-02-22T21:32:11.080Z] v1.3.0 [2021-02-22T21:32:11.080Z] v1.3.1 [2021-02-22T21:32:11.080Z] v1.3.1-dev.1 [2021-02-22T21:32:11.080Z] v1.3.1-dev.10 [2021-02-22T21:32:11.080Z] v1.3.1-dev.11 [2021-02-22T21:32:11.080Z] v1.3.1-dev.12 [2021-02-22T21:32:11.080Z] v1.3.1-dev.13 [2021-02-22T21:32:11.080Z] v1.3.1-dev.14 [2021-02-22T21:32:11.080Z] v1.3.1-dev.15 [2021-02-22T21:32:11.080Z] v1.3.1-dev.16 [2021-02-22T21:32:11.080Z] v1.3.1-dev.17 [2021-02-22T21:32:11.080Z] v1.3.1-dev.18 [2021-02-22T21:32:11.080Z] v1.3.1-dev.2 [2021-02-22T21:32:11.080Z] v1.3.1-dev.3 [2021-02-22T21:32:11.080Z] v1.3.1-dev.4 [2021-02-22T21:32:11.080Z] v1.3.1-dev.5 [2021-02-22T21:32:11.080Z] v1.3.1-dev.6 [2021-02-22T21:32:11.080Z] v1.3.1-dev.7 [2021-02-22T21:32:11.080Z] v1.3.1-dev.8 [2021-02-22T21:32:11.080Z] v1.3.1-dev.9 [2021-02-22T21:32:11.080Z] v2.0.0-dev.1 [2021-02-22T21:32:11.080Z] v2.0.0-dev.10 [2021-02-22T21:32:11.080Z] v2.0.0-dev.100 [2021-02-22T21:32:11.080Z] v2.0.0-dev.11 [2021-02-22T21:32:11.080Z] v2.0.0-dev.12 [2021-02-22T21:32:11.080Z] v2.0.0-dev.13 [2021-02-22T21:32:11.080Z] v2.0.0-dev.14 [2021-02-22T21:32:11.080Z] v2.0.0-dev.15 [2021-02-22T21:32:11.080Z] v2.0.0-dev.16 [2021-02-22T21:32:11.080Z] v2.0.0-dev.17 [2021-02-22T21:32:11.080Z] v2.0.0-dev.18 [2021-02-22T21:32:11.080Z] v2.0.0-dev.19 [2021-02-22T21:32:11.080Z] v2.0.0-dev.2 [2021-02-22T21:32:11.080Z] v2.0.0-dev.20 [2021-02-22T21:32:11.080Z] v2.0.0-dev.21 [2021-02-22T21:32:11.080Z] v2.0.0-dev.22 [2021-02-22T21:32:11.080Z] v2.0.0-dev.23 [2021-02-22T21:32:11.080Z] v2.0.0-dev.24 [2021-02-22T21:32:11.080Z] v2.0.0-dev.25 [2021-02-22T21:32:11.080Z] v2.0.0-dev.26 [2021-02-22T21:32:11.080Z] v2.0.0-dev.27 [2021-02-22T21:32:11.080Z] v2.0.0-dev.28 [2021-02-22T21:32:11.080Z] v2.0.0-dev.29 [2021-02-22T21:32:11.080Z] v2.0.0-dev.3 [2021-02-22T21:32:11.080Z] v2.0.0-dev.30 [2021-02-22T21:32:11.080Z] v2.0.0-dev.31 [2021-02-22T21:32:11.080Z] v2.0.0-dev.32 [2021-02-22T21:32:11.080Z] v2.0.0-dev.33 [2021-02-22T21:32:11.080Z] v2.0.0-dev.34 [2021-02-22T21:32:11.080Z] v2.0.0-dev.35 [2021-02-22T21:32:11.080Z] v2.0.0-dev.36 [2021-02-22T21:32:11.080Z] v2.0.0-dev.37 [2021-02-22T21:32:11.080Z] v2.0.0-dev.38 [2021-02-22T21:32:11.080Z] v2.0.0-dev.39 [2021-02-22T21:32:11.080Z] v2.0.0-dev.4 [2021-02-22T21:32:11.080Z] v2.0.0-dev.40 [2021-02-22T21:32:11.080Z] v2.0.0-dev.41 [2021-02-22T21:32:11.080Z] v2.0.0-dev.42 [2021-02-22T21:32:11.080Z] v2.0.0-dev.43 [2021-02-22T21:32:11.080Z] v2.0.0-dev.44 [2021-02-22T21:32:11.080Z] v2.0.0-dev.45 [2021-02-22T21:32:11.080Z] v2.0.0-dev.46 [2021-02-22T21:32:11.080Z] v2.0.0-dev.47 [2021-02-22T21:32:11.080Z] v2.0.0-dev.48 [2021-02-22T21:32:11.080Z] v2.0.0-dev.49 [2021-02-22T21:32:11.080Z] v2.0.0-dev.5 [2021-02-22T21:32:11.080Z] v2.0.0-dev.50 [2021-02-22T21:32:11.080Z] v2.0.0-dev.51 [2021-02-22T21:32:11.080Z] v2.0.0-dev.52 [2021-02-22T21:32:11.080Z] v2.0.0-dev.53 [2021-02-22T21:32:11.080Z] v2.0.0-dev.54 [2021-02-22T21:32:11.080Z] v2.0.0-dev.55 [2021-02-22T21:32:11.080Z] v2.0.0-dev.56 [2021-02-22T21:32:11.080Z] v2.0.0-dev.57 [2021-02-22T21:32:11.080Z] v2.0.0-dev.58 [2021-02-22T21:32:11.080Z] v2.0.0-dev.59 [2021-02-22T21:32:11.080Z] v2.0.0-dev.6 [2021-02-22T21:32:11.080Z] v2.0.0-dev.60 [2021-02-22T21:32:11.080Z] v2.0.0-dev.61 [2021-02-22T21:32:11.080Z] v2.0.0-dev.62 [2021-02-22T21:32:11.080Z] v2.0.0-dev.63 [2021-02-22T21:32:11.080Z] v2.0.0-dev.64 [2021-02-22T21:32:11.080Z] v2.0.0-dev.65 [2021-02-22T21:32:11.080Z] v2.0.0-dev.66 [2021-02-22T21:32:11.080Z] v2.0.0-dev.67 [2021-02-22T21:32:11.080Z] v2.0.0-dev.68 [2021-02-22T21:32:11.080Z] v2.0.0-dev.69 [2021-02-22T21:32:11.080Z] v2.0.0-dev.7 [2021-02-22T21:32:11.080Z] v2.0.0-dev.70 [2021-02-22T21:32:11.080Z] v2.0.0-dev.71 [2021-02-22T21:32:11.080Z] v2.0.0-dev.72 [2021-02-22T21:32:11.080Z] v2.0.0-dev.73 [2021-02-22T21:32:11.080Z] v2.0.0-dev.74 [2021-02-22T21:32:11.080Z] v2.0.0-dev.75 [2021-02-22T21:32:11.080Z] v2.0.0-dev.76 [2021-02-22T21:32:11.080Z] v2.0.0-dev.77 [2021-02-22T21:32:11.080Z] v2.0.0-dev.78 [2021-02-22T21:32:11.080Z] v2.0.0-dev.79 [2021-02-22T21:32:11.080Z] v2.0.0-dev.8 [2021-02-22T21:32:11.080Z] v2.0.0-dev.80 [2021-02-22T21:32:11.080Z] v2.0.0-dev.81 [2021-02-22T21:32:11.080Z] v2.0.0-dev.82 [2021-02-22T21:32:11.080Z] v2.0.0-dev.83 [2021-02-22T21:32:11.080Z] v2.0.0-dev.84 [2021-02-22T21:32:11.080Z] v2.0.0-dev.85 [2021-02-22T21:32:11.080Z] v2.0.0-dev.86 [2021-02-22T21:32:11.080Z] v2.0.0-dev.87 [2021-02-22T21:32:11.080Z] v2.0.0-dev.88 [2021-02-22T21:32:11.080Z] v2.0.0-dev.89 [2021-02-22T21:32:11.080Z] v2.0.0-dev.9 [2021-02-22T21:32:11.080Z] v2.0.0-dev.90 [2021-02-22T21:32:11.080Z] v2.0.0-dev.91 [2021-02-22T21:32:11.080Z] v2.0.0-dev.92 [2021-02-22T21:32:11.080Z] v2.0.0-dev.93 [2021-02-22T21:32:11.080Z] v2.0.0-dev.94 [2021-02-22T21:32:11.080Z] v2.0.0-dev.95 [2021-02-22T21:32:11.080Z] v2.0.0-dev.96 [2021-02-22T21:32:11.080Z] v2.0.0-dev.97 [2021-02-22T21:32:11.080Z] v2.0.0-dev.98 [2021-02-22T21:32:11.080Z] v2.0.0-dev.99 [Pipeline] sh [2021-02-22T21:32:11.576Z] + lftools sign git-tag v2.0.0-dev.100 [2021-02-22T21:32:13.620Z] Signing Git tag with Sigul... [2021-02-22T21:32:13.620Z] Signing v2.0.0-dev.100 [Pipeline] echo [2021-02-22T21:32:15.155Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:32:16.543Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-22T21:32:16.559Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-22T21:32:16.720Z] $ docker stop --time=1 c4de71627783f7f3f89f33018731451242034020c9cc520c154825bab06a3a59 [2021-02-22T21:32:19.956Z] $ docker rm -f c4de71627783f7f3f89f33018731451242034020c9cc520c154825bab06a3a59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:32:21.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T21:32:21.640Z] . [Pipeline] withDockerContainer [2021-02-22T21:32:21.816Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:32:21.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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:10004/edgex-devops/git-semver:latest cat [2021-02-22T21:32:23.939Z] $ docker top 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T21:32:24.946Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T21:32:24.946Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T21:32:26.376Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T21:32:26.379Z] $ docker exec 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 ssh-agent [2021-02-22T21:32:27.413Z] SSH_AUTH_SOCK=/tmp/ssh-d9lDEPXdrar4/agent.11 [2021-02-22T21:32:27.413Z] SSH_AGENT_PID=16 [2021-02-22T21:32:27.486Z] Running ssh-add (command line suppressed) [2021-02-22T21:32:27.694Z] Identity added: /w/workspace/edgex-go/366@tmp/private_key_6411193898558713719.key (/w/workspace/edgex-go/366@tmp/private_key_6411193898558713719.key) [2021-02-22T21:32:27.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T21:32:29.037Z] + git semver bump pre [2021-02-22T21:32:29.308Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T21:32:29.308Z] # $GIT_DIR = /w/workspace/edgex-go/366/.git [2021-02-22T21:32:29.308Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/366 [2021-02-22T21:32:29.308Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T21:32:29.308Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T21:32:29.308Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T21:32:29.308Z] # $SEMVER_BRANCH = master [2021-02-22T21:32:29.308Z] # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver [2021-02-22T21:32:29.308Z] 2.0.0-dev.101 [Pipeline] } [2021-02-22T21:32:29.479Z] $ docker exec --env ******** --env ******** 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 ssh-agent -k [2021-02-22T21:32:30.233Z] unset SSH_AUTH_SOCK; [2021-02-22T21:32:30.235Z] unset SSH_AGENT_PID; [2021-02-22T21:32:30.235Z] echo Agent pid 16 killed; [2021-02-22T21:32:30.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T21:32:31.718Z] + git semver [Pipeline] } [2021-02-22T21:32:31.755Z] $ docker stop --time=1 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 [2021-02-22T21:32:33.378Z] $ docker rm -f 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:32:35.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T21:32:35.721Z] . [Pipeline] withDockerContainer [2021-02-22T21:32:36.356Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:32:36.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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:10004/edgex-devops/git-semver:latest cat [2021-02-22T21:32:38.492Z] $ docker top 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T21:32:39.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T21:32:39.282Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T21:32:40.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T21:32:40.153Z] $ docker exec 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f ssh-agent [2021-02-22T21:32:40.892Z] SSH_AUTH_SOCK=/tmp/ssh-WbFlgdRGNjrr/agent.11 [2021-02-22T21:32:40.892Z] SSH_AGENT_PID=16 [2021-02-22T21:32:40.902Z] Running ssh-add (command line suppressed) [2021-02-22T21:32:41.440Z] Identity added: /w/workspace/edgex-go/366@tmp/private_key_46360410942505833.key (/w/workspace/edgex-go/366@tmp/private_key_46360410942505833.key) [2021-02-22T21:32:41.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T21:32:42.704Z] + git semver push [2021-02-22T21:32:43.074Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T21:32:43.074Z] # $GIT_DIR = /w/workspace/edgex-go/366/.git [2021-02-22T21:32:43.074Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/366 [2021-02-22T21:32:43.074Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T21:32:43.074Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T21:32:43.074Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T21:32:43.074Z] # $SEMVER_BRANCH = master [2021-02-22T21:32:43.075Z] # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver [Pipeline] } [2021-02-22T21:33:01.612Z] $ docker exec --env ******** --env ******** 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f ssh-agent -k [2021-02-22T21:33:01.917Z] unset SSH_AUTH_SOCK; [2021-02-22T21:33:01.918Z] unset SSH_AGENT_PID; [2021-02-22T21:33:01.918Z] echo Agent pid 16 killed; [2021-02-22T21:33:02.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T21:33:03.315Z] + git semver [Pipeline] } [2021-02-22T21:33:03.670Z] $ docker stop --time=1 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f [2021-02-22T21:33:05.510Z] $ docker rm -f 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:33:07.345Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:33:08.754Z] ---> package-listing.sh [2021-02-22T21:33:08.754Z] ++ facter osfamily [2021-02-22T21:33:08.754Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-22T21:33:09.049Z] + OS_FAMILY=redhat [2021-02-22T21:33:09.049Z] + workspace=/w/workspace/edgex-go/366 [2021-02-22T21:33:09.049Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-22T21:33:09.049Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-22T21:33:09.049Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-22T21:33:09.049Z] + PACKAGES=/tmp/packages_start.txt [2021-02-22T21:33:09.049Z] + '[' /w/workspace/edgex-go/366 ']' [2021-02-22T21:33:09.049Z] + PACKAGES=/tmp/packages_end.txt [2021-02-22T21:33:09.049Z] + case "${OS_FAMILY}" in [2021-02-22T21:33:09.049Z] + rpm -qa [2021-02-22T21:33:09.049Z] + sort [2021-02-22T21:33:19.445Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-22T21:33:19.445Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-22T21:33:19.445Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-22T21:33:19.445Z] + '[' /w/workspace/edgex-go/366 ']' [2021-02-22T21:33:19.445Z] + mkdir -p /w/workspace/edgex-go/366/archives/ [2021-02-22T21:33:19.445Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/366/archives/ [Pipeline] echo [2021-02-22T21:33:19.463Z] 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/366/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-22T21:33:19.799Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:33:20.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T21:33:21.512Z] [2021-02-22T21:33:21.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-22T21:33:22.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T21:33:22.672Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-22T21:33:22.672Z] df20fa9351a1: Pulling fs layer [2021-02-22T21:33:22.672Z] 36b3adc4ff6f: Pulling fs layer [2021-02-22T21:33:22.672Z] 8ad3a11d3b57: Pulling fs layer [2021-02-22T21:33:22.672Z] 46f8f816bc3b: Pulling fs layer [2021-02-22T21:33:22.672Z] 93b61091891f: Pulling fs layer [2021-02-22T21:33:22.672Z] 93b9cdb0e59b: Pulling fs layer [2021-02-22T21:33:22.672Z] 5e14af77c1be: Pulling fs layer [2021-02-22T21:33:22.672Z] 01666e4c0597: Pulling fs layer [2021-02-22T21:33:22.672Z] aa168da1d23b: Pulling fs layer [2021-02-22T21:33:22.672Z] 93b9cdb0e59b: Waiting [2021-02-22T21:33:22.672Z] 5e14af77c1be: Waiting [2021-02-22T21:33:22.672Z] 46f8f816bc3b: Waiting [2021-02-22T21:33:22.672Z] 01666e4c0597: Waiting [2021-02-22T21:33:22.672Z] 93b61091891f: Waiting [2021-02-22T21:33:22.672Z] aa168da1d23b: Waiting [2021-02-22T21:33:22.672Z] 36b3adc4ff6f: Verifying Checksum [2021-02-22T21:33:22.672Z] 36b3adc4ff6f: Download complete [2021-02-22T21:33:22.672Z] 46f8f816bc3b: Verifying Checksum [2021-02-22T21:33:22.672Z] 46f8f816bc3b: Download complete [2021-02-22T21:33:23.025Z] df20fa9351a1: Verifying Checksum [2021-02-22T21:33:23.025Z] df20fa9351a1: Download complete [2021-02-22T21:33:23.025Z] 93b61091891f: Verifying Checksum [2021-02-22T21:33:23.025Z] 93b61091891f: Download complete [2021-02-22T21:33:23.025Z] 93b9cdb0e59b: Verifying Checksum [2021-02-22T21:33:23.025Z] 93b9cdb0e59b: Download complete [2021-02-22T21:33:23.025Z] 5e14af77c1be: Verifying Checksum [2021-02-22T21:33:23.025Z] 5e14af77c1be: Download complete [2021-02-22T21:33:23.387Z] 01666e4c0597: Verifying Checksum [2021-02-22T21:33:23.387Z] 01666e4c0597: Download complete [2021-02-22T21:33:24.227Z] 8ad3a11d3b57: Verifying Checksum [2021-02-22T21:33:24.227Z] 8ad3a11d3b57: Download complete [2021-02-22T21:33:25.147Z] df20fa9351a1: Pull complete [2021-02-22T21:33:25.837Z] 36b3adc4ff6f: Pull complete [2021-02-22T21:33:29.876Z] 8ad3a11d3b57: Pull complete [2021-02-22T21:33:29.876Z] 46f8f816bc3b: Pull complete [2021-02-22T21:33:31.541Z] 93b61091891f: Pull complete [2021-02-22T21:33:31.541Z] 93b9cdb0e59b: Pull complete [2021-02-22T21:33:32.335Z] 5e14af77c1be: Pull complete [2021-02-22T21:33:32.701Z] 01666e4c0597: Pull complete [2021-02-22T21:33:35.149Z] aa168da1d23b: Verifying Checksum [2021-02-22T21:33:35.149Z] aa168da1d23b: Download complete [2021-02-22T21:33:54.196Z] aa168da1d23b: Pull complete [2021-02-22T21:33:54.196Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-22T21:33:54.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T21:33:54.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-22T21:33:54.715Z] prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container [2021-02-22T21:33:54.995Z] $ 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/366/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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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-lftools-log-publisher:alpine cat [2021-02-22T21:33:59.401Z] $ docker top 7b51fe2a760a181c6307d72e47b6dc83e2901620574131be4854a24547d2e8f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T21:34:01.979Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-22T21:34:02.752Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-22T21:34:03.405Z] + ls /var/log/sa-host [2021-02-22T21:34:03.405Z] + sadf -c /var/log/sa-host/sa22 [2021-02-22T21:34:03.405Z] file_magic: OK [2021-02-22T21:34:03.405Z] HZ: Using current value: 100 [2021-02-22T21:34:03.405Z] file_header: OK [2021-02-22T21:34:03.405Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-22T21:34:03.405Z] Statistics: [2021-02-22T21:34:03.405Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-22T21:34:03.405Z] File successfully converted to sysstat format version 12.2.1 [2021-02-22T21:34:03.405Z] + sadf -c /var/log/sa-host/sa23 [2021-02-22T21:34:03.405Z] file_magic: OK [2021-02-22T21:34:03.405Z] HZ: Using current value: 100 [2021-02-22T21:34:03.405Z] file_header: OK [2021-02-22T21:34:03.405Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-22T21:34:03.405Z] Statistics: [2021-02-22T21:34:03.405Z] Hnuu...uuuununununu... [2021-02-22T21:34:03.405Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T21:34:04.072Z] provisioning config files... [2021-02-22T21:34:04.099Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/366@tmp/config809172933087554352tmp [Pipeline] { [Pipeline] echo [2021-02-22T21:34:04.203Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:34:05.727Z] ---> create-netrc.sh [Pipeline] } [2021-02-22T21:34:05.753Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-22T21:34:05.843Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:34:06.814Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-22T21:34:06.879Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:34:07.364Z] ---> sudo-logs.sh [2021-02-22T21:34:07.364Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-22T21:34:07.423Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:34:08.536Z] ---> job-cost.sh [2021-02-22T21:34:08.536Z] lf-activate-venv: SKIPPING [2021-02-22T21:34:08.536Z] INFO: No Stack... [2021-02-22T21:34:09.701Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-22T21:34:09.964Z] INFO: Archiving Costs [Pipeline] echo [2021-02-22T21:34:09.988Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T21:34:12.781Z] ---> logs-deploy.sh [2021-02-22T21:34:12.781Z] lf-activate-venv: SKIPPING [2021-02-22T21:34:12.781Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/366 [2021-02-22T21:34:12.781Z] INFO: archiving workspace using pattern(s): [2021-02-22T21:34:14.877Z] Archives upload complete. [2021-02-22T21:34:15.150Z] INFO: archiving logs to Nexus [2021-02-22T21:34:16.880Z] ---> uname -a: [2021-02-22T21:34:16.880Z] Linux prd-centos7-docker-4c-2g-27189.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] ---> lscpu: [2021-02-22T21:34:16.880Z] Architecture: x86_64 [2021-02-22T21:34:16.880Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-22T21:34:16.880Z] Byte Order: Little Endian [2021-02-22T21:34:16.880Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-22T21:34:16.880Z] CPU(s): 4 [2021-02-22T21:34:16.880Z] On-line CPU(s) list: 0-3 [2021-02-22T21:34:16.880Z] Thread(s) per core: 1 [2021-02-22T21:34:16.880Z] Core(s) per socket: 1 [2021-02-22T21:34:16.880Z] Socket(s): 4 [2021-02-22T21:34:16.880Z] NUMA node(s): 1 [2021-02-22T21:34:16.880Z] Vendor ID: GenuineIntel [2021-02-22T21:34:16.880Z] CPU family: 6 [2021-02-22T21:34:16.880Z] Model: 44 [2021-02-22T21:34:16.880Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-22T21:34:16.880Z] Stepping: 1 [2021-02-22T21:34:16.880Z] CPU MHz: 2933.438 [2021-02-22T21:34:16.880Z] BogoMIPS: 5866.87 [2021-02-22T21:34:16.880Z] Virtualization: VT-x [2021-02-22T21:34:16.880Z] Hypervisor vendor: KVM [2021-02-22T21:34:16.880Z] Virtualization type: full [2021-02-22T21:34:16.880Z] L1d cache: 128 KiB [2021-02-22T21:34:16.880Z] L1i cache: 128 KiB [2021-02-22T21:34:16.880Z] L2 cache: 16 MiB [2021-02-22T21:34:16.880Z] L3 cache: 64 MiB [2021-02-22T21:34:16.880Z] NUMA node0 CPU(s): 0-3 [2021-02-22T21:34:16.880Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-22T21:34:16.880Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-22T21:34:16.880Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-22T21:34:16.880Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-22T21:34:16.880Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-22T21:34:16.880Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-22T21:34:16.880Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-22T21:34:16.880Z] Vulnerability Srbds: Not affected [2021-02-22T21:34:16.880Z] Vulnerability Tsx async abort: Not affected [2021-02-22T21:34:16.880Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] ---> nproc: [2021-02-22T21:34:16.880Z] 4 [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] ---> df -h: [2021-02-22T21:34:16.880Z] Filesystem Size Used Available Use% Mounted on [2021-02-22T21:34:16.880Z] overlay 50.0G 13.0G 37.0G 26% / [2021-02-22T21:34:16.880Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-22T21:34:16.880Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-22T21:34:16.880Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/366 [2021-02-22T21:34:16.880Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/366@tmp [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] ---> free -m: [2021-02-22T21:34:16.880Z] total used free shared buff/cache available [2021-02-22T21:34:16.880Z] Mem: 1837 743 140 0 953 1028 [2021-02-22T21:34:16.880Z] Swap: 1023 79 944 [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] ---> ip addr: [2021-02-22T21:34:16.880Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-22T21:34:16.880Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-22T21:34:16.880Z] inet 127.0.0.1/8 scope host lo [2021-02-22T21:34:16.880Z] valid_lft forever preferred_lft forever [2021-02-22T21:34:16.880Z] inet6 ::1/128 scope host [2021-02-22T21:34:16.880Z] valid_lft forever preferred_lft forever [2021-02-22T21:34:16.880Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-22T21:34:16.880Z] link/ether fa:16:3e:38:2c:a4 brd ff:ff:ff:ff:ff:ff [2021-02-22T21:34:16.880Z] inet 10.30.123.13/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-22T21:34:16.880Z] valid_lft 84635sec preferred_lft 84635sec [2021-02-22T21:34:16.880Z] inet6 fe80::f816:3eff:fe38:2ca4/64 scope link [2021-02-22T21:34:16.880Z] valid_lft forever preferred_lft forever [2021-02-22T21:34:16.880Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-22T21:34:16.880Z] link/ether 02:42:89:ec:81:6a brd ff:ff:ff:ff:ff:ff [2021-02-22T21:34:16.880Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-22T21:34:16.880Z] valid_lft forever preferred_lft forever [2021-02-22T21:34:16.880Z] inet6 fe80::42:89ff:feec:816a/64 scope link [2021-02-22T21:34:16.880Z] valid_lft forever preferred_lft forever [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] ---> sar -b -r -n DEV: [2021-02-22T21:34:16.880Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] 21:04:34 LINUX RESTART (4 CPU) [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] 21:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-22T21:34:16.880Z] 21:06:02 166.93 109.02 57.91 0.00 8652.17 36201.12 0.00 [2021-02-22T21:34:16.880Z] 21:07:02 32.28 5.97 26.31 0.00 658.74 6572.09 0.00 [2021-02-22T21:34:16.880Z] 21:08:01 38.75 11.60 27.15 0.00 4635.90 4206.96 0.00 [2021-02-22T21:34:16.880Z] 21:09:01 97.12 52.37 44.76 0.00 4344.94 23051.51 0.00 [2021-02-22T21:34:16.880Z] 21:10:02 149.95 46.75 103.20 0.00 2085.49 24224.75 0.00 [2021-02-22T21:34:16.880Z] 21:11:01 165.00 69.62 95.38 0.00 2383.53 12633.77 0.00 [2021-02-22T21:34:16.880Z] 21:12:01 99.52 31.92 67.60 0.00 1226.83 10058.90 0.00 [2021-02-22T21:34:16.880Z] 21:13:01 63.41 27.50 35.91 0.00 1313.51 3872.39 0.00 [2021-02-22T21:34:16.880Z] 21:14:02 71.82 28.33 43.49 0.00 2017.48 3032.55 0.00 [2021-02-22T21:34:16.880Z] 21:15:01 80.54 10.77 69.77 0.00 579.27 20904.16 0.00 [2021-02-22T21:34:16.880Z] 21:16:08 231.84 105.55 126.29 0.00 51726.28 98901.23 0.00 [2021-02-22T21:34:16.880Z] 21:17:02 803.56 705.28 98.28 0.00 39532.51 42809.74 0.00 [2021-02-22T21:34:16.880Z] 21:18:09 988.95 893.09 95.86 0.00 45241.54 50757.82 0.00 [2021-02-22T21:34:16.880Z] 21:19:13 957.03 863.14 93.89 0.00 58378.32 60257.91 0.00 [2021-02-22T21:34:16.880Z] 21:20:01 743.50 641.17 102.33 0.00 35998.19 36965.04 0.00 [2021-02-22T21:34:16.880Z] 21:21:02 164.37 49.68 114.70 0.00 6833.87 23992.10 0.00 [2021-02-22T21:34:16.880Z] 21:22:02 285.32 91.16 194.16 0.00 27937.81 76379.27 0.00 [2021-02-22T21:34:16.880Z] 21:23:02 817.16 721.38 95.78 0.00 50910.85 53057.24 0.00 [2021-02-22T21:34:16.880Z] 21:24:04 848.15 744.53 103.61 0.00 41864.65 43906.50 0.00 [2021-02-22T21:34:16.880Z] 21:25:03 550.17 434.85 115.32 0.00 26087.59 29664.38 0.00 [2021-02-22T21:34:16.880Z] 21:26:01 177.87 31.48 146.40 0.00 2166.17 26859.38 0.00 [2021-02-22T21:34:16.880Z] 21:27:01 73.55 30.57 42.98 0.00 3751.70 2024.53 0.00 [2021-02-22T21:34:16.880Z] 21:28:02 20.92 11.36 9.56 0.00 1524.30 183.43 0.00 [2021-02-22T21:34:16.880Z] 21:29:01 49.55 23.31 26.24 0.00 1550.82 12564.04 0.00 [2021-02-22T21:34:16.880Z] 21:30:01 293.69 171.33 122.36 0.00 8182.47 22055.48 0.00 [2021-02-22T21:34:16.880Z] 21:31:02 42.66 17.48 25.18 0.00 2395.63 5587.66 0.00 [2021-02-22T21:34:16.880Z] 21:32:01 176.47 44.67 131.79 0.00 2723.67 27742.30 0.00 [2021-02-22T21:34:16.880Z] 21:33:01 42.18 23.56 18.62 0.00 2232.13 2965.18 0.00 [2021-02-22T21:34:16.880Z] 21:34:01 150.96 63.33 87.62 0.00 6124.07 19164.10 0.00 [2021-02-22T21:34:16.880Z] Average: 289.03 208.93 80.09 0.00 15466.12 27279.85 0.00 [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] 21:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-22T21:34:16.880Z] 21:06:02 74976 0 466224 24.78 2620 1337724 917516 31.31 296388 1313132 48868 [2021-02-22T21:34:16.880Z] 21:07:02 89356 0 551764 29.33 2620 1237804 1106556 37.76 494452 1097276 12336 [2021-02-22T21:34:16.880Z] 21:08:01 81688 0 665216 35.35 2620 1132020 1343148 45.84 574832 1018204 82940 [2021-02-22T21:34:16.880Z] 21:09:01 76960 0 624624 33.20 2596 1177364 1347520 45.99 670704 918232 61580 [2021-02-22T21:34:16.880Z] 21:10:02 92892 0 707988 37.63 1924 1078740 1561764 53.30 587624 947664 21788 [2021-02-22T21:34:16.880Z] 21:11:01 163980 0 760952 40.44 1492 955120 1723828 58.83 605440 830340 50416 [2021-02-22T21:34:16.880Z] 21:12:01 188508 0 788476 41.91 816 903744 1614484 55.10 677252 721564 40476 [2021-02-22T21:34:16.880Z] 21:13:01 253796 0 738276 39.24 816 888656 1620640 55.31 588268 740248 40104 [2021-02-22T21:34:16.880Z] 21:14:02 245212 0 697672 37.08 708 937952 1287876 43.95 602952 735888 84172 [2021-02-22T21:34:16.880Z] 21:15:01 132344 0 758424 40.31 588 990188 1921648 65.58 604468 851576 40 [2021-02-22T21:34:16.880Z] 21:16:08 75476 0 784440 41.69 108 1021520 2232496 76.19 763356 837052 48112 [2021-02-22T21:34:16.880Z] 21:17:02 351684 0 756956 40.23 0 772904 2881824 98.35 621064 690732 60 [2021-02-22T21:34:16.880Z] 21:18:09 78624 0 796988 42.36 0 1005932 2351092 80.24 741120 845676 12820 [2021-02-22T21:34:16.880Z] 21:19:13 74364 0 806508 42.86 0 1000672 2350828 80.23 675228 902544 57176 [2021-02-22T21:34:16.880Z] 21:20:01 103044 0 1247032 66.28 0 531468 4428228 151.13 924908 577920 12692 [2021-02-22T21:34:16.880Z] 21:21:02 336628 0 699260 37.16 0 845656 1549744 52.89 601064 688772 4272 [2021-02-22T21:34:16.880Z] 21:22:02 74640 0 753404 40.04 0 1053500 2205876 75.28 729408 841500 51920 [2021-02-22T21:34:16.880Z] 21:23:02 315716 0 734420 39.03 0 831408 2614704 89.24 592936 739772 172 [2021-02-22T21:34:16.880Z] 21:24:04 77744 0 731408 38.87 0 1072392 2148708 73.33 702588 864068 67948 [2021-02-22T21:34:16.880Z] 21:25:03 113520 0 840096 44.65 0 927928 2446380 83.49 748088 774648 0 [2021-02-22T21:34:16.880Z] 21:26:01 98248 0 624980 33.22 0 1158316 1410960 48.15 579264 941776 0 [2021-02-22T21:34:16.880Z] 21:27:01 90048 0 612904 32.57 0 1178592 1495776 51.05 555220 983708 48 [2021-02-22T21:34:16.880Z] 21:28:02 77592 0 627060 33.33 0 1176892 1525076 52.05 589320 961016 28 [2021-02-22T21:34:16.880Z] 21:29:01 65648 0 664016 35.29 0 1151880 1745284 59.56 742060 819728 50744 [2021-02-22T21:34:16.880Z] 21:30:01 103756 0 729956 38.80 0 1047832 1511944 51.60 650512 807552 71720 [2021-02-22T21:34:16.880Z] 21:31:02 75544 0 669108 35.56 0 1136892 1524368 52.02 714556 799140 64140 [2021-02-22T21:34:16.880Z] 21:32:01 179972 0 753920 40.07 0 947652 1469524 50.15 453816 895584 1448 [2021-02-22T21:34:16.880Z] 21:33:01 195732 0 714004 37.95 0 971808 1368936 46.72 451460 883092 56 [2021-02-22T21:34:16.880Z] 21:34:01 192936 0 718444 38.18 0 970164 1558388 53.19 401872 927456 48 [2021-02-22T21:34:16.880Z] Average: 140711 0 724983 38.53 583 1015266 1836728 62.68 618628 860547 30556 [2021-02-22T21:34:16.880Z] [2021-02-22T21:34:16.880Z] 21:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-22T21:34:16.880Z] 21:06:02 eth0 77.10 45.86 333.22 12.03 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.880Z] 21:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.880Z] 21:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.880Z] 21:07:02 eth0 593.51 280.72 3089.82 60.46 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.880Z] 21:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:08:01 vetha71b900 344.02 474.81 47.42 2414.22 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:08:01 eth0 549.83 401.31 2755.18 89.63 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:08:01 docker0 344.02 474.67 42.72 2414.21 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:09:01 eth0 346.38 284.83 3012.00 30.19 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:09:01 docker0 40.47 54.14 4.41 264.33 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:10:02 eth0 225.22 129.19 764.50 51.07 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:10:02 veth74dd45a 70.46 118.67 5.92 312.75 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:10:02 docker0 102.88 182.62 6.94 671.53 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:11:01 vethee80487 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:11:01 eth0 66.33 41.57 188.53 33.12 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:11:01 docker0 18.95 39.53 1.41 165.25 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:12:01 vethee80487 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:12:01 eth0 21.50 15.44 17.25 9.35 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:13:01 vethee80487 1.53 1.53 0.12 0.13 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:13:01 eth0 25.95 22.36 14.67 45.25 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:13:01 docker0 1.53 1.53 0.10 0.13 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:14:02 vethee80487 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:14:02 eth0 26.47 21.67 19.59 33.65 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:15:01 vethdfbbd08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:15:01 veth4c34dac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:15:01 eth0 186.09 145.16 1716.39 51.08 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:16:08 veth27d7840 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:16:08 eth0 15.91 12.03 15.76 6.67 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:16:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:16:08 docker0 450.54 667.88 49.24 3117.69 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:17:02 vethde33fe3 1.59 2.72 0.11 19.29 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:17:02 vethcdcf7d8 2.41 3.21 0.16 19.29 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:17:02 veth27d7840 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:17:02 veth42b69cd 0.06 0.06 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:18:09 veth27d7840 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:18:09 eth0 1933.59 1271.66 10669.46 398.83 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:18:09 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:18:09 docker0 460.95 684.72 49.68 3227.36 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:19:13 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:19:13 eth0 1.21 0.99 0.89 0.51 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:19:13 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:19:13 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:20:01 vethf5e8d97 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:20:01 veth457ded0 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:20:01 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:20:01 vethb491b09 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:21:02 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:21:02 eth0 2184.69 1438.79 12021.51 452.11 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:21:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:21:02 docker0 517.02 768.00 55.72 3619.88 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:22:02 veth27d7840 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:22:02 eth0 93.26 53.09 184.26 73.54 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:22:02 docker0 12.14 40.85 0.65 152.38 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:23:02 veth27d7840 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:23:02 eth0 22.60 14.86 69.12 6.07 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:23:02 vethae7654a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:24:04 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:24:04 eth0 17.29 16.66 10.15 31.22 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:24:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:24:04 docker0 519.39 795.68 55.10 3727.88 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:25:03 vethb0b28a7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:25:03 veth27d7840 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:25:03 veth6deec2c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:25:03 eth0 58.23 31.15 96.66 34.55 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:26:01 veth27d7840 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:26:01 eth0 231.18 158.25 1687.57 49.69 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:26:01 docker0 591.17 949.79 60.70 4446.74 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:27:01 eth0 121.36 111.44 117.14 304.26 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:27:01 docker0 8.33 13.51 0.73 56.64 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:28:02 eth0 241.82 249.55 124.43 755.98 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:29:01 eth0 531.95 500.62 4121.51 634.70 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:30:01 eth0 68.87 63.36 275.48 39.71 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:30:01 veth19d53d4 45.25 45.70 4.60 257.84 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:30:01 docker0 45.25 45.57 3.98 257.83 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:31:02 eth0 317.93 254.59 2548.78 71.77 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:31:02 docker0 0.23 0.25 0.04 0.06 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:32:01 eth0 111.21 89.21 711.87 48.11 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:32:01 veth4ca5d0d 5.41 5.33 0.41 14.62 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:32:01 docker0 5.41 5.19 0.34 14.61 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:33:01 eth0 78.35 55.99 247.78 38.48 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:33:01 veth8c50e6a 2.58 2.05 0.86 1.14 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:33:01 docker0 25.22 37.40 2.09 205.87 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:34:01 eth0 217.53 188.55 2181.26 51.84 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] Average: eth0 148.18 111.30 841.59 89.57 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] Average: docker0 22.74 35.37 2.28 167.59 0.00 0.00 0.00 0.00 [2021-02-22T21:34:16.881Z] [2021-02-22T21:34:16.881Z] [2021-02-22T21:34:16.881Z] ---> sar -P ALL: [2021-02-22T21:34:16.881Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T21:34:16.881Z] [2021-02-22T21:34:16.881Z] 21:04:34 LINUX RESTART (4 CPU) [2021-02-22T21:34:16.881Z] [2021-02-22T21:34:16.881Z] 21:05:02 CPU %user %nice %system %iowait %steal %idle [2021-02-22T21:34:16.881Z] 21:06:02 all 9.20 0.00 8.58 17.12 31.14 33.96 [2021-02-22T21:34:16.881Z] 21:06:02 0 7.25 0.00 9.51 17.59 32.85 32.80 [2021-02-22T21:34:16.881Z] 21:06:02 1 10.11 0.00 7.80 15.70 31.32 35.07 [2021-02-22T21:34:16.881Z] 21:06:02 2 9.17 0.00 7.55 16.19 30.20 36.90 [2021-02-22T21:34:16.881Z] 21:06:02 3 10.35 0.00 9.43 19.03 30.11 31.08 [2021-02-22T21:34:16.881Z] 21:07:02 all 6.17 0.00 1.66 0.50 29.23 62.43 [2021-02-22T21:34:16.881Z] 21:07:02 0 3.36 0.00 1.48 0.31 34.03 60.81 [2021-02-22T21:34:16.881Z] 21:07:02 1 5.72 0.00 1.76 0.30 28.47 63.75 [2021-02-22T21:34:16.881Z] 21:07:02 2 9.00 0.00 1.53 0.28 27.09 62.11 [2021-02-22T21:34:16.881Z] 21:07:02 3 6.87 0.00 1.91 1.13 26.96 63.14 [2021-02-22T21:34:16.881Z] 21:08:01 all 4.35 0.00 3.24 0.85 30.16 61.39 [2021-02-22T21:34:16.881Z] 21:08:01 0 4.90 0.00 3.44 0.04 34.73 56.88 [2021-02-22T21:34:16.881Z] 21:08:01 1 3.74 0.00 3.09 0.43 30.85 61.88 [2021-02-22T21:34:16.881Z] 21:08:01 2 5.25 0.00 3.19 2.07 27.35 62.15 [2021-02-22T21:34:16.881Z] 21:08:01 3 3.55 0.00 3.23 0.88 27.65 64.69 [2021-02-22T21:34:16.881Z] 21:09:01 all 5.70 0.00 3.12 1.90 25.55 63.73 [2021-02-22T21:34:16.881Z] 21:09:01 0 5.07 0.00 3.12 2.38 29.36 60.06 [2021-02-22T21:34:16.881Z] 21:09:01 1 3.58 0.00 2.45 1.13 25.97 66.88 [2021-02-22T21:34:16.881Z] 21:09:01 2 8.39 0.00 3.03 2.14 24.09 62.36 [2021-02-22T21:34:16.881Z] 21:09:01 3 5.82 0.00 3.92 1.97 22.70 65.58 [2021-02-22T21:34:16.881Z] 21:10:02 all 4.07 0.00 4.20 2.81 28.23 60.68 [2021-02-22T21:34:16.881Z] 21:10:02 0 3.42 0.00 3.68 3.36 33.59 55.94 [2021-02-22T21:34:16.881Z] 21:10:02 1 5.12 0.00 4.12 3.06 27.29 60.42 [2021-02-22T21:34:16.881Z] 21:10:02 2 4.07 0.00 4.14 2.73 25.59 63.47 [2021-02-22T21:34:16.881Z] 21:10:02 3 3.70 0.00 4.89 2.06 26.31 63.04 [2021-02-22T21:34:16.881Z] 21:11:01 all 9.72 0.00 5.75 5.94 22.48 56.12 [2021-02-22T21:34:16.881Z] 21:11:01 0 10.44 0.00 6.32 3.64 23.97 55.63 [2021-02-22T21:34:16.881Z] 21:11:01 1 9.50 0.00 5.67 7.12 22.57 55.14 [2021-02-22T21:34:16.881Z] 21:11:01 2 8.13 0.00 5.00 5.77 21.98 59.12 [2021-02-22T21:34:16.881Z] 21:11:01 3 10.85 0.00 6.02 7.19 21.40 54.55 [2021-02-22T21:34:16.881Z] 21:12:01 all 44.96 0.00 11.86 4.43 20.59 18.17 [2021-02-22T21:34:16.881Z] 21:12:01 0 43.46 0.00 11.92 4.17 21.79 18.65 [2021-02-22T21:34:16.881Z] 21:12:01 1 46.42 0.00 12.35 4.15 18.88 18.20 [2021-02-22T21:34:16.882Z] 21:12:01 2 45.63 0.00 11.03 3.39 20.65 19.31 [2021-02-22T21:34:16.882Z] 21:12:01 3 44.36 0.00 12.12 5.97 21.02 16.52 [2021-02-22T21:34:16.882Z] 21:13:01 all 32.62 0.00 11.47 2.34 24.65 28.92 [2021-02-22T21:34:16.882Z] 21:13:01 0 29.73 0.00 10.75 2.85 26.58 30.10 [2021-02-22T21:34:16.882Z] 21:13:01 1 34.32 0.00 12.39 1.69 22.75 28.85 [2021-02-22T21:34:16.882Z] 21:13:01 2 34.80 0.00 11.72 2.78 23.71 27.00 [2021-02-22T21:34:16.882Z] 21:13:01 3 31.72 0.00 11.04 2.02 25.51 29.72 [2021-02-22T21:34:16.882Z] 21:14:02 all 25.09 0.00 10.22 3.32 19.09 42.28 [2021-02-22T21:34:16.882Z] 21:14:02 0 23.34 0.00 9.74 3.22 20.04 43.67 [2021-02-22T21:34:16.882Z] 21:14:02 1 24.32 0.00 9.74 4.25 18.32 43.37 [2021-02-22T21:34:16.882Z] 21:14:02 2 25.01 0.00 10.47 3.71 19.02 41.79 [2021-02-22T21:34:16.882Z] 21:14:02 3 27.75 0.00 10.97 2.07 18.97 40.24 [2021-02-22T21:34:16.882Z] 21:15:01 all 7.74 0.00 6.84 1.08 30.58 53.77 [2021-02-22T21:34:16.882Z] 21:15:01 0 6.35 0.00 6.97 1.16 33.22 52.30 [2021-02-22T21:34:16.882Z] 21:15:01 1 7.47 0.00 6.20 1.11 29.14 56.09 [2021-02-22T21:34:16.882Z] 21:15:01 2 8.26 0.00 6.50 0.95 29.29 55.00 [2021-02-22T21:34:16.882Z] 21:15:01 3 8.93 0.00 7.73 1.07 30.64 51.64 [2021-02-22T21:34:16.882Z] 21:16:08 all 7.66 0.00 9.09 16.93 31.49 34.82 [2021-02-22T21:34:16.882Z] 21:16:08 0 7.95 0.00 8.67 14.48 33.08 35.81 [2021-02-22T21:34:16.882Z] 21:16:08 1 7.89 0.00 9.57 17.03 31.00 34.51 [2021-02-22T21:34:16.882Z] 21:16:08 2 7.36 0.00 8.82 19.05 30.14 34.64 [2021-02-22T21:34:16.882Z] 21:16:08 3 7.44 0.00 9.33 17.20 31.73 34.30 [2021-02-22T21:34:16.882Z] [2021-02-22T21:34:16.882Z] 21:16:08 CPU %user %nice %system %iowait %steal %idle [2021-02-22T21:34:16.882Z] 21:17:02 all 6.49 0.00 7.48 26.85 31.98 27.20 [2021-02-22T21:34:16.882Z] 21:17:02 0 6.06 0.00 7.10 28.79 31.45 26.60 [2021-02-22T21:34:16.882Z] 21:17:02 1 6.76 0.00 7.24 22.84 31.33 31.83 [2021-02-22T21:34:16.882Z] 21:17:02 2 6.64 0.00 7.57 29.84 30.82 25.12 [2021-02-22T21:34:16.882Z] 21:17:02 3 6.53 0.00 8.00 25.89 34.27 25.31 [2021-02-22T21:34:16.882Z] 21:18:09 all 2.82 0.00 6.04 39.95 26.69 24.52 [2021-02-22T21:34:16.882Z] 21:18:09 0 2.44 0.00 5.69 34.66 26.17 31.03 [2021-02-22T21:34:16.882Z] 21:18:09 1 3.30 0.00 6.58 42.88 25.13 22.11 [2021-02-22T21:34:16.882Z] 21:18:09 2 2.94 0.00 5.83 38.65 26.25 26.33 [2021-02-22T21:34:16.882Z] 21:18:09 3 2.61 0.00 6.06 43.65 29.11 18.57 [2021-02-22T21:34:16.882Z] 21:19:13 all 4.90 0.00 4.63 43.46 29.18 17.83 [2021-02-22T21:34:16.882Z] 21:19:13 0 4.95 0.00 4.52 43.67 28.15 18.70 [2021-02-22T21:34:16.882Z] 21:19:13 1 5.00 0.00 4.87 43.30 29.02 17.81 [2021-02-22T21:34:16.882Z] 21:19:13 2 4.81 0.00 4.56 44.30 28.05 18.28 [2021-02-22T21:34:16.882Z] 21:19:13 3 4.85 0.00 4.58 42.58 31.45 16.54 [2021-02-22T21:34:16.882Z] 21:20:01 all 11.60 0.00 7.19 34.93 28.10 18.18 [2021-02-22T21:34:16.882Z] 21:20:01 0 11.73 0.00 7.17 34.39 26.35 20.36 [2021-02-22T21:34:16.882Z] 21:20:01 1 11.95 0.00 6.69 33.37 27.59 20.39 [2021-02-22T21:34:16.882Z] 21:20:01 2 11.78 0.00 7.07 37.17 27.89 16.09 [2021-02-22T21:34:16.882Z] 21:20:01 3 10.90 0.00 7.86 34.84 30.64 15.76 [2021-02-22T21:34:16.882Z] 21:21:02 all 59.61 0.00 11.65 8.50 14.93 5.31 [2021-02-22T21:34:16.882Z] 21:21:02 0 57.72 0.00 11.46 8.92 15.87 6.03 [2021-02-22T21:34:16.882Z] 21:21:02 1 61.04 0.00 11.33 9.92 13.70 4.01 [2021-02-22T21:34:16.882Z] 21:21:02 2 60.21 0.00 11.81 6.96 14.10 6.92 [2021-02-22T21:34:16.882Z] 21:21:02 3 59.45 0.00 11.99 8.20 16.06 4.30 [2021-02-22T21:34:16.882Z] 21:22:02 all 7.56 0.00 11.29 13.89 31.87 35.40 [2021-02-22T21:34:16.882Z] 21:22:02 0 7.82 0.00 11.24 10.88 32.72 37.34 [2021-02-22T21:34:16.882Z] 21:22:02 1 7.20 0.00 10.64 15.58 31.68 34.90 [2021-02-22T21:34:16.882Z] 21:22:02 2 7.83 0.00 11.90 14.65 31.72 33.90 [2021-02-22T21:34:16.882Z] 21:22:02 3 7.38 0.00 11.40 14.48 31.34 35.39 [2021-02-22T21:34:16.882Z] 21:23:02 all 7.36 0.00 6.68 27.40 30.37 28.19 [2021-02-22T21:34:16.882Z] 21:23:02 0 7.06 0.00 6.50 23.75 31.50 31.19 [2021-02-22T21:34:16.882Z] 21:23:02 1 6.80 0.00 6.00 25.15 31.47 30.57 [2021-02-22T21:34:16.882Z] 21:23:02 2 7.92 0.00 7.31 29.93 29.34 25.51 [2021-02-22T21:34:16.882Z] 21:23:02 3 7.70 0.00 6.96 30.99 29.07 25.28 [2021-02-22T21:34:16.882Z] 21:24:04 all 18.08 0.00 9.52 31.32 26.06 15.02 [2021-02-22T21:34:16.882Z] 21:24:04 0 18.49 0.00 9.19 32.78 26.31 13.23 [2021-02-22T21:34:16.882Z] 21:24:04 1 18.44 0.00 9.93 30.42 24.79 16.41 [2021-02-22T21:34:16.882Z] 21:24:04 2 17.93 0.00 9.81 33.43 25.39 13.43 [2021-02-22T21:34:16.882Z] 21:24:04 3 17.45 0.00 9.16 28.57 27.74 17.09 [2021-02-22T21:34:16.882Z] 21:25:03 all 15.02 0.00 7.71 27.40 27.78 22.09 [2021-02-22T21:34:16.882Z] 21:25:03 0 14.62 0.00 6.82 32.43 29.18 16.95 [2021-02-22T21:34:16.882Z] 21:25:03 1 15.48 0.00 7.60 21.85 26.35 28.72 [2021-02-22T21:34:16.882Z] 21:25:03 2 15.11 0.00 7.69 28.23 27.19 21.78 [2021-02-22T21:34:16.882Z] 21:25:03 3 14.87 0.00 8.77 27.11 28.38 20.88 [2021-02-22T21:34:16.882Z] 21:26:01 all 15.82 0.00 10.43 5.86 20.80 47.09 [2021-02-22T21:34:16.882Z] 21:26:01 0 15.52 0.00 9.43 5.12 21.20 48.73 [2021-02-22T21:34:16.882Z] 21:26:01 1 14.21 0.00 10.47 5.70 21.36 48.26 [2021-02-22T21:34:16.882Z] 21:26:01 2 17.40 0.00 10.94 6.46 21.56 43.64 [2021-02-22T21:34:16.882Z] 21:26:01 3 16.14 0.00 10.91 6.19 19.03 47.72 [2021-02-22T21:34:16.882Z] 21:27:01 all 5.77 0.00 4.89 3.96 18.61 66.76 [2021-02-22T21:34:16.882Z] 21:27:01 0 4.48 0.00 4.30 3.36 21.62 66.25 [2021-02-22T21:34:16.882Z] 21:27:01 1 7.02 0.00 4.60 6.24 17.26 64.89 [2021-02-22T21:34:16.882Z] 21:27:01 2 4.20 0.00 4.88 3.28 18.81 68.82 [2021-02-22T21:34:16.882Z] 21:27:01 3 7.46 0.00 5.81 2.98 16.65 67.10 [2021-02-22T21:34:16.882Z] [2021-02-22T21:34:16.882Z] 21:27:01 CPU %user %nice %system %iowait %steal %idle [2021-02-22T21:34:16.882Z] 21:28:02 all 4.35 0.00 3.78 0.99 27.77 63.11 [2021-02-22T21:34:16.882Z] 21:28:02 0 3.79 0.00 3.61 1.36 30.67 60.56 [2021-02-22T21:34:16.882Z] 21:28:02 1 4.24 0.00 3.71 0.48 27.39 64.18 [2021-02-22T21:34:16.882Z] 21:28:02 2 4.95 0.00 4.12 0.93 26.90 63.10 [2021-02-22T21:34:16.882Z] 21:28:02 3 4.42 0.00 3.69 1.19 25.99 64.71 [2021-02-22T21:34:16.882Z] 21:29:01 all 5.26 0.00 3.94 1.79 25.44 63.56 [2021-02-22T21:34:16.882Z] 21:29:01 0 4.29 0.00 4.18 0.72 28.50 62.31 [2021-02-22T21:34:16.882Z] 21:29:01 1 5.04 0.00 4.27 2.90 25.32 62.46 [2021-02-22T21:34:16.882Z] 21:29:01 2 5.91 0.00 3.53 1.45 23.86 65.25 [2021-02-22T21:34:16.882Z] 21:29:01 3 5.79 0.00 3.78 2.10 24.07 64.26 [2021-02-22T21:34:16.882Z] 21:30:01 all 5.48 0.00 5.91 5.26 24.87 58.49 [2021-02-22T21:34:16.882Z] 21:30:01 0 4.29 0.00 5.60 4.71 26.31 59.09 [2021-02-22T21:34:16.882Z] 21:30:01 1 4.95 0.00 6.73 5.66 24.19 58.47 [2021-02-22T21:34:16.882Z] 21:30:01 2 5.42 0.00 5.53 5.17 23.94 59.94 [2021-02-22T21:34:16.882Z] 21:30:01 3 7.31 0.00 5.76 5.49 25.03 56.42 [2021-02-22T21:34:16.882Z] 21:31:02 all 1.98 0.00 3.04 1.66 18.84 74.48 [2021-02-22T21:34:16.882Z] 21:31:02 0 2.07 0.00 2.97 1.12 22.29 71.54 [2021-02-22T21:34:16.882Z] 21:31:02 1 1.81 0.00 3.19 0.67 18.14 76.19 [2021-02-22T21:34:16.882Z] 21:31:02 2 2.10 0.00 3.16 4.11 17.69 72.94 [2021-02-22T21:34:16.882Z] 21:31:02 3 1.94 0.00 2.84 0.78 17.11 77.33 [2021-02-22T21:34:16.882Z] 21:32:01 all 5.43 0.00 7.23 3.23 24.60 59.51 [2021-02-22T21:34:16.882Z] 21:32:01 0 4.68 0.00 6.63 2.68 26.64 59.36 [2021-02-22T21:34:16.882Z] 21:32:01 1 5.56 0.00 7.44 3.54 24.64 58.81 [2021-02-22T21:34:16.882Z] 21:32:01 2 5.75 0.00 7.66 3.17 23.48 59.94 [2021-02-22T21:34:16.882Z] 21:32:01 3 5.76 0.00 7.21 3.56 23.54 59.92 [2021-02-22T21:34:16.882Z] 21:33:01 all 4.27 0.00 5.37 1.36 18.04 70.95 [2021-02-22T21:34:16.882Z] 21:33:01 0 3.40 0.00 5.36 1.47 20.06 69.71 [2021-02-22T21:34:16.882Z] 21:33:01 1 7.82 0.00 5.45 1.20 17.68 67.85 [2021-02-22T21:34:16.882Z] 21:33:01 2 3.42 0.00 5.20 1.49 18.37 71.52 [2021-02-22T21:34:16.882Z] 21:33:01 3 2.47 0.00 5.49 1.28 16.00 74.76 [2021-02-22T21:34:16.882Z] 21:34:01 all 4.35 0.00 5.47 3.79 25.31 61.07 [2021-02-22T21:34:16.882Z] 21:34:01 0 4.28 0.00 5.33 6.20 27.46 56.73 [2021-02-22T21:34:16.882Z] 21:34:01 1 4.39 0.00 6.02 1.98 25.36 62.26 [2021-02-22T21:34:16.882Z] 21:34:01 2 3.82 0.00 4.65 2.38 25.03 64.13 [2021-02-22T21:34:16.882Z] 21:34:01 3 4.94 0.00 5.93 4.63 23.33 61.17 [2021-02-22T21:34:16.882Z] Average: all 10.91 0.00 6.66 11.62 25.82 45.00 [2021-02-22T21:34:16.882Z] Average: 0 10.19 0.00 6.47 11.26 27.67 44.41 [2021-02-22T21:34:16.882Z] Average: 1 11.06 0.00 6.63 11.28 25.32 45.71 [2021-02-22T21:34:16.882Z] Average: 2 11.24 0.00 6.58 11.99 24.92 45.27 [2021-02-22T21:34:16.882Z] Average: 3 11.16 0.00 6.95 11.95 25.34 44.60 [2021-02-22T21:34:16.882Z] [2021-02-22T21:34:16.882Z] [2021-02-22T21:34:16.882Z]