Started by user Eric Ball Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c4887d0c009f35026456fc1c8cef2ef56b2ea654 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21285 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/308 [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/308 # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 Commit message: "Merge pull request #3049 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.72" > git rev-list --no-walk c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T20:24:23.446Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T20:24:23.673Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T20:24:23.763Z] ========================================================= [2021-01-19T20:24:23.763Z] EdgeX Global Pipelines Version Info [2021-01-19T20:24:23.763Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:24:25.759Z] ------------------- [2021-01-19T20:24:25.759Z] stable info: [2021-01-19T20:24:25.759Z] ------------------- [2021-01-19T20:24:25.759Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T20:24:25.759Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T20:24:25.760Z] Message: update stable to v1.0.177 [2021-01-19T20:24:26.709Z] ------------------- [2021-01-19T20:24:26.709Z] experimental info: [2021-01-19T20:24:26.709Z] ------------------- [2021-01-19T20:24:26.709Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T20:24:26.709Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T20:24:26.709Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T20:24:26.967Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T20:24:27.050Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T20:24:27.187Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T20:24:27.271Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T20:24:27.367Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T20:24:27.464Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T20:24:27.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T20:24:27.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T20:24:27.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T20:24:27.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T20:24:27.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T20:24:28.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T20:24:28.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T20:24:28.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T20:24:28.352Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T20:24:28.437Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T20:24:28.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T20:24:28.607Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T20:24:28.692Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T20:24:28.806Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T20:24:28.889Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T20:24:28.970Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T20:24:29.053Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T20:24:29.158Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T20:24:29.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T20:24:29.338Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T20:24:29.421Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] echo [2021-01-19T20:24:29.501Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4887d0 [Pipeline] echo [2021-01-19T20:24:29.612Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T20:24:29.770Z] provisioning config files... [2021-01-19T20:24:29.807Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/308@tmp/config2342351976736023716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:24:30.160Z] ---> docker-login.sh [2021-01-19T20:24:30.160Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:24:30.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:24:30.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:24:30.687Z] Configure a credential helper to remove this warning. See [2021-01-19T20:24:30.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:24:30.687Z] [2021-01-19T20:24:30.687Z] Login Succeeded [2021-01-19T20:24:30.687Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:24:30.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:24:30.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:24:30.950Z] Configure a credential helper to remove this warning. See [2021-01-19T20:24:30.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:24:30.950Z] [2021-01-19T20:24:30.950Z] Login Succeeded [2021-01-19T20:24:30.950Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:24:31.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:24:31.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:24:31.215Z] Configure a credential helper to remove this warning. See [2021-01-19T20:24:31.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:24:31.215Z] [2021-01-19T20:24:31.215Z] Login Succeeded [2021-01-19T20:24:31.215Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:24:31.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:24:31.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:24:31.215Z] Configure a credential helper to remove this warning. See [2021-01-19T20:24:31.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:24:31.215Z] [2021-01-19T20:24:31.215Z] Login Succeeded [2021-01-19T20:24:31.479Z] docker.io [2021-01-19T20:24:31.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:24:31.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:24:31.742Z] Configure a credential helper to remove this warning. See [2021-01-19T20:24:31.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:24:31.742Z] [2021-01-19T20:24:31.742Z] Login Succeeded [2021-01-19T20:24:31.742Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:24:31.752Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:24:32.241Z] ++ 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-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T20:24:32.241Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T20:24:32.241Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T20:24:32.241Z] ++ cut -d/ -f2 [2021-01-19T20:24:32.241Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T20:24:32.316Z] 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-19T20:24:33.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:24:33.126Z] [2021-01-19T20:24:33.126Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:24:33.473Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:24:33.473Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T20:24:33.473Z] 31603596830f: Pulling fs layer [2021-01-19T20:24:33.473Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T20:24:33.473Z] 6ca5941a6612: Pulling fs layer [2021-01-19T20:24:33.473Z] ecc8261a40a4: Pulling fs layer [2021-01-19T20:24:33.473Z] ecc8261a40a4: Waiting [2021-01-19T20:24:33.473Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T20:24:33.473Z] 2a8b12db71e7: Download complete [2021-01-19T20:24:33.473Z] 31603596830f: Verifying Checksum [2021-01-19T20:24:33.473Z] 31603596830f: Download complete [2021-01-19T20:24:33.736Z] ecc8261a40a4: Verifying Checksum [2021-01-19T20:24:33.737Z] ecc8261a40a4: Download complete [2021-01-19T20:24:33.737Z] 6ca5941a6612: Download complete [2021-01-19T20:24:34.003Z] 31603596830f: Pull complete [2021-01-19T20:24:34.272Z] 2a8b12db71e7: Pull complete [2021-01-19T20:24:35.327Z] 6ca5941a6612: Pull complete [2021-01-19T20:24:35.327Z] ecc8261a40a4: Pull complete [2021-01-19T20:24:35.591Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T20:24:35.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:24:35.591Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T20:24:35.784Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:24:35.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T20:24:38.674Z] $ docker top b4766d1f7d9492fe3ea330853182e317b7fe8ae191fb1d60fea4dc6c84dc091d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T20:24:39.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T20:24:39.001Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T20:24:39.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T20:24:39.282Z] $ docker exec b4766d1f7d9492fe3ea330853182e317b7fe8ae191fb1d60fea4dc6c84dc091d ssh-agent [2021-01-19T20:24:39.486Z] SSH_AUTH_SOCK=/tmp/ssh-e9zXF2E9iBkJ/agent.11 [2021-01-19T20:24:39.487Z] SSH_AGENT_PID=17 [2021-01-19T20:24:39.506Z] Running ssh-add (command line suppressed) [2021-01-19T20:24:39.636Z] Identity added: /w/workspace/edgex-go/308@tmp/private_key_1185314982104461519.key (/w/workspace/edgex-go/308@tmp/private_key_1185314982104461519.key) [2021-01-19T20:24:39.691Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T20:24:40.037Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T20:24:40.056Z] $ docker exec --env ******** --env ******** b4766d1f7d9492fe3ea330853182e317b7fe8ae191fb1d60fea4dc6c84dc091d ssh-agent -k [2021-01-19T20:24:40.171Z] unset SSH_AUTH_SOCK; [2021-01-19T20:24:40.171Z] unset SSH_AGENT_PID; [2021-01-19T20:24:40.171Z] echo Agent pid 17 killed; [2021-01-19T20:24:40.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-01-19T20:24:40.442Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.46' [Pipeline] sshagent [2021-01-19T20:24:40.547Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T20:24:40.547Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T20:24:40.718Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T20:24:40.722Z] $ docker exec b4766d1f7d9492fe3ea330853182e317b7fe8ae191fb1d60fea4dc6c84dc091d ssh-agent [2021-01-19T20:24:40.901Z] SSH_AUTH_SOCK=/tmp/ssh-zoPx9zAeS04L/agent.46 [2021-01-19T20:24:40.901Z] SSH_AGENT_PID=52 [2021-01-19T20:24:40.910Z] Running ssh-add (command line suppressed) [2021-01-19T20:24:41.044Z] Identity added: /w/workspace/edgex-go/308@tmp/private_key_6287929546242717147.key (/w/workspace/edgex-go/308@tmp/private_key_6287929546242717147.key) [2021-01-19T20:24:41.097Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T20:24:41.492Z] + git semver init [2021-01-19T20:24:41.492Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T20:24:41.492Z] # $GIT_DIR = /w/workspace/edgex-go/308/.git [2021-01-19T20:24:41.492Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/308 [2021-01-19T20:24:41.492Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T20:24:41.492Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T20:24:41.492Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T20:24:41.492Z] # $SEMVER_BRANCH = master [2021-01-19T20:24:41.492Z] # $SEMVER_TEMP = /tmp/semver-873445157 [2021-01-19T20:24:41.492Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T20:25:08.172Z] # '/tmp/semver-873445157' -> '/w/workspace/edgex-go/308/.semver' [2021-01-19T20:25:08.441Z] # -> Force: false [2021-01-19T20:25:08.441Z] # $SEMVER_DIR = /w/workspace/edgex-go/308/.semver [Pipeline] } [2021-01-19T20:25:08.460Z] $ docker exec --env ******** --env ******** b4766d1f7d9492fe3ea330853182e317b7fe8ae191fb1d60fea4dc6c84dc091d ssh-agent -k [2021-01-19T20:25:08.738Z] unset SSH_AUTH_SOCK; [2021-01-19T20:25:08.738Z] unset SSH_AGENT_PID; [2021-01-19T20:25:08.738Z] echo Agent pid 52 killed; [2021-01-19T20:25:08.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:25:09.294Z] + git semver [Pipeline] } [2021-01-19T20:25:09.319Z] $ docker stop --time=1 b4766d1f7d9492fe3ea330853182e317b7fe8ae191fb1d60fea4dc6c84dc091d [2021-01-19T20:25:11.075Z] $ docker rm -f b4766d1f7d9492fe3ea330853182e317b7fe8ae191fb1d60fea4dc6c84dc091d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T20:25:11.693Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T20:25:12.268Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T20:25:12.270Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.47 [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-19T20:25:13.156Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:25:13.473Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:25:13.782Z] + sudo service docker restart [2021-01-19T20:25:13.783Z] + true [2021-01-19T20:25:13.783Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T20:25:14.383Z] ========================================================= [2021-01-19T20:25:14.383Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T20:25:14.383Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:25:14.737Z] + 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-19T20:25:18.999Z] Sending build context to Docker daemon 326.6MB [2021-01-19T20:25:18.999Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T20:25:18.999Z] Step 2/6 : FROM ${BASE} [2021-01-19T20:25:19.280Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T20:25:19.280Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T20:25:19.280Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T20:25:19.280Z] de9db76c5a1d: Pulling fs layer [2021-01-19T20:25:19.280Z] bca2f99d35d6: Pulling fs layer [2021-01-19T20:25:19.280Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T20:25:19.280Z] 7c6f9722023f: Pulling fs layer [2021-01-19T20:25:19.280Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T20:25:19.280Z] 93359f2a8cfa: Waiting [2021-01-19T20:25:19.280Z] 7c6f9722023f: Waiting [2021-01-19T20:25:19.280Z] a35cf1a2eb13: Waiting [2021-01-19T20:25:19.280Z] bca2f99d35d6: Waiting [2021-01-19T20:25:19.280Z] de9db76c5a1d: Download complete [2021-01-19T20:25:19.280Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T20:25:19.280Z] 0ef7d3d256c8: Download complete [2021-01-19T20:25:19.280Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T20:25:19.280Z] 93359f2a8cfa: Download complete [2021-01-19T20:25:19.280Z] 7c6f9722023f: Verifying Checksum [2021-01-19T20:25:19.280Z] 7c6f9722023f: Download complete [2021-01-19T20:25:19.280Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T20:25:19.280Z] 188c0c94c7c5: Download complete [2021-01-19T20:25:19.864Z] 188c0c94c7c5: Pull complete [2021-01-19T20:25:19.864Z] 0ef7d3d256c8: Pull complete [2021-01-19T20:25:20.132Z] de9db76c5a1d: Pull complete [2021-01-19T20:25:21.096Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T20:25:21.096Z] a35cf1a2eb13: Download complete [2021-01-19T20:25:21.678Z] bca2f99d35d6: Verifying Checksum [2021-01-19T20:25:21.678Z] bca2f99d35d6: Download complete [2021-01-19T20:25:27.601Z] Still waiting to schedule task [2021-01-19T20:25:27.602Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-19T20:25:28.333Z] bca2f99d35d6: Pull complete [2021-01-19T20:25:28.334Z] 93359f2a8cfa: Pull complete [2021-01-19T20:25:28.334Z] 7c6f9722023f: Pull complete [2021-01-19T20:25:33.651Z] a35cf1a2eb13: Pull complete [2021-01-19T20:25:33.651Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T20:25:33.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T20:25:33.651Z] ---> a62c8e92a672 [2021-01-19T20:25:33.651Z] 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-19T20:25:33.651Z] ---> Running in 61ca4b54b90e [2021-01-19T20:25:33.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:25:34.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:25:36.265Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T20:25:36.528Z] (2/12) Installing file (5.38-r0) [2021-01-19T20:25:36.528Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T20:25:36.792Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T20:25:54.952Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T20:25:54.952Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T20:25:54.952Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T20:25:54.952Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T20:25:54.952Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T20:25:54.952Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T20:25:54.952Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T20:25:54.952Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T20:25:54.952Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:25:54.952Z] OK: 233 MiB in 51 packages [2021-01-19T20:25:57.529Z] Removing intermediate container 61ca4b54b90e [2021-01-19T20:25:57.529Z] ---> 6dce4f61147f [2021-01-19T20:25:57.529Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T20:25:57.529Z] ---> Running in 3c45145915d1 [2021-01-19T20:25:57.529Z] Removing intermediate container 3c45145915d1 [2021-01-19T20:25:57.529Z] ---> 6a979551f1f0 [2021-01-19T20:25:57.529Z] Step 5/6 : COPY go.mod . [2021-01-19T20:25:57.791Z] ---> 52b7b45f55fe [2021-01-19T20:25:57.791Z] Step 6/6 : RUN go mod download [2021-01-19T20:25:57.791Z] ---> Running in c2536ece3e4b [2021-01-19T20:26:19.836Z] Removing intermediate container c2536ece3e4b [2021-01-19T20:26:19.836Z] ---> bb84022776e2 [2021-01-19T20:26:19.836Z] Successfully built bb84022776e2 [2021-01-19T20:26:19.836Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:26:20.158Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T20:26:20.158Z] . [Pipeline] withDockerContainer [2021-01-19T20:26:20.275Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:26:20.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:26:21.308Z] $ docker top 01ba7db8d473acba8cd8dd463d04febe61ff848749b14a4a48e4999dde933358 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:26:21.841Z] + go version [2021-01-19T20:26:21.841Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T20:26:21.857Z] $ docker stop --time=1 01ba7db8d473acba8cd8dd463d04febe61ff848749b14a4a48e4999dde933358 [2021-01-19T20:26:23.267Z] $ docker rm -f 01ba7db8d473acba8cd8dd463d04febe61ff848749b14a4a48e4999dde933358 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:26:24.256Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T20:26:24.256Z] . [Pipeline] withDockerContainer [2021-01-19T20:26:24.404Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:26:24.520Z] $ 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/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:26:25.341Z] $ docker top 8033e69af8444f65e7a586c9cb9695208c60c6c0ab8ef089ab866415d9be07fb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T20:26:25.564Z] ========================================================= [2021-01-19T20:26:25.564Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T20:26:25.564Z] ========================================================= [Pipeline] sh [2021-01-19T20:26:25.863Z] + make test [2021-01-19T20:26:25.864Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T20:26:35.932Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T20:26:51.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T20:26:57.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T20:26:59.134Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T20:26:59.134Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T20:26:59.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T20:26:59.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T20:26:59.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T20:26:59.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T20:26:59.994Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T20:27:01.402Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T20:27:02.854Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T20:27:02.854Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T20:27:02.854Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T20:27:05.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2021-01-19T20:27:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T20:27:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T20:27:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T20:27:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T20:27:05.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T20:27:09.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.0% of statements [2021-01-19T20:27:09.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T20:27:09.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T20:27:09.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T20:27:09.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 67.9% of statements [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T20:27:09.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T20:27:10.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.432s coverage: 82.3% of statements [2021-01-19T20:27:10.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T20:27:10.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T20:27:10.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T20:27:10.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T20:27:12.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.381s coverage: 28.6% of statements [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T20:27:12.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T20:27:12.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T20:27:12.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements [2021-01-19T20:27:12.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T20:27:12.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements [2021-01-19T20:27:12.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T20:27:12.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-19T20:27:12.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T20:27:12.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T20:27:12.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T20:27:12.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T20:27:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 92.8% of statements [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T20:27:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T20:27:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T20:27:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T20:27:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-01-19T20:27:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T20:27:15.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-01-19T20:27:15.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-01-19T20:27:15.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-19T20:27:16.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements [2021-01-19T20:27:16.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T20:27:16.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.265s coverage: 63.5% of statements [2021-01-19T20:27:16.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T20:27:16.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T20:27:16.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-19T20:27:16.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-01-19T20:27:16.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2021-01-19T20:27:16.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-19T20:27:16.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-01-19T20:27:18.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 68.9% of statements [2021-01-19T20:27:18.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T20:27:18.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T20:27:18.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T20:27:18.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T20:27:18.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T20:27:18.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements [2021-01-19T20:27:18.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T20:27:18.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T20:27:18.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.303s coverage: 84.0% of statements [2021-01-19T20:27:18.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2021-01-19T20:27:21.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements [2021-01-19T20:27:21.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T20:27:21.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T20:27:21.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T20:27:21.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T20:27:21.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T20:27:21.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-01-19T20:27:21.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T20:27:21.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-01-19T20:27:21.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T20:27:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T20:27:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T20:27:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T20:27:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T20:27:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T20:27:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T20:27:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T20:27:22.272Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-19T20:27:22.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-19T20:27:22.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T20:27:23.120Z] GO111MODULE=on go vet ./... [2021-01-19T20:27:45.183Z] gofmt -l . [2021-01-19T20:27:45.446Z] [ "`gofmt -l .`" = "" ] [2021-01-19T20:27:46.021Z] ./bin/test-go-mod-tidy.sh [2021-01-19T20:27:46.601Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T20:27:47.585Z] + ls -al . [2021-01-19T20:27:47.585Z] total 656 [2021-01-19T20:27:47.585Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 20:27 . [2021-01-19T20:27:47.585Z] drwxr-xr-x 4 root root 32 Jan 19 20:26 .. [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 20:24 .dockerignore [2021-01-19T20:27:47.585Z] drwxrwxr-x 8 1001 1001 162 Jan 19 20:24 .git [2021-01-19T20:27:47.585Z] drwxrwxr-x 3 1001 1001 125 Jan 19 20:24 .github [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 20:24 .gitignore [2021-01-19T20:27:47.585Z] drwx------ 3 1001 1001 32 Jan 19 20:25 .semver [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 20:24 .sonarcloud.properties [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 20:24 Attribution.txt [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 20:24 CONTRIBUTING.md [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 20:24 Dockerfile.build [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 20:24 Jenkinsfile [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 20:24 LICENSE [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 20:24 Makefile [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 20:24 README.md [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 20:24 SECURITY.md [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 12 Jan 19 20:25 VERSION [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 20:24 ZMQWindows.md [2021-01-19T20:27:47.585Z] drwxrwxr-x 2 1001 1001 117 Jan 19 20:24 bin [2021-01-19T20:27:47.585Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 20:24 cmd [2021-01-19T20:27:47.585Z] -rw-r--r-- 1 root root 550280 Jan 19 20:27 coverage.out [2021-01-19T20:27:47.585Z] -rw-r--r-- 1 root root 981 Jan 19 20:27 go.mod [2021-01-19T20:27:47.585Z] -rw-r--r-- 1 root root 19436 Jan 19 20:27 go.sum [2021-01-19T20:27:47.585Z] drwxrwxr-x 8 1001 1001 127 Jan 19 20:24 internal [2021-01-19T20:27:47.585Z] drwxrwxr-x 4 1001 1001 26 Jan 19 20:24 openapi [2021-01-19T20:27:47.585Z] drwxrwxr-x 4 1001 1001 71 Jan 19 20:24 snap [2021-01-19T20:27:47.585Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 20:24 version.go [Pipeline] sh [2021-01-19T20:27:48.016Z] + '[' -e coverage.out ] [2021-01-19T20:27:48.016Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T20:27:48.273Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T20:27:48.581Z] + make build [2021-01-19T20:27:48.581Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T20:27:52.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T20:27:59.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T20:28:00.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T20:28:01.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T20:28:02.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T20:28:03.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T20:28:05.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T20:28:06.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T20:28:07.638Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21289 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [2021-01-19T20:28:07.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] ws [2021-01-19T20:28:07.695Z] Running in /w/workspace/edgex-go/308 [Pipeline] { [Pipeline] checkout [2021-01-19T20:28:08.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T20:28:09.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T20:28:10.525Z] $ docker stop --time=1 8033e69af8444f65e7a586c9cb9695208c60c6c0ab8ef089ab866415d9be07fb [2021-01-19T20:28:12.178Z] $ docker rm -f 8033e69af8444f65e7a586c9cb9695208c60c6c0ab8ef089ab866415d9be07fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-19T20:28:12.827Z] using credential edgex-jenkins-ssh [Pipeline] } [2021-01-19T20:28:12.904Z] Cloning the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:28:14.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:28:14.003Z] [2021-01-19T20:28:14.003Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-01-19T20:28:13.028Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:28:13.161Z] > git init /w/workspace/edgex-go/308 # timeout=10 [2021-01-19T20:28:13.260Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:28:13.261Z] > git --version # timeout=10 [2021-01-19T20:28:13.291Z] > git --version # 'git version 2.17.1' [2021-01-19T20:28:13.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:28:13.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh [2021-01-19T20:28:14.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:28:14.361Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T20:28:14.361Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T20:28:14.361Z] ca9280d653b3: Pulling fs layer [2021-01-19T20:28:14.361Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T20:28:14.629Z] cbdbe7a5bc2a: Download complete [2021-01-19T20:28:14.894Z] cbdbe7a5bc2a: Pull complete [2021-01-19T20:28:15.158Z] ca9280d653b3: Verifying Checksum [2021-01-19T20:28:15.158Z] ca9280d653b3: Download complete [2021-01-19T20:28:16.108Z] 7e9c9ca2126c: Download complete [2021-01-19T20:28:16.108Z] ca9280d653b3: Pull complete [2021-01-19T20:28:22.766Z] 7e9c9ca2126c: Pull complete [2021-01-19T20:28:23.036Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T20:28:23.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:28:23.036Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T20:28:23.186Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:28:23.244Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:28:26.223Z] $ docker top 6d87cdbff32c1d22aae1ab2d983e9dcdcb6d9b075809381e789c683d4a3c94ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:28:27.777Z] + docker-compose build --help [2021-01-19T20:28:27.777Z] + grep parallel [2021-01-19T20:28:28.728Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T20:28:28.744Z] $ docker stop --time=1 6d87cdbff32c1d22aae1ab2d983e9dcdcb6d9b075809381e789c683d4a3c94ed [2021-01-19T20:28:30.287Z] $ docker rm -f 6d87cdbff32c1d22aae1ab2d983e9dcdcb6d9b075809381e789c683d4a3c94ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:28:31.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:28:31.146Z] . [Pipeline] withDockerContainer [2021-01-19T20:28:31.247Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:28:31.301Z] $ 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/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:28:32.007Z] $ docker top 31ecf514bc94f1bf775dea3be8528e6fbf03e43075187782746c18b69182cde2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:28:32.526Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T20:28:33.476Z] Building docker-core-command-go ... [2021-01-19T20:28:33.476Z] Building docker-core-data-go ... [2021-01-19T20:28:33.476Z] Building docker-core-metadata-go ... [2021-01-19T20:28:33.476Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T20:28:33.476Z] Building docker-security-proxy-setup-go ... [2021-01-19T20:28:33.476Z] Building docker-security-secretstore-setup-go ... [2021-01-19T20:28:33.477Z] Building docker-support-notifications-go ... [2021-01-19T20:28:33.477Z] Building docker-support-scheduler-go ... [2021-01-19T20:28:33.477Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T20:28:33.477Z] Building docker-support-notifications-go [2021-01-19T20:28:33.477Z] Building docker-security-bootstrap-redis-go [2021-01-19T20:28:33.477Z] Building docker-security-proxy-setup-go [2021-01-19T20:28:33.477Z] Building docker-support-scheduler-go [2021-01-19T20:28:33.477Z] Building docker-core-command-go [2021-01-19T20:28:34.106Z] Checking out Revision c4887d0c009f35026456fc1c8cef2ef56b2ea654 (master) [2021-01-19T20:28:33.455Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:28:33.482Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T20:28:33.506Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:28:33.539Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:28:33.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:28:33.556Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T20:28:34.178Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T20:28:34.191Z] > git checkout -f c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T20:28:38.771Z] Commit message: "Merge pull request #3049 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.72" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T20:28:40.301Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:28:40.728Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:28:41.154Z] + true [2021-01-19T20:28:41.154Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T20:28:43.203Z] provisioning config files... [2021-01-19T20:28:43.248Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/308@tmp/config6508235609548249209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:28:43.701Z] ---> docker-login.sh [2021-01-19T20:28:43.701Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:28:44.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:28:44.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:28:44.963Z] Configure a credential helper to remove this warning. See [2021-01-19T20:28:44.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:28:44.963Z] [2021-01-19T20:28:44.963Z] Login Succeeded [2021-01-19T20:28:44.963Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:28:45.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:28:45.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:28:45.510Z] Configure a credential helper to remove this warning. See [2021-01-19T20:28:45.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:28:45.510Z] [2021-01-19T20:28:45.510Z] Login Succeeded [2021-01-19T20:28:45.510Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:28:45.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:28:46.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:28:46.056Z] Configure a credential helper to remove this warning. See [2021-01-19T20:28:46.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:28:46.056Z] [2021-01-19T20:28:46.056Z] Login Succeeded [2021-01-19T20:28:46.056Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:28:46.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:28:46.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:28:46.602Z] Configure a credential helper to remove this warning. See [2021-01-19T20:28:46.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:28:46.602Z] [2021-01-19T20:28:46.602Z] Login Succeeded [2021-01-19T20:28:46.602Z] docker.io [2021-01-19T20:28:46.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:28:47.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:28:47.477Z] Configure a credential helper to remove this warning. See [2021-01-19T20:28:47.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:28:47.477Z] [2021-01-19T20:28:47.477Z] Login Succeeded [2021-01-19T20:28:47.477Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:28:47.493Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T20:28:47.945Z] ========================================================= [2021-01-19T20:28:47.945Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T20:28:47.945Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:28:48.326Z] + 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-19T20:28:50.320Z] Sending build context to Docker daemon 165.5MB [2021-01-19T20:28:50.320Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T20:28:50.320Z] Step 2/6 : FROM ${BASE} [2021-01-19T20:28:50.594Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T20:28:50.594Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T20:28:50.594Z] a4357932f1b6: Pulling fs layer [2021-01-19T20:28:50.594Z] 18c013af1878: Pulling fs layer [2021-01-19T20:28:50.594Z] 00ac8860ef70: Pulling fs layer [2021-01-19T20:28:50.594Z] 63d7cb157983: Pulling fs layer [2021-01-19T20:28:50.594Z] b116817d02f9: Pulling fs layer [2021-01-19T20:28:50.594Z] 745a02a5169b: Pulling fs layer [2021-01-19T20:28:50.594Z] 00ac8860ef70: Waiting [2021-01-19T20:28:50.595Z] 63d7cb157983: Waiting [2021-01-19T20:28:50.595Z] 745a02a5169b: Waiting [2021-01-19T20:28:50.595Z] b116817d02f9: Waiting [2021-01-19T20:28:50.595Z] 18c013af1878: Verifying Checksum [2021-01-19T20:28:50.595Z] 18c013af1878: Download complete [2021-01-19T20:28:50.595Z] a4357932f1b6: Verifying Checksum [2021-01-19T20:28:50.595Z] a4357932f1b6: Download complete [2021-01-19T20:28:50.595Z] 63d7cb157983: Verifying Checksum [2021-01-19T20:28:50.595Z] 63d7cb157983: Download complete [2021-01-19T20:28:50.595Z] b116817d02f9: Verifying Checksum [2021-01-19T20:28:50.595Z] b116817d02f9: Download complete [2021-01-19T20:28:50.595Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T20:28:51.212Z] 5f621e34cdf4: Pull complete [2021-01-19T20:28:51.813Z] a4357932f1b6: Pull complete [2021-01-19T20:28:52.094Z] 18c013af1878: Pull complete [2021-01-19T20:28:53.089Z] 745a02a5169b: Verifying Checksum [2021-01-19T20:28:53.089Z] 745a02a5169b: Download complete [2021-01-19T20:28:54.074Z] 00ac8860ef70: Verifying Checksum [2021-01-19T20:28:54.074Z] 00ac8860ef70: Download complete [2021-01-19T20:29:04.276Z] 00ac8860ef70: Pull complete [2021-01-19T20:29:04.276Z] 63d7cb157983: Pull complete [2021-01-19T20:29:04.276Z] b116817d02f9: Pull complete [2021-01-19T20:29:05.721Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:29:05.721Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:29:05.721Z] ---> bb84022776e2 [2021-01-19T20:29:05.721Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:29:05.721Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:29:05.721Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:29:05.721Z] ---> bb84022776e2 [2021-01-19T20:29:05.721Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:29:05.721Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:29:05.721Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:29:05.721Z] ---> bb84022776e2 [2021-01-19T20:29:05.721Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:29:05.721Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:29:05.721Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:29:05.721Z] ---> bb84022776e2 [2021-01-19T20:29:05.721Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:29:05.721Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:29:05.721Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:29:05.721Z] ---> bb84022776e2 [2021-01-19T20:29:05.721Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:29:05.721Z] ---> Running in 2b9b0018209e [2021-01-19T20:29:05.721Z] ---> Running in 7b3842fcc9b0 [2021-01-19T20:29:05.721Z] ---> Running in 8f5a2022cee5 [2021-01-19T20:29:05.721Z] ---> Running in c83d0a88e068 [2021-01-19T20:29:05.721Z] ---> Running in e31898e3a91f [2021-01-19T20:29:05.721Z] Removing intermediate container c83d0a88e068 [2021-01-19T20:29:05.721Z] ---> 4d81907e8b7f [2021-01-19T20:29:05.721Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:29:05.721Z] Removing intermediate container 8f5a2022cee5 [2021-01-19T20:29:05.721Z] ---> 21e5c1b36f84 [2021-01-19T20:29:05.721Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:29:05.721Z] Removing intermediate container 2b9b0018209e [2021-01-19T20:29:05.722Z] ---> ea8d65213457 [2021-01-19T20:29:05.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:29:05.722Z] Removing intermediate container 7b3842fcc9b0 [2021-01-19T20:29:05.722Z] ---> 82c10a73e82e [2021-01-19T20:29:05.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:29:05.722Z] Removing intermediate container e31898e3a91f [2021-01-19T20:29:05.722Z] ---> 94e717f91466 [2021-01-19T20:29:05.722Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:29:05.722Z] ---> Running in b79547a75676 [2021-01-19T20:29:05.722Z] ---> Running in 8c804b43c02a [2021-01-19T20:29:05.722Z] ---> Running in 71f21efd1eed [2021-01-19T20:29:05.722Z] ---> Running in 20b47e69888d [2021-01-19T20:29:05.722Z] ---> Running in 9f1d00794d0f [2021-01-19T20:29:05.985Z] Removing intermediate container 71f21efd1eed [2021-01-19T20:29:05.985Z] ---> eb31c1ef35da [2021-01-19T20:29:05.985Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:29:06.264Z] ---> Running in 38423bf8f535 [2021-01-19T20:29:06.264Z] Removing intermediate container b79547a75676 [2021-01-19T20:29:06.264Z] ---> c48364bcb862 [2021-01-19T20:29:06.264Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T20:29:06.538Z] ---> Running in 27ab6065fc66 [2021-01-19T20:29:06.808Z] Removing intermediate container 8c804b43c02a [2021-01-19T20:29:06.808Z] ---> c678e30589aa [2021-01-19T20:29:06.808Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:29:06.808Z] Removing intermediate container 20b47e69888d [2021-01-19T20:29:06.808Z] ---> b1cc7f96baad [2021-01-19T20:29:06.808Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:29:07.085Z] Removing intermediate container 9f1d00794d0f [2021-01-19T20:29:07.085Z] ---> 7433368bcaae [2021-01-19T20:29:07.085Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:29:07.085Z] ---> Running in 433cffb0bf1d [2021-01-19T20:29:07.085Z] ---> Running in e307a696a317 [2021-01-19T20:29:07.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:07.350Z] ---> Running in 78fa04df0fa1 [2021-01-19T20:29:07.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:07.702Z] 745a02a5169b: Pull complete [2021-01-19T20:29:07.702Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T20:29:07.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T20:29:07.702Z] ---> b7e6874047d6 [2021-01-19T20:29:07.702Z] 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-19T20:29:07.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:07.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:07.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:08.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:08.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:08.805Z] OK: 233 MiB in 51 packages [2021-01-19T20:29:08.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:08.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:08.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:29:08.805Z] OK: 233 MiB in 51 packages [2021-01-19T20:29:09.071Z] Removing intermediate container 38423bf8f535 [2021-01-19T20:29:09.071Z] ---> 751e1e8570c7 [2021-01-19T20:29:09.071Z] Step 6/22 : COPY go.mod . [2021-01-19T20:29:09.344Z] Removing intermediate container 27ab6065fc66 [2021-01-19T20:29:09.344Z] ---> ce44905b5d08 [2021-01-19T20:29:09.344Z] Step 6/24 : COPY go.mod . [2021-01-19T20:29:09.344Z] OK: 233 MiB in 51 packages [2021-01-19T20:29:09.344Z] OK: 233 MiB in 51 packages [2021-01-19T20:29:09.344Z] ---> 65a8f61f0be2 [2021-01-19T20:29:09.344Z] Step 7/22 : RUN go mod download [2021-01-19T20:29:09.344Z] OK: 233 MiB in 51 packages [2021-01-19T20:29:09.617Z] ---> Running in f5923a38c753 [2021-01-19T20:29:09.617Z] ---> d130e6a11aef [2021-01-19T20:29:09.617Z] Step 7/24 : RUN go mod download [2021-01-19T20:29:09.885Z] ---> Running in 901b042e29ac [2021-01-19T20:29:10.482Z] Removing intermediate container 78fa04df0fa1 [2021-01-19T20:29:10.482Z] ---> 19d0af2d784a [2021-01-19T20:29:10.482Z] Step 6/21 : COPY go.mod . [2021-01-19T20:29:10.482Z] Removing intermediate container e307a696a317 [2021-01-19T20:29:10.482Z] ---> 6831e013bf6c [2021-01-19T20:29:10.482Z] Step 6/22 : COPY go.mod . [2021-01-19T20:29:10.761Z] Removing intermediate container 433cffb0bf1d [2021-01-19T20:29:10.761Z] ---> 4211c2df3eb7 [2021-01-19T20:29:10.761Z] Step 6/21 : COPY go.mod . [2021-01-19T20:29:10.761Z] ---> 647d7271ea97 [2021-01-19T20:29:10.761Z] Step 7/21 : RUN go mod download [2021-01-19T20:29:11.030Z] ---> Running in 79fe8451630e [2021-01-19T20:29:11.031Z] ---> 97fd34f1b3b7 [2021-01-19T20:29:11.031Z] Step 7/22 : RUN go mod download [2021-01-19T20:29:11.031Z] ---> 91100db70de3 [2021-01-19T20:29:11.031Z] Step 7/21 : RUN go mod download [2021-01-19T20:29:11.130Z] ---> Running in 583a2a714306 [2021-01-19T20:29:11.305Z] ---> Running in 3a08fecd4532 [2021-01-19T20:29:11.306Z] ---> Running in 091b9534e080 [2021-01-19T20:29:11.900Z] Removing intermediate container f5923a38c753 [2021-01-19T20:29:11.900Z] ---> 995f03e48f66 [2021-01-19T20:29:11.900Z] Step 8/22 : COPY . . [2021-01-19T20:29:12.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:29:12.171Z] Removing intermediate container 901b042e29ac [2021-01-19T20:29:12.172Z] ---> 3e08eba3e2b7 [2021-01-19T20:29:12.172Z] Step 8/24 : COPY . . [2021-01-19T20:29:13.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:29:14.540Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T20:29:14.814Z] (2/12) Installing file (5.38-r0) [2021-01-19T20:29:14.814Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T20:29:15.089Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T20:29:15.546Z] Removing intermediate container 79fe8451630e [2021-01-19T20:29:15.546Z] ---> dccab486698b [2021-01-19T20:29:15.546Z] Step 8/21 : COPY . . [2021-01-19T20:29:23.766Z] Removing intermediate container 091b9534e080 [2021-01-19T20:29:23.766Z] ---> 505431017acf [2021-01-19T20:29:23.766Z] Step 8/21 : COPY . . [2021-01-19T20:29:24.037Z] Removing intermediate container 3a08fecd4532 [2021-01-19T20:29:24.037Z] ---> b530a2949bfe [2021-01-19T20:29:24.037Z] Step 8/22 : COPY . . [2021-01-19T20:29:33.378Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T20:29:33.378Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T20:29:33.378Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T20:29:33.378Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T20:29:33.378Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T20:29:33.378Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T20:29:33.378Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T20:29:33.378Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T20:29:33.378Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:29:33.378Z] OK: 217 MiB in 51 packages [2021-01-19T20:29:36.770Z] Removing intermediate container 583a2a714306 [2021-01-19T20:29:36.770Z] ---> 8d66198e07e8 [2021-01-19T20:29:36.770Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T20:29:36.770Z] ---> Running in ee22ed50d251 [2021-01-19T20:29:37.053Z] Removing intermediate container ee22ed50d251 [2021-01-19T20:29:37.053Z] ---> f74f43e777f5 [2021-01-19T20:29:37.053Z] Step 5/6 : COPY go.mod . [2021-01-19T20:29:37.649Z] ---> 8f8f6fa0efce [2021-01-19T20:29:37.649Z] Step 6/6 : RUN go mod download [2021-01-19T20:29:37.925Z] ---> Running in 9b5e195b0094 [2021-01-19T20:29:50.998Z] ---> 580b1bcb17b3 [2021-01-19T20:29:50.998Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T20:29:50.998Z] ---> d13e46267201 [2021-01-19T20:29:50.998Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T20:29:52.019Z] ---> Running in 66ac9d8a894f [2021-01-19T20:29:52.019Z] ---> Running in 2346abd2de31 [2021-01-19T20:29:54.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T20:29:54.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T20:29:57.185Z] ---> 340f2f3d07a4 [2021-01-19T20:29:57.185Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T20:29:57.470Z] ---> Running in 08877a0ccc29 [2021-01-19T20:29:57.737Z] ---> c637c8419324 [2021-01-19T20:29:57.737Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T20:29:57.737Z] ---> f9d5fc6a5f5c [2021-01-19T20:29:57.737Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T20:29:57.737Z] ---> Running in a9634e42c117 [2021-01-19T20:29:57.737Z] ---> Running in 5d4bea5902d8 [2021-01-19T20:29:59.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T20:29:59.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T20:29:59.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T20:30:04.757Z] Removing intermediate container 9b5e195b0094 [2021-01-19T20:30:04.757Z] ---> 700c510fad91 [2021-01-19T20:30:04.757Z] Successfully built 700c510fad91 [2021-01-19T20:30:04.757Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:30:05.090Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T20:30:05.090Z] . [Pipeline] withDockerContainer [2021-01-19T20:30:05.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-21289 does not seem to be running inside a container [2021-01-19T20:30:05.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T20:30:06.917Z] $ docker top 619e2b1c487ac2fb73f4eb46ff01ca86a031d6aa46f5bf7cfeb641d824febb78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:30:07.934Z] + go version [2021-01-19T20:30:07.935Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T20:30:07.960Z] $ docker stop --time=1 619e2b1c487ac2fb73f4eb46ff01ca86a031d6aa46f5bf7cfeb641d824febb78 [2021-01-19T20:30:09.894Z] $ docker rm -f 619e2b1c487ac2fb73f4eb46ff01ca86a031d6aa46f5bf7cfeb641d824febb78 [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-19T20:30:11.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:30:11.247Z] [2021-01-19T20:30:11.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:30:11.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:30:11.627Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T20:30:11.627Z] 29e5d40040c1: Pulling fs layer [2021-01-19T20:30:11.627Z] 1ce36da41761: Pulling fs layer [2021-01-19T20:30:11.627Z] 25b303627fd3: Pulling fs layer [2021-01-19T20:30:11.903Z] 29e5d40040c1: Verifying Checksum [2021-01-19T20:30:11.903Z] 29e5d40040c1: Download complete [2021-01-19T20:30:12.507Z] 29e5d40040c1: Pull complete [2021-01-19T20:30:12.507Z] 1ce36da41761: Verifying Checksum [2021-01-19T20:30:12.507Z] 1ce36da41761: Download complete [2021-01-19T20:30:13.942Z] 1ce36da41761: Pull complete [2021-01-19T20:30:13.942Z] 25b303627fd3: Verifying Checksum [2021-01-19T20:30:13.942Z] 25b303627fd3: Download complete [2021-01-19T20:30:24.093Z] 25b303627fd3: Pull complete [2021-01-19T20:30:24.093Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T20:30:24.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:30:24.093Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T20:30:24.357Z] prd-ubuntu18.04-docker-arm64-4c-16g-21289 does not seem to be running inside a container [2021-01-19T20:30:24.440Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T20:30:25.982Z] Removing intermediate container 66ac9d8a894f [2021-01-19T20:30:25.982Z] ---> 78695beebbaa [2021-01-19T20:30:25.982Z] [2021-01-19T20:30:25.982Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T20:30:25.982Z] 3.12: Pulling from library/alpine [2021-01-19T20:30:25.982Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T20:30:25.982Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T20:30:25.982Z] ---> 389fef711851 [2021-01-19T20:30:25.982Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:30:25.982Z] ---> Running in 900ffaff4b34 [2021-01-19T20:30:25.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T20:30:25.982Z] Removing intermediate container 2346abd2de31 [2021-01-19T20:30:25.982Z] ---> 578636498940 [2021-01-19T20:30:25.982Z] [2021-01-19T20:30:25.982Z] Step 10/24 : FROM scratch [2021-01-19T20:30:25.982Z] ---> [2021-01-19T20:30:25.982Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T20:30:25.982Z] ---> Running in 2edff0500ea1 [2021-01-19T20:30:25.982Z] Removing intermediate container 2edff0500ea1 [2021-01-19T20:30:25.982Z] ---> decf81aac312 [2021-01-19T20:30:25.982Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T20:30:26.259Z] ---> Running in 2ec38a59db08 [2021-01-19T20:30:26.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:30:26.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:30:26.526Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:30:26.526Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:30:26.526Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:30:26.526Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:30:26.526Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:30:26.526Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:30:26.526Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:30:26.793Z] OK: 7 MiB in 19 packages [2021-01-19T20:30:26.793Z] Removing intermediate container 2ec38a59db08 [2021-01-19T20:30:26.793Z] ---> 61c9209d7d14 [2021-01-19T20:30:26.793Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T20:30:27.895Z] $ docker top 3a401e6446d2aa2395ec7d0f4c55de28b882179379f415eabded2d8b6a908886 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:30:28.775Z] ---> Running in 49ce401a7e87 [2021-01-19T20:30:28.935Z] + docker-compose build --help [2021-01-19T20:30:28.935Z] + grep parallel [2021-01-19T20:30:29.046Z] Removing intermediate container 5d4bea5902d8 [2021-01-19T20:30:29.046Z] ---> b5dd68202c09 [2021-01-19T20:30:29.046Z] [2021-01-19T20:30:29.046Z] Step 10/22 : FROM scratch [2021-01-19T20:30:29.046Z] ---> [2021-01-19T20:30:29.046Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:30:29.321Z] ---> Running in 3ad47d1b688d [2021-01-19T20:30:29.321Z] Removing intermediate container 49ce401a7e87 [2021-01-19T20:30:29.321Z] ---> e3706a0c0d60 [2021-01-19T20:30:29.321Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T20:30:29.910Z] Removing intermediate container 3ad47d1b688d [2021-01-19T20:30:29.910Z] ---> cb63f55096b2 [2021-01-19T20:30:29.910Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T20:30:32.335Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T20:30:32.627Z] $ docker stop --time=1 3a401e6446d2aa2395ec7d0f4c55de28b882179379f415eabded2d8b6a908886 [2021-01-19T20:30:33.228Z] ---> ef2ebd6f4f17 [2021-01-19T20:30:33.228Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T20:30:33.228Z] ---> Running in d1b35126c001 [2021-01-19T20:30:33.228Z] Removing intermediate container 900ffaff4b34 [2021-01-19T20:30:33.228Z] ---> d7b3daa7adbf [2021-01-19T20:30:33.228Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T20:30:33.492Z] Removing intermediate container 08877a0ccc29 [2021-01-19T20:30:33.492Z] ---> 6edb99a4ed25 [2021-01-19T20:30:33.492Z] [2021-01-19T20:30:33.492Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T20:30:33.492Z] Removing intermediate container a9634e42c117 [2021-01-19T20:30:33.492Z] ---> 3f66b617aa3b [2021-01-19T20:30:33.492Z] [2021-01-19T20:30:33.492Z] Step 10/21 : FROM scratch [2021-01-19T20:30:33.493Z] ---> [2021-01-19T20:30:33.493Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:30:34.072Z] ---> 389fef711851 [2021-01-19T20:30:34.072Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T20:30:34.072Z] ---> Using cache [2021-01-19T20:30:34.072Z] ---> cb63f55096b2 [2021-01-19T20:30:34.072Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T20:30:34.072Z] ---> Running in 81af3927066e [2021-01-19T20:30:34.072Z] Removing intermediate container d1b35126c001 [2021-01-19T20:30:34.072Z] ---> fc09e9a2a093 [2021-01-19T20:30:34.072Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:30:34.333Z] ---> Running in 048abb9e4ad2 [2021-01-19T20:30:34.333Z] ---> 79c6fcd27d2b [2021-01-19T20:30:34.333Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T20:30:34.333Z] ---> Running in addf23938d33 [2021-01-19T20:30:34.333Z] ---> Running in 9b03e3fe4119 [2021-01-19T20:30:34.577Z] $ docker rm -f 3a401e6446d2aa2395ec7d0f4c55de28b882179379f415eabded2d8b6a908886 [2021-01-19T20:30:34.595Z] Removing intermediate container 048abb9e4ad2 [2021-01-19T20:30:34.595Z] ---> e54f4f5430c6 [2021-01-19T20:30:34.595Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T20:30:34.860Z] Removing intermediate container 9b03e3fe4119 [2021-01-19T20:30:34.860Z] ---> f281a70f3923 [2021-01-19T20:30:34.860Z] Step 14/22 : WORKDIR / [2021-01-19T20:30:34.860Z] Removing intermediate container 81af3927066e [2021-01-19T20:30:34.860Z] ---> 154c1bf32070 [2021-01-19T20:30:34.860Z] Step 13/22 : WORKDIR / [2021-01-19T20:30:34.860Z] ---> Running in 1c00c8d9f630 [2021-01-19T20:30:34.860Z] ---> b9ea4b679594 [2021-01-19T20:30:34.860Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:30:34.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:30:34.860Z] ---> Running in 30129a514367 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:30:35.123Z] ---> Running in 5ccb0a218264 [2021-01-19T20:30:35.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:30:35.123Z] Removing intermediate container 1c00c8d9f630 [2021-01-19T20:30:35.123Z] ---> b52345700f68 [2021-01-19T20:30:35.123Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:30:35.123Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T20:30:35.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:30:35.379Z] . [2021-01-19T20:30:35.386Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:30:35.386Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T20:30:35.386Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T20:30:35.386Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:30:35.386Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:30:35.386Z] OK: 7 MiB in 18 packages [Pipeline] withDockerContainer [2021-01-19T20:30:35.647Z] prd-ubuntu18.04-docker-arm64-4c-16g-21289 does not seem to be running inside a container [2021-01-19T20:30:35.654Z] Removing intermediate container 30129a514367 [2021-01-19T20:30:35.654Z] ---> 95a0193bcd78 [2021-01-19T20:30:35.654Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:30:35.798Z] $ 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/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T20:30:35.919Z] ---> b9938bbf6109 [2021-01-19T20:30:35.919Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T20:30:35.919Z] Removing intermediate container 5ccb0a218264 [2021-01-19T20:30:35.919Z] ---> 945ba1d0a056 [2021-01-19T20:30:35.919Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:30:35.919Z] ---> 2bda327ad04a [2021-01-19T20:30:35.919Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T20:30:36.183Z] ---> 7530758f349a [2021-01-19T20:30:36.183Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T20:30:36.457Z] ---> 9eb1bc065e55 [2021-01-19T20:30:36.457Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T20:30:36.726Z] ---> d6ab7b48a052 [2021-01-19T20:30:36.726Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T20:30:36.726Z] Removing intermediate container addf23938d33 [2021-01-19T20:30:36.726Z] ---> f9f75b2ba9d1 [2021-01-19T20:30:36.726Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:30:36.726Z] ---> 58b94869ca63 [2021-01-19T20:30:36.726Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T20:30:36.993Z] ---> e985b7874a46 [2021-01-19T20:30:36.993Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T20:30:36.993Z] ---> Running in 97489a5a0156 [2021-01-19T20:30:37.255Z] ---> 5d3a673f221c [2021-01-19T20:30:37.255Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T20:30:37.314Z] $ docker top c7c7f17397e8ea39db20b07e790f8eaa3cae0341dd2ab19dcb9d4705ab4bcb47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:30:37.831Z] ---> eccaa9699401 [2021-01-19T20:30:37.831Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T20:30:37.831Z] ---> 9f4acc8d5cd7 [2021-01-19T20:30:37.831Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T20:30:37.831Z] Removing intermediate container 97489a5a0156 [2021-01-19T20:30:37.831Z] ---> 4871f348650b [2021-01-19T20:30:37.831Z] Step 13/21 : WORKDIR /edgex [2021-01-19T20:30:38.096Z] ---> b0bc9aba777e [2021-01-19T20:30:38.096Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T20:30:38.096Z] ---> Running in a91ff8b61705 [2021-01-19T20:30:38.096Z] ---> Running in 44dc18201360 [2021-01-19T20:30:38.096Z] ---> Running in 805a6ba02ea1 [2021-01-19T20:30:38.096Z] ---> Running in b708c9046a7d [2021-01-19T20:30:38.358Z] ---> 1795ace31c24 [2021-01-19T20:30:38.358Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T20:30:38.358Z] Removing intermediate container 44dc18201360 [2021-01-19T20:30:38.358Z] ---> 0e38dc1416f9 [2021-01-19T20:30:38.358Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:30:38.358Z] Removing intermediate container a91ff8b61705 [2021-01-19T20:30:38.358Z] ---> 23cee1b0b5b8 [2021-01-19T20:30:38.358Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:30:38.396Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T20:30:38.620Z] ---> Running in 14fc85a933b8 [2021-01-19T20:30:38.620Z] Removing intermediate container 805a6ba02ea1 [2021-01-19T20:30:38.620Z] ---> 761a160a88b9 [2021-01-19T20:30:38.620Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T20:30:38.620Z] Removing intermediate container b708c9046a7d [2021-01-19T20:30:38.620Z] ---> 637a70a724a0 [2021-01-19T20:30:38.620Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:30:38.620Z] ---> Running in 52e9ddbc0798 [2021-01-19T20:30:38.897Z] ---> Running in 4be257e42a7d [2021-01-19T20:30:38.897Z] ---> c587f31d50f2 [2021-01-19T20:30:38.897Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T20:30:38.897Z] Removing intermediate container 14fc85a933b8 [2021-01-19T20:30:38.897Z] ---> 1ecbfb834bff [2021-01-19T20:30:38.897Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T20:30:38.897Z] ---> Running in b2837e1cdfc7 [2021-01-19T20:30:39.159Z] ---> c66f3b1af373 [2021-01-19T20:30:39.159Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T20:30:39.159Z] Removing intermediate container 52e9ddbc0798 [2021-01-19T20:30:39.159Z] ---> d19490a52dc0 [2021-01-19T20:30:39.159Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T20:30:39.159Z] ---> Running in 61636ccdc70f [2021-01-19T20:30:39.159Z] Removing intermediate container 4be257e42a7d [2021-01-19T20:30:39.159Z] ---> abd4e7319a13 [2021-01-19T20:30:39.159Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:30:39.420Z] ---> Running in fe74fb4119ba [2021-01-19T20:30:39.420Z] ---> Running in 96be07419b22 [2021-01-19T20:30:39.684Z] Removing intermediate container 61636ccdc70f [2021-01-19T20:30:39.684Z] ---> dd3a2ca2ce0a [2021-01-19T20:30:39.684Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:30:39.684Z] ---> b7cfd1d0138d [2021-01-19T20:30:39.684Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T20:30:39.684Z] Removing intermediate container fe74fb4119ba [2021-01-19T20:30:39.684Z] ---> 930e4ca474c5 [2021-01-19T20:30:39.684Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:30:39.949Z] ---> Running in 5f0768535e83 [2021-01-19T20:30:39.949Z] ---> Running in f48c483a2270 [2021-01-19T20:30:40.212Z] Removing intermediate container 96be07419b22 [2021-01-19T20:30:40.212Z] ---> 3382acc847da [2021-01-19T20:30:40.212Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:30:40.212Z] ---> Running in 647f045b3e37 [2021-01-19T20:30:40.474Z] Removing intermediate container 5f0768535e83 [2021-01-19T20:30:40.474Z] ---> 32b7312f0694 [2021-01-19T20:30:40.474Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T20:30:40.474Z] Removing intermediate container f48c483a2270 [2021-01-19T20:30:40.474Z] ---> 587dbc0a9ca2 [2021-01-19T20:30:40.474Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T20:30:40.474Z] ---> 3787f2923966 [2021-01-19T20:30:40.474Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T20:30:40.474Z] ---> Running in 783e0cd3d5c9 [2021-01-19T20:30:40.737Z] ---> Running in c4f2ea0fd951 [2021-01-19T20:30:40.737Z] ---> Running in 4c1cfa469887 [2021-01-19T20:30:40.737Z] Removing intermediate container 647f045b3e37 [2021-01-19T20:30:40.737Z] ---> 8010f99abd27 [2021-01-19T20:30:40.737Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T20:30:40.737Z] Removing intermediate container b2837e1cdfc7 [2021-01-19T20:30:40.737Z] ---> f52a18258632 [2021-01-19T20:30:40.737Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T20:30:40.999Z] Removing intermediate container 783e0cd3d5c9 [2021-01-19T20:30:40.999Z] ---> 869f1e61afd3 [2021-01-19T20:30:40.999Z] [2021-01-19T20:30:40.999Z] ---> Running in 6191d3f9560b [2021-01-19T20:30:40.999Z] ---> Running in f105cbef7201 [2021-01-19T20:30:40.999Z] Removing intermediate container c4f2ea0fd951 [2021-01-19T20:30:40.999Z] ---> fac559e6d29f [2021-01-19T20:30:40.999Z] [2021-01-19T20:30:41.268Z] Successfully built 869f1e61afd3 [2021-01-19T20:30:41.268Z] Successfully built fac559e6d29f [2021-01-19T20:30:41.268Z] Removing intermediate container 4c1cfa469887 [2021-01-19T20:30:41.268Z] ---> cc4663ddd1d3 [2021-01-19T20:30:41.268Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T20:30:41.268Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T20:30:41.268Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T20:30:41.268Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-19T20:30:41.268Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-19T20:30:41.536Z] Removing intermediate container 6191d3f9560b [2021-01-19T20:30:41.536Z] ---> 73129417cfb4 [2021-01-19T20:30:41.536Z] [2021-01-19T20:30:41.536Z] ---> Running in 9a5c91385cfe [2021-01-19T20:30:41.536Z] Removing intermediate container f105cbef7201 [2021-01-19T20:30:41.536Z] ---> 521808c14a91 [2021-01-19T20:30:41.536Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:30:41.536Z] Successfully built 73129417cfb4 [2021-01-19T20:30:41.536Z] Successfully tagged docker-core-command-go:latest [2021-01-19T20:30:41.536Z]  Building docker-core-command-go ... done  ---> Running in 8e435e18943f [2021-01-19T20:30:41.536Z] Building docker-core-data-go [2021-01-19T20:30:41.801Z] Removing intermediate container 9a5c91385cfe [2021-01-19T20:30:41.801Z] ---> c71cc22aaa25 [2021-01-19T20:30:41.801Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T20:30:41.801Z] Removing intermediate container 8e435e18943f [2021-01-19T20:30:41.801Z] ---> 8355de7e6ba7 [2021-01-19T20:30:41.801Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:30:41.801Z] ---> Running in 589da7e4b230 [2021-01-19T20:30:42.067Z] ---> Running in 344f712b555f [2021-01-19T20:30:42.067Z] Removing intermediate container 589da7e4b230 [2021-01-19T20:30:42.067Z] ---> da550ffe9141 [2021-01-19T20:30:42.067Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:30:42.067Z] ---> Running in dba0fa7eef7c [2021-01-19T20:30:42.067Z] Removing intermediate container 344f712b555f [2021-01-19T20:30:42.067Z] ---> 123ab4ab72b9 [2021-01-19T20:30:42.067Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T20:30:42.647Z] ---> Running in b8ccf1c5dc85 [2021-01-19T20:30:42.647Z] Removing intermediate container dba0fa7eef7c [2021-01-19T20:30:42.647Z] ---> f39e9f7d0d44 [2021-01-19T20:30:42.647Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T20:30:42.704Z] Building docker-core-command-go ... [2021-01-19T20:30:42.704Z] Building docker-core-data-go ... [2021-01-19T20:30:42.704Z] Building docker-core-metadata-go ... [2021-01-19T20:30:42.704Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T20:30:42.704Z] Building docker-security-proxy-setup-go ... [2021-01-19T20:30:42.704Z] Building docker-security-secretstore-setup-go ... [2021-01-19T20:30:42.704Z] Building docker-support-notifications-go ... [2021-01-19T20:30:42.704Z] Building docker-support-scheduler-go ... [2021-01-19T20:30:42.704Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T20:30:42.704Z] Building docker-sys-mgmt-agent-go [2021-01-19T20:30:42.704Z] Building docker-support-notifications-go [2021-01-19T20:30:42.704Z] Building docker-core-command-go [2021-01-19T20:30:42.704Z] Building docker-security-secretstore-setup-go [2021-01-19T20:30:42.704Z] Building docker-security-bootstrap-redis-go [2021-01-19T20:30:45.219Z] ---> Running in 8744e582bdba [2021-01-19T20:30:45.482Z] Removing intermediate container b8ccf1c5dc85 [2021-01-19T20:30:45.482Z] ---> 0b83854c5249 [2021-01-19T20:30:45.482Z] [2021-01-19T20:30:45.746Z] Successfully built 0b83854c5249 [2021-01-19T20:30:46.695Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T20:30:46.695Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T20:30:48.620Z] Removing intermediate container 8744e582bdba [2021-01-19T20:30:48.620Z] ---> 499697ec3d09 [2021-01-19T20:30:48.620Z] [2021-01-19T20:30:48.620Z] Successfully built 499697ec3d09 [2021-01-19T20:30:48.620Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T20:31:06.819Z]  Building docker-security-proxy-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:06.819Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:06.819Z] ---> bb84022776e2 [2021-01-19T20:31:06.819Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 94e717f91466 [2021-01-19T20:31:06.819Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 7433368bcaae [2021-01-19T20:31:06.819Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 19d0af2d784a [2021-01-19T20:31:06.819Z] Step 6/22 : COPY go.mod . [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 647d7271ea97 [2021-01-19T20:31:06.819Z] Step 7/22 : RUN go mod download [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> dccab486698b [2021-01-19T20:31:06.819Z] Step 8/22 : COPY . . [2021-01-19T20:31:06.819Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:06.819Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:06.819Z] ---> bb84022776e2 [2021-01-19T20:31:06.819Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 94e717f91466 [2021-01-19T20:31:06.819Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 7433368bcaae [2021-01-19T20:31:06.819Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 19d0af2d784a [2021-01-19T20:31:06.819Z] Step 6/24 : COPY go.mod . [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 647d7271ea97 [2021-01-19T20:31:06.819Z] Step 7/24 : RUN go mod download [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> dccab486698b [2021-01-19T20:31:06.819Z] Step 8/24 : COPY . . [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 340f2f3d07a4 [2021-01-19T20:31:06.819Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T20:31:06.819Z] ---> 340f2f3d07a4 [2021-01-19T20:31:06.819Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T20:31:06.819Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:06.819Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:06.819Z] ---> bb84022776e2 [2021-01-19T20:31:06.819Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 94e717f91466 [2021-01-19T20:31:06.819Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:06.819Z] ---> Using cache [2021-01-19T20:31:06.819Z] ---> 7433368bcaae [2021-01-19T20:31:06.819Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T20:31:07.395Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:07.395Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:07.395Z] ---> bb84022776e2 [2021-01-19T20:31:07.395Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T20:31:07.395Z] ---> Using cache [2021-01-19T20:31:07.395Z] ---> 94e717f91466 [2021-01-19T20:31:07.395Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:07.395Z] ---> Using cache [2021-01-19T20:31:07.395Z] ---> 7433368bcaae [2021-01-19T20:31:07.395Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T20:31:07.973Z] ---> Running in b6c4b7449023 [2021-01-19T20:31:07.973Z] ---> Running in 96f274c29c4e [2021-01-19T20:31:07.973Z] ---> Running in 826b51b38f44 [2021-01-19T20:31:08.235Z] ---> Running in 6b98f04da0b7 [2021-01-19T20:31:09.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T20:31:09.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T20:31:09.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:31:09.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:31:10.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:31:10.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:31:11.411Z] OK: 233 MiB in 51 packages [2021-01-19T20:31:11.411Z] OK: 233 MiB in 51 packages [2021-01-19T20:31:14.012Z] Removing intermediate container 96f274c29c4e [2021-01-19T20:31:14.012Z] ---> 710d4d56936e [2021-01-19T20:31:14.012Z] Step 6/23 : COPY go.mod . [2021-01-19T20:31:14.012Z] Removing intermediate container 6b98f04da0b7 [2021-01-19T20:31:14.012Z] ---> bf46cbbfdf00 [2021-01-19T20:31:14.012Z] Step 6/26 : COPY go.mod . [2021-01-19T20:31:14.278Z] ---> 3f5b3c609932 [2021-01-19T20:31:14.278Z] Step 7/23 : RUN go mod download [2021-01-19T20:31:14.549Z] ---> Running in 9ece9fa6fea0 [2021-01-19T20:31:14.549Z] ---> 40e197b26b9d [2021-01-19T20:31:14.549Z] Step 7/26 : RUN go mod download [2021-01-19T20:31:14.823Z] ---> Running in d8c89cdaeb62 [2021-01-19T20:31:17.445Z] Removing intermediate container d8c89cdaeb62 [2021-01-19T20:31:17.445Z] ---> ae24e5401990 [2021-01-19T20:31:17.445Z] Step 8/26 : COPY . . [2021-01-19T20:31:17.724Z] Removing intermediate container 9ece9fa6fea0 [2021-01-19T20:31:17.724Z] ---> 13fd093b10e6 [2021-01-19T20:31:17.724Z] Step 8/23 : COPY . . [2021-01-19T20:31:29.664Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:29.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:29.664Z] ---> 700c510fad91 [2021-01-19T20:31:29.664Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:31:29.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:29.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:29.664Z] ---> 700c510fad91 [2021-01-19T20:31:29.664Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:31:29.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:29.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:29.664Z] ---> 700c510fad91 [2021-01-19T20:31:29.664Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:31:29.664Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:29.664Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:29.664Z] ---> 700c510fad91 [2021-01-19T20:31:29.664Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T20:31:29.664Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:31:29.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:31:29.664Z] ---> 700c510fad91 [2021-01-19T20:31:29.664Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:31:29.664Z] ---> Running in 4e36979f78c8 [2021-01-19T20:31:29.664Z] ---> Running in 8e51d78f236b [2021-01-19T20:31:29.664Z] ---> Running in 5d333620c062 [2021-01-19T20:31:29.664Z] ---> Running in 03d9f4968cc6 [2021-01-19T20:31:29.664Z] ---> Running in 964abe3c815f [2021-01-19T20:31:29.664Z] Removing intermediate container 8e51d78f236b [2021-01-19T20:31:29.664Z] ---> e0718d70a003 [2021-01-19T20:31:29.664Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:29.664Z] Removing intermediate container 5d333620c062 [2021-01-19T20:31:29.664Z] ---> 476880230a2f [2021-01-19T20:31:29.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:29.664Z] Removing intermediate container 03d9f4968cc6 [2021-01-19T20:31:29.664Z] ---> afac2420e95c [2021-01-19T20:31:29.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:29.664Z] ---> Running in c0b21e6c14fc [2021-01-19T20:31:29.664Z] Removing intermediate container 964abe3c815f [2021-01-19T20:31:29.664Z] ---> db2d84af5dbb [2021-01-19T20:31:29.664Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:29.664Z] Removing intermediate container 4e36979f78c8 [2021-01-19T20:31:29.664Z] ---> 70abe4092d24 [2021-01-19T20:31:29.664Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:31:29.664Z] ---> Running in b2c3282f2f00 [2021-01-19T20:31:29.664Z] ---> Running in 3afdbdfeb9ba [2021-01-19T20:31:29.664Z] ---> Running in 4203156f94b0 [2021-01-19T20:31:29.664Z] ---> Running in d4db54e80f71 [2021-01-19T20:31:30.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T20:31:33.097Z] Removing intermediate container c0b21e6c14fc [2021-01-19T20:31:33.097Z] ---> 8263e83bcfdc [2021-01-19T20:31:33.097Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T20:31:33.097Z] ---> Running in 37e7f228d158 [2021-01-19T20:31:33.097Z] Removing intermediate container b2c3282f2f00 [2021-01-19T20:31:33.097Z] ---> 751b40a28d9a [2021-01-19T20:31:33.097Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:31:33.097Z] Removing intermediate container 3afdbdfeb9ba [2021-01-19T20:31:33.097Z] ---> af7556f92dcc [2021-01-19T20:31:33.097Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:31:33.374Z] Removing intermediate container d4db54e80f71 [2021-01-19T20:31:33.374Z] ---> d118aa131c29 [2021-01-19T20:31:33.374Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T20:31:33.374Z] ---> Running in 481c55436e0c [2021-01-19T20:31:33.374Z] ---> Running in 75b68d714515 [2021-01-19T20:31:33.647Z] ---> Running in 75ad66600a25 [2021-01-19T20:31:33.647Z] Removing intermediate container 4203156f94b0 [2021-01-19T20:31:33.647Z] ---> a438f0cfd088 [2021-01-19T20:31:33.647Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T20:31:33.923Z] ---> Running in 83ea70f9a15d [2021-01-19T20:31:34.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:35.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:35.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:35.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:35.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:35.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:36.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:37.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:37.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:37.041Z] OK: 217 MiB in 51 packages [2021-01-19T20:31:37.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:31:37.954Z] OK: 217 MiB in 51 packages [2021-01-19T20:31:38.561Z] Removing intermediate container 37e7f228d158 [2021-01-19T20:31:38.561Z] ---> 15eb0d1dceef [2021-01-19T20:31:38.561Z] Step 6/24 : COPY go.mod . [2021-01-19T20:31:38.561Z] OK: 217 MiB in 51 packages [2021-01-19T20:31:39.561Z] OK: 217 MiB in 51 packages [2021-01-19T20:31:39.561Z] Removing intermediate container 75ad66600a25 [2021-01-19T20:31:39.561Z] ---> be52cb51eca0 [2021-01-19T20:31:39.561Z] Step 6/24 : COPY go.mod . [2021-01-19T20:31:39.561Z] OK: 217 MiB in 51 packages [2021-01-19T20:31:39.561Z] ---> c691d835fa39 [2021-01-19T20:31:39.561Z] Step 7/24 : RUN go mod download [2021-01-19T20:31:39.840Z] ---> Running in 549e7d7ed34c [2021-01-19T20:31:40.443Z] Removing intermediate container 83ea70f9a15d [2021-01-19T20:31:40.443Z] ---> 288b8a21d89b [2021-01-19T20:31:40.443Z] Step 6/26 : COPY go.mod . [2021-01-19T20:31:40.443Z] ---> 25d386f03a11 [2021-01-19T20:31:40.443Z] Step 7/24 : RUN go mod download [2021-01-19T20:31:40.719Z] ---> Running in 527ee2e160eb [2021-01-19T20:31:41.726Z] Removing intermediate container 75b68d714515 [2021-01-19T20:31:41.726Z] ---> 9d3e2bc7780c [2021-01-19T20:31:41.726Z] Step 6/22 : COPY go.mod . [2021-01-19T20:31:41.726Z] Removing intermediate container 481c55436e0c [2021-01-19T20:31:41.726Z] ---> 29b779636c91 [2021-01-19T20:31:41.726Z] Step 6/22 : COPY go.mod . [2021-01-19T20:31:41.726Z] ---> 656cce4e7fbb [2021-01-19T20:31:41.726Z] Step 7/26 : RUN go mod download [2021-01-19T20:31:42.003Z] ---> Running in bc9e5d0e2199 [2021-01-19T20:31:42.992Z] ---> 90daa2d6fcd2 [2021-01-19T20:31:42.992Z] ---> 2aaf556dc449 [2021-01-19T20:31:42.992Z] Step 7/22 : RUN go mod download [2021-01-19T20:31:42.992Z] Step 7/22 : RUN go mod download [2021-01-19T20:31:43.268Z] ---> Running in 681507de552b [2021-01-19T20:31:43.268Z] ---> Running in ffb00a17978d [2021-01-19T20:31:44.712Z] Removing intermediate container 549e7d7ed34c [2021-01-19T20:31:44.712Z] ---> 1447b0cae6e4 [2021-01-19T20:31:44.712Z] Step 8/24 : COPY . . [2021-01-19T20:31:45.283Z] Removing intermediate container 826b51b38f44 [2021-01-19T20:31:45.283Z] ---> 5d09cfe29ac8 [2021-01-19T20:31:45.283Z] [2021-01-19T20:31:45.283Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T20:31:45.283Z] ---> 389fef711851 [2021-01-19T20:31:45.283Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:31:45.283Z] Removing intermediate container b6c4b7449023 [2021-01-19T20:31:45.283Z] ---> 643d44c612ca [2021-01-19T20:31:45.283Z] [2021-01-19T20:31:45.283Z] Step 10/22 : FROM scratch [2021-01-19T20:31:45.283Z] ---> [2021-01-19T20:31:45.283Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:31:45.283Z] ---> db0f46ef1e78 [2021-01-19T20:31:45.283Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T20:31:45.283Z] ---> Using cache [2021-01-19T20:31:45.283Z] ---> d7b3daa7adbf [2021-01-19T20:31:45.283Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:31:45.283Z] ---> c1cc42379f63 [2021-01-19T20:31:45.283Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T20:31:45.283Z] ---> Running in 3bc8ee5b9215 [2021-01-19T20:31:45.283Z] ---> Running in aa352cd3d049 [2021-01-19T20:31:45.283Z] ---> Running in 91222113faf2 [2021-01-19T20:31:45.283Z] ---> Using cache [2021-01-19T20:31:45.283Z] ---> cb63f55096b2 [2021-01-19T20:31:45.283Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T20:31:45.283Z] Removing intermediate container aa352cd3d049 [2021-01-19T20:31:45.283Z] ---> 6d3d491b9e05 [2021-01-19T20:31:45.283Z] Step 13/24 : WORKDIR / [2021-01-19T20:31:45.283Z] ---> Running in 038b616f4c92 [2021-01-19T20:31:45.283Z] ---> Running in 9b978ad62203 [2021-01-19T20:31:45.283Z] Removing intermediate container 038b616f4c92 [2021-01-19T20:31:45.283Z] ---> 4243354c2885 [2021-01-19T20:31:45.283Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:31:45.283Z] ---> Running in 7685bccc1fc9 [2021-01-19T20:31:45.283Z] Removing intermediate container 9b978ad62203 [2021-01-19T20:31:45.283Z] ---> ac8185ec4f8c [2021-01-19T20:31:45.283Z] 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-19T20:31:45.283Z] Removing intermediate container 7685bccc1fc9 [2021-01-19T20:31:45.283Z] ---> 99966ebb2b13 [2021-01-19T20:31:45.283Z] Step 14/22 : WORKDIR / [2021-01-19T20:31:45.283Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T20:31:45.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T20:31:45.283Z] ---> Running in df72a46c6e6f [2021-01-19T20:31:45.283Z] ---> 47bde5da3e27 [2021-01-19T20:31:45.283Z] 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-19T20:31:45.283Z] Removing intermediate container df72a46c6e6f [2021-01-19T20:31:45.283Z] ---> e9bdac727b45 [2021-01-19T20:31:45.283Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:31:45.283Z] ---> bb11b9e409fa [2021-01-19T20:31:45.283Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T20:31:45.313Z] Removing intermediate container 527ee2e160eb [2021-01-19T20:31:45.313Z] ---> 5831eda0125d [2021-01-19T20:31:45.313Z] Step 8/24 : COPY . . [2021-01-19T20:31:45.604Z] ---> 1789b483a40c [2021-01-19T20:31:45.604Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T20:31:45.968Z] ---> b523ebaeecac [2021-01-19T20:31:45.968Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T20:31:46.259Z] ---> ebb67cae0a09 [2021-01-19T20:31:46.259Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T20:31:46.311Z] Removing intermediate container bc9e5d0e2199 [2021-01-19T20:31:46.311Z] ---> b400576bcb34 [2021-01-19T20:31:46.311Z] Step 8/26 : COPY . . [2021-01-19T20:31:46.840Z] ---> 22ccaa47b8e9 [2021-01-19T20:31:46.840Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T20:31:47.806Z] ---> Running in eccbf7c93614 [2021-01-19T20:31:47.806Z] ---> 841355d07015 [2021-01-19T20:31:47.806Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T20:31:48.389Z] Removing intermediate container eccbf7c93614 [2021-01-19T20:31:48.389Z] ---> 6172d583d0b9 [2021-01-19T20:31:48.389Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:31:48.660Z] ---> Running in 8e4be1ac0baa [2021-01-19T20:31:48.660Z] ---> d54697d0cb51 [2021-01-19T20:31:48.660Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T20:31:48.938Z] Removing intermediate container 8e4be1ac0baa [2021-01-19T20:31:48.938Z] ---> c9b20d83c78c [2021-01-19T20:31:48.938Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:31:49.210Z] ---> Running in 320a2c529042 [2021-01-19T20:31:49.210Z] ---> 051f2522efce [2021-01-19T20:31:49.210Z] 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-19T20:31:49.479Z] ---> Running in 37bff1972c38 [2021-01-19T20:31:49.721Z] Removing intermediate container 681507de552b [2021-01-19T20:31:49.722Z] ---> 64d1f92a8cb8 [2021-01-19T20:31:49.722Z] Step 8/22 : COPY . . [2021-01-19T20:31:49.722Z] Removing intermediate container ffb00a17978d [2021-01-19T20:31:49.722Z] ---> 869d8474b6f9 [2021-01-19T20:31:49.722Z] Step 8/22 : COPY . . [2021-01-19T20:31:49.774Z] Removing intermediate container 320a2c529042 [2021-01-19T20:31:49.774Z] ---> afc9c74e4b23 [2021-01-19T20:31:49.774Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:31:49.774Z] ---> Running in ae0c1a879dd0 [2021-01-19T20:31:50.041Z] Removing intermediate container ae0c1a879dd0 [2021-01-19T20:31:50.041Z] ---> 25e8dccc4437 [2021-01-19T20:31:50.041Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T20:31:50.312Z] ---> Running in 0e0bca0f8585 [2021-01-19T20:31:50.582Z] Removing intermediate container 0e0bca0f8585 [2021-01-19T20:31:50.582Z] ---> 4f26626ac3fb [2021-01-19T20:31:50.582Z] [2021-01-19T20:31:50.849Z] Successfully built 4f26626ac3fb [2021-01-19T20:31:50.849Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T20:31:51.438Z]  Building docker-core-metadata-go ... done Removing intermediate container 37bff1972c38 [2021-01-19T20:31:51.438Z] ---> d2155b1d1b18 [2021-01-19T20:31:51.438Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T20:31:51.438Z] ---> Running in 7f56eedd4e15 [2021-01-19T20:31:51.710Z] Removing intermediate container 7f56eedd4e15 [2021-01-19T20:31:51.710Z] ---> bd60220b2f51 [2021-01-19T20:31:51.710Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T20:31:51.710Z] ---> Running in 5d25a47a00d0 [2021-01-19T20:31:51.976Z] Removing intermediate container 5d25a47a00d0 [2021-01-19T20:31:51.976Z] ---> b767f19e5e7c [2021-01-19T20:31:51.976Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:31:52.248Z] ---> Running in 943886623a66 [2021-01-19T20:31:52.525Z] Removing intermediate container 943886623a66 [2021-01-19T20:31:52.525Z] ---> eab700bcbe67 [2021-01-19T20:31:52.525Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T20:31:52.525Z] ---> Running in 5be22c2de839 [2021-01-19T20:31:52.798Z] Removing intermediate container 5be22c2de839 [2021-01-19T20:31:52.798Z] ---> fa781331c61f [2021-01-19T20:31:52.798Z] [2021-01-19T20:31:53.074Z] Successfully built fa781331c61f [2021-01-19T20:31:53.074Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T20:32:03.199Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3bc8ee5b9215 [2021-01-19T20:32:03.199Z] ---> 1db9ce3a2f58 [2021-01-19T20:32:03.199Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T20:32:03.199Z] ---> Running in bc573847de7c [2021-01-19T20:32:03.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T20:32:04.885Z] ---> 0fa50ef547b0 [2021-01-19T20:32:04.885Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T20:32:04.885Z] ---> 72326896a4c0 [2021-01-19T20:32:04.885Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T20:32:04.885Z] ---> 8a27c917a535 [2021-01-19T20:32:04.885Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T20:32:04.885Z] ---> 6ea639875d5a [2021-01-19T20:32:04.885Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T20:32:04.885Z] ---> 133b8b031968 [2021-01-19T20:32:04.885Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T20:32:04.885Z] ---> Running in 6696760094ad [2021-01-19T20:32:04.885Z] ---> Running in b2ae4a172fcc [2021-01-19T20:32:04.885Z] ---> Running in 95889e049b8b [2021-01-19T20:32:04.885Z] ---> Running in 909388f66a76 [2021-01-19T20:32:04.885Z] ---> Running in 00fa7c5a831d [2021-01-19T20:32:05.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T20:32:06.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T20:32:06.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T20:32:06.346Z] Removing intermediate container 91222113faf2 [2021-01-19T20:32:06.346Z] ---> 31efbf1201dc [2021-01-19T20:32:06.346Z] [2021-01-19T20:32:06.346Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T20:32:06.346Z] ---> 389fef711851 [2021-01-19T20:32:06.346Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:32:06.346Z] Removing intermediate container bc573847de7c [2021-01-19T20:32:06.346Z] ---> 4d1dac49b6a5 [2021-01-19T20:32:06.346Z] [2021-01-19T20:32:06.346Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T20:32:06.346Z] 20.10.0: Pulling from library/docker [2021-01-19T20:32:06.346Z] ---> Running in c8e37d3fc311 [2021-01-19T20:32:06.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T20:32:06.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T20:32:06.613Z] Removing intermediate container c8e37d3fc311 [2021-01-19T20:32:06.613Z] ---> 036a3a786203 [2021-01-19T20:32:06.613Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T20:32:06.613Z] ---> Running in eb380d35a84d [2021-01-19T20:32:06.877Z] Removing intermediate container eb380d35a84d [2021-01-19T20:32:06.877Z] ---> 650b55e26f54 [2021-01-19T20:32:06.877Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T20:32:06.878Z] ---> Running in 627e92aabafd [2021-01-19T20:32:07.142Z] Removing intermediate container 627e92aabafd [2021-01-19T20:32:07.142Z] ---> 517e26a87428 [2021-01-19T20:32:07.142Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:32:07.424Z] ---> Running in ae93904fbe5d [2021-01-19T20:32:09.366Z] Removing intermediate container ae93904fbe5d [2021-01-19T20:32:09.366Z] ---> 6b5214d20070 [2021-01-19T20:32:09.366Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T20:32:09.629Z] ---> Running in a4980bed14c4 [2021-01-19T20:32:11.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:11.557Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T20:32:11.557Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T20:32:11.557Z] ---> aefe523efa57 [2021-01-19T20:32:11.557Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T20:32:11.822Z] ---> Running in b86cd87ac5d4 [2021-01-19T20:32:12.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:12.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:12.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:12.620Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T20:32:12.620Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T20:32:12.620Z] Executing bash-5.0.17-r0.post-install [2021-01-19T20:32:12.620Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:32:12.620Z] OK: 12 MiB in 22 packages [2021-01-19T20:32:13.196Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T20:32:13.196Z] Removing intermediate container b86cd87ac5d4 [2021-01-19T20:32:13.196Z] ---> f7c240781907 [2021-01-19T20:32:13.196Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T20:32:13.196Z] ---> Running in e02770b7be9a [2021-01-19T20:32:13.196Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T20:32:13.459Z] Removing intermediate container e02770b7be9a [2021-01-19T20:32:13.459Z] ---> c4ae6593a6e6 [2021-01-19T20:32:13.459Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T20:32:13.459Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T20:32:13.459Z] ---> Running in 04fff0785ccf [2021-01-19T20:32:13.720Z] Removing intermediate container 04fff0785ccf [2021-01-19T20:32:13.720Z] ---> be3218fc16e5 [2021-01-19T20:32:13.720Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T20:32:13.720Z] ---> Running in 2a739309f9b7 [2021-01-19T20:32:13.982Z] Removing intermediate container 2a739309f9b7 [2021-01-19T20:32:13.982Z] ---> 349fcc45dab8 [2021-01-19T20:32:13.982Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T20:32:13.982Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T20:32:13.982Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T20:32:14.243Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:32:14.243Z] OK: 8 MiB in 19 packages [2021-01-19T20:32:14.509Z] ---> 7a03fc178fd8 [2021-01-19T20:32:14.509Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T20:32:14.770Z] ---> 064a55cb2940 [2021-01-19T20:32:14.770Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T20:32:14.770Z] Removing intermediate container a4980bed14c4 [2021-01-19T20:32:14.770Z] ---> ac7d38a7b1ff [2021-01-19T20:32:14.770Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:32:15.038Z] ---> 073f2c7d9a15 [2021-01-19T20:32:15.038Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T20:32:15.038Z] ---> 7e257a6dfff2 [2021-01-19T20:32:15.038Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T20:32:15.038Z] ---> Running in 89a53486427c [2021-01-19T20:32:15.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:16.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:16.248Z] ---> 8742beeee75d [2021-01-19T20:32:16.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T20:32:16.248Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T20:32:16.248Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T20:32:16.248Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T20:32:16.248Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T20:32:16.248Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T20:32:16.511Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T20:32:16.511Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T20:32:16.511Z] ---> 7a357e50872d [2021-01-19T20:32:16.511Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T20:32:16.511Z] ---> Running in a4cccb624ce7 [2021-01-19T20:32:16.776Z] Removing intermediate container a4cccb624ce7 [2021-01-19T20:32:16.776Z] ---> 3e7ef2614553 [2021-01-19T20:32:16.776Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:32:16.776Z] ---> Running in af0e50beac68 [2021-01-19T20:32:17.040Z] Removing intermediate container af0e50beac68 [2021-01-19T20:32:17.040Z] ---> 2fd22f9f86f2 [2021-01-19T20:32:17.040Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T20:32:17.040Z] ---> Running in 0a7a7a061a91 [2021-01-19T20:32:17.301Z] Removing intermediate container 0a7a7a061a91 [2021-01-19T20:32:17.301Z] ---> 981eb599b101 [2021-01-19T20:32:17.301Z] Step 22/23 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:17.301Z] ---> Running in 9f1f7e68a188 [2021-01-19T20:32:17.563Z] Removing intermediate container 9f1f7e68a188 [2021-01-19T20:32:17.563Z] ---> 097ab84eebd3 [2021-01-19T20:32:17.563Z] Step 23/23 : LABEL version=2.0.0-dev.47 [2021-01-19T20:32:17.563Z] ---> Running in a77d62a4dc4e [2021-01-19T20:32:17.825Z] Removing intermediate container a77d62a4dc4e [2021-01-19T20:32:17.825Z] ---> 2eb26a92b1aa [2021-01-19T20:32:17.825Z] [2021-01-19T20:32:18.087Z] Successfully built 2eb26a92b1aa [2021-01-19T20:32:18.087Z] Successfully tagged docker-core-data-go:latest [2021-01-19T20:32:23.386Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T20:32:23.386Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T20:32:23.386Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T20:32:23.386Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T20:32:23.386Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T20:32:23.386Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T20:32:23.386Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T20:32:23.386Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T20:32:23.386Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T20:32:23.386Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T20:32:23.386Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T20:32:23.386Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T20:32:23.386Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T20:32:23.386Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T20:32:23.386Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T20:32:23.386Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T20:32:23.386Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T20:32:23.386Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T20:32:23.386Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T20:32:23.386Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T20:32:23.386Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T20:32:23.386Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T20:32:23.386Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T20:32:23.386Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T20:32:23.386Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T20:32:23.386Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T20:32:23.386Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:32:23.386Z] OK: 71 MiB in 55 packages [2021-01-19T20:32:31.579Z] Removing intermediate container 89a53486427c [2021-01-19T20:32:31.579Z] ---> b9c03bdeec34 [2021-01-19T20:32:31.579Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T20:32:31.579Z] ---> Running in b74516a4822f [2021-01-19T20:32:32.993Z] Collecting docker-compose==1.23.2 [2021-01-19T20:32:33.262Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T20:32:33.530Z] Collecting PyYAML<4,>=3.10 [2021-01-19T20:32:33.530Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T20:32:34.116Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T20:32:34.116Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T20:32:34.693Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T20:32:34.693Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T20:32:34.955Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T20:32:34.955Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T20:32:35.219Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T20:32:35.219Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T20:32:35.804Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T20:32:35.804Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T20:32:35.804Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T20:32:35.804Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T20:32:36.072Z] 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-19T20:32:36.072Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T20:32:36.072Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T20:32:36.689Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T20:32:36.689Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T20:32:36.689Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T20:32:36.689Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T20:32:36.689Z] Collecting idna<2.8,>=2.5 [2021-01-19T20:32:36.689Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T20:32:36.973Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T20:32:36.973Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T20:32:36.973Z] 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-19T20:32:36.973Z] 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-19T20:32:36.973Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T20:32:36.973Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T20:32:36.973Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T20:32:36.973Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T20:32:37.268Z] Installing collected packages: PyYAML, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, cached-property, dockerpty, docker-compose [2021-01-19T20:32:37.268Z] Running setup.py install for PyYAML: started [2021-01-19T20:32:37.863Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T20:32:37.863Z] Running setup.py install for docopt: started [2021-01-19T20:32:38.125Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T20:32:38.125Z] Attempting uninstall: idna [2021-01-19T20:32:38.125Z] Found existing installation: idna 2.9 [2021-01-19T20:32:38.125Z] Uninstalling idna-2.9: [2021-01-19T20:32:38.125Z] Successfully uninstalled idna-2.9 [2021-01-19T20:32:38.388Z] Attempting uninstall: urllib3 [2021-01-19T20:32:38.388Z] Found existing installation: urllib3 1.25.9 [2021-01-19T20:32:38.388Z] Uninstalling urllib3-1.25.9: [2021-01-19T20:32:38.388Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T20:32:38.651Z] Attempting uninstall: requests [2021-01-19T20:32:38.651Z] Found existing installation: requests 2.23.0 [2021-01-19T20:32:38.651Z] Uninstalling requests-2.23.0: [2021-01-19T20:32:38.651Z] Successfully uninstalled requests-2.23.0 [2021-01-19T20:32:39.225Z] Running setup.py install for texttable: started [2021-01-19T20:32:39.798Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T20:32:39.798Z] Running setup.py install for dockerpty: started [2021-01-19T20:32:40.372Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T20:32:40.635Z] 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-19T20:32:43.992Z] Removing intermediate container b74516a4822f [2021-01-19T20:32:43.992Z] ---> 4bcacde2865c [2021-01-19T20:32:43.992Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T20:32:43.992Z] ---> Running in d34ccf09748c [2021-01-19T20:32:43.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:43.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:32:44.254Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:32:44.254Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T20:32:44.254Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T20:32:44.254Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:32:44.254Z] OK: 72 MiB in 58 packages [2021-01-19T20:32:44.515Z] Removing intermediate container d34ccf09748c [2021-01-19T20:32:44.515Z] ---> 1546b8d1c4c4 [2021-01-19T20:32:44.515Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T20:32:44.778Z] ---> Running in ceb747b9a334 [2021-01-19T20:32:44.778Z] Removing intermediate container ceb747b9a334 [2021-01-19T20:32:44.778Z] ---> c5576801d5ca [2021-01-19T20:32:44.778Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:32:45.041Z] ---> Running in 63ccd41b5066 [2021-01-19T20:32:45.041Z] Removing intermediate container 63ccd41b5066 [2021-01-19T20:32:45.041Z] ---> 4c1f5b99671d [2021-01-19T20:32:45.041Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T20:32:45.041Z] ---> Running in 7ac6e31aab64 [2021-01-19T20:32:45.302Z] Removing intermediate container 7ac6e31aab64 [2021-01-19T20:32:45.302Z] ---> 2739038c5e74 [2021-01-19T20:32:45.302Z] Step 25/26 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:45.302Z] ---> Running in a991b44416d7 [2021-01-19T20:32:45.563Z] Removing intermediate container a991b44416d7 [2021-01-19T20:32:45.563Z] ---> 5ac568ab7ac0 [2021-01-19T20:32:45.563Z] Step 26/26 : LABEL version=2.0.0-dev.47 [2021-01-19T20:32:45.563Z] ---> Running in 5e3e45420006 [2021-01-19T20:32:45.825Z] Removing intermediate container 5e3e45420006 [2021-01-19T20:32:45.826Z] ---> 9f401599814d [2021-01-19T20:32:45.826Z] [2021-01-19T20:32:45.826Z] Successfully built 9f401599814d [2021-01-19T20:32:45.826Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T20:32:46.409Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T20:32:46.415Z] $ docker stop --time=1 31ecf514bc94f1bf775dea3be8528e6fbf03e43075187782746c18b69182cde2 [2021-01-19T20:32:47.989Z] $ docker rm -f 31ecf514bc94f1bf775dea3be8528e6fbf03e43075187782746c18b69182cde2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T20:32:48.484Z] + docker images [2021-01-19T20:32:48.484Z] + grep docker [2021-01-19T20:32:48.484Z] docker-sys-mgmt-agent-go latest 9f401599814d 3 seconds ago 313MB [2021-01-19T20:32:48.484Z] docker-core-data-go latest 2eb26a92b1aa 31 seconds ago 22.3MB [2021-01-19T20:32:48.484Z] docker-security-secretstore-setup-go latest fa781331c61f 56 seconds ago 24.6MB [2021-01-19T20:32:48.484Z] docker-core-metadata-go latest 4f26626ac3fb 58 seconds ago 13.1MB [2021-01-19T20:32:48.484Z] docker-security-proxy-setup-go latest 499697ec3d09 2 minutes ago 24.4MB [2021-01-19T20:32:48.484Z] docker-security-bootstrap-redis-go latest 0b83854c5249 2 minutes ago 15.8MB [2021-01-19T20:32:48.484Z] docker-core-command-go latest 73129417cfb4 2 minutes ago 10.6MB [2021-01-19T20:32:48.484Z] docker-support-notifications-go latest fac559e6d29f 2 minutes ago 12MB [2021-01-19T20:32:48.484Z] docker-support-scheduler-go latest 869f1e61afd3 2 minutes ago 10.7MB [2021-01-19T20:32:48.484Z] 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-19T20:32:49.012Z] provisioning config files... [2021-01-19T20:32:49.044Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/308@tmp/config8069270132267017330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:32:49.393Z] ---> docker-login.sh [2021-01-19T20:32:49.393Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:32:49.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:32:49.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:32:49.657Z] Configure a credential helper to remove this warning. See [2021-01-19T20:32:49.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:32:49.657Z] [2021-01-19T20:32:49.657Z] Login Succeeded [2021-01-19T20:32:49.657Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:32:49.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:32:49.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:32:49.657Z] Configure a credential helper to remove this warning. See [2021-01-19T20:32:49.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:32:49.657Z] [2021-01-19T20:32:49.657Z] Login Succeeded [2021-01-19T20:32:49.657Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:32:49.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:32:49.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:32:49.919Z] Configure a credential helper to remove this warning. See [2021-01-19T20:32:49.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:32:49.919Z] [2021-01-19T20:32:49.919Z] Login Succeeded [2021-01-19T20:32:49.919Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:32:50.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:32:50.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:32:50.181Z] Configure a credential helper to remove this warning. See [2021-01-19T20:32:50.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:32:50.181Z] [2021-01-19T20:32:50.181Z] Login Succeeded [2021-01-19T20:32:50.181Z] docker.io [2021-01-19T20:32:50.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:32:50.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:32:50.443Z] Configure a credential helper to remove this warning. See [2021-01-19T20:32:50.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:32:50.443Z] [2021-01-19T20:32:50.443Z] Login Succeeded [2021-01-19T20:32:50.443Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:32:50.454Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:32:50.686Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-19T20:32:50.687Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:50.687Z] 2.0.0-dev.47 [2021-01-19T20:32:50.687Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:32:50.687Z] master [2021-01-19T20:32:50.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:51.183Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:51.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:51.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:32:51.483Z] e9984f66506e: Preparing [2021-01-19T20:32:51.483Z] 19cc2443fe5d: Preparing [2021-01-19T20:32:51.483Z] b04e16948c1c: Preparing [2021-01-19T20:32:51.745Z] b04e16948c1c: Pushed [2021-01-19T20:32:51.745Z] e9984f66506e: Pushed [2021-01-19T20:32:52.690Z] 19cc2443fe5d: Pushed [2021-01-19T20:32:52.690Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:841c84811923372520365b7ad0a45a4b0c65169a136d2958500752198249aec5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:52.995Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:53.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [2021-01-19T20:32:53.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:32:53.298Z] e9984f66506e: Preparing [2021-01-19T20:32:53.298Z] 19cc2443fe5d: Preparing [2021-01-19T20:32:53.298Z] b04e16948c1c: Preparing [2021-01-19T20:32:53.298Z] b04e16948c1c: Layer already exists [2021-01-19T20:32:53.298Z] e9984f66506e: Layer already exists [2021-01-19T20:32:53.298Z] 19cc2443fe5d: Layer already exists [2021-01-19T20:32:53.298Z] 2.0.0-dev.47: digest: sha256:841c84811923372520365b7ad0a45a4b0c65169a136d2958500752198249aec5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:53.605Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:53.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:32:53.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:32:53.904Z] e9984f66506e: Preparing [2021-01-19T20:32:53.904Z] 19cc2443fe5d: Preparing [2021-01-19T20:32:53.904Z] b04e16948c1c: Preparing [2021-01-19T20:32:53.904Z] b04e16948c1c: Layer already exists [2021-01-19T20:32:53.904Z] 19cc2443fe5d: Layer already exists [2021-01-19T20:32:53.904Z] e9984f66506e: Layer already exists [2021-01-19T20:32:53.904Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:841c84811923372520365b7ad0a45a4b0c65169a136d2958500752198249aec5 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:54.210Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:54.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-19T20:32:54.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:32:54.538Z] e9984f66506e: Preparing [2021-01-19T20:32:54.538Z] 19cc2443fe5d: Preparing [2021-01-19T20:32:54.538Z] b04e16948c1c: Preparing [2021-01-19T20:32:54.538Z] e9984f66506e: Layer already exists [2021-01-19T20:32:54.538Z] b04e16948c1c: Layer already exists [2021-01-19T20:32:54.538Z] 19cc2443fe5d: Layer already exists [2021-01-19T20:32:54.538Z] master: digest: sha256:841c84811923372520365b7ad0a45a4b0c65169a136d2958500752198249aec5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:32:54.792Z] ===================================================== [Pipeline] echo [2021-01-19T20:32:54.848Z] taggedImages: [2021-01-19T20:32:54.848Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:54.848Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [2021-01-19T20:32:54.848Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:32:54.848Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-19T20:32:54.912Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-19T20:32:54.912Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:54.912Z] 2.0.0-dev.47 [2021-01-19T20:32:54.912Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:32:54.912Z] master [2021-01-19T20:32:54.912Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:55.390Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:55.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:55.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:32:55.687Z] ccf1023126ea: Preparing [2021-01-19T20:32:55.687Z] 29f38564514f: Preparing [2021-01-19T20:32:55.687Z] b04e16948c1c: Preparing [2021-01-19T20:32:55.687Z] 31d15e093bc4: Preparing [2021-01-19T20:32:55.687Z] 190a7b4b46ac: Preparing [2021-01-19T20:32:55.687Z] 777b2c648970: Preparing [2021-01-19T20:32:55.687Z] 777b2c648970: Waiting [2021-01-19T20:32:55.687Z] b04e16948c1c: Layer already exists [2021-01-19T20:32:55.687Z] 777b2c648970: Layer already exists [2021-01-19T20:32:55.949Z] ccf1023126ea: Pushed [2021-01-19T20:32:55.949Z] 190a7b4b46ac: Pushed [2021-01-19T20:32:55.949Z] 31d15e093bc4: Pushed [2021-01-19T20:32:56.907Z] 29f38564514f: Pushed [2021-01-19T20:32:57.182Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:efe1a02550df3bb77c2aff0a4e033f951a97a613a4a744eda4a26012f8ad7e55 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:57.500Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:57.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [2021-01-19T20:32:57.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:32:57.800Z] ccf1023126ea: Preparing [2021-01-19T20:32:57.800Z] 29f38564514f: Preparing [2021-01-19T20:32:57.800Z] b04e16948c1c: Preparing [2021-01-19T20:32:57.800Z] 31d15e093bc4: Preparing [2021-01-19T20:32:57.800Z] 190a7b4b46ac: Preparing [2021-01-19T20:32:57.800Z] 777b2c648970: Preparing [2021-01-19T20:32:57.800Z] 777b2c648970: Waiting [2021-01-19T20:32:57.800Z] 29f38564514f: Layer already exists [2021-01-19T20:32:57.800Z] ccf1023126ea: Layer already exists [2021-01-19T20:32:57.800Z] 31d15e093bc4: Layer already exists [2021-01-19T20:32:57.800Z] b04e16948c1c: Layer already exists [2021-01-19T20:32:57.800Z] 190a7b4b46ac: Layer already exists [2021-01-19T20:32:57.800Z] 777b2c648970: Layer already exists [2021-01-19T20:32:57.800Z] 2.0.0-dev.47: digest: sha256:efe1a02550df3bb77c2aff0a4e033f951a97a613a4a744eda4a26012f8ad7e55 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:58.101Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:58.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:32:58.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:32:58.398Z] ccf1023126ea: Preparing [2021-01-19T20:32:58.398Z] 29f38564514f: Preparing [2021-01-19T20:32:58.398Z] b04e16948c1c: Preparing [2021-01-19T20:32:58.398Z] 31d15e093bc4: Preparing [2021-01-19T20:32:58.398Z] 190a7b4b46ac: Preparing [2021-01-19T20:32:58.398Z] 777b2c648970: Preparing [2021-01-19T20:32:58.398Z] 777b2c648970: Waiting [2021-01-19T20:32:58.398Z] 190a7b4b46ac: Layer already exists [2021-01-19T20:32:58.398Z] 31d15e093bc4: Layer already exists [2021-01-19T20:32:58.398Z] ccf1023126ea: Layer already exists [2021-01-19T20:32:58.398Z] b04e16948c1c: Layer already exists [2021-01-19T20:32:58.398Z] 29f38564514f: Layer already exists [2021-01-19T20:32:58.398Z] 777b2c648970: Layer already exists [2021-01-19T20:32:58.398Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:efe1a02550df3bb77c2aff0a4e033f951a97a613a4a744eda4a26012f8ad7e55 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:58.698Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:58.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-19T20:32:58.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:32:58.997Z] ccf1023126ea: Preparing [2021-01-19T20:32:58.997Z] 29f38564514f: Preparing [2021-01-19T20:32:58.997Z] b04e16948c1c: Preparing [2021-01-19T20:32:58.997Z] 31d15e093bc4: Preparing [2021-01-19T20:32:58.997Z] 190a7b4b46ac: Preparing [2021-01-19T20:32:58.997Z] 777b2c648970: Preparing [2021-01-19T20:32:58.997Z] 777b2c648970: Waiting [2021-01-19T20:32:58.997Z] ccf1023126ea: Layer already exists [2021-01-19T20:32:58.997Z] 31d15e093bc4: Layer already exists [2021-01-19T20:32:58.997Z] b04e16948c1c: Layer already exists [2021-01-19T20:32:58.997Z] 29f38564514f: Layer already exists [2021-01-19T20:32:58.997Z] 190a7b4b46ac: Layer already exists [2021-01-19T20:32:58.997Z] 777b2c648970: Layer already exists [2021-01-19T20:32:58.997Z] master: digest: sha256:efe1a02550df3bb77c2aff0a4e033f951a97a613a4a744eda4a26012f8ad7e55 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:32:59.230Z] ===================================================== [Pipeline] echo [2021-01-19T20:32:59.274Z] taggedImages: [2021-01-19T20:32:59.274Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:59.274Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [2021-01-19T20:32:59.274Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:32:59.274Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-19T20:32:59.335Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-19T20:32:59.335Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:32:59.335Z] 2.0.0-dev.47 [2021-01-19T20:32:59.335Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:32:59.335Z] master [2021-01-19T20:32:59.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:32:59.809Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:00.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:00.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:33:00.107Z] e7726de0fbbf: Preparing [2021-01-19T20:33:00.107Z] 8fbeda068823: Preparing [2021-01-19T20:33:00.107Z] b04e16948c1c: Preparing [2021-01-19T20:33:00.107Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:00.107Z] e7726de0fbbf: Pushed [2021-01-19T20:33:01.496Z] 8fbeda068823: Pushed [2021-01-19T20:33:01.496Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:d4605e8a667c5f0b3c25dcee4591b3dfd69f0b2d56e7a3469758c8036d9a4c20 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:02.384Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:02.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [2021-01-19T20:33:02.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:33:02.685Z] e7726de0fbbf: Preparing [2021-01-19T20:33:02.685Z] 8fbeda068823: Preparing [2021-01-19T20:33:02.685Z] b04e16948c1c: Preparing [2021-01-19T20:33:02.685Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:02.685Z] e7726de0fbbf: Layer already exists [2021-01-19T20:33:02.685Z] 8fbeda068823: Layer already exists [2021-01-19T20:33:02.685Z] 2.0.0-dev.47: digest: sha256:d4605e8a667c5f0b3c25dcee4591b3dfd69f0b2d56e7a3469758c8036d9a4c20 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:02.989Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:03.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:03.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:33:03.287Z] e7726de0fbbf: Preparing [2021-01-19T20:33:03.287Z] 8fbeda068823: Preparing [2021-01-19T20:33:03.287Z] b04e16948c1c: Preparing [2021-01-19T20:33:03.287Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:03.287Z] e7726de0fbbf: Layer already exists [2021-01-19T20:33:03.287Z] 8fbeda068823: Layer already exists [2021-01-19T20:33:03.287Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:d4605e8a667c5f0b3c25dcee4591b3dfd69f0b2d56e7a3469758c8036d9a4c20 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:03.593Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:03.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-19T20:33:03.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:33:03.894Z] e7726de0fbbf: Preparing [2021-01-19T20:33:03.894Z] 8fbeda068823: Preparing [2021-01-19T20:33:03.894Z] b04e16948c1c: Preparing [2021-01-19T20:33:03.894Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:03.894Z] 8fbeda068823: Layer already exists [2021-01-19T20:33:03.894Z] e7726de0fbbf: Layer already exists [2021-01-19T20:33:03.894Z] master: digest: sha256:d4605e8a667c5f0b3c25dcee4591b3dfd69f0b2d56e7a3469758c8036d9a4c20 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:33:04.107Z] ===================================================== [Pipeline] echo [2021-01-19T20:33:04.154Z] taggedImages: [2021-01-19T20:33:04.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:04.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [2021-01-19T20:33:04.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:04.154Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-19T20:33:04.221Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-19T20:33:04.221Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:04.221Z] 2.0.0-dev.47 [2021-01-19T20:33:04.221Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:04.221Z] master [2021-01-19T20:33:04.221Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:04.724Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:05.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:05.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:33:05.023Z] edd5733a4349: Preparing [2021-01-19T20:33:05.023Z] d26fc34b56a2: Preparing [2021-01-19T20:33:05.023Z] bd08add11cf1: Preparing [2021-01-19T20:33:05.023Z] 785e7a0f4376: Preparing [2021-01-19T20:33:05.023Z] b04e16948c1c: Preparing [2021-01-19T20:33:05.023Z] a2ea3d85a310: Preparing [2021-01-19T20:33:05.023Z] 777b2c648970: Preparing [2021-01-19T20:33:05.023Z] a2ea3d85a310: Waiting [2021-01-19T20:33:05.023Z] 777b2c648970: Waiting [2021-01-19T20:33:05.023Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:05.023Z] d26fc34b56a2: Pushed [2021-01-19T20:33:05.285Z] bd08add11cf1: Pushed [2021-01-19T20:33:05.285Z] edd5733a4349: Pushed [2021-01-19T20:33:05.285Z] 777b2c648970: Layer already exists [2021-01-19T20:33:05.858Z] 785e7a0f4376: Pushed [2021-01-19T20:33:06.431Z] a2ea3d85a310: Pushed [2021-01-19T20:33:06.692Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:9f1abaf44cbf78641f311bd2ad72bf40a0113247fb9be5b4efad5ebf7cacc34f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:07.000Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:07.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [2021-01-19T20:33:07.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:33:07.298Z] edd5733a4349: Preparing [2021-01-19T20:33:07.298Z] d26fc34b56a2: Preparing [2021-01-19T20:33:07.298Z] bd08add11cf1: Preparing [2021-01-19T20:33:07.298Z] 785e7a0f4376: Preparing [2021-01-19T20:33:07.298Z] b04e16948c1c: Preparing [2021-01-19T20:33:07.298Z] a2ea3d85a310: Preparing [2021-01-19T20:33:07.298Z] 777b2c648970: Preparing [2021-01-19T20:33:07.298Z] 777b2c648970: Waiting [2021-01-19T20:33:07.298Z] a2ea3d85a310: Waiting [2021-01-19T20:33:07.298Z] bd08add11cf1: Layer already exists [2021-01-19T20:33:07.298Z] edd5733a4349: Layer already exists [2021-01-19T20:33:07.298Z] 785e7a0f4376: Layer already exists [2021-01-19T20:33:07.298Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:07.298Z] d26fc34b56a2: Layer already exists [2021-01-19T20:33:07.298Z] 777b2c648970: Layer already exists [2021-01-19T20:33:07.298Z] a2ea3d85a310: Layer already exists [2021-01-19T20:33:07.298Z] 2.0.0-dev.47: digest: sha256:9f1abaf44cbf78641f311bd2ad72bf40a0113247fb9be5b4efad5ebf7cacc34f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:07.604Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:07.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:07.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:33:07.908Z] edd5733a4349: Preparing [2021-01-19T20:33:07.908Z] d26fc34b56a2: Preparing [2021-01-19T20:33:07.908Z] bd08add11cf1: Preparing [2021-01-19T20:33:07.908Z] 785e7a0f4376: Preparing [2021-01-19T20:33:07.908Z] b04e16948c1c: Preparing [2021-01-19T20:33:07.908Z] a2ea3d85a310: Preparing [2021-01-19T20:33:07.908Z] 777b2c648970: Preparing [2021-01-19T20:33:07.908Z] a2ea3d85a310: Waiting [2021-01-19T20:33:07.908Z] 777b2c648970: Waiting [2021-01-19T20:33:08.170Z] 785e7a0f4376: Layer already exists [2021-01-19T20:33:08.170Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:08.170Z] edd5733a4349: Layer already exists [2021-01-19T20:33:08.170Z] bd08add11cf1: Layer already exists [2021-01-19T20:33:08.170Z] d26fc34b56a2: Layer already exists [2021-01-19T20:33:08.170Z] 777b2c648970: Layer already exists [2021-01-19T20:33:08.170Z] a2ea3d85a310: Layer already exists [2021-01-19T20:33:08.170Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:9f1abaf44cbf78641f311bd2ad72bf40a0113247fb9be5b4efad5ebf7cacc34f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:08.507Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:08.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-19T20:33:08.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:33:08.819Z] edd5733a4349: Preparing [2021-01-19T20:33:08.819Z] d26fc34b56a2: Preparing [2021-01-19T20:33:08.819Z] bd08add11cf1: Preparing [2021-01-19T20:33:08.819Z] 785e7a0f4376: Preparing [2021-01-19T20:33:08.819Z] b04e16948c1c: Preparing [2021-01-19T20:33:08.819Z] a2ea3d85a310: Preparing [2021-01-19T20:33:08.819Z] 777b2c648970: Preparing [2021-01-19T20:33:08.819Z] a2ea3d85a310: Waiting [2021-01-19T20:33:08.819Z] 777b2c648970: Waiting [2021-01-19T20:33:08.819Z] d26fc34b56a2: Layer already exists [2021-01-19T20:33:08.819Z] 785e7a0f4376: Layer already exists [2021-01-19T20:33:08.819Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:08.819Z] edd5733a4349: Layer already exists [2021-01-19T20:33:08.819Z] bd08add11cf1: Layer already exists [2021-01-19T20:33:08.819Z] a2ea3d85a310: Layer already exists [2021-01-19T20:33:08.819Z] 777b2c648970: Layer already exists [2021-01-19T20:33:08.819Z] master: digest: sha256:9f1abaf44cbf78641f311bd2ad72bf40a0113247fb9be5b4efad5ebf7cacc34f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:33:09.034Z] ===================================================== [Pipeline] echo [2021-01-19T20:33:09.091Z] taggedImages: [2021-01-19T20:33:09.091Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:09.091Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [2021-01-19T20:33:09.091Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:09.091Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-19T20:33:09.160Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-19T20:33:09.160Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:09.160Z] 2.0.0-dev.47 [2021-01-19T20:33:09.160Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:09.160Z] master [2021-01-19T20:33:09.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:09.644Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:09.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:09.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:33:09.950Z] 32ecd5b1bde5: Preparing [2021-01-19T20:33:09.950Z] d6a7deb8bca6: Preparing [2021-01-19T20:33:09.950Z] 918825641dfd: Preparing [2021-01-19T20:33:09.950Z] 006341d48a6a: Preparing [2021-01-19T20:33:09.950Z] ff7b438a6e9d: Preparing [2021-01-19T20:33:09.950Z] 777b2c648970: Preparing [2021-01-19T20:33:10.213Z] 918825641dfd: Pushed [2021-01-19T20:33:10.213Z] 006341d48a6a: Pushed [2021-01-19T20:33:10.213Z] 777b2c648970: Layer already exists [2021-01-19T20:33:10.475Z] ff7b438a6e9d: Pushed [2021-01-19T20:33:10.736Z] d6a7deb8bca6: Pushed [2021-01-19T20:33:11.000Z] 32ecd5b1bde5: Pushed [2021-01-19T20:33:11.000Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:7d9816a27249b18859a59fabe3b0a1275260d93cca40e06d0dc4057ab6e131ca size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:11.305Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:11.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [2021-01-19T20:33:11.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:33:11.605Z] 32ecd5b1bde5: Preparing [2021-01-19T20:33:11.605Z] d6a7deb8bca6: Preparing [2021-01-19T20:33:11.605Z] 918825641dfd: Preparing [2021-01-19T20:33:11.605Z] 006341d48a6a: Preparing [2021-01-19T20:33:11.605Z] ff7b438a6e9d: Preparing [2021-01-19T20:33:11.605Z] 777b2c648970: Preparing [2021-01-19T20:33:11.605Z] 777b2c648970: Waiting [2021-01-19T20:33:11.605Z] ff7b438a6e9d: Layer already exists [2021-01-19T20:33:11.605Z] d6a7deb8bca6: Layer already exists [2021-01-19T20:33:11.605Z] 918825641dfd: Layer already exists [2021-01-19T20:33:11.605Z] 006341d48a6a: Layer already exists [2021-01-19T20:33:11.605Z] 32ecd5b1bde5: Layer already exists [2021-01-19T20:33:11.605Z] 777b2c648970: Layer already exists [2021-01-19T20:33:11.605Z] 2.0.0-dev.47: digest: sha256:7d9816a27249b18859a59fabe3b0a1275260d93cca40e06d0dc4057ab6e131ca size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:11.911Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:12.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:12.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:33:12.209Z] 32ecd5b1bde5: Preparing [2021-01-19T20:33:12.209Z] d6a7deb8bca6: Preparing [2021-01-19T20:33:12.209Z] 918825641dfd: Preparing [2021-01-19T20:33:12.209Z] 006341d48a6a: Preparing [2021-01-19T20:33:12.209Z] ff7b438a6e9d: Preparing [2021-01-19T20:33:12.209Z] 777b2c648970: Preparing [2021-01-19T20:33:12.209Z] 777b2c648970: Waiting [2021-01-19T20:33:12.209Z] ff7b438a6e9d: Layer already exists [2021-01-19T20:33:12.209Z] 32ecd5b1bde5: Layer already exists [2021-01-19T20:33:12.209Z] d6a7deb8bca6: Layer already exists [2021-01-19T20:33:12.209Z] 006341d48a6a: Layer already exists [2021-01-19T20:33:12.209Z] 918825641dfd: Layer already exists [2021-01-19T20:33:12.209Z] 777b2c648970: Layer already exists [2021-01-19T20:33:12.209Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:7d9816a27249b18859a59fabe3b0a1275260d93cca40e06d0dc4057ab6e131ca size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:12.509Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:12.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-19T20:33:12.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:33:12.805Z] 32ecd5b1bde5: Preparing [2021-01-19T20:33:12.805Z] d6a7deb8bca6: Preparing [2021-01-19T20:33:12.805Z] 918825641dfd: Preparing [2021-01-19T20:33:12.805Z] 006341d48a6a: Preparing [2021-01-19T20:33:12.805Z] ff7b438a6e9d: Preparing [2021-01-19T20:33:12.805Z] 777b2c648970: Preparing [2021-01-19T20:33:12.805Z] 777b2c648970: Waiting [2021-01-19T20:33:12.805Z] 006341d48a6a: Layer already exists [2021-01-19T20:33:12.805Z] ff7b438a6e9d: Layer already exists [2021-01-19T20:33:12.805Z] 32ecd5b1bde5: Layer already exists [2021-01-19T20:33:12.805Z] 918825641dfd: Layer already exists [2021-01-19T20:33:12.805Z] d6a7deb8bca6: Layer already exists [2021-01-19T20:33:12.805Z] 777b2c648970: Layer already exists [2021-01-19T20:33:12.805Z] master: digest: sha256:7d9816a27249b18859a59fabe3b0a1275260d93cca40e06d0dc4057ab6e131ca size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:33:13.012Z] ===================================================== [Pipeline] echo [2021-01-19T20:33:13.057Z] taggedImages: [2021-01-19T20:33:13.057Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:13.057Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [2021-01-19T20:33:13.057Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:13.057Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-19T20:33:13.117Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-19T20:33:13.117Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:13.117Z] 2.0.0-dev.47 [2021-01-19T20:33:13.117Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:13.117Z] master [2021-01-19T20:33:13.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:13.661Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:13.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:13.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:33:13.959Z] ca986e052d71: Preparing [2021-01-19T20:33:13.959Z] 00ef0322e6d0: Preparing [2021-01-19T20:33:13.959Z] 5e9062178e23: Preparing [2021-01-19T20:33:13.959Z] 807321a4fcf8: Preparing [2021-01-19T20:33:13.959Z] aeb4fa70bc3b: Preparing [2021-01-19T20:33:13.959Z] c30748b64415: Preparing [2021-01-19T20:33:13.959Z] 7a38ab0ed53a: Preparing [2021-01-19T20:33:13.959Z] a2ea3d85a310: Preparing [2021-01-19T20:33:13.959Z] 777b2c648970: Preparing [2021-01-19T20:33:13.959Z] c30748b64415: Waiting [2021-01-19T20:33:13.959Z] 7a38ab0ed53a: Waiting [2021-01-19T20:33:13.959Z] a2ea3d85a310: Waiting [2021-01-19T20:33:13.959Z] 777b2c648970: Waiting [2021-01-19T20:33:13.959Z] aeb4fa70bc3b: Pushed [2021-01-19T20:33:13.959Z] 00ef0322e6d0: Pushed [2021-01-19T20:33:13.959Z] ca986e052d71: Pushed [2021-01-19T20:33:14.224Z] a2ea3d85a310: Layer already exists [2021-01-19T20:33:14.224Z] 777b2c648970: Layer already exists [2021-01-19T20:33:14.224Z] c30748b64415: Pushed [2021-01-19T20:33:14.224Z] 7a38ab0ed53a: Pushed [2021-01-19T20:33:14.797Z] 807321a4fcf8: Pushed [2021-01-19T20:33:14.797Z] 5e9062178e23: Pushed [2021-01-19T20:33:15.058Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:4aae6b65816a7d0be887a97d3f521c83c53cfa9581c6c08856820e3b1144e2db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:15.386Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:15.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [2021-01-19T20:33:15.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:33:15.681Z] ca986e052d71: Preparing [2021-01-19T20:33:15.681Z] 00ef0322e6d0: Preparing [2021-01-19T20:33:15.681Z] 5e9062178e23: Preparing [2021-01-19T20:33:15.681Z] 807321a4fcf8: Preparing [2021-01-19T20:33:15.681Z] aeb4fa70bc3b: Preparing [2021-01-19T20:33:15.681Z] c30748b64415: Preparing [2021-01-19T20:33:15.681Z] 7a38ab0ed53a: Preparing [2021-01-19T20:33:15.681Z] a2ea3d85a310: Preparing [2021-01-19T20:33:15.681Z] 777b2c648970: Preparing [2021-01-19T20:33:15.681Z] c30748b64415: Waiting [2021-01-19T20:33:15.681Z] 7a38ab0ed53a: Waiting [2021-01-19T20:33:15.681Z] a2ea3d85a310: Waiting [2021-01-19T20:33:15.681Z] 777b2c648970: Waiting [2021-01-19T20:33:15.681Z] 807321a4fcf8: Layer already exists [2021-01-19T20:33:15.681Z] 00ef0322e6d0: Layer already exists [2021-01-19T20:33:15.681Z] 5e9062178e23: Layer already exists [2021-01-19T20:33:15.681Z] ca986e052d71: Layer already exists [2021-01-19T20:33:15.681Z] aeb4fa70bc3b: Layer already exists [2021-01-19T20:33:15.681Z] 7a38ab0ed53a: Layer already exists [2021-01-19T20:33:15.681Z] c30748b64415: Layer already exists [2021-01-19T20:33:15.681Z] a2ea3d85a310: Layer already exists [2021-01-19T20:33:15.681Z] 777b2c648970: Layer already exists [2021-01-19T20:33:15.681Z] 2.0.0-dev.47: digest: sha256:4aae6b65816a7d0be887a97d3f521c83c53cfa9581c6c08856820e3b1144e2db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:15.981Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:16.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:16.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:33:16.279Z] ca986e052d71: Preparing [2021-01-19T20:33:16.279Z] 00ef0322e6d0: Preparing [2021-01-19T20:33:16.279Z] 5e9062178e23: Preparing [2021-01-19T20:33:16.279Z] 807321a4fcf8: Preparing [2021-01-19T20:33:16.279Z] aeb4fa70bc3b: Preparing [2021-01-19T20:33:16.279Z] c30748b64415: Preparing [2021-01-19T20:33:16.279Z] 7a38ab0ed53a: Preparing [2021-01-19T20:33:16.279Z] a2ea3d85a310: Preparing [2021-01-19T20:33:16.279Z] 777b2c648970: Preparing [2021-01-19T20:33:16.279Z] 7a38ab0ed53a: Waiting [2021-01-19T20:33:16.279Z] a2ea3d85a310: Waiting [2021-01-19T20:33:16.279Z] c30748b64415: Waiting [2021-01-19T20:33:16.279Z] 777b2c648970: Waiting [2021-01-19T20:33:16.279Z] aeb4fa70bc3b: Layer already exists [2021-01-19T20:33:16.279Z] ca986e052d71: Layer already exists [2021-01-19T20:33:16.279Z] 5e9062178e23: Layer already exists [2021-01-19T20:33:16.279Z] 00ef0322e6d0: Layer already exists [2021-01-19T20:33:16.279Z] 807321a4fcf8: Layer already exists [2021-01-19T20:33:16.279Z] 7a38ab0ed53a: Layer already exists [2021-01-19T20:33:16.279Z] c30748b64415: Layer already exists [2021-01-19T20:33:16.279Z] 777b2c648970: Layer already exists [2021-01-19T20:33:16.279Z] a2ea3d85a310: Layer already exists [2021-01-19T20:33:16.279Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:4aae6b65816a7d0be887a97d3f521c83c53cfa9581c6c08856820e3b1144e2db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:16.581Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:16.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-19T20:33:16.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:33:16.877Z] ca986e052d71: Preparing [2021-01-19T20:33:16.877Z] 00ef0322e6d0: Preparing [2021-01-19T20:33:16.877Z] 5e9062178e23: Preparing [2021-01-19T20:33:16.877Z] 807321a4fcf8: Preparing [2021-01-19T20:33:16.877Z] aeb4fa70bc3b: Preparing [2021-01-19T20:33:16.877Z] c30748b64415: Preparing [2021-01-19T20:33:16.877Z] 7a38ab0ed53a: Preparing [2021-01-19T20:33:16.877Z] a2ea3d85a310: Preparing [2021-01-19T20:33:16.877Z] 777b2c648970: Preparing [2021-01-19T20:33:16.877Z] c30748b64415: Waiting [2021-01-19T20:33:16.877Z] 7a38ab0ed53a: Waiting [2021-01-19T20:33:16.877Z] 777b2c648970: Waiting [2021-01-19T20:33:16.877Z] a2ea3d85a310: Waiting [2021-01-19T20:33:16.877Z] 00ef0322e6d0: Layer already exists [2021-01-19T20:33:16.877Z] 5e9062178e23: Layer already exists [2021-01-19T20:33:16.877Z] ca986e052d71: Layer already exists [2021-01-19T20:33:16.877Z] 807321a4fcf8: Layer already exists [2021-01-19T20:33:16.877Z] aeb4fa70bc3b: Layer already exists [2021-01-19T20:33:16.877Z] c30748b64415: Layer already exists [2021-01-19T20:33:16.877Z] 777b2c648970: Layer already exists [2021-01-19T20:33:16.877Z] 7a38ab0ed53a: Layer already exists [2021-01-19T20:33:16.877Z] a2ea3d85a310: Layer already exists [2021-01-19T20:33:16.877Z] master: digest: sha256:4aae6b65816a7d0be887a97d3f521c83c53cfa9581c6c08856820e3b1144e2db size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:33:17.084Z] ===================================================== [Pipeline] echo [2021-01-19T20:33:17.132Z] taggedImages: [2021-01-19T20:33:17.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:17.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [2021-01-19T20:33:17.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:17.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-19T20:33:17.252Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-19T20:33:17.252Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:17.252Z] 2.0.0-dev.47 [2021-01-19T20:33:17.252Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:17.252Z] master [2021-01-19T20:33:17.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:17.729Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:18.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:18.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:33:18.029Z] 7f2a64a605e8: Preparing [2021-01-19T20:33:18.029Z] 4e488f1c1059: Preparing [2021-01-19T20:33:18.029Z] b04e16948c1c: Preparing [2021-01-19T20:33:18.029Z] bb747e6f9fc8: Preparing [2021-01-19T20:33:18.029Z] 72d93b60a218: Preparing [2021-01-19T20:33:18.029Z] 74712d068bb8: Preparing [2021-01-19T20:33:18.029Z] 74712d068bb8: Waiting [2021-01-19T20:33:18.029Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:18.029Z] 7f2a64a605e8: Pushed [2021-01-19T20:33:18.291Z] bb747e6f9fc8: Pushed [2021-01-19T20:33:18.291Z] 74712d068bb8: Pushed [2021-01-19T20:33:18.291Z] 72d93b60a218: Pushed [2021-01-19T20:33:19.233Z] 4e488f1c1059: Pushed [2021-01-19T20:33:19.233Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:2afa9d16a3c27b35fb5c92f2701d3ae682c165f608d58d583bb54fb42936e13f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:19.584Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:19.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [2021-01-19T20:33:19.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:33:19.912Z] 7f2a64a605e8: Preparing [2021-01-19T20:33:19.912Z] 4e488f1c1059: Preparing [2021-01-19T20:33:19.912Z] b04e16948c1c: Preparing [2021-01-19T20:33:19.912Z] bb747e6f9fc8: Preparing [2021-01-19T20:33:19.912Z] 72d93b60a218: Preparing [2021-01-19T20:33:19.912Z] 74712d068bb8: Preparing [2021-01-19T20:33:19.912Z] 74712d068bb8: Waiting [2021-01-19T20:33:19.912Z] 7f2a64a605e8: Layer already exists [2021-01-19T20:33:19.912Z] 72d93b60a218: Layer already exists [2021-01-19T20:33:19.912Z] bb747e6f9fc8: Layer already exists [2021-01-19T20:33:19.912Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:19.912Z] 4e488f1c1059: Layer already exists [2021-01-19T20:33:19.912Z] 74712d068bb8: Layer already exists [2021-01-19T20:33:19.912Z] 2.0.0-dev.47: digest: sha256:2afa9d16a3c27b35fb5c92f2701d3ae682c165f608d58d583bb54fb42936e13f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:20.214Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:20.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:20.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:33:20.512Z] 7f2a64a605e8: Preparing [2021-01-19T20:33:20.512Z] 4e488f1c1059: Preparing [2021-01-19T20:33:20.512Z] b04e16948c1c: Preparing [2021-01-19T20:33:20.512Z] bb747e6f9fc8: Preparing [2021-01-19T20:33:20.512Z] 72d93b60a218: Preparing [2021-01-19T20:33:20.512Z] 74712d068bb8: Preparing [2021-01-19T20:33:20.512Z] 74712d068bb8: Waiting [2021-01-19T20:33:20.512Z] 7f2a64a605e8: Layer already exists [2021-01-19T20:33:20.512Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:20.512Z] 4e488f1c1059: Layer already exists [2021-01-19T20:33:20.512Z] bb747e6f9fc8: Layer already exists [2021-01-19T20:33:20.512Z] 72d93b60a218: Layer already exists [2021-01-19T20:33:20.512Z] 74712d068bb8: Layer already exists [2021-01-19T20:33:20.512Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:2afa9d16a3c27b35fb5c92f2701d3ae682c165f608d58d583bb54fb42936e13f size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:20.816Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:21.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-19T20:33:21.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:33:21.108Z] 7f2a64a605e8: Preparing [2021-01-19T20:33:21.108Z] 4e488f1c1059: Preparing [2021-01-19T20:33:21.108Z] b04e16948c1c: Preparing [2021-01-19T20:33:21.108Z] bb747e6f9fc8: Preparing [2021-01-19T20:33:21.108Z] 72d93b60a218: Preparing [2021-01-19T20:33:21.108Z] 74712d068bb8: Preparing [2021-01-19T20:33:21.108Z] 74712d068bb8: Waiting [2021-01-19T20:33:21.108Z] bb747e6f9fc8: Layer already exists [2021-01-19T20:33:21.108Z] 4e488f1c1059: Layer already exists [2021-01-19T20:33:21.108Z] 72d93b60a218: Layer already exists [2021-01-19T20:33:21.108Z] 7f2a64a605e8: Layer already exists [2021-01-19T20:33:21.108Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:21.108Z] 74712d068bb8: Layer already exists [2021-01-19T20:33:21.108Z] master: digest: sha256:2afa9d16a3c27b35fb5c92f2701d3ae682c165f608d58d583bb54fb42936e13f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:33:21.327Z] ===================================================== [Pipeline] echo [2021-01-19T20:33:21.394Z] taggedImages: [2021-01-19T20:33:21.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:21.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [2021-01-19T20:33:21.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:21.394Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-19T20:33:22.790Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-19T20:33:22.790Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:22.790Z] 2.0.0-dev.47 [2021-01-19T20:33:22.790Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:22.790Z] master [2021-01-19T20:33:22.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:23.256Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:23.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:23.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:33:23.551Z] 07f82793ccf4: Preparing [2021-01-19T20:33:23.551Z] febd35287527: Preparing [2021-01-19T20:33:23.551Z] b04e16948c1c: Preparing [2021-01-19T20:33:23.551Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:23.551Z] 07f82793ccf4: Pushed [2021-01-19T20:33:24.495Z] febd35287527: Pushed [2021-01-19T20:33:24.755Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:390a2ee1cc1f2d2d37d40d955d75d5bba87a7e564750cecf8bac20f8c51ea400 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:25.054Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:25.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [2021-01-19T20:33:25.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:33:25.349Z] 07f82793ccf4: Preparing [2021-01-19T20:33:25.349Z] febd35287527: Preparing [2021-01-19T20:33:25.349Z] b04e16948c1c: Preparing [2021-01-19T20:33:25.349Z] febd35287527: Layer already exists [2021-01-19T20:33:25.349Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:25.349Z] 07f82793ccf4: Layer already exists [2021-01-19T20:33:25.349Z] 2.0.0-dev.47: digest: sha256:390a2ee1cc1f2d2d37d40d955d75d5bba87a7e564750cecf8bac20f8c51ea400 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:25.650Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:25.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:25.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:33:25.943Z] 07f82793ccf4: Preparing [2021-01-19T20:33:25.943Z] febd35287527: Preparing [2021-01-19T20:33:25.943Z] b04e16948c1c: Preparing [2021-01-19T20:33:25.943Z] 07f82793ccf4: Layer already exists [2021-01-19T20:33:25.944Z] febd35287527: Layer already exists [2021-01-19T20:33:25.944Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:25.944Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:390a2ee1cc1f2d2d37d40d955d75d5bba87a7e564750cecf8bac20f8c51ea400 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:26.244Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:26.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-19T20:33:26.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:33:26.537Z] 07f82793ccf4: Preparing [2021-01-19T20:33:26.537Z] febd35287527: Preparing [2021-01-19T20:33:26.537Z] b04e16948c1c: Preparing [2021-01-19T20:33:26.537Z] b04e16948c1c: Layer already exists [2021-01-19T20:33:26.537Z] 07f82793ccf4: Layer already exists [2021-01-19T20:33:26.537Z] febd35287527: Layer already exists [2021-01-19T20:33:26.537Z] master: digest: sha256:390a2ee1cc1f2d2d37d40d955d75d5bba87a7e564750cecf8bac20f8c51ea400 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:33:26.714Z] ===================================================== [Pipeline] echo [2021-01-19T20:33:26.758Z] taggedImages: [2021-01-19T20:33:26.758Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:26.758Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [2021-01-19T20:33:26.758Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:26.758Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-19T20:33:26.840Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-19T20:33:26.840Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:26.840Z] 2.0.0-dev.47 [2021-01-19T20:33:26.840Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:26.840Z] master [2021-01-19T20:33:26.840Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:27.327Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:27.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:27.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:33:27.639Z] e16dbf250cec: Preparing [2021-01-19T20:33:27.639Z] 90a022f5f642: Preparing [2021-01-19T20:33:27.639Z] 5ba8b24bb2c3: Preparing [2021-01-19T20:33:27.639Z] 45c030273514: Preparing [2021-01-19T20:33:27.639Z] d44722f32705: Preparing [2021-01-19T20:33:27.639Z] ea13e3a61865: Preparing [2021-01-19T20:33:27.639Z] 96f350fb85ff: Preparing [2021-01-19T20:33:27.639Z] 0754057c0ad3: Preparing [2021-01-19T20:33:27.639Z] 998cdf262ab1: Preparing [2021-01-19T20:33:27.639Z] 02e56110abd2: Preparing [2021-01-19T20:33:27.639Z] abc36efb885a: Preparing [2021-01-19T20:33:27.639Z] b0b09059f4e1: Preparing [2021-01-19T20:33:27.639Z] bb961f40224b: Preparing [2021-01-19T20:33:27.639Z] f4666769fca7: Preparing [2021-01-19T20:33:27.639Z] 998cdf262ab1: Waiting [2021-01-19T20:33:27.639Z] 02e56110abd2: Waiting [2021-01-19T20:33:27.639Z] abc36efb885a: Waiting [2021-01-19T20:33:27.639Z] b0b09059f4e1: Waiting [2021-01-19T20:33:27.639Z] bb961f40224b: Waiting [2021-01-19T20:33:27.639Z] f4666769fca7: Waiting [2021-01-19T20:33:27.639Z] ea13e3a61865: Waiting [2021-01-19T20:33:27.639Z] 96f350fb85ff: Waiting [2021-01-19T20:33:27.639Z] 0754057c0ad3: Waiting [2021-01-19T20:33:27.909Z] d44722f32705: Pushed [2021-01-19T20:33:27.909Z] e16dbf250cec: Pushed [2021-01-19T20:33:28.179Z] 45c030273514: Pushed [2021-01-19T20:33:28.179Z] 0754057c0ad3: Layer already exists [2021-01-19T20:33:28.179Z] 998cdf262ab1: Layer already exists [2021-01-19T20:33:28.179Z] 96f350fb85ff: Pushed [2021-01-19T20:33:28.179Z] 02e56110abd2: Layer already exists [2021-01-19T20:33:28.179Z] abc36efb885a: Layer already exists [2021-01-19T20:33:28.179Z] b0b09059f4e1: Layer already exists [2021-01-19T20:33:28.179Z] bb961f40224b: Layer already exists [2021-01-19T20:33:28.179Z] f4666769fca7: Layer already exists [2021-01-19T20:33:28.179Z] 90a022f5f642: Pushed [2021-01-19T20:33:28.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T20:33:28.753Z] ea13e3a61865: Pushed [2021-01-19T20:33:32.057Z] 5ba8b24bb2c3: Pushed [2021-01-19T20:33:32.057Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:96feef460448578388603780b392f6b20df8fd69c7e9ea81c38450f3f21a8ae5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:32.358Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:32.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [2021-01-19T20:33:32.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:33:32.661Z] e16dbf250cec: Preparing [2021-01-19T20:33:32.661Z] 90a022f5f642: Preparing [2021-01-19T20:33:32.661Z] 5ba8b24bb2c3: Preparing [2021-01-19T20:33:32.661Z] 45c030273514: Preparing [2021-01-19T20:33:32.661Z] d44722f32705: Preparing [2021-01-19T20:33:32.661Z] ea13e3a61865: Preparing [2021-01-19T20:33:32.661Z] 96f350fb85ff: Preparing [2021-01-19T20:33:32.661Z] 0754057c0ad3: Preparing [2021-01-19T20:33:32.661Z] 998cdf262ab1: Preparing [2021-01-19T20:33:32.661Z] 02e56110abd2: Preparing [2021-01-19T20:33:32.661Z] abc36efb885a: Preparing [2021-01-19T20:33:32.661Z] b0b09059f4e1: Preparing [2021-01-19T20:33:32.661Z] bb961f40224b: Preparing [2021-01-19T20:33:32.661Z] f4666769fca7: Preparing [2021-01-19T20:33:32.661Z] 0754057c0ad3: Waiting [2021-01-19T20:33:32.661Z] 998cdf262ab1: Waiting [2021-01-19T20:33:32.661Z] 02e56110abd2: Waiting [2021-01-19T20:33:32.661Z] abc36efb885a: Waiting [2021-01-19T20:33:32.661Z] b0b09059f4e1: Waiting [2021-01-19T20:33:32.661Z] bb961f40224b: Waiting [2021-01-19T20:33:32.661Z] f4666769fca7: Waiting [2021-01-19T20:33:32.661Z] ea13e3a61865: Waiting [2021-01-19T20:33:32.661Z] 96f350fb85ff: Waiting [2021-01-19T20:33:32.661Z] 90a022f5f642: Layer already exists [2021-01-19T20:33:32.661Z] d44722f32705: Layer already exists [2021-01-19T20:33:32.661Z] e16dbf250cec: Layer already exists [2021-01-19T20:33:32.661Z] 5ba8b24bb2c3: Layer already exists [2021-01-19T20:33:32.661Z] 45c030273514: Layer already exists [2021-01-19T20:33:32.661Z] 96f350fb85ff: Layer already exists [2021-01-19T20:33:32.661Z] 0754057c0ad3: Layer already exists [2021-01-19T20:33:32.661Z] ea13e3a61865: Layer already exists [2021-01-19T20:33:32.661Z] 02e56110abd2: Layer already exists [2021-01-19T20:33:32.661Z] 998cdf262ab1: Layer already exists [2021-01-19T20:33:32.661Z] abc36efb885a: Layer already exists [2021-01-19T20:33:32.661Z] bb961f40224b: Layer already exists [2021-01-19T20:33:32.661Z] b0b09059f4e1: Layer already exists [2021-01-19T20:33:32.661Z] f4666769fca7: Layer already exists [2021-01-19T20:33:32.661Z] 2.0.0-dev.47: digest: sha256:96feef460448578388603780b392f6b20df8fd69c7e9ea81c38450f3f21a8ae5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:33.224Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:33.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:33.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:33:33.636Z] e16dbf250cec: Preparing [2021-01-19T20:33:33.636Z] 90a022f5f642: Preparing [2021-01-19T20:33:33.636Z] 5ba8b24bb2c3: Preparing [2021-01-19T20:33:33.636Z] 45c030273514: Preparing [2021-01-19T20:33:33.636Z] d44722f32705: Preparing [2021-01-19T20:33:33.636Z] ea13e3a61865: Preparing [2021-01-19T20:33:33.636Z] 96f350fb85ff: Preparing [2021-01-19T20:33:33.636Z] 0754057c0ad3: Preparing [2021-01-19T20:33:33.636Z] 998cdf262ab1: Preparing [2021-01-19T20:33:33.636Z] 02e56110abd2: Preparing [2021-01-19T20:33:33.636Z] abc36efb885a: Preparing [2021-01-19T20:33:33.636Z] b0b09059f4e1: Preparing [2021-01-19T20:33:33.636Z] bb961f40224b: Preparing [2021-01-19T20:33:33.636Z] f4666769fca7: Preparing [2021-01-19T20:33:33.636Z] ea13e3a61865: Waiting [2021-01-19T20:33:33.636Z] 96f350fb85ff: Waiting [2021-01-19T20:33:33.636Z] 0754057c0ad3: Waiting [2021-01-19T20:33:33.636Z] 998cdf262ab1: Waiting [2021-01-19T20:33:33.636Z] 02e56110abd2: Waiting [2021-01-19T20:33:33.636Z] f4666769fca7: Waiting [2021-01-19T20:33:33.636Z] abc36efb885a: Waiting [2021-01-19T20:33:33.636Z] b0b09059f4e1: Waiting [2021-01-19T20:33:33.636Z] bb961f40224b: Waiting [2021-01-19T20:33:33.636Z] 45c030273514: Layer already exists [2021-01-19T20:33:33.636Z] e16dbf250cec: Layer already exists [2021-01-19T20:33:33.636Z] d44722f32705: Layer already exists [2021-01-19T20:33:33.636Z] 5ba8b24bb2c3: Layer already exists [2021-01-19T20:33:33.636Z] 90a022f5f642: Layer already exists [2021-01-19T20:33:33.636Z] ea13e3a61865: Layer already exists [2021-01-19T20:33:33.636Z] 02e56110abd2: Layer already exists [2021-01-19T20:33:33.636Z] 96f350fb85ff: Layer already exists [2021-01-19T20:33:33.636Z] 0754057c0ad3: Layer already exists [2021-01-19T20:33:33.636Z] abc36efb885a: Layer already exists [2021-01-19T20:33:33.636Z] 998cdf262ab1: Layer already exists [2021-01-19T20:33:33.636Z] b0b09059f4e1: Layer already exists [2021-01-19T20:33:33.636Z] bb961f40224b: Layer already exists [2021-01-19T20:33:33.636Z] f4666769fca7: Layer already exists [2021-01-19T20:33:33.636Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:96feef460448578388603780b392f6b20df8fd69c7e9ea81c38450f3f21a8ae5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:33.935Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:33:34.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-19T20:33:34.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:33:34.232Z] e16dbf250cec: Preparing [2021-01-19T20:33:34.232Z] 90a022f5f642: Preparing [2021-01-19T20:33:34.232Z] 5ba8b24bb2c3: Preparing [2021-01-19T20:33:34.232Z] 45c030273514: Preparing [2021-01-19T20:33:34.232Z] d44722f32705: Preparing [2021-01-19T20:33:34.232Z] ea13e3a61865: Preparing [2021-01-19T20:33:34.232Z] 96f350fb85ff: Preparing [2021-01-19T20:33:34.232Z] 0754057c0ad3: Preparing [2021-01-19T20:33:34.232Z] 998cdf262ab1: Preparing [2021-01-19T20:33:34.232Z] 02e56110abd2: Preparing [2021-01-19T20:33:34.232Z] abc36efb885a: Preparing [2021-01-19T20:33:34.232Z] b0b09059f4e1: Preparing [2021-01-19T20:33:34.232Z] bb961f40224b: Preparing [2021-01-19T20:33:34.232Z] f4666769fca7: Preparing [2021-01-19T20:33:34.232Z] 998cdf262ab1: Waiting [2021-01-19T20:33:34.232Z] 02e56110abd2: Waiting [2021-01-19T20:33:34.232Z] abc36efb885a: Waiting [2021-01-19T20:33:34.232Z] b0b09059f4e1: Waiting [2021-01-19T20:33:34.232Z] bb961f40224b: Waiting [2021-01-19T20:33:34.232Z] f4666769fca7: Waiting [2021-01-19T20:33:34.232Z] ea13e3a61865: Waiting [2021-01-19T20:33:34.232Z] 96f350fb85ff: Waiting [2021-01-19T20:33:34.232Z] 0754057c0ad3: Waiting [2021-01-19T20:33:34.232Z] e16dbf250cec: Layer already exists [2021-01-19T20:33:34.232Z] 5ba8b24bb2c3: Layer already exists [2021-01-19T20:33:34.232Z] 45c030273514: Layer already exists [2021-01-19T20:33:34.232Z] d44722f32705: Layer already exists [2021-01-19T20:33:34.232Z] 90a022f5f642: Layer already exists [2021-01-19T20:33:34.232Z] 96f350fb85ff: Layer already exists [2021-01-19T20:33:34.232Z] ea13e3a61865: Layer already exists [2021-01-19T20:33:34.232Z] 0754057c0ad3: Layer already exists [2021-01-19T20:33:34.232Z] 998cdf262ab1: Layer already exists [2021-01-19T20:33:34.232Z] 02e56110abd2: Layer already exists [2021-01-19T20:33:34.232Z] bb961f40224b: Layer already exists [2021-01-19T20:33:34.232Z] abc36efb885a: Layer already exists [2021-01-19T20:33:34.232Z] f4666769fca7: Layer already exists [2021-01-19T20:33:34.232Z] b0b09059f4e1: Layer already exists [2021-01-19T20:33:34.232Z] master: digest: sha256:96feef460448578388603780b392f6b20df8fd69c7e9ea81c38450f3f21a8ae5 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:33:34.409Z] ===================================================== [Pipeline] echo [2021-01-19T20:33:34.458Z] taggedImages: [2021-01-19T20:33:34.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:34.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [2021-01-19T20:33:34.458Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:33:34.459Z] - 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-19T20:33:38.562Z] Removing intermediate container b2ae4a172fcc [2021-01-19T20:33:38.562Z] ---> 7ad263629faa [2021-01-19T20:33:38.562Z] [2021-01-19T20:33:38.562Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T20:33:38.562Z] 3.12: Pulling from library/alpine [2021-01-19T20:33:40.019Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T20:33:40.020Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T20:33:40.020Z] ---> afeebe901d6b [2021-01-19T20:33:40.020Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:33:40.299Z] ---> Running in 89608ba42444 [2021-01-19T20:33:40.572Z] Removing intermediate container 6696760094ad [2021-01-19T20:33:40.572Z] ---> 633d0a78e54a [2021-01-19T20:33:40.572Z] [2021-01-19T20:33:40.572Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T20:33:40.572Z] ---> afeebe901d6b [2021-01-19T20:33:40.572Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:33:41.560Z] ---> Running in 83f5f67c1bf8 [2021-01-19T20:33:41.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:33:42.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:33:43.033Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:33:43.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:33:43.033Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:33:43.033Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:33:43.033Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:33:43.033Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:33:43.314Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:33:43.314Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:33:43.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:33:43.314Z] OK: 7 MiB in 19 packages [2021-01-19T20:33:43.922Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:33:43.922Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:33:43.922Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:33:43.922Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:33:43.922Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:33:43.922Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:33:43.922Z] Removing intermediate container 95889e049b8b [2021-01-19T20:33:43.922Z] ---> 02cc81fcb051 [2021-01-19T20:33:43.922Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T20:33:43.922Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:33:44.201Z] OK: 7 MiB in 19 packages [2021-01-19T20:33:44.201Z] Removing intermediate container 909388f66a76 [2021-01-19T20:33:44.201Z] ---> a47ebafbfd2f [2021-01-19T20:33:44.201Z] [2021-01-19T20:33:44.201Z] Step 10/24 : FROM scratch [2021-01-19T20:33:44.201Z] ---> [2021-01-19T20:33:44.201Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T20:33:44.201Z] Removing intermediate container 00fa7c5a831d [2021-01-19T20:33:44.201Z] ---> 95bfd14f7235 [2021-01-19T20:33:44.201Z] [2021-01-19T20:33:44.201Z] Step 10/22 : FROM scratch [2021-01-19T20:33:44.201Z] ---> [2021-01-19T20:33:44.201Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:33:44.476Z] ---> Running in 90f67b086945 [2021-01-19T20:33:44.755Z] ---> Running in a7af47ddfb35 [2021-01-19T20:33:44.755Z] ---> Running in 5f570f548faf [2021-01-19T20:33:45.765Z] Removing intermediate container 5f570f548faf [2021-01-19T20:33:45.765Z] ---> 6d9c67bc64e6 [2021-01-19T20:33:45.765Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T20:33:45.765Z] Removing intermediate container a7af47ddfb35 [2021-01-19T20:33:45.765Z] ---> cddf680711ff [2021-01-19T20:33:45.765Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T20:33:45.765Z] ---> Running in 36719d294eaa [2021-01-19T20:33:45.765Z] ---> Running in b6e4b6f5ac26 [2021-01-19T20:33:46.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T20:33:46.055Z] Removing intermediate container 89608ba42444 [2021-01-19T20:33:46.055Z] ---> 9fe265699d5f [2021-01-19T20:33:46.055Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T20:33:46.336Z] Removing intermediate container 83f5f67c1bf8 [2021-01-19T20:33:46.336Z] ---> 5fa702780c47 [2021-01-19T20:33:46.336Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:33:46.336Z] ---> Running in f80855b121de [2021-01-19T20:33:46.613Z] ---> Running in 9a98a0992ec5 [2021-01-19T20:33:46.613Z] Removing intermediate container b6e4b6f5ac26 [2021-01-19T20:33:46.613Z] ---> c3e3edb39303 [2021-01-19T20:33:46.613Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:33:46.613Z] Removing intermediate container 36719d294eaa [2021-01-19T20:33:46.613Z] ---> 906a1292dc67 [2021-01-19T20:33:46.613Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T20:33:46.894Z] ---> Running in 6b472028615c [2021-01-19T20:33:46.894Z] ---> Running in cdd6c212b498 [2021-01-19T20:33:47.166Z] Removing intermediate container f80855b121de [2021-01-19T20:33:47.166Z] ---> 2d8a64e1cbeb [2021-01-19T20:33:47.166Z] Step 13/22 : WORKDIR / [2021-01-19T20:33:47.448Z] Removing intermediate container 9a98a0992ec5 [2021-01-19T20:33:47.448Z] ---> 2e85769baddc [2021-01-19T20:33:47.448Z] Step 13/24 : WORKDIR / [2021-01-19T20:33:47.448Z] ---> Running in fea416892d6c [2021-01-19T20:33:47.448Z] Removing intermediate container 6b472028615c [2021-01-19T20:33:47.448Z] ---> 8af8c14bad38 [2021-01-19T20:33:47.448Z] Step 14/22 : WORKDIR / [2021-01-19T20:33:47.448Z] ---> Running in 283e9c91abcf [2021-01-19T20:33:47.726Z] Removing intermediate container cdd6c212b498 [2021-01-19T20:33:47.726Z] ---> 228f4910d60c [2021-01-19T20:33:47.726Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T20:33:47.726Z] ---> Running in b8a5489bc0d8 [2021-01-19T20:33:48.015Z] Removing intermediate container fea416892d6c [2021-01-19T20:33:48.015Z] ---> 4480695df168 [2021-01-19T20:33:48.015Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:33:48.631Z] Removing intermediate container b8a5489bc0d8 [2021-01-19T20:33:48.631Z] ---> f379d7054d68 [2021-01-19T20:33:48.631Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:33:48.631Z] Removing intermediate container 283e9c91abcf [2021-01-19T20:33:48.631Z] ---> 9a38480ae6e7 [2021-01-19T20:33:48.631Z] 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-19T20:33:48.908Z] ---> 8a05bdbb8cf6 [2021-01-19T20:33:48.908Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T20:33:49.285Z] ---> eda1a1bd06af [2021-01-19T20:33:49.285Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T20:33:49.979Z] ---> 5a9eae6e2f79 [2021-01-19T20:33:49.979Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T20:33:49.979Z] ---> 511e1f512dff [2021-01-19T20:33:49.979Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T20:33:50.678Z] Removing intermediate container 90f67b086945 [2021-01-19T20:33:50.678Z] ---> d310fa3281c6 [2021-01-19T20:33:50.678Z] [2021-01-19T20:33:50.678Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T20:33:50.678Z] 20.10.0: Pulling from library/docker [2021-01-19T20:33:50.961Z] ---> 650998952390 [2021-01-19T20:33:50.961Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T20:33:52.056Z] ---> ef0a0b9e9999 [2021-01-19T20:33:52.057Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T20:33:52.057Z] ---> fec2159572bf [2021-01-19T20:33:52.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T20:33:53.056Z] ---> d0c345683973 [2021-01-19T20:33:53.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T20:33:53.656Z] ---> f093bb1f486f [2021-01-19T20:33:53.656Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T20:33:53.656Z] ---> a4a43f0c14ec [2021-01-19T20:33:53.656Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T20:33:53.656Z] ---> c0b7f85090e0 [2021-01-19T20:33:53.657Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:33:55.106Z] ---> c656e8822654 [2021-01-19T20:33:55.106Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T20:33:55.106Z] ---> Running in ecac56de9b73 [2021-01-19T20:33:55.106Z] ---> 173007b97252 [2021-01-19T20:33:55.106Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T20:33:55.106Z] ---> e77a14858899 [2021-01-19T20:33:55.106Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T20:33:55.385Z] ---> Running in 462c9c50a01c [2021-01-19T20:33:55.385Z] ---> b783eb8aa0b5 [2021-01-19T20:33:55.667Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T20:33:55.943Z] Removing intermediate container ecac56de9b73 [2021-01-19T20:33:55.943Z] ---> c3b1283780ff [2021-01-19T20:33:55.943Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:33:56.547Z] ---> Running in 8ebcb9641081 [2021-01-19T20:33:58.010Z] Removing intermediate container 8ebcb9641081 [2021-01-19T20:33:58.010Z] ---> cf8add16adfd [2021-01-19T20:33:58.010Z] ---> 0d55c049073d [2021-01-19T20:33:58.010Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:33:58.010Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T20:33:58.288Z] ---> 50f849c0b5bd [2021-01-19T20:33:58.288Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T20:33:58.288Z] ---> Running in 2317c87697b6 [2021-01-19T20:33:59.301Z] Removing intermediate container 2317c87697b6 [2021-01-19T20:33:59.301Z] ---> fcf694fb1a6f [2021-01-19T20:33:59.301Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:33:59.301Z] Removing intermediate container 462c9c50a01c [2021-01-19T20:33:59.301Z] ---> b6c153c9ab53 [2021-01-19T20:33:59.301Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T20:33:59.900Z] ---> Running in d149b6b707d0 [2021-01-19T20:33:59.900Z] ---> 767185d6a433 [2021-01-19T20:33:59.900Z] ---> b18b776ed64f [2021-01-19T20:33:59.900Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T20:33:59.900Z] 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-19T20:34:00.175Z] ---> Running in 6d0f8c209372 [2021-01-19T20:34:00.175Z] ---> Running in 0c1e7c278167 [2021-01-19T20:34:00.175Z] ---> Running in da690d40300d [2021-01-19T20:34:00.771Z] Removing intermediate container d149b6b707d0 [2021-01-19T20:34:00.771Z] ---> 340de6e2461a [2021-01-19T20:34:00.771Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T20:34:01.050Z] Removing intermediate container 6d0f8c209372 [2021-01-19T20:34:01.050Z] ---> 685346fb27bd [2021-01-19T20:34:01.050Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:34:01.050Z] ---> Running in a58f85910ce0 [2021-01-19T20:34:01.342Z] Removing intermediate container 0c1e7c278167 [2021-01-19T20:34:01.342Z] ---> adbb95e4bd23 [2021-01-19T20:34:01.342Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:34:01.615Z] ---> Running in 88596de92fcd [2021-01-19T20:34:01.615Z] ---> Running in 6290be839470 [2021-01-19T20:34:01.891Z] Removing intermediate container a58f85910ce0 [2021-01-19T20:34:01.891Z] ---> 852bbe04798b [2021-01-19T20:34:01.891Z] [2021-01-19T20:34:02.496Z] Successfully built 852bbe04798b [2021-01-19T20:34:02.496Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T20:34:02.496Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-19T20:34:02.496Z] Removing intermediate container 88596de92fcd [2021-01-19T20:34:02.496Z] ---> 1b279cf8b225 [2021-01-19T20:34:02.496Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:34:03.101Z] Removing intermediate container 6290be839470 [2021-01-19T20:34:03.101Z] ---> 21781fc98821 [2021-01-19T20:34:03.101Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T20:34:03.374Z] ---> Running in 8f61efd46984 [2021-01-19T20:34:03.646Z] ---> Running in 9ba03853d23a [2021-01-19T20:34:04.245Z] Removing intermediate container 8f61efd46984 [2021-01-19T20:34:04.245Z] ---> 3a2a2bd364ed [2021-01-19T20:34:04.245Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T20:34:04.839Z] Removing intermediate container 9ba03853d23a [2021-01-19T20:34:04.839Z] ---> cae57752fef0 [2021-01-19T20:34:04.839Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:34:05.112Z] ---> Running in 5d9c6d400ab8 [2021-01-19T20:34:05.112Z] Removing intermediate container da690d40300d [2021-01-19T20:34:05.112Z] ---> 58d4f091326c [2021-01-19T20:34:05.112Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T20:34:05.396Z] ---> Running in c4551e31c6cb [2021-01-19T20:34:05.668Z] ---> Running in bea1324d7361 [2021-01-19T20:34:05.940Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T20:34:05.940Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T20:34:05.940Z] Removing intermediate container 5d9c6d400ab8 [2021-01-19T20:34:05.940Z] ---> 6d1ab06e8c65 [2021-01-19T20:34:05.940Z] [2021-01-19T20:34:05.940Z] ---> eeaf43b92773 [2021-01-19T20:34:05.940Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T20:34:05.940Z] Removing intermediate container c4551e31c6cb [2021-01-19T20:34:05.940Z] ---> ebbdd53005af [2021-01-19T20:34:05.940Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T20:34:06.221Z] ---> Running in 82b2804f177d [2021-01-19T20:34:06.221Z] Successfully built 6d1ab06e8c65 [2021-01-19T20:34:06.221Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T20:34:06.221Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-19T20:34:06.500Z] ---> Running in a1b1bbd5bb97 [2021-01-19T20:34:06.501Z] Removing intermediate container bea1324d7361 [2021-01-19T20:34:06.501Z] ---> 283bc0c24993 [2021-01-19T20:34:06.501Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T20:34:06.775Z] ---> Running in 0e3b46c8363b [2021-01-19T20:34:07.057Z] Removing intermediate container a1b1bbd5bb97 [2021-01-19T20:34:07.057Z] ---> e1a89033154d [2021-01-19T20:34:07.057Z] [2021-01-19T20:34:07.329Z] Successfully built e1a89033154d [2021-01-19T20:34:07.329Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T20:34:07.329Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-19T20:34:07.329Z] Removing intermediate container 0e3b46c8363b [2021-01-19T20:34:07.329Z] ---> 9116a5471861 [2021-01-19T20:34:07.329Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:34:07.603Z] ---> Running in beb93dee7465 [2021-01-19T20:34:07.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:07.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:08.151Z] Removing intermediate container beb93dee7465 [2021-01-19T20:34:08.151Z] ---> cdb7a8a9a4a9 [2021-01-19T20:34:08.151Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T20:34:08.426Z] ---> Running in e36668b8f987 [2021-01-19T20:34:08.698Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T20:34:08.698Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T20:34:08.698Z] Executing bash-5.0.17-r0.post-install [2021-01-19T20:34:08.698Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:34:08.698Z] OK: 12 MiB in 22 packages [2021-01-19T20:34:08.973Z] Removing intermediate container e36668b8f987 [2021-01-19T20:34:08.973Z] ---> 42eb6c50db69 [2021-01-19T20:34:08.973Z] [2021-01-19T20:34:09.255Z] Successfully built 42eb6c50db69 [2021-01-19T20:34:09.255Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T20:34:09.255Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-19T20:34:10.233Z] Removing intermediate container 82b2804f177d [2021-01-19T20:34:10.233Z] ---> 852e1f141230 [2021-01-19T20:34:10.233Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T20:34:10.504Z] ---> Running in f490eb6f0255 [2021-01-19T20:34:11.098Z] Removing intermediate container f490eb6f0255 [2021-01-19T20:34:11.098Z] ---> 79b6a45d4bc1 [2021-01-19T20:34:11.098Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T20:34:12.072Z] ---> Running in b37925b1d81e [2021-01-19T20:34:13.503Z] Removing intermediate container b37925b1d81e [2021-01-19T20:34:13.503Z] ---> bf9f7562474d [2021-01-19T20:34:13.503Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T20:34:14.095Z] ---> Running in 33bca1bb3066 [2021-01-19T20:34:15.095Z] Removing intermediate container 33bca1bb3066 [2021-01-19T20:34:15.095Z] ---> 111b8416a682 [2021-01-19T20:34:15.095Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T20:34:17.103Z] ---> 8a69b508b8e3 [2021-01-19T20:34:17.103Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T20:34:18.094Z] ---> ccf5ee071cba [2021-01-19T20:34:18.094Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T20:34:19.085Z] ---> 3c1e0659abfb [2021-01-19T20:34:19.085Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T20:34:19.373Z] ---> Running in 9a1c2c0ea6f7 [2021-01-19T20:34:20.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:20.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:21.255Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T20:34:21.255Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T20:34:21.255Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T20:34:21.255Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T20:34:21.255Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T20:34:21.255Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T20:34:21.255Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T20:34:23.248Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T20:34:23.248Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T20:34:23.248Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T20:34:23.248Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T20:34:23.248Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T20:34:23.248Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T20:34:23.525Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T20:34:23.525Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T20:34:23.525Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T20:34:23.525Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T20:34:23.525Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T20:34:23.525Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T20:34:23.525Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T20:34:23.525Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T20:34:23.803Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T20:34:23.803Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T20:34:23.803Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T20:34:23.803Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T20:34:23.803Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T20:34:23.803Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T20:34:23.803Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T20:34:23.803Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T20:34:23.803Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T20:34:23.803Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T20:34:23.803Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T20:34:23.803Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T20:34:24.081Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:34:24.081Z] OK: 71 MiB in 55 packages [2021-01-19T20:34:30.861Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:34:30.861Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:34:30.861Z] ---> 700c510fad91 [2021-01-19T20:34:30.861Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T20:34:30.861Z] ---> Using cache [2021-01-19T20:34:30.861Z] ---> 70abe4092d24 [2021-01-19T20:34:30.861Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:34:30.861Z] ---> Using cache [2021-01-19T20:34:30.861Z] ---> a438f0cfd088 [2021-01-19T20:34:30.861Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T20:34:32.312Z] ---> Running in 28bbd2173eed [2021-01-19T20:34:33.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:34.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:35.805Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:34:35.805Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:34:35.805Z] ---> 700c510fad91 [2021-01-19T20:34:35.805Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:34:35.805Z] ---> Using cache [2021-01-19T20:34:35.805Z] ---> 70abe4092d24 [2021-01-19T20:34:35.805Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:34:35.806Z] ---> Using cache [2021-01-19T20:34:35.806Z] ---> a438f0cfd088 [2021-01-19T20:34:35.806Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:34:35.806Z] OK: 217 MiB in 51 packages [2021-01-19T20:34:36.087Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:34:36.087Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:34:36.087Z] ---> 700c510fad91 [2021-01-19T20:34:36.087Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:34:36.087Z] ---> Using cache [2021-01-19T20:34:36.087Z] ---> 70abe4092d24 [2021-01-19T20:34:36.087Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:34:36.087Z] ---> Using cache [2021-01-19T20:34:36.087Z] ---> a438f0cfd088 [2021-01-19T20:34:36.087Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:34:36.365Z] Removing intermediate container 9a1c2c0ea6f7 [2021-01-19T20:34:36.365Z] ---> d5886e052413 [2021-01-19T20:34:36.365Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T20:34:36.648Z] ---> Running in ec515f94f39e [2021-01-19T20:34:36.648Z] ---> Running in 5c65823a21cc [2021-01-19T20:34:36.648Z] ---> Running in 28f4c1fcef86 [2021-01-19T20:34:36.925Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:34:36.925Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:34:36.925Z] ---> 700c510fad91 [2021-01-19T20:34:36.925Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:34:36.925Z] ---> Using cache [2021-01-19T20:34:36.925Z] ---> 70abe4092d24 [2021-01-19T20:34:36.925Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:34:36.925Z] ---> Using cache [2021-01-19T20:34:36.925Z] ---> a438f0cfd088 [2021-01-19T20:34:36.925Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:34:37.202Z] ---> Running in 4c63f9ae6931 [2021-01-19T20:34:37.814Z] Removing intermediate container 28bbd2173eed [2021-01-19T20:34:37.814Z] ---> feebe6eedb50 [2021-01-19T20:34:37.814Z] Step 6/23 : COPY go.mod . [2021-01-19T20:34:38.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:39.089Z] ---> 0d43c1151487 [2021-01-19T20:34:39.089Z] Step 7/23 : RUN go mod download [2021-01-19T20:34:39.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:39.089Z] ---> Running in 9340019efe32 [2021-01-19T20:34:39.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:39.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:39.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:40.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:34:40.482Z] OK: 217 MiB in 51 packages [2021-01-19T20:34:41.085Z] OK: 217 MiB in 51 packages [2021-01-19T20:34:41.695Z] OK: 217 MiB in 51 packages [2021-01-19T20:34:42.302Z] Removing intermediate container ec515f94f39e [2021-01-19T20:34:42.302Z] ---> 2c05bbd8ac17 [2021-01-19T20:34:42.302Z] Step 6/21 : COPY go.mod . [2021-01-19T20:34:42.905Z] Removing intermediate container 4c63f9ae6931 [2021-01-19T20:34:42.905Z] ---> 09392121df42 [2021-01-19T20:34:42.905Z] Step 6/22 : COPY go.mod . [2021-01-19T20:34:43.181Z] Removing intermediate container 9340019efe32 [2021-01-19T20:34:43.181Z] ---> bc32e661b404 [2021-01-19T20:34:43.181Z] Step 8/23 : COPY . . [2021-01-19T20:34:43.181Z] Removing intermediate container 5c65823a21cc [2021-01-19T20:34:43.181Z] ---> c952d507769d [2021-01-19T20:34:43.181Z] Step 6/21 : COPY go.mod . [2021-01-19T20:34:43.461Z] ---> 38f2dec4ffea [2021-01-19T20:34:43.461Z] Step 7/21 : RUN go mod download [2021-01-19T20:34:43.752Z] ---> Running in ac8e908b2d1d [2021-01-19T20:34:44.032Z] ---> 2177380751b5 [2021-01-19T20:34:44.032Z] Step 7/22 : RUN go mod download [2021-01-19T20:34:44.309Z] Collecting docker-compose==1.23.2 [2021-01-19T20:34:44.309Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T20:34:44.919Z] ---> Running in 72b9d27a898a [2021-01-19T20:34:44.919Z] ---> 298cb1ac3f6f [2021-01-19T20:34:44.919Z] Step 7/21 : RUN go mod download [2021-01-19T20:34:45.197Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T20:34:45.197Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T20:34:45.476Z] ---> Running in 915bdd1d2079 [2021-01-19T20:34:48.916Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T20:34:48.916Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T20:34:49.203Z] Removing intermediate container ac8e908b2d1d [2021-01-19T20:34:49.203Z] ---> 3798d40bfaf2 [2021-01-19T20:34:49.203Z] Step 8/21 : COPY . . [2021-01-19T20:34:49.805Z] Removing intermediate container 72b9d27a898a [2021-01-19T20:34:49.805Z] ---> 2d2d30036117 [2021-01-19T20:34:49.805Z] Step 8/22 : COPY . . [2021-01-19T20:34:49.805Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T20:34:49.805Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T20:34:50.080Z] 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-19T20:34:50.357Z] Removing intermediate container 915bdd1d2079 [2021-01-19T20:34:50.357Z] ---> a1eac9424208 [2021-01-19T20:34:50.357Z] Step 8/21 : COPY . . [2021-01-19T20:34:50.957Z] Collecting PyYAML<4,>=3.10 [2021-01-19T20:34:50.957Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T20:34:55.293Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T20:34:55.293Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T20:34:55.293Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T20:34:55.293Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T20:34:58.974Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T20:34:58.974Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T20:34:59.699Z] ---> cff4a9ddd943 [2021-01-19T20:34:59.699Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T20:34:59.699Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T20:34:59.699Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T20:35:00.415Z] ---> Running in 4d1467c39c8e [2021-01-19T20:35:00.415Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T20:35:00.415Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T20:35:01.888Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T20:35:02.881Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T20:35:02.881Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T20:35:03.159Z] Collecting idna<2.8,>=2.5 [2021-01-19T20:35:03.438Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T20:35:04.075Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T20:35:04.075Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T20:35:04.348Z] 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-19T20:35:04.348Z] 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-19T20:35:04.348Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T20:35:04.348Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T20:35:04.348Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T20:35:04.348Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T20:35:05.782Z] Installing collected packages: docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, PyYAML, jsonschema, texttable, dockerpty, docker-compose [2021-01-19T20:35:05.782Z] Running setup.py install for docopt: started [2021-01-19T20:35:07.756Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T20:35:08.356Z] Attempting uninstall: idna [2021-01-19T20:35:08.631Z] Found existing installation: idna 2.9 [2021-01-19T20:35:08.631Z] Uninstalling idna-2.9: [2021-01-19T20:35:08.631Z] ---> a2096cf4c236 [2021-01-19T20:35:08.631Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T20:35:08.631Z] Successfully uninstalled idna-2.9 [2021-01-19T20:35:08.909Z] ---> b9d9640a2c04 [2021-01-19T20:35:08.909Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T20:35:08.909Z] ---> e40b562d7791 [2021-01-19T20:35:08.909Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T20:35:08.909Z] ---> Running in c72909016316 [2021-01-19T20:35:09.198Z] ---> Running in f19866a21ebe [2021-01-19T20:35:09.479Z] ---> Running in bcb9b7308f5f [2021-01-19T20:35:09.479Z] Attempting uninstall: urllib3 [2021-01-19T20:35:09.479Z] Found existing installation: urllib3 1.25.9 [2021-01-19T20:35:09.479Z] Uninstalling urllib3-1.25.9: [2021-01-19T20:35:09.760Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T20:35:10.374Z] Attempting uninstall: requests [2021-01-19T20:35:10.374Z] Found existing installation: requests 2.23.0 [2021-01-19T20:35:10.374Z] Uninstalling requests-2.23.0: [2021-01-19T20:35:10.663Z] Successfully uninstalled requests-2.23.0 [2021-01-19T20:35:11.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T20:35:11.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T20:35:11.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T20:35:12.150Z] Running setup.py install for PyYAML: started [2021-01-19T20:35:15.572Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T20:35:15.852Z] Running setup.py install for texttable: started [2021-01-19T20:35:18.497Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T20:35:18.497Z] Running setup.py install for dockerpty: started [2021-01-19T20:35:21.145Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T20:35:21.750Z] 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-19T20:35:27.214Z] Removing intermediate container 28f4c1fcef86 [2021-01-19T20:35:27.214Z] ---> 1213d8f35f75 [2021-01-19T20:35:27.214Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T20:35:27.214Z] ---> Running in 6fbe51ff3585 [2021-01-19T20:35:29.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:35:29.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:35:30.483Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:35:30.483Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T20:35:30.483Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T20:35:30.483Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:35:30.483Z] OK: 71 MiB in 58 packages [2021-01-19T20:35:32.492Z] Removing intermediate container 6fbe51ff3585 [2021-01-19T20:35:32.492Z] ---> 5646b0396c7e [2021-01-19T20:35:32.492Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T20:35:32.771Z] ---> Running in c14b050aec34 [2021-01-19T20:35:33.377Z] Removing intermediate container c14b050aec34 [2021-01-19T20:35:33.377Z] ---> 08b7060da434 [2021-01-19T20:35:33.377Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:35:33.652Z] ---> Running in 73ee0606c846 [2021-01-19T20:35:34.634Z] Removing intermediate container 73ee0606c846 [2021-01-19T20:35:34.634Z] ---> 90e811f1b064 [2021-01-19T20:35:34.634Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T20:35:34.907Z] ---> Running in 54e2759e81ac [2021-01-19T20:35:35.523Z] Removing intermediate container 54e2759e81ac [2021-01-19T20:35:35.523Z] ---> 4fb1ed1b0c08 [2021-01-19T20:35:35.523Z] Step 25/26 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:35:35.804Z] ---> Running in e2c9ae6544df [2021-01-19T20:35:36.407Z] Removing intermediate container e2c9ae6544df [2021-01-19T20:35:36.407Z] ---> 59a53c83ecf9 [2021-01-19T20:35:36.407Z] Step 26/26 : LABEL version=2.0.0-dev.47 [2021-01-19T20:35:36.681Z] ---> Running in 25b1400fa3d9 [2021-01-19T20:35:37.282Z] Removing intermediate container 25b1400fa3d9 [2021-01-19T20:35:37.282Z] ---> b0de60aedaf7 [2021-01-19T20:35:37.282Z] [2021-01-19T20:35:37.554Z] Successfully built b0de60aedaf7 [2021-01-19T20:35:37.554Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T20:36:24.574Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T20:36:37.026Z] Removing intermediate container c72909016316 [2021-01-19T20:36:37.026Z] ---> 4f511bd5bc51 [2021-01-19T20:36:37.026Z] [2021-01-19T20:36:37.026Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T20:36:37.026Z] ---> afeebe901d6b [2021-01-19T20:36:37.026Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T20:36:37.026Z] Removing intermediate container bcb9b7308f5f [2021-01-19T20:36:37.026Z] ---> a325e003b3ae [2021-01-19T20:36:37.026Z] [2021-01-19T20:36:37.026Z] Step 10/21 : FROM scratch [2021-01-19T20:36:37.026Z] ---> [2021-01-19T20:36:37.026Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:36:37.026Z] ---> Using cache [2021-01-19T20:36:37.026Z] ---> Running in 24e7fc742c95 [2021-01-19T20:36:37.026Z] ---> cddf680711ff [2021-01-19T20:36:37.026Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T20:36:37.306Z] ---> Running in cd1d8f6d856f [2021-01-19T20:36:38.304Z] Removing intermediate container cd1d8f6d856f [2021-01-19T20:36:38.304Z] ---> 56c5c752e1c2 [2021-01-19T20:36:38.304Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T20:36:38.304Z] ---> Running in 752edcd19a02 [2021-01-19T20:36:38.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:36:38.909Z] Removing intermediate container 752edcd19a02 [2021-01-19T20:36:38.909Z] ---> 9655aa8299c3 [2021-01-19T20:36:38.909Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:36:38.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:36:39.508Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T20:36:39.785Z] ---> bad8a6d61a2a [2021-01-19T20:36:39.785Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T20:36:39.785Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:36:39.785Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T20:36:39.785Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T20:36:39.786Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:36:39.786Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:36:40.061Z] OK: 7 MiB in 18 packages [2021-01-19T20:36:42.058Z] ---> 57712083acc7 [2021-01-19T20:36:42.058Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T20:36:42.655Z] Removing intermediate container 24e7fc742c95 [2021-01-19T20:36:42.655Z] ---> 228fa28b21d3 [2021-01-19T20:36:42.655Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:36:42.946Z] ---> Running in ec56cda38676 [2021-01-19T20:36:42.946Z] ---> 5c8f8f0c12d8 [2021-01-19T20:36:42.946Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T20:36:43.227Z] ---> Running in 4afbfc79420c [2021-01-19T20:36:43.502Z] Removing intermediate container ec56cda38676 [2021-01-19T20:36:43.502Z] ---> be8fdda44ce4 [2021-01-19T20:36:43.502Z] Step 13/21 : WORKDIR /edgex [2021-01-19T20:36:43.773Z] ---> Running in 4cee2bdd56d2 [2021-01-19T20:36:44.044Z] Removing intermediate container 4afbfc79420c [2021-01-19T20:36:44.044Z] ---> dea159750445 [2021-01-19T20:36:44.044Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:36:44.323Z] ---> Running in 21e171bbb79a [2021-01-19T20:36:44.323Z] Removing intermediate container 4cee2bdd56d2 [2021-01-19T20:36:44.323Z] ---> bc3fa421d14f [2021-01-19T20:36:44.323Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T20:36:44.934Z] Removing intermediate container 21e171bbb79a [2021-01-19T20:36:44.934Z] ---> 93e797c66ab3 [2021-01-19T20:36:44.934Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T20:36:45.210Z] ---> Running in 3738ac5b88ae [2021-01-19T20:36:45.492Z] ---> 0e8cf2a9f965 [2021-01-19T20:36:45.492Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T20:36:46.087Z] Removing intermediate container 3738ac5b88ae [2021-01-19T20:36:46.087Z] ---> 137c5c5be8ea [2021-01-19T20:36:46.087Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:36:46.361Z] ---> Running in d53dd51350af [2021-01-19T20:36:47.352Z] Removing intermediate container d53dd51350af [2021-01-19T20:36:47.352Z] ---> 1ac926bcebc6 [2021-01-19T20:36:47.353Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T20:36:47.353Z] ---> 018fe7934dfc [2021-01-19T20:36:47.353Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T20:36:47.353Z] ---> Running in 6f98a43a85dd [2021-01-19T20:36:47.964Z] Removing intermediate container 6f98a43a85dd [2021-01-19T20:36:47.964Z] ---> 15979d36365e [2021-01-19T20:36:47.964Z] [2021-01-19T20:36:48.566Z] Successfully built 15979d36365e [2021-01-19T20:36:48.566Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T20:36:49.168Z]  Building docker-support-scheduler-go ... done  ---> a930f24eb358 [2021-01-19T20:36:49.168Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T20:36:49.440Z] ---> Running in 1486ae96ebc7 [2021-01-19T20:36:50.422Z] Removing intermediate container 1486ae96ebc7 [2021-01-19T20:36:50.422Z] ---> fcbd4bab3562 [2021-01-19T20:36:50.422Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T20:36:50.692Z] Removing intermediate container f19866a21ebe [2021-01-19T20:36:50.692Z] ---> 13b5ef5498cb [2021-01-19T20:36:50.692Z] [2021-01-19T20:36:50.692Z] Step 10/22 : FROM scratch [2021-01-19T20:36:50.692Z] ---> [2021-01-19T20:36:50.692Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:36:50.692Z] ---> Running in 3a48ae85e6c3 [2021-01-19T20:36:51.028Z] ---> Using cache [2021-01-19T20:36:51.028Z] ---> cddf680711ff [2021-01-19T20:36:51.028Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T20:36:51.370Z] ---> Running in 268e8a1d89c6 [2021-01-19T20:36:51.370Z] Removing intermediate container 3a48ae85e6c3 [2021-01-19T20:36:51.370Z] ---> 9328e30cd694 [2021-01-19T20:36:51.370Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T20:36:51.660Z] ---> Running in 597b9901b003 [2021-01-19T20:36:51.961Z] Removing intermediate container 268e8a1d89c6 [2021-01-19T20:36:51.961Z] ---> 434c5c4bf8c2 [2021-01-19T20:36:51.961Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:36:52.267Z] ---> Running in 31ba24a270b7 [2021-01-19T20:36:52.552Z] Removing intermediate container 597b9901b003 [2021-01-19T20:36:52.552Z] ---> 2f501b007269 [2021-01-19T20:36:52.552Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:36:52.552Z] Removing intermediate container 4d1467c39c8e [2021-01-19T20:36:52.552Z] ---> fdc2a4363251 [2021-01-19T20:36:52.552Z] [2021-01-19T20:36:52.552Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T20:36:52.853Z] ---> afeebe901d6b [2021-01-19T20:36:52.853Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:36:52.853Z] ---> Running in 7e7eb9439c64 [2021-01-19T20:36:52.853Z] Removing intermediate container 31ba24a270b7 [2021-01-19T20:36:52.853Z] ---> c489c740fc36 [2021-01-19T20:36:52.853Z] Step 14/22 : WORKDIR / [2021-01-19T20:36:52.853Z] ---> Running in abd2e4207771 [2021-01-19T20:36:53.143Z] ---> Running in abd2d57c0828 [2021-01-19T20:36:53.427Z] Removing intermediate container 7e7eb9439c64 [2021-01-19T20:36:53.427Z] ---> 76aed3fe2f62 [2021-01-19T20:36:53.427Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T20:36:53.427Z] Removing intermediate container abd2e4207771 [2021-01-19T20:36:53.427Z] ---> 982bf0b20368 [2021-01-19T20:36:53.427Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T20:36:53.427Z] ---> Running in 1c9d14aaf833 [2021-01-19T20:36:53.700Z] ---> Running in ca92e51341cb [2021-01-19T20:36:53.700Z] Removing intermediate container abd2d57c0828 [2021-01-19T20:36:53.700Z] ---> e0e88c10641e [2021-01-19T20:36:53.700Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:36:53.974Z] Removing intermediate container 1c9d14aaf833 [2021-01-19T20:36:53.974Z] ---> 5cbca8767519 [2021-01-19T20:36:53.974Z] [2021-01-19T20:36:54.244Z] Removing intermediate container ca92e51341cb [2021-01-19T20:36:54.244Z] ---> 80c3ed9da725 [2021-01-19T20:36:54.244Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T20:36:54.244Z] Successfully built 5cbca8767519 [2021-01-19T20:36:54.520Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T20:36:54.520Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 84184e1d8ff7 [2021-01-19T20:36:54.520Z] ---> 87f9790ebe49 [2021-01-19T20:36:54.520Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T20:36:55.117Z] Removing intermediate container 84184e1d8ff7 [2021-01-19T20:36:55.117Z] ---> 11ede3f6b685 [2021-01-19T20:36:55.117Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:36:55.117Z] ---> Running in 0128f494ef72 [2021-01-19T20:36:55.720Z] ---> ecc3f6ab4395 [2021-01-19T20:36:55.720Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T20:36:56.708Z] ---> ff1bafb3f35a [2021-01-19T20:36:56.708Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T20:36:56.708Z] ---> Running in 0f159fb3a552 [2021-01-19T20:36:57.313Z] Removing intermediate container 0f159fb3a552 [2021-01-19T20:36:57.313Z] ---> e5fb4b424f0e [2021-01-19T20:36:57.313Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:36:57.313Z] Removing intermediate container 0128f494ef72 [2021-01-19T20:36:57.313Z] ---> 47d54b157acc [2021-01-19T20:36:57.313Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T20:36:57.591Z] ---> Running in b0f2f84898b8 [2021-01-19T20:36:57.591Z] ---> Running in fd91894a25f2 [2021-01-19T20:36:57.868Z] Removing intermediate container b0f2f84898b8 [2021-01-19T20:36:57.868Z] ---> f7f8b13d0b32 [2021-01-19T20:36:57.868Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:36:58.142Z] ---> Running in fc802fb681fc [2021-01-19T20:36:58.750Z] Removing intermediate container fc802fb681fc [2021-01-19T20:36:58.750Z] ---> 9e5458553474 [2021-01-19T20:36:58.750Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:36:58.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:36:58.750Z] ---> Running in f749c7c614e1 [2021-01-19T20:36:59.348Z] Removing intermediate container f749c7c614e1 [2021-01-19T20:36:59.348Z] ---> 6ea58c2fd6b4 [2021-01-19T20:36:59.348Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T20:36:59.348Z] ---> Running in 0053a0836851 [2021-01-19T20:36:59.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:36:59.900Z] Removing intermediate container 0053a0836851 [2021-01-19T20:36:59.900Z] ---> 7cac95928d63 [2021-01-19T20:36:59.900Z] [2021-01-19T20:37:00.175Z] Successfully built 7cac95928d63 [2021-01-19T20:37:00.175Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T20:37:00.449Z]  Building docker-core-metadata-go ... done (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T20:37:00.449Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T20:37:00.719Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T20:37:01.318Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T20:37:01.592Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T20:37:01.592Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:37:01.592Z] OK: 8 MiB in 19 packages [2021-01-19T20:37:03.036Z] Removing intermediate container fd91894a25f2 [2021-01-19T20:37:03.036Z] ---> f80dd6ab239f [2021-01-19T20:37:03.036Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:37:03.632Z] ---> f0c9c12899d5 [2021-01-19T20:37:03.632Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T20:37:04.625Z] ---> 50d00ad26a94 [2021-01-19T20:37:04.625Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T20:37:05.608Z] ---> 1a0c38110338 [2021-01-19T20:37:05.608Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T20:37:05.608Z] ---> Running in 735a0ac0bc7a [2021-01-19T20:37:06.209Z] Removing intermediate container 735a0ac0bc7a [2021-01-19T20:37:06.209Z] ---> 074ccd411efc [2021-01-19T20:37:06.209Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:37:06.209Z] ---> Running in d60150ec313a [2021-01-19T20:37:06.485Z] Removing intermediate container d60150ec313a [2021-01-19T20:37:06.485Z] ---> af65f9ba93fe [2021-01-19T20:37:06.485Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T20:37:06.762Z] ---> Running in 5c09d058ff97 [2021-01-19T20:37:07.359Z] Removing intermediate container 5c09d058ff97 [2021-01-19T20:37:07.359Z] ---> e9b65c7b4a0e [2021-01-19T20:37:07.359Z] Step 22/23 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:07.359Z] ---> Running in d8090ec50f9d [2021-01-19T20:37:07.958Z] Removing intermediate container d8090ec50f9d [2021-01-19T20:37:07.958Z] ---> dfb9f99dfbcb [2021-01-19T20:37:07.958Z] Step 23/23 : LABEL version=2.0.0-dev.47 [2021-01-19T20:37:07.958Z] ---> Running in 61ca51c4d9fc [2021-01-19T20:37:08.233Z] Removing intermediate container 61ca51c4d9fc [2021-01-19T20:37:08.233Z] ---> 540f4e37365e [2021-01-19T20:37:08.233Z] [2021-01-19T20:37:08.507Z] Successfully built 540f4e37365e [2021-01-19T20:37:08.781Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T20:37:09.074Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T20:37:09.049Z] $ docker stop --time=1 c7c7f17397e8ea39db20b07e790f8eaa3cae0341dd2ab19dcb9d4705ab4bcb47 [2021-01-19T20:37:11.010Z] $ docker rm -f c7c7f17397e8ea39db20b07e790f8eaa3cae0341dd2ab19dcb9d4705ab4bcb47 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T20:37:11.709Z] + + grepdocker docker images [2021-01-19T20:37:11.709Z] [2021-01-19T20:37:11.979Z] docker-core-data-go-arm64 latest 540f4e37365e 3 seconds ago 21MB [2021-01-19T20:37:11.979Z] docker-core-metadata-go-arm64 latest 7cac95928d63 12 seconds ago 12.3MB [2021-01-19T20:37:11.979Z] docker-security-proxy-setup-go-arm64 latest 5cbca8767519 18 seconds ago 23.2MB [2021-01-19T20:37:11.979Z] docker-support-scheduler-go-arm64 latest 15979d36365e 24 seconds ago 10MB [2021-01-19T20:37:11.979Z] docker-sys-mgmt-agent-go-arm64 latest b0de60aedaf7 About a minute ago 300MB [2021-01-19T20:37:11.979Z] docker-security-secretstore-setup-go-arm64 latest 42eb6c50db69 3 minutes ago 23.4MB [2021-01-19T20:37:11.979Z] docker-support-notifications-go-arm64 latest e1a89033154d 3 minutes ago 11.4MB [2021-01-19T20:37:11.979Z] docker-security-bootstrap-redis-go-arm64 latest 6d1ab06e8c65 3 minutes ago 15.1MB [2021-01-19T20:37:11.979Z] docker-core-command-go-arm64 latest 852bbe04798b 3 minutes ago 9.98MB [2021-01-19T20:37:11.979Z] 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-19T20:37:12.529Z] provisioning config files... [2021-01-19T20:37:12.563Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/308@tmp/config6151106688688615129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:37:12.960Z] ---> docker-login.sh [2021-01-19T20:37:12.960Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:37:13.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:37:13.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:37:13.500Z] Configure a credential helper to remove this warning. See [2021-01-19T20:37:13.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:37:13.500Z] [2021-01-19T20:37:13.500Z] Login Succeeded [2021-01-19T20:37:13.500Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:37:13.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:37:14.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:37:14.044Z] Configure a credential helper to remove this warning. See [2021-01-19T20:37:14.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:37:14.044Z] [2021-01-19T20:37:14.044Z] Login Succeeded [2021-01-19T20:37:14.044Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:37:14.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:37:14.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:37:14.587Z] Configure a credential helper to remove this warning. See [2021-01-19T20:37:14.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:37:14.587Z] [2021-01-19T20:37:14.587Z] Login Succeeded [2021-01-19T20:37:14.587Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:37:14.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:37:15.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:37:15.129Z] Configure a credential helper to remove this warning. See [2021-01-19T20:37:15.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:37:15.129Z] [2021-01-19T20:37:15.129Z] Login Succeeded [2021-01-19T20:37:15.129Z] docker.io [2021-01-19T20:37:15.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:37:15.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:37:15.997Z] Configure a credential helper to remove this warning. See [2021-01-19T20:37:15.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:37:15.997Z] [2021-01-19T20:37:15.997Z] Login Succeeded [2021-01-19T20:37:15.997Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:37:16.013Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:37:16.220Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-19T20:37:16.220Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:16.220Z] 2.0.0-dev.47 [2021-01-19T20:37:16.220Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:16.220Z] master [2021-01-19T20:37:16.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:16.790Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:17.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:17.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:37:17.124Z] 10796952640f: Preparing [2021-01-19T20:37:17.124Z] e903aa29465d: Preparing [2021-01-19T20:37:17.124Z] ae07e00ab559: Preparing [2021-01-19T20:37:17.403Z] 10796952640f: Pushed [2021-01-19T20:37:17.403Z] ae07e00ab559: Pushed [2021-01-19T20:37:19.370Z] e903aa29465d: Pushed [2021-01-19T20:37:19.642Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:d20ba6fdbf67d5b9531819809d483a6d22c901afd8ee407be1291ae6510a7455 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:19.983Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:20.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:20.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:37:20.322Z] 10796952640f: Preparing [2021-01-19T20:37:20.322Z] e903aa29465d: Preparing [2021-01-19T20:37:20.322Z] ae07e00ab559: Preparing [2021-01-19T20:37:20.322Z] 10796952640f: Layer already exists [2021-01-19T20:37:20.322Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:20.322Z] e903aa29465d: Layer already exists [2021-01-19T20:37:20.597Z] 2.0.0-dev.47: digest: sha256:d20ba6fdbf67d5b9531819809d483a6d22c901afd8ee407be1291ae6510a7455 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:20.943Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:21.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:21.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:37:21.278Z] 10796952640f: Preparing [2021-01-19T20:37:21.279Z] e903aa29465d: Preparing [2021-01-19T20:37:21.279Z] ae07e00ab559: Preparing [2021-01-19T20:37:21.279Z] e903aa29465d: Layer already exists [2021-01-19T20:37:21.279Z] 10796952640f: Layer already exists [2021-01-19T20:37:21.279Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:21.548Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:d20ba6fdbf67d5b9531819809d483a6d22c901afd8ee407be1291ae6510a7455 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:21.893Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:22.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-19T20:37:22.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:37:22.240Z] 10796952640f: Preparing [2021-01-19T20:37:22.240Z] e903aa29465d: Preparing [2021-01-19T20:37:22.240Z] ae07e00ab559: Preparing [2021-01-19T20:37:22.240Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:22.240Z] 10796952640f: Layer already exists [2021-01-19T20:37:22.240Z] e903aa29465d: Layer already exists [2021-01-19T20:37:22.510Z] master: digest: sha256:d20ba6fdbf67d5b9531819809d483a6d22c901afd8ee407be1291ae6510a7455 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:37:22.726Z] ===================================================== [Pipeline] echo [2021-01-19T20:37:22.799Z] taggedImages: [2021-01-19T20:37:22.799Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:22.799Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:22.799Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:22.799Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-19T20:37:22.864Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-19T20:37:22.864Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:22.864Z] 2.0.0-dev.47 [2021-01-19T20:37:22.864Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:22.864Z] master [2021-01-19T20:37:22.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:23.357Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:23.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:23.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:37:23.693Z] ed31298a6345: Preparing [2021-01-19T20:37:23.693Z] e8b195c36b95: Preparing [2021-01-19T20:37:23.693Z] ae07e00ab559: Preparing [2021-01-19T20:37:23.693Z] e1fb489e92d3: Preparing [2021-01-19T20:37:23.693Z] c40a330797a6: Preparing [2021-01-19T20:37:23.693Z] 379067d0cb53: Preparing [2021-01-19T20:37:23.693Z] 379067d0cb53: Waiting [2021-01-19T20:37:23.971Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:23.971Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:23.971Z] ed31298a6345: Pushed [2021-01-19T20:37:23.971Z] c40a330797a6: Pushed [2021-01-19T20:37:24.571Z] e1fb489e92d3: Pushed [2021-01-19T20:37:27.179Z] e8b195c36b95: Pushed [2021-01-19T20:37:27.179Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:f3e92ab9cdaeba1ebea2ab88cc4d9c8f660abe613dd91a0f7480a16c36137476 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:27.528Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:27.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:27.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:37:27.931Z] ed31298a6345: Preparing [2021-01-19T20:37:27.931Z] e8b195c36b95: Preparing [2021-01-19T20:37:27.931Z] ae07e00ab559: Preparing [2021-01-19T20:37:27.931Z] e1fb489e92d3: Preparing [2021-01-19T20:37:27.931Z] c40a330797a6: Preparing [2021-01-19T20:37:27.931Z] 379067d0cb53: Preparing [2021-01-19T20:37:27.931Z] 379067d0cb53: Waiting [2021-01-19T20:37:27.931Z] e8b195c36b95: Layer already exists [2021-01-19T20:37:27.931Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:27.931Z] c40a330797a6: Layer already exists [2021-01-19T20:37:27.931Z] e1fb489e92d3: Layer already exists [2021-01-19T20:37:27.931Z] ed31298a6345: Layer already exists [2021-01-19T20:37:28.208Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:28.208Z] 2.0.0-dev.47: digest: sha256:f3e92ab9cdaeba1ebea2ab88cc4d9c8f660abe613dd91a0f7480a16c36137476 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:28.580Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:28.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:28.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:37:28.950Z] ed31298a6345: Preparing [2021-01-19T20:37:28.950Z] e8b195c36b95: Preparing [2021-01-19T20:37:28.950Z] ae07e00ab559: Preparing [2021-01-19T20:37:28.950Z] e1fb489e92d3: Preparing [2021-01-19T20:37:28.950Z] c40a330797a6: Preparing [2021-01-19T20:37:28.950Z] 379067d0cb53: Preparing [2021-01-19T20:37:28.950Z] 379067d0cb53: Waiting [2021-01-19T20:37:28.950Z] ed31298a6345: Layer already exists [2021-01-19T20:37:28.950Z] e8b195c36b95: Layer already exists [2021-01-19T20:37:28.950Z] c40a330797a6: Layer already exists [2021-01-19T20:37:28.950Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:28.950Z] e1fb489e92d3: Layer already exists [2021-01-19T20:37:29.223Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:29.223Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:f3e92ab9cdaeba1ebea2ab88cc4d9c8f660abe613dd91a0f7480a16c36137476 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:29.574Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:29.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-19T20:37:29.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:37:29.914Z] ed31298a6345: Preparing [2021-01-19T20:37:29.914Z] e8b195c36b95: Preparing [2021-01-19T20:37:29.914Z] ae07e00ab559: Preparing [2021-01-19T20:37:29.914Z] e1fb489e92d3: Preparing [2021-01-19T20:37:29.914Z] c40a330797a6: Preparing [2021-01-19T20:37:29.914Z] 379067d0cb53: Preparing [2021-01-19T20:37:29.914Z] 379067d0cb53: Waiting [2021-01-19T20:37:29.914Z] e8b195c36b95: Layer already exists [2021-01-19T20:37:29.914Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:30.184Z] e1fb489e92d3: Layer already exists [2021-01-19T20:37:30.184Z] ed31298a6345: Layer already exists [2021-01-19T20:37:30.184Z] c40a330797a6: Layer already exists [2021-01-19T20:37:30.184Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:30.184Z] master: digest: sha256:f3e92ab9cdaeba1ebea2ab88cc4d9c8f660abe613dd91a0f7480a16c36137476 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:37:30.490Z] ===================================================== [Pipeline] echo [2021-01-19T20:37:30.555Z] taggedImages: [2021-01-19T20:37:30.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:30.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:30.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:30.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-19T20:37:30.781Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-19T20:37:30.781Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:30.781Z] 2.0.0-dev.47 [2021-01-19T20:37:30.781Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:30.781Z] master [2021-01-19T20:37:30.781Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:31.340Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:31.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:31.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:37:31.687Z] 2344f5de16a7: Preparing [2021-01-19T20:37:31.687Z] 595620e85c25: Preparing [2021-01-19T20:37:31.687Z] ae07e00ab559: Preparing [2021-01-19T20:37:31.955Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:31.955Z] 2344f5de16a7: Pushed [2021-01-19T20:37:34.552Z] 595620e85c25: Pushed [2021-01-19T20:37:34.822Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:3b393052c974ec3870b31611ee012de26410ad4696abece5b3ff5ef7dffc27ca size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:35.159Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:35.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:35.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:37:35.497Z] 2344f5de16a7: Preparing [2021-01-19T20:37:35.497Z] 595620e85c25: Preparing [2021-01-19T20:37:35.497Z] ae07e00ab559: Preparing [2021-01-19T20:37:35.766Z] 2344f5de16a7: Layer already exists [2021-01-19T20:37:35.766Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:35.766Z] 595620e85c25: Layer already exists [2021-01-19T20:37:35.766Z] 2.0.0-dev.47: digest: sha256:3b393052c974ec3870b31611ee012de26410ad4696abece5b3ff5ef7dffc27ca size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:36.108Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:36.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:36.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:37:36.438Z] 2344f5de16a7: Preparing [2021-01-19T20:37:36.438Z] 595620e85c25: Preparing [2021-01-19T20:37:36.438Z] ae07e00ab559: Preparing [2021-01-19T20:37:36.438Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:36.438Z] 595620e85c25: Layer already exists [2021-01-19T20:37:36.438Z] 2344f5de16a7: Layer already exists [2021-01-19T20:37:36.707Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:3b393052c974ec3870b31611ee012de26410ad4696abece5b3ff5ef7dffc27ca size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:37.048Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:37.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-19T20:37:37.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:37:37.380Z] 2344f5de16a7: Preparing [2021-01-19T20:37:37.380Z] 595620e85c25: Preparing [2021-01-19T20:37:37.380Z] ae07e00ab559: Preparing [2021-01-19T20:37:37.649Z] 595620e85c25: Layer already exists [2021-01-19T20:37:37.649Z] 2344f5de16a7: Layer already exists [2021-01-19T20:37:37.649Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:37.649Z] master: digest: sha256:3b393052c974ec3870b31611ee012de26410ad4696abece5b3ff5ef7dffc27ca size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:37:37.882Z] ===================================================== [Pipeline] echo [2021-01-19T20:37:37.930Z] taggedImages: [2021-01-19T20:37:37.931Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:37.931Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:37.931Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:37.931Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-19T20:37:37.994Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-19T20:37:37.994Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:37.994Z] 2.0.0-dev.47 [2021-01-19T20:37:37.994Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:37.994Z] master [2021-01-19T20:37:37.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:38.493Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:38.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:38.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:37:38.825Z] a3d0523fb913: Preparing [2021-01-19T20:37:38.825Z] 726a875baaf9: Preparing [2021-01-19T20:37:38.825Z] 16405c789490: Preparing [2021-01-19T20:37:38.825Z] 742937f859d3: Preparing [2021-01-19T20:37:38.825Z] ae07e00ab559: Preparing [2021-01-19T20:37:38.825Z] 3372b35060d7: Preparing [2021-01-19T20:37:38.825Z] 379067d0cb53: Preparing [2021-01-19T20:37:38.825Z] 3372b35060d7: Waiting [2021-01-19T20:37:38.825Z] 379067d0cb53: Waiting [2021-01-19T20:37:39.095Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:39.095Z] 16405c789490: Pushed [2021-01-19T20:37:39.095Z] 726a875baaf9: Pushed [2021-01-19T20:37:39.095Z] a3d0523fb913: Pushed [2021-01-19T20:37:39.095Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:39.684Z] 3372b35060d7: Pushed [2021-01-19T20:37:41.102Z] 742937f859d3: Pushed [2021-01-19T20:37:41.373Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:52218c610a51b2060eabef72342670cc79004cf8ad7ffc35785e66db50624fb6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:41.717Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:42.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:42.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:37:42.053Z] a3d0523fb913: Preparing [2021-01-19T20:37:42.053Z] 726a875baaf9: Preparing [2021-01-19T20:37:42.053Z] 16405c789490: Preparing [2021-01-19T20:37:42.053Z] 742937f859d3: Preparing [2021-01-19T20:37:42.053Z] ae07e00ab559: Preparing [2021-01-19T20:37:42.053Z] 3372b35060d7: Preparing [2021-01-19T20:37:42.053Z] 379067d0cb53: Preparing [2021-01-19T20:37:42.053Z] 3372b35060d7: Waiting [2021-01-19T20:37:42.053Z] 379067d0cb53: Waiting [2021-01-19T20:37:42.323Z] 726a875baaf9: Layer already exists [2021-01-19T20:37:42.324Z] 742937f859d3: Layer already exists [2021-01-19T20:37:42.324Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:42.324Z] 16405c789490: Layer already exists [2021-01-19T20:37:42.324Z] a3d0523fb913: Layer already exists [2021-01-19T20:37:42.324Z] 3372b35060d7: Layer already exists [2021-01-19T20:37:42.324Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:42.324Z] 2.0.0-dev.47: digest: sha256:52218c610a51b2060eabef72342670cc79004cf8ad7ffc35785e66db50624fb6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:42.664Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:43.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:43.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:37:43.007Z] a3d0523fb913: Preparing [2021-01-19T20:37:43.007Z] 726a875baaf9: Preparing [2021-01-19T20:37:43.007Z] 16405c789490: Preparing [2021-01-19T20:37:43.007Z] 742937f859d3: Preparing [2021-01-19T20:37:43.007Z] ae07e00ab559: Preparing [2021-01-19T20:37:43.007Z] 3372b35060d7: Preparing [2021-01-19T20:37:43.007Z] 379067d0cb53: Preparing [2021-01-19T20:37:43.007Z] 3372b35060d7: Waiting [2021-01-19T20:37:43.007Z] 379067d0cb53: Waiting [2021-01-19T20:37:43.007Z] 742937f859d3: Layer already exists [2021-01-19T20:37:43.007Z] 16405c789490: Layer already exists [2021-01-19T20:37:43.007Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:43.277Z] 726a875baaf9: Layer already exists [2021-01-19T20:37:43.277Z] a3d0523fb913: Layer already exists [2021-01-19T20:37:43.277Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:43.277Z] 3372b35060d7: Layer already exists [2021-01-19T20:37:43.277Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:52218c610a51b2060eabef72342670cc79004cf8ad7ffc35785e66db50624fb6 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:43.621Z] + 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-19T20:37:43.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-19T20:37:43.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:37:43.957Z] a3d0523fb913: Preparing [2021-01-19T20:37:43.957Z] 726a875baaf9: Preparing [2021-01-19T20:37:43.957Z] 16405c789490: Preparing [2021-01-19T20:37:43.957Z] 742937f859d3: Preparing [2021-01-19T20:37:43.957Z] ae07e00ab559: Preparing [2021-01-19T20:37:43.957Z] 3372b35060d7: Preparing [2021-01-19T20:37:43.957Z] 379067d0cb53: Preparing [2021-01-19T20:37:43.957Z] 3372b35060d7: Waiting [2021-01-19T20:37:43.957Z] 379067d0cb53: Waiting [2021-01-19T20:37:43.957Z] 726a875baaf9: Layer already exists [2021-01-19T20:37:43.957Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:44.227Z] 16405c789490: Layer already exists [2021-01-19T20:37:44.227Z] a3d0523fb913: Layer already exists [2021-01-19T20:37:44.227Z] 742937f859d3: Layer already exists [2021-01-19T20:37:44.227Z] 3372b35060d7: Layer already exists [2021-01-19T20:37:44.227Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:44.227Z] master: digest: sha256:52218c610a51b2060eabef72342670cc79004cf8ad7ffc35785e66db50624fb6 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:37:44.447Z] ===================================================== [Pipeline] echo [2021-01-19T20:37:44.492Z] taggedImages: [2021-01-19T20:37:44.492Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:44.492Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:44.492Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:44.492Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-19T20:37:44.555Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-19T20:37:44.555Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:44.555Z] 2.0.0-dev.47 [2021-01-19T20:37:44.555Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:44.555Z] master [2021-01-19T20:37:44.555Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:45.071Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:45.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:45.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:37:45.407Z] ff6edaf8f93c: Preparing [2021-01-19T20:37:45.407Z] 3bbbb0500e2e: Preparing [2021-01-19T20:37:45.407Z] 8bb2500d5970: Preparing [2021-01-19T20:37:45.407Z] cdd415792840: Preparing [2021-01-19T20:37:45.407Z] 8a540c39a371: Preparing [2021-01-19T20:37:45.407Z] 379067d0cb53: Preparing [2021-01-19T20:37:45.407Z] 379067d0cb53: Waiting [2021-01-19T20:37:45.680Z] cdd415792840: Pushed [2021-01-19T20:37:45.680Z] 8bb2500d5970: Pushed [2021-01-19T20:37:45.955Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:46.227Z] 8a540c39a371: Pushed [2021-01-19T20:37:47.656Z] ff6edaf8f93c: Pushed [2021-01-19T20:37:47.656Z] 3bbbb0500e2e: Pushed [2021-01-19T20:37:47.926Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:8f5104b61c01cbf079f49dd564ffc729e626cc80e9596af048ee49c449d9260a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:48.277Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:48.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:48.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:37:48.629Z] ff6edaf8f93c: Preparing [2021-01-19T20:37:48.629Z] 3bbbb0500e2e: Preparing [2021-01-19T20:37:48.629Z] 8bb2500d5970: Preparing [2021-01-19T20:37:48.629Z] cdd415792840: Preparing [2021-01-19T20:37:48.629Z] 8a540c39a371: Preparing [2021-01-19T20:37:48.629Z] 379067d0cb53: Preparing [2021-01-19T20:37:48.629Z] 379067d0cb53: Waiting [2021-01-19T20:37:48.629Z] cdd415792840: Layer already exists [2021-01-19T20:37:48.629Z] 8bb2500d5970: Layer already exists [2021-01-19T20:37:48.629Z] 3bbbb0500e2e: Layer already exists [2021-01-19T20:37:48.629Z] ff6edaf8f93c: Layer already exists [2021-01-19T20:37:48.629Z] 8a540c39a371: Layer already exists [2021-01-19T20:37:48.899Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:48.899Z] 2.0.0-dev.47: digest: sha256:8f5104b61c01cbf079f49dd564ffc729e626cc80e9596af048ee49c449d9260a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:49.254Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:49.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:49.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:37:49.599Z] ff6edaf8f93c: Preparing [2021-01-19T20:37:49.599Z] 3bbbb0500e2e: Preparing [2021-01-19T20:37:49.599Z] 8bb2500d5970: Preparing [2021-01-19T20:37:49.599Z] cdd415792840: Preparing [2021-01-19T20:37:49.599Z] 8a540c39a371: Preparing [2021-01-19T20:37:49.599Z] 379067d0cb53: Preparing [2021-01-19T20:37:49.599Z] 379067d0cb53: Waiting [2021-01-19T20:37:49.599Z] cdd415792840: Layer already exists [2021-01-19T20:37:49.599Z] 8bb2500d5970: Layer already exists [2021-01-19T20:37:49.599Z] ff6edaf8f93c: Layer already exists [2021-01-19T20:37:49.599Z] 3bbbb0500e2e: Layer already exists [2021-01-19T20:37:49.599Z] 8a540c39a371: Layer already exists [2021-01-19T20:37:49.869Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:49.869Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:8f5104b61c01cbf079f49dd564ffc729e626cc80e9596af048ee49c449d9260a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:50.231Z] + 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-19T20:37:50.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-19T20:37:50.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:37:50.590Z] ff6edaf8f93c: Preparing [2021-01-19T20:37:50.590Z] 3bbbb0500e2e: Preparing [2021-01-19T20:37:50.590Z] 8bb2500d5970: Preparing [2021-01-19T20:37:50.590Z] cdd415792840: Preparing [2021-01-19T20:37:50.590Z] 8a540c39a371: Preparing [2021-01-19T20:37:50.590Z] 379067d0cb53: Preparing [2021-01-19T20:37:50.590Z] 379067d0cb53: Waiting [2021-01-19T20:37:50.864Z] ff6edaf8f93c: Layer already exists [2021-01-19T20:37:50.864Z] 8a540c39a371: Layer already exists [2021-01-19T20:37:50.864Z] 8bb2500d5970: Layer already exists [2021-01-19T20:37:50.864Z] cdd415792840: Layer already exists [2021-01-19T20:37:50.864Z] 3bbbb0500e2e: Layer already exists [2021-01-19T20:37:50.864Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:50.864Z] master: digest: sha256:8f5104b61c01cbf079f49dd564ffc729e626cc80e9596af048ee49c449d9260a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:37:51.172Z] ===================================================== [Pipeline] echo [2021-01-19T20:37:51.220Z] taggedImages: [2021-01-19T20:37:51.220Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:51.220Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:51.220Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:51.220Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-19T20:37:51.282Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-19T20:37:51.282Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:51.282Z] 2.0.0-dev.47 [2021-01-19T20:37:51.282Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:51.282Z] master [2021-01-19T20:37:51.282Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:51.817Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:52.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:52.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:37:52.159Z] af9a804e05a0: Preparing [2021-01-19T20:37:52.159Z] 986c10ab8804: Preparing [2021-01-19T20:37:52.159Z] 73e9042ece5b: Preparing [2021-01-19T20:37:52.159Z] 1f078670af3e: Preparing [2021-01-19T20:37:52.159Z] 1e3da59cc362: Preparing [2021-01-19T20:37:52.159Z] 0e4b76297f18: Preparing [2021-01-19T20:37:52.159Z] d00fad7fa5e9: Preparing [2021-01-19T20:37:52.159Z] 431cef332079: Preparing [2021-01-19T20:37:52.159Z] 379067d0cb53: Preparing [2021-01-19T20:37:52.159Z] 0e4b76297f18: Waiting [2021-01-19T20:37:52.159Z] d00fad7fa5e9: Waiting [2021-01-19T20:37:52.159Z] 431cef332079: Waiting [2021-01-19T20:37:52.159Z] 379067d0cb53: Waiting [2021-01-19T20:37:52.443Z] 1e3da59cc362: Pushed [2021-01-19T20:37:52.443Z] af9a804e05a0: Pushed [2021-01-19T20:37:52.443Z] 986c10ab8804: Pushed [2021-01-19T20:37:52.716Z] 0e4b76297f18: Pushed [2021-01-19T20:37:52.716Z] d00fad7fa5e9: Pushed [2021-01-19T20:37:52.716Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:52.987Z] 431cef332079: Pushed [2021-01-19T20:37:54.413Z] 1f078670af3e: Pushed [2021-01-19T20:37:54.413Z] 73e9042ece5b: Pushed [2021-01-19T20:37:54.682Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:4d1fd84d28e24414ca35d3a5bcbc29511b3f9d9bb955b110e522ebc777b3a0e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:55.025Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:55.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:55.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:37:55.354Z] af9a804e05a0: Preparing [2021-01-19T20:37:55.354Z] 986c10ab8804: Preparing [2021-01-19T20:37:55.354Z] 73e9042ece5b: Preparing [2021-01-19T20:37:55.354Z] 1f078670af3e: Preparing [2021-01-19T20:37:55.354Z] 1e3da59cc362: Preparing [2021-01-19T20:37:55.354Z] 0e4b76297f18: Preparing [2021-01-19T20:37:55.354Z] d00fad7fa5e9: Preparing [2021-01-19T20:37:55.354Z] 431cef332079: Preparing [2021-01-19T20:37:55.354Z] 0e4b76297f18: Waiting [2021-01-19T20:37:55.354Z] 379067d0cb53: Preparing [2021-01-19T20:37:55.354Z] d00fad7fa5e9: Waiting [2021-01-19T20:37:55.354Z] 431cef332079: Waiting [2021-01-19T20:37:55.354Z] 379067d0cb53: Waiting [2021-01-19T20:37:55.354Z] 73e9042ece5b: Layer already exists [2021-01-19T20:37:55.354Z] af9a804e05a0: Layer already exists [2021-01-19T20:37:55.354Z] 1f078670af3e: Layer already exists [2021-01-19T20:37:55.354Z] 1e3da59cc362: Layer already exists [2021-01-19T20:37:55.354Z] 986c10ab8804: Layer already exists [2021-01-19T20:37:55.625Z] d00fad7fa5e9: Layer already exists [2021-01-19T20:37:55.625Z] 0e4b76297f18: Layer already exists [2021-01-19T20:37:55.625Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:55.625Z] 431cef332079: Layer already exists [2021-01-19T20:37:55.625Z] 2.0.0-dev.47: digest: sha256:4d1fd84d28e24414ca35d3a5bcbc29511b3f9d9bb955b110e522ebc777b3a0e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:55.962Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:56.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:56.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:37:56.294Z] af9a804e05a0: Preparing [2021-01-19T20:37:56.294Z] 986c10ab8804: Preparing [2021-01-19T20:37:56.294Z] 73e9042ece5b: Preparing [2021-01-19T20:37:56.294Z] 1f078670af3e: Preparing [2021-01-19T20:37:56.294Z] 1e3da59cc362: Preparing [2021-01-19T20:37:56.294Z] 0e4b76297f18: Preparing [2021-01-19T20:37:56.294Z] d00fad7fa5e9: Preparing [2021-01-19T20:37:56.294Z] 431cef332079: Preparing [2021-01-19T20:37:56.294Z] 379067d0cb53: Preparing [2021-01-19T20:37:56.294Z] 0e4b76297f18: Waiting [2021-01-19T20:37:56.294Z] d00fad7fa5e9: Waiting [2021-01-19T20:37:56.294Z] 431cef332079: Waiting [2021-01-19T20:37:56.294Z] 379067d0cb53: Waiting [2021-01-19T20:37:56.294Z] 1e3da59cc362: Layer already exists [2021-01-19T20:37:56.294Z] 73e9042ece5b: Layer already exists [2021-01-19T20:37:56.563Z] 1f078670af3e: Layer already exists [2021-01-19T20:37:56.563Z] af9a804e05a0: Layer already exists [2021-01-19T20:37:56.563Z] 986c10ab8804: Layer already exists [2021-01-19T20:37:56.563Z] 0e4b76297f18: Layer already exists [2021-01-19T20:37:56.563Z] d00fad7fa5e9: Layer already exists [2021-01-19T20:37:56.564Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:56.564Z] 431cef332079: Layer already exists [2021-01-19T20:37:56.564Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:4d1fd84d28e24414ca35d3a5bcbc29511b3f9d9bb955b110e522ebc777b3a0e1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:56.898Z] + 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-19T20:37:57.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-19T20:37:57.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:37:57.235Z] af9a804e05a0: Preparing [2021-01-19T20:37:57.235Z] 986c10ab8804: Preparing [2021-01-19T20:37:57.235Z] 73e9042ece5b: Preparing [2021-01-19T20:37:57.235Z] 1f078670af3e: Preparing [2021-01-19T20:37:57.235Z] 1e3da59cc362: Preparing [2021-01-19T20:37:57.235Z] 0e4b76297f18: Preparing [2021-01-19T20:37:57.235Z] d00fad7fa5e9: Preparing [2021-01-19T20:37:57.235Z] 431cef332079: Preparing [2021-01-19T20:37:57.235Z] 379067d0cb53: Preparing [2021-01-19T20:37:57.235Z] d00fad7fa5e9: Waiting [2021-01-19T20:37:57.235Z] 431cef332079: Waiting [2021-01-19T20:37:57.235Z] 379067d0cb53: Waiting [2021-01-19T20:37:57.235Z] 1e3da59cc362: Layer already exists [2021-01-19T20:37:57.235Z] af9a804e05a0: Layer already exists [2021-01-19T20:37:57.235Z] 986c10ab8804: Layer already exists [2021-01-19T20:37:57.235Z] 1f078670af3e: Layer already exists [2021-01-19T20:37:57.235Z] 73e9042ece5b: Layer already exists [2021-01-19T20:37:57.505Z] 0e4b76297f18: Layer already exists [2021-01-19T20:37:57.505Z] 379067d0cb53: Layer already exists [2021-01-19T20:37:57.505Z] 431cef332079: Layer already exists [2021-01-19T20:37:57.505Z] d00fad7fa5e9: Layer already exists [2021-01-19T20:37:57.505Z] master: digest: sha256:4d1fd84d28e24414ca35d3a5bcbc29511b3f9d9bb955b110e522ebc777b3a0e1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:37:57.700Z] ===================================================== [Pipeline] echo [2021-01-19T20:37:57.753Z] taggedImages: [2021-01-19T20:37:57.753Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:57.753Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [2021-01-19T20:37:57.753Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:57.753Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-19T20:37:57.827Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-19T20:37:57.828Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:57.828Z] 2.0.0-dev.47 [2021-01-19T20:37:57.828Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:37:57.828Z] master [2021-01-19T20:37:57.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:58.335Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:37:58.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:37:58.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:37:58.670Z] dd9782b66371: Preparing [2021-01-19T20:37:58.670Z] 6471c107e977: Preparing [2021-01-19T20:37:58.670Z] ae07e00ab559: Preparing [2021-01-19T20:37:58.670Z] 8e0b47fe224e: Preparing [2021-01-19T20:37:58.670Z] 05bf71c061c8: Preparing [2021-01-19T20:37:58.670Z] 64a475080772: Preparing [2021-01-19T20:37:58.670Z] 64a475080772: Waiting [2021-01-19T20:37:58.948Z] ae07e00ab559: Layer already exists [2021-01-19T20:37:58.948Z] dd9782b66371: Pushed [2021-01-19T20:37:58.948Z] 05bf71c061c8: Pushed [2021-01-19T20:37:59.217Z] 8e0b47fe224e: Pushed [2021-01-19T20:37:59.217Z] 64a475080772: Pushed [2021-01-19T20:38:01.824Z] 6471c107e977: Pushed [2021-01-19T20:38:01.824Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:5e6f3a0cd5a7ca7ddf744de1a07cfa31415ff93bbec0626e7767fef14c4d3f4c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:02.166Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:02.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [2021-01-19T20:38:02.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:38:02.498Z] dd9782b66371: Preparing [2021-01-19T20:38:02.498Z] 6471c107e977: Preparing [2021-01-19T20:38:02.498Z] ae07e00ab559: Preparing [2021-01-19T20:38:02.498Z] 8e0b47fe224e: Preparing [2021-01-19T20:38:02.498Z] 05bf71c061c8: Preparing [2021-01-19T20:38:02.498Z] 64a475080772: Preparing [2021-01-19T20:38:02.498Z] 64a475080772: Waiting [2021-01-19T20:38:02.498Z] 6471c107e977: Layer already exists [2021-01-19T20:38:02.498Z] ae07e00ab559: Layer already exists [2021-01-19T20:38:02.498Z] 8e0b47fe224e: Layer already exists [2021-01-19T20:38:02.498Z] 05bf71c061c8: Layer already exists [2021-01-19T20:38:02.498Z] dd9782b66371: Layer already exists [2021-01-19T20:38:02.773Z] 64a475080772: Layer already exists [2021-01-19T20:38:02.773Z] 2.0.0-dev.47: digest: sha256:5e6f3a0cd5a7ca7ddf744de1a07cfa31415ff93bbec0626e7767fef14c4d3f4c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:03.112Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:03.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:03.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:38:03.443Z] dd9782b66371: Preparing [2021-01-19T20:38:03.443Z] 6471c107e977: Preparing [2021-01-19T20:38:03.443Z] ae07e00ab559: Preparing [2021-01-19T20:38:03.443Z] 8e0b47fe224e: Preparing [2021-01-19T20:38:03.443Z] 05bf71c061c8: Preparing [2021-01-19T20:38:03.443Z] 64a475080772: Preparing [2021-01-19T20:38:03.443Z] 64a475080772: Waiting [2021-01-19T20:38:03.714Z] 6471c107e977: Layer already exists [2021-01-19T20:38:03.714Z] 05bf71c061c8: Layer already exists [2021-01-19T20:38:03.714Z] ae07e00ab559: Layer already exists [2021-01-19T20:38:03.714Z] 8e0b47fe224e: Layer already exists [2021-01-19T20:38:03.714Z] dd9782b66371: Layer already exists [2021-01-19T20:38:03.714Z] 64a475080772: Layer already exists [2021-01-19T20:38:03.714Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:5e6f3a0cd5a7ca7ddf744de1a07cfa31415ff93bbec0626e7767fef14c4d3f4c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:04.052Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:04.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-19T20:38:04.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:38:04.383Z] dd9782b66371: Preparing [2021-01-19T20:38:04.383Z] 6471c107e977: Preparing [2021-01-19T20:38:04.383Z] ae07e00ab559: Preparing [2021-01-19T20:38:04.383Z] 8e0b47fe224e: Preparing [2021-01-19T20:38:04.383Z] 05bf71c061c8: Preparing [2021-01-19T20:38:04.383Z] 64a475080772: Preparing [2021-01-19T20:38:04.383Z] 64a475080772: Waiting [2021-01-19T20:38:04.383Z] 05bf71c061c8: Layer already exists [2021-01-19T20:38:04.383Z] 8e0b47fe224e: Layer already exists [2021-01-19T20:38:04.383Z] dd9782b66371: Layer already exists [2021-01-19T20:38:04.383Z] ae07e00ab559: Layer already exists [2021-01-19T20:38:04.383Z] 6471c107e977: Layer already exists [2021-01-19T20:38:04.653Z] 64a475080772: Layer already exists [2021-01-19T20:38:04.653Z] master: digest: sha256:5e6f3a0cd5a7ca7ddf744de1a07cfa31415ff93bbec0626e7767fef14c4d3f4c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:38:04.833Z] ===================================================== [Pipeline] echo [2021-01-19T20:38:04.879Z] taggedImages: [2021-01-19T20:38:04.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:38:04.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [2021-01-19T20:38:04.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:04.879Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-19T20:38:04.964Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-19T20:38:04.964Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:38:04.964Z] 2.0.0-dev.47 [2021-01-19T20:38:04.964Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:04.964Z] master [2021-01-19T20:38:04.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:05.574Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:05.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:38:05.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:38:05.906Z] a63e916026ab: Preparing [2021-01-19T20:38:05.906Z] 657aeead21e0: Preparing [2021-01-19T20:38:05.906Z] ae07e00ab559: Preparing [2021-01-19T20:38:06.177Z] ae07e00ab559: Layer already exists [2021-01-19T20:38:06.177Z] a63e916026ab: Pushed [2021-01-19T20:38:08.775Z] 657aeead21e0: Pushed [2021-01-19T20:38:08.775Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:8c82aee98b80c358fb11a6c0bf57896c59826d4bedf5d559900afd66024d0569 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:09.112Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:09.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [2021-01-19T20:38:09.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:38:09.441Z] a63e916026ab: Preparing [2021-01-19T20:38:09.441Z] 657aeead21e0: Preparing [2021-01-19T20:38:09.441Z] ae07e00ab559: Preparing [2021-01-19T20:38:09.441Z] 657aeead21e0: Layer already exists [2021-01-19T20:38:09.441Z] a63e916026ab: Layer already exists [2021-01-19T20:38:09.441Z] ae07e00ab559: Layer already exists [2021-01-19T20:38:09.710Z] 2.0.0-dev.47: digest: sha256:8c82aee98b80c358fb11a6c0bf57896c59826d4bedf5d559900afd66024d0569 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:10.044Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:10.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:10.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:38:10.385Z] a63e916026ab: Preparing [2021-01-19T20:38:10.385Z] 657aeead21e0: Preparing [2021-01-19T20:38:10.385Z] ae07e00ab559: Preparing [2021-01-19T20:38:10.385Z] a63e916026ab: Layer already exists [2021-01-19T20:38:10.385Z] ae07e00ab559: Layer already exists [2021-01-19T20:38:10.385Z] 657aeead21e0: Layer already exists [2021-01-19T20:38:10.657Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:8c82aee98b80c358fb11a6c0bf57896c59826d4bedf5d559900afd66024d0569 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:11.001Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:11.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-19T20:38:11.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:38:11.349Z] a63e916026ab: Preparing [2021-01-19T20:38:11.349Z] 657aeead21e0: Preparing [2021-01-19T20:38:11.349Z] ae07e00ab559: Preparing [2021-01-19T20:38:11.349Z] a63e916026ab: Layer already exists [2021-01-19T20:38:11.349Z] ae07e00ab559: Layer already exists [2021-01-19T20:38:11.349Z] 657aeead21e0: Layer already exists [2021-01-19T20:38:11.618Z] master: digest: sha256:8c82aee98b80c358fb11a6c0bf57896c59826d4bedf5d559900afd66024d0569 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:38:11.829Z] ===================================================== [Pipeline] echo [2021-01-19T20:38:11.875Z] taggedImages: [2021-01-19T20:38:11.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:38:11.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [2021-01-19T20:38:11.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:11.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-19T20:38:11.953Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-19T20:38:11.953Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:38:11.953Z] 2.0.0-dev.47 [2021-01-19T20:38:11.953Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:11.953Z] master [2021-01-19T20:38:11.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:12.439Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:12.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:38:12.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:38:12.766Z] 5ab1f0b51b4a: Preparing [2021-01-19T20:38:12.766Z] 7ec72eeb8f9b: Preparing [2021-01-19T20:38:12.766Z] 7b9bab1a51f1: Preparing [2021-01-19T20:38:12.766Z] e2ac8cfbdddf: Preparing [2021-01-19T20:38:12.766Z] 58a47b34fbe9: Preparing [2021-01-19T20:38:12.766Z] c4a3e796381a: Preparing [2021-01-19T20:38:12.766Z] bb6572b52067: Preparing [2021-01-19T20:38:12.766Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:38:12.766Z] fa1afe8e6ed9: Preparing [2021-01-19T20:38:12.766Z] 87a09b4c083e: Preparing [2021-01-19T20:38:12.766Z] 0f74e9ff2a61: Preparing [2021-01-19T20:38:12.766Z] b122376c33c6: Preparing [2021-01-19T20:38:12.766Z] f8381ed47b22: Preparing [2021-01-19T20:38:12.766Z] e934a737d657: Preparing [2021-01-19T20:38:12.766Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:38:12.766Z] fa1afe8e6ed9: Waiting [2021-01-19T20:38:12.766Z] 87a09b4c083e: Waiting [2021-01-19T20:38:12.766Z] 0f74e9ff2a61: Waiting [2021-01-19T20:38:12.766Z] b122376c33c6: Waiting [2021-01-19T20:38:12.766Z] f8381ed47b22: Waiting [2021-01-19T20:38:12.766Z] e934a737d657: Waiting [2021-01-19T20:38:12.766Z] c4a3e796381a: Waiting [2021-01-19T20:38:12.766Z] bb6572b52067: Waiting [2021-01-19T20:38:13.522Z] 58a47b34fbe9: Pushed [2021-01-19T20:38:13.522Z] 5ab1f0b51b4a: Pushed [2021-01-19T20:38:14.177Z] e2ac8cfbdddf: Pushed [2021-01-19T20:38:14.177Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:38:14.455Z] bb6572b52067: Pushed [2021-01-19T20:38:14.455Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:38:14.455Z] 87a09b4c083e: Layer already exists [2021-01-19T20:38:14.455Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:38:14.455Z] b122376c33c6: Layer already exists [2021-01-19T20:38:14.455Z] f8381ed47b22: Layer already exists [2021-01-19T20:38:14.455Z] e934a737d657: Layer already exists [2021-01-19T20:38:15.434Z] 7ec72eeb8f9b: Pushed [2021-01-19T20:38:16.024Z] c4a3e796381a: Pushed [2021-01-19T20:38:26.139Z] 7b9bab1a51f1: Pushed [2021-01-19T20:38:26.139Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:acc5509b9e0714d32cf1ea4822069e3664d0e254b24e5cd9e46313ab21c4071a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:26.479Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:26.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [2021-01-19T20:38:26.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:38:26.812Z] 5ab1f0b51b4a: Preparing [2021-01-19T20:38:26.812Z] 7ec72eeb8f9b: Preparing [2021-01-19T20:38:26.812Z] 7b9bab1a51f1: Preparing [2021-01-19T20:38:26.812Z] e2ac8cfbdddf: Preparing [2021-01-19T20:38:26.812Z] 58a47b34fbe9: Preparing [2021-01-19T20:38:26.812Z] c4a3e796381a: Preparing [2021-01-19T20:38:26.812Z] bb6572b52067: Preparing [2021-01-19T20:38:26.812Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:38:26.812Z] fa1afe8e6ed9: Preparing [2021-01-19T20:38:26.812Z] 87a09b4c083e: Preparing [2021-01-19T20:38:26.812Z] 0f74e9ff2a61: Preparing [2021-01-19T20:38:26.812Z] b122376c33c6: Preparing [2021-01-19T20:38:26.812Z] f8381ed47b22: Preparing [2021-01-19T20:38:26.812Z] e934a737d657: Preparing [2021-01-19T20:38:26.812Z] c4a3e796381a: Waiting [2021-01-19T20:38:26.812Z] bb6572b52067: Waiting [2021-01-19T20:38:26.812Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:38:26.812Z] fa1afe8e6ed9: Waiting [2021-01-19T20:38:26.812Z] 87a09b4c083e: Waiting [2021-01-19T20:38:26.812Z] 0f74e9ff2a61: Waiting [2021-01-19T20:38:26.812Z] b122376c33c6: Waiting [2021-01-19T20:38:26.812Z] f8381ed47b22: Waiting [2021-01-19T20:38:26.812Z] e934a737d657: Waiting [2021-01-19T20:38:26.812Z] 7b9bab1a51f1: Layer already exists [2021-01-19T20:38:26.812Z] e2ac8cfbdddf: Layer already exists [2021-01-19T20:38:26.812Z] 7ec72eeb8f9b: Layer already exists [2021-01-19T20:38:27.082Z] 58a47b34fbe9: Layer already exists [2021-01-19T20:38:27.082Z] 5ab1f0b51b4a: Layer already exists [2021-01-19T20:38:27.082Z] c4a3e796381a: Layer already exists [2021-01-19T20:38:27.082Z] bb6572b52067: Layer already exists [2021-01-19T20:38:27.082Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:38:27.082Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:38:27.082Z] 87a09b4c083e: Layer already exists [2021-01-19T20:38:27.082Z] f8381ed47b22: Layer already exists [2021-01-19T20:38:27.082Z] b122376c33c6: Layer already exists [2021-01-19T20:38:27.082Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:38:27.082Z] e934a737d657: Layer already exists [2021-01-19T20:38:27.082Z] 2.0.0-dev.47: digest: sha256:acc5509b9e0714d32cf1ea4822069e3664d0e254b24e5cd9e46313ab21c4071a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:27.418Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:27.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:27.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:38:27.750Z] 5ab1f0b51b4a: Preparing [2021-01-19T20:38:27.750Z] 7ec72eeb8f9b: Preparing [2021-01-19T20:38:27.750Z] 7b9bab1a51f1: Preparing [2021-01-19T20:38:27.750Z] e2ac8cfbdddf: Preparing [2021-01-19T20:38:27.750Z] 58a47b34fbe9: Preparing [2021-01-19T20:38:27.750Z] c4a3e796381a: Preparing [2021-01-19T20:38:27.750Z] bb6572b52067: Preparing [2021-01-19T20:38:27.750Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:38:27.750Z] fa1afe8e6ed9: Preparing [2021-01-19T20:38:27.750Z] 87a09b4c083e: Preparing [2021-01-19T20:38:27.750Z] 0f74e9ff2a61: Preparing [2021-01-19T20:38:27.750Z] b122376c33c6: Preparing [2021-01-19T20:38:27.750Z] f8381ed47b22: Preparing [2021-01-19T20:38:27.750Z] e934a737d657: Preparing [2021-01-19T20:38:27.750Z] c4a3e796381a: Waiting [2021-01-19T20:38:27.750Z] bb6572b52067: Waiting [2021-01-19T20:38:27.750Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:38:27.750Z] b122376c33c6: Waiting [2021-01-19T20:38:27.750Z] f8381ed47b22: Waiting [2021-01-19T20:38:27.750Z] e934a737d657: Waiting [2021-01-19T20:38:27.750Z] 87a09b4c083e: Waiting [2021-01-19T20:38:27.750Z] fa1afe8e6ed9: Waiting [2021-01-19T20:38:27.750Z] 0f74e9ff2a61: Waiting [2021-01-19T20:38:28.021Z] 5ab1f0b51b4a: Layer already exists [2021-01-19T20:38:28.021Z] 58a47b34fbe9: Layer already exists [2021-01-19T20:38:28.021Z] 7ec72eeb8f9b: Layer already exists [2021-01-19T20:38:28.021Z] 7b9bab1a51f1: Layer already exists [2021-01-19T20:38:28.021Z] e2ac8cfbdddf: Layer already exists [2021-01-19T20:38:28.021Z] c4a3e796381a: Layer already exists [2021-01-19T20:38:28.021Z] bb6572b52067: Layer already exists [2021-01-19T20:38:28.021Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:38:28.021Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:38:28.021Z] 87a09b4c083e: Layer already exists [2021-01-19T20:38:28.021Z] e934a737d657: Layer already exists [2021-01-19T20:38:28.021Z] b122376c33c6: Layer already exists [2021-01-19T20:38:28.021Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:38:28.021Z] f8381ed47b22: Layer already exists [2021-01-19T20:38:28.021Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:acc5509b9e0714d32cf1ea4822069e3664d0e254b24e5cd9e46313ab21c4071a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:28.362Z] + 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-19T20:38:28.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-19T20:38:28.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:38:28.695Z] 5ab1f0b51b4a: Preparing [2021-01-19T20:38:28.695Z] 7ec72eeb8f9b: Preparing [2021-01-19T20:38:28.695Z] 7b9bab1a51f1: Preparing [2021-01-19T20:38:28.695Z] e2ac8cfbdddf: Preparing [2021-01-19T20:38:28.695Z] 58a47b34fbe9: Preparing [2021-01-19T20:38:28.695Z] c4a3e796381a: Preparing [2021-01-19T20:38:28.695Z] bb6572b52067: Preparing [2021-01-19T20:38:28.695Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:38:28.695Z] fa1afe8e6ed9: Preparing [2021-01-19T20:38:28.695Z] 87a09b4c083e: Preparing [2021-01-19T20:38:28.695Z] 0f74e9ff2a61: Preparing [2021-01-19T20:38:28.695Z] b122376c33c6: Preparing [2021-01-19T20:38:28.695Z] f8381ed47b22: Preparing [2021-01-19T20:38:28.695Z] e934a737d657: Preparing [2021-01-19T20:38:28.695Z] c4a3e796381a: Waiting [2021-01-19T20:38:28.695Z] bb6572b52067: Waiting [2021-01-19T20:38:28.695Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:38:28.695Z] fa1afe8e6ed9: Waiting [2021-01-19T20:38:28.695Z] 87a09b4c083e: Waiting [2021-01-19T20:38:28.695Z] 0f74e9ff2a61: Waiting [2021-01-19T20:38:28.695Z] b122376c33c6: Waiting [2021-01-19T20:38:28.695Z] f8381ed47b22: Waiting [2021-01-19T20:38:28.695Z] e934a737d657: Waiting [2021-01-19T20:38:28.695Z] 7ec72eeb8f9b: Layer already exists [2021-01-19T20:38:28.695Z] 5ab1f0b51b4a: Layer already exists [2021-01-19T20:38:28.695Z] 58a47b34fbe9: Layer already exists [2021-01-19T20:38:28.695Z] e2ac8cfbdddf: Layer already exists [2021-01-19T20:38:28.966Z] 7b9bab1a51f1: Layer already exists [2021-01-19T20:38:28.966Z] bb6572b52067: Layer already exists [2021-01-19T20:38:28.966Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:38:28.966Z] c4a3e796381a: Layer already exists [2021-01-19T20:38:28.967Z] 87a09b4c083e: Layer already exists [2021-01-19T20:38:28.967Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:38:28.967Z] b122376c33c6: Layer already exists [2021-01-19T20:38:28.967Z] e934a737d657: Layer already exists [2021-01-19T20:38:28.967Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:38:28.967Z] f8381ed47b22: Layer already exists [2021-01-19T20:38:28.967Z] master: digest: sha256:acc5509b9e0714d32cf1ea4822069e3664d0e254b24e5cd9e46313ab21c4071a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:38:29.210Z] ===================================================== [Pipeline] echo [2021-01-19T20:38:29.254Z] taggedImages: [2021-01-19T20:38:29.254Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:38:29.254Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [2021-01-19T20:38:29.254Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T20:38:29.254Z] - 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-19T20:38:30.487Z] provisioning config files... [2021-01-19T20:38:30.498Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/308@tmp/config1606009116860608394tmp [Pipeline] { [Pipeline] sh [2021-01-19T20:38:30.970Z] + set +x [2021-01-19T20:38:30.970Z] + curl -s https://codecov.io/bash [2021-01-19T20:38:30.970Z] + bash -s -- [2021-01-19T20:38:31.546Z] [2021-01-19T20:38:31.546Z] _____ _ [2021-01-19T20:38:31.546Z] / ____| | | [2021-01-19T20:38:31.546Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T20:38:31.546Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T20:38:31.546Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T20:38:31.546Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T20:38:31.546Z] Bash-20210115-cec3c92 [2021-01-19T20:38:31.546Z] [2021-01-19T20:38:31.546Z] [2021-01-19T20:38:31.546Z] ==> git version 2.24.3 found [2021-01-19T20:38:31.546Z] ==> 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-19T20:38:31.546Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T20:38:31.546Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T20:38:31.546Z] ==> Jenkins CI detected. [2021-01-19T20:38:31.546Z] project root: . [2021-01-19T20:38:31.546Z] --> token set from env [2021-01-19T20:38:31.546Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T20:38:31.546Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T20:38:31.546Z] ==> Python coveragepy not found [2021-01-19T20:38:31.546Z] ==> Searching for coverage reports in: [2021-01-19T20:38:31.546Z] + . [2021-01-19T20:38:31.546Z] -> Found 1 reports [2021-01-19T20:38:31.546Z] ==> Detecting git/mercurial file structure [2021-01-19T20:38:31.808Z] ==> Reading reports [2021-01-19T20:38:31.808Z] + ./coverage.out bytes=550280 [2021-01-19T20:38:31.808Z] ==> Appending adjustments [2021-01-19T20:38:31.808Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T20:38:35.121Z] + Found adjustments [2021-01-19T20:38:35.121Z] ==> Gzipping contents [2021-01-19T20:38:35.121Z] 84K /tmp/codecov.xjNAvs.gz [2021-01-19T20:38:35.121Z] ==> Uploading reports [2021-01-19T20:38:35.121Z] url: https://codecov.io [2021-01-19T20:38:35.121Z] query: branch=master&commit=c4887d0c009f35026456fc1c8cef2ef56b2ea654&build=308&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F308%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T20:38:35.121Z] -> Pinging Codecov [2021-01-19T20:38:35.121Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=c4887d0c009f35026456fc1c8cef2ef56b2ea654&build=308&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F308%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T20:38:35.121Z] -> Uploading to [2021-01-19T20:38:35.121Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/c4887d0c009f35026456fc1c8cef2ef56b2ea654/cd864e8b-370c-49b6-997d-e441517ca5cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T203835Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4a695a8dabdcf0798cc7a4af486c6463992e98ab761a0183a042a147817c9b23 [2021-01-19T20:38:35.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:38:35.121Z] Dload Upload Total Spent Left Speed [2021-01-19T20:38:35.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83278 0 0 100 83278 0 125k --:--:-- --:--:-- --:--:-- 125k 100 83278 0 0 100 83278 0 125k --:--:-- --:--:-- --:--:-- 125k [2021-01-19T20:38:35.957Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] } [2021-01-19T20:38:35.967Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-19T20:38:36.809Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T20:38:36.897Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:37.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T20:38:37.246Z] [2021-01-19T20:38:37.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:38:37.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T20:38:37.586Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T20:38:37.586Z] 188c0c94c7c5: Already exists [2021-01-19T20:38:37.848Z] 0ef7d3d256c8: Already exists [2021-01-19T20:38:37.848Z] de9db76c5a1d: Already exists [2021-01-19T20:38:37.848Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T20:38:37.848Z] 0d57e429df01: Pulling fs layer [2021-01-19T20:38:37.848Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T20:38:37.848Z] e1f770b5df2f: Pulling fs layer [2021-01-19T20:38:37.848Z] 85a0685a4137: Pulling fs layer [2021-01-19T20:38:37.848Z] e1f770b5df2f: Waiting [2021-01-19T20:38:37.848Z] 85a0685a4137: Waiting [2021-01-19T20:38:37.848Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T20:38:37.848Z] 4e4be7b47b0d: Download complete [2021-01-19T20:38:37.848Z] 0d57e429df01: Verifying Checksum [2021-01-19T20:38:37.848Z] 0d57e429df01: Download complete [2021-01-19T20:38:39.765Z] e1f770b5df2f: Verifying Checksum [2021-01-19T20:38:39.765Z] e1f770b5df2f: Download complete [2021-01-19T20:38:43.087Z] 0eba1c9be4d2: Download complete [2021-01-19T20:38:43.349Z] 85a0685a4137: Verifying Checksum [2021-01-19T20:38:43.349Z] 85a0685a4137: Download complete [2021-01-19T20:38:48.690Z] 0eba1c9be4d2: Pull complete [2021-01-19T20:38:48.690Z] 0d57e429df01: Pull complete [2021-01-19T20:38:48.690Z] 4e4be7b47b0d: Pull complete [2021-01-19T20:38:52.004Z] e1f770b5df2f: Pull complete [2021-01-19T20:39:02.232Z] 85a0685a4137: Pull complete [2021-01-19T20:39:02.232Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T20:39:02.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T20:39:02.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T20:39:02.471Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:39:02.524Z] $ 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/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:39:03.596Z] $ docker top 808ab31382064bba6385f72a1feb169ec9eb7eb7cf89a8db63d73e0175f2ae35 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T20:39:03.892Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T20:39:04.207Z] + set -o pipefail [2021-01-19T20:39:04.207Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T20:39:12.374Z] [2021-01-19T20:39:12.374Z] Monitoring /w/workspace/edgex-go/308 (github.com/edgexfoundry/edgex-go)... [2021-01-19T20:39:12.374Z] [2021-01-19T20:39:12.374Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/66c24e97-36a4-4291-a488-f0f62629574e [2021-01-19T20:39:12.374Z] [2021-01-19T20:39:12.374Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T20:39:12.374Z] [2021-01-19T20:39:12.374Z] [Pipeline] } [2021-01-19T20:39:12.391Z] $ docker stop --time=1 808ab31382064bba6385f72a1feb169ec9eb7eb7cf89a8db63d73e0175f2ae35 [2021-01-19T20:39:15.392Z] $ docker rm -f 808ab31382064bba6385f72a1feb169ec9eb7eb7cf89a8db63d73e0175f2ae35 [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-19T20:39:16.471Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:39:16.534Z] provisioning config files... [2021-01-19T20:39:16.547Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/308@tmp/config2561587061126677310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:39:16.918Z] --> edgex-publish-swagger.sh [2021-01-19T20:39:16.919Z] === Publish openapi/v1 API === [2021-01-19T20:39:16.919Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-19T20:39:16.919Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/308/openapi/v1/core-command.yaml] [2021-01-19T20:39:16.919Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:16.919Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:18.307Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8227 0:00:01 0:00:01 --:--:-- 8233 100 10522 0 0 100 10522 0 8225 0:00:01 0:00:01 --:--:-- 8233 [2021-01-19T20:39:18.307Z] [2021-01-19T20:39:18.307Z] [2021-01-19T20:39:18.307Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/308/openapi/v1/core-data.yaml] [2021-01-19T20:39:18.307Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:18.307Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:19.254Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29520 0:00:01 0:00:01 --:--:-- 29543 100 32557 0 0 100 32557 0 29514 0:00:01 0:00:01 --:--:-- 29543 [2021-01-19T20:39:19.254Z] [2021-01-19T20:39:19.254Z] [2021-01-19T20:39:19.254Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/308/openapi/v1/core-metadata.yaml] [2021-01-19T20:39:19.254Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:19.254Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:20.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 63475 0:00:01 0:00:01 --:--:-- 63497 100 73721 0 0 100 73721 0 63466 0:00:01 0:00:01 --:--:-- 63497 [2021-01-19T20:39:20.644Z] [2021-01-19T20:39:20.644Z] [2021-01-19T20:39:20.644Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/308/openapi/v1/support-logging.yaml] [2021-01-19T20:39:20.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:20.644Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:21.588Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 13581 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12729 0:00:01 0:00:01 --:--:-- 12740 [2021-01-19T20:39:21.588Z] [2021-01-19T20:39:21.588Z] [2021-01-19T20:39:21.588Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/308/openapi/v1/support-notifications.yaml] [2021-01-19T20:39:21.588Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:21.588Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:22.535Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34270 0:00:01 0:00:01 --:--:-- 34264 100 38890 0 0 100 38890 0 34265 0:00:01 0:00:01 --:--:-- 34264 [2021-01-19T20:39:22.535Z] [2021-01-19T20:39:22.535Z] [2021-01-19T20:39:22.535Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/308/openapi/v1/support-scheduler.yaml] [2021-01-19T20:39:22.535Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:22.535Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:23.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12951 0:00:01 0:00:01 --:--:-- 12953 100 14249 0 0 100 14249 0 12949 0:00:01 0:00:01 --:--:-- 12953 [2021-01-19T20:39:23.925Z] [2021-01-19T20:39:23.925Z] [2021-01-19T20:39:23.925Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/308/openapi/v1/system-agent.yaml] [2021-01-19T20:39:23.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:23.925Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:25.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3418 0:00:01 0:00:01 --:--:-- 3422 100 4110 0 0 100 4110 0 3307 0:00:01 0:00:01 --:--:-- 3309 [2021-01-19T20:39:25.133Z] [2021-01-19T20:39:25.133Z] [2021-01-19T20:39:25.133Z] === Publish openapi/v2 API === [2021-01-19T20:39:25.133Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-19T20:39:25.133Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/308/openapi/v2/core-command.yaml] [2021-01-19T20:39:25.133Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:25.133Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:26.080Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 18595 0:00:01 0:00:01 --:--:-- 18609 100 20843 0 0 100 20843 0 18592 0:00:01 0:00:01 --:--:-- 18609 [2021-01-19T20:39:26.080Z] [2021-01-19T20:39:26.080Z] [2021-01-19T20:39:26.080Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/308/openapi/v2/core-data.yaml] [2021-01-19T20:39:26.080Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:26.080Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:27.470Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47195 0:00:01 0:00:01 --:--:-- 47230 100 57055 0 0 100 57055 0 43270 0:00:01 0:00:01 --:--:-- 43289 [2021-01-19T20:39:27.470Z] [2021-01-19T20:39:27.470Z] [2021-01-19T20:39:27.470Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/308/openapi/v2/core-metadata.yaml] [2021-01-19T20:39:27.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:27.470Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:28.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 98k 0:00:01 0:00:01 --:--:-- 98k [2021-01-19T20:39:28.679Z] [2021-01-19T20:39:28.679Z] [2021-01-19T20:39:28.679Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/308/openapi/v2/support-logging.yaml] [2021-01-19T20:39:28.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:28.679Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:30.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19720 0:00:01 0:00:01 --:--:-- 19726 100 23692 0 0 100 23692 0 17888 0:00:01 0:00:01 --:--:-- 17894 [2021-01-19T20:39:30.068Z] [2021-01-19T20:39:30.068Z] [2021-01-19T20:39:30.068Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/308/openapi/v2/support-notifications.yaml] [2021-01-19T20:39:30.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:30.068Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:31.456Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52217 0:00:01 0:00:01 --:--:-- 52242 100 62691 0 0 100 62691 0 47236 0:00:01 0:00:01 --:--:-- 47278 [2021-01-19T20:39:31.456Z] [2021-01-19T20:39:31.456Z] [2021-01-19T20:39:31.456Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/308/openapi/v2/support-scheduler.yaml] [2021-01-19T20:39:31.456Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:31.456Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:32.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 36788 0:00:01 0:00:01 --:--:-- 36796 100 39667 0 0 100 39667 0 36782 0:00:01 0:00:01 --:--:-- 36796 [2021-01-19T20:39:32.403Z] [2021-01-19T20:39:32.403Z] [2021-01-19T20:39:32.403Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/308/openapi/v2/system-agent.yaml] [2021-01-19T20:39:32.403Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:39:32.403Z] Dload Upload Total Spent Left Speed [2021-01-19T20:39:33.872Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19731 0:00:01 0:00:01 --:--:-- 19722 100 23726 0 0 100 23726 0 18125 0:00:01 0:00:01 --:--:-- 18125 [2021-01-19T20:39:33.872Z] [2021-01-19T20:39:33.872Z] [Pipeline] } [2021-01-19T20:39:33.881Z] 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-19T20:39:34.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:39:34.697Z] . [Pipeline] withDockerContainer [2021-01-19T20:39:34.801Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:39:34.851Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:39:35.613Z] $ docker top ef796963a3714e97af391fa6d9fbba96ecc62d3f002ee6c9aa9b2297c291c7ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T20:39:35.835Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.46' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:39:36.281Z] + git semver [Pipeline] } [2021-01-19T20:39:36.560Z] $ docker stop --time=1 ef796963a3714e97af391fa6d9fbba96ecc62d3f002ee6c9aa9b2297c291c7ff [2021-01-19T20:39:37.919Z] $ docker rm -f ef796963a3714e97af391fa6d9fbba96ecc62d3f002ee6c9aa9b2297c291c7ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:39:38.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T20:39:38.578Z] [2021-01-19T20:39:38.578Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:39:38.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T20:39:38.918Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T20:39:38.918Z] ab5ef0e58194: Pulling fs layer [2021-01-19T20:39:38.918Z] 9712f1f96733: Pulling fs layer [2021-01-19T20:39:38.918Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T20:39:38.918Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T20:39:38.918Z] e9a5061849ea: Pulling fs layer [2021-01-19T20:39:38.918Z] d747dcd14b5f: Pulling fs layer [2021-01-19T20:39:38.918Z] 2de7ff778b66: Pulling fs layer [2021-01-19T20:39:38.918Z] e9a5061849ea: Waiting [2021-01-19T20:39:38.918Z] d747dcd14b5f: Waiting [2021-01-19T20:39:38.918Z] 2de7ff778b66: Waiting [2021-01-19T20:39:38.918Z] 0d9ebad4ef96: Waiting [2021-01-19T20:39:38.918Z] 9712f1f96733: Verifying Checksum [2021-01-19T20:39:38.918Z] 9712f1f96733: Download complete [2021-01-19T20:39:40.315Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T20:39:40.315Z] 63f879dbbcfc: Download complete [2021-01-19T20:39:40.576Z] e9a5061849ea: Verifying Checksum [2021-01-19T20:39:40.576Z] e9a5061849ea: Download complete [2021-01-19T20:39:40.838Z] d747dcd14b5f: Download complete [2021-01-19T20:39:41.100Z] 2de7ff778b66: Verifying Checksum [2021-01-19T20:39:41.100Z] 2de7ff778b66: Download complete [2021-01-19T20:39:41.671Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T20:39:41.671Z] 0d9ebad4ef96: Download complete [2021-01-19T20:39:41.932Z] ab5ef0e58194: Verifying Checksum [2021-01-19T20:39:41.932Z] ab5ef0e58194: Download complete [2021-01-19T20:39:47.283Z] ab5ef0e58194: Pull complete [2021-01-19T20:39:47.283Z] 9712f1f96733: Pull complete [2021-01-19T20:39:49.203Z] 63f879dbbcfc: Pull complete [2021-01-19T20:39:55.816Z] 0d9ebad4ef96: Pull complete [2021-01-19T20:39:57.206Z] e9a5061849ea: Pull complete [2021-01-19T20:39:57.206Z] d747dcd14b5f: Pull complete [2021-01-19T20:40:00.520Z] 2de7ff778b66: Pull complete [2021-01-19T20:40:00.520Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T20:40:00.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T20:40:00.520Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T20:40:00.705Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:40:00.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:40:04.370Z] $ docker top 914e9dcaa34ee2ecc7331a59ed2bf0235c31cb94692a8fa1e5e9caabc779299d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:40:04.669Z] provisioning config files... [2021-01-19T20:40:04.680Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/308@tmp/config2513392278993671038tmp [2021-01-19T20:40:04.698Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/308@tmp/config2402046616686018697tmp [2021-01-19T20:40:04.712Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/308@tmp/config1505371764554772348tmp [Pipeline] { [Pipeline] echo [2021-01-19T20:40:04.764Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:05.137Z] ---> sigul-configuration.sh [2021-01-19T20:40:05.137Z] gpg: directory `/root/.gnupg' created [2021-01-19T20:40:05.137Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T20:40:05.137Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T20:40:05.137Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T20:40:05.137Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T20:40:05.137Z] gpg: CAST5 encrypted data [2021-01-19T20:40:05.137Z] gpg: encrypted with 1 passphrase [2021-01-19T20:40:05.137Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T20:40:05.706Z] + mkdir /home/jenkins [2021-01-19T20:40:05.707Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T20:40:06.003Z] + 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-19T20:40:06.013Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:06.308Z] ---> sigul-install.sh [2021-01-19T20:40:12.900Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T20:40:13.199Z] + git tag --list [2021-01-19T20:40:13.460Z] 0.6.0 [2021-01-19T20:40:13.460Z] 0.6.1 [2021-01-19T20:40:13.460Z] 0.7.0 [2021-01-19T20:40:13.460Z] 0.7.1 [2021-01-19T20:40:13.460Z] v1.0.0 [2021-01-19T20:40:13.460Z] v1.0.1 [2021-01-19T20:40:13.460Z] v1.1.0 [2021-01-19T20:40:13.460Z] v1.2.0 [2021-01-19T20:40:13.460Z] v1.2.1 [2021-01-19T20:40:13.460Z] v1.2.2-dev.1 [2021-01-19T20:40:13.460Z] v1.2.2-dev.10 [2021-01-19T20:40:13.460Z] v1.2.2-dev.100 [2021-01-19T20:40:13.460Z] v1.2.2-dev.101 [2021-01-19T20:40:13.460Z] v1.2.2-dev.102 [2021-01-19T20:40:13.460Z] v1.2.2-dev.103 [2021-01-19T20:40:13.460Z] v1.2.2-dev.104 [2021-01-19T20:40:13.460Z] v1.2.2-dev.105 [2021-01-19T20:40:13.460Z] v1.2.2-dev.106 [2021-01-19T20:40:13.460Z] v1.2.2-dev.107 [2021-01-19T20:40:13.460Z] v1.2.2-dev.11 [2021-01-19T20:40:13.460Z] v1.2.2-dev.12 [2021-01-19T20:40:13.460Z] v1.2.2-dev.13 [2021-01-19T20:40:13.460Z] v1.2.2-dev.14 [2021-01-19T20:40:13.460Z] v1.2.2-dev.15 [2021-01-19T20:40:13.460Z] v1.2.2-dev.16 [2021-01-19T20:40:13.460Z] v1.2.2-dev.17 [2021-01-19T20:40:13.460Z] v1.2.2-dev.18 [2021-01-19T20:40:13.460Z] v1.2.2-dev.19 [2021-01-19T20:40:13.460Z] v1.2.2-dev.2 [2021-01-19T20:40:13.460Z] v1.2.2-dev.20 [2021-01-19T20:40:13.460Z] v1.2.2-dev.21 [2021-01-19T20:40:13.460Z] v1.2.2-dev.22 [2021-01-19T20:40:13.460Z] v1.2.2-dev.23 [2021-01-19T20:40:13.460Z] v1.2.2-dev.24 [2021-01-19T20:40:13.460Z] v1.2.2-dev.25 [2021-01-19T20:40:13.460Z] v1.2.2-dev.26 [2021-01-19T20:40:13.460Z] v1.2.2-dev.27 [2021-01-19T20:40:13.460Z] v1.2.2-dev.28 [2021-01-19T20:40:13.460Z] v1.2.2-dev.29 [2021-01-19T20:40:13.460Z] v1.2.2-dev.3 [2021-01-19T20:40:13.460Z] v1.2.2-dev.30 [2021-01-19T20:40:13.460Z] v1.2.2-dev.31 [2021-01-19T20:40:13.460Z] v1.2.2-dev.32 [2021-01-19T20:40:13.460Z] v1.2.2-dev.33 [2021-01-19T20:40:13.460Z] v1.2.2-dev.34 [2021-01-19T20:40:13.460Z] v1.2.2-dev.35 [2021-01-19T20:40:13.460Z] v1.2.2-dev.36 [2021-01-19T20:40:13.460Z] v1.2.2-dev.37 [2021-01-19T20:40:13.460Z] v1.2.2-dev.38 [2021-01-19T20:40:13.460Z] v1.2.2-dev.39 [2021-01-19T20:40:13.460Z] v1.2.2-dev.4 [2021-01-19T20:40:13.460Z] v1.2.2-dev.40 [2021-01-19T20:40:13.460Z] v1.2.2-dev.41 [2021-01-19T20:40:13.460Z] v1.2.2-dev.42 [2021-01-19T20:40:13.460Z] v1.2.2-dev.43 [2021-01-19T20:40:13.460Z] v1.2.2-dev.44 [2021-01-19T20:40:13.460Z] v1.2.2-dev.45 [2021-01-19T20:40:13.460Z] v1.2.2-dev.46 [2021-01-19T20:40:13.460Z] v1.2.2-dev.47 [2021-01-19T20:40:13.460Z] v1.2.2-dev.48 [2021-01-19T20:40:13.460Z] v1.2.2-dev.49 [2021-01-19T20:40:13.460Z] v1.2.2-dev.5 [2021-01-19T20:40:13.460Z] v1.2.2-dev.50 [2021-01-19T20:40:13.460Z] v1.2.2-dev.51 [2021-01-19T20:40:13.460Z] v1.2.2-dev.52 [2021-01-19T20:40:13.460Z] v1.2.2-dev.53 [2021-01-19T20:40:13.460Z] v1.2.2-dev.54 [2021-01-19T20:40:13.460Z] v1.2.2-dev.55 [2021-01-19T20:40:13.460Z] v1.2.2-dev.56 [2021-01-19T20:40:13.460Z] v1.2.2-dev.57 [2021-01-19T20:40:13.460Z] v1.2.2-dev.58 [2021-01-19T20:40:13.460Z] v1.2.2-dev.59 [2021-01-19T20:40:13.460Z] v1.2.2-dev.6 [2021-01-19T20:40:13.460Z] v1.2.2-dev.60 [2021-01-19T20:40:13.460Z] v1.2.2-dev.61 [2021-01-19T20:40:13.460Z] v1.2.2-dev.62 [2021-01-19T20:40:13.460Z] v1.2.2-dev.63 [2021-01-19T20:40:13.460Z] v1.2.2-dev.64 [2021-01-19T20:40:13.460Z] v1.2.2-dev.65 [2021-01-19T20:40:13.460Z] v1.2.2-dev.66 [2021-01-19T20:40:13.460Z] v1.2.2-dev.67 [2021-01-19T20:40:13.460Z] v1.2.2-dev.68 [2021-01-19T20:40:13.460Z] v1.2.2-dev.69 [2021-01-19T20:40:13.460Z] v1.2.2-dev.7 [2021-01-19T20:40:13.461Z] v1.2.2-dev.70 [2021-01-19T20:40:13.461Z] v1.2.2-dev.71 [2021-01-19T20:40:13.461Z] v1.2.2-dev.72 [2021-01-19T20:40:13.461Z] v1.2.2-dev.73 [2021-01-19T20:40:13.461Z] v1.2.2-dev.74 [2021-01-19T20:40:13.461Z] v1.2.2-dev.75 [2021-01-19T20:40:13.461Z] v1.2.2-dev.76 [2021-01-19T20:40:13.461Z] v1.2.2-dev.77 [2021-01-19T20:40:13.461Z] v1.2.2-dev.78 [2021-01-19T20:40:13.461Z] v1.2.2-dev.79 [2021-01-19T20:40:13.461Z] v1.2.2-dev.8 [2021-01-19T20:40:13.461Z] v1.2.2-dev.80 [2021-01-19T20:40:13.461Z] v1.2.2-dev.81 [2021-01-19T20:40:13.461Z] v1.2.2-dev.82 [2021-01-19T20:40:13.461Z] v1.2.2-dev.83 [2021-01-19T20:40:13.461Z] v1.2.2-dev.84 [2021-01-19T20:40:13.461Z] v1.2.2-dev.85 [2021-01-19T20:40:13.461Z] v1.2.2-dev.86 [2021-01-19T20:40:13.461Z] v1.2.2-dev.87 [2021-01-19T20:40:13.461Z] v1.2.2-dev.88 [2021-01-19T20:40:13.461Z] v1.2.2-dev.89 [2021-01-19T20:40:13.461Z] v1.2.2-dev.9 [2021-01-19T20:40:13.461Z] v1.2.2-dev.90 [2021-01-19T20:40:13.461Z] v1.2.2-dev.91 [2021-01-19T20:40:13.461Z] v1.2.2-dev.92 [2021-01-19T20:40:13.461Z] v1.2.2-dev.93 [2021-01-19T20:40:13.461Z] v1.2.2-dev.94 [2021-01-19T20:40:13.461Z] v1.2.2-dev.95 [2021-01-19T20:40:13.461Z] v1.2.2-dev.96 [2021-01-19T20:40:13.461Z] v1.2.2-dev.97 [2021-01-19T20:40:13.461Z] v1.2.2-dev.98 [2021-01-19T20:40:13.461Z] v1.2.2-dev.99 [2021-01-19T20:40:13.461Z] v1.3.0 [2021-01-19T20:40:13.461Z] v1.3.1-dev.1 [2021-01-19T20:40:13.461Z] v1.3.1-dev.10 [2021-01-19T20:40:13.461Z] v1.3.1-dev.11 [2021-01-19T20:40:13.461Z] v1.3.1-dev.12 [2021-01-19T20:40:13.461Z] v1.3.1-dev.13 [2021-01-19T20:40:13.461Z] v1.3.1-dev.14 [2021-01-19T20:40:13.461Z] v1.3.1-dev.15 [2021-01-19T20:40:13.461Z] v1.3.1-dev.16 [2021-01-19T20:40:13.461Z] v1.3.1-dev.17 [2021-01-19T20:40:13.461Z] v1.3.1-dev.18 [2021-01-19T20:40:13.461Z] v1.3.1-dev.2 [2021-01-19T20:40:13.461Z] v1.3.1-dev.3 [2021-01-19T20:40:13.461Z] v1.3.1-dev.4 [2021-01-19T20:40:13.461Z] v1.3.1-dev.5 [2021-01-19T20:40:13.461Z] v1.3.1-dev.6 [2021-01-19T20:40:13.461Z] v1.3.1-dev.7 [2021-01-19T20:40:13.461Z] v1.3.1-dev.8 [2021-01-19T20:40:13.461Z] v1.3.1-dev.9 [2021-01-19T20:40:13.461Z] v2.0.0-dev.1 [2021-01-19T20:40:13.461Z] v2.0.0-dev.10 [2021-01-19T20:40:13.461Z] v2.0.0-dev.11 [2021-01-19T20:40:13.461Z] v2.0.0-dev.12 [2021-01-19T20:40:13.461Z] v2.0.0-dev.13 [2021-01-19T20:40:13.461Z] v2.0.0-dev.14 [2021-01-19T20:40:13.461Z] v2.0.0-dev.15 [2021-01-19T20:40:13.461Z] v2.0.0-dev.16 [2021-01-19T20:40:13.461Z] v2.0.0-dev.17 [2021-01-19T20:40:13.461Z] v2.0.0-dev.18 [2021-01-19T20:40:13.461Z] v2.0.0-dev.19 [2021-01-19T20:40:13.461Z] v2.0.0-dev.2 [2021-01-19T20:40:13.461Z] v2.0.0-dev.20 [2021-01-19T20:40:13.461Z] v2.0.0-dev.21 [2021-01-19T20:40:13.461Z] v2.0.0-dev.22 [2021-01-19T20:40:13.461Z] v2.0.0-dev.23 [2021-01-19T20:40:13.461Z] v2.0.0-dev.24 [2021-01-19T20:40:13.461Z] v2.0.0-dev.25 [2021-01-19T20:40:13.461Z] v2.0.0-dev.26 [2021-01-19T20:40:13.461Z] v2.0.0-dev.27 [2021-01-19T20:40:13.461Z] v2.0.0-dev.28 [2021-01-19T20:40:13.461Z] v2.0.0-dev.29 [2021-01-19T20:40:13.461Z] v2.0.0-dev.3 [2021-01-19T20:40:13.461Z] v2.0.0-dev.30 [2021-01-19T20:40:13.461Z] v2.0.0-dev.31 [2021-01-19T20:40:13.461Z] v2.0.0-dev.32 [2021-01-19T20:40:13.461Z] v2.0.0-dev.33 [2021-01-19T20:40:13.461Z] v2.0.0-dev.34 [2021-01-19T20:40:13.461Z] v2.0.0-dev.35 [2021-01-19T20:40:13.461Z] v2.0.0-dev.36 [2021-01-19T20:40:13.461Z] v2.0.0-dev.37 [2021-01-19T20:40:13.461Z] v2.0.0-dev.38 [2021-01-19T20:40:13.461Z] v2.0.0-dev.39 [2021-01-19T20:40:13.461Z] v2.0.0-dev.4 [2021-01-19T20:40:13.461Z] v2.0.0-dev.40 [2021-01-19T20:40:13.461Z] v2.0.0-dev.41 [2021-01-19T20:40:13.461Z] v2.0.0-dev.42 [2021-01-19T20:40:13.461Z] v2.0.0-dev.43 [2021-01-19T20:40:13.461Z] v2.0.0-dev.44 [2021-01-19T20:40:13.461Z] v2.0.0-dev.45 [2021-01-19T20:40:13.461Z] v2.0.0-dev.46 [2021-01-19T20:40:13.461Z] v2.0.0-dev.5 [2021-01-19T20:40:13.461Z] v2.0.0-dev.6 [2021-01-19T20:40:13.461Z] v2.0.0-dev.7 [2021-01-19T20:40:13.461Z] v2.0.0-dev.8 [2021-01-19T20:40:13.461Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-19T20:40:13.758Z] + lftools sign git-tag v2.0.0-dev.47 [2021-01-19T20:40:14.704Z] Signing Git tag with Sigul... [2021-01-19T20:40:14.704Z] Signing v2.0.0-dev.47 [2021-01-19T20:40:15.278Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.47'], return code 1, stdout , stderr [Pipeline] echo [2021-01-19T20:40:15.551Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:15.849Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T20:40:15.858Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T20:40:15.954Z] $ docker stop --time=1 914e9dcaa34ee2ecc7331a59ed2bf0235c31cb94692a8fa1e5e9caabc779299d [2021-01-19T20:40:18.048Z] $ docker rm -f 914e9dcaa34ee2ecc7331a59ed2bf0235c31cb94692a8fa1e5e9caabc779299d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:40:18.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:40:18.939Z] . [Pipeline] withDockerContainer [2021-01-19T20:40:19.038Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:40:19.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:40:19.806Z] $ docker top 6cd37ebd2cfc26119a81dbb4f41c1e9ea23bca13d81d4f6df91cabc3e8b68160 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T20:40:20.023Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.46' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:40:20.455Z] + git semver [Pipeline] } [2021-01-19T20:40:20.476Z] $ docker stop --time=1 6cd37ebd2cfc26119a81dbb4f41c1e9ea23bca13d81d4f6df91cabc3e8b68160 [2021-01-19T20:40:21.869Z] $ docker rm -f 6cd37ebd2cfc26119a81dbb4f41c1e9ea23bca13d81d4f6df91cabc3e8b68160 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:40:22.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:40:22.366Z] . [Pipeline] withDockerContainer [2021-01-19T20:40:22.463Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:40:22.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:40:23.142Z] $ docker top 7352268d2a2abd34427eb1e7121cf3171e19de695ac0c5f827b41e65cf32cc28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T20:40:23.368Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.46' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:40:23.737Z] + git semver [Pipeline] } [2021-01-19T20:40:23.756Z] $ docker stop --time=1 7352268d2a2abd34427eb1e7121cf3171e19de695ac0c5f827b41e65cf32cc28 [2021-01-19T20:40:25.109Z] $ docker rm -f 7352268d2a2abd34427eb1e7121cf3171e19de695ac0c5f827b41e65cf32cc28 [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-19T20:40:26.148Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:27.026Z] ---> package-listing.sh [2021-01-19T20:40:27.026Z] ++ facter osfamily [2021-01-19T20:40:27.026Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T20:40:27.026Z] + OS_FAMILY=redhat [2021-01-19T20:40:27.026Z] + workspace=/w/workspace/edgex-go/308 [2021-01-19T20:40:27.026Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T20:40:27.026Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T20:40:27.026Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T20:40:27.026Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T20:40:27.026Z] + '[' /w/workspace/edgex-go/308 ']' [2021-01-19T20:40:27.026Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T20:40:27.026Z] + case "${OS_FAMILY}" in [2021-01-19T20:40:27.026Z] + rpm -qa [2021-01-19T20:40:27.026Z] + sort [2021-01-19T20:40:32.338Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T20:40:32.338Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T20:40:32.338Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T20:40:32.338Z] + '[' /w/workspace/edgex-go/308 ']' [2021-01-19T20:40:32.338Z] + mkdir -p /w/workspace/edgex-go/308/archives/ [2021-01-19T20:40:32.338Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/308/archives/ [Pipeline] echo [2021-01-19T20:40:32.354Z] 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/308/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T20:40:32.656Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:40:32.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:40:32.973Z] [2021-01-19T20:40:32.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:40:33.321Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:40:33.321Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T20:40:33.321Z] df20fa9351a1: Pulling fs layer [2021-01-19T20:40:33.321Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T20:40:33.321Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T20:40:33.346Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T20:40:33.346Z] 93b61091891f: Pulling fs layer [2021-01-19T20:40:33.346Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T20:40:33.346Z] 5e14af77c1be: Pulling fs layer [2021-01-19T20:40:33.346Z] 01666e4c0597: Pulling fs layer [2021-01-19T20:40:33.346Z] aa168da1d23b: Pulling fs layer [2021-01-19T20:40:33.346Z] 93b9cdb0e59b: Waiting [2021-01-19T20:40:33.346Z] 5e14af77c1be: Waiting [2021-01-19T20:40:33.346Z] 01666e4c0597: Waiting [2021-01-19T20:40:33.346Z] 46f8f816bc3b: Waiting [2021-01-19T20:40:33.346Z] aa168da1d23b: Waiting [2021-01-19T20:40:33.346Z] 93b61091891f: Waiting [2021-01-19T20:40:33.346Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T20:40:33.346Z] 36b3adc4ff6f: Download complete [2021-01-19T20:40:33.346Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T20:40:33.346Z] 46f8f816bc3b: Download complete [2021-01-19T20:40:33.346Z] df20fa9351a1: Download complete [2021-01-19T20:40:33.346Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T20:40:33.346Z] 93b9cdb0e59b: Download complete [2021-01-19T20:40:33.613Z] 93b61091891f: Download complete [2021-01-19T20:40:33.613Z] 5e14af77c1be: Verifying Checksum [2021-01-19T20:40:33.613Z] 5e14af77c1be: Download complete [2021-01-19T20:40:33.613Z] 01666e4c0597: Verifying Checksum [2021-01-19T20:40:33.613Z] 01666e4c0597: Download complete [2021-01-19T20:40:33.613Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T20:40:33.613Z] 8ad3a11d3b57: Download complete [2021-01-19T20:40:33.885Z] df20fa9351a1: Pull complete [2021-01-19T20:40:34.153Z] 36b3adc4ff6f: Pull complete [2021-01-19T20:40:35.549Z] 8ad3a11d3b57: Pull complete [2021-01-19T20:40:35.549Z] aa168da1d23b: Verifying Checksum [2021-01-19T20:40:35.549Z] aa168da1d23b: Download complete [2021-01-19T20:40:36.143Z] 46f8f816bc3b: Pull complete [2021-01-19T20:40:36.405Z] 93b61091891f: Pull complete [2021-01-19T20:40:36.667Z] 93b9cdb0e59b: Pull complete [2021-01-19T20:40:36.667Z] 5e14af77c1be: Pull complete [2021-01-19T20:40:36.932Z] 01666e4c0597: Pull complete [2021-01-19T20:40:43.554Z] aa168da1d23b: Pull complete [2021-01-19T20:40:43.554Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T20:40:43.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:40:43.554Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T20:40:43.686Z] prd-centos7-docker-4c-2g-21285 does not seem to be running inside a container [2021-01-19T20:40:43.739Z] $ 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/308/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/308 -v /w/workspace/edgex-go/308:/w/workspace/edgex-go/308:rw,z -v /w/workspace/edgex-go/308@tmp:/w/workspace/edgex-go/308@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-19T20:40:47.170Z] $ docker top c0df817f50a295c13f268704ade78b5498c1b6d0618c1af711a40ccc4c0fdc1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:40:47.686Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T20:40:47.987Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T20:40:48.289Z] + ls /var/log/sa-host [2021-01-19T20:40:48.289Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T20:40:48.289Z] file_magic: OK [2021-01-19T20:40:48.289Z] HZ: Using current value: 100 [2021-01-19T20:40:48.289Z] file_header: OK [2021-01-19T20:40:48.289Z] 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-19T20:40:48.289Z] Statistics: [2021-01-19T20:40:48.289Z] 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-19T20:40:48.289Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T20:40:48.289Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T20:40:48.289Z] file_magic: OK [2021-01-19T20:40:48.289Z] HZ: Using current value: 100 [2021-01-19T20:40:48.289Z] file_header: OK [2021-01-19T20:40:48.289Z] 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-19T20:40:48.289Z] Statistics: [2021-01-19T20:40:48.289Z] Hnuu...uuuununununu... [2021-01-19T20:40:48.289Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:40:48.504Z] provisioning config files... [2021-01-19T20:40:48.532Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/308@tmp/config1650200579835354966tmp [Pipeline] { [Pipeline] echo [2021-01-19T20:40:48.609Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:48.911Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T20:40:48.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T20:40:49.010Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:49.305Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T20:40:49.316Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:49.613Z] ---> sudo-logs.sh [2021-01-19T20:40:49.613Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T20:40:49.624Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:49.921Z] ---> job-cost.sh [2021-01-19T20:40:49.921Z] lf-activate-venv: SKIPPING [2021-01-19T20:40:49.921Z] INFO: No Stack... [2021-01-19T20:40:50.862Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T20:40:51.435Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T20:40:51.450Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:40:51.752Z] ---> logs-deploy.sh [2021-01-19T20:40:51.753Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/308 [2021-01-19T20:40:51.753Z] INFO: archiving workspace using pattern(s): [2021-01-19T20:40:53.143Z] Archives upload complete. [2021-01-19T20:40:53.143Z] INFO: archiving logs to Nexus