Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff4e3493a8c789d3c4d6c885bb9a70d186a91ade Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21196 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/303 [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/303 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ff4e3493a8c789d3c4d6c885bb9a70d186a91ade (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 Commit message: "Merge pull request #3046 from tonyespy/snap-fix-redis-persistence" > git rev-list --no-walk cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T15:49:26.567Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T15:49:26.833Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T15:49:26.933Z] ========================================================= [2021-01-19T15:49:26.933Z] EdgeX Global Pipelines Version Info [2021-01-19T15:49:26.933Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T15:49:28.977Z] ------------------- [2021-01-19T15:49:28.977Z] stable info: [2021-01-19T15:49:28.977Z] ------------------- [2021-01-19T15:49:28.977Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T15:49:28.977Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T15:49:28.977Z] Message: update stable to v1.0.177 [2021-01-19T15:49:29.557Z] ------------------- [2021-01-19T15:49:29.557Z] experimental info: [2021-01-19T15:49:29.557Z] ------------------- [2021-01-19T15:49:29.557Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T15:49:29.557Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T15:49:29.557Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T15:49:29.924Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T15:49:30.024Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T15:49:30.143Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T15:49:30.291Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T15:49:30.386Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T15:49:30.519Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T15:49:30.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T15:49:30.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T15:49:31.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T15:49:31.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T15:49:31.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T15:49:31.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T15:49:31.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T15:49:31.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T15:49:31.757Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T15:49:31.889Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T15:49:32.044Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T15:49:32.172Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T15:49:32.295Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T15:49:32.400Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T15:49:32.487Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T15:49:32.578Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T15:49:32.669Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T15:49:32.762Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T15:49:32.852Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T15:49:32.958Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T15:49:33.048Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] echo [2021-01-19T15:49:33.136Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff4e349 [Pipeline] echo [2021-01-19T15:49:33.224Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T15:49:33.469Z] provisioning config files... [2021-01-19T15:49:33.508Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/303@tmp/config1808838462948023785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T15:49:33.869Z] ---> docker-login.sh [2021-01-19T15:49:33.869Z] nexus3.edgexfoundry.org:10001 [2021-01-19T15:49:34.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:49:34.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:49:34.397Z] Configure a credential helper to remove this warning. See [2021-01-19T15:49:34.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:49:34.397Z] [2021-01-19T15:49:34.397Z] Login Succeeded [2021-01-19T15:49:34.397Z] nexus3.edgexfoundry.org:10002 [2021-01-19T15:49:34.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:49:34.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:49:34.661Z] Configure a credential helper to remove this warning. See [2021-01-19T15:49:34.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:49:34.661Z] [2021-01-19T15:49:34.661Z] Login Succeeded [2021-01-19T15:49:34.661Z] nexus3.edgexfoundry.org:10003 [2021-01-19T15:49:34.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:49:34.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:49:34.661Z] Configure a credential helper to remove this warning. See [2021-01-19T15:49:34.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:49:34.661Z] [2021-01-19T15:49:34.661Z] Login Succeeded [2021-01-19T15:49:34.661Z] nexus3.edgexfoundry.org:10004 [2021-01-19T15:49:34.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:49:34.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:49:34.924Z] Configure a credential helper to remove this warning. See [2021-01-19T15:49:34.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:49:34.924Z] [2021-01-19T15:49:34.924Z] Login Succeeded [2021-01-19T15:49:34.924Z] docker.io [2021-01-19T15:49:35.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:49:35.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:49:35.460Z] Configure a credential helper to remove this warning. See [2021-01-19T15:49:35.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:49:35.460Z] [2021-01-19T15:49:35.460Z] Login Succeeded [2021-01-19T15:49:35.460Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T15:49:35.473Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T15:49:35.958Z] ++ 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-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T15:49:35.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:49:35.958Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T15:49:35.958Z] ++ cut -d/ -f2 [2021-01-19T15:49:35.958Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T15:49:36.034Z] 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-19T15:49:37.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:49:37.330Z] [2021-01-19T15:49:37.330Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:49:37.689Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:49:37.689Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T15:49:37.689Z] 31603596830f: Pulling fs layer [2021-01-19T15:49:37.689Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T15:49:37.689Z] 6ca5941a6612: Pulling fs layer [2021-01-19T15:49:37.689Z] ecc8261a40a4: Pulling fs layer [2021-01-19T15:49:37.689Z] ecc8261a40a4: Waiting [2021-01-19T15:49:37.689Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T15:49:37.689Z] 2a8b12db71e7: Download complete [2021-01-19T15:49:37.689Z] 31603596830f: Download complete [2021-01-19T15:49:37.953Z] 6ca5941a6612: Verifying Checksum [2021-01-19T15:49:37.953Z] 6ca5941a6612: Download complete [2021-01-19T15:49:37.953Z] ecc8261a40a4: Verifying Checksum [2021-01-19T15:49:37.953Z] ecc8261a40a4: Download complete [2021-01-19T15:49:38.215Z] 31603596830f: Pull complete [2021-01-19T15:49:38.478Z] 2a8b12db71e7: Pull complete [2021-01-19T15:49:39.424Z] 6ca5941a6612: Pull complete [2021-01-19T15:49:39.424Z] ecc8261a40a4: Pull complete [2021-01-19T15:49:39.424Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T15:49:39.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:49:39.424Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T15:49:39.538Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T15:49:39.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T15:49:42.315Z] $ docker top e4d41da571d095f7c0fda3b484513636caee165cb0efff8a11a29eb2333e6e0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T15:49:42.733Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T15:49:42.733Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T15:49:42.993Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T15:49:42.998Z] $ docker exec e4d41da571d095f7c0fda3b484513636caee165cb0efff8a11a29eb2333e6e0f ssh-agent [2021-01-19T15:49:43.174Z] SSH_AUTH_SOCK=/tmp/ssh-gcIZRmkQZfRb/agent.11 [2021-01-19T15:49:43.174Z] SSH_AGENT_PID=17 [2021-01-19T15:49:43.191Z] Running ssh-add (command line suppressed) [2021-01-19T15:49:43.342Z] Identity added: /w/workspace/edgex-go/303@tmp/private_key_246727725070487033.key (/w/workspace/edgex-go/303@tmp/private_key_246727725070487033.key) [2021-01-19T15:49:43.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T15:49:43.785Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T15:49:43.814Z] $ docker exec --env ******** --env ******** e4d41da571d095f7c0fda3b484513636caee165cb0efff8a11a29eb2333e6e0f ssh-agent -k [2021-01-19T15:49:43.938Z] unset SSH_AUTH_SOCK; [2021-01-19T15:49:43.939Z] unset SSH_AGENT_PID; [2021-01-19T15:49:43.939Z] echo Agent pid 17 killed; [2021-01-19T15:49:43.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T15:49:44.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T15:49:44.131Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T15:49:44.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T15:49:44.329Z] $ docker exec e4d41da571d095f7c0fda3b484513636caee165cb0efff8a11a29eb2333e6e0f ssh-agent [2021-01-19T15:49:44.507Z] SSH_AUTH_SOCK=/tmp/ssh-8HvmiECqA7ZC/agent.46 [2021-01-19T15:49:44.507Z] SSH_AGENT_PID=51 [2021-01-19T15:49:44.514Z] Running ssh-add (command line suppressed) [2021-01-19T15:49:44.644Z] Identity added: /w/workspace/edgex-go/303@tmp/private_key_5670274194539808580.key (/w/workspace/edgex-go/303@tmp/private_key_5670274194539808580.key) [2021-01-19T15:49:44.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T15:49:45.049Z] + git semver init [2021-01-19T15:49:45.049Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T15:49:45.049Z] # $GIT_DIR = /w/workspace/edgex-go/303/.git [2021-01-19T15:49:45.049Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/303 [2021-01-19T15:49:45.049Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T15:49:45.049Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T15:49:45.049Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T15:49:45.049Z] # $SEMVER_BRANCH = master [2021-01-19T15:49:45.049Z] # $SEMVER_TEMP = /tmp/semver-088239442 [2021-01-19T15:49:45.049Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T15:50:07.093Z] # '/tmp/semver-088239442' -> '/w/workspace/edgex-go/303/.semver' [2021-01-19T15:50:07.093Z] # -> Force: false [2021-01-19T15:50:07.093Z] # $SEMVER_DIR = /w/workspace/edgex-go/303/.semver [Pipeline] } [2021-01-19T15:50:07.111Z] $ docker exec --env ******** --env ******** e4d41da571d095f7c0fda3b484513636caee165cb0efff8a11a29eb2333e6e0f ssh-agent -k [2021-01-19T15:50:07.418Z] unset SSH_AUTH_SOCK; [2021-01-19T15:50:07.418Z] unset SSH_AGENT_PID; [2021-01-19T15:50:07.418Z] echo Agent pid 51 killed; [2021-01-19T15:50:07.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T15:50:08.027Z] + git semver [Pipeline] } [2021-01-19T15:50:08.048Z] $ docker stop --time=1 e4d41da571d095f7c0fda3b484513636caee165cb0efff8a11a29eb2333e6e0f [2021-01-19T15:50:10.007Z] $ docker rm -f e4d41da571d095f7c0fda3b484513636caee165cb0efff8a11a29eb2333e6e0f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T15:50:10.605Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T15:50:11.202Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T15:50:11.205Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.44 [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-19T15:50:12.250Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:50:12.557Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:50:12.863Z] + sudo service docker restart [2021-01-19T15:50:12.863Z] + true [2021-01-19T15:50:12.863Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T15:50:13.852Z] ========================================================= [2021-01-19T15:50:13.852Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T15:50:13.852Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:50:14.216Z] + 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-19T15:50:18.447Z] Sending build context to Docker daemon 326.6MB [2021-01-19T15:50:18.447Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T15:50:18.447Z] Step 2/6 : FROM ${BASE} [2021-01-19T15:50:18.714Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T15:50:18.714Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T15:50:18.714Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T15:50:18.714Z] de9db76c5a1d: Pulling fs layer [2021-01-19T15:50:18.714Z] bca2f99d35d6: Pulling fs layer [2021-01-19T15:50:18.714Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T15:50:18.714Z] 7c6f9722023f: Pulling fs layer [2021-01-19T15:50:18.714Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T15:50:18.714Z] 93359f2a8cfa: Waiting [2021-01-19T15:50:18.714Z] 7c6f9722023f: Waiting [2021-01-19T15:50:18.714Z] a35cf1a2eb13: Waiting [2021-01-19T15:50:18.714Z] bca2f99d35d6: Waiting [2021-01-19T15:50:18.714Z] de9db76c5a1d: Verifying Checksum [2021-01-19T15:50:18.714Z] de9db76c5a1d: Download complete [2021-01-19T15:50:18.714Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T15:50:18.714Z] 0ef7d3d256c8: Download complete [2021-01-19T15:50:18.714Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T15:50:18.714Z] 93359f2a8cfa: Download complete [2021-01-19T15:50:18.714Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T15:50:18.714Z] 188c0c94c7c5: Download complete [2021-01-19T15:50:18.714Z] 7c6f9722023f: Verifying Checksum [2021-01-19T15:50:18.714Z] 7c6f9722023f: Download complete [2021-01-19T15:50:19.294Z] 188c0c94c7c5: Pull complete [2021-01-19T15:50:19.557Z] 0ef7d3d256c8: Pull complete [2021-01-19T15:50:19.557Z] de9db76c5a1d: Pull complete [2021-01-19T15:50:20.958Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T15:50:20.958Z] a35cf1a2eb13: Download complete [2021-01-19T15:50:21.921Z] bca2f99d35d6: Verifying Checksum [2021-01-19T15:50:21.921Z] bca2f99d35d6: Download complete [2021-01-19T15:50:26.612Z] Still waiting to schedule task [2021-01-19T15:50:26.612Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T15:50:27.280Z] bca2f99d35d6: Pull complete [2021-01-19T15:50:27.280Z] 93359f2a8cfa: Pull complete [2021-01-19T15:50:27.280Z] 7c6f9722023f: Pull complete [2021-01-19T15:50:35.479Z] a35cf1a2eb13: Pull complete [2021-01-19T15:50:35.479Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T15:50:35.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T15:50:35.479Z] ---> a62c8e92a672 [2021-01-19T15:50:35.479Z] 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-19T15:50:35.479Z] ---> Running in 99cf6cf6d243 [2021-01-19T15:50:35.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:50:35.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:50:36.326Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T15:50:36.904Z] (2/12) Installing file (5.38-r0) [2021-01-19T15:50:36.904Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T15:50:36.904Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T15:50:42.230Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T15:50:42.230Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T15:50:42.230Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T15:50:42.230Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T15:50:42.230Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T15:50:42.230Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T15:50:42.230Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T15:50:42.230Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T15:50:42.230Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:50:42.230Z] OK: 233 MiB in 51 packages [2021-01-19T15:50:44.813Z] Removing intermediate container 99cf6cf6d243 [2021-01-19T15:50:44.813Z] ---> ad2ae8bb0d32 [2021-01-19T15:50:44.813Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T15:50:45.078Z] ---> Running in dd42a16056f6 [2021-01-19T15:50:45.078Z] Removing intermediate container dd42a16056f6 [2021-01-19T15:50:45.078Z] ---> 4d076ae2b774 [2021-01-19T15:50:45.078Z] Step 5/6 : COPY go.mod . [2021-01-19T15:50:45.351Z] ---> e0c0d9376b17 [2021-01-19T15:50:45.351Z] Step 6/6 : RUN go mod download [2021-01-19T15:50:45.351Z] ---> Running in 3df541f2976f [2021-01-19T15:51:07.411Z] Removing intermediate container 3df541f2976f [2021-01-19T15:51:07.411Z] ---> d36f7728aa71 [2021-01-19T15:51:07.411Z] Successfully built d36f7728aa71 [2021-01-19T15:51:07.411Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:51:07.757Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T15:51:07.757Z] . [Pipeline] withDockerContainer [2021-01-19T15:51:07.910Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T15:51:08.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T15:51:08.966Z] $ docker top 6eebe8d6016b6420d8118521c4acda09e60114c8f2883b92db84bb4f3465fc55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T15:51:09.500Z] + go version [2021-01-19T15:51:09.500Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T15:51:09.522Z] $ docker stop --time=1 6eebe8d6016b6420d8118521c4acda09e60114c8f2883b92db84bb4f3465fc55 [2021-01-19T15:51:10.920Z] $ docker rm -f 6eebe8d6016b6420d8118521c4acda09e60114c8f2883b92db84bb4f3465fc55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:51:11.707Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T15:51:11.707Z] . [Pipeline] withDockerContainer [2021-01-19T15:51:11.815Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T15:51:11.870Z] $ 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/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T15:51:12.714Z] $ docker top cb9f4a5a72e2b7e8af743699d9b2f375440f80c178cf5daa843e0870051204bf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T15:51:12.965Z] ========================================================= [2021-01-19T15:51:12.965Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T15:51:12.965Z] ========================================================= [Pipeline] sh [2021-01-19T15:51:13.304Z] + make test [2021-01-19T15:51:13.304Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T15:51:23.392Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T15:51:38.480Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T15:51:43.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T15:51:44.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T15:51:44.143Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T15:51:44.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T15:51:44.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T15:51:44.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T15:51:45.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T15:51:45.935Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T15:51:46.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T15:51:48.486Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T15:51:48.486Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T15:51:48.486Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T15:51:51.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 46.6% of statements [2021-01-19T15:51:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T15:51:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T15:51:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T15:51:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T15:51:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T15:51:55.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.0% of statements [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T15:51:55.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T15:51:55.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T15:51:55.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.144s coverage: 67.9% of statements [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T15:51:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T15:51:56.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.459s coverage: 82.3% of statements [2021-01-19T15:51:56.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T15:51:56.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T15:51:56.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T15:51:56.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T15:51:57.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.408s coverage: 28.6% of statements [2021-01-19T15:51:57.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T15:51:57.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T15:51:57.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T15:51:57.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T15:51:57.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T15:51:57.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-19T15:51:57.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T15:51:57.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-19T15:51:57.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T15:51:57.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-01-19T15:51:57.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T15:51:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2021-01-19T15:51:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T15:51:58.256Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-19T15:51:58.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T15:51:58.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T15:51:58.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T15:51:58.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.439s coverage: 92.8% of statements [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-01-19T15:52:00.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements [2021-01-19T15:52:00.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-01-19T15:52:01.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements [2021-01-19T15:52:01.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T15:52:02.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2021-01-19T15:52:02.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T15:52:02.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T15:52:02.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-01-19T15:52:02.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-01-19T15:52:02.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-19T15:52:02.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-01-19T15:52:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-01-19T15:52:04.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.432s coverage: 68.9% of statements [2021-01-19T15:52:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T15:52:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T15:52:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T15:52:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T15:52:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T15:52:04.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-19T15:52:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T15:52:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T15:52:04.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.357s coverage: 84.0% of statements [2021-01-19T15:52:04.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-01-19T15:52:07.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements [2021-01-19T15:52:07.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T15:52:07.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T15:52:07.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T15:52:07.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T15:52:07.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T15:52:07.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-19T15:52:07.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T15:52:07.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-01-19T15:52:07.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T15:52:08.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T15:52:08.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T15:52:08.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T15:52:08.062Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T15:52:08.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T15:52:08.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T15:52:08.328Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-01-19T15:52:08.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T15:52:08.328Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T15:52:08.328Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-19T15:52:08.592Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-19T15:52:08.858Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 100.0% of statements [2021-01-19T15:52:09.122Z] GO111MODULE=on go vet ./... [2021-01-19T15:52:30.570Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21197 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-19T15:52:30.626Z] Running in /w/workspace/edgex-go/303 [Pipeline] { [Pipeline] checkout [2021-01-19T15:52:35.556Z] using credential edgex-jenkins-ssh [2021-01-19T15:52:35.617Z] Cloning the remote Git repository [2021-01-19T15:52:35.696Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T15:52:35.883Z] gofmt -l . [2021-01-19T15:52:35.883Z] [ "`gofmt -l .`" = "" ] [2021-01-19T15:52:35.883Z] ./bin/test-go-mod-tidy.sh [2021-01-19T15:52:35.883Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T15:52:36.510Z] + ls -al . [2021-01-19T15:52:36.510Z] total 656 [2021-01-19T15:52:36.510Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 15:52 . [2021-01-19T15:52:36.510Z] drwxr-xr-x 4 root root 32 Jan 19 15:51 .. [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 15:49 .dockerignore [2021-01-19T15:52:36.510Z] drwxrwxr-x 8 1001 1001 162 Jan 19 15:49 .git [2021-01-19T15:52:36.510Z] drwxrwxr-x 3 1001 1001 125 Jan 19 15:49 .github [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 15:49 .gitignore [2021-01-19T15:52:36.510Z] drwx------ 3 1001 1001 32 Jan 19 15:50 .semver [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 15:49 .sonarcloud.properties [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 15:49 Attribution.txt [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 15:49 CONTRIBUTING.md [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 15:49 Dockerfile.build [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 15:49 Jenkinsfile [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 15:49 LICENSE [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 15:49 Makefile [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 15:49 README.md [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 15:49 SECURITY.md [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 12 Jan 19 15:50 VERSION [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 15:49 ZMQWindows.md [2021-01-19T15:52:36.510Z] drwxrwxr-x 2 1001 1001 117 Jan 19 15:49 bin [2021-01-19T15:52:36.510Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 15:49 cmd [2021-01-19T15:52:36.510Z] -rw-r--r-- 1 root root 550280 Jan 19 15:52 coverage.out [2021-01-19T15:52:36.510Z] -rw-r--r-- 1 root root 981 Jan 19 15:52 go.mod [2021-01-19T15:52:36.510Z] -rw-r--r-- 1 root root 19241 Jan 19 15:52 go.sum [2021-01-19T15:52:36.510Z] drwxrwxr-x 8 1001 1001 127 Jan 19 15:49 internal [2021-01-19T15:52:36.510Z] drwxrwxr-x 4 1001 1001 26 Jan 19 15:49 openapi [2021-01-19T15:52:36.510Z] drwxrwxr-x 4 1001 1001 71 Jan 19 15:49 snap [2021-01-19T15:52:36.510Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 15:49 version.go [Pipeline] sh [2021-01-19T15:52:36.815Z] + '[' -e coverage.out ] [2021-01-19T15:52:36.815Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T15:52:35.823Z] > git init /w/workspace/edgex-go/303 # timeout=10 [2021-01-19T15:52:35.920Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T15:52:35.922Z] > git --version # timeout=10 [2021-01-19T15:52:35.954Z] > git --version # 'git version 2.17.1' [2021-01-19T15:52:35.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T15:52:36.007Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T15:52:37.060Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T15:52:37.358Z] + make build [2021-01-19T15:52:37.358Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T15:52:40.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T15:52:48.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T15:52:49.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T15:52:50.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T15:52:51.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T15:52:52.439Z] Checking out Revision ff4e3493a8c789d3c4d6c885bb9a70d186a91ade (master) [2021-01-19T15:52:52.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T15:52:51.739Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T15:52:51.756Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T15:52:51.786Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T15:52:51.824Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T15:52:51.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T15:52:51.840Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T15:52:52.467Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T15:52:52.491Z] > git checkout -f ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 [2021-01-19T15:52:54.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T15:52:55.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T15:52:57.083Z] Commit message: "Merge pull request #3046 from tonyespy/snap-fix-redis-persistence" [2021-01-19T15:52:57.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T15:52:58.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T15:52:58.733Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:52:59.150Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:52:59.494Z] + sudo service docker restart [2021-01-19T15:52:59.494Z] + true [2021-01-19T15:52:59.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T15:53:00.576Z] $ docker stop --time=1 cb9f4a5a72e2b7e8af743699d9b2f375440f80c178cf5daa843e0870051204bf [2021-01-19T15:53:02.290Z] $ docker rm -f cb9f4a5a72e2b7e8af743699d9b2f375440f80c178cf5daa843e0870051204bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-19T15:53:03.082Z] provisioning config files... [Pipeline] // stage [2021-01-19T15:53:03.128Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/303@tmp/config8154296680215046848tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-19T15:53:03.507Z] ---> docker-login.sh [2021-01-19T15:53:03.507Z] nexus3.edgexfoundry.org:10001 [2021-01-19T15:53:04.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:53:04.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:53:04.778Z] Configure a credential helper to remove this warning. See [2021-01-19T15:53:04.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:53:04.778Z] [2021-01-19T15:53:04.778Z] Login Succeeded [2021-01-19T15:53:04.778Z] nexus3.edgexfoundry.org:10002 [2021-01-19T15:53:05.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:53:05.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:53:05.333Z] Configure a credential helper to remove this warning. See [2021-01-19T15:53:05.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:53:05.333Z] [2021-01-19T15:53:05.333Z] Login Succeeded [2021-01-19T15:53:05.333Z] nexus3.edgexfoundry.org:10003 [2021-01-19T15:53:05.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:53:05.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:53:05.889Z] Configure a credential helper to remove this warning. See [2021-01-19T15:53:05.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:53:05.889Z] [2021-01-19T15:53:05.889Z] Login Succeeded [2021-01-19T15:53:05.889Z] nexus3.edgexfoundry.org:10004 [2021-01-19T15:53:06.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T15:53:06.088Z] [2021-01-19T15:53:06.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-01-19T15:53:06.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-01-19T15:53:06.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:53:06.439Z] Configure a credential helper to remove this warning. See [2021-01-19T15:53:06.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:53:06.439Z] [2021-01-19T15:53:06.439Z] Login Succeeded [2021-01-19T15:53:06.439Z] docker.io [2021-01-19T15:53:06.584Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T15:53:06.585Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T15:53:06.585Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T15:53:06.585Z] ca9280d653b3: Pulling fs layer [2021-01-19T15:53:06.585Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T15:53:06.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:53:07.163Z] cbdbe7a5bc2a: Download complete [2021-01-19T15:53:07.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:53:07.306Z] Configure a credential helper to remove this warning. See [2021-01-19T15:53:07.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:53:07.306Z] [2021-01-19T15:53:07.306Z] Login Succeeded [2021-01-19T15:53:07.306Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T15:53:07.323Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-19T15:53:07.759Z] ca9280d653b3: Verifying Checksum [2021-01-19T15:53:07.760Z] ca9280d653b3: Download complete [2021-01-19T15:53:07.760Z] cbdbe7a5bc2a: Pull complete [Pipeline] echo [2021-01-19T15:53:07.801Z] ========================================================= [2021-01-19T15:53:07.801Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T15:53:07.801Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:53:08.190Z] + 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-19T15:53:09.196Z] ca9280d653b3: Pull complete [2021-01-19T15:53:09.196Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T15:53:09.196Z] 7e9c9ca2126c: Download complete [2021-01-19T15:53:10.845Z] Sending build context to Docker daemon 165.5MB [2021-01-19T15:53:10.845Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T15:53:10.845Z] Step 2/6 : FROM ${BASE} [2021-01-19T15:53:10.845Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T15:53:10.845Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T15:53:10.845Z] a4357932f1b6: Pulling fs layer [2021-01-19T15:53:10.845Z] 18c013af1878: Pulling fs layer [2021-01-19T15:53:10.845Z] 00ac8860ef70: Pulling fs layer [2021-01-19T15:53:10.845Z] 63d7cb157983: Pulling fs layer [2021-01-19T15:53:10.845Z] b116817d02f9: Pulling fs layer [2021-01-19T15:53:10.845Z] 745a02a5169b: Pulling fs layer [2021-01-19T15:53:10.845Z] 00ac8860ef70: Waiting [2021-01-19T15:53:10.845Z] 63d7cb157983: Waiting [2021-01-19T15:53:10.845Z] b116817d02f9: Waiting [2021-01-19T15:53:10.845Z] 745a02a5169b: Waiting [2021-01-19T15:53:10.845Z] 18c013af1878: Download complete [2021-01-19T15:53:10.845Z] a4357932f1b6: Download complete [2021-01-19T15:53:10.845Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T15:53:10.845Z] 5f621e34cdf4: Download complete [2021-01-19T15:53:10.845Z] 63d7cb157983: Verifying Checksum [2021-01-19T15:53:10.845Z] 63d7cb157983: Download complete [2021-01-19T15:53:10.845Z] b116817d02f9: Verifying Checksum [2021-01-19T15:53:10.845Z] b116817d02f9: Download complete [2021-01-19T15:53:11.452Z] 5f621e34cdf4: Pull complete [2021-01-19T15:53:12.062Z] a4357932f1b6: Pull complete [2021-01-19T15:53:12.663Z] 18c013af1878: Pull complete [2021-01-19T15:53:13.263Z] 745a02a5169b: Download complete [2021-01-19T15:53:14.524Z] 7e9c9ca2126c: Pull complete [2021-01-19T15:53:14.524Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T15:53:14.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T15:53:14.524Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T15:53:14.659Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T15:53:14.691Z] 00ac8860ef70: Verifying Checksum [2021-01-19T15:53:14.691Z] 00ac8860ef70: Download complete [2021-01-19T15:53:14.718Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T15:53:17.696Z] $ docker top 8b8875b2fbbe92f595a628848741acf715cbf42f585d794bf783dfcbb90abe79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T15:53:18.228Z] + docker-compose build --help [2021-01-19T15:53:18.228Z] + grep parallel [2021-01-19T15:53:19.178Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T15:53:19.468Z] $ docker stop --time=1 8b8875b2fbbe92f595a628848741acf715cbf42f585d794bf783dfcbb90abe79 [2021-01-19T15:53:20.897Z] $ docker rm -f 8b8875b2fbbe92f595a628848741acf715cbf42f585d794bf783dfcbb90abe79 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:53:21.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T15:53:21.576Z] . [Pipeline] withDockerContainer [2021-01-19T15:53:21.681Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T15:53:21.730Z] $ 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/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T15:53:22.497Z] $ docker top 273a8c4666a19652a97e696fefd92a555ad656814e240cfb93cbe746ce6ccb4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T15:53:23.029Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T15:53:23.978Z] Building docker-core-command-go ... [2021-01-19T15:53:23.978Z] Building docker-core-data-go ... [2021-01-19T15:53:23.978Z] Building docker-core-metadata-go ... [2021-01-19T15:53:23.978Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T15:53:23.978Z] Building docker-security-proxy-setup-go ... [2021-01-19T15:53:23.978Z] Building docker-security-secretstore-setup-go ... [2021-01-19T15:53:23.978Z] Building docker-support-notifications-go ... [2021-01-19T15:53:23.978Z] Building docker-support-scheduler-go ... [2021-01-19T15:53:23.978Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T15:53:23.978Z] Building docker-security-secretstore-setup-go [2021-01-19T15:53:23.978Z] Building docker-support-scheduler-go [2021-01-19T15:53:23.978Z] Building docker-core-data-go [2021-01-19T15:53:23.978Z] Building docker-support-notifications-go [2021-01-19T15:53:23.978Z] Building docker-sys-mgmt-agent-go [2021-01-19T15:53:24.841Z] 00ac8860ef70: Pull complete [2021-01-19T15:53:24.841Z] 63d7cb157983: Pull complete [2021-01-19T15:53:24.841Z] b116817d02f9: Pull complete [2021-01-19T15:53:28.249Z] 745a02a5169b: Pull complete [2021-01-19T15:53:28.249Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T15:53:28.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T15:53:28.249Z] ---> b7e6874047d6 [2021-01-19T15:53:28.249Z] 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-19T15:53:31.669Z] ---> Running in 4fcc12c21bda [2021-01-19T15:53:32.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:53:33.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:53:33.840Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T15:53:34.113Z] (2/12) Installing file (5.38-r0) [2021-01-19T15:53:34.113Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T15:53:34.385Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T15:53:38.679Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T15:53:38.679Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T15:53:38.679Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T15:53:38.951Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T15:53:38.951Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T15:53:38.951Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T15:53:39.224Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T15:53:39.224Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T15:53:39.224Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:53:39.496Z] OK: 217 MiB in 51 packages [2021-01-19T15:53:43.799Z] Removing intermediate container 4fcc12c21bda [2021-01-19T15:53:43.799Z] ---> 021059ea2742 [2021-01-19T15:53:43.799Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T15:53:43.799Z] ---> Running in 3505593a5a06 [2021-01-19T15:53:44.074Z] Removing intermediate container 3505593a5a06 [2021-01-19T15:53:44.074Z] ---> a9e9db1fa4a0 [2021-01-19T15:53:44.074Z] Step 5/6 : COPY go.mod . [2021-01-19T15:53:44.671Z] ---> 4a3bf99edb1c [2021-01-19T15:53:44.671Z] Step 6/6 : RUN go mod download [2021-01-19T15:53:44.946Z] ---> Running in 97878de3333a [2021-01-19T15:53:56.268Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:53:56.268Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:53:56.268Z] ---> d36f7728aa71 [2021-01-19T15:53:56.268Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T15:53:56.268Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:53:56.268Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:53:56.268Z] ---> d36f7728aa71 [2021-01-19T15:53:56.268Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T15:53:56.268Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:53:56.268Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:53:56.268Z] ---> d36f7728aa71 [2021-01-19T15:53:56.268Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T15:53:56.268Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:53:56.268Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:53:56.268Z] ---> d36f7728aa71 [2021-01-19T15:53:56.268Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T15:53:56.268Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:53:56.268Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:53:56.268Z] ---> d36f7728aa71 [2021-01-19T15:53:56.268Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T15:53:56.540Z] ---> Running in b528f1724b10 [2021-01-19T15:53:56.540Z] ---> Running in f923b40af630 [2021-01-19T15:53:56.540Z] ---> Running in 5b3a048a4b20 [2021-01-19T15:53:56.540Z] ---> Running in fb6973ac00d3 [2021-01-19T15:53:56.540Z] ---> Running in 8601b75db734 [2021-01-19T15:53:57.147Z] Removing intermediate container f923b40af630 [2021-01-19T15:53:57.147Z] ---> c78ee78e47e9 [2021-01-19T15:53:57.147Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:53:57.147Z] Removing intermediate container b528f1724b10 [2021-01-19T15:53:57.147Z] ---> 6ab4eeaee0b9 [2021-01-19T15:53:57.147Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:53:57.147Z] Removing intermediate container 5b3a048a4b20 [2021-01-19T15:53:57.147Z] ---> e6f83c94e486 [2021-01-19T15:53:57.147Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:53:57.147Z] Removing intermediate container 8601b75db734 [2021-01-19T15:53:57.147Z] ---> 6831687b1dd9 [2021-01-19T15:53:57.147Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:53:57.147Z] Removing intermediate container fb6973ac00d3 [2021-01-19T15:53:57.147Z] ---> 90d5ccd96ce8 [2021-01-19T15:53:57.147Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:53:57.410Z] ---> Running in 83f1d5d848d6 [2021-01-19T15:53:57.410Z] ---> Running in d2ff57c75b1b [2021-01-19T15:53:57.410Z] ---> Running in b13cc95b0c8d [2021-01-19T15:53:57.410Z] ---> Running in 03800f6dbdf8 [2021-01-19T15:53:57.410Z] ---> Running in e96f3b53c205 [2021-01-19T15:54:00.050Z] Removing intermediate container 03800f6dbdf8 [2021-01-19T15:54:00.050Z] ---> 9f3cb389620f [2021-01-19T15:54:00.050Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T15:54:00.050Z] ---> Running in cd7ce870dcfb [2021-01-19T15:54:00.050Z] Removing intermediate container e96f3b53c205 [2021-01-19T15:54:00.050Z] ---> 73f5c6be7986 [2021-01-19T15:54:00.050Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T15:54:00.050Z] Removing intermediate container 83f1d5d848d6 [2021-01-19T15:54:00.050Z] ---> c4e4317153eb [2021-01-19T15:54:00.050Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T15:54:00.050Z] Removing intermediate container d2ff57c75b1b [2021-01-19T15:54:00.050Z] ---> bb02b5a64eb4 [2021-01-19T15:54:00.050Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T15:54:00.313Z] Removing intermediate container b13cc95b0c8d [2021-01-19T15:54:00.313Z] ---> dd0ade3177a8 [2021-01-19T15:54:00.313Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T15:54:00.313Z] ---> Running in 13c440612ede [2021-01-19T15:54:00.313Z] ---> Running in a688fe6aef14 [2021-01-19T15:54:00.313Z] ---> Running in 8d781ee97361 [2021-01-19T15:54:00.585Z] ---> Running in a687b5df16f8 [2021-01-19T15:54:00.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:01.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:01.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:01.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:01.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:01.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:01.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:02.192Z] OK: 233 MiB in 51 packages [2021-01-19T15:54:02.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:02.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:02.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:54:02.458Z] OK: 233 MiB in 51 packages [2021-01-19T15:54:02.737Z] OK: 233 MiB in 51 packages [2021-01-19T15:54:02.737Z] Removing intermediate container cd7ce870dcfb [2021-01-19T15:54:02.737Z] ---> 13e70616933b [2021-01-19T15:54:02.737Z] Step 6/26 : COPY go.mod . [2021-01-19T15:54:03.011Z] OK: 233 MiB in 51 packages [2021-01-19T15:54:03.011Z] Removing intermediate container 13c440612ede [2021-01-19T15:54:03.011Z] ---> ec3d26150ee6 [2021-01-19T15:54:03.011Z] Step 6/23 : COPY go.mod . [2021-01-19T15:54:03.011Z] OK: 233 MiB in 51 packages [2021-01-19T15:54:03.273Z] ---> 1745ea7a73bd [2021-01-19T15:54:03.273Z] Step 7/26 : RUN go mod download [2021-01-19T15:54:03.543Z] ---> Running in 27a228300c08 [2021-01-19T15:54:03.543Z] Removing intermediate container 8d781ee97361 [2021-01-19T15:54:03.543Z] ---> 6f1faaa29338 [2021-01-19T15:54:03.543Z] Step 6/21 : COPY go.mod . [2021-01-19T15:54:03.543Z] ---> 671567c6460e [2021-01-19T15:54:03.543Z] Step 7/23 : RUN go mod download [2021-01-19T15:54:03.806Z] ---> Running in fb71e5414a2a [2021-01-19T15:54:04.071Z] Removing intermediate container a687b5df16f8 [2021-01-19T15:54:04.071Z] ---> 0641b346a663 [2021-01-19T15:54:04.071Z] Step 6/24 : COPY go.mod . [2021-01-19T15:54:04.071Z] ---> e5548d3fcd91 [2021-01-19T15:54:04.071Z] Step 7/21 : RUN go mod download [2021-01-19T15:54:04.339Z] Removing intermediate container a688fe6aef14 [2021-01-19T15:54:04.339Z] ---> 3bc3a404e91a [2021-01-19T15:54:04.339Z] Step 6/24 : COPY go.mod . [2021-01-19T15:54:04.339Z] ---> Running in 730dbf2944fa [2021-01-19T15:54:04.624Z] ---> eb13d19bd9a1 [2021-01-19T15:54:04.624Z] Step 7/24 : RUN go mod download [2021-01-19T15:54:04.624Z] ---> Running in 0aff6aec8312 [2021-01-19T15:54:04.902Z] ---> 8bd396165576 [2021-01-19T15:54:04.902Z] Step 7/24 : RUN go mod download [2021-01-19T15:54:04.902Z] ---> Running in d75e21d20b60 [2021-01-19T15:54:06.855Z] Removing intermediate container fb71e5414a2a [2021-01-19T15:54:06.855Z] ---> 542576af8e74 [2021-01-19T15:54:06.855Z] Step 8/23 : COPY . . [2021-01-19T15:54:06.855Z] Removing intermediate container 27a228300c08 [2021-01-19T15:54:06.855Z] ---> d963814ce301 [2021-01-19T15:54:06.855Z] Step 8/26 : COPY . . [2021-01-19T15:54:06.855Z] Removing intermediate container 730dbf2944fa [2021-01-19T15:54:06.855Z] ---> 7518c0ef8e1f [2021-01-19T15:54:06.855Z] Step 8/21 : COPY . . [2021-01-19T15:54:10.235Z] Removing intermediate container 0aff6aec8312 [2021-01-19T15:54:10.235Z] ---> d62dab84d911 [2021-01-19T15:54:10.235Z] Step 8/24 : COPY . . [2021-01-19T15:54:10.823Z] Removing intermediate container d75e21d20b60 [2021-01-19T15:54:10.823Z] ---> 51e8902e76ba [2021-01-19T15:54:10.823Z] Step 8/24 : COPY . . [2021-01-19T15:54:11.760Z] Removing intermediate container 97878de3333a [2021-01-19T15:54:11.760Z] ---> d3c8982cbec5 [2021-01-19T15:54:11.760Z] Successfully built d3c8982cbec5 [2021-01-19T15:54:11.760Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:54:12.101Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T15:54:12.101Z] . [Pipeline] withDockerContainer [2021-01-19T15:54:12.371Z] prd-ubuntu18.04-docker-arm64-4c-16g-21197 does not seem to be running inside a container [2021-01-19T15:54:12.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T15:54:13.899Z] $ docker top afd667f5fb07824f7577cc63e470a3bd9f8027f74fbe4d5cde1d0f9fbf8906d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T15:54:14.865Z] + go version [2021-01-19T15:54:14.865Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T15:54:14.897Z] $ docker stop --time=1 afd667f5fb07824f7577cc63e470a3bd9f8027f74fbe4d5cde1d0f9fbf8906d0 [2021-01-19T15:54:16.863Z] $ docker rm -f afd667f5fb07824f7577cc63e470a3bd9f8027f74fbe4d5cde1d0f9fbf8906d0 [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-19T15:54:18.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T15:54:18.068Z] [2021-01-19T15:54:18.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:54:18.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T15:54:19.043Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T15:54:19.043Z] 29e5d40040c1: Pulling fs layer [2021-01-19T15:54:19.043Z] 1ce36da41761: Pulling fs layer [2021-01-19T15:54:19.043Z] 25b303627fd3: Pulling fs layer [2021-01-19T15:54:19.043Z] 29e5d40040c1: Verifying Checksum [2021-01-19T15:54:19.043Z] 29e5d40040c1: Download complete [2021-01-19T15:54:19.642Z] 1ce36da41761: Download complete [2021-01-19T15:54:19.919Z] 29e5d40040c1: Pull complete [2021-01-19T15:54:21.359Z] 1ce36da41761: Pull complete [2021-01-19T15:54:21.359Z] 25b303627fd3: Verifying Checksum [2021-01-19T15:54:21.359Z] 25b303627fd3: Download complete [2021-01-19T15:54:31.512Z] 25b303627fd3: Pull complete [2021-01-19T15:54:31.512Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T15:54:31.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T15:54:31.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T15:54:31.771Z] prd-ubuntu18.04-docker-arm64-4c-16g-21197 does not seem to be running inside a container [2021-01-19T15:54:31.863Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T15:54:34.930Z] $ docker top fc4b6257711224d0865998252c698acf2a49f9ed7fb1535bb6fa7e471712a46e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T15:54:35.941Z] + docker-compose build --help [2021-01-19T15:54:35.941Z] + grep parallel [2021-01-19T15:54:39.312Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T15:54:39.343Z] $ docker stop --time=1 fc4b6257711224d0865998252c698acf2a49f9ed7fb1535bb6fa7e471712a46e [2021-01-19T15:54:41.294Z] $ docker rm -f fc4b6257711224d0865998252c698acf2a49f9ed7fb1535bb6fa7e471712a46e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:54:42.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T15:54:42.165Z] . [Pipeline] withDockerContainer [2021-01-19T15:54:42.435Z] prd-ubuntu18.04-docker-arm64-4c-16g-21197 does not seem to be running inside a container [2021-01-19T15:54:42.521Z] $ 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/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T15:54:43.948Z] $ docker top 2cc73f3494d2b4a9a140f17e7216dd9608b231a42059db4ef42a2eaf2098ea78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T15:54:45.031Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T15:54:48.519Z] Building docker-core-command-go ... [2021-01-19T15:54:48.519Z] Building docker-core-data-go ... [2021-01-19T15:54:48.519Z] Building docker-core-metadata-go ... [2021-01-19T15:54:48.519Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T15:54:48.519Z] Building docker-security-proxy-setup-go ... [2021-01-19T15:54:48.519Z] Building docker-security-secretstore-setup-go ... [2021-01-19T15:54:48.519Z] Building docker-support-notifications-go ... [2021-01-19T15:54:48.519Z] Building docker-support-scheduler-go ... [2021-01-19T15:54:48.519Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T15:54:48.519Z] Building docker-sys-mgmt-agent-go [2021-01-19T15:54:48.519Z] Building docker-security-proxy-setup-go [2021-01-19T15:54:48.519Z] Building docker-support-notifications-go [2021-01-19T15:54:48.519Z] Building docker-core-command-go [2021-01-19T15:54:48.519Z] Building docker-support-scheduler-go [2021-01-19T15:54:49.917Z] ---> 54dfaf5a7b89 [2021-01-19T15:54:49.917Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T15:54:49.917Z] ---> c4e927a5731b [2021-01-19T15:54:49.917Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T15:54:49.917Z] ---> Running in 5dccb61b80b8 [2021-01-19T15:54:49.917Z] ---> Running in 247b2affa47d [2021-01-19T15:54:49.917Z] ---> 258d2f2fdd7c [2021-01-19T15:54:49.917Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T15:54:49.917Z] ---> bfa877c7e93c [2021-01-19T15:54:49.917Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T15:54:49.917Z] ---> 596c300bf94d [2021-01-19T15:54:49.917Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T15:54:49.917Z] ---> Running in 66f8d86e0413 [2021-01-19T15:54:49.917Z] ---> Running in 7a6662ff50b8 [2021-01-19T15:54:49.917Z] ---> Running in d2bbe0e71721 [2021-01-19T15:54:49.917Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T15:54:49.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T15:54:49.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T15:54:49.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T15:54:49.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T15:55:17.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T15:55:23.781Z] Removing intermediate container 7a6662ff50b8 [2021-01-19T15:55:23.781Z] ---> c80d3bfbef6d [2021-01-19T15:55:23.781Z] [2021-01-19T15:55:23.781Z] Step 10/24 : FROM scratch [2021-01-19T15:55:23.781Z] ---> [2021-01-19T15:55:23.781Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T15:55:23.781Z] Removing intermediate container 247b2affa47d [2021-01-19T15:55:23.781Z] ---> 332bff34ec87 [2021-01-19T15:55:23.781Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T15:55:23.781Z] Removing intermediate container d2bbe0e71721 [2021-01-19T15:55:23.781Z] ---> 8b8f1d7c464e [2021-01-19T15:55:23.781Z] [2021-01-19T15:55:23.781Z] Step 10/21 : FROM scratch [2021-01-19T15:55:23.781Z] ---> [2021-01-19T15:55:23.781Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T15:55:23.781Z] Removing intermediate container 66f8d86e0413 [2021-01-19T15:55:23.781Z] ---> 3a50aecc869b [2021-01-19T15:55:23.781Z] [2021-01-19T15:55:23.781Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T15:55:23.781Z] ---> Running in fd09543e2ec3 [2021-01-19T15:55:23.781Z] ---> Running in aa8678ea6e46 [2021-01-19T15:55:23.781Z] ---> Running in a929ec6fa12b [2021-01-19T15:55:23.781Z] 3.12: Pulling from library/alpine [2021-01-19T15:55:24.048Z] Removing intermediate container a929ec6fa12b [2021-01-19T15:55:24.048Z] ---> 8bc40bb5825d [2021-01-19T15:55:24.048Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T15:55:24.048Z] Removing intermediate container aa8678ea6e46 [2021-01-19T15:55:24.048Z] ---> a74619bda8d6 [2021-01-19T15:55:24.048Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T15:55:24.320Z] ---> Running in da8ff5eb7bf0 [2021-01-19T15:55:24.320Z] ---> Running in 0f544a05bf88 [2021-01-19T15:55:24.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T15:55:24.320Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T15:55:24.320Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T15:55:24.320Z] ---> 389fef711851 [2021-01-19T15:55:24.320Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T15:55:24.592Z] ---> Running in 3e068323c318 [2021-01-19T15:55:24.592Z] Removing intermediate container da8ff5eb7bf0 [2021-01-19T15:55:24.592Z] ---> 9b6f6bfbdfb6 [2021-01-19T15:55:24.592Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T15:55:24.592Z] Removing intermediate container 0f544a05bf88 [2021-01-19T15:55:24.592Z] ---> f6fef1a48ddb [2021-01-19T15:55:24.592Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T15:55:25.560Z] ---> Running in 2d18d0410809 [2021-01-19T15:55:25.829Z] ---> Running in dd84f620ad20 [2021-01-19T15:55:27.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:27.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:27.229Z] Removing intermediate container 2d18d0410809 [2021-01-19T15:55:27.229Z] ---> 790227e7fd2c [2021-01-19T15:55:27.229Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:55:27.229Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T15:55:27.229Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T15:55:27.229Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T15:55:27.493Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T15:55:27.493Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T15:55:27.493Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:55:27.493Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T15:55:27.493Z] OK: 7 MiB in 19 packages [2021-01-19T15:55:27.758Z] Removing intermediate container dd84f620ad20 [2021-01-19T15:55:27.758Z] ---> d68edc2f3cc3 [2021-01-19T15:55:27.758Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T15:55:28.043Z] Removing intermediate container 5dccb61b80b8 [2021-01-19T15:55:28.043Z] ---> 33d450fe4910 [2021-01-19T15:55:28.043Z] [2021-01-19T15:55:28.043Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T15:55:28.043Z] ---> 389fef711851 [2021-01-19T15:55:28.043Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T15:55:28.043Z] ---> b1d624b99776 [2021-01-19T15:55:28.043Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T15:55:28.043Z] ---> Running in a73eb3f5eb7d [2021-01-19T15:55:28.311Z] Removing intermediate container fd09543e2ec3 [2021-01-19T15:55:28.311Z] ---> eb1e62e6ec4c [2021-01-19T15:55:28.311Z] [2021-01-19T15:55:28.311Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T15:55:28.311Z] ---> 87b7af301155 [2021-01-19T15:55:28.312Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T15:55:28.312Z] 20.10.0: Pulling from library/docker [2021-01-19T15:55:28.909Z] Removing intermediate container a73eb3f5eb7d [2021-01-19T15:55:28.909Z] ---> 2a2aed3c5428 [2021-01-19T15:55:28.909Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T15:55:30.312Z] ---> 7679ccacdb84 [2021-01-19T15:55:30.312Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T15:55:30.312Z] ---> Running in d23a3b31c8a7 [2021-01-19T15:55:30.312Z] ---> 7fd3e1d80b53 [2021-01-19T15:55:30.312Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T15:55:30.312Z] Removing intermediate container 3e068323c318 [2021-01-19T15:55:30.312Z] ---> e160f392f51f [2021-01-19T15:55:30.312Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T15:55:30.574Z] ---> Running in a1c4674d5c78 [2021-01-19T15:55:30.574Z] Removing intermediate container d23a3b31c8a7 [2021-01-19T15:55:30.574Z] ---> 83edd4038197 [2021-01-19T15:55:30.574Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T15:55:30.837Z] ---> 1251ba17744b [2021-01-19T15:55:30.837Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T15:55:31.415Z] ---> Running in 4dc09813498f [2021-01-19T15:55:31.415Z] ---> a419442ae6c6 [2021-01-19T15:55:31.415Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:55:31.415Z] ---> Running in ae9fba6d71ad [2021-01-19T15:55:31.415Z] Removing intermediate container a1c4674d5c78 [2021-01-19T15:55:31.415Z] ---> ed5d19368d33 [2021-01-19T15:55:31.415Z] Step 13/24 : WORKDIR / [2021-01-19T15:55:31.415Z] ---> Running in 0e41e287bf4f [2021-01-19T15:55:31.682Z] Removing intermediate container 4dc09813498f [2021-01-19T15:55:31.682Z] ---> 0ee4efb7c3e8 [2021-01-19T15:55:31.682Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:55:31.979Z] Removing intermediate container ae9fba6d71ad [2021-01-19T15:55:31.979Z] ---> 799643c3e740 [2021-01-19T15:55:31.979Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:55:31.979Z] ---> 70d10deca6a2 [2021-01-19T15:55:31.979Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T15:55:31.979Z] ---> Running in 14cd27e64949 [2021-01-19T15:55:31.979Z] ---> Running in bec7b51abc17 [2021-01-19T15:55:32.255Z] Removing intermediate container 0e41e287bf4f [2021-01-19T15:55:32.255Z] ---> a5b9d816d754 [2021-01-19T15:55:32.255Z] 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-19T15:55:32.851Z] Removing intermediate container bec7b51abc17 [2021-01-19T15:55:32.851Z] ---> adb64cad098e [2021-01-19T15:55:32.851Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T15:55:33.121Z] ---> f87116499278 [2021-01-19T15:55:33.121Z] 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-19T15:55:33.121Z] ---> Running in 7dfee8ebe3de [2021-01-19T15:55:33.121Z] ---> 08c2c78de1d2 [2021-01-19T15:55:33.121Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T15:55:33.388Z] Removing intermediate container 7dfee8ebe3de [2021-01-19T15:55:33.388Z] ---> 32e215d62766 [2021-01-19T15:55:33.388Z] Step 20/21 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:55:33.388Z] ---> Running in 4acc1368611f [2021-01-19T15:55:33.660Z] ---> f1abdb40938b [2021-01-19T15:55:33.660Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T15:55:33.660Z] ---> a051018918fc [2021-01-19T15:55:33.660Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T15:55:33.934Z] Removing intermediate container 14cd27e64949 [2021-01-19T15:55:33.934Z] ---> 41dd50858f08 [2021-01-19T15:55:33.934Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T15:55:33.934Z] ---> Running in 8c7e1a764c1e [2021-01-19T15:55:33.934Z] Removing intermediate container 4acc1368611f [2021-01-19T15:55:33.934Z] ---> e763d699fb09 [2021-01-19T15:55:33.934Z] Step 21/21 : LABEL version=2.0.0-dev.44 [2021-01-19T15:55:33.934Z] ---> Running in f419ece1d99f [2021-01-19T15:55:33.934Z] ---> Running in 2f7c191b159f [2021-01-19T15:55:34.199Z] ---> 353b8c0ba92d [2021-01-19T15:55:34.199Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T15:55:34.780Z] Removing intermediate container 8c7e1a764c1e [2021-01-19T15:55:34.780Z] ---> d2d8437388b7 [2021-01-19T15:55:34.780Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:55:35.051Z] ---> Running in b5e756694143 [2021-01-19T15:55:35.051Z] Removing intermediate container f419ece1d99f [2021-01-19T15:55:35.051Z] ---> 232a19ffdf91 [2021-01-19T15:55:35.051Z] [2021-01-19T15:55:35.317Z] ---> be308d01bc9d [2021-01-19T15:55:35.317Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T15:55:35.495Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:55:35.495Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:55:35.495Z] ---> d3c8982cbec5 [2021-01-19T15:55:35.495Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T15:55:35.495Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:55:35.495Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:55:35.495Z] ---> d3c8982cbec5 [2021-01-19T15:55:35.495Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T15:55:35.495Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:55:35.495Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:55:35.495Z] ---> d3c8982cbec5 [2021-01-19T15:55:35.495Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T15:55:35.495Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:55:35.495Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:55:35.495Z] ---> d3c8982cbec5 [2021-01-19T15:55:35.495Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T15:55:35.495Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:55:35.495Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:55:35.495Z] ---> d3c8982cbec5 [2021-01-19T15:55:35.495Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T15:55:35.906Z] Successfully built 232a19ffdf91 [2021-01-19T15:55:35.906Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T15:55:35.906Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T15:55:36.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:36.437Z] Removing intermediate container b5e756694143 [2021-01-19T15:55:36.437Z] ---> 2239db7ce6bc [2021-01-19T15:55:36.437Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T15:55:36.701Z] ---> Running in 2acd4acd559c [2021-01-19T15:55:36.932Z] ---> Running in be11b60060c9 [2021-01-19T15:55:36.932Z] ---> Running in f48204d11504 [2021-01-19T15:55:36.932Z] ---> Running in dbbbd59cbe47 [2021-01-19T15:55:36.932Z] ---> Running in 67118c58e16b [2021-01-19T15:55:36.932Z] ---> Running in 60056eb873b7 [2021-01-19T15:55:36.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:37.228Z] ---> ecf6f6b59e1a [2021-01-19T15:55:37.228Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T15:55:37.526Z] Removing intermediate container dbbbd59cbe47 [2021-01-19T15:55:37.527Z] ---> 8f84f8e25e1f [2021-01-19T15:55:37.527Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:55:37.527Z] Removing intermediate container 67118c58e16b [2021-01-19T15:55:37.527Z] ---> b29053ffc088 [2021-01-19T15:55:37.527Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:55:37.527Z] Removing intermediate container 60056eb873b7 [2021-01-19T15:55:37.527Z] ---> e49d8a851a86 [2021-01-19T15:55:37.527Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:55:37.527Z] Removing intermediate container be11b60060c9 [2021-01-19T15:55:37.527Z] ---> 13c7ae22c2f1 [2021-01-19T15:55:37.527Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:55:37.527Z] Removing intermediate container f48204d11504 [2021-01-19T15:55:37.527Z] ---> dd38c991bc9f [2021-01-19T15:55:37.527Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:55:37.806Z] ---> Running in e30a52e8d6a0 [2021-01-19T15:55:37.806Z] ---> Running in fe0e03337671 [2021-01-19T15:55:37.806Z] ---> Running in ee9efef4020f [2021-01-19T15:55:37.806Z] ---> Running in 938189c0907c [2021-01-19T15:55:37.806Z] ---> Running in 629e71522789 [2021-01-19T15:55:37.808Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T15:55:37.809Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T15:55:37.809Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T15:55:37.809Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T15:55:37.809Z] ---> aefe523efa57 [2021-01-19T15:55:37.809Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T15:55:38.072Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T15:55:38.338Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T15:55:38.601Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T15:55:38.601Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:55:38.601Z] OK: 8 MiB in 19 packages [2021-01-19T15:55:38.870Z] Removing intermediate container 2acd4acd559c [2021-01-19T15:55:38.870Z] ---> dbb206171691 [2021-01-19T15:55:38.870Z] Step 23/24 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:55:39.483Z] ---> Running in 014ae05324d4 [2021-01-19T15:55:40.068Z] ---> Running in af33017e9551 [2021-01-19T15:55:40.644Z] ---> ba9210be3261 [2021-01-19T15:55:40.644Z] 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-19T15:55:40.908Z] ---> Running in cf5c8c23b38c [2021-01-19T15:55:40.908Z] Removing intermediate container af33017e9551 [2021-01-19T15:55:40.908Z] ---> ebfad4bcf76a [2021-01-19T15:55:40.908Z] Step 24/24 : LABEL version=2.0.0-dev.44 [2021-01-19T15:55:41.179Z] ---> Running in 55477b7fa6e4 [2021-01-19T15:55:41.231Z] Removing intermediate container e30a52e8d6a0 [2021-01-19T15:55:41.232Z] ---> 0dfceebddb89 [2021-01-19T15:55:41.232Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T15:55:41.512Z] ---> Running in e88f8c42b1b4 [2021-01-19T15:55:41.788Z] Removing intermediate container fe0e03337671 [2021-01-19T15:55:41.788Z] ---> 7c605e5a4585 [2021-01-19T15:55:41.788Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T15:55:42.065Z] Removing intermediate container ee9efef4020f [2021-01-19T15:55:42.065Z] ---> befa4c22d174 [2021-01-19T15:55:42.065Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T15:55:42.065Z] Removing intermediate container 938189c0907c [2021-01-19T15:55:42.065Z] ---> 2e7401c0e784 [2021-01-19T15:55:42.065Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T15:55:42.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:42.148Z] Removing intermediate container 55477b7fa6e4 [2021-01-19T15:55:42.148Z] ---> 39ec66b19dcd [2021-01-19T15:55:42.148Z] [2021-01-19T15:55:42.347Z] ---> Running in a3ef773739bf [2021-01-19T15:55:42.347Z] ---> Running in 0a8e0233c34b [2021-01-19T15:55:42.347Z] ---> Running in 0b00cdaa0368 [2021-01-19T15:55:42.347Z] Removing intermediate container 629e71522789 [2021-01-19T15:55:42.347Z] ---> 2e8dc13fa82d [2021-01-19T15:55:42.347Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T15:55:42.417Z] Removing intermediate container 2f7c191b159f [2021-01-19T15:55:42.417Z] ---> 059267e1ecc8 [2021-01-19T15:55:42.417Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:55:42.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:42.682Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T15:55:42.682Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T15:55:42.682Z] Executing bash-5.0.17-r0.post-install [2021-01-19T15:55:42.682Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:55:42.682Z] OK: 12 MiB in 22 packages [2021-01-19T15:55:42.945Z] ---> Running in 09c9dde303fe [2021-01-19T15:55:42.950Z] Successfully built 39ec66b19dcd [2021-01-19T15:55:42.950Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T15:55:42.950Z] Building docker-core-command-go [2021-01-19T15:55:43.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:44.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:44.375Z]  Building docker-support-notifications-go ... done  ---> 9539ef9a5190 [2021-01-19T15:55:44.375Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T15:55:44.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:44.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:44.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:44.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:44.781Z] OK: 217 MiB in 51 packages [2021-01-19T15:55:45.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:55:45.820Z] Removing intermediate container cf5c8c23b38c [2021-01-19T15:55:45.821Z] ---> 6da32f50a16c [2021-01-19T15:55:45.821Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T15:55:46.414Z] OK: 217 MiB in 51 packages [2021-01-19T15:55:46.414Z] Removing intermediate container e88f8c42b1b4 [2021-01-19T15:55:46.414Z] ---> 93c8ffeac0c5 [2021-01-19T15:55:46.414Z] Step 6/21 : COPY go.mod . [2021-01-19T15:55:46.414Z] OK: 217 MiB in 51 packages [2021-01-19T15:55:46.414Z] OK: 217 MiB in 51 packages [2021-01-19T15:55:46.414Z] OK: 217 MiB in 51 packages [2021-01-19T15:55:47.410Z] ---> 4ee3d493dca4 [2021-01-19T15:55:47.410Z] Step 7/21 : RUN go mod download [2021-01-19T15:55:47.681Z] ---> Running in 3e546d862c36 [2021-01-19T15:55:47.775Z] ---> Running in e0ee1e197f3c [2021-01-19T15:55:47.981Z] Removing intermediate container 0a8e0233c34b [2021-01-19T15:55:47.981Z] ---> 7551250d8414 [2021-01-19T15:55:47.981Z] Step 6/21 : COPY go.mod . [2021-01-19T15:55:48.260Z] Removing intermediate container 0b00cdaa0368 [2021-01-19T15:55:48.260Z] ---> 8283cec6a000 [2021-01-19T15:55:48.260Z] Step 6/26 : COPY go.mod . [2021-01-19T15:55:48.369Z] Removing intermediate container 014ae05324d4 [2021-01-19T15:55:48.369Z] ---> 0328f4238319 [2021-01-19T15:55:48.369Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T15:55:48.369Z] ---> a0e925542ae3 [2021-01-19T15:55:48.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T15:55:48.535Z] Removing intermediate container 09c9dde303fe [2021-01-19T15:55:48.535Z] ---> 1abb67332d13 [2021-01-19T15:55:48.535Z] Step 6/22 : COPY go.mod . [2021-01-19T15:55:48.813Z] Removing intermediate container a3ef773739bf [2021-01-19T15:55:48.813Z] ---> bdd22fbb4c2e [2021-01-19T15:55:48.813Z] Step 6/24 : COPY go.mod . [2021-01-19T15:55:49.089Z] ---> f97721c97093 [2021-01-19T15:55:49.089Z] Step 7/21 : RUN go mod download [2021-01-19T15:55:49.370Z] ---> Running in 958480a0c770 [2021-01-19T15:55:49.642Z] ---> 54d4efd417ac [2021-01-19T15:55:49.642Z] Step 7/26 : RUN go mod download [2021-01-19T15:55:49.642Z] ---> d9c921cc0294 [2021-01-19T15:55:49.642Z] Step 7/22 : RUN go mod download [2021-01-19T15:55:49.813Z] Removing intermediate container e0ee1e197f3c [2021-01-19T15:55:49.813Z] ---> d85507cf30a3 [2021-01-19T15:55:49.813Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T15:55:49.813Z] ---> Running in 31701820e904 [2021-01-19T15:55:49.918Z] ---> Running in f9a96e028a4d [2021-01-19T15:55:49.918Z] ---> Running in f73f0f71389e [2021-01-19T15:55:50.204Z] ---> d05069969d6c [2021-01-19T15:55:50.204Z] Step 7/24 : RUN go mod download [2021-01-19T15:55:50.410Z] ---> Running in bde8d92c2272 [2021-01-19T15:55:50.478Z] ---> Running in 4bcdc5e8e109 [2021-01-19T15:55:50.680Z] ---> 02e8f95946b4 [2021-01-19T15:55:50.680Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T15:55:51.465Z] Removing intermediate container 3e546d862c36 [2021-01-19T15:55:51.465Z] ---> f43b4ce2d294 [2021-01-19T15:55:51.465Z] Step 8/21 : COPY . . [2021-01-19T15:55:51.659Z] Removing intermediate container 31701820e904 [2021-01-19T15:55:51.659Z] ---> f424f4391e15 [2021-01-19T15:55:51.659Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T15:55:51.927Z] ---> Running in 0f11cad5915e [2021-01-19T15:55:52.507Z] ---> Running in 0fe61ce03549 [2021-01-19T15:55:52.507Z] Removing intermediate container bde8d92c2272 [2021-01-19T15:55:52.507Z] ---> e97249b113e1 [2021-01-19T15:55:52.507Z] Step 23/24 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:55:52.783Z] ---> Running in d5a0c7b330f8 [2021-01-19T15:55:52.783Z] Removing intermediate container 0f11cad5915e [2021-01-19T15:55:52.783Z] ---> 8716720a815f [2021-01-19T15:55:52.783Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:55:53.372Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:55:53.372Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:55:53.372Z] ---> d36f7728aa71 [2021-01-19T15:55:53.372Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T15:55:53.372Z] ---> Using cache [2021-01-19T15:55:53.372Z] ---> 90d5ccd96ce8 [2021-01-19T15:55:53.372Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:55:53.372Z] ---> Using cache [2021-01-19T15:55:53.372Z] ---> 73f5c6be7986 [2021-01-19T15:55:53.372Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T15:55:54.108Z] Removing intermediate container 958480a0c770 [2021-01-19T15:55:54.108Z] ---> 8c9232d058e0 [2021-01-19T15:55:54.108Z] Step 8/21 : COPY . . [2021-01-19T15:55:54.364Z] Removing intermediate container 0fe61ce03549 [2021-01-19T15:55:54.364Z] ---> ffd1db62d54c [2021-01-19T15:55:54.364Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T15:55:54.647Z] ---> Running in 57ab8b0d4c5c [2021-01-19T15:55:54.647Z] ---> Running in 7e1db079d881 [2021-01-19T15:55:54.647Z] ---> Running in 9b470d743a37 [2021-01-19T15:55:54.926Z] Removing intermediate container d5a0c7b330f8 [2021-01-19T15:55:54.926Z] ---> a77a7c935a5b [2021-01-19T15:55:54.926Z] Step 24/24 : LABEL version=2.0.0-dev.44 [2021-01-19T15:55:55.201Z] ---> Running in 81c4dae67cd5 [2021-01-19T15:55:55.477Z] Removing intermediate container 57ab8b0d4c5c [2021-01-19T15:55:55.477Z] ---> 687397db8ed0 [2021-01-19T15:55:55.477Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T15:55:55.477Z] Removing intermediate container 9b470d743a37 [2021-01-19T15:55:55.477Z] ---> dceaa2ddc24e [2021-01-19T15:55:55.477Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T15:55:55.544Z] Removing intermediate container f73f0f71389e [2021-01-19T15:55:55.544Z] ---> 1395fa5dc2e1 [2021-01-19T15:55:55.544Z] Step 8/22 : COPY . . [2021-01-19T15:55:55.758Z] Removing intermediate container 81c4dae67cd5 [2021-01-19T15:55:55.758Z] ---> 75377937ee25 [2021-01-19T15:55:55.758Z] [2021-01-19T15:55:55.758Z] ---> Running in d52d37e3b064 [2021-01-19T15:55:56.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:56.033Z] Successfully built 75377937ee25 [2021-01-19T15:55:56.033Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T15:55:56.033Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-19T15:55:56.148Z] Removing intermediate container f9a96e028a4d [2021-01-19T15:55:56.148Z] ---> 422454fb8675 [2021-01-19T15:55:56.148Z] Step 8/26 : COPY . . [2021-01-19T15:55:56.148Z] Removing intermediate container 4bcdc5e8e109 [2021-01-19T15:55:56.148Z] ---> 4bcaf1fd9e21 [2021-01-19T15:55:56.148Z] Step 8/24 : COPY . . [2021-01-19T15:55:56.297Z] Removing intermediate container d52d37e3b064 [2021-01-19T15:55:56.297Z] ---> f63eb30f17c5 [2021-01-19T15:55:56.297Z] Step 22/23 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:55:56.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:55:56.876Z] ---> Running in 072d064794d5 [2021-01-19T15:55:57.473Z] OK: 233 MiB in 51 packages [2021-01-19T15:55:57.473Z] ---> cffd5778db63 [2021-01-19T15:55:57.473Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T15:56:00.085Z] ---> 14271b9b3948 [2021-01-19T15:56:00.085Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T15:56:00.085Z] Removing intermediate container 072d064794d5 [2021-01-19T15:56:00.085Z] ---> e16496ebde4d [2021-01-19T15:56:00.085Z] Step 23/23 : LABEL version=2.0.0-dev.44 [2021-01-19T15:56:00.354Z] ---> Running in 777cb35f4c9c [2021-01-19T15:56:00.936Z] Removing intermediate container 7e1db079d881 [2021-01-19T15:56:00.936Z] ---> 9a1269ce58e4 [2021-01-19T15:56:00.936Z] Step 6/22 : COPY go.mod . [2021-01-19T15:56:04.274Z] Removing intermediate container 777cb35f4c9c [2021-01-19T15:56:04.274Z] ---> af101174cac2 [2021-01-19T15:56:04.274Z] [2021-01-19T15:56:04.274Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:56:04.274Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:56:04.274Z] ---> d36f7728aa71 [2021-01-19T15:56:04.274Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T15:56:04.274Z] ---> Using cache [2021-01-19T15:56:04.274Z] ---> 90d5ccd96ce8 [2021-01-19T15:56:04.274Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:56:04.274Z] ---> Using cache [2021-01-19T15:56:04.274Z] ---> 73f5c6be7986 [2021-01-19T15:56:04.274Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T15:56:04.274Z] ---> Using cache [2021-01-19T15:56:04.274Z] ---> 9a1269ce58e4 [2021-01-19T15:56:04.274Z] Step 6/22 : COPY go.mod . [2021-01-19T15:56:04.539Z] Successfully built af101174cac2 [2021-01-19T15:56:04.803Z] ---> 1debfe3e3692 [2021-01-19T15:56:04.803Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T15:56:04.803Z] Successfully tagged docker-core-data-go:latest [2021-01-19T15:56:04.803Z] Building docker-security-proxy-setup-go [2021-01-19T15:56:04.803Z]  Building docker-core-data-go ... done  ---> e1463a9a56fd [2021-01-19T15:56:04.803Z] Step 7/22 : RUN go mod download [2021-01-19T15:56:05.073Z] ---> ccd0d86a27e1 [2021-01-19T15:56:05.073Z] Step 7/22 : RUN go mod download [2021-01-19T15:56:05.073Z] ---> Running in 6af421f06040 [2021-01-19T15:56:05.073Z] ---> Running in 621e2f3318a1 [2021-01-19T15:56:05.073Z] ---> Running in fae4e5196384 [2021-01-19T15:56:10.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:56:10.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:56:10.466Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T15:56:10.466Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T15:56:10.466Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T15:56:10.466Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T15:56:10.466Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T15:56:10.466Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T15:56:10.466Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T15:56:11.254Z] ---> 4bdc89d18a9e [2021-01-19T15:56:11.254Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T15:56:11.254Z] ---> b367058a02be [2021-01-19T15:56:11.254Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T15:56:11.254Z] ---> Running in c32b98d3527d [2021-01-19T15:56:11.254Z] ---> e6b49b88c6c6 [2021-01-19T15:56:11.254Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T15:56:11.254Z] ---> Running in 9519f30a236a [2021-01-19T15:56:11.254Z] ---> a572c6627c1c [2021-01-19T15:56:11.254Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T15:56:11.254Z] ---> cdd27b2a0027 [2021-01-19T15:56:11.254Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T15:56:11.254Z] ---> Running in 1c6b805e03f7 [2021-01-19T15:56:11.254Z] ---> Running in e9eed846c62c [2021-01-19T15:56:11.254Z] ---> Running in 141a1ae1bf20 [2021-01-19T15:56:11.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T15:56:11.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T15:56:12.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T15:56:12.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T15:56:12.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T15:56:14.777Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T15:56:14.777Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T15:56:14.777Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T15:56:14.777Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T15:56:14.777Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T15:56:14.777Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T15:56:14.777Z] Removing intermediate container fae4e5196384 [2021-01-19T15:56:14.777Z] ---> 40db60341c03 [2021-01-19T15:56:14.777Z] Step 8/22 : COPY . . [2021-01-19T15:56:14.777Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T15:56:14.777Z] Removing intermediate container 6af421f06040 [2021-01-19T15:56:14.777Z] ---> 04060128f192 [2021-01-19T15:56:14.777Z] Step 8/22 : COPY . . [2021-01-19T15:56:15.382Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T15:56:15.382Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T15:56:15.382Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T15:56:15.648Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T15:56:15.648Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T15:56:15.915Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T15:56:16.881Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T15:56:17.848Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:56:17.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:56:17.848Z] ---> d36f7728aa71 [2021-01-19T15:56:17.848Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T15:56:17.848Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T15:56:18.125Z] ---> Using cache [2021-01-19T15:56:18.125Z] ---> 90d5ccd96ce8 [2021-01-19T15:56:18.125Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:56:18.125Z] ---> Using cache [2021-01-19T15:56:18.125Z] ---> 73f5c6be7986 [2021-01-19T15:56:18.125Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T15:56:18.125Z] ---> Using cache [2021-01-19T15:56:18.125Z] ---> 9a1269ce58e4 [2021-01-19T15:56:18.125Z] Step 6/22 : COPY go.mod . [2021-01-19T15:56:18.125Z] ---> Using cache [2021-01-19T15:56:18.125Z] ---> ccd0d86a27e1 [2021-01-19T15:56:18.125Z] Step 7/22 : RUN go mod download [2021-01-19T15:56:18.125Z] ---> Using cache [2021-01-19T15:56:18.125Z] ---> 40db60341c03 [2021-01-19T15:56:18.125Z] Step 8/22 : COPY . . [2021-01-19T15:56:19.103Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T15:56:19.683Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T15:56:20.268Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T15:56:20.268Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T15:56:20.268Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T15:56:20.568Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T15:56:20.568Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T15:56:20.568Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T15:56:21.529Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T15:56:22.537Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T15:56:22.537Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T15:56:24.143Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:56:24.421Z] OK: 71 MiB in 55 packages [2021-01-19T15:56:31.504Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:56:31.504Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:56:31.504Z] ---> d36f7728aa71 [2021-01-19T15:56:31.504Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T15:56:31.504Z] ---> Using cache [2021-01-19T15:56:31.504Z] ---> 90d5ccd96ce8 [2021-01-19T15:56:31.504Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:56:31.504Z] ---> Using cache [2021-01-19T15:56:31.504Z] ---> 73f5c6be7986 [2021-01-19T15:56:31.504Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T15:56:31.504Z] ---> Using cache [2021-01-19T15:56:31.504Z] ---> 9a1269ce58e4 [2021-01-19T15:56:31.504Z] Step 6/21 : COPY go.mod . [2021-01-19T15:56:31.504Z] ---> Using cache [2021-01-19T15:56:31.504Z] ---> ccd0d86a27e1 [2021-01-19T15:56:31.504Z] Step 7/21 : RUN go mod download [2021-01-19T15:56:31.504Z] ---> Using cache [2021-01-19T15:56:31.504Z] ---> 40db60341c03 [2021-01-19T15:56:31.504Z] Step 8/21 : COPY . . [2021-01-19T15:57:03.835Z] ---> 1ae17678e549 [2021-01-19T15:57:03.835Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T15:57:03.835Z] ---> d9b2d122d9b5 [2021-01-19T15:57:03.835Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T15:57:03.835Z] ---> c7f99b210e3e [2021-01-19T15:57:03.835Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T15:57:03.835Z] Removing intermediate container 621e2f3318a1 [2021-01-19T15:57:03.835Z] ---> 84dd643c7dc8 [2021-01-19T15:57:03.835Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T15:57:03.835Z] ---> Running in efd71f0eca4f [2021-01-19T15:57:03.835Z] ---> Running in 13fa12750187 [2021-01-19T15:57:03.835Z] ---> Running in a08cad094436 [2021-01-19T15:57:03.835Z] ---> Running in c9ff09773017 [2021-01-19T15:57:03.835Z] ---> 97aed9ff3382 [2021-01-19T15:57:03.835Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T15:57:03.835Z] ---> Running in ac32679e0bd6 [2021-01-19T15:57:04.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T15:57:04.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T15:57:04.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T15:57:04.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T15:57:08.984Z] Collecting docker-compose==1.23.2 [2021-01-19T15:57:08.984Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T15:57:08.984Z] 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-19T15:57:08.984Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T15:57:08.984Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T15:57:09.997Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T15:57:09.998Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T15:57:10.604Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T15:57:10.604Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T15:57:10.878Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T15:57:11.157Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T15:57:11.157Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T15:57:11.157Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T15:57:12.578Z] Collecting PyYAML<4,>=3.10 [2021-01-19T15:57:12.578Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T15:57:13.546Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T15:57:13.546Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T15:57:13.834Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T15:57:13.834Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T15:57:13.834Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T15:57:13.834Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T15:57:14.835Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T15:57:14.835Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T15:57:15.106Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T15:57:15.106Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T15:57:15.106Z] 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-19T15:57:15.106Z] Collecting idna<2.8,>=2.5 [2021-01-19T15:57:15.381Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T15:57:15.381Z] 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-19T15:57:15.381Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T15:57:15.381Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T15:57:15.381Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T15:57:15.381Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T15:57:15.653Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, cached-property, docopt, docker-compose [2021-01-19T15:57:15.654Z] Running setup.py install for texttable: started [2021-01-19T15:57:16.642Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T15:57:17.629Z] Attempting uninstall: urllib3 [2021-01-19T15:57:17.629Z] Found existing installation: urllib3 1.25.9 [2021-01-19T15:57:17.629Z] Uninstalling urllib3-1.25.9: [2021-01-19T15:57:17.629Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T15:57:17.902Z] Attempting uninstall: idna [2021-01-19T15:57:17.902Z] Found existing installation: idna 2.9 [2021-01-19T15:57:17.902Z] Uninstalling idna-2.9: [2021-01-19T15:57:18.188Z] Successfully uninstalled idna-2.9 [2021-01-19T15:57:18.188Z] Attempting uninstall: requests [2021-01-19T15:57:18.188Z] Found existing installation: requests 2.23.0 [2021-01-19T15:57:18.188Z] Uninstalling requests-2.23.0: [2021-01-19T15:57:18.471Z] Successfully uninstalled requests-2.23.0 [2021-01-19T15:57:18.739Z] Running setup.py install for dockerpty: started [2021-01-19T15:57:19.718Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T15:57:19.718Z] Running setup.py install for PyYAML: started [2021-01-19T15:57:20.681Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T15:57:20.962Z] Running setup.py install for docopt: started [2021-01-19T15:57:21.569Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T15:57:22.198Z] 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-19T15:57:27.673Z] Removing intermediate container a08cad094436 [2021-01-19T15:57:27.673Z] ---> d2cd68dfa4e5 [2021-01-19T15:57:27.673Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T15:57:28.262Z] ---> Running in 25b9b139bc90 [2021-01-19T15:57:29.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:57:29.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:57:29.556Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T15:57:29.556Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T15:57:29.556Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T15:57:29.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:57:29.836Z] OK: 72 MiB in 58 packages [2021-01-19T15:57:31.821Z] Removing intermediate container 25b9b139bc90 [2021-01-19T15:57:31.821Z] ---> a36ad550efbb [2021-01-19T15:57:31.821Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T15:57:32.102Z] ---> Running in 23e9b047336a [2021-01-19T15:57:32.705Z] Removing intermediate container 23e9b047336a [2021-01-19T15:57:32.705Z] ---> 1b2e549f5fc0 [2021-01-19T15:57:32.705Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:57:32.980Z] ---> Running in 7775dcceb9a5 [2021-01-19T15:57:33.263Z] Removing intermediate container 7775dcceb9a5 [2021-01-19T15:57:33.263Z] ---> 203aced89dd3 [2021-01-19T15:57:33.263Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T15:57:33.263Z] ---> Running in 6d013d85ffab [2021-01-19T15:57:33.542Z] Removing intermediate container 6d013d85ffab [2021-01-19T15:57:33.542Z] ---> d8f430cc347a [2021-01-19T15:57:33.542Z] Step 25/26 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:33.824Z] ---> Running in 5c55e403f687 [2021-01-19T15:57:34.424Z] Removing intermediate container 5c55e403f687 [2021-01-19T15:57:34.424Z] ---> f47e6dd2fd2f [2021-01-19T15:57:34.424Z] Step 26/26 : LABEL version=2.0.0-dev.44 [2021-01-19T15:57:34.424Z] ---> Running in 312126e97ea8 [2021-01-19T15:57:34.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T15:57:34.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T15:57:34.705Z] Removing intermediate container 312126e97ea8 [2021-01-19T15:57:34.705Z] ---> c3dfa4c4e092 [2021-01-19T15:57:34.705Z] [2021-01-19T15:57:34.985Z] Successfully built c3dfa4c4e092 [2021-01-19T15:57:34.985Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T15:57:39.548Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container efd71f0eca4f [2021-01-19T15:57:39.549Z] ---> 9cc389e674b8 [2021-01-19T15:57:39.549Z] [2021-01-19T15:57:39.549Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T15:57:39.549Z] ---> 389fef711851 [2021-01-19T15:57:39.549Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T15:57:39.549Z] ---> Using cache [2021-01-19T15:57:39.549Z] ---> e160f392f51f [2021-01-19T15:57:39.549Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T15:57:39.549Z] ---> Running in 327dbc0b6c80 [2021-01-19T15:57:40.511Z] Removing intermediate container 327dbc0b6c80 [2021-01-19T15:57:40.511Z] ---> ca619decde1e [2021-01-19T15:57:40.511Z] Step 13/22 : WORKDIR / [2021-01-19T15:57:40.776Z] ---> Running in 23a5de369819 [2021-01-19T15:57:40.776Z] Removing intermediate container 13fa12750187 [2021-01-19T15:57:40.776Z] ---> c18ca5f0a7ee [2021-01-19T15:57:40.776Z] [2021-01-19T15:57:40.776Z] Step 10/22 : FROM scratch [2021-01-19T15:57:40.776Z] ---> [2021-01-19T15:57:40.776Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T15:57:41.365Z] ---> Using cache [2021-01-19T15:57:41.365Z] ---> 8bc40bb5825d [2021-01-19T15:57:41.365Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T15:57:43.336Z] Removing intermediate container 23a5de369819 [2021-01-19T15:57:43.336Z] ---> 4206cb2a6b4b [2021-01-19T15:57:43.336Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:57:43.336Z] ---> Running in 74fabc1b53a1 [2021-01-19T15:57:43.926Z] Removing intermediate container ac32679e0bd6 [2021-01-19T15:57:43.926Z] ---> e7391b4fe263 [2021-01-19T15:57:43.926Z] [2021-01-19T15:57:43.926Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T15:57:43.926Z] Removing intermediate container c9ff09773017 [2021-01-19T15:57:43.926Z] ---> 7cd997064c82 [2021-01-19T15:57:43.926Z] [2021-01-19T15:57:43.926Z] Step 10/22 : FROM scratch [2021-01-19T15:57:43.926Z] ---> [2021-01-19T15:57:43.926Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T15:57:43.926Z] ---> 389fef711851 [2021-01-19T15:57:43.926Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T15:57:43.926Z] Removing intermediate container 74fabc1b53a1 [2021-01-19T15:57:43.926Z] ---> c604b8f221d5 [2021-01-19T15:57:43.926Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T15:57:43.926Z] ---> ab74e92ee08c [2021-01-19T15:57:43.926Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T15:57:43.926Z] ---> Using cache [2021-01-19T15:57:43.926Z] ---> 8bc40bb5825d [2021-01-19T15:57:43.926Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T15:57:43.926Z] ---> Running in b1f975dd047d [2021-01-19T15:57:43.926Z] ---> Running in 45175c318964 [2021-01-19T15:57:44.194Z] ---> Running in 009d158ec6e9 [2021-01-19T15:57:44.470Z] Removing intermediate container 45175c318964 [2021-01-19T15:57:44.470Z] ---> d84d1367a9ae [2021-01-19T15:57:44.470Z] Step 14/22 : WORKDIR / [2021-01-19T15:57:44.470Z] Removing intermediate container 009d158ec6e9 [2021-01-19T15:57:44.470Z] ---> 36830ae224fe [2021-01-19T15:57:44.470Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T15:57:44.470Z] ---> Running in 8892c1063de7 [2021-01-19T15:57:44.470Z] ---> Running in 727466bf0027 [2021-01-19T15:57:44.738Z] ---> d3442c6aef4e [2021-01-19T15:57:44.738Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T15:57:44.738Z] Removing intermediate container 727466bf0027 [2021-01-19T15:57:44.738Z] ---> f37968093a92 [2021-01-19T15:57:44.738Z] Step 14/22 : WORKDIR / [2021-01-19T15:57:44.738Z] Removing intermediate container 8892c1063de7 [2021-01-19T15:57:44.738Z] ---> 7046235be7b8 [2021-01-19T15:57:44.738Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:57:44.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:57:45.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:57:45.267Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T15:57:45.267Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T15:57:45.267Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T15:57:45.267Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T15:57:45.267Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:57:45.267Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T15:57:45.850Z] OK: 7 MiB in 18 packages [2021-01-19T15:57:45.850Z] ---> Running in 0672b2d05240 [2021-01-19T15:57:46.116Z] ---> fb3891eac502 [2021-01-19T15:57:46.116Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T15:57:46.116Z] ---> 390ffc5aa5bc [2021-01-19T15:57:46.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T15:57:46.116Z] Removing intermediate container 0672b2d05240 [2021-01-19T15:57:46.116Z] ---> 592bb99350ec [2021-01-19T15:57:46.116Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:57:46.383Z] ---> 5f7fb2279200 [2021-01-19T15:57:46.383Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T15:57:46.649Z] ---> 492a2630a596 [2021-01-19T15:57:46.649Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T15:57:46.923Z] ---> Running in aa8f63bfdde4 [2021-01-19T15:57:46.923Z] ---> 52f3bf1a9dbf [2021-01-19T15:57:46.923Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T15:57:46.923Z] Removing intermediate container b1f975dd047d [2021-01-19T15:57:46.923Z] ---> 4e9dcd1fe8b7 [2021-01-19T15:57:46.923Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T15:57:47.201Z] ---> Running in eb1a7b4b42a5 [2021-01-19T15:57:47.473Z] ---> 124f4aab8bf1 [2021-01-19T15:57:47.473Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T15:57:47.473Z] ---> Running in ec490457cb6d [2021-01-19T15:57:47.473Z] ---> c173d139c089 [2021-01-19T15:57:47.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T15:57:47.473Z] Removing intermediate container eb1a7b4b42a5 [2021-01-19T15:57:47.473Z] ---> 6aa19b0796a7 [2021-01-19T15:57:47.473Z] Step 13/21 : WORKDIR /edgex [2021-01-19T15:57:47.749Z] ---> Running in a77594801092 [2021-01-19T15:57:47.749Z] Removing intermediate container ec490457cb6d [2021-01-19T15:57:47.749Z] ---> 6067847731f5 [2021-01-19T15:57:47.749Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:57:48.013Z] ---> 33ee04efa8f2 [2021-01-19T15:57:48.013Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T15:57:48.013Z] ---> Running in d20d4de3d26b [2021-01-19T15:57:48.605Z] Removing intermediate container a77594801092 [2021-01-19T15:57:48.605Z] ---> 8a7b092247ac [2021-01-19T15:57:48.605Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T15:57:48.605Z] ---> Running in 6add0931597b [2021-01-19T15:57:48.870Z] Removing intermediate container d20d4de3d26b [2021-01-19T15:57:48.870Z] ---> c0e073b0c50f [2021-01-19T15:57:48.870Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T15:57:48.870Z] ---> Running in bf2679285f11 [2021-01-19T15:57:49.143Z] Removing intermediate container aa8f63bfdde4 [2021-01-19T15:57:49.143Z] ---> eecbecb19674 [2021-01-19T15:57:49.143Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T15:57:49.143Z] Removing intermediate container 6add0931597b [2021-01-19T15:57:49.143Z] ---> d0a07e2b254a [2021-01-19T15:57:49.143Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:57:49.143Z] ---> 7522e748f1d3 [2021-01-19T15:57:49.143Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T15:57:49.143Z] Removing intermediate container bf2679285f11 [2021-01-19T15:57:49.143Z] ---> 529264956a30 [2021-01-19T15:57:49.143Z] Step 21/22 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:49.143Z] ---> Running in d538f804c585 [2021-01-19T15:57:49.143Z] ---> Running in c65822a2f4bc [2021-01-19T15:57:49.436Z] ---> Running in a59bbd637294 [2021-01-19T15:57:49.436Z] Removing intermediate container d538f804c585 [2021-01-19T15:57:49.436Z] ---> 4a65f9d44d8e [2021-01-19T15:57:49.436Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T15:57:49.673Z] Removing intermediate container c32b98d3527d [2021-01-19T15:57:49.673Z] ---> 8aef3e105ebb [2021-01-19T15:57:49.673Z] [2021-01-19T15:57:49.673Z] Step 10/21 : FROM scratch [2021-01-19T15:57:49.673Z] ---> [2021-01-19T15:57:49.673Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T15:57:49.673Z] Removing intermediate container 9519f30a236a [2021-01-19T15:57:49.673Z] ---> b51cf46c9de9 [2021-01-19T15:57:49.673Z] [2021-01-19T15:57:49.673Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T15:57:49.673Z] Removing intermediate container e9eed846c62c [2021-01-19T15:57:49.673Z] ---> 634b618a71aa [2021-01-19T15:57:49.673Z] [2021-01-19T15:57:49.673Z] Step 10/22 : FROM scratch [2021-01-19T15:57:49.673Z] ---> [2021-01-19T15:57:49.673Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T15:57:49.673Z] Removing intermediate container 1c6b805e03f7 [2021-01-19T15:57:49.673Z] ---> dd233363a59d [2021-01-19T15:57:49.673Z] [2021-01-19T15:57:49.673Z] Step 10/24 : FROM scratch [2021-01-19T15:57:49.673Z] ---> [2021-01-19T15:57:49.673Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T15:57:49.673Z] Removing intermediate container 141a1ae1bf20 [2021-01-19T15:57:49.673Z] ---> 04e470d65a17 [2021-01-19T15:57:49.673Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T15:57:49.673Z] ---> Running in f3a2ca93e530 [2021-01-19T15:57:49.673Z] 3.12: Pulling from library/alpine [2021-01-19T15:57:49.673Z] ---> Running in 38b4c2e6c74d [2021-01-19T15:57:49.673Z] ---> Running in 6c4e3dd0a236 [2021-01-19T15:57:49.673Z] ---> Running in cb097d8a8128 [2021-01-19T15:57:49.673Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T15:57:49.673Z] Removing intermediate container f3a2ca93e530 [2021-01-19T15:57:49.673Z] ---> a58773d8a874 [2021-01-19T15:57:49.673Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T15:57:49.673Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T15:57:49.673Z] ---> afeebe901d6b [2021-01-19T15:57:49.673Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T15:57:49.673Z] ---> Running in 1a1bcb3b31d3 [2021-01-19T15:57:49.673Z] ---> Running in f38fdaeb95b0 [2021-01-19T15:57:49.673Z] Removing intermediate container cb097d8a8128 [2021-01-19T15:57:49.673Z] ---> b126855dc51f [2021-01-19T15:57:49.673Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T15:57:49.673Z] ---> Running in 4120a794bc9f [2021-01-19T15:57:49.673Z] Removing intermediate container 38b4c2e6c74d [2021-01-19T15:57:49.673Z] ---> fa6bda6e28f1 [2021-01-19T15:57:49.673Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T15:57:49.673Z] Removing intermediate container 1a1bcb3b31d3 [2021-01-19T15:57:49.673Z] ---> 6e178e6cda3a [2021-01-19T15:57:49.673Z] Step 13/21 : EXPOSE $APP_PORT ---> Running in 9751cffaad26 [2021-01-19T15:57:49.673Z] [2021-01-19T15:57:49.743Z] Removing intermediate container c65822a2f4bc [2021-01-19T15:57:49.743Z] ---> ccd57983073f [2021-01-19T15:57:49.743Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T15:57:49.743Z] Removing intermediate container a59bbd637294 [2021-01-19T15:57:49.743Z] ---> 6c214eecbe56 [2021-01-19T15:57:49.743Z] Step 22/22 : LABEL version=2.0.0-dev.44 [2021-01-19T15:57:49.743Z] ---> Running in 7414e70bfca4 [2021-01-19T15:57:49.743Z] ---> Running in ac10c10920b8 [2021-01-19T15:57:49.947Z] ---> Running in 4c347f8b2b64 [2021-01-19T15:57:50.049Z] ---> Running in fa389c9e28c2 [2021-01-19T15:57:50.049Z] ---> bfd659d3076e [2021-01-19T15:57:50.049Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T15:57:50.049Z] Removing intermediate container 7414e70bfca4 [2021-01-19T15:57:50.049Z] ---> a37d6bc1fe39 [2021-01-19T15:57:50.049Z] Step 21/22 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:50.229Z] Removing intermediate container 4120a794bc9f [2021-01-19T15:57:50.229Z] ---> dafeaeb26e72 [2021-01-19T15:57:50.229Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T15:57:50.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T15:57:50.229Z] Removing intermediate container 9751cffaad26 [2021-01-19T15:57:50.229Z] ---> d9382a10e116 [2021-01-19T15:57:50.229Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T15:57:50.229Z] ---> Running in 172f8b5b94ac [2021-01-19T15:57:50.361Z] Removing intermediate container ac10c10920b8 [2021-01-19T15:57:50.361Z] ---> de3166ae8bb4 [2021-01-19T15:57:50.361Z] Step 21/22 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:50.361Z] Removing intermediate container fa389c9e28c2 [2021-01-19T15:57:50.361Z] ---> 590f23ea8db8 [2021-01-19T15:57:50.361Z] [2021-01-19T15:57:50.361Z] Successfully built 590f23ea8db8 [2021-01-19T15:57:50.361Z] Successfully tagged docker-core-command-go:latest [2021-01-19T15:57:50.361Z] ---> Running in 087103550d38 [2021-01-19T15:57:50.504Z] ---> Running in b5b72a436abe [2021-01-19T15:57:50.504Z] Removing intermediate container 4c347f8b2b64 [2021-01-19T15:57:50.504Z] ---> 38ae65855ce1 [2021-01-19T15:57:50.504Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:57:50.693Z]  Building docker-core-command-go ... done  ---> Running in 9bbcaa583e8a [2021-01-19T15:57:50.693Z] ---> fb225e52032b [2021-01-19T15:57:50.693Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T15:57:50.693Z] Removing intermediate container 087103550d38 [2021-01-19T15:57:50.693Z] ---> be795cad7d22 [2021-01-19T15:57:50.693Z] Step 22/22 : LABEL version=2.0.0-dev.44 [2021-01-19T15:57:50.693Z] ---> Running in ed276e2416a7 [2021-01-19T15:57:50.693Z] Removing intermediate container 9bbcaa583e8a [2021-01-19T15:57:50.693Z] ---> 21aaf75fc6c3 [2021-01-19T15:57:50.693Z] Step 22/22 : LABEL version=2.0.0-dev.44 [2021-01-19T15:57:50.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:57:50.972Z] ---> Running in 4321eef636f7 [2021-01-19T15:57:50.972Z] ---> Running in d9c963f084c3 [2021-01-19T15:57:50.972Z] Removing intermediate container ed276e2416a7 [2021-01-19T15:57:50.972Z] ---> 8d1971a6005a [2021-01-19T15:57:50.972Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T15:57:51.055Z] Removing intermediate container 172f8b5b94ac [2021-01-19T15:57:51.055Z] ---> 5763334b8b54 [2021-01-19T15:57:51.055Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T15:57:51.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:57:51.236Z] ---> Running in 305a6b376d06 [2021-01-19T15:57:51.236Z] Removing intermediate container 4321eef636f7 [2021-01-19T15:57:51.236Z] ---> 5e11e2cb92b2 [2021-01-19T15:57:51.236Z] [2021-01-19T15:57:51.236Z] Removing intermediate container d9c963f084c3 [2021-01-19T15:57:51.236Z] ---> 24e5263a0737 [2021-01-19T15:57:51.236Z] [2021-01-19T15:57:51.236Z] Successfully built 5e11e2cb92b2 [2021-01-19T15:57:51.333Z] Removing intermediate container b5b72a436abe [2021-01-19T15:57:51.333Z] ---> ef32a953ca82 [2021-01-19T15:57:51.333Z] Step 14/22 : WORKDIR / [2021-01-19T15:57:51.501Z] Successfully built 24e5263a0737 [2021-01-19T15:57:51.502Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T15:57:51.502Z]  Building docker-security-bootstrap-redis-go ... done Successfully tagged docker-core-metadata-go:latest [2021-01-19T15:57:51.502Z]  Building docker-core-metadata-go ... done Removing intermediate container 305a6b376d06 [2021-01-19T15:57:51.502Z] ---> 1e12fa16c230 [2021-01-19T15:57:51.502Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T15:57:51.611Z] ---> Running in a60dbfe6387f [2021-01-19T15:57:51.611Z] ---> 3c560f30c8cf [2021-01-19T15:57:51.611Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T15:57:51.611Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T15:57:51.767Z] ---> Running in e3abdbbfd73d [2021-01-19T15:57:51.767Z] Removing intermediate container e3abdbbfd73d [2021-01-19T15:57:51.767Z] ---> 5ba7eb1e5665 [2021-01-19T15:57:51.767Z] Step 20/21 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:51.888Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T15:57:51.888Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T15:57:51.888Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T15:57:51.888Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:57:51.888Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T15:57:52.032Z] ---> Running in dc33254b2dc1 [2021-01-19T15:57:52.032Z] Removing intermediate container dc33254b2dc1 [2021-01-19T15:57:52.032Z] ---> 9f0c1458927e [2021-01-19T15:57:52.032Z] Step 21/21 : LABEL version=2.0.0-dev.44 [2021-01-19T15:57:52.163Z] OK: 7 MiB in 18 packages [2021-01-19T15:57:52.163Z] ---> 3c69267eedcc [2021-01-19T15:57:52.163Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T15:57:52.302Z] ---> Running in a4dbadaa8627 [2021-01-19T15:57:52.302Z] Removing intermediate container a4dbadaa8627 [2021-01-19T15:57:52.302Z] ---> e359c4726a7c [2021-01-19T15:57:52.302Z] [2021-01-19T15:57:52.451Z] Removing intermediate container a60dbfe6387f [2021-01-19T15:57:52.451Z] ---> c4698390a670 [2021-01-19T15:57:52.451Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:57:52.570Z] Successfully built e359c4726a7c [2021-01-19T15:57:52.570Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T15:57:52.848Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-01-19T15:57:52.868Z] $ docker stop --time=1 273a8c4666a19652a97e696fefd92a555ad656814e240cfb93cbe746ce6ccb4e [2021-01-19T15:57:53.449Z] ---> ca9ff4525f45 [2021-01-19T15:57:53.449Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T15:57:53.728Z] ---> 122330d0b160 [2021-01-19T15:57:53.728Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T15:57:54.004Z] ---> 4635c2a963d4 [2021-01-19T15:57:54.004Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T15:57:54.281Z] Removing intermediate container f38fdaeb95b0 [2021-01-19T15:57:54.281Z] ---> 32a1ccf5cafd [2021-01-19T15:57:54.281Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T15:57:54.437Z] $ docker rm -f 273a8c4666a19652a97e696fefd92a555ad656814e240cfb93cbe746ce6ccb4e [2021-01-19T15:57:54.555Z] ---> Running in 671d7bed7d80 [2021-01-19T15:57:54.555Z] Removing intermediate container 6c4e3dd0a236 [2021-01-19T15:57:54.555Z] ---> 684f1014cb8f [2021-01-19T15:57:54.555Z] [2021-01-19T15:57:54.555Z] Step 11/26 : FROM docker:20.10.0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T15:57:54.830Z] 20.10.0: Pulling from library/docker [2021-01-19T15:57:54.830Z] ---> 21b4a7f56e33 [2021-01-19T15:57:54.830Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T15:57:54.942Z] + docker images [2021-01-19T15:57:54.942Z] + grep docker [2021-01-19T15:57:54.942Z] docker-security-proxy-setup-go latest e359c4726a7c 2 seconds ago 24.4MB [2021-01-19T15:57:54.942Z] docker-security-bootstrap-redis-go latest 5e11e2cb92b2 4 seconds ago 15.8MB [2021-01-19T15:57:54.942Z] docker-core-metadata-go latest 24e5263a0737 4 seconds ago 13.1MB [2021-01-19T15:57:54.942Z] docker-core-command-go latest 590f23ea8db8 5 seconds ago 10.6MB [2021-01-19T15:57:54.942Z] docker-sys-mgmt-agent-go latest c3dfa4c4e092 20 seconds ago 313MB [2021-01-19T15:57:54.942Z] docker-core-data-go latest af101174cac2 About a minute ago 22.3MB [2021-01-19T15:57:54.942Z] docker-security-secretstore-setup-go latest 75377937ee25 About a minute ago 24.6MB [2021-01-19T15:57:54.942Z] docker-support-notifications-go latest 39ec66b19dcd 2 minutes ago 12MB [2021-01-19T15:57:54.942Z] docker-support-scheduler-go latest 232a19ffdf91 2 minutes ago 10.7MB [2021-01-19T15:57:54.942Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-01-19T15:57:55.108Z] ---> Running in e4cfba76abaf [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-19T15:57:55.390Z] Removing intermediate container 671d7bed7d80 [2021-01-19T15:57:55.390Z] ---> 4eb0539ca497 [2021-01-19T15:57:55.390Z] Step 13/21 : WORKDIR /edgex [Pipeline] wrap [2021-01-19T15:57:55.443Z] provisioning config files... [2021-01-19T15:57:55.476Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/303@tmp/config5650279419274967053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T15:57:56.990Z] ---> cf1e07056f9d [2021-01-19T15:57:56.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T15:57:56.990Z] ---> Running in a21d17e2060f [2021-01-19T15:57:56.990Z] Removing intermediate container e4cfba76abaf [2021-01-19T15:57:56.990Z] ---> b17fafcd40a7 [2021-01-19T15:57:56.990Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:57:56.990Z] ---> 863b13dc3205 [2021-01-19T15:57:56.990Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T15:57:56.990Z] ---> Running in f71bbe9abaa6 [2021-01-19T15:57:57.006Z] ---> docker-login.sh [2021-01-19T15:57:57.006Z] nexus3.edgexfoundry.org:10001 [2021-01-19T15:57:57.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:57.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:57.006Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:57.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:57.006Z] [2021-01-19T15:57:57.006Z] Login Succeeded [2021-01-19T15:57:57.006Z] nexus3.edgexfoundry.org:10002 [2021-01-19T15:57:57.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:57.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:57.006Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:57.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:57.006Z] [2021-01-19T15:57:57.006Z] Login Succeeded [2021-01-19T15:57:57.006Z] nexus3.edgexfoundry.org:10003 [2021-01-19T15:57:57.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:57.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:57.006Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:57.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:57.006Z] [2021-01-19T15:57:57.006Z] Login Succeeded [2021-01-19T15:57:57.006Z] nexus3.edgexfoundry.org:10004 [2021-01-19T15:57:57.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:57.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:57.006Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:57.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:57.006Z] [2021-01-19T15:57:57.006Z] Login Succeeded [2021-01-19T15:57:57.006Z] docker.io [2021-01-19T15:57:57.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:57.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:57.006Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:57.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:57.006Z] [2021-01-19T15:57:57.006Z] Login Succeeded [2021-01-19T15:57:57.006Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T15:57:57.024Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:57:57.224Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-19T15:57:57.224Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:57.224Z] 2.0.0-dev.44 [2021-01-19T15:57:57.224Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:57:57.224Z] master [2021-01-19T15:57:57.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:57:57.596Z] ---> b5cddb02aa84 [2021-01-19T15:57:57.597Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T15:57:57.726Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:57:57.872Z] ---> Running in f65bfa007e9e [2021-01-19T15:57:57.872Z] Removing intermediate container a21d17e2060f [2021-01-19T15:57:57.872Z] Removing intermediate container f71bbe9abaa6 [2021-01-19T15:57:57.872Z] ---> 29a0bc3e87c3 [2021-01-19T15:57:57.872Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T15:57:57.872Z] ---> 8c2d3f1bccfe [2021-01-19T15:57:57.872Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T15:57:57.872Z] ---> efe8f54d5c18 [2021-01-19T15:57:57.872Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T15:57:58.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:58.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T15:57:58.040Z] b836cfd1d27e: Preparing [2021-01-19T15:57:58.040Z] c4b8dad0e9a9: Preparing [2021-01-19T15:57:58.040Z] 2cbb43261579: Preparing [2021-01-19T15:57:58.147Z] ---> Running in 5252f79a736a [2021-01-19T15:57:58.303Z] 2cbb43261579: Pushed [2021-01-19T15:57:58.303Z] b836cfd1d27e: Pushed [2021-01-19T15:57:58.427Z] Removing intermediate container f65bfa007e9e [2021-01-19T15:57:58.427Z] ---> a80510b2d0ba [2021-01-19T15:57:58.427Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:57:59.025Z] ---> Running in 2e0fed053177 [2021-01-19T15:57:59.256Z] c4b8dad0e9a9: Pushed [2021-01-19T15:57:59.256Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:71d968d185dff074bae240855e0bfa6a3785d53cfe28cc4c222d898c4aac35a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:57:59.566Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:57:59.617Z] Removing intermediate container 5252f79a736a [2021-01-19T15:57:59.617Z] ---> 26b4bb0b0fd0 [2021-01-19T15:57:59.617Z] Step 20/21 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:57:59.617Z] ---> 6d8940fd2485 [2021-01-19T15:57:59.617Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T15:57:59.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.44 [2021-01-19T15:57:59.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T15:57:59.875Z] b836cfd1d27e: Preparing [2021-01-19T15:57:59.875Z] c4b8dad0e9a9: Preparing [2021-01-19T15:57:59.875Z] 2cbb43261579: Preparing [2021-01-19T15:57:59.875Z] c4b8dad0e9a9: Layer already exists [2021-01-19T15:57:59.875Z] b836cfd1d27e: Layer already exists [2021-01-19T15:57:59.875Z] 2cbb43261579: Layer already exists [2021-01-19T15:57:59.875Z] 2.0.0-dev.44: digest: sha256:71d968d185dff074bae240855e0bfa6a3785d53cfe28cc4c222d898c4aac35a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:00.200Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:00.208Z] ---> efcbb9d3cca5 [2021-01-19T15:58:00.208Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T15:58:00.208Z] ---> Running in e7fa2571456f [2021-01-19T15:58:00.208Z] Removing intermediate container 2e0fed053177 [2021-01-19T15:58:00.208Z] ---> 3a6855e962a8 [2021-01-19T15:58:00.208Z] Step 20/22 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:00.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:00.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T15:58:00.505Z] b836cfd1d27e: Preparing [2021-01-19T15:58:00.505Z] c4b8dad0e9a9: Preparing [2021-01-19T15:58:00.505Z] 2cbb43261579: Preparing [2021-01-19T15:58:00.505Z] b836cfd1d27e: Layer already exists [2021-01-19T15:58:00.505Z] c4b8dad0e9a9: Layer already exists [2021-01-19T15:58:00.505Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:00.505Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:71d968d185dff074bae240855e0bfa6a3785d53cfe28cc4c222d898c4aac35a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:00.804Z] ---> Running in 36486c89d03a [2021-01-19T15:58:00.821Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:01.103Z] Removing intermediate container e7fa2571456f [2021-01-19T15:58:01.103Z] ---> 956a24afacb0 [2021-01-19T15:58:01.103Z] Step 21/21 : LABEL version=2.0.0-dev.44 [2021-01-19T15:58:01.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-19T15:58:01.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T15:58:01.124Z] b836cfd1d27e: Preparing [2021-01-19T15:58:01.124Z] c4b8dad0e9a9: Preparing [2021-01-19T15:58:01.124Z] 2cbb43261579: Preparing [2021-01-19T15:58:01.124Z] c4b8dad0e9a9: Layer already exists [2021-01-19T15:58:01.124Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:01.124Z] b836cfd1d27e: Layer already exists [2021-01-19T15:58:01.124Z] master: digest: sha256:71d968d185dff074bae240855e0bfa6a3785d53cfe28cc4c222d898c4aac35a9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:01.353Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:01.398Z] taggedImages: [2021-01-19T15:58:01.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:01.399Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.44 [2021-01-19T15:58:01.399Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:01.399Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-19T15:58:01.490Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-19T15:58:01.490Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:01.490Z] 2.0.0-dev.44 [2021-01-19T15:58:01.490Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:01.490Z] master [2021-01-19T15:58:01.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:01.712Z] ---> Running in dc2fe2a2f85b [2021-01-19T15:58:01.712Z] Removing intermediate container 36486c89d03a [2021-01-19T15:58:01.712Z] ---> d5a78efea8ae [2021-01-19T15:58:01.712Z] Step 21/22 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:01.987Z] ---> 266c5edded65 [2021-01-19T15:58:01.987Z] ---> bc31efa7776a [2021-01-19T15:58:01.987Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T15:58:01.987Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T15:58:02.014Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:02.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:02.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T15:58:02.324Z] 912cb0dd3969: Preparing [2021-01-19T15:58:02.324Z] 5ec474a40a28: Preparing [2021-01-19T15:58:02.324Z] 2cbb43261579: Preparing [2021-01-19T15:58:02.324Z] 368167fc00a5: Preparing [2021-01-19T15:58:02.324Z] a2cf55dd73f1: Preparing [2021-01-19T15:58:02.324Z] 777b2c648970: Preparing [2021-01-19T15:58:02.324Z] 777b2c648970: Waiting [2021-01-19T15:58:02.324Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:02.324Z] 777b2c648970: Layer already exists [2021-01-19T15:58:02.589Z] ---> Running in 792106faa651 [2021-01-19T15:58:02.589Z] ---> Running in 728a2c97fae4 [2021-01-19T15:58:02.865Z] Removing intermediate container dc2fe2a2f85b [2021-01-19T15:58:02.865Z] ---> f7fff2c2f0b0 [2021-01-19T15:58:02.865Z] [2021-01-19T15:58:02.910Z] 912cb0dd3969: Pushed [2021-01-19T15:58:02.910Z] a2cf55dd73f1: Pushed [2021-01-19T15:58:02.910Z] 368167fc00a5: Pushed [2021-01-19T15:58:03.138Z] Successfully built f7fff2c2f0b0 [2021-01-19T15:58:03.411Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T15:58:03.411Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-19T15:58:03.411Z] Removing intermediate container 792106faa651 [2021-01-19T15:58:03.411Z] Removing intermediate container 728a2c97fae4 [2021-01-19T15:58:03.411Z] ---> 7b6e150dc4c4 [2021-01-19T15:58:03.411Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> fa4d03ca2186 [2021-01-19T15:58:03.411Z] [2021-01-19T15:58:03.411Z] Step 22/22 : LABEL version=2.0.0-dev.44 [2021-01-19T15:58:03.904Z] 5ec474a40a28: Pushed [2021-01-19T15:58:04.105Z] ---> 0a795511ab31 [2021-01-19T15:58:04.105Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T15:58:04.105Z] ---> Running in 576e38e368e0 [2021-01-19T15:58:04.105Z] ---> Running in 991f777df68b [2021-01-19T15:58:04.167Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:965b4549ccea53454909160a2dde4663f56144c73a7dc91c61ddf77f512fe66e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:04.432Z] ---> Running in 8af815142236 [2021-01-19T15:58:04.484Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:04.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.44 [2021-01-19T15:58:04.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T15:58:04.793Z] 912cb0dd3969: Preparing [2021-01-19T15:58:04.793Z] 5ec474a40a28: Preparing [2021-01-19T15:58:04.793Z] 2cbb43261579: Preparing [2021-01-19T15:58:04.793Z] 368167fc00a5: Preparing [2021-01-19T15:58:04.793Z] a2cf55dd73f1: Preparing [2021-01-19T15:58:04.793Z] 777b2c648970: Preparing [2021-01-19T15:58:04.793Z] 777b2c648970: Waiting [2021-01-19T15:58:04.793Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:04.793Z] 912cb0dd3969: Layer already exists [2021-01-19T15:58:04.793Z] a2cf55dd73f1: Layer already exists [2021-01-19T15:58:04.793Z] 368167fc00a5: Layer already exists [2021-01-19T15:58:04.793Z] 5ec474a40a28: Layer already exists [2021-01-19T15:58:04.793Z] 777b2c648970: Layer already exists [2021-01-19T15:58:04.793Z] 2.0.0-dev.44: digest: sha256:965b4549ccea53454909160a2dde4663f56144c73a7dc91c61ddf77f512fe66e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:05.108Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:05.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:05.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T15:58:05.412Z] 912cb0dd3969: Preparing [2021-01-19T15:58:05.412Z] 5ec474a40a28: Preparing [2021-01-19T15:58:05.412Z] 2cbb43261579: Preparing [2021-01-19T15:58:05.412Z] 368167fc00a5: Preparing [2021-01-19T15:58:05.412Z] a2cf55dd73f1: Preparing [2021-01-19T15:58:05.412Z] 777b2c648970: Preparing [2021-01-19T15:58:05.412Z] 777b2c648970: Waiting [2021-01-19T15:58:05.412Z] 368167fc00a5: Layer already exists [2021-01-19T15:58:05.412Z] 912cb0dd3969: Layer already exists [2021-01-19T15:58:05.412Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:05.412Z] 5ec474a40a28: Layer already exists [2021-01-19T15:58:05.412Z] a2cf55dd73f1: Layer already exists [2021-01-19T15:58:05.412Z] 777b2c648970: Layer already exists [2021-01-19T15:58:05.412Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:965b4549ccea53454909160a2dde4663f56144c73a7dc91c61ddf77f512fe66e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:05.578Z] Removing intermediate container 576e38e368e0 [2021-01-19T15:58:05.578Z] ---> ec751b2d3655 [2021-01-19T15:58:05.578Z] [2021-01-19T15:58:05.723Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:05.880Z] Successfully built ec751b2d3655 [2021-01-19T15:58:06.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-19T15:58:06.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T15:58:06.037Z] 912cb0dd3969: Preparing [2021-01-19T15:58:06.037Z] 5ec474a40a28: Preparing [2021-01-19T15:58:06.037Z] 2cbb43261579: Preparing [2021-01-19T15:58:06.037Z] 368167fc00a5: Preparing [2021-01-19T15:58:06.037Z] a2cf55dd73f1: Preparing [2021-01-19T15:58:06.037Z] 777b2c648970: Preparing [2021-01-19T15:58:06.037Z] 777b2c648970: Waiting [2021-01-19T15:58:06.037Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:06.037Z] 5ec474a40a28: Layer already exists [2021-01-19T15:58:06.037Z] 368167fc00a5: Layer already exists [2021-01-19T15:58:06.037Z] 912cb0dd3969: Layer already exists [2021-01-19T15:58:06.037Z] a2cf55dd73f1: Layer already exists [2021-01-19T15:58:06.037Z] 777b2c648970: Layer already exists [2021-01-19T15:58:06.037Z] master: digest: sha256:965b4549ccea53454909160a2dde4663f56144c73a7dc91c61ddf77f512fe66e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-19T15:58:06.158Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T15:58:06.159Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T15:58:06.159Z] Removing intermediate container 8af815142236 [2021-01-19T15:58:06.159Z] ---> 1061754646f2 [2021-01-19T15:58:06.159Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T15:58:06.159Z] Removing intermediate container 991f777df68b [2021-01-19T15:58:06.159Z] ---> b6a5a9d891a3 [2021-01-19T15:58:06.159Z] Step 22/24 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:06.211Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:06.255Z] taggedImages: [2021-01-19T15:58:06.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:06.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.44 [2021-01-19T15:58:06.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:06.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-19T15:58:06.315Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-19T15:58:06.315Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:06.315Z] 2.0.0-dev.44 [2021-01-19T15:58:06.315Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:06.315Z] master [2021-01-19T15:58:06.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:06.764Z] ---> Running in 44892b196c12 [2021-01-19T15:58:06.764Z] ---> Running in ca55e386764c [2021-01-19T15:58:06.804Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:07.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:07.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T15:58:07.372Z] 7ac2b338c75b: Preparing [2021-01-19T15:58:07.372Z] 88e910b1e4b7: Preparing [2021-01-19T15:58:07.372Z] 2cbb43261579: Preparing [2021-01-19T15:58:07.372Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:07.634Z] 7ac2b338c75b: Pushed [2021-01-19T15:58:07.745Z] Removing intermediate container 44892b196c12 [2021-01-19T15:58:07.745Z] ---> 8410cc3d12f7 [2021-01-19T15:58:07.745Z] Step 23/24 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:07.745Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T15:58:07.745Z] Removing intermediate container ca55e386764c [2021-01-19T15:58:07.745Z] ---> 9baafbf7bacc [2021-01-19T15:58:07.745Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T15:58:07.745Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T15:58:07.745Z] ---> eeaf43b92773 [2021-01-19T15:58:07.745Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T15:58:08.032Z] ---> Running in 960be590d5d8 [2021-01-19T15:58:08.032Z] ---> Running in 416208daa092 [2021-01-19T15:58:08.032Z] ---> Running in 9d8d8ff429f8 [2021-01-19T15:58:08.587Z] 88e910b1e4b7: Pushed [2021-01-19T15:58:08.629Z] Removing intermediate container 960be590d5d8 [2021-01-19T15:58:08.629Z] ---> 29a04f577724 [2021-01-19T15:58:08.629Z] Step 24/24 : LABEL version=2.0.0-dev.44 [2021-01-19T15:58:08.850Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:3795cf8f649b7eef60f58fed6a72e8ebd952bf4bd67355763540395c1184e22e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:08.910Z] Removing intermediate container 416208daa092 [2021-01-19T15:58:08.910Z] ---> 1765f7b17ca0 [2021-01-19T15:58:08.910Z] Step 20/21 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:08.910Z] ---> Running in 37b1f9d82d43 [2021-01-19T15:58:09.160Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:09.195Z] ---> Running in 7b285f4d2cd2 [2021-01-19T15:58:09.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.44 [2021-01-19T15:58:09.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T15:58:09.462Z] 7ac2b338c75b: Preparing [2021-01-19T15:58:09.462Z] 88e910b1e4b7: Preparing [2021-01-19T15:58:09.462Z] 2cbb43261579: Preparing [2021-01-19T15:58:09.462Z] 7ac2b338c75b: Layer already exists [2021-01-19T15:58:09.462Z] 88e910b1e4b7: Layer already exists [2021-01-19T15:58:09.462Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:09.462Z] 2.0.0-dev.44: digest: sha256:3795cf8f649b7eef60f58fed6a72e8ebd952bf4bd67355763540395c1184e22e size: 943 [2021-01-19T15:58:09.473Z] Removing intermediate container 37b1f9d82d43 [2021-01-19T15:58:09.473Z] ---> 84f4f9d74504 [2021-01-19T15:58:09.473Z] [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:09.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:09.763Z] Removing intermediate container 7b285f4d2cd2 [2021-01-19T15:58:09.763Z] ---> 8071df81b6cf [2021-01-19T15:58:09.763Z] Step 21/21 : LABEL version=2.0.0-dev.44 [2021-01-19T15:58:09.783Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:10.046Z] Successfully built 84f4f9d74504 [2021-01-19T15:58:10.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:10.046Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T15:58:10.046Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-19T15:58:10.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:10.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T15:58:10.237Z] 7ac2b338c75b: Preparing [2021-01-19T15:58:10.237Z] 88e910b1e4b7: Preparing [2021-01-19T15:58:10.237Z] 2cbb43261579: Preparing [2021-01-19T15:58:10.237Z] 7ac2b338c75b: Layer already exists [2021-01-19T15:58:10.237Z] 88e910b1e4b7: Layer already exists [2021-01-19T15:58:10.237Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:10.237Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:3795cf8f649b7eef60f58fed6a72e8ebd952bf4bd67355763540395c1184e22e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:10.318Z] ---> Running in 0ae93cd21104 [2021-01-19T15:58:10.543Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:10.591Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T15:58:10.591Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T15:58:10.591Z] Executing bash-5.0.17-r0.post-install [2021-01-19T15:58:10.591Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:58:10.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-19T15:58:10.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T15:58:10.843Z] 7ac2b338c75b: Preparing [2021-01-19T15:58:10.843Z] 88e910b1e4b7: Preparing [2021-01-19T15:58:10.843Z] 2cbb43261579: Preparing [2021-01-19T15:58:10.843Z] 7ac2b338c75b: Layer already exists [2021-01-19T15:58:10.843Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:10.843Z] 88e910b1e4b7: Layer already exists [2021-01-19T15:58:10.860Z] OK: 12 MiB in 22 packages [2021-01-19T15:58:11.104Z] master: digest: sha256:3795cf8f649b7eef60f58fed6a72e8ebd952bf4bd67355763540395c1184e22e size: 943 [Pipeline] } [2021-01-19T15:58:11.137Z] Removing intermediate container 0ae93cd21104 [2021-01-19T15:58:11.137Z] ---> 0576e1ab0506 [2021-01-19T15:58:11.137Z] [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:11.301Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:11.343Z] taggedImages: [2021-01-19T15:58:11.343Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:11.343Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.44 [2021-01-19T15:58:11.343Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:11.343Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-19T15:58:11.403Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-19T15:58:11.403Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:11.403Z] 2.0.0-dev.44 [2021-01-19T15:58:11.403Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:11.403Z] master [2021-01-19T15:58:11.403Z] ===================================================== [2021-01-19T15:58:11.409Z] Successfully built 0576e1ab0506 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:11.680Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T15:58:11.680Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-19T15:58:11.857Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:12.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:12.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T15:58:12.159Z] d13d653091db: Preparing [2021-01-19T15:58:12.159Z] 1ced0278b260: Preparing [2021-01-19T15:58:12.159Z] 86de711b1c28: Preparing [2021-01-19T15:58:12.159Z] 2babf3f46e26: Preparing [2021-01-19T15:58:12.159Z] 2cbb43261579: Preparing [2021-01-19T15:58:12.159Z] c91f7a3dafef: Preparing [2021-01-19T15:58:12.159Z] 777b2c648970: Preparing [2021-01-19T15:58:12.159Z] 777b2c648970: Waiting [2021-01-19T15:58:12.159Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:12.424Z] 86de711b1c28: Pushed [2021-01-19T15:58:12.424Z] 777b2c648970: Layer already exists [2021-01-19T15:58:12.424Z] 1ced0278b260: Pushed [2021-01-19T15:58:12.424Z] d13d653091db: Pushed [2021-01-19T15:58:12.654Z] Removing intermediate container 9d8d8ff429f8 [2021-01-19T15:58:12.654Z] ---> d6d9d2be3579 [2021-01-19T15:58:12.654Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T15:58:12.686Z] c91f7a3dafef: Pushed [2021-01-19T15:58:12.927Z] ---> Running in b399ce49d333 [2021-01-19T15:58:13.257Z] 2babf3f46e26: Pushed [2021-01-19T15:58:13.518Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:79f9800b9af79ac65383df21bc7edd77daaad3a567f7079084da136c8d4a5dae size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:13.824Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:13.903Z] Removing intermediate container b399ce49d333 [2021-01-19T15:58:13.903Z] ---> 1444d3cd972f [2021-01-19T15:58:13.903Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T15:58:14.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.44 [2021-01-19T15:58:14.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T15:58:14.125Z] d13d653091db: Preparing [2021-01-19T15:58:14.125Z] 1ced0278b260: Preparing [2021-01-19T15:58:14.125Z] 86de711b1c28: Preparing [2021-01-19T15:58:14.125Z] 2babf3f46e26: Preparing [2021-01-19T15:58:14.125Z] 2cbb43261579: Preparing [2021-01-19T15:58:14.125Z] c91f7a3dafef: Preparing [2021-01-19T15:58:14.125Z] 777b2c648970: Preparing [2021-01-19T15:58:14.125Z] c91f7a3dafef: Waiting [2021-01-19T15:58:14.125Z] 777b2c648970: Waiting [2021-01-19T15:58:14.125Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:14.125Z] 1ced0278b260: Layer already exists [2021-01-19T15:58:14.125Z] d13d653091db: Layer already exists [2021-01-19T15:58:14.125Z] 2babf3f46e26: Layer already exists [2021-01-19T15:58:14.125Z] 86de711b1c28: Layer already exists [2021-01-19T15:58:14.125Z] 777b2c648970: Layer already exists [2021-01-19T15:58:14.125Z] c91f7a3dafef: Layer already exists [2021-01-19T15:58:14.125Z] 2.0.0-dev.44: digest: sha256:79f9800b9af79ac65383df21bc7edd77daaad3a567f7079084da136c8d4a5dae size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:14.458Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:14.534Z] ---> Running in c4333269a956 [2021-01-19T15:58:14.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:14.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T15:58:14.757Z] d13d653091db: Preparing [2021-01-19T15:58:14.757Z] 1ced0278b260: Preparing [2021-01-19T15:58:14.757Z] 86de711b1c28: Preparing [2021-01-19T15:58:14.757Z] 2babf3f46e26: Preparing [2021-01-19T15:58:14.757Z] 2cbb43261579: Preparing [2021-01-19T15:58:14.757Z] c91f7a3dafef: Preparing [2021-01-19T15:58:14.757Z] 777b2c648970: Preparing [2021-01-19T15:58:14.757Z] c91f7a3dafef: Waiting [2021-01-19T15:58:14.757Z] 777b2c648970: Waiting [2021-01-19T15:58:14.757Z] d13d653091db: Layer already exists [2021-01-19T15:58:14.757Z] 86de711b1c28: Layer already exists [2021-01-19T15:58:14.757Z] 2babf3f46e26: Layer already exists [2021-01-19T15:58:14.757Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:14.757Z] 1ced0278b260: Layer already exists [2021-01-19T15:58:14.757Z] 777b2c648970: Layer already exists [2021-01-19T15:58:14.757Z] c91f7a3dafef: Layer already exists [2021-01-19T15:58:14.757Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:79f9800b9af79ac65383df21bc7edd77daaad3a567f7079084da136c8d4a5dae size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:15.064Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:15.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-19T15:58:15.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T15:58:15.372Z] d13d653091db: Preparing [2021-01-19T15:58:15.372Z] 1ced0278b260: Preparing [2021-01-19T15:58:15.372Z] 86de711b1c28: Preparing [2021-01-19T15:58:15.372Z] 2babf3f46e26: Preparing [2021-01-19T15:58:15.372Z] 2cbb43261579: Preparing [2021-01-19T15:58:15.372Z] c91f7a3dafef: Preparing [2021-01-19T15:58:15.372Z] 777b2c648970: Preparing [2021-01-19T15:58:15.372Z] 777b2c648970: Waiting [2021-01-19T15:58:15.372Z] c91f7a3dafef: Waiting [2021-01-19T15:58:15.372Z] 1ced0278b260: Layer already exists [2021-01-19T15:58:15.372Z] 2babf3f46e26: Layer already exists [2021-01-19T15:58:15.372Z] 86de711b1c28: Layer already exists [2021-01-19T15:58:15.372Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:15.372Z] d13d653091db: Layer already exists [2021-01-19T15:58:15.372Z] 777b2c648970: Layer already exists [2021-01-19T15:58:15.372Z] c91f7a3dafef: Layer already exists [2021-01-19T15:58:15.372Z] master: digest: sha256:79f9800b9af79ac65383df21bc7edd77daaad3a567f7079084da136c8d4a5dae size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-19T15:58:15.529Z] Removing intermediate container c4333269a956 [2021-01-19T15:58:15.529Z] ---> 9078765c97f9 [2021-01-19T15:58:15.529Z] Step 15/26 : EXPOSE $APP_PORT [Pipeline] echo [2021-01-19T15:58:15.556Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:15.598Z] taggedImages: [2021-01-19T15:58:15.598Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:15.598Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.44 [2021-01-19T15:58:15.598Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:15.598Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-19T15:58:15.658Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-19T15:58:15.658Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:15.658Z] 2.0.0-dev.44 [2021-01-19T15:58:15.658Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:15.658Z] master [2021-01-19T15:58:15.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-19T15:58:15.806Z] ---> Running in 174193a1eb15 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:16.136Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:16.404Z] Removing intermediate container 174193a1eb15 [2021-01-19T15:58:16.404Z] ---> ae834ce9f628 [2021-01-19T15:58:16.404Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T15:58:16.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:16.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T15:58:16.456Z] d23167e48922: Preparing [2021-01-19T15:58:16.456Z] 942d15de1664: Preparing [2021-01-19T15:58:16.456Z] d4055c0fb464: Preparing [2021-01-19T15:58:16.456Z] ecff0e77a38f: Preparing [2021-01-19T15:58:16.456Z] 3acfcd365148: Preparing [2021-01-19T15:58:16.456Z] 777b2c648970: Preparing [2021-01-19T15:58:16.456Z] 777b2c648970: Waiting [2021-01-19T15:58:16.731Z] ecff0e77a38f: Pushed [2021-01-19T15:58:16.731Z] d4055c0fb464: Pushed [2021-01-19T15:58:16.731Z] 777b2c648970: Layer already exists [2021-01-19T15:58:16.731Z] 3acfcd365148: Pushed [2021-01-19T15:58:17.677Z] 942d15de1664: Pushed [2021-01-19T15:58:17.677Z] d23167e48922: Pushed [2021-01-19T15:58:17.677Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:72a8bf0fbc8c6817bf25a6946ba44f2624c7d0c485da00757a2af9eaab14759a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:17.982Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:18.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.44 [2021-01-19T15:58:18.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T15:58:18.286Z] d23167e48922: Preparing [2021-01-19T15:58:18.286Z] 942d15de1664: Preparing [2021-01-19T15:58:18.286Z] d4055c0fb464: Preparing [2021-01-19T15:58:18.286Z] ecff0e77a38f: Preparing [2021-01-19T15:58:18.286Z] 3acfcd365148: Preparing [2021-01-19T15:58:18.286Z] 777b2c648970: Preparing [2021-01-19T15:58:18.286Z] 777b2c648970: Waiting [2021-01-19T15:58:18.286Z] ecff0e77a38f: Layer already exists [2021-01-19T15:58:18.286Z] 942d15de1664: Layer already exists [2021-01-19T15:58:18.286Z] d23167e48922: Layer already exists [2021-01-19T15:58:18.286Z] 3acfcd365148: Layer already exists [2021-01-19T15:58:18.286Z] d4055c0fb464: Layer already exists [2021-01-19T15:58:18.286Z] 777b2c648970: Layer already exists [2021-01-19T15:58:18.286Z] 2.0.0-dev.44: digest: sha256:72a8bf0fbc8c6817bf25a6946ba44f2624c7d0c485da00757a2af9eaab14759a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:18.402Z] ---> e8d6e7617776 [2021-01-19T15:58:18.402Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T15:58:18.593Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:18.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:18.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T15:58:18.895Z] d23167e48922: Preparing [2021-01-19T15:58:18.895Z] 942d15de1664: Preparing [2021-01-19T15:58:18.895Z] d4055c0fb464: Preparing [2021-01-19T15:58:18.895Z] ecff0e77a38f: Preparing [2021-01-19T15:58:18.895Z] 3acfcd365148: Preparing [2021-01-19T15:58:18.895Z] 777b2c648970: Preparing [2021-01-19T15:58:18.895Z] 777b2c648970: Waiting [2021-01-19T15:58:18.895Z] d4055c0fb464: Layer already exists [2021-01-19T15:58:18.895Z] ecff0e77a38f: Layer already exists [2021-01-19T15:58:18.895Z] 942d15de1664: Layer already exists [2021-01-19T15:58:18.895Z] 3acfcd365148: Layer already exists [2021-01-19T15:58:18.895Z] d23167e48922: Layer already exists [2021-01-19T15:58:18.895Z] 777b2c648970: Layer already exists [2021-01-19T15:58:18.895Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:72a8bf0fbc8c6817bf25a6946ba44f2624c7d0c485da00757a2af9eaab14759a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:19.207Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:19.377Z] ---> be01e9d6117f [2021-01-19T15:58:19.377Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T15:58:19.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-19T15:58:19.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T15:58:19.507Z] d23167e48922: Preparing [2021-01-19T15:58:19.507Z] 942d15de1664: Preparing [2021-01-19T15:58:19.507Z] d4055c0fb464: Preparing [2021-01-19T15:58:19.507Z] ecff0e77a38f: Preparing [2021-01-19T15:58:19.507Z] 3acfcd365148: Preparing [2021-01-19T15:58:19.507Z] 777b2c648970: Preparing [2021-01-19T15:58:19.507Z] 777b2c648970: Waiting [2021-01-19T15:58:19.507Z] ecff0e77a38f: Layer already exists [2021-01-19T15:58:19.507Z] 3acfcd365148: Layer already exists [2021-01-19T15:58:19.507Z] 942d15de1664: Layer already exists [2021-01-19T15:58:19.507Z] d23167e48922: Layer already exists [2021-01-19T15:58:19.507Z] d4055c0fb464: Layer already exists [2021-01-19T15:58:19.507Z] 777b2c648970: Layer already exists [2021-01-19T15:58:19.507Z] master: digest: sha256:72a8bf0fbc8c6817bf25a6946ba44f2624c7d0c485da00757a2af9eaab14759a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:19.676Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:19.725Z] taggedImages: [2021-01-19T15:58:19.725Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:19.725Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.44 [2021-01-19T15:58:19.725Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:19.725Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-19T15:58:19.818Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-19T15:58:19.818Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:19.818Z] 2.0.0-dev.44 [2021-01-19T15:58:19.818Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:19.818Z] master [2021-01-19T15:58:19.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:20.289Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:20.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:20.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T15:58:20.591Z] b2842e93cbc2: Preparing [2021-01-19T15:58:20.591Z] 4a5b44edabbe: Preparing [2021-01-19T15:58:20.591Z] a479df822e8e: Preparing [2021-01-19T15:58:20.591Z] 4a6c5772a8a3: Preparing [2021-01-19T15:58:20.591Z] 1845cf852078: Preparing [2021-01-19T15:58:20.591Z] dc3584786d76: Preparing [2021-01-19T15:58:20.591Z] 6875fb085d58: Preparing [2021-01-19T15:58:20.591Z] c91f7a3dafef: Preparing [2021-01-19T15:58:20.591Z] 777b2c648970: Preparing [2021-01-19T15:58:20.591Z] dc3584786d76: Waiting [2021-01-19T15:58:20.591Z] 6875fb085d58: Waiting [2021-01-19T15:58:20.591Z] c91f7a3dafef: Waiting [2021-01-19T15:58:20.591Z] 777b2c648970: Waiting [2021-01-19T15:58:20.853Z] ---> 990b59dd2453 [2021-01-19T15:58:20.853Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T15:58:20.855Z] 4a5b44edabbe: Pushed [2021-01-19T15:58:20.855Z] b2842e93cbc2: Pushed [2021-01-19T15:58:20.855Z] 1845cf852078: Pushed [2021-01-19T15:58:20.855Z] c91f7a3dafef: Layer already exists [2021-01-19T15:58:20.855Z] 777b2c648970: Layer already exists [2021-01-19T15:58:21.120Z] dc3584786d76: Pushed [2021-01-19T15:58:21.120Z] 6875fb085d58: Pushed [2021-01-19T15:58:21.447Z] ---> Running in b44fb62abc45 [2021-01-19T15:58:21.697Z] a479df822e8e: Pushed [2021-01-19T15:58:21.697Z] 4a6c5772a8a3: Pushed [2021-01-19T15:58:21.697Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:fd1602ecc5398b1e42437f0d1b6234e171ec325f9c0c8d3484eaf8569b99e0fc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:22.315Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:22.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.44 [2021-01-19T15:58:22.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T15:58:22.625Z] b2842e93cbc2: Preparing [2021-01-19T15:58:22.625Z] 4a5b44edabbe: Preparing [2021-01-19T15:58:22.625Z] a479df822e8e: Preparing [2021-01-19T15:58:22.625Z] 4a6c5772a8a3: Preparing [2021-01-19T15:58:22.625Z] 1845cf852078: Preparing [2021-01-19T15:58:22.625Z] dc3584786d76: Preparing [2021-01-19T15:58:22.625Z] 6875fb085d58: Preparing [2021-01-19T15:58:22.625Z] c91f7a3dafef: Preparing [2021-01-19T15:58:22.625Z] 777b2c648970: Preparing [2021-01-19T15:58:22.625Z] c91f7a3dafef: Waiting [2021-01-19T15:58:22.625Z] dc3584786d76: Waiting [2021-01-19T15:58:22.625Z] 6875fb085d58: Waiting [2021-01-19T15:58:22.625Z] 777b2c648970: Waiting [2021-01-19T15:58:22.625Z] 4a6c5772a8a3: Layer already exists [2021-01-19T15:58:22.625Z] 4a5b44edabbe: Layer already exists [2021-01-19T15:58:22.625Z] a479df822e8e: Layer already exists [2021-01-19T15:58:22.625Z] b2842e93cbc2: Layer already exists [2021-01-19T15:58:22.625Z] 1845cf852078: Layer already exists [2021-01-19T15:58:22.625Z] 6875fb085d58: Layer already exists [2021-01-19T15:58:22.625Z] dc3584786d76: Layer already exists [2021-01-19T15:58:22.625Z] c91f7a3dafef: Layer already exists [2021-01-19T15:58:22.625Z] 777b2c648970: Layer already exists [2021-01-19T15:58:22.625Z] 2.0.0-dev.44: digest: sha256:fd1602ecc5398b1e42437f0d1b6234e171ec325f9c0c8d3484eaf8569b99e0fc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:22.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:22.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:22.931Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:23.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:23.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T15:58:23.231Z] b2842e93cbc2: Preparing [2021-01-19T15:58:23.231Z] 4a5b44edabbe: Preparing [2021-01-19T15:58:23.231Z] a479df822e8e: Preparing [2021-01-19T15:58:23.231Z] 4a6c5772a8a3: Preparing [2021-01-19T15:58:23.231Z] 1845cf852078: Preparing [2021-01-19T15:58:23.231Z] dc3584786d76: Preparing [2021-01-19T15:58:23.231Z] 6875fb085d58: Preparing [2021-01-19T15:58:23.231Z] c91f7a3dafef: Preparing [2021-01-19T15:58:23.231Z] 777b2c648970: Preparing [2021-01-19T15:58:23.231Z] dc3584786d76: Waiting [2021-01-19T15:58:23.231Z] 6875fb085d58: Waiting [2021-01-19T15:58:23.231Z] c91f7a3dafef: Waiting [2021-01-19T15:58:23.231Z] 777b2c648970: Waiting [2021-01-19T15:58:23.231Z] 4a6c5772a8a3: Layer already exists [2021-01-19T15:58:23.231Z] 4a5b44edabbe: Layer already exists [2021-01-19T15:58:23.231Z] b2842e93cbc2: Layer already exists [2021-01-19T15:58:23.231Z] a479df822e8e: Layer already exists [2021-01-19T15:58:23.231Z] 1845cf852078: Layer already exists [2021-01-19T15:58:23.231Z] dc3584786d76: Layer already exists [2021-01-19T15:58:23.231Z] 6875fb085d58: Layer already exists [2021-01-19T15:58:23.231Z] c91f7a3dafef: Layer already exists [2021-01-19T15:58:23.231Z] 777b2c648970: Layer already exists [2021-01-19T15:58:23.231Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:fd1602ecc5398b1e42437f0d1b6234e171ec325f9c0c8d3484eaf8569b99e0fc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:23.492Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T15:58:23.492Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T15:58:23.492Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T15:58:23.492Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T15:58:23.492Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T15:58:23.492Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T15:58:23.492Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T15:58:23.539Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:23.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-19T15:58:23.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T15:58:23.842Z] b2842e93cbc2: Preparing [2021-01-19T15:58:23.842Z] 4a5b44edabbe: Preparing [2021-01-19T15:58:23.842Z] a479df822e8e: Preparing [2021-01-19T15:58:23.842Z] 4a6c5772a8a3: Preparing [2021-01-19T15:58:23.842Z] 1845cf852078: Preparing [2021-01-19T15:58:23.842Z] dc3584786d76: Preparing [2021-01-19T15:58:23.842Z] 6875fb085d58: Preparing [2021-01-19T15:58:23.842Z] c91f7a3dafef: Preparing [2021-01-19T15:58:23.842Z] 777b2c648970: Preparing [2021-01-19T15:58:23.842Z] dc3584786d76: Waiting [2021-01-19T15:58:23.842Z] 6875fb085d58: Waiting [2021-01-19T15:58:23.842Z] c91f7a3dafef: Waiting [2021-01-19T15:58:23.842Z] 777b2c648970: Waiting [2021-01-19T15:58:23.842Z] b2842e93cbc2: Layer already exists [2021-01-19T15:58:23.842Z] 4a6c5772a8a3: Layer already exists [2021-01-19T15:58:23.842Z] 4a5b44edabbe: Layer already exists [2021-01-19T15:58:23.842Z] 1845cf852078: Layer already exists [2021-01-19T15:58:23.842Z] a479df822e8e: Layer already exists [2021-01-19T15:58:23.842Z] dc3584786d76: Layer already exists [2021-01-19T15:58:23.842Z] c91f7a3dafef: Layer already exists [2021-01-19T15:58:23.842Z] 6875fb085d58: Layer already exists [2021-01-19T15:58:23.842Z] 777b2c648970: Layer already exists [2021-01-19T15:58:24.110Z] master: digest: sha256:fd1602ecc5398b1e42437f0d1b6234e171ec325f9c0c8d3484eaf8569b99e0fc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:24.309Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:24.355Z] taggedImages: [2021-01-19T15:58:24.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:24.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.44 [2021-01-19T15:58:24.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:24.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-19T15:58:24.413Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-19T15:58:24.413Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:24.413Z] 2.0.0-dev.44 [2021-01-19T15:58:24.413Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:24.413Z] master [2021-01-19T15:58:24.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:24.892Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:25.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:25.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T15:58:25.201Z] 2567d0ebec70: Preparing [2021-01-19T15:58:25.201Z] df531eefcef3: Preparing [2021-01-19T15:58:25.201Z] 2cbb43261579: Preparing [2021-01-19T15:58:25.201Z] 8486dbed53bf: Preparing [2021-01-19T15:58:25.201Z] ce410e7b7775: Preparing [2021-01-19T15:58:25.201Z] 038df92b662a: Preparing [2021-01-19T15:58:25.201Z] 038df92b662a: Waiting [2021-01-19T15:58:25.201Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:25.201Z] 2567d0ebec70: Pushed [2021-01-19T15:58:25.539Z] 8486dbed53bf: Pushed [2021-01-19T15:58:25.539Z] 038df92b662a: Pushed [2021-01-19T15:58:25.539Z] ce410e7b7775: Pushed [2021-01-19T15:58:26.139Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T15:58:26.139Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T15:58:26.139Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T15:58:26.139Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T15:58:26.139Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T15:58:26.139Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T15:58:26.411Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T15:58:26.411Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T15:58:26.411Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T15:58:26.411Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T15:58:26.411Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T15:58:26.411Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T15:58:26.589Z] df531eefcef3: Pushed [2021-01-19T15:58:26.589Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:756f518bc4f2883e1bdae8f59b7d3f359c087b55af71ef33dd62fe40a470e3fb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:26.684Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T15:58:26.684Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T15:58:26.684Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T15:58:26.684Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T15:58:26.684Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T15:58:26.684Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T15:58:26.684Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T15:58:26.684Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T15:58:26.684Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T15:58:26.918Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:26.971Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T15:58:26.971Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T15:58:26.971Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T15:58:26.971Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T15:58:26.971Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T15:58:26.971Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:58:26.971Z] OK: 71 MiB in 55 packages [2021-01-19T15:58:27.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.44 [2021-01-19T15:58:27.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T15:58:27.224Z] 2567d0ebec70: Preparing [2021-01-19T15:58:27.224Z] df531eefcef3: Preparing [2021-01-19T15:58:27.224Z] 2cbb43261579: Preparing [2021-01-19T15:58:27.224Z] 8486dbed53bf: Preparing [2021-01-19T15:58:27.224Z] ce410e7b7775: Preparing [2021-01-19T15:58:27.224Z] 038df92b662a: Preparing [2021-01-19T15:58:27.224Z] 038df92b662a: Waiting [2021-01-19T15:58:27.224Z] ce410e7b7775: Layer already exists [2021-01-19T15:58:27.224Z] df531eefcef3: Layer already exists [2021-01-19T15:58:27.224Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:27.224Z] 8486dbed53bf: Layer already exists [2021-01-19T15:58:27.224Z] 2567d0ebec70: Layer already exists [2021-01-19T15:58:27.224Z] 038df92b662a: Layer already exists [2021-01-19T15:58:27.224Z] 2.0.0-dev.44: digest: sha256:756f518bc4f2883e1bdae8f59b7d3f359c087b55af71ef33dd62fe40a470e3fb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:27.541Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:27.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:27.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T15:58:27.844Z] 2567d0ebec70: Preparing [2021-01-19T15:58:27.844Z] df531eefcef3: Preparing [2021-01-19T15:58:27.844Z] 2cbb43261579: Preparing [2021-01-19T15:58:27.844Z] 8486dbed53bf: Preparing [2021-01-19T15:58:27.844Z] ce410e7b7775: Preparing [2021-01-19T15:58:27.844Z] 038df92b662a: Preparing [2021-01-19T15:58:27.844Z] 038df92b662a: Waiting [2021-01-19T15:58:27.844Z] ce410e7b7775: Layer already exists [2021-01-19T15:58:27.844Z] 2567d0ebec70: Layer already exists [2021-01-19T15:58:27.844Z] 8486dbed53bf: Layer already exists [2021-01-19T15:58:27.844Z] df531eefcef3: Layer already exists [2021-01-19T15:58:27.844Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:27.844Z] 038df92b662a: Layer already exists [2021-01-19T15:58:27.844Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:756f518bc4f2883e1bdae8f59b7d3f359c087b55af71ef33dd62fe40a470e3fb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:28.161Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:28.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-19T15:58:28.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T15:58:28.467Z] 2567d0ebec70: Preparing [2021-01-19T15:58:28.467Z] df531eefcef3: Preparing [2021-01-19T15:58:28.467Z] 2cbb43261579: Preparing [2021-01-19T15:58:28.467Z] 8486dbed53bf: Preparing [2021-01-19T15:58:28.467Z] ce410e7b7775: Preparing [2021-01-19T15:58:28.467Z] 038df92b662a: Preparing [2021-01-19T15:58:28.467Z] 038df92b662a: Waiting [2021-01-19T15:58:28.467Z] ce410e7b7775: Layer already exists [2021-01-19T15:58:28.467Z] df531eefcef3: Layer already exists [2021-01-19T15:58:28.467Z] 2567d0ebec70: Layer already exists [2021-01-19T15:58:28.467Z] 8486dbed53bf: Layer already exists [2021-01-19T15:58:28.467Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:28.467Z] 038df92b662a: Layer already exists [2021-01-19T15:58:28.728Z] master: digest: sha256:756f518bc4f2883e1bdae8f59b7d3f359c087b55af71ef33dd62fe40a470e3fb size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:28.896Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:28.942Z] taggedImages: [2021-01-19T15:58:28.942Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:28.942Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.44 [2021-01-19T15:58:28.942Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:28.942Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-19T15:58:29.007Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-19T15:58:29.007Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:29.007Z] 2.0.0-dev.44 [2021-01-19T15:58:29.007Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:29.007Z] master [2021-01-19T15:58:29.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:29.491Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:29.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:29.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T15:58:29.795Z] 2567b0ff9f8f: Preparing [2021-01-19T15:58:29.795Z] d33ec62df477: Preparing [2021-01-19T15:58:29.795Z] 2cbb43261579: Preparing [2021-01-19T15:58:29.795Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:29.795Z] 2567b0ff9f8f: Pushed [2021-01-19T15:58:30.742Z] d33ec62df477: Pushed [2021-01-19T15:58:31.002Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:ff6d2e0b4d02b0e5110e1a69cbab2da56d281dd38e6c9d9643bba1743b1227de size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:31.293Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:58:31.293Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:58:31.293Z] ---> d3c8982cbec5 [2021-01-19T15:58:31.293Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T15:58:31.293Z] ---> Using cache [2021-01-19T15:58:31.293Z] ---> dd38c991bc9f [2021-01-19T15:58:31.293Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:58:31.293Z] ---> Using cache [2021-01-19T15:58:31.293Z] ---> 2e7401c0e784 [2021-01-19T15:58:31.293Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T15:58:31.309Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:31.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.44 [2021-01-19T15:58:31.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T15:58:31.607Z] 2567b0ff9f8f: Preparing [2021-01-19T15:58:31.607Z] d33ec62df477: Preparing [2021-01-19T15:58:31.607Z] 2cbb43261579: Preparing [2021-01-19T15:58:31.607Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:31.607Z] d33ec62df477: Layer already exists [2021-01-19T15:58:31.607Z] 2567b0ff9f8f: Layer already exists [2021-01-19T15:58:31.607Z] 2.0.0-dev.44: digest: sha256:ff6d2e0b4d02b0e5110e1a69cbab2da56d281dd38e6c9d9643bba1743b1227de size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:31.889Z] ---> Running in 8ed5e2748fa5 [2021-01-19T15:58:31.914Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:32.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:32.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T15:58:32.211Z] 2567b0ff9f8f: Preparing [2021-01-19T15:58:32.211Z] d33ec62df477: Preparing [2021-01-19T15:58:32.211Z] 2cbb43261579: Preparing [2021-01-19T15:58:32.211Z] 2567b0ff9f8f: Layer already exists [2021-01-19T15:58:32.211Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:32.211Z] d33ec62df477: Layer already exists [2021-01-19T15:58:32.211Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:ff6d2e0b4d02b0e5110e1a69cbab2da56d281dd38e6c9d9643bba1743b1227de size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:32.516Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:32.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-19T15:58:32.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T15:58:32.814Z] 2567b0ff9f8f: Preparing [2021-01-19T15:58:32.814Z] d33ec62df477: Preparing [2021-01-19T15:58:32.814Z] 2cbb43261579: Preparing [2021-01-19T15:58:32.814Z] 2cbb43261579: Layer already exists [2021-01-19T15:58:32.814Z] d33ec62df477: Layer already exists [2021-01-19T15:58:32.814Z] 2567b0ff9f8f: Layer already exists [2021-01-19T15:58:32.814Z] master: digest: sha256:ff6d2e0b4d02b0e5110e1a69cbab2da56d281dd38e6c9d9643bba1743b1227de size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:32.991Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:33.037Z] taggedImages: [2021-01-19T15:58:33.037Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:33.037Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.44 [2021-01-19T15:58:33.037Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:33.037Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-19T15:58:33.141Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-19T15:58:33.141Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:33.141Z] 2.0.0-dev.44 [2021-01-19T15:58:33.141Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:33.141Z] master [2021-01-19T15:58:33.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:33.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:33.610Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:33.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:33.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T15:58:33.923Z] 2bce33548778: Preparing [2021-01-19T15:58:33.923Z] 2c20c349879c: Preparing [2021-01-19T15:58:33.923Z] 8f0a6c03eba9: Preparing [2021-01-19T15:58:33.923Z] cf676d62e73d: Preparing [2021-01-19T15:58:33.923Z] 9a46f87afa58: Preparing [2021-01-19T15:58:33.923Z] 0f7741797c21: Preparing [2021-01-19T15:58:33.923Z] 4b0de8c7982a: Preparing [2021-01-19T15:58:33.923Z] 0754057c0ad3: Preparing [2021-01-19T15:58:33.923Z] 998cdf262ab1: Preparing [2021-01-19T15:58:33.923Z] 02e56110abd2: Preparing [2021-01-19T15:58:33.923Z] abc36efb885a: Preparing [2021-01-19T15:58:33.923Z] b0b09059f4e1: Preparing [2021-01-19T15:58:33.923Z] bb961f40224b: Preparing [2021-01-19T15:58:33.923Z] f4666769fca7: Preparing [2021-01-19T15:58:33.923Z] 0f7741797c21: Waiting [2021-01-19T15:58:33.923Z] 998cdf262ab1: Waiting [2021-01-19T15:58:33.923Z] 02e56110abd2: Waiting [2021-01-19T15:58:33.923Z] abc36efb885a: Waiting [2021-01-19T15:58:33.923Z] 4b0de8c7982a: Waiting [2021-01-19T15:58:33.923Z] b0b09059f4e1: Waiting [2021-01-19T15:58:33.923Z] f4666769fca7: Waiting [2021-01-19T15:58:33.923Z] bb961f40224b: Waiting [2021-01-19T15:58:33.923Z] 0754057c0ad3: Waiting [2021-01-19T15:58:34.192Z] 9a46f87afa58: Pushed [2021-01-19T15:58:34.192Z] 2bce33548778: Pushed [2021-01-19T15:58:34.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:34.457Z] cf676d62e73d: Pushed [2021-01-19T15:58:34.457Z] 0754057c0ad3: Layer already exists [2021-01-19T15:58:34.740Z] 998cdf262ab1: Layer already exists [2021-01-19T15:58:34.740Z] 4b0de8c7982a: Pushed [2021-01-19T15:58:34.740Z] 02e56110abd2: Layer already exists [2021-01-19T15:58:34.740Z] abc36efb885a: Layer already exists [2021-01-19T15:58:34.740Z] b0b09059f4e1: Layer already exists [2021-01-19T15:58:34.740Z] bb961f40224b: Layer already exists [2021-01-19T15:58:34.740Z] f4666769fca7: Layer already exists [2021-01-19T15:58:34.740Z] 2c20c349879c: Pushed [2021-01-19T15:58:35.318Z] 0f7741797c21: Pushed [2021-01-19T15:58:35.331Z] OK: 217 MiB in 51 packages [2021-01-19T15:58:35.937Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:58:35.937Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:58:35.937Z] ---> d3c8982cbec5 [2021-01-19T15:58:35.937Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T15:58:35.937Z] ---> Using cache [2021-01-19T15:58:35.937Z] ---> dd38c991bc9f [2021-01-19T15:58:35.937Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:58:35.937Z] ---> Using cache [2021-01-19T15:58:35.937Z] ---> 2e7401c0e784 [2021-01-19T15:58:35.937Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T15:58:38.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:58:38.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:58:38.603Z] ---> d3c8982cbec5 [2021-01-19T15:58:38.603Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T15:58:38.603Z] ---> Using cache [2021-01-19T15:58:38.603Z] ---> dd38c991bc9f [2021-01-19T15:58:38.603Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:58:38.603Z] ---> Using cache [2021-01-19T15:58:38.603Z] ---> 2e7401c0e784 [2021-01-19T15:58:38.603Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T15:58:38.603Z] ---> Running in 5f8a9719e835 [2021-01-19T15:58:38.603Z] ---> Running in b7abe66faf13 [2021-01-19T15:58:38.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T15:58:38.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T15:58:38.879Z] ---> d3c8982cbec5 [2021-01-19T15:58:38.879Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T15:58:38.879Z] ---> Using cache [2021-01-19T15:58:38.879Z] ---> dd38c991bc9f [2021-01-19T15:58:38.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T15:58:38.879Z] ---> Using cache [2021-01-19T15:58:38.879Z] ---> 2e7401c0e784 [2021-01-19T15:58:38.879Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T15:58:39.153Z] ---> Running in a3be10596938 [2021-01-19T15:58:39.442Z] Removing intermediate container 8ed5e2748fa5 [2021-01-19T15:58:39.442Z] ---> 3aa871d7c677 [2021-01-19T15:58:39.442Z] Step 6/23 : COPY go.mod . [2021-01-19T15:58:39.716Z] Removing intermediate container b44fb62abc45 [2021-01-19T15:58:39.716Z] ---> 5b9cc1136125 [2021-01-19T15:58:39.716Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T15:58:40.003Z] ---> Running in 7243221a7bfd [2021-01-19T15:58:40.610Z] ---> 5b79ac875cd3 [2021-01-19T15:58:40.610Z] Step 7/23 : RUN go mod download [2021-01-19T15:58:40.888Z] ---> Running in c5d64b7b65a7 [2021-01-19T15:58:41.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:41.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:41.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:41.934Z] 8f0a6c03eba9: Pushed [2021-01-19T15:58:42.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:42.207Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:8aa8206b8c995eebf72502ef275e3c0ae9653742a46684da7b5787e1e9c63b4c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:42.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:42.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:58:42.540Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:42.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.44 [2021-01-19T15:58:42.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T15:58:42.865Z] 2bce33548778: Preparing [2021-01-19T15:58:42.865Z] 2c20c349879c: Preparing [2021-01-19T15:58:42.865Z] 8f0a6c03eba9: Preparing [2021-01-19T15:58:42.865Z] cf676d62e73d: Preparing [2021-01-19T15:58:42.865Z] 9a46f87afa58: Preparing [2021-01-19T15:58:42.865Z] 0f7741797c21: Preparing [2021-01-19T15:58:42.865Z] 4b0de8c7982a: Preparing [2021-01-19T15:58:42.865Z] 0754057c0ad3: Preparing [2021-01-19T15:58:42.865Z] 998cdf262ab1: Preparing [2021-01-19T15:58:42.865Z] 02e56110abd2: Preparing [2021-01-19T15:58:42.865Z] abc36efb885a: Preparing [2021-01-19T15:58:42.865Z] b0b09059f4e1: Preparing [2021-01-19T15:58:42.865Z] bb961f40224b: Preparing [2021-01-19T15:58:42.865Z] f4666769fca7: Preparing [2021-01-19T15:58:42.865Z] 0754057c0ad3: Waiting [2021-01-19T15:58:42.865Z] 998cdf262ab1: Waiting [2021-01-19T15:58:42.865Z] 02e56110abd2: Waiting [2021-01-19T15:58:42.865Z] abc36efb885a: Waiting [2021-01-19T15:58:42.865Z] b0b09059f4e1: Waiting [2021-01-19T15:58:42.865Z] bb961f40224b: Waiting [2021-01-19T15:58:42.865Z] f4666769fca7: Waiting [2021-01-19T15:58:42.865Z] 0f7741797c21: Waiting [2021-01-19T15:58:42.865Z] 4b0de8c7982a: Waiting [2021-01-19T15:58:42.865Z] cf676d62e73d: Layer already exists [2021-01-19T15:58:42.865Z] 2c20c349879c: Layer already exists [2021-01-19T15:58:42.865Z] 2bce33548778: Layer already exists [2021-01-19T15:58:42.865Z] 8f0a6c03eba9: Layer already exists [2021-01-19T15:58:42.865Z] 9a46f87afa58: Layer already exists [2021-01-19T15:58:42.865Z] 4b0de8c7982a: Layer already exists [2021-01-19T15:58:42.865Z] 0f7741797c21: Layer already exists [2021-01-19T15:58:42.865Z] 02e56110abd2: Layer already exists [2021-01-19T15:58:42.865Z] 0754057c0ad3: Layer already exists [2021-01-19T15:58:42.865Z] 998cdf262ab1: Layer already exists [2021-01-19T15:58:42.865Z] abc36efb885a: Layer already exists [2021-01-19T15:58:42.865Z] b0b09059f4e1: Layer already exists [2021-01-19T15:58:42.865Z] f4666769fca7: Layer already exists [2021-01-19T15:58:42.865Z] bb961f40224b: Layer already exists [2021-01-19T15:58:42.865Z] 2.0.0-dev.44: digest: sha256:8aa8206b8c995eebf72502ef275e3c0ae9653742a46684da7b5787e1e9c63b4c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:43.211Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:43.440Z] OK: 217 MiB in 51 packages [2021-01-19T15:58:43.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:43.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T15:58:43.518Z] 2bce33548778: Preparing [2021-01-19T15:58:43.518Z] 2c20c349879c: Preparing [2021-01-19T15:58:43.518Z] 8f0a6c03eba9: Preparing [2021-01-19T15:58:43.518Z] cf676d62e73d: Preparing [2021-01-19T15:58:43.518Z] 9a46f87afa58: Preparing [2021-01-19T15:58:43.518Z] 0f7741797c21: Preparing [2021-01-19T15:58:43.518Z] 4b0de8c7982a: Preparing [2021-01-19T15:58:43.518Z] 0754057c0ad3: Preparing [2021-01-19T15:58:43.518Z] 998cdf262ab1: Preparing [2021-01-19T15:58:43.518Z] 02e56110abd2: Preparing [2021-01-19T15:58:43.518Z] abc36efb885a: Preparing [2021-01-19T15:58:43.518Z] b0b09059f4e1: Preparing [2021-01-19T15:58:43.518Z] bb961f40224b: Preparing [2021-01-19T15:58:43.518Z] f4666769fca7: Preparing [2021-01-19T15:58:43.518Z] 0f7741797c21: Waiting [2021-01-19T15:58:43.518Z] 4b0de8c7982a: Waiting [2021-01-19T15:58:43.518Z] 0754057c0ad3: Waiting [2021-01-19T15:58:43.518Z] 998cdf262ab1: Waiting [2021-01-19T15:58:43.518Z] 02e56110abd2: Waiting [2021-01-19T15:58:43.518Z] abc36efb885a: Waiting [2021-01-19T15:58:43.518Z] b0b09059f4e1: Waiting [2021-01-19T15:58:43.518Z] bb961f40224b: Waiting [2021-01-19T15:58:43.518Z] f4666769fca7: Waiting [2021-01-19T15:58:43.518Z] 2bce33548778: Layer already exists [2021-01-19T15:58:43.518Z] 8f0a6c03eba9: Layer already exists [2021-01-19T15:58:43.518Z] cf676d62e73d: Layer already exists [2021-01-19T15:58:43.518Z] 9a46f87afa58: Layer already exists [2021-01-19T15:58:43.518Z] 2c20c349879c: Layer already exists [2021-01-19T15:58:43.518Z] 0f7741797c21: Layer already exists [2021-01-19T15:58:43.518Z] 0754057c0ad3: Layer already exists [2021-01-19T15:58:43.518Z] 4b0de8c7982a: Layer already exists [2021-01-19T15:58:43.518Z] 998cdf262ab1: Layer already exists [2021-01-19T15:58:43.518Z] 02e56110abd2: Layer already exists [2021-01-19T15:58:43.518Z] abc36efb885a: Layer already exists [2021-01-19T15:58:43.518Z] bb961f40224b: Layer already exists [2021-01-19T15:58:43.518Z] f4666769fca7: Layer already exists [2021-01-19T15:58:43.518Z] b0b09059f4e1: Layer already exists [2021-01-19T15:58:43.789Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:8aa8206b8c995eebf72502ef275e3c0ae9653742a46684da7b5787e1e9c63b4c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:44.062Z] Removing intermediate container c5d64b7b65a7 [2021-01-19T15:58:44.062Z] ---> 8cf9f81ddcba [2021-01-19T15:58:44.062Z] Step 8/23 : COPY . . [2021-01-19T15:58:44.062Z] OK: 217 MiB in 51 packages [2021-01-19T15:58:44.165Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:44.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-19T15:58:44.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T15:58:44.517Z] 2bce33548778: Preparing [2021-01-19T15:58:44.517Z] 2c20c349879c: Preparing [2021-01-19T15:58:44.517Z] 8f0a6c03eba9: Preparing [2021-01-19T15:58:44.517Z] cf676d62e73d: Preparing [2021-01-19T15:58:44.517Z] 9a46f87afa58: Preparing [2021-01-19T15:58:44.517Z] 0f7741797c21: Preparing [2021-01-19T15:58:44.517Z] 4b0de8c7982a: Preparing [2021-01-19T15:58:44.517Z] 0754057c0ad3: Preparing [2021-01-19T15:58:44.517Z] 998cdf262ab1: Preparing [2021-01-19T15:58:44.517Z] 02e56110abd2: Preparing [2021-01-19T15:58:44.517Z] abc36efb885a: Preparing [2021-01-19T15:58:44.517Z] b0b09059f4e1: Preparing [2021-01-19T15:58:44.517Z] bb961f40224b: Preparing [2021-01-19T15:58:44.517Z] f4666769fca7: Preparing [2021-01-19T15:58:44.517Z] 0f7741797c21: Waiting [2021-01-19T15:58:44.517Z] 4b0de8c7982a: Waiting [2021-01-19T15:58:44.517Z] 0754057c0ad3: Waiting [2021-01-19T15:58:44.517Z] 998cdf262ab1: Waiting [2021-01-19T15:58:44.517Z] 02e56110abd2: Waiting [2021-01-19T15:58:44.517Z] abc36efb885a: Waiting [2021-01-19T15:58:44.517Z] b0b09059f4e1: Waiting [2021-01-19T15:58:44.517Z] bb961f40224b: Waiting [2021-01-19T15:58:44.517Z] f4666769fca7: Waiting [2021-01-19T15:58:44.517Z] 8f0a6c03eba9: Layer already exists [2021-01-19T15:58:44.517Z] 9a46f87afa58: Layer already exists [2021-01-19T15:58:44.517Z] 2bce33548778: Layer already exists [2021-01-19T15:58:44.517Z] 2c20c349879c: Layer already exists [2021-01-19T15:58:44.517Z] cf676d62e73d: Layer already exists [2021-01-19T15:58:44.517Z] 4b0de8c7982a: Layer already exists [2021-01-19T15:58:44.517Z] 0f7741797c21: Layer already exists [2021-01-19T15:58:44.517Z] 0754057c0ad3: Layer already exists [2021-01-19T15:58:44.517Z] 02e56110abd2: Layer already exists [2021-01-19T15:58:44.517Z] 998cdf262ab1: Layer already exists [2021-01-19T15:58:44.517Z] abc36efb885a: Layer already exists [2021-01-19T15:58:44.517Z] bb961f40224b: Layer already exists [2021-01-19T15:58:44.517Z] f4666769fca7: Layer already exists [2021-01-19T15:58:44.517Z] b0b09059f4e1: Layer already exists [2021-01-19T15:58:44.517Z] master: digest: sha256:8aa8206b8c995eebf72502ef275e3c0ae9653742a46684da7b5787e1e9c63b4c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T15:58:44.737Z] ===================================================== [Pipeline] echo [2021-01-19T15:58:44.781Z] taggedImages: [2021-01-19T15:58:44.781Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:58:44.781Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.44 [2021-01-19T15:58:44.781Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T15:58:44.781Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-19T15:58:45.087Z] Removing intermediate container b7abe66faf13 [2021-01-19T15:58:45.087Z] ---> b39d95e217a8 [2021-01-19T15:58:45.087Z] Step 6/22 : COPY go.mod . [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T15:58:45.382Z] OK: 217 MiB in 51 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T15:58:46.376Z] Collecting docker-compose==1.23.2 [2021-01-19T15:58:46.376Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T15:58:46.687Z] Removing intermediate container a3be10596938 [2021-01-19T15:58:46.687Z] ---> 26f00b3917a2 [2021-01-19T15:58:46.687Z] Step 6/22 : COPY go.mod . [2021-01-19T15:58:47.313Z] 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-19T15:58:47.313Z] ---> 06376fa41492 [2021-01-19T15:58:47.313Z] Step 7/22 : RUN go mod download [2021-01-19T15:58:47.926Z] ---> Running in 59cac071f6bb [2021-01-19T15:58:47.926Z] ---> 5fc43dfcf616 [2021-01-19T15:58:47.926Z] Step 7/22 : RUN go mod download [2021-01-19T15:58:47.926Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T15:58:47.926Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T15:58:48.210Z] ---> Running in 5aadab7db1fa [2021-01-19T15:58:48.210Z] Removing intermediate container 5f8a9719e835 [2021-01-19T15:58:48.210Z] ---> 98ab214b036c [2021-01-19T15:58:48.210Z] Step 6/24 : COPY go.mod . [2021-01-19T15:58:48.827Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T15:58:48.827Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T15:58:49.816Z] ---> c545353201a6 [2021-01-19T15:58:49.816Z] Step 7/24 : RUN go mod download [2021-01-19T15:58:50.122Z] ---> Running in 9a1caa4691b3 [2021-01-19T15:58:52.762Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T15:58:52.762Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T15:58:52.762Z] Removing intermediate container 59cac071f6bb [2021-01-19T15:58:52.762Z] ---> a7a91360499d [2021-01-19T15:58:52.762Z] Step 8/22 : COPY . . [2021-01-19T15:58:53.043Z] Removing intermediate container 5aadab7db1fa [2021-01-19T15:58:53.043Z] ---> 4daf7b3de788 [2021-01-19T15:58:53.043Z] Step 8/22 : COPY . . [2021-01-19T15:58:53.321Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T15:58:53.321Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T15:58:54.318Z] Removing intermediate container 9a1caa4691b3 [2021-01-19T15:58:54.318Z] ---> ce87d0ac0cc8 [2021-01-19T15:58:54.318Z] Step 8/24 : COPY . . [2021-01-19T15:58:55.761Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T15:58:55.761Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T15:58:56.745Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T15:58:56.745Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T15:58:58.738Z] Collecting PyYAML<4,>=3.10 [2021-01-19T15:58:58.738Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T15:58:58.738Z] ---> 39027b23ddb0 [2021-01-19T15:58:58.738Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T15:58:59.733Z] ---> Running in b280dbc35f69 [2021-01-19T15:59:01.180Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T15:59:02.632Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T15:59:02.632Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T15:59:02.632Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T15:59:02.632Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T15:59:05.303Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T15:59:05.303Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T15:59:05.303Z] 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-19T15:59:05.303Z] Collecting idna<2.8,>=2.5 [2021-01-19T15:59:05.303Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T15:59:05.581Z] 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-19T15:59:06.187Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T15:59:06.187Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T15:59:06.464Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T15:59:06.464Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T15:59:06.464Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T15:59:06.464Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T15:59:07.463Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, jsonschema, PyYAML, cached-property, docopt, docker-compose [2021-01-19T15:59:07.744Z] Attempting uninstall: idna [2021-01-19T15:59:07.744Z] Found existing installation: idna 2.9 [2021-01-19T15:59:07.744Z] Uninstalling idna-2.9: [2021-01-19T15:59:08.024Z] Successfully uninstalled idna-2.9 [2021-01-19T15:59:09.031Z] Attempting uninstall: urllib3 [2021-01-19T15:59:09.031Z] Found existing installation: urllib3 1.25.9 [2021-01-19T15:59:09.031Z] Uninstalling urllib3-1.25.9: [2021-01-19T15:59:09.031Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T15:59:09.638Z] Attempting uninstall: requests [2021-01-19T15:59:09.638Z] Found existing installation: requests 2.23.0 [2021-01-19T15:59:09.638Z] Uninstalling requests-2.23.0: [2021-01-19T15:59:09.913Z] Successfully uninstalled requests-2.23.0 [2021-01-19T15:59:12.468Z] Running setup.py install for texttable: started [2021-01-19T15:59:13.451Z] ---> d819447ad041 [2021-01-19T15:59:13.451Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T15:59:13.732Z] ---> d5527b1df3f7 [2021-01-19T15:59:13.732Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T15:59:13.732Z] ---> 9b451e3468f0 [2021-01-19T15:59:13.732Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T15:59:13.732Z] ---> Running in c9dd19b73c8c [2021-01-19T15:59:14.013Z] ---> Running in d133d50131b1 [2021-01-19T15:59:14.013Z] ---> Running in 45a888b89b14 [2021-01-19T15:59:14.998Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T15:59:14.998Z] Running setup.py install for dockerpty: started [2021-01-19T15:59:16.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T15:59:16.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T15:59:16.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T15:59:17.733Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T15:59:18.020Z] Running setup.py install for PyYAML: started [2021-01-19T15:59:21.453Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T15:59:21.453Z] Running setup.py install for docopt: started [2021-01-19T15:59:24.126Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T15:59:25.607Z] 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-19T15:59:32.371Z] Removing intermediate container 7243221a7bfd [2021-01-19T15:59:32.371Z] ---> 7f508c4335fe [2021-01-19T15:59:32.371Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T15:59:32.371Z] ---> Running in 18e2baae7d0e [2021-01-19T15:59:33.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T15:59:33.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T15:59:33.983Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T15:59:34.259Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T15:59:34.259Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T15:59:34.259Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:59:34.259Z] OK: 71 MiB in 58 packages [2021-01-19T15:59:36.282Z] Removing intermediate container 18e2baae7d0e [2021-01-19T15:59:36.282Z] ---> 1d06dc95a3b3 [2021-01-19T15:59:36.282Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T15:59:36.558Z] ---> Running in b773f866eace [2021-01-19T15:59:37.159Z] Removing intermediate container b773f866eace [2021-01-19T15:59:37.159Z] ---> aee2af2c44ff [2021-01-19T15:59:37.160Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T15:59:37.437Z] ---> Running in b7c4a0fe855a [2021-01-19T15:59:38.048Z] Removing intermediate container b7c4a0fe855a [2021-01-19T15:59:38.048Z] ---> b32e70b18a50 [2021-01-19T15:59:38.048Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T15:59:38.358Z] ---> Running in fe2ae8b46100 [2021-01-19T15:59:38.988Z] Removing intermediate container fe2ae8b46100 [2021-01-19T15:59:38.988Z] ---> cfdc65e7c5b1 [2021-01-19T15:59:38.988Z] Step 25/26 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T15:59:39.279Z] ---> Running in 7450a92f314c [2021-01-19T15:59:39.915Z] Removing intermediate container 7450a92f314c [2021-01-19T15:59:39.915Z] ---> 9bb7e2c9a6eb [2021-01-19T15:59:39.915Z] Step 26/26 : LABEL version=2.0.0-dev.44 [2021-01-19T15:59:40.193Z] ---> Running in 11425c94942d [2021-01-19T15:59:40.802Z] Removing intermediate container 11425c94942d [2021-01-19T15:59:40.802Z] ---> 71b01f4b82ae [2021-01-19T15:59:40.802Z] [2021-01-19T15:59:41.406Z] Successfully built 71b01f4b82ae [2021-01-19T15:59:41.406Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T16:00:28.513Z]  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.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T16:00:33.960Z] Removing intermediate container c9dd19b73c8c [2021-01-19T16:00:33.961Z] ---> 9c87b13344b5 [2021-01-19T16:00:33.961Z] [2021-01-19T16:00:33.961Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T16:00:33.961Z] ---> afeebe901d6b [2021-01-19T16:00:33.961Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:00:33.961Z] ---> Running in c06b3a4f0cb2 [2021-01-19T16:00:36.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:00:36.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:00:37.236Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T16:00:37.236Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:00:37.236Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T16:00:37.236Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T16:00:37.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T16:00:37.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:00:37.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:00:37.519Z] Removing intermediate container d133d50131b1 [2021-01-19T16:00:37.519Z] ---> fbc1bf9e4ef2 [2021-01-19T16:00:37.519Z] [2021-01-19T16:00:37.519Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T16:00:37.519Z] ---> afeebe901d6b [2021-01-19T16:00:37.519Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:00:37.519Z] OK: 7 MiB in 19 packages [2021-01-19T16:00:37.791Z] ---> Running in 48f67f9b2fda [2021-01-19T16:00:39.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:00:39.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:00:40.099Z] Removing intermediate container c06b3a4f0cb2 [2021-01-19T16:00:40.099Z] ---> da6cdaeca24c [2021-01-19T16:00:40.099Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T16:00:40.718Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T16:00:40.718Z] ---> Running in d1dae83e6ba5 [2021-01-19T16:00:40.718Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:00:40.718Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T16:00:40.718Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T16:00:40.718Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T16:00:40.718Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:00:40.718Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:00:40.993Z] OK: 7 MiB in 19 packages [2021-01-19T16:00:41.270Z] Removing intermediate container d1dae83e6ba5 [2021-01-19T16:00:41.270Z] ---> ba9a9c840be4 [2021-01-19T16:00:41.270Z] Step 13/22 : WORKDIR / [2021-01-19T16:00:41.554Z] ---> Running in 254a602f03d3 [2021-01-19T16:00:42.542Z] Removing intermediate container 254a602f03d3 [2021-01-19T16:00:42.542Z] ---> 5ca259592fa9 [2021-01-19T16:00:42.542Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:00:43.557Z] Removing intermediate container 48f67f9b2fda [2021-01-19T16:00:43.557Z] ---> 97ee672a80b6 [2021-01-19T16:00:43.557Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T16:00:43.841Z] ---> e4d665b1be45 [2021-01-19T16:00:43.841Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T16:00:43.841Z] ---> Running in 4f1fc6ae456c [2021-01-19T16:00:44.839Z] Removing intermediate container 4f1fc6ae456c [2021-01-19T16:00:44.839Z] ---> 3c992479eeeb [2021-01-19T16:00:44.839Z] Step 13/24 : WORKDIR / [2021-01-19T16:00:44.839Z] ---> Running in 139c1113af6a [2021-01-19T16:00:45.447Z] ---> 65012d71e690 [2021-01-19T16:00:45.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T16:00:45.726Z] Removing intermediate container 139c1113af6a [2021-01-19T16:00:45.726Z] ---> f7a09c0c2776 [2021-01-19T16:00:45.726Z] 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-19T16:00:46.340Z] ---> cbbe3b4fb1f9 [2021-01-19T16:00:46.340Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T16:00:46.620Z] ---> 9199c769e41d [2021-01-19T16:00:46.620Z] 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-19T16:00:47.674Z] ---> d47a31ffc28f [2021-01-19T16:00:47.674Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T16:00:47.949Z] ---> Running in 88eb3868b8bd [2021-01-19T16:00:47.949Z] ---> d9ee1c1ab66e [2021-01-19T16:00:47.949Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T16:00:49.982Z] ---> 46499a20c41c [2021-01-19T16:00:49.982Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T16:00:51.742Z] ---> b9e42500714c [2021-01-19T16:00:51.742Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T16:00:51.742Z] Removing intermediate container 88eb3868b8bd [2021-01-19T16:00:51.742Z] ---> 05dda513cf2a [2021-01-19T16:00:51.742Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T16:00:52.028Z] ---> Running in d675bca740d5 [2021-01-19T16:00:52.029Z] Removing intermediate container b280dbc35f69 [2021-01-19T16:00:52.029Z] ---> e30fe7ca952f [2021-01-19T16:00:52.029Z] [2021-01-19T16:00:52.029Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T16:00:52.029Z] ---> afeebe901d6b [2021-01-19T16:00:52.029Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:00:52.309Z] Removing intermediate container 45a888b89b14 [2021-01-19T16:00:52.309Z] ---> cb4ab7f560bc [2021-01-19T16:00:52.309Z] [2021-01-19T16:00:52.309Z] Step 10/22 : FROM scratch [2021-01-19T16:00:52.309Z] ---> [2021-01-19T16:00:52.309Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:00:52.600Z] ---> Using cache [2021-01-19T16:00:52.600Z] ---> fa6bda6e28f1 [2021-01-19T16:00:52.600Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T16:00:52.883Z] ---> Running in c54707a73a5e [2021-01-19T16:00:52.883Z] Removing intermediate container d675bca740d5 [2021-01-19T16:00:52.883Z] ---> d2df937cbe24 [2021-01-19T16:00:52.883Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T16:00:52.883Z] ---> Running in 5b7aeb5ff35b [2021-01-19T16:00:52.883Z] ---> f244575676dc [2021-01-19T16:00:52.883Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T16:00:53.166Z] ---> Running in 67265717edae [2021-01-19T16:00:53.437Z] Removing intermediate container c54707a73a5e [2021-01-19T16:00:53.437Z] ---> 75e1ef0b5868 [2021-01-19T16:00:53.437Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T16:00:53.437Z] ---> Running in 68b262ae4df0 [2021-01-19T16:00:53.707Z] Removing intermediate container 5b7aeb5ff35b [2021-01-19T16:00:53.707Z] ---> 5460a94461ee [2021-01-19T16:00:53.707Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T16:00:53.707Z] ---> Running in 19d5954551a8 [2021-01-19T16:00:53.707Z] Removing intermediate container 67265717edae [2021-01-19T16:00:53.707Z] ---> 28accdb71ea4 [2021-01-19T16:00:53.707Z] Step 21/22 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:00:54.014Z] ---> a904ce3f6b10 [2021-01-19T16:00:54.014Z] 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-19T16:00:54.014Z] ---> Running in 94daf85062c8 [2021-01-19T16:00:54.287Z] ---> Running in a4d317c4ff40 [2021-01-19T16:00:54.287Z] Removing intermediate container 68b262ae4df0 [2021-01-19T16:00:54.287Z] ---> ec23b952c1d2 [2021-01-19T16:00:54.287Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T16:00:54.287Z] Removing intermediate container 19d5954551a8 [2021-01-19T16:00:54.287Z] ---> e1efc7c1d1cd [2021-01-19T16:00:54.287Z] Step 14/22 : WORKDIR / [2021-01-19T16:00:54.571Z] ---> Running in 1c71fc91026c [2021-01-19T16:00:54.571Z] ---> Running in c06f4b7a3be3 [2021-01-19T16:00:54.844Z] Removing intermediate container 94daf85062c8 [2021-01-19T16:00:54.844Z] ---> e987c9ab5052 [2021-01-19T16:00:54.844Z] Step 22/22 : LABEL version=2.0.0-dev.44 [2021-01-19T16:00:55.119Z] ---> Running in 6364fb648e7e [2021-01-19T16:00:55.119Z] Removing intermediate container 1c71fc91026c [2021-01-19T16:00:55.119Z] ---> b22c05325975 [2021-01-19T16:00:55.119Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:00:55.392Z] Removing intermediate container c06f4b7a3be3 [2021-01-19T16:00:55.392Z] ---> 4b9414d3f08a [2021-01-19T16:00:55.392Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:00:55.674Z] ---> Running in e4c2e364e4b8 [2021-01-19T16:00:55.674Z] Removing intermediate container 6364fb648e7e [2021-01-19T16:00:55.674Z] ---> a7afdbc221a1 [2021-01-19T16:00:55.674Z] [2021-01-19T16:00:56.276Z] Successfully built a7afdbc221a1 [2021-01-19T16:00:56.276Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T16:00:56.561Z]  Building docker-security-bootstrap-redis-go ... done  ---> 383b0047baa1 [2021-01-19T16:00:56.561Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T16:00:57.157Z] Removing intermediate container a4d317c4ff40 [2021-01-19T16:00:57.158Z] ---> cbb55faa71fe [2021-01-19T16:00:57.158Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T16:00:57.437Z] ---> Running in 1214f7ac011e [2021-01-19T16:00:58.034Z] Removing intermediate container 1214f7ac011e [2021-01-19T16:00:58.034Z] ---> 868e6c25852c [2021-01-19T16:00:58.034Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T16:00:58.034Z] ---> 01287ae0f472 [2021-01-19T16:00:58.034Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T16:00:58.310Z] ---> Running in 206ac8f83372 [2021-01-19T16:00:58.310Z] Removing intermediate container e4c2e364e4b8 [2021-01-19T16:00:58.310Z] ---> e699295b8c7f [2021-01-19T16:00:58.310Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T16:00:58.587Z] ---> Running in b23fb5ccbf9d [2021-01-19T16:00:58.863Z] Removing intermediate container 206ac8f83372 [2021-01-19T16:00:58.863Z] ---> bce32999923c [2021-01-19T16:00:58.863Z] Step 23/24 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:00:58.863Z] ---> Running in 3aa802313b6c [2021-01-19T16:00:59.134Z] ---> 88496e3bb08e [2021-01-19T16:00:59.134Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T16:00:59.134Z] ---> Running in 159e47867031 [2021-01-19T16:00:59.403Z] Removing intermediate container 3aa802313b6c [2021-01-19T16:00:59.403Z] ---> 51b44304f810 [2021-01-19T16:00:59.403Z] Step 24/24 : LABEL version=2.0.0-dev.44 [2021-01-19T16:00:59.673Z] ---> Running in 65540671fd43 [2021-01-19T16:00:59.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:00:59.673Z] Removing intermediate container 159e47867031 [2021-01-19T16:00:59.673Z] ---> 81cbe74f72d3 [2021-01-19T16:00:59.673Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:00:59.944Z] ---> Running in b7a06e8fbc9c [2021-01-19T16:01:00.218Z] Removing intermediate container 65540671fd43 [2021-01-19T16:01:00.218Z] ---> ace1779a861a [2021-01-19T16:01:00.218Z] [2021-01-19T16:01:00.492Z] Successfully built ace1779a861a [2021-01-19T16:01:00.492Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T16:01:00.492Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b7a06e8fbc9c [2021-01-19T16:01:00.492Z] ---> 53ae4b790ee3 [2021-01-19T16:01:00.492Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T16:01:00.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:01:00.492Z] ---> Running in d43417b9c606 [2021-01-19T16:01:01.176Z] Removing intermediate container d43417b9c606 [2021-01-19T16:01:01.176Z] ---> 898d0f54d9f2 [2021-01-19T16:01:01.176Z] Step 21/22 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:01.176Z] ---> Running in 987f3abfb9b5 [2021-01-19T16:01:01.464Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T16:01:01.464Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T16:01:01.766Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T16:01:01.766Z] Removing intermediate container 987f3abfb9b5 [2021-01-19T16:01:01.766Z] ---> 55d683549aa7 [2021-01-19T16:01:01.766Z] Step 22/22 : LABEL version=2.0.0-dev.44 [2021-01-19T16:01:02.056Z] ---> Running in f4043f00e9b8 [2021-01-19T16:01:02.056Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T16:01:02.345Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T16:01:02.345Z] Removing intermediate container f4043f00e9b8 [2021-01-19T16:01:02.345Z] ---> 76e7db012347 [2021-01-19T16:01:02.345Z] [2021-01-19T16:01:02.345Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:01:02.345Z] OK: 8 MiB in 19 packages [2021-01-19T16:01:02.621Z] Successfully built 76e7db012347 [2021-01-19T16:01:02.621Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T16:01:03.611Z]  Building docker-core-metadata-go ... done Removing intermediate container b23fb5ccbf9d [2021-01-19T16:01:03.611Z] ---> 65a699390eb4 [2021-01-19T16:01:03.611Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:01:04.594Z] ---> 3fe3833ad77a [2021-01-19T16:01:04.594Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T16:01:06.026Z] ---> 5d1c47a077ba [2021-01-19T16:01:06.026Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T16:01:06.627Z] ---> 8521d492b164 [2021-01-19T16:01:06.627Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T16:01:06.627Z] ---> Running in 0d9de186a8c2 [2021-01-19T16:01:07.228Z] Removing intermediate container 0d9de186a8c2 [2021-01-19T16:01:07.228Z] ---> a12756e61790 [2021-01-19T16:01:07.228Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:01:07.500Z] ---> Running in 9243eb93e9fe [2021-01-19T16:01:07.773Z] Removing intermediate container 9243eb93e9fe [2021-01-19T16:01:07.773Z] ---> 9f3cb066288f [2021-01-19T16:01:07.773Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T16:01:08.048Z] ---> Running in dc4180aabce9 [2021-01-19T16:01:08.642Z] Removing intermediate container dc4180aabce9 [2021-01-19T16:01:08.642Z] ---> 9150dee5972a [2021-01-19T16:01:08.642Z] Step 22/23 : LABEL git_sha=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:08.642Z] ---> Running in e972cae3ec69 [2021-01-19T16:01:09.238Z] Removing intermediate container e972cae3ec69 [2021-01-19T16:01:09.238Z] ---> cf3bf2199ad3 [2021-01-19T16:01:09.238Z] Step 23/23 : LABEL version=2.0.0-dev.44 [2021-01-19T16:01:09.238Z] ---> Running in 0328f9680aea [2021-01-19T16:01:09.512Z] Removing intermediate container 0328f9680aea [2021-01-19T16:01:09.512Z] ---> b0991c34c2d6 [2021-01-19T16:01:09.512Z] [2021-01-19T16:01:10.108Z] Successfully built b0991c34c2d6 [2021-01-19T16:01:10.108Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T16:01:10.398Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T16:01:10.433Z] $ docker stop --time=1 2cc73f3494d2b4a9a140f17e7216dd9608b231a42059db4ef42a2eaf2098ea78 [2021-01-19T16:01:12.276Z] $ docker rm -f 2cc73f3494d2b4a9a140f17e7216dd9608b231a42059db4ef42a2eaf2098ea78 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T16:01:12.864Z] + docker images+ [2021-01-19T16:01:12.865Z] grep docker [2021-01-19T16:01:13.143Z] docker-core-data-go-arm64 latest b0991c34c2d6 3 seconds ago 21MB [2021-01-19T16:01:13.143Z] docker-core-metadata-go-arm64 latest 76e7db012347 10 seconds ago 12.3MB [2021-01-19T16:01:13.143Z] docker-security-secretstore-setup-go-arm64 latest ace1779a861a 13 seconds ago 23.4MB [2021-01-19T16:01:13.143Z] docker-security-bootstrap-redis-go-arm64 latest a7afdbc221a1 17 seconds ago 15.1MB [2021-01-19T16:01:13.143Z] docker-sys-mgmt-agent-go-arm64 latest 71b01f4b82ae About a minute ago 300MB [2021-01-19T16:01:13.143Z] docker-security-proxy-setup-go-arm64 latest 0576e1ab0506 3 minutes ago 23.2MB [2021-01-19T16:01:13.143Z] docker-support-notifications-go-arm64 latest 84f4f9d74504 3 minutes ago 11.4MB [2021-01-19T16:01:13.143Z] docker-core-command-go-arm64 latest ec751b2d3655 3 minutes ago 9.98MB [2021-01-19T16:01:13.143Z] docker-support-scheduler-go-arm64 latest f7fff2c2f0b0 3 minutes ago 10MB [2021-01-19T16:01:13.143Z] 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-19T16:01:13.661Z] provisioning config files... [2021-01-19T16:01:13.701Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/303@tmp/config8486712443065863899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:01:14.100Z] ---> docker-login.sh [2021-01-19T16:01:14.100Z] nexus3.edgexfoundry.org:10001 [2021-01-19T16:01:14.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:01:14.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:01:14.650Z] Configure a credential helper to remove this warning. See [2021-01-19T16:01:14.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:01:14.650Z] [2021-01-19T16:01:14.650Z] Login Succeeded [2021-01-19T16:01:14.650Z] nexus3.edgexfoundry.org:10002 [2021-01-19T16:01:14.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:01:15.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:01:15.195Z] Configure a credential helper to remove this warning. See [2021-01-19T16:01:15.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:01:15.195Z] [2021-01-19T16:01:15.195Z] Login Succeeded [2021-01-19T16:01:15.195Z] nexus3.edgexfoundry.org:10003 [2021-01-19T16:01:15.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:01:15.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:01:15.741Z] Configure a credential helper to remove this warning. See [2021-01-19T16:01:15.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:01:15.741Z] [2021-01-19T16:01:15.741Z] Login Succeeded [2021-01-19T16:01:15.741Z] nexus3.edgexfoundry.org:10004 [2021-01-19T16:01:16.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:01:16.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:01:16.284Z] Configure a credential helper to remove this warning. See [2021-01-19T16:01:16.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:01:16.284Z] [2021-01-19T16:01:16.284Z] Login Succeeded [2021-01-19T16:01:16.284Z] docker.io [2021-01-19T16:01:16.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:01:17.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:01:17.150Z] Configure a credential helper to remove this warning. See [2021-01-19T16:01:17.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:01:17.150Z] [2021-01-19T16:01:17.150Z] Login Succeeded [2021-01-19T16:01:17.150Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T16:01:17.167Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:01:17.379Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-19T16:01:17.379Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:17.379Z] 2.0.0-dev.44 [2021-01-19T16:01:17.379Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:17.379Z] master [2021-01-19T16:01:17.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:17.895Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:18.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:18.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T16:01:18.238Z] 4cd4f5c192a9: Preparing [2021-01-19T16:01:18.238Z] ed5beb43ba7b: Preparing [2021-01-19T16:01:18.238Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:18.510Z] 784d9c2ce3c1: Pushed [2021-01-19T16:01:18.510Z] 4cd4f5c192a9: Pushed [2021-01-19T16:01:21.123Z] ed5beb43ba7b: Pushed [2021-01-19T16:01:21.123Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:f142c4ed9c8f07ee504f1084ac745fb8da9fbcf5a9e7ccdcad1d5ebbd4ed7a51 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:21.526Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:21.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:21.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T16:01:21.866Z] 4cd4f5c192a9: Preparing [2021-01-19T16:01:21.866Z] ed5beb43ba7b: Preparing [2021-01-19T16:01:21.866Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:21.866Z] 4cd4f5c192a9: Layer already exists [2021-01-19T16:01:21.866Z] ed5beb43ba7b: Layer already exists [2021-01-19T16:01:21.866Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:22.137Z] 2.0.0-dev.44: digest: sha256:f142c4ed9c8f07ee504f1084ac745fb8da9fbcf5a9e7ccdcad1d5ebbd4ed7a51 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:22.487Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:22.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:22.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T16:01:22.827Z] 4cd4f5c192a9: Preparing [2021-01-19T16:01:22.827Z] ed5beb43ba7b: Preparing [2021-01-19T16:01:22.827Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:23.101Z] ed5beb43ba7b: Layer already exists [2021-01-19T16:01:23.101Z] 4cd4f5c192a9: Layer already exists [2021-01-19T16:01:23.101Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:23.101Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:f142c4ed9c8f07ee504f1084ac745fb8da9fbcf5a9e7ccdcad1d5ebbd4ed7a51 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:23.446Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:23.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-19T16:01:23.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T16:01:23.784Z] 4cd4f5c192a9: Preparing [2021-01-19T16:01:23.784Z] ed5beb43ba7b: Preparing [2021-01-19T16:01:23.784Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:23.784Z] 4cd4f5c192a9: Layer already exists [2021-01-19T16:01:23.784Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:23.784Z] ed5beb43ba7b: Layer already exists [2021-01-19T16:01:24.056Z] master: digest: sha256:f142c4ed9c8f07ee504f1084ac745fb8da9fbcf5a9e7ccdcad1d5ebbd4ed7a51 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:01:24.257Z] ===================================================== [Pipeline] echo [2021-01-19T16:01:24.307Z] taggedImages: [2021-01-19T16:01:24.307Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:24.307Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:24.307Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:24.307Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-19T16:01:24.373Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-19T16:01:24.373Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:24.373Z] 2.0.0-dev.44 [2021-01-19T16:01:24.373Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:24.373Z] master [2021-01-19T16:01:24.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:24.880Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:25.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:25.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T16:01:25.231Z] 97117b9c513c: Preparing [2021-01-19T16:01:25.231Z] 835abed62b52: Preparing [2021-01-19T16:01:25.231Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:25.231Z] 95e3884f57d3: Preparing [2021-01-19T16:01:25.231Z] 49af1f88d522: Preparing [2021-01-19T16:01:25.231Z] 379067d0cb53: Preparing [2021-01-19T16:01:25.231Z] 379067d0cb53: Waiting [2021-01-19T16:01:25.509Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:25.510Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:25.510Z] 97117b9c513c: Pushed [2021-01-19T16:01:25.510Z] 49af1f88d522: Pushed [2021-01-19T16:01:26.102Z] 95e3884f57d3: Pushed [2021-01-19T16:01:28.732Z] 835abed62b52: Pushed [2021-01-19T16:01:29.006Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:cdf004c04f19d59f2899681c851691a764c20c0c3a71a3ac31d2fa1a26926ee8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:29.349Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:29.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:29.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T16:01:29.687Z] 97117b9c513c: Preparing [2021-01-19T16:01:29.687Z] 835abed62b52: Preparing [2021-01-19T16:01:29.687Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:29.687Z] 95e3884f57d3: Preparing [2021-01-19T16:01:29.687Z] 49af1f88d522: Preparing [2021-01-19T16:01:29.687Z] 379067d0cb53: Preparing [2021-01-19T16:01:29.968Z] 49af1f88d522: Layer already exists [2021-01-19T16:01:29.968Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:29.968Z] 835abed62b52: Layer already exists [2021-01-19T16:01:29.968Z] 97117b9c513c: Layer already exists [2021-01-19T16:01:29.968Z] 95e3884f57d3: Layer already exists [2021-01-19T16:01:29.968Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:29.968Z] 2.0.0-dev.44: digest: sha256:cdf004c04f19d59f2899681c851691a764c20c0c3a71a3ac31d2fa1a26926ee8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:30.311Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:30.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:30.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T16:01:30.649Z] 97117b9c513c: Preparing [2021-01-19T16:01:30.649Z] 835abed62b52: Preparing [2021-01-19T16:01:30.649Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:30.649Z] 95e3884f57d3: Preparing [2021-01-19T16:01:30.649Z] 49af1f88d522: Preparing [2021-01-19T16:01:30.649Z] 379067d0cb53: Preparing [2021-01-19T16:01:30.649Z] 379067d0cb53: Waiting [2021-01-19T16:01:30.649Z] 97117b9c513c: Layer already exists [2021-01-19T16:01:30.649Z] 95e3884f57d3: Layer already exists [2021-01-19T16:01:30.925Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:30.925Z] 49af1f88d522: Layer already exists [2021-01-19T16:01:30.925Z] 835abed62b52: Layer already exists [2021-01-19T16:01:30.925Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:30.925Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:cdf004c04f19d59f2899681c851691a764c20c0c3a71a3ac31d2fa1a26926ee8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:31.270Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:31.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-19T16:01:31.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T16:01:31.613Z] 97117b9c513c: Preparing [2021-01-19T16:01:31.613Z] 835abed62b52: Preparing [2021-01-19T16:01:31.613Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:31.613Z] 95e3884f57d3: Preparing [2021-01-19T16:01:31.613Z] 49af1f88d522: Preparing [2021-01-19T16:01:31.613Z] 379067d0cb53: Preparing [2021-01-19T16:01:31.613Z] 379067d0cb53: Waiting [2021-01-19T16:01:31.613Z] 835abed62b52: Layer already exists [2021-01-19T16:01:31.613Z] 95e3884f57d3: Layer already exists [2021-01-19T16:01:31.613Z] 97117b9c513c: Layer already exists [2021-01-19T16:01:31.613Z] 49af1f88d522: Layer already exists [2021-01-19T16:01:31.613Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:31.883Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:31.883Z] master: digest: sha256:cdf004c04f19d59f2899681c851691a764c20c0c3a71a3ac31d2fa1a26926ee8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:01:32.108Z] ===================================================== [Pipeline] echo [2021-01-19T16:01:32.154Z] taggedImages: [2021-01-19T16:01:32.154Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:32.154Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:32.154Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:32.154Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-19T16:01:32.217Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-19T16:01:32.217Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:32.217Z] 2.0.0-dev.44 [2021-01-19T16:01:32.217Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:32.217Z] master [2021-01-19T16:01:32.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:32.753Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:33.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:33.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T16:01:33.131Z] d22dd8cdb604: Preparing [2021-01-19T16:01:33.131Z] fa136d7da516: Preparing [2021-01-19T16:01:33.131Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:33.434Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:33.434Z] d22dd8cdb604: Pushed [2021-01-19T16:01:36.835Z] fa136d7da516: Pushed [2021-01-19T16:01:36.835Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:f6c28d412ed8c0ccb206bcdd3bd07052385a001ee54e8210552ede5295adc516 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:37.176Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:37.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:37.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T16:01:37.513Z] d22dd8cdb604: Preparing [2021-01-19T16:01:37.513Z] fa136d7da516: Preparing [2021-01-19T16:01:37.513Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:37.513Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:37.513Z] d22dd8cdb604: Layer already exists [2021-01-19T16:01:37.513Z] fa136d7da516: Layer already exists [2021-01-19T16:01:37.787Z] 2.0.0-dev.44: digest: sha256:f6c28d412ed8c0ccb206bcdd3bd07052385a001ee54e8210552ede5295adc516 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:38.148Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:38.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:38.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T16:01:38.753Z] d22dd8cdb604: Preparing [2021-01-19T16:01:38.753Z] fa136d7da516: Preparing [2021-01-19T16:01:38.753Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:38.753Z] fa136d7da516: Layer already exists [2021-01-19T16:01:38.753Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:38.753Z] d22dd8cdb604: Layer already exists [2021-01-19T16:01:39.029Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:f6c28d412ed8c0ccb206bcdd3bd07052385a001ee54e8210552ede5295adc516 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:39.380Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:39.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-19T16:01:39.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T16:01:39.723Z] d22dd8cdb604: Preparing [2021-01-19T16:01:39.723Z] fa136d7da516: Preparing [2021-01-19T16:01:39.723Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:39.723Z] d22dd8cdb604: Layer already exists [2021-01-19T16:01:39.723Z] fa136d7da516: Layer already exists [2021-01-19T16:01:39.723Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:39.993Z] master: digest: sha256:f6c28d412ed8c0ccb206bcdd3bd07052385a001ee54e8210552ede5295adc516 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:01:40.268Z] ===================================================== [Pipeline] echo [2021-01-19T16:01:40.390Z] taggedImages: [2021-01-19T16:01:40.390Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:40.390Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:40.390Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:40.390Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-19T16:01:40.478Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-19T16:01:40.478Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:40.478Z] 2.0.0-dev.44 [2021-01-19T16:01:40.478Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:40.478Z] master [2021-01-19T16:01:40.478Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:41.074Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:41.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:41.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T16:01:41.432Z] 8baf4af6048e: Preparing [2021-01-19T16:01:41.432Z] f985dc7708d8: Preparing [2021-01-19T16:01:41.432Z] 5045c452d45b: Preparing [2021-01-19T16:01:41.432Z] 64a3c914eaa7: Preparing [2021-01-19T16:01:41.432Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:41.432Z] c7200bdaeee1: Preparing [2021-01-19T16:01:41.432Z] 379067d0cb53: Preparing [2021-01-19T16:01:41.432Z] c7200bdaeee1: Waiting [2021-01-19T16:01:41.432Z] 379067d0cb53: Waiting [2021-01-19T16:01:41.707Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:41.707Z] f985dc7708d8: Pushed [2021-01-19T16:01:41.707Z] 8baf4af6048e: Pushed [2021-01-19T16:01:41.707Z] 5045c452d45b: Pushed [2021-01-19T16:01:41.984Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:42.254Z] c7200bdaeee1: Pushed [2021-01-19T16:01:43.675Z] 64a3c914eaa7: Pushed [2021-01-19T16:01:43.944Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:5c90d8835d580ad52f0c4362a80bc8cba0c8c401868a954f78acc2a4ec90e265 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:44.292Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:44.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:44.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T16:01:44.629Z] 8baf4af6048e: Preparing [2021-01-19T16:01:44.629Z] f985dc7708d8: Preparing [2021-01-19T16:01:44.629Z] 5045c452d45b: Preparing [2021-01-19T16:01:44.629Z] 64a3c914eaa7: Preparing [2021-01-19T16:01:44.629Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:44.629Z] c7200bdaeee1: Preparing [2021-01-19T16:01:44.630Z] 379067d0cb53: Preparing [2021-01-19T16:01:44.630Z] c7200bdaeee1: Waiting [2021-01-19T16:01:44.899Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:44.899Z] 5045c452d45b: Layer already exists [2021-01-19T16:01:44.899Z] 64a3c914eaa7: Layer already exists [2021-01-19T16:01:44.899Z] f985dc7708d8: Layer already exists [2021-01-19T16:01:44.899Z] 8baf4af6048e: Layer already exists [2021-01-19T16:01:44.899Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:44.899Z] c7200bdaeee1: Layer already exists [2021-01-19T16:01:44.899Z] 2.0.0-dev.44: digest: sha256:5c90d8835d580ad52f0c4362a80bc8cba0c8c401868a954f78acc2a4ec90e265 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:45.248Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:45.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:45.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T16:01:45.590Z] 8baf4af6048e: Preparing [2021-01-19T16:01:45.590Z] f985dc7708d8: Preparing [2021-01-19T16:01:45.590Z] 5045c452d45b: Preparing [2021-01-19T16:01:45.590Z] 64a3c914eaa7: Preparing [2021-01-19T16:01:45.590Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:45.590Z] c7200bdaeee1: Preparing [2021-01-19T16:01:45.590Z] 379067d0cb53: Preparing [2021-01-19T16:01:45.590Z] c7200bdaeee1: Waiting [2021-01-19T16:01:45.590Z] 379067d0cb53: Waiting [2021-01-19T16:01:45.861Z] 8baf4af6048e: Layer already exists [2021-01-19T16:01:45.861Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:45.861Z] f985dc7708d8: Layer already exists [2021-01-19T16:01:45.861Z] 64a3c914eaa7: Layer already exists [2021-01-19T16:01:45.861Z] 5045c452d45b: Layer already exists [2021-01-19T16:01:45.861Z] c7200bdaeee1: Layer already exists [2021-01-19T16:01:45.861Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:45.861Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:5c90d8835d580ad52f0c4362a80bc8cba0c8c401868a954f78acc2a4ec90e265 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:46.203Z] + 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-19T16:01:46.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-19T16:01:46.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T16:01:46.545Z] 8baf4af6048e: Preparing [2021-01-19T16:01:46.545Z] f985dc7708d8: Preparing [2021-01-19T16:01:46.545Z] 5045c452d45b: Preparing [2021-01-19T16:01:46.545Z] 64a3c914eaa7: Preparing [2021-01-19T16:01:46.545Z] 784d9c2ce3c1: Preparing [2021-01-19T16:01:46.545Z] c7200bdaeee1: Preparing [2021-01-19T16:01:46.545Z] 379067d0cb53: Preparing [2021-01-19T16:01:46.545Z] c7200bdaeee1: Waiting [2021-01-19T16:01:46.545Z] 379067d0cb53: Waiting [2021-01-19T16:01:46.816Z] 5045c452d45b: Layer already exists [2021-01-19T16:01:46.816Z] f985dc7708d8: Layer already exists [2021-01-19T16:01:46.816Z] 8baf4af6048e: Layer already exists [2021-01-19T16:01:46.816Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:01:46.816Z] 64a3c914eaa7: Layer already exists [2021-01-19T16:01:46.816Z] c7200bdaeee1: Layer already exists [2021-01-19T16:01:46.816Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:46.816Z] master: digest: sha256:5c90d8835d580ad52f0c4362a80bc8cba0c8c401868a954f78acc2a4ec90e265 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:01:47.020Z] ===================================================== [Pipeline] echo [2021-01-19T16:01:47.062Z] taggedImages: [2021-01-19T16:01:47.062Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:47.062Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:47.062Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:47.062Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-19T16:01:47.119Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-19T16:01:47.119Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:47.119Z] 2.0.0-dev.44 [2021-01-19T16:01:47.119Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:47.119Z] master [2021-01-19T16:01:47.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:47.637Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:47.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:47.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T16:01:47.990Z] bf7a14b73372: Preparing [2021-01-19T16:01:47.990Z] ae9bd77d0799: Preparing [2021-01-19T16:01:47.990Z] 7d15fb2618ef: Preparing [2021-01-19T16:01:47.990Z] 99f3766b5c4d: Preparing [2021-01-19T16:01:47.990Z] ea6c15c05747: Preparing [2021-01-19T16:01:47.990Z] 379067d0cb53: Preparing [2021-01-19T16:01:47.990Z] 379067d0cb53: Waiting [2021-01-19T16:01:48.588Z] 99f3766b5c4d: Pushed [2021-01-19T16:01:48.588Z] 7d15fb2618ef: Pushed [2021-01-19T16:01:48.588Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:48.864Z] ea6c15c05747: Pushed [2021-01-19T16:01:50.307Z] ae9bd77d0799: Pushed [2021-01-19T16:01:50.899Z] bf7a14b73372: Pushed [2021-01-19T16:01:51.169Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:ec9e05f0f200a0fbfacdde765df99c2236ae30d2b233bf7197338038b68e3cc5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:51.512Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:51.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:51.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T16:01:51.853Z] bf7a14b73372: Preparing [2021-01-19T16:01:51.853Z] ae9bd77d0799: Preparing [2021-01-19T16:01:51.853Z] 7d15fb2618ef: Preparing [2021-01-19T16:01:51.853Z] 99f3766b5c4d: Preparing [2021-01-19T16:01:51.853Z] ea6c15c05747: Preparing [2021-01-19T16:01:51.853Z] 379067d0cb53: Preparing [2021-01-19T16:01:51.853Z] 379067d0cb53: Waiting [2021-01-19T16:01:52.124Z] ae9bd77d0799: Layer already exists [2021-01-19T16:01:52.124Z] 99f3766b5c4d: Layer already exists [2021-01-19T16:01:52.124Z] ea6c15c05747: Layer already exists [2021-01-19T16:01:52.124Z] bf7a14b73372: Layer already exists [2021-01-19T16:01:52.124Z] 7d15fb2618ef: Layer already exists [2021-01-19T16:01:52.124Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:52.124Z] 2.0.0-dev.44: digest: sha256:ec9e05f0f200a0fbfacdde765df99c2236ae30d2b233bf7197338038b68e3cc5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:52.461Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:52.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:52.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T16:01:52.794Z] bf7a14b73372: Preparing [2021-01-19T16:01:52.794Z] ae9bd77d0799: Preparing [2021-01-19T16:01:52.794Z] 7d15fb2618ef: Preparing [2021-01-19T16:01:52.794Z] 99f3766b5c4d: Preparing [2021-01-19T16:01:52.794Z] ea6c15c05747: Preparing [2021-01-19T16:01:52.794Z] 379067d0cb53: Preparing [2021-01-19T16:01:52.794Z] 379067d0cb53: Waiting [2021-01-19T16:01:53.063Z] bf7a14b73372: Layer already exists [2021-01-19T16:01:53.063Z] 7d15fb2618ef: Layer already exists [2021-01-19T16:01:53.063Z] 99f3766b5c4d: Layer already exists [2021-01-19T16:01:53.063Z] ea6c15c05747: Layer already exists [2021-01-19T16:01:53.063Z] ae9bd77d0799: Layer already exists [2021-01-19T16:01:53.063Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:53.063Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:ec9e05f0f200a0fbfacdde765df99c2236ae30d2b233bf7197338038b68e3cc5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:53.400Z] + 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-19T16:01:53.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-19T16:01:53.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T16:01:54.701Z] bf7a14b73372: Preparing [2021-01-19T16:01:54.701Z] ae9bd77d0799: Preparing [2021-01-19T16:01:54.701Z] 7d15fb2618ef: Preparing [2021-01-19T16:01:54.701Z] 99f3766b5c4d: Preparing [2021-01-19T16:01:54.701Z] ea6c15c05747: Preparing [2021-01-19T16:01:54.701Z] 379067d0cb53: Preparing [2021-01-19T16:01:54.701Z] 379067d0cb53: Waiting [2021-01-19T16:01:54.972Z] ae9bd77d0799: Layer already exists [2021-01-19T16:01:54.972Z] ea6c15c05747: Layer already exists [2021-01-19T16:01:54.972Z] 99f3766b5c4d: Layer already exists [2021-01-19T16:01:54.972Z] bf7a14b73372: Layer already exists [2021-01-19T16:01:54.972Z] 7d15fb2618ef: Layer already exists [2021-01-19T16:01:54.972Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:54.972Z] master: digest: sha256:ec9e05f0f200a0fbfacdde765df99c2236ae30d2b233bf7197338038b68e3cc5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:01:55.201Z] ===================================================== [Pipeline] echo [2021-01-19T16:01:55.252Z] taggedImages: [2021-01-19T16:01:55.252Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:55.252Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:55.252Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:55.252Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-19T16:01:55.346Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-19T16:01:55.346Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:55.346Z] 2.0.0-dev.44 [2021-01-19T16:01:55.346Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:01:55.346Z] master [2021-01-19T16:01:55.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:55.855Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:56.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:01:56.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T16:01:56.207Z] ed60172459a4: Preparing [2021-01-19T16:01:56.207Z] 528093267bb5: Preparing [2021-01-19T16:01:56.207Z] 9d01fd8fa8b1: Preparing [2021-01-19T16:01:56.207Z] 343cabbbb84a: Preparing [2021-01-19T16:01:56.207Z] 27f67d8667b6: Preparing [2021-01-19T16:01:56.207Z] f4b5168b9565: Preparing [2021-01-19T16:01:56.207Z] f9217ac6c09f: Preparing [2021-01-19T16:01:56.207Z] 6e31fe00d937: Preparing [2021-01-19T16:01:56.207Z] 379067d0cb53: Preparing [2021-01-19T16:01:56.207Z] 379067d0cb53: Waiting [2021-01-19T16:01:56.207Z] 6e31fe00d937: Waiting [2021-01-19T16:01:56.207Z] f4b5168b9565: Waiting [2021-01-19T16:01:56.478Z] ed60172459a4: Pushed [2021-01-19T16:01:56.751Z] 528093267bb5: Pushed [2021-01-19T16:01:56.751Z] 27f67d8667b6: Pushed [2021-01-19T16:01:56.751Z] f4b5168b9565: Pushed [2021-01-19T16:01:56.751Z] f9217ac6c09f: Pushed [2021-01-19T16:01:57.023Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:57.295Z] 6e31fe00d937: Pushed [2021-01-19T16:01:58.718Z] 343cabbbb84a: Pushed [2021-01-19T16:01:58.718Z] 9d01fd8fa8b1: Pushed [2021-01-19T16:01:58.718Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:b1b1762bd9bfdbb62c4d913d8215f95e088c3ff611c5a7c0258f17b9505facfe size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:59.058Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:01:59.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.44 [2021-01-19T16:01:59.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T16:01:59.416Z] ed60172459a4: Preparing [2021-01-19T16:01:59.416Z] 528093267bb5: Preparing [2021-01-19T16:01:59.416Z] 9d01fd8fa8b1: Preparing [2021-01-19T16:01:59.416Z] 343cabbbb84a: Preparing [2021-01-19T16:01:59.416Z] 27f67d8667b6: Preparing [2021-01-19T16:01:59.416Z] f4b5168b9565: Preparing [2021-01-19T16:01:59.416Z] f9217ac6c09f: Preparing [2021-01-19T16:01:59.416Z] 6e31fe00d937: Preparing [2021-01-19T16:01:59.416Z] 379067d0cb53: Preparing [2021-01-19T16:01:59.416Z] f9217ac6c09f: Waiting [2021-01-19T16:01:59.416Z] 6e31fe00d937: Waiting [2021-01-19T16:01:59.416Z] f4b5168b9565: Waiting [2021-01-19T16:01:59.416Z] 379067d0cb53: Waiting [2021-01-19T16:01:59.689Z] 9d01fd8fa8b1: Layer already exists [2021-01-19T16:01:59.689Z] ed60172459a4: Layer already exists [2021-01-19T16:01:59.689Z] 528093267bb5: Layer already exists [2021-01-19T16:01:59.689Z] 343cabbbb84a: Layer already exists [2021-01-19T16:01:59.689Z] 27f67d8667b6: Layer already exists [2021-01-19T16:01:59.689Z] f4b5168b9565: Layer already exists [2021-01-19T16:01:59.689Z] 379067d0cb53: Layer already exists [2021-01-19T16:01:59.689Z] f9217ac6c09f: Layer already exists [2021-01-19T16:01:59.689Z] 6e31fe00d937: Layer already exists [2021-01-19T16:01:59.689Z] 2.0.0-dev.44: digest: sha256:b1b1762bd9bfdbb62c4d913d8215f95e088c3ff611c5a7c0258f17b9505facfe size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:00.068Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:00.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:00.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T16:02:00.485Z] ed60172459a4: Preparing [2021-01-19T16:02:00.485Z] 528093267bb5: Preparing [2021-01-19T16:02:00.485Z] 9d01fd8fa8b1: Preparing [2021-01-19T16:02:00.485Z] 343cabbbb84a: Preparing [2021-01-19T16:02:00.485Z] 27f67d8667b6: Preparing [2021-01-19T16:02:00.485Z] f4b5168b9565: Preparing [2021-01-19T16:02:00.485Z] f9217ac6c09f: Preparing [2021-01-19T16:02:00.485Z] 6e31fe00d937: Preparing [2021-01-19T16:02:00.485Z] 379067d0cb53: Preparing [2021-01-19T16:02:00.485Z] f4b5168b9565: Waiting [2021-01-19T16:02:00.485Z] f9217ac6c09f: Waiting [2021-01-19T16:02:00.485Z] 6e31fe00d937: Waiting [2021-01-19T16:02:00.485Z] 379067d0cb53: Waiting [2021-01-19T16:02:00.485Z] 27f67d8667b6: Layer already exists [2021-01-19T16:02:00.485Z] ed60172459a4: Layer already exists [2021-01-19T16:02:00.485Z] 528093267bb5: Layer already exists [2021-01-19T16:02:00.485Z] 9d01fd8fa8b1: Layer already exists [2021-01-19T16:02:00.485Z] 343cabbbb84a: Layer already exists [2021-01-19T16:02:00.757Z] 6e31fe00d937: Layer already exists [2021-01-19T16:02:00.757Z] f4b5168b9565: Layer already exists [2021-01-19T16:02:00.757Z] 379067d0cb53: Layer already exists [2021-01-19T16:02:00.757Z] f9217ac6c09f: Layer already exists [2021-01-19T16:02:00.757Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:b1b1762bd9bfdbb62c4d913d8215f95e088c3ff611c5a7c0258f17b9505facfe size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:01.096Z] + 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-19T16:02:01.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-19T16:02:01.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T16:02:01.436Z] ed60172459a4: Preparing [2021-01-19T16:02:01.436Z] 528093267bb5: Preparing [2021-01-19T16:02:01.436Z] 9d01fd8fa8b1: Preparing [2021-01-19T16:02:01.436Z] 343cabbbb84a: Preparing [2021-01-19T16:02:01.436Z] 27f67d8667b6: Preparing [2021-01-19T16:02:01.436Z] f4b5168b9565: Preparing [2021-01-19T16:02:01.436Z] f9217ac6c09f: Preparing [2021-01-19T16:02:01.436Z] 6e31fe00d937: Preparing [2021-01-19T16:02:01.436Z] 379067d0cb53: Preparing [2021-01-19T16:02:01.436Z] f4b5168b9565: Waiting [2021-01-19T16:02:01.436Z] f9217ac6c09f: Waiting [2021-01-19T16:02:01.436Z] 6e31fe00d937: Waiting [2021-01-19T16:02:01.436Z] 379067d0cb53: Waiting [2021-01-19T16:02:01.706Z] 343cabbbb84a: Layer already exists [2021-01-19T16:02:01.706Z] 9d01fd8fa8b1: Layer already exists [2021-01-19T16:02:01.706Z] 27f67d8667b6: Layer already exists [2021-01-19T16:02:01.706Z] 528093267bb5: Layer already exists [2021-01-19T16:02:01.706Z] ed60172459a4: Layer already exists [2021-01-19T16:02:01.706Z] f4b5168b9565: Layer already exists [2021-01-19T16:02:01.706Z] 6e31fe00d937: Layer already exists [2021-01-19T16:02:01.706Z] f9217ac6c09f: Layer already exists [2021-01-19T16:02:01.706Z] 379067d0cb53: Layer already exists [2021-01-19T16:02:01.706Z] master: digest: sha256:b1b1762bd9bfdbb62c4d913d8215f95e088c3ff611c5a7c0258f17b9505facfe size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:02:01.957Z] ===================================================== [Pipeline] echo [2021-01-19T16:02:01.999Z] taggedImages: [2021-01-19T16:02:01.999Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:01.999Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.44 [2021-01-19T16:02:01.999Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:01.999Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-19T16:02:02.086Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-19T16:02:02.086Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:02.086Z] 2.0.0-dev.44 [2021-01-19T16:02:02.086Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:02.086Z] master [2021-01-19T16:02:02.086Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:02.596Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:02.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:02.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T16:02:02.929Z] 326251c29e8c: Preparing [2021-01-19T16:02:02.929Z] 2fcb3178dc1d: Preparing [2021-01-19T16:02:02.929Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:02.929Z] 51dbb286880b: Preparing [2021-01-19T16:02:02.929Z] 239f917a9ed7: Preparing [2021-01-19T16:02:02.929Z] 00434631efc0: Preparing [2021-01-19T16:02:02.929Z] 00434631efc0: Waiting [2021-01-19T16:02:03.212Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:03.212Z] 326251c29e8c: Pushed [2021-01-19T16:02:03.482Z] 51dbb286880b: Pushed [2021-01-19T16:02:03.482Z] 239f917a9ed7: Pushed [2021-01-19T16:02:03.482Z] 00434631efc0: Pushed [2021-01-19T16:02:06.089Z] 2fcb3178dc1d: Pushed [2021-01-19T16:02:06.089Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:d74f074fdac9af494b8ca9173e407845a19c1c69088a315d9cc315485b777357 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:06.433Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:06.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.44 [2021-01-19T16:02:06.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T16:02:06.773Z] 326251c29e8c: Preparing [2021-01-19T16:02:06.773Z] 2fcb3178dc1d: Preparing [2021-01-19T16:02:06.773Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:06.773Z] 51dbb286880b: Preparing [2021-01-19T16:02:06.773Z] 239f917a9ed7: Preparing [2021-01-19T16:02:06.773Z] 00434631efc0: Preparing [2021-01-19T16:02:06.773Z] 00434631efc0: Waiting [2021-01-19T16:02:06.773Z] 326251c29e8c: Layer already exists [2021-01-19T16:02:06.773Z] 239f917a9ed7: Layer already exists [2021-01-19T16:02:06.773Z] 2fcb3178dc1d: Layer already exists [2021-01-19T16:02:06.773Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:06.773Z] 51dbb286880b: Layer already exists [2021-01-19T16:02:07.048Z] 00434631efc0: Layer already exists [2021-01-19T16:02:07.048Z] 2.0.0-dev.44: digest: sha256:d74f074fdac9af494b8ca9173e407845a19c1c69088a315d9cc315485b777357 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:07.415Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:07.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:07.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T16:02:07.778Z] 326251c29e8c: Preparing [2021-01-19T16:02:07.778Z] 2fcb3178dc1d: Preparing [2021-01-19T16:02:07.778Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:07.778Z] 51dbb286880b: Preparing [2021-01-19T16:02:07.778Z] 239f917a9ed7: Preparing [2021-01-19T16:02:07.778Z] 00434631efc0: Preparing [2021-01-19T16:02:07.778Z] 00434631efc0: Waiting [2021-01-19T16:02:08.049Z] 51dbb286880b: Layer already exists [2021-01-19T16:02:08.049Z] 326251c29e8c: Layer already exists [2021-01-19T16:02:08.049Z] 2fcb3178dc1d: Layer already exists [2021-01-19T16:02:08.049Z] 239f917a9ed7: Layer already exists [2021-01-19T16:02:08.049Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:08.049Z] 00434631efc0: Layer already exists [2021-01-19T16:02:08.049Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:d74f074fdac9af494b8ca9173e407845a19c1c69088a315d9cc315485b777357 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:08.439Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:08.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-19T16:02:08.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T16:02:08.779Z] 326251c29e8c: Preparing [2021-01-19T16:02:08.779Z] 2fcb3178dc1d: Preparing [2021-01-19T16:02:08.779Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:08.779Z] 51dbb286880b: Preparing [2021-01-19T16:02:08.779Z] 239f917a9ed7: Preparing [2021-01-19T16:02:08.779Z] 00434631efc0: Preparing [2021-01-19T16:02:08.779Z] 00434631efc0: Waiting [2021-01-19T16:02:09.054Z] 326251c29e8c: Layer already exists [2021-01-19T16:02:09.054Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:09.054Z] 51dbb286880b: Layer already exists [2021-01-19T16:02:09.054Z] 239f917a9ed7: Layer already exists [2021-01-19T16:02:09.054Z] 2fcb3178dc1d: Layer already exists [2021-01-19T16:02:09.054Z] 00434631efc0: Layer already exists [2021-01-19T16:02:09.054Z] master: digest: sha256:d74f074fdac9af494b8ca9173e407845a19c1c69088a315d9cc315485b777357 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:02:09.259Z] ===================================================== [Pipeline] echo [2021-01-19T16:02:09.306Z] taggedImages: [2021-01-19T16:02:09.306Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:09.306Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.44 [2021-01-19T16:02:09.306Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:09.306Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-19T16:02:09.375Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-19T16:02:09.375Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:09.375Z] 2.0.0-dev.44 [2021-01-19T16:02:09.375Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:09.375Z] master [2021-01-19T16:02:09.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:09.908Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:10.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:10.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T16:02:10.251Z] 5156683940f3: Preparing [2021-01-19T16:02:10.251Z] 985ebfcaf8c1: Preparing [2021-01-19T16:02:10.251Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:10.524Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:10.524Z] 5156683940f3: Pushed [2021-01-19T16:02:13.142Z] 985ebfcaf8c1: Pushed [2021-01-19T16:02:13.142Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:dd6d1ddb7e0d5c18e02e0d658e5e3e32e74535c4a114c39a41c0c4d8423e4395 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:13.500Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:13.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.44 [2021-01-19T16:02:13.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T16:02:13.835Z] 5156683940f3: Preparing [2021-01-19T16:02:13.835Z] 985ebfcaf8c1: Preparing [2021-01-19T16:02:13.835Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:14.106Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:14.106Z] 985ebfcaf8c1: Layer already exists [2021-01-19T16:02:14.106Z] 5156683940f3: Layer already exists [2021-01-19T16:02:14.106Z] 2.0.0-dev.44: digest: sha256:dd6d1ddb7e0d5c18e02e0d658e5e3e32e74535c4a114c39a41c0c4d8423e4395 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:14.447Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:14.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:14.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T16:02:14.778Z] 5156683940f3: Preparing [2021-01-19T16:02:14.778Z] 985ebfcaf8c1: Preparing [2021-01-19T16:02:14.778Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:15.048Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:15.048Z] 5156683940f3: Layer already exists [2021-01-19T16:02:15.048Z] 985ebfcaf8c1: Layer already exists [2021-01-19T16:02:15.048Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:dd6d1ddb7e0d5c18e02e0d658e5e3e32e74535c4a114c39a41c0c4d8423e4395 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:15.390Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:15.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-19T16:02:15.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T16:02:15.720Z] 5156683940f3: Preparing [2021-01-19T16:02:15.720Z] 985ebfcaf8c1: Preparing [2021-01-19T16:02:15.720Z] 784d9c2ce3c1: Preparing [2021-01-19T16:02:15.992Z] 985ebfcaf8c1: Layer already exists [2021-01-19T16:02:15.992Z] 784d9c2ce3c1: Layer already exists [2021-01-19T16:02:15.992Z] 5156683940f3: Layer already exists [2021-01-19T16:02:15.992Z] master: digest: sha256:dd6d1ddb7e0d5c18e02e0d658e5e3e32e74535c4a114c39a41c0c4d8423e4395 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:02:16.208Z] ===================================================== [Pipeline] echo [2021-01-19T16:02:16.253Z] taggedImages: [2021-01-19T16:02:16.253Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:16.253Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.44 [2021-01-19T16:02:16.253Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:16.253Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-19T16:02:16.318Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-19T16:02:16.318Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:16.318Z] 2.0.0-dev.44 [2021-01-19T16:02:16.318Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:16.318Z] master [2021-01-19T16:02:16.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:16.843Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:17.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:17.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T16:02:17.189Z] 26ccc11b7f5d: Preparing [2021-01-19T16:02:17.189Z] 0f0ff7dc10a4: Preparing [2021-01-19T16:02:17.189Z] 31e9e02880a1: Preparing [2021-01-19T16:02:17.189Z] 9b2b5589a1de: Preparing [2021-01-19T16:02:17.189Z] e9b4574d5414: Preparing [2021-01-19T16:02:17.189Z] 9d9abebf0357: Preparing [2021-01-19T16:02:17.189Z] 07cf76feb552: Preparing [2021-01-19T16:02:17.189Z] 9ded3b6bb9b5: Preparing [2021-01-19T16:02:17.189Z] fa1afe8e6ed9: Preparing [2021-01-19T16:02:17.189Z] 87a09b4c083e: Preparing [2021-01-19T16:02:17.189Z] 0f74e9ff2a61: Preparing [2021-01-19T16:02:17.189Z] b122376c33c6: Preparing [2021-01-19T16:02:17.189Z] f8381ed47b22: Preparing [2021-01-19T16:02:17.189Z] e934a737d657: Preparing [2021-01-19T16:02:17.189Z] b122376c33c6: Waiting [2021-01-19T16:02:17.189Z] f8381ed47b22: Waiting [2021-01-19T16:02:17.189Z] e934a737d657: Waiting [2021-01-19T16:02:17.189Z] 87a09b4c083e: Waiting [2021-01-19T16:02:17.189Z] 07cf76feb552: Waiting [2021-01-19T16:02:17.189Z] 9d9abebf0357: Waiting [2021-01-19T16:02:17.189Z] 0f74e9ff2a61: Waiting [2021-01-19T16:02:17.189Z] fa1afe8e6ed9: Waiting [2021-01-19T16:02:17.189Z] 9ded3b6bb9b5: Waiting [2021-01-19T16:02:17.817Z] e9b4574d5414: Pushed [2021-01-19T16:02:18.098Z] 26ccc11b7f5d: Pushed [2021-01-19T16:02:18.372Z] 9b2b5589a1de: Pushed [2021-01-19T16:02:18.372Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T16:02:18.651Z] fa1afe8e6ed9: Layer already exists [2021-01-19T16:02:18.651Z] 87a09b4c083e: Layer already exists [2021-01-19T16:02:18.651Z] 07cf76feb552: Pushed [2021-01-19T16:02:18.651Z] 0f74e9ff2a61: Layer already exists [2021-01-19T16:02:18.651Z] b122376c33c6: Layer already exists [2021-01-19T16:02:18.651Z] f8381ed47b22: Layer already exists [2021-01-19T16:02:18.651Z] e934a737d657: Layer already exists [2021-01-19T16:02:19.641Z] 0f0ff7dc10a4: Pushed [2021-01-19T16:02:20.231Z] 9d9abebf0357: Pushed [2021-01-19T16:02:30.345Z] 31e9e02880a1: Pushed [2021-01-19T16:02:30.345Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade: digest: sha256:1a1abb2e053afea548fab65480fc57167f229a4ac31949772012a0789ab15b2a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:30.686Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:31.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.44 [2021-01-19T16:02:31.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T16:02:31.017Z] 26ccc11b7f5d: Preparing [2021-01-19T16:02:31.017Z] 0f0ff7dc10a4: Preparing [2021-01-19T16:02:31.017Z] 31e9e02880a1: Preparing [2021-01-19T16:02:31.017Z] 9b2b5589a1de: Preparing [2021-01-19T16:02:31.017Z] e9b4574d5414: Preparing [2021-01-19T16:02:31.017Z] 9d9abebf0357: Preparing [2021-01-19T16:02:31.017Z] 07cf76feb552: Preparing [2021-01-19T16:02:31.017Z] 9ded3b6bb9b5: Preparing [2021-01-19T16:02:31.017Z] fa1afe8e6ed9: Preparing [2021-01-19T16:02:31.017Z] 87a09b4c083e: Preparing [2021-01-19T16:02:31.017Z] 0f74e9ff2a61: Preparing [2021-01-19T16:02:31.017Z] b122376c33c6: Preparing [2021-01-19T16:02:31.017Z] f8381ed47b22: Preparing [2021-01-19T16:02:31.017Z] e934a737d657: Preparing [2021-01-19T16:02:31.017Z] 9d9abebf0357: Waiting [2021-01-19T16:02:31.017Z] 07cf76feb552: Waiting [2021-01-19T16:02:31.017Z] 87a09b4c083e: Waiting [2021-01-19T16:02:31.017Z] 0f74e9ff2a61: Waiting [2021-01-19T16:02:31.017Z] b122376c33c6: Waiting [2021-01-19T16:02:31.017Z] f8381ed47b22: Waiting [2021-01-19T16:02:31.017Z] e934a737d657: Waiting [2021-01-19T16:02:31.017Z] 9ded3b6bb9b5: Waiting [2021-01-19T16:02:31.017Z] fa1afe8e6ed9: Waiting [2021-01-19T16:02:31.017Z] e9b4574d5414: Layer already exists [2021-01-19T16:02:31.017Z] 0f0ff7dc10a4: Layer already exists [2021-01-19T16:02:31.017Z] 26ccc11b7f5d: Layer already exists [2021-01-19T16:02:31.017Z] 31e9e02880a1: Layer already exists [2021-01-19T16:02:31.017Z] 9b2b5589a1de: Layer already exists [2021-01-19T16:02:31.017Z] 07cf76feb552: Layer already exists [2021-01-19T16:02:31.017Z] 9d9abebf0357: Layer already exists [2021-01-19T16:02:31.017Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T16:02:31.303Z] fa1afe8e6ed9: Layer already exists [2021-01-19T16:02:31.303Z] 87a09b4c083e: Layer already exists [2021-01-19T16:02:31.303Z] f8381ed47b22: Layer already exists [2021-01-19T16:02:31.303Z] b122376c33c6: Layer already exists [2021-01-19T16:02:31.303Z] e934a737d657: Layer already exists [2021-01-19T16:02:31.304Z] 0f74e9ff2a61: Layer already exists [2021-01-19T16:02:31.304Z] 2.0.0-dev.44: digest: sha256:1a1abb2e053afea548fab65480fc57167f229a4ac31949772012a0789ab15b2a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:31.699Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:32.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:32.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T16:02:32.087Z] 26ccc11b7f5d: Preparing [2021-01-19T16:02:32.087Z] 0f0ff7dc10a4: Preparing [2021-01-19T16:02:32.087Z] 31e9e02880a1: Preparing [2021-01-19T16:02:32.087Z] 9b2b5589a1de: Preparing [2021-01-19T16:02:32.087Z] e9b4574d5414: Preparing [2021-01-19T16:02:32.087Z] 9d9abebf0357: Preparing [2021-01-19T16:02:32.087Z] 07cf76feb552: Preparing [2021-01-19T16:02:32.087Z] 9ded3b6bb9b5: Preparing [2021-01-19T16:02:32.087Z] fa1afe8e6ed9: Preparing [2021-01-19T16:02:32.087Z] 87a09b4c083e: Preparing [2021-01-19T16:02:32.087Z] 0f74e9ff2a61: Preparing [2021-01-19T16:02:32.087Z] b122376c33c6: Preparing [2021-01-19T16:02:32.087Z] f8381ed47b22: Preparing [2021-01-19T16:02:32.087Z] e934a737d657: Preparing [2021-01-19T16:02:32.087Z] fa1afe8e6ed9: Waiting [2021-01-19T16:02:32.087Z] 87a09b4c083e: Waiting [2021-01-19T16:02:32.087Z] 0f74e9ff2a61: Waiting [2021-01-19T16:02:32.087Z] b122376c33c6: Waiting [2021-01-19T16:02:32.087Z] f8381ed47b22: Waiting [2021-01-19T16:02:32.087Z] e934a737d657: Waiting [2021-01-19T16:02:32.087Z] 9d9abebf0357: Waiting [2021-01-19T16:02:32.087Z] 07cf76feb552: Waiting [2021-01-19T16:02:32.087Z] 9ded3b6bb9b5: Waiting [2021-01-19T16:02:32.087Z] 0f0ff7dc10a4: Layer already exists [2021-01-19T16:02:32.087Z] 9b2b5589a1de: Layer already exists [2021-01-19T16:02:32.087Z] 26ccc11b7f5d: Layer already exists [2021-01-19T16:02:32.087Z] 31e9e02880a1: Layer already exists [2021-01-19T16:02:32.087Z] e9b4574d5414: Layer already exists [2021-01-19T16:02:32.375Z] 9d9abebf0357: Layer already exists [2021-01-19T16:02:32.375Z] 07cf76feb552: Layer already exists [2021-01-19T16:02:32.375Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T16:02:32.375Z] fa1afe8e6ed9: Layer already exists [2021-01-19T16:02:32.375Z] 87a09b4c083e: Layer already exists [2021-01-19T16:02:32.375Z] 0f74e9ff2a61: Layer already exists [2021-01-19T16:02:32.375Z] b122376c33c6: Layer already exists [2021-01-19T16:02:32.375Z] f8381ed47b22: Layer already exists [2021-01-19T16:02:32.375Z] e934a737d657: Layer already exists [2021-01-19T16:02:32.375Z] ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44: digest: sha256:1a1abb2e053afea548fab65480fc57167f229a4ac31949772012a0789ab15b2a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:32.742Z] + 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-19T16:02:33.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-19T16:02:33.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T16:02:33.080Z] 26ccc11b7f5d: Preparing [2021-01-19T16:02:33.080Z] 0f0ff7dc10a4: Preparing [2021-01-19T16:02:33.080Z] 31e9e02880a1: Preparing [2021-01-19T16:02:33.080Z] 9b2b5589a1de: Preparing [2021-01-19T16:02:33.080Z] e9b4574d5414: Preparing [2021-01-19T16:02:33.080Z] 9d9abebf0357: Preparing [2021-01-19T16:02:33.080Z] 07cf76feb552: Preparing [2021-01-19T16:02:33.080Z] 9ded3b6bb9b5: Preparing [2021-01-19T16:02:33.080Z] fa1afe8e6ed9: Preparing [2021-01-19T16:02:33.080Z] 87a09b4c083e: Preparing [2021-01-19T16:02:33.080Z] 0f74e9ff2a61: Preparing [2021-01-19T16:02:33.080Z] b122376c33c6: Preparing [2021-01-19T16:02:33.080Z] f8381ed47b22: Preparing [2021-01-19T16:02:33.080Z] e934a737d657: Preparing [2021-01-19T16:02:33.080Z] 87a09b4c083e: Waiting [2021-01-19T16:02:33.080Z] 0f74e9ff2a61: Waiting [2021-01-19T16:02:33.080Z] 9d9abebf0357: Waiting [2021-01-19T16:02:33.080Z] 07cf76feb552: Waiting [2021-01-19T16:02:33.080Z] 9ded3b6bb9b5: Waiting [2021-01-19T16:02:33.080Z] fa1afe8e6ed9: Waiting [2021-01-19T16:02:33.080Z] b122376c33c6: Waiting [2021-01-19T16:02:33.080Z] f8381ed47b22: Waiting [2021-01-19T16:02:33.080Z] e934a737d657: Waiting [2021-01-19T16:02:33.367Z] 26ccc11b7f5d: Layer already exists [2021-01-19T16:02:33.367Z] 0f0ff7dc10a4: Layer already exists [2021-01-19T16:02:33.367Z] e9b4574d5414: Layer already exists [2021-01-19T16:02:33.367Z] 9b2b5589a1de: Layer already exists [2021-01-19T16:02:33.367Z] 31e9e02880a1: Layer already exists [2021-01-19T16:02:33.367Z] 9d9abebf0357: Layer already exists [2021-01-19T16:02:33.367Z] 07cf76feb552: Layer already exists [2021-01-19T16:02:33.367Z] fa1afe8e6ed9: Layer already exists [2021-01-19T16:02:33.367Z] 0f74e9ff2a61: Layer already exists [2021-01-19T16:02:33.367Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T16:02:33.367Z] 87a09b4c083e: Layer already exists [2021-01-19T16:02:33.367Z] f8381ed47b22: Layer already exists [2021-01-19T16:02:33.367Z] b122376c33c6: Layer already exists [2021-01-19T16:02:33.367Z] e934a737d657: Layer already exists [2021-01-19T16:02:33.367Z] master: digest: sha256:1a1abb2e053afea548fab65480fc57167f229a4ac31949772012a0789ab15b2a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T16:02:33.541Z] ===================================================== [Pipeline] echo [2021-01-19T16:02:33.584Z] taggedImages: [2021-01-19T16:02:33.584Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [2021-01-19T16:02:33.584Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.44 [2021-01-19T16:02:33.584Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff4e3493a8c789d3c4d6c885bb9a70d186a91ade-2.0.0-dev.44 [2021-01-19T16:02:33.584Z] - 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-19T16:02:34.719Z] provisioning config files... [2021-01-19T16:02:34.748Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/303@tmp/config3356228328274515538tmp [Pipeline] { [Pipeline] sh [2021-01-19T16:02:35.223Z] + set +x [2021-01-19T16:02:35.223Z] + curl -s https://codecov.io/bash [2021-01-19T16:02:35.223Z] + bash -s -- [2021-01-19T16:02:35.488Z] [2021-01-19T16:02:35.488Z] _____ _ [2021-01-19T16:02:35.488Z] / ____| | | [2021-01-19T16:02:35.488Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T16:02:35.488Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T16:02:35.488Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T16:02:35.488Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T16:02:35.488Z] Bash-20210115-cec3c92 [2021-01-19T16:02:35.488Z] [2021-01-19T16:02:35.488Z] [2021-01-19T16:02:35.488Z] ==> git version 2.24.3 found [2021-01-19T16:02:35.488Z] ==> 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-19T16:02:35.488Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T16:02:35.488Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T16:02:35.488Z] ==> Jenkins CI detected. [2021-01-19T16:02:35.488Z] project root: . [2021-01-19T16:02:35.488Z] --> token set from env [2021-01-19T16:02:35.750Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T16:02:35.750Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T16:02:35.750Z] ==> Python coveragepy not found [2021-01-19T16:02:35.750Z] ==> Searching for coverage reports in: [2021-01-19T16:02:35.750Z] + . [2021-01-19T16:02:35.750Z] -> Found 1 reports [2021-01-19T16:02:35.750Z] ==> Detecting git/mercurial file structure [2021-01-19T16:02:35.750Z] ==> Reading reports [2021-01-19T16:02:35.750Z] + ./coverage.out bytes=550280 [2021-01-19T16:02:35.750Z] ==> Appending adjustments [2021-01-19T16:02:35.750Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T16:02:39.063Z] + Found adjustments [2021-01-19T16:02:39.063Z] ==> Gzipping contents [2021-01-19T16:02:39.063Z] 84K /tmp/codecov.XflxEf.gz [2021-01-19T16:02:39.063Z] ==> Uploading reports [2021-01-19T16:02:39.063Z] url: https://codecov.io [2021-01-19T16:02:39.063Z] query: branch=master&commit=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade&build=303&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F303%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T16:02:39.063Z] -> Pinging Codecov [2021-01-19T16:02:39.063Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=ff4e3493a8c789d3c4d6c885bb9a70d186a91ade&build=303&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F303%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T16:02:39.638Z] -> Uploading to [2021-01-19T16:02:39.638Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/ff4e3493a8c789d3c4d6c885bb9a70d186a91ade/cd7c5375-dd1b-4ea4-ab1d-43107f14582c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T160239Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=25cb98dbb6d8a563ada00aee68241d365daa736a0c0c35a1d772c343747ab354 [2021-01-19T16:02:39.638Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:02:39.638Z] Dload Upload Total Spent Left Speed [2021-01-19T16:02:40.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83207 0 0 100 83207 0 135k --:--:-- --:--:-- --:--:-- 135k [2021-01-19T16:02:40.216Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ff4e3493a8c789d3c4d6c885bb9a70d186a91ade [Pipeline] } [2021-01-19T16:02:40.227Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-19T16:02:40.682Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T16:02:40.748Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:41.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T16:02:41.366Z] [2021-01-19T16:02:41.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:41.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T16:02:41.730Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T16:02:41.730Z] 188c0c94c7c5: Already exists [2021-01-19T16:02:41.730Z] 0ef7d3d256c8: Already exists [2021-01-19T16:02:41.730Z] de9db76c5a1d: Already exists [2021-01-19T16:02:41.730Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T16:02:41.730Z] 0d57e429df01: Pulling fs layer [2021-01-19T16:02:41.730Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T16:02:41.730Z] e1f770b5df2f: Pulling fs layer [2021-01-19T16:02:41.730Z] 85a0685a4137: Pulling fs layer [2021-01-19T16:02:41.730Z] e1f770b5df2f: Waiting [2021-01-19T16:02:41.730Z] 85a0685a4137: Waiting [2021-01-19T16:02:41.730Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T16:02:41.730Z] 4e4be7b47b0d: Download complete [2021-01-19T16:02:41.730Z] 0d57e429df01: Verifying Checksum [2021-01-19T16:02:41.730Z] 0d57e429df01: Download complete [2021-01-19T16:02:43.134Z] e1f770b5df2f: Verifying Checksum [2021-01-19T16:02:43.134Z] e1f770b5df2f: Download complete [2021-01-19T16:02:45.706Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T16:02:45.706Z] 0eba1c9be4d2: Download complete [2021-01-19T16:02:45.706Z] 85a0685a4137: Verifying Checksum [2021-01-19T16:02:45.706Z] 85a0685a4137: Download complete [2021-01-19T16:02:52.334Z] 0eba1c9be4d2: Pull complete [2021-01-19T16:02:52.334Z] 0d57e429df01: Pull complete [2021-01-19T16:02:52.334Z] 4e4be7b47b0d: Pull complete [2021-01-19T16:02:55.679Z] e1f770b5df2f: Pull complete [2021-01-19T16:03:04.006Z] 85a0685a4137: Pull complete [2021-01-19T16:03:04.269Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T16:03:04.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T16:03:04.269Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T16:03:04.499Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T16:03:04.562Z] $ 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/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T16:03:05.881Z] $ docker top 85d4e5d0b784294c861be1d749086b1996a497c590e9a28021ca36e189f56462 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T16:03:06.096Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T16:03:06.393Z] + set -o pipefail [2021-01-19T16:03:06.393Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T16:03:18.662Z] [2021-01-19T16:03:18.662Z] Monitoring /w/workspace/edgex-go/303 (github.com/edgexfoundry/edgex-go)... [2021-01-19T16:03:18.662Z] [2021-01-19T16:03:18.662Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/d5bc713e-609e-46aa-a4dd-146363b9efde [2021-01-19T16:03:18.662Z] [2021-01-19T16:03:18.662Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T16:03:18.662Z] [2021-01-19T16:03:18.662Z] [Pipeline] } [2021-01-19T16:03:18.681Z] $ docker stop --time=1 85d4e5d0b784294c861be1d749086b1996a497c590e9a28021ca36e189f56462 [2021-01-19T16:03:21.807Z] $ docker rm -f 85d4e5d0b784294c861be1d749086b1996a497c590e9a28021ca36e189f56462 [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-19T16:03:23.222Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T16:03:23.271Z] provisioning config files... [2021-01-19T16:03:23.281Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/303@tmp/config626158330554612158tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:03:23.690Z] --> edgex-publish-swagger.sh [2021-01-19T16:03:23.690Z] === Publish openapi/v1 API === [2021-01-19T16:03:23.690Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-19T16:03:23.690Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/303/openapi/v1/core-command.yaml] [2021-01-19T16:03:23.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:23.690Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:25.080Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8433 0:00:01 0:00:01 --:--:-- 8437 100 10522 0 0 100 10522 0 7903 0:00:01 0:00:01 --:--:-- 7905 [2021-01-19T16:03:25.080Z] [2021-01-19T16:03:25.080Z] [2021-01-19T16:03:25.080Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/303/openapi/v1/core-data.yaml] [2021-01-19T16:03:25.080Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:25.080Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:26.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27360 0:00:01 0:00:01 --:--:-- 27381 100 32557 0 0 100 32557 0 27356 0:00:01 0:00:01 --:--:-- 27381 [2021-01-19T16:03:26.027Z] [2021-01-19T16:03:26.027Z] [2021-01-19T16:03:26.027Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/303/openapi/v1/core-metadata.yaml] [2021-01-19T16:03:26.291Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:26.291Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:27.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60493 0:00:01 0:00:01 --:--:-- 60526 100 73721 0 0 100 73721 0 55995 0:00:01 0:00:01 --:--:-- 56018 [2021-01-19T16:03:27.687Z] [2021-01-19T16:03:27.687Z] [2021-01-19T16:03:27.687Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/303/openapi/v1/support-logging.yaml] [2021-01-19T16:03:27.687Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:27.687Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:28.631Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11689 0:00:01 0:00:01 --:--:-- 11687 100 13581 0 0 100 13581 0 11687 0:00:01 0:00:01 --:--:-- 11687 [2021-01-19T16:03:28.631Z] [2021-01-19T16:03:28.631Z] [2021-01-19T16:03:28.631Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/303/openapi/v1/support-notifications.yaml] [2021-01-19T16:03:28.631Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:28.631Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:30.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32007 0:00:01 0:00:01 --:--:-- 32034 100 38890 0 0 100 38890 0 31940 0:00:01 0:00:01 --:--:-- 31955 [2021-01-19T16:03:30.019Z] [2021-01-19T16:03:30.019Z] [2021-01-19T16:03:30.019Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/303/openapi/v1/support-scheduler.yaml] [2021-01-19T16:03:30.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:30.019Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:30.966Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12127 0:00:01 0:00:01 --:--:-- 12137 100 14249 0 0 100 14249 0 12123 0:00:01 0:00:01 --:--:-- 12126 [2021-01-19T16:03:30.966Z] [2021-01-19T16:03:30.966Z] [2021-01-19T16:03:30.966Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/303/openapi/v1/system-agent.yaml] [2021-01-19T16:03:30.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:30.966Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:32.362Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3605 0:00:01 0:00:01 --:--:-- 3608 100 4110 0 0 100 4110 0 3604 0:00:01 0:00:01 --:--:-- 3608 [2021-01-19T16:03:32.362Z] [2021-01-19T16:03:32.362Z] [2021-01-19T16:03:32.362Z] === Publish openapi/v2 API === [2021-01-19T16:03:32.362Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-19T16:03:32.362Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/303/openapi/v2/core-command.yaml] [2021-01-19T16:03:32.362Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:32.362Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:33.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 17631 0:00:01 0:00:01 --:--:-- 17648 100 20843 0 0 100 20843 0 17628 0:00:01 0:00:01 --:--:-- 17633 [2021-01-19T16:03:33.343Z] [2021-01-19T16:03:33.343Z] [2021-01-19T16:03:33.343Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/303/openapi/v2/core-data.yaml] [2021-01-19T16:03:33.343Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:33.343Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:34.568Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 48188 0:00:01 0:00:01 --:--:-- 48188 100 57055 0 0 100 57055 0 48181 0:00:01 0:00:01 --:--:-- 48147 [2021-01-19T16:03:34.568Z] [2021-01-19T16:03:34.568Z] [2021-01-19T16:03:34.568Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/303/openapi/v2/core-metadata.yaml] [2021-01-19T16:03:34.568Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:34.568Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:35.966Z] 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 95764 0:00:01 0:00:01 --:--:-- 95791 [2021-01-19T16:03:35.966Z] [2021-01-19T16:03:35.966Z] [2021-01-19T16:03:35.966Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/303/openapi/v2/support-logging.yaml] [2021-01-19T16:03:35.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:35.967Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:37.526Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19316 0:00:01 0:00:01 --:--:-- 19324 100 23692 0 0 100 23692 0 19305 0:00:01 0:00:01 --:--:-- 19308 [2021-01-19T16:03:37.526Z] [2021-01-19T16:03:37.526Z] [2021-01-19T16:03:37.526Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/303/openapi/v2/support-notifications.yaml] [2021-01-19T16:03:37.526Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:37.526Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:38.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56960 0:00:01 0:00:01 --:--:-- 56991 100 62691 0 0 100 62691 0 56950 0:00:01 0:00:01 --:--:-- 56991 [2021-01-19T16:03:38.488Z] [2021-01-19T16:03:38.488Z] [2021-01-19T16:03:38.488Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/303/openapi/v2/support-scheduler.yaml] [2021-01-19T16:03:38.488Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:38.488Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:39.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 33591 0:00:01 0:00:01 --:--:-- 33616 100 39667 0 0 100 39667 0 33586 0:00:01 0:00:01 --:--:-- 33616 [2021-01-19T16:03:39.440Z] [2021-01-19T16:03:39.440Z] [2021-01-19T16:03:39.440Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/303/openapi/v2/system-agent.yaml] [2021-01-19T16:03:39.440Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:03:39.440Z] Dload Upload Total Spent Left Speed [2021-01-19T16:03:40.656Z] 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 21399 0:00:01 0:00:01 --:--:-- 21394 100 23726 0 0 100 23726 0 21392 0:00:01 0:00:01 --:--:-- 21394 [2021-01-19T16:03:40.656Z] [2021-01-19T16:03:40.656Z] [Pipeline] } [2021-01-19T16:03:40.674Z] 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-19T16:03:41.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T16:03:41.575Z] . [Pipeline] withDockerContainer [2021-01-19T16:03:41.712Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T16:03:41.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T16:03:42.885Z] $ docker top 6cfc905c929d8f684b274d467e07b5251b1e218f839e30597d24858eb2fe2608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T16:03:43.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T16:03:43.223Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T16:03:43.490Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T16:03:43.495Z] $ docker exec 6cfc905c929d8f684b274d467e07b5251b1e218f839e30597d24858eb2fe2608 ssh-agent [2021-01-19T16:03:43.706Z] SSH_AUTH_SOCK=/tmp/ssh-9XH72FXXptqJ/agent.12 [2021-01-19T16:03:43.706Z] SSH_AGENT_PID=17 [2021-01-19T16:03:43.718Z] Running ssh-add (command line suppressed) [2021-01-19T16:03:43.903Z] Identity added: /w/workspace/edgex-go/303@tmp/private_key_4667774367494856884.key (/w/workspace/edgex-go/303@tmp/private_key_4667774367494856884.key) [2021-01-19T16:03:43.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T16:03:44.346Z] + git semver tag [2021-01-19T16:03:44.608Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T16:03:44.608Z] # $GIT_DIR = /w/workspace/edgex-go/303/.git [2021-01-19T16:03:44.608Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/303 [2021-01-19T16:03:44.608Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T16:03:44.608Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T16:03:44.608Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T16:03:44.608Z] # $SEMVER_BRANCH = master [2021-01-19T16:03:44.608Z] # $SEMVER_DIR = /w/workspace/edgex-go/303/.semver [2021-01-19T16:03:44.608Z] # ff4e3493a8c789d3c4d6c885bb9a70d186a91ade HEAD [2021-01-19T16:03:45.185Z] # -> Force: false [2021-01-19T16:03:45.185Z] # ac3a28825c6fb19d44a6b380334cd3443959cf0f refs/tags/v2.0.0-dev.44 [Pipeline] } [2021-01-19T16:03:45.201Z] $ docker exec --env ******** --env ******** 6cfc905c929d8f684b274d467e07b5251b1e218f839e30597d24858eb2fe2608 ssh-agent -k [2021-01-19T16:03:45.377Z] unset SSH_AUTH_SOCK; [2021-01-19T16:03:45.378Z] unset SSH_AGENT_PID; [2021-01-19T16:03:45.378Z] echo Agent pid 17 killed; [2021-01-19T16:03:45.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T16:03:45.945Z] + git semver [Pipeline] } [2021-01-19T16:03:45.973Z] $ docker stop --time=1 6cfc905c929d8f684b274d467e07b5251b1e218f839e30597d24858eb2fe2608 [2021-01-19T16:03:47.378Z] $ docker rm -f 6cfc905c929d8f684b274d467e07b5251b1e218f839e30597d24858eb2fe2608 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:03:48.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T16:03:48.135Z] [2021-01-19T16:03:48.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:03:48.485Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T16:03:48.485Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T16:03:48.485Z] ab5ef0e58194: Pulling fs layer [2021-01-19T16:03:48.485Z] 9712f1f96733: Pulling fs layer [2021-01-19T16:03:48.485Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T16:03:48.485Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T16:03:48.485Z] e9a5061849ea: Pulling fs layer [2021-01-19T16:03:48.485Z] d747dcd14b5f: Pulling fs layer [2021-01-19T16:03:48.485Z] 2de7ff778b66: Pulling fs layer [2021-01-19T16:03:48.485Z] 0d9ebad4ef96: Waiting [2021-01-19T16:03:48.485Z] e9a5061849ea: Waiting [2021-01-19T16:03:48.485Z] d747dcd14b5f: Waiting [2021-01-19T16:03:48.485Z] 9712f1f96733: Verifying Checksum [2021-01-19T16:03:48.485Z] 9712f1f96733: Download complete [2021-01-19T16:03:49.894Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T16:03:49.894Z] 63f879dbbcfc: Download complete [2021-01-19T16:03:50.169Z] e9a5061849ea: Verifying Checksum [2021-01-19T16:03:50.169Z] e9a5061849ea: Download complete [2021-01-19T16:03:50.169Z] d747dcd14b5f: Verifying Checksum [2021-01-19T16:03:50.169Z] d747dcd14b5f: Download complete [2021-01-19T16:03:50.432Z] 2de7ff778b66: Verifying Checksum [2021-01-19T16:03:50.432Z] 2de7ff778b66: Download complete [2021-01-19T16:03:51.010Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T16:03:51.011Z] 0d9ebad4ef96: Download complete [2021-01-19T16:03:51.011Z] ab5ef0e58194: Verifying Checksum [2021-01-19T16:03:51.011Z] ab5ef0e58194: Download complete [2021-01-19T16:03:57.643Z] ab5ef0e58194: Pull complete [2021-01-19T16:03:57.643Z] 9712f1f96733: Pull complete [2021-01-19T16:04:00.226Z] 63f879dbbcfc: Pull complete [2021-01-19T16:04:08.439Z] 0d9ebad4ef96: Pull complete [2021-01-19T16:04:09.385Z] e9a5061849ea: Pull complete [2021-01-19T16:04:09.962Z] d747dcd14b5f: Pull complete [2021-01-19T16:04:12.538Z] 2de7ff778b66: Pull complete [2021-01-19T16:04:12.538Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T16:04:12.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T16:04:12.538Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T16:04:12.774Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T16:04:12.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T16:04:16.602Z] $ docker top 23af8f9a8af21c5eea08bbb338da766b8a433e7797060d6e71ac82b94dca42f7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T16:04:16.905Z] provisioning config files... [2021-01-19T16:04:16.940Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/303@tmp/config2688809681344982791tmp [2021-01-19T16:04:16.963Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/303@tmp/config4569083091116877540tmp [2021-01-19T16:04:16.984Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/303@tmp/config3168537201795880997tmp [Pipeline] { [Pipeline] echo [2021-01-19T16:04:17.034Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:04:17.350Z] ---> sigul-configuration.sh [2021-01-19T16:04:17.618Z] gpg: directory `/root/.gnupg' created [2021-01-19T16:04:17.618Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T16:04:17.618Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T16:04:17.618Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T16:04:17.618Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T16:04:17.618Z] gpg: CAST5 encrypted data [2021-01-19T16:04:17.618Z] gpg: encrypted with 1 passphrase [2021-01-19T16:04:17.618Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T16:04:17.924Z] + mkdir /home/jenkins [2021-01-19T16:04:17.924Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T16:04:18.230Z] + 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-19T16:04:18.243Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:04:18.548Z] ---> sigul-install.sh [2021-01-19T16:04:25.178Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T16:04:25.488Z] + git tag --list [2021-01-19T16:04:25.488Z] 0.6.0 [2021-01-19T16:04:25.488Z] 0.6.1 [2021-01-19T16:04:25.488Z] 0.7.0 [2021-01-19T16:04:25.488Z] 0.7.1 [2021-01-19T16:04:25.488Z] v1.0.0 [2021-01-19T16:04:25.488Z] v1.0.1 [2021-01-19T16:04:25.488Z] v1.1.0 [2021-01-19T16:04:25.488Z] v1.2.0 [2021-01-19T16:04:25.488Z] v1.2.1 [2021-01-19T16:04:25.488Z] v1.2.2-dev.1 [2021-01-19T16:04:25.488Z] v1.2.2-dev.10 [2021-01-19T16:04:25.488Z] v1.2.2-dev.100 [2021-01-19T16:04:25.488Z] v1.2.2-dev.101 [2021-01-19T16:04:25.488Z] v1.2.2-dev.102 [2021-01-19T16:04:25.488Z] v1.2.2-dev.103 [2021-01-19T16:04:25.488Z] v1.2.2-dev.104 [2021-01-19T16:04:25.488Z] v1.2.2-dev.105 [2021-01-19T16:04:25.488Z] v1.2.2-dev.106 [2021-01-19T16:04:25.488Z] v1.2.2-dev.107 [2021-01-19T16:04:25.488Z] v1.2.2-dev.11 [2021-01-19T16:04:25.488Z] v1.2.2-dev.12 [2021-01-19T16:04:25.488Z] v1.2.2-dev.13 [2021-01-19T16:04:25.488Z] v1.2.2-dev.14 [2021-01-19T16:04:25.488Z] v1.2.2-dev.15 [2021-01-19T16:04:25.488Z] v1.2.2-dev.16 [2021-01-19T16:04:25.488Z] v1.2.2-dev.17 [2021-01-19T16:04:25.488Z] v1.2.2-dev.18 [2021-01-19T16:04:25.488Z] v1.2.2-dev.19 [2021-01-19T16:04:25.488Z] v1.2.2-dev.2 [2021-01-19T16:04:25.488Z] v1.2.2-dev.20 [2021-01-19T16:04:25.488Z] v1.2.2-dev.21 [2021-01-19T16:04:25.488Z] v1.2.2-dev.22 [2021-01-19T16:04:25.488Z] v1.2.2-dev.23 [2021-01-19T16:04:25.488Z] v1.2.2-dev.24 [2021-01-19T16:04:25.488Z] v1.2.2-dev.25 [2021-01-19T16:04:25.488Z] v1.2.2-dev.26 [2021-01-19T16:04:25.488Z] v1.2.2-dev.27 [2021-01-19T16:04:25.488Z] v1.2.2-dev.28 [2021-01-19T16:04:25.488Z] v1.2.2-dev.29 [2021-01-19T16:04:25.488Z] v1.2.2-dev.3 [2021-01-19T16:04:25.488Z] v1.2.2-dev.30 [2021-01-19T16:04:25.488Z] v1.2.2-dev.31 [2021-01-19T16:04:25.488Z] v1.2.2-dev.32 [2021-01-19T16:04:25.488Z] v1.2.2-dev.33 [2021-01-19T16:04:25.488Z] v1.2.2-dev.34 [2021-01-19T16:04:25.488Z] v1.2.2-dev.35 [2021-01-19T16:04:25.488Z] v1.2.2-dev.36 [2021-01-19T16:04:25.488Z] v1.2.2-dev.37 [2021-01-19T16:04:25.488Z] v1.2.2-dev.38 [2021-01-19T16:04:25.488Z] v1.2.2-dev.39 [2021-01-19T16:04:25.488Z] v1.2.2-dev.4 [2021-01-19T16:04:25.488Z] v1.2.2-dev.40 [2021-01-19T16:04:25.488Z] v1.2.2-dev.41 [2021-01-19T16:04:25.488Z] v1.2.2-dev.42 [2021-01-19T16:04:25.488Z] v1.2.2-dev.43 [2021-01-19T16:04:25.488Z] v1.2.2-dev.44 [2021-01-19T16:04:25.488Z] v1.2.2-dev.45 [2021-01-19T16:04:25.488Z] v1.2.2-dev.46 [2021-01-19T16:04:25.488Z] v1.2.2-dev.47 [2021-01-19T16:04:25.488Z] v1.2.2-dev.48 [2021-01-19T16:04:25.488Z] v1.2.2-dev.49 [2021-01-19T16:04:25.488Z] v1.2.2-dev.5 [2021-01-19T16:04:25.488Z] v1.2.2-dev.50 [2021-01-19T16:04:25.488Z] v1.2.2-dev.51 [2021-01-19T16:04:25.488Z] v1.2.2-dev.52 [2021-01-19T16:04:25.488Z] v1.2.2-dev.53 [2021-01-19T16:04:25.488Z] v1.2.2-dev.54 [2021-01-19T16:04:25.488Z] v1.2.2-dev.55 [2021-01-19T16:04:25.488Z] v1.2.2-dev.56 [2021-01-19T16:04:25.488Z] v1.2.2-dev.57 [2021-01-19T16:04:25.488Z] v1.2.2-dev.58 [2021-01-19T16:04:25.488Z] v1.2.2-dev.59 [2021-01-19T16:04:25.488Z] v1.2.2-dev.6 [2021-01-19T16:04:25.488Z] v1.2.2-dev.60 [2021-01-19T16:04:25.488Z] v1.2.2-dev.61 [2021-01-19T16:04:25.488Z] v1.2.2-dev.62 [2021-01-19T16:04:25.488Z] v1.2.2-dev.63 [2021-01-19T16:04:25.488Z] v1.2.2-dev.64 [2021-01-19T16:04:25.488Z] v1.2.2-dev.65 [2021-01-19T16:04:25.488Z] v1.2.2-dev.66 [2021-01-19T16:04:25.488Z] v1.2.2-dev.67 [2021-01-19T16:04:25.488Z] v1.2.2-dev.68 [2021-01-19T16:04:25.488Z] v1.2.2-dev.69 [2021-01-19T16:04:25.488Z] v1.2.2-dev.7 [2021-01-19T16:04:25.488Z] v1.2.2-dev.70 [2021-01-19T16:04:25.488Z] v1.2.2-dev.71 [2021-01-19T16:04:25.488Z] v1.2.2-dev.72 [2021-01-19T16:04:25.488Z] v1.2.2-dev.73 [2021-01-19T16:04:25.488Z] v1.2.2-dev.74 [2021-01-19T16:04:25.488Z] v1.2.2-dev.75 [2021-01-19T16:04:25.488Z] v1.2.2-dev.76 [2021-01-19T16:04:25.488Z] v1.2.2-dev.77 [2021-01-19T16:04:25.488Z] v1.2.2-dev.78 [2021-01-19T16:04:25.488Z] v1.2.2-dev.79 [2021-01-19T16:04:25.488Z] v1.2.2-dev.8 [2021-01-19T16:04:25.489Z] v1.2.2-dev.80 [2021-01-19T16:04:25.489Z] v1.2.2-dev.81 [2021-01-19T16:04:25.489Z] v1.2.2-dev.82 [2021-01-19T16:04:25.489Z] v1.2.2-dev.83 [2021-01-19T16:04:25.489Z] v1.2.2-dev.84 [2021-01-19T16:04:25.489Z] v1.2.2-dev.85 [2021-01-19T16:04:25.489Z] v1.2.2-dev.86 [2021-01-19T16:04:25.489Z] v1.2.2-dev.87 [2021-01-19T16:04:25.489Z] v1.2.2-dev.88 [2021-01-19T16:04:25.489Z] v1.2.2-dev.89 [2021-01-19T16:04:25.489Z] v1.2.2-dev.9 [2021-01-19T16:04:25.489Z] v1.2.2-dev.90 [2021-01-19T16:04:25.489Z] v1.2.2-dev.91 [2021-01-19T16:04:25.489Z] v1.2.2-dev.92 [2021-01-19T16:04:25.489Z] v1.2.2-dev.93 [2021-01-19T16:04:25.489Z] v1.2.2-dev.94 [2021-01-19T16:04:25.489Z] v1.2.2-dev.95 [2021-01-19T16:04:25.489Z] v1.2.2-dev.96 [2021-01-19T16:04:25.489Z] v1.2.2-dev.97 [2021-01-19T16:04:25.489Z] v1.2.2-dev.98 [2021-01-19T16:04:25.489Z] v1.2.2-dev.99 [2021-01-19T16:04:25.489Z] v1.3.0 [2021-01-19T16:04:25.489Z] v1.3.1-dev.1 [2021-01-19T16:04:25.489Z] v1.3.1-dev.10 [2021-01-19T16:04:25.489Z] v1.3.1-dev.11 [2021-01-19T16:04:25.489Z] v1.3.1-dev.12 [2021-01-19T16:04:25.489Z] v1.3.1-dev.13 [2021-01-19T16:04:25.489Z] v1.3.1-dev.14 [2021-01-19T16:04:25.489Z] v1.3.1-dev.15 [2021-01-19T16:04:25.489Z] v1.3.1-dev.16 [2021-01-19T16:04:25.489Z] v1.3.1-dev.17 [2021-01-19T16:04:25.489Z] v1.3.1-dev.18 [2021-01-19T16:04:25.489Z] v1.3.1-dev.2 [2021-01-19T16:04:25.489Z] v1.3.1-dev.3 [2021-01-19T16:04:25.489Z] v1.3.1-dev.4 [2021-01-19T16:04:25.489Z] v1.3.1-dev.5 [2021-01-19T16:04:25.489Z] v1.3.1-dev.6 [2021-01-19T16:04:25.489Z] v1.3.1-dev.7 [2021-01-19T16:04:25.489Z] v1.3.1-dev.8 [2021-01-19T16:04:25.489Z] v1.3.1-dev.9 [2021-01-19T16:04:25.489Z] v2.0.0-dev.1 [2021-01-19T16:04:25.489Z] v2.0.0-dev.10 [2021-01-19T16:04:25.489Z] v2.0.0-dev.11 [2021-01-19T16:04:25.489Z] v2.0.0-dev.12 [2021-01-19T16:04:25.489Z] v2.0.0-dev.13 [2021-01-19T16:04:25.489Z] v2.0.0-dev.14 [2021-01-19T16:04:25.489Z] v2.0.0-dev.15 [2021-01-19T16:04:25.489Z] v2.0.0-dev.16 [2021-01-19T16:04:25.489Z] v2.0.0-dev.17 [2021-01-19T16:04:25.489Z] v2.0.0-dev.18 [2021-01-19T16:04:25.489Z] v2.0.0-dev.19 [2021-01-19T16:04:25.489Z] v2.0.0-dev.2 [2021-01-19T16:04:25.489Z] v2.0.0-dev.20 [2021-01-19T16:04:25.489Z] v2.0.0-dev.21 [2021-01-19T16:04:25.489Z] v2.0.0-dev.22 [2021-01-19T16:04:25.489Z] v2.0.0-dev.23 [2021-01-19T16:04:25.489Z] v2.0.0-dev.24 [2021-01-19T16:04:25.489Z] v2.0.0-dev.25 [2021-01-19T16:04:25.489Z] v2.0.0-dev.26 [2021-01-19T16:04:25.489Z] v2.0.0-dev.27 [2021-01-19T16:04:25.489Z] v2.0.0-dev.28 [2021-01-19T16:04:25.489Z] v2.0.0-dev.29 [2021-01-19T16:04:25.489Z] v2.0.0-dev.3 [2021-01-19T16:04:25.489Z] v2.0.0-dev.30 [2021-01-19T16:04:25.489Z] v2.0.0-dev.31 [2021-01-19T16:04:25.489Z] v2.0.0-dev.32 [2021-01-19T16:04:25.489Z] v2.0.0-dev.33 [2021-01-19T16:04:25.489Z] v2.0.0-dev.34 [2021-01-19T16:04:25.489Z] v2.0.0-dev.35 [2021-01-19T16:04:25.489Z] v2.0.0-dev.36 [2021-01-19T16:04:25.489Z] v2.0.0-dev.37 [2021-01-19T16:04:25.489Z] v2.0.0-dev.38 [2021-01-19T16:04:25.489Z] v2.0.0-dev.39 [2021-01-19T16:04:25.489Z] v2.0.0-dev.4 [2021-01-19T16:04:25.489Z] v2.0.0-dev.40 [2021-01-19T16:04:25.489Z] v2.0.0-dev.41 [2021-01-19T16:04:25.489Z] v2.0.0-dev.42 [2021-01-19T16:04:25.489Z] v2.0.0-dev.43 [2021-01-19T16:04:25.489Z] v2.0.0-dev.44 [2021-01-19T16:04:25.489Z] v2.0.0-dev.5 [2021-01-19T16:04:25.489Z] v2.0.0-dev.6 [2021-01-19T16:04:25.489Z] v2.0.0-dev.7 [2021-01-19T16:04:25.489Z] v2.0.0-dev.8 [2021-01-19T16:04:25.489Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-19T16:04:25.801Z] + lftools sign git-tag v2.0.0-dev.44 [2021-01-19T16:04:27.196Z] Signing Git tag with Sigul... [2021-01-19T16:04:27.196Z] Signing v2.0.0-dev.44 [Pipeline] echo [2021-01-19T16:04:28.610Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:04:28.911Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T16:04:28.921Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T16:04:29.009Z] $ docker stop --time=1 23af8f9a8af21c5eea08bbb338da766b8a433e7797060d6e71ac82b94dca42f7 [2021-01-19T16:04:30.866Z] $ docker rm -f 23af8f9a8af21c5eea08bbb338da766b8a433e7797060d6e71ac82b94dca42f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:04:31.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T16:04:31.811Z] . [Pipeline] withDockerContainer [2021-01-19T16:04:31.929Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T16:04:31.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T16:04:33.016Z] $ docker top d79c467e0874ab3e8d8da79f528b2a9f0c36a94a056b75a4eece273b4f9a20f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T16:04:34.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T16:04:34.455Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T16:04:34.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T16:04:34.735Z] $ docker exec d79c467e0874ab3e8d8da79f528b2a9f0c36a94a056b75a4eece273b4f9a20f7 ssh-agent [2021-01-19T16:04:34.959Z] SSH_AUTH_SOCK=/tmp/ssh-NC3kFHZoLcMq/agent.12 [2021-01-19T16:04:34.959Z] SSH_AGENT_PID=17 [2021-01-19T16:04:34.970Z] Running ssh-add (command line suppressed) [2021-01-19T16:04:35.196Z] Identity added: /w/workspace/edgex-go/303@tmp/private_key_1656891937837797281.key (/w/workspace/edgex-go/303@tmp/private_key_1656891937837797281.key) [2021-01-19T16:04:35.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T16:04:35.615Z] + git semver bump pre [2021-01-19T16:04:35.616Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T16:04:35.616Z] # $GIT_DIR = /w/workspace/edgex-go/303/.git [2021-01-19T16:04:35.616Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/303 [2021-01-19T16:04:35.616Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T16:04:35.616Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T16:04:35.616Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T16:04:35.616Z] # $SEMVER_BRANCH = master [2021-01-19T16:04:35.616Z] # $SEMVER_DIR = /w/workspace/edgex-go/303/.semver [2021-01-19T16:04:35.616Z] 2.0.0-dev.45 [Pipeline] } [2021-01-19T16:04:35.636Z] $ docker exec --env ******** --env ******** d79c467e0874ab3e8d8da79f528b2a9f0c36a94a056b75a4eece273b4f9a20f7 ssh-agent -k [2021-01-19T16:04:35.777Z] unset SSH_AUTH_SOCK; [2021-01-19T16:04:35.777Z] unset SSH_AGENT_PID; [2021-01-19T16:04:35.777Z] echo Agent pid 17 killed; [2021-01-19T16:04:35.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T16:04:36.307Z] + git semver [Pipeline] } [2021-01-19T16:04:36.326Z] $ docker stop --time=1 d79c467e0874ab3e8d8da79f528b2a9f0c36a94a056b75a4eece273b4f9a20f7 [2021-01-19T16:04:37.844Z] $ docker rm -f d79c467e0874ab3e8d8da79f528b2a9f0c36a94a056b75a4eece273b4f9a20f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:04:38.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T16:04:38.446Z] . [Pipeline] withDockerContainer [2021-01-19T16:04:38.575Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T16:04:38.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T16:04:39.531Z] $ docker top 15d7aeb884156a0a13bca0ecdcd6dfe37fe7d9074efcfd9e4d456100a8cd2c15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T16:04:39.889Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T16:04:39.889Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T16:04:40.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T16:04:40.199Z] $ docker exec 15d7aeb884156a0a13bca0ecdcd6dfe37fe7d9074efcfd9e4d456100a8cd2c15 ssh-agent [2021-01-19T16:04:40.489Z] SSH_AUTH_SOCK=/tmp/ssh-m8tt0aBrEeg4/agent.12 [2021-01-19T16:04:40.489Z] SSH_AGENT_PID=17 [2021-01-19T16:04:40.500Z] Running ssh-add (command line suppressed) [2021-01-19T16:04:40.667Z] Identity added: /w/workspace/edgex-go/303@tmp/private_key_7709669760694200304.key (/w/workspace/edgex-go/303@tmp/private_key_7709669760694200304.key) [2021-01-19T16:04:40.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T16:04:41.084Z] + git semver push [2021-01-19T16:04:41.084Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T16:04:41.084Z] # $GIT_DIR = /w/workspace/edgex-go/303/.git [2021-01-19T16:04:41.084Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/303 [2021-01-19T16:04:41.084Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T16:04:41.084Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T16:04:41.084Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T16:04:41.084Z] # $SEMVER_BRANCH = master [2021-01-19T16:04:41.084Z] # $SEMVER_DIR = /w/workspace/edgex-go/303/.semver [Pipeline] } [2021-01-19T16:04:53.381Z] $ docker exec --env ******** --env ******** 15d7aeb884156a0a13bca0ecdcd6dfe37fe7d9074efcfd9e4d456100a8cd2c15 ssh-agent -k [2021-01-19T16:04:53.598Z] unset SSH_AUTH_SOCK; [2021-01-19T16:04:53.599Z] unset SSH_AGENT_PID; [2021-01-19T16:04:53.599Z] echo Agent pid 17 killed; [2021-01-19T16:04:53.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T16:04:54.205Z] + git semver [Pipeline] } [2021-01-19T16:04:54.229Z] $ docker stop --time=1 15d7aeb884156a0a13bca0ecdcd6dfe37fe7d9074efcfd9e4d456100a8cd2c15 [2021-01-19T16:04:55.753Z] $ docker rm -f 15d7aeb884156a0a13bca0ecdcd6dfe37fe7d9074efcfd9e4d456100a8cd2c15 [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-19T16:04:56.733Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:04:57.616Z] ---> package-listing.sh [2021-01-19T16:04:57.616Z] ++ facter osfamily [2021-01-19T16:04:57.616Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T16:04:57.616Z] + OS_FAMILY=redhat [2021-01-19T16:04:57.616Z] + workspace=/w/workspace/edgex-go/303 [2021-01-19T16:04:57.616Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T16:04:57.616Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T16:04:57.616Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T16:04:57.616Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T16:04:57.616Z] + '[' /w/workspace/edgex-go/303 ']' [2021-01-19T16:04:57.616Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T16:04:57.616Z] + case "${OS_FAMILY}" in [2021-01-19T16:04:57.616Z] + rpm -qa [2021-01-19T16:04:57.616Z] + sort [2021-01-19T16:05:02.933Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T16:05:02.933Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T16:05:02.933Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T16:05:02.933Z] + '[' /w/workspace/edgex-go/303 ']' [2021-01-19T16:05:02.933Z] + mkdir -p /w/workspace/edgex-go/303/archives/ [2021-01-19T16:05:02.933Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/303/archives/ [Pipeline] echo [2021-01-19T16:05:02.948Z] 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/303/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T16:05:03.244Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:05:03.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:05:03.561Z] [2021-01-19T16:05:03.561Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:05:03.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:05:03.912Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T16:05:03.912Z] df20fa9351a1: Pulling fs layer [2021-01-19T16:05:03.912Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T16:05:03.912Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T16:05:03.912Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T16:05:03.912Z] 93b61091891f: Pulling fs layer [2021-01-19T16:05:03.912Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T16:05:03.912Z] 5e14af77c1be: Pulling fs layer [2021-01-19T16:05:03.912Z] 01666e4c0597: Pulling fs layer [2021-01-19T16:05:03.912Z] aa168da1d23b: Pulling fs layer [2021-01-19T16:05:03.912Z] 93b61091891f: Waiting [2021-01-19T16:05:03.912Z] 93b9cdb0e59b: Waiting [2021-01-19T16:05:03.912Z] 46f8f816bc3b: Waiting [2021-01-19T16:05:03.912Z] 5e14af77c1be: Waiting [2021-01-19T16:05:03.912Z] 01666e4c0597: Waiting [2021-01-19T16:05:03.912Z] aa168da1d23b: Waiting [2021-01-19T16:05:03.912Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T16:05:03.912Z] 36b3adc4ff6f: Download complete [2021-01-19T16:05:03.912Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T16:05:04.178Z] df20fa9351a1: Download complete [2021-01-19T16:05:04.178Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T16:05:04.178Z] 93b9cdb0e59b: Download complete [2021-01-19T16:05:04.178Z] 5e14af77c1be: Verifying Checksum [2021-01-19T16:05:04.178Z] 5e14af77c1be: Download complete [2021-01-19T16:05:04.178Z] 93b61091891f: Verifying Checksum [2021-01-19T16:05:04.178Z] 93b61091891f: Download complete [2021-01-19T16:05:04.178Z] 01666e4c0597: Verifying Checksum [2021-01-19T16:05:04.178Z] 01666e4c0597: Download complete [2021-01-19T16:05:04.441Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T16:05:04.441Z] 8ad3a11d3b57: Download complete [2021-01-19T16:05:04.441Z] df20fa9351a1: Pull complete [2021-01-19T16:05:05.026Z] 36b3adc4ff6f: Pull complete [2021-01-19T16:05:06.445Z] aa168da1d23b: Verifying Checksum [2021-01-19T16:05:06.446Z] aa168da1d23b: Download complete [2021-01-19T16:05:07.396Z] 8ad3a11d3b57: Pull complete [2021-01-19T16:05:07.666Z] 46f8f816bc3b: Pull complete [2021-01-19T16:05:08.247Z] 93b61091891f: Pull complete [2021-01-19T16:05:08.247Z] 93b9cdb0e59b: Pull complete [2021-01-19T16:05:08.510Z] 5e14af77c1be: Pull complete [2021-01-19T16:05:08.510Z] 01666e4c0597: Pull complete [2021-01-19T16:05:16.719Z] aa168da1d23b: Pull complete [2021-01-19T16:05:16.719Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T16:05:16.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:05:16.719Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T16:05:16.971Z] prd-centos7-docker-4c-2g-21196 does not seem to be running inside a container [2021-01-19T16:05:17.036Z] $ 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/303/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/303 -v /w/workspace/edgex-go/303:/w/workspace/edgex-go/303:rw,z -v /w/workspace/edgex-go/303@tmp:/w/workspace/edgex-go/303@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-19T16:05:20.307Z] $ docker top 62efbeb193ddecdfc764f51015ad22bca278eaf18a21147b62f95f75387be43e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T16:05:20.838Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T16:05:21.169Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T16:05:21.470Z] + ls /var/log/sa-host [2021-01-19T16:05:21.470Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T16:05:21.470Z] file_magic: OK [2021-01-19T16:05:21.470Z] HZ: Using current value: 100 [2021-01-19T16:05:21.470Z] file_header: OK [2021-01-19T16:05:21.470Z] 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-19T16:05:21.470Z] Statistics: [2021-01-19T16:05:21.471Z] 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-19T16:05:21.471Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T16:05:21.471Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T16:05:21.471Z] file_magic: OK [2021-01-19T16:05:21.471Z] HZ: Using current value: 100 [2021-01-19T16:05:21.471Z] file_header: OK [2021-01-19T16:05:21.471Z] 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-19T16:05:21.471Z] Statistics: [2021-01-19T16:05:21.471Z] Hnuu...uuuununununu... [2021-01-19T16:05:21.471Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T16:05:21.716Z] provisioning config files... [2021-01-19T16:05:21.734Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/303@tmp/config7459215657935436908tmp [Pipeline] { [Pipeline] echo [2021-01-19T16:05:21.814Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:05:22.114Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T16:05:22.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T16:05:22.209Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:05:22.506Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T16:05:22.518Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:05:22.820Z] ---> sudo-logs.sh [2021-01-19T16:05:22.820Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T16:05:22.830Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:05:23.131Z] ---> job-cost.sh [2021-01-19T16:05:23.131Z] lf-activate-venv: SKIPPING [2021-01-19T16:05:23.131Z] INFO: No Stack... [2021-01-19T16:05:24.088Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T16:05:24.667Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T16:05:24.682Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:05:24.984Z] ---> logs-deploy.sh [2021-01-19T16:05:24.984Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/303 [2021-01-19T16:05:24.984Z] INFO: archiving workspace using pattern(s): [2021-01-19T16:05:26.915Z] Archives upload complete. [2021-01-19T16:05:26.915Z] INFO: archiving logs to Nexus