Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cc81cd9a60941bde415ebdc6eaf205dd7f209524 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20883 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/302 [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/302 # 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 Commit message: "Merge pull request #2966 from weichou1229/issue-2965" > git rev-list --no-walk fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T03:08:44.861Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-18T03:08:45.096Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T03:08:45.190Z] ========================================================= [2021-01-18T03:08:45.190Z] EdgeX Global Pipelines Version Info [2021-01-18T03:08:45.190Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:08:47.102Z] ------------------- [2021-01-18T03:08:47.102Z] stable info: [2021-01-18T03:08:47.102Z] ------------------- [2021-01-18T03:08:47.102Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T03:08:47.102Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T03:08:47.102Z] Message: update stable to v1.0.177 [2021-01-18T03:08:47.676Z] ------------------- [2021-01-18T03:08:47.676Z] experimental info: [2021-01-18T03:08:47.676Z] ------------------- [2021-01-18T03:08:47.676Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T03:08:47.676Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T03:08:47.676Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T03:08:47.916Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-18T03:08:47.998Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-18T03:08:48.081Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T03:08:48.162Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T03:08:48.258Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T03:08:48.384Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T03:08:48.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T03:08:48.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-18T03:08:48.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-18T03:08:48.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-18T03:08:48.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T03:08:48.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T03:08:48.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T03:08:49.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T03:08:49.138Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T03:08:49.221Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T03:08:49.313Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T03:08:49.401Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T03:08:49.489Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T03:08:49.571Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T03:08:49.656Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-18T03:08:49.752Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T03:08:49.836Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T03:08:49.923Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-18T03:08:50.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-18T03:08:50.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-18T03:08:50.241Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] echo [2021-01-18T03:08:50.352Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cc81cd9 [Pipeline] echo [2021-01-18T03:08:50.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T03:08:50.646Z] provisioning config files... [2021-01-18T03:08:50.675Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/302@tmp/config2272898023957091884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:08:51.036Z] ---> docker-login.sh [2021-01-18T03:08:51.036Z] nexus3.edgexfoundry.org:10001 [2021-01-18T03:08:51.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:51.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:51.561Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:51.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:51.561Z] [2021-01-18T03:08:51.561Z] Login Succeeded [2021-01-18T03:08:51.561Z] nexus3.edgexfoundry.org:10002 [2021-01-18T03:08:51.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:51.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:51.561Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:51.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:51.561Z] [2021-01-18T03:08:51.561Z] Login Succeeded [2021-01-18T03:08:51.561Z] nexus3.edgexfoundry.org:10003 [2021-01-18T03:08:51.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:51.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:51.826Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:51.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:51.826Z] [2021-01-18T03:08:51.826Z] Login Succeeded [2021-01-18T03:08:51.826Z] nexus3.edgexfoundry.org:10004 [2021-01-18T03:08:51.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:52.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:52.092Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:52.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:52.092Z] [2021-01-18T03:08:52.092Z] Login Succeeded [2021-01-18T03:08:52.092Z] docker.io [2021-01-18T03:08:52.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:52.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:52.355Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:52.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:52.355Z] [2021-01-18T03:08:52.355Z] Login Succeeded [2021-01-18T03:08:52.355Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T03:08:52.365Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T03:08:52.822Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/core-command/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/core-data/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.822Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-18T03:08:52.822Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.822Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-18T03:08:52.822Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T03:08:52.823Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-18T03:08:52.823Z] ++ cut -d/ -f2 [2021-01-18T03:08:52.823Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-18T03:08:52.895Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:08:53.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:08:53.694Z] [2021-01-18T03:08:53.694Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:08:54.043Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:08:54.043Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T03:08:54.043Z] 31603596830f: Pulling fs layer [2021-01-18T03:08:54.043Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T03:08:54.043Z] 6ca5941a6612: Pulling fs layer [2021-01-18T03:08:54.043Z] ecc8261a40a4: Pulling fs layer [2021-01-18T03:08:54.043Z] ecc8261a40a4: Waiting [2021-01-18T03:08:54.043Z] 2a8b12db71e7: Download complete [2021-01-18T03:08:54.308Z] 31603596830f: Verifying Checksum [2021-01-18T03:08:54.308Z] 31603596830f: Download complete [2021-01-18T03:08:54.308Z] 6ca5941a6612: Verifying Checksum [2021-01-18T03:08:54.308Z] 6ca5941a6612: Download complete [2021-01-18T03:08:54.308Z] ecc8261a40a4: Verifying Checksum [2021-01-18T03:08:54.308Z] ecc8261a40a4: Download complete [2021-01-18T03:08:54.579Z] 31603596830f: Pull complete [2021-01-18T03:08:54.847Z] 2a8b12db71e7: Pull complete [2021-01-18T03:08:55.797Z] 6ca5941a6612: Pull complete [2021-01-18T03:08:55.797Z] ecc8261a40a4: Pull complete [2021-01-18T03:08:55.797Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T03:08:55.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:08:55.797Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T03:08:55.982Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:08:56.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T03:08:58.814Z] $ docker top 528f66d2700482283cf84cac8712d963e8a2eef6e8510af5a463600f1ff4c944 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T03:08:59.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T03:08:59.167Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T03:08:59.403Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T03:08:59.407Z] $ docker exec 528f66d2700482283cf84cac8712d963e8a2eef6e8510af5a463600f1ff4c944 ssh-agent [2021-01-18T03:08:59.581Z] SSH_AUTH_SOCK=/tmp/ssh-RnfPzdvSihe5/agent.12 [2021-01-18T03:08:59.581Z] SSH_AGENT_PID=17 [2021-01-18T03:08:59.597Z] Running ssh-add (command line suppressed) [2021-01-18T03:08:59.716Z] Identity added: /w/workspace/edgex-go/302@tmp/private_key_3650030122831379362.key (/w/workspace/edgex-go/302@tmp/private_key_3650030122831379362.key) [2021-01-18T03:08:59.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T03:09:00.101Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T03:09:00.126Z] $ docker exec --env ******** --env ******** 528f66d2700482283cf84cac8712d963e8a2eef6e8510af5a463600f1ff4c944 ssh-agent -k [2021-01-18T03:09:00.239Z] unset SSH_AUTH_SOCK; [2021-01-18T03:09:00.240Z] unset SSH_AGENT_PID; [2021-01-18T03:09:00.240Z] echo Agent pid 17 killed; [2021-01-18T03:09:00.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T03:09:00.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T03:09:00.487Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T03:09:00.656Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T03:09:00.660Z] $ docker exec 528f66d2700482283cf84cac8712d963e8a2eef6e8510af5a463600f1ff4c944 ssh-agent [2021-01-18T03:09:00.816Z] SSH_AUTH_SOCK=/tmp/ssh-fdKT6Y1mA7Nz/agent.46 [2021-01-18T03:09:00.816Z] SSH_AGENT_PID=51 [2021-01-18T03:09:00.823Z] Running ssh-add (command line suppressed) [2021-01-18T03:09:00.941Z] Identity added: /w/workspace/edgex-go/302@tmp/private_key_3225913016311704126.key (/w/workspace/edgex-go/302@tmp/private_key_3225913016311704126.key) [2021-01-18T03:09:00.994Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T03:09:01.327Z] + git semver init [2021-01-18T03:09:01.327Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T03:09:01.327Z] # $GIT_DIR = /w/workspace/edgex-go/302/.git [2021-01-18T03:09:01.327Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/302 [2021-01-18T03:09:01.327Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T03:09:01.327Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T03:09:01.327Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T03:09:01.327Z] # $SEMVER_BRANCH = master [2021-01-18T03:09:01.327Z] # $SEMVER_TEMP = /tmp/semver-537263856 [2021-01-18T03:09:01.327Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-18T03:09:23.343Z] # '/tmp/semver-537263856' -> '/w/workspace/edgex-go/302/.semver' [2021-01-18T03:09:23.343Z] # -> Force: false [2021-01-18T03:09:23.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/302/.semver [Pipeline] } [2021-01-18T03:09:23.360Z] $ docker exec --env ******** --env ******** 528f66d2700482283cf84cac8712d963e8a2eef6e8510af5a463600f1ff4c944 ssh-agent -k [2021-01-18T03:09:23.663Z] unset SSH_AUTH_SOCK; [2021-01-18T03:09:23.663Z] unset SSH_AGENT_PID; [2021-01-18T03:09:23.663Z] echo Agent pid 51 killed; [2021-01-18T03:09:23.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T03:09:24.262Z] + git semver [Pipeline] } [2021-01-18T03:09:24.282Z] $ docker stop --time=1 528f66d2700482283cf84cac8712d963e8a2eef6e8510af5a463600f1ff4c944 [2021-01-18T03:09:25.954Z] $ docker rm -f 528f66d2700482283cf84cac8712d963e8a2eef6e8510af5a463600f1ff4c944 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T03:09:26.599Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T03:09:27.109Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T03:09:27.111Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.43 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T03:09:28.007Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:09:28.316Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:09:28.626Z] + sudo service docker restart [2021-01-18T03:09:28.626Z] + true [2021-01-18T03:09:28.626Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-18T03:09:29.228Z] ========================================================= [2021-01-18T03:09:29.228Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T03:09:29.228Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:09:29.584Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-18T03:09:33.854Z] Sending build context to Docker daemon 326.6MB [2021-01-18T03:09:33.854Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T03:09:33.854Z] Step 2/6 : FROM ${BASE} [2021-01-18T03:09:33.854Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T03:09:33.854Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T03:09:33.854Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T03:09:33.854Z] de9db76c5a1d: Pulling fs layer [2021-01-18T03:09:33.854Z] bca2f99d35d6: Pulling fs layer [2021-01-18T03:09:33.854Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T03:09:33.854Z] 7c6f9722023f: Pulling fs layer [2021-01-18T03:09:33.854Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T03:09:33.854Z] 93359f2a8cfa: Waiting [2021-01-18T03:09:33.854Z] 7c6f9722023f: Waiting [2021-01-18T03:09:33.854Z] bca2f99d35d6: Waiting [2021-01-18T03:09:33.854Z] a35cf1a2eb13: Waiting [2021-01-18T03:09:33.854Z] de9db76c5a1d: Download complete [2021-01-18T03:09:33.854Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T03:09:33.854Z] 0ef7d3d256c8: Download complete [2021-01-18T03:09:33.854Z] 93359f2a8cfa: Verifying Checksum [2021-01-18T03:09:33.854Z] 93359f2a8cfa: Download complete [2021-01-18T03:09:33.854Z] 7c6f9722023f: Verifying Checksum [2021-01-18T03:09:33.854Z] 7c6f9722023f: Download complete [2021-01-18T03:09:34.126Z] 188c0c94c7c5: Verifying Checksum [2021-01-18T03:09:34.126Z] 188c0c94c7c5: Download complete [2021-01-18T03:09:34.393Z] 188c0c94c7c5: Pull complete [2021-01-18T03:09:34.656Z] 0ef7d3d256c8: Pull complete [2021-01-18T03:09:34.919Z] de9db76c5a1d: Pull complete [2021-01-18T03:09:36.864Z] a35cf1a2eb13: Verifying Checksum [2021-01-18T03:09:36.864Z] a35cf1a2eb13: Download complete [2021-01-18T03:09:37.141Z] bca2f99d35d6: Verifying Checksum [2021-01-18T03:09:37.141Z] bca2f99d35d6: Download complete [2021-01-18T03:09:42.464Z] Still waiting to schedule task [2021-01-18T03:09:42.465Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-18T03:09:42.542Z] bca2f99d35d6: Pull complete [2021-01-18T03:09:42.542Z] 93359f2a8cfa: Pull complete [2021-01-18T03:09:42.542Z] 7c6f9722023f: Pull complete [2021-01-18T03:09:46.790Z] a35cf1a2eb13: Pull complete [2021-01-18T03:09:46.790Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T03:09:46.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T03:09:46.790Z] ---> a62c8e92a672 [2021-01-18T03:09:46.790Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-18T03:09:46.790Z] ---> Running in c9a446f14c2e [2021-01-18T03:09:47.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:09:48.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:09:49.653Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T03:09:49.653Z] (2/12) Installing file (5.38-r0) [2021-01-18T03:09:49.918Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T03:09:49.918Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T03:09:54.140Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T03:09:54.140Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T03:09:54.140Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T03:09:54.140Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T03:09:54.140Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T03:09:54.140Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T03:09:54.140Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T03:09:54.140Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T03:09:54.404Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:09:54.404Z] OK: 233 MiB in 51 packages [2021-01-18T03:09:57.722Z] Removing intermediate container c9a446f14c2e [2021-01-18T03:09:57.722Z] ---> c30598738ad3 [2021-01-18T03:09:57.722Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T03:09:57.722Z] ---> Running in c74d162363d3 [2021-01-18T03:09:57.988Z] Removing intermediate container c74d162363d3 [2021-01-18T03:09:57.988Z] ---> 890f9a376054 [2021-01-18T03:09:57.988Z] Step 5/6 : COPY go.mod . [2021-01-18T03:09:58.261Z] ---> 2fd630482b73 [2021-01-18T03:09:58.261Z] Step 6/6 : RUN go mod download [2021-01-18T03:09:58.261Z] ---> Running in 2fe74e80aea2 [2021-01-18T03:10:20.311Z] Removing intermediate container 2fe74e80aea2 [2021-01-18T03:10:20.311Z] ---> 23d9a4f9f18b [2021-01-18T03:10:20.311Z] Successfully built 23d9a4f9f18b [2021-01-18T03:10:20.311Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:10:20.628Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T03:10:20.628Z] . [Pipeline] withDockerContainer [2021-01-18T03:10:20.733Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:10:20.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T03:10:21.633Z] $ docker top 947c89a7beeeed52c3b02ba0aa491347a2811078219b93ac2baf9cbc12f3c030 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:10:22.152Z] + go version [2021-01-18T03:10:22.152Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T03:10:22.169Z] $ docker stop --time=1 947c89a7beeeed52c3b02ba0aa491347a2811078219b93ac2baf9cbc12f3c030 [2021-01-18T03:10:23.594Z] $ docker rm -f 947c89a7beeeed52c3b02ba0aa491347a2811078219b93ac2baf9cbc12f3c030 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:10:24.401Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T03:10:24.401Z] . [Pipeline] withDockerContainer [2021-01-18T03:10:24.506Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:10:24.555Z] $ 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/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T03:10:25.306Z] $ docker top 3d74b85bef4c71333fbb571807dbd7e34f77fbadc9521f3681f7a82e5cfc9521 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T03:10:25.583Z] ========================================================= [2021-01-18T03:10:25.583Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T03:10:25.583Z] ========================================================= [Pipeline] sh [2021-01-18T03:10:25.875Z] + make test [2021-01-18T03:10:25.875Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T03:10:34.116Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T03:10:52.380Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T03:10:53.797Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T03:10:55.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T03:10:55.770Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T03:10:55.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T03:10:55.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T03:10:55.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T03:10:56.043Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T03:10:56.318Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T03:10:57.059Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T03:10:59.921Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T03:10:59.921Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T03:10:59.921Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T03:11:01.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2021-01-18T03:11:01.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T03:11:01.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T03:11:01.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T03:11:01.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T03:11:01.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T03:11:05.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.0% of statements [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T03:11:05.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T03:11:05.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T03:11:05.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 67.9% of statements [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T03:11:05.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.114s coverage: 82.3% of statements [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T03:11:05.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T03:11:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T03:11:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T03:11:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T03:11:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T03:11:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T03:11:08.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T03:11:08.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.390s coverage: 92.8% of statements [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements [2021-01-18T03:11:10.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-01-18T03:11:10.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.2% of statements [2021-01-18T03:11:11.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements [2021-01-18T03:11:11.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T03:11:12.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.5% of statements [2021-01-18T03:11:12.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T03:11:12.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T03:11:12.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-01-18T03:11:12.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-18T03:11:12.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-01-18T03:11:12.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-18T03:11:12.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-18T03:11:14.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 68.9% of statements [2021-01-18T03:11:14.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T03:11:14.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T03:11:14.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T03:11:14.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T03:11:14.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T03:11:14.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-18T03:11:14.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T03:11:14.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T03:11:14.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.0% of statements [2021-01-18T03:11:14.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-01-18T03:11:16.061Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.1% of statements [2021-01-18T03:11:16.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T03:11:16.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T03:11:16.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T03:11:16.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T03:11:16.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T03:11:16.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements [2021-01-18T03:11:16.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T03:11:16.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-18T03:11:16.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T03:11:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.687s coverage: 29.1% of statements [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T03:11:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T03:11:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T03:11:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T03:11:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T03:11:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T03:11:18.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-18T03:11:18.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T03:11:18.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T03:11:18.326Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-18T03:11:18.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-18T03:11:18.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-18T03:11:19.181Z] GO111MODULE=on go vet ./... [2021-01-18T03:11:41.317Z] gofmt -l . [2021-01-18T03:11:41.317Z] [ "`gofmt -l .`" = "" ] [2021-01-18T03:11:41.904Z] ./bin/test-go-mod-tidy.sh [2021-01-18T03:11:42.485Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T03:11:43.377Z] + ls -al . [2021-01-18T03:11:43.377Z] total 656 [2021-01-18T03:11:43.377Z] drwxrwxr-x 10 1001 1001 4096 Jan 18 03:11 . [2021-01-18T03:11:43.377Z] drwxr-xr-x 4 root root 32 Jan 18 03:10 .. [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 03:08 .dockerignore [2021-01-18T03:11:43.377Z] drwxrwxr-x 8 1001 1001 162 Jan 18 03:08 .git [2021-01-18T03:11:43.377Z] drwxrwxr-x 3 1001 1001 125 Jan 18 03:08 .github [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 03:08 .gitignore [2021-01-18T03:11:43.377Z] drwx------ 3 1001 1001 32 Jan 18 03:09 .semver [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 03:08 .sonarcloud.properties [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 03:08 Attribution.txt [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 03:08 CONTRIBUTING.md [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 03:08 Dockerfile.build [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 03:08 Jenkinsfile [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 03:08 LICENSE [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 03:08 Makefile [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 03:08 README.md [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 03:08 SECURITY.md [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 12 Jan 18 03:09 VERSION [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 03:08 ZMQWindows.md [2021-01-18T03:11:43.377Z] drwxrwxr-x 2 1001 1001 117 Jan 18 03:08 bin [2021-01-18T03:11:43.377Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 03:08 cmd [2021-01-18T03:11:43.377Z] -rw-r--r-- 1 root root 550280 Jan 18 03:11 coverage.out [2021-01-18T03:11:43.377Z] -rw-r--r-- 1 root root 981 Jan 18 03:11 go.mod [2021-01-18T03:11:43.377Z] -rw-r--r-- 1 root root 19241 Jan 18 03:11 go.sum [2021-01-18T03:11:43.377Z] drwxrwxr-x 8 1001 1001 127 Jan 18 03:08 internal [2021-01-18T03:11:43.377Z] drwxrwxr-x 4 1001 1001 26 Jan 18 03:08 openapi [2021-01-18T03:11:43.377Z] drwxrwxr-x 4 1001 1001 71 Jan 18 03:08 snap [2021-01-18T03:11:43.377Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 03:08 version.go [Pipeline] sh [2021-01-18T03:11:43.680Z] + '[' -e coverage.out ] [2021-01-18T03:11:43.680Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T03:11:43.918Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T03:11:44.220Z] + make build [2021-01-18T03:11:44.220Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-data/core-data ./cmd/core-data [2021-01-18T03:11:49.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-18T03:11:56.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-command/core-command ./cmd/core-command [2021-01-18T03:11:57.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-18T03:11:58.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-18T03:11:58.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-18T03:12:00.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-18T03:12:02.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-18T03:12:02.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-18T03:12:04.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-18T03:12:05.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-18T03:12:06.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-18T03:12:07.518Z] $ docker stop --time=1 3d74b85bef4c71333fbb571807dbd7e34f77fbadc9521f3681f7a82e5cfc9521 [2021-01-18T03:12:09.213Z] $ docker rm -f 3d74b85bef4c71333fbb571807dbd7e34f77fbadc9521f3681f7a82e5cfc9521 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:12:11.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T03:12:11.234Z] [2021-01-18T03:12:11.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:12:11.584Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T03:12:11.585Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-18T03:12:11.585Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-18T03:12:11.585Z] ca9280d653b3: Pulling fs layer [2021-01-18T03:12:11.585Z] 7e9c9ca2126c: Pulling fs layer [2021-01-18T03:12:12.538Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-18T03:12:12.538Z] cbdbe7a5bc2a: Download complete [2021-01-18T03:12:12.538Z] ca9280d653b3: Verifying Checksum [2021-01-18T03:12:12.538Z] ca9280d653b3: Download complete [2021-01-18T03:12:12.812Z] cbdbe7a5bc2a: Pull complete [2021-01-18T03:12:13.775Z] ca9280d653b3: Pull complete [2021-01-18T03:12:14.038Z] 7e9c9ca2126c: Download complete [2021-01-18T03:12:20.668Z] 7e9c9ca2126c: Pull complete [2021-01-18T03:12:20.668Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-18T03:12:20.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T03:12:20.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-18T03:12:21.081Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:12:21.144Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T03:12:23.106Z] $ docker top 379f1a60af578912888adf62d5667ee528661cfaeef711def74bfd13969e1faa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:12:23.687Z] + docker-compose build --help [2021-01-18T03:12:23.687Z] + grep parallel [2021-01-18T03:12:24.631Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T03:12:24.644Z] $ docker stop --time=1 379f1a60af578912888adf62d5667ee528661cfaeef711def74bfd13969e1faa [2021-01-18T03:12:26.010Z] $ docker rm -f 379f1a60af578912888adf62d5667ee528661cfaeef711def74bfd13969e1faa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:12:26.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T03:12:26.621Z] . [Pipeline] withDockerContainer [2021-01-18T03:12:26.721Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:12:26.780Z] $ 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/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@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-01-18T03:12:27.680Z] $ docker top d5c70776c7e54c8f1b6e89a21c8ee0b4d72e8ac0845930b682d6f13b72fd2310 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:12:28.242Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T03:12:29.196Z] Building docker-core-command-go ... [2021-01-18T03:12:29.196Z] Building docker-core-data-go ... [2021-01-18T03:12:29.196Z] Building docker-core-metadata-go ... [2021-01-18T03:12:29.196Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T03:12:29.196Z] Building docker-security-proxy-setup-go ... [2021-01-18T03:12:29.196Z] Building docker-security-secretstore-setup-go ... [2021-01-18T03:12:29.196Z] Building docker-support-notifications-go ... [2021-01-18T03:12:29.196Z] Building docker-support-scheduler-go ... [2021-01-18T03:12:29.196Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T03:12:29.196Z] Building docker-security-secretstore-setup-go [2021-01-18T03:12:29.196Z] Building docker-core-command-go [2021-01-18T03:12:29.196Z] Building docker-core-metadata-go [2021-01-18T03:12:29.196Z] Building docker-security-proxy-setup-go [2021-01-18T03:12:29.196Z] Building docker-security-bootstrap-redis-go [2021-01-18T03:13:01.410Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:13:01.410Z] [2021-01-18T03:13:01.410Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:13:01.410Z] ---> 23d9a4f9f18b [2021-01-18T03:13:01.410Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T03:13:01.410Z] [2021-01-18T03:13:01.410Z] ---> 23d9a4f9f18b [2021-01-18T03:13:01.410Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T03:13:01.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:13:01.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:13:01.410Z] ---> 23d9a4f9f18b [2021-01-18T03:13:01.410Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T03:13:01.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:13:01.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:13:01.410Z] ---> 23d9a4f9f18b [2021-01-18T03:13:01.410Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T03:13:01.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:13:01.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:13:01.410Z] ---> 23d9a4f9f18b [2021-01-18T03:13:01.410Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T03:13:01.410Z] ---> Running in 26043893ddd2 [2021-01-18T03:13:01.410Z] ---> Running in 608eca9a3fc1 [2021-01-18T03:13:01.410Z] ---> Running in 9cf8b55ed781 [2021-01-18T03:13:01.410Z] ---> Running in 55ea10ed23ae [2021-01-18T03:13:01.410Z] ---> Running in 94981d58bfbb [2021-01-18T03:13:01.410Z] Removing intermediate container 94981d58bfbb [2021-01-18T03:13:01.410Z] ---> 0826933f491d [2021-01-18T03:13:01.410Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:13:01.681Z] Removing intermediate container 608eca9a3fc1 [2021-01-18T03:13:01.681Z] ---> 095cfbcfadb8 [2021-01-18T03:13:01.681Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:13:01.681Z] Removing intermediate container 55ea10ed23ae [2021-01-18T03:13:01.681Z] ---> 844218b068d0 [2021-01-18T03:13:01.681Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:13:01.681Z] Removing intermediate container 9cf8b55ed781 [2021-01-18T03:13:01.681Z] ---> 3537ed0fa4dd [2021-01-18T03:13:01.681Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:13:01.681Z] Removing intermediate container 26043893ddd2 [2021-01-18T03:13:01.681Z] ---> 6489bb659f11 [2021-01-18T03:13:01.681Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:13:01.681Z] ---> Running in fffda031c855 [2021-01-18T03:13:01.681Z] ---> Running in c3786adf1084 [2021-01-18T03:13:01.681Z] ---> Running in 63f882745131 [2021-01-18T03:13:01.953Z] ---> Running in 4f0d0ac89021 [2021-01-18T03:13:01.953Z] ---> Running in e7124340fcfd [2021-01-18T03:13:03.912Z] Removing intermediate container fffda031c855 [2021-01-18T03:13:03.912Z] ---> d51833c4ca4c [2021-01-18T03:13:03.912Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T03:13:03.912Z] ---> Running in d82672bcb578 [2021-01-18T03:13:03.912Z] Removing intermediate container c3786adf1084 [2021-01-18T03:13:03.912Z] ---> 639185a4062b [2021-01-18T03:13:03.912Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T03:13:04.197Z] ---> Running in 1978122cdd02 [2021-01-18T03:13:04.462Z] Removing intermediate container 63f882745131 [2021-01-18T03:13:04.463Z] ---> 3cc47d0488ea [2021-01-18T03:13:04.463Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T03:13:04.731Z] Removing intermediate container 4f0d0ac89021 [2021-01-18T03:13:04.731Z] ---> a48f7f4078d5 [2021-01-18T03:13:04.731Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T03:13:04.731Z] Removing intermediate container e7124340fcfd [2021-01-18T03:13:04.731Z] ---> 7a6a7d98ea76 [2021-01-18T03:13:04.731Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T03:13:04.731Z] ---> Running in f1d7938b0de3 [2021-01-18T03:13:04.731Z] ---> Running in 986dfe3eee0e [2021-01-18T03:13:04.731Z] ---> Running in 7371df59454d [2021-01-18T03:13:04.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:05.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:05.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:05.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:05.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:05.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:06.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:06.066Z] OK: 233 MiB in 51 packages [2021-01-18T03:13:06.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:06.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:06.607Z] OK: 233 MiB in 51 packages [2021-01-18T03:13:06.607Z] Removing intermediate container d82672bcb578 [2021-01-18T03:13:06.607Z] ---> 41185752b0a3 [2021-01-18T03:13:06.607Z] Step 6/22 : COPY go.mod . [2021-01-18T03:13:06.607Z] OK: 233 MiB in 51 packages [2021-01-18T03:13:06.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:13:06.888Z] OK: 233 MiB in 51 packages [2021-01-18T03:13:07.162Z] ---> 1c779a1d8e60 [2021-01-18T03:13:07.162Z] Step 7/22 : RUN go mod download [2021-01-18T03:13:07.162Z] ---> Running in caf2a4f79639 [2021-01-18T03:13:07.427Z] Removing intermediate container f1d7938b0de3 [2021-01-18T03:13:07.427Z] ---> a209feebeccb [2021-01-18T03:13:07.427Z] Step 6/22 : COPY go.mod . [2021-01-18T03:13:07.696Z] Removing intermediate container 1978122cdd02 [2021-01-18T03:13:07.696Z] ---> 3287c09a3392 [2021-01-18T03:13:07.696Z] Step 6/24 : COPY go.mod . [2021-01-18T03:13:07.696Z] Removing intermediate container 986dfe3eee0e [2021-01-18T03:13:07.696Z] ---> 785f493532bb [2021-01-18T03:13:07.696Z] Step 6/22 : COPY go.mod . [2021-01-18T03:13:07.696Z] ---> 698658d35922 [2021-01-18T03:13:07.696Z] Step 7/22 : RUN go mod download [2021-01-18T03:13:07.959Z] OK: 233 MiB in 51 packages [2021-01-18T03:13:07.960Z] ---> Running in d37b43c354e6 [2021-01-18T03:13:08.223Z] ---> dc61e63d48ab [2021-01-18T03:13:08.223Z] Step 7/24 : RUN go mod download [2021-01-18T03:13:08.223Z] ---> fefe2a7c2cac [2021-01-18T03:13:08.223Z] Step 7/22 : RUN go mod download [2021-01-18T03:13:08.495Z] ---> Running in 3f2e896c92f2 [2021-01-18T03:13:08.495Z] ---> Running in f4842f81c1bf [2021-01-18T03:13:09.075Z] Removing intermediate container 7371df59454d [2021-01-18T03:13:09.075Z] ---> 603398c1523a [2021-01-18T03:13:09.075Z] Step 6/21 : COPY go.mod . [2021-01-18T03:13:09.343Z] ---> d764487fecba [2021-01-18T03:13:09.343Z] Step 7/21 : RUN go mod download [2021-01-18T03:13:09.343Z] Removing intermediate container caf2a4f79639 [2021-01-18T03:13:09.343Z] ---> d5af682cd8b2 [2021-01-18T03:13:09.343Z] Step 8/22 : COPY . . [2021-01-18T03:13:09.611Z] ---> Running in 4771b512276a [2021-01-18T03:13:11.580Z] Removing intermediate container d37b43c354e6 [2021-01-18T03:13:11.580Z] ---> 605c1fff68a9 [2021-01-18T03:13:11.580Z] Step 8/22 : COPY . . [2021-01-18T03:13:14.538Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20884 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-18T03:13:14.593Z] Running in /w/workspace/edgex-go/302 [Pipeline] { [Pipeline] checkout [2021-01-18T03:13:15.859Z] Removing intermediate container 3f2e896c92f2 [2021-01-18T03:13:15.859Z] ---> 50665fb3000b [2021-01-18T03:13:15.859Z] Step 8/24 : COPY . . [2021-01-18T03:13:15.859Z] Removing intermediate container f4842f81c1bf [2021-01-18T03:13:15.859Z] ---> 9e1490a00357 [2021-01-18T03:13:15.859Z] Step 8/22 : COPY . . [2021-01-18T03:13:20.049Z] using credential edgex-jenkins-ssh [2021-01-18T03:13:20.110Z] Cloning the remote Git repository [2021-01-18T03:13:20.172Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T03:13:20.289Z] > git init /w/workspace/edgex-go/302 # timeout=10 [2021-01-18T03:13:20.358Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T03:13:20.360Z] > git --version # timeout=10 [2021-01-18T03:13:20.387Z] > git --version # 'git version 2.17.1' [2021-01-18T03:13:20.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:13:20.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T03:13:22.500Z] Removing intermediate container 4771b512276a [2021-01-18T03:13:22.500Z] ---> 4d5669a78560 [2021-01-18T03:13:22.500Z] Step 8/21 : COPY . . [2021-01-18T03:13:36.399Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T03:13:36.421Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T03:13:36.451Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T03:13:36.491Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T03:13:36.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:13:36.504Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T03:13:37.084Z] Checking out Revision cc81cd9a60941bde415ebdc6eaf205dd7f209524 (master) [2021-01-18T03:13:37.106Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T03:13:37.133Z] > git checkout -f cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-18T03:13:41.899Z] Commit message: "Merge pull request #2966 from weichou1229/issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T03:13:43.401Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:13:43.821Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:13:44.225Z] + sudo service docker+ true restart [2021-01-18T03:13:44.225Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T03:13:46.328Z] provisioning config files... [2021-01-18T03:13:46.371Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/302@tmp/config3848292315016508477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:13:46.787Z] ---> docker-login.sh [2021-01-18T03:13:46.787Z] nexus3.edgexfoundry.org:10001 [2021-01-18T03:13:47.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:13:48.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:13:48.046Z] Configure a credential helper to remove this warning. See [2021-01-18T03:13:48.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:13:48.046Z] [2021-01-18T03:13:48.046Z] Login Succeeded [2021-01-18T03:13:48.046Z] nexus3.edgexfoundry.org:10002 [2021-01-18T03:13:48.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:13:48.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:13:48.598Z] Configure a credential helper to remove this warning. See [2021-01-18T03:13:48.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:13:48.598Z] [2021-01-18T03:13:48.598Z] Login Succeeded [2021-01-18T03:13:48.598Z] nexus3.edgexfoundry.org:10003 [2021-01-18T03:13:48.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:13:49.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:13:49.147Z] Configure a credential helper to remove this warning. See [2021-01-18T03:13:49.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:13:49.147Z] [2021-01-18T03:13:49.147Z] Login Succeeded [2021-01-18T03:13:49.147Z] nexus3.edgexfoundry.org:10004 [2021-01-18T03:13:49.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:13:49.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:13:49.700Z] Configure a credential helper to remove this warning. See [2021-01-18T03:13:49.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:13:49.700Z] [2021-01-18T03:13:49.700Z] Login Succeeded [2021-01-18T03:13:49.700Z] docker.io [2021-01-18T03:13:49.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:13:50.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:13:50.246Z] Configure a credential helper to remove this warning. See [2021-01-18T03:13:50.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:13:50.246Z] [2021-01-18T03:13:50.246Z] Login Succeeded [2021-01-18T03:13:50.246Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T03:13:50.269Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T03:13:50.792Z] ========================================================= [2021-01-18T03:13:50.792Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T03:13:50.792Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:13:51.171Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-18T03:13:53.811Z] Sending build context to Docker daemon 165.5MB [2021-01-18T03:13:53.811Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T03:13:53.811Z] Step 2/6 : FROM ${BASE} [2021-01-18T03:13:53.811Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T03:13:53.811Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T03:13:53.811Z] a4357932f1b6: Pulling fs layer [2021-01-18T03:13:53.811Z] 18c013af1878: Pulling fs layer [2021-01-18T03:13:53.811Z] 00ac8860ef70: Pulling fs layer [2021-01-18T03:13:53.811Z] 63d7cb157983: Pulling fs layer [2021-01-18T03:13:53.811Z] b116817d02f9: Pulling fs layer [2021-01-18T03:13:53.811Z] 00ac8860ef70: Waiting [2021-01-18T03:13:53.811Z] 745a02a5169b: Pulling fs layer [2021-01-18T03:13:53.811Z] 63d7cb157983: Waiting [2021-01-18T03:13:53.811Z] b116817d02f9: Waiting [2021-01-18T03:13:53.811Z] 18c013af1878: Verifying Checksum [2021-01-18T03:13:53.811Z] 18c013af1878: Download complete [2021-01-18T03:13:53.811Z] a4357932f1b6: Verifying Checksum [2021-01-18T03:13:53.811Z] a4357932f1b6: Download complete [2021-01-18T03:13:53.811Z] 63d7cb157983: Verifying Checksum [2021-01-18T03:13:53.811Z] 63d7cb157983: Download complete [2021-01-18T03:13:53.811Z] b116817d02f9: Verifying Checksum [2021-01-18T03:13:53.811Z] b116817d02f9: Download complete [2021-01-18T03:13:54.420Z] 5f621e34cdf4: Download complete [2021-01-18T03:13:54.781Z] ---> 4579e29d76ac [2021-01-18T03:13:54.781Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T03:13:54.781Z] ---> 9a398770d8be [2021-01-18T03:13:54.781Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T03:13:54.781Z] ---> b8131c9aa7c2 [2021-01-18T03:13:54.781Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T03:13:54.781Z] ---> Running in a70774dc3168 [2021-01-18T03:13:54.781Z] ---> Running in 9f4a4d4f3fff [2021-01-18T03:13:54.781Z] ---> f0770685e985 [2021-01-18T03:13:54.782Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T03:13:54.782Z] ---> Running in 787de633e868 [2021-01-18T03:13:54.782Z] ---> 5f2879ef6698 [2021-01-18T03:13:54.782Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T03:13:54.782Z] ---> Running in ecc2891ab887 [2021-01-18T03:13:54.782Z] ---> Running in 1b4e6bc70659 [2021-01-18T03:13:55.030Z] 5f621e34cdf4: Pull complete [2021-01-18T03:13:55.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-18T03:13:55.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-18T03:13:55.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-command/core-command ./cmd/core-command [2021-01-18T03:13:55.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-18T03:13:55.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-18T03:13:55.639Z] a4357932f1b6: Pull complete [2021-01-18T03:13:56.241Z] 18c013af1878: Pull complete [2021-01-18T03:13:57.226Z] 745a02a5169b: Verifying Checksum [2021-01-18T03:13:57.226Z] 745a02a5169b: Download complete [2021-01-18T03:13:57.819Z] 00ac8860ef70: Download complete [2021-01-18T03:14:07.998Z] 00ac8860ef70: Pull complete [2021-01-18T03:14:08.270Z] 63d7cb157983: Pull complete [2021-01-18T03:14:08.869Z] b116817d02f9: Pull complete [2021-01-18T03:14:13.204Z] 745a02a5169b: Pull complete [2021-01-18T03:14:13.204Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T03:14:13.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T03:14:13.204Z] ---> b7e6874047d6 [2021-01-18T03:14:13.204Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-18T03:14:16.601Z] ---> Running in d8eda51ba4ea [2021-01-18T03:14:17.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:14:18.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:14:19.138Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T03:14:19.409Z] (2/12) Installing file (5.38-r0) [2021-01-18T03:14:19.409Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T03:14:19.681Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T03:14:22.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-18T03:14:22.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-18T03:14:27.926Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T03:14:27.926Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T03:14:27.926Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T03:14:27.926Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T03:14:27.926Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T03:14:27.926Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T03:14:27.926Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T03:14:27.926Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T03:14:27.926Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:14:27.926Z] OK: 217 MiB in 51 packages [2021-01-18T03:14:28.736Z] Removing intermediate container 9f4a4d4f3fff [2021-01-18T03:14:28.736Z] ---> 7532123306ef [2021-01-18T03:14:28.736Z] [2021-01-18T03:14:28.736Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T03:14:28.736Z] 3.12: Pulling from library/alpine [2021-01-18T03:14:29.004Z] Removing intermediate container 787de633e868 [2021-01-18T03:14:29.004Z] ---> b3f81e46eb03 [2021-01-18T03:14:29.004Z] [2021-01-18T03:14:29.004Z] Step 10/22 : FROM scratch [2021-01-18T03:14:29.004Z] ---> [2021-01-18T03:14:29.004Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:14:29.270Z] Removing intermediate container 1b4e6bc70659 [2021-01-18T03:14:29.270Z] ---> 13aa0db45369 [2021-01-18T03:14:29.270Z] [2021-01-18T03:14:29.270Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T03:14:29.270Z] 3.12: Pulling from library/alpine [2021-01-18T03:14:29.270Z] ---> Running in 8dbdd6908000 [2021-01-18T03:14:29.546Z] Removing intermediate container 8dbdd6908000 [2021-01-18T03:14:29.546Z] ---> 77c3ea9336ee [2021-01-18T03:14:29.546Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T03:14:30.137Z] ---> Running in 692abe703091 [2021-01-18T03:14:31.084Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T03:14:31.084Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T03:14:31.347Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T03:14:31.348Z] ---> 389fef711851 [2021-01-18T03:14:31.348Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T03:14:31.348Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T03:14:31.348Z] ---> 389fef711851 [2021-01-18T03:14:31.348Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T03:14:31.611Z] Removing intermediate container ecc2891ab887 [2021-01-18T03:14:31.611Z] ---> 10903aa80dd8 [2021-01-18T03:14:31.611Z] [2021-01-18T03:14:31.611Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T03:14:31.611Z] ---> 389fef711851 [2021-01-18T03:14:31.611Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T03:14:31.877Z] ---> Running in 5c23dfab62ab [2021-01-18T03:14:31.877Z] ---> Running in b2601b02dac0 [2021-01-18T03:14:31.877Z] Removing intermediate container 692abe703091 [2021-01-18T03:14:31.877Z] ---> 75551f97667e [2021-01-18T03:14:31.877Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T03:14:32.152Z] ---> Running in 186bdccd6eb5 [2021-01-18T03:14:32.152Z] ---> Running in 27f721f4d40e [2021-01-18T03:14:32.226Z] Removing intermediate container d8eda51ba4ea [2021-01-18T03:14:32.226Z] ---> bc70d98a988e [2021-01-18T03:14:32.226Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T03:14:32.226Z] ---> Running in 409c7cbe4b1d [2021-01-18T03:14:32.226Z] Removing intermediate container 409c7cbe4b1d [2021-01-18T03:14:32.226Z] ---> 3fb95439dd43 [2021-01-18T03:14:32.226Z] Step 5/6 : COPY go.mod . [2021-01-18T03:14:32.418Z] Removing intermediate container 27f721f4d40e [2021-01-18T03:14:32.418Z] ---> cab36245318b [2021-01-18T03:14:32.418Z] Step 14/22 : WORKDIR / [2021-01-18T03:14:32.822Z] ---> 063c07c39567 [2021-01-18T03:14:32.822Z] Step 6/6 : RUN go mod download [2021-01-18T03:14:33.004Z] ---> Running in fa8124977fdc [2021-01-18T03:14:33.093Z] ---> Running in 988b2f9b771d [2021-01-18T03:14:33.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:14:33.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:14:34.235Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T03:14:34.235Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T03:14:34.235Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T03:14:34.235Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T03:14:34.235Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T03:14:34.235Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:14:34.235Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T03:14:34.235Z] OK: 7 MiB in 19 packages [2021-01-18T03:14:34.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:14:34.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:14:34.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:14:34.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:14:34.762Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T03:14:34.762Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T03:14:34.762Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T03:14:34.762Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T03:14:34.762Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T03:14:34.762Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T03:14:34.762Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:14:34.762Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T03:14:35.030Z] OK: 7 MiB in 19 packages [2021-01-18T03:14:35.030Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T03:14:35.030Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T03:14:35.030Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T03:14:35.030Z] Removing intermediate container a70774dc3168 [2021-01-18T03:14:35.030Z] ---> cb063e917799 [2021-01-18T03:14:35.030Z] [2021-01-18T03:14:35.030Z] Step 10/22 : FROM scratch [2021-01-18T03:14:35.030Z] ---> [2021-01-18T03:14:35.030Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:14:35.030Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:14:35.030Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T03:14:35.030Z] ---> Using cache [2021-01-18T03:14:35.030Z] ---> 77c3ea9336ee [2021-01-18T03:14:35.030Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T03:14:35.030Z] Removing intermediate container fa8124977fdc [2021-01-18T03:14:35.030Z] ---> 55579b49a9fa [2021-01-18T03:14:35.030Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:14:35.611Z] OK: 7 MiB in 18 packages [2021-01-18T03:14:35.611Z] ---> Running in 11eb3161d7f7 [2021-01-18T03:14:35.881Z] ---> 14e9aa8026f5 [2021-01-18T03:14:35.881Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T03:14:36.148Z] Removing intermediate container 11eb3161d7f7 [2021-01-18T03:14:36.148Z] ---> 62e357eddaf2 [2021-01-18T03:14:36.148Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T03:14:36.724Z] ---> Running in 6e6e3b1d327a [2021-01-18T03:14:38.121Z] ---> bb8520590d97 [2021-01-18T03:14:38.121Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T03:14:38.121Z] Removing intermediate container 5c23dfab62ab [2021-01-18T03:14:38.121Z] ---> 5ae74d52aeff [2021-01-18T03:14:38.121Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T03:14:38.121Z] Removing intermediate container 6e6e3b1d327a [2021-01-18T03:14:38.121Z] ---> a0d7ef5b5cc1 [2021-01-18T03:14:38.121Z] Step 14/22 : WORKDIR / [2021-01-18T03:14:38.121Z] Removing intermediate container 186bdccd6eb5 [2021-01-18T03:14:38.121Z] ---> 751de8a04069 [2021-01-18T03:14:38.121Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T03:14:38.121Z] Removing intermediate container b2601b02dac0 [2021-01-18T03:14:38.121Z] ---> 033c9fe5d240 [2021-01-18T03:14:38.121Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T03:14:38.384Z] ---> Running in 25b762763249 [2021-01-18T03:14:38.384Z] ---> Running in 91f707a75a26 [2021-01-18T03:14:38.384Z] ---> Running in c69e07666467 [2021-01-18T03:14:38.384Z] ---> Running in c4b3d163e0a3 [2021-01-18T03:14:38.384Z] ---> ec5558a5ed87 [2021-01-18T03:14:38.384Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T03:14:38.648Z] Removing intermediate container 25b762763249 [2021-01-18T03:14:38.648Z] ---> 594aa4a2248f [2021-01-18T03:14:38.648Z] Step 13/22 : WORKDIR / [2021-01-18T03:14:38.648Z] ---> Running in 5bc85a5f5f92 [2021-01-18T03:14:38.648Z] ---> Running in 0ff8e778ed3a [2021-01-18T03:14:38.648Z] Removing intermediate container 91f707a75a26 [2021-01-18T03:14:38.648Z] ---> 354aa8b4ed98 [2021-01-18T03:14:38.648Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:14:38.912Z] Removing intermediate container c69e07666467 [2021-01-18T03:14:38.912Z] ---> 5a35f27d3875 [2021-01-18T03:14:38.912Z] Step 13/24 : WORKDIR / [2021-01-18T03:14:38.912Z] Removing intermediate container c4b3d163e0a3 [2021-01-18T03:14:38.912Z] ---> 85919749ef43 [2021-01-18T03:14:38.912Z] Step 13/21 : WORKDIR /edgex [2021-01-18T03:14:38.912Z] ---> Running in a58ee4a483cf [2021-01-18T03:14:39.179Z] ---> Running in 30d57a660d72 [2021-01-18T03:14:39.179Z] Removing intermediate container 5bc85a5f5f92 [2021-01-18T03:14:39.179Z] ---> 0dcd35ac8121 [2021-01-18T03:14:39.179Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:14:39.179Z] Removing intermediate container 0ff8e778ed3a [2021-01-18T03:14:39.179Z] ---> 60068de4ec16 [2021-01-18T03:14:39.179Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:14:39.179Z] ---> 65dd76507d3f [2021-01-18T03:14:39.179Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T03:14:39.179Z] ---> Running in 251064bb23c7 [2021-01-18T03:14:39.443Z] Removing intermediate container 30d57a660d72 [2021-01-18T03:14:39.443Z] ---> a14930bf76a0 [2021-01-18T03:14:39.443Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T03:14:39.443Z] Removing intermediate container a58ee4a483cf [2021-01-18T03:14:39.443Z] ---> 99257040182e [2021-01-18T03:14:39.443Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-18T03:14:40.398Z] ---> b9b4f477f601 [2021-01-18T03:14:40.398Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T03:14:40.398Z] Removing intermediate container 251064bb23c7 [2021-01-18T03:14:40.398Z] ---> 471e23497d1a [2021-01-18T03:14:40.398Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T03:14:40.398Z] ---> 8c929b1f2f1e [2021-01-18T03:14:40.398Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T03:14:40.398Z] ---> 47cbd5f62140 [2021-01-18T03:14:40.398Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-18T03:14:40.398Z] ---> 1cac34a654ce [2021-01-18T03:14:40.398Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T03:14:40.398Z] ---> Running in 4c87be6f4551 [2021-01-18T03:14:40.662Z] ---> 22782234b6cb [2021-01-18T03:14:40.662Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T03:14:40.929Z] Removing intermediate container 4c87be6f4551 [2021-01-18T03:14:40.929Z] ---> 8b960ebb9dfa [2021-01-18T03:14:40.929Z] Step 21/22 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:14:40.929Z] ---> Running in e774976b896a [2021-01-18T03:14:40.929Z] ---> f90cad9b90ff [2021-01-18T03:14:40.929Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T03:14:40.929Z] ---> Running in 545c1849d108 [2021-01-18T03:14:40.929Z] ---> 85a7af43bc6e [2021-01-18T03:14:40.929Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T03:14:40.929Z] ---> 7e2383eb3283 [2021-01-18T03:14:40.929Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T03:14:41.194Z] Removing intermediate container e774976b896a [2021-01-18T03:14:41.194Z] ---> 8a11fdbba22b [2021-01-18T03:14:41.194Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:14:41.194Z] Removing intermediate container 545c1849d108 [2021-01-18T03:14:41.194Z] ---> 80e50dae1d78 [2021-01-18T03:14:41.194Z] Step 22/22 : LABEL version=2.0.0-dev.43 [2021-01-18T03:14:41.465Z] ---> Running in fa4ce66bf6cb [2021-01-18T03:14:41.465Z] ---> ee7ee5bdc6a9 [2021-01-18T03:14:41.465Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T03:14:41.465Z] ---> Running in 35876e7b4432 [2021-01-18T03:14:41.465Z] ---> 33d991ba795f [2021-01-18T03:14:41.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T03:14:41.729Z] ---> 026d1d4ea8c9 [2021-01-18T03:14:41.729Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T03:14:42.309Z] ---> Running in cc17494b09e6 [2021-01-18T03:14:42.309Z] Removing intermediate container fa4ce66bf6cb [2021-01-18T03:14:42.309Z] ---> a3cd1ba5644a [2021-01-18T03:14:42.309Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T03:14:42.309Z] ---> 3233bdfe015b [2021-01-18T03:14:42.309Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T03:14:42.309Z] Removing intermediate container 35876e7b4432 [2021-01-18T03:14:42.309Z] ---> 7010a60c5b39 [2021-01-18T03:14:42.309Z] [2021-01-18T03:14:42.309Z] ---> ef486fe213a4 [2021-01-18T03:14:42.309Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T03:14:42.309Z] ---> Running in ef341600d3be [2021-01-18T03:14:42.572Z] ---> Running in bf98b7954800 [2021-01-18T03:14:42.572Z] Removing intermediate container cc17494b09e6 [2021-01-18T03:14:42.572Z] ---> af8f8b483aaf [2021-01-18T03:14:42.572Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T03:14:42.572Z] Successfully built 7010a60c5b39 [2021-01-18T03:14:42.836Z] ---> Running in 4c86fca23b39 [2021-01-18T03:14:42.836Z] Successfully tagged docker-core-command-go:latest [2021-01-18T03:14:42.836Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-18T03:14:43.106Z] Removing intermediate container ef341600d3be [2021-01-18T03:14:43.106Z] ---> 7df6b562bbec [2021-01-18T03:14:43.106Z] Step 21/22 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:14:43.106Z] ---> 3c5e2ff0a8e2 [2021-01-18T03:14:43.106Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T03:14:43.106Z] Removing intermediate container 4c86fca23b39 [2021-01-18T03:14:43.106Z] ---> 00898be15d9b [2021-01-18T03:14:43.106Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T03:14:43.106Z] ---> Running in 3035a588272a [2021-01-18T03:14:43.373Z] ---> Running in 23102229a8a5 [2021-01-18T03:14:43.639Z] Removing intermediate container 3035a588272a [2021-01-18T03:14:43.639Z] ---> ecbf1724d16a [2021-01-18T03:14:43.639Z] Step 22/22 : LABEL version=2.0.0-dev.43 [2021-01-18T03:14:43.912Z] Removing intermediate container 23102229a8a5 [2021-01-18T03:14:43.912Z] ---> 6d40f11cefc8 [2021-01-18T03:14:43.912Z] Step 20/21 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:14:43.912Z] ---> Running in f9b26e9cec03 [2021-01-18T03:14:44.177Z] ---> cb433c431f1a [2021-01-18T03:14:44.177Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-18T03:14:44.753Z] ---> Running in d17d0e4cc8c0 [2021-01-18T03:14:45.019Z] ---> Running in 62e223988dc7 [2021-01-18T03:14:45.600Z] Removing intermediate container f9b26e9cec03 [2021-01-18T03:14:45.600Z] ---> 2b9874e69d89 [2021-01-18T03:14:45.600Z] [2021-01-18T03:14:46.550Z] Removing intermediate container d17d0e4cc8c0 [2021-01-18T03:14:46.550Z] ---> adcab827c415 [2021-01-18T03:14:46.550Z] Step 21/21 : LABEL version=2.0.0-dev.43 [2021-01-18T03:14:46.814Z] Successfully built 2b9874e69d89 [2021-01-18T03:14:47.396Z] Successfully tagged docker-core-metadata-go:latest [2021-01-18T03:14:47.396Z] Building docker-core-data-go [2021-01-18T03:14:48.846Z]  Building docker-core-metadata-go ... done  ---> Running in d3ff8623f4c0 [2021-01-18T03:14:48.846Z] Removing intermediate container bf98b7954800 [2021-01-18T03:14:48.846Z] ---> 8d939698d404 [2021-01-18T03:14:48.846Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T03:14:49.440Z] ---> Running in 352f5d85c1c3 [2021-01-18T03:14:50.030Z] Removing intermediate container d3ff8623f4c0 [2021-01-18T03:14:50.030Z] ---> 49dd416556fc [2021-01-18T03:14:50.030Z] [2021-01-18T03:14:50.300Z] Successfully built 49dd416556fc [2021-01-18T03:14:50.300Z] Removing intermediate container 352f5d85c1c3 [2021-01-18T03:14:50.300Z] ---> 7dc336e72f1f [2021-01-18T03:14:50.300Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T03:14:50.566Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-18T03:14:50.566Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-18T03:14:54.815Z] ---> Running in 8cb1d7a4ac07 [2021-01-18T03:14:55.775Z] Removing intermediate container 62e223988dc7 [2021-01-18T03:14:55.775Z] ---> 562c6ff0ae71 [2021-01-18T03:14:55.775Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T03:14:56.366Z] Removing intermediate container 8cb1d7a4ac07 [2021-01-18T03:14:56.366Z] ---> de5e5cd2a40f [2021-01-18T03:14:56.366Z] Step 21/22 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:14:58.299Z] ---> Running in 79364c3c8ec3 [2021-01-18T03:14:58.564Z] ---> Running in 41b1fabdaf0a [2021-01-18T03:14:58.564Z] Removing intermediate container 79364c3c8ec3 [2021-01-18T03:14:58.564Z] ---> ff60c42a1e0b [2021-01-18T03:14:58.564Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T03:14:58.830Z] ---> Running in 4a830587b8d3 [2021-01-18T03:14:58.830Z] Removing intermediate container 41b1fabdaf0a [2021-01-18T03:14:58.830Z] ---> b6d4c7225263 [2021-01-18T03:14:58.830Z] Step 22/22 : LABEL version=2.0.0-dev.43 [2021-01-18T03:14:59.903Z] Removing intermediate container 988b2f9b771d [2021-01-18T03:14:59.903Z] ---> 65f137c8dfa0 [2021-01-18T03:14:59.903Z] Successfully built 65f137c8dfa0 [2021-01-18T03:14:59.903Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:15:00.253Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T03:15:00.253Z] . [Pipeline] withDockerContainer [2021-01-18T03:15:00.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-20884 does not seem to be running inside a container [2021-01-18T03:15:00.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T03:15:02.169Z] $ docker top 8dfd7b241447c96d1336940d96eb34bc963bfc40e19f4cf9dd543faa049bfbd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:15:03.255Z] + go version [2021-01-18T03:15:03.255Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T03:15:03.273Z] $ docker stop --time=1 8dfd7b241447c96d1336940d96eb34bc963bfc40e19f4cf9dd543faa049bfbd4 [2021-01-18T03:15:04.189Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:15:04.189Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:15:05.156Z] ---> 23d9a4f9f18b [2021-01-18T03:15:05.156Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T03:15:05.185Z] $ docker rm -f 8dfd7b241447c96d1336940d96eb34bc963bfc40e19f4cf9dd543faa049bfbd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:15:06.107Z] ---> Using cache [2021-01-18T03:15:06.107Z] ---> 6489bb659f11 [2021-01-18T03:15:06.107Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:15:06.107Z] ---> Using cache [2021-01-18T03:15:06.107Z] ---> 7a6a7d98ea76 [2021-01-18T03:15:06.108Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T03:15:06.108Z] ---> Running in 470d048c0424 [2021-01-18T03:15:06.371Z] Removing intermediate container 4a830587b8d3 [2021-01-18T03:15:06.371Z] ---> 24a1afbbdb93 [2021-01-18T03:15:06.371Z] Step 23/24 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:15:06.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T03:15:06.378Z] [2021-01-18T03:15:06.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:15:06.749Z] ---> Running in f2ad776a92f0 [2021-01-18T03:15:06.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T03:15:07.049Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-18T03:15:07.049Z] 29e5d40040c1: Pulling fs layer [2021-01-18T03:15:07.049Z] 1ce36da41761: Pulling fs layer [2021-01-18T03:15:07.049Z] 25b303627fd3: Pulling fs layer [2021-01-18T03:15:07.049Z] 29e5d40040c1: Download complete [2021-01-18T03:15:07.067Z] ---> Running in d26046ab8a61 [2021-01-18T03:15:07.067Z] Removing intermediate container 470d048c0424 [2021-01-18T03:15:07.067Z] ---> 7af803a8a56a [2021-01-18T03:15:07.067Z] [2021-01-18T03:15:08.034Z] 29e5d40040c1: Pull complete [2021-01-18T03:15:08.034Z] 1ce36da41761: Verifying Checksum [2021-01-18T03:15:08.066Z] Successfully built 7af803a8a56a [2021-01-18T03:15:08.066Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-18T03:15:08.066Z] Building docker-support-scheduler-go [2021-01-18T03:15:09.017Z] 1ce36da41761: Pull complete [2021-01-18T03:15:09.549Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d26046ab8a61 [2021-01-18T03:15:09.549Z] ---> 3bfb23fdccf9 [2021-01-18T03:15:09.549Z] Step 24/24 : LABEL version=2.0.0-dev.43 [2021-01-18T03:15:09.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:15:09.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:15:09.549Z] ---> 23d9a4f9f18b [2021-01-18T03:15:09.549Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T03:15:09.549Z] ---> Using cache [2021-01-18T03:15:09.549Z] ---> 6489bb659f11 [2021-01-18T03:15:09.549Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:15:09.549Z] ---> Using cache [2021-01-18T03:15:09.549Z] ---> 7a6a7d98ea76 [2021-01-18T03:15:09.549Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T03:15:09.608Z] 25b303627fd3: Verifying Checksum [2021-01-18T03:15:09.608Z] 25b303627fd3: Download complete [2021-01-18T03:15:10.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:15:10.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:15:11.297Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:15:11.297Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:15:11.297Z] ---> 23d9a4f9f18b [2021-01-18T03:15:11.297Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T03:15:11.297Z] ---> Using cache [2021-01-18T03:15:11.297Z] ---> 6489bb659f11 [2021-01-18T03:15:11.297Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:15:11.297Z] ---> Using cache [2021-01-18T03:15:11.297Z] ---> 7a6a7d98ea76 [2021-01-18T03:15:11.297Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T03:15:11.297Z] OK: 233 MiB in 51 packages [2021-01-18T03:15:13.226Z] ---> Running in f799451d8d01 [2021-01-18T03:15:13.226Z] ---> Running in 8d81bc5fe73b [2021-01-18T03:15:14.639Z] ---> Running in bca15b59b6f5 [2021-01-18T03:15:14.901Z] Removing intermediate container f799451d8d01 [2021-01-18T03:15:14.901Z] ---> d2676fca979f [2021-01-18T03:15:14.901Z] [2021-01-18T03:15:15.480Z] Successfully built d2676fca979f [2021-01-18T03:15:15.480Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-18T03:15:16.061Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f2ad776a92f0 [2021-01-18T03:15:16.061Z] ---> 825c6e9bf0e1 [2021-01-18T03:15:16.342Z] Step 6/24 : COPY go.mod . [2021-01-18T03:15:16.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:15:17.203Z] ---> 606ef04ee635 [2021-01-18T03:15:17.203Z] Step 7/24 : RUN go mod download [2021-01-18T03:15:17.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:15:17.203Z] ---> Running in 197d31e9f7b4 [2021-01-18T03:15:17.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:15:18.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:15:18.966Z] OK: 233 MiB in 51 packages [2021-01-18T03:15:19.741Z] 25b303627fd3: Pull complete [2021-01-18T03:15:19.741Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-18T03:15:19.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T03:15:19.741Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-18T03:15:19.938Z] OK: 233 MiB in 51 packages [2021-01-18T03:15:19.968Z] prd-ubuntu18.04-docker-arm64-4c-16g-20884 does not seem to be running inside a container [2021-01-18T03:15:20.045Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T03:15:20.525Z] Removing intermediate container bca15b59b6f5 [2021-01-18T03:15:20.525Z] ---> 4b624ca7bb1c [2021-01-18T03:15:20.525Z] Step 6/26 : COPY go.mod . [2021-01-18T03:15:20.525Z] Removing intermediate container 197d31e9f7b4 [2021-01-18T03:15:20.525Z] ---> d22a022e479b [2021-01-18T03:15:20.525Z] Step 8/24 : COPY . . [2021-01-18T03:15:21.486Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:15:21.486Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:15:22.063Z] ---> 23d9a4f9f18b [2021-01-18T03:15:22.063Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T03:15:22.063Z] ---> Using cache [2021-01-18T03:15:22.063Z] ---> 6489bb659f11 [2021-01-18T03:15:22.063Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:15:22.063Z] ---> Using cache [2021-01-18T03:15:22.063Z] ---> 7a6a7d98ea76 [2021-01-18T03:15:22.063Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T03:15:22.063Z] ---> Using cache [2021-01-18T03:15:22.063Z] ---> 603398c1523a [2021-01-18T03:15:22.063Z] Step 6/21 : COPY go.mod . [2021-01-18T03:15:22.063Z] ---> Using cache [2021-01-18T03:15:22.063Z] ---> d764487fecba [2021-01-18T03:15:22.063Z] Step 7/21 : RUN go mod download [2021-01-18T03:15:22.325Z] ---> Using cache [2021-01-18T03:15:22.325Z] ---> 4d5669a78560 [2021-01-18T03:15:22.325Z] Step 8/21 : COPY . . [2021-01-18T03:15:22.325Z] ---> Using cache [2021-01-18T03:15:22.325Z] ---> 5f2879ef6698 [2021-01-18T03:15:22.325Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T03:15:22.970Z] $ docker top b9ade3e4f51d91ec12d8047bdc861ef42b295b439e36fafe64a0574e3e0a2a2b -eo pid,comm [2021-01-18T03:15:23.277Z] ---> 4c004178a8f7 [2021-01-18T03:15:23.277Z] Step 7/26 : RUN go mod download [2021-01-18T03:15:23.277Z] Removing intermediate container 8d81bc5fe73b [2021-01-18T03:15:23.277Z] ---> 76c4ad53add2 [2021-01-18T03:15:23.277Z] Step 6/23 : COPY go.mod . [Pipeline] { [Pipeline] sh [2021-01-18T03:15:24.005Z] + grep parallel [2021-01-18T03:15:24.005Z] + docker-compose build --help [2021-01-18T03:15:24.679Z] ---> Running in aff08fcaedd6 [2021-01-18T03:15:24.679Z] ---> Running in 1e7ec0b51174 [2021-01-18T03:15:25.255Z] ---> e179822b934c [2021-01-18T03:15:25.255Z] Step 7/23 : RUN go mod download [2021-01-18T03:15:27.188Z] ---> Running in 7c5837c713ad [2021-01-18T03:15:27.386Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T03:15:27.403Z] $ docker stop --time=1 b9ade3e4f51d91ec12d8047bdc861ef42b295b439e36fafe64a0574e3e0a2a2b [2021-01-18T03:15:28.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-18T03:15:29.295Z] $ docker rm -f b9ade3e4f51d91ec12d8047bdc861ef42b295b439e36fafe64a0574e3e0a2a2b [2021-01-18T03:15:29.576Z] Removing intermediate container aff08fcaedd6 [2021-01-18T03:15:29.576Z] ---> e776340e909b [2021-01-18T03:15:29.576Z] Step 8/26 : COPY . . [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:15:30.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T03:15:30.119Z] . [Pipeline] withDockerContainer [2021-01-18T03:15:30.389Z] prd-ubuntu18.04-docker-arm64-4c-16g-20884 does not seem to be running inside a container [2021-01-18T03:15:30.465Z] $ 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/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T03:15:31.923Z] $ docker top 85995691a65831d385451f4ddc12a8be597fdb7a50d0e9cdeb8e36c6f9cdcbba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:15:32.952Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T03:15:32.969Z] Removing intermediate container 7c5837c713ad [2021-01-18T03:15:32.969Z] ---> 8078657a965b [2021-01-18T03:15:32.969Z] Step 8/23 : COPY . . [2021-01-18T03:15:36.330Z] Building docker-core-command-go ... [2021-01-18T03:15:36.330Z] Building docker-core-data-go ... [2021-01-18T03:15:36.330Z] Building docker-core-metadata-go ... [2021-01-18T03:15:36.330Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T03:15:36.330Z] Building docker-security-proxy-setup-go ... [2021-01-18T03:15:36.330Z] Building docker-security-secretstore-setup-go ... [2021-01-18T03:15:36.330Z] Building docker-support-notifications-go ... [2021-01-18T03:15:36.330Z] Building docker-support-scheduler-go ... [2021-01-18T03:15:36.330Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T03:15:36.330Z] Building docker-support-scheduler-go [2021-01-18T03:15:36.330Z] Building docker-core-command-go [2021-01-18T03:15:36.330Z] Building docker-support-notifications-go [2021-01-18T03:15:36.330Z] Building docker-security-secretstore-setup-go [2021-01-18T03:15:36.330Z] Building docker-sys-mgmt-agent-go [2021-01-18T03:15:48.336Z] ---> e127e12f1efd [2021-01-18T03:15:48.336Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T03:15:48.336Z] ---> Running in 7dcc4fd60718 [2021-01-18T03:15:49.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-18T03:15:58.063Z] ---> 5f142b5a48b5 [2021-01-18T03:15:58.063Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T03:15:58.342Z] Removing intermediate container 1e7ec0b51174 [2021-01-18T03:15:58.342Z] ---> ae691f44e6ef [2021-01-18T03:15:58.342Z] [2021-01-18T03:15:58.342Z] Step 10/21 : FROM scratch [2021-01-18T03:15:58.342Z] ---> [2021-01-18T03:15:58.342Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:15:58.924Z] ---> Running in 706631cd044a [2021-01-18T03:15:59.203Z] ---> Using cache [2021-01-18T03:15:59.203Z] ---> 77c3ea9336ee [2021-01-18T03:15:59.203Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T03:15:59.484Z] ---> Running in bd90c937fcdb [2021-01-18T03:15:59.756Z] ---> bd3e47b88b6d [2021-01-18T03:15:59.756Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T03:15:59.756Z] Removing intermediate container bd90c937fcdb [2021-01-18T03:15:59.756Z] ---> a39121e2a11f [2021-01-18T03:15:59.756Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T03:15:59.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-18T03:16:00.025Z] ---> Running in 65bcfccae1c8 [2021-01-18T03:16:00.025Z] ---> Running in 7fb238734725 [2021-01-18T03:16:00.292Z] Removing intermediate container 7fb238734725 [2021-01-18T03:16:00.292Z] ---> d33da0dcab0f [2021-01-18T03:16:00.292Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:16:00.882Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-data/core-data ./cmd/core-data [2021-01-18T03:16:00.882Z] ---> 5b0675d1d600 [2021-01-18T03:16:00.882Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T03:16:01.854Z] ---> 6c22205e1ff2 [2021-01-18T03:16:01.854Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T03:16:02.146Z] ---> 3e1a8cd7ae5c [2021-01-18T03:16:02.146Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T03:16:02.146Z] ---> Running in 376c7471cb1a [2021-01-18T03:16:02.429Z] Removing intermediate container 376c7471cb1a [2021-01-18T03:16:02.429Z] ---> d3e651d97838 [2021-01-18T03:16:02.429Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:16:02.700Z] ---> Running in a380ca5ec56c [2021-01-18T03:16:02.978Z] Removing intermediate container a380ca5ec56c [2021-01-18T03:16:02.978Z] ---> f9bf25bf4285 [2021-01-18T03:16:02.978Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T03:16:03.246Z] ---> Running in 47b1d6149869 [2021-01-18T03:16:03.519Z] Removing intermediate container 47b1d6149869 [2021-01-18T03:16:03.520Z] ---> 32c08a985fca [2021-01-18T03:16:03.520Z] Step 20/21 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:16:03.520Z] ---> Running in 26bc736335e0 [2021-01-18T03:16:04.497Z] Removing intermediate container 26bc736335e0 [2021-01-18T03:16:04.497Z] ---> c818fa68a1a9 [2021-01-18T03:16:04.497Z] Step 21/21 : LABEL version=2.0.0-dev.43 [2021-01-18T03:16:04.762Z] ---> Running in a40a32d7857b [2021-01-18T03:16:05.349Z] Removing intermediate container a40a32d7857b [2021-01-18T03:16:05.350Z] ---> 106fbcabd9b3 [2021-01-18T03:16:05.350Z] [2021-01-18T03:16:05.350Z] Successfully built 106fbcabd9b3 [2021-01-18T03:16:05.350Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-18T03:16:10.766Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7dcc4fd60718 [2021-01-18T03:16:10.766Z] ---> 0ed369f7f7ff [2021-01-18T03:16:10.766Z] [2021-01-18T03:16:10.766Z] Step 10/24 : FROM scratch [2021-01-18T03:16:10.766Z] ---> [2021-01-18T03:16:10.766Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T03:16:10.766Z] ---> Running in 2b8190429cbb [2021-01-18T03:16:10.766Z] Removing intermediate container 2b8190429cbb [2021-01-18T03:16:10.766Z] ---> df156f762a67 [2021-01-18T03:16:10.766Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T03:16:10.766Z] ---> Running in b4f25b6a350e [2021-01-18T03:16:10.766Z] Removing intermediate container b4f25b6a350e [2021-01-18T03:16:10.766Z] ---> d756c654376e [2021-01-18T03:16:10.766Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T03:16:10.766Z] ---> Running in ff72a51aedbe [2021-01-18T03:16:11.041Z] Removing intermediate container ff72a51aedbe [2021-01-18T03:16:11.041Z] ---> b232565e10ba [2021-01-18T03:16:11.041Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T03:16:11.658Z] ---> cee4c49f3b86 [2021-01-18T03:16:11.658Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T03:16:13.103Z] ---> 25ef984b815b [2021-01-18T03:16:13.103Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T03:16:13.689Z] ---> 09555510be93 [2021-01-18T03:16:13.689Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:16:14.646Z] ---> 693f68e39e15 [2021-01-18T03:16:14.646Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T03:16:15.630Z] ---> 2308e1b1e8aa [2021-01-18T03:16:15.630Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T03:16:16.218Z] ---> f4d22ceefaf5 [2021-01-18T03:16:16.218Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T03:16:16.218Z] ---> Running in 925988f2bd64 [2021-01-18T03:16:16.496Z] Removing intermediate container 925988f2bd64 [2021-01-18T03:16:16.496Z] ---> e576b6da9d01 [2021-01-18T03:16:16.496Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:16:16.496Z] ---> Running in 4d793333a868 [2021-01-18T03:16:16.776Z] Removing intermediate container 4d793333a868 [2021-01-18T03:16:16.776Z] ---> 445046ab5fa3 [2021-01-18T03:16:16.776Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T03:16:16.776Z] ---> Running in 240a2ac90a45 [2021-01-18T03:16:17.045Z] Removing intermediate container 240a2ac90a45 [2021-01-18T03:16:17.045Z] ---> 0e8f5739f9c2 [2021-01-18T03:16:17.045Z] Step 23/24 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:16:17.312Z] ---> Running in b05ad03be0c5 [2021-01-18T03:16:17.576Z] Removing intermediate container b05ad03be0c5 [2021-01-18T03:16:17.576Z] ---> 6442c8ec1a46 [2021-01-18T03:16:17.576Z] Step 24/24 : LABEL version=2.0.0-dev.43 [2021-01-18T03:16:17.576Z] ---> Running in bb807d2a069f [2021-01-18T03:16:18.536Z] Removing intermediate container bb807d2a069f [2021-01-18T03:16:18.536Z] ---> 528184d44af6 [2021-01-18T03:16:18.536Z] [2021-01-18T03:16:21.093Z] Successfully built 528184d44af6 [2021-01-18T03:16:21.093Z] Removing intermediate container 706631cd044a [2021-01-18T03:16:21.093Z] ---> dc09c72e622c [2021-01-18T03:16:21.093Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T03:16:21.094Z] Successfully tagged docker-support-notifications-go:latest [2021-01-18T03:16:21.673Z]  Building docker-support-notifications-go ... done  ---> Running in 047052c073df [2021-01-18T03:16:22.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-18T03:16:23.304Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:16:23.304Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:16:23.304Z] ---> 65f137c8dfa0 [2021-01-18T03:16:23.304Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T03:16:23.304Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:16:23.304Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:16:23.304Z] ---> 65f137c8dfa0 [2021-01-18T03:16:23.304Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T03:16:23.304Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:16:23.305Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:16:23.305Z] [2021-01-18T03:16:23.305Z] ---> 65f137c8dfa0 [2021-01-18T03:16:23.305Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 3/24 : WORKDIR /edgex-go [2021-01-18T03:16:23.305Z] ---> 65f137c8dfa0 [2021-01-18T03:16:23.305Z] [2021-01-18T03:16:23.305Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T03:16:23.305Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:16:23.305Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:16:23.305Z] ---> 65f137c8dfa0 [2021-01-18T03:16:23.305Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T03:16:24.290Z] ---> Running in 8a5424da8163 [2021-01-18T03:16:24.290Z] ---> Running in 280fa8212cb5 [2021-01-18T03:16:24.290Z] ---> Running in e548a5ad4417 [2021-01-18T03:16:24.290Z] ---> Running in 1601e09d36c0 [2021-01-18T03:16:24.290Z] ---> Running in 9a61748a09a5 [2021-01-18T03:16:24.884Z] Removing intermediate container 9a61748a09a5 [2021-01-18T03:16:24.884Z] ---> b28a87024f51 [2021-01-18T03:16:24.884Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:16:24.884Z] Removing intermediate container 280fa8212cb5 [2021-01-18T03:16:24.884Z] ---> f9a14106ef62 [2021-01-18T03:16:24.884Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:16:25.156Z] Removing intermediate container 8a5424da8163 [2021-01-18T03:16:25.156Z] ---> 432fa13a2796 [2021-01-18T03:16:25.156Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:16:25.156Z] Removing intermediate container e548a5ad4417 [2021-01-18T03:16:25.156Z] ---> f5f757cc0b71 [2021-01-18T03:16:25.156Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:16:25.156Z] Removing intermediate container 1601e09d36c0 [2021-01-18T03:16:25.156Z] ---> 114604594379 [2021-01-18T03:16:25.156Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:16:25.156Z] ---> Running in 3627d0e0f38a [2021-01-18T03:16:25.156Z] ---> Running in d4123b20c95a [2021-01-18T03:16:25.430Z] ---> Running in 92a879254bc3 [2021-01-18T03:16:25.430Z] ---> Running in 5425d7623061 [2021-01-18T03:16:25.430Z] ---> Running in 426a170b759b [2021-01-18T03:16:25.583Z] Removing intermediate container 65bcfccae1c8 [2021-01-18T03:16:25.583Z] ---> fbe9fe5935e4 [2021-01-18T03:16:25.583Z] [2021-01-18T03:16:25.583Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T03:16:25.583Z] ---> 389fef711851 [2021-01-18T03:16:25.583Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:16:25.583Z] Removing intermediate container 047052c073df [2021-01-18T03:16:25.583Z] ---> c1c4776bb400 [2021-01-18T03:16:25.583Z] [2021-01-18T03:16:25.583Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T03:16:25.583Z] ---> Running in 7648c0471519 [2021-01-18T03:16:25.583Z] 20.10.0: Pulling from library/docker [2021-01-18T03:16:25.846Z] Removing intermediate container 7648c0471519 [2021-01-18T03:16:25.846Z] ---> c6ccc76f6227 [2021-01-18T03:16:25.846Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T03:16:25.846Z] ---> Running in 8b6047c691ec [2021-01-18T03:16:25.846Z] Removing intermediate container 8b6047c691ec [2021-01-18T03:16:25.846Z] ---> 539e0e2c9151 [2021-01-18T03:16:25.846Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T03:16:26.109Z] ---> Running in 89b56936eec4 [2021-01-18T03:16:26.110Z] Removing intermediate container 89b56936eec4 [2021-01-18T03:16:26.110Z] ---> 2f5bf0739183 [2021-01-18T03:16:26.110Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:16:26.373Z] ---> Running in aaf26f2096ae [2021-01-18T03:16:27.768Z] Removing intermediate container aaf26f2096ae [2021-01-18T03:16:27.768Z] ---> 4a9f8c9b9ceb [2021-01-18T03:16:27.768Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T03:16:28.039Z] ---> Running in 02e97f9014bd [2021-01-18T03:16:28.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:16:28.873Z] Removing intermediate container 3627d0e0f38a [2021-01-18T03:16:28.873Z] ---> 7a8cb24f3ab8 [2021-01-18T03:16:28.873Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T03:16:28.873Z] ---> Running in 69d933bf4b5d [2021-01-18T03:16:29.158Z] Removing intermediate container d4123b20c95a [2021-01-18T03:16:29.158Z] ---> e57e4cf16ea5 [2021-01-18T03:16:29.158Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T03:16:29.158Z] Removing intermediate container 92a879254bc3 [2021-01-18T03:16:29.158Z] ---> f6c76b704790 [2021-01-18T03:16:29.158Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T03:16:29.434Z] ---> Running in 5cec842fa44d [2021-01-18T03:16:29.434Z] ---> Running in 55566c9063fb [2021-01-18T03:16:29.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:16:29.715Z] Removing intermediate container 5425d7623061 [2021-01-18T03:16:29.715Z] ---> 4c616803dfe8 [2021-01-18T03:16:29.715Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T03:16:29.715Z] Removing intermediate container 426a170b759b [2021-01-18T03:16:29.715Z] ---> b69a4ae27567 [2021-01-18T03:16:29.715Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T03:16:30.002Z] ---> Running in 05277b8b0a3c [2021-01-18T03:16:30.002Z] ---> Running in cfdc4c19c04c [2021-01-18T03:16:30.954Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T03:16:30.955Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T03:16:31.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:31.217Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T03:16:31.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:31.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:31.795Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T03:16:31.796Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T03:16:31.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:31.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:31.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:32.062Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:16:32.062Z] OK: 8 MiB in 19 packages [2021-01-18T03:16:32.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:32.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:32.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:32.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:16:33.266Z] OK: 217 MiB in 51 packages [2021-01-18T03:16:33.888Z] OK: 217 MiB in 51 packages [2021-01-18T03:16:34.200Z] OK: 217 MiB in 51 packages [2021-01-18T03:16:34.200Z] OK: 217 MiB in 51 packages [2021-01-18T03:16:34.200Z] OK: 217 MiB in 51 packages [2021-01-18T03:16:34.627Z] Removing intermediate container 02e97f9014bd [2021-01-18T03:16:34.627Z] ---> ae174f8a3989 [2021-01-18T03:16:34.627Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:16:34.627Z] ---> 3e55994b549c [2021-01-18T03:16:34.627Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T03:16:34.627Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T03:16:34.627Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T03:16:34.627Z] ---> aefe523efa57 [2021-01-18T03:16:34.627Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T03:16:34.947Z] ---> Running in 2b24741680f3 [2021-01-18T03:16:35.201Z] Removing intermediate container 69d933bf4b5d [2021-01-18T03:16:35.202Z] ---> 94ef50e7dd99 [2021-01-18T03:16:35.202Z] Step 6/26 : COPY go.mod . [2021-01-18T03:16:35.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:16:35.512Z] ---> 09fa095b84e5 [2021-01-18T03:16:35.512Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T03:16:35.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:16:35.512Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T03:16:35.546Z] Removing intermediate container 5cec842fa44d [2021-01-18T03:16:35.546Z] ---> 0540502601cc [2021-01-18T03:16:35.546Z] Step 6/21 : COPY go.mod . [2021-01-18T03:16:35.782Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T03:16:35.782Z] Executing bash-5.0.17-r0.post-install [2021-01-18T03:16:35.782Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:16:35.782Z] OK: 12 MiB in 22 packages [2021-01-18T03:16:35.782Z] ---> a73412dd4e8c [2021-01-18T03:16:35.782Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T03:16:35.782Z] ---> Running in 0778576ea65e [2021-01-18T03:16:36.058Z] Removing intermediate container 0778576ea65e [2021-01-18T03:16:36.058Z] ---> 363e70b1b4db [2021-01-18T03:16:36.058Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:16:36.058Z] ---> Running in 6e1d95b40769 [2021-01-18T03:16:36.153Z] Removing intermediate container 55566c9063fb [2021-01-18T03:16:36.153Z] ---> dc5e54cab246 [2021-01-18T03:16:36.153Z] Step 6/24 : COPY go.mod . [2021-01-18T03:16:36.153Z] Removing intermediate container cfdc4c19c04c [2021-01-18T03:16:36.153Z] ---> 9d35c14b2743 [2021-01-18T03:16:36.153Z] Step 6/24 : COPY go.mod . [2021-01-18T03:16:36.332Z] Removing intermediate container 6e1d95b40769 [2021-01-18T03:16:36.332Z] ---> 666cce3fd837 [2021-01-18T03:16:36.332Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T03:16:36.332Z] Removing intermediate container 2b24741680f3 [2021-01-18T03:16:36.332Z] ---> d55c7b13c111 [2021-01-18T03:16:36.332Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T03:16:36.332Z] ---> Running in 45dd4b7d1296 [2021-01-18T03:16:36.332Z] ---> Running in 496cea1e4b89 [2021-01-18T03:16:36.431Z] ---> 25cddcb6e0d7 [2021-01-18T03:16:36.431Z] Step 7/26 : RUN go mod download [2021-01-18T03:16:36.431Z] Removing intermediate container 05277b8b0a3c [2021-01-18T03:16:36.431Z] ---> 2360d0a81ba8 [2021-01-18T03:16:36.431Z] Step 6/22 : COPY go.mod . [2021-01-18T03:16:36.431Z] ---> Running in 39550779cd8e [2021-01-18T03:16:36.612Z] Removing intermediate container 496cea1e4b89 [2021-01-18T03:16:36.612Z] ---> 43df92b25b63 [2021-01-18T03:16:36.612Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T03:16:36.612Z] Removing intermediate container 45dd4b7d1296 [2021-01-18T03:16:36.612Z] ---> 4fa4c94c225f [2021-01-18T03:16:36.612Z] Step 22/23 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:16:36.612Z] ---> Running in bf527a88e831 [2021-01-18T03:16:36.612Z] ---> Running in b8b42bcd7ada [2021-01-18T03:16:36.709Z] ---> 587321741954 [2021-01-18T03:16:36.709Z] Step 7/21 : RUN go mod download [2021-01-18T03:16:36.886Z] Removing intermediate container bf527a88e831 [2021-01-18T03:16:36.886Z] ---> b08070aa42a7 [2021-01-18T03:16:36.886Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T03:16:36.886Z] Removing intermediate container b8b42bcd7ada [2021-01-18T03:16:36.886Z] ---> 9c2c251a51e6 [2021-01-18T03:16:36.886Z] Step 23/23 : LABEL version=2.0.0-dev.43 [2021-01-18T03:16:36.886Z] ---> Running in cdbf86cc69dd [2021-01-18T03:16:36.886Z] ---> Running in 64d64e556235 [2021-01-18T03:16:36.993Z] ---> Running in 18d26358b2a9 [2021-01-18T03:16:36.993Z] ---> 048c1f61475f [2021-01-18T03:16:36.993Z] Step 7/24 : RUN go mod download [2021-01-18T03:16:37.209Z] Removing intermediate container cdbf86cc69dd [2021-01-18T03:16:37.209Z] ---> a1a76e4734af [2021-01-18T03:16:37.209Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T03:16:37.209Z] Removing intermediate container 64d64e556235 [2021-01-18T03:16:37.209Z] ---> 28cf30b4f27c [2021-01-18T03:16:37.209Z] [2021-01-18T03:16:37.209Z] Successfully built 28cf30b4f27c [2021-01-18T03:16:37.209Z] Successfully tagged docker-core-data-go:latest [2021-01-18T03:16:37.277Z] ---> Running in e1f3b272009d [2021-01-18T03:16:37.552Z] ---> d18195b3b731 [2021-01-18T03:16:37.552Z] Step 7/22 : RUN go mod download [2021-01-18T03:16:37.552Z] ---> 2f36b1bc9dc0 [2021-01-18T03:16:37.552Z] Step 7/24 : RUN go mod download [2021-01-18T03:16:37.790Z]  Building docker-core-data-go ... done  ---> 17dcbeb5f014 [2021-01-18T03:16:37.790Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T03:16:37.790Z] ---> b30da9e155ca [2021-01-18T03:16:37.790Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T03:16:37.830Z] ---> Running in 5153bec94bfa [2021-01-18T03:16:37.830Z] ---> Running in cafb0f68d3b9 [2021-01-18T03:16:38.367Z] ---> f706d3f1ae51 [2021-01-18T03:16:38.367Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T03:16:38.367Z] ---> Running in f198f10acd34 [2021-01-18T03:16:38.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:16:38.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:16:38.903Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T03:16:38.903Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T03:16:38.903Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T03:16:38.903Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T03:16:38.903Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T03:16:39.166Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T03:16:39.166Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T03:16:40.121Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T03:16:40.121Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T03:16:40.121Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T03:16:40.121Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T03:16:40.121Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T03:16:40.121Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T03:16:40.121Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T03:16:40.121Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T03:16:40.385Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T03:16:40.385Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T03:16:40.385Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T03:16:40.385Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T03:16:40.385Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T03:16:40.385Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T03:16:40.385Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T03:16:40.385Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T03:16:40.385Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T03:16:40.649Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T03:16:40.649Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T03:16:40.649Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T03:16:40.649Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T03:16:40.649Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T03:16:40.649Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T03:16:40.917Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T03:16:40.917Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T03:16:40.917Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T03:16:40.917Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:16:40.917Z] OK: 71 MiB in 55 packages [2021-01-18T03:16:41.245Z] Removing intermediate container 39550779cd8e [2021-01-18T03:16:41.245Z] ---> 7bfaa3cac976 [2021-01-18T03:16:41.245Z] Step 8/26 : COPY . . [2021-01-18T03:16:41.523Z] Removing intermediate container 18d26358b2a9 [2021-01-18T03:16:41.523Z] ---> 6d60a8dea6fe [2021-01-18T03:16:41.523Z] Step 8/21 : COPY . . [2021-01-18T03:16:42.143Z] Removing intermediate container e1f3b272009d [2021-01-18T03:16:42.143Z] ---> 0bcafcb4e7be [2021-01-18T03:16:42.143Z] Step 8/24 : COPY . . [2021-01-18T03:16:42.798Z] Removing intermediate container cafb0f68d3b9 [2021-01-18T03:16:42.798Z] ---> 63fa4cb7ae93 [2021-01-18T03:16:42.798Z] Step 8/24 : COPY . . [2021-01-18T03:16:43.073Z] Removing intermediate container 5153bec94bfa [2021-01-18T03:16:43.073Z] ---> 6dc1d48268a8 [2021-01-18T03:16:43.073Z] Step 8/22 : COPY . . [2021-01-18T03:16:50.954Z] Removing intermediate container f198f10acd34 [2021-01-18T03:16:50.954Z] ---> d0486d0e888e [2021-01-18T03:16:50.954Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T03:16:50.954Z] ---> Running in 6b2b7708dad6 [2021-01-18T03:16:50.954Z] Collecting docker-compose==1.23.2 [2021-01-18T03:16:50.954Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T03:16:50.954Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T03:16:50.954Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T03:16:51.217Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T03:16:51.217Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T03:16:51.217Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T03:16:51.217Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T03:16:51.480Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T03:16:51.743Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T03:16:51.743Z] Collecting PyYAML<4,>=3.10 [2021-01-18T03:16:51.743Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T03:16:52.699Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T03:16:52.699Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T03:16:54.093Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T03:16:54.093Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T03:16:54.356Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T03:16:54.356Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T03:16:54.626Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-18T03:16:54.626Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T03:16:54.626Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T03:16:55.202Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T03:16:55.202Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T03:16:55.202Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-18T03:16:55.464Z] Collecting idna<2.8,>=2.5 [2021-01-18T03:16:55.464Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T03:16:55.465Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-18T03:16:55.465Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T03:16:55.465Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T03:16:55.465Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T03:16:55.465Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T03:16:55.465Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T03:16:55.465Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T03:16:55.728Z] Installing collected packages: cached-property, websocket-client, jsonschema, urllib3, idna, requests, PyYAML, docopt, docker-pycreds, docker, dockerpty, texttable, docker-compose [2021-01-18T03:16:55.991Z] Attempting uninstall: urllib3 [2021-01-18T03:16:55.991Z] Found existing installation: urllib3 1.25.9 [2021-01-18T03:16:55.991Z] Uninstalling urllib3-1.25.9: [2021-01-18T03:16:55.991Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T03:16:56.257Z] Attempting uninstall: idna [2021-01-18T03:16:56.257Z] Found existing installation: idna 2.9 [2021-01-18T03:16:56.257Z] Uninstalling idna-2.9: [2021-01-18T03:16:56.257Z] Successfully uninstalled idna-2.9 [2021-01-18T03:16:56.519Z] Attempting uninstall: requests [2021-01-18T03:16:56.519Z] Found existing installation: requests 2.23.0 [2021-01-18T03:16:56.519Z] Uninstalling requests-2.23.0: [2021-01-18T03:16:56.519Z] Successfully uninstalled requests-2.23.0 [2021-01-18T03:16:56.519Z] Running setup.py install for PyYAML: started [2021-01-18T03:16:57.095Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T03:16:57.095Z] Running setup.py install for docopt: started [2021-01-18T03:16:57.673Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T03:16:57.673Z] Running setup.py install for dockerpty: started [2021-01-18T03:16:58.248Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T03:16:58.248Z] Running setup.py install for texttable: started [2021-01-18T03:16:58.826Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T03:16:58.826Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-18T03:17:01.436Z] ---> 555ec4544f55 [2021-01-18T03:17:01.436Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T03:17:01.436Z] ---> bece096d8bfb [2021-01-18T03:17:01.436Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T03:17:01.436Z] ---> 11e83141c031 [2021-01-18T03:17:01.436Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T03:17:01.436Z] ---> 6d7e7561b58b [2021-01-18T03:17:01.436Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T03:17:01.436Z] ---> 225cee079983 [2021-01-18T03:17:01.436Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T03:17:01.436Z] ---> Running in af79ba806e42 [2021-01-18T03:17:01.436Z] ---> Running in 85cf062b0f37 [2021-01-18T03:17:01.436Z] ---> Running in b4877c8da15c [2021-01-18T03:17:01.436Z] ---> Running in 658b77f272e8 [2021-01-18T03:17:01.436Z] ---> Running in 7bb81bd08aa3 [2021-01-18T03:17:02.157Z] Removing intermediate container 6b2b7708dad6 [2021-01-18T03:17:02.157Z] ---> 1a7afc08e95e [2021-01-18T03:17:02.157Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T03:17:02.157Z] ---> Running in c3ba6928fdc1 [2021-01-18T03:17:02.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:17:02.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:17:02.685Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T03:17:02.955Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T03:17:02.955Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T03:17:02.955Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:17:02.955Z] OK: 72 MiB in 58 packages [2021-01-18T03:17:03.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-18T03:17:03.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-18T03:17:03.534Z] Removing intermediate container c3ba6928fdc1 [2021-01-18T03:17:03.534Z] ---> 701250e20f1d [2021-01-18T03:17:03.534Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T03:17:03.534Z] ---> Running in 0a69585f9869 [2021-01-18T03:17:03.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-18T03:17:03.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-18T03:17:03.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-command/core-command ./cmd/core-command [2021-01-18T03:17:03.800Z] Removing intermediate container 0a69585f9869 [2021-01-18T03:17:03.800Z] ---> 83255f4485a6 [2021-01-18T03:17:03.800Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:17:03.800Z] ---> Running in 34dd1d2b696d [2021-01-18T03:17:03.800Z] Removing intermediate container 34dd1d2b696d [2021-01-18T03:17:03.800Z] ---> 7bed5288a44d [2021-01-18T03:17:03.800Z] Step 24/26 : LABEL arch=x86_64 [2021-01-18T03:17:04.064Z] ---> Running in 022afbeb6be3 [2021-01-18T03:17:04.064Z] Removing intermediate container 022afbeb6be3 [2021-01-18T03:17:04.064Z] ---> d13970d9ac47 [2021-01-18T03:17:04.064Z] Step 25/26 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:04.329Z] ---> Running in 183240aaf1cf [2021-01-18T03:17:04.329Z] Removing intermediate container 183240aaf1cf [2021-01-18T03:17:04.329Z] ---> d00e3610383a [2021-01-18T03:17:04.329Z] Step 26/26 : LABEL version=2.0.0-dev.43 [2021-01-18T03:17:04.594Z] ---> Running in 53b20d20a816 [2021-01-18T03:17:04.594Z] Removing intermediate container 53b20d20a816 [2021-01-18T03:17:04.594Z] ---> 8fc290d73cd5 [2021-01-18T03:17:04.594Z] [2021-01-18T03:17:04.858Z] Successfully built 8fc290d73cd5 [2021-01-18T03:17:04.858Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-18T03:17:05.133Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-18T03:17:05.160Z] $ docker stop --time=1 d5c70776c7e54c8f1b6e89a21c8ee0b4d72e8ac0845930b682d6f13b72fd2310 [2021-01-18T03:17:06.778Z] $ docker rm -f d5c70776c7e54c8f1b6e89a21c8ee0b4d72e8ac0845930b682d6f13b72fd2310 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T03:17:07.357Z] + docker images [2021-01-18T03:17:07.357Z] + grep docker [2021-01-18T03:17:07.357Z] docker-sys-mgmt-agent-go latest 8fc290d73cd5 3 seconds ago 313MB [2021-01-18T03:17:07.357Z] docker-core-data-go latest 28cf30b4f27c 31 seconds ago 22.3MB [2021-01-18T03:17:07.357Z] docker-support-notifications-go latest 528184d44af6 50 seconds ago 12MB [2021-01-18T03:17:07.357Z] docker-support-scheduler-go latest 106fbcabd9b3 About a minute ago 10.7MB [2021-01-18T03:17:07.357Z] docker-security-secretstore-setup-go latest d2676fca979f About a minute ago 24.6MB [2021-01-18T03:17:07.357Z] docker-security-bootstrap-redis-go latest 7af803a8a56a 2 minutes ago 15.8MB [2021-01-18T03:17:07.357Z] docker-security-proxy-setup-go latest 49dd416556fc 2 minutes ago 24.4MB [2021-01-18T03:17:07.357Z] docker-core-metadata-go latest 2b9874e69d89 2 minutes ago 13.1MB [2021-01-18T03:17:07.357Z] docker-core-command-go latest 7010a60c5b39 2 minutes ago 10.6MB [2021-01-18T03:17:07.357Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T03:17:07.917Z] provisioning config files... [2021-01-18T03:17:07.965Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/302@tmp/config6768343854801995476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:17:08.344Z] ---> docker-login.sh [2021-01-18T03:17:08.344Z] nexus3.edgexfoundry.org:10001 [2021-01-18T03:17:08.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:17:08.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:17:08.607Z] Configure a credential helper to remove this warning. See [2021-01-18T03:17:08.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:17:08.607Z] [2021-01-18T03:17:08.607Z] Login Succeeded [2021-01-18T03:17:08.607Z] nexus3.edgexfoundry.org:10002 [2021-01-18T03:17:08.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:17:08.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:17:08.607Z] Configure a credential helper to remove this warning. See [2021-01-18T03:17:08.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:17:08.607Z] [2021-01-18T03:17:08.607Z] Login Succeeded [2021-01-18T03:17:08.607Z] nexus3.edgexfoundry.org:10003 [2021-01-18T03:17:08.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:17:08.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:17:08.871Z] Configure a credential helper to remove this warning. See [2021-01-18T03:17:08.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:17:08.871Z] [2021-01-18T03:17:08.871Z] Login Succeeded [2021-01-18T03:17:08.871Z] nexus3.edgexfoundry.org:10004 [2021-01-18T03:17:09.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:17:09.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:17:09.135Z] Configure a credential helper to remove this warning. See [2021-01-18T03:17:09.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:17:09.135Z] [2021-01-18T03:17:09.135Z] Login Succeeded [2021-01-18T03:17:09.135Z] docker.io [2021-01-18T03:17:09.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:17:09.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:17:09.710Z] Configure a credential helper to remove this warning. See [2021-01-18T03:17:09.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:17:09.710Z] [2021-01-18T03:17:09.710Z] Login Succeeded [2021-01-18T03:17:09.710Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T03:17:09.721Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:09.989Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-18T03:17:09.989Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:09.989Z] 2.0.0-dev.43 [2021-01-18T03:17:09.989Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:09.989Z] master [2021-01-18T03:17:09.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:10.616Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:10.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:10.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-18T03:17:10.925Z] 43cc0628c5c5: Preparing [2021-01-18T03:17:10.925Z] 2a6b0b4bd810: Preparing [2021-01-18T03:17:10.925Z] efae4c36b968: Preparing [2021-01-18T03:17:11.191Z] 43cc0628c5c5: Pushed [2021-01-18T03:17:11.191Z] efae4c36b968: Pushed [2021-01-18T03:17:12.139Z] 2a6b0b4bd810: Pushed [2021-01-18T03:17:12.139Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:5e2a001895326f91b444548d9fde7bdce9031b58ce6e41f8ae71cecd65eff95c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:12.474Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:12.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.43 [2021-01-18T03:17:12.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-18T03:17:12.785Z] 43cc0628c5c5: Preparing [2021-01-18T03:17:12.785Z] 2a6b0b4bd810: Preparing [2021-01-18T03:17:12.785Z] efae4c36b968: Preparing [2021-01-18T03:17:12.785Z] 43cc0628c5c5: Layer already exists [2021-01-18T03:17:12.786Z] efae4c36b968: Layer already exists [2021-01-18T03:17:12.786Z] 2a6b0b4bd810: Layer already exists [2021-01-18T03:17:12.786Z] 2.0.0-dev.43: digest: sha256:5e2a001895326f91b444548d9fde7bdce9031b58ce6e41f8ae71cecd65eff95c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:13.102Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:13.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:13.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-18T03:17:13.406Z] 43cc0628c5c5: Preparing [2021-01-18T03:17:13.406Z] 2a6b0b4bd810: Preparing [2021-01-18T03:17:13.406Z] efae4c36b968: Preparing [2021-01-18T03:17:13.406Z] 2a6b0b4bd810: Layer already exists [2021-01-18T03:17:13.406Z] efae4c36b968: Layer already exists [2021-01-18T03:17:13.406Z] 43cc0628c5c5: Layer already exists [2021-01-18T03:17:13.406Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:5e2a001895326f91b444548d9fde7bdce9031b58ce6e41f8ae71cecd65eff95c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:13.718Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:14.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-18T03:17:14.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-18T03:17:14.058Z] 43cc0628c5c5: Preparing [2021-01-18T03:17:14.058Z] 2a6b0b4bd810: Preparing [2021-01-18T03:17:14.058Z] efae4c36b968: Preparing [2021-01-18T03:17:14.058Z] efae4c36b968: Layer already exists [2021-01-18T03:17:14.058Z] 2a6b0b4bd810: Layer already exists [2021-01-18T03:17:14.058Z] 43cc0628c5c5: Layer already exists [2021-01-18T03:17:14.058Z] master: digest: sha256:5e2a001895326f91b444548d9fde7bdce9031b58ce6e41f8ae71cecd65eff95c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:14.246Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:14.295Z] taggedImages: [2021-01-18T03:17:14.295Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:14.295Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.43 [2021-01-18T03:17:14.295Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:14.295Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-18T03:17:14.392Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-18T03:17:14.392Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:14.392Z] 2.0.0-dev.43 [2021-01-18T03:17:14.392Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:14.392Z] master [2021-01-18T03:17:14.392Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:14.868Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:15.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:15.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-18T03:17:15.175Z] de1376e27e5a: Preparing [2021-01-18T03:17:15.175Z] 1d2d715dd49a: Preparing [2021-01-18T03:17:15.175Z] efae4c36b968: Preparing [2021-01-18T03:17:15.175Z] e624da530004: Preparing [2021-01-18T03:17:15.175Z] b7cfcec86749: Preparing [2021-01-18T03:17:15.175Z] 777b2c648970: Preparing [2021-01-18T03:17:15.175Z] 777b2c648970: Waiting [2021-01-18T03:17:15.175Z] efae4c36b968: Layer already exists [2021-01-18T03:17:15.175Z] 777b2c648970: Layer already exists [2021-01-18T03:17:15.437Z] de1376e27e5a: Pushed [2021-01-18T03:17:15.437Z] b7cfcec86749: Pushed [2021-01-18T03:17:15.437Z] e624da530004: Pushed [2021-01-18T03:17:16.829Z] 1d2d715dd49a: Pushed [2021-01-18T03:17:16.829Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:b22740b30f0621d7b7a471d8d076825124170e7d2d06fa7e514a838a5e182038 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:17.142Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:17.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.43 [2021-01-18T03:17:17.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-18T03:17:17.447Z] de1376e27e5a: Preparing [2021-01-18T03:17:17.447Z] 1d2d715dd49a: Preparing [2021-01-18T03:17:17.447Z] efae4c36b968: Preparing [2021-01-18T03:17:17.447Z] e624da530004: Preparing [2021-01-18T03:17:17.447Z] b7cfcec86749: Preparing [2021-01-18T03:17:17.447Z] 777b2c648970: Preparing [2021-01-18T03:17:17.447Z] 777b2c648970: Waiting [2021-01-18T03:17:17.447Z] e624da530004: Layer already exists [2021-01-18T03:17:17.447Z] de1376e27e5a: Layer already exists [2021-01-18T03:17:17.447Z] 1d2d715dd49a: Layer already exists [2021-01-18T03:17:17.447Z] b7cfcec86749: Layer already exists [2021-01-18T03:17:17.447Z] efae4c36b968: Layer already exists [2021-01-18T03:17:17.447Z] 777b2c648970: Layer already exists [2021-01-18T03:17:17.447Z] 2.0.0-dev.43: digest: sha256:b22740b30f0621d7b7a471d8d076825124170e7d2d06fa7e514a838a5e182038 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:17.759Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:18.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:18.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-18T03:17:18.066Z] de1376e27e5a: Preparing [2021-01-18T03:17:18.066Z] 1d2d715dd49a: Preparing [2021-01-18T03:17:18.066Z] efae4c36b968: Preparing [2021-01-18T03:17:18.066Z] e624da530004: Preparing [2021-01-18T03:17:18.066Z] b7cfcec86749: Preparing [2021-01-18T03:17:18.066Z] 777b2c648970: Preparing [2021-01-18T03:17:18.066Z] 777b2c648970: Waiting [2021-01-18T03:17:18.066Z] de1376e27e5a: Layer already exists [2021-01-18T03:17:18.066Z] efae4c36b968: Layer already exists [2021-01-18T03:17:18.066Z] b7cfcec86749: Layer already exists [2021-01-18T03:17:18.066Z] e624da530004: Layer already exists [2021-01-18T03:17:18.066Z] 1d2d715dd49a: Layer already exists [2021-01-18T03:17:18.066Z] 777b2c648970: Layer already exists [2021-01-18T03:17:18.066Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:b22740b30f0621d7b7a471d8d076825124170e7d2d06fa7e514a838a5e182038 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:18.382Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:18.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-18T03:17:18.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-18T03:17:18.684Z] de1376e27e5a: Preparing [2021-01-18T03:17:18.684Z] 1d2d715dd49a: Preparing [2021-01-18T03:17:18.684Z] efae4c36b968: Preparing [2021-01-18T03:17:18.684Z] e624da530004: Preparing [2021-01-18T03:17:18.684Z] b7cfcec86749: Preparing [2021-01-18T03:17:18.684Z] 777b2c648970: Preparing [2021-01-18T03:17:18.684Z] 777b2c648970: Waiting [2021-01-18T03:17:18.684Z] 1d2d715dd49a: Layer already exists [2021-01-18T03:17:18.684Z] de1376e27e5a: Layer already exists [2021-01-18T03:17:18.684Z] e624da530004: Layer already exists [2021-01-18T03:17:18.684Z] efae4c36b968: Layer already exists [2021-01-18T03:17:18.684Z] b7cfcec86749: Layer already exists [2021-01-18T03:17:18.684Z] 777b2c648970: Layer already exists [2021-01-18T03:17:18.684Z] master: digest: sha256:b22740b30f0621d7b7a471d8d076825124170e7d2d06fa7e514a838a5e182038 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:18.860Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:18.908Z] taggedImages: [2021-01-18T03:17:18.908Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:18.908Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.43 [2021-01-18T03:17:18.908Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:18.908Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-18T03:17:18.970Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-18T03:17:18.970Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:18.970Z] 2.0.0-dev.43 [2021-01-18T03:17:18.970Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:18.970Z] master [2021-01-18T03:17:18.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:19.471Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:19.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:19.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-18T03:17:19.848Z] 1b416f90bc96: Preparing [2021-01-18T03:17:19.848Z] 9c7a6d0e2a2b: Preparing [2021-01-18T03:17:19.848Z] efae4c36b968: Preparing [2021-01-18T03:17:19.848Z] efae4c36b968: Layer already exists [2021-01-18T03:17:20.130Z] 1b416f90bc96: Pushed [2021-01-18T03:17:21.126Z] 9c7a6d0e2a2b: Pushed [2021-01-18T03:17:21.387Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:2d69d848267dca0495b6592bc8c749d7fd371799ae31f30721766356fda2bd54 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:21.697Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:22.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.43 [2021-01-18T03:17:22.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-18T03:17:22.003Z] 1b416f90bc96: Preparing [2021-01-18T03:17:22.004Z] 9c7a6d0e2a2b: Preparing [2021-01-18T03:17:22.004Z] efae4c36b968: Preparing [2021-01-18T03:17:22.004Z] 9c7a6d0e2a2b: Layer already exists [2021-01-18T03:17:22.004Z] efae4c36b968: Layer already exists [2021-01-18T03:17:22.004Z] 1b416f90bc96: Layer already exists [2021-01-18T03:17:22.004Z] 2.0.0-dev.43: digest: sha256:2d69d848267dca0495b6592bc8c749d7fd371799ae31f30721766356fda2bd54 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:22.313Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:22.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:22.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-18T03:17:22.620Z] 1b416f90bc96: Preparing [2021-01-18T03:17:22.620Z] 9c7a6d0e2a2b: Preparing [2021-01-18T03:17:22.620Z] efae4c36b968: Preparing [2021-01-18T03:17:22.620Z] efae4c36b968: Layer already exists [2021-01-18T03:17:22.620Z] 1b416f90bc96: Layer already exists [2021-01-18T03:17:22.620Z] 9c7a6d0e2a2b: Layer already exists [2021-01-18T03:17:22.620Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:2d69d848267dca0495b6592bc8c749d7fd371799ae31f30721766356fda2bd54 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:22.930Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:24.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-18T03:17:24.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-18T03:17:24.184Z] 1b416f90bc96: Preparing [2021-01-18T03:17:24.184Z] 9c7a6d0e2a2b: Preparing [2021-01-18T03:17:24.184Z] efae4c36b968: Preparing [2021-01-18T03:17:24.184Z] 1b416f90bc96: Layer already exists [2021-01-18T03:17:24.184Z] efae4c36b968: Layer already exists [2021-01-18T03:17:24.184Z] 9c7a6d0e2a2b: Layer already exists [2021-01-18T03:17:24.184Z] master: digest: sha256:2d69d848267dca0495b6592bc8c749d7fd371799ae31f30721766356fda2bd54 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:24.373Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:24.418Z] taggedImages: [2021-01-18T03:17:24.418Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:24.418Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.43 [2021-01-18T03:17:24.418Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:24.418Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-18T03:17:24.525Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-18T03:17:24.525Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:24.525Z] 2.0.0-dev.43 [2021-01-18T03:17:24.525Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:24.525Z] master [2021-01-18T03:17:24.525Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:24.994Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:25.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:25.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-18T03:17:25.294Z] 329bc8eac7b6: Preparing [2021-01-18T03:17:25.294Z] 4f508b40320a: Preparing [2021-01-18T03:17:25.294Z] 7e2cf2a4a683: Preparing [2021-01-18T03:17:25.294Z] f6987b9f30a1: Preparing [2021-01-18T03:17:25.294Z] efae4c36b968: Preparing [2021-01-18T03:17:25.294Z] 3744488e809e: Preparing [2021-01-18T03:17:25.294Z] 777b2c648970: Preparing [2021-01-18T03:17:25.294Z] 3744488e809e: Waiting [2021-01-18T03:17:25.294Z] 777b2c648970: Waiting [2021-01-18T03:17:25.295Z] efae4c36b968: Layer already exists [2021-01-18T03:17:25.556Z] 329bc8eac7b6: Pushed [2021-01-18T03:17:25.556Z] 7e2cf2a4a683: Pushed [2021-01-18T03:17:25.556Z] 4f508b40320a: Pushed [2021-01-18T03:17:25.556Z] 777b2c648970: Layer already exists [2021-01-18T03:17:25.818Z] 3744488e809e: Pushed [2021-01-18T03:17:26.080Z] f6987b9f30a1: Pushed [2021-01-18T03:17:26.343Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:d78df60dda7b1f3383dc4c0d36dd0f68de932d295bd9197372ec61508aac64ce size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:26.652Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:26.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.43 [2021-01-18T03:17:26.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-18T03:17:26.955Z] 329bc8eac7b6: Preparing [2021-01-18T03:17:26.955Z] 4f508b40320a: Preparing [2021-01-18T03:17:26.955Z] 7e2cf2a4a683: Preparing [2021-01-18T03:17:26.955Z] f6987b9f30a1: Preparing [2021-01-18T03:17:26.955Z] efae4c36b968: Preparing [2021-01-18T03:17:26.955Z] 3744488e809e: Preparing [2021-01-18T03:17:26.955Z] 777b2c648970: Preparing [2021-01-18T03:17:26.955Z] 3744488e809e: Waiting [2021-01-18T03:17:26.955Z] 777b2c648970: Waiting [2021-01-18T03:17:26.955Z] efae4c36b968: Layer already exists [2021-01-18T03:17:26.955Z] 329bc8eac7b6: Layer already exists [2021-01-18T03:17:26.955Z] 4f508b40320a: Layer already exists [2021-01-18T03:17:26.955Z] f6987b9f30a1: Layer already exists [2021-01-18T03:17:26.955Z] 7e2cf2a4a683: Layer already exists [2021-01-18T03:17:26.955Z] 3744488e809e: Layer already exists [2021-01-18T03:17:26.955Z] 777b2c648970: Layer already exists [2021-01-18T03:17:26.955Z] 2.0.0-dev.43: digest: sha256:d78df60dda7b1f3383dc4c0d36dd0f68de932d295bd9197372ec61508aac64ce size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:27.262Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:27.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:27.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-18T03:17:27.563Z] 329bc8eac7b6: Preparing [2021-01-18T03:17:27.563Z] 4f508b40320a: Preparing [2021-01-18T03:17:27.563Z] 7e2cf2a4a683: Preparing [2021-01-18T03:17:27.563Z] f6987b9f30a1: Preparing [2021-01-18T03:17:27.563Z] efae4c36b968: Preparing [2021-01-18T03:17:27.563Z] 3744488e809e: Preparing [2021-01-18T03:17:27.563Z] 777b2c648970: Preparing [2021-01-18T03:17:27.563Z] 3744488e809e: Waiting [2021-01-18T03:17:27.563Z] 777b2c648970: Waiting [2021-01-18T03:17:27.563Z] 7e2cf2a4a683: Layer already exists [2021-01-18T03:17:27.563Z] efae4c36b968: Layer already exists [2021-01-18T03:17:27.563Z] f6987b9f30a1: Layer already exists [2021-01-18T03:17:27.563Z] 329bc8eac7b6: Layer already exists [2021-01-18T03:17:27.563Z] 4f508b40320a: Layer already exists [2021-01-18T03:17:27.563Z] 3744488e809e: Layer already exists [2021-01-18T03:17:27.563Z] 777b2c648970: Layer already exists [2021-01-18T03:17:27.563Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:d78df60dda7b1f3383dc4c0d36dd0f68de932d295bd9197372ec61508aac64ce size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:27.881Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:28.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-18T03:17:28.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-18T03:17:28.182Z] 329bc8eac7b6: Preparing [2021-01-18T03:17:28.182Z] 4f508b40320a: Preparing [2021-01-18T03:17:28.182Z] 7e2cf2a4a683: Preparing [2021-01-18T03:17:28.182Z] f6987b9f30a1: Preparing [2021-01-18T03:17:28.182Z] efae4c36b968: Preparing [2021-01-18T03:17:28.182Z] 3744488e809e: Preparing [2021-01-18T03:17:28.182Z] 777b2c648970: Preparing [2021-01-18T03:17:28.182Z] 777b2c648970: Waiting [2021-01-18T03:17:28.182Z] 3744488e809e: Waiting [2021-01-18T03:17:28.182Z] efae4c36b968: Layer already exists [2021-01-18T03:17:28.182Z] 4f508b40320a: Layer already exists [2021-01-18T03:17:28.182Z] f6987b9f30a1: Layer already exists [2021-01-18T03:17:28.182Z] 7e2cf2a4a683: Layer already exists [2021-01-18T03:17:28.182Z] 329bc8eac7b6: Layer already exists [2021-01-18T03:17:28.182Z] 777b2c648970: Layer already exists [2021-01-18T03:17:28.182Z] 3744488e809e: Layer already exists [2021-01-18T03:17:28.182Z] master: digest: sha256:d78df60dda7b1f3383dc4c0d36dd0f68de932d295bd9197372ec61508aac64ce size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:28.352Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:28.396Z] taggedImages: [2021-01-18T03:17:28.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:28.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.43 [2021-01-18T03:17:28.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:28.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-18T03:17:28.454Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-18T03:17:28.454Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:28.454Z] 2.0.0-dev.43 [2021-01-18T03:17:28.454Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:28.454Z] master [2021-01-18T03:17:28.454Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:28.920Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:29.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:29.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-18T03:17:29.228Z] bf632f638a3d: Preparing [2021-01-18T03:17:29.228Z] 8ea5fa40076f: Preparing [2021-01-18T03:17:29.228Z] 618d2a9024e5: Preparing [2021-01-18T03:17:29.228Z] e2356c98d938: Preparing [2021-01-18T03:17:29.228Z] 92096e44e34a: Preparing [2021-01-18T03:17:29.228Z] 777b2c648970: Preparing [2021-01-18T03:17:29.228Z] 777b2c648970: Waiting [2021-01-18T03:17:29.490Z] 618d2a9024e5: Pushed [2021-01-18T03:17:29.490Z] e2356c98d938: Pushed [2021-01-18T03:17:29.491Z] 777b2c648970: Layer already exists [2021-01-18T03:17:29.753Z] 92096e44e34a: Pushed [2021-01-18T03:17:30.015Z] bf632f638a3d: Pushed [2021-01-18T03:17:30.277Z] 8ea5fa40076f: Pushed [2021-01-18T03:17:30.540Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:06f239af6949df8b0af7ee5fe3787de5a726aff51564d8a5aef890da1405f2f2 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:30.850Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:31.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.43 [2021-01-18T03:17:31.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-18T03:17:31.167Z] bf632f638a3d: Preparing [2021-01-18T03:17:31.167Z] 8ea5fa40076f: Preparing [2021-01-18T03:17:31.167Z] 618d2a9024e5: Preparing [2021-01-18T03:17:31.167Z] e2356c98d938: Preparing [2021-01-18T03:17:31.167Z] 92096e44e34a: Preparing [2021-01-18T03:17:31.167Z] 777b2c648970: Preparing [2021-01-18T03:17:31.167Z] 777b2c648970: Waiting [2021-01-18T03:17:31.167Z] 92096e44e34a: Layer already exists [2021-01-18T03:17:31.167Z] 618d2a9024e5: Layer already exists [2021-01-18T03:17:31.167Z] 8ea5fa40076f: Layer already exists [2021-01-18T03:17:31.167Z] e2356c98d938: Layer already exists [2021-01-18T03:17:31.167Z] bf632f638a3d: Layer already exists [2021-01-18T03:17:31.167Z] 777b2c648970: Layer already exists [2021-01-18T03:17:31.167Z] 2.0.0-dev.43: digest: sha256:06f239af6949df8b0af7ee5fe3787de5a726aff51564d8a5aef890da1405f2f2 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:31.473Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:31.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:31.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-18T03:17:31.773Z] bf632f638a3d: Preparing [2021-01-18T03:17:31.773Z] 8ea5fa40076f: Preparing [2021-01-18T03:17:31.773Z] 618d2a9024e5: Preparing [2021-01-18T03:17:31.773Z] e2356c98d938: Preparing [2021-01-18T03:17:31.773Z] 92096e44e34a: Preparing [2021-01-18T03:17:31.773Z] 777b2c648970: Preparing [2021-01-18T03:17:31.773Z] 777b2c648970: Waiting [2021-01-18T03:17:31.773Z] 8ea5fa40076f: Layer already exists [2021-01-18T03:17:31.773Z] 618d2a9024e5: Layer already exists [2021-01-18T03:17:31.773Z] 92096e44e34a: Layer already exists [2021-01-18T03:17:31.773Z] e2356c98d938: Layer already exists [2021-01-18T03:17:31.773Z] bf632f638a3d: Layer already exists [2021-01-18T03:17:31.773Z] 777b2c648970: Layer already exists [2021-01-18T03:17:31.773Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:06f239af6949df8b0af7ee5fe3787de5a726aff51564d8a5aef890da1405f2f2 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:32.086Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:32.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-18T03:17:32.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-18T03:17:32.387Z] bf632f638a3d: Preparing [2021-01-18T03:17:32.387Z] 8ea5fa40076f: Preparing [2021-01-18T03:17:32.387Z] 618d2a9024e5: Preparing [2021-01-18T03:17:32.387Z] e2356c98d938: Preparing [2021-01-18T03:17:32.387Z] 92096e44e34a: Preparing [2021-01-18T03:17:32.387Z] 777b2c648970: Preparing [2021-01-18T03:17:32.387Z] 777b2c648970: Waiting [2021-01-18T03:17:32.387Z] 8ea5fa40076f: Layer already exists [2021-01-18T03:17:32.387Z] 92096e44e34a: Layer already exists [2021-01-18T03:17:32.387Z] 618d2a9024e5: Layer already exists [2021-01-18T03:17:32.387Z] bf632f638a3d: Layer already exists [2021-01-18T03:17:32.387Z] e2356c98d938: Layer already exists [2021-01-18T03:17:32.387Z] 777b2c648970: Layer already exists [2021-01-18T03:17:32.387Z] master: digest: sha256:06f239af6949df8b0af7ee5fe3787de5a726aff51564d8a5aef890da1405f2f2 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:32.583Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:32.628Z] taggedImages: [2021-01-18T03:17:32.628Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:32.628Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.43 [2021-01-18T03:17:32.628Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:32.628Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-18T03:17:32.690Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-18T03:17:32.690Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:32.690Z] 2.0.0-dev.43 [2021-01-18T03:17:32.690Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:32.690Z] master [2021-01-18T03:17:32.690Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:33.154Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:33.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:33.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-18T03:17:33.458Z] fe52e23f3067: Preparing [2021-01-18T03:17:33.458Z] b5be4cf9d5aa: Preparing [2021-01-18T03:17:33.458Z] ecda4c75829a: Preparing [2021-01-18T03:17:33.458Z] 298493eb786e: Preparing [2021-01-18T03:17:33.458Z] ffb1f2eba6c2: Preparing [2021-01-18T03:17:33.458Z] 302ba60baeb5: Preparing [2021-01-18T03:17:33.458Z] cabca2f1cfe2: Preparing [2021-01-18T03:17:33.458Z] 796df83b9468: Preparing [2021-01-18T03:17:33.458Z] 777b2c648970: Preparing [2021-01-18T03:17:33.458Z] 302ba60baeb5: Waiting [2021-01-18T03:17:33.458Z] cabca2f1cfe2: Waiting [2021-01-18T03:17:33.458Z] 796df83b9468: Waiting [2021-01-18T03:17:33.458Z] 777b2c648970: Waiting [2021-01-18T03:17:33.720Z] fe52e23f3067: Pushed [2021-01-18T03:17:33.720Z] ffb1f2eba6c2: Pushed [2021-01-18T03:17:33.983Z] b5be4cf9d5aa: Pushed [2021-01-18T03:17:33.983Z] cabca2f1cfe2: Pushed [2021-01-18T03:17:33.983Z] 302ba60baeb5: Pushed [2021-01-18T03:17:33.983Z] 777b2c648970: Layer already exists [2021-01-18T03:17:34.558Z] 796df83b9468: Pushed [2021-01-18T03:17:34.558Z] 298493eb786e: Pushed [2021-01-18T03:17:34.558Z] ecda4c75829a: Pushed [2021-01-18T03:17:34.558Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:67603411449b3adda3bb27c033411ccc8e37910515084f8588fe380201b12316 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:34.868Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:35.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.43 [2021-01-18T03:17:35.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-18T03:17:35.169Z] fe52e23f3067: Preparing [2021-01-18T03:17:35.169Z] b5be4cf9d5aa: Preparing [2021-01-18T03:17:35.169Z] ecda4c75829a: Preparing [2021-01-18T03:17:35.169Z] 298493eb786e: Preparing [2021-01-18T03:17:35.169Z] ffb1f2eba6c2: Preparing [2021-01-18T03:17:35.169Z] 302ba60baeb5: Preparing [2021-01-18T03:17:35.169Z] cabca2f1cfe2: Preparing [2021-01-18T03:17:35.169Z] 796df83b9468: Preparing [2021-01-18T03:17:35.169Z] 777b2c648970: Preparing [2021-01-18T03:17:35.169Z] 302ba60baeb5: Waiting [2021-01-18T03:17:35.169Z] cabca2f1cfe2: Waiting [2021-01-18T03:17:35.169Z] 796df83b9468: Waiting [2021-01-18T03:17:35.169Z] 777b2c648970: Waiting [2021-01-18T03:17:35.170Z] fe52e23f3067: Layer already exists [2021-01-18T03:17:35.170Z] ffb1f2eba6c2: Layer already exists [2021-01-18T03:17:35.170Z] b5be4cf9d5aa: Layer already exists [2021-01-18T03:17:35.170Z] 298493eb786e: Layer already exists [2021-01-18T03:17:35.170Z] ecda4c75829a: Layer already exists [2021-01-18T03:17:35.170Z] cabca2f1cfe2: Layer already exists [2021-01-18T03:17:35.170Z] 302ba60baeb5: Layer already exists [2021-01-18T03:17:35.170Z] 777b2c648970: Layer already exists [2021-01-18T03:17:35.170Z] 796df83b9468: Layer already exists [2021-01-18T03:17:35.170Z] 2.0.0-dev.43: digest: sha256:67603411449b3adda3bb27c033411ccc8e37910515084f8588fe380201b12316 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:35.473Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:35.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:35.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-18T03:17:35.771Z] fe52e23f3067: Preparing [2021-01-18T03:17:35.771Z] b5be4cf9d5aa: Preparing [2021-01-18T03:17:35.771Z] ecda4c75829a: Preparing [2021-01-18T03:17:35.771Z] 298493eb786e: Preparing [2021-01-18T03:17:35.771Z] ffb1f2eba6c2: Preparing [2021-01-18T03:17:35.771Z] 302ba60baeb5: Preparing [2021-01-18T03:17:35.771Z] cabca2f1cfe2: Preparing [2021-01-18T03:17:35.771Z] 796df83b9468: Preparing [2021-01-18T03:17:35.771Z] 777b2c648970: Preparing [2021-01-18T03:17:35.771Z] 302ba60baeb5: Waiting [2021-01-18T03:17:35.771Z] cabca2f1cfe2: Waiting [2021-01-18T03:17:35.771Z] 796df83b9468: Waiting [2021-01-18T03:17:35.771Z] 777b2c648970: Waiting [2021-01-18T03:17:35.771Z] b5be4cf9d5aa: Layer already exists [2021-01-18T03:17:35.771Z] fe52e23f3067: Layer already exists [2021-01-18T03:17:35.771Z] ecda4c75829a: Layer already exists [2021-01-18T03:17:35.771Z] ffb1f2eba6c2: Layer already exists [2021-01-18T03:17:35.771Z] 298493eb786e: Layer already exists [2021-01-18T03:17:35.771Z] 302ba60baeb5: Layer already exists [2021-01-18T03:17:35.771Z] cabca2f1cfe2: Layer already exists [2021-01-18T03:17:35.771Z] 796df83b9468: Layer already exists [2021-01-18T03:17:35.771Z] 777b2c648970: Layer already exists [2021-01-18T03:17:35.771Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:67603411449b3adda3bb27c033411ccc8e37910515084f8588fe380201b12316 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:36.073Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:36.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-18T03:17:36.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-18T03:17:36.373Z] fe52e23f3067: Preparing [2021-01-18T03:17:36.373Z] b5be4cf9d5aa: Preparing [2021-01-18T03:17:36.373Z] ecda4c75829a: Preparing [2021-01-18T03:17:36.373Z] 298493eb786e: Preparing [2021-01-18T03:17:36.373Z] ffb1f2eba6c2: Preparing [2021-01-18T03:17:36.373Z] 302ba60baeb5: Preparing [2021-01-18T03:17:36.373Z] cabca2f1cfe2: Preparing [2021-01-18T03:17:36.373Z] 796df83b9468: Preparing [2021-01-18T03:17:36.373Z] 777b2c648970: Preparing [2021-01-18T03:17:36.373Z] 302ba60baeb5: Waiting [2021-01-18T03:17:36.373Z] cabca2f1cfe2: Waiting [2021-01-18T03:17:36.373Z] 777b2c648970: Waiting [2021-01-18T03:17:36.373Z] 796df83b9468: Waiting [2021-01-18T03:17:36.373Z] fe52e23f3067: Layer already exists [2021-01-18T03:17:36.373Z] b5be4cf9d5aa: Layer already exists [2021-01-18T03:17:36.373Z] 298493eb786e: Layer already exists [2021-01-18T03:17:36.373Z] ecda4c75829a: Layer already exists [2021-01-18T03:17:36.373Z] ffb1f2eba6c2: Layer already exists [2021-01-18T03:17:36.373Z] cabca2f1cfe2: Layer already exists [2021-01-18T03:17:36.373Z] 777b2c648970: Layer already exists [2021-01-18T03:17:36.373Z] 796df83b9468: Layer already exists [2021-01-18T03:17:36.373Z] 302ba60baeb5: Layer already exists [2021-01-18T03:17:36.373Z] master: digest: sha256:67603411449b3adda3bb27c033411ccc8e37910515084f8588fe380201b12316 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:36.567Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:36.614Z] taggedImages: [2021-01-18T03:17:36.614Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:36.614Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.43 [2021-01-18T03:17:36.614Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:36.614Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-18T03:17:36.714Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-18T03:17:36.714Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:36.714Z] 2.0.0-dev.43 [2021-01-18T03:17:36.714Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:36.714Z] master [2021-01-18T03:17:36.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:37.182Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:37.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:37.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-18T03:17:37.479Z] 70807cd11d51: Preparing [2021-01-18T03:17:37.479Z] 67be970c04fe: Preparing [2021-01-18T03:17:37.479Z] efae4c36b968: Preparing [2021-01-18T03:17:37.479Z] 8e64c3495182: Preparing [2021-01-18T03:17:37.479Z] f2838256bddc: Preparing [2021-01-18T03:17:37.479Z] 403ddd796ef9: Preparing [2021-01-18T03:17:37.479Z] 403ddd796ef9: Waiting [2021-01-18T03:17:37.479Z] efae4c36b968: Layer already exists [2021-01-18T03:17:37.741Z] f2838256bddc: Pushed [2021-01-18T03:17:37.741Z] 8e64c3495182: Pushed [2021-01-18T03:17:37.741Z] 403ddd796ef9: Pushed [2021-01-18T03:17:37.741Z] 70807cd11d51: Pushed [2021-01-18T03:17:38.685Z] 67be970c04fe: Pushed [2021-01-18T03:17:38.685Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:fffae9ebcbac18189ae704aa5c3693c97c4a5632a3aa3b8bd810a61aee2decd7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:39.067Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:39.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.43 [2021-01-18T03:17:39.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-18T03:17:39.404Z] 70807cd11d51: Preparing [2021-01-18T03:17:39.404Z] 67be970c04fe: Preparing [2021-01-18T03:17:39.404Z] efae4c36b968: Preparing [2021-01-18T03:17:39.404Z] 8e64c3495182: Preparing [2021-01-18T03:17:39.404Z] f2838256bddc: Preparing [2021-01-18T03:17:39.404Z] 403ddd796ef9: Preparing [2021-01-18T03:17:39.404Z] 403ddd796ef9: Waiting [2021-01-18T03:17:39.404Z] 8e64c3495182: Layer already exists [2021-01-18T03:17:39.404Z] 67be970c04fe: Layer already exists [2021-01-18T03:17:39.404Z] efae4c36b968: Layer already exists [2021-01-18T03:17:39.404Z] 70807cd11d51: Layer already exists [2021-01-18T03:17:39.404Z] f2838256bddc: Layer already exists [2021-01-18T03:17:39.404Z] 403ddd796ef9: Layer already exists [2021-01-18T03:17:39.404Z] 2.0.0-dev.43: digest: sha256:fffae9ebcbac18189ae704aa5c3693c97c4a5632a3aa3b8bd810a61aee2decd7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:39.743Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:40.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:40.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-18T03:17:40.045Z] 70807cd11d51: Preparing [2021-01-18T03:17:40.045Z] 67be970c04fe: Preparing [2021-01-18T03:17:40.045Z] efae4c36b968: Preparing [2021-01-18T03:17:40.045Z] 8e64c3495182: Preparing [2021-01-18T03:17:40.045Z] f2838256bddc: Preparing [2021-01-18T03:17:40.045Z] 403ddd796ef9: Preparing [2021-01-18T03:17:40.045Z] 403ddd796ef9: Waiting [2021-01-18T03:17:40.045Z] 70807cd11d51: Layer already exists [2021-01-18T03:17:40.045Z] f2838256bddc: Layer already exists [2021-01-18T03:17:40.045Z] 67be970c04fe: Layer already exists [2021-01-18T03:17:40.045Z] 8e64c3495182: Layer already exists [2021-01-18T03:17:40.045Z] efae4c36b968: Layer already exists [2021-01-18T03:17:40.045Z] 403ddd796ef9: Layer already exists [2021-01-18T03:17:40.045Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:fffae9ebcbac18189ae704aa5c3693c97c4a5632a3aa3b8bd810a61aee2decd7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:40.350Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:40.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-18T03:17:40.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-18T03:17:40.652Z] 70807cd11d51: Preparing [2021-01-18T03:17:40.652Z] 67be970c04fe: Preparing [2021-01-18T03:17:40.652Z] efae4c36b968: Preparing [2021-01-18T03:17:40.652Z] 8e64c3495182: Preparing [2021-01-18T03:17:40.652Z] f2838256bddc: Preparing [2021-01-18T03:17:40.652Z] 403ddd796ef9: Preparing [2021-01-18T03:17:40.652Z] 403ddd796ef9: Waiting [2021-01-18T03:17:40.652Z] f2838256bddc: Layer already exists [2021-01-18T03:17:40.652Z] 67be970c04fe: Layer already exists [2021-01-18T03:17:40.652Z] efae4c36b968: Layer already exists [2021-01-18T03:17:40.652Z] 8e64c3495182: Layer already exists [2021-01-18T03:17:40.652Z] 70807cd11d51: Layer already exists [2021-01-18T03:17:40.652Z] 403ddd796ef9: Layer already exists [2021-01-18T03:17:40.652Z] master: digest: sha256:fffae9ebcbac18189ae704aa5c3693c97c4a5632a3aa3b8bd810a61aee2decd7 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:40.826Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:40.870Z] taggedImages: [2021-01-18T03:17:40.870Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:40.870Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.43 [2021-01-18T03:17:40.870Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:40.870Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-18T03:17:40.928Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-18T03:17:40.928Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:40.928Z] 2.0.0-dev.43 [2021-01-18T03:17:40.928Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:40.928Z] master [2021-01-18T03:17:40.928Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:41.483Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:41.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:41.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-18T03:17:41.784Z] 76ec56ef8249: Preparing [2021-01-18T03:17:41.784Z] 34120a40a20e: Preparing [2021-01-18T03:17:41.784Z] efae4c36b968: Preparing [2021-01-18T03:17:41.784Z] efae4c36b968: Layer already exists [2021-01-18T03:17:41.784Z] 76ec56ef8249: Pushed [2021-01-18T03:17:43.177Z] 34120a40a20e: Pushed [2021-01-18T03:17:43.177Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:1db60ff2e9dd27404a33e5ffbddebe01d34e9509ab9f378b985582c77ea17af1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:43.482Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:43.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.43 [2021-01-18T03:17:43.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-18T03:17:43.780Z] 76ec56ef8249: Preparing [2021-01-18T03:17:43.780Z] 34120a40a20e: Preparing [2021-01-18T03:17:43.780Z] efae4c36b968: Preparing [2021-01-18T03:17:43.780Z] 34120a40a20e: Layer already exists [2021-01-18T03:17:43.780Z] 76ec56ef8249: Layer already exists [2021-01-18T03:17:43.780Z] efae4c36b968: Layer already exists [2021-01-18T03:17:43.780Z] 2.0.0-dev.43: digest: sha256:1db60ff2e9dd27404a33e5ffbddebe01d34e9509ab9f378b985582c77ea17af1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:44.085Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:44.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:44.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-18T03:17:44.387Z] 76ec56ef8249: Preparing [2021-01-18T03:17:44.387Z] 34120a40a20e: Preparing [2021-01-18T03:17:44.387Z] efae4c36b968: Preparing [2021-01-18T03:17:44.387Z] 34120a40a20e: Layer already exists [2021-01-18T03:17:44.387Z] efae4c36b968: Layer already exists [2021-01-18T03:17:44.387Z] 76ec56ef8249: Layer already exists [2021-01-18T03:17:44.387Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:1db60ff2e9dd27404a33e5ffbddebe01d34e9509ab9f378b985582c77ea17af1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:44.691Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:44.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-18T03:17:44.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-18T03:17:44.990Z] 76ec56ef8249: Preparing [2021-01-18T03:17:44.990Z] 34120a40a20e: Preparing [2021-01-18T03:17:44.990Z] efae4c36b968: Preparing [2021-01-18T03:17:44.990Z] 34120a40a20e: Layer already exists [2021-01-18T03:17:44.990Z] efae4c36b968: Layer already exists [2021-01-18T03:17:44.990Z] 76ec56ef8249: Layer already exists [2021-01-18T03:17:44.990Z] master: digest: sha256:1db60ff2e9dd27404a33e5ffbddebe01d34e9509ab9f378b985582c77ea17af1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:45.160Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:45.202Z] taggedImages: [2021-01-18T03:17:45.202Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:45.202Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.43 [2021-01-18T03:17:45.202Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:45.202Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-18T03:17:45.263Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-18T03:17:45.263Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:45.263Z] 2.0.0-dev.43 [2021-01-18T03:17:45.263Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:45.263Z] master [2021-01-18T03:17:45.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:45.757Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:46.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:46.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-18T03:17:46.059Z] 9b7cc318c2af: Preparing [2021-01-18T03:17:46.059Z] 3a0f15eed335: Preparing [2021-01-18T03:17:46.059Z] c9b9e9d73ee7: Preparing [2021-01-18T03:17:46.059Z] be8da479b062: Preparing [2021-01-18T03:17:46.059Z] fc7f5553e298: Preparing [2021-01-18T03:17:46.059Z] 923843fcc4f1: Preparing [2021-01-18T03:17:46.059Z] 46558b5273ab: Preparing [2021-01-18T03:17:46.059Z] 0754057c0ad3: Preparing [2021-01-18T03:17:46.059Z] 998cdf262ab1: Preparing [2021-01-18T03:17:46.059Z] 02e56110abd2: Preparing [2021-01-18T03:17:46.059Z] abc36efb885a: Preparing [2021-01-18T03:17:46.059Z] b0b09059f4e1: Preparing [2021-01-18T03:17:46.059Z] bb961f40224b: Preparing [2021-01-18T03:17:46.059Z] f4666769fca7: Preparing [2021-01-18T03:17:46.059Z] 0754057c0ad3: Waiting [2021-01-18T03:17:46.059Z] 998cdf262ab1: Waiting [2021-01-18T03:17:46.059Z] 02e56110abd2: Waiting [2021-01-18T03:17:46.059Z] abc36efb885a: Waiting [2021-01-18T03:17:46.059Z] b0b09059f4e1: Waiting [2021-01-18T03:17:46.059Z] bb961f40224b: Waiting [2021-01-18T03:17:46.059Z] f4666769fca7: Waiting [2021-01-18T03:17:46.059Z] 46558b5273ab: Waiting [2021-01-18T03:17:46.059Z] 923843fcc4f1: Waiting [2021-01-18T03:17:46.325Z] fc7f5553e298: Pushed [2021-01-18T03:17:46.325Z] 9b7cc318c2af: Pushed [2021-01-18T03:17:46.589Z] be8da479b062: Pushed [2021-01-18T03:17:46.589Z] 46558b5273ab: Pushed [2021-01-18T03:17:46.589Z] 0754057c0ad3: Layer already exists [2021-01-18T03:17:46.589Z] 998cdf262ab1: Layer already exists [2021-01-18T03:17:46.589Z] 02e56110abd2: Layer already exists [2021-01-18T03:17:46.589Z] abc36efb885a: Layer already exists [2021-01-18T03:17:46.850Z] b0b09059f4e1: Layer already exists [2021-01-18T03:17:46.850Z] bb961f40224b: Layer already exists [2021-01-18T03:17:46.850Z] f4666769fca7: Layer already exists [2021-01-18T03:17:46.850Z] 3a0f15eed335: Pushed [2021-01-18T03:17:47.424Z] 923843fcc4f1: Pushed [2021-01-18T03:17:50.731Z] c9b9e9d73ee7: Pushed [2021-01-18T03:17:50.731Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:9ec1d7772d9cdb33c3d744b80873f5dcf2442af999e8175ee65100e5e764d2dc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:51.033Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:51.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.43 [2021-01-18T03:17:51.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-18T03:17:51.331Z] 9b7cc318c2af: Preparing [2021-01-18T03:17:51.331Z] 3a0f15eed335: Preparing [2021-01-18T03:17:51.331Z] c9b9e9d73ee7: Preparing [2021-01-18T03:17:51.331Z] be8da479b062: Preparing [2021-01-18T03:17:51.331Z] fc7f5553e298: Preparing [2021-01-18T03:17:51.331Z] 923843fcc4f1: Preparing [2021-01-18T03:17:51.331Z] 46558b5273ab: Preparing [2021-01-18T03:17:51.331Z] 0754057c0ad3: Preparing [2021-01-18T03:17:51.331Z] 998cdf262ab1: Preparing [2021-01-18T03:17:51.331Z] 02e56110abd2: Preparing [2021-01-18T03:17:51.331Z] abc36efb885a: Preparing [2021-01-18T03:17:51.331Z] b0b09059f4e1: Preparing [2021-01-18T03:17:51.331Z] bb961f40224b: Preparing [2021-01-18T03:17:51.331Z] f4666769fca7: Preparing [2021-01-18T03:17:51.331Z] 923843fcc4f1: Waiting [2021-01-18T03:17:51.331Z] 46558b5273ab: Waiting [2021-01-18T03:17:51.331Z] 0754057c0ad3: Waiting [2021-01-18T03:17:51.331Z] 998cdf262ab1: Waiting [2021-01-18T03:17:51.331Z] 02e56110abd2: Waiting [2021-01-18T03:17:51.331Z] abc36efb885a: Waiting [2021-01-18T03:17:51.331Z] b0b09059f4e1: Waiting [2021-01-18T03:17:51.331Z] bb961f40224b: Waiting [2021-01-18T03:17:51.331Z] f4666769fca7: Waiting [2021-01-18T03:17:51.331Z] 3a0f15eed335: Layer already exists [2021-01-18T03:17:51.331Z] be8da479b062: Layer already exists [2021-01-18T03:17:51.331Z] 9b7cc318c2af: Layer already exists [2021-01-18T03:17:51.331Z] fc7f5553e298: Layer already exists [2021-01-18T03:17:51.331Z] c9b9e9d73ee7: Layer already exists [2021-01-18T03:17:51.331Z] 923843fcc4f1: Layer already exists [2021-01-18T03:17:51.331Z] 46558b5273ab: Layer already exists [2021-01-18T03:17:51.331Z] 02e56110abd2: Layer already exists [2021-01-18T03:17:51.331Z] 998cdf262ab1: Layer already exists [2021-01-18T03:17:51.331Z] 0754057c0ad3: Layer already exists [2021-01-18T03:17:51.331Z] b0b09059f4e1: Layer already exists [2021-01-18T03:17:51.331Z] abc36efb885a: Layer already exists [2021-01-18T03:17:51.331Z] bb961f40224b: Layer already exists [2021-01-18T03:17:51.331Z] f4666769fca7: Layer already exists [2021-01-18T03:17:51.331Z] 2.0.0-dev.43: digest: sha256:9ec1d7772d9cdb33c3d744b80873f5dcf2442af999e8175ee65100e5e764d2dc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:51.633Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:51.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:51.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-18T03:17:51.929Z] 9b7cc318c2af: Preparing [2021-01-18T03:17:51.929Z] 3a0f15eed335: Preparing [2021-01-18T03:17:51.929Z] c9b9e9d73ee7: Preparing [2021-01-18T03:17:51.929Z] be8da479b062: Preparing [2021-01-18T03:17:51.929Z] fc7f5553e298: Preparing [2021-01-18T03:17:51.929Z] 923843fcc4f1: Preparing [2021-01-18T03:17:51.929Z] 46558b5273ab: Preparing [2021-01-18T03:17:51.929Z] 0754057c0ad3: Preparing [2021-01-18T03:17:51.929Z] 998cdf262ab1: Preparing [2021-01-18T03:17:51.929Z] 02e56110abd2: Preparing [2021-01-18T03:17:51.929Z] abc36efb885a: Preparing [2021-01-18T03:17:51.929Z] b0b09059f4e1: Preparing [2021-01-18T03:17:51.929Z] bb961f40224b: Preparing [2021-01-18T03:17:51.929Z] f4666769fca7: Preparing [2021-01-18T03:17:51.929Z] 923843fcc4f1: Waiting [2021-01-18T03:17:51.929Z] 46558b5273ab: Waiting [2021-01-18T03:17:51.929Z] 02e56110abd2: Waiting [2021-01-18T03:17:51.929Z] abc36efb885a: Waiting [2021-01-18T03:17:51.929Z] b0b09059f4e1: Waiting [2021-01-18T03:17:51.929Z] 0754057c0ad3: Waiting [2021-01-18T03:17:51.929Z] 998cdf262ab1: Waiting [2021-01-18T03:17:51.929Z] bb961f40224b: Waiting [2021-01-18T03:17:51.929Z] f4666769fca7: Waiting [2021-01-18T03:17:51.929Z] fc7f5553e298: Layer already exists [2021-01-18T03:17:51.929Z] 9b7cc318c2af: Layer already exists [2021-01-18T03:17:51.929Z] be8da479b062: Layer already exists [2021-01-18T03:17:51.929Z] c9b9e9d73ee7: Layer already exists [2021-01-18T03:17:51.929Z] 3a0f15eed335: Layer already exists [2021-01-18T03:17:51.929Z] 923843fcc4f1: Layer already exists [2021-01-18T03:17:51.929Z] 46558b5273ab: Layer already exists [2021-01-18T03:17:51.929Z] 998cdf262ab1: Layer already exists [2021-01-18T03:17:51.929Z] 0754057c0ad3: Layer already exists [2021-01-18T03:17:51.929Z] 02e56110abd2: Layer already exists [2021-01-18T03:17:51.929Z] b0b09059f4e1: Layer already exists [2021-01-18T03:17:51.929Z] abc36efb885a: Layer already exists [2021-01-18T03:17:51.929Z] bb961f40224b: Layer already exists [2021-01-18T03:17:51.929Z] f4666769fca7: Layer already exists [2021-01-18T03:17:51.929Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:9ec1d7772d9cdb33c3d744b80873f5dcf2442af999e8175ee65100e5e764d2dc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:52.232Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:17:52.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-18T03:17:52.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-18T03:17:52.528Z] 9b7cc318c2af: Preparing [2021-01-18T03:17:52.528Z] 3a0f15eed335: Preparing [2021-01-18T03:17:52.528Z] c9b9e9d73ee7: Preparing [2021-01-18T03:17:52.528Z] be8da479b062: Preparing [2021-01-18T03:17:52.528Z] fc7f5553e298: Preparing [2021-01-18T03:17:52.528Z] 923843fcc4f1: Preparing [2021-01-18T03:17:52.528Z] 46558b5273ab: Preparing [2021-01-18T03:17:52.528Z] 0754057c0ad3: Preparing [2021-01-18T03:17:52.528Z] 998cdf262ab1: Preparing [2021-01-18T03:17:52.528Z] 02e56110abd2: Preparing [2021-01-18T03:17:52.528Z] abc36efb885a: Preparing [2021-01-18T03:17:52.528Z] b0b09059f4e1: Preparing [2021-01-18T03:17:52.528Z] bb961f40224b: Preparing [2021-01-18T03:17:52.528Z] f4666769fca7: Preparing [2021-01-18T03:17:52.528Z] 998cdf262ab1: Waiting [2021-01-18T03:17:52.528Z] 02e56110abd2: Waiting [2021-01-18T03:17:52.528Z] abc36efb885a: Waiting [2021-01-18T03:17:52.528Z] b0b09059f4e1: Waiting [2021-01-18T03:17:52.528Z] f4666769fca7: Waiting [2021-01-18T03:17:52.528Z] bb961f40224b: Waiting [2021-01-18T03:17:52.528Z] 46558b5273ab: Waiting [2021-01-18T03:17:52.528Z] 0754057c0ad3: Waiting [2021-01-18T03:17:52.528Z] 923843fcc4f1: Waiting [2021-01-18T03:17:52.528Z] be8da479b062: Layer already exists [2021-01-18T03:17:52.528Z] 9b7cc318c2af: Layer already exists [2021-01-18T03:17:52.528Z] fc7f5553e298: Layer already exists [2021-01-18T03:17:52.528Z] 3a0f15eed335: Layer already exists [2021-01-18T03:17:52.528Z] c9b9e9d73ee7: Layer already exists [2021-01-18T03:17:52.528Z] 998cdf262ab1: Layer already exists [2021-01-18T03:17:52.528Z] 0754057c0ad3: Layer already exists [2021-01-18T03:17:52.528Z] 02e56110abd2: Layer already exists [2021-01-18T03:17:52.528Z] 923843fcc4f1: Layer already exists [2021-01-18T03:17:52.528Z] 46558b5273ab: Layer already exists [2021-01-18T03:17:52.528Z] b0b09059f4e1: Layer already exists [2021-01-18T03:17:52.528Z] f4666769fca7: Layer already exists [2021-01-18T03:17:52.528Z] abc36efb885a: Layer already exists [2021-01-18T03:17:52.528Z] bb961f40224b: Layer already exists [2021-01-18T03:17:52.528Z] master: digest: sha256:9ec1d7772d9cdb33c3d744b80873f5dcf2442af999e8175ee65100e5e764d2dc size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:17:52.699Z] ===================================================== [Pipeline] echo [2021-01-18T03:17:52.742Z] taggedImages: [2021-01-18T03:17:52.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:17:52.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.43 [2021-01-18T03:17:52.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:17:52.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-18T03:18:25.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-18T03:18:33.980Z] Removing intermediate container 7bb81bd08aa3 [2021-01-18T03:18:33.980Z] ---> cdc255b4a290 [2021-01-18T03:18:33.980Z] [2021-01-18T03:18:33.980Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T03:18:33.980Z] 3.12: Pulling from library/alpine [2021-01-18T03:18:34.972Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T03:18:34.972Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T03:18:34.972Z] ---> afeebe901d6b [2021-01-18T03:18:34.972Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T03:18:36.965Z] ---> Running in 3510c4f72319 [2021-01-18T03:18:37.243Z] Removing intermediate container 85cf062b0f37 [2021-01-18T03:18:37.243Z] ---> 34552607cb5e [2021-01-18T03:18:37.243Z] [2021-01-18T03:18:37.243Z] Step 10/24 : FROM scratch [2021-01-18T03:18:37.243Z] ---> [2021-01-18T03:18:37.243Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T03:18:37.523Z] Removing intermediate container b4877c8da15c [2021-01-18T03:18:37.523Z] ---> 295e27ef7449 [2021-01-18T03:18:37.523Z] [2021-01-18T03:18:37.523Z] Step 10/21 : FROM scratch [2021-01-18T03:18:37.523Z] ---> [2021-01-18T03:18:37.523Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:18:37.523Z] ---> Running in d52176969b9d [2021-01-18T03:18:37.523Z] Removing intermediate container af79ba806e42 [2021-01-18T03:18:37.523Z] ---> 03f798db8ad3 [2021-01-18T03:18:37.523Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T03:18:37.798Z] Removing intermediate container 658b77f272e8 [2021-01-18T03:18:37.798Z] ---> 385757053c98 [2021-01-18T03:18:37.798Z] [2021-01-18T03:18:37.798Z] Step 10/22 : FROM scratch [2021-01-18T03:18:37.798Z] ---> [2021-01-18T03:18:37.798Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:18:38.089Z] ---> Running in cf64a46aae04 [2021-01-18T03:18:38.089Z] ---> Running in da336eb6a1d8 [2021-01-18T03:18:38.089Z] ---> Running in 8029ad3c06f7 [2021-01-18T03:18:38.384Z] Removing intermediate container d52176969b9d [2021-01-18T03:18:38.384Z] ---> 62afaeb6f0db [2021-01-18T03:18:38.384Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T03:18:38.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:18:38.664Z] ---> Running in 5ad6d984ae70 [2021-01-18T03:18:38.664Z] Removing intermediate container da336eb6a1d8 [2021-01-18T03:18:38.664Z] Removing intermediate container 8029ad3c06f7 [2021-01-18T03:18:38.664Z] ---> f911a775be0a [2021-01-18T03:18:38.664Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T03:18:38.664Z] ---> 3aef492d2927 [2021-01-18T03:18:38.664Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T03:18:38.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:18:38.941Z] ---> Running in 97deed789662 [2021-01-18T03:18:38.941Z] ---> Running in 73b4c90ce6bd [2021-01-18T03:18:39.219Z] Removing intermediate container 5ad6d984ae70 [2021-01-18T03:18:39.219Z] ---> f718faa081f9 [2021-01-18T03:18:39.219Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T03:18:39.501Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T03:18:39.501Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T03:18:39.501Z] ---> Running in c2e90b2635e9 [2021-01-18T03:18:39.501Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T03:18:39.501Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T03:18:39.501Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T03:18:39.501Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:18:39.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-18T03:18:39.501Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T03:18:39.781Z] Removing intermediate container 73b4c90ce6bd [2021-01-18T03:18:39.781Z] ---> 45d7f8fa5c6a [2021-01-18T03:18:39.781Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T03:18:39.781Z] OK: 7 MiB in 19 packages [2021-01-18T03:18:39.781Z] Removing intermediate container 97deed789662 [2021-01-18T03:18:39.781Z] ---> 2fcecc302363 [2021-01-18T03:18:39.781Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T03:18:40.059Z] ---> Running in 14580bc7b91e [2021-01-18T03:18:40.059Z] ---> Running in ee6414ab5c38 [2021-01-18T03:18:40.337Z] Removing intermediate container c2e90b2635e9 [2021-01-18T03:18:40.337Z] ---> 9d27a296f4d2 [2021-01-18T03:18:40.337Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T03:18:40.939Z] Removing intermediate container 14580bc7b91e [2021-01-18T03:18:40.939Z] ---> 8e5054bb8706 [2021-01-18T03:18:40.939Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:18:40.939Z] Removing intermediate container ee6414ab5c38 [2021-01-18T03:18:40.939Z] ---> 8f3e81e335b9 [2021-01-18T03:18:40.939Z] Step 14/22 : WORKDIR / [2021-01-18T03:18:41.219Z] ---> Running in bc3fa92c78a7 [2021-01-18T03:18:42.219Z] ---> f465d718646b [2021-01-18T03:18:42.219Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T03:18:42.219Z] Removing intermediate container bc3fa92c78a7 [2021-01-18T03:18:42.219Z] ---> 7fbe211c953e [2021-01-18T03:18:42.219Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:18:42.219Z] ---> 9b7b2868d757 [2021-01-18T03:18:42.219Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T03:18:42.498Z] Removing intermediate container 3510c4f72319 [2021-01-18T03:18:42.498Z] ---> 078b78a91fff [2021-01-18T03:18:42.499Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T03:18:43.101Z] ---> Running in 396369f82487 [2021-01-18T03:18:43.379Z] ---> 0cd349a2e741 [2021-01-18T03:18:43.379Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T03:18:43.661Z] ---> c7763575e075 [2021-01-18T03:18:43.661Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T03:18:43.661Z] Removing intermediate container 396369f82487 [2021-01-18T03:18:43.661Z] ---> fa4c932861aa [2021-01-18T03:18:43.661Z] Step 13/24 : WORKDIR / [2021-01-18T03:18:43.937Z] Removing intermediate container cf64a46aae04 [2021-01-18T03:18:43.937Z] ---> a99a345f7b37 [2021-01-18T03:18:43.937Z] [2021-01-18T03:18:43.937Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T03:18:43.937Z] 20.10.0: Pulling from library/docker [2021-01-18T03:18:43.937Z] ---> Running in 817b583c996f [2021-01-18T03:18:44.219Z] ---> ef9f30adafcc [2021-01-18T03:18:44.219Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T03:18:45.207Z] Removing intermediate container 817b583c996f [2021-01-18T03:18:45.207Z] ---> 904ccd50812e [2021-01-18T03:18:45.207Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-18T03:18:45.207Z] ---> 1bbaea7d07ce [2021-01-18T03:18:45.207Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T03:18:45.483Z] ---> c27cace31280 [2021-01-18T03:18:45.483Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T03:18:45.483Z] ---> bf15e6a0e763 [2021-01-18T03:18:45.483Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:18:45.755Z] ---> Running in 8433976af208 [2021-01-18T03:18:46.028Z] ---> 12566eced84e [2021-01-18T03:18:46.028Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-18T03:18:46.299Z] ---> f6d0d52117bd [2021-01-18T03:18:46.299Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T03:18:46.587Z] ---> e08374784a0c [2021-01-18T03:18:46.587Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T03:18:46.587Z] ---> Running in 04bb54ab080b [2021-01-18T03:18:46.587Z] Removing intermediate container 8433976af208 [2021-01-18T03:18:46.587Z] ---> ed896cb3fe3c [2021-01-18T03:18:46.587Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:18:46.862Z] ---> Running in ad9ded0c3d74 [2021-01-18T03:18:47.136Z] ---> 6e9f521f5303 [2021-01-18T03:18:47.136Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T03:18:47.136Z] Removing intermediate container 04bb54ab080b [2021-01-18T03:18:47.136Z] ---> aeb79f1bee80 [2021-01-18T03:18:47.136Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:18:47.729Z] ---> Running in 77074680477b [2021-01-18T03:18:47.729Z] Removing intermediate container ad9ded0c3d74 [2021-01-18T03:18:47.729Z] ---> cda380f1396d [2021-01-18T03:18:47.729Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T03:18:48.321Z] ---> Running in c3442e7d7974 [2021-01-18T03:18:48.321Z] ---> 2a9ec881165f [2021-01-18T03:18:48.321Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T03:18:48.594Z] Removing intermediate container 77074680477b [2021-01-18T03:18:48.594Z] ---> cf0fe33ea52f [2021-01-18T03:18:48.594Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T03:18:48.594Z] ---> 816dbaf3dac0 [2021-01-18T03:18:48.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T03:18:49.192Z] ---> Running in d75265a21e6a [2021-01-18T03:18:49.192Z] Removing intermediate container c3442e7d7974 [2021-01-18T03:18:49.192Z] ---> e45ec8a742bc [2021-01-18T03:18:49.192Z] Step 20/21 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:18:49.791Z] ---> 2d316f27799b [2021-01-18T03:18:49.791Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T03:18:49.791Z] ---> Running in 5bad32016df0 [2021-01-18T03:18:50.065Z] Removing intermediate container d75265a21e6a [2021-01-18T03:18:50.065Z] ---> f7edc2f085ac [2021-01-18T03:18:50.065Z] Step 21/22 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:18:50.065Z] ---> 8bb8de8ee31e [2021-01-18T03:18:50.065Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T03:18:50.065Z] ---> Running in 51bb279976d5 [2021-01-18T03:18:50.339Z] ---> Running in 5cdc27450af2 [2021-01-18T03:18:50.614Z] Removing intermediate container 5bad32016df0 [2021-01-18T03:18:50.614Z] ---> 2369a5a2cf5c [2021-01-18T03:18:50.614Z] Step 21/21 : LABEL version=2.0.0-dev.43 [2021-01-18T03:18:50.890Z] Removing intermediate container 51bb279976d5 [2021-01-18T03:18:50.890Z] ---> 35bbe8850865 [2021-01-18T03:18:50.890Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:18:51.489Z] ---> Running in 768082cfcab3 [2021-01-18T03:18:51.489Z] Removing intermediate container 5cdc27450af2 [2021-01-18T03:18:51.489Z] ---> a3669519e5aa [2021-01-18T03:18:51.489Z] Step 22/22 : LABEL version=2.0.0-dev.43 [2021-01-18T03:18:51.968Z] ---> Running in 2a5de7b25b8c [2021-01-18T03:18:51.968Z] ---> 1cd7b5fe32c7 [2021-01-18T03:18:51.968Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T03:18:51.968Z] ---> Running in 53fb719ea414 [2021-01-18T03:18:52.260Z] Removing intermediate container 768082cfcab3 [2021-01-18T03:18:52.260Z] ---> c83aeae37aa2 [2021-01-18T03:18:52.260Z] [2021-01-18T03:18:52.534Z] Removing intermediate container 2a5de7b25b8c [2021-01-18T03:18:52.534Z] ---> 7e522b347c32 [2021-01-18T03:18:52.534Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T03:18:52.825Z] Successfully built c83aeae37aa2 [2021-01-18T03:18:52.825Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-18T03:18:52.825Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-18T03:18:52.825Z] Removing intermediate container 53fb719ea414 [2021-01-18T03:18:52.825Z] ---> cba50920bc66 [2021-01-18T03:18:52.825Z] [2021-01-18T03:18:53.099Z] ---> Running in d1e179db1251 [2021-01-18T03:18:53.375Z] Successfully built cba50920bc66 [2021-01-18T03:18:53.650Z] ---> df3797776bdb [2021-01-18T03:18:53.650Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-18T03:18:53.650Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-18T03:18:53.650Z] Building docker-core-data-go [2021-01-18T03:18:53.922Z]  Building docker-core-command-go ... done Removing intermediate container d1e179db1251 [2021-01-18T03:18:53.922Z] ---> a10ef4dce11b [2021-01-18T03:18:53.922Z] Step 23/24 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:18:54.195Z] ---> Running in 2b889db23c77 [2021-01-18T03:18:54.797Z] ---> Running in 1ae8e769f822 [2021-01-18T03:18:57.580Z] Removing intermediate container 1ae8e769f822 [2021-01-18T03:18:57.581Z] ---> f142e02eed4a [2021-01-18T03:18:57.581Z] Step 24/24 : LABEL version=2.0.0-dev.43 [2021-01-18T03:18:58.580Z] ---> Running in a07c9a2f7282 [2021-01-18T03:18:59.184Z] Removing intermediate container a07c9a2f7282 [2021-01-18T03:18:59.184Z] ---> efef44210a4d [2021-01-18T03:18:59.184Z] [2021-01-18T03:18:59.461Z] Successfully built efef44210a4d [2021-01-18T03:18:59.461Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-18T03:18:59.461Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-18T03:18:59.461Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T03:18:59.461Z] Removing intermediate container 2b889db23c77 [2021-01-18T03:18:59.461Z] ---> b7e589c97786 [2021-01-18T03:18:59.461Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T03:18:59.461Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T03:18:59.461Z] ---> eeaf43b92773 [2021-01-18T03:18:59.461Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T03:18:59.734Z] ---> Running in 276836987cbb [2021-01-18T03:19:00.009Z] ---> Running in 1ccec76ed14c [2021-01-18T03:19:00.289Z] Removing intermediate container 276836987cbb [2021-01-18T03:19:00.289Z] ---> 8401c7ee2ff7 [2021-01-18T03:19:00.289Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T03:19:00.564Z] ---> Running in 93eaf0957ba0 [2021-01-18T03:19:01.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:19:01.163Z] Removing intermediate container 93eaf0957ba0 [2021-01-18T03:19:01.163Z] ---> 01e70d3efa00 [2021-01-18T03:19:01.163Z] Step 23/24 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:19:01.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:19:01.440Z] ---> Running in 124a92946940 [2021-01-18T03:19:01.713Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T03:19:02.014Z] Removing intermediate container 124a92946940 [2021-01-18T03:19:02.014Z] ---> b51332ff899f [2021-01-18T03:19:02.014Z] Step 24/24 : LABEL version=2.0.0-dev.43 [2021-01-18T03:19:02.014Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T03:19:02.014Z] Executing bash-5.0.17-r0.post-install [2021-01-18T03:19:02.014Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:19:02.014Z] OK: 12 MiB in 22 packages [2021-01-18T03:19:02.014Z] ---> Running in e568f56c8322 [2021-01-18T03:19:03.002Z] Removing intermediate container e568f56c8322 [2021-01-18T03:19:03.002Z] ---> bb12260fec3b [2021-01-18T03:19:03.002Z] [2021-01-18T03:19:03.282Z] Successfully built bb12260fec3b [2021-01-18T03:19:03.282Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-18T03:19:03.282Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-18T03:19:03.887Z] Removing intermediate container 1ccec76ed14c [2021-01-18T03:19:03.887Z] ---> 719095d5550d [2021-01-18T03:19:03.887Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T03:19:04.167Z] ---> Running in c618f4edf611 [2021-01-18T03:19:05.152Z] Removing intermediate container c618f4edf611 [2021-01-18T03:19:05.152Z] ---> 7abbe2b6ecbf [2021-01-18T03:19:05.152Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T03:19:05.756Z] ---> Running in 510732d63a45 [2021-01-18T03:19:06.790Z] Removing intermediate container 510732d63a45 [2021-01-18T03:19:06.790Z] ---> cd2d796f9bc7 [2021-01-18T03:19:06.790Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T03:19:07.395Z] ---> Running in 2094dabc5177 [2021-01-18T03:19:08.854Z] Removing intermediate container 2094dabc5177 [2021-01-18T03:19:08.854Z] ---> ef0d2fe21552 [2021-01-18T03:19:08.854Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T03:19:10.844Z] ---> e0f5a28ffad9 [2021-01-18T03:19:10.844Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T03:19:12.295Z] ---> e45d288e7eb1 [2021-01-18T03:19:12.295Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T03:19:13.732Z] ---> 283c34f0cb25 [2021-01-18T03:19:13.732Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T03:19:13.732Z] ---> Running in 96abfb727d7f [2021-01-18T03:19:15.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:19:15.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:19:16.051Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T03:19:16.051Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T03:19:16.051Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T03:19:16.051Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T03:19:16.051Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T03:19:16.051Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T03:19:16.051Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T03:19:18.034Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T03:19:18.034Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T03:19:18.034Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T03:19:18.034Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T03:19:18.034Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T03:19:18.034Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T03:19:18.034Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T03:19:18.309Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T03:19:18.309Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T03:19:18.309Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T03:19:18.309Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T03:19:18.309Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T03:19:18.309Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T03:19:18.309Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T03:19:18.309Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T03:19:18.309Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T03:19:18.586Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T03:19:18.586Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T03:19:18.586Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T03:19:18.586Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T03:19:18.586Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T03:19:18.586Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T03:19:18.586Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T03:19:18.586Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T03:19:18.586Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T03:19:18.586Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T03:19:18.860Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:19:18.860Z] OK: 71 MiB in 55 packages [2021-01-18T03:19:22.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:19:22.428Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:19:22.428Z] ---> 65f137c8dfa0 [2021-01-18T03:19:22.428Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T03:19:22.428Z] ---> Using cache [2021-01-18T03:19:22.428Z] ---> 114604594379 [2021-01-18T03:19:22.428Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:19:22.428Z] ---> Using cache [2021-01-18T03:19:22.428Z] ---> b69a4ae27567 [2021-01-18T03:19:22.428Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T03:19:22.428Z] ---> Using cache [2021-01-18T03:19:22.428Z] ---> 9d35c14b2743 [2021-01-18T03:19:22.428Z] Step 6/22 : COPY go.mod . [2021-01-18T03:19:22.428Z] ---> Using cache [2021-01-18T03:19:22.428Z] ---> 2f36b1bc9dc0 [2021-01-18T03:19:22.428Z] Step 7/22 : RUN go mod download [2021-01-18T03:19:22.428Z] ---> Using cache [2021-01-18T03:19:22.428Z] ---> 63fa4cb7ae93 [2021-01-18T03:19:22.428Z] Step 8/22 : COPY . . [2021-01-18T03:19:22.723Z] ---> Using cache [2021-01-18T03:19:22.723Z] ---> 225cee079983 [2021-01-18T03:19:22.723Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T03:19:23.840Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:19:23.840Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:19:23.840Z] ---> 65f137c8dfa0 [2021-01-18T03:19:23.840Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T03:19:23.840Z] ---> Using cache [2021-01-18T03:19:23.840Z] ---> 114604594379 [2021-01-18T03:19:23.840Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:19:23.840Z] ---> Using cache [2021-01-18T03:19:23.840Z] ---> b69a4ae27567 [2021-01-18T03:19:23.840Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T03:19:24.123Z] ---> Running in 099e78831d37 [2021-01-18T03:19:24.123Z] ---> Running in 63eb49399270 [2021-01-18T03:19:26.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-18T03:19:26.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:19:27.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:19:28.888Z] OK: 217 MiB in 51 packages [2021-01-18T03:19:31.559Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:19:31.559Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:19:31.559Z] ---> 65f137c8dfa0 [2021-01-18T03:19:31.559Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T03:19:31.559Z] ---> Using cache [2021-01-18T03:19:31.559Z] ---> 114604594379 [2021-01-18T03:19:31.559Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:19:31.559Z] ---> Using cache [2021-01-18T03:19:31.559Z] ---> b69a4ae27567 [2021-01-18T03:19:31.559Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T03:19:31.559Z] ---> Using cache [2021-01-18T03:19:31.559Z] ---> 9d35c14b2743 [2021-01-18T03:19:31.559Z] Step 6/22 : COPY go.mod . [2021-01-18T03:19:31.559Z] ---> Using cache [2021-01-18T03:19:31.559Z] ---> 2f36b1bc9dc0 [2021-01-18T03:19:31.559Z] Step 7/22 : RUN go mod download [2021-01-18T03:19:31.559Z] ---> Using cache [2021-01-18T03:19:31.559Z] ---> 63fa4cb7ae93 [2021-01-18T03:19:31.559Z] Step 8/22 : COPY . . [2021-01-18T03:19:31.839Z] ---> Using cache [2021-01-18T03:19:31.839Z] ---> 225cee079983 [2021-01-18T03:19:31.839Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T03:19:32.453Z] ---> Running in 14c6ff32344f [2021-01-18T03:19:33.058Z] Removing intermediate container 099e78831d37 [2021-01-18T03:19:33.058Z] ---> 8a4b75bbb0dc [2021-01-18T03:19:33.058Z] Step 6/23 : COPY go.mod . [2021-01-18T03:19:35.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-18T03:19:35.059Z] ---> 5f91f6a587bf [2021-01-18T03:19:35.059Z] Step 7/23 : RUN go mod download [2021-01-18T03:19:35.343Z] ---> Running in 75df633c14a7 [2021-01-18T03:19:35.626Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T03:19:35.626Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T03:19:35.626Z] ---> 65f137c8dfa0 [2021-01-18T03:19:35.626Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T03:19:35.626Z] ---> Using cache [2021-01-18T03:19:35.626Z] ---> 114604594379 [2021-01-18T03:19:35.626Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:19:35.627Z] ---> Using cache [2021-01-18T03:19:35.627Z] ---> b69a4ae27567 [2021-01-18T03:19:35.627Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T03:19:35.627Z] ---> Using cache [2021-01-18T03:19:35.627Z] ---> 9d35c14b2743 [2021-01-18T03:19:35.627Z] Step 6/21 : COPY go.mod . [2021-01-18T03:19:35.627Z] ---> Using cache [2021-01-18T03:19:35.627Z] ---> 2f36b1bc9dc0 [2021-01-18T03:19:35.627Z] Step 7/21 : RUN go mod download [2021-01-18T03:19:35.627Z] ---> Using cache [2021-01-18T03:19:35.627Z] ---> 63fa4cb7ae93 [2021-01-18T03:19:35.627Z] Step 8/21 : COPY . . [2021-01-18T03:19:36.232Z] ---> Using cache [2021-01-18T03:19:36.232Z] ---> 225cee079983 [2021-01-18T03:19:36.232Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T03:19:36.508Z] Removing intermediate container 96abfb727d7f [2021-01-18T03:19:36.508Z] ---> eee53c18837e [2021-01-18T03:19:36.508Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T03:19:36.782Z] ---> Running in b85d8f03173a [2021-01-18T03:19:37.059Z] ---> Running in 225cbc603a35 [2021-01-18T03:19:39.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-18T03:19:41.089Z] Removing intermediate container 75df633c14a7 [2021-01-18T03:19:41.089Z] ---> 165a6e2b4292 [2021-01-18T03:19:41.089Z] Step 8/23 : COPY . . [2021-01-18T03:19:46.538Z] Collecting docker-compose==1.23.2 [2021-01-18T03:19:46.538Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T03:19:47.140Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T03:19:47.140Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T03:19:51.459Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T03:19:51.459Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T03:19:53.454Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T03:19:53.454Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T03:19:53.454Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-18T03:19:53.454Z] ---> bc65cdd228c0 [2021-01-18T03:19:53.454Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T03:19:53.733Z] ---> Running in c815ec269d99 [2021-01-18T03:19:54.342Z] Collecting PyYAML<4,>=3.10 [2021-01-18T03:19:54.342Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T03:19:55.829Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o cmd/core-data/core-data ./cmd/core-data [2021-01-18T03:20:00.169Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T03:20:00.169Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T03:20:00.446Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T03:20:00.446Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T03:20:03.090Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T03:20:03.090Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T03:20:05.735Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T03:20:05.735Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T03:20:06.013Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T03:20:06.013Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T03:20:06.618Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T03:20:06.618Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T03:20:07.609Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T03:20:07.609Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T03:20:07.609Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-18T03:20:07.887Z] Collecting idna<2.8,>=2.5 [2021-01-18T03:20:07.887Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T03:20:08.164Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-18T03:20:08.164Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T03:20:08.164Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T03:20:08.164Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T03:20:08.164Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T03:20:09.158Z] Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, docopt, cached-property, jsonschema, docker-compose [2021-01-18T03:20:09.158Z] Running setup.py install for dockerpty: started [2021-01-18T03:20:11.803Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T03:20:11.803Z] Attempting uninstall: urllib3 [2021-01-18T03:20:11.803Z] Found existing installation: urllib3 1.25.9 [2021-01-18T03:20:11.803Z] Uninstalling urllib3-1.25.9: [2021-01-18T03:20:12.082Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T03:20:12.688Z] Attempting uninstall: idna [2021-01-18T03:20:12.688Z] Found existing installation: idna 2.9 [2021-01-18T03:20:12.688Z] Uninstalling idna-2.9: [2021-01-18T03:20:12.970Z] Successfully uninstalled idna-2.9 [2021-01-18T03:20:13.966Z] Attempting uninstall: requests [2021-01-18T03:20:13.966Z] Found existing installation: requests 2.23.0 [2021-01-18T03:20:13.966Z] Uninstalling requests-2.23.0: [2021-01-18T03:20:13.966Z] Successfully uninstalled requests-2.23.0 [2021-01-18T03:20:15.960Z] Running setup.py install for PyYAML: started [2021-01-18T03:20:19.374Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T03:20:19.374Z] Running setup.py install for texttable: started [2021-01-18T03:20:22.017Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T03:20:22.017Z] Running setup.py install for docopt: started [2021-01-18T03:20:24.019Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T03:20:26.012Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-18T03:20:32.783Z] Removing intermediate container 225cbc603a35 [2021-01-18T03:20:32.783Z] ---> 0a5b08da7ca0 [2021-01-18T03:20:32.783Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T03:20:32.783Z] ---> Running in 0532c0e01039 [2021-01-18T03:20:34.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:20:34.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:20:35.400Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T03:20:35.401Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T03:20:35.679Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T03:20:35.679Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:20:35.679Z] OK: 71 MiB in 58 packages [2021-01-18T03:20:37.686Z] Removing intermediate container 0532c0e01039 [2021-01-18T03:20:37.686Z] ---> 63fecda54d76 [2021-01-18T03:20:37.686Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T03:20:37.971Z] ---> Running in d7cddbea5f98 [2021-01-18T03:20:38.582Z] Removing intermediate container d7cddbea5f98 [2021-01-18T03:20:38.582Z] ---> 681c40094ee1 [2021-01-18T03:20:38.582Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:20:38.860Z] ---> Running in facc51b9f3f2 [2021-01-18T03:20:39.486Z] Removing intermediate container facc51b9f3f2 [2021-01-18T03:20:39.486Z] ---> 2cd07dcb3762 [2021-01-18T03:20:39.486Z] Step 24/26 : LABEL arch=arm64 [2021-01-18T03:20:39.486Z] ---> Running in 8d34d7f0dbc2 [2021-01-18T03:20:40.484Z] Removing intermediate container 8d34d7f0dbc2 [2021-01-18T03:20:40.484Z] ---> 5c75d00d9a83 [2021-01-18T03:20:40.484Z] Step 25/26 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:20:40.484Z] ---> Running in f64b51f4ae9d [2021-01-18T03:20:41.487Z] Removing intermediate container f64b51f4ae9d [2021-01-18T03:20:41.487Z] ---> 49ba9cd1f409 [2021-01-18T03:20:41.487Z] Step 26/26 : LABEL version=2.0.0-dev.43 [2021-01-18T03:20:41.487Z] ---> Running in 1d8af8c352d9 [2021-01-18T03:20:42.488Z] Removing intermediate container 1d8af8c352d9 [2021-01-18T03:20:42.488Z] ---> dbb43b1f0629 [2021-01-18T03:20:42.488Z] [2021-01-18T03:20:43.093Z] Successfully built dbb43b1f0629 [2021-01-18T03:20:43.093Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-18T03:20:45.750Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 63eb49399270 [2021-01-18T03:20:45.750Z] ---> 41448c22ffca [2021-01-18T03:20:45.750Z] [2021-01-18T03:20:45.750Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T03:20:45.750Z] ---> afeebe901d6b [2021-01-18T03:20:45.750Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T03:20:45.750Z] ---> Using cache [2021-01-18T03:20:45.750Z] ---> 078b78a91fff [2021-01-18T03:20:45.750Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T03:20:45.750Z] ---> Running in ba7627b01f8e [2021-01-18T03:20:46.361Z] Removing intermediate container ba7627b01f8e [2021-01-18T03:20:46.361Z] ---> 3d3d8397106c [2021-01-18T03:20:46.361Z] Step 13/22 : WORKDIR / [2021-01-18T03:20:46.361Z] ---> Running in 3c37d2ba2135 [2021-01-18T03:20:47.357Z] Removing intermediate container 3c37d2ba2135 [2021-01-18T03:20:47.358Z] ---> c650c9542ab9 [2021-01-18T03:20:47.358Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:20:48.362Z] ---> 5d30692c39d9 [2021-01-18T03:20:48.363Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T03:20:50.368Z] ---> 2b14bcb73387 [2021-01-18T03:20:50.368Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T03:20:51.365Z] ---> 7faae5498b0e [2021-01-18T03:20:51.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T03:20:52.355Z] ---> 5e9321cdd9ea [2021-01-18T03:20:52.355Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T03:20:52.355Z] ---> Running in 0f89e424e0f6 [2021-01-18T03:20:55.801Z] Removing intermediate container 0f89e424e0f6 [2021-01-18T03:20:55.801Z] ---> 4731f6b71a74 [2021-01-18T03:20:55.801Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T03:20:56.405Z] ---> Running in 99e0711b6e37 [2021-01-18T03:20:56.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.43" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-18T03:20:57.016Z] Removing intermediate container 99e0711b6e37 [2021-01-18T03:20:57.016Z] ---> 52a49a9c534b [2021-01-18T03:20:57.016Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T03:20:57.294Z] ---> Running in 837c18ce0ecd [2021-01-18T03:20:57.899Z] Removing intermediate container 837c18ce0ecd [2021-01-18T03:20:57.899Z] ---> 4881367d408a [2021-01-18T03:20:57.899Z] Step 21/22 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:20:58.177Z] ---> Running in b7f443e90042 [2021-01-18T03:20:58.781Z] Removing intermediate container b7f443e90042 [2021-01-18T03:20:58.781Z] ---> addbe36d73ad [2021-01-18T03:20:58.781Z] Step 22/22 : LABEL version=2.0.0-dev.43 [2021-01-18T03:20:59.065Z] ---> Running in e2d5126e1ba0 [2021-01-18T03:20:59.670Z] Removing intermediate container e2d5126e1ba0 [2021-01-18T03:20:59.670Z] ---> b240509a1901 [2021-01-18T03:20:59.670Z] [2021-01-18T03:20:59.949Z] Successfully built b240509a1901 [2021-01-18T03:20:59.949Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-18T03:21:12.417Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b85d8f03173a [2021-01-18T03:21:12.417Z] ---> 7c39fc0a74ec [2021-01-18T03:21:12.417Z] [2021-01-18T03:21:12.417Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T03:21:12.417Z] ---> afeebe901d6b [2021-01-18T03:21:12.417Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T03:21:12.417Z] ---> Running in c58681aa2097 [2021-01-18T03:21:13.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:21:13.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:21:14.483Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T03:21:14.762Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T03:21:14.762Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T03:21:14.762Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T03:21:14.762Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:21:14.762Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T03:21:15.038Z] OK: 7 MiB in 18 packages [2021-01-18T03:21:17.703Z] Removing intermediate container c58681aa2097 [2021-01-18T03:21:17.703Z] ---> f4629d1df391 [2021-01-18T03:21:17.703Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T03:21:17.994Z] ---> Running in e63248a1a080 [2021-01-18T03:21:18.608Z] Removing intermediate container e63248a1a080 [2021-01-18T03:21:18.608Z] ---> fb95bcf6c925 [2021-01-18T03:21:18.608Z] Step 13/21 : WORKDIR /edgex [2021-01-18T03:21:18.891Z] ---> Running in c7ce5a36cd0a [2021-01-18T03:21:19.878Z] Removing intermediate container c7ce5a36cd0a [2021-01-18T03:21:19.878Z] ---> d371527129e0 [2021-01-18T03:21:19.878Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T03:21:21.323Z] ---> e83c83e1ae70 [2021-01-18T03:21:21.323Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T03:21:22.756Z] Removing intermediate container 14c6ff32344f [2021-01-18T03:21:22.756Z] ---> 9e06dd24b2df [2021-01-18T03:21:22.756Z] [2021-01-18T03:21:22.756Z] Step 10/22 : FROM scratch [2021-01-18T03:21:22.756Z] ---> [2021-01-18T03:21:22.756Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:21:22.756Z] ---> 935753796421 [2021-01-18T03:21:22.756Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T03:21:22.756Z] ---> Using cache [2021-01-18T03:21:22.756Z] ---> 3aef492d2927 [2021-01-18T03:21:22.756Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T03:21:23.030Z] ---> Running in ee487da3f1d6 [2021-01-18T03:21:23.637Z] Removing intermediate container ee487da3f1d6 [2021-01-18T03:21:23.637Z] ---> af8d085de1bc [2021-01-18T03:21:23.637Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T03:21:23.930Z] ---> Running in b58e359e7480 [2021-01-18T03:21:24.217Z] ---> 35748edfd4d3 [2021-01-18T03:21:24.217Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T03:21:24.217Z] ---> Running in dac485e9832c [2021-01-18T03:21:24.493Z] Removing intermediate container b58e359e7480 [2021-01-18T03:21:24.493Z] ---> 4d06c017794e [2021-01-18T03:21:24.493Z] Step 14/22 : WORKDIR / [2021-01-18T03:21:24.493Z] ---> Running in 64d73ff8a493 [2021-01-18T03:21:25.089Z] Removing intermediate container dac485e9832c [2021-01-18T03:21:25.089Z] ---> 8876c4c8c85a [2021-01-18T03:21:25.089Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T03:21:25.089Z] ---> Running in 0369e4a1871c [2021-01-18T03:21:25.089Z] Removing intermediate container 64d73ff8a493 [2021-01-18T03:21:25.089Z] ---> 9643fd58b982 [2021-01-18T03:21:25.089Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:21:25.686Z] Removing intermediate container 0369e4a1871c [2021-01-18T03:21:25.686Z] ---> 682e3613c90d [2021-01-18T03:21:25.686Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T03:21:25.963Z] ---> Running in 9e32e8a29ed5 [2021-01-18T03:21:26.242Z] ---> 26340dffa07e [2021-01-18T03:21:26.242Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T03:21:26.837Z] Removing intermediate container 9e32e8a29ed5 [2021-01-18T03:21:26.837Z] ---> d00107114094 [2021-01-18T03:21:26.837Z] Step 20/21 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:21:27.111Z] ---> Running in 384ac8dc4faf [2021-01-18T03:21:27.714Z] ---> dfbbf00e5e95 [2021-01-18T03:21:27.714Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T03:21:27.714Z] Removing intermediate container 384ac8dc4faf [2021-01-18T03:21:27.714Z] ---> 0ae28f89b64a [2021-01-18T03:21:27.714Z] Step 21/21 : LABEL version=2.0.0-dev.43 [2021-01-18T03:21:27.986Z] ---> Running in b4af27911d51 [2021-01-18T03:21:28.263Z] ---> f989bf78a52b [2021-01-18T03:21:28.263Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T03:21:28.535Z] Removing intermediate container b4af27911d51 [2021-01-18T03:21:28.535Z] ---> 2d59cafe8263 [2021-01-18T03:21:28.535Z] [2021-01-18T03:21:28.535Z] ---> Running in 58b97ebf1878 [2021-01-18T03:21:28.809Z] Successfully built 2d59cafe8263 [2021-01-18T03:21:28.809Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-18T03:21:29.081Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 58b97ebf1878 [2021-01-18T03:21:29.081Z] ---> f59c916dd73f [2021-01-18T03:21:29.081Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:21:29.081Z] ---> Running in 25500890dfed [2021-01-18T03:21:29.677Z] Removing intermediate container 25500890dfed [2021-01-18T03:21:29.677Z] ---> ba9d91555144 [2021-01-18T03:21:29.677Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T03:21:29.952Z] ---> Running in 415700138b4e [2021-01-18T03:21:30.547Z] Removing intermediate container 415700138b4e [2021-01-18T03:21:30.547Z] ---> 07dde8c5d71f [2021-01-18T03:21:30.547Z] Step 21/22 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:21:30.818Z] ---> Running in ad54bfb21c4f [2021-01-18T03:21:31.796Z] Removing intermediate container ad54bfb21c4f [2021-01-18T03:21:31.796Z] ---> c4fe4f6cf539 [2021-01-18T03:21:31.796Z] Step 22/22 : LABEL version=2.0.0-dev.43 [2021-01-18T03:21:32.070Z] ---> Running in 59cfb52f2da2 [2021-01-18T03:21:32.666Z] Removing intermediate container c815ec269d99 [2021-01-18T03:21:32.666Z] ---> 56f0bee8fd63 [2021-01-18T03:21:32.666Z] [2021-01-18T03:21:32.666Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T03:21:32.666Z] ---> afeebe901d6b [2021-01-18T03:21:32.666Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T03:21:32.938Z] Removing intermediate container 59cfb52f2da2 [2021-01-18T03:21:32.938Z] ---> d7de7828f08d [2021-01-18T03:21:32.938Z] [2021-01-18T03:21:33.210Z] ---> Running in 844668e09566 [2021-01-18T03:21:33.210Z] Successfully built d7de7828f08d [2021-01-18T03:21:33.210Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-18T03:21:33.483Z]  Building docker-core-metadata-go ... done Removing intermediate container 844668e09566 [2021-01-18T03:21:33.483Z] ---> 7b818c4bcf4b [2021-01-18T03:21:33.483Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T03:21:33.755Z] ---> Running in cd2c97665669 [2021-01-18T03:21:34.028Z] Removing intermediate container cd2c97665669 [2021-01-18T03:21:34.028Z] ---> 9cbe0d367f1d [2021-01-18T03:21:34.028Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T03:21:34.300Z] ---> Running in 5a02293bbb93 [2021-01-18T03:21:34.893Z] Removing intermediate container 5a02293bbb93 [2021-01-18T03:21:34.893Z] ---> a3458767b0ac [2021-01-18T03:21:34.893Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:21:34.893Z] ---> Running in 19ab5f9a7bdd [2021-01-18T03:21:37.499Z] Removing intermediate container 19ab5f9a7bdd [2021-01-18T03:21:37.499Z] ---> 0118e8a105dc [2021-01-18T03:21:37.499Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T03:21:37.499Z] ---> Running in 8330b24999a8 [2021-01-18T03:21:38.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:21:39.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:21:40.045Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T03:21:40.045Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T03:21:40.045Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T03:21:40.317Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T03:21:40.593Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T03:21:40.593Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T03:21:40.593Z] OK: 8 MiB in 19 packages [2021-01-18T03:21:42.026Z] Removing intermediate container 8330b24999a8 [2021-01-18T03:21:42.026Z] ---> 785decb33ffd [2021-01-18T03:21:42.026Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T03:21:42.622Z] ---> 33c5106662ee [2021-01-18T03:21:42.622Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T03:21:44.053Z] ---> d8f4377a7007 [2021-01-18T03:21:44.053Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T03:21:44.648Z] ---> 35b88c8dd40a [2021-01-18T03:21:44.648Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T03:21:44.921Z] ---> Running in 0ec2b1eb8dea [2021-01-18T03:21:45.513Z] Removing intermediate container 0ec2b1eb8dea [2021-01-18T03:21:45.513Z] ---> ba7e63000704 [2021-01-18T03:21:45.513Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:21:45.513Z] ---> Running in db9c61c84612 [2021-01-18T03:21:46.108Z] Removing intermediate container db9c61c84612 [2021-01-18T03:21:46.108Z] ---> 57ff85d93c61 [2021-01-18T03:21:46.108Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T03:21:46.108Z] ---> Running in 6ce2571daef4 [2021-01-18T03:21:46.380Z] Removing intermediate container 6ce2571daef4 [2021-01-18T03:21:46.380Z] ---> c71737b1aaa0 [2021-01-18T03:21:46.380Z] Step 22/23 : LABEL git_sha=cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:21:46.653Z] ---> Running in e6fd2e2911c5 [2021-01-18T03:21:47.248Z] Removing intermediate container e6fd2e2911c5 [2021-01-18T03:21:47.248Z] ---> 30fa796ba335 [2021-01-18T03:21:47.248Z] Step 23/23 : LABEL version=2.0.0-dev.43 [2021-01-18T03:21:47.248Z] ---> Running in 224f9dea76bd [2021-01-18T03:21:47.842Z] Removing intermediate container 224f9dea76bd [2021-01-18T03:21:47.842Z] ---> 7de209bfbdaf [2021-01-18T03:21:47.842Z] [2021-01-18T03:21:47.842Z] Successfully built 7de209bfbdaf [2021-01-18T03:21:47.842Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-18T03:21:48.451Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-18T03:21:48.433Z] $ docker stop --time=1 85995691a65831d385451f4ddc12a8be597fdb7a50d0e9cdeb8e36c6f9cdcbba [2021-01-18T03:21:50.452Z] $ docker rm -f 85995691a65831d385451f4ddc12a8be597fdb7a50d0e9cdeb8e36c6f9cdcbba [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T03:21:51.318Z] + grep docker [2021-01-18T03:21:51.318Z] + docker images [2021-01-18T03:21:51.590Z] docker-core-data-go-arm64 latest 7de209bfbdaf 4 seconds ago 21MB [2021-01-18T03:21:51.590Z] docker-core-metadata-go-arm64 latest d7de7828f08d 19 seconds ago 12.3MB [2021-01-18T03:21:51.590Z] docker-security-proxy-setup-go-arm64 latest 2d59cafe8263 23 seconds ago 23.2MB [2021-01-18T03:21:51.590Z] docker-security-bootstrap-redis-go-arm64 latest b240509a1901 52 seconds ago 15.1MB [2021-01-18T03:21:51.590Z] docker-sys-mgmt-agent-go-arm64 latest dbb43b1f0629 About a minute ago 300MB [2021-01-18T03:21:51.590Z] docker-security-secretstore-setup-go-arm64 latest bb12260fec3b 2 minutes ago 23.4MB [2021-01-18T03:21:51.590Z] docker-support-notifications-go-arm64 latest efef44210a4d 2 minutes ago 11.4MB [2021-01-18T03:21:51.590Z] docker-core-command-go-arm64 latest cba50920bc66 2 minutes ago 9.98MB [2021-01-18T03:21:51.590Z] docker-support-scheduler-go-arm64 latest c83aeae37aa2 3 minutes ago 10MB [2021-01-18T03:21:51.590Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T03:21:52.190Z] provisioning config files... [2021-01-18T03:21:52.261Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/302@tmp/config2838777809177836378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:21:52.725Z] ---> docker-login.sh [2021-01-18T03:21:52.725Z] nexus3.edgexfoundry.org:10001 [2021-01-18T03:21:53.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:21:53.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:21:53.292Z] Configure a credential helper to remove this warning. See [2021-01-18T03:21:53.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:21:53.292Z] [2021-01-18T03:21:53.292Z] Login Succeeded [2021-01-18T03:21:53.292Z] nexus3.edgexfoundry.org:10002 [2021-01-18T03:21:53.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:21:53.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:21:53.852Z] Configure a credential helper to remove this warning. See [2021-01-18T03:21:53.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:21:53.852Z] [2021-01-18T03:21:53.852Z] Login Succeeded [2021-01-18T03:21:53.852Z] nexus3.edgexfoundry.org:10003 [2021-01-18T03:21:54.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:21:54.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:21:54.402Z] Configure a credential helper to remove this warning. See [2021-01-18T03:21:54.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:21:54.402Z] [2021-01-18T03:21:54.402Z] Login Succeeded [2021-01-18T03:21:54.402Z] nexus3.edgexfoundry.org:10004 [2021-01-18T03:21:55.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:21:55.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:21:55.008Z] Configure a credential helper to remove this warning. See [2021-01-18T03:21:55.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:21:55.008Z] [2021-01-18T03:21:55.008Z] Login Succeeded [2021-01-18T03:21:55.008Z] docker.io [2021-01-18T03:21:55.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:21:55.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:21:55.882Z] Configure a credential helper to remove this warning. See [2021-01-18T03:21:55.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:21:55.882Z] [2021-01-18T03:21:55.882Z] Login Succeeded [2021-01-18T03:21:55.882Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T03:21:55.902Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:21:56.122Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-18T03:21:56.122Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:21:56.122Z] 2.0.0-dev.43 [2021-01-18T03:21:56.122Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:21:56.122Z] master [2021-01-18T03:21:56.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:21:56.648Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:21:56.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:21:56.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-18T03:21:56.980Z] 52fdbb5a26bc: Preparing [2021-01-18T03:21:56.980Z] 7ef86576d515: Preparing [2021-01-18T03:21:56.980Z] ff772ea6dbb0: Preparing [2021-01-18T03:21:57.264Z] 52fdbb5a26bc: Pushed [2021-01-18T03:21:57.264Z] ff772ea6dbb0: Pushed [2021-01-18T03:21:59.866Z] 7ef86576d515: Pushed [2021-01-18T03:21:59.866Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:69b8d704d00b3f23eb8cf3740c48ebf7332b7da9719f8a85e41172b052cffe30 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:00.211Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:00.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:00.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-18T03:22:00.546Z] 52fdbb5a26bc: Preparing [2021-01-18T03:22:00.546Z] 7ef86576d515: Preparing [2021-01-18T03:22:00.546Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:00.546Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:00.546Z] 7ef86576d515: Layer already exists [2021-01-18T03:22:00.546Z] 52fdbb5a26bc: Layer already exists [2021-01-18T03:22:00.817Z] 2.0.0-dev.43: digest: sha256:69b8d704d00b3f23eb8cf3740c48ebf7332b7da9719f8a85e41172b052cffe30 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:01.161Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:01.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:01.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-18T03:22:01.520Z] 52fdbb5a26bc: Preparing [2021-01-18T03:22:01.520Z] 7ef86576d515: Preparing [2021-01-18T03:22:01.520Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:01.520Z] 7ef86576d515: Layer already exists [2021-01-18T03:22:01.520Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:01.520Z] 52fdbb5a26bc: Layer already exists [2021-01-18T03:22:01.791Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:69b8d704d00b3f23eb8cf3740c48ebf7332b7da9719f8a85e41172b052cffe30 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:02.134Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:02.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-18T03:22:02.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-18T03:22:02.498Z] 52fdbb5a26bc: Preparing [2021-01-18T03:22:02.498Z] 7ef86576d515: Preparing [2021-01-18T03:22:02.498Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:02.768Z] 52fdbb5a26bc: Layer already exists [2021-01-18T03:22:02.768Z] 7ef86576d515: Layer already exists [2021-01-18T03:22:02.768Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:02.768Z] master: digest: sha256:69b8d704d00b3f23eb8cf3740c48ebf7332b7da9719f8a85e41172b052cffe30 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:02.989Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:03.040Z] taggedImages: [2021-01-18T03:22:03.040Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:03.040Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:03.040Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:03.040Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-18T03:22:03.114Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-18T03:22:03.114Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:03.114Z] 2.0.0-dev.43 [2021-01-18T03:22:03.114Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:03.114Z] master [2021-01-18T03:22:03.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:03.644Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:03.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:03.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-18T03:22:03.976Z] 5540acfefc0a: Preparing [2021-01-18T03:22:03.976Z] 7428af3c40e8: Preparing [2021-01-18T03:22:03.976Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:03.976Z] 66b35d1dc5ed: Preparing [2021-01-18T03:22:03.976Z] 74b4cfd83880: Preparing [2021-01-18T03:22:03.976Z] 379067d0cb53: Preparing [2021-01-18T03:22:03.976Z] 379067d0cb53: Waiting [2021-01-18T03:22:04.250Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:04.250Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:04.250Z] 5540acfefc0a: Pushed [2021-01-18T03:22:04.250Z] 74b4cfd83880: Pushed [2021-01-18T03:22:04.843Z] 66b35d1dc5ed: Pushed [2021-01-18T03:22:07.443Z] 7428af3c40e8: Pushed [2021-01-18T03:22:07.443Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:a77fbce30cc40ff0bde213b515d1dad045b052fc04905ec1ddbe69682c7b2735 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:07.780Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:08.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:08.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-18T03:22:08.113Z] 5540acfefc0a: Preparing [2021-01-18T03:22:08.113Z] 7428af3c40e8: Preparing [2021-01-18T03:22:08.113Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:08.113Z] 66b35d1dc5ed: Preparing [2021-01-18T03:22:08.113Z] 74b4cfd83880: Preparing [2021-01-18T03:22:08.113Z] 379067d0cb53: Preparing [2021-01-18T03:22:08.113Z] 379067d0cb53: Waiting [2021-01-18T03:22:08.113Z] 74b4cfd83880: Layer already exists [2021-01-18T03:22:08.385Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:08.385Z] 66b35d1dc5ed: Layer already exists [2021-01-18T03:22:08.385Z] 5540acfefc0a: Layer already exists [2021-01-18T03:22:08.385Z] 7428af3c40e8: Layer already exists [2021-01-18T03:22:08.385Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:08.385Z] 2.0.0-dev.43: digest: sha256:a77fbce30cc40ff0bde213b515d1dad045b052fc04905ec1ddbe69682c7b2735 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:08.727Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:09.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:09.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-18T03:22:09.062Z] 5540acfefc0a: Preparing [2021-01-18T03:22:09.062Z] 7428af3c40e8: Preparing [2021-01-18T03:22:09.062Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:09.062Z] 66b35d1dc5ed: Preparing [2021-01-18T03:22:09.062Z] 74b4cfd83880: Preparing [2021-01-18T03:22:09.062Z] 379067d0cb53: Preparing [2021-01-18T03:22:09.062Z] 379067d0cb53: Waiting [2021-01-18T03:22:09.062Z] 7428af3c40e8: Layer already exists [2021-01-18T03:22:09.062Z] 5540acfefc0a: Layer already exists [2021-01-18T03:22:09.062Z] 74b4cfd83880: Layer already exists [2021-01-18T03:22:09.333Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:09.333Z] 66b35d1dc5ed: Layer already exists [2021-01-18T03:22:09.333Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:09.333Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:a77fbce30cc40ff0bde213b515d1dad045b052fc04905ec1ddbe69682c7b2735 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:09.675Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:10.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-18T03:22:10.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-18T03:22:10.012Z] 5540acfefc0a: Preparing [2021-01-18T03:22:10.012Z] 7428af3c40e8: Preparing [2021-01-18T03:22:10.012Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:10.012Z] 66b35d1dc5ed: Preparing [2021-01-18T03:22:10.012Z] 74b4cfd83880: Preparing [2021-01-18T03:22:10.012Z] 379067d0cb53: Preparing [2021-01-18T03:22:10.012Z] 379067d0cb53: Waiting [2021-01-18T03:22:10.012Z] 66b35d1dc5ed: Layer already exists [2021-01-18T03:22:10.012Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:10.282Z] 7428af3c40e8: Layer already exists [2021-01-18T03:22:10.282Z] 5540acfefc0a: Layer already exists [2021-01-18T03:22:10.282Z] 74b4cfd83880: Layer already exists [2021-01-18T03:22:10.282Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:10.282Z] master: digest: sha256:a77fbce30cc40ff0bde213b515d1dad045b052fc04905ec1ddbe69682c7b2735 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:10.565Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:10.616Z] taggedImages: [2021-01-18T03:22:10.616Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:10.616Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:10.616Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:10.616Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-18T03:22:10.689Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-18T03:22:10.689Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:10.689Z] 2.0.0-dev.43 [2021-01-18T03:22:10.689Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:10.689Z] master [2021-01-18T03:22:10.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:11.199Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:11.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:11.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-18T03:22:11.542Z] 88c4c9e6e961: Preparing [2021-01-18T03:22:11.542Z] 97b8a672d84a: Preparing [2021-01-18T03:22:11.542Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:11.812Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:11.812Z] 88c4c9e6e961: Pushed [2021-01-18T03:22:14.417Z] 97b8a672d84a: Pushed [2021-01-18T03:22:14.689Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:87e2ae3bef09ff6cfc3b00123e60af6e5f73d5d8580de6194c16a10555b4be7b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:15.036Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:15.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:15.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-18T03:22:15.370Z] 88c4c9e6e961: Preparing [2021-01-18T03:22:15.370Z] 97b8a672d84a: Preparing [2021-01-18T03:22:15.370Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:15.644Z] 88c4c9e6e961: Layer already exists [2021-01-18T03:22:15.644Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:15.644Z] 97b8a672d84a: Layer already exists [2021-01-18T03:22:15.644Z] 2.0.0-dev.43: digest: sha256:87e2ae3bef09ff6cfc3b00123e60af6e5f73d5d8580de6194c16a10555b4be7b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:15.996Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:16.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:16.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-18T03:22:16.339Z] 88c4c9e6e961: Preparing [2021-01-18T03:22:16.339Z] 97b8a672d84a: Preparing [2021-01-18T03:22:16.339Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:16.339Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:16.339Z] 88c4c9e6e961: Layer already exists [2021-01-18T03:22:16.339Z] 97b8a672d84a: Layer already exists [2021-01-18T03:22:16.613Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:87e2ae3bef09ff6cfc3b00123e60af6e5f73d5d8580de6194c16a10555b4be7b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:16.956Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:17.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-18T03:22:17.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-18T03:22:17.290Z] 88c4c9e6e961: Preparing [2021-01-18T03:22:17.290Z] 97b8a672d84a: Preparing [2021-01-18T03:22:17.290Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:17.561Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:17.561Z] 88c4c9e6e961: Layer already exists [2021-01-18T03:22:17.561Z] 97b8a672d84a: Layer already exists [2021-01-18T03:22:17.561Z] master: digest: sha256:87e2ae3bef09ff6cfc3b00123e60af6e5f73d5d8580de6194c16a10555b4be7b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:17.774Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:17.830Z] taggedImages: [2021-01-18T03:22:17.830Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:17.830Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:17.830Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:17.830Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-18T03:22:17.894Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-18T03:22:17.894Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:17.894Z] 2.0.0-dev.43 [2021-01-18T03:22:17.894Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:17.894Z] master [2021-01-18T03:22:17.894Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:18.469Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:18.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:18.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-18T03:22:18.805Z] 9c120fde52a1: Preparing [2021-01-18T03:22:18.805Z] dca0b868292f: Preparing [2021-01-18T03:22:18.805Z] dcca984f8df7: Preparing [2021-01-18T03:22:18.805Z] 053c173df2ac: Preparing [2021-01-18T03:22:18.805Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:18.805Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:18.805Z] 379067d0cb53: Preparing [2021-01-18T03:22:18.805Z] 379067d0cb53: Waiting [2021-01-18T03:22:18.805Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:19.079Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:19.079Z] dcca984f8df7: Pushed [2021-01-18T03:22:19.079Z] 9c120fde52a1: Pushed [2021-01-18T03:22:19.079Z] dca0b868292f: Pushed [2021-01-18T03:22:19.355Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:19.627Z] c48ad8a12e9a: Pushed [2021-01-18T03:22:21.595Z] 053c173df2ac: Pushed [2021-01-18T03:22:21.595Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:dd00da5cfd6b037f95ddb238750113accf7073277b3298dfec883b4b747a83d6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:21.938Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:22.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:22.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-18T03:22:22.270Z] 9c120fde52a1: Preparing [2021-01-18T03:22:22.270Z] dca0b868292f: Preparing [2021-01-18T03:22:22.270Z] dcca984f8df7: Preparing [2021-01-18T03:22:22.270Z] 053c173df2ac: Preparing [2021-01-18T03:22:22.270Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:22.270Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:22.270Z] 379067d0cb53: Preparing [2021-01-18T03:22:22.270Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:22.270Z] 379067d0cb53: Waiting [2021-01-18T03:22:22.270Z] 053c173df2ac: Layer already exists [2021-01-18T03:22:22.270Z] 9c120fde52a1: Layer already exists [2021-01-18T03:22:22.270Z] dcca984f8df7: Layer already exists [2021-01-18T03:22:22.270Z] dca0b868292f: Layer already exists [2021-01-18T03:22:22.270Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:22.541Z] c48ad8a12e9a: Layer already exists [2021-01-18T03:22:22.541Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:22.541Z] 2.0.0-dev.43: digest: sha256:dd00da5cfd6b037f95ddb238750113accf7073277b3298dfec883b4b747a83d6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:22.885Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:23.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:23.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-18T03:22:23.218Z] 9c120fde52a1: Preparing [2021-01-18T03:22:23.218Z] dca0b868292f: Preparing [2021-01-18T03:22:23.218Z] dcca984f8df7: Preparing [2021-01-18T03:22:23.218Z] 053c173df2ac: Preparing [2021-01-18T03:22:23.218Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:23.218Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:23.218Z] 379067d0cb53: Preparing [2021-01-18T03:22:23.218Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:23.218Z] 379067d0cb53: Waiting [2021-01-18T03:22:23.218Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:23.218Z] dcca984f8df7: Layer already exists [2021-01-18T03:22:23.218Z] 9c120fde52a1: Layer already exists [2021-01-18T03:22:23.218Z] dca0b868292f: Layer already exists [2021-01-18T03:22:23.218Z] 053c173df2ac: Layer already exists [2021-01-18T03:22:23.218Z] c48ad8a12e9a: Layer already exists [2021-01-18T03:22:23.218Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:23.488Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:dd00da5cfd6b037f95ddb238750113accf7073277b3298dfec883b4b747a83d6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:23.826Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:24.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-18T03:22:24.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-18T03:22:24.163Z] 9c120fde52a1: Preparing [2021-01-18T03:22:24.163Z] dca0b868292f: Preparing [2021-01-18T03:22:24.163Z] dcca984f8df7: Preparing [2021-01-18T03:22:24.163Z] 053c173df2ac: Preparing [2021-01-18T03:22:24.163Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:24.163Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:24.163Z] 379067d0cb53: Preparing [2021-01-18T03:22:24.163Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:24.163Z] 379067d0cb53: Waiting [2021-01-18T03:22:24.163Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:24.163Z] 053c173df2ac: Layer already exists [2021-01-18T03:22:24.163Z] 9c120fde52a1: Layer already exists [2021-01-18T03:22:24.163Z] dca0b868292f: Layer already exists [2021-01-18T03:22:24.163Z] dcca984f8df7: Layer already exists [2021-01-18T03:22:24.163Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:24.163Z] c48ad8a12e9a: Layer already exists [2021-01-18T03:22:24.433Z] master: digest: sha256:dd00da5cfd6b037f95ddb238750113accf7073277b3298dfec883b4b747a83d6 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:24.633Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:24.682Z] taggedImages: [2021-01-18T03:22:24.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:24.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:24.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:24.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-18T03:22:24.757Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-18T03:22:24.757Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:24.757Z] 2.0.0-dev.43 [2021-01-18T03:22:24.757Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:24.757Z] master [2021-01-18T03:22:24.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:25.263Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:25.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:25.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-18T03:22:25.597Z] e6fcda3c3e90: Preparing [2021-01-18T03:22:25.597Z] d51accf0c85a: Preparing [2021-01-18T03:22:25.597Z] 955da318804a: Preparing [2021-01-18T03:22:25.597Z] 2814737f88fd: Preparing [2021-01-18T03:22:25.597Z] b00eeddbae50: Preparing [2021-01-18T03:22:25.597Z] 379067d0cb53: Preparing [2021-01-18T03:22:25.597Z] 379067d0cb53: Waiting [2021-01-18T03:22:25.869Z] 955da318804a: Pushed [2021-01-18T03:22:25.869Z] 2814737f88fd: Pushed [2021-01-18T03:22:25.869Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:26.460Z] b00eeddbae50: Pushed [2021-01-18T03:22:27.887Z] d51accf0c85a: Pushed [2021-01-18T03:22:27.887Z] e6fcda3c3e90: Pushed [2021-01-18T03:22:28.158Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:67549f9f4e010119d92c34a1274a53ede5be2ff0516445ba549a751c8cc42c8d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:28.504Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:28.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:28.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-18T03:22:28.842Z] e6fcda3c3e90: Preparing [2021-01-18T03:22:28.842Z] d51accf0c85a: Preparing [2021-01-18T03:22:28.842Z] 955da318804a: Preparing [2021-01-18T03:22:28.842Z] 2814737f88fd: Preparing [2021-01-18T03:22:28.842Z] b00eeddbae50: Preparing [2021-01-18T03:22:28.842Z] 379067d0cb53: Preparing [2021-01-18T03:22:28.842Z] 379067d0cb53: Waiting [2021-01-18T03:22:28.842Z] d51accf0c85a: Layer already exists [2021-01-18T03:22:28.842Z] b00eeddbae50: Layer already exists [2021-01-18T03:22:29.113Z] 955da318804a: Layer already exists [2021-01-18T03:22:29.113Z] e6fcda3c3e90: Layer already exists [2021-01-18T03:22:29.113Z] 2814737f88fd: Layer already exists [2021-01-18T03:22:29.113Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:29.113Z] 2.0.0-dev.43: digest: sha256:67549f9f4e010119d92c34a1274a53ede5be2ff0516445ba549a751c8cc42c8d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:29.458Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:29.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:29.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-18T03:22:29.798Z] e6fcda3c3e90: Preparing [2021-01-18T03:22:29.798Z] d51accf0c85a: Preparing [2021-01-18T03:22:29.798Z] 955da318804a: Preparing [2021-01-18T03:22:29.798Z] 2814737f88fd: Preparing [2021-01-18T03:22:29.798Z] b00eeddbae50: Preparing [2021-01-18T03:22:29.798Z] 379067d0cb53: Preparing [2021-01-18T03:22:29.798Z] 379067d0cb53: Waiting [2021-01-18T03:22:29.798Z] 955da318804a: Layer already exists [2021-01-18T03:22:29.798Z] e6fcda3c3e90: Layer already exists [2021-01-18T03:22:29.798Z] d51accf0c85a: Layer already exists [2021-01-18T03:22:29.798Z] b00eeddbae50: Layer already exists [2021-01-18T03:22:29.798Z] 2814737f88fd: Layer already exists [2021-01-18T03:22:30.067Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:30.067Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:67549f9f4e010119d92c34a1274a53ede5be2ff0516445ba549a751c8cc42c8d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:30.412Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:30.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-18T03:22:30.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-18T03:22:30.756Z] e6fcda3c3e90: Preparing [2021-01-18T03:22:30.756Z] d51accf0c85a: Preparing [2021-01-18T03:22:30.756Z] 955da318804a: Preparing [2021-01-18T03:22:30.756Z] 2814737f88fd: Preparing [2021-01-18T03:22:30.756Z] b00eeddbae50: Preparing [2021-01-18T03:22:30.756Z] 379067d0cb53: Preparing [2021-01-18T03:22:30.756Z] 379067d0cb53: Waiting [2021-01-18T03:22:30.756Z] d51accf0c85a: Layer already exists [2021-01-18T03:22:30.756Z] 955da318804a: Layer already exists [2021-01-18T03:22:30.756Z] 2814737f88fd: Layer already exists [2021-01-18T03:22:30.756Z] b00eeddbae50: Layer already exists [2021-01-18T03:22:30.756Z] e6fcda3c3e90: Layer already exists [2021-01-18T03:22:31.028Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:31.028Z] master: digest: sha256:67549f9f4e010119d92c34a1274a53ede5be2ff0516445ba549a751c8cc42c8d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:31.232Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:31.284Z] taggedImages: [2021-01-18T03:22:31.284Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:31.284Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:31.284Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:31.284Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-18T03:22:31.360Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-18T03:22:31.360Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:31.360Z] 2.0.0-dev.43 [2021-01-18T03:22:31.360Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:31.360Z] master [2021-01-18T03:22:31.360Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:31.900Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:32.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:32.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-18T03:22:32.240Z] 1609dc4c6e0f: Preparing [2021-01-18T03:22:32.240Z] 2d18308d6128: Preparing [2021-01-18T03:22:32.240Z] 1e44f91b49e7: Preparing [2021-01-18T03:22:32.240Z] b6efc311332d: Preparing [2021-01-18T03:22:32.240Z] e3fbf6241327: Preparing [2021-01-18T03:22:32.240Z] 8407cff3f8ad: Preparing [2021-01-18T03:22:32.240Z] 9f6b0696b5f9: Preparing [2021-01-18T03:22:32.240Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:32.240Z] 379067d0cb53: Preparing [2021-01-18T03:22:32.240Z] 8407cff3f8ad: Waiting [2021-01-18T03:22:32.240Z] 9f6b0696b5f9: Waiting [2021-01-18T03:22:32.240Z] 379067d0cb53: Waiting [2021-01-18T03:22:32.240Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:32.834Z] e3fbf6241327: Pushed [2021-01-18T03:22:32.834Z] 1609dc4c6e0f: Pushed [2021-01-18T03:22:32.834Z] 2d18308d6128: Pushed [2021-01-18T03:22:32.834Z] c48ad8a12e9a: Layer already exists [2021-01-18T03:22:32.834Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:32.834Z] 8407cff3f8ad: Pushed [2021-01-18T03:22:32.834Z] 9f6b0696b5f9: Pushed [2021-01-18T03:22:34.802Z] b6efc311332d: Pushed [2021-01-18T03:22:34.802Z] 1e44f91b49e7: Pushed [2021-01-18T03:22:34.802Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:ed35a4627dbd345de9ceff6592e7f320a3b96555d18d319cdc64e808128b8541 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:35.143Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:35.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:35.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-18T03:22:35.485Z] 1609dc4c6e0f: Preparing [2021-01-18T03:22:35.485Z] 2d18308d6128: Preparing [2021-01-18T03:22:35.485Z] 1e44f91b49e7: Preparing [2021-01-18T03:22:35.485Z] b6efc311332d: Preparing [2021-01-18T03:22:35.485Z] e3fbf6241327: Preparing [2021-01-18T03:22:35.485Z] 8407cff3f8ad: Preparing [2021-01-18T03:22:35.485Z] 9f6b0696b5f9: Preparing [2021-01-18T03:22:35.485Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:35.485Z] 379067d0cb53: Preparing [2021-01-18T03:22:35.485Z] 8407cff3f8ad: Waiting [2021-01-18T03:22:35.485Z] 9f6b0696b5f9: Waiting [2021-01-18T03:22:35.485Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:35.485Z] 379067d0cb53: Waiting [2021-01-18T03:22:35.485Z] 1e44f91b49e7: Layer already exists [2021-01-18T03:22:35.485Z] e3fbf6241327: Layer already exists [2021-01-18T03:22:35.485Z] 2d18308d6128: Layer already exists [2021-01-18T03:22:35.756Z] b6efc311332d: Layer already exists [2021-01-18T03:22:35.756Z] 1609dc4c6e0f: Layer already exists [2021-01-18T03:22:35.756Z] 8407cff3f8ad: Layer already exists [2021-01-18T03:22:35.756Z] 9f6b0696b5f9: Layer already exists [2021-01-18T03:22:35.756Z] c48ad8a12e9a: Layer already exists [2021-01-18T03:22:35.756Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:35.756Z] 2.0.0-dev.43: digest: sha256:ed35a4627dbd345de9ceff6592e7f320a3b96555d18d319cdc64e808128b8541 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:36.097Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:36.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:36.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-18T03:22:36.429Z] 1609dc4c6e0f: Preparing [2021-01-18T03:22:36.429Z] 2d18308d6128: Preparing [2021-01-18T03:22:36.430Z] 1e44f91b49e7: Preparing [2021-01-18T03:22:36.430Z] b6efc311332d: Preparing [2021-01-18T03:22:36.430Z] e3fbf6241327: Preparing [2021-01-18T03:22:36.430Z] 8407cff3f8ad: Preparing [2021-01-18T03:22:36.430Z] 9f6b0696b5f9: Preparing [2021-01-18T03:22:36.430Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:36.430Z] 379067d0cb53: Preparing [2021-01-18T03:22:36.430Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:36.430Z] 8407cff3f8ad: Waiting [2021-01-18T03:22:36.430Z] 9f6b0696b5f9: Waiting [2021-01-18T03:22:36.430Z] 379067d0cb53: Waiting [2021-01-18T03:22:36.430Z] 2d18308d6128: Layer already exists [2021-01-18T03:22:36.430Z] 1e44f91b49e7: Layer already exists [2021-01-18T03:22:36.430Z] e3fbf6241327: Layer already exists [2021-01-18T03:22:36.430Z] 1609dc4c6e0f: Layer already exists [2021-01-18T03:22:36.430Z] b6efc311332d: Layer already exists [2021-01-18T03:22:36.698Z] 9f6b0696b5f9: Layer already exists [2021-01-18T03:22:36.698Z] c48ad8a12e9a: Layer already exists [2021-01-18T03:22:36.698Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:36.698Z] 8407cff3f8ad: Layer already exists [2021-01-18T03:22:36.698Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:ed35a4627dbd345de9ceff6592e7f320a3b96555d18d319cdc64e808128b8541 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:37.035Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:37.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-18T03:22:37.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-18T03:22:37.371Z] 1609dc4c6e0f: Preparing [2021-01-18T03:22:37.371Z] 2d18308d6128: Preparing [2021-01-18T03:22:37.371Z] 1e44f91b49e7: Preparing [2021-01-18T03:22:37.371Z] b6efc311332d: Preparing [2021-01-18T03:22:37.371Z] e3fbf6241327: Preparing [2021-01-18T03:22:37.371Z] 8407cff3f8ad: Preparing [2021-01-18T03:22:37.371Z] 9f6b0696b5f9: Preparing [2021-01-18T03:22:37.371Z] c48ad8a12e9a: Preparing [2021-01-18T03:22:37.371Z] 379067d0cb53: Preparing [2021-01-18T03:22:37.371Z] 8407cff3f8ad: Waiting [2021-01-18T03:22:37.371Z] 9f6b0696b5f9: Waiting [2021-01-18T03:22:37.371Z] c48ad8a12e9a: Waiting [2021-01-18T03:22:37.371Z] 379067d0cb53: Waiting [2021-01-18T03:22:37.371Z] 1e44f91b49e7: Layer already exists [2021-01-18T03:22:37.371Z] 1609dc4c6e0f: Layer already exists [2021-01-18T03:22:37.371Z] b6efc311332d: Layer already exists [2021-01-18T03:22:37.371Z] 2d18308d6128: Layer already exists [2021-01-18T03:22:37.371Z] e3fbf6241327: Layer already exists [2021-01-18T03:22:37.646Z] 9f6b0696b5f9: Layer already exists [2021-01-18T03:22:37.646Z] 8407cff3f8ad: Layer already exists [2021-01-18T03:22:37.646Z] c48ad8a12e9a: Layer already exists [2021-01-18T03:22:37.646Z] 379067d0cb53: Layer already exists [2021-01-18T03:22:37.646Z] master: digest: sha256:ed35a4627dbd345de9ceff6592e7f320a3b96555d18d319cdc64e808128b8541 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:37.845Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:37.894Z] taggedImages: [2021-01-18T03:22:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-18T03:22:37.966Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-18T03:22:37.966Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:37.966Z] 2.0.0-dev.43 [2021-01-18T03:22:37.966Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:37.966Z] master [2021-01-18T03:22:37.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:38.483Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:38.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:38.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-18T03:22:38.831Z] 93c4b2ced588: Preparing [2021-01-18T03:22:38.831Z] 2c8274b92b31: Preparing [2021-01-18T03:22:38.831Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:38.831Z] 54f77d86f504: Preparing [2021-01-18T03:22:38.831Z] 51db1e1cb24d: Preparing [2021-01-18T03:22:38.831Z] 737a01998a3e: Preparing [2021-01-18T03:22:38.831Z] 737a01998a3e: Waiting [2021-01-18T03:22:39.109Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:39.109Z] 93c4b2ced588: Pushed [2021-01-18T03:22:39.380Z] 54f77d86f504: Pushed [2021-01-18T03:22:39.380Z] 51db1e1cb24d: Pushed [2021-01-18T03:22:39.380Z] 737a01998a3e: Pushed [2021-01-18T03:22:41.984Z] 2c8274b92b31: Pushed [2021-01-18T03:22:41.984Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:a4e7c4ee7fd6bd3db313790700a5e0f441c96e23d2cf2ff06a2a66caeae9171f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:42.330Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:42.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:42.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-18T03:22:42.663Z] 93c4b2ced588: Preparing [2021-01-18T03:22:42.663Z] 2c8274b92b31: Preparing [2021-01-18T03:22:42.663Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:42.663Z] 54f77d86f504: Preparing [2021-01-18T03:22:42.663Z] 51db1e1cb24d: Preparing [2021-01-18T03:22:42.663Z] 737a01998a3e: Preparing [2021-01-18T03:22:42.663Z] 737a01998a3e: Waiting [2021-01-18T03:22:42.663Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:42.663Z] 54f77d86f504: Layer already exists [2021-01-18T03:22:42.934Z] 51db1e1cb24d: Layer already exists [2021-01-18T03:22:42.934Z] 2c8274b92b31: Layer already exists [2021-01-18T03:22:42.934Z] 93c4b2ced588: Layer already exists [2021-01-18T03:22:42.934Z] 737a01998a3e: Layer already exists [2021-01-18T03:22:42.934Z] 2.0.0-dev.43: digest: sha256:a4e7c4ee7fd6bd3db313790700a5e0f441c96e23d2cf2ff06a2a66caeae9171f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:43.274Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:43.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:43.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-18T03:22:43.614Z] 93c4b2ced588: Preparing [2021-01-18T03:22:43.614Z] 2c8274b92b31: Preparing [2021-01-18T03:22:43.614Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:43.614Z] 54f77d86f504: Preparing [2021-01-18T03:22:43.614Z] 51db1e1cb24d: Preparing [2021-01-18T03:22:43.614Z] 737a01998a3e: Preparing [2021-01-18T03:22:43.614Z] 737a01998a3e: Waiting [2021-01-18T03:22:43.614Z] 54f77d86f504: Layer already exists [2021-01-18T03:22:43.614Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:43.614Z] 2c8274b92b31: Layer already exists [2021-01-18T03:22:43.614Z] 51db1e1cb24d: Layer already exists [2021-01-18T03:22:43.614Z] 93c4b2ced588: Layer already exists [2021-01-18T03:22:43.614Z] 737a01998a3e: Layer already exists [2021-01-18T03:22:43.892Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:a4e7c4ee7fd6bd3db313790700a5e0f441c96e23d2cf2ff06a2a66caeae9171f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:44.270Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:44.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-18T03:22:44.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-18T03:22:44.622Z] 93c4b2ced588: Preparing [2021-01-18T03:22:44.622Z] 2c8274b92b31: Preparing [2021-01-18T03:22:44.622Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:44.622Z] 54f77d86f504: Preparing [2021-01-18T03:22:44.622Z] 51db1e1cb24d: Preparing [2021-01-18T03:22:44.622Z] 737a01998a3e: Preparing [2021-01-18T03:22:44.622Z] 737a01998a3e: Waiting [2021-01-18T03:22:44.622Z] 93c4b2ced588: Layer already exists [2021-01-18T03:22:44.622Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:44.622Z] 54f77d86f504: Layer already exists [2021-01-18T03:22:44.622Z] 51db1e1cb24d: Layer already exists [2021-01-18T03:22:44.897Z] 2c8274b92b31: Layer already exists [2021-01-18T03:22:44.897Z] 737a01998a3e: Layer already exists [2021-01-18T03:22:44.897Z] master: digest: sha256:a4e7c4ee7fd6bd3db313790700a5e0f441c96e23d2cf2ff06a2a66caeae9171f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:45.087Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:45.135Z] taggedImages: [2021-01-18T03:22:45.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:45.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:45.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:45.135Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-18T03:22:45.207Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-18T03:22:45.207Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:45.207Z] 2.0.0-dev.43 [2021-01-18T03:22:45.207Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:45.207Z] master [2021-01-18T03:22:45.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:45.802Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:46.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:46.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-18T03:22:46.179Z] eb3183848653: Preparing [2021-01-18T03:22:46.179Z] e16800c468d4: Preparing [2021-01-18T03:22:46.179Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:46.484Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:46.484Z] eb3183848653: Pushed [2021-01-18T03:22:49.151Z] e16800c468d4: Pushed [2021-01-18T03:22:49.151Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:b0d7deb83523e3be555a036997e1007a01ea6d5b9b596f39a2c5ec09b9ff9a88 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:49.757Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:50.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:50.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-18T03:22:50.092Z] eb3183848653: Preparing [2021-01-18T03:22:50.092Z] e16800c468d4: Preparing [2021-01-18T03:22:50.092Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:50.092Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:50.092Z] e16800c468d4: Layer already exists [2021-01-18T03:22:50.092Z] eb3183848653: Layer already exists [2021-01-18T03:22:50.361Z] 2.0.0-dev.43: digest: sha256:b0d7deb83523e3be555a036997e1007a01ea6d5b9b596f39a2c5ec09b9ff9a88 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:50.700Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:51.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:51.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-18T03:22:51.029Z] eb3183848653: Preparing [2021-01-18T03:22:51.029Z] e16800c468d4: Preparing [2021-01-18T03:22:51.029Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:51.029Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:51.029Z] e16800c468d4: Layer already exists [2021-01-18T03:22:51.029Z] eb3183848653: Layer already exists [2021-01-18T03:22:51.297Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:b0d7deb83523e3be555a036997e1007a01ea6d5b9b596f39a2c5ec09b9ff9a88 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:51.631Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:51.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-18T03:22:51.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-18T03:22:51.963Z] eb3183848653: Preparing [2021-01-18T03:22:51.963Z] e16800c468d4: Preparing [2021-01-18T03:22:51.963Z] ff772ea6dbb0: Preparing [2021-01-18T03:22:51.963Z] e16800c468d4: Layer already exists [2021-01-18T03:22:51.963Z] eb3183848653: Layer already exists [2021-01-18T03:22:51.963Z] ff772ea6dbb0: Layer already exists [2021-01-18T03:22:52.232Z] master: digest: sha256:b0d7deb83523e3be555a036997e1007a01ea6d5b9b596f39a2c5ec09b9ff9a88 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:22:52.427Z] ===================================================== [Pipeline] echo [2021-01-18T03:22:52.472Z] taggedImages: [2021-01-18T03:22:52.472Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:52.472Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.43 [2021-01-18T03:22:52.472Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:52.472Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-18T03:22:52.538Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-18T03:22:52.538Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:52.538Z] 2.0.0-dev.43 [2021-01-18T03:22:52.538Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:22:52.538Z] master [2021-01-18T03:22:52.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:53.051Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:22:53.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:22:53.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-18T03:22:53.383Z] 0891549e6c0a: Preparing [2021-01-18T03:22:53.383Z] 3db3ba5d5e3e: Preparing [2021-01-18T03:22:53.383Z] 85e5910623e0: Preparing [2021-01-18T03:22:53.383Z] d794146dc81a: Preparing [2021-01-18T03:22:53.383Z] 835ceab17994: Preparing [2021-01-18T03:22:53.383Z] 18762ad39a3b: Preparing [2021-01-18T03:22:53.383Z] eab53ce96c8f: Preparing [2021-01-18T03:22:53.383Z] 9ded3b6bb9b5: Preparing [2021-01-18T03:22:53.383Z] fa1afe8e6ed9: Preparing [2021-01-18T03:22:53.383Z] 87a09b4c083e: Preparing [2021-01-18T03:22:53.383Z] 0f74e9ff2a61: Preparing [2021-01-18T03:22:53.383Z] b122376c33c6: Preparing [2021-01-18T03:22:53.383Z] f8381ed47b22: Preparing [2021-01-18T03:22:53.383Z] e934a737d657: Preparing [2021-01-18T03:22:53.383Z] 18762ad39a3b: Waiting [2021-01-18T03:22:53.383Z] 87a09b4c083e: Waiting [2021-01-18T03:22:53.383Z] eab53ce96c8f: Waiting [2021-01-18T03:22:53.383Z] 0f74e9ff2a61: Waiting [2021-01-18T03:22:53.383Z] 9ded3b6bb9b5: Waiting [2021-01-18T03:22:53.383Z] fa1afe8e6ed9: Waiting [2021-01-18T03:22:53.383Z] f8381ed47b22: Waiting [2021-01-18T03:22:53.383Z] e934a737d657: Waiting [2021-01-18T03:22:53.383Z] b122376c33c6: Waiting [2021-01-18T03:22:53.980Z] 835ceab17994: Pushed [2021-01-18T03:22:53.980Z] 0891549e6c0a: Pushed [2021-01-18T03:22:54.579Z] d794146dc81a: Pushed [2021-01-18T03:22:54.852Z] 9ded3b6bb9b5: Layer already exists [2021-01-18T03:22:54.852Z] eab53ce96c8f: Pushed [2021-01-18T03:22:54.852Z] fa1afe8e6ed9: Layer already exists [2021-01-18T03:22:54.852Z] 87a09b4c083e: Layer already exists [2021-01-18T03:22:54.852Z] 0f74e9ff2a61: Layer already exists [2021-01-18T03:22:54.852Z] b122376c33c6: Layer already exists [2021-01-18T03:22:54.852Z] f8381ed47b22: Layer already exists [2021-01-18T03:22:54.852Z] e934a737d657: Layer already exists [2021-01-18T03:22:55.445Z] 3db3ba5d5e3e: Pushed [2021-01-18T03:22:56.868Z] 18762ad39a3b: Pushed [2021-01-18T03:23:06.983Z] 85e5910623e0: Pushed [2021-01-18T03:23:06.983Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524: digest: sha256:ad6c83ba611f86f48c1cc8dff256fdb3b13e1ed4ba6522a0ef5adbc97ffd0487 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:07.318Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:07.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.43 [2021-01-18T03:23:07.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-18T03:23:07.646Z] 0891549e6c0a: Preparing [2021-01-18T03:23:07.646Z] 3db3ba5d5e3e: Preparing [2021-01-18T03:23:07.646Z] 85e5910623e0: Preparing [2021-01-18T03:23:07.646Z] d794146dc81a: Preparing [2021-01-18T03:23:07.646Z] 835ceab17994: Preparing [2021-01-18T03:23:07.646Z] 18762ad39a3b: Preparing [2021-01-18T03:23:07.646Z] eab53ce96c8f: Preparing [2021-01-18T03:23:07.646Z] 9ded3b6bb9b5: Preparing [2021-01-18T03:23:07.646Z] fa1afe8e6ed9: Preparing [2021-01-18T03:23:07.646Z] 87a09b4c083e: Preparing [2021-01-18T03:23:07.646Z] 0f74e9ff2a61: Preparing [2021-01-18T03:23:07.646Z] b122376c33c6: Preparing [2021-01-18T03:23:07.646Z] f8381ed47b22: Preparing [2021-01-18T03:23:07.646Z] e934a737d657: Preparing [2021-01-18T03:23:07.646Z] 18762ad39a3b: Waiting [2021-01-18T03:23:07.646Z] eab53ce96c8f: Waiting [2021-01-18T03:23:07.646Z] 9ded3b6bb9b5: Waiting [2021-01-18T03:23:07.646Z] fa1afe8e6ed9: Waiting [2021-01-18T03:23:07.646Z] 87a09b4c083e: Waiting [2021-01-18T03:23:07.646Z] 0f74e9ff2a61: Waiting [2021-01-18T03:23:07.646Z] b122376c33c6: Waiting [2021-01-18T03:23:07.646Z] f8381ed47b22: Waiting [2021-01-18T03:23:07.646Z] e934a737d657: Waiting [2021-01-18T03:23:07.646Z] 85e5910623e0: Layer already exists [2021-01-18T03:23:07.646Z] 835ceab17994: Layer already exists [2021-01-18T03:23:07.646Z] d794146dc81a: Layer already exists [2021-01-18T03:23:07.646Z] 0891549e6c0a: Layer already exists [2021-01-18T03:23:07.646Z] 3db3ba5d5e3e: Layer already exists [2021-01-18T03:23:07.646Z] 9ded3b6bb9b5: Layer already exists [2021-01-18T03:23:07.646Z] eab53ce96c8f: Layer already exists [2021-01-18T03:23:07.646Z] 18762ad39a3b: Layer already exists [2021-01-18T03:23:07.646Z] fa1afe8e6ed9: Layer already exists [2021-01-18T03:23:07.916Z] 87a09b4c083e: Layer already exists [2021-01-18T03:23:07.916Z] b122376c33c6: Layer already exists [2021-01-18T03:23:07.916Z] f8381ed47b22: Layer already exists [2021-01-18T03:23:07.916Z] e934a737d657: Layer already exists [2021-01-18T03:23:07.916Z] 0f74e9ff2a61: Layer already exists [2021-01-18T03:23:07.916Z] 2.0.0-dev.43: digest: sha256:ad6c83ba611f86f48c1cc8dff256fdb3b13e1ed4ba6522a0ef5adbc97ffd0487 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:08.253Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:08.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:23:08.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-18T03:23:08.856Z] 0891549e6c0a: Preparing [2021-01-18T03:23:08.856Z] 3db3ba5d5e3e: Preparing [2021-01-18T03:23:08.856Z] 85e5910623e0: Preparing [2021-01-18T03:23:08.856Z] d794146dc81a: Preparing [2021-01-18T03:23:08.856Z] 835ceab17994: Preparing [2021-01-18T03:23:08.856Z] 18762ad39a3b: Preparing [2021-01-18T03:23:08.856Z] eab53ce96c8f: Preparing [2021-01-18T03:23:08.856Z] 9ded3b6bb9b5: Preparing [2021-01-18T03:23:08.856Z] fa1afe8e6ed9: Preparing [2021-01-18T03:23:08.856Z] 87a09b4c083e: Preparing [2021-01-18T03:23:08.856Z] 0f74e9ff2a61: Preparing [2021-01-18T03:23:08.856Z] 18762ad39a3b: Waiting [2021-01-18T03:23:08.856Z] b122376c33c6: Preparing [2021-01-18T03:23:08.856Z] eab53ce96c8f: Waiting [2021-01-18T03:23:08.856Z] f8381ed47b22: Preparing [2021-01-18T03:23:08.856Z] e934a737d657: Preparing [2021-01-18T03:23:08.856Z] 9ded3b6bb9b5: Waiting [2021-01-18T03:23:08.856Z] fa1afe8e6ed9: Waiting [2021-01-18T03:23:08.856Z] 0f74e9ff2a61: Waiting [2021-01-18T03:23:08.856Z] 87a09b4c083e: Waiting [2021-01-18T03:23:08.856Z] b122376c33c6: Waiting [2021-01-18T03:23:08.856Z] f8381ed47b22: Waiting [2021-01-18T03:23:08.856Z] e934a737d657: Waiting [2021-01-18T03:23:08.856Z] 3db3ba5d5e3e: Layer already exists [2021-01-18T03:23:08.856Z] d794146dc81a: Layer already exists [2021-01-18T03:23:08.856Z] 85e5910623e0: Layer already exists [2021-01-18T03:23:08.856Z] 0891549e6c0a: Layer already exists [2021-01-18T03:23:08.856Z] 835ceab17994: Layer already exists [2021-01-18T03:23:08.856Z] 18762ad39a3b: Layer already exists [2021-01-18T03:23:08.856Z] eab53ce96c8f: Layer already exists [2021-01-18T03:23:08.856Z] fa1afe8e6ed9: Layer already exists [2021-01-18T03:23:08.856Z] 9ded3b6bb9b5: Layer already exists [2021-01-18T03:23:08.856Z] 87a09b4c083e: Layer already exists [2021-01-18T03:23:08.856Z] b122376c33c6: Layer already exists [2021-01-18T03:23:08.856Z] f8381ed47b22: Layer already exists [2021-01-18T03:23:08.856Z] e934a737d657: Layer already exists [2021-01-18T03:23:08.856Z] 0f74e9ff2a61: Layer already exists [2021-01-18T03:23:09.129Z] cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43: digest: sha256:ad6c83ba611f86f48c1cc8dff256fdb3b13e1ed4ba6522a0ef5adbc97ffd0487 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:09.487Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:09.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-18T03:23:09.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-18T03:23:09.826Z] 0891549e6c0a: Preparing [2021-01-18T03:23:09.826Z] 3db3ba5d5e3e: Preparing [2021-01-18T03:23:09.826Z] 85e5910623e0: Preparing [2021-01-18T03:23:09.826Z] d794146dc81a: Preparing [2021-01-18T03:23:09.826Z] 835ceab17994: Preparing [2021-01-18T03:23:09.826Z] 18762ad39a3b: Preparing [2021-01-18T03:23:09.826Z] eab53ce96c8f: Preparing [2021-01-18T03:23:09.826Z] 9ded3b6bb9b5: Preparing [2021-01-18T03:23:09.826Z] fa1afe8e6ed9: Preparing [2021-01-18T03:23:09.826Z] 87a09b4c083e: Preparing [2021-01-18T03:23:09.826Z] 0f74e9ff2a61: Preparing [2021-01-18T03:23:09.826Z] b122376c33c6: Preparing [2021-01-18T03:23:09.826Z] f8381ed47b22: Preparing [2021-01-18T03:23:09.826Z] e934a737d657: Preparing [2021-01-18T03:23:09.826Z] 18762ad39a3b: Waiting [2021-01-18T03:23:09.826Z] 0f74e9ff2a61: Waiting [2021-01-18T03:23:09.826Z] eab53ce96c8f: Waiting [2021-01-18T03:23:09.826Z] 9ded3b6bb9b5: Waiting [2021-01-18T03:23:09.826Z] fa1afe8e6ed9: Waiting [2021-01-18T03:23:09.826Z] b122376c33c6: Waiting [2021-01-18T03:23:09.826Z] 87a09b4c083e: Waiting [2021-01-18T03:23:09.826Z] f8381ed47b22: Waiting [2021-01-18T03:23:09.826Z] e934a737d657: Waiting [2021-01-18T03:23:09.826Z] d794146dc81a: Layer already exists [2021-01-18T03:23:09.826Z] 0891549e6c0a: Layer already exists [2021-01-18T03:23:10.097Z] 3db3ba5d5e3e: Layer already exists [2021-01-18T03:23:10.097Z] 85e5910623e0: Layer already exists [2021-01-18T03:23:10.097Z] 835ceab17994: Layer already exists [2021-01-18T03:23:10.097Z] eab53ce96c8f: Layer already exists [2021-01-18T03:23:10.097Z] 18762ad39a3b: Layer already exists [2021-01-18T03:23:10.097Z] fa1afe8e6ed9: Layer already exists [2021-01-18T03:23:10.097Z] 9ded3b6bb9b5: Layer already exists [2021-01-18T03:23:10.097Z] 87a09b4c083e: Layer already exists [2021-01-18T03:23:10.097Z] 0f74e9ff2a61: Layer already exists [2021-01-18T03:23:10.097Z] b122376c33c6: Layer already exists [2021-01-18T03:23:10.097Z] f8381ed47b22: Layer already exists [2021-01-18T03:23:10.097Z] e934a737d657: Layer already exists [2021-01-18T03:23:10.097Z] master: digest: sha256:ad6c83ba611f86f48c1cc8dff256fdb3b13e1ed4ba6522a0ef5adbc97ffd0487 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-18T03:23:10.389Z] ===================================================== [Pipeline] echo [2021-01-18T03:23:10.495Z] taggedImages: [2021-01-18T03:23:10.495Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524 [2021-01-18T03:23:10.495Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.43 [2021-01-18T03:23:10.495Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cc81cd9a60941bde415ebdc6eaf205dd7f209524-2.0.0-dev.43 [2021-01-18T03:23:10.495Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-18T03:23:12.296Z] provisioning config files... [2021-01-18T03:23:12.308Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/302@tmp/config4551781661404114751tmp [Pipeline] { [Pipeline] sh [2021-01-18T03:23:12.710Z] + set +x [2021-01-18T03:23:12.710Z] + curl -s https://codecov.io/bash [2021-01-18T03:23:12.710Z] + bash -s -- [2021-01-18T03:23:13.286Z] [2021-01-18T03:23:13.286Z] _____ _ [2021-01-18T03:23:13.286Z] / ____| | | [2021-01-18T03:23:13.286Z] | | ___ __| | ___ ___ _____ __ [2021-01-18T03:23:13.286Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-18T03:23:13.286Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-18T03:23:13.286Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-18T03:23:13.286Z] Bash-20210115-cec3c92 [2021-01-18T03:23:13.286Z] [2021-01-18T03:23:13.286Z] [2021-01-18T03:23:13.286Z] ==> git version 2.24.3 found [2021-01-18T03:23:13.286Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-18T03:23:13.286Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-18T03:23:13.286Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-18T03:23:13.286Z] ==> Jenkins CI detected. [2021-01-18T03:23:13.286Z] project root: . [2021-01-18T03:23:13.286Z] --> token set from env [2021-01-18T03:23:13.286Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-18T03:23:13.286Z] ==> Running gcov in . (disable via -X gcov) [2021-01-18T03:23:13.286Z] ==> Python coveragepy not found [2021-01-18T03:23:13.286Z] ==> Searching for coverage reports in: [2021-01-18T03:23:13.286Z] + . [2021-01-18T03:23:13.286Z] -> Found 1 reports [2021-01-18T03:23:13.286Z] ==> Detecting git/mercurial file structure [2021-01-18T03:23:13.286Z] ==> Reading reports [2021-01-18T03:23:13.286Z] + ./coverage.out bytes=550280 [2021-01-18T03:23:13.286Z] ==> Appending adjustments [2021-01-18T03:23:13.286Z] https://docs.codecov.io/docs/fixing-reports [2021-01-18T03:23:16.598Z] + Found adjustments [2021-01-18T03:23:16.598Z] ==> Gzipping contents [2021-01-18T03:23:16.598Z] 84K /tmp/codecov.Ezzqpw.gz [2021-01-18T03:23:16.598Z] ==> Uploading reports [2021-01-18T03:23:16.598Z] url: https://codecov.io [2021-01-18T03:23:16.598Z] query: branch=master&commit=cc81cd9a60941bde415ebdc6eaf205dd7f209524&build=302&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F302%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-18T03:23:16.598Z] -> Pinging Codecov [2021-01-18T03:23:16.598Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=cc81cd9a60941bde415ebdc6eaf205dd7f209524&build=302&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F302%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-18T03:23:16.859Z] -> Uploading to [2021-01-18T03:23:16.859Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/cc81cd9a60941bde415ebdc6eaf205dd7f209524/919c2eb2-1f8e-4e9c-a573-c8647a0b7817.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T032316Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c44e785e719cf82da8482d94df4a54187c67637856099bbcd9fb249dd3a8c964 [2021-01-18T03:23:16.859Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:23:16.859Z] Dload Upload Total Spent Left Speed [2021-01-18T03:23:17.434Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83327 0 0 100 83327 0 122k --:--:-- --:--:-- --:--:-- 122k [2021-01-18T03:23:17.434Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/cc81cd9a60941bde415ebdc6eaf205dd7f209524 [Pipeline] } [2021-01-18T03:23:17.444Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-18T03:23:18.254Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-18T03:23:18.314Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:18.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-18T03:23:18.690Z] [2021-01-18T03:23:18.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:23:19.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-18T03:23:19.048Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-18T03:23:19.048Z] 188c0c94c7c5: Already exists [2021-01-18T03:23:19.048Z] 0ef7d3d256c8: Already exists [2021-01-18T03:23:19.048Z] de9db76c5a1d: Already exists [2021-01-18T03:23:19.048Z] 0eba1c9be4d2: Pulling fs layer [2021-01-18T03:23:19.048Z] 0d57e429df01: Pulling fs layer [2021-01-18T03:23:19.048Z] 4e4be7b47b0d: Pulling fs layer [2021-01-18T03:23:19.048Z] e1f770b5df2f: Pulling fs layer [2021-01-18T03:23:19.048Z] 85a0685a4137: Pulling fs layer [2021-01-18T03:23:19.048Z] e1f770b5df2f: Waiting [2021-01-18T03:23:19.048Z] 85a0685a4137: Waiting [2021-01-18T03:23:19.311Z] 4e4be7b47b0d: Verifying Checksum [2021-01-18T03:23:19.311Z] 4e4be7b47b0d: Download complete [2021-01-18T03:23:19.311Z] 0d57e429df01: Download complete [2021-01-18T03:23:20.702Z] e1f770b5df2f: Verifying Checksum [2021-01-18T03:23:20.702Z] e1f770b5df2f: Download complete [2021-01-18T03:23:22.630Z] 0eba1c9be4d2: Verifying Checksum [2021-01-18T03:23:22.630Z] 0eba1c9be4d2: Download complete [2021-01-18T03:23:23.210Z] 85a0685a4137: Verifying Checksum [2021-01-18T03:23:23.210Z] 85a0685a4137: Download complete [2021-01-18T03:23:28.531Z] 0eba1c9be4d2: Pull complete [2021-01-18T03:23:28.531Z] 0d57e429df01: Pull complete [2021-01-18T03:23:28.531Z] 4e4be7b47b0d: Pull complete [2021-01-18T03:23:33.845Z] e1f770b5df2f: Pull complete [2021-01-18T03:23:42.213Z] 85a0685a4137: Pull complete [2021-01-18T03:23:42.213Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-18T03:23:42.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-18T03:23:42.213Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-18T03:23:42.539Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:23:42.661Z] $ 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/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-18T03:23:43.835Z] $ docker top eeb78ce6868c192b6dc252128735226a513e4f9d552ba5a02dea663248eafad0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T03:23:44.132Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-18T03:23:44.430Z] + set -o pipefail [2021-01-18T03:23:44.430Z] + snyk monitor '--org=edgex-jenkins' [2021-01-18T03:23:52.600Z] [2021-01-18T03:23:52.600Z] Monitoring /w/workspace/edgex-go/302 (github.com/edgexfoundry/edgex-go)... [2021-01-18T03:23:52.600Z] [2021-01-18T03:23:52.600Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/1dc7c635-b7b7-4fe3-adb0-b188318c0409 [2021-01-18T03:23:52.600Z] [2021-01-18T03:23:52.600Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-18T03:23:52.600Z] [2021-01-18T03:23:52.600Z] [Pipeline] } [2021-01-18T03:23:52.618Z] $ docker stop --time=1 eeb78ce6868c192b6dc252128735226a513e4f9d552ba5a02dea663248eafad0 [2021-01-18T03:23:55.601Z] $ docker rm -f eeb78ce6868c192b6dc252128735226a513e4f9d552ba5a02dea663248eafad0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-18T03:23:56.941Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T03:23:56.995Z] provisioning config files... [2021-01-18T03:23:57.009Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/302@tmp/config8956313971161317896tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:23:57.383Z] --> edgex-publish-swagger.sh [2021-01-18T03:23:57.383Z] === Publish openapi/v1 API === [2021-01-18T03:23:57.383Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-18T03:23:57.383Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/302/openapi/v1/core-command.yaml] [2021-01-18T03:23:57.383Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:23:57.383Z] Dload Upload Total Spent Left Speed [2021-01-18T03:23:58.775Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8214 0:00:01 0:00:01 --:--:-- 8220 100 10522 0 0 100 10522 0 8135 0:00:01 0:00:01 --:--:-- 8143 [2021-01-18T03:23:58.775Z] [2021-01-18T03:23:58.775Z] [2021-01-18T03:23:58.775Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/302/openapi/v1/core-data.yaml] [2021-01-18T03:23:58.775Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:23:58.775Z] Dload Upload Total Spent Left Speed [2021-01-18T03:23:59.721Z] 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 27867 0:00:01 0:00:01 --:--:-- 27850 100 32557 0 0 100 32557 0 27863 0:00:01 0:00:01 --:--:-- 27850 [2021-01-18T03:23:59.721Z] [2021-01-18T03:23:59.721Z] [2021-01-18T03:23:59.721Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/302/openapi/v1/core-metadata.yaml] [2021-01-18T03:23:59.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:23:59.721Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:01.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61952 0:00:01 0:00:01 --:--:-- 62002 100 73721 0 0 100 73721 0 61943 0:00:01 0:00:01 --:--:-- 62002 [2021-01-18T03:24:01.110Z] [2021-01-18T03:24:01.110Z] [2021-01-18T03:24:01.110Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/302/openapi/v1/support-logging.yaml] [2021-01-18T03:24:01.110Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:01.110Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:02.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12635 0:00:01 0:00:01 --:--:-- 12645 100 13581 0 0 100 13581 0 12633 0:00:01 0:00:01 --:--:-- 12645 [2021-01-18T03:24:02.064Z] [2021-01-18T03:24:02.064Z] [2021-01-18T03:24:02.064Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/302/openapi/v1/support-notifications.yaml] [2021-01-18T03:24:02.064Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:02.064Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:03.458Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32989 0:00:01 0:00:01 --:--:-- 33013 100 38890 0 0 100 38890 0 32984 0:00:01 0:00:01 --:--:-- 33013 [2021-01-18T03:24:03.458Z] [2021-01-18T03:24:03.458Z] [2021-01-18T03:24:03.458Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/302/openapi/v1/support-scheduler.yaml] [2021-01-18T03:24:03.458Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:03.458Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:04.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11788 0:00:01 0:00:01 --:--:-- 11795 100 14249 0 0 100 14249 0 11023 0:00:01 0:00:01 --:--:-- 11028 [2021-01-18T03:24:04.679Z] [2021-01-18T03:24:04.679Z] [2021-01-18T03:24:04.679Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/302/openapi/v1/system-agent.yaml] [2021-01-18T03:24:04.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:04.679Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:05.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3661 0:00:01 0:00:01 --:--:-- 3659 100 4110 0 0 100 4110 0 3660 0:00:01 0:00:01 --:--:-- 3659 [2021-01-18T03:24:05.626Z] [2021-01-18T03:24:05.626Z] [2021-01-18T03:24:05.626Z] === Publish openapi/v2 API === [2021-01-18T03:24:05.626Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-18T03:24:05.626Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/302/openapi/v2/core-command.yaml] [2021-01-18T03:24:05.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:05.626Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:07.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19011 0:00:01 0:00:01 --:--:-- 19017 100 20843 0 0 100 20843 0 19008 0:00:01 0:00:01 --:--:-- 19017 [2021-01-18T03:24:07.020Z] [2021-01-18T03:24:07.020Z] [2021-01-18T03:24:07.020Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/302/openapi/v2/core-data.yaml] [2021-01-18T03:24:07.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:07.020Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:07.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 51984 0:00:01 0:00:01 --:--:-- 52010 100 57055 0 0 100 57055 0 51974 0:00:01 0:00:01 --:--:-- 52010 [2021-01-18T03:24:07.965Z] [2021-01-18T03:24:07.965Z] [2021-01-18T03:24:07.965Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/302/openapi/v2/core-metadata.yaml] [2021-01-18T03:24:07.965Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:07.965Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:09.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 120k 0 0 100 120k 0 99906 0:00:01 0:00:01 --:--:-- 99979 [2021-01-18T03:24:09.364Z] [2021-01-18T03:24:09.364Z] [2021-01-18T03:24:09.364Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/302/openapi/v2/support-logging.yaml] [2021-01-18T03:24:09.365Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:09.365Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:10.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 22202 0:00:01 0:00:01 --:--:-- 22225 100 23692 0 0 100 23692 0 22197 0:00:01 0:00:01 --:--:-- 22204 [2021-01-18T03:24:10.311Z] [2021-01-18T03:24:10.311Z] [2021-01-18T03:24:10.311Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/302/openapi/v2/support-notifications.yaml] [2021-01-18T03:24:10.311Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:10.311Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:11.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 51955 0:00:01 0:00:01 --:--:-- 51982 100 62691 0 0 100 62691 0 45537 0:00:01 0:00:01 --:--:-- 45527 100 62691 0 0 100 62691 0 45532 0:00:01 0:00:01 --:--:-- 45527 [2021-01-18T03:24:11.700Z] [2021-01-18T03:24:11.700Z] [2021-01-18T03:24:11.700Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/302/openapi/v2/support-scheduler.yaml] [2021-01-18T03:24:11.700Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:11.700Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:12.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 36884 0:00:01 0:00:01 --:--:-- 36899 100 39667 0 0 100 39667 0 36878 0:00:01 0:00:01 --:--:-- 36899 [2021-01-18T03:24:12.648Z] [2021-01-18T03:24:12.648Z] [2021-01-18T03:24:12.648Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/302/openapi/v2/system-agent.yaml] [2021-01-18T03:24:12.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:24:12.649Z] Dload Upload Total Spent Left Speed [2021-01-18T03:24:14.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 21635 0:00:01 0:00:01 --:--:-- 21647 100 23726 0 0 100 23726 0 21631 0:00:01 0:00:01 --:--:-- 21647 [2021-01-18T03:24:14.064Z] [2021-01-18T03:24:14.064Z] [Pipeline] } [2021-01-18T03:24:14.075Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:24:14.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:24:14.896Z] . [Pipeline] withDockerContainer [2021-01-18T03:24:15.002Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:24:15.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T03:24:15.895Z] $ docker top 6cd5e436243bf87ca79f633c9319c6e7a6742ed34ea066300464288f29e1921f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T03:24:16.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T03:24:16.186Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T03:24:16.409Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T03:24:16.412Z] $ docker exec 6cd5e436243bf87ca79f633c9319c6e7a6742ed34ea066300464288f29e1921f ssh-agent [2021-01-18T03:24:16.597Z] SSH_AUTH_SOCK=/tmp/ssh-9Wj2P2YzpfH7/agent.11 [2021-01-18T03:24:16.597Z] SSH_AGENT_PID=17 [2021-01-18T03:24:16.607Z] Running ssh-add (command line suppressed) [2021-01-18T03:24:16.739Z] Identity added: /w/workspace/edgex-go/302@tmp/private_key_533992635642912984.key (/w/workspace/edgex-go/302@tmp/private_key_533992635642912984.key) [2021-01-18T03:24:16.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T03:24:17.131Z] + git semver tag [2021-01-18T03:24:17.393Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T03:24:17.393Z] # $GIT_DIR = /w/workspace/edgex-go/302/.git [2021-01-18T03:24:17.393Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/302 [2021-01-18T03:24:17.393Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T03:24:17.393Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T03:24:17.393Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T03:24:17.393Z] # $SEMVER_BRANCH = master [2021-01-18T03:24:17.393Z] # $SEMVER_DIR = /w/workspace/edgex-go/302/.semver [2021-01-18T03:24:17.393Z] # cc81cd9a60941bde415ebdc6eaf205dd7f209524 HEAD [2021-01-18T03:24:17.967Z] # -> Force: false [2021-01-18T03:24:17.967Z] # 29522b578234b27b8414c375fe7e8aa294103ad4 refs/tags/v2.0.0-dev.43 [Pipeline] } [2021-01-18T03:24:17.980Z] $ docker exec --env ******** --env ******** 6cd5e436243bf87ca79f633c9319c6e7a6742ed34ea066300464288f29e1921f ssh-agent -k [2021-01-18T03:24:18.154Z] unset SSH_AUTH_SOCK; [2021-01-18T03:24:18.154Z] unset SSH_AGENT_PID; [2021-01-18T03:24:18.154Z] echo Agent pid 17 killed; [2021-01-18T03:24:18.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T03:24:18.720Z] + git semver [Pipeline] } [2021-01-18T03:24:18.737Z] $ docker stop --time=1 6cd5e436243bf87ca79f633c9319c6e7a6742ed34ea066300464288f29e1921f [2021-01-18T03:24:20.115Z] $ docker rm -f 6cd5e436243bf87ca79f633c9319c6e7a6742ed34ea066300464288f29e1921f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:24:20.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-18T03:24:20.767Z] [2021-01-18T03:24:20.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:24:21.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-18T03:24:21.130Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-18T03:24:21.130Z] ab5ef0e58194: Pulling fs layer [2021-01-18T03:24:21.130Z] 9712f1f96733: Pulling fs layer [2021-01-18T03:24:21.130Z] 63f879dbbcfc: Pulling fs layer [2021-01-18T03:24:21.130Z] 0d9ebad4ef96: Pulling fs layer [2021-01-18T03:24:21.130Z] e9a5061849ea: Pulling fs layer [2021-01-18T03:24:21.130Z] d747dcd14b5f: Pulling fs layer [2021-01-18T03:24:21.130Z] 2de7ff778b66: Pulling fs layer [2021-01-18T03:24:21.130Z] e9a5061849ea: Waiting [2021-01-18T03:24:21.130Z] d747dcd14b5f: Waiting [2021-01-18T03:24:21.130Z] 2de7ff778b66: Waiting [2021-01-18T03:24:21.130Z] 0d9ebad4ef96: Waiting [2021-01-18T03:24:21.130Z] 9712f1f96733: Verifying Checksum [2021-01-18T03:24:21.130Z] 9712f1f96733: Download complete [2021-01-18T03:24:23.051Z] 63f879dbbcfc: Verifying Checksum [2021-01-18T03:24:23.051Z] 63f879dbbcfc: Download complete [2021-01-18T03:24:23.315Z] e9a5061849ea: Verifying Checksum [2021-01-18T03:24:23.315Z] e9a5061849ea: Download complete [2021-01-18T03:24:23.315Z] d747dcd14b5f: Verifying Checksum [2021-01-18T03:24:23.315Z] d747dcd14b5f: Download complete [2021-01-18T03:24:23.586Z] ab5ef0e58194: Verifying Checksum [2021-01-18T03:24:23.586Z] ab5ef0e58194: Download complete [2021-01-18T03:24:23.586Z] 0d9ebad4ef96: Verifying Checksum [2021-01-18T03:24:23.586Z] 0d9ebad4ef96: Download complete [2021-01-18T03:24:23.586Z] 2de7ff778b66: Verifying Checksum [2021-01-18T03:24:23.586Z] 2de7ff778b66: Download complete [2021-01-18T03:24:28.927Z] ab5ef0e58194: Pull complete [2021-01-18T03:24:28.927Z] 9712f1f96733: Pull complete [2021-01-18T03:24:31.495Z] 63f879dbbcfc: Pull complete [2021-01-18T03:24:39.853Z] 0d9ebad4ef96: Pull complete [2021-01-18T03:24:39.853Z] e9a5061849ea: Pull complete [2021-01-18T03:24:39.853Z] d747dcd14b5f: Pull complete [2021-01-18T03:24:43.186Z] 2de7ff778b66: Pull complete [2021-01-18T03:24:43.186Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-18T03:24:43.186Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-18T03:24:43.186Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-18T03:24:43.415Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:24:43.464Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-18T03:24:46.606Z] $ docker top 833aa2beff00ab5c2ddd70b749c2dd57e575eaebc6956cd70713f46bf97ff242 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-18T03:24:46.903Z] provisioning config files... [2021-01-18T03:24:46.916Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/302@tmp/config2826021037460328470tmp [2021-01-18T03:24:46.935Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/302@tmp/config7043183144301665051tmp [2021-01-18T03:24:46.953Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/302@tmp/config3810024840362228455tmp [Pipeline] { [Pipeline] echo [2021-01-18T03:24:47.013Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:24:47.311Z] ---> sigul-configuration.sh [2021-01-18T03:24:47.311Z] gpg: directory `/root/.gnupg' created [2021-01-18T03:24:47.311Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-18T03:24:47.311Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-18T03:24:47.311Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-18T03:24:47.311Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-18T03:24:47.311Z] gpg: CAST5 encrypted data [2021-01-18T03:24:47.579Z] gpg: encrypted with 1 passphrase [2021-01-18T03:24:47.579Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-18T03:24:47.880Z] + mkdir /home/jenkins [2021-01-18T03:24:47.880Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-18T03:24:48.182Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-18T03:24:48.193Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:24:48.491Z] ---> sigul-install.sh [2021-01-18T03:24:55.105Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-18T03:24:55.406Z] + git tag --list [2021-01-18T03:24:55.406Z] 0.6.0 [2021-01-18T03:24:55.406Z] 0.6.1 [2021-01-18T03:24:55.406Z] 0.7.0 [2021-01-18T03:24:55.406Z] 0.7.1 [2021-01-18T03:24:55.406Z] v1.0.0 [2021-01-18T03:24:55.406Z] v1.0.1 [2021-01-18T03:24:55.406Z] v1.1.0 [2021-01-18T03:24:55.406Z] v1.2.0 [2021-01-18T03:24:55.406Z] v1.2.1 [2021-01-18T03:24:55.406Z] v1.2.2-dev.1 [2021-01-18T03:24:55.406Z] v1.2.2-dev.10 [2021-01-18T03:24:55.406Z] v1.2.2-dev.100 [2021-01-18T03:24:55.406Z] v1.2.2-dev.101 [2021-01-18T03:24:55.406Z] v1.2.2-dev.102 [2021-01-18T03:24:55.406Z] v1.2.2-dev.103 [2021-01-18T03:24:55.406Z] v1.2.2-dev.104 [2021-01-18T03:24:55.406Z] v1.2.2-dev.105 [2021-01-18T03:24:55.406Z] v1.2.2-dev.106 [2021-01-18T03:24:55.406Z] v1.2.2-dev.107 [2021-01-18T03:24:55.406Z] v1.2.2-dev.11 [2021-01-18T03:24:55.406Z] v1.2.2-dev.12 [2021-01-18T03:24:55.406Z] v1.2.2-dev.13 [2021-01-18T03:24:55.406Z] v1.2.2-dev.14 [2021-01-18T03:24:55.406Z] v1.2.2-dev.15 [2021-01-18T03:24:55.406Z] v1.2.2-dev.16 [2021-01-18T03:24:55.406Z] v1.2.2-dev.17 [2021-01-18T03:24:55.406Z] v1.2.2-dev.18 [2021-01-18T03:24:55.406Z] v1.2.2-dev.19 [2021-01-18T03:24:55.406Z] v1.2.2-dev.2 [2021-01-18T03:24:55.406Z] v1.2.2-dev.20 [2021-01-18T03:24:55.406Z] v1.2.2-dev.21 [2021-01-18T03:24:55.406Z] v1.2.2-dev.22 [2021-01-18T03:24:55.406Z] v1.2.2-dev.23 [2021-01-18T03:24:55.406Z] v1.2.2-dev.24 [2021-01-18T03:24:55.406Z] v1.2.2-dev.25 [2021-01-18T03:24:55.406Z] v1.2.2-dev.26 [2021-01-18T03:24:55.406Z] v1.2.2-dev.27 [2021-01-18T03:24:55.406Z] v1.2.2-dev.28 [2021-01-18T03:24:55.406Z] v1.2.2-dev.29 [2021-01-18T03:24:55.406Z] v1.2.2-dev.3 [2021-01-18T03:24:55.406Z] v1.2.2-dev.30 [2021-01-18T03:24:55.406Z] v1.2.2-dev.31 [2021-01-18T03:24:55.406Z] v1.2.2-dev.32 [2021-01-18T03:24:55.406Z] v1.2.2-dev.33 [2021-01-18T03:24:55.406Z] v1.2.2-dev.34 [2021-01-18T03:24:55.406Z] v1.2.2-dev.35 [2021-01-18T03:24:55.406Z] v1.2.2-dev.36 [2021-01-18T03:24:55.406Z] v1.2.2-dev.37 [2021-01-18T03:24:55.406Z] v1.2.2-dev.38 [2021-01-18T03:24:55.406Z] v1.2.2-dev.39 [2021-01-18T03:24:55.406Z] v1.2.2-dev.4 [2021-01-18T03:24:55.406Z] v1.2.2-dev.40 [2021-01-18T03:24:55.406Z] v1.2.2-dev.41 [2021-01-18T03:24:55.406Z] v1.2.2-dev.42 [2021-01-18T03:24:55.406Z] v1.2.2-dev.43 [2021-01-18T03:24:55.406Z] v1.2.2-dev.44 [2021-01-18T03:24:55.406Z] v1.2.2-dev.45 [2021-01-18T03:24:55.406Z] v1.2.2-dev.46 [2021-01-18T03:24:55.406Z] v1.2.2-dev.47 [2021-01-18T03:24:55.406Z] v1.2.2-dev.48 [2021-01-18T03:24:55.406Z] v1.2.2-dev.49 [2021-01-18T03:24:55.406Z] v1.2.2-dev.5 [2021-01-18T03:24:55.406Z] v1.2.2-dev.50 [2021-01-18T03:24:55.406Z] v1.2.2-dev.51 [2021-01-18T03:24:55.406Z] v1.2.2-dev.52 [2021-01-18T03:24:55.406Z] v1.2.2-dev.53 [2021-01-18T03:24:55.406Z] v1.2.2-dev.54 [2021-01-18T03:24:55.406Z] v1.2.2-dev.55 [2021-01-18T03:24:55.406Z] v1.2.2-dev.56 [2021-01-18T03:24:55.406Z] v1.2.2-dev.57 [2021-01-18T03:24:55.406Z] v1.2.2-dev.58 [2021-01-18T03:24:55.406Z] v1.2.2-dev.59 [2021-01-18T03:24:55.406Z] v1.2.2-dev.6 [2021-01-18T03:24:55.406Z] v1.2.2-dev.60 [2021-01-18T03:24:55.406Z] v1.2.2-dev.61 [2021-01-18T03:24:55.406Z] v1.2.2-dev.62 [2021-01-18T03:24:55.406Z] v1.2.2-dev.63 [2021-01-18T03:24:55.406Z] v1.2.2-dev.64 [2021-01-18T03:24:55.406Z] v1.2.2-dev.65 [2021-01-18T03:24:55.406Z] v1.2.2-dev.66 [2021-01-18T03:24:55.406Z] v1.2.2-dev.67 [2021-01-18T03:24:55.406Z] v1.2.2-dev.68 [2021-01-18T03:24:55.406Z] v1.2.2-dev.69 [2021-01-18T03:24:55.406Z] v1.2.2-dev.7 [2021-01-18T03:24:55.406Z] v1.2.2-dev.70 [2021-01-18T03:24:55.406Z] v1.2.2-dev.71 [2021-01-18T03:24:55.406Z] v1.2.2-dev.72 [2021-01-18T03:24:55.406Z] v1.2.2-dev.73 [2021-01-18T03:24:55.406Z] v1.2.2-dev.74 [2021-01-18T03:24:55.406Z] v1.2.2-dev.75 [2021-01-18T03:24:55.406Z] v1.2.2-dev.76 [2021-01-18T03:24:55.406Z] v1.2.2-dev.77 [2021-01-18T03:24:55.406Z] v1.2.2-dev.78 [2021-01-18T03:24:55.406Z] v1.2.2-dev.79 [2021-01-18T03:24:55.406Z] v1.2.2-dev.8 [2021-01-18T03:24:55.406Z] v1.2.2-dev.80 [2021-01-18T03:24:55.406Z] v1.2.2-dev.81 [2021-01-18T03:24:55.406Z] v1.2.2-dev.82 [2021-01-18T03:24:55.406Z] v1.2.2-dev.83 [2021-01-18T03:24:55.406Z] v1.2.2-dev.84 [2021-01-18T03:24:55.406Z] v1.2.2-dev.85 [2021-01-18T03:24:55.406Z] v1.2.2-dev.86 [2021-01-18T03:24:55.406Z] v1.2.2-dev.87 [2021-01-18T03:24:55.406Z] v1.2.2-dev.88 [2021-01-18T03:24:55.406Z] v1.2.2-dev.89 [2021-01-18T03:24:55.406Z] v1.2.2-dev.9 [2021-01-18T03:24:55.406Z] v1.2.2-dev.90 [2021-01-18T03:24:55.406Z] v1.2.2-dev.91 [2021-01-18T03:24:55.406Z] v1.2.2-dev.92 [2021-01-18T03:24:55.406Z] v1.2.2-dev.93 [2021-01-18T03:24:55.406Z] v1.2.2-dev.94 [2021-01-18T03:24:55.406Z] v1.2.2-dev.95 [2021-01-18T03:24:55.406Z] v1.2.2-dev.96 [2021-01-18T03:24:55.406Z] v1.2.2-dev.97 [2021-01-18T03:24:55.406Z] v1.2.2-dev.98 [2021-01-18T03:24:55.406Z] v1.2.2-dev.99 [2021-01-18T03:24:55.406Z] v1.3.0 [2021-01-18T03:24:55.406Z] v1.3.1-dev.1 [2021-01-18T03:24:55.406Z] v1.3.1-dev.10 [2021-01-18T03:24:55.406Z] v1.3.1-dev.11 [2021-01-18T03:24:55.406Z] v1.3.1-dev.12 [2021-01-18T03:24:55.406Z] v1.3.1-dev.13 [2021-01-18T03:24:55.406Z] v1.3.1-dev.14 [2021-01-18T03:24:55.406Z] v1.3.1-dev.15 [2021-01-18T03:24:55.406Z] v1.3.1-dev.16 [2021-01-18T03:24:55.406Z] v1.3.1-dev.17 [2021-01-18T03:24:55.406Z] v1.3.1-dev.18 [2021-01-18T03:24:55.406Z] v1.3.1-dev.2 [2021-01-18T03:24:55.406Z] v1.3.1-dev.3 [2021-01-18T03:24:55.406Z] v1.3.1-dev.4 [2021-01-18T03:24:55.406Z] v1.3.1-dev.5 [2021-01-18T03:24:55.406Z] v1.3.1-dev.6 [2021-01-18T03:24:55.406Z] v1.3.1-dev.7 [2021-01-18T03:24:55.406Z] v1.3.1-dev.8 [2021-01-18T03:24:55.406Z] v1.3.1-dev.9 [2021-01-18T03:24:55.406Z] v2.0.0-dev.1 [2021-01-18T03:24:55.406Z] v2.0.0-dev.10 [2021-01-18T03:24:55.406Z] v2.0.0-dev.11 [2021-01-18T03:24:55.406Z] v2.0.0-dev.12 [2021-01-18T03:24:55.406Z] v2.0.0-dev.13 [2021-01-18T03:24:55.406Z] v2.0.0-dev.14 [2021-01-18T03:24:55.406Z] v2.0.0-dev.15 [2021-01-18T03:24:55.406Z] v2.0.0-dev.16 [2021-01-18T03:24:55.406Z] v2.0.0-dev.17 [2021-01-18T03:24:55.406Z] v2.0.0-dev.18 [2021-01-18T03:24:55.406Z] v2.0.0-dev.19 [2021-01-18T03:24:55.406Z] v2.0.0-dev.2 [2021-01-18T03:24:55.406Z] v2.0.0-dev.20 [2021-01-18T03:24:55.406Z] v2.0.0-dev.21 [2021-01-18T03:24:55.406Z] v2.0.0-dev.22 [2021-01-18T03:24:55.406Z] v2.0.0-dev.23 [2021-01-18T03:24:55.406Z] v2.0.0-dev.24 [2021-01-18T03:24:55.406Z] v2.0.0-dev.25 [2021-01-18T03:24:55.406Z] v2.0.0-dev.26 [2021-01-18T03:24:55.406Z] v2.0.0-dev.27 [2021-01-18T03:24:55.406Z] v2.0.0-dev.28 [2021-01-18T03:24:55.406Z] v2.0.0-dev.29 [2021-01-18T03:24:55.406Z] v2.0.0-dev.3 [2021-01-18T03:24:55.406Z] v2.0.0-dev.30 [2021-01-18T03:24:55.406Z] v2.0.0-dev.31 [2021-01-18T03:24:55.406Z] v2.0.0-dev.32 [2021-01-18T03:24:55.406Z] v2.0.0-dev.33 [2021-01-18T03:24:55.406Z] v2.0.0-dev.34 [2021-01-18T03:24:55.406Z] v2.0.0-dev.35 [2021-01-18T03:24:55.406Z] v2.0.0-dev.36 [2021-01-18T03:24:55.406Z] v2.0.0-dev.37 [2021-01-18T03:24:55.406Z] v2.0.0-dev.38 [2021-01-18T03:24:55.406Z] v2.0.0-dev.39 [2021-01-18T03:24:55.406Z] v2.0.0-dev.4 [2021-01-18T03:24:55.406Z] v2.0.0-dev.40 [2021-01-18T03:24:55.406Z] v2.0.0-dev.41 [2021-01-18T03:24:55.406Z] v2.0.0-dev.42 [2021-01-18T03:24:55.406Z] v2.0.0-dev.43 [2021-01-18T03:24:55.406Z] v2.0.0-dev.5 [2021-01-18T03:24:55.406Z] v2.0.0-dev.6 [2021-01-18T03:24:55.406Z] v2.0.0-dev.7 [2021-01-18T03:24:55.406Z] v2.0.0-dev.8 [2021-01-18T03:24:55.406Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-18T03:24:55.705Z] + lftools sign git-tag v2.0.0-dev.43 [2021-01-18T03:24:56.650Z] Signing Git tag with Sigul... [2021-01-18T03:24:56.650Z] Signing v2.0.0-dev.43 [Pipeline] echo [2021-01-18T03:24:58.052Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:24:58.348Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-18T03:24:58.358Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-18T03:24:58.452Z] $ docker stop --time=1 833aa2beff00ab5c2ddd70b749c2dd57e575eaebc6956cd70713f46bf97ff242 [2021-01-18T03:25:00.581Z] $ docker rm -f 833aa2beff00ab5c2ddd70b749c2dd57e575eaebc6956cd70713f46bf97ff242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:25:01.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:25:01.506Z] . [Pipeline] withDockerContainer [2021-01-18T03:25:01.618Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:25:01.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T03:25:02.533Z] $ docker top 2987921b5ffafbed0fe5b3e0e5d55b5b9a08cc612982fb44b58b83e658ab9a0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T03:25:02.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T03:25:02.887Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T03:25:03.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T03:25:03.132Z] $ docker exec 2987921b5ffafbed0fe5b3e0e5d55b5b9a08cc612982fb44b58b83e658ab9a0e ssh-agent [2021-01-18T03:25:03.314Z] SSH_AUTH_SOCK=/tmp/ssh-QSCETWhFZUV5/agent.11 [2021-01-18T03:25:03.314Z] SSH_AGENT_PID=17 [2021-01-18T03:25:03.322Z] Running ssh-add (command line suppressed) [2021-01-18T03:25:03.454Z] Identity added: /w/workspace/edgex-go/302@tmp/private_key_8155959891449407306.key (/w/workspace/edgex-go/302@tmp/private_key_8155959891449407306.key) [2021-01-18T03:25:03.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T03:25:03.853Z] + git semver bump pre [2021-01-18T03:25:03.853Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T03:25:03.853Z] # $GIT_DIR = /w/workspace/edgex-go/302/.git [2021-01-18T03:25:03.853Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/302 [2021-01-18T03:25:03.853Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T03:25:03.853Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T03:25:03.853Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T03:25:03.853Z] # $SEMVER_BRANCH = master [2021-01-18T03:25:03.853Z] # $SEMVER_DIR = /w/workspace/edgex-go/302/.semver [2021-01-18T03:25:03.853Z] 2.0.0-dev.44 [Pipeline] } [2021-01-18T03:25:03.866Z] $ docker exec --env ******** --env ******** 2987921b5ffafbed0fe5b3e0e5d55b5b9a08cc612982fb44b58b83e658ab9a0e ssh-agent -k [2021-01-18T03:25:03.985Z] unset SSH_AUTH_SOCK; [2021-01-18T03:25:03.985Z] unset SSH_AGENT_PID; [2021-01-18T03:25:03.985Z] echo Agent pid 17 killed; [2021-01-18T03:25:04.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T03:25:04.525Z] + git semver [Pipeline] } [2021-01-18T03:25:04.543Z] $ docker stop --time=1 2987921b5ffafbed0fe5b3e0e5d55b5b9a08cc612982fb44b58b83e658ab9a0e [2021-01-18T03:25:05.973Z] $ docker rm -f 2987921b5ffafbed0fe5b3e0e5d55b5b9a08cc612982fb44b58b83e658ab9a0e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:25:06.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:25:06.501Z] . [Pipeline] withDockerContainer [2021-01-18T03:25:06.606Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:25:06.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T03:25:07.348Z] $ docker top 1eb2be1555f240a05abff1f37dc484422b031711701b01d474433f6ab33c1c12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T03:25:07.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T03:25:07.651Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T03:25:07.843Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T03:25:07.846Z] $ docker exec 1eb2be1555f240a05abff1f37dc484422b031711701b01d474433f6ab33c1c12 ssh-agent [2021-01-18T03:25:08.056Z] SSH_AUTH_SOCK=/tmp/ssh-KUUDAbzqpnbC/agent.13 [2021-01-18T03:25:08.056Z] SSH_AGENT_PID=18 [2021-01-18T03:25:08.066Z] Running ssh-add (command line suppressed) [2021-01-18T03:25:08.210Z] Identity added: /w/workspace/edgex-go/302@tmp/private_key_4143641922831630222.key (/w/workspace/edgex-go/302@tmp/private_key_4143641922831630222.key) [2021-01-18T03:25:08.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T03:25:08.659Z] + git semver push [2021-01-18T03:25:08.659Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T03:25:08.659Z] # $GIT_DIR = /w/workspace/edgex-go/302/.git [2021-01-18T03:25:08.659Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/302 [2021-01-18T03:25:08.659Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T03:25:08.659Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T03:25:08.659Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T03:25:08.659Z] # $SEMVER_BRANCH = master [2021-01-18T03:25:08.659Z] # $SEMVER_DIR = /w/workspace/edgex-go/302/.semver [Pipeline] } [2021-01-18T03:25:18.682Z] $ docker exec --env ******** --env ******** 1eb2be1555f240a05abff1f37dc484422b031711701b01d474433f6ab33c1c12 ssh-agent -k [2021-01-18T03:25:18.837Z] unset SSH_AUTH_SOCK; [2021-01-18T03:25:18.837Z] unset SSH_AGENT_PID; [2021-01-18T03:25:18.838Z] echo Agent pid 18 killed; [2021-01-18T03:25:18.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T03:25:19.424Z] + git semver [Pipeline] } [2021-01-18T03:25:19.442Z] $ docker stop --time=1 1eb2be1555f240a05abff1f37dc484422b031711701b01d474433f6ab33c1c12 [2021-01-18T03:25:20.851Z] $ docker rm -f 1eb2be1555f240a05abff1f37dc484422b031711701b01d474433f6ab33c1c12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:25:22.376Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:25:23.254Z] ---> package-listing.sh [2021-01-18T03:25:23.254Z] ++ facter osfamily [2021-01-18T03:25:23.254Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T03:25:23.254Z] + OS_FAMILY=redhat [2021-01-18T03:25:23.254Z] + workspace=/w/workspace/edgex-go/302 [2021-01-18T03:25:23.254Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T03:25:23.254Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T03:25:23.254Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T03:25:23.254Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T03:25:23.254Z] + '[' /w/workspace/edgex-go/302 ']' [2021-01-18T03:25:23.254Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T03:25:23.254Z] + case "${OS_FAMILY}" in [2021-01-18T03:25:23.254Z] + rpm -qa [2021-01-18T03:25:23.254Z] + sort [2021-01-18T03:25:28.573Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T03:25:28.573Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T03:25:28.573Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T03:25:28.573Z] + '[' /w/workspace/edgex-go/302 ']' [2021-01-18T03:25:28.573Z] + mkdir -p /w/workspace/edgex-go/302/archives/ [2021-01-18T03:25:28.573Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/302/archives/ [Pipeline] echo [2021-01-18T03:25:28.586Z] 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/302/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-18T03:25:28.878Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:25:29.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:25:29.182Z] [2021-01-18T03:25:29.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:25:29.534Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:25:29.534Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T03:25:29.534Z] df20fa9351a1: Pulling fs layer [2021-01-18T03:25:29.534Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T03:25:29.534Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T03:25:29.534Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T03:25:29.534Z] 93b61091891f: Pulling fs layer [2021-01-18T03:25:29.534Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T03:25:29.534Z] 5e14af77c1be: Pulling fs layer [2021-01-18T03:25:29.534Z] 01666e4c0597: Pulling fs layer [2021-01-18T03:25:29.534Z] aa168da1d23b: Pulling fs layer [2021-01-18T03:25:29.534Z] 46f8f816bc3b: Waiting [2021-01-18T03:25:29.534Z] 93b61091891f: Waiting [2021-01-18T03:25:29.534Z] 93b9cdb0e59b: Waiting [2021-01-18T03:25:29.534Z] 5e14af77c1be: Waiting [2021-01-18T03:25:29.534Z] 01666e4c0597: Waiting [2021-01-18T03:25:29.534Z] 36b3adc4ff6f: Download complete [2021-01-18T03:25:29.534Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T03:25:29.534Z] 46f8f816bc3b: Download complete [2021-01-18T03:25:29.797Z] df20fa9351a1: Verifying Checksum [2021-01-18T03:25:29.797Z] df20fa9351a1: Download complete [2021-01-18T03:25:29.797Z] 93b9cdb0e59b: Download complete [2021-01-18T03:25:29.797Z] 5e14af77c1be: Verifying Checksum [2021-01-18T03:25:29.797Z] 5e14af77c1be: Download complete [2021-01-18T03:25:29.797Z] 01666e4c0597: Verifying Checksum [2021-01-18T03:25:29.797Z] 01666e4c0597: Download complete [2021-01-18T03:25:29.797Z] 93b61091891f: Verifying Checksum [2021-01-18T03:25:29.797Z] 93b61091891f: Download complete [2021-01-18T03:25:30.060Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T03:25:30.060Z] 8ad3a11d3b57: Download complete [2021-01-18T03:25:30.060Z] df20fa9351a1: Pull complete [2021-01-18T03:25:30.327Z] 36b3adc4ff6f: Pull complete [2021-01-18T03:25:31.721Z] 8ad3a11d3b57: Pull complete [2021-01-18T03:25:31.721Z] 46f8f816bc3b: Pull complete [2021-01-18T03:25:31.721Z] aa168da1d23b: Verifying Checksum [2021-01-18T03:25:31.721Z] aa168da1d23b: Download complete [2021-01-18T03:25:32.670Z] 93b61091891f: Pull complete [2021-01-18T03:25:32.670Z] 93b9cdb0e59b: Pull complete [2021-01-18T03:25:32.670Z] 5e14af77c1be: Pull complete [2021-01-18T03:25:32.933Z] 01666e4c0597: Pull complete [2021-01-18T03:25:41.121Z] aa168da1d23b: Pull complete [2021-01-18T03:25:41.121Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T03:25:41.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:25:41.121Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T03:25:41.315Z] prd-centos7-docker-4c-2g-20883 does not seem to be running inside a container [2021-01-18T03:25:41.364Z] $ 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/302/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/302 -v /w/workspace/edgex-go/302:/w/workspace/edgex-go/302:rw,z -v /w/workspace/edgex-go/302@tmp:/w/workspace/edgex-go/302@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-18T03:25:44.743Z] $ docker top fab7f9f4bfb8055fe4c85d0c8b79eff67b3f0979aabf64b392d0f906abc71196 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:25:45.295Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T03:25:45.598Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T03:25:45.907Z] + ls /var/log/sa-host [2021-01-18T03:25:45.907Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T03:25:45.907Z] file_magic: OK [2021-01-18T03:25:45.907Z] HZ: Using current value: 100 [2021-01-18T03:25:45.907Z] file_header: OK [2021-01-18T03:25:45.907Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-18T03:25:45.907Z] Statistics: [2021-01-18T03:25:45.907Z] 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... [2021-01-18T03:25:45.907Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T03:25:45.907Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T03:25:45.907Z] file_magic: OK [2021-01-18T03:25:45.907Z] HZ: Using current value: 100 [2021-01-18T03:25:45.907Z] file_header: OK [2021-01-18T03:25:45.907Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-18T03:25:45.907Z] Statistics: [2021-01-18T03:25:45.907Z] Hnuu...uuuununununu... [2021-01-18T03:25:45.907Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T03:25:46.535Z] provisioning config files... [2021-01-18T03:25:46.556Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/302@tmp/config2982800485087532456tmp [Pipeline] { [Pipeline] echo [2021-01-18T03:25:46.623Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:25:46.918Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T03:25:46.928Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T03:25:47.017Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:25:47.331Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T03:25:47.342Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:25:47.637Z] ---> sudo-logs.sh [2021-01-18T03:25:47.637Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T03:25:47.648Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:25:47.972Z] ---> job-cost.sh [2021-01-18T03:25:47.972Z] lf-activate-venv: SKIPPING [2021-01-18T03:25:47.972Z] INFO: No Stack... [2021-01-18T03:25:49.893Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T03:25:50.156Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T03:25:50.171Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:25:50.468Z] ---> logs-deploy.sh [2021-01-18T03:25:50.469Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/302 [2021-01-18T03:25:50.469Z] INFO: archiving workspace using pattern(s): [2021-01-18T03:25:51.860Z] Archives upload complete. [2021-01-18T03:25:52.121Z] INFO: archiving logs to Nexus