Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 356d3f58744bcd4c86fb4a1eb5552148d927414a 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19861 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/288 [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/288 # 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 356d3f58744bcd4c86fb4a1eb5552148d927414a (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 356d3f58744bcd4c86fb4a1eb5552148d927414a # timeout=10 Commit message: "Merge pull request #3014 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.144" > git rev-list --no-walk 35a831503841e8958a61493dc4ab12bec8d03b3a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T00:05:01.662Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T00:05:01.929Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T00:05:02.062Z] ========================================================= [2021-01-13T00:05:02.062Z] EdgeX Global Pipelines Version Info [2021-01-13T00:05:02.062Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:05:03.574Z] ------------------- [2021-01-13T00:05:03.574Z] stable info: [2021-01-13T00:05:03.574Z] ------------------- [2021-01-13T00:05:03.574Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T00:05:03.574Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T00:05:03.574Z] Message: update stable to v1.0.173 [2021-01-13T00:05:04.526Z] ------------------- [2021-01-13T00:05:04.526Z] experimental info: [2021-01-13T00:05:04.526Z] ------------------- [2021-01-13T00:05:04.526Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T00:05:04.526Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T00:05:04.526Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T00:05:04.813Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T00:05:04.932Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T00:05:05.024Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T00:05:05.165Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T00:05:05.280Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T00:05:05.392Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T00:05:05.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T00:05:05.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T00:05:05.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T00:05:05.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T00:05:05.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T00:05:06.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T00:05:06.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T00:05:06.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T00:05:06.337Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T00:05:06.429Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T00:05:06.518Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T00:05:06.621Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T00:05:06.722Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T00:05:06.817Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T00:05:06.911Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T00:05:07.022Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T00:05:07.112Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T00:05:07.202Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-13T00:05:07.292Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-13T00:05:07.399Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-13T00:05:07.490Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] echo [2021-01-13T00:05:07.613Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 356d3f5 [Pipeline] echo [2021-01-13T00:05:07.706Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T00:05:07.912Z] provisioning config files... [2021-01-13T00:05:07.943Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/288@tmp/config1899150517598129565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:05:08.302Z] ---> docker-login.sh [2021-01-13T00:05:08.302Z] nexus3.edgexfoundry.org:10001 [2021-01-13T00:05:08.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:05:08.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:05:08.828Z] Configure a credential helper to remove this warning. See [2021-01-13T00:05:08.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:05:08.828Z] [2021-01-13T00:05:08.828Z] Login Succeeded [2021-01-13T00:05:08.828Z] nexus3.edgexfoundry.org:10002 [2021-01-13T00:05:08.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:05:09.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:05:09.099Z] Configure a credential helper to remove this warning. See [2021-01-13T00:05:09.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:05:09.099Z] [2021-01-13T00:05:09.099Z] Login Succeeded [2021-01-13T00:05:09.099Z] nexus3.edgexfoundry.org:10003 [2021-01-13T00:05:09.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:05:09.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:05:09.362Z] Configure a credential helper to remove this warning. See [2021-01-13T00:05:09.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:05:09.362Z] [2021-01-13T00:05:09.362Z] Login Succeeded [2021-01-13T00:05:09.362Z] nexus3.edgexfoundry.org:10004 [2021-01-13T00:05:09.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:05:09.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:05:09.362Z] Configure a credential helper to remove this warning. See [2021-01-13T00:05:09.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:05:09.362Z] [2021-01-13T00:05:09.362Z] Login Succeeded [2021-01-13T00:05:09.362Z] docker.io [2021-01-13T00:05:09.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:05:09.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:05:09.889Z] Configure a credential helper to remove this warning. See [2021-01-13T00:05:09.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:05:09.889Z] [2021-01-13T00:05:09.889Z] Login Succeeded [2021-01-13T00:05:09.889Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T00:05:09.899Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T00:05:10.401Z] ++ 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-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T00:05:10.401Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:05:10.401Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T00:05:10.401Z] ++ cut -d/ -f2 [2021-01-13T00:05:10.401Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T00:05:10.471Z] 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-13T00:05:12.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T00:05:12.151Z] [2021-01-13T00:05:12.151Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:05:12.556Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T00:05:12.556Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T00:05:12.556Z] 31603596830f: Pulling fs layer [2021-01-13T00:05:12.556Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T00:05:12.556Z] 6ca5941a6612: Pulling fs layer [2021-01-13T00:05:12.556Z] ecc8261a40a4: Pulling fs layer [2021-01-13T00:05:12.556Z] ecc8261a40a4: Waiting [2021-01-13T00:05:12.556Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T00:05:12.556Z] 2a8b12db71e7: Download complete [2021-01-13T00:05:12.823Z] 31603596830f: Verifying Checksum [2021-01-13T00:05:12.823Z] 31603596830f: Download complete [2021-01-13T00:05:12.823Z] 6ca5941a6612: Verifying Checksum [2021-01-13T00:05:12.823Z] 6ca5941a6612: Download complete [2021-01-13T00:05:12.823Z] ecc8261a40a4: Verifying Checksum [2021-01-13T00:05:12.823Z] ecc8261a40a4: Download complete [2021-01-13T00:05:13.088Z] 31603596830f: Pull complete [2021-01-13T00:05:13.351Z] 2a8b12db71e7: Pull complete [2021-01-13T00:05:14.303Z] 6ca5941a6612: Pull complete [2021-01-13T00:05:14.303Z] ecc8261a40a4: Pull complete [2021-01-13T00:05:14.303Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T00:05:14.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T00:05:14.303Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T00:05:14.416Z] prd-centos7-docker-4c-2g-19861 does not seem to be running inside a container [2021-01-13T00:05:14.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:05:17.166Z] $ docker top 76a06fe46bb4a7a864d421d75a8effb1d981d253703e1d191678007f0bfd88e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T00:05:17.642Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T00:05:17.642Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T00:05:17.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T00:05:17.913Z] $ docker exec 76a06fe46bb4a7a864d421d75a8effb1d981d253703e1d191678007f0bfd88e6 ssh-agent [2021-01-13T00:05:18.109Z] SSH_AUTH_SOCK=/tmp/ssh-pao9IdH3cMBK/agent.11 [2021-01-13T00:05:18.109Z] SSH_AGENT_PID=16 [2021-01-13T00:05:18.127Z] Running ssh-add (command line suppressed) [2021-01-13T00:05:18.253Z] Identity added: /w/workspace/edgex-go/288@tmp/private_key_162159257461473867.key (/w/workspace/edgex-go/288@tmp/private_key_162159257461473867.key) [2021-01-13T00:05:18.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T00:05:18.652Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T00:05:18.676Z] $ docker exec --env ******** --env ******** 76a06fe46bb4a7a864d421d75a8effb1d981d253703e1d191678007f0bfd88e6 ssh-agent -k [2021-01-13T00:05:18.795Z] unset SSH_AUTH_SOCK; [2021-01-13T00:05:18.795Z] unset SSH_AGENT_PID; [2021-01-13T00:05:18.795Z] echo Agent pid 16 killed; [2021-01-13T00:05:18.847Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T00:05:18.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T00:05:18.996Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T00:05:19.174Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T00:05:19.182Z] $ docker exec 76a06fe46bb4a7a864d421d75a8effb1d981d253703e1d191678007f0bfd88e6 ssh-agent [2021-01-13T00:05:19.372Z] SSH_AUTH_SOCK=/tmp/ssh-Uc0yGzeV8R07/agent.44 [2021-01-13T00:05:19.372Z] SSH_AGENT_PID=49 [2021-01-13T00:05:19.379Z] Running ssh-add (command line suppressed) [2021-01-13T00:05:19.509Z] Identity added: /w/workspace/edgex-go/288@tmp/private_key_7197279141158256301.key (/w/workspace/edgex-go/288@tmp/private_key_7197279141158256301.key) [2021-01-13T00:05:19.568Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T00:05:19.905Z] + git semver init [2021-01-13T00:05:19.905Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T00:05:19.905Z] # $GIT_DIR = /w/workspace/edgex-go/288/.git [2021-01-13T00:05:19.905Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/288 [2021-01-13T00:05:19.905Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T00:05:19.905Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T00:05:19.905Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T00:05:19.905Z] # $SEMVER_BRANCH = master [2021-01-13T00:05:19.905Z] # $SEMVER_TEMP = /tmp/semver-535631674 [2021-01-13T00:05:19.905Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T00:05:38.107Z] # '/tmp/semver-535631674' -> '/w/workspace/edgex-go/288/.semver' [2021-01-13T00:05:38.107Z] # -> Force: false [2021-01-13T00:05:38.107Z] # $SEMVER_DIR = /w/workspace/edgex-go/288/.semver [Pipeline] } [2021-01-13T00:05:38.122Z] $ docker exec --env ******** --env ******** 76a06fe46bb4a7a864d421d75a8effb1d981d253703e1d191678007f0bfd88e6 ssh-agent -k [2021-01-13T00:05:38.331Z] unset SSH_AUTH_SOCK; [2021-01-13T00:05:38.331Z] unset SSH_AGENT_PID; [2021-01-13T00:05:38.331Z] echo Agent pid 49 killed; [2021-01-13T00:05:38.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T00:05:38.948Z] + git semver [Pipeline] } [2021-01-13T00:05:38.966Z] $ docker stop --time=1 76a06fe46bb4a7a864d421d75a8effb1d981d253703e1d191678007f0bfd88e6 [2021-01-13T00:05:40.553Z] $ docker rm -f 76a06fe46bb4a7a864d421d75a8effb1d981d253703e1d191678007f0bfd88e6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T00:05:41.085Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T00:05:41.660Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T00:05:41.663Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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-13T00:05:42.677Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T00:05:42.981Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T00:05:43.290Z] + sudo service docker restart [2021-01-13T00:05:43.290Z] + true [2021-01-13T00:05:43.290Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T00:05:43.893Z] ========================================================= [2021-01-13T00:05:43.893Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T00:05:43.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:05:44.252Z] + 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-13T00:05:49.642Z] Sending build context to Docker daemon 326.4MB [2021-01-13T00:05:49.642Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T00:05:49.642Z] Step 2/6 : FROM ${BASE} [2021-01-13T00:05:49.642Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T00:05:49.642Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T00:05:49.642Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T00:05:49.642Z] de9db76c5a1d: Pulling fs layer [2021-01-13T00:05:49.642Z] bca2f99d35d6: Pulling fs layer [2021-01-13T00:05:49.642Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T00:05:49.642Z] 7c6f9722023f: Pulling fs layer [2021-01-13T00:05:49.642Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T00:05:49.642Z] 93359f2a8cfa: Waiting [2021-01-13T00:05:49.642Z] 7c6f9722023f: Waiting [2021-01-13T00:05:49.642Z] a35cf1a2eb13: Waiting [2021-01-13T00:05:49.642Z] bca2f99d35d6: Waiting [2021-01-13T00:05:49.642Z] de9db76c5a1d: Verifying Checksum [2021-01-13T00:05:49.642Z] de9db76c5a1d: Download complete [2021-01-13T00:05:49.642Z] 0ef7d3d256c8: Download complete [2021-01-13T00:05:49.642Z] 93359f2a8cfa: Download complete [2021-01-13T00:05:49.642Z] 7c6f9722023f: Verifying Checksum [2021-01-13T00:05:49.642Z] 7c6f9722023f: Download complete [2021-01-13T00:05:49.642Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T00:05:49.642Z] 188c0c94c7c5: Download complete [2021-01-13T00:05:49.642Z] 188c0c94c7c5: Pull complete [2021-01-13T00:05:49.921Z] 0ef7d3d256c8: Pull complete [2021-01-13T00:05:50.201Z] de9db76c5a1d: Pull complete [2021-01-13T00:05:52.921Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T00:05:52.921Z] a35cf1a2eb13: Download complete [2021-01-13T00:05:54.421Z] bca2f99d35d6: Download complete [2021-01-13T00:05:57.112Z] Still waiting to schedule task [2021-01-13T00:05:57.112Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-13T00:05:59.800Z] bca2f99d35d6: Pull complete [2021-01-13T00:05:59.800Z] 93359f2a8cfa: Pull complete [2021-01-13T00:05:59.800Z] 7c6f9722023f: Pull complete [2021-01-13T00:06:05.150Z] a35cf1a2eb13: Pull complete [2021-01-13T00:06:05.150Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T00:06:05.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T00:06:05.150Z] ---> a62c8e92a672 [2021-01-13T00:06:05.150Z] 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-13T00:06:05.150Z] ---> Running in e08d600f996b [2021-01-13T00:06:06.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:06:06.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:06:06.959Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T00:06:07.223Z] (2/12) Installing file (5.38-r0) [2021-01-13T00:06:07.223Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T00:06:07.485Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T00:06:10.804Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T00:06:10.804Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T00:06:10.804Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T00:06:10.804Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T00:06:10.804Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T00:06:10.804Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T00:06:11.073Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T00:06:11.073Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T00:06:11.073Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:06:11.073Z] OK: 233 MiB in 51 packages [2021-01-13T00:06:14.400Z] Removing intermediate container e08d600f996b [2021-01-13T00:06:14.400Z] ---> f71037eaf9b2 [2021-01-13T00:06:14.400Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T00:06:14.400Z] ---> Running in 3becef1e6cf4 [2021-01-13T00:06:14.664Z] Removing intermediate container 3becef1e6cf4 [2021-01-13T00:06:14.664Z] ---> e9365982f2d8 [2021-01-13T00:06:14.664Z] Step 5/6 : COPY go.mod . [2021-01-13T00:06:14.928Z] ---> eb639090b4f4 [2021-01-13T00:06:14.928Z] Step 6/6 : RUN go mod download [2021-01-13T00:06:14.928Z] ---> Running in 6f78134c1269 [2021-01-13T00:06:36.970Z] Removing intermediate container 6f78134c1269 [2021-01-13T00:06:36.970Z] ---> b1e1f4365d55 [2021-01-13T00:06:36.970Z] Successfully built b1e1f4365d55 [2021-01-13T00:06:36.970Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:06:37.293Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T00:06:37.293Z] . [Pipeline] withDockerContainer [2021-01-13T00:06:37.400Z] prd-centos7-docker-4c-2g-19861 does not seem to be running inside a container [2021-01-13T00:06:37.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:06:38.258Z] $ docker top 04cef555603bb0e65da822271340c1d76025e396451dc688b72acc1eef4c9a86 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:06:38.754Z] + go version [2021-01-13T00:06:38.754Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T00:06:38.769Z] $ docker stop --time=1 04cef555603bb0e65da822271340c1d76025e396451dc688b72acc1eef4c9a86 [2021-01-13T00:06:40.887Z] $ docker rm -f 04cef555603bb0e65da822271340c1d76025e396451dc688b72acc1eef4c9a86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:06:41.862Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T00:06:41.862Z] . [Pipeline] withDockerContainer [2021-01-13T00:06:41.967Z] prd-centos7-docker-4c-2g-19861 does not seem to be running inside a container [2021-01-13T00:06:42.022Z] $ 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/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:06:42.845Z] $ docker top c15b39a305dfda712ae395c3a7e4064caa180211d983199aa6c7e1ac8118a781 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T00:06:43.054Z] ========================================================= [2021-01-13T00:06:43.054Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T00:06:43.054Z] ========================================================= [Pipeline] sh [2021-01-13T00:06:43.353Z] + make test [2021-01-13T00:06:43.353Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T00:06:53.418Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T00:07:08.409Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T00:07:13.780Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T00:07:13.780Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T00:07:14.047Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T00:07:14.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T00:07:14.316Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T00:07:14.316Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T00:07:15.055Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T00:07:15.416Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T00:07:16.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T00:07:18.173Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T00:07:18.173Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T00:07:18.173Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T00:07:20.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements [2021-01-13T00:07:20.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T00:07:20.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T00:07:20.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T00:07:20.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T00:07:20.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T00:07:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.0% of statements [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T00:07:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T00:07:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T00:07:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 77.1% of statements [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T00:07:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.117s coverage: 82.4% of statements [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T00:07:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T00:07:25.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T00:07:26.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.402s coverage: 28.6% of statements [2021-01-13T00:07:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T00:07:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T00:07:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T00:07:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T00:07:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T00:07:26.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2021-01-13T00:07:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T00:07:26.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-13T00:07:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T00:07:27.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-01-13T00:07:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T00:07:27.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-01-13T00:07:27.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T00:07:27.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-01-13T00:07:27.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T00:07:27.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T00:07:27.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T00:07:27.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T00:07:29.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 93.1% of statements [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T00:07:29.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T00:07:29.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T00:07:29.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.101s coverage: 100.0% of statements [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T00:07:29.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2021-01-13T00:07:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T00:07:29.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-13T00:07:30.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.079s coverage: 87.2% of statements [2021-01-13T00:07:30.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-13T00:07:30.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-13T00:07:30.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T00:07:31.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2021-01-13T00:07:31.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T00:07:31.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T00:07:31.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-01-13T00:07:31.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements [2021-01-13T00:07:31.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-01-13T00:07:31.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-13T00:07:32.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-13T00:07:33.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 55.9% of statements [2021-01-13T00:07:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T00:07:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T00:07:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T00:07:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T00:07:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T00:07:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements [2021-01-13T00:07:33.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T00:07:33.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T00:07:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements [2021-01-13T00:07:33.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-13T00:07:35.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2021-01-13T00:07:35.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T00:07:35.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T00:07:35.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T00:07:35.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T00:07:35.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T00:07:35.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-01-13T00:07:35.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T00:07:35.891Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-01-13T00:07:35.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T00:07:37.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.741s coverage: 29.1% of statements [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T00:07:37.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T00:07:37.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T00:07:37.302Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T00:07:37.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T00:07:37.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T00:07:37.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T00:07:37.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-13T00:07:37.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-13T00:07:38.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-13T00:07:38.366Z] GO111MODULE=on go vet ./... [2021-01-13T00:07:48.416Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19862 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-13T00:07:48.482Z] Running in /w/workspace/edgex-go/288 [Pipeline] { [Pipeline] checkout [2021-01-13T00:07:53.506Z] using credential edgex-jenkins-ssh [2021-01-13T00:07:53.575Z] Cloning the remote Git repository [2021-01-13T00:07:53.615Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:07:53.716Z] > git init /w/workspace/edgex-go/288 # timeout=10 [2021-01-13T00:07:53.782Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:07:53.783Z] > git --version # timeout=10 [2021-01-13T00:07:53.799Z] > git --version # 'git version 2.17.1' [2021-01-13T00:07:53.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:07:53.878Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T00:08:05.105Z] gofmt -l . [2021-01-13T00:08:05.105Z] [ "`gofmt -l .`" = "" ] [2021-01-13T00:08:05.105Z] ./bin/test-go-mod-tidy.sh [2021-01-13T00:08:05.105Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T00:08:05.420Z] + ls -al . [2021-01-13T00:08:05.420Z] total 656 [2021-01-13T00:08:05.420Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 00:08 . [2021-01-13T00:08:05.420Z] drwxr-xr-x 4 root root 32 Jan 13 00:06 .. [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 00:04 .dockerignore [2021-01-13T00:08:05.420Z] drwxrwxr-x 8 1001 1001 162 Jan 13 00:05 .git [2021-01-13T00:08:05.420Z] drwxrwxr-x 3 1001 1001 125 Jan 13 00:04 .github [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 00:04 .gitignore [2021-01-13T00:08:05.420Z] drwx------ 3 1001 1001 32 Jan 13 00:05 .semver [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 00:04 .sonarcloud.properties [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 00:04 Attribution.txt [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 00:04 CONTRIBUTING.md [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 00:04 Dockerfile.build [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 00:04 Jenkinsfile [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 00:04 LICENSE [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 00:04 Makefile [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 00:04 README.md [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 00:04 SECURITY.md [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 12 Jan 13 00:05 VERSION [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 00:04 ZMQWindows.md [2021-01-13T00:08:05.420Z] drwxrwxr-x 2 1001 1001 117 Jan 13 00:04 bin [2021-01-13T00:08:05.420Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 00:04 cmd [2021-01-13T00:08:05.420Z] -rw-r--r-- 1 root root 552842 Jan 13 00:07 coverage.out [2021-01-13T00:08:05.420Z] -rw-r--r-- 1 root root 979 Jan 13 00:08 go.mod [2021-01-13T00:08:05.420Z] -rw-r--r-- 1 root root 19231 Jan 13 00:08 go.sum [2021-01-13T00:08:05.420Z] drwxrwxr-x 8 1001 1001 127 Jan 13 00:04 internal [2021-01-13T00:08:05.420Z] drwxrwxr-x 4 1001 1001 26 Jan 13 00:04 openapi [2021-01-13T00:08:05.420Z] drwxrwxr-x 4 1001 1001 71 Jan 13 00:04 snap [2021-01-13T00:08:05.420Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 00:04 version.go [Pipeline] sh [2021-01-13T00:08:05.760Z] + '[' -e coverage.out ] [2021-01-13T00:08:05.760Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T00:08:05.995Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T00:08:06.294Z] + make build [2021-01-13T00:08:06.294Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T00:08:09.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T00:08:12.786Z] Checking out Revision 356d3f58744bcd4c86fb4a1eb5552148d927414a (master) [2021-01-13T00:08:12.140Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T00:08:12.157Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T00:08:12.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T00:08:12.225Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:08:12.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:08:12.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T00:08:12.803Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T00:08:12.826Z] > git checkout -f 356d3f58744bcd4c86fb4a1eb5552148d927414a # timeout=10 [2021-01-13T00:08:17.245Z] Commit message: "Merge pull request #3014 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.144" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-13T00:08:17.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] sh [2021-01-13T00:08:18.797Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-13T00:08:18.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] sh [2021-01-13T00:08:19.231Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T00:08:19.577Z] + true [2021-01-13T00:08:19.577Z] + sudo service docker restart [2021-01-13T00:08:20.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T00:08:20.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T00:08:21.632Z] provisioning config files... [2021-01-13T00:08:21.674Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/288@tmp/config4841848669225031362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:08:22.082Z] ---> docker-login.sh [2021-01-13T00:08:22.082Z] nexus3.edgexfoundry.org:10001 [2021-01-13T00:08:22.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T00:08:23.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:08:23.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:08:23.389Z] Configure a credential helper to remove this warning. See [2021-01-13T00:08:23.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:08:23.389Z] [2021-01-13T00:08:23.389Z] Login Succeeded [2021-01-13T00:08:23.389Z] nexus3.edgexfoundry.org:10002 [2021-01-13T00:08:23.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T00:08:23.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:08:23.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:08:23.956Z] Configure a credential helper to remove this warning. See [2021-01-13T00:08:23.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:08:23.956Z] [2021-01-13T00:08:23.956Z] Login Succeeded [2021-01-13T00:08:23.956Z] nexus3.edgexfoundry.org:10003 [2021-01-13T00:08:24.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:08:24.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:08:24.237Z] Configure a credential helper to remove this warning. See [2021-01-13T00:08:24.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:08:24.237Z] [2021-01-13T00:08:24.237Z] Login Succeeded [2021-01-13T00:08:24.237Z] nexus3.edgexfoundry.org:10004 [2021-01-13T00:08:24.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T00:08:24.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:08:24.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:08:24.838Z] Configure a credential helper to remove this warning. See [2021-01-13T00:08:24.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:08:24.838Z] [2021-01-13T00:08:24.838Z] Login Succeeded [2021-01-13T00:08:24.838Z] docker.io [2021-01-13T00:08:25.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:08:25.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:08:25.379Z] Configure a credential helper to remove this warning. See [2021-01-13T00:08:25.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:08:25.379Z] [2021-01-13T00:08:25.379Z] Login Succeeded [2021-01-13T00:08:25.379Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T00:08:25.395Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-13T00:08:25.879Z] ========================================================= [2021-01-13T00:08:25.879Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T00:08:25.879Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:08:26.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T00:08:26.259Z] + 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-13T00:08:26.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T00:08:28.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T00:08:28.901Z] Sending build context to Docker daemon 165.5MB [2021-01-13T00:08:28.901Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T00:08:28.901Z] Step 2/6 : FROM ${BASE} [2021-01-13T00:08:28.901Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T00:08:28.901Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T00:08:28.901Z] a4357932f1b6: Pulling fs layer [2021-01-13T00:08:28.901Z] 18c013af1878: Pulling fs layer [2021-01-13T00:08:28.901Z] 00ac8860ef70: Pulling fs layer [2021-01-13T00:08:28.901Z] 63d7cb157983: Pulling fs layer [2021-01-13T00:08:28.901Z] b116817d02f9: Pulling fs layer [2021-01-13T00:08:28.901Z] 745a02a5169b: Pulling fs layer [2021-01-13T00:08:28.901Z] 63d7cb157983: Waiting [2021-01-13T00:08:28.901Z] b116817d02f9: Waiting [2021-01-13T00:08:28.901Z] 745a02a5169b: Waiting [2021-01-13T00:08:28.901Z] 00ac8860ef70: Waiting [2021-01-13T00:08:28.901Z] 18c013af1878: Verifying Checksum [2021-01-13T00:08:28.901Z] 18c013af1878: Download complete [2021-01-13T00:08:28.901Z] a4357932f1b6: Verifying Checksum [2021-01-13T00:08:28.901Z] a4357932f1b6: Download complete [2021-01-13T00:08:28.901Z] 63d7cb157983: Verifying Checksum [2021-01-13T00:08:28.901Z] 63d7cb157983: Download complete [2021-01-13T00:08:29.178Z] b116817d02f9: Download complete [2021-01-13T00:08:29.178Z] 5f621e34cdf4: Download complete [Pipeline] } [2021-01-13T00:08:29.397Z] $ docker stop --time=1 c15b39a305dfda712ae395c3a7e4064caa180211d983199aa6c7e1ac8118a781 [2021-01-13T00:08:29.788Z] 5f621e34cdf4: Pull complete [2021-01-13T00:08:30.387Z] a4357932f1b6: Pull complete [2021-01-13T00:08:30.668Z] 18c013af1878: Pull complete [2021-01-13T00:08:31.120Z] $ docker rm -f c15b39a305dfda712ae395c3a7e4064caa180211d983199aa6c7e1ac8118a781 [2021-01-13T00:08:31.268Z] 745a02a5169b: Verifying Checksum [2021-01-13T00:08:31.268Z] 745a02a5169b: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-13T00:08:33.267Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:08:34.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:08:34.904Z] [2021-01-13T00:08:34.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:08:35.294Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:08:35.294Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T00:08:35.294Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T00:08:35.294Z] ca9280d653b3: Pulling fs layer [2021-01-13T00:08:35.294Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T00:08:35.577Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-13T00:08:35.577Z] cbdbe7a5bc2a: Download complete [2021-01-13T00:08:36.183Z] cbdbe7a5bc2a: Pull complete [2021-01-13T00:08:36.183Z] ca9280d653b3: Verifying Checksum [2021-01-13T00:08:36.183Z] ca9280d653b3: Download complete [2021-01-13T00:08:37.158Z] ca9280d653b3: Pull complete [2021-01-13T00:08:37.739Z] 7e9c9ca2126c: Download complete [2021-01-13T00:08:43.509Z] 00ac8860ef70: Pull complete [2021-01-13T00:08:43.510Z] 63d7cb157983: Pull complete [2021-01-13T00:08:43.786Z] b116817d02f9: Pull complete [2021-01-13T00:08:44.388Z] 7e9c9ca2126c: Pull complete [2021-01-13T00:08:44.388Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T00:08:44.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:08:44.388Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T00:08:44.611Z] prd-centos7-docker-4c-2g-19861 does not seem to be running inside a container [2021-01-13T00:08:44.737Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:08:47.691Z] $ docker top 5d23fea4233732439f70e8601481c8032dcba7f8981cbddecdc2e2aff5f53ead -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:08:48.114Z] 745a02a5169b: Pull complete [2021-01-13T00:08:48.115Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T00:08:48.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T00:08:48.115Z] ---> b7e6874047d6 [2021-01-13T00:08:48.115Z] 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-13T00:08:48.209Z] + docker-compose build --help [2021-01-13T00:08:48.209Z] + grep parallel [2021-01-13T00:08:49.160Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T00:08:49.185Z] $ docker stop --time=1 5d23fea4233732439f70e8601481c8032dcba7f8981cbddecdc2e2aff5f53ead [2021-01-13T00:08:50.563Z] $ docker rm -f 5d23fea4233732439f70e8601481c8032dcba7f8981cbddecdc2e2aff5f53ead [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:08:51.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:08:51.249Z] . [Pipeline] withDockerContainer [2021-01-13T00:08:51.357Z] prd-centos7-docker-4c-2g-19861 does not seem to be running inside a container [2021-01-13T00:08:51.411Z] $ 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/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:08:51.503Z] ---> Running in 3a49d421237e [2021-01-13T00:08:52.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:08:52.183Z] $ docker top 883fd6c0f2ff9e2d19c3fc6c85e5244ab6773a2ccd8be649fc27121bcee36a95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:08:52.856Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T00:08:53.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:08:53.837Z] Building docker-core-command-go ... [2021-01-13T00:08:53.837Z] Building docker-core-data-go ... [2021-01-13T00:08:53.837Z] Building docker-core-metadata-go ... [2021-01-13T00:08:53.837Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T00:08:53.837Z] Building docker-security-proxy-setup-go ... [2021-01-13T00:08:53.837Z] Building docker-security-secretstore-setup-go ... [2021-01-13T00:08:53.837Z] Building docker-support-notifications-go ... [2021-01-13T00:08:53.837Z] Building docker-support-scheduler-go ... [2021-01-13T00:08:53.837Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T00:08:53.837Z] Building docker-security-bootstrap-redis-go [2021-01-13T00:08:53.837Z] Building docker-core-data-go [2021-01-13T00:08:53.837Z] Building docker-support-notifications-go [2021-01-13T00:08:53.837Z] Building docker-security-secretstore-setup-go [2021-01-13T00:08:53.837Z] Building docker-support-scheduler-go [2021-01-13T00:08:54.060Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T00:08:54.330Z] (2/12) Installing file (5.38-r0) [2021-01-13T00:08:54.330Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T00:08:54.601Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T00:09:12.895Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T00:09:12.895Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T00:09:12.895Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T00:09:12.895Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T00:09:12.895Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T00:09:12.895Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T00:09:12.895Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T00:09:12.895Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T00:09:12.895Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:09:12.895Z] OK: 217 MiB in 51 packages [2021-01-13T00:09:16.274Z] Removing intermediate container 3a49d421237e [2021-01-13T00:09:16.274Z] ---> 13190af66fb0 [2021-01-13T00:09:16.274Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T00:09:16.548Z] ---> Running in 1bd89ca62e24 [2021-01-13T00:09:16.822Z] Removing intermediate container 1bd89ca62e24 [2021-01-13T00:09:16.822Z] ---> d3498c975953 [2021-01-13T00:09:16.822Z] Step 5/6 : COPY go.mod . [2021-01-13T00:09:17.422Z] ---> ffdd69a3aac1 [2021-01-13T00:09:17.422Z] Step 6/6 : RUN go mod download [2021-01-13T00:09:17.698Z] ---> Running in 698d42357596 [2021-01-13T00:09:26.189Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:09:26.189Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:09:26.189Z] ---> b1e1f4365d55 [2021-01-13T00:09:26.189Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:09:26.189Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:09:26.189Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:09:26.189Z] ---> b1e1f4365d55 [2021-01-13T00:09:26.189Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:09:26.189Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:09:26.189Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:09:26.189Z] ---> b1e1f4365d55 [2021-01-13T00:09:26.189Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:09:26.189Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:09:26.189Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:09:26.189Z] ---> b1e1f4365d55 [2021-01-13T00:09:26.189Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:09:26.189Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:09:26.189Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:09:26.189Z] ---> b1e1f4365d55 [2021-01-13T00:09:26.189Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T00:09:26.189Z] ---> Running in 0ccac92ab28c [2021-01-13T00:09:26.189Z] ---> Running in 38b112f9c195 [2021-01-13T00:09:26.189Z] ---> Running in 905643eaec3e [2021-01-13T00:09:26.189Z] ---> Running in fa4170d639e5 [2021-01-13T00:09:26.189Z] ---> Running in c53e411de4a2 [2021-01-13T00:09:26.189Z] Removing intermediate container 905643eaec3e [2021-01-13T00:09:26.189Z] ---> 4460f5e94ab5 [2021-01-13T00:09:26.189Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:09:26.189Z] Removing intermediate container c53e411de4a2 [2021-01-13T00:09:26.189Z] ---> 8de982c90bca [2021-01-13T00:09:26.189Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:09:26.189Z] Removing intermediate container 38b112f9c195 [2021-01-13T00:09:26.189Z] ---> 8a3aa9622643 [2021-01-13T00:09:26.189Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:09:26.189Z] Removing intermediate container fa4170d639e5 [2021-01-13T00:09:26.189Z] ---> 8ec188afca84 [2021-01-13T00:09:26.189Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:09:26.189Z] Removing intermediate container 0ccac92ab28c [2021-01-13T00:09:26.189Z] ---> a5c9ba2646eb [2021-01-13T00:09:26.189Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:09:26.189Z] ---> Running in caf1e7747d15 [2021-01-13T00:09:26.189Z] ---> Running in 1e09af6036b8 [2021-01-13T00:09:26.189Z] ---> Running in f401d5785b24 [2021-01-13T00:09:26.189Z] ---> Running in 01f793666397 [2021-01-13T00:09:26.189Z] ---> Running in 23c94297fc7f [2021-01-13T00:09:28.932Z] Removing intermediate container 01f793666397 [2021-01-13T00:09:28.932Z] ---> 11755b4bebbe [2021-01-13T00:09:28.932Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T00:09:28.932Z] Removing intermediate container caf1e7747d15 [2021-01-13T00:09:28.932Z] ---> ff00c19a68a3 [2021-01-13T00:09:28.932Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T00:09:28.932Z] Removing intermediate container 23c94297fc7f [2021-01-13T00:09:28.932Z] ---> 94e33e538d18 [2021-01-13T00:09:28.932Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:09:28.932Z] ---> Running in 4bbd25b47cb8 [2021-01-13T00:09:28.932Z] ---> Running in 7b558486e9f3 [2021-01-13T00:09:28.932Z] ---> Running in 3d6423e7c245 [2021-01-13T00:09:28.932Z] Removing intermediate container 1e09af6036b8 [2021-01-13T00:09:28.932Z] ---> 32d73e7e1110 [2021-01-13T00:09:28.932Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T00:09:28.932Z] Removing intermediate container f401d5785b24 [2021-01-13T00:09:28.932Z] ---> ea701260a032 [2021-01-13T00:09:28.932Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:09:29.223Z] ---> Running in 8d7277519f50 [2021-01-13T00:09:29.223Z] ---> Running in ab9cff856511 [2021-01-13T00:09:30.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:30.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:30.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:30.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:30.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:31.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:32.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:33.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:35.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:35.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:09:36.028Z] OK: 233 MiB in 51 packages [2021-01-13T00:09:36.639Z] Removing intermediate container 3d6423e7c245 [2021-01-13T00:09:36.639Z] ---> eb89f48687ff [2021-01-13T00:09:36.639Z] Step 6/21 : COPY go.mod . [2021-01-13T00:09:36.928Z] OK: 233 MiB in 51 packages [2021-01-13T00:09:36.929Z] ---> 99b17d1b6d35 [2021-01-13T00:09:36.929Z] Step 7/21 : RUN go mod download [2021-01-13T00:09:36.929Z] ---> Running in bbcf606d5e2d [2021-01-13T00:09:37.605Z] Removing intermediate container 8d7277519f50 [2021-01-13T00:09:37.605Z] ---> 69a03bbf9282 [2021-01-13T00:09:37.605Z] Step 6/24 : COPY go.mod . [2021-01-13T00:09:37.910Z] ---> 735825e67147 [2021-01-13T00:09:37.910Z] Step 7/24 : RUN go mod download [2021-01-13T00:09:37.910Z] ---> Running in e927c0a3c6f8 [2021-01-13T00:09:38.204Z] OK: 233 MiB in 51 packages [2021-01-13T00:09:38.830Z] Removing intermediate container 4bbd25b47cb8 [2021-01-13T00:09:38.830Z] ---> c3ed1cdac454 [2021-01-13T00:09:38.830Z] Step 6/24 : COPY go.mod . [2021-01-13T00:09:38.830Z] OK: 233 MiB in 51 packages [2021-01-13T00:09:39.144Z] Removing intermediate container bbcf606d5e2d [2021-01-13T00:09:39.144Z] ---> e75006034485 [2021-01-13T00:09:39.144Z] Step 8/21 : COPY . . [2021-01-13T00:09:39.144Z] ---> 9fc9818eb98c [2021-01-13T00:09:39.144Z] Step 7/24 : RUN go mod download [2021-01-13T00:09:39.144Z] ---> Running in ceca12bcbc0f [2021-01-13T00:09:39.425Z] OK: 233 MiB in 51 packages [2021-01-13T00:09:39.425Z] Removing intermediate container e927c0a3c6f8 [2021-01-13T00:09:39.425Z] ---> 4455e89c852c [2021-01-13T00:09:39.425Z] Step 8/24 : COPY . . [2021-01-13T00:09:42.864Z] Removing intermediate container 7b558486e9f3 [2021-01-13T00:09:42.864Z] ---> 9163b9412abe [2021-01-13T00:09:42.864Z] Step 6/23 : COPY go.mod . [2021-01-13T00:09:44.873Z] Removing intermediate container 698d42357596 [2021-01-13T00:09:44.873Z] ---> 045092880342 [2021-01-13T00:09:44.874Z] Successfully built 045092880342 [2021-01-13T00:09:44.874Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:09:44.989Z] ---> 319e22169462 [2021-01-13T00:09:44.989Z] Step 7/23 : RUN go mod download [2021-01-13T00:09:45.342Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T00:09:45.343Z] . [Pipeline] withDockerContainer [2021-01-13T00:09:45.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-19862 does not seem to be running inside a container [2021-01-13T00:09:45.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-13T00:09:47.009Z] Removing intermediate container ab9cff856511 [2021-01-13T00:09:47.009Z] ---> 588e8919275a [2021-01-13T00:09:47.009Z] Step 6/22 : COPY go.mod . [2021-01-13T00:09:47.009Z] ---> Running in aa8fb55fd5f7 [2021-01-13T00:09:47.267Z] $ docker top 2eb792b9c825b88f57a612144c0b3b838ea64de9269b1a73726565bf8210b142 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:09:48.003Z] ---> 151fbf4a7a2e [2021-01-13T00:09:48.003Z] Step 7/22 : RUN go mod download [2021-01-13T00:09:48.372Z] + go version [2021-01-13T00:09:48.373Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T00:09:48.440Z] $ docker stop --time=1 2eb792b9c825b88f57a612144c0b3b838ea64de9269b1a73726565bf8210b142 [2021-01-13T00:09:50.420Z] $ docker rm -f 2eb792b9c825b88f57a612144c0b3b838ea64de9269b1a73726565bf8210b142 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-13T00:09:51.164Z] Removing intermediate container ceca12bcbc0f [2021-01-13T00:09:51.164Z] ---> a871bcf2edf6 [2021-01-13T00:09:51.164Z] Step 8/24 : COPY . . [2021-01-13T00:09:51.164Z] ---> Running in 34a19b7a13fc [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-13T00:09:51.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:09:51.968Z] [2021-01-13T00:09:51.968Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:09:52.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:09:52.491Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T00:09:52.491Z] 29e5d40040c1: Pulling fs layer [2021-01-13T00:09:52.491Z] 1ce36da41761: Pulling fs layer [2021-01-13T00:09:52.491Z] 25b303627fd3: Pulling fs layer [2021-01-13T00:09:53.599Z] 29e5d40040c1: Verifying Checksum [2021-01-13T00:09:53.599Z] 29e5d40040c1: Download complete [2021-01-13T00:09:53.980Z] 1ce36da41761: Verifying Checksum [2021-01-13T00:09:53.980Z] 1ce36da41761: Download complete [2021-01-13T00:09:53.980Z] 29e5d40040c1: Pull complete [2021-01-13T00:09:55.250Z] 1ce36da41761: Pull complete [2021-01-13T00:09:57.471Z] 25b303627fd3: Verifying Checksum [2021-01-13T00:09:57.471Z] 25b303627fd3: Download complete [2021-01-13T00:10:02.342Z] Removing intermediate container aa8fb55fd5f7 [2021-01-13T00:10:02.342Z] ---> c5ae7a2518ad [2021-01-13T00:10:02.342Z] Step 8/23 : COPY . . [2021-01-13T00:10:02.342Z] Removing intermediate container 34a19b7a13fc [2021-01-13T00:10:02.342Z] ---> 0c3a88581f2e [2021-01-13T00:10:02.342Z] Step 8/22 : COPY . . [2021-01-13T00:10:03.197Z] ---> e4727ec6bced [2021-01-13T00:10:03.197Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T00:10:08.703Z] 25b303627fd3: Pull complete [2021-01-13T00:10:08.703Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T00:10:08.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:10:08.703Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T00:10:09.028Z] prd-ubuntu18.04-docker-arm64-4c-16g-19862 does not seem to be running inside a container [2021-01-13T00:10:09.191Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:10:12.358Z] $ docker top e17a06dcf6e4691e75607eb051ae3e3e448e84186430f0e327fa7c0438128238 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:10:13.516Z] + + grepdocker-compose build --help parallel [2021-01-13T00:10:13.516Z] [2021-01-13T00:10:13.999Z] ---> Running in b4d326be1c64 [2021-01-13T00:10:13.999Z] ---> 41c24c8f7aa3 [2021-01-13T00:10:13.999Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T00:10:17.287Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T00:10:17.364Z] $ docker stop --time=1 e17a06dcf6e4691e75607eb051ae3e3e448e84186430f0e327fa7c0438128238 [2021-01-13T00:10:17.664Z] ---> Running in 200cdf68bb50 [2021-01-13T00:10:17.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T00:10:19.504Z] $ docker rm -f e17a06dcf6e4691e75607eb051ae3e3e448e84186430f0e327fa7c0438128238 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:10:20.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:10:20.554Z] . [Pipeline] withDockerContainer [2021-01-13T00:10:20.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-19862 does not seem to be running inside a container [2021-01-13T00:10:21.085Z] $ 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/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-13T00:10:22.318Z] ---> 4831416dd298 [2021-01-13T00:10:22.318Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T00:10:22.318Z] ---> Running in a44691a51607 [2021-01-13T00:10:22.561Z] $ docker top 349d0179e87071b275be98b6a11924fad4714e4e9445349413bb02ad316d8e3a -eo pid,comm [Pipeline] { [2021-01-13T00:10:22.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] sh [2021-01-13T00:10:23.788Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T00:10:23.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T00:10:28.131Z] Building docker-core-command-go ... [2021-01-13T00:10:28.132Z] Building docker-core-data-go ... [2021-01-13T00:10:28.132Z] Building docker-core-metadata-go ... [2021-01-13T00:10:28.132Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T00:10:28.132Z] Building docker-security-proxy-setup-go ... [2021-01-13T00:10:28.132Z] Building docker-security-secretstore-setup-go ... [2021-01-13T00:10:28.132Z] Building docker-support-notifications-go ... [2021-01-13T00:10:28.132Z] Building docker-support-scheduler-go ... [2021-01-13T00:10:28.132Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T00:10:28.132Z] Building docker-core-data-go [2021-01-13T00:10:28.132Z] Building docker-support-scheduler-go [2021-01-13T00:10:28.132Z] Building docker-core-command-go [2021-01-13T00:10:28.132Z] Building docker-support-notifications-go [2021-01-13T00:10:28.132Z] Building docker-security-secretstore-setup-go [2021-01-13T00:10:29.434Z] ---> acd98a91f483 [2021-01-13T00:10:29.434Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T00:10:30.044Z] ---> Running in 8aebd333ad81 [2021-01-13T00:10:30.734Z] ---> ad55d049c191 [2021-01-13T00:10:30.734Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T00:10:31.044Z] ---> Running in c0ee25590daa [2021-01-13T00:10:31.668Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T00:10:32.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T00:10:42.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T00:10:52.667Z] Removing intermediate container b4d326be1c64 [2021-01-13T00:10:52.667Z] ---> ae623e8c147f [2021-01-13T00:10:52.667Z] [2021-01-13T00:10:52.667Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T00:10:52.667Z] 3.12: Pulling from library/alpine [2021-01-13T00:10:53.699Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T00:10:53.699Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T00:10:53.699Z] ---> 389fef711851 [2021-01-13T00:10:53.699Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T00:10:55.146Z] ---> Running in d69679896c54 [2021-01-13T00:10:56.637Z] Removing intermediate container 200cdf68bb50 [2021-01-13T00:10:56.637Z] ---> 8133545960c2 [2021-01-13T00:10:56.637Z] [2021-01-13T00:10:56.637Z] Step 10/21 : FROM scratch [2021-01-13T00:10:56.637Z] ---> [2021-01-13T00:10:56.637Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:10:56.637Z] Removing intermediate container a44691a51607 [2021-01-13T00:10:56.637Z] ---> 986f472d775c [2021-01-13T00:10:56.637Z] [2021-01-13T00:10:56.637Z] Step 10/24 : FROM scratch [2021-01-13T00:10:56.637Z] ---> [2021-01-13T00:10:56.637Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T00:10:56.929Z] ---> Running in c29a01d07acb [2021-01-13T00:10:56.929Z] ---> Running in 60464e818e08 [2021-01-13T00:10:57.225Z] Removing intermediate container 60464e818e08 [2021-01-13T00:10:57.225Z] ---> 6fe3252ee073 [2021-01-13T00:10:57.225Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T00:10:57.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:10:57.225Z] Removing intermediate container c29a01d07acb [2021-01-13T00:10:57.509Z] ---> 6ef6731fb5ff [2021-01-13T00:10:57.509Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T00:10:57.509Z] ---> Running in 4543887c8e8c [2021-01-13T00:10:57.509Z] ---> Running in a8a33a0f2ac5 [2021-01-13T00:10:57.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:10:57.786Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T00:10:57.786Z] Removing intermediate container 4543887c8e8c [2021-01-13T00:10:57.786Z] ---> feac958fef81 [2021-01-13T00:10:57.786Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T00:10:57.786Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:10:57.786Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T00:10:57.786Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T00:10:57.786Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T00:10:57.786Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:10:57.786Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:10:57.786Z] Removing intermediate container a8a33a0f2ac5 [2021-01-13T00:10:57.786Z] ---> c42060f5f51c [2021-01-13T00:10:57.786Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T00:10:58.068Z] OK: 7 MiB in 19 packages [2021-01-13T00:10:58.068Z] ---> Running in ac6474e6251e [2021-01-13T00:10:58.068Z] ---> Running in 1fc0c5516709 [2021-01-13T00:10:58.683Z] Removing intermediate container ac6474e6251e [2021-01-13T00:10:58.683Z] ---> bcc323a9099e [2021-01-13T00:10:58.683Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:10:58.683Z] Removing intermediate container 1fc0c5516709 [2021-01-13T00:10:58.683Z] ---> 285add5b92b7 [2021-01-13T00:10:58.683Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T00:11:00.582Z] ---> 3c8fc81005d8 [2021-01-13T00:11:00.582Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T00:11:00.582Z] ---> df5273a20f26 [2021-01-13T00:11:00.582Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T00:11:00.582Z] Removing intermediate container d69679896c54 [2021-01-13T00:11:00.582Z] ---> f9ff2aab414d [2021-01-13T00:11:00.582Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:11:00.582Z] ---> Running in bd76ebf5f66d [2021-01-13T00:11:00.853Z] Removing intermediate container bd76ebf5f66d [2021-01-13T00:11:00.853Z] ---> d3aa9b18de61 [2021-01-13T00:11:00.853Z] Step 13/24 : WORKDIR / [2021-01-13T00:11:02.793Z] ---> Running in 3e03b19438cc [2021-01-13T00:11:02.793Z] ---> 55a29277c0d6 [2021-01-13T00:11:02.793Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T00:11:02.793Z] ---> 705de6b595ce [2021-01-13T00:11:02.793Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T00:11:02.793Z] Removing intermediate container c0ee25590daa [2021-01-13T00:11:02.793Z] ---> 419e4e9cefe2 [2021-01-13T00:11:02.793Z] [2021-01-13T00:11:02.793Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T00:11:02.793Z] ---> 389fef711851 [2021-01-13T00:11:02.793Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T00:11:02.793Z] ---> Using cache [2021-01-13T00:11:02.793Z] ---> f9ff2aab414d [2021-01-13T00:11:02.793Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T00:11:03.069Z] ---> Running in 4a014af6457c [2021-01-13T00:11:03.348Z] Removing intermediate container 3e03b19438cc [2021-01-13T00:11:03.348Z] ---> 9c4acee784cf [2021-01-13T00:11:03.348Z] 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-13T00:11:03.348Z] ---> 6412539ff02b [2021-01-13T00:11:03.348Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T00:11:03.348Z] ---> 10beaa36475f [2021-01-13T00:11:03.348Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:11:03.348Z] ---> Running in a7ba4798c3d1 [2021-01-13T00:11:03.622Z] Removing intermediate container 4a014af6457c [2021-01-13T00:11:03.622Z] ---> 4989029f0d69 [2021-01-13T00:11:03.622Z] Step 13/22 : WORKDIR / [2021-01-13T00:11:03.622Z] ---> c5b0af37c77b [2021-01-13T00:11:03.622Z] 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-13T00:11:03.622Z] ---> Running in 628b7dbce8d9 [2021-01-13T00:11:03.906Z] Removing intermediate container a7ba4798c3d1 [2021-01-13T00:11:03.907Z] ---> 70412f5d3639 [2021-01-13T00:11:03.907Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:11:03.907Z] ---> e8b27022cf74 [2021-01-13T00:11:03.907Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T00:11:03.907Z] ---> Running in 4133388178c6 [2021-01-13T00:11:04.193Z] Removing intermediate container 628b7dbce8d9 [2021-01-13T00:11:04.193Z] ---> 95882422d98d [2021-01-13T00:11:04.193Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:11:05.178Z] ---> 5a4a4180619e [2021-01-13T00:11:05.178Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T00:11:05.178Z] Removing intermediate container 4133388178c6 [2021-01-13T00:11:05.178Z] ---> 61422791a2a9 [2021-01-13T00:11:05.178Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T00:11:06.682Z] ---> 87acdfc1aca3 [2021-01-13T00:11:06.683Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T00:11:06.683Z] ---> 16da27ab53f5 [2021-01-13T00:11:06.683Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T00:11:06.683Z] ---> Running in 4cdec67748ba [2021-01-13T00:11:06.683Z] ---> 23038a208e3f [2021-01-13T00:11:06.683Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T00:11:06.981Z] Removing intermediate container 8aebd333ad81 [2021-01-13T00:11:06.981Z] ---> 26e3cee80ebd [2021-01-13T00:11:06.981Z] [2021-01-13T00:11:06.981Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T00:11:06.981Z] ---> 389fef711851 [2021-01-13T00:11:06.981Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:11:06.981Z] Removing intermediate container 4cdec67748ba [2021-01-13T00:11:06.981Z] ---> 15ca003db7e8 [2021-01-13T00:11:06.981Z] Step 20/21 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:11:07.295Z] ---> Running in 93c3c6942ad7 [2021-01-13T00:11:07.599Z] ---> 83e4512f8575 [2021-01-13T00:11:07.599Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T00:11:07.896Z] ---> Running in 636761ea772c [2021-01-13T00:11:07.896Z] ---> f1a38e06d4cc [2021-01-13T00:11:07.896Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T00:11:07.896Z] ---> Running in 54a421350248 [2021-01-13T00:11:07.896Z] Removing intermediate container 93c3c6942ad7 [2021-01-13T00:11:07.896Z] ---> c4357a0a9151 [2021-01-13T00:11:07.896Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T00:11:07.896Z] ---> ef59a13a6213 [2021-01-13T00:11:07.896Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T00:11:07.896Z] ---> Running in 6ac5ec2137f2 [2021-01-13T00:11:08.166Z] Removing intermediate container 636761ea772c [2021-01-13T00:11:08.166Z] ---> 9015c4d99a90 [2021-01-13T00:11:08.166Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T00:11:08.166Z] ---> b47357eeac76 [2021-01-13T00:11:08.166Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T00:11:08.434Z] Removing intermediate container 54a421350248 [2021-01-13T00:11:08.435Z] ---> fd643279426f [2021-01-13T00:11:08.435Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:11:08.435Z] Removing intermediate container 6ac5ec2137f2 [2021-01-13T00:11:08.435Z] ---> 5b9bf29dbf9b [2021-01-13T00:11:08.435Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T00:11:08.435Z] ---> Running in 7070d23d524b [2021-01-13T00:11:08.705Z] ---> Running in 9319d5d10011 [2021-01-13T00:11:08.705Z] ---> Running in b87a5c16f44c [2021-01-13T00:11:08.705Z] ---> 889dfbb01669 [2021-01-13T00:11:08.705Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T00:11:08.705Z] ---> d1cc4a8f718e [2021-01-13T00:11:08.705Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T00:11:08.705Z] Removing intermediate container 7070d23d524b [2021-01-13T00:11:08.705Z] ---> 4f1cf1e07162 [2021-01-13T00:11:08.705Z] [2021-01-13T00:11:08.977Z] ---> Running in 3bd12c185b7c [2021-01-13T00:11:09.559Z] Successfully built 4f1cf1e07162 [2021-01-13T00:11:09.559Z] Removing intermediate container 9319d5d10011 [2021-01-13T00:11:09.559Z] ---> 9d239e1d7eef [2021-01-13T00:11:09.559Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T00:11:09.559Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T00:11:09.559Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-13T00:11:09.559Z] Removing intermediate container b87a5c16f44c [2021-01-13T00:11:09.559Z] ---> 8b3174315bb4 [2021-01-13T00:11:09.559Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:09.842Z] ---> Running in a1e93e4e4306 [2021-01-13T00:11:09.842Z] ---> Running in f67cc7eaabd0 [2021-01-13T00:11:09.842Z] ---> 0ba65674d72a [2021-01-13T00:11:09.842Z] 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-13T00:11:10.117Z] ---> Running in 7f8cdab1dccf [2021-01-13T00:11:10.392Z] Removing intermediate container a1e93e4e4306 [2021-01-13T00:11:10.392Z] ---> 547156500c3b [2021-01-13T00:11:10.392Z] Step 23/24 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:11:10.677Z] ---> Running in 44149a38a223 [2021-01-13T00:11:13.271Z] Removing intermediate container 44149a38a223 [2021-01-13T00:11:13.271Z] ---> 5440560c68fb [2021-01-13T00:11:13.271Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T00:11:13.877Z] ---> Running in 28c7e6bd7e71 [2021-01-13T00:11:14.900Z] Removing intermediate container 3bd12c185b7c [2021-01-13T00:11:14.900Z] ---> 2ee5cebb35e8 [2021-01-13T00:11:14.900Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T00:11:14.900Z] ---> Running in b022b7583c26 [2021-01-13T00:11:15.235Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:15.235Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:15.235Z] ---> 045092880342 [2021-01-13T00:11:15.235Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:11:15.235Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:15.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:15.235Z] ---> 045092880342 [2021-01-13T00:11:15.235Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:11:15.235Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:15.235Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:15.235Z] ---> 045092880342 [2021-01-13T00:11:15.235Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:11:15.235Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:15.235Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:15.235Z] ---> 045092880342 [2021-01-13T00:11:15.235Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T00:11:15.235Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:15.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:15.235Z] ---> 045092880342 [2021-01-13T00:11:15.236Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:11:15.236Z] ---> Running in ee2174c04cc5 [2021-01-13T00:11:15.236Z] ---> Running in 69d6a9963e46 [2021-01-13T00:11:15.236Z] ---> Running in fc219be49387 [2021-01-13T00:11:15.236Z] ---> Running in 72442a669476 [2021-01-13T00:11:15.236Z] ---> Running in 2113a95c8b74 [2021-01-13T00:11:15.236Z] Removing intermediate container ee2174c04cc5 [2021-01-13T00:11:15.236Z] ---> 2a4c3bcf111b [2021-01-13T00:11:15.236Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:15.236Z] Removing intermediate container 69d6a9963e46 [2021-01-13T00:11:15.236Z] ---> a026d0143078 [2021-01-13T00:11:15.236Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:15.236Z] Removing intermediate container 2113a95c8b74 [2021-01-13T00:11:15.236Z] ---> 91bce7026ca1 [2021-01-13T00:11:15.236Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:15.236Z] Removing intermediate container 72442a669476 [2021-01-13T00:11:15.236Z] ---> 590142bc900a [2021-01-13T00:11:15.236Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:15.236Z] ---> Running in 10af99a7d954 [2021-01-13T00:11:15.236Z] Removing intermediate container fc219be49387 [2021-01-13T00:11:15.236Z] ---> 12b8be66c930 [2021-01-13T00:11:15.236Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:15.242Z] Removing intermediate container 28c7e6bd7e71 [2021-01-13T00:11:15.242Z] ---> 5bc2ab3025a9 [2021-01-13T00:11:15.242Z] [2021-01-13T00:11:15.515Z] ---> Running in dbe816d57093 [2021-01-13T00:11:15.515Z] ---> Running in e2a21fe2e508 [2021-01-13T00:11:15.515Z] ---> Running in a2d0d3579aff [2021-01-13T00:11:15.515Z] ---> Running in ec190496f43c [2021-01-13T00:11:15.553Z] Removing intermediate container 7f8cdab1dccf [2021-01-13T00:11:15.553Z] ---> 087f8e39b0ae [2021-01-13T00:11:15.553Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T00:11:15.553Z] Removing intermediate container f67cc7eaabd0 [2021-01-13T00:11:15.553Z] ---> 7153798a426e [2021-01-13T00:11:15.553Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T00:11:15.553Z] Successfully built 5bc2ab3025a9 [2021-01-13T00:11:15.553Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T00:11:15.553Z] Building docker-security-proxy-setup-go [2021-01-13T00:11:15.553Z]  Building docker-support-notifications-go ... done Removing intermediate container b022b7583c26 [2021-01-13T00:11:15.553Z] ---> 54b421930a33 [2021-01-13T00:11:15.553Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T00:11:15.828Z] ---> Running in 1b5b5d80de61 [2021-01-13T00:11:15.828Z] ---> Running in f0653f7a4e3d [2021-01-13T00:11:17.251Z] ---> Running in 7247b0b05d90 [2021-01-13T00:11:18.941Z] Removing intermediate container 10af99a7d954 [2021-01-13T00:11:18.941Z] ---> d779d49d6c5b [2021-01-13T00:11:18.941Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T00:11:18.941Z] ---> Running in c3a31d1b595b [2021-01-13T00:11:19.215Z] Removing intermediate container e2a21fe2e508 [2021-01-13T00:11:19.215Z] ---> 3d64e5f28990 [2021-01-13T00:11:19.215Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T00:11:19.215Z] Removing intermediate container a2d0d3579aff [2021-01-13T00:11:19.215Z] ---> dd73d3d153e0 [2021-01-13T00:11:19.215Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T00:11:19.497Z] ---> Running in 7767843b7ba4 [2021-01-13T00:11:19.497Z] ---> Running in ad41781d5239 [2021-01-13T00:11:19.497Z] Removing intermediate container ec190496f43c [2021-01-13T00:11:19.497Z] ---> ba48b04413eb [2021-01-13T00:11:19.497Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:11:19.497Z] Removing intermediate container dbe816d57093 [2021-01-13T00:11:19.776Z] ---> 509ebf09d966 [2021-01-13T00:11:19.776Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:11:20.072Z] ---> Running in 8eccca85a2f4 [2021-01-13T00:11:20.072Z] ---> Running in e4416ff4c1bf [2021-01-13T00:11:20.688Z] Removing intermediate container 1b5b5d80de61 [2021-01-13T00:11:20.688Z] ---> e1c9248b7c6b [2021-01-13T00:11:20.688Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T00:11:20.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:20.967Z] Removing intermediate container 7247b0b05d90 [2021-01-13T00:11:20.967Z] ---> 9597e07c1ba2 [2021-01-13T00:11:20.967Z] Step 21/22 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:11:20.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:11:21.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:21.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:21.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:21.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:22.442Z] ---> Running in 046a148a107e [2021-01-13T00:11:22.442Z] ---> Running in caf03d1488a9 [2021-01-13T00:11:22.755Z] Removing intermediate container 046a148a107e [2021-01-13T00:11:22.755Z] ---> 8459e8f8e0f4 [2021-01-13T00:11:22.755Z] Step 23/24 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:11:22.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:11:22.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:23.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:23.821Z] ---> Running in 06d76edf8107 [2021-01-13T00:11:23.821Z] Removing intermediate container caf03d1488a9 [2021-01-13T00:11:23.821Z] ---> e366085ceb2c [2021-01-13T00:11:23.821Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T00:11:24.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:24.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:25.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:11:25.644Z] OK: 217 MiB in 51 packages [2021-01-13T00:11:25.806Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T00:11:25.806Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T00:11:26.081Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T00:11:26.081Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:26.081Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:26.081Z] ---> b1e1f4365d55 [2021-01-13T00:11:26.081Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T00:11:26.081Z] ---> Using cache [2021-01-13T00:11:26.081Z] ---> a5c9ba2646eb [2021-01-13T00:11:26.081Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:26.081Z] ---> Using cache [2021-01-13T00:11:26.081Z] ---> 94e33e538d18 [2021-01-13T00:11:26.081Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T00:11:26.659Z] OK: 217 MiB in 51 packages [2021-01-13T00:11:26.659Z] Removing intermediate container c3a31d1b595b [2021-01-13T00:11:26.659Z] ---> 8a49b790e4cb [2021-01-13T00:11:26.659Z] Step 6/24 : COPY go.mod . [2021-01-13T00:11:26.661Z] ---> Running in 24608e034f09 [2021-01-13T00:11:26.937Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T00:11:26.942Z] OK: 217 MiB in 51 packages [2021-01-13T00:11:27.620Z] ---> 3329bdb5c0fa [2021-01-13T00:11:27.620Z] Step 7/24 : RUN go mod download [2021-01-13T00:11:27.622Z] Removing intermediate container 06d76edf8107 [2021-01-13T00:11:27.623Z] ---> bf281613d525 [2021-01-13T00:11:27.623Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T00:11:27.623Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T00:11:27.623Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:11:27.623Z] OK: 8 MiB in 19 packages [2021-01-13T00:11:27.623Z] ---> Running in a1f750df9a60 [2021-01-13T00:11:27.895Z] ---> Running in dd90c09511eb [2021-01-13T00:11:27.895Z] ---> Running in a0e0883b9251 [2021-01-13T00:11:27.895Z] Removing intermediate container 24608e034f09 [2021-01-13T00:11:27.895Z] ---> ad83be3f30f4 [2021-01-13T00:11:27.895Z] [2021-01-13T00:11:27.895Z] Removing intermediate container 7767843b7ba4 [2021-01-13T00:11:27.896Z] ---> b651a72307d6 [2021-01-13T00:11:27.896Z] Step 6/24 : COPY go.mod . [2021-01-13T00:11:28.506Z] Removing intermediate container 8eccca85a2f4 [2021-01-13T00:11:28.506Z] ---> ec76e18fba8a [2021-01-13T00:11:28.506Z] Step 6/22 : COPY go.mod . [2021-01-13T00:11:28.508Z] Successfully built ad83be3f30f4 [2021-01-13T00:11:28.799Z] OK: 217 MiB in 51 packages [2021-01-13T00:11:28.799Z] OK: 217 MiB in 51 packages [2021-01-13T00:11:28.799Z] ---> c185e7df0246 [2021-01-13T00:11:28.799Z] Step 7/24 : RUN go mod download [2021-01-13T00:11:28.809Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T00:11:28.809Z] Building docker-core-metadata-go [2021-01-13T00:11:29.097Z] ---> Running in df0c6192e8f5 [2021-01-13T00:11:29.451Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container a0e0883b9251 [2021-01-13T00:11:29.451Z] ---> a673f47fcfcd [2021-01-13T00:11:29.451Z] [2021-01-13T00:11:29.773Z] Successfully built a673f47fcfcd [2021-01-13T00:11:29.777Z] ---> 730237cbbc85 [2021-01-13T00:11:29.777Z] Step 7/22 : RUN go mod download [2021-01-13T00:11:30.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:11:30.068Z] ---> Running in 7a9061007032 [2021-01-13T00:11:30.700Z] Removing intermediate container e4416ff4c1bf [2021-01-13T00:11:30.700Z] ---> f39a0a422e4a [2021-01-13T00:11:30.700Z] Step 6/21 : COPY go.mod . [2021-01-13T00:11:30.979Z] Removing intermediate container ad41781d5239 [2021-01-13T00:11:30.979Z] ---> e7d3f5a75faa [2021-01-13T00:11:30.979Z] Step 6/23 : COPY go.mod . [2021-01-13T00:11:31.017Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T00:11:31.017Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-13T00:11:31.592Z] Removing intermediate container dd90c09511eb [2021-01-13T00:11:31.592Z] ---> 6c1b855fcd65 [2021-01-13T00:11:31.592Z] Step 8/24 : COPY . . [2021-01-13T00:11:31.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:11:31.873Z] ---> f1815d7bd5bf [2021-01-13T00:11:31.873Z] Step 7/21 : RUN go mod download [2021-01-13T00:11:31.873Z] ---> 36754618070f [2021-01-13T00:11:31.873Z] Step 7/23 : RUN go mod download [2021-01-13T00:11:32.146Z] ---> Running in e49f6235b2ef [2021-01-13T00:11:32.146Z] ---> Running in 0bfe606b1fb9 [2021-01-13T00:11:33.039Z] OK: 233 MiB in 51 packages [2021-01-13T00:11:33.608Z] Removing intermediate container df0c6192e8f5 [2021-01-13T00:11:33.608Z] ---> 317afe3583e1 [2021-01-13T00:11:33.608Z] Step 8/24 : COPY . . [2021-01-13T00:11:34.240Z] Removing intermediate container 7a9061007032 [2021-01-13T00:11:34.240Z] ---> 0dc94aa78bee [2021-01-13T00:11:34.240Z] Step 8/22 : COPY . . [2021-01-13T00:11:35.712Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:35.712Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:35.712Z] ---> b1e1f4365d55 [2021-01-13T00:11:35.712Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:11:35.712Z] ---> Using cache [2021-01-13T00:11:35.712Z] ---> a5c9ba2646eb [2021-01-13T00:11:35.712Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:35.712Z] ---> Using cache [2021-01-13T00:11:35.712Z] ---> 94e33e538d18 [2021-01-13T00:11:35.712Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:11:35.712Z] ---> Using cache [2021-01-13T00:11:35.712Z] ---> eb89f48687ff [2021-01-13T00:11:35.712Z] Step 6/21 : COPY go.mod . [2021-01-13T00:11:35.712Z] ---> Using cache [2021-01-13T00:11:35.712Z] ---> 99b17d1b6d35 [2021-01-13T00:11:35.712Z] Step 7/21 : RUN go mod download [2021-01-13T00:11:35.712Z] ---> Using cache [2021-01-13T00:11:35.712Z] ---> e75006034485 [2021-01-13T00:11:35.712Z] Step 8/21 : COPY . . [2021-01-13T00:11:35.987Z] ---> Using cache [2021-01-13T00:11:35.987Z] ---> 41c24c8f7aa3 [2021-01-13T00:11:35.987Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T00:11:35.987Z] Removing intermediate container f0653f7a4e3d [2021-01-13T00:11:35.987Z] ---> c36c3df5f2e8 [2021-01-13T00:11:35.987Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:11:36.970Z] Removing intermediate container e49f6235b2ef [2021-01-13T00:11:36.970Z] ---> 960023cab337 [2021-01-13T00:11:36.970Z] Step 8/21 : COPY . . [2021-01-13T00:11:37.257Z] Removing intermediate container 0bfe606b1fb9 [2021-01-13T00:11:37.257Z] ---> eda0326dcf03 [2021-01-13T00:11:37.257Z] Step 8/23 : COPY . . [2021-01-13T00:11:37.441Z] ---> Running in fcc4b04358bb [2021-01-13T00:11:37.441Z] ---> ee8ba35c2d1b [2021-01-13T00:11:37.441Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T00:11:37.441Z] Removing intermediate container a1f750df9a60 [2021-01-13T00:11:37.441Z] ---> 569668c08c9c [2021-01-13T00:11:37.441Z] Step 6/26 : COPY go.mod . [2021-01-13T00:11:38.970Z] ---> 428a445a39b7 [2021-01-13T00:11:38.970Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T00:11:39.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T00:11:40.746Z] ---> 129a30ccac38 [2021-01-13T00:11:40.746Z] Step 7/26 : RUN go mod download [2021-01-13T00:11:41.052Z] ---> 2b8da6ed752a [2021-01-13T00:11:41.052Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T00:11:41.052Z] ---> Running in 4ba9e676cd34 [2021-01-13T00:11:43.123Z] ---> Running in f5d7eeff042a [2021-01-13T00:11:44.158Z] Removing intermediate container f5d7eeff042a [2021-01-13T00:11:44.158Z] ---> aacb752318bb [2021-01-13T00:11:44.159Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:11:44.159Z] ---> Running in 33ee88ed8a70 [2021-01-13T00:11:44.814Z] Removing intermediate container 33ee88ed8a70 [2021-01-13T00:11:44.814Z] ---> 80d1ac36c8d3 [2021-01-13T00:11:44.814Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T00:11:44.814Z] ---> Running in 5f97c3dd52a3 [2021-01-13T00:11:45.897Z] Removing intermediate container 5f97c3dd52a3 [2021-01-13T00:11:45.897Z] ---> 76ff5ebac94c [2021-01-13T00:11:45.897Z] Step 22/23 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:11:46.211Z] ---> Running in 866c70c66f3c [2021-01-13T00:11:47.243Z] Removing intermediate container 4ba9e676cd34 [2021-01-13T00:11:47.243Z] ---> 789fb8bddb0a [2021-01-13T00:11:47.243Z] Step 8/26 : COPY . . [2021-01-13T00:11:47.243Z] Removing intermediate container 866c70c66f3c [2021-01-13T00:11:47.243Z] ---> 1efadf7d7270 [2021-01-13T00:11:47.243Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T00:11:47.890Z] ---> Running in b12bb27da3a1 [2021-01-13T00:11:49.425Z] Removing intermediate container b12bb27da3a1 [2021-01-13T00:11:49.425Z] ---> 99eeb43af247 [2021-01-13T00:11:49.425Z] [2021-01-13T00:11:49.725Z] Successfully built 99eeb43af247 [2021-01-13T00:11:50.046Z] Successfully tagged docker-core-data-go:latest [2021-01-13T00:11:50.115Z] ---> 0d010b2b6619 [2021-01-13T00:11:50.115Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T00:11:50.332Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:50.333Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:50.333Z] ---> b1e1f4365d55 [2021-01-13T00:11:50.333Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:11:50.333Z] ---> Using cache [2021-01-13T00:11:50.333Z] ---> a5c9ba2646eb [2021-01-13T00:11:50.333Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:50.333Z] ---> Using cache [2021-01-13T00:11:50.333Z] ---> 94e33e538d18 [2021-01-13T00:11:50.333Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:11:50.333Z] ---> Using cache [2021-01-13T00:11:50.333Z] ---> eb89f48687ff [2021-01-13T00:11:50.333Z] Step 6/22 : COPY go.mod . [2021-01-13T00:11:50.333Z] ---> Using cache [2021-01-13T00:11:50.333Z] ---> 99b17d1b6d35 [2021-01-13T00:11:50.333Z] Step 7/22 : RUN go mod download [2021-01-13T00:11:50.333Z] ---> Using cache [2021-01-13T00:11:50.333Z] ---> e75006034485 [2021-01-13T00:11:50.333Z] Step 8/22 : COPY . . [2021-01-13T00:11:50.333Z] ---> Using cache [2021-01-13T00:11:50.333Z] ---> 41c24c8f7aa3 [2021-01-13T00:11:50.333Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T00:11:50.333Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:11:50.333Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:11:50.333Z] ---> b1e1f4365d55 [2021-01-13T00:11:50.333Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:11:50.333Z] ---> Using cache [2021-01-13T00:11:50.438Z] ---> Running in d81677ef765c [2021-01-13T00:11:50.438Z] ---> 21ce3014138a [2021-01-13T00:11:50.438Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T00:11:50.438Z] ---> e45242f12ec8 [2021-01-13T00:11:50.438Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T00:11:50.438Z] ---> a744e285fead [2021-01-13T00:11:50.438Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T00:11:50.600Z] ---> a5c9ba2646eb [2021-01-13T00:11:50.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:11:50.600Z] ---> Using cache [2021-01-13T00:11:50.600Z] ---> 94e33e538d18 [2021-01-13T00:11:50.600Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:11:50.600Z] ---> Using cache [2021-01-13T00:11:50.600Z] ---> eb89f48687ff [2021-01-13T00:11:50.600Z] Step 6/22 : COPY go.mod . [2021-01-13T00:11:50.600Z] ---> Using cache [2021-01-13T00:11:50.600Z] ---> 99b17d1b6d35 [2021-01-13T00:11:50.600Z] Step 7/22 : RUN go mod download [2021-01-13T00:11:50.600Z] ---> Using cache [2021-01-13T00:11:50.600Z] ---> e75006034485 [2021-01-13T00:11:50.600Z] Step 8/22 : COPY . . [2021-01-13T00:11:50.600Z] ---> Using cache [2021-01-13T00:11:50.600Z] ---> 41c24c8f7aa3 [2021-01-13T00:11:50.600Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T00:11:50.938Z] ---> fa1d6cfd1c06 [2021-01-13T00:11:50.938Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T00:11:50.938Z] ---> Running in 016f2c734595 [2021-01-13T00:11:50.938Z] ---> Running in c3cbb494e1ca [2021-01-13T00:11:50.938Z] ---> Running in 3520cfaa3547 [2021-01-13T00:11:50.938Z] ---> Running in 7ca6abc5ee65 [2021-01-13T00:11:52.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T00:11:52.703Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T00:11:52.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T00:11:52.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T00:11:53.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T00:11:53.324Z] ---> Running in 889cff8489d0 [2021-01-13T00:11:53.904Z] ---> Running in a2ca69c8705c [2021-01-13T00:11:55.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T00:11:56.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T00:11:57.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T00:12:08.533Z] ---> 2e420bbcd13e [2021-01-13T00:12:08.533Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T00:12:09.168Z] ---> Running in b17d0ca2cda4 [2021-01-13T00:12:09.168Z] Removing intermediate container fcc4b04358bb [2021-01-13T00:12:09.168Z] ---> a147b5202e08 [2021-01-13T00:12:09.168Z] [2021-01-13T00:12:09.168Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T00:12:09.168Z] ---> 389fef711851 [2021-01-13T00:12:09.168Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T00:12:09.443Z] ---> Running in cbb007328096 [2021-01-13T00:12:10.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T00:12:10.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:12:10.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:12:10.767Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T00:12:10.767Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:12:10.767Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T00:12:10.767Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T00:12:10.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:12:11.095Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:12:11.096Z] OK: 7 MiB in 18 packages [2021-01-13T00:12:14.641Z] Removing intermediate container cbb007328096 [2021-01-13T00:12:14.641Z] ---> a750078dbcff [2021-01-13T00:12:14.641Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:12:14.641Z] ---> Running in 843447b20611 [2021-01-13T00:12:14.938Z] Removing intermediate container 843447b20611 [2021-01-13T00:12:14.938Z] ---> 0d367b3ab0fc [2021-01-13T00:12:14.938Z] Step 13/21 : WORKDIR /edgex [2021-01-13T00:12:15.558Z] ---> Running in 127c2cca1e77 [2021-01-13T00:12:15.854Z] Removing intermediate container 127c2cca1e77 [2021-01-13T00:12:15.854Z] ---> 3fb0cb76d3f0 [2021-01-13T00:12:15.854Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T00:12:16.483Z] ---> 62aad993fb32 [2021-01-13T00:12:16.483Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T00:12:17.519Z] ---> 820fcb122f47 [2021-01-13T00:12:17.519Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T00:12:19.017Z] ---> ba9f48c5cbcd [2021-01-13T00:12:19.017Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T00:12:19.017Z] ---> Running in 8e3e7ef2f267 [2021-01-13T00:12:19.017Z] Removing intermediate container 8e3e7ef2f267 [2021-01-13T00:12:19.017Z] ---> 09c73ec02875 [2021-01-13T00:12:19.017Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T00:12:19.017Z] ---> Running in 34c642fbff14 [2021-01-13T00:12:19.319Z] Removing intermediate container 34c642fbff14 [2021-01-13T00:12:19.319Z] ---> 113b79ab8a6a [2021-01-13T00:12:19.319Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T00:12:20.803Z] ---> Running in 3e3b6c435171 [2021-01-13T00:12:20.803Z] Removing intermediate container a2ca69c8705c [2021-01-13T00:12:20.803Z] ---> 2605cdddcd83 [2021-01-13T00:12:20.803Z] [2021-01-13T00:12:20.803Z] Step 10/22 : FROM scratch [2021-01-13T00:12:20.803Z] ---> [2021-01-13T00:12:20.803Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:12:21.088Z] ---> Using cache [2021-01-13T00:12:21.088Z] ---> 6fe3252ee073 [2021-01-13T00:12:21.088Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T00:12:21.381Z] Removing intermediate container 3e3b6c435171 [2021-01-13T00:12:21.381Z] ---> 067278a6f2e4 [2021-01-13T00:12:21.381Z] Step 20/21 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:12:21.381Z] ---> Running in f9df2c949c7b [2021-01-13T00:12:21.381Z] ---> Running in 3edbc5cbf59a [2021-01-13T00:12:21.672Z] Removing intermediate container f9df2c949c7b [2021-01-13T00:12:21.672Z] ---> dac86af4accb [2021-01-13T00:12:21.672Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:12:22.313Z] Removing intermediate container 3edbc5cbf59a [2021-01-13T00:12:22.313Z] ---> c0769f5809ec [2021-01-13T00:12:22.313Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T00:12:22.313Z] ---> Running in 04fb30ba6dec [2021-01-13T00:12:22.313Z] ---> Running in 969f599a76bd [2021-01-13T00:12:22.846Z] Removing intermediate container 04fb30ba6dec [2021-01-13T00:12:22.846Z] ---> 57eb032bbb51 [2021-01-13T00:12:22.846Z] Step 14/22 : WORKDIR / [2021-01-13T00:12:22.846Z] Removing intermediate container 969f599a76bd [2021-01-13T00:12:22.846Z] ---> 58fc18b85722 [2021-01-13T00:12:22.846Z] [2021-01-13T00:12:22.846Z] ---> Running in 0aae92482022 [2021-01-13T00:12:23.143Z] Successfully built 58fc18b85722 [2021-01-13T00:12:23.143Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T00:12:23.766Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0aae92482022 [2021-01-13T00:12:23.766Z] ---> 014757747f30 [2021-01-13T00:12:23.766Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:12:25.807Z] ---> f9b5e6420fde [2021-01-13T00:12:25.807Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T00:12:26.078Z] Removing intermediate container 889cff8489d0 [2021-01-13T00:12:26.078Z] ---> 2336a1cd1f39 [2021-01-13T00:12:26.078Z] [2021-01-13T00:12:26.078Z] Step 10/22 : FROM scratch [2021-01-13T00:12:26.078Z] ---> [2021-01-13T00:12:26.078Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:12:26.078Z] ---> Using cache [2021-01-13T00:12:26.078Z] ---> 6fe3252ee073 [2021-01-13T00:12:26.078Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T00:12:26.344Z] ---> Running in feaa1515657e [2021-01-13T00:12:26.344Z] ---> bcb89980d3e2 [2021-01-13T00:12:26.344Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T00:12:26.613Z] Removing intermediate container feaa1515657e [2021-01-13T00:12:26.613Z] ---> b34292e08401 [2021-01-13T00:12:26.613Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:12:26.613Z] ---> Running in 324e0ddee87d [2021-01-13T00:12:26.613Z] ---> 479c98ce1778 [2021-01-13T00:12:26.613Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T00:12:26.895Z] Removing intermediate container 324e0ddee87d [2021-01-13T00:12:26.895Z] ---> b196140804e3 [2021-01-13T00:12:26.895Z] Step 14/22 : WORKDIR / [2021-01-13T00:12:26.895Z] ---> Running in f8c4dc2362ff [2021-01-13T00:12:26.895Z] ---> Running in fe53fe3b03f2 [2021-01-13T00:12:27.189Z] Removing intermediate container f8c4dc2362ff [2021-01-13T00:12:27.189Z] ---> 8cc977eab9b0 [2021-01-13T00:12:27.189Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:12:27.189Z] Removing intermediate container fe53fe3b03f2 [2021-01-13T00:12:27.189Z] ---> a0d86ba8bfb3 [2021-01-13T00:12:27.189Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:12:27.189Z] ---> Running in bbd98fecefb4 [2021-01-13T00:12:27.461Z] ---> 04f7cab7e1b7 [2021-01-13T00:12:27.461Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T00:12:27.461Z] Removing intermediate container bbd98fecefb4 [2021-01-13T00:12:27.461Z] ---> 65cabf2e6941 [2021-01-13T00:12:27.461Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T00:12:27.461Z] ---> Running in 491c5985a56f [2021-01-13T00:12:29.472Z] Removing intermediate container 491c5985a56f [2021-01-13T00:12:29.472Z] ---> 97d74ed745bd [2021-01-13T00:12:29.472Z] Step 21/22 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:12:29.472Z] ---> e35728035d4a [2021-01-13T00:12:29.472Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T00:12:29.472Z] ---> Running in 3d05576b194b [2021-01-13T00:12:29.472Z] Removing intermediate container b17d0ca2cda4 [2021-01-13T00:12:29.472Z] ---> ef84d5598ce1 [2021-01-13T00:12:29.472Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T00:12:29.742Z] ---> Running in 44fb6fb6a87e [2021-01-13T00:12:29.742Z] ---> c7e862fbdfc0 [2021-01-13T00:12:29.742Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T00:12:29.742Z] Removing intermediate container 3d05576b194b [2021-01-13T00:12:29.742Z] ---> bc5ddc17d564 [2021-01-13T00:12:29.742Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T00:12:30.018Z] ---> Running in fdaec1570b0d [2021-01-13T00:12:30.018Z] ---> Running in d778d124d18f [2021-01-13T00:12:30.293Z] Removing intermediate container fdaec1570b0d [2021-01-13T00:12:30.293Z] ---> fd0fe0e9e931 [2021-01-13T00:12:30.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:12:30.293Z] Removing intermediate container d778d124d18f [2021-01-13T00:12:30.293Z] ---> 89e04cf35386 [2021-01-13T00:12:30.293Z] [2021-01-13T00:12:30.293Z] ---> Running in 4f29fecc7fe3 [2021-01-13T00:12:30.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T00:12:30.882Z] Successfully built 89e04cf35386 [2021-01-13T00:12:30.882Z] Successfully tagged docker-core-command-go:latest [2021-01-13T00:12:31.176Z]  Building docker-core-command-go ... done Removing intermediate container 4f29fecc7fe3 [2021-01-13T00:12:31.176Z] ---> 1548c146cce6 [2021-01-13T00:12:31.176Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T00:12:31.177Z] ---> Running in 5c33f86cd682 [2021-01-13T00:12:31.455Z] Removing intermediate container 5c33f86cd682 [2021-01-13T00:12:31.455Z] ---> 13937dc7b2e2 [2021-01-13T00:12:31.455Z] Step 21/22 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:12:31.455Z] ---> Running in cc835982a37a [2021-01-13T00:12:31.762Z] Removing intermediate container cc835982a37a [2021-01-13T00:12:31.762Z] ---> 39122132a43a [2021-01-13T00:12:31.762Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T00:12:31.762Z] ---> Running in 3b6a709c2998 [2021-01-13T00:12:31.762Z] Removing intermediate container 44fb6fb6a87e [2021-01-13T00:12:31.762Z] ---> 5b1de1316b3e [2021-01-13T00:12:31.762Z] [2021-01-13T00:12:31.762Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T00:12:32.048Z] 20.10.0: Pulling from library/docker [2021-01-13T00:12:32.048Z] Removing intermediate container 3b6a709c2998 [2021-01-13T00:12:32.048Z] ---> 8841d5b1e19a [2021-01-13T00:12:32.048Z] [2021-01-13T00:12:32.048Z] Successfully built 8841d5b1e19a [2021-01-13T00:12:32.048Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T00:12:37.489Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T00:12:37.489Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T00:12:37.489Z] ---> aefe523efa57 [2021-01-13T00:12:37.489Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T00:12:37.489Z] ---> Running in f722b34fb6e7 [2021-01-13T00:12:37.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:12:37.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:12:38.114Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T00:12:38.114Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T00:12:38.114Z] Executing bash-5.0.17-r0.post-install [2021-01-13T00:12:38.114Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:12:38.114Z] OK: 12 MiB in 22 packages [2021-01-13T00:12:38.621Z] Removing intermediate container f722b34fb6e7 [2021-01-13T00:12:38.621Z] ---> 2dce7ad7a5fb [2021-01-13T00:12:38.621Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T00:12:38.621Z] ---> Running in 2d3bf6ae61ce [2021-01-13T00:12:38.942Z] Removing intermediate container 2d3bf6ae61ce [2021-01-13T00:12:38.942Z] ---> 1f37b74d7ace [2021-01-13T00:12:38.942Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T00:12:38.942Z] ---> Running in 828ee324057a [2021-01-13T00:12:39.226Z] Removing intermediate container 828ee324057a [2021-01-13T00:12:39.226Z] ---> 695ddc5ccc5f [2021-01-13T00:12:39.226Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T00:12:39.226Z] ---> Running in 95cfb9216ccc [2021-01-13T00:12:39.506Z] Removing intermediate container 95cfb9216ccc [2021-01-13T00:12:39.506Z] ---> d599270a060f [2021-01-13T00:12:39.506Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T00:12:39.780Z] ---> 842ca4934d13 [2021-01-13T00:12:39.780Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T00:12:40.058Z] ---> e45a88638119 [2021-01-13T00:12:40.059Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T00:12:40.709Z] ---> 4b963e65f540 [2021-01-13T00:12:40.709Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T00:12:40.709Z] ---> Running in 12a71aae3449 [2021-01-13T00:12:41.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:12:41.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:12:41.355Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T00:12:41.355Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T00:12:41.355Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T00:12:41.355Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T00:12:41.355Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T00:12:41.685Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T00:12:41.685Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T00:12:43.140Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T00:12:43.140Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T00:12:43.140Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T00:12:43.140Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T00:12:43.140Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T00:12:43.140Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T00:12:43.140Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T00:12:43.415Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T00:12:43.415Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T00:12:43.415Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T00:12:43.415Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T00:12:43.415Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T00:12:43.415Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T00:12:43.415Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T00:12:43.415Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T00:12:43.415Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T00:12:43.685Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T00:12:43.685Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T00:12:43.685Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T00:12:43.685Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T00:12:43.685Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T00:12:43.685Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T00:12:43.685Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T00:12:43.685Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T00:12:43.685Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T00:12:43.685Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T00:12:43.965Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:12:43.965Z] OK: 71 MiB in 55 packages [2021-01-13T00:12:52.467Z] Removing intermediate container 12a71aae3449 [2021-01-13T00:12:52.467Z] ---> 15cf8f5ca5fb [2021-01-13T00:12:52.467Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T00:12:52.467Z] ---> Running in f25e334c6dd5 [2021-01-13T00:12:53.444Z] Collecting docker-compose==1.23.2 [2021-01-13T00:12:53.444Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T00:12:53.728Z] 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-13T00:12:53.728Z] Collecting PyYAML<4,>=3.10 [2021-01-13T00:12:53.728Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T00:12:54.724Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T00:12:54.724Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T00:12:54.724Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T00:12:54.724Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T00:12:55.372Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T00:12:55.372Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T00:12:55.640Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T00:12:55.640Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T00:12:55.640Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T00:12:55.640Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T00:12:55.905Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T00:12:55.905Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T00:12:56.486Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T00:12:56.486Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T00:12:56.486Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T00:12:56.486Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T00:12:57.069Z] Collecting idna<2.8,>=2.5 [2021-01-13T00:12:57.069Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T00:12:57.336Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T00:12:57.336Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T00:12:57.336Z] 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-13T00:12:57.336Z] 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-13T00:12:57.336Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T00:12:57.336Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T00:12:57.336Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T00:12:57.336Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T00:12:57.336Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T00:12:57.336Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T00:12:57.601Z] Installing collected packages: PyYAML, cached-property, texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, docopt, docker-compose [2021-01-13T00:12:57.601Z] Running setup.py install for PyYAML: started [2021-01-13T00:12:58.190Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T00:12:58.190Z] Running setup.py install for texttable: started [2021-01-13T00:12:58.775Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T00:12:58.775Z] Attempting uninstall: idna [2021-01-13T00:12:58.775Z] Found existing installation: idna 2.9 [2021-01-13T00:12:58.775Z] Uninstalling idna-2.9: [2021-01-13T00:12:58.775Z] Successfully uninstalled idna-2.9 [2021-01-13T00:12:58.775Z] Attempting uninstall: urllib3 [2021-01-13T00:12:58.775Z] Found existing installation: urllib3 1.25.9 [2021-01-13T00:12:58.775Z] Uninstalling urllib3-1.25.9: [2021-01-13T00:12:59.046Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T00:12:59.046Z] Attempting uninstall: requests [2021-01-13T00:12:59.046Z] Found existing installation: requests 2.23.0 [2021-01-13T00:12:59.046Z] Uninstalling requests-2.23.0: [2021-01-13T00:12:59.046Z] Successfully uninstalled requests-2.23.0 [2021-01-13T00:12:59.630Z] Running setup.py install for dockerpty: started [2021-01-13T00:13:00.218Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T00:13:00.218Z] Running setup.py install for docopt: started [2021-01-13T00:13:00.823Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T00:13:00.823Z] 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-13T00:13:05.077Z] Removing intermediate container f25e334c6dd5 [2021-01-13T00:13:05.077Z] ---> 3062856122cb [2021-01-13T00:13:05.077Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T00:13:05.077Z] ---> Running in 9aa145638113 [2021-01-13T00:13:05.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:13:05.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:13:05.341Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:13:05.341Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T00:13:05.341Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T00:13:05.341Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:13:05.341Z] OK: 72 MiB in 58 packages [2021-01-13T00:13:06.305Z] Removing intermediate container 9aa145638113 [2021-01-13T00:13:06.305Z] ---> 51d79acb9855 [2021-01-13T00:13:06.305Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T00:13:06.305Z] ---> Running in 53ca0e2eeedd [2021-01-13T00:13:06.305Z] Removing intermediate container 53ca0e2eeedd [2021-01-13T00:13:06.305Z] ---> bd70e343f3ed [2021-01-13T00:13:06.305Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:13:06.305Z] ---> Running in 60f7c332f4b2 [2021-01-13T00:13:06.579Z] Removing intermediate container 60f7c332f4b2 [2021-01-13T00:13:06.579Z] ---> 50fa1539f171 [2021-01-13T00:13:06.579Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T00:13:06.579Z] ---> Running in fc1198bb9814 [2021-01-13T00:13:06.842Z] Removing intermediate container fc1198bb9814 [2021-01-13T00:13:06.842Z] ---> ca80d32249ce [2021-01-13T00:13:06.842Z] Step 25/26 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:06.842Z] ---> Running in 753d7306721b [2021-01-13T00:13:07.162Z] Removing intermediate container 753d7306721b [2021-01-13T00:13:07.162Z] ---> 61dd8b27b3c9 [2021-01-13T00:13:07.162Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T00:13:07.162Z] ---> Running in 466fda4e2466 [2021-01-13T00:13:07.433Z] Removing intermediate container 466fda4e2466 [2021-01-13T00:13:07.433Z] ---> 3d4b7fa8b0c3 [2021-01-13T00:13:07.433Z] [2021-01-13T00:13:07.433Z] Successfully built 3d4b7fa8b0c3 [2021-01-13T00:13:07.433Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T00:13:07.711Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T00:13:07.724Z] $ docker stop --time=1 883fd6c0f2ff9e2d19c3fc6c85e5244ab6773a2ccd8be649fc27121bcee36a95 [2021-01-13T00:13:09.421Z] $ docker rm -f 883fd6c0f2ff9e2d19c3fc6c85e5244ab6773a2ccd8be649fc27121bcee36a95 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T00:13:09.986Z] + docker images [2021-01-13T00:13:09.986Z] + grep docker [2021-01-13T00:13:09.986Z] docker-sys-mgmt-agent-go latest 3d4b7fa8b0c3 2 seconds ago 313MB [2021-01-13T00:13:09.986Z] docker-core-metadata-go latest 8841d5b1e19a 38 seconds ago 13.1MB [2021-01-13T00:13:09.986Z] docker-core-command-go latest 89e04cf35386 39 seconds ago 10.6MB [2021-01-13T00:13:09.986Z] docker-security-proxy-setup-go latest 58fc18b85722 47 seconds ago 24.5MB [2021-01-13T00:13:09.986Z] docker-core-data-go latest 99eeb43af247 About a minute ago 22.3MB [2021-01-13T00:13:09.986Z] docker-security-secretstore-setup-go latest a673f47fcfcd About a minute ago 24.6MB [2021-01-13T00:13:09.986Z] docker-security-bootstrap-redis-go latest ad83be3f30f4 About a minute ago 15.8MB [2021-01-13T00:13:09.986Z] docker-support-notifications-go latest 5bc2ab3025a9 About a minute ago 12MB [2021-01-13T00:13:09.986Z] docker-support-scheduler-go latest 4f1cf1e07162 2 minutes ago 10.7MB [2021-01-13T00:13:09.986Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T00:13:10.818Z] provisioning config files... [2021-01-13T00:13:10.873Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/288@tmp/config4935412854438656336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:13:11.350Z] ---> docker-login.sh [2021-01-13T00:13:11.350Z] nexus3.edgexfoundry.org:10001 [2021-01-13T00:13:11.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:13:11.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:13:11.625Z] Configure a credential helper to remove this warning. See [2021-01-13T00:13:11.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:13:11.625Z] [2021-01-13T00:13:11.625Z] Login Succeeded [2021-01-13T00:13:11.625Z] nexus3.edgexfoundry.org:10002 [2021-01-13T00:13:11.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:13:11.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:13:11.625Z] Configure a credential helper to remove this warning. See [2021-01-13T00:13:11.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:13:11.625Z] [2021-01-13T00:13:12.235Z] Login Succeeded [2021-01-13T00:13:12.235Z] nexus3.edgexfoundry.org:10003 [2021-01-13T00:13:12.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:13:12.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:13:12.503Z] Configure a credential helper to remove this warning. See [2021-01-13T00:13:12.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:13:12.503Z] [2021-01-13T00:13:12.503Z] Login Succeeded [2021-01-13T00:13:12.503Z] nexus3.edgexfoundry.org:10004 [2021-01-13T00:13:12.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:13:12.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:13:12.503Z] Configure a credential helper to remove this warning. See [2021-01-13T00:13:12.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:13:12.503Z] [2021-01-13T00:13:12.503Z] Login Succeeded [2021-01-13T00:13:12.503Z] docker.io [2021-01-13T00:13:12.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:13:15.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T00:13:18.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:13:18.133Z] Configure a credential helper to remove this warning. See [2021-01-13T00:13:18.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:13:18.133Z] [2021-01-13T00:13:18.133Z] Login Succeeded [2021-01-13T00:13:18.134Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T00:13:18.145Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:13:18.391Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-13T00:13:18.391Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:18.391Z] 2.0.0-dev.33 [2021-01-13T00:13:18.391Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:18.391Z] master [2021-01-13T00:13:18.391Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:19.042Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:19.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:19.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T00:13:19.359Z] 4d59b12fe144: Preparing [2021-01-13T00:13:19.359Z] 1e53293d28e2: Preparing [2021-01-13T00:13:19.359Z] 6f5243887fce: Preparing [2021-01-13T00:13:19.631Z] 6f5243887fce: Pushed [2021-01-13T00:13:19.631Z] 4d59b12fe144: Pushed [2021-01-13T00:13:20.591Z] 1e53293d28e2: Pushed [2021-01-13T00:13:20.591Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:8d00397a5090222945e06784cb569d125c67bb20d5691b88c543c6767f4cf434 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:20.913Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:21.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T00:13:21.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T00:13:21.261Z] 4d59b12fe144: Preparing [2021-01-13T00:13:21.261Z] 1e53293d28e2: Preparing [2021-01-13T00:13:21.261Z] 6f5243887fce: Preparing [2021-01-13T00:13:21.261Z] 1e53293d28e2: Layer already exists [2021-01-13T00:13:21.261Z] 4d59b12fe144: Layer already exists [2021-01-13T00:13:21.261Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:21.261Z] 2.0.0-dev.33: digest: sha256:8d00397a5090222945e06784cb569d125c67bb20d5691b88c543c6767f4cf434 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:21.598Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:21.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:21.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T00:13:21.923Z] 4d59b12fe144: Preparing [2021-01-13T00:13:21.923Z] 1e53293d28e2: Preparing [2021-01-13T00:13:21.923Z] 6f5243887fce: Preparing [2021-01-13T00:13:21.923Z] 1e53293d28e2: Layer already exists [2021-01-13T00:13:21.923Z] 4d59b12fe144: Layer already exists [2021-01-13T00:13:21.923Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:21.923Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:8d00397a5090222945e06784cb569d125c67bb20d5691b88c543c6767f4cf434 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:22.253Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:22.307Z] Removing intermediate container 016f2c734595 [2021-01-13T00:13:22.307Z] ---> 8b1e5a3af9c6 [2021-01-13T00:13:22.307Z] [2021-01-13T00:13:22.307Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T00:13:22.307Z] 3.12: Pulling from library/alpine [2021-01-13T00:13:22.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-13T00:13:22.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T00:13:22.567Z] 4d59b12fe144: Preparing [2021-01-13T00:13:22.567Z] 1e53293d28e2: Preparing [2021-01-13T00:13:22.567Z] 6f5243887fce: Preparing [2021-01-13T00:13:22.567Z] 1e53293d28e2: Layer already exists [2021-01-13T00:13:22.567Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:22.567Z] 4d59b12fe144: Layer already exists [2021-01-13T00:13:22.567Z] master: digest: sha256:8d00397a5090222945e06784cb569d125c67bb20d5691b88c543c6767f4cf434 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:13:22.861Z] ===================================================== [Pipeline] echo [2021-01-13T00:13:22.916Z] taggedImages: [2021-01-13T00:13:22.916Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:22.916Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T00:13:22.916Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:22.916Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-13T00:13:22.957Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T00:13:22.957Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T00:13:22.957Z] ---> afeebe901d6b [2021-01-13T00:13:22.957Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [Pipeline] echo [2021-01-13T00:13:23.008Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-13T00:13:23.008Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:23.008Z] 2.0.0-dev.33 [2021-01-13T00:13:23.008Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:23.008Z] master [2021-01-13T00:13:23.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:23.548Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:23.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:23.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T00:13:23.865Z] 35968a5b8e1a: Preparing [2021-01-13T00:13:23.865Z] 14600c38e21b: Preparing [2021-01-13T00:13:23.865Z] 6f5243887fce: Preparing [2021-01-13T00:13:23.865Z] 2507dfe6bb4d: Preparing [2021-01-13T00:13:23.865Z] 6460b6c56a33: Preparing [2021-01-13T00:13:23.865Z] 777b2c648970: Preparing [2021-01-13T00:13:23.866Z] 777b2c648970: Waiting [2021-01-13T00:13:23.866Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:23.866Z] 777b2c648970: Layer already exists [2021-01-13T00:13:24.033Z] ---> Running in b63558798310 [2021-01-13T00:13:24.129Z] 6460b6c56a33: Pushed [2021-01-13T00:13:24.129Z] 35968a5b8e1a: Pushed [2021-01-13T00:13:24.395Z] 2507dfe6bb4d: Pushed [2021-01-13T00:13:25.348Z] 14600c38e21b: Pushed [2021-01-13T00:13:25.348Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:d9b77e1cf5f6963b894b825d67fbdd168db48e98e831bf9134adbfff46393204 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:25.688Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:26.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T00:13:26.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T00:13:26.013Z] 35968a5b8e1a: Preparing [2021-01-13T00:13:26.013Z] 14600c38e21b: Preparing [2021-01-13T00:13:26.013Z] 6f5243887fce: Preparing [2021-01-13T00:13:26.013Z] 2507dfe6bb4d: Preparing [2021-01-13T00:13:26.013Z] 6460b6c56a33: Preparing [2021-01-13T00:13:26.013Z] 777b2c648970: Preparing [2021-01-13T00:13:26.013Z] 777b2c648970: Waiting [2021-01-13T00:13:26.013Z] 2507dfe6bb4d: Layer already exists [2021-01-13T00:13:26.013Z] 14600c38e21b: Layer already exists [2021-01-13T00:13:26.013Z] 35968a5b8e1a: Layer already exists [2021-01-13T00:13:26.013Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:26.013Z] 6460b6c56a33: Layer already exists [2021-01-13T00:13:26.013Z] 777b2c648970: Layer already exists [2021-01-13T00:13:26.013Z] 2.0.0-dev.33: digest: sha256:d9b77e1cf5f6963b894b825d67fbdd168db48e98e831bf9134adbfff46393204 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:26.340Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:26.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:26.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T00:13:26.664Z] 35968a5b8e1a: Preparing [2021-01-13T00:13:26.664Z] 14600c38e21b: Preparing [2021-01-13T00:13:26.664Z] 6f5243887fce: Preparing [2021-01-13T00:13:26.664Z] 2507dfe6bb4d: Preparing [2021-01-13T00:13:26.664Z] 6460b6c56a33: Preparing [2021-01-13T00:13:26.664Z] 777b2c648970: Preparing [2021-01-13T00:13:26.664Z] 777b2c648970: Waiting [2021-01-13T00:13:26.664Z] 14600c38e21b: Layer already exists [2021-01-13T00:13:26.664Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:26.664Z] 6460b6c56a33: Layer already exists [2021-01-13T00:13:26.664Z] 35968a5b8e1a: Layer already exists [2021-01-13T00:13:26.664Z] 2507dfe6bb4d: Layer already exists [2021-01-13T00:13:26.664Z] 777b2c648970: Layer already exists [2021-01-13T00:13:26.664Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:d9b77e1cf5f6963b894b825d67fbdd168db48e98e831bf9134adbfff46393204 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:26.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:13:26.990Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [2021-01-13T00:13:27.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-01-13T00:13:27.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-13T00:13:27.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T00:13:27.300Z] 35968a5b8e1a: Preparing [2021-01-13T00:13:27.300Z] 14600c38e21b: Preparing [2021-01-13T00:13:27.300Z] 6f5243887fce: Preparing [2021-01-13T00:13:27.300Z] 2507dfe6bb4d: Preparing [2021-01-13T00:13:27.300Z] 6460b6c56a33: Preparing [2021-01-13T00:13:27.301Z] 777b2c648970: Preparing [2021-01-13T00:13:27.301Z] 777b2c648970: Waiting [2021-01-13T00:13:27.301Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:27.301Z] 35968a5b8e1a: Layer already exists [2021-01-13T00:13:27.301Z] 2507dfe6bb4d: Layer already exists [2021-01-13T00:13:27.301Z] 6460b6c56a33: Layer already exists [2021-01-13T00:13:27.301Z] 14600c38e21b: Layer already exists [2021-01-13T00:13:27.301Z] 777b2c648970: Layer already exists [2021-01-13T00:13:27.301Z] master: digest: sha256:d9b77e1cf5f6963b894b825d67fbdd168db48e98e831bf9134adbfff46393204 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:13:27.503Z] ===================================================== [Pipeline] echo [2021-01-13T00:13:27.555Z] taggedImages: [2021-01-13T00:13:27.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:27.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T00:13:27.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:27.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-13T00:13:27.623Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-13T00:13:27.623Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:27.623Z] 2.0.0-dev.33 [2021-01-13T00:13:27.623Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:27.623Z] master [2021-01-13T00:13:27.623Z] ===================================================== [2021-01-13T00:13:27.652Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T00:13:27.652Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:13:27.652Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T00:13:27.652Z] (4/5) Installing curl (7.69.1-r3) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:27.946Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T00:13:27.946Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:13:27.946Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:13:27.946Z] OK: 7 MiB in 19 packages [2021-01-13T00:13:28.165Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:28.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:28.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T00:13:28.501Z] 983c34ce1e3b: Preparing [2021-01-13T00:13:28.501Z] 98326cd0d99e: Preparing [2021-01-13T00:13:28.501Z] 6f5243887fce: Preparing [2021-01-13T00:13:28.501Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:28.501Z] 983c34ce1e3b: Pushed [2021-01-13T00:13:29.961Z] 98326cd0d99e: Pushed [2021-01-13T00:13:29.961Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:2c732334f85b731164778c630ba0d5bd89a556e3557d6e8351dc16f979bce31c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:30.389Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:30.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T00:13:30.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T00:13:30.770Z] 983c34ce1e3b: Preparing [2021-01-13T00:13:30.770Z] 98326cd0d99e: Preparing [2021-01-13T00:13:30.770Z] 6f5243887fce: Preparing [2021-01-13T00:13:30.770Z] 983c34ce1e3b: Layer already exists [2021-01-13T00:13:30.770Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:30.770Z] 98326cd0d99e: Layer already exists [2021-01-13T00:13:30.770Z] 2.0.0-dev.33: digest: sha256:2c732334f85b731164778c630ba0d5bd89a556e3557d6e8351dc16f979bce31c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:31.197Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:31.656Z] Removing intermediate container d81677ef765c [2021-01-13T00:13:31.656Z] ---> 240da9654f74 [2021-01-13T00:13:31.656Z] [2021-01-13T00:13:31.656Z] Step 10/24 : FROM scratch [2021-01-13T00:13:31.656Z] ---> [2021-01-13T00:13:31.656Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T00:13:31.656Z] Removing intermediate container 7ca6abc5ee65 [2021-01-13T00:13:31.656Z] ---> 1b61435950b4 [2021-01-13T00:13:31.656Z] [2021-01-13T00:13:31.656Z] Step 10/21 : FROM scratch [2021-01-13T00:13:31.656Z] ---> [2021-01-13T00:13:31.656Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:13:31.656Z] Removing intermediate container 3520cfaa3547 [2021-01-13T00:13:31.656Z] ---> 9301f002c68f [2021-01-13T00:13:31.656Z] [2021-01-13T00:13:31.656Z] Step 10/22 : FROM scratch [2021-01-13T00:13:31.656Z] ---> [2021-01-13T00:13:31.657Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:13:31.657Z] ---> Running in 7efde170cac1 [2021-01-13T00:13:31.657Z] ---> Running in a6ed036a677b [2021-01-13T00:13:31.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:31.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T00:13:31.691Z] 983c34ce1e3b: Preparing [2021-01-13T00:13:31.691Z] 98326cd0d99e: Preparing [2021-01-13T00:13:31.691Z] 6f5243887fce: Preparing [2021-01-13T00:13:31.691Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:31.691Z] 983c34ce1e3b: Layer already exists [2021-01-13T00:13:31.691Z] 98326cd0d99e: Layer already exists [2021-01-13T00:13:31.691Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:2c732334f85b731164778c630ba0d5bd89a556e3557d6e8351dc16f979bce31c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:32.142Z] ---> Running in 3122ed4ada37 [2021-01-13T00:13:32.142Z] Removing intermediate container b63558798310 [2021-01-13T00:13:32.142Z] ---> fff59160aef3 [2021-01-13T00:13:32.142Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:13:32.347Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:32.466Z] ---> Running in 07b0ceaa1b77 [2021-01-13T00:13:32.466Z] Removing intermediate container 7efde170cac1 [2021-01-13T00:13:32.466Z] ---> 8fa9c257fbdb [2021-01-13T00:13:32.466Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T00:13:32.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-13T00:13:32.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T00:13:32.666Z] 983c34ce1e3b: Preparing [2021-01-13T00:13:32.666Z] 98326cd0d99e: Preparing [2021-01-13T00:13:32.666Z] 6f5243887fce: Preparing [2021-01-13T00:13:32.666Z] 98326cd0d99e: Layer already exists [2021-01-13T00:13:32.666Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:32.666Z] 983c34ce1e3b: Layer already exists [2021-01-13T00:13:32.666Z] master: digest: sha256:2c732334f85b731164778c630ba0d5bd89a556e3557d6e8351dc16f979bce31c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-13T00:13:32.768Z] ---> Running in dc4d47808aba [2021-01-13T00:13:32.768Z] Removing intermediate container 3122ed4ada37 [2021-01-13T00:13:32.768Z] Removing intermediate container a6ed036a677b [2021-01-13T00:13:32.768Z] ---> 1625faf5e750 [2021-01-13T00:13:32.768Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T00:13:32.768Z] ---> ed62d39a31c0 [2021-01-13T00:13:32.768Z] Step 12/22 : ENV APP_PORT=48082 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:13:32.916Z] ===================================================== [Pipeline] echo [2021-01-13T00:13:32.964Z] taggedImages: [2021-01-13T00:13:32.964Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:32.964Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T00:13:32.964Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:32.964Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-13T00:13:33.028Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-13T00:13:33.028Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:33.028Z] 2.0.0-dev.33 [2021-01-13T00:13:33.028Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:33.028Z] master [2021-01-13T00:13:33.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-13T00:13:33.079Z] ---> Running in cc48269d221e [2021-01-13T00:13:33.079Z] ---> Running in c7f50d5d9b24 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:33.396Z] Removing intermediate container 07b0ceaa1b77 [2021-01-13T00:13:33.396Z] ---> a6ecaab16217 [2021-01-13T00:13:33.396Z] Step 13/24 : WORKDIR / [2021-01-13T00:13:33.396Z] ---> Running in 501724cdebc4 [2021-01-13T00:13:33.592Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:33.714Z] Removing intermediate container dc4d47808aba [2021-01-13T00:13:33.714Z] ---> ccc32bff1e32 [2021-01-13T00:13:33.714Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T00:13:33.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:33.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T00:13:33.955Z] ffd8165b2933: Preparing [2021-01-13T00:13:33.955Z] 7d1eaefd178a: Preparing [2021-01-13T00:13:33.955Z] 031d5cecb560: Preparing [2021-01-13T00:13:33.955Z] cdc188a779e6: Preparing [2021-01-13T00:13:33.955Z] 6f5243887fce: Preparing [2021-01-13T00:13:33.955Z] 02ca576a0f91: Preparing [2021-01-13T00:13:33.955Z] 777b2c648970: Preparing [2021-01-13T00:13:33.955Z] 02ca576a0f91: Waiting [2021-01-13T00:13:33.955Z] 777b2c648970: Waiting [2021-01-13T00:13:34.018Z] ---> Running in b3d40465fb6e [2021-01-13T00:13:34.018Z] Removing intermediate container cc48269d221e [2021-01-13T00:13:34.018Z] ---> 64504c3126da [2021-01-13T00:13:34.018Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T00:13:34.257Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:34.257Z] 031d5cecb560: Pushed [2021-01-13T00:13:34.257Z] ffd8165b2933: Pushed [2021-01-13T00:13:34.257Z] 7d1eaefd178a: Pushed [2021-01-13T00:13:34.257Z] 777b2c648970: Layer already exists [2021-01-13T00:13:34.324Z] ---> Running in 41f9e9c04865 [2021-01-13T00:13:34.324Z] Removing intermediate container c7f50d5d9b24 [2021-01-13T00:13:34.324Z] ---> 5956f36d0ac6 [2021-01-13T00:13:34.324Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:13:34.607Z] Removing intermediate container 501724cdebc4 [2021-01-13T00:13:34.607Z] ---> 8ad7c2d932ea [2021-01-13T00:13:34.607Z] 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-13T00:13:34.607Z] ---> Running in cce81a703cfc [2021-01-13T00:13:34.607Z] Removing intermediate container b3d40465fb6e [2021-01-13T00:13:34.607Z] ---> b8ecb83b6d1f [2021-01-13T00:13:34.607Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T00:13:34.850Z] 02ca576a0f91: Pushed [2021-01-13T00:13:34.893Z] Removing intermediate container 41f9e9c04865 [2021-01-13T00:13:34.893Z] ---> 122fc3c93d72 [2021-01-13T00:13:34.893Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:13:35.126Z] cdc188a779e6: Pushed [2021-01-13T00:13:35.394Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:bbac077f9a04818ef853ef621191fa96fae33eb447c2f8a7c583972d38d331f4 size: 1778 [2021-01-13T00:13:35.415Z] Removing intermediate container cce81a703cfc [2021-01-13T00:13:35.415Z] ---> 1887f836e387 [2021-01-13T00:13:35.415Z] Step 14/22 : WORKDIR / [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:35.707Z] ---> Running in f38d591129aa [2021-01-13T00:13:35.707Z] ---> aaaa5ca503fd [2021-01-13T00:13:35.707Z] 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-13T00:13:35.707Z] ---> b1ba02efb981 [2021-01-13T00:13:35.707Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T00:13:35.778Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:35.994Z] ---> c59f48ae1a55 [2021-01-13T00:13:35.995Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T00:13:36.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T00:13:36.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T00:13:36.105Z] ffd8165b2933: Preparing [2021-01-13T00:13:36.105Z] 7d1eaefd178a: Preparing [2021-01-13T00:13:36.105Z] 031d5cecb560: Preparing [2021-01-13T00:13:36.105Z] cdc188a779e6: Preparing [2021-01-13T00:13:36.105Z] 6f5243887fce: Preparing [2021-01-13T00:13:36.105Z] 02ca576a0f91: Preparing [2021-01-13T00:13:36.105Z] 777b2c648970: Preparing [2021-01-13T00:13:36.105Z] 02ca576a0f91: Waiting [2021-01-13T00:13:36.105Z] 777b2c648970: Waiting [2021-01-13T00:13:36.105Z] 031d5cecb560: Layer already exists [2021-01-13T00:13:36.105Z] ffd8165b2933: Layer already exists [2021-01-13T00:13:36.105Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:36.105Z] cdc188a779e6: Layer already exists [2021-01-13T00:13:36.105Z] 7d1eaefd178a: Layer already exists [2021-01-13T00:13:36.105Z] 02ca576a0f91: Layer already exists [2021-01-13T00:13:36.105Z] 777b2c648970: Layer already exists [2021-01-13T00:13:36.371Z] 2.0.0-dev.33: digest: sha256:bbac077f9a04818ef853ef621191fa96fae33eb447c2f8a7c583972d38d331f4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:36.642Z] Removing intermediate container f38d591129aa [2021-01-13T00:13:36.642Z] ---> 5444c11e67b5 [2021-01-13T00:13:36.642Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:13:36.716Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:36.955Z] ---> 9d600e23ce23 [2021-01-13T00:13:36.956Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T00:13:37.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:37.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T00:13:37.130Z] ffd8165b2933: Preparing [2021-01-13T00:13:37.130Z] 7d1eaefd178a: Preparing [2021-01-13T00:13:37.130Z] 031d5cecb560: Preparing [2021-01-13T00:13:37.130Z] cdc188a779e6: Preparing [2021-01-13T00:13:37.130Z] 6f5243887fce: Preparing [2021-01-13T00:13:37.130Z] 02ca576a0f91: Preparing [2021-01-13T00:13:37.130Z] 777b2c648970: Preparing [2021-01-13T00:13:37.130Z] 02ca576a0f91: Waiting [2021-01-13T00:13:37.130Z] 777b2c648970: Waiting [2021-01-13T00:13:37.130Z] 031d5cecb560: Layer already exists [2021-01-13T00:13:37.130Z] cdc188a779e6: Layer already exists [2021-01-13T00:13:37.130Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:37.130Z] ffd8165b2933: Layer already exists [2021-01-13T00:13:37.130Z] 7d1eaefd178a: Layer already exists [2021-01-13T00:13:37.130Z] 02ca576a0f91: Layer already exists [2021-01-13T00:13:37.130Z] 777b2c648970: Layer already exists [2021-01-13T00:13:37.130Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:bbac077f9a04818ef853ef621191fa96fae33eb447c2f8a7c583972d38d331f4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:37.480Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:37.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-13T00:13:37.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T00:13:37.857Z] ffd8165b2933: Preparing [2021-01-13T00:13:37.857Z] 7d1eaefd178a: Preparing [2021-01-13T00:13:37.857Z] 031d5cecb560: Preparing [2021-01-13T00:13:37.857Z] cdc188a779e6: Preparing [2021-01-13T00:13:37.857Z] 6f5243887fce: Preparing [2021-01-13T00:13:37.857Z] 02ca576a0f91: Preparing [2021-01-13T00:13:37.857Z] 777b2c648970: Preparing [2021-01-13T00:13:37.857Z] 02ca576a0f91: Waiting [2021-01-13T00:13:37.857Z] 777b2c648970: Waiting [2021-01-13T00:13:37.857Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:37.857Z] 031d5cecb560: Layer already exists [2021-01-13T00:13:37.857Z] ffd8165b2933: Layer already exists [2021-01-13T00:13:37.857Z] 7d1eaefd178a: Layer already exists [2021-01-13T00:13:37.857Z] cdc188a779e6: Layer already exists [2021-01-13T00:13:37.857Z] 02ca576a0f91: Layer already exists [2021-01-13T00:13:37.857Z] 777b2c648970: Layer already exists [2021-01-13T00:13:38.014Z] ---> 248d8a64b76d [2021-01-13T00:13:38.014Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T00:13:38.301Z] ---> 4e0a17464d79 [2021-01-13T00:13:38.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T00:13:38.647Z] ---> 3748447872c6 [2021-01-13T00:13:38.647Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T00:13:38.647Z] ---> 8be0377e717d [2021-01-13T00:13:38.647Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T00:13:40.229Z] ---> 9a614bf46e48 [2021-01-13T00:13:40.229Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:13:40.536Z] ---> 9638b97eb22b [2021-01-13T00:13:40.536Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T00:13:40.536Z] ---> bd2b497c0933 [2021-01-13T00:13:40.536Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T00:13:40.839Z] ---> 5b79b00a0ff9 [2021-01-13T00:13:40.839Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T00:13:40.839Z] ---> Running in 46ff07989915 [2021-01-13T00:13:41.127Z] ---> 7a9a2b0d1200 [2021-01-13T00:13:41.127Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T00:13:41.409Z] Removing intermediate container 46ff07989915 [2021-01-13T00:13:41.409Z] ---> 84cc1e6dc1fe [2021-01-13T00:13:41.409Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:13:42.035Z] ---> Running in 8b2562456e97 [2021-01-13T00:13:42.035Z] ---> 7ee182d3f60f [2021-01-13T00:13:42.035Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T00:13:42.675Z] ---> cd8da9de7e19 [2021-01-13T00:13:42.675Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T00:13:42.675Z] ---> Running in 5c9dd88fa326 [2021-01-13T00:13:42.675Z] ---> 420ea233171c [2021-01-13T00:13:42.675Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T00:13:42.675Z] Removing intermediate container 8b2562456e97 [2021-01-13T00:13:42.675Z] ---> 070b5245a314 [2021-01-13T00:13:42.675Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T00:13:42.971Z] ---> Running in 068a4a4d9f66 [2021-01-13T00:13:43.296Z] Removing intermediate container 5c9dd88fa326 [2021-01-13T00:13:43.296Z] ---> 7683cb7179c5 [2021-01-13T00:13:43.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:13:43.454Z] master: digest: sha256:bbac077f9a04818ef853ef621191fa96fae33eb447c2f8a7c583972d38d331f4 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-13T00:13:43.583Z] ---> Running in 8f6b92ba0081 [2021-01-13T00:13:43.583Z] ---> 32e5de574335 [2021-01-13T00:13:43.583Z] 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/ [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:13:43.664Z] ===================================================== [Pipeline] echo [2021-01-13T00:13:43.734Z] taggedImages: [2021-01-13T00:13:43.734Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:43.734Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T00:13:43.734Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:43.734Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-13T00:13:43.815Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-13T00:13:43.815Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:43.815Z] 2.0.0-dev.33 [2021-01-13T00:13:43.815Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:43.815Z] master [2021-01-13T00:13:43.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-13T00:13:43.882Z] Removing intermediate container 068a4a4d9f66 [2021-01-13T00:13:43.882Z] ---> 3efd1e0a7cb3 [2021-01-13T00:13:43.882Z] Step 20/21 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:43.882Z] ---> Running in f0233c7fc74f [2021-01-13T00:13:43.882Z] ---> e3b738088a91 [2021-01-13T00:13:43.882Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:44.220Z] ---> Running in c0c0168a8d8f [2021-01-13T00:13:44.220Z] ---> Running in fbf1e6b5d505 [2021-01-13T00:13:44.220Z] Removing intermediate container 8f6b92ba0081 [2021-01-13T00:13:44.220Z] ---> 568a4985f525 [2021-01-13T00:13:44.220Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T00:13:44.426Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:44.531Z] ---> Running in c763e61bfcd4 [2021-01-13T00:13:44.822Z] Removing intermediate container c0c0168a8d8f [2021-01-13T00:13:44.822Z] ---> f4f07ccfda90 [2021-01-13T00:13:44.822Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T00:13:45.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:45.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T00:13:45.034Z] a548c870c386: Preparing [2021-01-13T00:13:45.034Z] 90c660dae62e: Preparing [2021-01-13T00:13:45.034Z] a063bbd06a2a: Preparing [2021-01-13T00:13:45.034Z] b034eb9aa9fa: Preparing [2021-01-13T00:13:45.034Z] 2c1fccc3fbdc: Preparing [2021-01-13T00:13:45.034Z] 777b2c648970: Preparing [2021-01-13T00:13:45.034Z] 777b2c648970: Waiting [2021-01-13T00:13:45.100Z] Removing intermediate container fbf1e6b5d505 [2021-01-13T00:13:45.100Z] ---> fc69111cd7cf [2021-01-13T00:13:45.100Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:13:45.378Z] ---> Running in 943db6f19936 [2021-01-13T00:13:45.378Z] Removing intermediate container c763e61bfcd4 [2021-01-13T00:13:45.378Z] ---> d8af04741684 [2021-01-13T00:13:45.378Z] Step 21/22 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:45.673Z] ---> Running in e21324d6c6ec [2021-01-13T00:13:45.673Z] ---> Running in 775fcb8958cf [2021-01-13T00:13:45.985Z] Removing intermediate container 943db6f19936 [2021-01-13T00:13:45.985Z] ---> bf64388af89e [2021-01-13T00:13:45.985Z] [2021-01-13T00:13:46.272Z] Removing intermediate container e21324d6c6ec [2021-01-13T00:13:46.272Z] ---> b2385f97202a [2021-01-13T00:13:46.272Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T00:13:46.272Z] Removing intermediate container 775fcb8958cf [2021-01-13T00:13:46.272Z] ---> 3ff225cfeed7 [2021-01-13T00:13:46.272Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T00:13:46.272Z] Successfully built bf64388af89e [2021-01-13T00:13:46.554Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T00:13:46.554Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-13T00:13:47.189Z] ---> Running in 79cd23ceab04 [2021-01-13T00:13:47.189Z] ---> Running in 04cbcfd73bab [2021-01-13T00:13:47.470Z] Removing intermediate container f0233c7fc74f [2021-01-13T00:13:47.470Z] ---> 9b6cd9fe5738 [2021-01-13T00:13:47.470Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T00:13:48.959Z] Removing intermediate container 79cd23ceab04 [2021-01-13T00:13:48.959Z] ---> bc82b6c16e8f [2021-01-13T00:13:48.959Z] Step 23/24 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:48.959Z] Removing intermediate container 04cbcfd73bab [2021-01-13T00:13:48.959Z] ---> 4ccc0f40397c [2021-01-13T00:13:48.959Z] [2021-01-13T00:13:49.243Z] Successfully built 4ccc0f40397c [2021-01-13T00:13:49.531Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T00:13:49.531Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-13T00:13:49.531Z] ---> Running in 8cb8bd37fc49 [2021-01-13T00:13:49.837Z] ---> Running in afccab1215f9 [2021-01-13T00:13:49.837Z] Removing intermediate container c3cbb494e1ca [2021-01-13T00:13:50.121Z] ---> 7e23fc2aea73 [2021-01-13T00:13:50.121Z] [2021-01-13T00:13:50.121Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T00:13:50.121Z] ---> afeebe901d6b [2021-01-13T00:13:50.121Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:13:50.121Z] ---> Running in e37c393e9357 [2021-01-13T00:13:50.121Z] Removing intermediate container 8cb8bd37fc49 [2021-01-13T00:13:50.121Z] ---> 570d13fd406e [2021-01-13T00:13:50.121Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T00:13:50.435Z] Removing intermediate container afccab1215f9 [2021-01-13T00:13:50.435Z] ---> 6aea6347c6bd [2021-01-13T00:13:50.435Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T00:13:50.435Z] ---> Running in 189e7520570a [2021-01-13T00:13:50.481Z] a063bbd06a2a: Pushed [2021-01-13T00:13:50.481Z] b034eb9aa9fa: Pushed [2021-01-13T00:13:50.481Z] 777b2c648970: Layer already exists [2021-01-13T00:13:50.481Z] 2c1fccc3fbdc: Pushed [2021-01-13T00:13:50.481Z] 90c660dae62e: Pushed [2021-01-13T00:13:50.481Z] a548c870c386: Pushed [2021-01-13T00:13:50.481Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:a5d1d5749d2e22c4d33632e67feb005ff013c8d5dac0878b92c7d5f1fb529466 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:50.730Z] ---> Running in 456010ce8f12 [2021-01-13T00:13:50.860Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:51.042Z] Removing intermediate container e37c393e9357 [2021-01-13T00:13:51.042Z] ---> 3d18e6a04d4a [2021-01-13T00:13:51.042Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T00:13:51.042Z] Removing intermediate container 189e7520570a [2021-01-13T00:13:51.042Z] ---> 5bb28c2ed8fe [2021-01-13T00:13:51.042Z] Step 23/24 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:51.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T00:13:51.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T00:13:51.302Z] a548c870c386: Preparing [2021-01-13T00:13:51.302Z] 90c660dae62e: Preparing [2021-01-13T00:13:51.302Z] a063bbd06a2a: Preparing [2021-01-13T00:13:51.302Z] b034eb9aa9fa: Preparing [2021-01-13T00:13:51.302Z] 2c1fccc3fbdc: Preparing [2021-01-13T00:13:51.302Z] 777b2c648970: Preparing [2021-01-13T00:13:51.302Z] 777b2c648970: Waiting [2021-01-13T00:13:51.302Z] 90c660dae62e: Layer already exists [2021-01-13T00:13:51.302Z] a063bbd06a2a: Layer already exists [2021-01-13T00:13:51.302Z] b034eb9aa9fa: Layer already exists [2021-01-13T00:13:51.302Z] 2c1fccc3fbdc: Layer already exists [2021-01-13T00:13:51.302Z] a548c870c386: Layer already exists [2021-01-13T00:13:51.302Z] 777b2c648970: Layer already exists [2021-01-13T00:13:51.302Z] 2.0.0-dev.33: digest: sha256:a5d1d5749d2e22c4d33632e67feb005ff013c8d5dac0878b92c7d5f1fb529466 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:51.378Z] ---> Running in edde80cce55a [2021-01-13T00:13:51.378Z] Removing intermediate container 456010ce8f12 [2021-01-13T00:13:51.378Z] ---> 56342e5f0518 [2021-01-13T00:13:51.378Z] [2021-01-13T00:13:51.378Z] ---> Running in 2ba8937b3151 [2021-01-13T00:13:51.664Z] Successfully built 56342e5f0518 [2021-01-13T00:13:51.664Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T00:13:51.664Z] Building docker-core-metadata-go [2021-01-13T00:13:51.695Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:51.968Z]  Building docker-support-notifications-go ... done Removing intermediate container edde80cce55a [2021-01-13T00:13:51.968Z] ---> 13982c28d134 [2021-01-13T00:13:51.968Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T00:13:51.968Z] Removing intermediate container 2ba8937b3151 [2021-01-13T00:13:51.968Z] ---> 2fcfbbe8e5d1 [2021-01-13T00:13:51.968Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T00:13:52.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:52.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T00:13:52.011Z] a548c870c386: Preparing [2021-01-13T00:13:52.011Z] 90c660dae62e: Preparing [2021-01-13T00:13:52.011Z] a063bbd06a2a: Preparing [2021-01-13T00:13:52.011Z] b034eb9aa9fa: Preparing [2021-01-13T00:13:52.011Z] 2c1fccc3fbdc: Preparing [2021-01-13T00:13:52.011Z] 777b2c648970: Preparing [2021-01-13T00:13:52.011Z] 777b2c648970: Waiting [2021-01-13T00:13:52.011Z] 90c660dae62e: Layer already exists [2021-01-13T00:13:52.011Z] a548c870c386: Layer already exists [2021-01-13T00:13:52.011Z] a063bbd06a2a: Layer already exists [2021-01-13T00:13:52.011Z] 2c1fccc3fbdc: Layer already exists [2021-01-13T00:13:52.011Z] b034eb9aa9fa: Layer already exists [2021-01-13T00:13:52.011Z] 777b2c648970: Layer already exists [2021-01-13T00:13:52.011Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:a5d1d5749d2e22c4d33632e67feb005ff013c8d5dac0878b92c7d5f1fb529466 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:52.286Z] ---> Running in 72923173f00f [2021-01-13T00:13:52.286Z] ---> Running in 15b6b768fe64 [2021-01-13T00:13:52.350Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:52.630Z] Removing intermediate container 72923173f00f [2021-01-13T00:13:52.630Z] ---> 621722e473b0 [2021-01-13T00:13:52.630Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:13:52.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-13T00:13:52.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T00:13:52.667Z] a548c870c386: Preparing [2021-01-13T00:13:52.667Z] 90c660dae62e: Preparing [2021-01-13T00:13:52.667Z] a063bbd06a2a: Preparing [2021-01-13T00:13:52.667Z] b034eb9aa9fa: Preparing [2021-01-13T00:13:52.667Z] 2c1fccc3fbdc: Preparing [2021-01-13T00:13:52.667Z] 777b2c648970: Preparing [2021-01-13T00:13:52.667Z] 777b2c648970: Waiting [2021-01-13T00:13:52.667Z] 90c660dae62e: Layer already exists [2021-01-13T00:13:52.667Z] 2c1fccc3fbdc: Layer already exists [2021-01-13T00:13:52.667Z] a063bbd06a2a: Layer already exists [2021-01-13T00:13:52.667Z] a548c870c386: Layer already exists [2021-01-13T00:13:52.667Z] b034eb9aa9fa: Layer already exists [2021-01-13T00:13:52.667Z] 777b2c648970: Layer already exists [2021-01-13T00:13:52.667Z] master: digest: sha256:a5d1d5749d2e22c4d33632e67feb005ff013c8d5dac0878b92c7d5f1fb529466 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:13:52.900Z] ===================================================== [2021-01-13T00:13:52.912Z] Removing intermediate container 15b6b768fe64 [2021-01-13T00:13:52.912Z] ---> b10337006265 [2021-01-13T00:13:52.912Z] [2021-01-13T00:13:52.912Z] ---> Running in 891bab810359 [Pipeline] echo [2021-01-13T00:13:52.967Z] taggedImages: [2021-01-13T00:13:52.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:52.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T00:13:52.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:52.967Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-13T00:13:53.030Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-13T00:13:53.030Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:53.030Z] 2.0.0-dev.33 [2021-01-13T00:13:53.030Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:53.030Z] master [2021-01-13T00:13:53.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-13T00:13:53.189Z] Successfully built b10337006265 [2021-01-13T00:13:53.189Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T00:13:53.189Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:53.646Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:54.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:54.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T00:13:54.017Z] c65b41da6993: Preparing [2021-01-13T00:13:54.017Z] bd35b6a39dc3: Preparing [2021-01-13T00:13:54.017Z] 8d3769858e61: Preparing [2021-01-13T00:13:54.017Z] b731be767183: Preparing [2021-01-13T00:13:54.017Z] c903dd39ce9f: Preparing [2021-01-13T00:13:54.017Z] 0a10f85a5384: Preparing [2021-01-13T00:13:54.017Z] 6b65470fff2a: Preparing [2021-01-13T00:13:54.017Z] 02ca576a0f91: Preparing [2021-01-13T00:13:54.017Z] 777b2c648970: Preparing [2021-01-13T00:13:54.017Z] 0a10f85a5384: Waiting [2021-01-13T00:13:54.017Z] 6b65470fff2a: Waiting [2021-01-13T00:13:54.017Z] 02ca576a0f91: Waiting [2021-01-13T00:13:54.017Z] bd35b6a39dc3: Pushed [2021-01-13T00:13:54.294Z] c65b41da6993: Pushed [2021-01-13T00:13:54.294Z] c903dd39ce9f: Pushed [2021-01-13T00:13:54.294Z] 02ca576a0f91: Layer already exists [2021-01-13T00:13:54.294Z] 777b2c648970: Layer already exists [2021-01-13T00:13:54.294Z] 0a10f85a5384: Pushed [2021-01-13T00:13:54.586Z] 6b65470fff2a: Pushed [2021-01-13T00:13:55.181Z] b731be767183: Pushed [2021-01-13T00:13:55.181Z] 8d3769858e61: Pushed [2021-01-13T00:13:55.181Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:83461e8cd493d12d6289c68a677b1bf33e01f2f8bdf91a435ebfd2d042344493 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:55.514Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:55.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T00:13:55.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T00:13:55.928Z] c65b41da6993: Preparing [2021-01-13T00:13:55.928Z] bd35b6a39dc3: Preparing [2021-01-13T00:13:55.928Z] 8d3769858e61: Preparing [2021-01-13T00:13:55.929Z] b731be767183: Preparing [2021-01-13T00:13:55.929Z] c903dd39ce9f: Preparing [2021-01-13T00:13:55.929Z] 0a10f85a5384: Preparing [2021-01-13T00:13:55.929Z] 6b65470fff2a: Preparing [2021-01-13T00:13:55.929Z] 02ca576a0f91: Preparing [2021-01-13T00:13:55.929Z] 777b2c648970: Preparing [2021-01-13T00:13:55.929Z] 02ca576a0f91: Waiting [2021-01-13T00:13:55.929Z] 6b65470fff2a: Waiting [2021-01-13T00:13:55.929Z] 0a10f85a5384: Waiting [2021-01-13T00:13:55.929Z] 777b2c648970: Waiting [2021-01-13T00:13:55.929Z] c903dd39ce9f: Layer already exists [2021-01-13T00:13:55.929Z] c65b41da6993: Layer already exists [2021-01-13T00:13:55.929Z] bd35b6a39dc3: Layer already exists [2021-01-13T00:13:55.929Z] 8d3769858e61: Layer already exists [2021-01-13T00:13:55.929Z] b731be767183: Layer already exists [2021-01-13T00:13:55.929Z] 0a10f85a5384: Layer already exists [2021-01-13T00:13:55.929Z] 6b65470fff2a: Layer already exists [2021-01-13T00:13:55.929Z] 02ca576a0f91: Layer already exists [2021-01-13T00:13:55.929Z] 777b2c648970: Layer already exists [2021-01-13T00:13:55.929Z] 2.0.0-dev.33: digest: sha256:83461e8cd493d12d6289c68a677b1bf33e01f2f8bdf91a435ebfd2d042344493 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:56.239Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:56.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:56.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T00:13:56.561Z] c65b41da6993: Preparing [2021-01-13T00:13:56.561Z] bd35b6a39dc3: Preparing [2021-01-13T00:13:56.561Z] 8d3769858e61: Preparing [2021-01-13T00:13:56.561Z] b731be767183: Preparing [2021-01-13T00:13:56.561Z] c903dd39ce9f: Preparing [2021-01-13T00:13:56.561Z] 0a10f85a5384: Preparing [2021-01-13T00:13:56.561Z] 6b65470fff2a: Preparing [2021-01-13T00:13:56.561Z] 02ca576a0f91: Preparing [2021-01-13T00:13:56.561Z] 777b2c648970: Preparing [2021-01-13T00:13:56.561Z] 0a10f85a5384: Waiting [2021-01-13T00:13:56.561Z] 6b65470fff2a: Waiting [2021-01-13T00:13:56.561Z] 02ca576a0f91: Waiting [2021-01-13T00:13:56.561Z] 777b2c648970: Waiting [2021-01-13T00:13:56.561Z] bd35b6a39dc3: Layer already exists [2021-01-13T00:13:56.561Z] 8d3769858e61: Layer already exists [2021-01-13T00:13:56.561Z] b731be767183: Layer already exists [2021-01-13T00:13:56.561Z] c65b41da6993: Layer already exists [2021-01-13T00:13:56.561Z] c903dd39ce9f: Layer already exists [2021-01-13T00:13:56.561Z] 02ca576a0f91: Layer already exists [2021-01-13T00:13:56.561Z] 777b2c648970: Layer already exists [2021-01-13T00:13:56.561Z] 6b65470fff2a: Layer already exists [2021-01-13T00:13:56.561Z] 0a10f85a5384: Layer already exists [2021-01-13T00:13:56.561Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:83461e8cd493d12d6289c68a677b1bf33e01f2f8bdf91a435ebfd2d042344493 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:56.703Z] Removing intermediate container 891bab810359 [2021-01-13T00:13:56.703Z] ---> 7d849872d8cf [2021-01-13T00:13:56.703Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T00:13:56.899Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:57.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-13T00:13:57.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T00:13:57.237Z] c65b41da6993: Preparing [2021-01-13T00:13:57.237Z] bd35b6a39dc3: Preparing [2021-01-13T00:13:57.237Z] 8d3769858e61: Preparing [2021-01-13T00:13:57.237Z] b731be767183: Preparing [2021-01-13T00:13:57.237Z] c903dd39ce9f: Preparing [2021-01-13T00:13:57.237Z] 0a10f85a5384: Preparing [2021-01-13T00:13:57.237Z] 6b65470fff2a: Preparing [2021-01-13T00:13:57.237Z] 02ca576a0f91: Preparing [2021-01-13T00:13:57.237Z] 777b2c648970: Preparing [2021-01-13T00:13:57.237Z] 6b65470fff2a: Waiting [2021-01-13T00:13:57.237Z] 0a10f85a5384: Waiting [2021-01-13T00:13:57.237Z] 777b2c648970: Waiting [2021-01-13T00:13:57.237Z] 02ca576a0f91: Waiting [2021-01-13T00:13:57.237Z] c903dd39ce9f: Layer already exists [2021-01-13T00:13:57.237Z] bd35b6a39dc3: Layer already exists [2021-01-13T00:13:57.237Z] 8d3769858e61: Layer already exists [2021-01-13T00:13:57.237Z] b731be767183: Layer already exists [2021-01-13T00:13:57.238Z] c65b41da6993: Layer already exists [2021-01-13T00:13:57.238Z] 6b65470fff2a: Layer already exists [2021-01-13T00:13:57.238Z] 0a10f85a5384: Layer already exists [2021-01-13T00:13:57.238Z] 02ca576a0f91: Layer already exists [2021-01-13T00:13:57.238Z] 777b2c648970: Layer already exists [2021-01-13T00:13:57.238Z] master: digest: sha256:83461e8cd493d12d6289c68a677b1bf33e01f2f8bdf91a435ebfd2d042344493 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-13T00:13:57.318Z] ---> Running in 57164330d6d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:13:57.437Z] ===================================================== [Pipeline] echo [2021-01-13T00:13:57.497Z] taggedImages: [2021-01-13T00:13:57.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:57.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T00:13:57.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:57.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-13T00:13:57.562Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-13T00:13:57.562Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:57.562Z] 2.0.0-dev.33 [2021-01-13T00:13:57.562Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:13:57.562Z] master [2021-01-13T00:13:57.562Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:58.118Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:58.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:13:58.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:13:58.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T00:13:58.561Z] cf8398c6dd3b: Preparing [2021-01-13T00:13:58.561Z] 459fd1aa756a: Preparing [2021-01-13T00:13:58.561Z] 6f5243887fce: Preparing [2021-01-13T00:13:58.561Z] 617225b5e481: Preparing [2021-01-13T00:13:58.561Z] df6e83cf9bf8: Preparing [2021-01-13T00:13:58.561Z] 97feba59d72c: Preparing [2021-01-13T00:13:58.561Z] 97feba59d72c: Waiting [2021-01-13T00:13:58.561Z] 6f5243887fce: Layer already exists [2021-01-13T00:13:58.561Z] cf8398c6dd3b: Pushed [2021-01-13T00:13:58.852Z] 617225b5e481: Pushed [2021-01-13T00:13:58.852Z] 97feba59d72c: Pushed [2021-01-13T00:13:58.852Z] df6e83cf9bf8: Pushed [2021-01-13T00:13:59.672Z] 459fd1aa756a: Pushed [2021-01-13T00:13:59.684Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:ea50557f41a758324dff21733fbb6ec2cf420b9215b610f78fae595ec8a86a96 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:13:59.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:14:00.183Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:00.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T00:14:00.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T00:14:00.696Z] cf8398c6dd3b: Preparing [2021-01-13T00:14:00.696Z] 459fd1aa756a: Preparing [2021-01-13T00:14:00.696Z] 6f5243887fce: Preparing [2021-01-13T00:14:00.696Z] 617225b5e481: Preparing [2021-01-13T00:14:00.696Z] df6e83cf9bf8: Preparing [2021-01-13T00:14:00.696Z] 97feba59d72c: Preparing [2021-01-13T00:14:00.696Z] 97feba59d72c: Waiting [2021-01-13T00:14:00.696Z] df6e83cf9bf8: Layer already exists [2021-01-13T00:14:00.696Z] cf8398c6dd3b: Layer already exists [2021-01-13T00:14:00.696Z] 459fd1aa756a: Layer already exists [2021-01-13T00:14:00.696Z] 6f5243887fce: Layer already exists [2021-01-13T00:14:00.696Z] 617225b5e481: Layer already exists [2021-01-13T00:14:00.697Z] 97feba59d72c: Layer already exists [2021-01-13T00:14:00.892Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T00:14:00.977Z] 2.0.0-dev.33: digest: sha256:ea50557f41a758324dff21733fbb6ec2cf420b9215b610f78fae595ec8a86a96 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:01.231Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T00:14:01.231Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T00:14:01.403Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:01.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:01.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T00:14:01.751Z] cf8398c6dd3b: Preparing [2021-01-13T00:14:01.751Z] 459fd1aa756a: Preparing [2021-01-13T00:14:01.751Z] 6f5243887fce: Preparing [2021-01-13T00:14:01.751Z] 617225b5e481: Preparing [2021-01-13T00:14:01.751Z] df6e83cf9bf8: Preparing [2021-01-13T00:14:01.751Z] 97feba59d72c: Preparing [2021-01-13T00:14:01.751Z] 97feba59d72c: Waiting [2021-01-13T00:14:01.751Z] cf8398c6dd3b: Layer already exists [2021-01-13T00:14:01.751Z] 617225b5e481: Layer already exists [2021-01-13T00:14:01.751Z] df6e83cf9bf8: Layer already exists [2021-01-13T00:14:01.751Z] 6f5243887fce: Layer already exists [2021-01-13T00:14:01.751Z] 459fd1aa756a: Layer already exists [2021-01-13T00:14:01.751Z] 97feba59d72c: Layer already exists [2021-01-13T00:14:01.751Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:ea50557f41a758324dff21733fbb6ec2cf420b9215b610f78fae595ec8a86a96 size: 1573 [2021-01-13T00:14:01.871Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T00:14:01.871Z] (5/5) Installing zeromq (4.3.3-r0) [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:02.168Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:14:02.168Z] OK: 8 MiB in 19 packages [2021-01-13T00:14:02.345Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:02.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-13T00:14:02.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T00:14:02.693Z] cf8398c6dd3b: Preparing [2021-01-13T00:14:02.693Z] 459fd1aa756a: Preparing [2021-01-13T00:14:02.693Z] 6f5243887fce: Preparing [2021-01-13T00:14:02.693Z] 617225b5e481: Preparing [2021-01-13T00:14:02.693Z] df6e83cf9bf8: Preparing [2021-01-13T00:14:02.693Z] 97feba59d72c: Preparing [2021-01-13T00:14:02.693Z] 97feba59d72c: Waiting [2021-01-13T00:14:02.693Z] 617225b5e481: Layer already exists [2021-01-13T00:14:02.693Z] df6e83cf9bf8: Layer already exists [2021-01-13T00:14:02.693Z] 459fd1aa756a: Layer already exists [2021-01-13T00:14:02.693Z] 6f5243887fce: Layer already exists [2021-01-13T00:14:02.693Z] cf8398c6dd3b: Layer already exists [2021-01-13T00:14:02.693Z] 97feba59d72c: Layer already exists [2021-01-13T00:14:02.693Z] master: digest: sha256:ea50557f41a758324dff21733fbb6ec2cf420b9215b610f78fae595ec8a86a96 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:14:02.905Z] ===================================================== [Pipeline] echo [2021-01-13T00:14:02.965Z] taggedImages: [2021-01-13T00:14:02.965Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:02.965Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T00:14:02.965Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:02.965Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-13T00:14:03.033Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-13T00:14:03.034Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:03.034Z] 2.0.0-dev.33 [2021-01-13T00:14:03.034Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:03.034Z] master [2021-01-13T00:14:03.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:03.544Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:03.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:03.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T00:14:03.887Z] e884671b4823: Preparing [2021-01-13T00:14:03.887Z] c17f97cbad6c: Preparing [2021-01-13T00:14:03.887Z] 6f5243887fce: Preparing [2021-01-13T00:14:03.887Z] 6f5243887fce: Layer already exists [2021-01-13T00:14:03.887Z] e884671b4823: Pushed [2021-01-13T00:14:04.863Z] c17f97cbad6c: Pushed [2021-01-13T00:14:05.147Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:8ac09c4aae4626c48c05b5b17a4f35433e99d7d155cb26a2d8572553b2c632af size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:05.641Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:05.748Z] Removing intermediate container 57164330d6d6 [2021-01-13T00:14:05.748Z] ---> 123c8d98e964 [2021-01-13T00:14:05.748Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:14:06.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T00:14:06.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T00:14:06.012Z] e884671b4823: Preparing [2021-01-13T00:14:06.012Z] c17f97cbad6c: Preparing [2021-01-13T00:14:06.012Z] 6f5243887fce: Preparing [2021-01-13T00:14:06.012Z] e884671b4823: Layer already exists [2021-01-13T00:14:06.012Z] 6f5243887fce: Layer already exists [2021-01-13T00:14:06.012Z] c17f97cbad6c: Layer already exists [2021-01-13T00:14:06.012Z] 2.0.0-dev.33: digest: sha256:8ac09c4aae4626c48c05b5b17a4f35433e99d7d155cb26a2d8572553b2c632af size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:06.376Z] ---> 50a0dbad0dc4 [2021-01-13T00:14:06.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T00:14:06.420Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:06.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:06.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T00:14:06.763Z] e884671b4823: Preparing [2021-01-13T00:14:06.763Z] c17f97cbad6c: Preparing [2021-01-13T00:14:06.763Z] 6f5243887fce: Preparing [2021-01-13T00:14:06.763Z] e884671b4823: Layer already exists [2021-01-13T00:14:06.763Z] 6f5243887fce: Layer already exists [2021-01-13T00:14:06.763Z] c17f97cbad6c: Layer already exists [2021-01-13T00:14:06.763Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:8ac09c4aae4626c48c05b5b17a4f35433e99d7d155cb26a2d8572553b2c632af size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:07.204Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:07.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-13T00:14:07.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T00:14:07.567Z] e884671b4823: Preparing [2021-01-13T00:14:07.567Z] c17f97cbad6c: Preparing [2021-01-13T00:14:07.567Z] 6f5243887fce: Preparing [2021-01-13T00:14:07.567Z] c17f97cbad6c: Layer already exists [2021-01-13T00:14:07.567Z] e884671b4823: Layer already exists [2021-01-13T00:14:07.567Z] 6f5243887fce: Layer already exists [2021-01-13T00:14:07.567Z] master: digest: sha256:8ac09c4aae4626c48c05b5b17a4f35433e99d7d155cb26a2d8572553b2c632af size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:14:07.837Z] ===================================================== [2021-01-13T00:14:07.876Z] ---> b225d3c7b8e9 [2021-01-13T00:14:07.877Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] echo [2021-01-13T00:14:07.886Z] taggedImages: [2021-01-13T00:14:07.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:07.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T00:14:07.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:07.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-13T00:14:07.948Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-13T00:14:07.948Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:07.948Z] 2.0.0-dev.33 [2021-01-13T00:14:07.948Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:07.948Z] master [2021-01-13T00:14:07.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:08.480Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:08.893Z] ---> 1ccf0df2d30f [2021-01-13T00:14:08.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:08.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T00:14:08.893Z] 568820ac1c67: Preparing [2021-01-13T00:14:08.893Z] 6a086437feb3: Preparing [2021-01-13T00:14:08.893Z] 6ecacf6fc050: Preparing [2021-01-13T00:14:08.893Z] 67a059b68dbb: Preparing [2021-01-13T00:14:08.893Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T00:14:08.893Z] fb9832102359: Preparing [2021-01-13T00:14:08.893Z] ada03f2bb6b1: Preparing [2021-01-13T00:14:08.893Z] d66ee3272c46: Preparing [2021-01-13T00:14:08.893Z] 0754057c0ad3: Preparing [2021-01-13T00:14:08.893Z] 998cdf262ab1: Preparing [2021-01-13T00:14:08.893Z] 02e56110abd2: Preparing [2021-01-13T00:14:08.893Z] abc36efb885a: Preparing [2021-01-13T00:14:08.893Z] b0b09059f4e1: Preparing [2021-01-13T00:14:08.893Z] bb961f40224b: Preparing [2021-01-13T00:14:08.893Z] f4666769fca7: Preparing [2021-01-13T00:14:08.893Z] ada03f2bb6b1: Waiting [2021-01-13T00:14:08.893Z] d66ee3272c46: Waiting [2021-01-13T00:14:08.893Z] 0754057c0ad3: Waiting [2021-01-13T00:14:08.893Z] 998cdf262ab1: Waiting [2021-01-13T00:14:08.893Z] 02e56110abd2: Waiting [2021-01-13T00:14:08.893Z] abc36efb885a: Waiting [2021-01-13T00:14:08.893Z] b0b09059f4e1: Waiting [2021-01-13T00:14:08.893Z] bb961f40224b: Waiting [2021-01-13T00:14:08.893Z] f4666769fca7: Waiting [2021-01-13T00:14:09.178Z] fb9832102359: Pushed [2021-01-13T00:14:09.178Z] 568820ac1c67: Pushed [2021-01-13T00:14:09.194Z] ---> Running in 025781ae96e9 [2021-01-13T00:14:09.470Z] 67a059b68dbb: Pushed [2021-01-13T00:14:09.470Z] d66ee3272c46: Pushed [2021-01-13T00:14:09.470Z] 0754057c0ad3: Layer already exists [2021-01-13T00:14:09.470Z] 998cdf262ab1: Layer already exists [2021-01-13T00:14:09.470Z] 02e56110abd2: Layer already exists [2021-01-13T00:14:09.470Z] abc36efb885a: Layer already exists [2021-01-13T00:14:09.470Z] b0b09059f4e1: Layer already exists [2021-01-13T00:14:09.470Z] bb961f40224b: Layer already exists [2021-01-13T00:14:09.470Z] 6a086437feb3: Pushed [2021-01-13T00:14:09.746Z] f4666769fca7: Layer already exists [2021-01-13T00:14:09.828Z] Removing intermediate container 025781ae96e9 [2021-01-13T00:14:09.828Z] ---> 2250ab678507 [2021-01-13T00:14:09.828Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:14:09.828Z] ---> Running in cd087c6ba2de [2021-01-13T00:14:10.034Z] ada03f2bb6b1: Pushed [2021-01-13T00:14:10.834Z] Removing intermediate container cd087c6ba2de [2021-01-13T00:14:10.834Z] ---> 23caa2ce5a8d [2021-01-13T00:14:10.834Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T00:14:10.834Z] ---> Running in d873e49c1f93 [2021-01-13T00:14:11.871Z] Removing intermediate container d873e49c1f93 [2021-01-13T00:14:11.871Z] ---> a63ff1dbbad3 [2021-01-13T00:14:11.871Z] Step 22/23 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:12.516Z] ---> Running in 83ab44c65de4 [2021-01-13T00:14:13.471Z] 6ecacf6fc050: Pushed [2021-01-13T00:14:13.471Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:7f43c19976d1d0596b82b22aa332f5a2966e787907ebdae13a649dade985cd3d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:13.536Z] Removing intermediate container 83ab44c65de4 [2021-01-13T00:14:13.536Z] ---> d8819054a77d [2021-01-13T00:14:13.536Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T00:14:13.826Z] ---> Running in 134fd37a33ee [2021-01-13T00:14:13.883Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:14.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T00:14:14.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T00:14:14.244Z] 568820ac1c67: Preparing [2021-01-13T00:14:14.244Z] 6a086437feb3: Preparing [2021-01-13T00:14:14.244Z] 6ecacf6fc050: Preparing [2021-01-13T00:14:14.244Z] 67a059b68dbb: Preparing [2021-01-13T00:14:14.244Z] fb9832102359: Preparing [2021-01-13T00:14:14.244Z] ada03f2bb6b1: Preparing [2021-01-13T00:14:14.244Z] d66ee3272c46: Preparing [2021-01-13T00:14:14.244Z] 0754057c0ad3: Preparing [2021-01-13T00:14:14.244Z] 998cdf262ab1: Preparing [2021-01-13T00:14:14.244Z] 02e56110abd2: Preparing [2021-01-13T00:14:14.244Z] abc36efb885a: Preparing [2021-01-13T00:14:14.244Z] b0b09059f4e1: Preparing [2021-01-13T00:14:14.244Z] bb961f40224b: Preparing [2021-01-13T00:14:14.245Z] f4666769fca7: Preparing [2021-01-13T00:14:14.245Z] 02e56110abd2: Waiting [2021-01-13T00:14:14.245Z] ada03f2bb6b1: Waiting [2021-01-13T00:14:14.245Z] d66ee3272c46: Waiting [2021-01-13T00:14:14.245Z] 0754057c0ad3: Waiting [2021-01-13T00:14:14.245Z] 998cdf262ab1: Waiting [2021-01-13T00:14:14.245Z] abc36efb885a: Waiting [2021-01-13T00:14:14.245Z] bb961f40224b: Waiting [2021-01-13T00:14:14.245Z] f4666769fca7: Waiting [2021-01-13T00:14:14.245Z] b0b09059f4e1: Waiting [2021-01-13T00:14:14.845Z] Removing intermediate container 134fd37a33ee [2021-01-13T00:14:14.845Z] ---> 22e79ad7144d [2021-01-13T00:14:14.845Z] [2021-01-13T00:14:15.201Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:14:15.201Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:14:15.201Z] ---> 045092880342 [2021-01-13T00:14:15.201Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T00:14:15.201Z] ---> Using cache [2021-01-13T00:14:15.201Z] ---> 12b8be66c930 [2021-01-13T00:14:15.201Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:14:15.201Z] ---> Using cache [2021-01-13T00:14:15.201Z] ---> ba48b04413eb [2021-01-13T00:14:15.201Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T00:14:15.248Z] 6ecacf6fc050: Layer already exists [2021-01-13T00:14:15.248Z] 6a086437feb3: Layer already exists [2021-01-13T00:14:15.248Z] 568820ac1c67: Layer already exists [2021-01-13T00:14:15.248Z] fb9832102359: Layer already exists [2021-01-13T00:14:15.248Z] 67a059b68dbb: Layer already exists [2021-01-13T00:14:15.248Z] 0754057c0ad3: Layer already exists [2021-01-13T00:14:15.248Z] 02e56110abd2: Layer already exists [2021-01-13T00:14:15.248Z] ada03f2bb6b1: Layer already exists [2021-01-13T00:14:15.248Z] 998cdf262ab1: Layer already exists [2021-01-13T00:14:15.248Z] d66ee3272c46: Layer already exists [2021-01-13T00:14:15.248Z] f4666769fca7: Layer already exists [2021-01-13T00:14:15.248Z] b0b09059f4e1: Layer already exists [2021-01-13T00:14:15.248Z] abc36efb885a: Layer already exists [2021-01-13T00:14:15.248Z] bb961f40224b: Layer already exists [2021-01-13T00:14:15.248Z] 2.0.0-dev.33: digest: sha256:7f43c19976d1d0596b82b22aa332f5a2966e787907ebdae13a649dade985cd3d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:15.545Z] Successfully built 22e79ad7144d [2021-01-13T00:14:15.545Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T00:14:15.545Z]  Building docker-core-data-go ... done  ---> Running in 7794b72b247d [2021-01-13T00:14:15.712Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:16.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:16.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T00:14:16.256Z] 568820ac1c67: Preparing [2021-01-13T00:14:16.256Z] 6a086437feb3: Preparing [2021-01-13T00:14:16.256Z] 6ecacf6fc050: Preparing [2021-01-13T00:14:16.256Z] 67a059b68dbb: Preparing [2021-01-13T00:14:16.256Z] fb9832102359: Preparing [2021-01-13T00:14:16.256Z] ada03f2bb6b1: Preparing [2021-01-13T00:14:16.256Z] d66ee3272c46: Preparing [2021-01-13T00:14:16.256Z] 0754057c0ad3: Preparing [2021-01-13T00:14:16.256Z] 998cdf262ab1: Preparing [2021-01-13T00:14:16.256Z] 02e56110abd2: Preparing [2021-01-13T00:14:16.256Z] abc36efb885a: Preparing [2021-01-13T00:14:16.256Z] b0b09059f4e1: Preparing [2021-01-13T00:14:16.256Z] bb961f40224b: Preparing [2021-01-13T00:14:16.256Z] f4666769fca7: Preparing [2021-01-13T00:14:16.256Z] ada03f2bb6b1: Waiting [2021-01-13T00:14:16.256Z] d66ee3272c46: Waiting [2021-01-13T00:14:16.256Z] 0754057c0ad3: Waiting [2021-01-13T00:14:16.256Z] 998cdf262ab1: Waiting [2021-01-13T00:14:16.256Z] 02e56110abd2: Waiting [2021-01-13T00:14:16.256Z] abc36efb885a: Waiting [2021-01-13T00:14:16.256Z] b0b09059f4e1: Waiting [2021-01-13T00:14:16.256Z] bb961f40224b: Waiting [2021-01-13T00:14:16.256Z] f4666769fca7: Waiting [2021-01-13T00:14:16.256Z] fb9832102359: Layer already exists [2021-01-13T00:14:16.256Z] 568820ac1c67: Layer already exists [2021-01-13T00:14:16.256Z] 6ecacf6fc050: Layer already exists [2021-01-13T00:14:16.256Z] 67a059b68dbb: Layer already exists [2021-01-13T00:14:16.256Z] 6a086437feb3: Layer already exists [2021-01-13T00:14:16.256Z] ada03f2bb6b1: Layer already exists [2021-01-13T00:14:16.256Z] d66ee3272c46: Layer already exists [2021-01-13T00:14:16.256Z] 02e56110abd2: Layer already exists [2021-01-13T00:14:16.256Z] b0b09059f4e1: Layer already exists [2021-01-13T00:14:16.256Z] bb961f40224b: Layer already exists [2021-01-13T00:14:16.256Z] f4666769fca7: Layer already exists [2021-01-13T00:14:16.777Z] 998cdf262ab1: Layer already exists [2021-01-13T00:14:16.777Z] abc36efb885a: Layer already exists [2021-01-13T00:14:16.777Z] 0754057c0ad3: Layer already exists [2021-01-13T00:14:16.777Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:7f43c19976d1d0596b82b22aa332f5a2966e787907ebdae13a649dade985cd3d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:17.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:14:17.139Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:14:17.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-13T00:14:17.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T00:14:17.503Z] 568820ac1c67: Preparing [2021-01-13T00:14:17.503Z] 6a086437feb3: Preparing [2021-01-13T00:14:17.503Z] 6ecacf6fc050: Preparing [2021-01-13T00:14:17.503Z] 67a059b68dbb: Preparing [2021-01-13T00:14:17.503Z] fb9832102359: Preparing [2021-01-13T00:14:17.503Z] ada03f2bb6b1: Preparing [2021-01-13T00:14:17.503Z] d66ee3272c46: Preparing [2021-01-13T00:14:17.503Z] 0754057c0ad3: Preparing [2021-01-13T00:14:17.503Z] 998cdf262ab1: Preparing [2021-01-13T00:14:17.503Z] 02e56110abd2: Preparing [2021-01-13T00:14:17.503Z] abc36efb885a: Preparing [2021-01-13T00:14:17.503Z] b0b09059f4e1: Preparing [2021-01-13T00:14:17.503Z] bb961f40224b: Preparing [2021-01-13T00:14:17.503Z] f4666769fca7: Preparing [2021-01-13T00:14:17.503Z] ada03f2bb6b1: Waiting [2021-01-13T00:14:17.503Z] d66ee3272c46: Waiting [2021-01-13T00:14:17.503Z] 0754057c0ad3: Waiting [2021-01-13T00:14:17.503Z] 998cdf262ab1: Waiting [2021-01-13T00:14:17.503Z] 02e56110abd2: Waiting [2021-01-13T00:14:17.503Z] abc36efb885a: Waiting [2021-01-13T00:14:17.503Z] b0b09059f4e1: Waiting [2021-01-13T00:14:17.503Z] bb961f40224b: Waiting [2021-01-13T00:14:17.503Z] f4666769fca7: Waiting [2021-01-13T00:14:17.503Z] 568820ac1c67: Layer already exists [2021-01-13T00:14:17.503Z] 67a059b68dbb: Layer already exists [2021-01-13T00:14:17.503Z] 6a086437feb3: Layer already exists [2021-01-13T00:14:17.503Z] 6ecacf6fc050: Layer already exists [2021-01-13T00:14:17.503Z] fb9832102359: Layer already exists [2021-01-13T00:14:17.503Z] ada03f2bb6b1: Layer already exists [2021-01-13T00:14:17.503Z] 0754057c0ad3: Layer already exists [2021-01-13T00:14:17.503Z] 02e56110abd2: Layer already exists [2021-01-13T00:14:17.503Z] d66ee3272c46: Layer already exists [2021-01-13T00:14:17.503Z] 998cdf262ab1: Layer already exists [2021-01-13T00:14:17.503Z] abc36efb885a: Layer already exists [2021-01-13T00:14:17.503Z] b0b09059f4e1: Layer already exists [2021-01-13T00:14:17.503Z] f4666769fca7: Layer already exists [2021-01-13T00:14:17.503Z] bb961f40224b: Layer already exists [2021-01-13T00:14:17.781Z] master: digest: sha256:7f43c19976d1d0596b82b22aa332f5a2966e787907ebdae13a649dade985cd3d size: 3252 [2021-01-13T00:14:17.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:14:18.030Z] ===================================================== [Pipeline] echo [2021-01-13T00:14:18.086Z] taggedImages: [2021-01-13T00:14:18.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:14:18.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T00:14:18.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:14:18.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-13T00:14:18.841Z] OK: 217 MiB in 51 packages [Pipeline] } [2021-01-13T00:14:20.345Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:14:20.345Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:14:20.345Z] ---> 045092880342 [2021-01-13T00:14:20.345Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:14:20.345Z] ---> Using cache [2021-01-13T00:14:20.345Z] ---> 12b8be66c930 [2021-01-13T00:14:20.345Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:14:20.345Z] ---> Using cache [2021-01-13T00:14:20.345Z] ---> ba48b04413eb [2021-01-13T00:14:20.345Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:14:20.345Z] ---> Using cache [2021-01-13T00:14:20.345Z] ---> ec76e18fba8a [2021-01-13T00:14:20.345Z] Step 6/22 : COPY go.mod . [2021-01-13T00:14:20.345Z] ---> Using cache [2021-01-13T00:14:20.345Z] ---> 730237cbbc85 [2021-01-13T00:14:20.345Z] Step 7/22 : RUN go mod download [2021-01-13T00:14:20.345Z] ---> Using cache [2021-01-13T00:14:20.345Z] ---> 0dc94aa78bee [2021-01-13T00:14:20.345Z] Step 8/22 : COPY . . [2021-01-13T00:14:20.665Z] ---> Using cache [2021-01-13T00:14:20.665Z] ---> e45242f12ec8 [2021-01-13T00:14:20.665Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T00:14:20.961Z] ---> Running in ab7ce409d657 [2021-01-13T00:14:21.274Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:14:21.274Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:14:21.274Z] ---> 045092880342 [2021-01-13T00:14:21.274Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:14:21.274Z] ---> Using cache [2021-01-13T00:14:21.274Z] ---> 12b8be66c930 [2021-01-13T00:14:21.274Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:14:21.274Z] ---> Using cache [2021-01-13T00:14:21.274Z] ---> ba48b04413eb [2021-01-13T00:14:21.274Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:14:21.274Z] ---> Using cache [2021-01-13T00:14:21.274Z] ---> ec76e18fba8a [2021-01-13T00:14:21.274Z] Step 6/22 : COPY go.mod . [2021-01-13T00:14:21.274Z] ---> Using cache [2021-01-13T00:14:21.274Z] ---> 730237cbbc85 [2021-01-13T00:14:21.274Z] Step 7/22 : RUN go mod download [2021-01-13T00:14:21.274Z] ---> Using cache [2021-01-13T00:14:21.274Z] ---> 0dc94aa78bee [2021-01-13T00:14:21.274Z] Step 8/22 : COPY . . [2021-01-13T00:14:21.582Z] ---> Using cache [2021-01-13T00:14:21.582Z] ---> e45242f12ec8 [2021-01-13T00:14:21.582Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T00:14:21.904Z] Removing intermediate container 7794b72b247d [2021-01-13T00:14:21.904Z] ---> 783dd3dbf648 [2021-01-13T00:14:21.904Z] Step 6/26 : COPY go.mod . [2021-01-13T00:14:21.904Z] ---> Running in e947393a8dad [2021-01-13T00:14:22.210Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:14:22.210Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:14:22.210Z] ---> 045092880342 [2021-01-13T00:14:22.210Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:14:22.210Z] ---> Using cache [2021-01-13T00:14:22.210Z] ---> 12b8be66c930 [2021-01-13T00:14:22.210Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:14:22.210Z] ---> Using cache [2021-01-13T00:14:22.210Z] ---> ba48b04413eb [2021-01-13T00:14:22.210Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:14:22.210Z] ---> Using cache [2021-01-13T00:14:22.210Z] ---> ec76e18fba8a [2021-01-13T00:14:22.210Z] Step 6/21 : COPY go.mod . [2021-01-13T00:14:22.210Z] ---> Using cache [2021-01-13T00:14:22.210Z] ---> 730237cbbc85 [2021-01-13T00:14:22.210Z] Step 7/21 : RUN go mod download [2021-01-13T00:14:22.210Z] ---> Using cache [2021-01-13T00:14:22.210Z] ---> 0dc94aa78bee [2021-01-13T00:14:22.210Z] Step 8/21 : COPY . . [2021-01-13T00:14:22.521Z] ---> Using cache [2021-01-13T00:14:22.521Z] ---> e45242f12ec8 [2021-01-13T00:14:22.521Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T00:14:22.835Z] ---> Running in 83d1762ad800 [2021-01-13T00:14:22.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T00:14:23.144Z] ---> 61623751923d [2021-01-13T00:14:23.145Z] Step 7/26 : RUN go mod download [2021-01-13T00:14:23.430Z] ---> Running in 08a106e74eea [2021-01-13T00:14:23.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T00:14:24.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T00:14:27.636Z] Removing intermediate container 08a106e74eea [2021-01-13T00:14:27.636Z] ---> 75f7cad9dff8 [2021-01-13T00:14:27.636Z] Step 8/26 : COPY . . [2021-01-13T00:14:40.351Z] ---> 6b3b2bacaade [2021-01-13T00:14:40.351Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T00:14:40.351Z] ---> Running in c219f2857362 [2021-01-13T00:14:42.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T00:15:30.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T00:15:35.368Z] Removing intermediate container ab7ce409d657 [2021-01-13T00:15:35.368Z] ---> 3b1fd43593f3 [2021-01-13T00:15:35.368Z] [2021-01-13T00:15:35.368Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T00:15:35.368Z] ---> afeebe901d6b [2021-01-13T00:15:35.368Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T00:15:35.368Z] ---> Using cache [2021-01-13T00:15:35.368Z] ---> fff59160aef3 [2021-01-13T00:15:35.368Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T00:15:35.368Z] ---> Running in 710d93a1ccb8 [2021-01-13T00:15:35.984Z] Removing intermediate container 710d93a1ccb8 [2021-01-13T00:15:35.984Z] ---> b05caac1dc07 [2021-01-13T00:15:35.984Z] Step 13/22 : WORKDIR / [2021-01-13T00:15:36.279Z] ---> Running in 4f2dea791ee0 [2021-01-13T00:15:36.891Z] Removing intermediate container 4f2dea791ee0 [2021-01-13T00:15:36.891Z] ---> 9d6b5ed9fcb6 [2021-01-13T00:15:36.891Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:15:37.920Z] ---> add4a7f8d76a [2021-01-13T00:15:37.920Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T00:15:39.966Z] ---> c6f4fd84de09 [2021-01-13T00:15:39.966Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T00:15:41.028Z] ---> 92f933f292bc [2021-01-13T00:15:41.028Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T00:15:43.126Z] ---> 72d7195e61ff [2021-01-13T00:15:43.126Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T00:15:43.126Z] ---> Running in eedca9e73b65 [2021-01-13T00:15:45.161Z] Removing intermediate container 83d1762ad800 [2021-01-13T00:15:45.161Z] ---> 2769d7f78fe5 [2021-01-13T00:15:45.161Z] [2021-01-13T00:15:45.161Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T00:15:45.161Z] ---> afeebe901d6b [2021-01-13T00:15:45.161Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T00:15:45.161Z] ---> Running in 808f40ee5add [2021-01-13T00:15:46.602Z] Removing intermediate container eedca9e73b65 [2021-01-13T00:15:46.602Z] ---> f4d329a3ee4d [2021-01-13T00:15:46.602Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T00:15:46.878Z] ---> Running in 2520f26f4239 [2021-01-13T00:15:47.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:15:47.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:15:47.503Z] Removing intermediate container 2520f26f4239 [2021-01-13T00:15:47.503Z] ---> c06f45294dd4 [2021-01-13T00:15:47.503Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T00:15:47.815Z] ---> Running in 2aa26c18fcb4 [2021-01-13T00:15:48.120Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T00:15:48.120Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:15:48.120Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T00:15:48.120Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T00:15:48.120Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:15:48.405Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:15:48.737Z] OK: 7 MiB in 18 packages [2021-01-13T00:15:48.737Z] Removing intermediate container 2aa26c18fcb4 [2021-01-13T00:15:48.737Z] ---> 0cd48ef66921 [2021-01-13T00:15:48.737Z] Step 21/22 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:15:49.062Z] ---> Running in 61d3f4beb2b0 [2021-01-13T00:15:49.696Z] Removing intermediate container 61d3f4beb2b0 [2021-01-13T00:15:49.696Z] ---> ab20dcc2d6b0 [2021-01-13T00:15:49.696Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T00:15:50.309Z] ---> Running in 27d814faa8e2 [2021-01-13T00:15:50.937Z] Removing intermediate container 808f40ee5add [2021-01-13T00:15:50.937Z] ---> a7c59aae05f4 [2021-01-13T00:15:50.937Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:15:51.226Z] Removing intermediate container 27d814faa8e2 [2021-01-13T00:15:51.226Z] ---> e1c8ee002c05 [2021-01-13T00:15:51.226Z] [2021-01-13T00:15:51.516Z] ---> Running in d0de76ed0599 [2021-01-13T00:15:51.822Z] Successfully built e1c8ee002c05 [2021-01-13T00:15:51.822Z] Removing intermediate container c219f2857362 [2021-01-13T00:15:51.822Z] ---> fa992621434f [2021-01-13T00:15:51.822Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T00:15:51.822Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T00:15:52.108Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 7b1f245c768b [2021-01-13T00:15:52.108Z] Removing intermediate container d0de76ed0599 [2021-01-13T00:15:52.108Z] ---> 5c9db670a754 [2021-01-13T00:15:52.108Z] Step 13/21 : WORKDIR /edgex [2021-01-13T00:15:52.436Z] ---> Running in fbedd0816031 [2021-01-13T00:15:53.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T00:15:53.813Z] Removing intermediate container fbedd0816031 [2021-01-13T00:15:53.813Z] ---> 4ac05b136e29 [2021-01-13T00:15:53.813Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T00:15:54.825Z] Removing intermediate container e947393a8dad [2021-01-13T00:15:54.825Z] ---> 52abe86d9d96 [2021-01-13T00:15:54.825Z] [2021-01-13T00:15:54.825Z] Step 10/22 : FROM scratch [2021-01-13T00:15:54.825Z] ---> [2021-01-13T00:15:54.825Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:15:54.825Z] ---> c2543675baba [2021-01-13T00:15:54.825Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T00:15:54.825Z] ---> Using cache [2021-01-13T00:15:54.825Z] ---> ed62d39a31c0 [2021-01-13T00:15:54.825Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T00:15:55.100Z] ---> Running in cdf6e1ce8778 [2021-01-13T00:15:55.706Z] Removing intermediate container cdf6e1ce8778 [2021-01-13T00:15:55.706Z] ---> 80007befd9ce [2021-01-13T00:15:55.706Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:15:55.983Z] ---> Running in 35f76315b55d [2021-01-13T00:15:55.983Z] ---> 31e8ce35e2fa [2021-01-13T00:15:55.983Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T00:15:56.635Z] Removing intermediate container 35f76315b55d [2021-01-13T00:15:56.635Z] ---> 6e551a9c705e [2021-01-13T00:15:56.635Z] Step 14/22 : WORKDIR / [2021-01-13T00:15:56.980Z] Removing intermediate container 7b1f245c768b [2021-01-13T00:15:56.980Z] ---> 558c091d2e2a [2021-01-13T00:15:56.980Z] [2021-01-13T00:15:56.980Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T00:15:56.980Z] 20.10.0: Pulling from library/docker [2021-01-13T00:15:56.980Z] ---> Running in b7d2903142ab [2021-01-13T00:15:56.980Z] ---> af1e129ab376 [2021-01-13T00:15:56.980Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T00:15:57.636Z] ---> Running in 3a6a31914514 [2021-01-13T00:15:57.636Z] Removing intermediate container b7d2903142ab [2021-01-13T00:15:57.636Z] ---> 36bbce54b57c [2021-01-13T00:15:57.636Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:15:58.297Z] Removing intermediate container 3a6a31914514 [2021-01-13T00:15:58.297Z] ---> feb2682ff36e [2021-01-13T00:15:58.297Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T00:15:58.591Z] ---> 3fcdc7cc1158 [2021-01-13T00:15:58.591Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T00:15:58.867Z] ---> Running in 840d04e507c3 [2021-01-13T00:15:59.856Z] Removing intermediate container 840d04e507c3 [2021-01-13T00:15:59.856Z] ---> 3a2d38bc51a1 [2021-01-13T00:15:59.856Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T00:16:00.474Z] ---> Running in 32af56027377 [2021-01-13T00:16:00.474Z] ---> d52868e88006 [2021-01-13T00:16:00.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T00:16:01.108Z] Removing intermediate container 32af56027377 [2021-01-13T00:16:01.108Z] ---> 8fde5b000fe5 [2021-01-13T00:16:01.108Z] Step 20/21 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:16:01.420Z] ---> Running in 6c3c21529820 [2021-01-13T00:16:02.100Z] ---> c5978dff6dba [2021-01-13T00:16:02.100Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T00:16:02.389Z] ---> Running in 86ad3cfa9750 [2021-01-13T00:16:02.389Z] Removing intermediate container 6c3c21529820 [2021-01-13T00:16:02.389Z] ---> 30229e7f7bb8 [2021-01-13T00:16:02.389Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T00:16:02.992Z] ---> Running in a29a9756e864 [2021-01-13T00:16:03.270Z] Removing intermediate container 86ad3cfa9750 [2021-01-13T00:16:03.270Z] ---> 1bc5c08ee6b4 [2021-01-13T00:16:03.270Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:16:03.894Z] ---> Running in 0edaea83a229 [2021-01-13T00:16:03.894Z] Removing intermediate container a29a9756e864 [2021-01-13T00:16:03.894Z] ---> f6049e2337cb [2021-01-13T00:16:03.894Z] [2021-01-13T00:16:04.172Z] Successfully built f6049e2337cb [2021-01-13T00:16:04.452Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T00:16:04.452Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0edaea83a229 [2021-01-13T00:16:04.452Z] ---> e800ae87bdee [2021-01-13T00:16:04.452Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T00:16:05.052Z] ---> Running in 7d857d39d6a8 [2021-01-13T00:16:06.040Z] Removing intermediate container 7d857d39d6a8 [2021-01-13T00:16:06.040Z] ---> 4868fb72e156 [2021-01-13T00:16:06.040Z] Step 21/22 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:16:06.040Z] ---> Running in 6809536ce6e2 [2021-01-13T00:16:06.640Z] Removing intermediate container 6809536ce6e2 [2021-01-13T00:16:06.640Z] ---> 0afa2726ba5f [2021-01-13T00:16:06.640Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T00:16:06.640Z] ---> Running in f4e2d0a63dfa [2021-01-13T00:16:07.243Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T00:16:07.243Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T00:16:07.243Z] ---> eeaf43b92773 [2021-01-13T00:16:07.243Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T00:16:07.243Z] Removing intermediate container f4e2d0a63dfa [2021-01-13T00:16:07.243Z] ---> 224beb3a6a81 [2021-01-13T00:16:07.243Z] [2021-01-13T00:16:07.243Z] ---> Running in 28993280f5eb [2021-01-13T00:16:07.522Z] Successfully built 224beb3a6a81 [2021-01-13T00:16:07.522Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T00:16:08.503Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:16:08.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:16:09.108Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T00:16:09.108Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T00:16:09.108Z] Executing bash-5.0.17-r0.post-install [2021-01-13T00:16:09.108Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:16:09.108Z] OK: 12 MiB in 22 packages [2021-01-13T00:16:10.552Z] Removing intermediate container 28993280f5eb [2021-01-13T00:16:10.552Z] ---> cdcd98a27339 [2021-01-13T00:16:10.552Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T00:16:10.552Z] ---> Running in 269835d88edb [2021-01-13T00:16:10.831Z] Removing intermediate container 269835d88edb [2021-01-13T00:16:10.831Z] ---> c3f326a46abc [2021-01-13T00:16:10.831Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T00:16:11.104Z] ---> Running in dc834c7c97e6 [2021-01-13T00:16:11.384Z] Removing intermediate container dc834c7c97e6 [2021-01-13T00:16:11.384Z] ---> 52e071ebaa58 [2021-01-13T00:16:11.384Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T00:16:11.658Z] ---> Running in e4f642388468 [2021-01-13T00:16:11.937Z] Removing intermediate container e4f642388468 [2021-01-13T00:16:11.937Z] ---> b35ab8be415a [2021-01-13T00:16:11.937Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T00:16:13.376Z] ---> 097b2d82cfa1 [2021-01-13T00:16:13.376Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T00:16:13.973Z] ---> d6aca326556b [2021-01-13T00:16:13.973Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T00:16:15.002Z] ---> b1a1dc4ac996 [2021-01-13T00:16:15.002Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T00:16:15.002Z] ---> Running in 4fc55011c965 [2021-01-13T00:16:15.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:16:15.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:16:16.569Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T00:16:16.569Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T00:16:16.569Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T00:16:16.569Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T00:16:16.569Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T00:16:16.569Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T00:16:16.569Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T00:16:18.526Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T00:16:18.527Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T00:16:18.527Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T00:16:18.527Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T00:16:18.527Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T00:16:18.527Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T00:16:18.527Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T00:16:18.527Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T00:16:18.527Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T00:16:18.527Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T00:16:18.799Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T00:16:18.799Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T00:16:18.799Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T00:16:18.799Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T00:16:18.799Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T00:16:18.799Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T00:16:18.799Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T00:16:18.799Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T00:16:18.799Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T00:16:18.799Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T00:16:19.072Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T00:16:19.072Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T00:16:19.072Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T00:16:19.072Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T00:16:19.072Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T00:16:19.072Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T00:16:19.072Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:16:19.072Z] OK: 71 MiB in 55 packages [2021-01-13T00:16:25.764Z] Removing intermediate container 4fc55011c965 [2021-01-13T00:16:25.764Z] ---> 08eda6d2c9f7 [2021-01-13T00:16:25.764Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T00:16:25.764Z] ---> Running in 055bc0c9f81e [2021-01-13T00:16:30.051Z] Collecting docker-compose==1.23.2 [2021-01-13T00:16:30.051Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T00:16:30.640Z] 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-13T00:16:30.640Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T00:16:30.640Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T00:16:32.606Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T00:16:32.606Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T00:16:32.877Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T00:16:32.877Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T00:16:35.489Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T00:16:35.489Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T00:16:36.077Z] Collecting PyYAML<4,>=3.10 [2021-01-13T00:16:36.077Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T00:16:39.448Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T00:16:39.448Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T00:16:40.038Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T00:16:40.038Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T00:16:40.308Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T00:16:40.309Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T00:16:42.276Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T00:16:42.276Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T00:16:42.905Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T00:16:42.905Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T00:16:42.905Z] 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-13T00:16:43.197Z] 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-13T00:16:43.804Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T00:16:43.804Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T00:16:44.082Z] Collecting idna<2.8,>=2.5 [2021-01-13T00:16:44.082Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T00:16:44.363Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T00:16:44.363Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T00:16:44.363Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T00:16:44.363Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T00:16:45.337Z] Installing collected packages: texttable, jsonschema, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, dockerpty, docker-compose [2021-01-13T00:16:45.337Z] Running setup.py install for texttable: started [2021-01-13T00:16:46.800Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T00:16:47.080Z] Running setup.py install for docopt: started [2021-01-13T00:16:49.088Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T00:16:49.088Z] Attempting uninstall: urllib3 [2021-01-13T00:16:49.088Z] Found existing installation: urllib3 1.25.9 [2021-01-13T00:16:49.088Z] Uninstalling urllib3-1.25.9: [2021-01-13T00:16:49.088Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T00:16:49.702Z] Attempting uninstall: idna [2021-01-13T00:16:49.702Z] Found existing installation: idna 2.9 [2021-01-13T00:16:49.702Z] Uninstalling idna-2.9: [2021-01-13T00:16:49.702Z] Successfully uninstalled idna-2.9 [2021-01-13T00:16:50.310Z] Attempting uninstall: requests [2021-01-13T00:16:50.310Z] Found existing installation: requests 2.23.0 [2021-01-13T00:16:50.310Z] Uninstalling requests-2.23.0: [2021-01-13T00:16:50.310Z] Successfully uninstalled requests-2.23.0 [2021-01-13T00:16:51.757Z] Running setup.py install for PyYAML: started [2021-01-13T00:16:53.729Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T00:16:53.729Z] Running setup.py install for dockerpty: started [2021-01-13T00:16:55.695Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T00:16:56.665Z] 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-13T00:17:00.038Z] Removing intermediate container 055bc0c9f81e [2021-01-13T00:17:00.038Z] ---> 3620ee98bff4 [2021-01-13T00:17:00.038Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T00:17:00.038Z] ---> Running in a918dc7b0a69 [2021-01-13T00:17:01.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:17:01.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:17:01.890Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:17:01.890Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T00:17:01.890Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T00:17:01.890Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:17:01.890Z] OK: 71 MiB in 58 packages [2021-01-13T00:17:03.353Z] Removing intermediate container a918dc7b0a69 [2021-01-13T00:17:03.353Z] ---> a684bbc1ee6f [2021-01-13T00:17:03.353Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T00:17:03.353Z] ---> Running in 965575d910c5 [2021-01-13T00:17:03.947Z] Removing intermediate container 965575d910c5 [2021-01-13T00:17:03.947Z] ---> dd2cfa562678 [2021-01-13T00:17:03.947Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:17:03.947Z] ---> Running in e89ad26a4b4b [2021-01-13T00:17:04.594Z] Removing intermediate container e89ad26a4b4b [2021-01-13T00:17:04.594Z] ---> 079e77502789 [2021-01-13T00:17:04.594Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T00:17:04.594Z] ---> Running in 84c6222d5d62 [2021-01-13T00:17:05.195Z] Removing intermediate container 84c6222d5d62 [2021-01-13T00:17:05.195Z] ---> 47b50a897321 [2021-01-13T00:17:05.195Z] Step 25/26 : LABEL git_sha=356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:05.195Z] ---> Running in 80574892c845 [2021-01-13T00:17:05.790Z] Removing intermediate container 80574892c845 [2021-01-13T00:17:05.791Z] ---> fbcaa6a99767 [2021-01-13T00:17:05.791Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T00:17:05.791Z] ---> Running in a6fd0dbd680f [2021-01-13T00:17:06.390Z] Removing intermediate container a6fd0dbd680f [2021-01-13T00:17:06.390Z] ---> 802799863404 [2021-01-13T00:17:06.390Z] [2021-01-13T00:17:06.663Z] Successfully built 802799863404 [2021-01-13T00:17:06.663Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T00:17:06.680Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T00:17:06.719Z] $ docker stop --time=1 349d0179e87071b275be98b6a11924fad4714e4e9445349413bb02ad316d8e3a [2021-01-13T00:17:08.655Z] $ docker rm -f 349d0179e87071b275be98b6a11924fad4714e4e9445349413bb02ad316d8e3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T00:17:09.317Z] + docker images [2021-01-13T00:17:09.317Z] + grep docker [2021-01-13T00:17:09.593Z] docker-sys-mgmt-agent-go-arm64 latest 802799863404 3 seconds ago 300MB [2021-01-13T00:17:09.593Z] docker-core-metadata-go-arm64 latest 224beb3a6a81 About a minute ago 12.3MB [2021-01-13T00:17:09.593Z] docker-security-proxy-setup-go-arm64 latest f6049e2337cb About a minute ago 23.3MB [2021-01-13T00:17:09.593Z] docker-security-bootstrap-redis-go-arm64 latest e1c8ee002c05 About a minute ago 15.1MB [2021-01-13T00:17:09.593Z] docker-core-data-go-arm64 latest 22e79ad7144d 2 minutes ago 21MB [2021-01-13T00:17:09.593Z] docker-security-secretstore-setup-go-arm64 latest b10337006265 3 minutes ago 23.4MB [2021-01-13T00:17:09.593Z] docker-support-notifications-go-arm64 latest 56342e5f0518 3 minutes ago 11.4MB [2021-01-13T00:17:09.593Z] docker-core-command-go-arm64 latest 4ccc0f40397c 3 minutes ago 9.98MB [2021-01-13T00:17:09.593Z] docker-support-scheduler-go-arm64 latest bf64388af89e 3 minutes ago 10MB [2021-01-13T00:17:09.593Z] docker 20.10.0 eeaf43b92773 4 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-13T00:17:10.539Z] provisioning config files... [2021-01-13T00:17:10.576Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/288@tmp/config6249467697089331381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:17:11.035Z] ---> docker-login.sh [2021-01-13T00:17:11.035Z] nexus3.edgexfoundry.org:10001 [2021-01-13T00:17:11.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:17:11.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:17:11.581Z] Configure a credential helper to remove this warning. See [2021-01-13T00:17:11.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:17:11.581Z] [2021-01-13T00:17:11.581Z] Login Succeeded [2021-01-13T00:17:11.581Z] nexus3.edgexfoundry.org:10002 [2021-01-13T00:17:11.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:17:12.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:17:12.126Z] Configure a credential helper to remove this warning. See [2021-01-13T00:17:12.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:17:12.126Z] [2021-01-13T00:17:12.126Z] Login Succeeded [2021-01-13T00:17:12.126Z] nexus3.edgexfoundry.org:10003 [2021-01-13T00:17:12.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:17:12.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:17:12.669Z] Configure a credential helper to remove this warning. See [2021-01-13T00:17:12.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:17:12.669Z] [2021-01-13T00:17:12.669Z] Login Succeeded [2021-01-13T00:17:12.669Z] nexus3.edgexfoundry.org:10004 [2021-01-13T00:17:12.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:17:13.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:17:13.212Z] Configure a credential helper to remove this warning. See [2021-01-13T00:17:13.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:17:13.212Z] [2021-01-13T00:17:13.212Z] Login Succeeded [2021-01-13T00:17:13.212Z] docker.io [2021-01-13T00:17:13.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:17:14.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:17:14.077Z] Configure a credential helper to remove this warning. See [2021-01-13T00:17:14.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:17:14.077Z] [2021-01-13T00:17:14.077Z] Login Succeeded [2021-01-13T00:17:14.077Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T00:17:14.094Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:17:14.322Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-13T00:17:14.322Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:14.322Z] 2.0.0-dev.33 [2021-01-13T00:17:14.322Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:14.322Z] master [2021-01-13T00:17:14.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:14.849Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:15.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:15.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T00:17:15.200Z] 8c216b78dc57: Preparing [2021-01-13T00:17:15.200Z] e79fcd11e7a5: Preparing [2021-01-13T00:17:15.200Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:15.472Z] 5cc61bc6c4ca: Pushed [2021-01-13T00:17:15.472Z] 8c216b78dc57: Pushed [2021-01-13T00:17:18.080Z] e79fcd11e7a5: Pushed [2021-01-13T00:17:18.080Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:a96fcc03bc541086c92fb5cab6149d6694aee77e93342bc261c35fbb70e9011b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:18.421Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:18.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:18.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T00:17:18.759Z] 8c216b78dc57: Preparing [2021-01-13T00:17:18.759Z] e79fcd11e7a5: Preparing [2021-01-13T00:17:18.759Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:18.759Z] e79fcd11e7a5: Layer already exists [2021-01-13T00:17:18.759Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:18.759Z] 8c216b78dc57: Layer already exists [2021-01-13T00:17:19.035Z] 2.0.0-dev.33: digest: sha256:a96fcc03bc541086c92fb5cab6149d6694aee77e93342bc261c35fbb70e9011b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:19.394Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:19.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:19.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T00:17:19.750Z] 8c216b78dc57: Preparing [2021-01-13T00:17:19.750Z] e79fcd11e7a5: Preparing [2021-01-13T00:17:19.750Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:19.750Z] 8c216b78dc57: Layer already exists [2021-01-13T00:17:19.750Z] e79fcd11e7a5: Layer already exists [2021-01-13T00:17:19.750Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:20.019Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:a96fcc03bc541086c92fb5cab6149d6694aee77e93342bc261c35fbb70e9011b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:20.353Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:20.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-13T00:17:20.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T00:17:20.681Z] 8c216b78dc57: Preparing [2021-01-13T00:17:20.681Z] e79fcd11e7a5: Preparing [2021-01-13T00:17:20.681Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:20.681Z] 8c216b78dc57: Layer already exists [2021-01-13T00:17:20.681Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:20.681Z] e79fcd11e7a5: Layer already exists [2021-01-13T00:17:20.951Z] master: digest: sha256:a96fcc03bc541086c92fb5cab6149d6694aee77e93342bc261c35fbb70e9011b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:17:21.184Z] ===================================================== [Pipeline] echo [2021-01-13T00:17:21.283Z] taggedImages: [2021-01-13T00:17:21.283Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:21.283Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:21.283Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:21.283Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-13T00:17:21.349Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-13T00:17:21.349Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:21.349Z] 2.0.0-dev.33 [2021-01-13T00:17:21.349Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:21.349Z] master [2021-01-13T00:17:21.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:22.215Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:22.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:22.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T00:17:22.550Z] 12f23b612a67: Preparing [2021-01-13T00:17:22.550Z] f5647325d380: Preparing [2021-01-13T00:17:22.550Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:22.550Z] dfd9f49fe487: Preparing [2021-01-13T00:17:22.550Z] 7bea2481a9d7: Preparing [2021-01-13T00:17:22.550Z] 379067d0cb53: Preparing [2021-01-13T00:17:22.550Z] 379067d0cb53: Waiting [2021-01-13T00:17:22.550Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:22.819Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:22.819Z] 7bea2481a9d7: Pushed [2021-01-13T00:17:22.819Z] 12f23b612a67: Pushed [2021-01-13T00:17:23.412Z] dfd9f49fe487: Pushed [2021-01-13T00:17:26.014Z] f5647325d380: Pushed [2021-01-13T00:17:26.014Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:af53176898a78e6217a7c6a36c060ab48b169a1fcaca962294ee3d62fd4c83b6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:26.355Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:26.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:26.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T00:17:26.739Z] 12f23b612a67: Preparing [2021-01-13T00:17:26.739Z] f5647325d380: Preparing [2021-01-13T00:17:26.739Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:26.739Z] dfd9f49fe487: Preparing [2021-01-13T00:17:26.739Z] 7bea2481a9d7: Preparing [2021-01-13T00:17:26.739Z] 379067d0cb53: Preparing [2021-01-13T00:17:26.739Z] 379067d0cb53: Waiting [2021-01-13T00:17:27.014Z] 7bea2481a9d7: Layer already exists [2021-01-13T00:17:27.014Z] dfd9f49fe487: Layer already exists [2021-01-13T00:17:27.014Z] 12f23b612a67: Layer already exists [2021-01-13T00:17:27.014Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:27.014Z] f5647325d380: Layer already exists [2021-01-13T00:17:27.014Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:27.014Z] 2.0.0-dev.33: digest: sha256:af53176898a78e6217a7c6a36c060ab48b169a1fcaca962294ee3d62fd4c83b6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:27.372Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:27.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:27.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T00:17:27.733Z] 12f23b612a67: Preparing [2021-01-13T00:17:27.733Z] f5647325d380: Preparing [2021-01-13T00:17:27.733Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:27.733Z] dfd9f49fe487: Preparing [2021-01-13T00:17:27.733Z] 7bea2481a9d7: Preparing [2021-01-13T00:17:27.733Z] 379067d0cb53: Preparing [2021-01-13T00:17:27.733Z] 379067d0cb53: Waiting [2021-01-13T00:17:27.733Z] f5647325d380: Layer already exists [2021-01-13T00:17:27.733Z] 7bea2481a9d7: Layer already exists [2021-01-13T00:17:27.733Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:27.733Z] dfd9f49fe487: Layer already exists [2021-01-13T00:17:27.733Z] 12f23b612a67: Layer already exists [2021-01-13T00:17:28.034Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:28.034Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:af53176898a78e6217a7c6a36c060ab48b169a1fcaca962294ee3d62fd4c83b6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:28.389Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:28.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-13T00:17:28.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T00:17:28.741Z] 12f23b612a67: Preparing [2021-01-13T00:17:28.741Z] f5647325d380: Preparing [2021-01-13T00:17:28.741Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:28.741Z] dfd9f49fe487: Preparing [2021-01-13T00:17:28.741Z] 7bea2481a9d7: Preparing [2021-01-13T00:17:28.741Z] 379067d0cb53: Preparing [2021-01-13T00:17:28.741Z] 379067d0cb53: Waiting [2021-01-13T00:17:28.741Z] 7bea2481a9d7: Layer already exists [2021-01-13T00:17:28.741Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:28.741Z] 12f23b612a67: Layer already exists [2021-01-13T00:17:28.741Z] dfd9f49fe487: Layer already exists [2021-01-13T00:17:28.741Z] f5647325d380: Layer already exists [2021-01-13T00:17:28.741Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:29.013Z] master: digest: sha256:af53176898a78e6217a7c6a36c060ab48b169a1fcaca962294ee3d62fd4c83b6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:17:29.212Z] ===================================================== [Pipeline] echo [2021-01-13T00:17:29.262Z] taggedImages: [2021-01-13T00:17:29.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:29.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:29.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:29.262Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-13T00:17:29.337Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-13T00:17:29.337Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:29.337Z] 2.0.0-dev.33 [2021-01-13T00:17:29.337Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:29.337Z] master [2021-01-13T00:17:29.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:29.889Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:30.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:30.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T00:17:30.224Z] 650f1e201406: Preparing [2021-01-13T00:17:30.224Z] 30498d4bf6d8: Preparing [2021-01-13T00:17:30.224Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:30.499Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:30.499Z] 650f1e201406: Pushed [2021-01-13T00:17:33.924Z] 30498d4bf6d8: Pushed [2021-01-13T00:17:33.925Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:ed83d28da3fe914c8a028202368d65e1fc193357adf0a6320299e2479f4f5c5c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:34.298Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:34.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:34.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T00:17:34.664Z] 650f1e201406: Preparing [2021-01-13T00:17:34.664Z] 30498d4bf6d8: Preparing [2021-01-13T00:17:34.664Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:34.664Z] 30498d4bf6d8: Layer already exists [2021-01-13T00:17:34.664Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:34.664Z] 650f1e201406: Layer already exists [2021-01-13T00:17:34.941Z] 2.0.0-dev.33: digest: sha256:ed83d28da3fe914c8a028202368d65e1fc193357adf0a6320299e2479f4f5c5c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:35.335Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:35.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:35.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T00:17:35.715Z] 650f1e201406: Preparing [2021-01-13T00:17:35.715Z] 30498d4bf6d8: Preparing [2021-01-13T00:17:35.715Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:35.715Z] 30498d4bf6d8: Layer already exists [2021-01-13T00:17:35.715Z] 650f1e201406: Layer already exists [2021-01-13T00:17:35.715Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:35.999Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:ed83d28da3fe914c8a028202368d65e1fc193357adf0a6320299e2479f4f5c5c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:36.380Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:36.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-13T00:17:36.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T00:17:36.755Z] 650f1e201406: Preparing [2021-01-13T00:17:36.755Z] 30498d4bf6d8: Preparing [2021-01-13T00:17:36.755Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:36.755Z] 650f1e201406: Layer already exists [2021-01-13T00:17:36.755Z] 30498d4bf6d8: Layer already exists [2021-01-13T00:17:36.755Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:37.035Z] master: digest: sha256:ed83d28da3fe914c8a028202368d65e1fc193357adf0a6320299e2479f4f5c5c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:17:37.284Z] ===================================================== [Pipeline] echo [2021-01-13T00:17:37.336Z] taggedImages: [2021-01-13T00:17:37.337Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:37.337Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:37.337Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:37.337Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-13T00:17:37.407Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-13T00:17:37.407Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:37.407Z] 2.0.0-dev.33 [2021-01-13T00:17:37.407Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:37.407Z] master [2021-01-13T00:17:37.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:38.014Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:38.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:38.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T00:17:38.396Z] ecdbee0d00fe: Preparing [2021-01-13T00:17:38.396Z] ffda9b09e574: Preparing [2021-01-13T00:17:38.396Z] 2c4505ae79b7: Preparing [2021-01-13T00:17:38.396Z] f2a09812b145: Preparing [2021-01-13T00:17:38.396Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:38.396Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:38.396Z] 379067d0cb53: Preparing [2021-01-13T00:17:38.396Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:38.396Z] 379067d0cb53: Waiting [2021-01-13T00:17:38.686Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:38.686Z] ffda9b09e574: Pushed [2021-01-13T00:17:38.686Z] ecdbee0d00fe: Pushed [2021-01-13T00:17:38.686Z] 2c4505ae79b7: Pushed [2021-01-13T00:17:38.686Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:39.306Z] 5de32c7e71f1: Pushed [2021-01-13T00:17:40.766Z] f2a09812b145: Pushed [2021-01-13T00:17:40.766Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:5d6fc55927ceb437eb7032adcee3dbf193981f2b14104dc9ab6cd58b5f9ca5f2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:41.134Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:41.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:41.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T00:17:41.473Z] ecdbee0d00fe: Preparing [2021-01-13T00:17:41.473Z] ffda9b09e574: Preparing [2021-01-13T00:17:41.473Z] 2c4505ae79b7: Preparing [2021-01-13T00:17:41.473Z] f2a09812b145: Preparing [2021-01-13T00:17:41.473Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:41.473Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:41.473Z] 379067d0cb53: Preparing [2021-01-13T00:17:41.473Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:41.473Z] 379067d0cb53: Waiting [2021-01-13T00:17:41.473Z] ecdbee0d00fe: Layer already exists [2021-01-13T00:17:41.473Z] f2a09812b145: Layer already exists [2021-01-13T00:17:41.473Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:41.743Z] 2c4505ae79b7: Layer already exists [2021-01-13T00:17:41.743Z] ffda9b09e574: Layer already exists [2021-01-13T00:17:41.743Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:41.743Z] 5de32c7e71f1: Layer already exists [2021-01-13T00:17:41.743Z] 2.0.0-dev.33: digest: sha256:5d6fc55927ceb437eb7032adcee3dbf193981f2b14104dc9ab6cd58b5f9ca5f2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:42.092Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:42.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:42.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T00:17:42.422Z] ecdbee0d00fe: Preparing [2021-01-13T00:17:42.422Z] ffda9b09e574: Preparing [2021-01-13T00:17:42.422Z] 2c4505ae79b7: Preparing [2021-01-13T00:17:42.422Z] f2a09812b145: Preparing [2021-01-13T00:17:42.422Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:42.422Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:42.422Z] 379067d0cb53: Preparing [2021-01-13T00:17:42.422Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:42.422Z] 379067d0cb53: Waiting [2021-01-13T00:17:42.422Z] 2c4505ae79b7: Layer already exists [2021-01-13T00:17:42.422Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:42.422Z] ecdbee0d00fe: Layer already exists [2021-01-13T00:17:42.422Z] f2a09812b145: Layer already exists [2021-01-13T00:17:42.422Z] ffda9b09e574: Layer already exists [2021-01-13T00:17:42.422Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:42.422Z] 5de32c7e71f1: Layer already exists [2021-01-13T00:17:42.691Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:5d6fc55927ceb437eb7032adcee3dbf193981f2b14104dc9ab6cd58b5f9ca5f2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:43.038Z] + 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-13T00:17:43.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-13T00:17:43.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T00:17:43.375Z] ecdbee0d00fe: Preparing [2021-01-13T00:17:43.375Z] ffda9b09e574: Preparing [2021-01-13T00:17:43.375Z] 2c4505ae79b7: Preparing [2021-01-13T00:17:43.375Z] f2a09812b145: Preparing [2021-01-13T00:17:43.375Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:43.375Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:43.375Z] 379067d0cb53: Preparing [2021-01-13T00:17:43.375Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:43.375Z] 379067d0cb53: Waiting [2021-01-13T00:17:43.375Z] ecdbee0d00fe: Layer already exists [2021-01-13T00:17:43.375Z] 2c4505ae79b7: Layer already exists [2021-01-13T00:17:43.375Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:43.375Z] ffda9b09e574: Layer already exists [2021-01-13T00:17:43.375Z] f2a09812b145: Layer already exists [2021-01-13T00:17:43.375Z] 5de32c7e71f1: Layer already exists [2021-01-13T00:17:43.375Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:43.658Z] master: digest: sha256:5d6fc55927ceb437eb7032adcee3dbf193981f2b14104dc9ab6cd58b5f9ca5f2 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:17:43.900Z] ===================================================== [Pipeline] echo [2021-01-13T00:17:43.987Z] taggedImages: [2021-01-13T00:17:43.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:43.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:43.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:43.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-13T00:17:44.058Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-13T00:17:44.058Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:44.058Z] 2.0.0-dev.33 [2021-01-13T00:17:44.058Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:44.058Z] master [2021-01-13T00:17:44.058Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:44.671Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:45.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:45.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T00:17:45.074Z] 06137ec05e29: Preparing [2021-01-13T00:17:45.074Z] 14d414d753af: Preparing [2021-01-13T00:17:45.074Z] 4f8d6dada288: Preparing [2021-01-13T00:17:45.074Z] d23214f2f5d1: Preparing [2021-01-13T00:17:45.074Z] 141dcfb00527: Preparing [2021-01-13T00:17:45.074Z] 379067d0cb53: Preparing [2021-01-13T00:17:45.074Z] 379067d0cb53: Waiting [2021-01-13T00:17:45.360Z] 4f8d6dada288: Pushed [2021-01-13T00:17:45.360Z] d23214f2f5d1: Pushed [2021-01-13T00:17:45.360Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:45.968Z] 141dcfb00527: Pushed [2021-01-13T00:17:47.399Z] 06137ec05e29: Pushed [2021-01-13T00:17:47.399Z] 14d414d753af: Pushed [2021-01-13T00:17:47.675Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:61a627fec37fbad4eccb7bdce25952f769fe99e7f2d85a54118c7c27f63e0d63 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:48.033Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:48.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:48.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T00:17:48.395Z] 06137ec05e29: Preparing [2021-01-13T00:17:48.395Z] 14d414d753af: Preparing [2021-01-13T00:17:48.395Z] 4f8d6dada288: Preparing [2021-01-13T00:17:48.395Z] d23214f2f5d1: Preparing [2021-01-13T00:17:48.395Z] 141dcfb00527: Preparing [2021-01-13T00:17:48.395Z] 379067d0cb53: Preparing [2021-01-13T00:17:48.395Z] 379067d0cb53: Waiting [2021-01-13T00:17:48.666Z] d23214f2f5d1: Layer already exists [2021-01-13T00:17:48.666Z] 141dcfb00527: Layer already exists [2021-01-13T00:17:48.666Z] 4f8d6dada288: Layer already exists [2021-01-13T00:17:48.666Z] 14d414d753af: Layer already exists [2021-01-13T00:17:48.666Z] 06137ec05e29: Layer already exists [2021-01-13T00:17:48.666Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:48.666Z] 2.0.0-dev.33: digest: sha256:61a627fec37fbad4eccb7bdce25952f769fe99e7f2d85a54118c7c27f63e0d63 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:49.000Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:49.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:49.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T00:17:49.328Z] 06137ec05e29: Preparing [2021-01-13T00:17:49.328Z] 14d414d753af: Preparing [2021-01-13T00:17:49.328Z] 4f8d6dada288: Preparing [2021-01-13T00:17:49.328Z] d23214f2f5d1: Preparing [2021-01-13T00:17:49.328Z] 141dcfb00527: Preparing [2021-01-13T00:17:49.328Z] 379067d0cb53: Preparing [2021-01-13T00:17:49.328Z] 379067d0cb53: Waiting [2021-01-13T00:17:49.597Z] 06137ec05e29: Layer already exists [2021-01-13T00:17:49.597Z] d23214f2f5d1: Layer already exists [2021-01-13T00:17:49.597Z] 14d414d753af: Layer already exists [2021-01-13T00:17:49.597Z] 141dcfb00527: Layer already exists [2021-01-13T00:17:49.597Z] 4f8d6dada288: Layer already exists [2021-01-13T00:17:49.597Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:49.597Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:61a627fec37fbad4eccb7bdce25952f769fe99e7f2d85a54118c7c27f63e0d63 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:49.991Z] + 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-13T00:17:50.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-13T00:17:50.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T00:17:50.342Z] 06137ec05e29: Preparing [2021-01-13T00:17:50.342Z] 14d414d753af: Preparing [2021-01-13T00:17:50.342Z] 4f8d6dada288: Preparing [2021-01-13T00:17:50.342Z] d23214f2f5d1: Preparing [2021-01-13T00:17:50.342Z] 141dcfb00527: Preparing [2021-01-13T00:17:50.342Z] 379067d0cb53: Preparing [2021-01-13T00:17:50.342Z] 379067d0cb53: Waiting [2021-01-13T00:17:50.342Z] 141dcfb00527: Layer already exists [2021-01-13T00:17:50.342Z] 4f8d6dada288: Layer already exists [2021-01-13T00:17:50.630Z] 06137ec05e29: Layer already exists [2021-01-13T00:17:50.630Z] 14d414d753af: Layer already exists [2021-01-13T00:17:50.630Z] d23214f2f5d1: Layer already exists [2021-01-13T00:17:50.630Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:50.630Z] master: digest: sha256:61a627fec37fbad4eccb7bdce25952f769fe99e7f2d85a54118c7c27f63e0d63 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:17:50.853Z] ===================================================== [Pipeline] echo [2021-01-13T00:17:50.944Z] taggedImages: [2021-01-13T00:17:50.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:50.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:50.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:50.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-13T00:17:51.037Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-13T00:17:51.037Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:51.037Z] 2.0.0-dev.33 [2021-01-13T00:17:51.037Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:51.037Z] master [2021-01-13T00:17:51.037Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:51.688Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:52.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:52.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T00:17:52.095Z] c9a4ec9df6d7: Preparing [2021-01-13T00:17:52.095Z] a7da6a8a5623: Preparing [2021-01-13T00:17:52.095Z] ec85ae674489: Preparing [2021-01-13T00:17:52.096Z] c8201028ffb3: Preparing [2021-01-13T00:17:52.096Z] d70685282189: Preparing [2021-01-13T00:17:52.096Z] 1cdb710ef685: Preparing [2021-01-13T00:17:52.096Z] b04f6bb164a7: Preparing [2021-01-13T00:17:52.096Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:52.096Z] 379067d0cb53: Preparing [2021-01-13T00:17:52.096Z] 1cdb710ef685: Waiting [2021-01-13T00:17:52.096Z] b04f6bb164a7: Waiting [2021-01-13T00:17:52.096Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:52.096Z] 379067d0cb53: Waiting [2021-01-13T00:17:52.371Z] c9a4ec9df6d7: Pushed [2021-01-13T00:17:52.371Z] a7da6a8a5623: Pushed [2021-01-13T00:17:52.371Z] d70685282189: Pushed [2021-01-13T00:17:52.642Z] 5de32c7e71f1: Layer already exists [2021-01-13T00:17:52.642Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:52.642Z] 1cdb710ef685: Pushed [2021-01-13T00:17:52.642Z] b04f6bb164a7: Pushed [2021-01-13T00:17:54.615Z] ec85ae674489: Pushed [2021-01-13T00:17:54.615Z] c8201028ffb3: Pushed [2021-01-13T00:17:54.885Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:6180f68871b88c854a71280301da6b54e245a28f72a933e4f0677bf599bb5cae size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:55.221Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:55.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:55.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T00:17:55.556Z] c9a4ec9df6d7: Preparing [2021-01-13T00:17:55.556Z] a7da6a8a5623: Preparing [2021-01-13T00:17:55.556Z] ec85ae674489: Preparing [2021-01-13T00:17:55.556Z] c8201028ffb3: Preparing [2021-01-13T00:17:55.556Z] d70685282189: Preparing [2021-01-13T00:17:55.556Z] 1cdb710ef685: Preparing [2021-01-13T00:17:55.556Z] b04f6bb164a7: Preparing [2021-01-13T00:17:55.556Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:55.556Z] 379067d0cb53: Preparing [2021-01-13T00:17:55.556Z] 1cdb710ef685: Waiting [2021-01-13T00:17:55.556Z] b04f6bb164a7: Waiting [2021-01-13T00:17:55.556Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:55.556Z] 379067d0cb53: Waiting [2021-01-13T00:17:55.827Z] c8201028ffb3: Layer already exists [2021-01-13T00:17:55.827Z] d70685282189: Layer already exists [2021-01-13T00:17:55.827Z] a7da6a8a5623: Layer already exists [2021-01-13T00:17:55.827Z] c9a4ec9df6d7: Layer already exists [2021-01-13T00:17:55.827Z] ec85ae674489: Layer already exists [2021-01-13T00:17:55.827Z] b04f6bb164a7: Layer already exists [2021-01-13T00:17:55.827Z] 1cdb710ef685: Layer already exists [2021-01-13T00:17:55.827Z] 5de32c7e71f1: Layer already exists [2021-01-13T00:17:55.827Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:55.827Z] 2.0.0-dev.33: digest: sha256:6180f68871b88c854a71280301da6b54e245a28f72a933e4f0677bf599bb5cae size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:56.189Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:56.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:56.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T00:17:56.531Z] c9a4ec9df6d7: Preparing [2021-01-13T00:17:56.531Z] a7da6a8a5623: Preparing [2021-01-13T00:17:56.531Z] ec85ae674489: Preparing [2021-01-13T00:17:56.531Z] c8201028ffb3: Preparing [2021-01-13T00:17:56.531Z] d70685282189: Preparing [2021-01-13T00:17:56.531Z] 1cdb710ef685: Preparing [2021-01-13T00:17:56.531Z] b04f6bb164a7: Preparing [2021-01-13T00:17:56.531Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:56.531Z] 379067d0cb53: Preparing [2021-01-13T00:17:56.531Z] b04f6bb164a7: Waiting [2021-01-13T00:17:56.531Z] 1cdb710ef685: Waiting [2021-01-13T00:17:56.531Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:56.531Z] d70685282189: Layer already exists [2021-01-13T00:17:56.801Z] c9a4ec9df6d7: Layer already exists [2021-01-13T00:17:56.801Z] ec85ae674489: Layer already exists [2021-01-13T00:17:56.801Z] a7da6a8a5623: Layer already exists [2021-01-13T00:17:56.801Z] c8201028ffb3: Layer already exists [2021-01-13T00:17:56.801Z] 5de32c7e71f1: Layer already exists [2021-01-13T00:17:56.801Z] b04f6bb164a7: Layer already exists [2021-01-13T00:17:56.801Z] 1cdb710ef685: Layer already exists [2021-01-13T00:17:56.801Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:56.801Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:6180f68871b88c854a71280301da6b54e245a28f72a933e4f0677bf599bb5cae size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:57.146Z] + 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-13T00:17:57.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-13T00:17:57.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T00:17:57.481Z] c9a4ec9df6d7: Preparing [2021-01-13T00:17:57.481Z] a7da6a8a5623: Preparing [2021-01-13T00:17:57.481Z] ec85ae674489: Preparing [2021-01-13T00:17:57.481Z] c8201028ffb3: Preparing [2021-01-13T00:17:57.481Z] d70685282189: Preparing [2021-01-13T00:17:57.481Z] 1cdb710ef685: Preparing [2021-01-13T00:17:57.481Z] b04f6bb164a7: Preparing [2021-01-13T00:17:57.481Z] 5de32c7e71f1: Preparing [2021-01-13T00:17:57.481Z] 379067d0cb53: Preparing [2021-01-13T00:17:57.481Z] 1cdb710ef685: Waiting [2021-01-13T00:17:57.481Z] 5de32c7e71f1: Waiting [2021-01-13T00:17:57.481Z] 379067d0cb53: Waiting [2021-01-13T00:17:57.481Z] b04f6bb164a7: Waiting [2021-01-13T00:17:57.751Z] c8201028ffb3: Layer already exists [2021-01-13T00:17:57.751Z] c9a4ec9df6d7: Layer already exists [2021-01-13T00:17:57.751Z] d70685282189: Layer already exists [2021-01-13T00:17:57.751Z] ec85ae674489: Layer already exists [2021-01-13T00:17:57.751Z] a7da6a8a5623: Layer already exists [2021-01-13T00:17:57.751Z] 5de32c7e71f1: Layer already exists [2021-01-13T00:17:57.751Z] b04f6bb164a7: Layer already exists [2021-01-13T00:17:57.751Z] 1cdb710ef685: Layer already exists [2021-01-13T00:17:57.751Z] 379067d0cb53: Layer already exists [2021-01-13T00:17:57.751Z] master: digest: sha256:6180f68871b88c854a71280301da6b54e245a28f72a933e4f0677bf599bb5cae size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:17:57.939Z] ===================================================== [Pipeline] echo [2021-01-13T00:17:57.985Z] taggedImages: [2021-01-13T00:17:57.985Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:57.985Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T00:17:57.985Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:57.985Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-13T00:17:58.054Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-13T00:17:58.054Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:58.054Z] 2.0.0-dev.33 [2021-01-13T00:17:58.054Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:17:58.054Z] master [2021-01-13T00:17:58.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:58.576Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:17:58.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:17:58.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T00:17:58.915Z] fec89c7d47f1: Preparing [2021-01-13T00:17:58.915Z] 95678d5837e5: Preparing [2021-01-13T00:17:58.915Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:17:58.915Z] ab7c0ca973ba: Preparing [2021-01-13T00:17:58.915Z] 8681938ceef6: Preparing [2021-01-13T00:17:58.915Z] dd517efb4426: Preparing [2021-01-13T00:17:58.915Z] dd517efb4426: Waiting [2021-01-13T00:17:59.187Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:17:59.187Z] fec89c7d47f1: Pushed [2021-01-13T00:17:59.459Z] ab7c0ca973ba: Pushed [2021-01-13T00:17:59.459Z] 8681938ceef6: Pushed [2021-01-13T00:17:59.459Z] dd517efb4426: Pushed [2021-01-13T00:18:02.073Z] 95678d5837e5: Pushed [2021-01-13T00:18:02.073Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:e7f96ec58c9eadb2ea5dd6f8228a5f56e4843ee9c6ac2d391e8eb4c86a98633b size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:02.415Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:02.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T00:18:02.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T00:18:02.749Z] fec89c7d47f1: Preparing [2021-01-13T00:18:02.749Z] 95678d5837e5: Preparing [2021-01-13T00:18:02.749Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:18:02.749Z] ab7c0ca973ba: Preparing [2021-01-13T00:18:02.749Z] 8681938ceef6: Preparing [2021-01-13T00:18:02.749Z] dd517efb4426: Preparing [2021-01-13T00:18:02.749Z] dd517efb4426: Waiting [2021-01-13T00:18:02.749Z] 8681938ceef6: Layer already exists [2021-01-13T00:18:02.749Z] 95678d5837e5: Layer already exists [2021-01-13T00:18:02.749Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:18:02.749Z] ab7c0ca973ba: Layer already exists [2021-01-13T00:18:02.749Z] fec89c7d47f1: Layer already exists [2021-01-13T00:18:02.749Z] dd517efb4426: Layer already exists [2021-01-13T00:18:03.018Z] 2.0.0-dev.33: digest: sha256:e7f96ec58c9eadb2ea5dd6f8228a5f56e4843ee9c6ac2d391e8eb4c86a98633b size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:03.363Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:03.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:03.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T00:18:03.702Z] fec89c7d47f1: Preparing [2021-01-13T00:18:03.702Z] 95678d5837e5: Preparing [2021-01-13T00:18:03.702Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:18:03.702Z] ab7c0ca973ba: Preparing [2021-01-13T00:18:03.702Z] 8681938ceef6: Preparing [2021-01-13T00:18:03.702Z] dd517efb4426: Preparing [2021-01-13T00:18:03.702Z] dd517efb4426: Waiting [2021-01-13T00:18:03.702Z] ab7c0ca973ba: Layer already exists [2021-01-13T00:18:03.702Z] fec89c7d47f1: Layer already exists [2021-01-13T00:18:03.702Z] 95678d5837e5: Layer already exists [2021-01-13T00:18:03.702Z] 8681938ceef6: Layer already exists [2021-01-13T00:18:03.702Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:18:03.702Z] dd517efb4426: Layer already exists [2021-01-13T00:18:03.982Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:e7f96ec58c9eadb2ea5dd6f8228a5f56e4843ee9c6ac2d391e8eb4c86a98633b size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:04.357Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:04.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-13T00:18:04.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T00:18:04.773Z] fec89c7d47f1: Preparing [2021-01-13T00:18:04.773Z] 95678d5837e5: Preparing [2021-01-13T00:18:04.773Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:18:04.773Z] ab7c0ca973ba: Preparing [2021-01-13T00:18:04.773Z] 8681938ceef6: Preparing [2021-01-13T00:18:04.773Z] dd517efb4426: Preparing [2021-01-13T00:18:04.773Z] dd517efb4426: Waiting [2021-01-13T00:18:04.773Z] 8681938ceef6: Layer already exists [2021-01-13T00:18:04.773Z] 95678d5837e5: Layer already exists [2021-01-13T00:18:04.773Z] ab7c0ca973ba: Layer already exists [2021-01-13T00:18:04.773Z] fec89c7d47f1: Layer already exists [2021-01-13T00:18:04.773Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:18:04.773Z] dd517efb4426: Layer already exists [2021-01-13T00:18:05.057Z] master: digest: sha256:e7f96ec58c9eadb2ea5dd6f8228a5f56e4843ee9c6ac2d391e8eb4c86a98633b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:18:05.372Z] ===================================================== [Pipeline] echo [2021-01-13T00:18:05.436Z] taggedImages: [2021-01-13T00:18:05.436Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:18:05.436Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T00:18:05.436Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:05.436Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-13T00:18:05.509Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-13T00:18:05.509Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:18:05.509Z] 2.0.0-dev.33 [2021-01-13T00:18:05.509Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:05.509Z] master [2021-01-13T00:18:05.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:06.116Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:06.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:18:06.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T00:18:06.488Z] 78aa2aa6f5ed: Preparing [2021-01-13T00:18:06.488Z] f038981f5319: Preparing [2021-01-13T00:18:06.488Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:18:06.488Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:18:06.758Z] 78aa2aa6f5ed: Pushed [2021-01-13T00:18:09.357Z] f038981f5319: Pushed [2021-01-13T00:18:09.357Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:d493e768e9a190dbc57f0198f36a68270db7ace4a2dc7900fe853d864ff3d95d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:09.699Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:10.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T00:18:10.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T00:18:10.029Z] 78aa2aa6f5ed: Preparing [2021-01-13T00:18:10.029Z] f038981f5319: Preparing [2021-01-13T00:18:10.029Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:18:10.029Z] f038981f5319: Layer already exists [2021-01-13T00:18:10.029Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:18:10.029Z] 78aa2aa6f5ed: Layer already exists [2021-01-13T00:18:10.299Z] 2.0.0-dev.33: digest: sha256:d493e768e9a190dbc57f0198f36a68270db7ace4a2dc7900fe853d864ff3d95d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:10.637Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:10.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:10.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T00:18:10.973Z] 78aa2aa6f5ed: Preparing [2021-01-13T00:18:10.973Z] f038981f5319: Preparing [2021-01-13T00:18:10.973Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:18:10.973Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:18:10.973Z] f038981f5319: Layer already exists [2021-01-13T00:18:10.973Z] 78aa2aa6f5ed: Layer already exists [2021-01-13T00:18:11.244Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:d493e768e9a190dbc57f0198f36a68270db7ace4a2dc7900fe853d864ff3d95d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:11.581Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:11.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-13T00:18:11.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T00:18:11.921Z] 78aa2aa6f5ed: Preparing [2021-01-13T00:18:11.921Z] f038981f5319: Preparing [2021-01-13T00:18:11.921Z] 5cc61bc6c4ca: Preparing [2021-01-13T00:18:11.921Z] f038981f5319: Layer already exists [2021-01-13T00:18:11.921Z] 5cc61bc6c4ca: Layer already exists [2021-01-13T00:18:11.921Z] 78aa2aa6f5ed: Layer already exists [2021-01-13T00:18:12.192Z] master: digest: sha256:d493e768e9a190dbc57f0198f36a68270db7ace4a2dc7900fe853d864ff3d95d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:18:12.399Z] ===================================================== [Pipeline] echo [2021-01-13T00:18:12.443Z] taggedImages: [2021-01-13T00:18:12.443Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:18:12.443Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T00:18:12.443Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:12.443Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-13T00:18:12.506Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-13T00:18:12.506Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:18:12.506Z] 2.0.0-dev.33 [2021-01-13T00:18:12.506Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:12.506Z] master [2021-01-13T00:18:12.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:13.010Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:13.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:18:13.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T00:18:13.342Z] b084ef543054: Preparing [2021-01-13T00:18:13.342Z] fa9ecd567e3c: Preparing [2021-01-13T00:18:13.342Z] 4c0c2c30fd0a: Preparing [2021-01-13T00:18:13.342Z] d6dea6d3c259: Preparing [2021-01-13T00:18:13.342Z] 152f43796b30: Preparing [2021-01-13T00:18:13.342Z] 6ca8b4b337d5: Preparing [2021-01-13T00:18:13.342Z] f7b5768b3d0b: Preparing [2021-01-13T00:18:13.342Z] 9ded3b6bb9b5: Preparing [2021-01-13T00:18:13.342Z] fa1afe8e6ed9: Preparing [2021-01-13T00:18:13.342Z] 87a09b4c083e: Preparing [2021-01-13T00:18:13.342Z] 0f74e9ff2a61: Preparing [2021-01-13T00:18:13.342Z] b122376c33c6: Preparing [2021-01-13T00:18:13.342Z] f8381ed47b22: Preparing [2021-01-13T00:18:13.342Z] e934a737d657: Preparing [2021-01-13T00:18:13.342Z] 9ded3b6bb9b5: Waiting [2021-01-13T00:18:13.342Z] fa1afe8e6ed9: Waiting [2021-01-13T00:18:13.342Z] 87a09b4c083e: Waiting [2021-01-13T00:18:13.342Z] 0f74e9ff2a61: Waiting [2021-01-13T00:18:13.342Z] b122376c33c6: Waiting [2021-01-13T00:18:13.342Z] 6ca8b4b337d5: Waiting [2021-01-13T00:18:13.342Z] f7b5768b3d0b: Waiting [2021-01-13T00:18:13.342Z] e934a737d657: Waiting [2021-01-13T00:18:13.940Z] 152f43796b30: Pushed [2021-01-13T00:18:13.940Z] b084ef543054: Pushed [2021-01-13T00:18:14.536Z] d6dea6d3c259: Pushed [2021-01-13T00:18:14.813Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T00:18:14.813Z] fa1afe8e6ed9: Layer already exists [2021-01-13T00:18:14.813Z] 87a09b4c083e: Layer already exists [2021-01-13T00:18:14.813Z] f7b5768b3d0b: Pushed [2021-01-13T00:18:14.813Z] 0f74e9ff2a61: Layer already exists [2021-01-13T00:18:14.813Z] b122376c33c6: Layer already exists [2021-01-13T00:18:15.083Z] f8381ed47b22: Layer already exists [2021-01-13T00:18:15.083Z] e934a737d657: Layer already exists [2021-01-13T00:18:15.353Z] fa9ecd567e3c: Pushed [2021-01-13T00:18:16.325Z] 6ca8b4b337d5: Pushed [2021-01-13T00:18:26.530Z] 4c0c2c30fd0a: Pushed [2021-01-13T00:18:26.530Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a: digest: sha256:e7ef765f2cad48cf24890ae9f2984e051b8271a359a4a94a5720881e043e464f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:26.873Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:27.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T00:18:27.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T00:18:27.238Z] b084ef543054: Preparing [2021-01-13T00:18:27.238Z] fa9ecd567e3c: Preparing [2021-01-13T00:18:27.238Z] 4c0c2c30fd0a: Preparing [2021-01-13T00:18:27.238Z] d6dea6d3c259: Preparing [2021-01-13T00:18:27.238Z] 152f43796b30: Preparing [2021-01-13T00:18:27.238Z] 6ca8b4b337d5: Preparing [2021-01-13T00:18:27.238Z] f7b5768b3d0b: Preparing [2021-01-13T00:18:27.238Z] 9ded3b6bb9b5: Preparing [2021-01-13T00:18:27.238Z] fa1afe8e6ed9: Preparing [2021-01-13T00:18:27.238Z] 87a09b4c083e: Preparing [2021-01-13T00:18:27.238Z] 0f74e9ff2a61: Preparing [2021-01-13T00:18:27.238Z] b122376c33c6: Preparing [2021-01-13T00:18:27.238Z] f8381ed47b22: Preparing [2021-01-13T00:18:27.238Z] e934a737d657: Preparing [2021-01-13T00:18:27.238Z] fa1afe8e6ed9: Waiting [2021-01-13T00:18:27.238Z] 87a09b4c083e: Waiting [2021-01-13T00:18:27.238Z] b122376c33c6: Waiting [2021-01-13T00:18:27.238Z] f8381ed47b22: Waiting [2021-01-13T00:18:27.238Z] e934a737d657: Waiting [2021-01-13T00:18:27.238Z] f7b5768b3d0b: Waiting [2021-01-13T00:18:27.238Z] 9ded3b6bb9b5: Waiting [2021-01-13T00:18:27.238Z] 0f74e9ff2a61: Waiting [2021-01-13T00:18:27.238Z] 6ca8b4b337d5: Waiting [2021-01-13T00:18:27.238Z] d6dea6d3c259: Layer already exists [2021-01-13T00:18:27.520Z] fa9ecd567e3c: Layer already exists [2021-01-13T00:18:27.521Z] 152f43796b30: Layer already exists [2021-01-13T00:18:27.521Z] 4c0c2c30fd0a: Layer already exists [2021-01-13T00:18:27.521Z] b084ef543054: Layer already exists [2021-01-13T00:18:27.521Z] fa1afe8e6ed9: Layer already exists [2021-01-13T00:18:27.521Z] 6ca8b4b337d5: Layer already exists [2021-01-13T00:18:27.521Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T00:18:27.521Z] 87a09b4c083e: Layer already exists [2021-01-13T00:18:27.521Z] f7b5768b3d0b: Layer already exists [2021-01-13T00:18:27.521Z] f8381ed47b22: Layer already exists [2021-01-13T00:18:27.521Z] e934a737d657: Layer already exists [2021-01-13T00:18:27.521Z] 0f74e9ff2a61: Layer already exists [2021-01-13T00:18:27.521Z] b122376c33c6: Layer already exists [2021-01-13T00:18:27.521Z] 2.0.0-dev.33: digest: sha256:e7ef765f2cad48cf24890ae9f2984e051b8271a359a4a94a5720881e043e464f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:27.917Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:28.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:28.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T00:18:28.285Z] b084ef543054: Preparing [2021-01-13T00:18:28.285Z] fa9ecd567e3c: Preparing [2021-01-13T00:18:28.285Z] 4c0c2c30fd0a: Preparing [2021-01-13T00:18:28.285Z] d6dea6d3c259: Preparing [2021-01-13T00:18:28.285Z] 152f43796b30: Preparing [2021-01-13T00:18:28.285Z] 6ca8b4b337d5: Preparing [2021-01-13T00:18:28.285Z] f7b5768b3d0b: Preparing [2021-01-13T00:18:28.285Z] 9ded3b6bb9b5: Preparing [2021-01-13T00:18:28.285Z] fa1afe8e6ed9: Preparing [2021-01-13T00:18:28.285Z] 87a09b4c083e: Preparing [2021-01-13T00:18:28.285Z] 0f74e9ff2a61: Preparing [2021-01-13T00:18:28.285Z] b122376c33c6: Preparing [2021-01-13T00:18:28.285Z] f8381ed47b22: Preparing [2021-01-13T00:18:28.285Z] e934a737d657: Preparing [2021-01-13T00:18:28.285Z] 87a09b4c083e: Waiting [2021-01-13T00:18:28.285Z] b122376c33c6: Waiting [2021-01-13T00:18:28.285Z] f8381ed47b22: Waiting [2021-01-13T00:18:28.285Z] e934a737d657: Waiting [2021-01-13T00:18:28.285Z] 6ca8b4b337d5: Waiting [2021-01-13T00:18:28.285Z] f7b5768b3d0b: Waiting [2021-01-13T00:18:28.285Z] 9ded3b6bb9b5: Waiting [2021-01-13T00:18:28.285Z] fa1afe8e6ed9: Waiting [2021-01-13T00:18:28.285Z] 0f74e9ff2a61: Waiting [2021-01-13T00:18:28.285Z] 4c0c2c30fd0a: Layer already exists [2021-01-13T00:18:28.285Z] fa9ecd567e3c: Layer already exists [2021-01-13T00:18:28.285Z] b084ef543054: Layer already exists [2021-01-13T00:18:28.285Z] 152f43796b30: Layer already exists [2021-01-13T00:18:28.285Z] d6dea6d3c259: Layer already exists [2021-01-13T00:18:28.285Z] 6ca8b4b337d5: Layer already exists [2021-01-13T00:18:28.285Z] f7b5768b3d0b: Layer already exists [2021-01-13T00:18:28.285Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T00:18:28.285Z] 87a09b4c083e: Layer already exists [2021-01-13T00:18:28.285Z] fa1afe8e6ed9: Layer already exists [2021-01-13T00:18:28.570Z] f8381ed47b22: Layer already exists [2021-01-13T00:18:28.570Z] 0f74e9ff2a61: Layer already exists [2021-01-13T00:18:28.570Z] b122376c33c6: Layer already exists [2021-01-13T00:18:28.570Z] e934a737d657: Layer already exists [2021-01-13T00:18:28.570Z] 356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33: digest: sha256:e7ef765f2cad48cf24890ae9f2984e051b8271a359a4a94a5720881e043e464f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:28.955Z] + 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-13T00:18:29.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-13T00:18:29.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T00:18:29.321Z] b084ef543054: Preparing [2021-01-13T00:18:29.321Z] fa9ecd567e3c: Preparing [2021-01-13T00:18:29.321Z] 4c0c2c30fd0a: Preparing [2021-01-13T00:18:29.321Z] d6dea6d3c259: Preparing [2021-01-13T00:18:29.321Z] 152f43796b30: Preparing [2021-01-13T00:18:29.321Z] 6ca8b4b337d5: Preparing [2021-01-13T00:18:29.321Z] f7b5768b3d0b: Preparing [2021-01-13T00:18:29.321Z] 9ded3b6bb9b5: Preparing [2021-01-13T00:18:29.321Z] fa1afe8e6ed9: Preparing [2021-01-13T00:18:29.321Z] 87a09b4c083e: Preparing [2021-01-13T00:18:29.321Z] 0f74e9ff2a61: Preparing [2021-01-13T00:18:29.321Z] b122376c33c6: Preparing [2021-01-13T00:18:29.321Z] f8381ed47b22: Preparing [2021-01-13T00:18:29.321Z] e934a737d657: Preparing [2021-01-13T00:18:29.321Z] f7b5768b3d0b: Waiting [2021-01-13T00:18:29.321Z] 9ded3b6bb9b5: Waiting [2021-01-13T00:18:29.321Z] fa1afe8e6ed9: Waiting [2021-01-13T00:18:29.321Z] 87a09b4c083e: Waiting [2021-01-13T00:18:29.321Z] 0f74e9ff2a61: Waiting [2021-01-13T00:18:29.321Z] b122376c33c6: Waiting [2021-01-13T00:18:29.321Z] f8381ed47b22: Waiting [2021-01-13T00:18:29.321Z] e934a737d657: Waiting [2021-01-13T00:18:29.321Z] 6ca8b4b337d5: Waiting [2021-01-13T00:18:29.321Z] fa9ecd567e3c: Layer already exists [2021-01-13T00:18:29.321Z] d6dea6d3c259: Layer already exists [2021-01-13T00:18:29.321Z] b084ef543054: Layer already exists [2021-01-13T00:18:29.321Z] 152f43796b30: Layer already exists [2021-01-13T00:18:29.321Z] 4c0c2c30fd0a: Layer already exists [2021-01-13T00:18:29.321Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T00:18:29.321Z] 6ca8b4b337d5: Layer already exists [2021-01-13T00:18:29.321Z] fa1afe8e6ed9: Layer already exists [2021-01-13T00:18:29.321Z] 87a09b4c083e: Layer already exists [2021-01-13T00:18:29.321Z] f7b5768b3d0b: Layer already exists [2021-01-13T00:18:29.605Z] b122376c33c6: Layer already exists [2021-01-13T00:18:29.605Z] 0f74e9ff2a61: Layer already exists [2021-01-13T00:18:29.605Z] f8381ed47b22: Layer already exists [2021-01-13T00:18:29.605Z] e934a737d657: Layer already exists [2021-01-13T00:18:29.605Z] master: digest: sha256:e7ef765f2cad48cf24890ae9f2984e051b8271a359a4a94a5720881e043e464f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T00:18:29.822Z] ===================================================== [Pipeline] echo [2021-01-13T00:18:29.891Z] taggedImages: [2021-01-13T00:18:29.891Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a [2021-01-13T00:18:29.891Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T00:18:29.891Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:356d3f58744bcd4c86fb4a1eb5552148d927414a-2.0.0-dev.33 [2021-01-13T00:18:29.891Z] - 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-13T00:18:31.826Z] provisioning config files... [2021-01-13T00:18:31.846Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/288@tmp/config938572653111089562tmp [Pipeline] { [Pipeline] sh [2021-01-13T00:18:32.220Z] + set +x [2021-01-13T00:18:32.220Z] + curl -s https://codecov.io/bash [2021-01-13T00:18:32.220Z] + bash -s -- [2021-01-13T00:18:32.795Z] [2021-01-13T00:18:32.795Z] _____ _ [2021-01-13T00:18:32.795Z] / ____| | | [2021-01-13T00:18:32.795Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T00:18:32.795Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T00:18:32.795Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T00:18:32.795Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T00:18:32.795Z] Bash-20201231-23d4836 [2021-01-13T00:18:32.795Z] [2021-01-13T00:18:32.795Z] [2021-01-13T00:18:32.795Z] ==> git version 2.24.3 found [2021-01-13T00:18:32.795Z] ==> 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-13T00:18:32.795Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T00:18:32.795Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T00:18:32.795Z] ==> Jenkins CI detected. [2021-01-13T00:18:32.795Z] project root: . [2021-01-13T00:18:32.795Z] --> token set from env [2021-01-13T00:18:32.795Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T00:18:32.795Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T00:18:32.795Z] ==> Python coveragepy not found [2021-01-13T00:18:32.795Z] ==> Searching for coverage reports in: [2021-01-13T00:18:32.795Z] + . [2021-01-13T00:18:32.795Z] -> Found 1 reports [2021-01-13T00:18:32.795Z] ==> Detecting git/mercurial file structure [2021-01-13T00:18:32.795Z] ==> Reading reports [2021-01-13T00:18:33.057Z] + ./coverage.out bytes=552842 [2021-01-13T00:18:33.057Z] ==> Appending adjustments [2021-01-13T00:18:33.057Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T00:18:36.400Z] + Found adjustments [2021-01-13T00:18:36.400Z] ==> Gzipping contents [2021-01-13T00:18:36.400Z] 84K /tmp/codecov.efaRp2.gz [2021-01-13T00:18:36.400Z] ==> Uploading reports [2021-01-13T00:18:36.400Z] url: https://codecov.io [2021-01-13T00:18:36.400Z] query: branch=master&commit=356d3f58744bcd4c86fb4a1eb5552148d927414a&build=288&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F288%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T00:18:36.400Z] -> Pinging Codecov [2021-01-13T00:18:36.400Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=356d3f58744bcd4c86fb4a1eb5552148d927414a&build=288&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F288%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T00:18:36.663Z] -> Uploading to [2021-01-13T00:18:36.663Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/356d3f58744bcd4c86fb4a1eb5552148d927414a/688cb832-3ce7-437e-ac3d-1d019fc8b2a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T001836Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f36367ac06e95178b5de2dbc00028be21696e575c0c5fb6f3fed985b4949409d [2021-01-13T00:18:36.663Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:18:36.663Z] Dload Upload Total Spent Left Speed [2021-01-13T00:18:37.185Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83573 0 0 100 83573 0 119k --:--:-- --:--:-- --:--:-- 119k [2021-01-13T00:18:37.186Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/356d3f58744bcd4c86fb4a1eb5552148d927414a [Pipeline] } [2021-01-13T00:18:37.195Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-13T00:18:38.210Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-13T00:18:38.318Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:38.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T00:18:38.696Z] [2021-01-13T00:18:38.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:18:39.045Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T00:18:39.046Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-13T00:18:39.046Z] 188c0c94c7c5: Already exists [2021-01-13T00:18:39.046Z] 0ef7d3d256c8: Already exists [2021-01-13T00:18:39.046Z] de9db76c5a1d: Already exists [2021-01-13T00:18:39.046Z] 0eba1c9be4d2: Pulling fs layer [2021-01-13T00:18:39.046Z] 0d57e429df01: Pulling fs layer [2021-01-13T00:18:39.046Z] 4e4be7b47b0d: Pulling fs layer [2021-01-13T00:18:39.046Z] e1f770b5df2f: Pulling fs layer [2021-01-13T00:18:39.046Z] 85a0685a4137: Pulling fs layer [2021-01-13T00:18:39.046Z] e1f770b5df2f: Waiting [2021-01-13T00:18:39.046Z] 85a0685a4137: Waiting [2021-01-13T00:18:39.046Z] 4e4be7b47b0d: Verifying Checksum [2021-01-13T00:18:39.046Z] 4e4be7b47b0d: Download complete [2021-01-13T00:18:39.046Z] 0d57e429df01: Verifying Checksum [2021-01-13T00:18:39.046Z] 0d57e429df01: Download complete [2021-01-13T00:18:40.985Z] e1f770b5df2f: Verifying Checksum [2021-01-13T00:18:40.985Z] e1f770b5df2f: Download complete [2021-01-13T00:18:42.402Z] 0eba1c9be4d2: Verifying Checksum [2021-01-13T00:18:42.402Z] 0eba1c9be4d2: Download complete [2021-01-13T00:18:43.854Z] 85a0685a4137: Verifying Checksum [2021-01-13T00:18:43.854Z] 85a0685a4137: Download complete [2021-01-13T00:18:49.202Z] 0eba1c9be4d2: Pull complete [2021-01-13T00:18:49.202Z] 0d57e429df01: Pull complete [2021-01-13T00:18:49.202Z] 4e4be7b47b0d: Pull complete [2021-01-13T00:18:52.618Z] e1f770b5df2f: Pull complete [2021-01-13T00:19:02.868Z] 85a0685a4137: Pull complete [2021-01-13T00:19:02.868Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-13T00:19:02.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T00:19:02.868Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-13T00:19:03.147Z] prd-centos7-docker-4c-2g-19861 does not seem to be running inside a container [2021-01-13T00:19:03.214Z] $ 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/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:19:04.435Z] $ docker top bd728474fc8dd7262bb0e5aec970f3efec74421c847c0241959a38d86c62ad1b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T00:19:04.721Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-13T00:19:05.033Z] + set -o pipefail [2021-01-13T00:19:05.033Z] + snyk monitor '--org=edgex-jenkins' [2021-01-13T00:19:13.234Z] [2021-01-13T00:19:13.234Z] Monitoring /w/workspace/edgex-go/288 (github.com/edgexfoundry/edgex-go)... [2021-01-13T00:19:13.234Z] [2021-01-13T00:19:13.234Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c828d2c7-bb29-41c2-aacf-a703b721eef6 [2021-01-13T00:19:13.234Z] [2021-01-13T00:19:13.234Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-13T00:19:13.234Z] [2021-01-13T00:19:13.234Z] [Pipeline] } [2021-01-13T00:19:13.252Z] $ docker stop --time=1 bd728474fc8dd7262bb0e5aec970f3efec74421c847c0241959a38d86c62ad1b [2021-01-13T00:19:16.403Z] $ docker rm -f bd728474fc8dd7262bb0e5aec970f3efec74421c847c0241959a38d86c62ad1b [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-13T00:19:17.712Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T00:19:17.785Z] provisioning config files... [2021-01-13T00:19:17.795Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/288@tmp/config7614867073934661587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:19:18.178Z] --> edgex-publish-swagger.sh [2021-01-13T00:19:18.178Z] === Publish openapi/v1 API === [2021-01-13T00:19:18.178Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-13T00:19:18.178Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-13T00:19:18.178Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:18.178Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:19.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8545 0:00:01 0:00:01 --:--:-- 8553 100 10521 0 0 100 10521 0 8543 0:00:01 0:00:01 --:--:-- 8553 [2021-01-13T00:19:19.570Z] [2021-01-13T00:19:19.570Z] [2021-01-13T00:19:19.570Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-13T00:19:19.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:19.570Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:20.521Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26869 0:00:01 0:00:01 --:--:-- 26883 100 32556 0 0 100 32556 0 26746 0:00:01 0:00:01 --:--:-- 26751 [2021-01-13T00:19:20.521Z] [2021-01-13T00:19:20.521Z] [2021-01-13T00:19:20.521Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-13T00:19:20.521Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:20.521Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:22.173Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 88 73720 0 0 88 65536 0 269k --:--:-- --:--:-- --:--:-- 268k 100 73720 0 0 100 73720 0 58012 0:00:01 0:00:01 --:--:-- 58001 100 73720 0 0 100 73720 0 58004 0:00:01 0:00:01 --:--:-- 58001 [2021-01-13T00:19:22.173Z] [2021-01-13T00:19:22.173Z] [2021-01-13T00:19:22.173Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-13T00:19:22.173Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:22.173Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:23.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13051 0:00:01 0:00:01 --:--:-- 13057 100 13580 0 0 100 13580 0 13048 0:00:01 0:00:01 --:--:-- 13057 [2021-01-13T00:19:23.122Z] [2021-01-13T00:19:23.122Z] [2021-01-13T00:19:23.122Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-13T00:19:23.122Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:23.122Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:24.066Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34384 0:00:01 0:00:01 --:--:-- 34415 100 38889 0 0 100 38889 0 34378 0:00:01 0:00:01 --:--:-- 34415 [2021-01-13T00:19:24.066Z] [2021-01-13T00:19:24.066Z] [2021-01-13T00:19:24.066Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-13T00:19:24.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:24.066Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:25.452Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12720 0:00:01 0:00:01 --:--:-- 12732 100 14248 0 0 100 14248 0 12718 0:00:01 0:00:01 --:--:-- 12721 [2021-01-13T00:19:25.452Z] [2021-01-13T00:19:25.452Z] [2021-01-13T00:19:25.452Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-13T00:19:25.452Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:25.452Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:26.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3892 0:00:01 0:00:01 --:--:-- 3894 100 4109 0 0 100 4109 0 3891 0:00:01 0:00:01 --:--:-- 3894 [2021-01-13T00:19:26.397Z] [2021-01-13T00:19:26.397Z] [2021-01-13T00:19:26.397Z] === Publish openapi/v2 API === [2021-01-13T00:19:26.397Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-13T00:19:26.397Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-13T00:19:26.397Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:26.397Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:27.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27890 0:00:01 0:00:01 --:--:-- 27915 100 29535 0 0 100 29535 0 27885 0:00:01 0:00:01 --:--:-- 27915 [2021-01-13T00:19:27.342Z] [2021-01-13T00:19:27.342Z] [2021-01-13T00:19:27.342Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-13T00:19:27.342Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:19:27.342Z] Dload Upload Total Spent Left Speed [2021-01-13T00:19:28.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 52902 0:00:01 0:00:01 --:--:-- 52915 100 60430 0 0 100 60430 0 52895 0:00:01 0:00:01 --:--:-- 52915 [2021-01-13T00:19:28.729Z] [2021-01-13T00:19:28.729Z] [2021-01-13T00:19:28.729Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-13T00:19:28.729Z] /w/workspace/edgex-go/288@tmp/durable-7a909610/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-13T00:19:28.742Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-13T00:19:30.392Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:19:31.278Z] ---> package-listing.sh [2021-01-13T00:19:31.278Z] ++ facter osfamily [2021-01-13T00:19:31.278Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T00:19:31.278Z] + OS_FAMILY=redhat [2021-01-13T00:19:31.278Z] + workspace=/w/workspace/edgex-go/288 [2021-01-13T00:19:31.278Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T00:19:31.278Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T00:19:31.278Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T00:19:31.278Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T00:19:31.278Z] + '[' /w/workspace/edgex-go/288 ']' [2021-01-13T00:19:31.278Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T00:19:31.278Z] + case "${OS_FAMILY}" in [2021-01-13T00:19:31.278Z] + rpm -qa [2021-01-13T00:19:31.278Z] + sort [2021-01-13T00:19:36.593Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T00:19:36.593Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T00:19:36.593Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T00:19:36.593Z] + '[' /w/workspace/edgex-go/288 ']' [2021-01-13T00:19:36.593Z] + mkdir -p /w/workspace/edgex-go/288/archives/ [2021-01-13T00:19:36.593Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/288/archives/ [Pipeline] echo [2021-01-13T00:19:36.611Z] 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/288/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T00:19:36.913Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:19:37.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T00:19:37.226Z] [2021-01-13T00:19:37.226Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:19:37.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T00:19:37.581Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T00:19:37.581Z] df20fa9351a1: Pulling fs layer [2021-01-13T00:19:37.581Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T00:19:37.581Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T00:19:37.581Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T00:19:37.581Z] 93b61091891f: Pulling fs layer [2021-01-13T00:19:37.581Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T00:19:37.581Z] 5e14af77c1be: Pulling fs layer [2021-01-13T00:19:37.581Z] 01666e4c0597: Pulling fs layer [2021-01-13T00:19:37.581Z] aa168da1d23b: Pulling fs layer [2021-01-13T00:19:37.581Z] 93b9cdb0e59b: Waiting [2021-01-13T00:19:37.581Z] 01666e4c0597: Waiting [2021-01-13T00:19:37.581Z] 46f8f816bc3b: Waiting [2021-01-13T00:19:37.581Z] 93b61091891f: Waiting [2021-01-13T00:19:37.581Z] aa168da1d23b: Waiting [2021-01-13T00:19:37.581Z] 36b3adc4ff6f: Verifying Checksum [2021-01-13T00:19:37.581Z] 36b3adc4ff6f: Download complete [2021-01-13T00:19:37.581Z] 46f8f816bc3b: Download complete [2021-01-13T00:19:37.854Z] 93b61091891f: Download complete [2021-01-13T00:19:37.854Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T00:19:37.854Z] 93b9cdb0e59b: Download complete [2021-01-13T00:19:37.854Z] df20fa9351a1: Verifying Checksum [2021-01-13T00:19:37.854Z] df20fa9351a1: Download complete [2021-01-13T00:19:37.854Z] 5e14af77c1be: Verifying Checksum [2021-01-13T00:19:37.854Z] 5e14af77c1be: Download complete [2021-01-13T00:19:37.854Z] 01666e4c0597: Verifying Checksum [2021-01-13T00:19:37.854Z] 01666e4c0597: Download complete [2021-01-13T00:19:37.854Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T00:19:37.854Z] 8ad3a11d3b57: Download complete [2021-01-13T00:19:38.474Z] df20fa9351a1: Pull complete [2021-01-13T00:19:38.474Z] 36b3adc4ff6f: Pull complete [2021-01-13T00:19:39.506Z] 8ad3a11d3b57: Pull complete [2021-01-13T00:19:39.506Z] 46f8f816bc3b: Pull complete [2021-01-13T00:19:39.807Z] 93b61091891f: Pull complete [2021-01-13T00:19:40.088Z] 93b9cdb0e59b: Pull complete [2021-01-13T00:19:41.677Z] 5e14af77c1be: Pull complete [2021-01-13T00:19:41.968Z] 01666e4c0597: Pull complete [2021-01-13T00:19:42.253Z] aa168da1d23b: Verifying Checksum [2021-01-13T00:19:42.253Z] aa168da1d23b: Download complete [2021-01-13T00:19:50.526Z] aa168da1d23b: Pull complete [2021-01-13T00:19:50.526Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T00:19:50.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T00:19:50.526Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T00:19:50.719Z] prd-centos7-docker-4c-2g-19861 does not seem to be running inside a container [2021-01-13T00:19:50.786Z] $ 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/288/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/288 -v /w/workspace/edgex-go/288:/w/workspace/edgex-go/288:rw,z -v /w/workspace/edgex-go/288@tmp:/w/workspace/edgex-go/288@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-13T00:19:54.760Z] $ docker top 50c302f7ea37f07db590b7e93665390f57a8e04bbdb0bcd0cf30730e18ade1af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:19:55.387Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T00:19:55.723Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T00:19:56.044Z] + ls /var/log/sa-host [2021-01-13T00:19:56.044Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T00:19:56.044Z] file_magic: OK [2021-01-13T00:19:56.044Z] HZ: Using current value: 100 [2021-01-13T00:19:56.044Z] file_header: OK [2021-01-13T00:19:56.045Z] 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-13T00:19:56.045Z] Statistics: [2021-01-13T00:19:56.045Z] 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... [2021-01-13T00:19:56.045Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T00:19:56.045Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T00:19:56.045Z] file_magic: OK [2021-01-13T00:19:56.045Z] HZ: Using current value: 100 [2021-01-13T00:19:56.045Z] file_header: OK [2021-01-13T00:19:56.045Z] 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-13T00:19:56.045Z] Statistics: [2021-01-13T00:19:56.045Z] Hnuu...uuuununununu... [2021-01-13T00:19:56.045Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T00:19:56.692Z] provisioning config files... [2021-01-13T00:19:56.715Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/288@tmp/config2428247711129170855tmp [Pipeline] { [Pipeline] echo [2021-01-13T00:19:56.795Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:19:57.146Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T00:19:57.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T00:19:57.292Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:19:57.666Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T00:19:57.706Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:19:58.058Z] ---> sudo-logs.sh [2021-01-13T00:19:58.058Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T00:19:58.074Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:19:58.397Z] ---> job-cost.sh [2021-01-13T00:19:58.397Z] lf-activate-venv: SKIPPING [2021-01-13T00:19:58.397Z] INFO: No Stack... [2021-01-13T00:19:59.371Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T00:19:59.949Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T00:19:59.962Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:20:00.262Z] ---> logs-deploy.sh [2021-01-13T00:20:00.263Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/288 [2021-01-13T00:20:00.263Z] INFO: archiving workspace using pattern(s): [2021-01-13T00:20:02.187Z] Archives upload complete. [2021-01-13T00:20:02.187Z] INFO: archiving logs to Nexus