Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 74c372326013f994c98436bf4455b6fe21c08430 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-24577 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/336 [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/336 # 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 74c372326013f994c98436bf4455b6fe21c08430 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 Commit message: "feat(notifications): Implement POST /subscription V2 API (#3045)" > git rev-list --no-walk 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T17:26:31.545Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T17:26:31.844Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T17:26:31.961Z] ========================================================= [2021-02-02T17:26:31.961Z] EdgeX Global Pipelines Version Info [2021-02-02T17:26:31.961Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:26:33.448Z] ------------------- [2021-02-02T17:26:33.448Z] stable info: [2021-02-02T17:26:33.448Z] ------------------- [2021-02-02T17:26:33.448Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:26:33.448Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:26:33.448Z] Message: update stable to v1.0.179 [2021-02-02T17:26:34.397Z] ------------------- [2021-02-02T17:26:34.397Z] experimental info: [2021-02-02T17:26:34.397Z] ------------------- [2021-02-02T17:26:34.397Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:26:34.397Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:26:34.397Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T17:26:34.711Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T17:26:34.826Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T17:26:34.954Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T17:26:35.062Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T17:26:35.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T17:26:35.280Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T17:26:35.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T17:26:35.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T17:26:35.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T17:26:35.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T17:26:35.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T17:26:35.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T17:26:36.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T17:26:36.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T17:26:36.230Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:26:36.328Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:26:36.429Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T17:26:36.514Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T17:26:36.595Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T17:26:36.678Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T17:26:36.897Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T17:26:36.991Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T17:26:37.073Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T17:26:37.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-02T17:26:37.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-02T17:26:37.323Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-02T17:26:37.409Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] echo [2021-02-02T17:26:37.502Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74c3723 [Pipeline] echo [2021-02-02T17:26:37.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:26:37.856Z] provisioning config files... [2021-02-02T17:26:37.884Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/336@tmp/config4716639948191605652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:26:38.275Z] ---> docker-login.sh [2021-02-02T17:26:38.275Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:26:38.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:26:38.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:26:38.798Z] Configure a credential helper to remove this warning. See [2021-02-02T17:26:38.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:26:38.798Z] [2021-02-02T17:26:38.798Z] Login Succeeded [2021-02-02T17:26:38.798Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:26:38.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:26:38.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:26:38.798Z] Configure a credential helper to remove this warning. See [2021-02-02T17:26:38.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:26:38.798Z] [2021-02-02T17:26:38.798Z] Login Succeeded [2021-02-02T17:26:38.798Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:26:39.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:26:39.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:26:39.061Z] Configure a credential helper to remove this warning. See [2021-02-02T17:26:39.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:26:39.061Z] [2021-02-02T17:26:39.061Z] Login Succeeded [2021-02-02T17:26:39.061Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:26:39.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:26:39.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:26:39.322Z] Configure a credential helper to remove this warning. See [2021-02-02T17:26:39.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:26:39.322Z] [2021-02-02T17:26:39.322Z] Login Succeeded [2021-02-02T17:26:39.322Z] docker.io [2021-02-02T17:26:39.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:26:39.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:26:39.583Z] Configure a credential helper to remove this warning. See [2021-02-02T17:26:39.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:26:39.583Z] [2021-02-02T17:26:39.583Z] Login Succeeded [2021-02-02T17:26:39.583Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:26:39.592Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:26:40.063Z] ++ 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-02T17:26:40.063Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.063Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T17:26:40.063Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.063Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T17:26:40.063Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.063Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T17:26:40.063Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.063Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T17:26:40.063Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.063Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T17:26:40.064Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.064Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T17:26:40.064Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.064Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T17:26:40.064Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.064Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T17:26:40.064Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.064Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.064Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T17:26:40.064Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T17:26:40.064Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.064Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.064Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:26:40.064Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:26:40.064Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.064Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.064Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T17:26:40.064Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T17:26:40.064Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.064Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T17:26:40.064Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.064Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T17:26:40.064Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:26:40.064Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T17:26:40.064Z] ++ cut -d/ -f2 [2021-02-02T17:26:40.064Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T17:26:40.127Z] 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-02T17:26:41.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:26:41.703Z] [2021-02-02T17:26:41.703Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:26:42.057Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:26:42.058Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T17:26:42.058Z] 31603596830f: Pulling fs layer [2021-02-02T17:26:42.058Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T17:26:42.058Z] 6ca5941a6612: Pulling fs layer [2021-02-02T17:26:42.058Z] ecc8261a40a4: Pulling fs layer [2021-02-02T17:26:42.058Z] ecc8261a40a4: Waiting [2021-02-02T17:26:42.058Z] 2a8b12db71e7: Download complete [2021-02-02T17:26:42.058Z] 31603596830f: Verifying Checksum [2021-02-02T17:26:42.058Z] 31603596830f: Download complete [2021-02-02T17:26:42.318Z] 6ca5941a6612: Verifying Checksum [2021-02-02T17:26:42.318Z] 6ca5941a6612: Download complete [2021-02-02T17:26:42.318Z] ecc8261a40a4: Verifying Checksum [2021-02-02T17:26:42.318Z] ecc8261a40a4: Download complete [2021-02-02T17:26:42.580Z] 31603596830f: Pull complete [2021-02-02T17:26:42.580Z] 2a8b12db71e7: Pull complete [2021-02-02T17:26:43.530Z] 6ca5941a6612: Pull complete [2021-02-02T17:26:43.530Z] ecc8261a40a4: Pull complete [2021-02-02T17:26:43.530Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T17:26:43.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:26:43.530Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T17:26:43.632Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:26:43.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:26:46.232Z] $ docker top 17ee2068dba7a072d6e9eb79c598d975e5f7b2cec5a487aefa262a573643d686 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:26:46.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:26:46.560Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:26:46.763Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:26:46.765Z] $ docker exec 17ee2068dba7a072d6e9eb79c598d975e5f7b2cec5a487aefa262a573643d686 ssh-agent [2021-02-02T17:26:46.929Z] SSH_AUTH_SOCK=/tmp/ssh-cv9DE50DoOZO/agent.11 [2021-02-02T17:26:46.929Z] SSH_AGENT_PID=16 [2021-02-02T17:26:46.941Z] Running ssh-add (command line suppressed) [2021-02-02T17:26:47.054Z] Identity added: /w/workspace/edgex-go/336@tmp/private_key_5428450913783701430.key (/w/workspace/edgex-go/336@tmp/private_key_5428450913783701430.key) [2021-02-02T17:26:47.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:26:47.479Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T17:26:47.498Z] $ docker exec --env ******** --env ******** 17ee2068dba7a072d6e9eb79c598d975e5f7b2cec5a487aefa262a573643d686 ssh-agent -k [2021-02-02T17:26:47.606Z] unset SSH_AUTH_SOCK; [2021-02-02T17:26:47.606Z] unset SSH_AGENT_PID; [2021-02-02T17:26:47.606Z] echo Agent pid 16 killed; [2021-02-02T17:26:47.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T17:26:47.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:26:47.777Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:26:47.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:26:47.933Z] $ docker exec 17ee2068dba7a072d6e9eb79c598d975e5f7b2cec5a487aefa262a573643d686 ssh-agent [2021-02-02T17:26:48.079Z] SSH_AUTH_SOCK=/tmp/ssh-jHRhuOVAUSc7/agent.45 [2021-02-02T17:26:48.079Z] SSH_AGENT_PID=50 [2021-02-02T17:26:48.085Z] Running ssh-add (command line suppressed) [2021-02-02T17:26:48.192Z] Identity added: /w/workspace/edgex-go/336@tmp/private_key_7651437255118654063.key (/w/workspace/edgex-go/336@tmp/private_key_7651437255118654063.key) [2021-02-02T17:26:48.242Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:26:48.568Z] + git semver init [2021-02-02T17:26:48.568Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:26:48.568Z] # $GIT_DIR = /w/workspace/edgex-go/336/.git [2021-02-02T17:26:48.568Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/336 [2021-02-02T17:26:48.568Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:26:48.568Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:26:48.568Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:26:48.568Z] # $SEMVER_BRANCH = master [2021-02-02T17:26:48.568Z] # $SEMVER_TEMP = /tmp/semver-211856626 [2021-02-02T17:26:48.568Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T17:27:06.709Z] # '/tmp/semver-211856626' -> '/w/workspace/edgex-go/336/.semver' [2021-02-02T17:27:06.709Z] # -> Force: false [2021-02-02T17:27:06.709Z] # $SEMVER_DIR = /w/workspace/edgex-go/336/.semver [Pipeline] } [2021-02-02T17:27:06.720Z] $ docker exec --env ******** --env ******** 17ee2068dba7a072d6e9eb79c598d975e5f7b2cec5a487aefa262a573643d686 ssh-agent -k [2021-02-02T17:27:06.924Z] unset SSH_AUTH_SOCK; [2021-02-02T17:27:06.924Z] unset SSH_AGENT_PID; [2021-02-02T17:27:06.924Z] echo Agent pid 50 killed; [2021-02-02T17:27:06.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:27:07.480Z] + git semver [Pipeline] } [2021-02-02T17:27:07.496Z] $ docker stop --time=1 17ee2068dba7a072d6e9eb79c598d975e5f7b2cec5a487aefa262a573643d686 [2021-02-02T17:27:09.170Z] $ docker rm -f 17ee2068dba7a072d6e9eb79c598d975e5f7b2cec5a487aefa262a573643d686 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:27:09.707Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T17:27:10.238Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T17:27:10.241Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.72 [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-02T17:27:11.294Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:27:11.589Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:27:11.886Z] + sudo service docker restart [2021-02-02T17:27:11.886Z] + true [2021-02-02T17:27:11.886Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T17:27:12.481Z] ========================================================= [2021-02-02T17:27:12.481Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T17:27:12.481Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:27:12.826Z] + 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-02T17:27:17.065Z] Sending build context to Docker daemon 327.4MB [2021-02-02T17:27:17.065Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:27:17.065Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:27:17.065Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T17:27:17.065Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T17:27:17.065Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T17:27:17.065Z] de9db76c5a1d: Pulling fs layer [2021-02-02T17:27:17.065Z] bca2f99d35d6: Pulling fs layer [2021-02-02T17:27:17.065Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T17:27:17.065Z] 7c6f9722023f: Pulling fs layer [2021-02-02T17:27:17.065Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T17:27:17.065Z] bca2f99d35d6: Waiting [2021-02-02T17:27:17.065Z] 93359f2a8cfa: Waiting [2021-02-02T17:27:17.065Z] 7c6f9722023f: Waiting [2021-02-02T17:27:17.065Z] a35cf1a2eb13: Waiting [2021-02-02T17:27:17.065Z] de9db76c5a1d: Verifying Checksum [2021-02-02T17:27:17.065Z] de9db76c5a1d: Download complete [2021-02-02T17:27:17.065Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T17:27:17.065Z] 0ef7d3d256c8: Download complete [2021-02-02T17:27:17.065Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T17:27:17.065Z] 93359f2a8cfa: Download complete [2021-02-02T17:27:17.065Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T17:27:17.065Z] 188c0c94c7c5: Download complete [2021-02-02T17:27:17.065Z] 7c6f9722023f: Verifying Checksum [2021-02-02T17:27:17.065Z] 7c6f9722023f: Download complete [2021-02-02T17:27:17.329Z] 188c0c94c7c5: Pull complete [2021-02-02T17:27:17.590Z] 0ef7d3d256c8: Pull complete [2021-02-02T17:27:17.590Z] de9db76c5a1d: Pull complete [2021-02-02T17:27:19.514Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T17:27:19.515Z] a35cf1a2eb13: Download complete [2021-02-02T17:27:19.780Z] bca2f99d35d6: Verifying Checksum [2021-02-02T17:27:19.780Z] bca2f99d35d6: Download complete [2021-02-02T17:27:25.089Z] bca2f99d35d6: Pull complete [2021-02-02T17:27:25.089Z] 93359f2a8cfa: Pull complete [2021-02-02T17:27:25.089Z] 7c6f9722023f: Pull complete [2021-02-02T17:27:25.771Z] Still waiting to schedule task [2021-02-02T17:27:25.772Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-02T17:27:30.418Z] a35cf1a2eb13: Pull complete [2021-02-02T17:27:30.418Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T17:27:30.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T17:27:30.418Z] ---> a62c8e92a672 [2021-02-02T17:27:30.418Z] 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-02T17:27:30.418Z] ---> Running in 3fd7554f8acb [2021-02-02T17:27:30.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:27:30.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:27:31.568Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:27:31.837Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:27:31.837Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:27:31.837Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:27:37.171Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:27:37.171Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:27:37.171Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:27:37.171Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:27:37.171Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:27:37.171Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:27:37.171Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:27:37.171Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:27:37.171Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:27:37.171Z] OK: 233 MiB in 51 packages [2021-02-02T17:27:40.488Z] Removing intermediate container 3fd7554f8acb [2021-02-02T17:27:40.488Z] ---> 13c016c23b47 [2021-02-02T17:27:40.488Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:27:40.488Z] ---> Running in 3ac538a60a7f [2021-02-02T17:27:40.752Z] Removing intermediate container 3ac538a60a7f [2021-02-02T17:27:40.752Z] ---> 3996a7160182 [2021-02-02T17:27:40.752Z] Step 5/6 : COPY go.mod . [2021-02-02T17:27:41.016Z] ---> 7cd51279bdcf [2021-02-02T17:27:41.016Z] Step 6/6 : RUN go mod download [2021-02-02T17:27:41.016Z] ---> Running in 126ca7f0bf3d [2021-02-02T17:28:03.066Z] Removing intermediate container 126ca7f0bf3d [2021-02-02T17:28:03.066Z] ---> ca036236b8c6 [2021-02-02T17:28:03.066Z] Successfully built ca036236b8c6 [2021-02-02T17:28:03.066Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:28:03.375Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:28:03.376Z] . [Pipeline] withDockerContainer [2021-02-02T17:28:03.474Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:28:03.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:28:04.272Z] $ docker top 535e801709986b39810cb79504a82abcbecfefe341f0b7cdde0e6211e713b247 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:28:04.792Z] + go version [2021-02-02T17:28:04.792Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T17:28:04.806Z] $ docker stop --time=1 535e801709986b39810cb79504a82abcbecfefe341f0b7cdde0e6211e713b247 [2021-02-02T17:28:06.135Z] $ docker rm -f 535e801709986b39810cb79504a82abcbecfefe341f0b7cdde0e6211e713b247 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:28:06.916Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:28:06.917Z] . [Pipeline] withDockerContainer [2021-02-02T17:28:07.006Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:28:07.048Z] $ 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/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:28:08.179Z] $ docker top 85573b2baf4fabc8594aa8aff21a3699847ddfe55887a274a020214c2c8edb53 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:28:08.389Z] ========================================================= [2021-02-02T17:28:08.390Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:28:08.390Z] ========================================================= [Pipeline] sh [2021-02-02T17:28:08.678Z] + make test [2021-02-02T17:28:08.678Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:28:16.852Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:28:31.936Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:28:38.603Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:28:38.603Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:28:38.603Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:28:38.603Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:28:41.199Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:28:41.199Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:28:41.199Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:28:41.199Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:28:41.199Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:28:41.199Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:28:43.576Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:28:43.576Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:28:43.576Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:28:45.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.0% of statements [2021-02-02T17:28:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:28:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:28:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:28:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:28:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:28:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:28:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements [2021-02-02T17:28:49.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:28:49.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:28:49.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.162s coverage: 100.0% of statements [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:28:49.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 65.8% of statements [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:28:49.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.3% of statements [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:28:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:28:51.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:28:51.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:28:51.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:28:51.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:28:51.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2021-02-02T17:28:51.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:28:51.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-02-02T17:28:51.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:28:51.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:28:51.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:28:51.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 92.8% of statements [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:28:54.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-02-02T17:28:54.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-02-02T17:29:06.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2021-02-02T17:29:06.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-02-02T17:29:17.647Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24581 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-02T17:29:17.700Z] Running in /w/workspace/edgex-go/336 [Pipeline] { [Pipeline] checkout [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.057s coverage: 92.9% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.063s coverage: 91.4% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.259s coverage: 68.9% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.262s coverage: 84.0% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.681s coverage: 29.1% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:29:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.030s coverage: 32.1% of statements [2021-02-02T17:29:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-02-02T17:29:18.913Z] GO111MODULE=on go vet ./... [2021-02-02T17:29:22.847Z] using credential edgex-jenkins-ssh [2021-02-02T17:29:22.923Z] Cloning the remote Git repository [2021-02-02T17:29:22.986Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:29:23.106Z] > git init /w/workspace/edgex-go/336 # timeout=10 [2021-02-02T17:29:23.196Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:29:23.197Z] > git --version # timeout=10 [2021-02-02T17:29:23.219Z] > git --version # 'git version 2.17.1' [2021-02-02T17:29:23.221Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:29:23.302Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:29:39.546Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:29:39.561Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:29:39.587Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:29:39.624Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:29:39.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:29:39.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:29:40.197Z] Checking out Revision 74c372326013f994c98436bf4455b6fe21c08430 (master) [2021-02-02T17:29:41.058Z] gofmt -l . [2021-02-02T17:29:41.059Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:29:41.059Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:29:41.059Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:29:41.635Z] + ls -al . [2021-02-02T17:29:41.635Z] total 684 [2021-02-02T17:29:41.635Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 17:29 . [2021-02-02T17:29:41.635Z] drwxr-xr-x 4 root root 32 Feb 2 17:28 .. [2021-02-02T17:29:41.635Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:26 .dockerignore [2021-02-02T17:29:41.635Z] drwxrwxr-x 8 1001 1001 162 Feb 2 17:26 .git [2021-02-02T17:29:41.636Z] drwxrwxr-x 3 1001 1001 125 Feb 2 17:26 .github [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:26 .gitignore [2021-02-02T17:29:41.636Z] drwx------ 3 1001 1001 45 Feb 2 17:27 .semver [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:26 .sonarcloud.properties [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:26 Attribution.txt [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:26 CONTRIBUTING.md [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:26 Dockerfile.build [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:26 Jenkinsfile [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:26 LICENSE [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:26 Makefile [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:26 README.md [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:26 SECURITY.md [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 12 Feb 2 17:27 VERSION [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:26 ZMQWindows.md [2021-02-02T17:29:41.636Z] drwxrwxr-x 2 1001 1001 117 Feb 2 17:26 bin [2021-02-02T17:29:41.636Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:26 cmd [2021-02-02T17:29:41.636Z] -rw-r--r-- 1 root root 578674 Feb 2 17:29 coverage.out [2021-02-02T17:29:41.636Z] -rw-r--r-- 1 root root 1054 Feb 2 17:29 go.mod [2021-02-02T17:29:41.636Z] -rw-r--r-- 1 root root 19399 Feb 2 17:29 go.sum [2021-02-02T17:29:41.636Z] drwxrwxr-x 8 1001 1001 127 Feb 2 17:26 internal [2021-02-02T17:29:41.636Z] drwxrwxr-x 4 1001 1001 26 Feb 2 17:26 openapi [2021-02-02T17:29:41.636Z] drwxrwxr-x 4 1001 1001 71 Feb 2 17:26 snap [2021-02-02T17:29:41.636Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:26 version.go [Pipeline] sh [2021-02-02T17:29:41.935Z] + '[' -e coverage.out ] [2021-02-02T17:29:41.935Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:29:40.255Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:29:40.293Z] > git checkout -f 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-02T17:29:42.161Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:29:42.454Z] + make build [2021-02-02T17:29:42.715Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-data/core-data ./cmd/core-data [2021-02-02T17:29:44.791Z] Commit message: "feat(notifications): Implement POST /subscription V2 API (#3045)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T17:29:46.174Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:29:46.649Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:29:46.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-02T17:29:47.005Z] + sudo service docker restart [2021-02-02T17:29:47.005Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:29:49.050Z] provisioning config files... [2021-02-02T17:29:49.091Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/336@tmp/config6091096530105193311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:29:49.495Z] ---> docker-login.sh [2021-02-02T17:29:49.495Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:29:50.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:50.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:50.751Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:50.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:50.751Z] [2021-02-02T17:29:50.751Z] Login Succeeded [2021-02-02T17:29:50.751Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:29:51.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:51.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:51.349Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:51.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:51.349Z] [2021-02-02T17:29:51.349Z] Login Succeeded [2021-02-02T17:29:51.349Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:29:51.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:52.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:52.225Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:52.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:52.225Z] [2021-02-02T17:29:52.225Z] Login Succeeded [2021-02-02T17:29:52.225Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:29:52.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:52.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:52.499Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:52.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:52.499Z] [2021-02-02T17:29:52.499Z] Login Succeeded [2021-02-02T17:29:52.499Z] docker.io [2021-02-02T17:29:53.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:29:53.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:29:53.364Z] Configure a credential helper to remove this warning. See [2021-02-02T17:29:53.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:29:53.364Z] [2021-02-02T17:29:53.364Z] Login Succeeded [2021-02-02T17:29:53.364Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:29:53.382Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-02T17:29:53.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] echo [2021-02-02T17:29:53.886Z] ========================================================= [2021-02-02T17:29:53.886Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T17:29:53.886Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:29:54.256Z] + 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-02T17:29:55.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-02T17:29:56.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-02T17:29:56.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-02T17:29:56.914Z] Sending build context to Docker daemon 166.1MB [2021-02-02T17:29:56.915Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:29:56.915Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:29:56.915Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T17:29:56.915Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T17:29:56.915Z] a4357932f1b6: Pulling fs layer [2021-02-02T17:29:56.915Z] 18c013af1878: Pulling fs layer [2021-02-02T17:29:56.915Z] 00ac8860ef70: Pulling fs layer [2021-02-02T17:29:56.915Z] 63d7cb157983: Pulling fs layer [2021-02-02T17:29:56.915Z] b116817d02f9: Pulling fs layer [2021-02-02T17:29:56.915Z] 745a02a5169b: Pulling fs layer [2021-02-02T17:29:56.915Z] 00ac8860ef70: Waiting [2021-02-02T17:29:56.915Z] 63d7cb157983: Waiting [2021-02-02T17:29:56.915Z] b116817d02f9: Waiting [2021-02-02T17:29:56.915Z] 18c013af1878: Verifying Checksum [2021-02-02T17:29:56.915Z] 18c013af1878: Download complete [2021-02-02T17:29:56.915Z] a4357932f1b6: Download complete [2021-02-02T17:29:56.915Z] 63d7cb157983: Verifying Checksum [2021-02-02T17:29:56.915Z] 63d7cb157983: Download complete [2021-02-02T17:29:56.915Z] b116817d02f9: Download complete [2021-02-02T17:29:56.915Z] 5f621e34cdf4: Download complete [2021-02-02T17:29:57.533Z] 5f621e34cdf4: Pull complete [2021-02-02T17:29:58.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-02T17:29:58.133Z] a4357932f1b6: Pull complete [2021-02-02T17:29:58.415Z] 18c013af1878: Pull complete [2021-02-02T17:29:59.018Z] 745a02a5169b: Verifying Checksum [2021-02-02T17:29:59.018Z] 745a02a5169b: Download complete [2021-02-02T17:29:59.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-02T17:30:00.001Z] 00ac8860ef70: Verifying Checksum [2021-02-02T17:30:00.001Z] 00ac8860ef70: Download complete [2021-02-02T17:30:00.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-02T17:30:01.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-02T17:30:02.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:30:03.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T17:30:04.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-02T17:30:06.102Z] $ docker stop --time=1 85573b2baf4fabc8594aa8aff21a3699847ddfe55887a274a020214c2c8edb53 [2021-02-02T17:30:07.871Z] $ docker rm -f 85573b2baf4fabc8594aa8aff21a3699847ddfe55887a274a020214c2c8edb53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-02T17:30:10.218Z] 00ac8860ef70: Pull complete [2021-02-02T17:30:10.493Z] 63d7cb157983: Pull complete [2021-02-02T17:30:10.769Z] b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:30:11.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:30:11.363Z] [2021-02-02T17:30:11.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:30:11.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:30:11.716Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T17:30:11.716Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T17:30:11.716Z] ca9280d653b3: Pulling fs layer [2021-02-02T17:30:11.716Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T17:30:11.716Z] cbdbe7a5bc2a: Download complete [2021-02-02T17:30:12.298Z] ca9280d653b3: Verifying Checksum [2021-02-02T17:30:12.298Z] ca9280d653b3: Download complete [2021-02-02T17:30:12.298Z] cbdbe7a5bc2a: Pull complete [2021-02-02T17:30:13.253Z] 7e9c9ca2126c: Verifying Checksum [2021-02-02T17:30:13.253Z] 7e9c9ca2126c: Download complete [2021-02-02T17:30:13.829Z] ca9280d653b3: Pull complete [2021-02-02T17:30:15.092Z] 745a02a5169b: Pull complete [2021-02-02T17:30:15.092Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T17:30:15.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T17:30:15.092Z] ---> b7e6874047d6 [2021-02-02T17:30:15.092Z] 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-02T17:30:18.518Z] ---> Running in b8355528524b [2021-02-02T17:30:19.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:30:19.178Z] 7e9c9ca2126c: Pull complete [2021-02-02T17:30:19.179Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T17:30:19.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:30:19.179Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T17:30:19.332Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:30:19.382Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:30:20.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:30:21.084Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:30:21.084Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:30:21.355Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:30:21.355Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:30:22.349Z] $ docker top e0b6d95474737bdef866a8f0dd4f5e0cc638ad316616764ca134cae3e1b20ef8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:30:22.953Z] + docker-compose build --help [2021-02-02T17:30:22.953Z] + grep parallel [2021-02-02T17:30:23.903Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:30:23.918Z] $ docker stop --time=1 e0b6d95474737bdef866a8f0dd4f5e0cc638ad316616764ca134cae3e1b20ef8 [2021-02-02T17:30:25.268Z] $ docker rm -f e0b6d95474737bdef866a8f0dd4f5e0cc638ad316616764ca134cae3e1b20ef8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:30:26.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:30:26.058Z] . [Pipeline] withDockerContainer [2021-02-02T17:30:26.157Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:30:26.204Z] $ 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/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:30:26.753Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:30:26.753Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:30:26.865Z] $ docker top b8a5d2087316f0c88f6febd6d6957c44b2be2bb202537785d90399ac83e5ba88 -eo pid,comm [Pipeline] { [2021-02-02T17:30:27.026Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:30:27.026Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:30:27.026Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:30:27.026Z] (10/12) Installing libsodium-dev (1.0.18-r0) [Pipeline] sh [2021-02-02T17:30:27.298Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:30:27.298Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:30:27.353Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:30:27.570Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:30:27.570Z] OK: 217 MiB in 51 packages [2021-02-02T17:30:28.298Z] Building docker-core-command-go ... [2021-02-02T17:30:28.298Z] Building docker-core-data-go ... [2021-02-02T17:30:28.298Z] Building docker-core-metadata-go ... [2021-02-02T17:30:28.298Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:30:28.298Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:30:28.298Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:30:28.298Z] Building docker-support-notifications-go ... [2021-02-02T17:30:28.298Z] Building docker-support-scheduler-go ... [2021-02-02T17:30:28.298Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:30:28.298Z] Building docker-support-notifications-go [2021-02-02T17:30:28.298Z] Building docker-security-bootstrapper-go [2021-02-02T17:30:28.298Z] Building docker-sys-mgmt-agent-go [2021-02-02T17:30:28.298Z] Building docker-security-proxy-setup-go [2021-02-02T17:30:28.298Z] Building docker-core-command-go [2021-02-02T17:30:31.882Z] Removing intermediate container b8355528524b [2021-02-02T17:30:31.882Z] ---> d45a36ef91e8 [2021-02-02T17:30:31.882Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:30:31.882Z] ---> Running in a9d6a961c56c [2021-02-02T17:30:32.159Z] Removing intermediate container a9d6a961c56c [2021-02-02T17:30:32.159Z] ---> 2eea6cc3b22b [2021-02-02T17:30:32.159Z] Step 5/6 : COPY go.mod . [2021-02-02T17:30:33.152Z] ---> 2ec9b30b7d86 [2021-02-02T17:30:33.152Z] Step 6/6 : RUN go mod download [2021-02-02T17:30:33.152Z] ---> Running in e35913ffbbcf [2021-02-02T17:30:59.981Z] Removing intermediate container e35913ffbbcf [2021-02-02T17:30:59.981Z] ---> 9a05f65e6e6a [2021-02-02T17:30:59.981Z] Successfully built 9a05f65e6e6a [2021-02-02T17:30:59.981Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:31:00.327Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T17:31:00.328Z] . [Pipeline] withDockerContainer [2021-02-02T17:31:00.565Z] prd-ubuntu18.04-docker-arm64-4c-16g-24581 does not seem to be running inside a container [2021-02-02T17:31:00.647Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T17:31:00.922Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:31:00.922Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:31:00.922Z] ---> ca036236b8c6 [2021-02-02T17:31:00.922Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:31:00.922Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:31:00.922Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:31:00.922Z] ---> ca036236b8c6 [2021-02-02T17:31:00.922Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:31:00.922Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:31:00.922Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:31:00.922Z] ---> ca036236b8c6 [2021-02-02T17:31:00.922Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:31:00.922Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:31:00.922Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:31:00.922Z] ---> ca036236b8c6 [2021-02-02T17:31:00.922Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:31:00.922Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:31:00.922Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:31:00.922Z] ---> ca036236b8c6 [2021-02-02T17:31:00.922Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:31:00.922Z] ---> Running in fa692ee79527 [2021-02-02T17:31:00.922Z] ---> Running in 28e3d07b9832 [2021-02-02T17:31:00.922Z] ---> Running in 06e9073a4365 [2021-02-02T17:31:00.922Z] ---> Running in f9176db749ed [2021-02-02T17:31:00.922Z] ---> Running in 7f10541aaa05 [2021-02-02T17:31:00.922Z] Removing intermediate container f9176db749ed [2021-02-02T17:31:00.922Z] ---> 720e06428ad2 [2021-02-02T17:31:00.922Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:31:00.922Z] Removing intermediate container 28e3d07b9832 [2021-02-02T17:31:00.922Z] ---> f5ac388e88cd [2021-02-02T17:31:00.922Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:31:00.922Z] Removing intermediate container 7f10541aaa05 [2021-02-02T17:31:00.922Z] ---> 63e217bc02aa [2021-02-02T17:31:00.923Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:31:00.923Z] Removing intermediate container fa692ee79527 [2021-02-02T17:31:00.923Z] ---> 220761573b9f [2021-02-02T17:31:00.923Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:31:00.923Z] Removing intermediate container 06e9073a4365 [2021-02-02T17:31:00.923Z] ---> 1d674df6ceaa [2021-02-02T17:31:00.923Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:31:00.923Z] ---> Running in f99eb9c4edf1 [2021-02-02T17:31:00.923Z] ---> Running in 015e201df607 [2021-02-02T17:31:00.923Z] ---> Running in 0fd25e6ac420 [2021-02-02T17:31:00.923Z] ---> Running in 6d4a4953340c [2021-02-02T17:31:00.923Z] ---> Running in c22ee9ec4648 [2021-02-02T17:31:00.923Z] Removing intermediate container 015e201df607 [2021-02-02T17:31:00.923Z] ---> 557d86fcb5e8 [2021-02-02T17:31:00.923Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:31:00.923Z] ---> Running in de4a9f426190 [2021-02-02T17:31:00.923Z] Removing intermediate container f99eb9c4edf1 [2021-02-02T17:31:00.923Z] ---> 4c4539a290f6 [2021-02-02T17:31:00.923Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:31:00.923Z] Removing intermediate container 0fd25e6ac420 [2021-02-02T17:31:00.923Z] ---> 06c5dd324ffb [2021-02-02T17:31:00.923Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:31:00.923Z] ---> Running in 8a85a981e9e3 [2021-02-02T17:31:00.923Z] ---> Running in 7a0d56956480 [2021-02-02T17:31:00.923Z] Removing intermediate container 6d4a4953340c [2021-02-02T17:31:00.923Z] ---> 9ceaaaa8ce57 [2021-02-02T17:31:00.923Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:31:00.923Z] Removing intermediate container c22ee9ec4648 [2021-02-02T17:31:00.923Z] ---> abdd6b555891 [2021-02-02T17:31:00.923Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:31:00.923Z] ---> Running in 0d57f8b76a79 [2021-02-02T17:31:00.923Z] ---> Running in 916065ef5771 [2021-02-02T17:31:00.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:01.985Z] OK: 233 MiB in 51 packages [2021-02-02T17:31:02.142Z] $ docker top 24de9db07e1123668de727d0c8ba789ae4cd1404ea04f885debc0ccf43a33f0e -eo pid,comm [2021-02-02T17:31:02.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:02.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:31:02.250Z] OK: 233 MiB in 51 packages [Pipeline] { [2021-02-02T17:31:02.522Z] OK: 233 MiB in 51 packages [2021-02-02T17:31:02.523Z] Removing intermediate container de4a9f426190 [2021-02-02T17:31:02.523Z] ---> 5fbb05c43e5c [2021-02-02T17:31:02.523Z] Step 6/31 : COPY go.mod . [Pipeline] sh [2021-02-02T17:31:02.794Z] OK: 233 MiB in 51 packages [2021-02-02T17:31:02.794Z] OK: 233 MiB in 51 packages [2021-02-02T17:31:02.794Z] Removing intermediate container 8a85a981e9e3 [2021-02-02T17:31:02.794Z] ---> 6d0292d7cef2 [2021-02-02T17:31:02.794Z] Step 6/26 : COPY go.mod . [2021-02-02T17:31:02.794Z] ---> 72594e5dec16 [2021-02-02T17:31:02.794Z] Step 7/31 : RUN go mod download [2021-02-02T17:31:03.067Z] ---> Running in 6f2c83843631 [2021-02-02T17:31:03.234Z] + go version [2021-02-02T17:31:03.234Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T17:31:03.259Z] $ docker stop --time=1 24de9db07e1123668de727d0c8ba789ae4cd1404ea04f885debc0ccf43a33f0e [2021-02-02T17:31:03.331Z] Removing intermediate container 7a0d56956480 [2021-02-02T17:31:03.331Z] ---> 88c7111178a8 [2021-02-02T17:31:03.331Z] Step 6/23 : COPY go.mod . [2021-02-02T17:31:03.331Z] ---> 2b52d7f0f8ca [2021-02-02T17:31:03.331Z] Step 7/26 : RUN go mod download [2021-02-02T17:31:03.331Z] ---> Running in 4f9c918a8eae [2021-02-02T17:31:03.911Z] ---> 23c1c08d35f1 [2021-02-02T17:31:03.911Z] Step 7/23 : RUN go mod download [2021-02-02T17:31:03.911Z] Removing intermediate container 916065ef5771 [2021-02-02T17:31:03.911Z] ---> e5269f3d3a2e [2021-02-02T17:31:03.911Z] Step 6/22 : COPY go.mod . [2021-02-02T17:31:04.190Z] ---> Running in 56e9c4bc0ca6 [2021-02-02T17:31:04.190Z] Removing intermediate container 0d57f8b76a79 [2021-02-02T17:31:04.190Z] ---> f2e855afc000 [2021-02-02T17:31:04.190Z] Step 6/21 : COPY go.mod . [2021-02-02T17:31:04.459Z] ---> 760f0300975f [2021-02-02T17:31:04.459Z] Step 7/22 : RUN go mod download [2021-02-02T17:31:04.459Z] ---> 6347268887fe [2021-02-02T17:31:04.459Z] Step 7/21 : RUN go mod download [2021-02-02T17:31:04.459Z] ---> Running in 83940a37caf7 [2021-02-02T17:31:04.723Z] ---> Running in 4753c86789c1 [2021-02-02T17:31:05.255Z] $ docker rm -f 24de9db07e1123668de727d0c8ba789ae4cd1404ea04f885debc0ccf43a33f0e [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-02T17:31:06.122Z] Removing intermediate container 56e9c4bc0ca6 [2021-02-02T17:31:06.122Z] ---> 8e56f5525715 [2021-02-02T17:31:06.122Z] Step 8/23 : COPY . . [2021-02-02T17:31:06.122Z] Removing intermediate container 4f9c918a8eae [2021-02-02T17:31:06.122Z] ---> 13272911069d [2021-02-02T17:31:06.122Z] Step 8/26 : COPY . . [2021-02-02T17:31:06.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:31:06.423Z] [2021-02-02T17:31:06.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:31:06.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:31:06.808Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T17:31:06.808Z] 29e5d40040c1: Pulling fs layer [2021-02-02T17:31:06.808Z] 1ce36da41761: Pulling fs layer [2021-02-02T17:31:06.808Z] 25b303627fd3: Pulling fs layer [2021-02-02T17:31:07.083Z] 29e5d40040c1: Verifying Checksum [2021-02-02T17:31:07.083Z] 29e5d40040c1: Download complete [2021-02-02T17:31:07.683Z] 1ce36da41761: Verifying Checksum [2021-02-02T17:31:07.683Z] 1ce36da41761: Download complete [2021-02-02T17:31:07.683Z] 29e5d40040c1: Pull complete [2021-02-02T17:31:09.115Z] 1ce36da41761: Pull complete [2021-02-02T17:31:09.387Z] 25b303627fd3: Verifying Checksum [2021-02-02T17:31:09.387Z] 25b303627fd3: Download complete [2021-02-02T17:31:10.364Z] Removing intermediate container 6f2c83843631 [2021-02-02T17:31:10.364Z] ---> c7f664b8836b [2021-02-02T17:31:10.364Z] Step 8/31 : COPY . . [2021-02-02T17:31:10.945Z] Removing intermediate container 83940a37caf7 [2021-02-02T17:31:10.946Z] ---> 30a9e055aab8 [2021-02-02T17:31:10.946Z] Step 8/22 : COPY . . [2021-02-02T17:31:19.239Z] Removing intermediate container 4753c86789c1 [2021-02-02T17:31:19.239Z] ---> 4bd9e72e0656 [2021-02-02T17:31:19.239Z] Step 8/21 : COPY . . [2021-02-02T17:31:19.534Z] 25b303627fd3: Pull complete [2021-02-02T17:31:19.534Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T17:31:19.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:31:19.534Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T17:31:19.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-24581 does not seem to be running inside a container [2021-02-02T17:31:19.898Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T17:31:22.951Z] $ docker top a8039a142d5bf3ce90d82cf62d43f940b1aaf736dbb63b2a6afe982f11ed1123 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:31:23.937Z] + docker-compose build --help [2021-02-02T17:31:23.937Z] + grep parallel [2021-02-02T17:31:27.300Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:31:27.328Z] $ docker stop --time=1 a8039a142d5bf3ce90d82cf62d43f940b1aaf736dbb63b2a6afe982f11ed1123 [2021-02-02T17:31:29.299Z] $ docker rm -f a8039a142d5bf3ce90d82cf62d43f940b1aaf736dbb63b2a6afe982f11ed1123 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:31:30.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:31:30.101Z] . [Pipeline] withDockerContainer [2021-02-02T17:31:30.384Z] prd-ubuntu18.04-docker-arm64-4c-16g-24581 does not seem to be running inside a container [2021-02-02T17:31:30.612Z] $ 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/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:31:32.265Z] $ docker top 9faac8210b14f8d74c32233bf4967316b6dd29e70ce18318c302bb1fd5bdb5e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:31:33.377Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:31:36.786Z] Building docker-core-command-go ... [2021-02-02T17:31:36.786Z] Building docker-core-data-go ... [2021-02-02T17:31:36.786Z] Building docker-core-metadata-go ... [2021-02-02T17:31:36.786Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:31:36.786Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:31:36.786Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:31:36.786Z] Building docker-support-notifications-go ... [2021-02-02T17:31:36.786Z] Building docker-support-scheduler-go ... [2021-02-02T17:31:36.786Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:31:36.786Z] Building docker-security-secretstore-setup-go [2021-02-02T17:31:36.786Z] Building docker-support-scheduler-go [2021-02-02T17:31:36.786Z] Building docker-security-proxy-setup-go [2021-02-02T17:31:36.786Z] Building docker-security-bootstrapper-go [2021-02-02T17:31:36.786Z] Building docker-core-command-go [2021-02-02T17:31:46.087Z] ---> 376175701ab6 [2021-02-02T17:31:46.087Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:31:50.312Z] ---> Running in a114ad354add [2021-02-02T17:31:50.312Z] ---> acb0f6c92d1b [2021-02-02T17:31:50.312Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:31:50.312Z] ---> daf40d167cea [2021-02-02T17:31:50.312Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:31:50.312Z] ---> 9cc9dddf6ada [2021-02-02T17:31:50.312Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:31:50.574Z] ---> 91969ed6dd3a [2021-02-02T17:31:50.574Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:31:50.574Z] ---> Running in 1ed3a885537f [2021-02-02T17:31:50.574Z] ---> Running in 96761f0f307e [2021-02-02T17:31:51.147Z] ---> Running in e10fde9a7be1 [2021-02-02T17:31:51.147Z] ---> Running in f4b67dd5b2a7 [2021-02-02T17:31:51.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-command/core-command ./cmd/core-command [2021-02-02T17:31:51.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-02T17:31:52.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-02T17:31:52.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T17:31:52.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-02T17:32:19.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T17:32:19.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:32:21.245Z] Removing intermediate container 1ed3a885537f [2021-02-02T17:32:21.245Z] ---> 0422e76e66a8 [2021-02-02T17:32:21.245Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:32:21.526Z] ---> Running in 17d217ef3b8b [2021-02-02T17:32:23.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-02T17:32:24.872Z] Removing intermediate container f4b67dd5b2a7 [2021-02-02T17:32:24.872Z] ---> cd1989795420 [2021-02-02T17:32:24.872Z] [2021-02-02T17:32:24.872Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:32:24.872Z] 3.12: Pulling from library/alpine [2021-02-02T17:32:25.155Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:32:25.155Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:32:25.155Z] ---> 9a05f65e6e6a [2021-02-02T17:32:25.155Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:32:25.155Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:32:25.155Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:32:25.155Z] ---> 9a05f65e6e6a [2021-02-02T17:32:25.155Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:32:25.155Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:32:25.155Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:32:25.155Z] ---> 9a05f65e6e6a [2021-02-02T17:32:25.155Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:32:25.155Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:32:25.155Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:32:25.155Z] ---> 9a05f65e6e6a [2021-02-02T17:32:25.155Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:32:25.155Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:32:25.155Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:32:25.155Z] ---> 9a05f65e6e6a [2021-02-02T17:32:25.155Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:32:25.447Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:32:25.447Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:32:25.447Z] ---> 389fef711851 [2021-02-02T17:32:25.447Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:32:27.119Z] ---> Running in 82d94b7a177b [2021-02-02T17:32:27.120Z] ---> Running in 59364ba92934 [2021-02-02T17:32:27.120Z] ---> Running in 4cc185f46e20 [2021-02-02T17:32:27.120Z] ---> Running in e29010203c21 [2021-02-02T17:32:27.120Z] ---> Running in c001919b9a7a [2021-02-02T17:32:27.716Z] Removing intermediate container e29010203c21 [2021-02-02T17:32:27.716Z] ---> 908ca5048c09 [2021-02-02T17:32:27.716Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:32:27.716Z] Removing intermediate container 59364ba92934 [2021-02-02T17:32:27.716Z] ---> 09a758554caf [2021-02-02T17:32:27.716Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:32:27.716Z] Removing intermediate container 82d94b7a177b [2021-02-02T17:32:27.716Z] ---> f6ac02ca636d [2021-02-02T17:32:27.716Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:32:27.992Z] Removing intermediate container c001919b9a7a [2021-02-02T17:32:27.992Z] ---> 029b3bbcba77 [2021-02-02T17:32:27.992Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:32:27.992Z] Removing intermediate container 4cc185f46e20 [2021-02-02T17:32:27.992Z] ---> b63e33d3a935 [2021-02-02T17:32:27.992Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:32:27.992Z] ---> Running in 9c23ade53ada [2021-02-02T17:32:27.992Z] ---> Running in cea0e21e69bd [2021-02-02T17:32:27.992Z] ---> Running in 4a614911ea9b [2021-02-02T17:32:28.266Z] ---> Running in 0efae0b968e6 [2021-02-02T17:32:28.266Z] ---> Running in f6ffce978da3 [2021-02-02T17:32:28.750Z] ---> Running in 57659414ab60 [2021-02-02T17:32:29.014Z] Removing intermediate container 17d217ef3b8b [2021-02-02T17:32:29.014Z] ---> f14e8ca2aa16 [2021-02-02T17:32:29.014Z] [2021-02-02T17:32:29.014Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:32:29.014Z] 20.10.0: Pulling from library/docker [2021-02-02T17:32:29.014Z] Removing intermediate container 96761f0f307e [2021-02-02T17:32:29.014Z] ---> 94db0ca0f4ab [2021-02-02T17:32:29.014Z] [2021-02-02T17:32:29.014Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:32:29.014Z] ---> 389fef711851 [2021-02-02T17:32:29.014Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:32:29.278Z] Removing intermediate container a114ad354add [2021-02-02T17:32:29.278Z] ---> 16dbdbcf31ec [2021-02-02T17:32:29.278Z] [2021-02-02T17:32:29.278Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:32:29.278Z] ---> 389fef711851 [2021-02-02T17:32:29.278Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:32:29.546Z] Removing intermediate container e10fde9a7be1 [2021-02-02T17:32:29.546Z] ---> 16ab60f8b278 [2021-02-02T17:32:29.546Z] [2021-02-02T17:32:29.546Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:32:29.546Z] ---> 389fef711851 [2021-02-02T17:32:29.546Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:32:30.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:30.942Z] ---> Running in eb2259efbeb4 [2021-02-02T17:32:30.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:30.942Z] ---> Running in fce2e9b11359 [2021-02-02T17:32:30.942Z] ---> Running in 70b27c05f44d [2021-02-02T17:32:30.942Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:32:30.942Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:32:30.942Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:32:30.942Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:32:30.942Z] Removing intermediate container eb2259efbeb4 [2021-02-02T17:32:30.942Z] ---> 57b87314c348 [2021-02-02T17:32:30.942Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:32:30.942Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:32:30.942Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:32:31.520Z] OK: 7 MiB in 18 packages [2021-02-02T17:32:31.672Z] Removing intermediate container 9c23ade53ada [2021-02-02T17:32:31.672Z] ---> 4b294f540c4c [2021-02-02T17:32:31.672Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:32:31.788Z] ---> Running in 6ee9b1b88355 [2021-02-02T17:32:31.949Z] ---> Running in bc4be8bcb9d7 [2021-02-02T17:32:31.949Z] Removing intermediate container cea0e21e69bd [2021-02-02T17:32:31.949Z] ---> 864877665ff6 [2021-02-02T17:32:31.949Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:32:32.237Z] ---> Running in 0f45c00eb08f [2021-02-02T17:32:32.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:32.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:32.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:32.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:32.512Z] Removing intermediate container 4a614911ea9b [2021-02-02T17:32:32.512Z] ---> ca3b440fece9 [2021-02-02T17:32:32.512Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:32:32.665Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:32:32.665Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:32:32.665Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:32:32.665Z] OK: 6 MiB in 15 packages [2021-02-02T17:32:32.665Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:32:32.665Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:32:32.665Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:32:32.665Z] OK: 6 MiB in 16 packages [2021-02-02T17:32:32.787Z] ---> Running in 5e76cffde119 [2021-02-02T17:32:32.787Z] Removing intermediate container f6ffce978da3 [2021-02-02T17:32:32.787Z] ---> 7ae3481f90e7 [2021-02-02T17:32:32.787Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:32:33.065Z] Removing intermediate container 0efae0b968e6 [2021-02-02T17:32:33.065Z] ---> b4291d53f1c1 [2021-02-02T17:32:33.065Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:32:33.065Z] ---> Running in b3eb7d3c6ec0 [2021-02-02T17:32:33.252Z] Removing intermediate container 57659414ab60 [2021-02-02T17:32:33.252Z] ---> 1d89e41c96ac [2021-02-02T17:32:33.252Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:32:33.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:33.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:33.343Z] ---> Running in a691907ae9b7 [2021-02-02T17:32:33.514Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:32:33.514Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:32:33.514Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:32:33.514Z] OK: 6 MiB in 16 packages [2021-02-02T17:32:33.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:34.088Z] ---> Running in 8b3e312378a3 [2021-02-02T17:32:34.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:34.352Z] Removing intermediate container 8b3e312378a3 [2021-02-02T17:32:34.352Z] ---> a22a25c47156 [2021-02-02T17:32:34.352Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:32:34.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:34.612Z] Removing intermediate container fce2e9b11359 [2021-02-02T17:32:34.612Z] ---> b86ff7e100ee [2021-02-02T17:32:34.612Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:32:34.612Z] ---> Running in b1493586c45d [2021-02-02T17:32:34.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:34.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:34.877Z] Removing intermediate container 70b27c05f44d [2021-02-02T17:32:34.877Z] ---> 0f4152e2d7e8 [2021-02-02T17:32:34.877Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:32:35.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:35.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:35.139Z] ---> Running in 1966c7d06190 [2021-02-02T17:32:35.139Z] Removing intermediate container 6ee9b1b88355 [2021-02-02T17:32:35.140Z] ---> c65e88babe5d [2021-02-02T17:32:35.140Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:32:35.401Z] ---> Running in 047b67bbc621 [2021-02-02T17:32:35.401Z] Removing intermediate container b1493586c45d [2021-02-02T17:32:35.401Z] ---> eda8c9ecf4c8 [2021-02-02T17:32:35.401Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:32:35.401Z] ---> Running in dc4ba3ba7552 [2021-02-02T17:32:35.401Z] Removing intermediate container 1966c7d06190 [2021-02-02T17:32:35.401Z] ---> 295206ab7b10 [2021-02-02T17:32:35.401Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:32:35.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:35.664Z] ---> Running in 72a1f0a9ade3 [2021-02-02T17:32:35.664Z] Removing intermediate container 047b67bbc621 [2021-02-02T17:32:35.664Z] ---> 7870bbee66ad [2021-02-02T17:32:35.664Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:32:35.664Z] Removing intermediate container dc4ba3ba7552 [2021-02-02T17:32:35.664Z] ---> 296bd2dc0032 [2021-02-02T17:32:35.664Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:32:35.664Z] ---> Running in 5a94a60842d7 [2021-02-02T17:32:35.664Z] ---> 67d1988f9023 [2021-02-02T17:32:35.664Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:32:35.689Z] OK: 217 MiB in 51 packages [2021-02-02T17:32:35.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:35.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:32:35.930Z] ---> Running in 87288f5b49ae [2021-02-02T17:32:35.930Z] Removing intermediate container 72a1f0a9ade3 [2021-02-02T17:32:35.930Z] ---> cf9ac56e556b [2021-02-02T17:32:35.930Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:32:35.966Z] OK: 217 MiB in 51 packages [2021-02-02T17:32:35.966Z] OK: 217 MiB in 51 packages [2021-02-02T17:32:36.191Z] ---> Running in af2d21ecf25e [2021-02-02T17:32:36.191Z] Removing intermediate container 5a94a60842d7 [2021-02-02T17:32:36.191Z] ---> 9fd10826e77b [2021-02-02T17:32:36.191Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:32:36.191Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:32:36.191Z] Removing intermediate container 87288f5b49ae [2021-02-02T17:32:36.191Z] ---> fc2b6aa3b767 [2021-02-02T17:32:36.191Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:32:36.191Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:32:36.191Z] ---> aefe523efa57 [2021-02-02T17:32:36.191Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:32:36.565Z] OK: 217 MiB in 51 packages [2021-02-02T17:32:36.764Z] ---> Running in 41d9f33627ac [2021-02-02T17:32:36.764Z] ---> 45e6743f45d9 [2021-02-02T17:32:36.764Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:32:36.764Z] ---> Running in 2ee8031d7ce7 [2021-02-02T17:32:36.764Z] ---> Running in 82bc4a706a96 [2021-02-02T17:32:36.764Z] Removing intermediate container af2d21ecf25e [2021-02-02T17:32:36.764Z] ---> 255308e2e40a [2021-02-02T17:32:36.764Z] Step 15/23 : WORKDIR / [2021-02-02T17:32:36.840Z] OK: 217 MiB in 51 packages [2021-02-02T17:32:37.025Z] ---> Running in 1d211c5943be [2021-02-02T17:32:37.291Z] Removing intermediate container 41d9f33627ac [2021-02-02T17:32:37.291Z] ---> bd426ba5ce00 [2021-02-02T17:32:37.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:32:37.291Z] ---> 9c7d62adae7c [2021-02-02T17:32:37.291Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:32:37.437Z] Removing intermediate container bc4be8bcb9d7 [2021-02-02T17:32:37.437Z] ---> ac1c0056c2c1 [2021-02-02T17:32:37.437Z] Step 6/24 : COPY go.mod . [2021-02-02T17:32:37.571Z] ---> Running in ca597a7faa09 [2021-02-02T17:32:37.571Z] Removing intermediate container 1d211c5943be [2021-02-02T17:32:37.571Z] ---> 47f70ecf88b9 [2021-02-02T17:32:37.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:32:37.834Z] ---> 88dec0b985ab [2021-02-02T17:32:37.834Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:32:38.039Z] Removing intermediate container 5e76cffde119 [2021-02-02T17:32:38.039Z] ---> b9992eeb6e1e [2021-02-02T17:32:38.039Z] Step 6/22 : COPY go.mod . [2021-02-02T17:32:38.039Z] Removing intermediate container 0f45c00eb08f [2021-02-02T17:32:38.039Z] ---> 82c58568c084 [2021-02-02T17:32:38.039Z] Step 6/21 : COPY go.mod . [2021-02-02T17:32:38.313Z] Removing intermediate container a691907ae9b7 [2021-02-02T17:32:38.313Z] ---> 77072ef35309 [2021-02-02T17:32:38.313Z] Step 6/31 : COPY go.mod . [2021-02-02T17:32:38.586Z] ---> 891e31718a15 [2021-02-02T17:32:38.586Z] Step 7/24 : RUN go mod download [2021-02-02T17:32:38.586Z] Removing intermediate container b3eb7d3c6ec0 [2021-02-02T17:32:38.586Z] ---> df540b2c2827 [2021-02-02T17:32:38.586Z] Step 6/23 : COPY go.mod . [2021-02-02T17:32:38.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:38.781Z] Removing intermediate container ca597a7faa09 [2021-02-02T17:32:38.781Z] ---> 7da4c9a46a54 [2021-02-02T17:32:38.781Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:32:38.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:38.781Z] ---> 399fe246ef61 [2021-02-02T17:32:38.781Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:32:38.781Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:32:38.781Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:32:38.781Z] ---> Running in 2e3d96439920 [2021-02-02T17:32:38.781Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:32:38.781Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:32:38.781Z] OK: 12 MiB in 22 packages [2021-02-02T17:32:38.868Z] ---> Running in 623279f00837 [2021-02-02T17:32:39.165Z] ---> 6d401130ead9 [2021-02-02T17:32:39.165Z] Step 7/22 : RUN go mod download [2021-02-02T17:32:39.165Z] ---> 03ea1f3fad09 [2021-02-02T17:32:39.165Z] Step 7/21 : RUN go mod download [2021-02-02T17:32:39.358Z] ---> ede85e31e86f [2021-02-02T17:32:39.358Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:32:39.358Z] Removing intermediate container 2e3d96439920 [2021-02-02T17:32:39.358Z] ---> c2c2b4d27031 [2021-02-02T17:32:39.358Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T17:32:39.436Z] ---> 853eca4c095f [2021-02-02T17:32:39.436Z] Step 7/31 : RUN go mod download [2021-02-02T17:32:39.436Z] ---> Running in 226891ddeab4 [2021-02-02T17:32:39.620Z] ---> Running in a5ac0502bdac [2021-02-02T17:32:39.620Z] ---> 3954c16a39a6 [2021-02-02T17:32:39.620Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:32:39.620Z] Removing intermediate container 82bc4a706a96 [2021-02-02T17:32:39.620Z] ---> da5e1498cdc9 [2021-02-02T17:32:39.620Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:32:39.709Z] ---> Running in 0c69e6b1efea [2021-02-02T17:32:39.709Z] ---> Running in 50e9be6e97bc [2021-02-02T17:32:39.709Z] ---> c3744ae4b07a [2021-02-02T17:32:39.709Z] Step 7/23 : RUN go mod download [2021-02-02T17:32:39.882Z] ---> 5ebd6db8da64 [2021-02-02T17:32:39.882Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:32:39.882Z] ---> Running in fe8087410de0 [2021-02-02T17:32:39.882Z] ---> Running in 12d9cda6b99d [2021-02-02T17:32:39.882Z] Removing intermediate container 2ee8031d7ce7 [2021-02-02T17:32:39.882Z] ---> 8ec77f05c7eb [2021-02-02T17:32:39.882Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:32:39.981Z] ---> Running in ff28b3b5beca [2021-02-02T17:32:40.145Z] Removing intermediate container a5ac0502bdac [2021-02-02T17:32:40.145Z] ---> d69b50027ed0 [2021-02-02T17:32:40.145Z] Step 20/21 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:32:40.145Z] ---> d3753372b83e [2021-02-02T17:32:40.145Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:32:40.145Z] ---> Running in a6cd832e3871 [2021-02-02T17:32:40.145Z] ---> Running in 3440e6af0ffd [2021-02-02T17:32:40.406Z] ---> Running in 6d2023ce6d34 [2021-02-02T17:32:40.406Z] Removing intermediate container fe8087410de0 [2021-02-02T17:32:40.406Z] ---> 3d76a0302429 [2021-02-02T17:32:40.406Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:32:40.406Z] Removing intermediate container 12d9cda6b99d [2021-02-02T17:32:40.406Z] ---> dbf1b903133d [2021-02-02T17:32:40.406Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:32:40.666Z] ---> Running in b80d3c9b34ed [2021-02-02T17:32:40.666Z] Removing intermediate container a6cd832e3871 [2021-02-02T17:32:40.666Z] ---> 2aec2b2bfcef [2021-02-02T17:32:40.666Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:32:40.666Z] Removing intermediate container 3440e6af0ffd [2021-02-02T17:32:40.666Z] ---> 6376220bd7d5 [2021-02-02T17:32:40.666Z] Step 21/21 : LABEL version=2.0.0-dev.72 [2021-02-02T17:32:40.666Z] Removing intermediate container 6d2023ce6d34 [2021-02-02T17:32:40.666Z] ---> b5ba24a67427 [2021-02-02T17:32:40.666Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:32:40.927Z] ---> 20c2c645b1bc [2021-02-02T17:32:40.927Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:32:40.927Z] ---> Running in 2b3d801123bb [2021-02-02T17:32:40.927Z] ---> Running in 88f34601660d [2021-02-02T17:32:40.927Z] Removing intermediate container b80d3c9b34ed [2021-02-02T17:32:40.927Z] ---> c2b713309ace [2021-02-02T17:32:40.927Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:32:40.927Z] ---> Running in da5e7c970b4d [2021-02-02T17:32:40.927Z] ---> Running in bd67aaa5638f [2021-02-02T17:32:41.188Z] ---> Running in fc3aaf371c1d [2021-02-02T17:32:41.448Z] Removing intermediate container 2b3d801123bb [2021-02-02T17:32:41.448Z] ---> d841458e0278 [2021-02-02T17:32:41.448Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:32:41.448Z] Removing intermediate container 88f34601660d [2021-02-02T17:32:41.448Z] ---> d86f2f998fa4 [2021-02-02T17:32:41.448Z] [2021-02-02T17:32:41.448Z] Removing intermediate container bd67aaa5638f [2021-02-02T17:32:41.448Z] ---> c87f01956172 [2021-02-02T17:32:41.448Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:32:41.709Z] ---> Running in 6f15641a9e11 [2021-02-02T17:32:41.709Z] Removing intermediate container fc3aaf371c1d [2021-02-02T17:32:41.709Z] ---> 058e7c84e54d [2021-02-02T17:32:41.709Z] Step 21/22 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:32:41.709Z] ---> Running in 6dcb9fb3619c [2021-02-02T17:32:41.709Z] Successfully built d86f2f998fa4 [2021-02-02T17:32:41.709Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T17:32:41.709Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9b2783cfba53 [2021-02-02T17:32:41.709Z] Building docker-security-secretstore-setup-go [2021-02-02T17:32:41.971Z] Removing intermediate container 6f15641a9e11 [2021-02-02T17:32:41.971Z] ---> cb98eccaffc4 [2021-02-02T17:32:41.971Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:32:41.971Z] Removing intermediate container 6dcb9fb3619c [2021-02-02T17:32:41.971Z] ---> 821d20a437d6 [2021-02-02T17:32:41.971Z] Step 22/23 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:32:42.242Z] ---> Running in 872f286a2373 [2021-02-02T17:32:42.242Z] Removing intermediate container 9b2783cfba53 [2021-02-02T17:32:42.242Z] ---> 704c86963b47 [2021-02-02T17:32:42.242Z] Step 22/22 : LABEL version=2.0.0-dev.72 [2021-02-02T17:32:42.614Z] Removing intermediate container 623279f00837 [2021-02-02T17:32:42.890Z] ---> 4fb81e71e17b [2021-02-02T17:32:42.890Z] Step 8/24 : COPY . . [2021-02-02T17:32:43.638Z] ---> Running in b42010d7e06f [2021-02-02T17:32:44.214Z] Removing intermediate container 872f286a2373 [2021-02-02T17:32:44.214Z] ---> 85ab13099257 [2021-02-02T17:32:44.214Z] Step 23/23 : LABEL version=2.0.0-dev.72 [2021-02-02T17:32:44.869Z] Removing intermediate container 50e9be6e97bc [2021-02-02T17:32:44.869Z] ---> c2d17fbfd934 [2021-02-02T17:32:44.869Z] Step 8/31 : COPY . . [2021-02-02T17:32:45.145Z] Removing intermediate container 226891ddeab4 [2021-02-02T17:32:45.145Z] ---> 9be1da4cc87d [2021-02-02T17:32:45.145Z] Step 8/22 : COPY . . [2021-02-02T17:32:45.157Z] ---> c3b913d52eb9 [2021-02-02T17:32:45.157Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:32:45.421Z] Removing intermediate container 0c69e6b1efea [2021-02-02T17:32:45.421Z] ---> dad5d20deaed [2021-02-02T17:32:45.421Z] Step 8/21 : COPY . . [2021-02-02T17:32:45.700Z] Removing intermediate container ff28b3b5beca [2021-02-02T17:32:45.700Z] ---> d090ce00cfbf [2021-02-02T17:32:45.700Z] Step 8/23 : COPY . . [2021-02-02T17:32:46.544Z] Removing intermediate container da5e7c970b4d [2021-02-02T17:32:46.544Z] ---> 51619bcd4fc4 [2021-02-02T17:32:46.544Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:32:46.544Z] ---> Running in 1be668339915 [2021-02-02T17:32:46.544Z] Removing intermediate container b42010d7e06f [2021-02-02T17:32:46.544Z] ---> 4ab0040a11b9 [2021-02-02T17:32:46.544Z] [2021-02-02T17:32:46.809Z] Successfully built 4ab0040a11b9 [2021-02-02T17:32:46.809Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T17:32:46.809Z] Building docker-core-data-go [2021-02-02T17:32:46.809Z]  Building docker-support-notifications-go ... done  ---> fed842b0e71f [2021-02-02T17:32:46.809Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:32:47.258Z] Removing intermediate container 1be668339915 [2021-02-02T17:32:47.258Z] ---> 4befe3f6f34d [2021-02-02T17:32:47.258Z] [2021-02-02T17:32:47.258Z] ---> 5c4081d46cbc [2021-02-02T17:32:47.258Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:32:49.433Z] Successfully built 4befe3f6f34d [2021-02-02T17:32:51.175Z] Successfully tagged docker-core-command-go:latest [2021-02-02T17:32:51.175Z] Building docker-core-metadata-go [2021-02-02T17:32:51.442Z]  Building docker-core-command-go ... done  ---> 6e092e285158 [2021-02-02T17:32:51.442Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:32:51.442Z] ---> 988f764c910b [2021-02-02T17:32:51.442Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:32:54.758Z] ---> Running in 1eb6f530aed6 [2021-02-02T17:32:55.363Z] ---> c012d0565680 [2021-02-02T17:32:55.363Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:32:58.745Z] ---> a4f79689f168 [2021-02-02T17:32:58.745Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:32:58.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:58.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:32:58.745Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:32:58.746Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:32:58.746Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:32:58.746Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:32:59.011Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:32:59.011Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:32:59.011Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:32:59.966Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:32:59.966Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:32:59.966Z] ---> ca036236b8c6 [2021-02-02T17:32:59.966Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:32:59.966Z] ---> Using cache [2021-02-02T17:32:59.966Z] ---> 1d674df6ceaa [2021-02-02T17:32:59.966Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:32:59.966Z] ---> Using cache [2021-02-02T17:32:59.966Z] ---> abdd6b555891 [2021-02-02T17:32:59.966Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:33:04.078Z] ---> 119127fa61b9 [2021-02-02T17:33:04.078Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:33:04.078Z] ---> 5d87c91c291d [2021-02-02T17:33:04.078Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:33:04.078Z] ---> 1262e3492186 [2021-02-02T17:33:04.078Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:33:04.078Z] ---> Running in 66d6d8526410 [2021-02-02T17:33:04.078Z] ---> 319a2b1226cc [2021-02-02T17:33:04.078Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:33:04.078Z] ---> 021d7934ded6 [2021-02-02T17:33:04.078Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:33:04.078Z] ---> Running in e40eba36d29a [2021-02-02T17:33:04.078Z] ---> Running in 1fd4afb33a3d [2021-02-02T17:33:04.078Z] ---> Running in 152fb9c62809 [2021-02-02T17:33:04.078Z] ---> Running in 9e666adfdbcd [2021-02-02T17:33:04.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-02T17:33:04.189Z] ---> Running in a60add09d4e2 [2021-02-02T17:33:04.189Z] ---> 0bd0d390be49 [2021-02-02T17:33:04.189Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:33:04.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T17:33:04.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-02T17:33:04.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-02T17:33:04.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-command/core-command ./cmd/core-command [2021-02-02T17:33:04.764Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:33:04.764Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:33:05.027Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:33:05.027Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:33:05.027Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:33:05.027Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:33:05.027Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:33:05.972Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:33:06.236Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:33:06.820Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:33:06.820Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:33:06.820Z] ---> Running in 71a637d28891 [2021-02-02T17:33:06.820Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:33:06.820Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:33:06.820Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:33:07.088Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:33:07.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:07.355Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:33:07.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:08.206Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:33:08.470Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:33:08.470Z] OK: 233 MiB in 51 packages [2021-02-02T17:33:08.470Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:33:09.049Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:33:09.049Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:33:09.049Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:33:09.049Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:33:09.313Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:09.313Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:33:09.313Z] ---> ca036236b8c6 [2021-02-02T17:33:09.313Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:33:09.313Z] ---> Using cache [2021-02-02T17:33:09.313Z] ---> 1d674df6ceaa [2021-02-02T17:33:09.313Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:33:09.313Z] ---> Using cache [2021-02-02T17:33:09.313Z] ---> abdd6b555891 [2021-02-02T17:33:09.313Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:33:10.259Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:33:10.259Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:33:10.259Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:33:10.259Z] Removing intermediate container 71a637d28891 [2021-02-02T17:33:10.259Z] ---> 2194c460a2aa [2021-02-02T17:33:10.259Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:33:11.247Z] ---> Running in 01e4302818d8 [2021-02-02T17:33:11.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:33:11.528Z] OK: 71 MiB in 55 packages [2021-02-02T17:33:12.484Z] ---> 26e1b4287831 [2021-02-02T17:33:12.484Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:33:13.884Z] Removing intermediate container a60add09d4e2 [2021-02-02T17:33:13.884Z] ---> 5b3c0906a79e [2021-02-02T17:33:13.884Z] Step 6/24 : COPY go.mod . [2021-02-02T17:33:14.146Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:14.146Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:33:14.146Z] ---> ca036236b8c6 [2021-02-02T17:33:14.146Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:33:14.146Z] ---> Using cache [2021-02-02T17:33:14.146Z] ---> 1d674df6ceaa [2021-02-02T17:33:14.146Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:33:14.146Z] ---> Using cache [2021-02-02T17:33:14.146Z] ---> abdd6b555891 [2021-02-02T17:33:14.146Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:33:14.146Z] ---> Using cache [2021-02-02T17:33:14.146Z] ---> 5b3c0906a79e [2021-02-02T17:33:14.146Z] Step 6/23 : COPY go.mod . [2021-02-02T17:33:14.719Z] ---> Running in 1cb95a614350 [2021-02-02T17:33:14.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:15.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:15.874Z] ---> 45fc3a432d68 [2021-02-02T17:33:15.874Z] Step 7/23 : RUN go mod download [2021-02-02T17:33:15.874Z] ---> 29b0181e8812 [2021-02-02T17:33:15.874Z] Step 7/24 : RUN go mod download [2021-02-02T17:33:15.874Z] OK: 233 MiB in 51 packages [2021-02-02T17:33:16.827Z] ---> Running in 1c7b8cf921a6 [2021-02-02T17:33:17.405Z] ---> Running in 9f53b61a8241 [2021-02-02T17:33:18.806Z] Removing intermediate container 01e4302818d8 [2021-02-02T17:33:18.806Z] ---> 8dc4453b05ef [2021-02-02T17:33:18.806Z] Step 6/23 : COPY go.mod . [2021-02-02T17:33:19.379Z] ---> 3b6e73586eba [2021-02-02T17:33:19.379Z] Step 7/23 : RUN go mod download [2021-02-02T17:33:21.300Z] ---> Running in 876c94524dd9 [2021-02-02T17:33:21.871Z] Removing intermediate container 1cb95a614350 [2021-02-02T17:33:21.871Z] ---> 1f0d5cdf3ee4 [2021-02-02T17:33:21.871Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:33:22.443Z] Removing intermediate container 1eb6f530aed6 [2021-02-02T17:33:22.443Z] ---> acb21e334064 [2021-02-02T17:33:22.443Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:33:22.443Z] ---> Running in b77d4fdfcf66 [2021-02-02T17:33:22.443Z] ---> Running in ca799868c62d [2021-02-02T17:33:22.705Z] Removing intermediate container 1c7b8cf921a6 [2021-02-02T17:33:22.705Z] ---> 4fc82b161f36 [2021-02-02T17:33:22.705Z] Step 8/24 : COPY . . [2021-02-02T17:33:22.705Z] Removing intermediate container 9f53b61a8241 [2021-02-02T17:33:22.705Z] ---> 2cca0fee58b8 [2021-02-02T17:33:22.705Z] Step 8/23 : COPY . . [2021-02-02T17:33:22.983Z] Removing intermediate container b77d4fdfcf66 [2021-02-02T17:33:22.983Z] ---> caa2aee42da2 [2021-02-02T17:33:22.983Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:33:23.578Z] ---> Running in da71adce19a9 [2021-02-02T17:33:30.179Z] Removing intermediate container da71adce19a9 [2021-02-02T17:33:30.179Z] ---> 405ae9b2872a [2021-02-02T17:33:30.179Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T17:33:31.583Z] Collecting docker-compose==1.23.2 [2021-02-02T17:33:31.583Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:33:32.163Z] Removing intermediate container 876c94524dd9 [2021-02-02T17:33:32.163Z] ---> 2b33d92156a8 [2021-02-02T17:33:32.163Z] Step 8/23 : COPY . . [2021-02-02T17:33:33.558Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:33:33.558Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:33:35.536Z] ---> Running in 4bd0c2bacd90 [2021-02-02T17:33:38.869Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:33:38.869Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:33:40.804Z] Removing intermediate container 4bd0c2bacd90 [2021-02-02T17:33:40.804Z] ---> d992b4495634 [2021-02-02T17:33:40.804Z] Step 30/31 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:33:41.070Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:33:41.070Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:33:43.643Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:33:43.643Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:33:44.252Z] ---> Running in 99706a96dff6 [2021-02-02T17:33:44.521Z] 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-02T17:33:44.795Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:33:44.795Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:33:45.385Z] Removing intermediate container 99706a96dff6 [2021-02-02T17:33:45.385Z] ---> 3e4f587ee43a [2021-02-02T17:33:45.385Z] Step 31/31 : LABEL version=2.0.0-dev.72 [2021-02-02T17:33:45.647Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:33:45.648Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:33:45.913Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:33:45.913Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:33:48.467Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:33:48.468Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:33:48.468Z] ---> Running in 87f69ae96903 [2021-02-02T17:33:51.048Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:33:51.048Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:33:52.003Z] Removing intermediate container 87f69ae96903 [2021-02-02T17:33:52.003Z] ---> 9cdd1b7f152c [2021-02-02T17:33:52.003Z] [2021-02-02T17:33:52.962Z] Successfully built 9cdd1b7f152c [2021-02-02T17:33:52.962Z] 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-02T17:33:52.962Z] 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-02T17:33:54.357Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T17:33:54.357Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:33:54.357Z] Building docker-support-scheduler-go [2021-02-02T17:33:54.618Z]  Building docker-security-bootstrapper-go ... done  Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:33:56.534Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:33:56.534Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:33:58.465Z] ---> 9a2218bfc424 [2021-02-02T17:33:58.465Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:33:58.465Z] ---> 6fd40a132973 [2021-02-02T17:33:58.465Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:33:58.738Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:33:58.738Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:33:59.311Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:33:59.311Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:33:59.311Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:33:59.311Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:33:59.889Z] Installing collected packages: docopt, dockerpty, cached-property, texttable, websocket-client, urllib3, idna, requests, jsonschema, docker-pycreds, docker, PyYAML, docker-compose [2021-02-02T17:33:59.889Z] Running setup.py install for docopt: started [2021-02-02T17:34:02.452Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:34:02.452Z] Running setup.py install for dockerpty: started [2021-02-02T17:34:03.021Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:34:03.599Z] Running setup.py install for texttable: started [2021-02-02T17:34:03.599Z] ---> Running in 99a58c714f06 [2021-02-02T17:34:03.599Z] ---> Running in 3fd8bdb005cc [2021-02-02T17:34:04.175Z] ---> 88a7afda618d [2021-02-02T17:34:04.175Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:34:04.175Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:34:04.448Z] ---> Running in 71d58e5531b9 [2021-02-02T17:34:04.448Z] Attempting uninstall: urllib3 [2021-02-02T17:34:04.448Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:34:04.448Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:34:04.718Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:34:05.985Z] Attempting uninstall: idna [2021-02-02T17:34:05.985Z] Found existing installation: idna 2.9 [2021-02-02T17:34:05.985Z] Uninstalling idna-2.9: [2021-02-02T17:34:05.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-02T17:34:05.985Z] Successfully uninstalled idna-2.9 [2021-02-02T17:34:05.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-02T17:34:06.262Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-data/core-data ./cmd/core-data [2021-02-02T17:34:06.262Z] Attempting uninstall: requests [2021-02-02T17:34:06.262Z] Found existing installation: requests 2.23.0 [2021-02-02T17:34:06.262Z] Uninstalling requests-2.23.0: [2021-02-02T17:34:06.262Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:34:08.307Z] Running setup.py install for PyYAML: started [2021-02-02T17:34:10.274Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:34:11.678Z] 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-02T17:34:15.096Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:34:15.096Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:34:15.096Z] ---> ca036236b8c6 [2021-02-02T17:34:15.096Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:34:15.096Z] ---> Using cache [2021-02-02T17:34:15.096Z] ---> 1d674df6ceaa [2021-02-02T17:34:15.096Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:34:15.096Z] ---> Using cache [2021-02-02T17:34:15.096Z] ---> abdd6b555891 [2021-02-02T17:34:15.096Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:34:15.096Z] ---> Using cache [2021-02-02T17:34:15.096Z] ---> 5b3c0906a79e [2021-02-02T17:34:15.096Z] Step 6/22 : COPY go.mod . [2021-02-02T17:34:15.096Z] ---> Using cache [2021-02-02T17:34:15.096Z] ---> 29b0181e8812 [2021-02-02T17:34:15.096Z] Step 7/22 : RUN go mod download [2021-02-02T17:34:15.096Z] ---> Using cache [2021-02-02T17:34:15.096Z] ---> 4fc82b161f36 [2021-02-02T17:34:15.096Z] Step 8/22 : COPY . . [2021-02-02T17:34:15.375Z] ---> Using cache [2021-02-02T17:34:15.375Z] ---> 9a2218bfc424 [2021-02-02T17:34:15.375Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:34:15.971Z] ---> Running in 9c275415200e [2021-02-02T17:34:16.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-02T17:34:18.379Z] Removing intermediate container ca799868c62d [2021-02-02T17:34:18.379Z] ---> c4c2570d8cba [2021-02-02T17:34:18.379Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:34:18.646Z] ---> Running in 3ddf95a077bf [2021-02-02T17:34:20.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:20.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:21.198Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:34:21.198Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:34:21.198Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:34:21.198Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:21.473Z] OK: 72 MiB in 58 packages [2021-02-02T17:34:23.428Z] Removing intermediate container 3ddf95a077bf [2021-02-02T17:34:23.428Z] ---> 455bb56f6e0f [2021-02-02T17:34:23.428Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:34:23.428Z] ---> Running in 94a2d75e4c47 [2021-02-02T17:34:23.699Z] Removing intermediate container 94a2d75e4c47 [2021-02-02T17:34:23.699Z] ---> 4cfe50583e63 [2021-02-02T17:34:23.699Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:34:23.699Z] ---> Running in ff21afea1ae5 [2021-02-02T17:34:23.967Z] Removing intermediate container ff21afea1ae5 [2021-02-02T17:34:23.967Z] ---> 4a79eb16e17f [2021-02-02T17:34:23.967Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T17:34:24.239Z] ---> Running in a64c0b1b6115 [2021-02-02T17:34:24.507Z] Removing intermediate container a64c0b1b6115 [2021-02-02T17:34:24.507Z] ---> 5017bc357601 [2021-02-02T17:34:24.507Z] Step 25/26 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:34:24.507Z] ---> Running in a713f4e2acf1 [2021-02-02T17:34:24.778Z] Removing intermediate container a713f4e2acf1 [2021-02-02T17:34:24.778Z] ---> 8615140eeacc [2021-02-02T17:34:24.778Z] Step 26/26 : LABEL version=2.0.0-dev.72 [2021-02-02T17:34:25.049Z] ---> Running in 799a2ed506a8 [2021-02-02T17:34:25.320Z] Removing intermediate container 799a2ed506a8 [2021-02-02T17:34:25.320Z] ---> 6e4593e3ed16 [2021-02-02T17:34:25.320Z] [2021-02-02T17:34:25.592Z] Successfully built 6e4593e3ed16 [2021-02-02T17:34:25.592Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T17:34:26.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-02T17:34:26.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-02T17:34:27.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:34:28.961Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-02T17:34:33.365Z] Removing intermediate container 66d6d8526410 [2021-02-02T17:34:33.365Z] ---> 71e084b3eff0 [2021-02-02T17:34:33.365Z] [2021-02-02T17:34:33.365Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:34:33.365Z] 3.12: Pulling from library/alpine [2021-02-02T17:34:34.827Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:34:34.827Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:34:34.827Z] ---> afeebe901d6b [2021-02-02T17:34:34.827Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:34:35.436Z] ---> Running in 0ef51b83ddc1 [2021-02-02T17:34:35.642Z] Removing intermediate container 3fd8bdb005cc [2021-02-02T17:34:35.642Z] ---> b6eb57cba48f [2021-02-02T17:34:35.642Z] [2021-02-02T17:34:35.642Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:34:35.642Z] ---> 389fef711851 [2021-02-02T17:34:35.642Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:34:35.642Z] ---> Running in fe136d3f2d59 [2021-02-02T17:34:36.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:36.886Z] Removing intermediate container 9e666adfdbcd [2021-02-02T17:34:36.886Z] ---> 0f9bbe80b666 [2021-02-02T17:34:36.886Z] [2021-02-02T17:34:36.886Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:34:36.886Z] ---> afeebe901d6b [2021-02-02T17:34:36.886Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:34:36.886Z] ---> Running in 8335fc201b5a [2021-02-02T17:34:36.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:36.888Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:34:37.150Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:34:37.150Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:34:37.150Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:34:37.150Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:37.150Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:37.425Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:34:37.425Z] OK: 7 MiB in 19 packages [2021-02-02T17:34:37.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:38.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:38.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:39.032Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:34:39.032Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:34:39.032Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:34:39.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:39.032Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:34:39.032Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:39.032Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:39.032Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:34:39.634Z] OK: 7 MiB in 19 packages [2021-02-02T17:34:39.634Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:34:39.917Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:34:39.917Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:34:39.917Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:34:39.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:39.917Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:34:40.562Z] OK: 7 MiB in 18 packages [2021-02-02T17:34:41.678Z] Removing intermediate container fe136d3f2d59 [2021-02-02T17:34:41.678Z] ---> e5fd9df0fea3 [2021-02-02T17:34:41.678Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:34:42.250Z] ---> Running in 5fe16b51bb4f [2021-02-02T17:34:42.250Z] Removing intermediate container 99a58c714f06 [2021-02-02T17:34:42.250Z] ---> 4e2f557153e7 [2021-02-02T17:34:42.250Z] [2021-02-02T17:34:42.250Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:34:42.250Z] ---> 389fef711851 [2021-02-02T17:34:42.250Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:34:42.250Z] ---> Using cache [2021-02-02T17:34:42.250Z] ---> b86ff7e100ee [2021-02-02T17:34:42.250Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:34:42.250Z] ---> Using cache [2021-02-02T17:34:42.250Z] ---> 295206ab7b10 [2021-02-02T17:34:42.250Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:34:42.514Z] ---> Running in 070847544b8f [2021-02-02T17:34:42.514Z] Removing intermediate container 5fe16b51bb4f [2021-02-02T17:34:42.514Z] ---> fa55c68ebddb [2021-02-02T17:34:42.514Z] Step 13/24 : WORKDIR / [2021-02-02T17:34:43.092Z] ---> Running in 0297b96cf8de [2021-02-02T17:34:43.396Z] Removing intermediate container 0ef51b83ddc1 [2021-02-02T17:34:43.396Z] ---> dea6dd5fe24d [2021-02-02T17:34:43.396Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:34:43.396Z] ---> Running in eb155d6aad79 [2021-02-02T17:34:43.396Z] Removing intermediate container 8335fc201b5a [2021-02-02T17:34:43.396Z] ---> 49a9019c1a9c [2021-02-02T17:34:43.396Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:34:43.669Z] ---> Running in 9d3c1f6f6c63 [2021-02-02T17:34:43.945Z] Removing intermediate container eb155d6aad79 [2021-02-02T17:34:43.945Z] ---> 93c2abbcc0e4 [2021-02-02T17:34:43.945Z] Step 13/24 : WORKDIR / [2021-02-02T17:34:44.225Z] ---> Running in 77cbbfba81e1 [2021-02-02T17:34:44.225Z] Removing intermediate container 9d3c1f6f6c63 [2021-02-02T17:34:44.225Z] ---> 07556ef0f4ff [2021-02-02T17:34:44.225Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:34:44.498Z] ---> Running in ab5ad32978e3 [2021-02-02T17:34:45.101Z] Removing intermediate container 77cbbfba81e1 [2021-02-02T17:34:45.101Z] ---> 0f847ae3c043 [2021-02-02T17:34:45.101Z] 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-02T17:34:45.376Z] Removing intermediate container ab5ad32978e3 [2021-02-02T17:34:45.376Z] ---> 44d9b8cf58d3 [2021-02-02T17:34:45.376Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:34:45.643Z] Removing intermediate container 070847544b8f [2021-02-02T17:34:45.643Z] ---> 22f590c0d4e8 [2021-02-02T17:34:45.643Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:34:45.979Z] ---> c3e664e092f5 [2021-02-02T17:34:45.979Z] 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-02T17:34:46.213Z] ---> Running in db81aadb7c5a [2021-02-02T17:34:46.213Z] Removing intermediate container 71d58e5531b9 [2021-02-02T17:34:46.213Z] ---> c034ef671578 [2021-02-02T17:34:46.213Z] [2021-02-02T17:34:46.213Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:34:46.213Z] ---> 389fef711851 [2021-02-02T17:34:46.213Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:34:46.213Z] Removing intermediate container 0297b96cf8de [2021-02-02T17:34:46.213Z] ---> 47c859b58917 [2021-02-02T17:34:46.213Z] 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-02T17:34:46.475Z] ---> Running in 689430693c67 [2021-02-02T17:34:46.475Z] Removing intermediate container db81aadb7c5a [2021-02-02T17:34:46.475Z] ---> eb582e183030 [2021-02-02T17:34:46.475Z] Step 15/23 : WORKDIR / [2021-02-02T17:34:46.594Z] ---> 6d05a3d101db [2021-02-02T17:34:46.594Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:34:47.578Z] ---> 015f9bf27a2c [2021-02-02T17:34:47.578Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:34:48.403Z] ---> Running in 380d56f3ec2e [2021-02-02T17:34:48.403Z] ---> fbb44d3f1ed8 [2021-02-02T17:34:48.403Z] 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-02T17:34:48.403Z] Removing intermediate container 689430693c67 [2021-02-02T17:34:48.403Z] ---> 6576d9072e1d [2021-02-02T17:34:48.403Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:34:48.403Z] Removing intermediate container 9c275415200e [2021-02-02T17:34:48.403Z] ---> ebb8ca13c0d4 [2021-02-02T17:34:48.403Z] [2021-02-02T17:34:48.403Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:34:48.403Z] ---> 389fef711851 [2021-02-02T17:34:48.403Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:34:48.403Z] ---> Using cache [2021-02-02T17:34:48.403Z] ---> b86ff7e100ee [2021-02-02T17:34:48.403Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:34:48.403Z] ---> Using cache [2021-02-02T17:34:48.403Z] ---> 295206ab7b10 [2021-02-02T17:34:48.403Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:34:48.403Z] ---> Running in e2b6c35d17eb [2021-02-02T17:34:48.403Z] ---> Running in d2eb753fc3ac [2021-02-02T17:34:48.664Z] Removing intermediate container 380d56f3ec2e [2021-02-02T17:34:48.664Z] ---> ad7fe21f9e8d [2021-02-02T17:34:48.664Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:34:48.664Z] ---> c6da6828beb6 [2021-02-02T17:34:48.664Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:34:48.664Z] Removing intermediate container e2b6c35d17eb [2021-02-02T17:34:48.664Z] ---> b426bcd53d7d [2021-02-02T17:34:48.664Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:34:48.936Z] ---> Running in 798d0d99a2fe [2021-02-02T17:34:48.936Z] Removing intermediate container d2eb753fc3ac [2021-02-02T17:34:48.936Z] ---> ab34d370e6ad [2021-02-02T17:34:48.936Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:34:48.936Z] ---> c26755af8cdc [2021-02-02T17:34:48.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:34:48.936Z] ---> 4f7c46a64ff8 [2021-02-02T17:34:48.936Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:34:49.033Z] ---> 927e4bb8e64d [2021-02-02T17:34:49.033Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:34:49.033Z] ---> 69a0865f4f1a [2021-02-02T17:34:49.033Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:34:49.201Z] ---> Running in 4a8baec9eb06 [2021-02-02T17:34:49.201Z] Removing intermediate container 798d0d99a2fe [2021-02-02T17:34:49.201Z] ---> bf2288d7d11a [2021-02-02T17:34:49.201Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:34:49.467Z] ---> Running in adc10d92ec0f [2021-02-02T17:34:49.467Z] Removing intermediate container 4a8baec9eb06 [2021-02-02T17:34:49.467Z] ---> 2de013e72aab [2021-02-02T17:34:49.467Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:34:49.732Z] ---> 02540fc271db [2021-02-02T17:34:49.732Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:34:49.732Z] ---> 23cb40a43604 [2021-02-02T17:34:49.732Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:34:50.007Z] ---> 4d75f24e7948 [2021-02-02T17:34:50.007Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:34:50.007Z] ---> 2fe3dcbd6c5e [2021-02-02T17:34:50.007Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:34:50.271Z] ---> b07bcb7935f0 [2021-02-02T17:34:50.271Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:34:50.271Z] ---> Running in 43dcbcc4c10b [2021-02-02T17:34:50.532Z] Removing intermediate container 43dcbcc4c10b [2021-02-02T17:34:50.533Z] ---> c9229ae45d93 [2021-02-02T17:34:50.533Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:34:51.474Z] ---> 4111592bfbb9 [2021-02-02T17:34:51.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:34:51.474Z] ---> 7c005d143860 [2021-02-02T17:34:51.474Z] 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-02T17:34:51.474Z] ---> Running in 9015f02cec2f [2021-02-02T17:34:51.676Z] ---> 40105a377084 [2021-02-02T17:34:51.676Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:34:51.734Z] ---> Running in bff6830b1b75 [2021-02-02T17:34:51.734Z] Removing intermediate container 9015f02cec2f [2021-02-02T17:34:51.734Z] ---> ee935c14cb3d [2021-02-02T17:34:51.734Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:34:52.002Z] ---> ee6f5c7e06a4 [2021-02-02T17:34:52.002Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:34:52.002Z] ---> Running in e8789893173c [2021-02-02T17:34:52.002Z] ---> Running in b12eeb599795 [2021-02-02T17:34:52.002Z] Removing intermediate container adc10d92ec0f [2021-02-02T17:34:52.002Z] ---> 973e80cd7547 [2021-02-02T17:34:52.002Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:34:52.262Z] ---> Running in ccd41019318c [2021-02-02T17:34:52.262Z] Removing intermediate container e8789893173c [2021-02-02T17:34:52.262Z] ---> 11778dcd1218 [2021-02-02T17:34:52.262Z] Step 22/23 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:34:52.279Z] ---> c4a873d23990 [2021-02-02T17:34:52.279Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:34:52.279Z] ---> Running in 5189ba769d01 [2021-02-02T17:34:52.526Z] Removing intermediate container b12eeb599795 [2021-02-02T17:34:52.526Z] ---> 36c03062e6d7 [2021-02-02T17:34:52.526Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:34:52.526Z] ---> Running in 5f2f793d587e [2021-02-02T17:34:52.554Z] Removing intermediate container e40eba36d29a [2021-02-02T17:34:52.554Z] ---> 4064ef4794e4 [2021-02-02T17:34:52.554Z] [2021-02-02T17:34:52.554Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:34:52.792Z] ---> Running in 9f518fa2d4f3 [2021-02-02T17:34:52.792Z] Removing intermediate container 5f2f793d587e [2021-02-02T17:34:52.792Z] ---> 05d47cfd68a8 [2021-02-02T17:34:52.792Z] Step 23/23 : LABEL version=2.0.0-dev.72 [2021-02-02T17:34:52.831Z] ---> afeebe901d6b [2021-02-02T17:34:52.831Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:34:53.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:53.053Z] Removing intermediate container 9f518fa2d4f3 [2021-02-02T17:34:53.053Z] ---> 885e793027f8 [2021-02-02T17:34:53.053Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:34:53.053Z] ---> Running in f51cd4043e6b [2021-02-02T17:34:53.053Z] ---> Running in 8df3d9729917 [2021-02-02T17:34:53.053Z] Removing intermediate container bff6830b1b75 [2021-02-02T17:34:53.053Z] ---> 553aa9a0f3bb [2021-02-02T17:34:53.053Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:34:53.323Z] ---> Running in a97615642e63 [2021-02-02T17:34:53.323Z] Removing intermediate container f51cd4043e6b [2021-02-02T17:34:53.323Z] ---> a8eae3807638 [2021-02-02T17:34:53.323Z] [2021-02-02T17:34:53.323Z] Removing intermediate container 8df3d9729917 [2021-02-02T17:34:53.323Z] ---> bc0a01eed179 [2021-02-02T17:34:53.323Z] Step 21/22 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:34:53.437Z] ---> Running in 2fb02da3499e [2021-02-02T17:34:53.437Z] Removing intermediate container 5189ba769d01 [2021-02-02T17:34:53.437Z] ---> e3a2c30d63d8 [2021-02-02T17:34:53.437Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:34:53.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:53.845Z] Successfully built a8eae3807638 [2021-02-02T17:34:53.845Z] ---> Running in 9a3d5ebaa581 [2021-02-02T17:34:53.845Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T17:34:53.845Z]  Building docker-core-metadata-go ... done Removing intermediate container a97615642e63 [2021-02-02T17:34:53.845Z] ---> b24f74595a3b [2021-02-02T17:34:53.845Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T17:34:54.105Z] ---> Running in 490e24c2a2bb [2021-02-02T17:34:54.105Z] Removing intermediate container 9a3d5ebaa581 [2021-02-02T17:34:54.105Z] ---> ff4e6d3165df [2021-02-02T17:34:54.105Z] Step 22/22 : LABEL version=2.0.0-dev.72 [2021-02-02T17:34:54.105Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:54.105Z] ---> Running in 2eb8238d4c21 [2021-02-02T17:34:54.368Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:34:54.368Z] Removing intermediate container 490e24c2a2bb [2021-02-02T17:34:54.368Z] ---> 1e2ddf23de5b [2021-02-02T17:34:54.368Z] Step 23/24 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:34:54.368Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:34:54.368Z] ---> Running in fef115ad557c [2021-02-02T17:34:54.368Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:34:54.368Z] Removing intermediate container 2eb8238d4c21 [2021-02-02T17:34:54.368Z] ---> cc91eee30810 [2021-02-02T17:34:54.368Z] [2021-02-02T17:34:54.419Z] ---> a766cd7d37a6 [2021-02-02T17:34:54.420Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:34:54.631Z] Successfully built cc91eee30810 [2021-02-02T17:34:54.631Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T17:34:54.631Z]  Building docker-support-scheduler-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:34:54.631Z] Removing intermediate container fef115ad557c [2021-02-02T17:34:54.631Z] ---> e70c1567469e [2021-02-02T17:34:54.631Z] Step 24/24 : LABEL version=2.0.0-dev.72 [2021-02-02T17:34:54.631Z] ---> Running in 490ff5f304d3 [2021-02-02T17:34:54.631Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:34:54.892Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:54.892Z] OK: 8 MiB in 20 packages [2021-02-02T17:34:54.892Z] Removing intermediate container 490ff5f304d3 [2021-02-02T17:34:54.892Z] ---> 00143e3ebdf9 [2021-02-02T17:34:54.892Z] [2021-02-02T17:34:55.029Z] ---> Running in 66b08f63e7bf [2021-02-02T17:34:55.029Z] Removing intermediate container 2fb02da3499e [2021-02-02T17:34:55.029Z] ---> 6ec8a87ef802 [2021-02-02T17:34:55.029Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:34:55.029Z] ---> c031b411b40e [2021-02-02T17:34:55.029Z] 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-02T17:34:55.029Z] ---> Running in b4daaac00fd0 [2021-02-02T17:34:55.155Z] Successfully built 00143e3ebdf9 [2021-02-02T17:34:55.155Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T17:34:55.303Z] Removing intermediate container 1fd4afb33a3d [2021-02-02T17:34:55.303Z] ---> 1349c27034b8 [2021-02-02T17:34:55.303Z] [2021-02-02T17:34:55.303Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:34:55.303Z] ---> afeebe901d6b [2021-02-02T17:34:55.303Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:34:55.303Z] Removing intermediate container 152fb9c62809 [2021-02-02T17:34:55.303Z] ---> b76484b9729a [2021-02-02T17:34:55.303Z] [2021-02-02T17:34:55.303Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:34:55.303Z] ---> afeebe901d6b [2021-02-02T17:34:55.303Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:34:55.416Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ccd41019318c [2021-02-02T17:34:55.416Z] ---> 15ee5c325940 [2021-02-02T17:34:55.416Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:34:55.578Z] ---> Running in 949bee0ce2b5 [2021-02-02T17:34:55.677Z] ---> 3e5f547fc7b9 [2021-02-02T17:34:55.677Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:34:55.855Z] ---> Running in a318f63db78f [2021-02-02T17:34:55.856Z] ---> Running in 45cd82d61fa0 [2021-02-02T17:34:55.856Z] Removing intermediate container 66b08f63e7bf [2021-02-02T17:34:55.856Z] ---> 5433b705daef [2021-02-02T17:34:55.856Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T17:34:56.129Z] ---> Running in c6b18b675ee9 [2021-02-02T17:34:56.268Z] ---> 6d8af460bce1 [2021-02-02T17:34:56.268Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:34:56.268Z] ---> 3d7f901a7998 [2021-02-02T17:34:56.268Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:34:56.534Z] ---> Running in 9855e22a17bc [2021-02-02T17:34:56.534Z] Removing intermediate container 9855e22a17bc [2021-02-02T17:34:56.534Z] ---> 924f46d340ee [2021-02-02T17:34:56.534Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:34:56.534Z] ---> Running in b54497db4586 [2021-02-02T17:34:56.798Z] Removing intermediate container b54497db4586 [2021-02-02T17:34:56.798Z] ---> 9b23eba6c2ad [2021-02-02T17:34:56.798Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:34:56.798Z] ---> Running in 44f9cefdb5a7 [2021-02-02T17:34:57.058Z] Removing intermediate container 44f9cefdb5a7 [2021-02-02T17:34:57.058Z] ---> fb378e08f085 [2021-02-02T17:34:57.058Z] Step 22/23 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:34:57.058Z] ---> Running in 8924cdd6f93d [2021-02-02T17:34:57.118Z] Removing intermediate container c6b18b675ee9 [2021-02-02T17:34:57.118Z] ---> 5856e6a54636 [2021-02-02T17:34:57.118Z] Step 20/21 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:34:57.118Z] ---> Running in bf575f665812 [2021-02-02T17:34:57.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:57.318Z] Removing intermediate container 8924cdd6f93d [2021-02-02T17:34:57.318Z] ---> b1b1eacc368a [2021-02-02T17:34:57.318Z] Step 23/23 : LABEL version=2.0.0-dev.72 [2021-02-02T17:34:57.318Z] ---> Running in e4025eb3caa9 [2021-02-02T17:34:57.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:57.580Z] Removing intermediate container e4025eb3caa9 [2021-02-02T17:34:57.580Z] ---> af30cb75bd0c [2021-02-02T17:34:57.580Z] [2021-02-02T17:34:57.580Z] Successfully built af30cb75bd0c [2021-02-02T17:34:57.580Z] Successfully tagged docker-core-data-go:latest [2021-02-02T17:34:57.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:57.676Z] Removing intermediate container bf575f665812 [2021-02-02T17:34:57.676Z] ---> 28d7a3f8f109 [2021-02-02T17:34:57.676Z] Step 21/21 : LABEL version=2.0.0-dev.72 [2021-02-02T17:34:57.866Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-02T17:34:57.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:57.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:57.960Z] ---> Running in 3e0c94ceca7d [2021-02-02T17:34:57.923Z] $ docker stop --time=1 b8a5d2087316f0c88f6febd6d6957c44b2be2bb202537785d90399ac83e5ba88 [2021-02-02T17:34:58.233Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:58.233Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:34:58.233Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:58.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:34:58.233Z] OK: 5 MiB in 16 packages [2021-02-02T17:34:58.507Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:58.507Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:58.507Z] OK: 5 MiB in 15 packages [2021-02-02T17:34:58.782Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:58.782Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:58.782Z] OK: 5 MiB in 15 packages [2021-02-02T17:34:58.782Z] Removing intermediate container 3e0c94ceca7d [2021-02-02T17:34:58.782Z] ---> 9736bef3453f [2021-02-02T17:34:58.782Z] [2021-02-02T17:34:59.062Z] Removing intermediate container 949bee0ce2b5 [2021-02-02T17:34:59.062Z] ---> ea024620444b [2021-02-02T17:34:59.062Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:34:59.351Z] Successfully built 9736bef3453f [2021-02-02T17:34:59.351Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T17:34:59.351Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-02T17:34:59.351Z] ---> Running in 0361dd0b96fc [2021-02-02T17:34:59.570Z] $ docker rm -f b8a5d2087316f0c88f6febd6d6957c44b2be2bb202537785d90399ac83e5ba88 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:34:59.961Z] Removing intermediate container b4daaac00fd0 [2021-02-02T17:34:59.961Z] ---> a480bdc16aa5 [2021-02-02T17:34:59.961Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:35:00.129Z] + docker images [2021-02-02T17:35:00.129Z] + grep docker [2021-02-02T17:35:00.248Z] Removing intermediate container 0361dd0b96fc [2021-02-02T17:35:00.248Z] ---> 2d4013073c7e [2021-02-02T17:35:00.248Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T17:35:00.248Z] ---> Running in e2e2613e5b73 [2021-02-02T17:35:00.248Z] ---> Running in 8a3188e99785 [2021-02-02T17:35:00.390Z] docker-core-data-go latest af30cb75bd0c 3 seconds ago 22.3MB [2021-02-02T17:35:00.390Z] docker-security-secretstore-setup-go latest 00143e3ebdf9 6 seconds ago 24.6MB [2021-02-02T17:35:00.390Z] docker-support-scheduler-go latest cc91eee30810 6 seconds ago 17MB [2021-02-02T17:35:00.390Z] docker-core-metadata-go latest a8eae3807638 7 seconds ago 18.8MB [2021-02-02T17:35:00.390Z] docker-sys-mgmt-agent-go latest 6e4593e3ed16 35 seconds ago 313MB [2021-02-02T17:35:00.390Z] docker-security-bootstrapper-go latest 9cdd1b7f152c About a minute ago 23.8MB [2021-02-02T17:35:00.390Z] docker-core-command-go latest 4befe3f6f34d 2 minutes ago 16.9MB [2021-02-02T17:35:00.390Z] docker-support-notifications-go latest 4ab0040a11b9 2 minutes ago 17.5MB [2021-02-02T17:35:00.390Z] docker-security-proxy-setup-go latest d86f2f998fa4 2 minutes ago 24.4MB [2021-02-02T17:35:00.390Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-02T17:35:00.530Z] Removing intermediate container a318f63db78f [2021-02-02T17:35:00.530Z] ---> f64afb40f34d [2021-02-02T17:35:00.530Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:35:00.530Z] Removing intermediate container 45cd82d61fa0 [2021-02-02T17:35:00.530Z] ---> 4ca3a0d09374 [2021-02-02T17:35:00.530Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-02T17:35:00.808Z] ---> Running in c5184d73b843 [2021-02-02T17:35:00.808Z] ---> Running in a41e37066d83 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:35:00.924Z] provisioning config files... [2021-02-02T17:35:00.960Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/336@tmp/config7804190317848502218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:35:01.087Z] Removing intermediate container e2e2613e5b73 [2021-02-02T17:35:01.087Z] ---> 3d8ce9b1af9a [2021-02-02T17:35:01.087Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:35:01.345Z] ---> docker-login.sh [2021-02-02T17:35:01.345Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:35:01.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:35:01.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:35:01.606Z] Configure a credential helper to remove this warning. See [2021-02-02T17:35:01.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:35:01.606Z] [2021-02-02T17:35:01.606Z] Login Succeeded [2021-02-02T17:35:01.606Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:35:01.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:35:01.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:35:01.606Z] Configure a credential helper to remove this warning. See [2021-02-02T17:35:01.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:35:01.606Z] [2021-02-02T17:35:01.606Z] Login Succeeded [2021-02-02T17:35:01.606Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:35:01.678Z] Removing intermediate container 8a3188e99785 [2021-02-02T17:35:01.678Z] ---> 63f1d271c205 [2021-02-02T17:35:01.679Z] Step 23/24 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:01.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:35:01.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:35:01.866Z] Configure a credential helper to remove this warning. See [2021-02-02T17:35:01.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:35:01.866Z] [2021-02-02T17:35:01.866Z] Login Succeeded [2021-02-02T17:35:01.866Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:35:02.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:35:02.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:35:02.131Z] Configure a credential helper to remove this warning. See [2021-02-02T17:35:02.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:35:02.131Z] [2021-02-02T17:35:02.131Z] Login Succeeded [2021-02-02T17:35:02.131Z] docker.io [2021-02-02T17:35:02.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:35:02.270Z] ---> Running in bd5b82c3075a [2021-02-02T17:35:02.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:35:02.393Z] Configure a credential helper to remove this warning. See [2021-02-02T17:35:02.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:35:02.393Z] [2021-02-02T17:35:02.393Z] Login Succeeded [2021-02-02T17:35:02.393Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:35:02.402Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-02-02T17:35:02.543Z] ---> Running in aafc358207a0 [2021-02-02T17:35:02.543Z] Removing intermediate container c5184d73b843 [2021-02-02T17:35:02.543Z] ---> c020d021acce [2021-02-02T17:35:02.543Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:35:02.543Z] Removing intermediate container a41e37066d83 [2021-02-02T17:35:02.543Z] ---> 9d8f15b89dfd [2021-02-02T17:35:02.543Z] Step 13/22 : ENV APP_PORT=48085 [Pipeline] echo [2021-02-02T17:35:02.595Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-02T17:35:02.595Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:02.595Z] 2.0.0-dev.72 [2021-02-02T17:35:02.595Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:02.595Z] master [2021-02-02T17:35:02.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:03.692Z] Removing intermediate container bd5b82c3075a [2021-02-02T17:35:03.692Z] ---> aa33ae0a216b [2021-02-02T17:35:03.692Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:35:03.692Z] ---> Running in 33300b552354 [2021-02-02T17:35:03.692Z] ---> Running in 20feb82c4c32 [2021-02-02T17:35:03.692Z] ---> Running in 4289830443b8 [2021-02-02T17:35:03.692Z] Removing intermediate container aafc358207a0 [2021-02-02T17:35:03.692Z] ---> d30826902f0d [2021-02-02T17:35:03.692Z] Step 24/24 : LABEL version=2.0.0-dev.72 [2021-02-02T17:35:03.692Z] ---> Running in a8110b2c75f1 [2021-02-02T17:35:03.692Z] Removing intermediate container 20feb82c4c32 [2021-02-02T17:35:03.692Z] Removing intermediate container 33300b552354 [2021-02-02T17:35:03.692Z] ---> ed517189c5b8 [2021-02-02T17:35:03.692Z] ---> 1a1efa88cfb9 [2021-02-02T17:35:03.692Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:35:03.979Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:35:03.979Z] ---> Running in 6c57d5c5fad9 [2021-02-02T17:35:03.979Z] ---> Running in 64e5e73ad50d [2021-02-02T17:35:03.980Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:04.253Z] Removing intermediate container a8110b2c75f1 [2021-02-02T17:35:04.253Z] ---> 399524671d08 [2021-02-02T17:35:04.253Z] [2021-02-02T17:35:04.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:04.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-02T17:35:04.290Z] 353fa5d7e79d: Preparing [2021-02-02T17:35:04.290Z] 2f225d6cc92e: Preparing [2021-02-02T17:35:04.290Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:04.290Z] ce1e1e12d858: Preparing [2021-02-02T17:35:04.290Z] 777b2c648970: Preparing [2021-02-02T17:35:04.290Z] 777b2c648970: Layer already exists [2021-02-02T17:35:04.550Z] ce1e1e12d858: Pushed [2021-02-02T17:35:04.550Z] 7812d16a6c2a: Pushed [2021-02-02T17:35:04.550Z] 353fa5d7e79d: Pushed [2021-02-02T17:35:04.854Z] Successfully built 399524671d08 [2021-02-02T17:35:04.854Z] Removing intermediate container 64e5e73ad50d [2021-02-02T17:35:04.854Z] ---> da50577b7877 [2021-02-02T17:35:04.854Z] Step 15/23 : WORKDIR / [2021-02-02T17:35:04.854Z] Removing intermediate container 6c57d5c5fad9 [2021-02-02T17:35:04.854Z] ---> cfa477988842 [2021-02-02T17:35:04.854Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:35:04.854Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T17:35:04.854Z] Building docker-core-data-go [2021-02-02T17:35:05.136Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 9928c51a9cdc [2021-02-02T17:35:05.502Z] 2f225d6cc92e: Pushed [2021-02-02T17:35:05.502Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:32351063ad5920d08576983f80fea754c651ec183e982ed9982dcb8bfa83ce60 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:05.737Z] Removing intermediate container 9928c51a9cdc [2021-02-02T17:35:05.737Z] ---> 0e13478ab047 [2021-02-02T17:35:05.737Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:35:05.874Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:06.022Z] ---> 2d6d33781116 [2021-02-02T17:35:06.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:35:06.294Z] Removing intermediate container 4289830443b8 [2021-02-02T17:35:06.294Z] ---> 244e03d61437 [2021-02-02T17:35:06.294Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:35:06.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.72 [2021-02-02T17:35:06.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-02T17:35:06.298Z] 353fa5d7e79d: Preparing [2021-02-02T17:35:06.298Z] 2f225d6cc92e: Preparing [2021-02-02T17:35:06.298Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:06.298Z] ce1e1e12d858: Preparing [2021-02-02T17:35:06.298Z] 777b2c648970: Preparing [2021-02-02T17:35:06.298Z] 777b2c648970: Layer already exists [2021-02-02T17:35:06.298Z] 353fa5d7e79d: Layer already exists [2021-02-02T17:35:06.298Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:06.298Z] 2f225d6cc92e: Layer already exists [2021-02-02T17:35:06.298Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:06.298Z] 2.0.0-dev.72: digest: sha256:32351063ad5920d08576983f80fea754c651ec183e982ed9982dcb8bfa83ce60 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:06.693Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:06.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:06.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-02T17:35:06.990Z] 353fa5d7e79d: Preparing [2021-02-02T17:35:06.990Z] 2f225d6cc92e: Preparing [2021-02-02T17:35:06.990Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:06.990Z] ce1e1e12d858: Preparing [2021-02-02T17:35:06.990Z] 777b2c648970: Preparing [2021-02-02T17:35:06.990Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:06.990Z] 353fa5d7e79d: Layer already exists [2021-02-02T17:35:06.990Z] 777b2c648970: Layer already exists [2021-02-02T17:35:06.990Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:06.990Z] 2f225d6cc92e: Layer already exists [2021-02-02T17:35:06.990Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:32351063ad5920d08576983f80fea754c651ec183e982ed9982dcb8bfa83ce60 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:07.284Z] ---> Running in 09eb84efdbe4 [2021-02-02T17:35:07.292Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:07.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-02T17:35:07.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-02T17:35:07.592Z] 353fa5d7e79d: Preparing [2021-02-02T17:35:07.592Z] 2f225d6cc92e: Preparing [2021-02-02T17:35:07.592Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:07.592Z] ce1e1e12d858: Preparing [2021-02-02T17:35:07.592Z] 777b2c648970: Preparing [2021-02-02T17:35:07.592Z] 2f225d6cc92e: Layer already exists [2021-02-02T17:35:07.592Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:07.592Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:07.592Z] 353fa5d7e79d: Layer already exists [2021-02-02T17:35:07.592Z] 777b2c648970: Layer already exists [2021-02-02T17:35:07.593Z] master: digest: sha256:32351063ad5920d08576983f80fea754c651ec183e982ed9982dcb8bfa83ce60 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:08.067Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:08.119Z] taggedImages: [2021-02-02T17:35:08.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:08.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.72 [2021-02-02T17:35:08.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:08.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-02T17:35:08.180Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-02T17:35:08.180Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:08.180Z] 2.0.0-dev.72 [2021-02-02T17:35:08.180Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:08.180Z] master [2021-02-02T17:35:08.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-02T17:35:08.278Z] ---> ce3e6f02c633 [2021-02-02T17:35:08.278Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:08.553Z] ---> fa053f207b98 [2021-02-02T17:35:08.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:35:08.648Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:08.827Z] Removing intermediate container 09eb84efdbe4 [2021-02-02T17:35:08.828Z] ---> 4cf54dc9208e [2021-02-02T17:35:08.828Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:35:08.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:08.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-02T17:35:08.950Z] ed4cbbb82e92: Preparing [2021-02-02T17:35:08.950Z] 589485cf8b9a: Preparing [2021-02-02T17:35:08.950Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:08.950Z] a1259758baac: Preparing [2021-02-02T17:35:08.950Z] 788d5bccea05: Preparing [2021-02-02T17:35:08.950Z] 777b2c648970: Preparing [2021-02-02T17:35:08.950Z] 777b2c648970: Waiting [2021-02-02T17:35:08.950Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:08.950Z] 777b2c648970: Layer already exists [2021-02-02T17:35:09.210Z] 788d5bccea05: Pushed [2021-02-02T17:35:09.210Z] ed4cbbb82e92: Pushed [2021-02-02T17:35:09.210Z] a1259758baac: Pushed [2021-02-02T17:35:10.148Z] 589485cf8b9a: Pushed [2021-02-02T17:35:10.408Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:b91dcf15320759f129f8c6550f7cb0ca0ff1d2200d9f4584ac12623e5a2a1409 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:10.714Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:11.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.72 [2021-02-02T17:35:11.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-02T17:35:11.015Z] ed4cbbb82e92: Preparing [2021-02-02T17:35:11.015Z] 589485cf8b9a: Preparing [2021-02-02T17:35:11.015Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:11.015Z] a1259758baac: Preparing [2021-02-02T17:35:11.015Z] 788d5bccea05: Preparing [2021-02-02T17:35:11.015Z] 777b2c648970: Preparing [2021-02-02T17:35:11.015Z] 777b2c648970: Waiting [2021-02-02T17:35:11.015Z] 589485cf8b9a: Layer already exists [2021-02-02T17:35:11.015Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:11.015Z] ed4cbbb82e92: Layer already exists [2021-02-02T17:35:11.015Z] a1259758baac: Layer already exists [2021-02-02T17:35:11.015Z] 788d5bccea05: Layer already exists [2021-02-02T17:35:11.015Z] 777b2c648970: Layer already exists [2021-02-02T17:35:11.015Z] 2.0.0-dev.72: digest: sha256:b91dcf15320759f129f8c6550f7cb0ca0ff1d2200d9f4584ac12623e5a2a1409 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:11.318Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:11.460Z] ---> dd487eab0133 [2021-02-02T17:35:11.460Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:35:11.460Z] ---> 069afef5093a [2021-02-02T17:35:11.460Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:35:11.460Z] ---> b8e7bf28a9ec [2021-02-02T17:35:11.460Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:35:11.460Z] ---> Running in e22eb9fe3735 [2021-02-02T17:35:11.460Z] ---> Running in 8aebe17b9cb0 [2021-02-02T17:35:11.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:11.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-02T17:35:11.617Z] ed4cbbb82e92: Preparing [2021-02-02T17:35:11.617Z] 589485cf8b9a: Preparing [2021-02-02T17:35:11.617Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:11.617Z] a1259758baac: Preparing [2021-02-02T17:35:11.617Z] 788d5bccea05: Preparing [2021-02-02T17:35:11.617Z] 777b2c648970: Preparing [2021-02-02T17:35:11.617Z] 777b2c648970: Waiting [2021-02-02T17:35:11.617Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:11.617Z] ed4cbbb82e92: Layer already exists [2021-02-02T17:35:11.617Z] 788d5bccea05: Layer already exists [2021-02-02T17:35:11.617Z] 777b2c648970: Layer already exists [2021-02-02T17:35:11.617Z] a1259758baac: Layer already exists [2021-02-02T17:35:11.617Z] 589485cf8b9a: Layer already exists [2021-02-02T17:35:11.617Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:b91dcf15320759f129f8c6550f7cb0ca0ff1d2200d9f4584ac12623e5a2a1409 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:11.924Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:12.071Z] ---> 85e61c3f9655 [2021-02-02T17:35:12.071Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:35:12.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-02T17:35:12.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-02T17:35:12.243Z] ed4cbbb82e92: Preparing [2021-02-02T17:35:12.243Z] 589485cf8b9a: Preparing [2021-02-02T17:35:12.243Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:12.243Z] a1259758baac: Preparing [2021-02-02T17:35:12.243Z] 788d5bccea05: Preparing [2021-02-02T17:35:12.243Z] 777b2c648970: Preparing [2021-02-02T17:35:12.243Z] 777b2c648970: Waiting [2021-02-02T17:35:12.243Z] 589485cf8b9a: Layer already exists [2021-02-02T17:35:12.243Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:12.243Z] a1259758baac: Layer already exists [2021-02-02T17:35:12.243Z] ed4cbbb82e92: Layer already exists [2021-02-02T17:35:12.243Z] 788d5bccea05: Layer already exists [2021-02-02T17:35:12.243Z] 777b2c648970: Layer already exists [2021-02-02T17:35:12.243Z] master: digest: sha256:b91dcf15320759f129f8c6550f7cb0ca0ff1d2200d9f4584ac12623e5a2a1409 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-02-02T17:35:12.359Z] Removing intermediate container e22eb9fe3735 [2021-02-02T17:35:12.359Z] ---> 2172b0a00231 [2021-02-02T17:35:12.359Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:12.431Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:12.476Z] taggedImages: [2021-02-02T17:35:12.476Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:12.476Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.72 [2021-02-02T17:35:12.476Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:12.476Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-02T17:35:12.537Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-02T17:35:12.538Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:12.538Z] 2.0.0-dev.72 [2021-02-02T17:35:12.538Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:12.538Z] master [2021-02-02T17:35:12.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-02T17:35:12.632Z] ---> Running in 4e2c8517d9ae [2021-02-02T17:35:12.632Z] ---> Running in 4cc8a13dc13a [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:13.011Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:13.235Z] Removing intermediate container 4e2c8517d9ae [2021-02-02T17:35:13.236Z] ---> 6605d3d9ca05 [2021-02-02T17:35:13.236Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:35:13.520Z] Removing intermediate container 4cc8a13dc13a [2021-02-02T17:35:13.520Z] ---> 053bc00b5348 [2021-02-02T17:35:13.520Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:35:13.801Z] ---> Running in 7dd9bc7142f6 [2021-02-02T17:35:13.801Z] ---> Running in b52c683ea467 [2021-02-02T17:35:14.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:14.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-02T17:35:14.003Z] 522f61a7af6f: Preparing [2021-02-02T17:35:14.003Z] 9e6f3e4dab70: Preparing [2021-02-02T17:35:14.003Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:14.003Z] ce1e1e12d858: Preparing [2021-02-02T17:35:14.003Z] 777b2c648970: Preparing [2021-02-02T17:35:14.003Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:14.003Z] 522f61a7af6f: Pushed [2021-02-02T17:35:14.003Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:14.003Z] 777b2c648970: Layer already exists [2021-02-02T17:35:14.080Z] Removing intermediate container 8aebe17b9cb0 [2021-02-02T17:35:14.080Z] ---> 9c8a5e3142da [2021-02-02T17:35:14.080Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:35:14.694Z] Removing intermediate container 7dd9bc7142f6 [2021-02-02T17:35:14.694Z] ---> 13d91d465408 [2021-02-02T17:35:14.694Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:35:15.298Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:15.298Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:15.298Z] ---> 9a05f65e6e6a [2021-02-02T17:35:15.298Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:35:15.298Z] ---> Using cache [2021-02-02T17:35:15.298Z] ---> b63e33d3a935 [2021-02-02T17:35:15.298Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:15.298Z] ---> Using cache [2021-02-02T17:35:15.298Z] ---> 7ae3481f90e7 [2021-02-02T17:35:15.298Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:35:15.397Z] 9e6f3e4dab70: Pushed [2021-02-02T17:35:15.397Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:f280a289d00784ff39c71c534357df6c8bcfa6da952719411df0d02b622f0dac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:15.577Z] Removing intermediate container b52c683ea467 [2021-02-02T17:35:15.577Z] ---> eb96185577e5 [2021-02-02T17:35:15.577Z] Step 21/22 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:15.701Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:15.850Z] ---> Running in d72caf07911f [2021-02-02T17:35:15.851Z] ---> Running in 1c6288b64317 [2021-02-02T17:35:16.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.72 [2021-02-02T17:35:16.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-02T17:35:16.002Z] 522f61a7af6f: Preparing [2021-02-02T17:35:16.002Z] 9e6f3e4dab70: Preparing [2021-02-02T17:35:16.002Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:16.002Z] ce1e1e12d858: Preparing [2021-02-02T17:35:16.002Z] 777b2c648970: Preparing [2021-02-02T17:35:16.002Z] 777b2c648970: Layer already exists [2021-02-02T17:35:16.002Z] 522f61a7af6f: Layer already exists [2021-02-02T17:35:16.002Z] 9e6f3e4dab70: Layer already exists [2021-02-02T17:35:16.002Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:16.002Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:16.002Z] 2.0.0-dev.72: digest: sha256:f280a289d00784ff39c71c534357df6c8bcfa6da952719411df0d02b622f0dac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:16.131Z] ---> Running in 66514612fdfd [2021-02-02T17:35:16.304Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:16.413Z] ---> fe4f1cd02440 [2021-02-02T17:35:16.413Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:35:16.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:16.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-02T17:35:16.601Z] 522f61a7af6f: Preparing [2021-02-02T17:35:16.601Z] 9e6f3e4dab70: Preparing [2021-02-02T17:35:16.601Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:16.601Z] ce1e1e12d858: Preparing [2021-02-02T17:35:16.601Z] 777b2c648970: Preparing [2021-02-02T17:35:16.601Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:16.601Z] 777b2c648970: Layer already exists [2021-02-02T17:35:16.601Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:16.601Z] 9e6f3e4dab70: Layer already exists [2021-02-02T17:35:16.601Z] 522f61a7af6f: Layer already exists [2021-02-02T17:35:16.601Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:f280a289d00784ff39c71c534357df6c8bcfa6da952719411df0d02b622f0dac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:16.698Z] Removing intermediate container 1c6288b64317 [2021-02-02T17:35:16.698Z] ---> 4ce726b21bf8 [2021-02-02T17:35:16.698Z] Step 22/23 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:16.904Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:17.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-02T17:35:17.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-02T17:35:17.206Z] 522f61a7af6f: Preparing [2021-02-02T17:35:17.206Z] 9e6f3e4dab70: Preparing [2021-02-02T17:35:17.206Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:17.206Z] ce1e1e12d858: Preparing [2021-02-02T17:35:17.206Z] 777b2c648970: Preparing [2021-02-02T17:35:17.206Z] 9e6f3e4dab70: Layer already exists [2021-02-02T17:35:17.206Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:17.206Z] 777b2c648970: Layer already exists [2021-02-02T17:35:17.206Z] 522f61a7af6f: Layer already exists [2021-02-02T17:35:17.206Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:17.206Z] master: digest: sha256:f280a289d00784ff39c71c534357df6c8bcfa6da952719411df0d02b622f0dac size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-02T17:35:17.292Z] Removing intermediate container 66514612fdfd [2021-02-02T17:35:17.292Z] ---> 877b992c7ed3 [2021-02-02T17:35:17.292Z] Step 22/22 : LABEL version=2.0.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:17.386Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:17.438Z] taggedImages: [2021-02-02T17:35:17.438Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:17.438Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.72 [2021-02-02T17:35:17.438Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:17.438Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-02T17:35:17.498Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-02T17:35:17.498Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:17.498Z] 2.0.0-dev.72 [2021-02-02T17:35:17.498Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:17.498Z] master [2021-02-02T17:35:17.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-02T17:35:17.598Z] ---> Running in 28b215ca55ef [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:17.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:35:17.993Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:18.144Z] ---> Running in 54bb84ee8a69 [2021-02-02T17:35:18.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:18.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-02T17:35:18.291Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:18.291Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:18.291Z] 692acb1fab00: Preparing [2021-02-02T17:35:18.291Z] 4c6ec24a13b7: Preparing [2021-02-02T17:35:18.291Z] 84013275e7b8: Preparing [2021-02-02T17:35:18.291Z] 478d20c5fa2b: Preparing [2021-02-02T17:35:18.291Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:18.291Z] b7d51b1c814e: Preparing [2021-02-02T17:35:18.291Z] b7d51b1c814e: Preparing [2021-02-02T17:35:18.291Z] eb1b2099cdc1: Preparing [2021-02-02T17:35:18.291Z] c07800033b09: Preparing [2021-02-02T17:35:18.291Z] 777b2c648970: Preparing [2021-02-02T17:35:18.291Z] 7812d16a6c2a: Waiting [2021-02-02T17:35:18.291Z] b7d51b1c814e: Waiting [2021-02-02T17:35:18.291Z] eb1b2099cdc1: Waiting [2021-02-02T17:35:18.291Z] c07800033b09: Waiting [2021-02-02T17:35:18.291Z] 777b2c648970: Waiting [2021-02-02T17:35:18.554Z] 692acb1fab00: Pushed [2021-02-02T17:35:18.554Z] 9b3bbde5a4df: Pushed [2021-02-02T17:35:18.554Z] 84013275e7b8: Pushed [2021-02-02T17:35:18.554Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:18.767Z] Removing intermediate container 28b215ca55ef [2021-02-02T17:35:18.767Z] ---> 0292f73a8d15 [2021-02-02T17:35:18.767Z] Step 23/23 : LABEL version=2.0.0-dev.72 [2021-02-02T17:35:18.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:35:18.813Z] c07800033b09: Pushed [2021-02-02T17:35:18.813Z] eb1b2099cdc1: Pushed [2021-02-02T17:35:18.813Z] b7d51b1c814e: Pushed [2021-02-02T17:35:18.813Z] 777b2c648970: Layer already exists [2021-02-02T17:35:19.041Z] ---> 87244091d82c [2021-02-02T17:35:19.041Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:35:19.041Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:19.041Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:19.041Z] ---> 9a05f65e6e6a [2021-02-02T17:35:19.041Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:35:19.041Z] ---> Using cache [2021-02-02T17:35:19.041Z] ---> b63e33d3a935 [2021-02-02T17:35:19.041Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:19.041Z] ---> Using cache [2021-02-02T17:35:19.041Z] ---> 7ae3481f90e7 [2021-02-02T17:35:19.041Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:35:19.313Z] ---> Running in 4d454b772d3f [2021-02-02T17:35:19.313Z] ---> Running in 29302c133fe0 [2021-02-02T17:35:19.313Z] Removing intermediate container 54bb84ee8a69 [2021-02-02T17:35:19.313Z] ---> 1fe6a826b40f [2021-02-02T17:35:19.313Z] [2021-02-02T17:35:19.384Z] 4c6ec24a13b7: Pushed [2021-02-02T17:35:19.384Z] 478d20c5fa2b: Pushed [2021-02-02T17:35:19.644Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:ba4c19acd78384b476cdca9a1633bda29d4a088722ec3cafa89b48fe999714e3 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:19.913Z] Successfully built 1fe6a826b40f [2021-02-02T17:35:19.913Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T17:35:19.913Z] Building docker-sys-mgmt-agent-go [2021-02-02T17:35:19.913Z]  Building docker-support-scheduler-go ... done Removing intermediate container 4d454b772d3f [2021-02-02T17:35:19.913Z] ---> a52d4caac8ed [2021-02-02T17:35:19.913Z] [2021-02-02T17:35:19.946Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:20.186Z] ---> e0fecba5c4f2 [2021-02-02T17:35:20.186Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:35:20.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.72 [2021-02-02T17:35:20.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-02T17:35:20.262Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:20.262Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:20.262Z] 692acb1fab00: Preparing [2021-02-02T17:35:20.262Z] 4c6ec24a13b7: Preparing [2021-02-02T17:35:20.262Z] 84013275e7b8: Preparing [2021-02-02T17:35:20.262Z] 478d20c5fa2b: Preparing [2021-02-02T17:35:20.262Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:20.262Z] b7d51b1c814e: Preparing [2021-02-02T17:35:20.262Z] b7d51b1c814e: Preparing [2021-02-02T17:35:20.262Z] eb1b2099cdc1: Preparing [2021-02-02T17:35:20.262Z] c07800033b09: Preparing [2021-02-02T17:35:20.262Z] 777b2c648970: Preparing [2021-02-02T17:35:20.262Z] b7d51b1c814e: Waiting [2021-02-02T17:35:20.262Z] eb1b2099cdc1: Waiting [2021-02-02T17:35:20.262Z] c07800033b09: Waiting [2021-02-02T17:35:20.262Z] 777b2c648970: Waiting [2021-02-02T17:35:20.262Z] 7812d16a6c2a: Waiting [2021-02-02T17:35:20.262Z] 84013275e7b8: Layer already exists [2021-02-02T17:35:20.262Z] 478d20c5fa2b: Layer already exists [2021-02-02T17:35:20.262Z] 4c6ec24a13b7: Layer already exists [2021-02-02T17:35:20.262Z] 9b3bbde5a4df: Layer already exists [2021-02-02T17:35:20.262Z] 692acb1fab00: Layer already exists [2021-02-02T17:35:20.262Z] b7d51b1c814e: Layer already exists [2021-02-02T17:35:20.263Z] eb1b2099cdc1: Layer already exists [2021-02-02T17:35:20.263Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:20.263Z] 777b2c648970: Layer already exists [2021-02-02T17:35:20.263Z] c07800033b09: Layer already exists [2021-02-02T17:35:20.263Z] 2.0.0-dev.72: digest: sha256:ba4c19acd78384b476cdca9a1633bda29d4a088722ec3cafa89b48fe999714e3 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:20.461Z] Successfully built a52d4caac8ed [2021-02-02T17:35:20.462Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T17:35:20.462Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-02T17:35:20.462Z] OK: 217 MiB in 51 packages [2021-02-02T17:35:20.573Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:20.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:35:20.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:20.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-02T17:35:20.866Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:20.866Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:20.866Z] 692acb1fab00: Preparing [2021-02-02T17:35:20.866Z] 4c6ec24a13b7: Preparing [2021-02-02T17:35:20.866Z] 84013275e7b8: Preparing [2021-02-02T17:35:20.866Z] 478d20c5fa2b: Preparing [2021-02-02T17:35:20.866Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:20.866Z] b7d51b1c814e: Preparing [2021-02-02T17:35:20.866Z] b7d51b1c814e: Preparing [2021-02-02T17:35:20.866Z] eb1b2099cdc1: Preparing [2021-02-02T17:35:20.866Z] c07800033b09: Preparing [2021-02-02T17:35:20.866Z] 777b2c648970: Preparing [2021-02-02T17:35:20.866Z] 7812d16a6c2a: Waiting [2021-02-02T17:35:20.866Z] b7d51b1c814e: Waiting [2021-02-02T17:35:20.866Z] eb1b2099cdc1: Waiting [2021-02-02T17:35:20.866Z] c07800033b09: Waiting [2021-02-02T17:35:20.866Z] 777b2c648970: Waiting [2021-02-02T17:35:20.866Z] 4c6ec24a13b7: Layer already exists [2021-02-02T17:35:20.866Z] 9b3bbde5a4df: Layer already exists [2021-02-02T17:35:20.866Z] 478d20c5fa2b: Layer already exists [2021-02-02T17:35:20.866Z] 692acb1fab00: Layer already exists [2021-02-02T17:35:20.866Z] 84013275e7b8: Layer already exists [2021-02-02T17:35:20.866Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:20.867Z] eb1b2099cdc1: Layer already exists [2021-02-02T17:35:20.867Z] c07800033b09: Layer already exists [2021-02-02T17:35:20.867Z] b7d51b1c814e: Layer already exists [2021-02-02T17:35:20.867Z] 777b2c648970: Layer already exists [2021-02-02T17:35:20.867Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:ba4c19acd78384b476cdca9a1633bda29d4a088722ec3cafa89b48fe999714e3 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:21.170Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:21.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-02T17:35:21.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-02T17:35:21.470Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:21.470Z] 9b3bbde5a4df: Preparing [2021-02-02T17:35:21.470Z] 692acb1fab00: Preparing [2021-02-02T17:35:21.470Z] 4c6ec24a13b7: Preparing [2021-02-02T17:35:21.470Z] 84013275e7b8: Preparing [2021-02-02T17:35:21.470Z] 478d20c5fa2b: Preparing [2021-02-02T17:35:21.470Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:21.470Z] b7d51b1c814e: Preparing [2021-02-02T17:35:21.470Z] b7d51b1c814e: Preparing [2021-02-02T17:35:21.470Z] eb1b2099cdc1: Preparing [2021-02-02T17:35:21.470Z] c07800033b09: Preparing [2021-02-02T17:35:21.470Z] 777b2c648970: Preparing [2021-02-02T17:35:21.470Z] eb1b2099cdc1: Waiting [2021-02-02T17:35:21.470Z] 7812d16a6c2a: Waiting [2021-02-02T17:35:21.470Z] c07800033b09: Waiting [2021-02-02T17:35:21.470Z] b7d51b1c814e: Waiting [2021-02-02T17:35:21.470Z] 777b2c648970: Waiting [2021-02-02T17:35:21.470Z] 9b3bbde5a4df: Layer already exists [2021-02-02T17:35:21.470Z] 84013275e7b8: Layer already exists [2021-02-02T17:35:21.470Z] 4c6ec24a13b7: Layer already exists [2021-02-02T17:35:21.470Z] 692acb1fab00: Layer already exists [2021-02-02T17:35:21.470Z] 478d20c5fa2b: Layer already exists [2021-02-02T17:35:21.470Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:21.470Z] eb1b2099cdc1: Layer already exists [2021-02-02T17:35:21.470Z] c07800033b09: Layer already exists [2021-02-02T17:35:21.470Z] b7d51b1c814e: Layer already exists [2021-02-02T17:35:21.470Z] 777b2c648970: Layer already exists [2021-02-02T17:35:21.470Z] master: digest: sha256:ba4c19acd78384b476cdca9a1633bda29d4a088722ec3cafa89b48fe999714e3 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:21.674Z] ===================================================== [2021-02-02T17:35:21.714Z] ---> 06ace152f40b [2021-02-02T17:35:21.714Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:35:21.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-02-02T17:35:21.719Z] taggedImages: [2021-02-02T17:35:21.719Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:21.719Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.72 [2021-02-02T17:35:21.719Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:21.719Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-02T17:35:21.780Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-02T17:35:21.780Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:21.780Z] 2.0.0-dev.72 [2021-02-02T17:35:21.780Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:21.780Z] master [2021-02-02T17:35:21.780Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:21.993Z] Removing intermediate container d72caf07911f [2021-02-02T17:35:21.993Z] ---> 016d636a889f [2021-02-02T17:35:21.993Z] Step 6/22 : COPY go.mod . [2021-02-02T17:35:22.242Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:22.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:22.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-02T17:35:22.546Z] 73d24b5241bc: Preparing [2021-02-02T17:35:22.546Z] 47922497b556: Preparing [2021-02-02T17:35:22.546Z] 7ccf2a83bebc: Preparing [2021-02-02T17:35:22.546Z] fcfdc691885c: Preparing [2021-02-02T17:35:22.546Z] ac9149e1e28d: Preparing [2021-02-02T17:35:22.546Z] 777b2c648970: Preparing [2021-02-02T17:35:22.546Z] 777b2c648970: Waiting [2021-02-02T17:35:22.808Z] fcfdc691885c: Pushed [2021-02-02T17:35:22.808Z] 7ccf2a83bebc: Pushed [2021-02-02T17:35:22.808Z] 777b2c648970: Layer already exists [2021-02-02T17:35:22.982Z] OK: 217 MiB in 51 packages [2021-02-02T17:35:23.068Z] ac9149e1e28d: Pushed [2021-02-02T17:35:23.327Z] 47922497b556: Pushed [2021-02-02T17:35:23.327Z] 73d24b5241bc: Pushed [2021-02-02T17:35:23.587Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:0dffbb19804337d4bcfad4d1be2d5f603dc083bcee0dc19422cd92bc00f9f1c8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:23.962Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.72 [2021-02-02T17:35:23.964Z] ---> 998295ddd003 [2021-02-02T17:35:23.964Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:24.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.72 [2021-02-02T17:35:24.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-02T17:35:24.297Z] 73d24b5241bc: Preparing [2021-02-02T17:35:24.297Z] 47922497b556: Preparing [2021-02-02T17:35:24.297Z] 7ccf2a83bebc: Preparing [2021-02-02T17:35:24.297Z] fcfdc691885c: Preparing [2021-02-02T17:35:24.297Z] ac9149e1e28d: Preparing [2021-02-02T17:35:24.297Z] 777b2c648970: Preparing [2021-02-02T17:35:24.297Z] 777b2c648970: Waiting [2021-02-02T17:35:24.297Z] 7ccf2a83bebc: Layer already exists [2021-02-02T17:35:24.297Z] fcfdc691885c: Layer already exists [2021-02-02T17:35:24.297Z] 47922497b556: Layer already exists [2021-02-02T17:35:24.297Z] 73d24b5241bc: Layer already exists [2021-02-02T17:35:24.297Z] ac9149e1e28d: Layer already exists [2021-02-02T17:35:24.297Z] 777b2c648970: Layer already exists [2021-02-02T17:35:24.297Z] 2.0.0-dev.72: digest: sha256:0dffbb19804337d4bcfad4d1be2d5f603dc083bcee0dc19422cd92bc00f9f1c8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:24.602Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:24.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:24.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-02T17:35:24.895Z] 73d24b5241bc: Preparing [2021-02-02T17:35:24.895Z] 47922497b556: Preparing [2021-02-02T17:35:24.895Z] 7ccf2a83bebc: Preparing [2021-02-02T17:35:24.895Z] fcfdc691885c: Preparing [2021-02-02T17:35:24.895Z] ac9149e1e28d: Preparing [2021-02-02T17:35:24.895Z] 777b2c648970: Preparing [2021-02-02T17:35:24.895Z] 777b2c648970: Waiting [2021-02-02T17:35:24.895Z] 47922497b556: Layer already exists [2021-02-02T17:35:24.895Z] ac9149e1e28d: Layer already exists [2021-02-02T17:35:24.895Z] 7ccf2a83bebc: Layer already exists [2021-02-02T17:35:24.895Z] 73d24b5241bc: Layer already exists [2021-02-02T17:35:24.895Z] fcfdc691885c: Layer already exists [2021-02-02T17:35:24.895Z] 777b2c648970: Layer already exists [2021-02-02T17:35:24.895Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:0dffbb19804337d4bcfad4d1be2d5f603dc083bcee0dc19422cd92bc00f9f1c8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:25.197Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:25.441Z] ---> f9849cd897ab [2021-02-02T17:35:25.441Z] Step 7/22 : RUN go mod download [2021-02-02T17:35:25.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-02T17:35:25.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-02T17:35:25.492Z] 73d24b5241bc: Preparing [2021-02-02T17:35:25.492Z] 47922497b556: Preparing [2021-02-02T17:35:25.492Z] 7ccf2a83bebc: Preparing [2021-02-02T17:35:25.492Z] fcfdc691885c: Preparing [2021-02-02T17:35:25.492Z] ac9149e1e28d: Preparing [2021-02-02T17:35:25.492Z] 777b2c648970: Preparing [2021-02-02T17:35:25.492Z] 777b2c648970: Waiting [2021-02-02T17:35:25.492Z] 47922497b556: Layer already exists [2021-02-02T17:35:25.492Z] 73d24b5241bc: Layer already exists [2021-02-02T17:35:25.492Z] fcfdc691885c: Layer already exists [2021-02-02T17:35:25.492Z] ac9149e1e28d: Layer already exists [2021-02-02T17:35:25.492Z] 7ccf2a83bebc: Layer already exists [2021-02-02T17:35:25.492Z] 777b2c648970: Layer already exists [2021-02-02T17:35:25.492Z] master: digest: sha256:0dffbb19804337d4bcfad4d1be2d5f603dc083bcee0dc19422cd92bc00f9f1c8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-02T17:35:25.714Z] ---> Running in 27dd2111edd3 [2021-02-02T17:35:25.714Z] ---> Running in f400d10f4660 [Pipeline] echo [2021-02-02T17:35:25.730Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:25.777Z] taggedImages: [2021-02-02T17:35:25.777Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:25.777Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.72 [2021-02-02T17:35:25.777Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:25.777Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-02T17:35:25.842Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-02T17:35:25.842Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:25.842Z] 2.0.0-dev.72 [2021-02-02T17:35:25.842Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:25.842Z] master [2021-02-02T17:35:25.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:26.338Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:26.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:26.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-02T17:35:26.632Z] ea2149445ec9: Preparing [2021-02-02T17:35:26.632Z] f2b86fa4fd11: Preparing [2021-02-02T17:35:26.632Z] a2f4c94d4716: Preparing [2021-02-02T17:35:26.632Z] cb9783f1a708: Preparing [2021-02-02T17:35:26.632Z] e883ce69938e: Preparing [2021-02-02T17:35:26.632Z] c5173a5266d0: Preparing [2021-02-02T17:35:26.632Z] 41132a7b7135: Preparing [2021-02-02T17:35:26.632Z] b30553d5e4da: Preparing [2021-02-02T17:35:26.632Z] 777b2c648970: Preparing [2021-02-02T17:35:26.632Z] c5173a5266d0: Waiting [2021-02-02T17:35:26.632Z] 41132a7b7135: Waiting [2021-02-02T17:35:26.632Z] b30553d5e4da: Waiting [2021-02-02T17:35:26.632Z] 777b2c648970: Waiting [2021-02-02T17:35:26.690Z] Removing intermediate container 27dd2111edd3 [2021-02-02T17:35:26.690Z] ---> fd4b00c04493 [2021-02-02T17:35:26.690Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:35:26.690Z] Removing intermediate container 29302c133fe0 [2021-02-02T17:35:26.690Z] ---> f626a092dcd0 [2021-02-02T17:35:26.690Z] Step 6/23 : COPY go.mod . [2021-02-02T17:35:26.900Z] f2b86fa4fd11: Pushed [2021-02-02T17:35:26.900Z] e883ce69938e: Pushed [2021-02-02T17:35:26.900Z] ea2149445ec9: Pushed [2021-02-02T17:35:26.900Z] c5173a5266d0: Pushed [2021-02-02T17:35:26.900Z] 41132a7b7135: Pushed [2021-02-02T17:35:27.160Z] 777b2c648970: Layer already exists [2021-02-02T17:35:27.160Z] b30553d5e4da: Pushed [2021-02-02T17:35:27.666Z] ---> 8973f1bf25d2 [2021-02-02T17:35:27.666Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:35:27.666Z] ---> 04c12f084869 [2021-02-02T17:35:27.666Z] Step 7/23 : RUN go mod download [2021-02-02T17:35:27.729Z] cb9783f1a708: Pushed [2021-02-02T17:35:27.729Z] a2f4c94d4716: Pushed [2021-02-02T17:35:27.943Z] ---> Running in 3804b197f915 [2021-02-02T17:35:27.943Z] ---> Running in a1682e7d8720 [2021-02-02T17:35:27.989Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:569fd3fce9ca4f6ca9cc0274a92dd4e6ec630d063e6d3b8ab6b84cae0264c41f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:28.289Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:28.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.72 [2021-02-02T17:35:28.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-02T17:35:28.581Z] ea2149445ec9: Preparing [2021-02-02T17:35:28.581Z] f2b86fa4fd11: Preparing [2021-02-02T17:35:28.581Z] a2f4c94d4716: Preparing [2021-02-02T17:35:28.581Z] cb9783f1a708: Preparing [2021-02-02T17:35:28.581Z] e883ce69938e: Preparing [2021-02-02T17:35:28.581Z] c5173a5266d0: Preparing [2021-02-02T17:35:28.581Z] 41132a7b7135: Preparing [2021-02-02T17:35:28.581Z] b30553d5e4da: Preparing [2021-02-02T17:35:28.581Z] 777b2c648970: Preparing [2021-02-02T17:35:28.581Z] c5173a5266d0: Waiting [2021-02-02T17:35:28.581Z] 41132a7b7135: Waiting [2021-02-02T17:35:28.581Z] b30553d5e4da: Waiting [2021-02-02T17:35:28.581Z] 777b2c648970: Waiting [2021-02-02T17:35:28.581Z] a2f4c94d4716: Layer already exists [2021-02-02T17:35:28.581Z] e883ce69938e: Layer already exists [2021-02-02T17:35:28.581Z] ea2149445ec9: Layer already exists [2021-02-02T17:35:28.581Z] cb9783f1a708: Layer already exists [2021-02-02T17:35:28.581Z] f2b86fa4fd11: Layer already exists [2021-02-02T17:35:28.581Z] 41132a7b7135: Layer already exists [2021-02-02T17:35:28.581Z] c5173a5266d0: Layer already exists [2021-02-02T17:35:28.581Z] 777b2c648970: Layer already exists [2021-02-02T17:35:28.581Z] b30553d5e4da: Layer already exists [2021-02-02T17:35:28.581Z] 2.0.0-dev.72: digest: sha256:569fd3fce9ca4f6ca9cc0274a92dd4e6ec630d063e6d3b8ab6b84cae0264c41f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:28.879Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:28.927Z] Removing intermediate container f400d10f4660 [2021-02-02T17:35:28.927Z] ---> 7655d6d93aff [2021-02-02T17:35:28.927Z] Step 8/22 : COPY . . [2021-02-02T17:35:29.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:29.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-02T17:35:29.171Z] ea2149445ec9: Preparing [2021-02-02T17:35:29.171Z] f2b86fa4fd11: Preparing [2021-02-02T17:35:29.171Z] a2f4c94d4716: Preparing [2021-02-02T17:35:29.171Z] cb9783f1a708: Preparing [2021-02-02T17:35:29.171Z] e883ce69938e: Preparing [2021-02-02T17:35:29.171Z] c5173a5266d0: Preparing [2021-02-02T17:35:29.171Z] 41132a7b7135: Preparing [2021-02-02T17:35:29.171Z] b30553d5e4da: Preparing [2021-02-02T17:35:29.171Z] 777b2c648970: Preparing [2021-02-02T17:35:29.171Z] c5173a5266d0: Waiting [2021-02-02T17:35:29.171Z] 41132a7b7135: Waiting [2021-02-02T17:35:29.171Z] b30553d5e4da: Waiting [2021-02-02T17:35:29.171Z] 777b2c648970: Waiting [2021-02-02T17:35:29.171Z] a2f4c94d4716: Layer already exists [2021-02-02T17:35:29.171Z] ea2149445ec9: Layer already exists [2021-02-02T17:35:29.171Z] e883ce69938e: Layer already exists [2021-02-02T17:35:29.171Z] cb9783f1a708: Layer already exists [2021-02-02T17:35:29.171Z] f2b86fa4fd11: Layer already exists [2021-02-02T17:35:29.171Z] 41132a7b7135: Layer already exists [2021-02-02T17:35:29.171Z] c5173a5266d0: Layer already exists [2021-02-02T17:35:29.171Z] 777b2c648970: Layer already exists [2021-02-02T17:35:29.171Z] b30553d5e4da: Layer already exists [2021-02-02T17:35:29.171Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:569fd3fce9ca4f6ca9cc0274a92dd4e6ec630d063e6d3b8ab6b84cae0264c41f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:29.470Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:29.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-02T17:35:29.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-02T17:35:29.785Z] ea2149445ec9: Preparing [2021-02-02T17:35:29.785Z] f2b86fa4fd11: Preparing [2021-02-02T17:35:29.785Z] a2f4c94d4716: Preparing [2021-02-02T17:35:29.785Z] cb9783f1a708: Preparing [2021-02-02T17:35:29.785Z] e883ce69938e: Preparing [2021-02-02T17:35:29.785Z] c5173a5266d0: Preparing [2021-02-02T17:35:29.785Z] 41132a7b7135: Preparing [2021-02-02T17:35:29.785Z] b30553d5e4da: Preparing [2021-02-02T17:35:29.785Z] 777b2c648970: Preparing [2021-02-02T17:35:29.785Z] 41132a7b7135: Waiting [2021-02-02T17:35:29.785Z] b30553d5e4da: Waiting [2021-02-02T17:35:29.785Z] 777b2c648970: Waiting [2021-02-02T17:35:29.785Z] c5173a5266d0: Waiting [2021-02-02T17:35:29.785Z] ea2149445ec9: Layer already exists [2021-02-02T17:35:29.785Z] e883ce69938e: Layer already exists [2021-02-02T17:35:29.785Z] a2f4c94d4716: Layer already exists [2021-02-02T17:35:29.785Z] f2b86fa4fd11: Layer already exists [2021-02-02T17:35:29.785Z] cb9783f1a708: Layer already exists [2021-02-02T17:35:29.785Z] c5173a5266d0: Layer already exists [2021-02-02T17:35:29.785Z] 777b2c648970: Layer already exists [2021-02-02T17:35:29.785Z] b30553d5e4da: Layer already exists [2021-02-02T17:35:29.785Z] 41132a7b7135: Layer already exists [2021-02-02T17:35:29.785Z] master: digest: sha256:569fd3fce9ca4f6ca9cc0274a92dd4e6ec630d063e6d3b8ab6b84cae0264c41f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:29.958Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:30.004Z] taggedImages: [2021-02-02T17:35:30.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:30.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.72 [2021-02-02T17:35:30.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:30.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-02T17:35:30.099Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-02T17:35:30.099Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:30.099Z] 2.0.0-dev.72 [2021-02-02T17:35:30.099Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:30.099Z] master [2021-02-02T17:35:30.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:30.563Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:30.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:30.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-02T17:35:30.857Z] 7f91a3de77e9: Preparing [2021-02-02T17:35:30.857Z] 31bcd4a40cfb: Preparing [2021-02-02T17:35:30.857Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:30.857Z] 36a9597559e1: Preparing [2021-02-02T17:35:30.857Z] 777b2c648970: Preparing [2021-02-02T17:35:30.857Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:30.857Z] 777b2c648970: Layer already exists [2021-02-02T17:35:30.857Z] 7f91a3de77e9: Pushed [2021-02-02T17:35:31.117Z] 36a9597559e1: Pushed [2021-02-02T17:35:32.058Z] 31bcd4a40cfb: Pushed [2021-02-02T17:35:32.058Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:43a141d27e24db99c9236e4217b7f566d36b96bad386029d03c8fc5df20c50f0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:32.329Z] Removing intermediate container 3804b197f915 [2021-02-02T17:35:32.329Z] ---> 8753c304516b [2021-02-02T17:35:32.329Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:35:32.357Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:32.602Z] Removing intermediate container a1682e7d8720 [2021-02-02T17:35:32.602Z] ---> 90cc3b597200 [2021-02-02T17:35:32.602Z] Step 8/23 : COPY . . [2021-02-02T17:35:32.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.72 [2021-02-02T17:35:32.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-02T17:35:32.651Z] 7f91a3de77e9: Preparing [2021-02-02T17:35:32.651Z] 31bcd4a40cfb: Preparing [2021-02-02T17:35:32.651Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:32.651Z] 36a9597559e1: Preparing [2021-02-02T17:35:32.651Z] 777b2c648970: Preparing [2021-02-02T17:35:32.651Z] 31bcd4a40cfb: Layer already exists [2021-02-02T17:35:32.651Z] 777b2c648970: Layer already exists [2021-02-02T17:35:32.651Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:32.651Z] 36a9597559e1: Layer already exists [2021-02-02T17:35:32.651Z] 7f91a3de77e9: Layer already exists [2021-02-02T17:35:32.651Z] 2.0.0-dev.72: digest: sha256:43a141d27e24db99c9236e4217b7f566d36b96bad386029d03c8fc5df20c50f0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:32.961Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:33.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:33.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-02T17:35:33.258Z] 7f91a3de77e9: Preparing [2021-02-02T17:35:33.258Z] 31bcd4a40cfb: Preparing [2021-02-02T17:35:33.258Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:33.258Z] 36a9597559e1: Preparing [2021-02-02T17:35:33.258Z] 777b2c648970: Preparing [2021-02-02T17:35:33.258Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:33.258Z] 36a9597559e1: Layer already exists [2021-02-02T17:35:33.258Z] 777b2c648970: Layer already exists [2021-02-02T17:35:33.258Z] 31bcd4a40cfb: Layer already exists [2021-02-02T17:35:33.258Z] 7f91a3de77e9: Layer already exists [2021-02-02T17:35:33.258Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:43a141d27e24db99c9236e4217b7f566d36b96bad386029d03c8fc5df20c50f0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:33.557Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:33.583Z] ---> Running in 1edeac99012e [2021-02-02T17:35:33.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-02T17:35:33.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-02T17:35:33.852Z] 7f91a3de77e9: Preparing [2021-02-02T17:35:33.852Z] 31bcd4a40cfb: Preparing [2021-02-02T17:35:33.852Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:33.852Z] 36a9597559e1: Preparing [2021-02-02T17:35:33.852Z] 777b2c648970: Preparing [2021-02-02T17:35:33.852Z] 36a9597559e1: Layer already exists [2021-02-02T17:35:33.852Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:33.852Z] 777b2c648970: Layer already exists [2021-02-02T17:35:33.852Z] 31bcd4a40cfb: Layer already exists [2021-02-02T17:35:33.852Z] 7f91a3de77e9: Layer already exists [2021-02-02T17:35:33.852Z] master: digest: sha256:43a141d27e24db99c9236e4217b7f566d36b96bad386029d03c8fc5df20c50f0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:34.023Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:34.068Z] taggedImages: [2021-02-02T17:35:34.068Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:34.068Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.72 [2021-02-02T17:35:34.068Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:34.068Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-02T17:35:34.154Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-02T17:35:34.154Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:34.154Z] 2.0.0-dev.72 [2021-02-02T17:35:34.154Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:34.154Z] master [2021-02-02T17:35:34.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:34.627Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:34.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:34.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-02T17:35:34.923Z] 0b6907fdcd2f: Preparing [2021-02-02T17:35:34.923Z] 3ea6d8de0a06: Preparing [2021-02-02T17:35:34.923Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:34.923Z] ce1e1e12d858: Preparing [2021-02-02T17:35:34.923Z] 777b2c648970: Preparing [2021-02-02T17:35:34.923Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:34.923Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:34.923Z] 777b2c648970: Layer already exists [2021-02-02T17:35:34.923Z] 0b6907fdcd2f: Pushed [2021-02-02T17:35:35.029Z] Removing intermediate container 1edeac99012e [2021-02-02T17:35:35.029Z] ---> aa1b6df8a08d [2021-02-02T17:35:35.029Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:35:35.866Z] 3ea6d8de0a06: Pushed [2021-02-02T17:35:36.126Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:9bf1147e7c01eb11c4442602032c23e988f433005d36d9ee7887c07a395c0e7b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:36.427Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:36.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.72 [2021-02-02T17:35:36.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-02T17:35:36.721Z] 0b6907fdcd2f: Preparing [2021-02-02T17:35:36.721Z] 3ea6d8de0a06: Preparing [2021-02-02T17:35:36.721Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:36.721Z] ce1e1e12d858: Preparing [2021-02-02T17:35:36.721Z] 777b2c648970: Preparing [2021-02-02T17:35:36.721Z] 777b2c648970: Layer already exists [2021-02-02T17:35:36.721Z] 3ea6d8de0a06: Layer already exists [2021-02-02T17:35:36.721Z] 0b6907fdcd2f: Layer already exists [2021-02-02T17:35:36.721Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:36.721Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:36.721Z] 2.0.0-dev.72: digest: sha256:9bf1147e7c01eb11c4442602032c23e988f433005d36d9ee7887c07a395c0e7b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:37.023Z] ---> Running in 530a9873aebb [2021-02-02T17:35:37.025Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:37.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:37.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-02T17:35:37.322Z] 0b6907fdcd2f: Preparing [2021-02-02T17:35:37.322Z] 3ea6d8de0a06: Preparing [2021-02-02T17:35:37.322Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:37.322Z] ce1e1e12d858: Preparing [2021-02-02T17:35:37.322Z] 777b2c648970: Preparing [2021-02-02T17:35:37.322Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:37.322Z] 777b2c648970: Layer already exists [2021-02-02T17:35:37.322Z] 0b6907fdcd2f: Layer already exists [2021-02-02T17:35:37.322Z] 3ea6d8de0a06: Layer already exists [2021-02-02T17:35:37.322Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:37.322Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:9bf1147e7c01eb11c4442602032c23e988f433005d36d9ee7887c07a395c0e7b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:37.625Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:37.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-02T17:35:37.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-02T17:35:37.928Z] 0b6907fdcd2f: Preparing [2021-02-02T17:35:37.928Z] 3ea6d8de0a06: Preparing [2021-02-02T17:35:37.928Z] 7812d16a6c2a: Preparing [2021-02-02T17:35:37.928Z] ce1e1e12d858: Preparing [2021-02-02T17:35:37.928Z] 777b2c648970: Preparing [2021-02-02T17:35:37.928Z] ce1e1e12d858: Layer already exists [2021-02-02T17:35:37.928Z] 0b6907fdcd2f: Layer already exists [2021-02-02T17:35:37.928Z] 777b2c648970: Layer already exists [2021-02-02T17:35:37.928Z] 3ea6d8de0a06: Layer already exists [2021-02-02T17:35:37.928Z] 7812d16a6c2a: Layer already exists [2021-02-02T17:35:37.928Z] master: digest: sha256:9bf1147e7c01eb11c4442602032c23e988f433005d36d9ee7887c07a395c0e7b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:38.117Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:38.161Z] taggedImages: [2021-02-02T17:35:38.161Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:38.161Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.72 [2021-02-02T17:35:38.161Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:38.161Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-02T17:35:38.242Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-02T17:35:38.242Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:38.242Z] 2.0.0-dev.72 [2021-02-02T17:35:38.242Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:38.242Z] master [2021-02-02T17:35:38.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:38.467Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:38.467Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:38.467Z] ---> 9a05f65e6e6a [2021-02-02T17:35:38.467Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:35:38.467Z] ---> Using cache [2021-02-02T17:35:38.467Z] ---> b63e33d3a935 [2021-02-02T17:35:38.467Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:38.467Z] ---> Using cache [2021-02-02T17:35:38.467Z] ---> 7ae3481f90e7 [2021-02-02T17:35:38.467Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:35:38.704Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:38.740Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:38.740Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:38.740Z] ---> 9a05f65e6e6a [2021-02-02T17:35:38.740Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:35:38.740Z] ---> Using cache [2021-02-02T17:35:38.740Z] ---> b63e33d3a935 [2021-02-02T17:35:38.740Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:38.740Z] ---> Using cache [2021-02-02T17:35:38.740Z] ---> 7ae3481f90e7 [2021-02-02T17:35:38.740Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:35:38.740Z] ---> Using cache [2021-02-02T17:35:38.740Z] ---> df540b2c2827 [2021-02-02T17:35:38.740Z] Step 6/23 : COPY go.mod . [2021-02-02T17:35:38.740Z] ---> Using cache [2021-02-02T17:35:38.740Z] ---> c3744ae4b07a [2021-02-02T17:35:38.740Z] Step 7/23 : RUN go mod download [2021-02-02T17:35:38.740Z] ---> Using cache [2021-02-02T17:35:38.740Z] ---> d090ce00cfbf [2021-02-02T17:35:38.740Z] Step 8/23 : COPY . . [2021-02-02T17:35:39.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:39.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-02T17:35:39.001Z] db37e39307d5: Preparing [2021-02-02T17:35:39.001Z] 345188bf0d26: Preparing [2021-02-02T17:35:39.001Z] 308d6cb78bb0: Preparing [2021-02-02T17:35:39.001Z] 238e2cbb9b53: Preparing [2021-02-02T17:35:39.001Z] 9ab210e96304: Preparing [2021-02-02T17:35:39.001Z] 9217af821ebc: Preparing [2021-02-02T17:35:39.001Z] 84de91f0c1f8: Preparing [2021-02-02T17:35:39.001Z] 0754057c0ad3: Preparing [2021-02-02T17:35:39.001Z] 998cdf262ab1: Preparing [2021-02-02T17:35:39.001Z] 02e56110abd2: Preparing [2021-02-02T17:35:39.001Z] abc36efb885a: Preparing [2021-02-02T17:35:39.001Z] b0b09059f4e1: Preparing [2021-02-02T17:35:39.001Z] bb961f40224b: Preparing [2021-02-02T17:35:39.001Z] f4666769fca7: Preparing [2021-02-02T17:35:39.001Z] 84de91f0c1f8: Waiting [2021-02-02T17:35:39.001Z] 0754057c0ad3: Waiting [2021-02-02T17:35:39.001Z] 998cdf262ab1: Waiting [2021-02-02T17:35:39.001Z] 02e56110abd2: Waiting [2021-02-02T17:35:39.001Z] abc36efb885a: Waiting [2021-02-02T17:35:39.001Z] b0b09059f4e1: Waiting [2021-02-02T17:35:39.001Z] bb961f40224b: Waiting [2021-02-02T17:35:39.001Z] f4666769fca7: Waiting [2021-02-02T17:35:39.001Z] 9217af821ebc: Waiting [2021-02-02T17:35:39.025Z] ---> Using cache [2021-02-02T17:35:39.025Z] ---> 1262e3492186 [2021-02-02T17:35:39.025Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:35:39.025Z] Removing intermediate container 530a9873aebb [2021-02-02T17:35:39.025Z] ---> 496e49ef943b [2021-02-02T17:35:39.025Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T17:35:39.272Z] 9ab210e96304: Pushed [2021-02-02T17:35:39.272Z] db37e39307d5: Pushed [2021-02-02T17:35:39.299Z] ---> Running in 1965cfbfeb52 [2021-02-02T17:35:39.533Z] 238e2cbb9b53: Pushed [2021-02-02T17:35:39.533Z] 0754057c0ad3: Layer already exists [2021-02-02T17:35:39.533Z] 998cdf262ab1: Layer already exists [2021-02-02T17:35:39.533Z] 02e56110abd2: Layer already exists [2021-02-02T17:35:39.533Z] abc36efb885a: Layer already exists [2021-02-02T17:35:39.796Z] b0b09059f4e1: Layer already exists [2021-02-02T17:35:39.796Z] bb961f40224b: Layer already exists [2021-02-02T17:35:39.796Z] f4666769fca7: Layer already exists [2021-02-02T17:35:39.796Z] 345188bf0d26: Pushed [2021-02-02T17:35:39.796Z] 84de91f0c1f8: Pushed [2021-02-02T17:35:39.900Z] ---> Running in 02a5e0d30021 [2021-02-02T17:35:39.900Z] ---> Running in ba88df817dda [2021-02-02T17:35:40.373Z] 9217af821ebc: Pushed [2021-02-02T17:35:41.372Z] Removing intermediate container ba88df817dda [2021-02-02T17:35:41.372Z] ---> 7b599487b7f3 [2021-02-02T17:35:41.372Z] Step 30/31 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:41.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:35:41.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-02T17:35:42.247Z] ---> Running in f0e9155d1e42 [2021-02-02T17:35:42.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:35:43.499Z] Removing intermediate container f0e9155d1e42 [2021-02-02T17:35:43.499Z] ---> 7140b1415f23 [2021-02-02T17:35:43.499Z] Step 31/31 : LABEL version=2.0.0-dev.72 [2021-02-02T17:35:43.499Z] OK: 217 MiB in 51 packages [2021-02-02T17:35:43.499Z] ---> 9537569792dc [2021-02-02T17:35:43.499Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:35:44.106Z] ---> Running in 843f01a743c1 [2021-02-02T17:35:44.106Z] ---> Running in 33e079fc5043 [2021-02-02T17:35:45.633Z] Removing intermediate container 33e079fc5043 [2021-02-02T17:35:45.633Z] ---> 1d4bd1deadad [2021-02-02T17:35:45.633Z] [2021-02-02T17:35:46.693Z] Removing intermediate container 1965cfbfeb52 [2021-02-02T17:35:46.693Z] ---> 81f27339a019 [2021-02-02T17:35:46.693Z] Step 6/26 : COPY go.mod . [2021-02-02T17:35:47.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-02T17:35:47.349Z] Successfully built 1d4bd1deadad [2021-02-02T17:35:47.624Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T17:35:48.684Z] 308d6cb78bb0: Pushed [2021-02-02T17:35:48.684Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:787846f0238e70ea298343dda3fe1fdd08025ab4a7c80735289615eaaa250c17 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:48.993Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:49.063Z]  Building docker-security-bootstrapper-go ... done  ---> 6c3fcfec0868 [2021-02-02T17:35:49.063Z] Step 7/26 : RUN go mod download [2021-02-02T17:35:49.063Z] ---> Running in df18e45bd2b8 [2021-02-02T17:35:49.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.72 [2021-02-02T17:35:49.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-02T17:35:49.288Z] db37e39307d5: Preparing [2021-02-02T17:35:49.288Z] 345188bf0d26: Preparing [2021-02-02T17:35:49.288Z] 308d6cb78bb0: Preparing [2021-02-02T17:35:49.288Z] 238e2cbb9b53: Preparing [2021-02-02T17:35:49.288Z] 9ab210e96304: Preparing [2021-02-02T17:35:49.288Z] 9217af821ebc: Preparing [2021-02-02T17:35:49.288Z] 84de91f0c1f8: Preparing [2021-02-02T17:35:49.288Z] 0754057c0ad3: Preparing [2021-02-02T17:35:49.288Z] 998cdf262ab1: Preparing [2021-02-02T17:35:49.288Z] 02e56110abd2: Preparing [2021-02-02T17:35:49.288Z] abc36efb885a: Preparing [2021-02-02T17:35:49.288Z] b0b09059f4e1: Preparing [2021-02-02T17:35:49.288Z] bb961f40224b: Preparing [2021-02-02T17:35:49.288Z] f4666769fca7: Preparing [2021-02-02T17:35:49.288Z] 9217af821ebc: Waiting [2021-02-02T17:35:49.288Z] 84de91f0c1f8: Waiting [2021-02-02T17:35:49.288Z] 0754057c0ad3: Waiting [2021-02-02T17:35:49.288Z] 998cdf262ab1: Waiting [2021-02-02T17:35:49.288Z] 02e56110abd2: Waiting [2021-02-02T17:35:49.288Z] abc36efb885a: Waiting [2021-02-02T17:35:49.288Z] b0b09059f4e1: Waiting [2021-02-02T17:35:49.288Z] bb961f40224b: Waiting [2021-02-02T17:35:49.288Z] 9ab210e96304: Layer already exists [2021-02-02T17:35:49.288Z] 345188bf0d26: Layer already exists [2021-02-02T17:35:49.288Z] db37e39307d5: Layer already exists [2021-02-02T17:35:49.288Z] 238e2cbb9b53: Layer already exists [2021-02-02T17:35:49.288Z] 308d6cb78bb0: Layer already exists [2021-02-02T17:35:49.288Z] 9217af821ebc: Layer already exists [2021-02-02T17:35:49.288Z] 0754057c0ad3: Layer already exists [2021-02-02T17:35:49.288Z] 84de91f0c1f8: Layer already exists [2021-02-02T17:35:49.288Z] 02e56110abd2: Layer already exists [2021-02-02T17:35:49.288Z] 998cdf262ab1: Layer already exists [2021-02-02T17:35:49.288Z] b0b09059f4e1: Layer already exists [2021-02-02T17:35:49.288Z] abc36efb885a: Layer already exists [2021-02-02T17:35:49.288Z] bb961f40224b: Layer already exists [2021-02-02T17:35:49.288Z] f4666769fca7: Layer already exists [2021-02-02T17:35:49.288Z] 2.0.0-dev.72: digest: sha256:787846f0238e70ea298343dda3fe1fdd08025ab4a7c80735289615eaaa250c17 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:49.585Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:49.663Z] ---> 0e9295890d48 [2021-02-02T17:35:49.664Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:35:49.664Z] ---> Running in e027060f26cb [2021-02-02T17:35:49.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:49.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-02T17:35:49.878Z] db37e39307d5: Preparing [2021-02-02T17:35:49.878Z] 345188bf0d26: Preparing [2021-02-02T17:35:49.878Z] 308d6cb78bb0: Preparing [2021-02-02T17:35:49.878Z] 238e2cbb9b53: Preparing [2021-02-02T17:35:49.878Z] 9ab210e96304: Preparing [2021-02-02T17:35:49.878Z] 9217af821ebc: Preparing [2021-02-02T17:35:49.878Z] 84de91f0c1f8: Preparing [2021-02-02T17:35:49.878Z] 0754057c0ad3: Preparing [2021-02-02T17:35:49.878Z] 998cdf262ab1: Preparing [2021-02-02T17:35:49.878Z] 02e56110abd2: Preparing [2021-02-02T17:35:49.878Z] abc36efb885a: Preparing [2021-02-02T17:35:49.878Z] b0b09059f4e1: Preparing [2021-02-02T17:35:49.878Z] bb961f40224b: Preparing [2021-02-02T17:35:49.878Z] f4666769fca7: Preparing [2021-02-02T17:35:49.878Z] 9217af821ebc: Waiting [2021-02-02T17:35:49.878Z] 84de91f0c1f8: Waiting [2021-02-02T17:35:49.878Z] 0754057c0ad3: Waiting [2021-02-02T17:35:49.878Z] 998cdf262ab1: Waiting [2021-02-02T17:35:49.878Z] 02e56110abd2: Waiting [2021-02-02T17:35:49.878Z] f4666769fca7: Waiting [2021-02-02T17:35:49.878Z] abc36efb885a: Waiting [2021-02-02T17:35:49.878Z] b0b09059f4e1: Waiting [2021-02-02T17:35:49.878Z] bb961f40224b: Waiting [2021-02-02T17:35:49.878Z] 9ab210e96304: Layer already exists [2021-02-02T17:35:49.878Z] 308d6cb78bb0: Layer already exists [2021-02-02T17:35:49.878Z] 345188bf0d26: Layer already exists [2021-02-02T17:35:49.878Z] 238e2cbb9b53: Layer already exists [2021-02-02T17:35:49.878Z] db37e39307d5: Layer already exists [2021-02-02T17:35:49.878Z] 0754057c0ad3: Layer already exists [2021-02-02T17:35:49.878Z] 84de91f0c1f8: Layer already exists [2021-02-02T17:35:49.878Z] 9217af821ebc: Layer already exists [2021-02-02T17:35:49.878Z] 998cdf262ab1: Layer already exists [2021-02-02T17:35:49.878Z] 02e56110abd2: Layer already exists [2021-02-02T17:35:49.878Z] b0b09059f4e1: Layer already exists [2021-02-02T17:35:49.878Z] abc36efb885a: Layer already exists [2021-02-02T17:35:49.878Z] bb961f40224b: Layer already exists [2021-02-02T17:35:49.878Z] f4666769fca7: Layer already exists [2021-02-02T17:35:49.878Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:787846f0238e70ea298343dda3fe1fdd08025ab4a7c80735289615eaaa250c17 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:50.186Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:50.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-02T17:35:50.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-02T17:35:50.509Z] db37e39307d5: Preparing [2021-02-02T17:35:50.509Z] 345188bf0d26: Preparing [2021-02-02T17:35:50.509Z] 308d6cb78bb0: Preparing [2021-02-02T17:35:50.509Z] 238e2cbb9b53: Preparing [2021-02-02T17:35:50.509Z] 9ab210e96304: Preparing [2021-02-02T17:35:50.509Z] 9217af821ebc: Preparing [2021-02-02T17:35:50.509Z] 84de91f0c1f8: Preparing [2021-02-02T17:35:50.509Z] 0754057c0ad3: Preparing [2021-02-02T17:35:50.509Z] 998cdf262ab1: Preparing [2021-02-02T17:35:50.509Z] 02e56110abd2: Preparing [2021-02-02T17:35:50.509Z] abc36efb885a: Preparing [2021-02-02T17:35:50.509Z] b0b09059f4e1: Preparing [2021-02-02T17:35:50.509Z] bb961f40224b: Preparing [2021-02-02T17:35:50.509Z] f4666769fca7: Preparing [2021-02-02T17:35:50.509Z] 84de91f0c1f8: Waiting [2021-02-02T17:35:50.509Z] 0754057c0ad3: Waiting [2021-02-02T17:35:50.509Z] 998cdf262ab1: Waiting [2021-02-02T17:35:50.509Z] 02e56110abd2: Waiting [2021-02-02T17:35:50.509Z] abc36efb885a: Waiting [2021-02-02T17:35:50.509Z] b0b09059f4e1: Waiting [2021-02-02T17:35:50.509Z] bb961f40224b: Waiting [2021-02-02T17:35:50.509Z] f4666769fca7: Waiting [2021-02-02T17:35:50.509Z] 9217af821ebc: Waiting [2021-02-02T17:35:50.509Z] 9ab210e96304: Layer already exists [2021-02-02T17:35:50.509Z] 345188bf0d26: Layer already exists [2021-02-02T17:35:50.509Z] db37e39307d5: Layer already exists [2021-02-02T17:35:50.509Z] 238e2cbb9b53: Layer already exists [2021-02-02T17:35:50.509Z] 308d6cb78bb0: Layer already exists [2021-02-02T17:35:50.509Z] 84de91f0c1f8: Layer already exists [2021-02-02T17:35:50.509Z] 9217af821ebc: Layer already exists [2021-02-02T17:35:50.509Z] 0754057c0ad3: Layer already exists [2021-02-02T17:35:50.509Z] 998cdf262ab1: Layer already exists [2021-02-02T17:35:50.509Z] 02e56110abd2: Layer already exists [2021-02-02T17:35:50.509Z] b0b09059f4e1: Layer already exists [2021-02-02T17:35:50.509Z] abc36efb885a: Layer already exists [2021-02-02T17:35:50.509Z] f4666769fca7: Layer already exists [2021-02-02T17:35:50.509Z] bb961f40224b: Layer already exists [2021-02-02T17:35:50.770Z] master: digest: sha256:787846f0238e70ea298343dda3fe1fdd08025ab4a7c80735289615eaaa250c17 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:35:50.985Z] ===================================================== [Pipeline] echo [2021-02-02T17:35:51.048Z] taggedImages: [2021-02-02T17:35:51.048Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:35:51.048Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.72 [2021-02-02T17:35:51.048Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:35:51.048Z] - 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] } [2021-02-02T17:35:51.662Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] // stage [Pipeline] } [2021-02-02T17:35:53.649Z] Removing intermediate container df18e45bd2b8 [2021-02-02T17:35:53.649Z] ---> a8240a8b6c7b [2021-02-02T17:35:53.649Z] Step 8/26 : COPY . . [2021-02-02T17:36:08.782Z] ---> 85d6d1368c47 [2021-02-02T17:36:08.782Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:36:08.782Z] ---> Running in ec06b0946662 [2021-02-02T17:36:08.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-02T17:37:30.618Z] Removing intermediate container 843f01a743c1 [2021-02-02T17:37:30.618Z] ---> 1a58b2828ec0 [2021-02-02T17:37:30.618Z] [2021-02-02T17:37:30.618Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:37:30.618Z] ---> afeebe901d6b [2021-02-02T17:37:30.618Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:37:30.618Z] ---> Running in b8dbcebaa6a9 [2021-02-02T17:37:30.618Z] Removing intermediate container 02a5e0d30021 [2021-02-02T17:37:30.618Z] ---> 718da8f7d81f [2021-02-02T17:37:30.618Z] [2021-02-02T17:37:30.618Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:37:30.618Z] ---> afeebe901d6b [2021-02-02T17:37:30.618Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:37:30.618Z] ---> Using cache [2021-02-02T17:37:30.618Z] ---> 4ca3a0d09374 [2021-02-02T17:37:30.618Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:37:30.618Z] ---> Using cache [2021-02-02T17:37:30.618Z] ---> 9d8f15b89dfd [2021-02-02T17:37:30.618Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:37:30.618Z] ---> Running in a1a0b20d9270 [2021-02-02T17:37:30.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:30.618Z] Removing intermediate container a1a0b20d9270 [2021-02-02T17:37:30.618Z] ---> 85e13414ce7e [2021-02-02T17:37:30.618Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:37:30.618Z] Removing intermediate container ec06b0946662 [2021-02-02T17:37:30.618Z] ---> b015ad08010e [2021-02-02T17:37:30.618Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:37:30.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:30.618Z] ---> Running in 1dff67a92e66 [2021-02-02T17:37:30.618Z] ---> Running in 7f1cd0eba704 [2021-02-02T17:37:30.618Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:37:30.618Z] Removing intermediate container 1dff67a92e66 [2021-02-02T17:37:30.618Z] ---> b9a1ecbd0c78 [2021-02-02T17:37:30.618Z] Step 15/23 : WORKDIR / [2021-02-02T17:37:30.618Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:37:30.618Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:30.618Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:37:30.618Z] ---> Running in 173a4f51f9a4 [2021-02-02T17:37:30.618Z] OK: 6 MiB in 16 packages [2021-02-02T17:37:30.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.72" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-02T17:37:30.618Z] Removing intermediate container 173a4f51f9a4 [2021-02-02T17:37:30.618Z] ---> 232c876ad9e8 [2021-02-02T17:37:30.618Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:37:30.618Z] ---> efc855b4e476 [2021-02-02T17:37:30.618Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:37:30.618Z] Removing intermediate container b8dbcebaa6a9 [2021-02-02T17:37:30.618Z] ---> 76c24dba2166 [2021-02-02T17:37:30.618Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:37:30.618Z] ---> Running in 833855bfdc1b [2021-02-02T17:37:30.618Z] Removing intermediate container 833855bfdc1b [2021-02-02T17:37:30.618Z] ---> 7a61377fe8eb [2021-02-02T17:37:30.618Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:37:30.618Z] ---> 54177a920516 [2021-02-02T17:37:30.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:30.618Z] ---> Running in 728a9c40f8f2 [2021-02-02T17:37:30.618Z] Removing intermediate container 7f1cd0eba704 [2021-02-02T17:37:30.618Z] ---> 7cfbed3096a0 [2021-02-02T17:37:30.618Z] [2021-02-02T17:37:30.618Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:37:30.618Z] 20.10.0: Pulling from library/docker [2021-02-02T17:37:30.618Z] Removing intermediate container 728a9c40f8f2 [2021-02-02T17:37:30.618Z] ---> 921834c895ae [2021-02-02T17:37:30.618Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:37:30.618Z] ---> Running in 7ebc1f90f2a9 [2021-02-02T17:37:30.618Z] ---> 42c5e7e119ee [2021-02-02T17:37:30.618Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:37:30.888Z] ---> Running in 46dde2fad187 [2021-02-02T17:37:31.160Z] Removing intermediate container 7ebc1f90f2a9 [2021-02-02T17:37:31.160Z] ---> cb54fd58c232 [2021-02-02T17:37:31.160Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:37:31.431Z] Removing intermediate container 46dde2fad187 [2021-02-02T17:37:31.431Z] ---> 7f2e8e8673c3 [2021-02-02T17:37:31.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:37:31.714Z] ---> Running in 97485d2f88d4 [2021-02-02T17:37:32.309Z] ---> 0bf2b2cec2e2 [2021-02-02T17:37:32.309Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:37:32.582Z] Removing intermediate container 97485d2f88d4 [2021-02-02T17:37:32.582Z] ---> b9203bead303 [2021-02-02T17:37:32.582Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:37:33.174Z] ---> Running in 1eedf7d6cf69 [2021-02-02T17:37:34.155Z] Removing intermediate container 1eedf7d6cf69 [2021-02-02T17:37:34.155Z] ---> 8f175c540561 [2021-02-02T17:37:34.155Z] Step 22/23 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:37:35.150Z] ---> 27f849fb8a73 [2021-02-02T17:37:35.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:35.150Z] ---> Running in 9f68e325349d [2021-02-02T17:37:36.131Z] Removing intermediate container 9f68e325349d [2021-02-02T17:37:36.131Z] ---> 5235bd04ab47 [2021-02-02T17:37:36.131Z] Step 23/23 : LABEL version=2.0.0-dev.72 [2021-02-02T17:37:36.428Z] ---> f41e7db678a9 [2021-02-02T17:37:36.428Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:37:36.700Z] ---> Running in 93341dfb42ed [2021-02-02T17:37:36.700Z] Removing intermediate container e027060f26cb [2021-02-02T17:37:36.700Z] ---> b51c95ed7035 [2021-02-02T17:37:36.700Z] [2021-02-02T17:37:36.700Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:37:36.700Z] ---> afeebe901d6b [2021-02-02T17:37:36.700Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:37:36.974Z] ---> Running in 78e21af3118d [2021-02-02T17:37:37.245Z] ---> Running in 021f67be1add [2021-02-02T17:37:37.520Z] Removing intermediate container 93341dfb42ed [2021-02-02T17:37:37.520Z] ---> ba6ef66aa6ce [2021-02-02T17:37:37.520Z] [2021-02-02T17:37:37.791Z] Removing intermediate container 78e21af3118d [2021-02-02T17:37:37.791Z] ---> e20a46cabb77 [2021-02-02T17:37:37.791Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:37:38.068Z] Successfully built ba6ef66aa6ce [2021-02-02T17:37:38.068Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T17:37:38.068Z]  Building docker-core-metadata-go ... done Removing intermediate container 021f67be1add [2021-02-02T17:37:38.068Z] ---> 17c7ad1dfdc7 [2021-02-02T17:37:38.068Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:37:38.339Z] ---> Running in 2016ad7fbb2a [2021-02-02T17:37:38.614Z] ---> Running in f646b9d0918f [2021-02-02T17:37:38.885Z] Removing intermediate container 2016ad7fbb2a [2021-02-02T17:37:38.885Z] ---> c81c178557e4 [2021-02-02T17:37:38.885Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:37:39.157Z] Removing intermediate container f646b9d0918f [2021-02-02T17:37:39.157Z] ---> 96178458bbdd [2021-02-02T17:37:39.157Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:37:39.429Z] ---> Running in bdaeca6b894f [2021-02-02T17:37:39.703Z] ---> Running in e31b4011cf2b [2021-02-02T17:37:39.976Z] Removing intermediate container bdaeca6b894f [2021-02-02T17:37:39.976Z] ---> 33ae42e2fe86 [2021-02-02T17:37:39.976Z] Step 21/22 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:37:39.976Z] ---> Running in a2e0dd7da442 [2021-02-02T17:37:40.252Z] Removing intermediate container e31b4011cf2b [2021-02-02T17:37:40.252Z] ---> ced4b5be72ef [2021-02-02T17:37:40.252Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:37:40.524Z] ---> Running in 3e48c2650402 [2021-02-02T17:37:40.795Z] Removing intermediate container a2e0dd7da442 [2021-02-02T17:37:40.795Z] ---> ba3ba88dbc80 [2021-02-02T17:37:40.795Z] Step 22/22 : LABEL version=2.0.0-dev.72 [2021-02-02T17:37:40.795Z] ---> Running in 0b40405f093d [2021-02-02T17:37:41.076Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:37:41.076Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:37:41.076Z] ---> eeaf43b92773 [2021-02-02T17:37:41.076Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:37:41.352Z] ---> Running in ebe7f36bacb8 [2021-02-02T17:37:41.352Z] Removing intermediate container 0b40405f093d [2021-02-02T17:37:41.352Z] ---> 70bbf2dc926f [2021-02-02T17:37:41.352Z] [2021-02-02T17:37:41.956Z] Successfully built 70bbf2dc926f [2021-02-02T17:37:41.956Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T17:37:42.550Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:42.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:42.821Z] Removing intermediate container 3e48c2650402 [2021-02-02T17:37:42.821Z] ---> 2c2a629206d0 [2021-02-02T17:37:42.821Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:37:43.091Z] ---> Running in c483bc1e0082 [2021-02-02T17:37:43.365Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:37:43.365Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:37:43.365Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:37:43.365Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:43.637Z] OK: 12 MiB in 22 packages [2021-02-02T17:37:44.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:44.841Z] Removing intermediate container ebe7f36bacb8 [2021-02-02T17:37:44.841Z] ---> 1c4cf9b95598 [2021-02-02T17:37:44.841Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:37:44.841Z] ---> Running in bb8a2593454f [2021-02-02T17:37:44.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:45.433Z] Removing intermediate container bb8a2593454f [2021-02-02T17:37:45.433Z] ---> 7f9d2cbd45d7 [2021-02-02T17:37:45.433Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:37:45.709Z] ---> Running in a15bfdecbd76 [2021-02-02T17:37:45.981Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:37:45.981Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:37:45.981Z] Removing intermediate container a15bfdecbd76 [2021-02-02T17:37:45.981Z] ---> 521cac536922 [2021-02-02T17:37:45.981Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:37:45.981Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:37:46.250Z] ---> Running in 7b0671206e2a [2021-02-02T17:37:46.250Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:37:46.520Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:37:46.520Z] Removing intermediate container 7b0671206e2a [2021-02-02T17:37:46.520Z] ---> a84e2252d36f [2021-02-02T17:37:46.520Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:37:46.789Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:37:46.789Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:46.789Z] OK: 8 MiB in 20 packages [2021-02-02T17:37:47.771Z] ---> 7bde25f05f0e [2021-02-02T17:37:47.771Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:48.051Z] Removing intermediate container c483bc1e0082 [2021-02-02T17:37:48.051Z] ---> 94c3fb0a9788 [2021-02-02T17:37:48.051Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:37:48.641Z] ---> 0e20cc164943 [2021-02-02T17:37:48.641Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:37:48.911Z] ---> 111064ff76b0 [2021-02-02T17:37:48.911Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:37:49.507Z] ---> 15796722c55d [2021-02-02T17:37:49.507Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:37:50.106Z] ---> Running in 4d6cd5260be6 [2021-02-02T17:37:50.396Z] ---> 2129ce561345 [2021-02-02T17:37:50.396Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:51.376Z] ---> 1af9c12e35a4 [2021-02-02T17:37:51.376Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:37:51.376Z] ---> Running in 0fac84ea73e9 [2021-02-02T17:37:51.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:51.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:37:51.646Z] Removing intermediate container 0fac84ea73e9 [2021-02-02T17:37:51.646Z] ---> f514b1afaf03 [2021-02-02T17:37:51.646Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:37:51.919Z] ---> Running in a10cb9e5802d [2021-02-02T17:37:51.919Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:37:51.919Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:37:51.919Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:37:51.919Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:37:51.919Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:37:51.919Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:37:52.188Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:37:52.457Z] Removing intermediate container a10cb9e5802d [2021-02-02T17:37:52.457Z] ---> dff08ae87ac0 [2021-02-02T17:37:52.457Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:37:52.731Z] ---> Running in 109a4beb15e7 [2021-02-02T17:37:53.321Z] Removing intermediate container 109a4beb15e7 [2021-02-02T17:37:53.321Z] ---> 2f078d9cfcbf [2021-02-02T17:37:53.321Z] Step 22/23 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:37:53.594Z] ---> Running in f213c6965c36 [2021-02-02T17:37:54.188Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:37:54.188Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:37:54.188Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:37:54.188Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:37:54.188Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:37:54.188Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:37:54.188Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:37:54.188Z] Removing intermediate container f213c6965c36 [2021-02-02T17:37:54.188Z] ---> 3717f397e99e [2021-02-02T17:37:54.188Z] Step 23/23 : LABEL version=2.0.0-dev.72 [2021-02-02T17:37:54.188Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:37:54.188Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:37:54.188Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:37:54.459Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:37:54.459Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:37:54.459Z] ---> Running in 03650f34dde2 [2021-02-02T17:37:54.459Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:37:54.459Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:37:54.459Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:37:54.459Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:37:54.459Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:37:54.459Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:37:54.459Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:37:54.731Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:37:54.731Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:37:54.732Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:37:54.732Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:37:54.732Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:37:54.732Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:37:54.732Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:37:55.002Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:55.002Z] OK: 71 MiB in 55 packages [2021-02-02T17:37:55.002Z] Removing intermediate container 03650f34dde2 [2021-02-02T17:37:55.002Z] ---> 7ba6da83bab9 [2021-02-02T17:37:55.002Z] [2021-02-02T17:37:55.275Z] Successfully built 7ba6da83bab9 [2021-02-02T17:37:55.275Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T17:38:00.662Z]  Building docker-core-data-go ... done Removing intermediate container 4d6cd5260be6 [2021-02-02T17:38:00.662Z] ---> 42dbe432e4c6 [2021-02-02T17:38:00.662Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:38:00.935Z] ---> Running in 2252f3a7894d [2021-02-02T17:38:05.241Z] Collecting docker-compose==1.23.2 [2021-02-02T17:38:05.513Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:38:06.483Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:38:06.483Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:38:06.754Z] 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-02T17:38:07.022Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:38:07.022Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:38:07.611Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:38:07.611Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:38:09.568Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:38:09.568Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:38:09.837Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:38:09.837Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:38:10.837Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:38:10.837Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:38:14.248Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:38:14.248Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:38:16.854Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:38:16.854Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:38:16.854Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:38:17.123Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:38:19.084Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:38:19.084Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:38:19.084Z] 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-02T17:38:19.084Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:38:19.084Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:38:19.084Z] 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-02T17:38:19.673Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:38:19.673Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:38:19.942Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:38:19.942Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:38:19.942Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:38:19.942Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:38:20.531Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, jsonschema, PyYAML, dockerpty, texttable, docker-compose [2021-02-02T17:38:20.531Z] Attempting uninstall: idna [2021-02-02T17:38:20.531Z] Found existing installation: idna 2.9 [2021-02-02T17:38:20.531Z] Uninstalling idna-2.9: [2021-02-02T17:38:20.800Z] Successfully uninstalled idna-2.9 [2021-02-02T17:38:21.387Z] Attempting uninstall: urllib3 [2021-02-02T17:38:21.387Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:38:21.387Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:38:21.657Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:38:22.245Z] Attempting uninstall: requests [2021-02-02T17:38:22.245Z] Found existing installation: requests 2.23.0 [2021-02-02T17:38:22.245Z] Uninstalling requests-2.23.0: [2021-02-02T17:38:22.245Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:38:23.662Z] Running setup.py install for docopt: started [2021-02-02T17:38:25.081Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:38:25.670Z] Running setup.py install for PyYAML: started [2021-02-02T17:38:27.624Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:38:27.624Z] Running setup.py install for dockerpty: started [2021-02-02T17:38:29.598Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:38:29.598Z] Running setup.py install for texttable: started [2021-02-02T17:38:31.026Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:38:32.952Z] 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-02T17:38:35.587Z] Removing intermediate container 2252f3a7894d [2021-02-02T17:38:35.587Z] ---> bcd636737e82 [2021-02-02T17:38:35.587Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:38:35.587Z] ---> Running in 2a93d1f75131 [2021-02-02T17:38:36.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:38:36.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:38:37.437Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:38:37.437Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:38:37.437Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:38:37.437Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:38:37.437Z] OK: 71 MiB in 58 packages [2021-02-02T17:38:38.891Z] Removing intermediate container 2a93d1f75131 [2021-02-02T17:38:38.891Z] ---> 82df85daece1 [2021-02-02T17:38:38.891Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:38:38.891Z] ---> Running in 5abce2e50c40 [2021-02-02T17:38:39.487Z] Removing intermediate container 5abce2e50c40 [2021-02-02T17:38:39.488Z] ---> bc3ad68a63dd [2021-02-02T17:38:39.488Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:38:39.488Z] ---> Running in 8a9e1dc8a63b [2021-02-02T17:38:40.080Z] Removing intermediate container 8a9e1dc8a63b [2021-02-02T17:38:40.080Z] ---> 3a4733a6d7e7 [2021-02-02T17:38:40.080Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T17:38:40.080Z] ---> Running in 33e49ba5a634 [2021-02-02T17:38:40.672Z] Removing intermediate container 33e49ba5a634 [2021-02-02T17:38:40.672Z] ---> 1161761ef1e5 [2021-02-02T17:38:40.672Z] Step 25/26 : LABEL git_sha=74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:38:40.672Z] ---> Running in f3040459b19f [2021-02-02T17:38:41.269Z] Removing intermediate container f3040459b19f [2021-02-02T17:38:41.269Z] ---> 8452061210f2 [2021-02-02T17:38:41.269Z] Step 26/26 : LABEL version=2.0.0-dev.72 [2021-02-02T17:38:41.269Z] ---> Running in b56b2d50d027 [2021-02-02T17:38:41.869Z] Removing intermediate container b56b2d50d027 [2021-02-02T17:38:41.869Z] ---> 32a8d52feb98 [2021-02-02T17:38:41.869Z] [2021-02-02T17:38:41.869Z] Successfully built 32a8d52feb98 [2021-02-02T17:38:42.149Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T17:38:42.439Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T17:38:42.465Z] $ docker stop --time=1 9faac8210b14f8d74c32233bf4967316b6dd29e70ce18318c302bb1fd5bdb5e7 [2021-02-02T17:38:44.374Z] $ docker rm -f 9faac8210b14f8d74c32233bf4967316b6dd29e70ce18318c302bb1fd5bdb5e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:38:45.032Z] + + docker images [2021-02-02T17:38:45.032Z] grep docker [2021-02-02T17:38:45.303Z] docker-sys-mgmt-agent-go-arm64 latest 32a8d52feb98 4 seconds ago 300MB [2021-02-02T17:38:45.303Z] docker-core-data-go-arm64 latest 7ba6da83bab9 51 seconds ago 21MB [2021-02-02T17:38:45.303Z] docker-support-notifications-go-arm64 latest 70bbf2dc926f About a minute ago 16.6MB [2021-02-02T17:38:45.303Z] docker-core-metadata-go-arm64 latest ba6ef66aa6ce About a minute ago 17.7MB [2021-02-02T17:38:45.303Z] docker-security-bootstrapper-go-arm64 latest 1d4bd1deadad 3 minutes ago 22.6MB [2021-02-02T17:38:45.303Z] docker-core-command-go-arm64 latest a52d4caac8ed 3 minutes ago 16MB [2021-02-02T17:38:45.303Z] docker-support-scheduler-go-arm64 latest 1fe6a826b40f 3 minutes ago 16.1MB [2021-02-02T17:38:45.303Z] docker-security-secretstore-setup-go-arm64 latest 399524671d08 3 minutes ago 23.4MB [2021-02-02T17:38:45.303Z] docker-security-proxy-setup-go-arm64 latest 9736bef3453f 3 minutes ago 23.2MB [2021-02-02T17:38:45.303Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:38:45.793Z] provisioning config files... [2021-02-02T17:38:45.829Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/336@tmp/config226954955403307106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:38:46.221Z] ---> docker-login.sh [2021-02-02T17:38:46.221Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:38:46.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:38:46.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:38:46.764Z] Configure a credential helper to remove this warning. See [2021-02-02T17:38:46.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:38:46.764Z] [2021-02-02T17:38:46.764Z] Login Succeeded [2021-02-02T17:38:46.764Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:38:47.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:38:47.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:38:47.307Z] Configure a credential helper to remove this warning. See [2021-02-02T17:38:47.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:38:47.307Z] [2021-02-02T17:38:47.307Z] Login Succeeded [2021-02-02T17:38:47.307Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:38:47.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:38:47.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:38:47.850Z] Configure a credential helper to remove this warning. See [2021-02-02T17:38:47.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:38:47.850Z] [2021-02-02T17:38:47.850Z] Login Succeeded [2021-02-02T17:38:47.850Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:38:48.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:38:48.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:38:48.443Z] Configure a credential helper to remove this warning. See [2021-02-02T17:38:48.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:38:48.443Z] [2021-02-02T17:38:48.443Z] Login Succeeded [2021-02-02T17:38:48.443Z] docker.io [2021-02-02T17:38:48.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:38:49.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:38:49.308Z] Configure a credential helper to remove this warning. See [2021-02-02T17:38:49.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:38:49.308Z] [2021-02-02T17:38:49.308Z] Login Succeeded [2021-02-02T17:38:49.308Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:38:49.325Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:38:49.556Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-02T17:38:49.556Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:38:49.556Z] 2.0.0-dev.72 [2021-02-02T17:38:49.556Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:38:49.556Z] master [2021-02-02T17:38:49.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:50.052Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:50.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:38:50.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-02T17:38:50.385Z] 7189f44ecb2f: Preparing [2021-02-02T17:38:50.385Z] 492d045fce9d: Preparing [2021-02-02T17:38:50.385Z] 1478561aad61: Preparing [2021-02-02T17:38:50.385Z] e10861a20438: Preparing [2021-02-02T17:38:50.385Z] 379067d0cb53: Preparing [2021-02-02T17:38:50.658Z] 379067d0cb53: Layer already exists [2021-02-02T17:38:50.658Z] 1478561aad61: Pushed [2021-02-02T17:38:50.658Z] 7189f44ecb2f: Pushed [2021-02-02T17:38:50.658Z] e10861a20438: Pushed [2021-02-02T17:38:53.252Z] 492d045fce9d: Pushed [2021-02-02T17:38:53.520Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:59ff44a3e073c9ae06614703509c951abc7abd6cce8510130576ce438262fc7e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:53.857Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:54.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.72 [2021-02-02T17:38:54.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-02T17:38:54.192Z] 7189f44ecb2f: Preparing [2021-02-02T17:38:54.192Z] 492d045fce9d: Preparing [2021-02-02T17:38:54.192Z] 1478561aad61: Preparing [2021-02-02T17:38:54.192Z] e10861a20438: Preparing [2021-02-02T17:38:54.192Z] 379067d0cb53: Preparing [2021-02-02T17:38:54.463Z] e10861a20438: Layer already exists [2021-02-02T17:38:54.463Z] 379067d0cb53: Layer already exists [2021-02-02T17:38:54.463Z] 1478561aad61: Layer already exists [2021-02-02T17:38:54.463Z] 492d045fce9d: Layer already exists [2021-02-02T17:38:54.463Z] 7189f44ecb2f: Layer already exists [2021-02-02T17:38:54.463Z] 2.0.0-dev.72: digest: sha256:59ff44a3e073c9ae06614703509c951abc7abd6cce8510130576ce438262fc7e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:54.806Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:55.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:38:55.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-02T17:38:55.137Z] 7189f44ecb2f: Preparing [2021-02-02T17:38:55.137Z] 492d045fce9d: Preparing [2021-02-02T17:38:55.137Z] 1478561aad61: Preparing [2021-02-02T17:38:55.137Z] e10861a20438: Preparing [2021-02-02T17:38:55.137Z] 379067d0cb53: Preparing [2021-02-02T17:38:55.137Z] 492d045fce9d: Layer already exists [2021-02-02T17:38:55.137Z] 7189f44ecb2f: Layer already exists [2021-02-02T17:38:55.137Z] 379067d0cb53: Layer already exists [2021-02-02T17:38:55.137Z] 1478561aad61: Layer already exists [2021-02-02T17:38:55.137Z] e10861a20438: Layer already exists [2021-02-02T17:38:55.406Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:59ff44a3e073c9ae06614703509c951abc7abd6cce8510130576ce438262fc7e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:55.747Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:56.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-02T17:38:56.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-02T17:38:56.078Z] 7189f44ecb2f: Preparing [2021-02-02T17:38:56.078Z] 492d045fce9d: Preparing [2021-02-02T17:38:56.078Z] 1478561aad61: Preparing [2021-02-02T17:38:56.078Z] e10861a20438: Preparing [2021-02-02T17:38:56.078Z] 379067d0cb53: Preparing [2021-02-02T17:38:56.346Z] e10861a20438: Layer already exists [2021-02-02T17:38:56.347Z] 1478561aad61: Layer already exists [2021-02-02T17:38:56.347Z] 492d045fce9d: Layer already exists [2021-02-02T17:38:56.347Z] 7189f44ecb2f: Layer already exists [2021-02-02T17:38:56.347Z] 379067d0cb53: Layer already exists [2021-02-02T17:38:56.347Z] master: digest: sha256:59ff44a3e073c9ae06614703509c951abc7abd6cce8510130576ce438262fc7e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:38:56.563Z] ===================================================== [Pipeline] echo [2021-02-02T17:38:56.608Z] taggedImages: [2021-02-02T17:38:56.608Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:38:56.608Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.72 [2021-02-02T17:38:56.608Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:38:56.608Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-02T17:38:56.672Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-02T17:38:56.672Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:38:56.672Z] 2.0.0-dev.72 [2021-02-02T17:38:56.672Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:38:56.672Z] master [2021-02-02T17:38:56.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:57.225Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:57.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:38:57.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-02T17:38:57.599Z] 45f60af2e367: Preparing [2021-02-02T17:38:57.599Z] b6d1f8591923: Preparing [2021-02-02T17:38:57.599Z] 1478561aad61: Preparing [2021-02-02T17:38:57.599Z] a7d1ed22c95a: Preparing [2021-02-02T17:38:57.599Z] 79f20b6e60c8: Preparing [2021-02-02T17:38:57.599Z] 379067d0cb53: Preparing [2021-02-02T17:38:57.599Z] 379067d0cb53: Waiting [2021-02-02T17:38:57.888Z] 1478561aad61: Layer already exists [2021-02-02T17:38:57.888Z] 379067d0cb53: Layer already exists [2021-02-02T17:38:57.888Z] 79f20b6e60c8: Pushed [2021-02-02T17:38:57.888Z] 45f60af2e367: Pushed [2021-02-02T17:38:58.520Z] a7d1ed22c95a: Pushed [2021-02-02T17:39:01.125Z] b6d1f8591923: Pushed [2021-02-02T17:39:01.395Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:03a0fc4eb2091d8d73db6054ed075192993642348273f0997a1c38e1e2b17b2d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:01.746Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:02.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:02.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-02T17:39:02.086Z] 45f60af2e367: Preparing [2021-02-02T17:39:02.086Z] b6d1f8591923: Preparing [2021-02-02T17:39:02.086Z] 1478561aad61: Preparing [2021-02-02T17:39:02.086Z] a7d1ed22c95a: Preparing [2021-02-02T17:39:02.086Z] 79f20b6e60c8: Preparing [2021-02-02T17:39:02.086Z] 379067d0cb53: Preparing [2021-02-02T17:39:02.086Z] 379067d0cb53: Waiting [2021-02-02T17:39:02.086Z] 79f20b6e60c8: Layer already exists [2021-02-02T17:39:02.086Z] b6d1f8591923: Layer already exists [2021-02-02T17:39:02.086Z] 1478561aad61: Layer already exists [2021-02-02T17:39:02.086Z] a7d1ed22c95a: Layer already exists [2021-02-02T17:39:02.086Z] 45f60af2e367: Layer already exists [2021-02-02T17:39:02.357Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:02.357Z] 2.0.0-dev.72: digest: sha256:03a0fc4eb2091d8d73db6054ed075192993642348273f0997a1c38e1e2b17b2d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:02.704Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:03.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:03.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-02T17:39:03.040Z] 45f60af2e367: Preparing [2021-02-02T17:39:03.040Z] b6d1f8591923: Preparing [2021-02-02T17:39:03.040Z] 1478561aad61: Preparing [2021-02-02T17:39:03.040Z] a7d1ed22c95a: Preparing [2021-02-02T17:39:03.040Z] 79f20b6e60c8: Preparing [2021-02-02T17:39:03.040Z] 379067d0cb53: Preparing [2021-02-02T17:39:03.040Z] 379067d0cb53: Waiting [2021-02-02T17:39:03.040Z] 1478561aad61: Layer already exists [2021-02-02T17:39:03.040Z] 45f60af2e367: Layer already exists [2021-02-02T17:39:03.040Z] b6d1f8591923: Layer already exists [2021-02-02T17:39:03.040Z] 79f20b6e60c8: Layer already exists [2021-02-02T17:39:03.040Z] a7d1ed22c95a: Layer already exists [2021-02-02T17:39:03.309Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:03.309Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:03a0fc4eb2091d8d73db6054ed075192993642348273f0997a1c38e1e2b17b2d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:03.654Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:04.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-02T17:39:04.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-02T17:39:04.023Z] 45f60af2e367: Preparing [2021-02-02T17:39:04.023Z] b6d1f8591923: Preparing [2021-02-02T17:39:04.023Z] 1478561aad61: Preparing [2021-02-02T17:39:04.023Z] a7d1ed22c95a: Preparing [2021-02-02T17:39:04.023Z] 79f20b6e60c8: Preparing [2021-02-02T17:39:04.023Z] 379067d0cb53: Preparing [2021-02-02T17:39:04.023Z] 379067d0cb53: Waiting [2021-02-02T17:39:04.023Z] b6d1f8591923: Layer already exists [2021-02-02T17:39:04.023Z] 79f20b6e60c8: Layer already exists [2021-02-02T17:39:04.023Z] 45f60af2e367: Layer already exists [2021-02-02T17:39:04.023Z] 1478561aad61: Layer already exists [2021-02-02T17:39:04.023Z] a7d1ed22c95a: Layer already exists [2021-02-02T17:39:04.297Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:04.297Z] master: digest: sha256:03a0fc4eb2091d8d73db6054ed075192993642348273f0997a1c38e1e2b17b2d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:39:04.508Z] ===================================================== [Pipeline] echo [2021-02-02T17:39:04.563Z] taggedImages: [2021-02-02T17:39:04.563Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:04.563Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:04.563Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:04.563Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-02T17:39:04.631Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-02T17:39:04.631Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:04.631Z] 2.0.0-dev.72 [2021-02-02T17:39:04.631Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:04.631Z] master [2021-02-02T17:39:04.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:05.159Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:05.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:05.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-02T17:39:05.510Z] c3224b7faf14: Preparing [2021-02-02T17:39:05.510Z] 0f87167eed71: Preparing [2021-02-02T17:39:05.510Z] 1478561aad61: Preparing [2021-02-02T17:39:05.510Z] e10861a20438: Preparing [2021-02-02T17:39:05.510Z] 379067d0cb53: Preparing [2021-02-02T17:39:05.784Z] e10861a20438: Layer already exists [2021-02-02T17:39:05.784Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:05.784Z] 1478561aad61: Layer already exists [2021-02-02T17:39:05.784Z] c3224b7faf14: Pushed [2021-02-02T17:39:09.166Z] 0f87167eed71: Pushed [2021-02-02T17:39:09.166Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:efc299832822ae6a3808e2889cfcd4698aefdba6560cd54796807708f2bb3066 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:09.513Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:09.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:09.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-02T17:39:09.848Z] c3224b7faf14: Preparing [2021-02-02T17:39:09.848Z] 0f87167eed71: Preparing [2021-02-02T17:39:09.848Z] 1478561aad61: Preparing [2021-02-02T17:39:09.848Z] e10861a20438: Preparing [2021-02-02T17:39:09.848Z] 379067d0cb53: Preparing [2021-02-02T17:39:09.848Z] e10861a20438: Layer already exists [2021-02-02T17:39:09.848Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:10.119Z] 1478561aad61: Layer already exists [2021-02-02T17:39:10.119Z] 0f87167eed71: Layer already exists [2021-02-02T17:39:10.119Z] c3224b7faf14: Layer already exists [2021-02-02T17:39:10.119Z] 2.0.0-dev.72: digest: sha256:efc299832822ae6a3808e2889cfcd4698aefdba6560cd54796807708f2bb3066 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:10.457Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:10.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:10.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-02T17:39:10.789Z] c3224b7faf14: Preparing [2021-02-02T17:39:10.789Z] 0f87167eed71: Preparing [2021-02-02T17:39:10.789Z] 1478561aad61: Preparing [2021-02-02T17:39:10.789Z] e10861a20438: Preparing [2021-02-02T17:39:10.789Z] 379067d0cb53: Preparing [2021-02-02T17:39:11.060Z] 0f87167eed71: Layer already exists [2021-02-02T17:39:11.060Z] 1478561aad61: Layer already exists [2021-02-02T17:39:11.060Z] c3224b7faf14: Layer already exists [2021-02-02T17:39:11.060Z] e10861a20438: Layer already exists [2021-02-02T17:39:11.060Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:11.060Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:efc299832822ae6a3808e2889cfcd4698aefdba6560cd54796807708f2bb3066 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:11.405Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:11.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-02T17:39:11.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-02T17:39:11.740Z] c3224b7faf14: Preparing [2021-02-02T17:39:11.740Z] 0f87167eed71: Preparing [2021-02-02T17:39:11.740Z] 1478561aad61: Preparing [2021-02-02T17:39:11.740Z] e10861a20438: Preparing [2021-02-02T17:39:11.740Z] 379067d0cb53: Preparing [2021-02-02T17:39:11.740Z] 1478561aad61: Layer already exists [2021-02-02T17:39:11.740Z] 0f87167eed71: Layer already exists [2021-02-02T17:39:11.740Z] e10861a20438: Layer already exists [2021-02-02T17:39:12.009Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:12.009Z] c3224b7faf14: Layer already exists [2021-02-02T17:39:12.009Z] master: digest: sha256:efc299832822ae6a3808e2889cfcd4698aefdba6560cd54796807708f2bb3066 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:39:12.243Z] ===================================================== [Pipeline] echo [2021-02-02T17:39:12.292Z] taggedImages: [2021-02-02T17:39:12.292Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:12.292Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:12.292Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:12.292Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-02T17:39:12.448Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-02T17:39:12.448Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:12.448Z] 2.0.0-dev.72 [2021-02-02T17:39:12.448Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:12.448Z] master [2021-02-02T17:39:12.448Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:12.943Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:13.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:13.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-02T17:39:13.286Z] cee0f4405d84: Preparing [2021-02-02T17:39:13.286Z] cee0f4405d84: Preparing [2021-02-02T17:39:13.286Z] e60d8919b55c: Preparing [2021-02-02T17:39:13.286Z] d8588d4f897a: Preparing [2021-02-02T17:39:13.286Z] a5ee2ac38cb1: Preparing [2021-02-02T17:39:13.286Z] be786309054f: Preparing [2021-02-02T17:39:13.286Z] 1478561aad61: Preparing [2021-02-02T17:39:13.286Z] c4066316788f: Preparing [2021-02-02T17:39:13.286Z] c4066316788f: Preparing [2021-02-02T17:39:13.286Z] 7acffd206b4c: Preparing [2021-02-02T17:39:13.286Z] f42621e41ccf: Preparing [2021-02-02T17:39:13.286Z] 379067d0cb53: Preparing [2021-02-02T17:39:13.286Z] c4066316788f: Waiting [2021-02-02T17:39:13.286Z] 7acffd206b4c: Waiting [2021-02-02T17:39:13.286Z] f42621e41ccf: Waiting [2021-02-02T17:39:13.286Z] 379067d0cb53: Waiting [2021-02-02T17:39:13.286Z] 1478561aad61: Waiting [2021-02-02T17:39:13.565Z] a5ee2ac38cb1: Pushed [2021-02-02T17:39:13.565Z] e60d8919b55c: Pushed [2021-02-02T17:39:13.565Z] cee0f4405d84: Pushed [2021-02-02T17:39:13.565Z] 1478561aad61: Layer already exists [2021-02-02T17:39:13.842Z] c4066316788f: Pushed [2021-02-02T17:39:13.842Z] 7acffd206b4c: Pushed [2021-02-02T17:39:13.842Z] f42621e41ccf: Pushed [2021-02-02T17:39:13.842Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:15.802Z] d8588d4f897a: Pushed [2021-02-02T17:39:15.802Z] be786309054f: Pushed [2021-02-02T17:39:16.074Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:f4205cf834786b59a41d0fee275bf5ef43d8bdb10e0425ccdb4eeb0f568ce3ef size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:16.465Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:16.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:16.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-02T17:39:16.826Z] cee0f4405d84: Preparing [2021-02-02T17:39:16.826Z] cee0f4405d84: Preparing [2021-02-02T17:39:16.826Z] e60d8919b55c: Preparing [2021-02-02T17:39:16.826Z] d8588d4f897a: Preparing [2021-02-02T17:39:16.826Z] a5ee2ac38cb1: Preparing [2021-02-02T17:39:16.826Z] be786309054f: Preparing [2021-02-02T17:39:16.826Z] 1478561aad61: Preparing [2021-02-02T17:39:16.826Z] c4066316788f: Preparing [2021-02-02T17:39:16.826Z] c4066316788f: Preparing [2021-02-02T17:39:16.826Z] 7acffd206b4c: Preparing [2021-02-02T17:39:16.826Z] f42621e41ccf: Preparing [2021-02-02T17:39:16.826Z] 379067d0cb53: Preparing [2021-02-02T17:39:16.826Z] f42621e41ccf: Waiting [2021-02-02T17:39:16.826Z] 379067d0cb53: Waiting [2021-02-02T17:39:16.826Z] 1478561aad61: Waiting [2021-02-02T17:39:16.826Z] 7acffd206b4c: Waiting [2021-02-02T17:39:16.826Z] c4066316788f: Waiting [2021-02-02T17:39:16.826Z] be786309054f: Layer already exists [2021-02-02T17:39:16.826Z] cee0f4405d84: Layer already exists [2021-02-02T17:39:16.826Z] d8588d4f897a: Layer already exists [2021-02-02T17:39:16.826Z] a5ee2ac38cb1: Layer already exists [2021-02-02T17:39:16.826Z] e60d8919b55c: Layer already exists [2021-02-02T17:39:17.117Z] 1478561aad61: Layer already exists [2021-02-02T17:39:17.117Z] c4066316788f: Layer already exists [2021-02-02T17:39:17.117Z] 7acffd206b4c: Layer already exists [2021-02-02T17:39:17.117Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:17.117Z] f42621e41ccf: Layer already exists [2021-02-02T17:39:17.117Z] 2.0.0-dev.72: digest: sha256:f4205cf834786b59a41d0fee275bf5ef43d8bdb10e0425ccdb4eeb0f568ce3ef size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:17.493Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:17.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:17.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-02T17:39:17.839Z] cee0f4405d84: Preparing [2021-02-02T17:39:17.839Z] cee0f4405d84: Preparing [2021-02-02T17:39:17.839Z] e60d8919b55c: Preparing [2021-02-02T17:39:17.839Z] d8588d4f897a: Preparing [2021-02-02T17:39:17.839Z] a5ee2ac38cb1: Preparing [2021-02-02T17:39:17.839Z] be786309054f: Preparing [2021-02-02T17:39:17.839Z] 1478561aad61: Preparing [2021-02-02T17:39:17.839Z] c4066316788f: Preparing [2021-02-02T17:39:17.839Z] c4066316788f: Preparing [2021-02-02T17:39:17.839Z] 7acffd206b4c: Preparing [2021-02-02T17:39:17.839Z] f42621e41ccf: Preparing [2021-02-02T17:39:17.839Z] 379067d0cb53: Preparing [2021-02-02T17:39:17.839Z] 7acffd206b4c: Waiting [2021-02-02T17:39:17.839Z] f42621e41ccf: Waiting [2021-02-02T17:39:17.839Z] 379067d0cb53: Waiting [2021-02-02T17:39:17.839Z] c4066316788f: Waiting [2021-02-02T17:39:17.839Z] cee0f4405d84: Layer already exists [2021-02-02T17:39:17.839Z] be786309054f: Layer already exists [2021-02-02T17:39:17.839Z] d8588d4f897a: Layer already exists [2021-02-02T17:39:17.839Z] a5ee2ac38cb1: Layer already exists [2021-02-02T17:39:17.839Z] e60d8919b55c: Layer already exists [2021-02-02T17:39:18.117Z] 1478561aad61: Layer already exists [2021-02-02T17:39:18.117Z] c4066316788f: Layer already exists [2021-02-02T17:39:18.117Z] 7acffd206b4c: Layer already exists [2021-02-02T17:39:18.117Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:18.117Z] f42621e41ccf: Layer already exists [2021-02-02T17:39:18.117Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:f4205cf834786b59a41d0fee275bf5ef43d8bdb10e0425ccdb4eeb0f568ce3ef size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:18.462Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:18.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-02T17:39:18.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-02T17:39:18.806Z] cee0f4405d84: Preparing [2021-02-02T17:39:18.806Z] cee0f4405d84: Preparing [2021-02-02T17:39:18.806Z] e60d8919b55c: Preparing [2021-02-02T17:39:18.806Z] d8588d4f897a: Preparing [2021-02-02T17:39:18.806Z] a5ee2ac38cb1: Preparing [2021-02-02T17:39:18.806Z] be786309054f: Preparing [2021-02-02T17:39:18.806Z] 1478561aad61: Preparing [2021-02-02T17:39:18.806Z] c4066316788f: Preparing [2021-02-02T17:39:18.806Z] c4066316788f: Preparing [2021-02-02T17:39:18.806Z] 7acffd206b4c: Preparing [2021-02-02T17:39:18.806Z] f42621e41ccf: Preparing [2021-02-02T17:39:18.806Z] 379067d0cb53: Preparing [2021-02-02T17:39:18.806Z] 1478561aad61: Waiting [2021-02-02T17:39:18.806Z] c4066316788f: Waiting [2021-02-02T17:39:18.806Z] 7acffd206b4c: Waiting [2021-02-02T17:39:18.806Z] f42621e41ccf: Waiting [2021-02-02T17:39:18.806Z] 379067d0cb53: Waiting [2021-02-02T17:39:19.079Z] be786309054f: Layer already exists [2021-02-02T17:39:19.079Z] a5ee2ac38cb1: Layer already exists [2021-02-02T17:39:19.079Z] cee0f4405d84: Layer already exists [2021-02-02T17:39:19.079Z] d8588d4f897a: Layer already exists [2021-02-02T17:39:19.079Z] e60d8919b55c: Layer already exists [2021-02-02T17:39:19.079Z] c4066316788f: Layer already exists [2021-02-02T17:39:19.079Z] 7acffd206b4c: Layer already exists [2021-02-02T17:39:19.079Z] 1478561aad61: Layer already exists [2021-02-02T17:39:19.079Z] f42621e41ccf: Layer already exists [2021-02-02T17:39:19.079Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:19.079Z] master: digest: sha256:f4205cf834786b59a41d0fee275bf5ef43d8bdb10e0425ccdb4eeb0f568ce3ef size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:39:19.329Z] ===================================================== [Pipeline] echo [2021-02-02T17:39:19.389Z] taggedImages: [2021-02-02T17:39:19.389Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:19.389Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:19.389Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:19.389Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-02T17:39:19.453Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-02T17:39:19.453Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:19.453Z] 2.0.0-dev.72 [2021-02-02T17:39:19.453Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:19.453Z] master [2021-02-02T17:39:19.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:19.955Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:20.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:20.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-02T17:39:20.337Z] 3f87097b07ac: Preparing [2021-02-02T17:39:20.337Z] 1a498ed0cc4d: Preparing [2021-02-02T17:39:20.337Z] 3462ee7c5196: Preparing [2021-02-02T17:39:20.337Z] fd46c6c5370a: Preparing [2021-02-02T17:39:20.338Z] 03ed2ea77542: Preparing [2021-02-02T17:39:20.338Z] 379067d0cb53: Preparing [2021-02-02T17:39:20.338Z] 379067d0cb53: Waiting [2021-02-02T17:39:20.643Z] 3462ee7c5196: Pushed [2021-02-02T17:39:20.643Z] fd46c6c5370a: Pushed [2021-02-02T17:39:20.972Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:21.249Z] 03ed2ea77542: Pushed [2021-02-02T17:39:23.233Z] 3f87097b07ac: Pushed [2021-02-02T17:39:23.233Z] 1a498ed0cc4d: Pushed [2021-02-02T17:39:23.233Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:a1f10424282eccb5d74785dd853b055cd07437793c04aaddf1ad79d144eae1ac size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:23.572Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:23.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:23.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-02T17:39:23.911Z] 3f87097b07ac: Preparing [2021-02-02T17:39:23.911Z] 1a498ed0cc4d: Preparing [2021-02-02T17:39:23.911Z] 3462ee7c5196: Preparing [2021-02-02T17:39:23.911Z] fd46c6c5370a: Preparing [2021-02-02T17:39:23.911Z] 03ed2ea77542: Preparing [2021-02-02T17:39:23.911Z] 379067d0cb53: Preparing [2021-02-02T17:39:23.911Z] 379067d0cb53: Waiting [2021-02-02T17:39:23.911Z] 3f87097b07ac: Layer already exists [2021-02-02T17:39:23.911Z] 1a498ed0cc4d: Layer already exists [2021-02-02T17:39:23.911Z] 3462ee7c5196: Layer already exists [2021-02-02T17:39:23.911Z] 03ed2ea77542: Layer already exists [2021-02-02T17:39:24.181Z] fd46c6c5370a: Layer already exists [2021-02-02T17:39:24.181Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:24.181Z] 2.0.0-dev.72: digest: sha256:a1f10424282eccb5d74785dd853b055cd07437793c04aaddf1ad79d144eae1ac size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:24.522Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:24.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:24.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-02T17:39:24.862Z] 3f87097b07ac: Preparing [2021-02-02T17:39:24.862Z] 1a498ed0cc4d: Preparing [2021-02-02T17:39:24.862Z] 3462ee7c5196: Preparing [2021-02-02T17:39:24.862Z] fd46c6c5370a: Preparing [2021-02-02T17:39:24.862Z] 03ed2ea77542: Preparing [2021-02-02T17:39:24.862Z] 379067d0cb53: Preparing [2021-02-02T17:39:24.862Z] 379067d0cb53: Waiting [2021-02-02T17:39:24.862Z] 03ed2ea77542: Layer already exists [2021-02-02T17:39:24.862Z] fd46c6c5370a: Layer already exists [2021-02-02T17:39:24.862Z] 3462ee7c5196: Layer already exists [2021-02-02T17:39:24.862Z] 1a498ed0cc4d: Layer already exists [2021-02-02T17:39:24.862Z] 3f87097b07ac: Layer already exists [2021-02-02T17:39:25.134Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:25.134Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:a1f10424282eccb5d74785dd853b055cd07437793c04aaddf1ad79d144eae1ac size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:25.503Z] + 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-02T17:39:25.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-02T17:39:25.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-02T17:39:25.834Z] 3f87097b07ac: Preparing [2021-02-02T17:39:25.834Z] 1a498ed0cc4d: Preparing [2021-02-02T17:39:25.834Z] 3462ee7c5196: Preparing [2021-02-02T17:39:25.834Z] fd46c6c5370a: Preparing [2021-02-02T17:39:25.834Z] 03ed2ea77542: Preparing [2021-02-02T17:39:25.834Z] 379067d0cb53: Preparing [2021-02-02T17:39:25.834Z] 379067d0cb53: Waiting [2021-02-02T17:39:25.834Z] fd46c6c5370a: Layer already exists [2021-02-02T17:39:25.834Z] 1a498ed0cc4d: Layer already exists [2021-02-02T17:39:25.834Z] 3f87097b07ac: Layer already exists [2021-02-02T17:39:25.834Z] 3462ee7c5196: Layer already exists [2021-02-02T17:39:25.834Z] 03ed2ea77542: Layer already exists [2021-02-02T17:39:26.103Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:26.103Z] master: digest: sha256:a1f10424282eccb5d74785dd853b055cd07437793c04aaddf1ad79d144eae1ac size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:39:26.300Z] ===================================================== [Pipeline] echo [2021-02-02T17:39:26.347Z] taggedImages: [2021-02-02T17:39:26.347Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:26.347Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:26.347Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:26.347Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-02T17:39:26.408Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-02T17:39:26.408Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:26.408Z] 2.0.0-dev.72 [2021-02-02T17:39:26.408Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:26.408Z] master [2021-02-02T17:39:26.408Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:26.899Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:27.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:27.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-02T17:39:27.234Z] f050e4b8a232: Preparing [2021-02-02T17:39:27.234Z] bcc234b374c6: Preparing [2021-02-02T17:39:27.234Z] 1d64abd409af: Preparing [2021-02-02T17:39:27.234Z] 156efd5d4cc3: Preparing [2021-02-02T17:39:27.234Z] 5f3c0875ee35: Preparing [2021-02-02T17:39:27.234Z] 781bd880072f: Preparing [2021-02-02T17:39:27.234Z] 597a828bc027: Preparing [2021-02-02T17:39:27.234Z] d9b0bc0d9483: Preparing [2021-02-02T17:39:27.234Z] 379067d0cb53: Preparing [2021-02-02T17:39:27.234Z] d9b0bc0d9483: Waiting [2021-02-02T17:39:27.234Z] 379067d0cb53: Waiting [2021-02-02T17:39:27.234Z] 781bd880072f: Waiting [2021-02-02T17:39:27.234Z] 597a828bc027: Waiting [2021-02-02T17:39:27.507Z] f050e4b8a232: Pushed [2021-02-02T17:39:27.785Z] 5f3c0875ee35: Pushed [2021-02-02T17:39:27.785Z] bcc234b374c6: Pushed [2021-02-02T17:39:27.785Z] 781bd880072f: Pushed [2021-02-02T17:39:27.785Z] 597a828bc027: Pushed [2021-02-02T17:39:28.055Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:28.326Z] d9b0bc0d9483: Pushed [2021-02-02T17:39:29.756Z] 1d64abd409af: Pushed [2021-02-02T17:39:29.756Z] 156efd5d4cc3: Pushed [2021-02-02T17:39:29.756Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:16f1b75c1f44200edd4ecaa35e627e47e466dd07d95c26716368d8d95ff59ab6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:30.086Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:30.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:30.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-02T17:39:30.417Z] f050e4b8a232: Preparing [2021-02-02T17:39:30.417Z] bcc234b374c6: Preparing [2021-02-02T17:39:30.417Z] 1d64abd409af: Preparing [2021-02-02T17:39:30.417Z] 156efd5d4cc3: Preparing [2021-02-02T17:39:30.417Z] 5f3c0875ee35: Preparing [2021-02-02T17:39:30.417Z] 781bd880072f: Preparing [2021-02-02T17:39:30.417Z] 597a828bc027: Preparing [2021-02-02T17:39:30.417Z] d9b0bc0d9483: Preparing [2021-02-02T17:39:30.417Z] 379067d0cb53: Preparing [2021-02-02T17:39:30.417Z] 781bd880072f: Waiting [2021-02-02T17:39:30.417Z] d9b0bc0d9483: Waiting [2021-02-02T17:39:30.417Z] 379067d0cb53: Waiting [2021-02-02T17:39:30.417Z] 597a828bc027: Waiting [2021-02-02T17:39:30.417Z] f050e4b8a232: Layer already exists [2021-02-02T17:39:30.417Z] bcc234b374c6: Layer already exists [2021-02-02T17:39:30.417Z] 1d64abd409af: Layer already exists [2021-02-02T17:39:30.417Z] 5f3c0875ee35: Layer already exists [2021-02-02T17:39:30.417Z] 156efd5d4cc3: Layer already exists [2021-02-02T17:39:30.693Z] 597a828bc027: Layer already exists [2021-02-02T17:39:30.693Z] d9b0bc0d9483: Layer already exists [2021-02-02T17:39:30.693Z] 781bd880072f: Layer already exists [2021-02-02T17:39:30.693Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:30.693Z] 2.0.0-dev.72: digest: sha256:16f1b75c1f44200edd4ecaa35e627e47e466dd07d95c26716368d8d95ff59ab6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:31.033Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:31.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:31.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-02T17:39:31.367Z] f050e4b8a232: Preparing [2021-02-02T17:39:31.367Z] bcc234b374c6: Preparing [2021-02-02T17:39:31.367Z] 1d64abd409af: Preparing [2021-02-02T17:39:31.367Z] 156efd5d4cc3: Preparing [2021-02-02T17:39:31.367Z] 5f3c0875ee35: Preparing [2021-02-02T17:39:31.367Z] 781bd880072f: Preparing [2021-02-02T17:39:31.367Z] 597a828bc027: Preparing [2021-02-02T17:39:31.367Z] d9b0bc0d9483: Preparing [2021-02-02T17:39:31.367Z] 379067d0cb53: Preparing [2021-02-02T17:39:31.367Z] 597a828bc027: Waiting [2021-02-02T17:39:31.367Z] d9b0bc0d9483: Waiting [2021-02-02T17:39:31.367Z] 379067d0cb53: Waiting [2021-02-02T17:39:31.367Z] 781bd880072f: Waiting [2021-02-02T17:39:31.367Z] 1d64abd409af: Layer already exists [2021-02-02T17:39:31.367Z] 5f3c0875ee35: Layer already exists [2021-02-02T17:39:31.367Z] 156efd5d4cc3: Layer already exists [2021-02-02T17:39:31.367Z] bcc234b374c6: Layer already exists [2021-02-02T17:39:31.367Z] f050e4b8a232: Layer already exists [2021-02-02T17:39:31.638Z] 597a828bc027: Layer already exists [2021-02-02T17:39:31.638Z] 781bd880072f: Layer already exists [2021-02-02T17:39:31.638Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:31.638Z] d9b0bc0d9483: Layer already exists [2021-02-02T17:39:31.638Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:16f1b75c1f44200edd4ecaa35e627e47e466dd07d95c26716368d8d95ff59ab6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:31.977Z] + 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-02T17:39:32.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-02T17:39:32.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-02T17:39:32.309Z] f050e4b8a232: Preparing [2021-02-02T17:39:32.309Z] bcc234b374c6: Preparing [2021-02-02T17:39:32.309Z] 1d64abd409af: Preparing [2021-02-02T17:39:32.309Z] 156efd5d4cc3: Preparing [2021-02-02T17:39:32.309Z] 5f3c0875ee35: Preparing [2021-02-02T17:39:32.309Z] 781bd880072f: Preparing [2021-02-02T17:39:32.309Z] 597a828bc027: Preparing [2021-02-02T17:39:32.309Z] d9b0bc0d9483: Preparing [2021-02-02T17:39:32.309Z] 379067d0cb53: Preparing [2021-02-02T17:39:32.309Z] 597a828bc027: Waiting [2021-02-02T17:39:32.309Z] d9b0bc0d9483: Waiting [2021-02-02T17:39:32.309Z] 379067d0cb53: Waiting [2021-02-02T17:39:32.309Z] 781bd880072f: Waiting [2021-02-02T17:39:32.309Z] 5f3c0875ee35: Layer already exists [2021-02-02T17:39:32.309Z] 156efd5d4cc3: Layer already exists [2021-02-02T17:39:32.309Z] bcc234b374c6: Layer already exists [2021-02-02T17:39:32.309Z] 1d64abd409af: Layer already exists [2021-02-02T17:39:32.309Z] f050e4b8a232: Layer already exists [2021-02-02T17:39:32.309Z] 781bd880072f: Layer already exists [2021-02-02T17:39:32.309Z] d9b0bc0d9483: Layer already exists [2021-02-02T17:39:32.309Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:32.578Z] 597a828bc027: Layer already exists [2021-02-02T17:39:32.578Z] master: digest: sha256:16f1b75c1f44200edd4ecaa35e627e47e466dd07d95c26716368d8d95ff59ab6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:39:32.783Z] ===================================================== [Pipeline] echo [2021-02-02T17:39:32.831Z] taggedImages: [2021-02-02T17:39:32.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:32.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:32.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:32.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-02T17:39:32.926Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-02T17:39:32.926Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:32.926Z] 2.0.0-dev.72 [2021-02-02T17:39:32.926Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:32.926Z] master [2021-02-02T17:39:32.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:33.481Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:33.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:33.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-02T17:39:33.813Z] 250b572913c6: Preparing [2021-02-02T17:39:33.813Z] 130ef4c5bf50: Preparing [2021-02-02T17:39:33.813Z] 1478561aad61: Preparing [2021-02-02T17:39:33.813Z] cdcf33633e31: Preparing [2021-02-02T17:39:33.813Z] 379067d0cb53: Preparing [2021-02-02T17:39:33.813Z] 1478561aad61: Layer already exists [2021-02-02T17:39:34.082Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:34.082Z] 250b572913c6: Pushed [2021-02-02T17:39:34.353Z] cdcf33633e31: Pushed [2021-02-02T17:39:36.955Z] 130ef4c5bf50: Pushed [2021-02-02T17:39:36.955Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:baf34b5de0d5b2a7ef9c4844df5286f3a087a8e8b89a72c6ecfcd4a4a9c77c0f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:37.291Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:37.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:37.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-02T17:39:37.626Z] 250b572913c6: Preparing [2021-02-02T17:39:37.626Z] 130ef4c5bf50: Preparing [2021-02-02T17:39:37.626Z] 1478561aad61: Preparing [2021-02-02T17:39:37.626Z] cdcf33633e31: Preparing [2021-02-02T17:39:37.626Z] 379067d0cb53: Preparing [2021-02-02T17:39:37.626Z] 1478561aad61: Layer already exists [2021-02-02T17:39:37.626Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:37.626Z] cdcf33633e31: Layer already exists [2021-02-02T17:39:37.626Z] 250b572913c6: Layer already exists [2021-02-02T17:39:37.896Z] 130ef4c5bf50: Layer already exists [2021-02-02T17:39:37.896Z] 2.0.0-dev.72: digest: sha256:baf34b5de0d5b2a7ef9c4844df5286f3a087a8e8b89a72c6ecfcd4a4a9c77c0f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:38.235Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:38.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:38.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-02T17:39:38.569Z] 250b572913c6: Preparing [2021-02-02T17:39:38.569Z] 130ef4c5bf50: Preparing [2021-02-02T17:39:38.569Z] 1478561aad61: Preparing [2021-02-02T17:39:38.569Z] cdcf33633e31: Preparing [2021-02-02T17:39:38.569Z] 379067d0cb53: Preparing [2021-02-02T17:39:38.569Z] 1478561aad61: Layer already exists [2021-02-02T17:39:38.569Z] 130ef4c5bf50: Layer already exists [2021-02-02T17:39:38.569Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:38.569Z] 250b572913c6: Layer already exists [2021-02-02T17:39:38.569Z] cdcf33633e31: Layer already exists [2021-02-02T17:39:38.841Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:baf34b5de0d5b2a7ef9c4844df5286f3a087a8e8b89a72c6ecfcd4a4a9c77c0f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:39.180Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:39.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-02T17:39:39.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-02T17:39:39.513Z] 250b572913c6: Preparing [2021-02-02T17:39:39.513Z] 130ef4c5bf50: Preparing [2021-02-02T17:39:39.513Z] 1478561aad61: Preparing [2021-02-02T17:39:39.513Z] cdcf33633e31: Preparing [2021-02-02T17:39:39.513Z] 379067d0cb53: Preparing [2021-02-02T17:39:39.513Z] 250b572913c6: Layer already exists [2021-02-02T17:39:39.513Z] cdcf33633e31: Layer already exists [2021-02-02T17:39:39.513Z] 1478561aad61: Layer already exists [2021-02-02T17:39:39.513Z] 130ef4c5bf50: Layer already exists [2021-02-02T17:39:39.513Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:39.784Z] master: digest: sha256:baf34b5de0d5b2a7ef9c4844df5286f3a087a8e8b89a72c6ecfcd4a4a9c77c0f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:39:39.961Z] ===================================================== [Pipeline] echo [2021-02-02T17:39:40.006Z] taggedImages: [2021-02-02T17:39:40.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:40.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:40.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:40.006Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-02T17:39:40.100Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-02T17:39:40.100Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:40.100Z] 2.0.0-dev.72 [2021-02-02T17:39:40.100Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:40.100Z] master [2021-02-02T17:39:40.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:40.616Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:40.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:40.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-02T17:39:40.949Z] 8cba9dcfb01e: Preparing [2021-02-02T17:39:40.949Z] 6bfc202af928: Preparing [2021-02-02T17:39:40.949Z] 1478561aad61: Preparing [2021-02-02T17:39:40.949Z] e10861a20438: Preparing [2021-02-02T17:39:40.949Z] 379067d0cb53: Preparing [2021-02-02T17:39:41.218Z] e10861a20438: Layer already exists [2021-02-02T17:39:41.218Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:41.218Z] 1478561aad61: Layer already exists [2021-02-02T17:39:41.218Z] 8cba9dcfb01e: Pushed [2021-02-02T17:39:43.821Z] 6bfc202af928: Pushed [2021-02-02T17:39:43.821Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:c6e8cb946d045bb94f80dd17d9a30274cec7bd05c60d353ddb3f878648b8e7ba size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:44.433Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:44.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:44.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-02T17:39:45.087Z] 8cba9dcfb01e: Preparing [2021-02-02T17:39:45.087Z] 6bfc202af928: Preparing [2021-02-02T17:39:45.087Z] 1478561aad61: Preparing [2021-02-02T17:39:45.087Z] e10861a20438: Preparing [2021-02-02T17:39:45.087Z] 379067d0cb53: Preparing [2021-02-02T17:39:45.087Z] e10861a20438: Layer already exists [2021-02-02T17:39:45.087Z] 6bfc202af928: Layer already exists [2021-02-02T17:39:45.087Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:45.087Z] 8cba9dcfb01e: Layer already exists [2021-02-02T17:39:45.087Z] 1478561aad61: Layer already exists [2021-02-02T17:39:45.087Z] 2.0.0-dev.72: digest: sha256:c6e8cb946d045bb94f80dd17d9a30274cec7bd05c60d353ddb3f878648b8e7ba size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:45.440Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:45.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:45.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-02T17:39:45.809Z] 8cba9dcfb01e: Preparing [2021-02-02T17:39:45.809Z] 6bfc202af928: Preparing [2021-02-02T17:39:45.809Z] 1478561aad61: Preparing [2021-02-02T17:39:45.809Z] e10861a20438: Preparing [2021-02-02T17:39:45.809Z] 379067d0cb53: Preparing [2021-02-02T17:39:45.809Z] 8cba9dcfb01e: Layer already exists [2021-02-02T17:39:46.083Z] e10861a20438: Layer already exists [2021-02-02T17:39:46.083Z] 1478561aad61: Layer already exists [2021-02-02T17:39:46.083Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:46.083Z] 6bfc202af928: Layer already exists [2021-02-02T17:39:46.083Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:c6e8cb946d045bb94f80dd17d9a30274cec7bd05c60d353ddb3f878648b8e7ba size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:46.417Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:46.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-02T17:39:46.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-02T17:39:46.752Z] 8cba9dcfb01e: Preparing [2021-02-02T17:39:46.752Z] 6bfc202af928: Preparing [2021-02-02T17:39:46.752Z] 1478561aad61: Preparing [2021-02-02T17:39:46.752Z] e10861a20438: Preparing [2021-02-02T17:39:46.752Z] 379067d0cb53: Preparing [2021-02-02T17:39:46.752Z] 8cba9dcfb01e: Layer already exists [2021-02-02T17:39:46.752Z] 1478561aad61: Layer already exists [2021-02-02T17:39:46.752Z] 6bfc202af928: Layer already exists [2021-02-02T17:39:46.752Z] 379067d0cb53: Layer already exists [2021-02-02T17:39:46.752Z] e10861a20438: Layer already exists [2021-02-02T17:39:47.021Z] master: digest: sha256:c6e8cb946d045bb94f80dd17d9a30274cec7bd05c60d353ddb3f878648b8e7ba size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:39:47.249Z] ===================================================== [Pipeline] echo [2021-02-02T17:39:47.293Z] taggedImages: [2021-02-02T17:39:47.293Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:47.293Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.72 [2021-02-02T17:39:47.293Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:47.293Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-02T17:39:47.353Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-02T17:39:47.353Z] 74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:47.353Z] 2.0.0-dev.72 [2021-02-02T17:39:47.353Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:39:47.353Z] master [2021-02-02T17:39:47.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:47.883Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:39:48.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:39:48.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-02T17:39:48.215Z] 72ecead00a67: Preparing [2021-02-02T17:39:48.215Z] f10b6fbf2faa: Preparing [2021-02-02T17:39:48.215Z] 7ef0daacae6f: Preparing [2021-02-02T17:39:48.215Z] 99f232655f9c: Preparing [2021-02-02T17:39:48.215Z] 481cfc40f485: Preparing [2021-02-02T17:39:48.215Z] 31543c4d3c0f: Preparing [2021-02-02T17:39:48.215Z] 764dbdc49d78: Preparing [2021-02-02T17:39:48.215Z] 9ded3b6bb9b5: Preparing [2021-02-02T17:39:48.215Z] fa1afe8e6ed9: Preparing [2021-02-02T17:39:48.215Z] 87a09b4c083e: Preparing [2021-02-02T17:39:48.215Z] 0f74e9ff2a61: Preparing [2021-02-02T17:39:48.215Z] b122376c33c6: Preparing [2021-02-02T17:39:48.215Z] f8381ed47b22: Preparing [2021-02-02T17:39:48.215Z] e934a737d657: Preparing [2021-02-02T17:39:48.215Z] 31543c4d3c0f: Waiting [2021-02-02T17:39:48.215Z] 764dbdc49d78: Waiting [2021-02-02T17:39:48.215Z] 9ded3b6bb9b5: Waiting [2021-02-02T17:39:48.215Z] fa1afe8e6ed9: Waiting [2021-02-02T17:39:48.215Z] 87a09b4c083e: Waiting [2021-02-02T17:39:48.215Z] 0f74e9ff2a61: Waiting [2021-02-02T17:39:48.215Z] b122376c33c6: Waiting [2021-02-02T17:39:48.215Z] f8381ed47b22: Waiting [2021-02-02T17:39:48.215Z] e934a737d657: Waiting [2021-02-02T17:39:48.807Z] 481cfc40f485: Pushed [2021-02-02T17:39:49.081Z] 72ecead00a67: Pushed [2021-02-02T17:39:49.356Z] 99f232655f9c: Pushed [2021-02-02T17:39:49.631Z] 9ded3b6bb9b5: Layer already exists [2021-02-02T17:39:49.632Z] fa1afe8e6ed9: Layer already exists [2021-02-02T17:39:49.632Z] 87a09b4c083e: Layer already exists [2021-02-02T17:39:49.632Z] 764dbdc49d78: Pushed [2021-02-02T17:39:49.632Z] 0f74e9ff2a61: Layer already exists [2021-02-02T17:39:49.632Z] b122376c33c6: Layer already exists [2021-02-02T17:39:49.632Z] f8381ed47b22: Layer already exists [2021-02-02T17:39:49.632Z] e934a737d657: Layer already exists [2021-02-02T17:39:50.230Z] f10b6fbf2faa: Pushed [2021-02-02T17:39:51.203Z] 31543c4d3c0f: Pushed [2021-02-02T17:40:03.570Z] 7ef0daacae6f: Pushed [2021-02-02T17:40:03.570Z] 74c372326013f994c98436bf4455b6fe21c08430: digest: sha256:0a7e8e29b886f2915f7cd1ea21fd4e23246526601d8e2efbaffc87a18f34c0c6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:03.911Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:04.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.72 [2021-02-02T17:40:04.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-02T17:40:04.245Z] 72ecead00a67: Preparing [2021-02-02T17:40:04.245Z] f10b6fbf2faa: Preparing [2021-02-02T17:40:04.245Z] 7ef0daacae6f: Preparing [2021-02-02T17:40:04.245Z] 99f232655f9c: Preparing [2021-02-02T17:40:04.245Z] 481cfc40f485: Preparing [2021-02-02T17:40:04.245Z] 31543c4d3c0f: Preparing [2021-02-02T17:40:04.245Z] 764dbdc49d78: Preparing [2021-02-02T17:40:04.245Z] 9ded3b6bb9b5: Preparing [2021-02-02T17:40:04.245Z] fa1afe8e6ed9: Preparing [2021-02-02T17:40:04.245Z] 87a09b4c083e: Preparing [2021-02-02T17:40:04.245Z] 0f74e9ff2a61: Preparing [2021-02-02T17:40:04.245Z] b122376c33c6: Preparing [2021-02-02T17:40:04.245Z] f8381ed47b22: Preparing [2021-02-02T17:40:04.245Z] e934a737d657: Preparing [2021-02-02T17:40:04.245Z] 87a09b4c083e: Waiting [2021-02-02T17:40:04.245Z] 0f74e9ff2a61: Waiting [2021-02-02T17:40:04.245Z] f8381ed47b22: Waiting [2021-02-02T17:40:04.245Z] e934a737d657: Waiting [2021-02-02T17:40:04.245Z] b122376c33c6: Waiting [2021-02-02T17:40:04.245Z] 9ded3b6bb9b5: Waiting [2021-02-02T17:40:04.245Z] 31543c4d3c0f: Waiting [2021-02-02T17:40:04.245Z] 764dbdc49d78: Waiting [2021-02-02T17:40:04.245Z] fa1afe8e6ed9: Waiting [2021-02-02T17:40:04.245Z] 72ecead00a67: Layer already exists [2021-02-02T17:40:04.245Z] 99f232655f9c: Layer already exists [2021-02-02T17:40:04.514Z] f10b6fbf2faa: Layer already exists [2021-02-02T17:40:04.514Z] 7ef0daacae6f: Layer already exists [2021-02-02T17:40:04.514Z] 481cfc40f485: Layer already exists [2021-02-02T17:40:04.514Z] 31543c4d3c0f: Layer already exists [2021-02-02T17:40:04.514Z] 764dbdc49d78: Layer already exists [2021-02-02T17:40:04.514Z] 9ded3b6bb9b5: Layer already exists [2021-02-02T17:40:04.514Z] fa1afe8e6ed9: Layer already exists [2021-02-02T17:40:04.514Z] 87a09b4c083e: Layer already exists [2021-02-02T17:40:04.515Z] 0f74e9ff2a61: Layer already exists [2021-02-02T17:40:04.515Z] b122376c33c6: Layer already exists [2021-02-02T17:40:04.515Z] e934a737d657: Layer already exists [2021-02-02T17:40:04.515Z] f8381ed47b22: Layer already exists [2021-02-02T17:40:04.515Z] 2.0.0-dev.72: digest: sha256:0a7e8e29b886f2915f7cd1ea21fd4e23246526601d8e2efbaffc87a18f34c0c6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:04.855Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:05.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:40:05.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-02T17:40:05.186Z] 72ecead00a67: Preparing [2021-02-02T17:40:05.186Z] f10b6fbf2faa: Preparing [2021-02-02T17:40:05.186Z] 7ef0daacae6f: Preparing [2021-02-02T17:40:05.186Z] 99f232655f9c: Preparing [2021-02-02T17:40:05.186Z] 481cfc40f485: Preparing [2021-02-02T17:40:05.186Z] 31543c4d3c0f: Preparing [2021-02-02T17:40:05.186Z] 764dbdc49d78: Preparing [2021-02-02T17:40:05.186Z] 9ded3b6bb9b5: Preparing [2021-02-02T17:40:05.186Z] fa1afe8e6ed9: Preparing [2021-02-02T17:40:05.186Z] 87a09b4c083e: Preparing [2021-02-02T17:40:05.186Z] 0f74e9ff2a61: Preparing [2021-02-02T17:40:05.186Z] b122376c33c6: Preparing [2021-02-02T17:40:05.186Z] f8381ed47b22: Preparing [2021-02-02T17:40:05.186Z] e934a737d657: Preparing [2021-02-02T17:40:05.186Z] 31543c4d3c0f: Waiting [2021-02-02T17:40:05.186Z] 764dbdc49d78: Waiting [2021-02-02T17:40:05.186Z] 9ded3b6bb9b5: Waiting [2021-02-02T17:40:05.186Z] fa1afe8e6ed9: Waiting [2021-02-02T17:40:05.186Z] 87a09b4c083e: Waiting [2021-02-02T17:40:05.186Z] 0f74e9ff2a61: Waiting [2021-02-02T17:40:05.186Z] b122376c33c6: Waiting [2021-02-02T17:40:05.186Z] f8381ed47b22: Waiting [2021-02-02T17:40:05.186Z] e934a737d657: Waiting [2021-02-02T17:40:05.186Z] 481cfc40f485: Layer already exists [2021-02-02T17:40:05.186Z] 72ecead00a67: Layer already exists [2021-02-02T17:40:05.186Z] 99f232655f9c: Layer already exists [2021-02-02T17:40:05.456Z] f10b6fbf2faa: Layer already exists [2021-02-02T17:40:05.457Z] 7ef0daacae6f: Layer already exists [2021-02-02T17:40:05.457Z] 764dbdc49d78: Layer already exists [2021-02-02T17:40:05.457Z] 87a09b4c083e: Layer already exists [2021-02-02T17:40:05.457Z] 31543c4d3c0f: Layer already exists [2021-02-02T17:40:05.457Z] 9ded3b6bb9b5: Layer already exists [2021-02-02T17:40:05.457Z] fa1afe8e6ed9: Layer already exists [2021-02-02T17:40:05.457Z] b122376c33c6: Layer already exists [2021-02-02T17:40:05.457Z] 0f74e9ff2a61: Layer already exists [2021-02-02T17:40:05.457Z] f8381ed47b22: Layer already exists [2021-02-02T17:40:05.457Z] e934a737d657: Layer already exists [2021-02-02T17:40:05.457Z] 74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72: digest: sha256:0a7e8e29b886f2915f7cd1ea21fd4e23246526601d8e2efbaffc87a18f34c0c6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:05.794Z] + 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-02T17:40:06.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-02T17:40:06.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-02T17:40:06.126Z] 72ecead00a67: Preparing [2021-02-02T17:40:06.126Z] f10b6fbf2faa: Preparing [2021-02-02T17:40:06.126Z] 7ef0daacae6f: Preparing [2021-02-02T17:40:06.126Z] 99f232655f9c: Preparing [2021-02-02T17:40:06.126Z] 481cfc40f485: Preparing [2021-02-02T17:40:06.126Z] 31543c4d3c0f: Preparing [2021-02-02T17:40:06.126Z] 764dbdc49d78: Preparing [2021-02-02T17:40:06.126Z] 9ded3b6bb9b5: Preparing [2021-02-02T17:40:06.126Z] fa1afe8e6ed9: Preparing [2021-02-02T17:40:06.126Z] 87a09b4c083e: Preparing [2021-02-02T17:40:06.126Z] 0f74e9ff2a61: Preparing [2021-02-02T17:40:06.126Z] b122376c33c6: Preparing [2021-02-02T17:40:06.126Z] f8381ed47b22: Preparing [2021-02-02T17:40:06.126Z] e934a737d657: Preparing [2021-02-02T17:40:06.126Z] 764dbdc49d78: Waiting [2021-02-02T17:40:06.126Z] b122376c33c6: Waiting [2021-02-02T17:40:06.126Z] f8381ed47b22: Waiting [2021-02-02T17:40:06.126Z] e934a737d657: Waiting [2021-02-02T17:40:06.126Z] 31543c4d3c0f: Waiting [2021-02-02T17:40:06.126Z] fa1afe8e6ed9: Waiting [2021-02-02T17:40:06.126Z] 87a09b4c083e: Waiting [2021-02-02T17:40:06.126Z] 0f74e9ff2a61: Waiting [2021-02-02T17:40:06.398Z] 99f232655f9c: Layer already exists [2021-02-02T17:40:06.398Z] 481cfc40f485: Layer already exists [2021-02-02T17:40:06.398Z] f10b6fbf2faa: Layer already exists [2021-02-02T17:40:06.398Z] 72ecead00a67: Layer already exists [2021-02-02T17:40:06.398Z] 7ef0daacae6f: Layer already exists [2021-02-02T17:40:06.398Z] 9ded3b6bb9b5: Layer already exists [2021-02-02T17:40:06.398Z] 87a09b4c083e: Layer already exists [2021-02-02T17:40:06.398Z] 764dbdc49d78: Layer already exists [2021-02-02T17:40:06.398Z] 31543c4d3c0f: Layer already exists [2021-02-02T17:40:06.398Z] fa1afe8e6ed9: Layer already exists [2021-02-02T17:40:06.398Z] b122376c33c6: Layer already exists [2021-02-02T17:40:06.398Z] 0f74e9ff2a61: Layer already exists [2021-02-02T17:40:06.398Z] f8381ed47b22: Layer already exists [2021-02-02T17:40:06.398Z] e934a737d657: Layer already exists [2021-02-02T17:40:06.398Z] master: digest: sha256:0a7e8e29b886f2915f7cd1ea21fd4e23246526601d8e2efbaffc87a18f34c0c6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-02T17:40:06.651Z] ===================================================== [Pipeline] echo [2021-02-02T17:40:06.715Z] taggedImages: [2021-02-02T17:40:06.715Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:74c372326013f994c98436bf4455b6fe21c08430 [2021-02-02T17:40:06.715Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.72 [2021-02-02T17:40:06.715Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:74c372326013f994c98436bf4455b6fe21c08430-2.0.0-dev.72 [2021-02-02T17:40:06.715Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-02T17:40:08.682Z] provisioning config files... [2021-02-02T17:40:08.704Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/336@tmp/config6277359703612402257tmp [Pipeline] { [Pipeline] sh [2021-02-02T17:40:09.124Z] + set +x [2021-02-02T17:40:09.124Z] + curl -s https://codecov.io/bash [2021-02-02T17:40:09.124Z] + bash -s -- [2021-02-02T17:40:09.385Z] [2021-02-02T17:40:09.385Z] _____ _ [2021-02-02T17:40:09.385Z] / ____| | | [2021-02-02T17:40:09.385Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T17:40:09.385Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T17:40:09.385Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T17:40:09.385Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T17:40:09.385Z] Bash-20210129-7c25fce [2021-02-02T17:40:09.385Z] [2021-02-02T17:40:09.385Z] [2021-02-02T17:40:09.385Z] ==> git version 2.24.3 found [2021-02-02T17:40:09.647Z] ==> 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-02T17:40:09.647Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T17:40:09.647Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T17:40:09.647Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T17:40:09.647Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T17:40:09.647Z] ==> Jenkins CI detected. [2021-02-02T17:40:09.647Z] project root: . [2021-02-02T17:40:09.647Z] --> token set from env [2021-02-02T17:40:09.647Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T17:40:09.647Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T17:40:09.647Z] ==> Python coveragepy not found [2021-02-02T17:40:09.647Z] ==> Searching for coverage reports in: [2021-02-02T17:40:09.647Z] + . [2021-02-02T17:40:09.647Z] -> Found 1 reports [2021-02-02T17:40:09.647Z] ==> Detecting git/mercurial file structure [2021-02-02T17:40:09.647Z] ==> Reading reports [2021-02-02T17:40:09.647Z] + ./coverage.out bytes=578674 [2021-02-02T17:40:09.647Z] ==> Appending adjustments [2021-02-02T17:40:09.647Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T17:40:12.975Z] + Found adjustments [2021-02-02T17:40:12.975Z] ==> Gzipping contents [2021-02-02T17:40:12.975Z] 88K /tmp/codecov.jDYCf1.gz [2021-02-02T17:40:12.975Z] ==> Uploading reports [2021-02-02T17:40:12.975Z] url: https://codecov.io [2021-02-02T17:40:12.975Z] query: branch=master&commit=74c372326013f994c98436bf4455b6fe21c08430&build=336&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F336%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T17:40:12.975Z] -> Pinging Codecov [2021-02-02T17:40:12.976Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=74c372326013f994c98436bf4455b6fe21c08430&build=336&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F336%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T17:40:59.685Z] -> Uploading to [2021-02-02T17:40:59.685Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/74c372326013f994c98436bf4455b6fe21c08430/bb0deb92-aef1-4538-bb91-8e38b8dc9fee.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T174054Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b5cff1b8a59a99df6124688d37ea5469e2fde16264c355fe18cacc66848e750 [2021-02-02T17:40:59.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:40:59.685Z] Dload Upload Total Spent Left Speed [2021-02-02T17:40:59.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87578 0 0 100 87578 0 154k --:--:-- --:--:-- --:--:-- 155k [2021-02-02T17:40:59.685Z] -> View reports at upstream request timeoutupstream request timeoutupstream request timeouthttps://codecov.io/github/edgexfoundry/edgex-go/commit/74c372326013f994c98436bf4455b6fe21c08430 [Pipeline] } [2021-02-02T17:40:59.694Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-02T17:41:00.660Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-02T17:41:00.749Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:01.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T17:41:01.128Z] [2021-02-02T17:41:01.128Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:01.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T17:41:01.470Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-02T17:41:01.470Z] 188c0c94c7c5: Already exists [2021-02-02T17:41:01.470Z] 0ef7d3d256c8: Already exists [2021-02-02T17:41:01.470Z] de9db76c5a1d: Already exists [2021-02-02T17:41:01.470Z] 0eba1c9be4d2: Pulling fs layer [2021-02-02T17:41:01.470Z] 0d57e429df01: Pulling fs layer [2021-02-02T17:41:01.470Z] 4e4be7b47b0d: Pulling fs layer [2021-02-02T17:41:01.470Z] e1f770b5df2f: Pulling fs layer [2021-02-02T17:41:01.470Z] 85a0685a4137: Pulling fs layer [2021-02-02T17:41:01.470Z] e1f770b5df2f: Waiting [2021-02-02T17:41:01.470Z] 85a0685a4137: Waiting [2021-02-02T17:41:01.470Z] 4e4be7b47b0d: Verifying Checksum [2021-02-02T17:41:01.470Z] 4e4be7b47b0d: Download complete [2021-02-02T17:41:01.470Z] 0d57e429df01: Verifying Checksum [2021-02-02T17:41:01.470Z] 0d57e429df01: Download complete [2021-02-02T17:41:04.032Z] e1f770b5df2f: Verifying Checksum [2021-02-02T17:41:04.032Z] e1f770b5df2f: Download complete [2021-02-02T17:41:06.586Z] 0eba1c9be4d2: Verifying Checksum [2021-02-02T17:41:06.586Z] 0eba1c9be4d2: Download complete [2021-02-02T17:41:06.848Z] 85a0685a4137: Verifying Checksum [2021-02-02T17:41:06.848Z] 85a0685a4137: Download complete [2021-02-02T17:41:12.157Z] 0eba1c9be4d2: Pull complete [2021-02-02T17:41:12.157Z] 0d57e429df01: Pull complete [2021-02-02T17:41:12.157Z] 4e4be7b47b0d: Pull complete [2021-02-02T17:41:17.469Z] e1f770b5df2f: Pull complete [2021-02-02T17:41:25.625Z] 85a0685a4137: Pull complete [2021-02-02T17:41:25.625Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-02T17:41:25.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T17:41:25.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-02T17:41:25.819Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:41:25.872Z] $ 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/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:41:26.893Z] $ docker top 6906b886632ae8e313a78d8ffc78a6678aa466b26d1f3d8302a547939ed37242 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:41:27.188Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-02T17:41:27.477Z] + set -o pipefail [2021-02-02T17:41:27.477Z] + snyk monitor '--org=edgex-jenkins' [2021-02-02T17:41:49.445Z] [2021-02-02T17:41:49.445Z] Monitoring /w/workspace/edgex-go/336 (github.com/edgexfoundry/edgex-go)... [2021-02-02T17:41:49.445Z] [2021-02-02T17:41:49.445Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3c5e4c8e-da46-4df0-a58b-1597e0008c15 [2021-02-02T17:41:49.445Z] [2021-02-02T17:41:49.445Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-02T17:41:49.445Z] [2021-02-02T17:41:49.445Z] [Pipeline] } [2021-02-02T17:41:49.460Z] $ docker stop --time=1 6906b886632ae8e313a78d8ffc78a6678aa466b26d1f3d8302a547939ed37242 [2021-02-02T17:41:52.669Z] $ docker rm -f 6906b886632ae8e313a78d8ffc78a6678aa466b26d1f3d8302a547939ed37242 [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-02T17:41:54.115Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T17:41:54.200Z] provisioning config files... [2021-02-02T17:41:54.209Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/336@tmp/config6093313126170073436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:41:54.756Z] --> edgex-publish-swagger.sh [2021-02-02T17:41:54.756Z] === Publish openapi/v1 API === [2021-02-02T17:41:54.756Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-02T17:41:54.756Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/336/openapi/v1/core-command.yaml] [2021-02-02T17:41:54.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:41:54.756Z] Dload Upload Total Spent Left Speed [2021-02-02T17:41:55.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8588 0:00:01 0:00:01 --:--:-- 8596 100 10522 0 0 100 10522 0 8287 0:00:01 0:00:01 --:--:-- 8298 [2021-02-02T17:41:55.755Z] [2021-02-02T17:41:55.755Z] [2021-02-02T17:41:55.755Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/336/openapi/v1/core-data.yaml] [2021-02-02T17:41:55.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:41:55.755Z] Dload Upload Total Spent Left Speed [2021-02-02T17:41:56.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28582 0:00:01 0:00:01 --:--:-- 28608 [2021-02-02T17:41:56.955Z] [2021-02-02T17:41:56.955Z] [2021-02-02T17:41:56.955Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/336/openapi/v1/core-metadata.yaml] [2021-02-02T17:41:56.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:41:56.955Z] Dload Upload Total Spent Left Speed [2021-02-02T17:41:58.337Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62147 0:00:01 0:00:01 --:--:-- 62159 100 73721 0 0 100 73721 0 57445 0:00:01 0:00:01 --:--:-- 57459 [2021-02-02T17:41:58.337Z] [2021-02-02T17:41:58.337Z] [2021-02-02T17:41:58.337Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/336/openapi/v1/support-logging.yaml] [2021-02-02T17:41:58.337Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:41:58.337Z] Dload Upload Total Spent Left Speed [2021-02-02T17:41:59.282Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12710 0:00:01 0:00:01 --:--:-- 12716 100 13581 0 0 100 13581 0 12708 0:00:01 0:00:01 --:--:-- 12716 [2021-02-02T17:41:59.282Z] [2021-02-02T17:41:59.282Z] [2021-02-02T17:41:59.282Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/336/openapi/v1/support-notifications.yaml] [2021-02-02T17:41:59.282Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:41:59.282Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:00.665Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33341 0:00:01 0:00:01 --:--:-- 33353 100 38890 0 0 100 38890 0 33337 0:00:01 0:00:01 --:--:-- 33353 [2021-02-02T17:42:00.665Z] [2021-02-02T17:42:00.665Z] [2021-02-02T17:42:00.665Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/336/openapi/v1/support-scheduler.yaml] [2021-02-02T17:42:00.665Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:00.665Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:01.611Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12992 0:00:01 0:00:01 --:--:-- 13000 100 14249 0 0 100 14249 0 12990 0:00:01 0:00:01 --:--:-- 13000 [2021-02-02T17:42:01.611Z] [2021-02-02T17:42:01.611Z] [2021-02-02T17:42:01.611Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/336/openapi/v1/system-agent.yaml] [2021-02-02T17:42:01.611Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:01.611Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:02.996Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3419 0:00:01 0:00:01 --:--:-- 3422 100 4110 0 0 100 4110 0 2915 0:00:01 0:00:01 --:--:-- 2914 100 4110 0 0 100 4110 0 2915 0:00:01 0:00:01 --:--:-- 2914 [2021-02-02T17:42:02.996Z] [2021-02-02T17:42:02.996Z] [2021-02-02T17:42:02.996Z] === Publish openapi/v2 API === [2021-02-02T17:42:02.996Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-02T17:42:02.996Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/336/openapi/v2/core-command.yaml] [2021-02-02T17:42:02.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:02.996Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:04.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 19840 0:00:01 0:00:01 --:--:-- 19855 100 21325 0 0 100 21325 0 19838 0:00:01 0:00:01 --:--:-- 19855 [2021-02-02T17:42:04.387Z] [2021-02-02T17:42:04.387Z] [2021-02-02T17:42:04.387Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/336/openapi/v2/core-data.yaml] [2021-02-02T17:42:04.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:04.387Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:05.334Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 48024 0:00:01 0:00:01 --:--:-- 48031 100 57013 0 0 100 57013 0 45659 0:00:01 0:00:01 --:--:-- 45683 [2021-02-02T17:42:05.334Z] [2021-02-02T17:42:05.334Z] [2021-02-02T17:42:05.334Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/336/openapi/v2/core-metadata.yaml] [2021-02-02T17:42:05.334Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:05.334Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:06.727Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 117k 0 0 100 117k 0 94797 0:00:01 0:00:01 --:--:-- 94861 [2021-02-02T17:42:06.727Z] [2021-02-02T17:42:06.727Z] [2021-02-02T17:42:06.727Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/336/openapi/v2/support-notifications.yaml] [2021-02-02T17:42:06.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:06.727Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:08.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 49007 0:00:01 0:00:01 --:--:-- 49039 100 58553 0 0 100 58553 0 47163 0:00:01 0:00:01 --:--:-- 47182 [2021-02-02T17:42:08.112Z] [2021-02-02T17:42:08.112Z] [2021-02-02T17:42:08.112Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/336/openapi/v2/support-scheduler.yaml] [2021-02-02T17:42:08.112Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:08.112Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:09.315Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 32700 0:00:01 0:00:01 --:--:-- 32702 100 38851 0 0 100 38851 0 30333 0:00:01 0:00:01 --:--:-- 30328 [2021-02-02T17:42:09.315Z] [2021-02-02T17:42:09.315Z] [2021-02-02T17:42:09.315Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/336/openapi/v2/system-agent.yaml] [2021-02-02T17:42:09.315Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:42:09.315Z] Dload Upload Total Spent Left Speed [2021-02-02T17:42:10.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 20578 0:00:01 0:00:01 --:--:-- 20594 100 23684 0 0 100 23684 0 20576 0:00:01 0:00:01 --:--:-- 20594 [2021-02-02T17:42:10.704Z] [2021-02-02T17:42:10.704Z] [Pipeline] } [2021-02-02T17:42:10.716Z] 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-02T17:42:11.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:42:11.520Z] . [Pipeline] withDockerContainer [2021-02-02T17:42:11.613Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:42:11.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:42:12.572Z] $ docker top c48c14f5644b2f0d633f5a2f942cfc0daebae5819ace142b7d183f3c1a7e95a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:42:12.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:42:12.843Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:42:13.075Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:42:13.077Z] $ docker exec c48c14f5644b2f0d633f5a2f942cfc0daebae5819ace142b7d183f3c1a7e95a8 ssh-agent [2021-02-02T17:42:13.239Z] SSH_AUTH_SOCK=/tmp/ssh-yzly5gubon24/agent.11 [2021-02-02T17:42:13.239Z] SSH_AGENT_PID=16 [2021-02-02T17:42:13.246Z] Running ssh-add (command line suppressed) [2021-02-02T17:42:13.366Z] Identity added: /w/workspace/edgex-go/336@tmp/private_key_6714418060353270727.key (/w/workspace/edgex-go/336@tmp/private_key_6714418060353270727.key) [2021-02-02T17:42:13.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:42:13.753Z] + git semver tag [2021-02-02T17:42:14.013Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:42:14.013Z] # $GIT_DIR = /w/workspace/edgex-go/336/.git [2021-02-02T17:42:14.013Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/336 [2021-02-02T17:42:14.013Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:42:14.013Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:42:14.013Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:42:14.013Z] # $SEMVER_BRANCH = master [2021-02-02T17:42:14.013Z] # $SEMVER_DIR = /w/workspace/edgex-go/336/.semver [2021-02-02T17:42:14.013Z] # 74c372326013f994c98436bf4455b6fe21c08430 HEAD [2021-02-02T17:42:14.584Z] # -> Force: false [2021-02-02T17:42:14.584Z] # 4b55f46ed1173e55606d3217803e8907337ac871 refs/tags/v2.0.0-dev.72 [Pipeline] } [2021-02-02T17:42:14.594Z] $ docker exec --env ******** --env ******** c48c14f5644b2f0d633f5a2f942cfc0daebae5819ace142b7d183f3c1a7e95a8 ssh-agent -k [2021-02-02T17:42:14.720Z] unset SSH_AUTH_SOCK; [2021-02-02T17:42:14.721Z] unset SSH_AGENT_PID; [2021-02-02T17:42:14.721Z] echo Agent pid 16 killed; [2021-02-02T17:42:14.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:42:15.233Z] + git semver [Pipeline] } [2021-02-02T17:42:15.258Z] $ docker stop --time=1 c48c14f5644b2f0d633f5a2f942cfc0daebae5819ace142b7d183f3c1a7e95a8 [2021-02-02T17:42:17.083Z] $ docker rm -f c48c14f5644b2f0d633f5a2f942cfc0daebae5819ace142b7d183f3c1a7e95a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:42:17.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T17:42:17.707Z] [2021-02-02T17:42:17.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:42:18.074Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T17:42:18.074Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-02T17:42:18.074Z] ab5ef0e58194: Pulling fs layer [2021-02-02T17:42:18.074Z] 9712f1f96733: Pulling fs layer [2021-02-02T17:42:18.074Z] 63f879dbbcfc: Pulling fs layer [2021-02-02T17:42:18.074Z] 0d9ebad4ef96: Pulling fs layer [2021-02-02T17:42:18.074Z] e9a5061849ea: Pulling fs layer [2021-02-02T17:42:18.074Z] d747dcd14b5f: Pulling fs layer [2021-02-02T17:42:18.074Z] 2de7ff778b66: Pulling fs layer [2021-02-02T17:42:18.075Z] 0d9ebad4ef96: Waiting [2021-02-02T17:42:18.075Z] e9a5061849ea: Waiting [2021-02-02T17:42:18.075Z] d747dcd14b5f: Waiting [2021-02-02T17:42:18.075Z] 2de7ff778b66: Waiting [2021-02-02T17:42:18.075Z] 9712f1f96733: Download complete [2021-02-02T17:42:19.459Z] 63f879dbbcfc: Verifying Checksum [2021-02-02T17:42:19.459Z] 63f879dbbcfc: Download complete [2021-02-02T17:42:19.720Z] e9a5061849ea: Download complete [2021-02-02T17:42:19.720Z] d747dcd14b5f: Verifying Checksum [2021-02-02T17:42:19.720Z] d747dcd14b5f: Download complete [2021-02-02T17:42:19.983Z] 2de7ff778b66: Verifying Checksum [2021-02-02T17:42:19.983Z] 2de7ff778b66: Download complete [2021-02-02T17:42:19.983Z] 0d9ebad4ef96: Verifying Checksum [2021-02-02T17:42:19.983Z] 0d9ebad4ef96: Download complete [2021-02-02T17:42:20.556Z] ab5ef0e58194: Verifying Checksum [2021-02-02T17:42:20.556Z] ab5ef0e58194: Download complete [2021-02-02T17:42:24.804Z] ab5ef0e58194: Pull complete [2021-02-02T17:42:24.804Z] 9712f1f96733: Pull complete [2021-02-02T17:42:27.349Z] 63f879dbbcfc: Pull complete [2021-02-02T17:42:33.960Z] 0d9ebad4ef96: Pull complete [2021-02-02T17:42:36.514Z] e9a5061849ea: Pull complete [2021-02-02T17:42:36.514Z] d747dcd14b5f: Pull complete [2021-02-02T17:42:37.906Z] 2de7ff778b66: Pull complete [2021-02-02T17:42:37.906Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-02T17:42:37.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T17:42:37.906Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-02T17:42:38.050Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:42:38.226Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:42:41.141Z] $ docker top c0da70a18ccc1c3c217c1c8b88191c93d84b0264b2af1a715e89dd07ff8d2c9a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-02T17:42:41.437Z] provisioning config files... [2021-02-02T17:42:41.446Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/336@tmp/config5363752950603128255tmp [2021-02-02T17:42:41.459Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/336@tmp/config6177220237789160856tmp [2021-02-02T17:42:41.472Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/336@tmp/config6675818973079036443tmp [Pipeline] { [Pipeline] echo [2021-02-02T17:42:41.552Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:42:41.864Z] ---> sigul-configuration.sh [2021-02-02T17:42:41.864Z] gpg: directory `/root/.gnupg' created [2021-02-02T17:42:41.864Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-02T17:42:41.864Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-02T17:42:41.864Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-02T17:42:41.864Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-02T17:42:41.864Z] gpg: CAST5 encrypted data [2021-02-02T17:42:42.125Z] gpg: encrypted with 1 passphrase [2021-02-02T17:42:42.125Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-02T17:42:42.419Z] + mkdir /home/jenkins [2021-02-02T17:42:42.420Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-02T17:42:42.711Z] + 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-02T17:42:42.724Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:42:43.015Z] ---> sigul-install.sh [2021-02-02T17:42:48.303Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-02T17:42:48.597Z] + git tag --list [2021-02-02T17:42:48.597Z] 0.6.0 [2021-02-02T17:42:48.598Z] 0.6.1 [2021-02-02T17:42:48.598Z] 0.7.0 [2021-02-02T17:42:48.598Z] 0.7.1 [2021-02-02T17:42:48.598Z] v0.0.0 [2021-02-02T17:42:48.598Z] v1.0.0 [2021-02-02T17:42:48.598Z] v1.0.1 [2021-02-02T17:42:48.598Z] v1.1.0 [2021-02-02T17:42:48.598Z] v1.2.0 [2021-02-02T17:42:48.598Z] v1.2.1 [2021-02-02T17:42:48.598Z] v1.2.2-dev.1 [2021-02-02T17:42:48.598Z] v1.2.2-dev.10 [2021-02-02T17:42:48.598Z] v1.2.2-dev.100 [2021-02-02T17:42:48.598Z] v1.2.2-dev.101 [2021-02-02T17:42:48.598Z] v1.2.2-dev.102 [2021-02-02T17:42:48.598Z] v1.2.2-dev.103 [2021-02-02T17:42:48.598Z] v1.2.2-dev.104 [2021-02-02T17:42:48.598Z] v1.2.2-dev.105 [2021-02-02T17:42:48.598Z] v1.2.2-dev.106 [2021-02-02T17:42:48.598Z] v1.2.2-dev.107 [2021-02-02T17:42:48.598Z] v1.2.2-dev.11 [2021-02-02T17:42:48.598Z] v1.2.2-dev.12 [2021-02-02T17:42:48.598Z] v1.2.2-dev.13 [2021-02-02T17:42:48.598Z] v1.2.2-dev.14 [2021-02-02T17:42:48.598Z] v1.2.2-dev.15 [2021-02-02T17:42:48.598Z] v1.2.2-dev.16 [2021-02-02T17:42:48.598Z] v1.2.2-dev.17 [2021-02-02T17:42:48.598Z] v1.2.2-dev.18 [2021-02-02T17:42:48.598Z] v1.2.2-dev.19 [2021-02-02T17:42:48.598Z] v1.2.2-dev.2 [2021-02-02T17:42:48.598Z] v1.2.2-dev.20 [2021-02-02T17:42:48.598Z] v1.2.2-dev.21 [2021-02-02T17:42:48.598Z] v1.2.2-dev.22 [2021-02-02T17:42:48.598Z] v1.2.2-dev.23 [2021-02-02T17:42:48.598Z] v1.2.2-dev.24 [2021-02-02T17:42:48.598Z] v1.2.2-dev.25 [2021-02-02T17:42:48.598Z] v1.2.2-dev.26 [2021-02-02T17:42:48.598Z] v1.2.2-dev.27 [2021-02-02T17:42:48.598Z] v1.2.2-dev.28 [2021-02-02T17:42:48.598Z] v1.2.2-dev.29 [2021-02-02T17:42:48.598Z] v1.2.2-dev.3 [2021-02-02T17:42:48.598Z] v1.2.2-dev.30 [2021-02-02T17:42:48.598Z] v1.2.2-dev.31 [2021-02-02T17:42:48.598Z] v1.2.2-dev.32 [2021-02-02T17:42:48.598Z] v1.2.2-dev.33 [2021-02-02T17:42:48.598Z] v1.2.2-dev.34 [2021-02-02T17:42:48.598Z] v1.2.2-dev.35 [2021-02-02T17:42:48.598Z] v1.2.2-dev.36 [2021-02-02T17:42:48.598Z] v1.2.2-dev.37 [2021-02-02T17:42:48.598Z] v1.2.2-dev.38 [2021-02-02T17:42:48.598Z] v1.2.2-dev.39 [2021-02-02T17:42:48.598Z] v1.2.2-dev.4 [2021-02-02T17:42:48.598Z] v1.2.2-dev.40 [2021-02-02T17:42:48.598Z] v1.2.2-dev.41 [2021-02-02T17:42:48.598Z] v1.2.2-dev.42 [2021-02-02T17:42:48.598Z] v1.2.2-dev.43 [2021-02-02T17:42:48.598Z] v1.2.2-dev.44 [2021-02-02T17:42:48.598Z] v1.2.2-dev.45 [2021-02-02T17:42:48.598Z] v1.2.2-dev.46 [2021-02-02T17:42:48.598Z] v1.2.2-dev.47 [2021-02-02T17:42:48.598Z] v1.2.2-dev.48 [2021-02-02T17:42:48.598Z] v1.2.2-dev.49 [2021-02-02T17:42:48.598Z] v1.2.2-dev.5 [2021-02-02T17:42:48.598Z] v1.2.2-dev.50 [2021-02-02T17:42:48.598Z] v1.2.2-dev.51 [2021-02-02T17:42:48.598Z] v1.2.2-dev.52 [2021-02-02T17:42:48.598Z] v1.2.2-dev.53 [2021-02-02T17:42:48.598Z] v1.2.2-dev.54 [2021-02-02T17:42:48.598Z] v1.2.2-dev.55 [2021-02-02T17:42:48.598Z] v1.2.2-dev.56 [2021-02-02T17:42:48.598Z] v1.2.2-dev.57 [2021-02-02T17:42:48.598Z] v1.2.2-dev.58 [2021-02-02T17:42:48.598Z] v1.2.2-dev.59 [2021-02-02T17:42:48.598Z] v1.2.2-dev.6 [2021-02-02T17:42:48.598Z] v1.2.2-dev.60 [2021-02-02T17:42:48.598Z] v1.2.2-dev.61 [2021-02-02T17:42:48.598Z] v1.2.2-dev.62 [2021-02-02T17:42:48.598Z] v1.2.2-dev.63 [2021-02-02T17:42:48.598Z] v1.2.2-dev.64 [2021-02-02T17:42:48.598Z] v1.2.2-dev.65 [2021-02-02T17:42:48.598Z] v1.2.2-dev.66 [2021-02-02T17:42:48.598Z] v1.2.2-dev.67 [2021-02-02T17:42:48.598Z] v1.2.2-dev.68 [2021-02-02T17:42:48.598Z] v1.2.2-dev.69 [2021-02-02T17:42:48.598Z] v1.2.2-dev.7 [2021-02-02T17:42:48.598Z] v1.2.2-dev.70 [2021-02-02T17:42:48.598Z] v1.2.2-dev.71 [2021-02-02T17:42:48.598Z] v1.2.2-dev.72 [2021-02-02T17:42:48.598Z] v1.2.2-dev.73 [2021-02-02T17:42:48.598Z] v1.2.2-dev.74 [2021-02-02T17:42:48.598Z] v1.2.2-dev.75 [2021-02-02T17:42:48.598Z] v1.2.2-dev.76 [2021-02-02T17:42:48.598Z] v1.2.2-dev.77 [2021-02-02T17:42:48.598Z] v1.2.2-dev.78 [2021-02-02T17:42:48.598Z] v1.2.2-dev.79 [2021-02-02T17:42:48.598Z] v1.2.2-dev.8 [2021-02-02T17:42:48.598Z] v1.2.2-dev.80 [2021-02-02T17:42:48.598Z] v1.2.2-dev.81 [2021-02-02T17:42:48.598Z] v1.2.2-dev.82 [2021-02-02T17:42:48.598Z] v1.2.2-dev.83 [2021-02-02T17:42:48.598Z] v1.2.2-dev.84 [2021-02-02T17:42:48.598Z] v1.2.2-dev.85 [2021-02-02T17:42:48.598Z] v1.2.2-dev.86 [2021-02-02T17:42:48.598Z] v1.2.2-dev.87 [2021-02-02T17:42:48.598Z] v1.2.2-dev.88 [2021-02-02T17:42:48.598Z] v1.2.2-dev.89 [2021-02-02T17:42:48.598Z] v1.2.2-dev.9 [2021-02-02T17:42:48.598Z] v1.2.2-dev.90 [2021-02-02T17:42:48.598Z] v1.2.2-dev.91 [2021-02-02T17:42:48.598Z] v1.2.2-dev.92 [2021-02-02T17:42:48.598Z] v1.2.2-dev.93 [2021-02-02T17:42:48.598Z] v1.2.2-dev.94 [2021-02-02T17:42:48.598Z] v1.2.2-dev.95 [2021-02-02T17:42:48.598Z] v1.2.2-dev.96 [2021-02-02T17:42:48.598Z] v1.2.2-dev.97 [2021-02-02T17:42:48.598Z] v1.2.2-dev.98 [2021-02-02T17:42:48.598Z] v1.2.2-dev.99 [2021-02-02T17:42:48.598Z] v1.3.0 [2021-02-02T17:42:48.598Z] v1.3.1-dev.1 [2021-02-02T17:42:48.598Z] v1.3.1-dev.10 [2021-02-02T17:42:48.598Z] v1.3.1-dev.11 [2021-02-02T17:42:48.598Z] v1.3.1-dev.12 [2021-02-02T17:42:48.598Z] v1.3.1-dev.13 [2021-02-02T17:42:48.598Z] v1.3.1-dev.14 [2021-02-02T17:42:48.598Z] v1.3.1-dev.15 [2021-02-02T17:42:48.598Z] v1.3.1-dev.16 [2021-02-02T17:42:48.598Z] v1.3.1-dev.17 [2021-02-02T17:42:48.598Z] v1.3.1-dev.18 [2021-02-02T17:42:48.598Z] v1.3.1-dev.2 [2021-02-02T17:42:48.598Z] v1.3.1-dev.3 [2021-02-02T17:42:48.598Z] v1.3.1-dev.4 [2021-02-02T17:42:48.598Z] v1.3.1-dev.5 [2021-02-02T17:42:48.598Z] v1.3.1-dev.6 [2021-02-02T17:42:48.598Z] v1.3.1-dev.7 [2021-02-02T17:42:48.598Z] v1.3.1-dev.8 [2021-02-02T17:42:48.598Z] v1.3.1-dev.9 [2021-02-02T17:42:48.598Z] v2.0.0-dev.1 [2021-02-02T17:42:48.598Z] v2.0.0-dev.10 [2021-02-02T17:42:48.598Z] v2.0.0-dev.11 [2021-02-02T17:42:48.598Z] v2.0.0-dev.12 [2021-02-02T17:42:48.598Z] v2.0.0-dev.13 [2021-02-02T17:42:48.598Z] v2.0.0-dev.14 [2021-02-02T17:42:48.598Z] v2.0.0-dev.15 [2021-02-02T17:42:48.598Z] v2.0.0-dev.16 [2021-02-02T17:42:48.598Z] v2.0.0-dev.17 [2021-02-02T17:42:48.598Z] v2.0.0-dev.18 [2021-02-02T17:42:48.598Z] v2.0.0-dev.19 [2021-02-02T17:42:48.598Z] v2.0.0-dev.2 [2021-02-02T17:42:48.598Z] v2.0.0-dev.20 [2021-02-02T17:42:48.598Z] v2.0.0-dev.21 [2021-02-02T17:42:48.598Z] v2.0.0-dev.22 [2021-02-02T17:42:48.598Z] v2.0.0-dev.23 [2021-02-02T17:42:48.598Z] v2.0.0-dev.24 [2021-02-02T17:42:48.598Z] v2.0.0-dev.25 [2021-02-02T17:42:48.598Z] v2.0.0-dev.26 [2021-02-02T17:42:48.598Z] v2.0.0-dev.27 [2021-02-02T17:42:48.598Z] v2.0.0-dev.28 [2021-02-02T17:42:48.598Z] v2.0.0-dev.29 [2021-02-02T17:42:48.598Z] v2.0.0-dev.3 [2021-02-02T17:42:48.598Z] v2.0.0-dev.30 [2021-02-02T17:42:48.598Z] v2.0.0-dev.31 [2021-02-02T17:42:48.598Z] v2.0.0-dev.32 [2021-02-02T17:42:48.598Z] v2.0.0-dev.33 [2021-02-02T17:42:48.598Z] v2.0.0-dev.34 [2021-02-02T17:42:48.598Z] v2.0.0-dev.35 [2021-02-02T17:42:48.598Z] v2.0.0-dev.36 [2021-02-02T17:42:48.598Z] v2.0.0-dev.37 [2021-02-02T17:42:48.598Z] v2.0.0-dev.38 [2021-02-02T17:42:48.598Z] v2.0.0-dev.39 [2021-02-02T17:42:48.598Z] v2.0.0-dev.4 [2021-02-02T17:42:48.598Z] v2.0.0-dev.40 [2021-02-02T17:42:48.598Z] v2.0.0-dev.41 [2021-02-02T17:42:48.598Z] v2.0.0-dev.42 [2021-02-02T17:42:48.598Z] v2.0.0-dev.43 [2021-02-02T17:42:48.598Z] v2.0.0-dev.44 [2021-02-02T17:42:48.598Z] v2.0.0-dev.45 [2021-02-02T17:42:48.598Z] v2.0.0-dev.46 [2021-02-02T17:42:48.598Z] v2.0.0-dev.47 [2021-02-02T17:42:48.598Z] v2.0.0-dev.48 [2021-02-02T17:42:48.598Z] v2.0.0-dev.49 [2021-02-02T17:42:48.598Z] v2.0.0-dev.5 [2021-02-02T17:42:48.598Z] v2.0.0-dev.50 [2021-02-02T17:42:48.598Z] v2.0.0-dev.51 [2021-02-02T17:42:48.598Z] v2.0.0-dev.52 [2021-02-02T17:42:48.598Z] v2.0.0-dev.53 [2021-02-02T17:42:48.598Z] v2.0.0-dev.54 [2021-02-02T17:42:48.598Z] v2.0.0-dev.55 [2021-02-02T17:42:48.598Z] v2.0.0-dev.56 [2021-02-02T17:42:48.598Z] v2.0.0-dev.57 [2021-02-02T17:42:48.598Z] v2.0.0-dev.58 [2021-02-02T17:42:48.598Z] v2.0.0-dev.59 [2021-02-02T17:42:48.598Z] v2.0.0-dev.6 [2021-02-02T17:42:48.598Z] v2.0.0-dev.60 [2021-02-02T17:42:48.598Z] v2.0.0-dev.61 [2021-02-02T17:42:48.598Z] v2.0.0-dev.62 [2021-02-02T17:42:48.598Z] v2.0.0-dev.63 [2021-02-02T17:42:48.598Z] v2.0.0-dev.64 [2021-02-02T17:42:48.598Z] v2.0.0-dev.65 [2021-02-02T17:42:48.598Z] v2.0.0-dev.66 [2021-02-02T17:42:48.598Z] v2.0.0-dev.67 [2021-02-02T17:42:48.598Z] v2.0.0-dev.68 [2021-02-02T17:42:48.598Z] v2.0.0-dev.69 [2021-02-02T17:42:48.598Z] v2.0.0-dev.7 [2021-02-02T17:42:48.598Z] v2.0.0-dev.70 [2021-02-02T17:42:48.598Z] v2.0.0-dev.71 [2021-02-02T17:42:48.598Z] v2.0.0-dev.72 [2021-02-02T17:42:48.598Z] v2.0.0-dev.8 [2021-02-02T17:42:48.598Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-02T17:42:48.890Z] + lftools sign git-tag v2.0.0-dev.72 [2021-02-02T17:42:50.275Z] Signing Git tag with Sigul... [2021-02-02T17:42:50.275Z] Signing v2.0.0-dev.72 [Pipeline] echo [2021-02-02T17:42:51.226Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:42:51.521Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-02T17:42:51.530Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-02T17:42:51.635Z] $ docker stop --time=1 c0da70a18ccc1c3c217c1c8b88191c93d84b0264b2af1a715e89dd07ff8d2c9a [2021-02-02T17:42:53.726Z] $ docker rm -f c0da70a18ccc1c3c217c1c8b88191c93d84b0264b2af1a715e89dd07ff8d2c9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:42:54.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:42:54.545Z] . [Pipeline] withDockerContainer [2021-02-02T17:42:54.640Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:42:54.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:42:55.309Z] $ docker top c0ec98c1510b0bee47443276ae3637c854e2dde84b01c23d160ee7cf1622d835 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:42:55.597Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:42:55.597Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:42:55.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:42:55.793Z] $ docker exec c0ec98c1510b0bee47443276ae3637c854e2dde84b01c23d160ee7cf1622d835 ssh-agent [2021-02-02T17:42:55.970Z] SSH_AUTH_SOCK=/tmp/ssh-PUp23Wg03m17/agent.12 [2021-02-02T17:42:55.970Z] SSH_AGENT_PID=17 [2021-02-02T17:42:55.977Z] Running ssh-add (command line suppressed) [2021-02-02T17:42:56.099Z] Identity added: /w/workspace/edgex-go/336@tmp/private_key_9076384422980683411.key (/w/workspace/edgex-go/336@tmp/private_key_9076384422980683411.key) [2021-02-02T17:42:56.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:42:56.483Z] + git semver bump pre [2021-02-02T17:42:56.484Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:42:56.484Z] # $GIT_DIR = /w/workspace/edgex-go/336/.git [2021-02-02T17:42:56.484Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/336 [2021-02-02T17:42:56.484Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:42:56.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:42:56.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:42:56.484Z] # $SEMVER_BRANCH = master [2021-02-02T17:42:56.484Z] # $SEMVER_DIR = /w/workspace/edgex-go/336/.semver [2021-02-02T17:42:56.484Z] 2.0.0-dev.73 [Pipeline] } [2021-02-02T17:42:56.493Z] $ docker exec --env ******** --env ******** c0ec98c1510b0bee47443276ae3637c854e2dde84b01c23d160ee7cf1622d835 ssh-agent -k [2021-02-02T17:42:56.604Z] unset SSH_AUTH_SOCK; [2021-02-02T17:42:56.604Z] unset SSH_AGENT_PID; [2021-02-02T17:42:56.604Z] echo Agent pid 17 killed; [2021-02-02T17:42:56.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:42:57.136Z] + git semver [Pipeline] } [2021-02-02T17:42:57.150Z] $ docker stop --time=1 c0ec98c1510b0bee47443276ae3637c854e2dde84b01c23d160ee7cf1622d835 [2021-02-02T17:42:58.502Z] $ docker rm -f c0ec98c1510b0bee47443276ae3637c854e2dde84b01c23d160ee7cf1622d835 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:42:59.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:42:59.031Z] . [Pipeline] withDockerContainer [2021-02-02T17:42:59.124Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:42:59.165Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:42:59.828Z] $ docker top bfa04d255680b8366c1e5c3099e524f6dc20e5155e7bf5ee76e06595e32c9f4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:43:00.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:43:00.215Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:43:00.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:43:00.423Z] $ docker exec bfa04d255680b8366c1e5c3099e524f6dc20e5155e7bf5ee76e06595e32c9f4e ssh-agent [2021-02-02T17:43:00.594Z] SSH_AUTH_SOCK=/tmp/ssh-KdjWNUOXJRns/agent.12 [2021-02-02T17:43:00.594Z] SSH_AGENT_PID=18 [2021-02-02T17:43:00.601Z] Running ssh-add (command line suppressed) [2021-02-02T17:43:00.723Z] Identity added: /w/workspace/edgex-go/336@tmp/private_key_3821330985515808511.key (/w/workspace/edgex-go/336@tmp/private_key_3821330985515808511.key) [2021-02-02T17:43:00.777Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:43:01.099Z] + git semver push [2021-02-02T17:43:01.100Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:43:01.100Z] # $GIT_DIR = /w/workspace/edgex-go/336/.git [2021-02-02T17:43:01.100Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/336 [2021-02-02T17:43:01.100Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:43:01.100Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:43:01.100Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:43:01.100Z] # $SEMVER_BRANCH = master [2021-02-02T17:43:01.100Z] # $SEMVER_DIR = /w/workspace/edgex-go/336/.semver [Pipeline] } [2021-02-02T17:43:13.342Z] $ docker exec --env ******** --env ******** bfa04d255680b8366c1e5c3099e524f6dc20e5155e7bf5ee76e06595e32c9f4e ssh-agent -k [2021-02-02T17:43:13.507Z] unset SSH_AUTH_SOCK; [2021-02-02T17:43:13.507Z] unset SSH_AGENT_PID; [2021-02-02T17:43:13.507Z] echo Agent pid 18 killed; [2021-02-02T17:43:13.581Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:43:14.066Z] + git semver [Pipeline] } [2021-02-02T17:43:14.080Z] $ docker stop --time=1 bfa04d255680b8366c1e5c3099e524f6dc20e5155e7bf5ee76e06595e32c9f4e [2021-02-02T17:43:15.430Z] $ docker rm -f bfa04d255680b8366c1e5c3099e524f6dc20e5155e7bf5ee76e06595e32c9f4e [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-02T17:43:17.009Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:43:17.879Z] ---> package-listing.sh [2021-02-02T17:43:17.879Z] ++ facter osfamily [2021-02-02T17:43:17.879Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T17:43:17.879Z] + OS_FAMILY=redhat [2021-02-02T17:43:17.879Z] + workspace=/w/workspace/edgex-go/336 [2021-02-02T17:43:17.879Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T17:43:17.879Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T17:43:17.879Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T17:43:17.879Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T17:43:17.879Z] + '[' /w/workspace/edgex-go/336 ']' [2021-02-02T17:43:17.879Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T17:43:17.879Z] + case "${OS_FAMILY}" in [2021-02-02T17:43:17.879Z] + rpm -qa [2021-02-02T17:43:17.879Z] + sort [2021-02-02T17:43:23.164Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T17:43:23.164Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T17:43:23.164Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T17:43:23.164Z] + '[' /w/workspace/edgex-go/336 ']' [2021-02-02T17:43:23.164Z] + mkdir -p /w/workspace/edgex-go/336/archives/ [2021-02-02T17:43:23.164Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/336/archives/ [Pipeline] echo [2021-02-02T17:43:23.175Z] 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/336/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T17:43:23.458Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:43:23.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:43:23.754Z] [2021-02-02T17:43:23.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:43:24.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:43:24.198Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T17:43:24.198Z] df20fa9351a1: Pulling fs layer [2021-02-02T17:43:24.198Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T17:43:24.198Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T17:43:24.198Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T17:43:24.198Z] 93b61091891f: Pulling fs layer [2021-02-02T17:43:24.198Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T17:43:24.198Z] 5e14af77c1be: Pulling fs layer [2021-02-02T17:43:24.198Z] 01666e4c0597: Pulling fs layer [2021-02-02T17:43:24.198Z] aa168da1d23b: Pulling fs layer [2021-02-02T17:43:24.198Z] 46f8f816bc3b: Waiting [2021-02-02T17:43:24.198Z] 93b61091891f: Waiting [2021-02-02T17:43:24.198Z] 01666e4c0597: Waiting [2021-02-02T17:43:24.198Z] 93b9cdb0e59b: Waiting [2021-02-02T17:43:24.198Z] aa168da1d23b: Waiting [2021-02-02T17:43:24.198Z] 5e14af77c1be: Waiting [2021-02-02T17:43:24.198Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T17:43:24.198Z] 36b3adc4ff6f: Download complete [2021-02-02T17:43:24.198Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T17:43:24.198Z] 46f8f816bc3b: Download complete [2021-02-02T17:43:24.198Z] df20fa9351a1: Verifying Checksum [2021-02-02T17:43:24.198Z] df20fa9351a1: Download complete [2021-02-02T17:43:24.198Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T17:43:24.198Z] 93b9cdb0e59b: Download complete [2021-02-02T17:43:24.463Z] 5e14af77c1be: Verifying Checksum [2021-02-02T17:43:24.463Z] 5e14af77c1be: Download complete [2021-02-02T17:43:24.463Z] 93b61091891f: Verifying Checksum [2021-02-02T17:43:24.463Z] 93b61091891f: Download complete [2021-02-02T17:43:24.463Z] 01666e4c0597: Verifying Checksum [2021-02-02T17:43:24.463Z] 01666e4c0597: Download complete [2021-02-02T17:43:24.463Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T17:43:24.463Z] 8ad3a11d3b57: Download complete [2021-02-02T17:43:24.723Z] df20fa9351a1: Pull complete [2021-02-02T17:43:24.723Z] 36b3adc4ff6f: Pull complete [2021-02-02T17:43:26.655Z] aa168da1d23b: Verifying Checksum [2021-02-02T17:43:26.655Z] aa168da1d23b: Download complete [2021-02-02T17:43:26.655Z] 8ad3a11d3b57: Pull complete [2021-02-02T17:43:26.655Z] 46f8f816bc3b: Pull complete [2021-02-02T17:43:26.915Z] 93b61091891f: Pull complete [2021-02-02T17:43:27.175Z] 93b9cdb0e59b: Pull complete [2021-02-02T17:43:27.175Z] 5e14af77c1be: Pull complete [2021-02-02T17:43:27.436Z] 01666e4c0597: Pull complete [2021-02-02T17:43:34.077Z] aa168da1d23b: Pull complete [2021-02-02T17:43:34.077Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T17:43:34.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:43:34.077Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T17:43:34.248Z] prd-centos7-docker-4c-2g-24577 does not seem to be running inside a container [2021-02-02T17:43:34.291Z] $ 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/336/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/336 -v /w/workspace/edgex-go/336:/w/workspace/edgex-go/336:rw,z -v /w/workspace/edgex-go/336@tmp:/w/workspace/edgex-go/336@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-02T17:43:37.540Z] $ docker top 162d14745de328f7732f8e1b6bc875a39ee8e1eec322c88ea54e282ce81e077d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:43:38.019Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T17:43:38.314Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T17:43:38.610Z] + ls /var/log/sa-host [2021-02-02T17:43:38.610Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T17:43:38.610Z] file_magic: OK [2021-02-02T17:43:38.610Z] HZ: Using current value: 100 [2021-02-02T17:43:38.610Z] file_header: OK [2021-02-02T17:43:38.610Z] 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-02T17:43:38.610Z] Statistics: [2021-02-02T17:43:38.610Z] 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... [2021-02-02T17:43:38.610Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T17:43:38.610Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T17:43:38.610Z] file_magic: OK [2021-02-02T17:43:38.610Z] HZ: Using current value: 100 [2021-02-02T17:43:38.610Z] file_header: OK [2021-02-02T17:43:38.610Z] 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-02T17:43:38.610Z] Statistics: [2021-02-02T17:43:38.610Z] Hnuu...uuuununununu... [2021-02-02T17:43:38.610Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T17:43:38.822Z] provisioning config files... [2021-02-02T17:43:38.866Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/336@tmp/config8728722246967056128tmp [Pipeline] { [Pipeline] echo [2021-02-02T17:43:38.950Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:43:39.240Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T17:43:39.249Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T17:43:39.331Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:43:39.626Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T17:43:39.636Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:43:39.930Z] ---> sudo-logs.sh [2021-02-02T17:43:39.930Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T17:43:39.940Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:43:40.234Z] ---> job-cost.sh [2021-02-02T17:43:40.234Z] lf-activate-venv: SKIPPING [2021-02-02T17:43:40.234Z] INFO: No Stack... [2021-02-02T17:43:41.175Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T17:43:41.767Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T17:43:41.782Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:43:42.121Z] ---> logs-deploy.sh [2021-02-02T17:43:42.121Z] lf-activate-venv: SKIPPING [2021-02-02T17:43:42.121Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/336 [2021-02-02T17:43:42.121Z] INFO: archiving workspace using pattern(s): [2021-02-02T17:43:43.517Z] Archives upload complete. [2021-02-02T17:43:43.517Z] INFO: archiving logs to Nexus [2021-02-02T17:43:44.461Z] ---> uname -a: [2021-02-02T17:43:44.461Z] Linux prd-centos7-docker-4c-2g-24577.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-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] ---> lscpu: [2021-02-02T17:43:44.461Z] Architecture: x86_64 [2021-02-02T17:43:44.461Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-02T17:43:44.461Z] Byte Order: Little Endian [2021-02-02T17:43:44.461Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-02T17:43:44.461Z] CPU(s): 4 [2021-02-02T17:43:44.461Z] On-line CPU(s) list: 0-3 [2021-02-02T17:43:44.461Z] Thread(s) per core: 1 [2021-02-02T17:43:44.461Z] Core(s) per socket: 1 [2021-02-02T17:43:44.461Z] Socket(s): 4 [2021-02-02T17:43:44.461Z] NUMA node(s): 1 [2021-02-02T17:43:44.461Z] Vendor ID: GenuineIntel [2021-02-02T17:43:44.461Z] CPU family: 6 [2021-02-02T17:43:44.461Z] Model: 44 [2021-02-02T17:43:44.461Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-02T17:43:44.461Z] Stepping: 1 [2021-02-02T17:43:44.461Z] CPU MHz: 2933.442 [2021-02-02T17:43:44.461Z] BogoMIPS: 5866.88 [2021-02-02T17:43:44.461Z] Virtualization: VT-x [2021-02-02T17:43:44.461Z] Hypervisor vendor: KVM [2021-02-02T17:43:44.461Z] Virtualization type: full [2021-02-02T17:43:44.461Z] L1d cache: 128 KiB [2021-02-02T17:43:44.461Z] L1i cache: 128 KiB [2021-02-02T17:43:44.461Z] L2 cache: 16 MiB [2021-02-02T17:43:44.461Z] L3 cache: 64 MiB [2021-02-02T17:43:44.461Z] NUMA node0 CPU(s): 0-3 [2021-02-02T17:43:44.461Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-02T17:43:44.461Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-02T17:43:44.461Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-02T17:43:44.461Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-02T17:43:44.461Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-02T17:43:44.461Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-02T17:43:44.461Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-02T17:43:44.461Z] Vulnerability Srbds: Not affected [2021-02-02T17:43:44.461Z] Vulnerability Tsx async abort: Not affected [2021-02-02T17:43:44.461Z] 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-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] ---> nproc: [2021-02-02T17:43:44.461Z] 4 [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] ---> df -h: [2021-02-02T17:43:44.461Z] Filesystem Size Used Available Use% Mounted on [2021-02-02T17:43:44.461Z] overlay 50.0G 13.9G 36.1G 28% / [2021-02-02T17:43:44.461Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-02T17:43:44.461Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-02T17:43:44.461Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /facter-os [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/resolv.conf [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hostname [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hosts [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/auth.log [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /run/cloud-init/result.json [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/sa-host [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/secure [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/336 [2021-02-02T17:43:44.461Z] /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/336@tmp [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] ---> free -m: [2021-02-02T17:43:44.461Z] total used free shared buff/cache available [2021-02-02T17:43:44.461Z] Mem: 1837 783 139 0 914 1002 [2021-02-02T17:43:44.461Z] Swap: 1023 87 936 [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] ---> ip addr: [2021-02-02T17:43:44.461Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-02T17:43:44.461Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-02T17:43:44.461Z] inet 127.0.0.1/8 scope host lo [2021-02-02T17:43:44.461Z] valid_lft forever preferred_lft forever [2021-02-02T17:43:44.461Z] inet6 ::1/128 scope host [2021-02-02T17:43:44.461Z] valid_lft forever preferred_lft forever [2021-02-02T17:43:44.461Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-02T17:43:44.461Z] link/ether fa:16:3e:d5:c7:06 brd ff:ff:ff:ff:ff:ff [2021-02-02T17:43:44.461Z] inet 10.30.123.7/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-02T17:43:44.461Z] valid_lft 85329sec preferred_lft 85329sec [2021-02-02T17:43:44.461Z] inet6 fe80::f816:3eff:fed5:c706/64 scope link [2021-02-02T17:43:44.461Z] valid_lft forever preferred_lft forever [2021-02-02T17:43:44.461Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-02T17:43:44.461Z] link/ether 02:42:7f:0f:60:6b brd ff:ff:ff:ff:ff:ff [2021-02-02T17:43:44.461Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-02T17:43:44.461Z] valid_lft forever preferred_lft forever [2021-02-02T17:43:44.461Z] inet6 fe80::42:7fff:fe0f:606b/64 scope link [2021-02-02T17:43:44.461Z] valid_lft forever preferred_lft forever [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] ---> sar -b -r -n DEV: [2021-02-02T17:43:44.461Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] 17:25:42 LINUX RESTART (4 CPU) [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] 17:26:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-02T17:43:44.461Z] 17:27:01 163.07 55.37 107.70 0.00 8624.40 50778.68 0.00 [2021-02-02T17:43:44.461Z] 17:28:01 316.44 119.28 197.15 0.00 7084.59 56287.20 0.00 [2021-02-02T17:43:44.461Z] 17:29:01 191.95 98.57 93.38 0.00 3518.80 10359.47 0.00 [2021-02-02T17:43:44.461Z] 17:30:01 147.48 72.64 74.84 0.00 3450.56 12417.19 0.00 [2021-02-02T17:43:44.461Z] 17:31:01 1047.58 777.88 269.71 0.00 93609.88 167415.78 0.00 [2021-02-02T17:43:44.461Z] 17:32:01 2698.54 2374.48 324.06 0.00 141694.99 153595.07 0.00 [2021-02-02T17:43:44.461Z] 17:33:02 1143.47 839.31 304.16 0.00 69312.60 102889.96 0.00 [2021-02-02T17:43:44.461Z] 17:34:02 2850.36 2490.05 360.31 0.00 124728.08 138406.18 0.00 [2021-02-02T17:43:44.461Z] 17:35:01 927.61 668.58 259.03 0.00 28865.50 45568.36 0.00 [2021-02-02T17:43:44.461Z] 17:36:01 93.86 76.60 17.25 0.00 4455.22 466.83 0.00 [2021-02-02T17:43:44.461Z] 17:37:01 1.05 0.03 1.02 0.00 0.27 18.87 0.00 [2021-02-02T17:43:44.461Z] 17:38:01 0.27 0.00 0.27 0.00 0.00 2.63 0.00 [2021-02-02T17:43:44.461Z] 17:39:01 0.37 0.03 0.33 0.00 0.27 3.58 0.00 [2021-02-02T17:43:44.461Z] 17:40:01 0.27 0.00 0.27 0.00 0.00 3.11 0.00 [2021-02-02T17:43:44.461Z] 17:41:01 16.42 15.29 1.13 0.00 778.28 38.95 0.00 [2021-02-02T17:43:44.461Z] 17:42:01 288.01 139.73 148.29 0.00 8266.67 36770.93 0.00 [2021-02-02T17:43:44.461Z] 17:43:01 226.67 88.56 138.11 0.00 6950.56 33474.66 0.00 [2021-02-02T17:43:44.461Z] Average: 594.65 459.58 135.07 0.00 29515.70 47581.57 0.00 [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] 17:26:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-02T17:43:44.461Z] 17:27:01 69504 0 793620 42.18 2620 1015800 1458952 49.79 662040 946376 20 [2021-02-02T17:43:44.461Z] 17:28:01 353904 0 683744 36.34 1492 842404 1106060 37.75 413212 828964 16 [2021-02-02T17:43:44.461Z] 17:29:01 238948 0 792352 42.11 604 849640 1844756 62.96 666884 689528 74064 [2021-02-02T17:43:44.461Z] 17:30:01 212736 0 740068 39.33 536 928204 1341812 45.79 596652 777660 39812 [2021-02-02T17:43:44.461Z] 17:31:01 379796 0 714600 37.98 0 787148 1896336 64.72 563400 723492 64 [2021-02-02T17:43:44.461Z] 17:32:01 390260 0 1066532 56.68 0 424752 3778156 128.94 645792 576896 51948 [2021-02-02T17:43:44.461Z] 17:33:02 76208 0 735236 39.08 0 1070100 1684868 57.50 688948 881240 1888 [2021-02-02T17:43:44.461Z] 17:34:02 107324 0 689832 36.66 0 1084388 1480328 50.52 546288 995564 81544 [2021-02-02T17:43:44.461Z] 17:35:01 505656 0 636700 33.84 0 739188 1227900 41.91 467612 651996 20 [2021-02-02T17:43:44.461Z] 17:36:01 380416 0 631408 33.56 0 869720 1214468 41.45 529780 718724 8 [2021-02-02T17:43:44.461Z] 17:37:01 385576 0 626244 33.28 0 869724 1171244 39.97 526236 717836 8 [2021-02-02T17:43:44.461Z] 17:38:01 386796 0 625020 33.22 0 869728 1161992 39.66 525560 717760 8 [2021-02-02T17:43:44.461Z] 17:39:01 386272 0 625540 33.25 0 869732 1162100 39.66 526048 717768 0 [2021-02-02T17:43:44.461Z] 17:40:01 386184 0 625624 33.25 0 869736 1162136 39.66 526496 717768 8 [2021-02-02T17:43:44.461Z] 17:41:01 333628 0 655624 34.84 0 892292 1366928 46.65 560436 733640 8 [2021-02-02T17:43:44.461Z] 17:42:01 226800 0 693952 36.88 0 960792 1174432 40.08 593048 747860 32 [2021-02-02T17:43:44.461Z] 17:43:01 328608 0 744812 39.59 0 808124 1372992 46.86 504304 683560 40 [2021-02-02T17:43:44.461Z] Average: 302860 0 710642 37.77 309 867734 1506204 51.40 561337 754508 14676 [2021-02-02T17:43:44.461Z] [2021-02-02T17:43:44.461Z] 17:26:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-02T17:43:44.461Z] 17:27:01 eth0 2021.68 1814.55 6489.97 222.69 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:27:01 vethbf54f4f 884.70 836.50 83.97 2725.64 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:27:01 docker0 884.70 836.37 71.87 2725.63 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:28:01 eth0 479.45 389.90 3680.62 41.33 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:28:01 docker0 128.37 173.09 9.41 835.88 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:29:01 vethc96a5c6 0.53 0.67 0.04 0.06 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:29:01 eth0 50.37 31.93 37.15 75.41 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:29:01 docker0 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:30:01 vethc96a5c6 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:30:01 eth0 27.09 15.23 22.32 11.98 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:30:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:31:01 veth386c9c1 1.48 1.86 0.10 10.41 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:31:01 veth4c138c8 0.60 0.88 0.04 3.48 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:31:01 eth0 217.01 177.81 1727.78 77.69 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:31:01 veth5006426 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:32:01 veth82e98b4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:32:01 veth7406ae9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:32:01 vethc346ff0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:32:01 veth711abdf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:33:02 veth0a82641 16.67 41.09 1.09 254.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:33:02 eth0 3054.88 2588.08 13642.09 521.82 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:33:02 veth5006426 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:33:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:34:02 eth0 68.14 38.35 168.33 21.30 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:34:02 veth5006426 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:34:02 vethd4dfbd4 5.38 5.88 0.62 20.60 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.461Z] 17:35:01 eth0 87.06 53.54 163.62 84.92 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:35:01 docker0 1083.96 1151.70 85.48 4408.10 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:36:01 eth0 414.37 417.32 182.62 1628.48 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:37:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:38:01 eth0 0.25 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:39:01 eth0 1.48 0.37 0.39 0.20 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:40:01 eth0 1.65 0.35 0.38 0.17 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:41:01 eth0 15.37 9.64 14.11 7.11 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:42:01 eth0 566.47 511.99 4265.05 92.33 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:42:01 docker0 31.47 34.30 2.83 219.13 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:43:01 vethb471c52 0.28 0.37 0.05 0.07 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:43:01 eth0 497.69 433.26 3472.23 123.30 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] 17:43:01 docker0 24.12 25.40 1.43 206.70 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] Average: vethb471c52 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] Average: eth0 276.77 238.88 1294.60 146.14 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] Average: docker0 66.13 70.30 5.21 280.68 0.00 0.00 0.00 0.00 [2021-02-02T17:43:44.462Z] [2021-02-02T17:43:44.462Z] [2021-02-02T17:43:44.462Z] ---> sar -P ALL: [2021-02-02T17:43:44.462Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) [2021-02-02T17:43:44.462Z] [2021-02-02T17:43:44.462Z] 17:25:42 LINUX RESTART (4 CPU) [2021-02-02T17:43:44.462Z] [2021-02-02T17:43:44.462Z] 17:26:02 CPU %user %nice %system %iowait %steal %idle [2021-02-02T17:43:44.462Z] 17:27:01 all 20.55 0.00 8.96 5.74 0.04 64.70 [2021-02-02T17:43:44.462Z] 17:27:01 0 21.11 0.00 11.50 5.32 0.05 62.02 [2021-02-02T17:43:44.462Z] 17:27:01 1 18.80 0.00 7.58 7.49 0.05 66.07 [2021-02-02T17:43:44.462Z] 17:27:01 2 20.65 0.00 8.16 6.46 0.03 64.70 [2021-02-02T17:43:44.462Z] 17:27:01 3 21.65 0.00 8.61 3.71 0.03 66.00 [2021-02-02T17:43:44.462Z] 17:28:01 all 12.32 0.00 8.01 5.06 0.06 74.55 [2021-02-02T17:43:44.462Z] 17:28:01 0 13.16 0.00 7.19 3.92 0.07 75.66 [2021-02-02T17:43:44.462Z] 17:28:01 1 11.24 0.00 8.31 6.04 0.05 74.36 [2021-02-02T17:43:44.462Z] 17:28:01 2 12.78 0.00 8.19 6.56 0.05 72.41 [2021-02-02T17:43:44.462Z] 17:28:01 3 12.10 0.00 8.35 3.71 0.05 75.79 [2021-02-02T17:43:44.462Z] 17:29:01 all 49.83 0.00 10.69 6.45 0.06 32.97 [2021-02-02T17:43:44.462Z] 17:29:01 0 50.83 0.00 10.90 6.47 0.07 31.73 [2021-02-02T17:43:44.462Z] 17:29:01 1 48.67 0.00 10.83 7.72 0.07 32.71 [2021-02-02T17:43:44.462Z] 17:29:01 2 47.98 0.00 10.51 4.58 0.03 36.89 [2021-02-02T17:43:44.462Z] 17:29:01 3 51.85 0.00 10.52 7.04 0.05 30.54 [2021-02-02T17:43:44.462Z] 17:30:01 all 46.21 0.00 11.60 2.76 0.09 39.34 [2021-02-02T17:43:44.462Z] 17:30:01 0 46.29 0.00 11.53 2.68 0.05 39.44 [2021-02-02T17:43:44.462Z] 17:30:01 1 46.07 0.00 11.90 2.73 0.10 39.20 [2021-02-02T17:43:44.462Z] 17:30:01 2 46.43 0.00 11.71 3.46 0.10 38.29 [2021-02-02T17:43:44.462Z] 17:30:01 3 46.06 0.00 11.23 2.15 0.12 40.44 [2021-02-02T17:43:44.462Z] 17:31:01 all 21.74 0.00 17.96 10.49 0.10 49.72 [2021-02-02T17:43:44.462Z] 17:31:01 0 22.57 0.00 17.50 9.18 0.12 50.63 [2021-02-02T17:43:44.462Z] 17:31:01 1 22.35 0.00 17.66 11.36 0.07 48.56 [2021-02-02T17:43:44.462Z] 17:31:01 2 21.26 0.00 17.66 10.70 0.09 50.30 [2021-02-02T17:43:44.462Z] 17:31:01 3 20.77 0.00 19.03 10.71 0.10 49.38 [2021-02-02T17:43:44.462Z] 17:32:01 all 27.46 0.00 19.62 28.91 0.16 23.85 [2021-02-02T17:43:44.462Z] 17:32:01 0 25.77 0.00 17.49 28.93 0.14 27.67 [2021-02-02T17:43:44.462Z] 17:32:01 1 27.24 0.00 19.99 32.49 0.18 20.10 [2021-02-02T17:43:44.462Z] 17:32:01 2 28.10 0.00 20.10 23.58 0.17 28.04 [2021-02-02T17:43:44.462Z] 17:32:01 3 28.76 0.00 20.91 30.70 0.16 19.47 [2021-02-02T17:43:44.462Z] 17:33:02 all 38.63 0.00 15.00 22.97 0.12 23.28 [2021-02-02T17:43:44.462Z] 17:33:02 0 38.16 0.00 13.47 17.96 0.14 30.28 [2021-02-02T17:43:44.462Z] 17:33:02 1 37.84 0.00 15.50 23.71 0.16 22.79 [2021-02-02T17:43:44.462Z] 17:33:02 2 39.13 0.00 15.54 26.05 0.09 19.20 [2021-02-02T17:43:44.462Z] 17:33:02 3 39.41 0.00 15.50 24.22 0.10 20.77 [2021-02-02T17:43:44.462Z] 17:34:02 all 16.09 0.00 16.84 37.28 0.21 29.58 [2021-02-02T17:43:44.462Z] 17:34:02 0 14.79 0.00 15.42 36.73 0.21 32.84 [2021-02-02T17:43:44.462Z] 17:34:02 1 16.23 0.00 18.07 38.71 0.23 26.77 [2021-02-02T17:43:44.462Z] 17:34:02 2 16.53 0.00 16.93 37.13 0.25 29.17 [2021-02-02T17:43:44.462Z] 17:34:02 3 16.84 0.00 16.94 36.53 0.16 29.53 [2021-02-02T17:43:44.462Z] 17:35:01 all 49.39 0.00 14.03 14.02 0.10 22.45 [2021-02-02T17:43:44.462Z] 17:35:01 0 50.33 0.00 13.24 15.40 0.07 20.95 [2021-02-02T17:43:44.462Z] 17:35:01 1 49.18 0.00 15.33 17.68 0.09 17.72 [2021-02-02T17:43:44.462Z] 17:35:01 2 48.57 0.00 13.00 10.01 0.14 28.28 [2021-02-02T17:43:44.462Z] 17:35:01 3 49.50 0.00 14.57 13.02 0.09 22.82 [2021-02-02T17:43:44.462Z] 17:36:01 all 8.77 0.00 2.98 2.20 0.07 85.96 [2021-02-02T17:43:44.462Z] 17:36:01 0 8.47 0.00 3.38 2.08 0.07 86.01 [2021-02-02T17:43:44.462Z] 17:36:01 1 9.37 0.00 2.78 2.43 0.08 85.33 [2021-02-02T17:43:44.462Z] 17:36:01 2 7.98 0.00 2.98 2.20 0.05 86.79 [2021-02-02T17:43:44.462Z] 17:36:01 3 9.28 0.00 2.80 2.11 0.08 85.72 [2021-02-02T17:43:44.462Z] 17:37:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-02T17:43:44.462Z] 17:37:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-02T17:43:44.462Z] 17:37:01 1 0.55 0.00 0.02 0.00 0.00 99.43 [2021-02-02T17:43:44.462Z] 17:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-02T17:43:44.462Z] 17:37:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-02T17:43:44.462Z] [2021-02-02T17:43:44.462Z] 17:37:01 CPU %user %nice %system %iowait %steal %idle [2021-02-02T17:43:44.462Z] 17:38:01 all 0.17 0.00 0.06 0.00 0.00 99.76 [2021-02-02T17:43:44.462Z] 17:38:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-02-02T17:43:44.462Z] 17:38:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-02-02T17:43:44.462Z] 17:38:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-02T17:43:44.462Z] 17:38:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-02T17:43:44.462Z] 17:39:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-02T17:43:44.462Z] 17:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-02T17:43:44.462Z] 17:39:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-02-02T17:43:44.462Z] 17:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-02T17:43:44.462Z] 17:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-02T17:43:44.462Z] 17:40:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2021-02-02T17:43:44.462Z] 17:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-02T17:43:44.462Z] 17:40:01 1 0.28 0.00 0.05 0.00 0.00 99.67 [2021-02-02T17:43:44.462Z] 17:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-02T17:43:44.462Z] 17:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-02T17:43:44.462Z] 17:41:01 all 1.10 0.00 0.66 0.46 0.01 97.77 [2021-02-02T17:43:44.462Z] 17:41:01 0 0.78 0.00 0.55 0.23 0.03 98.40 [2021-02-02T17:43:44.462Z] 17:41:01 1 1.88 0.00 0.99 1.21 0.00 95.93 [2021-02-02T17:43:44.462Z] 17:41:01 2 0.75 0.00 0.55 0.17 0.02 98.51 [2021-02-02T17:43:44.462Z] 17:41:01 3 1.00 0.00 0.55 0.22 0.00 98.23 [2021-02-02T17:43:44.462Z] 17:42:01 all 9.30 0.00 5.80 7.95 0.04 76.91 [2021-02-02T17:43:44.462Z] 17:42:01 0 8.80 0.00 5.74 6.95 0.07 78.43 [2021-02-02T17:43:44.462Z] 17:42:01 1 9.68 0.00 5.56 7.41 0.05 77.30 [2021-02-02T17:43:44.462Z] 17:42:01 2 9.38 0.00 6.17 8.27 0.02 76.16 [2021-02-02T17:43:44.462Z] 17:42:01 3 9.36 0.00 5.74 9.13 0.03 75.73 [2021-02-02T17:43:44.462Z] 17:43:01 all 11.00 0.00 7.65 3.69 0.04 77.63 [2021-02-02T17:43:44.462Z] 17:43:01 0 10.73 0.00 8.22 3.69 0.03 77.32 [2021-02-02T17:43:44.462Z] 17:43:01 1 12.40 0.00 6.92 4.03 0.05 76.60 [2021-02-02T17:43:44.462Z] 17:43:01 2 10.71 0.00 7.84 3.23 0.02 78.20 [2021-02-02T17:43:44.462Z] 17:43:01 3 10.17 0.00 7.61 3.80 0.05 78.38 [2021-02-02T17:43:44.462Z] Average: all 18.18 0.00 8.12 8.56 0.06 65.08 [2021-02-02T17:43:44.462Z] Average: 0 18.15 0.00 7.93 8.09 0.07 65.77 [2021-02-02T17:43:44.462Z] Average: 1 18.16 0.00 8.21 9.41 0.07 64.15 [2021-02-02T17:43:44.462Z] Average: 2 18.04 0.00 8.10 8.25 0.06 65.55 [2021-02-02T17:43:44.462Z] Average: 3 18.36 0.00 8.25 8.47 0.06 64.86 [2021-02-02T17:43:44.462Z] [2021-02-02T17:43:44.462Z] [2021-02-02T17:43:44.462Z]