Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 304d320492d37461b40de67c95ae73491c8494ce Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23993 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/328 [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/328 # 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 304d320492d37461b40de67c95ae73491c8494ce (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 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 Commit message: "feat(scheduler): Implement POST /interval V2 API (#3022)" > git rev-list --no-walk df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T20:19:32.766Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T20:19:33.024Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T20:19:33.114Z] ========================================================= [2021-01-29T20:19:33.114Z] EdgeX Global Pipelines Version Info [2021-01-29T20:19:33.114Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:19:34.619Z] ------------------- [2021-01-29T20:19:34.619Z] stable info: [2021-01-29T20:19:34.619Z] ------------------- [2021-01-29T20:19:34.619Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T20:19:34.619Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T20:19:34.619Z] Message: update stable to v1.0.179 [2021-01-29T20:19:35.578Z] ------------------- [2021-01-29T20:19:35.578Z] experimental info: [2021-01-29T20:19:35.578Z] ------------------- [2021-01-29T20:19:35.578Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T20:19:35.578Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T20:19:35.578Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T20:19:35.832Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T20:19:35.923Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T20:19:36.083Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T20:19:36.171Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T20:19:36.260Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T20:19:36.357Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T20:19:36.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T20:19:36.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T20:19:36.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T20:19:36.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T20:19:36.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T20:19:36.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T20:19:36.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T20:19:37.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T20:19:37.138Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T20:19:37.238Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T20:19:37.322Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T20:19:37.413Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T20:19:37.503Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T20:19:37.583Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T20:19:37.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T20:19:37.748Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T20:19:37.829Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T20:19:37.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-29T20:19:38.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-29T20:19:38.091Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-29T20:19:38.175Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 304d320492d37461b40de67c95ae73491c8494ce [Pipeline] echo [2021-01-29T20:19:38.259Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 304d320 [Pipeline] echo [2021-01-29T20:19:38.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T20:19:38.538Z] provisioning config files... [2021-01-29T20:19:38.569Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/328@tmp/config1889957066030580053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:19:38.928Z] ---> docker-login.sh [2021-01-29T20:19:38.928Z] nexus3.edgexfoundry.org:10001 [2021-01-29T20:19:39.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:19:39.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:19:39.460Z] Configure a credential helper to remove this warning. See [2021-01-29T20:19:39.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:19:39.460Z] [2021-01-29T20:19:39.460Z] Login Succeeded [2021-01-29T20:19:39.460Z] nexus3.edgexfoundry.org:10002 [2021-01-29T20:19:39.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:19:39.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:19:39.730Z] Configure a credential helper to remove this warning. See [2021-01-29T20:19:39.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:19:39.730Z] [2021-01-29T20:19:39.730Z] Login Succeeded [2021-01-29T20:19:39.730Z] nexus3.edgexfoundry.org:10003 [2021-01-29T20:19:39.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:19:39.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:19:39.994Z] Configure a credential helper to remove this warning. See [2021-01-29T20:19:39.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:19:39.994Z] [2021-01-29T20:19:39.994Z] Login Succeeded [2021-01-29T20:19:39.994Z] nexus3.edgexfoundry.org:10004 [2021-01-29T20:19:39.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:19:39.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:19:39.994Z] Configure a credential helper to remove this warning. See [2021-01-29T20:19:39.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:19:39.994Z] [2021-01-29T20:19:39.994Z] Login Succeeded [2021-01-29T20:19:39.994Z] docker.io [2021-01-29T20:19:40.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:19:40.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:19:40.523Z] Configure a credential helper to remove this warning. See [2021-01-29T20:19:40.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:19:40.523Z] [2021-01-29T20:19:40.523Z] Login Succeeded [2021-01-29T20:19:40.523Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T20:19:40.534Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T20:19:41.033Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T20:19:41.033Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T20:19:41.033Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T20:19:41.033Z] ++ cut -d/ -f2 [2021-01-29T20:19:41.033Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T20:19:41.125Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:19:42.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T20:19:42.668Z] [2021-01-29T20:19:42.668Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:19:43.021Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T20:19:43.021Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T20:19:43.021Z] 31603596830f: Pulling fs layer [2021-01-29T20:19:43.021Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T20:19:43.021Z] 6ca5941a6612: Pulling fs layer [2021-01-29T20:19:43.021Z] ecc8261a40a4: Pulling fs layer [2021-01-29T20:19:43.021Z] ecc8261a40a4: Waiting [2021-01-29T20:19:43.021Z] 2a8b12db71e7: Download complete [2021-01-29T20:19:43.284Z] 31603596830f: Verifying Checksum [2021-01-29T20:19:43.284Z] 31603596830f: Download complete [2021-01-29T20:19:43.284Z] ecc8261a40a4: Verifying Checksum [2021-01-29T20:19:43.284Z] ecc8261a40a4: Download complete [2021-01-29T20:19:43.284Z] 6ca5941a6612: Verifying Checksum [2021-01-29T20:19:43.284Z] 6ca5941a6612: Download complete [2021-01-29T20:19:43.548Z] 31603596830f: Pull complete [2021-01-29T20:19:43.813Z] 2a8b12db71e7: Pull complete [2021-01-29T20:19:44.766Z] 6ca5941a6612: Pull complete [2021-01-29T20:19:44.766Z] ecc8261a40a4: Pull complete [2021-01-29T20:19:45.029Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T20:19:45.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T20:19:45.029Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T20:19:45.143Z] prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container [2021-01-29T20:19:45.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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-29T20:19:48.165Z] $ docker top dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T20:19:48.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T20:19:48.431Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T20:19:48.692Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T20:19:48.696Z] $ docker exec dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent [2021-01-29T20:19:48.869Z] SSH_AUTH_SOCK=/tmp/ssh-Srff1itCFH7B/agent.12 [2021-01-29T20:19:48.869Z] SSH_AGENT_PID=18 [2021-01-29T20:19:48.881Z] Running ssh-add (command line suppressed) [2021-01-29T20:19:48.999Z] Identity added: /w/workspace/edgex-go/328@tmp/private_key_2416668281198171715.key (/w/workspace/edgex-go/328@tmp/private_key_2416668281198171715.key) [2021-01-29T20:19:49.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T20:19:49.386Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T20:19:49.411Z] $ docker exec --env ******** --env ******** dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent -k [2021-01-29T20:19:49.537Z] unset SSH_AUTH_SOCK; [2021-01-29T20:19:49.537Z] unset SSH_AGENT_PID; [2021-01-29T20:19:49.537Z] echo Agent pid 18 killed; [2021-01-29T20:19:49.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T20:19:49.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T20:19:49.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T20:19:49.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T20:19:49.900Z] $ docker exec dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent [2021-01-29T20:19:50.061Z] SSH_AUTH_SOCK=/tmp/ssh-KqPqgpgPFp0M/agent.46 [2021-01-29T20:19:50.061Z] SSH_AGENT_PID=51 [2021-01-29T20:19:50.069Z] Running ssh-add (command line suppressed) [2021-01-29T20:19:50.190Z] Identity added: /w/workspace/edgex-go/328@tmp/private_key_6804700817593639127.key (/w/workspace/edgex-go/328@tmp/private_key_6804700817593639127.key) [2021-01-29T20:19:50.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T20:19:50.599Z] + git semver init [2021-01-29T20:19:50.599Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T20:19:50.599Z] # $GIT_DIR = /w/workspace/edgex-go/328/.git [2021-01-29T20:19:50.599Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/328 [2021-01-29T20:19:50.599Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T20:19:50.599Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T20:19:50.599Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T20:19:50.599Z] # $SEMVER_BRANCH = master [2021-01-29T20:19:50.599Z] # $SEMVER_TEMP = /tmp/semver-991590487 [2021-01-29T20:19:50.599Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T20:20:12.611Z] # '/tmp/semver-991590487' -> '/w/workspace/edgex-go/328/.semver' [2021-01-29T20:20:12.611Z] # -> Force: false [2021-01-29T20:20:12.611Z] # $SEMVER_DIR = /w/workspace/edgex-go/328/.semver [Pipeline] } [2021-01-29T20:20:12.629Z] $ docker exec --env ******** --env ******** dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 ssh-agent -k [2021-01-29T20:20:12.908Z] unset SSH_AUTH_SOCK; [2021-01-29T20:20:12.908Z] unset SSH_AGENT_PID; [2021-01-29T20:20:12.908Z] echo Agent pid 51 killed; [2021-01-29T20:20:13.021Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T20:20:13.507Z] + git semver [Pipeline] } [2021-01-29T20:20:13.527Z] $ docker stop --time=1 dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 [2021-01-29T20:20:15.131Z] $ docker rm -f dbc20f78a26bcdac0e5d48efb391ebd5758127c361d0b9d941c86f031c5b1872 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T20:20:15.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T20:20:16.219Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T20:20:16.222Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.65 [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-29T20:20:17.132Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:20:17.432Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:20:17.739Z] + sudo service docker restart [2021-01-29T20:20:17.739Z] + true [2021-01-29T20:20:17.739Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T20:20:18.332Z] ========================================================= [2021-01-29T20:20:18.332Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T20:20:18.332Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:20:18.698Z] + 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-29T20:20:22.940Z] Sending build context to Docker daemon 327.2MB [2021-01-29T20:20:22.940Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T20:20:22.940Z] Step 2/6 : FROM ${BASE} [2021-01-29T20:20:22.940Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T20:20:22.940Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T20:20:22.940Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T20:20:22.940Z] de9db76c5a1d: Pulling fs layer [2021-01-29T20:20:22.940Z] bca2f99d35d6: Pulling fs layer [2021-01-29T20:20:22.940Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T20:20:22.940Z] 7c6f9722023f: Pulling fs layer [2021-01-29T20:20:22.940Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T20:20:22.940Z] a35cf1a2eb13: Waiting [2021-01-29T20:20:22.940Z] 93359f2a8cfa: Waiting [2021-01-29T20:20:22.940Z] 7c6f9722023f: Waiting [2021-01-29T20:20:22.940Z] bca2f99d35d6: Waiting [2021-01-29T20:20:23.212Z] de9db76c5a1d: Verifying Checksum [2021-01-29T20:20:23.212Z] de9db76c5a1d: Download complete [2021-01-29T20:20:23.212Z] 0ef7d3d256c8: Download complete [2021-01-29T20:20:23.212Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T20:20:23.212Z] 93359f2a8cfa: Download complete [2021-01-29T20:20:23.212Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T20:20:23.212Z] 188c0c94c7c5: Download complete [2021-01-29T20:20:23.212Z] 7c6f9722023f: Verifying Checksum [2021-01-29T20:20:23.212Z] 7c6f9722023f: Download complete [2021-01-29T20:20:23.481Z] 188c0c94c7c5: Pull complete [2021-01-29T20:20:23.744Z] 0ef7d3d256c8: Pull complete [2021-01-29T20:20:23.744Z] de9db76c5a1d: Pull complete [2021-01-29T20:20:25.678Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T20:20:25.678Z] a35cf1a2eb13: Download complete [2021-01-29T20:20:25.943Z] bca2f99d35d6: Verifying Checksum [2021-01-29T20:20:25.943Z] bca2f99d35d6: Download complete [2021-01-29T20:20:31.280Z] bca2f99d35d6: Pull complete [2021-01-29T20:20:31.545Z] 93359f2a8cfa: Pull complete [2021-01-29T20:20:31.545Z] 7c6f9722023f: Pull complete [2021-01-29T20:20:31.620Z] Still waiting to schedule task [2021-01-29T20:20:31.620Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-29T20:20:36.927Z] a35cf1a2eb13: Pull complete [2021-01-29T20:20:36.927Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T20:20:36.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T20:20:36.927Z] ---> a62c8e92a672 [2021-01-29T20:20:36.928Z] 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-29T20:20:36.928Z] ---> Running in e164ca7a640d [2021-01-29T20:20:36.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:20:37.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:20:38.141Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T20:20:38.716Z] (2/12) Installing file (5.38-r0) [2021-01-29T20:20:38.716Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T20:20:38.985Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T20:20:47.158Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T20:20:47.158Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T20:20:47.158Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T20:20:47.158Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T20:20:47.158Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T20:20:47.158Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T20:20:47.158Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T20:20:47.158Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T20:20:47.158Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:20:47.158Z] OK: 233 MiB in 51 packages [2021-01-29T20:20:50.482Z] Removing intermediate container e164ca7a640d [2021-01-29T20:20:50.482Z] ---> 71506c0be1f0 [2021-01-29T20:20:50.482Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T20:20:50.482Z] ---> Running in 6d7797cce2a2 [2021-01-29T20:20:50.482Z] Removing intermediate container 6d7797cce2a2 [2021-01-29T20:20:50.482Z] ---> 663fe03d959d [2021-01-29T20:20:50.482Z] Step 5/6 : COPY go.mod . [2021-01-29T20:20:50.747Z] ---> 3967d3302f40 [2021-01-29T20:20:50.747Z] Step 6/6 : RUN go mod download [2021-01-29T20:20:50.747Z] ---> Running in 09bd6c385dc3 [2021-01-29T20:21:12.796Z] Removing intermediate container 09bd6c385dc3 [2021-01-29T20:21:12.796Z] ---> 74aa22604e23 [2021-01-29T20:21:12.796Z] Successfully built 74aa22604e23 [2021-01-29T20:21:12.796Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:21:13.121Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T20:21:13.121Z] . [Pipeline] withDockerContainer [2021-01-29T20:21:13.225Z] prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container [2021-01-29T20:21:13.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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-29T20:21:14.155Z] $ docker top 527b39da3742a27f95be8cad17ef5bf1abc22313f430eb2cc27fa6c8741d5e08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:21:14.702Z] + go version [2021-01-29T20:21:14.702Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T20:21:14.721Z] $ docker stop --time=1 527b39da3742a27f95be8cad17ef5bf1abc22313f430eb2cc27fa6c8741d5e08 [2021-01-29T20:21:16.117Z] $ docker rm -f 527b39da3742a27f95be8cad17ef5bf1abc22313f430eb2cc27fa6c8741d5e08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:21:16.914Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T20:21:16.914Z] . [Pipeline] withDockerContainer [2021-01-29T20:21:17.014Z] prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container [2021-01-29T20:21:17.068Z] $ 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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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-29T20:21:17.751Z] $ docker top 383a6f72bf2183abe3b94550e01cd56463d8e6e15dbf42957be9cc0630f736ac -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T20:21:17.928Z] ========================================================= [2021-01-29T20:21:17.928Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T20:21:17.928Z] ========================================================= [Pipeline] sh [2021-01-29T20:21:18.223Z] + make test [2021-01-29T20:21:18.223Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T20:21:28.295Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T20:21:46.620Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T20:21:47.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T20:21:49.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T20:21:49.014Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T20:21:49.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T20:21:51.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T20:21:51.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T20:21:51.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T20:21:51.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T20:21:51.557Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T20:21:51.557Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T20:21:54.194Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T20:21:54.194Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T20:21:54.194Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T20:21:56.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 46.0% of statements [2021-01-29T20:21:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T20:21:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T20:21:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T20:21:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T20:21:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T20:21:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T20:21:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T20:21:57.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements [2021-01-29T20:22:01.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.238s coverage: 27.1% of statements [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T20:22:01.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T20:22:01.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T20:22:01.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T20:22:01.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.3% of statements [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T20:22:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T20:22:03.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.393s coverage: 28.6% of statements [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T20:22:03.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T20:22:03.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T20:22:03.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-01-29T20:22:03.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T20:22:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-01-29T20:22:03.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T20:22:03.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-01-29T20:22:03.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T20:22:03.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T20:22:03.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T20:22:03.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T20:22:06.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 92.8% of statements [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T20:22:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T20:22:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T20:22:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T20:22:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 43.8% of statements [2021-01-29T20:22:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements [2021-01-29T20:22:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-01-29T20:22:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-01-29T20:22:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.070s coverage: 91.4% of statements [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T20:22:21.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T20:22:21.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.061s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T20:22:21.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-29T20:22:21.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-29T20:22:21.567Z] GO111MODULE=on go vet ./... [2021-01-29T20:22:24.112Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23996 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-29T20:22:25.195Z] Running in /w/workspace/edgex-go/328 [Pipeline] { [Pipeline] checkout [2021-01-29T20:22:30.433Z] using credential edgex-jenkins-ssh [2021-01-29T20:22:30.501Z] Cloning the remote Git repository [2021-01-29T20:22:30.557Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:22:30.671Z] > git init /w/workspace/edgex-go/328 # timeout=10 [2021-01-29T20:22:30.760Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:22:30.761Z] > git --version # timeout=10 [2021-01-29T20:22:30.788Z] > git --version # 'git version 2.17.1' [2021-01-29T20:22:30.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:22:30.840Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T20:22:48.351Z] gofmt -l . [2021-01-29T20:22:48.351Z] [ "`gofmt -l .`" = "" ] [2021-01-29T20:22:48.351Z] ./bin/test-go-mod-tidy.sh [2021-01-29T20:22:48.351Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T20:22:48.662Z] + ls -al . [2021-01-29T20:22:48.662Z] total 672 [2021-01-29T20:22:48.663Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 20:22 . [2021-01-29T20:22:48.663Z] drwxr-xr-x 4 root root 32 Jan 29 20:21 .. [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 20:19 .dockerignore [2021-01-29T20:22:48.663Z] drwxrwxr-x 8 1001 1001 162 Jan 29 20:19 .git [2021-01-29T20:22:48.663Z] drwxrwxr-x 3 1001 1001 125 Jan 29 20:19 .github [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 20:19 .gitignore [2021-01-29T20:22:48.663Z] drwx------ 3 1001 1001 45 Jan 29 20:20 .semver [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 20:19 .sonarcloud.properties [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 20:19 Attribution.txt [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 20:19 CONTRIBUTING.md [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 20:19 Dockerfile.build [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 20:19 Jenkinsfile [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 20:19 LICENSE [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 20:19 Makefile [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 20:19 README.md [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 20:19 SECURITY.md [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 12 Jan 29 20:20 VERSION [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 20:19 ZMQWindows.md [2021-01-29T20:22:48.663Z] drwxrwxr-x 2 1001 1001 117 Jan 29 20:19 bin [2021-01-29T20:22:48.663Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 20:19 cmd [2021-01-29T20:22:48.663Z] -rw-r--r-- 1 root root 568476 Jan 29 20:22 coverage.out [2021-01-29T20:22:48.663Z] -rw-r--r-- 1 root root 1054 Jan 29 20:22 go.mod [2021-01-29T20:22:48.663Z] -rw-r--r-- 1 root root 19289 Jan 29 20:22 go.sum [2021-01-29T20:22:48.663Z] drwxrwxr-x 8 1001 1001 127 Jan 29 20:19 internal [2021-01-29T20:22:48.663Z] drwxrwxr-x 4 1001 1001 26 Jan 29 20:19 openapi [2021-01-29T20:22:48.663Z] drwxrwxr-x 4 1001 1001 71 Jan 29 20:19 snap [2021-01-29T20:22:48.663Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 20:19 version.go [Pipeline] sh [2021-01-29T20:22:48.966Z] + '[' -e coverage.out ] [2021-01-29T20:22:48.966Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T20:22:49.243Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T20:22:49.538Z] + make build [2021-01-29T20:22:49.538Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T20:22:52.892Z] Checking out Revision 304d320492d37461b40de67c95ae73491c8494ce (master) [2021-01-29T20:22:53.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T20:22:52.181Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T20:22:52.200Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T20:22:52.227Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T20:22:52.258Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T20:22:52.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T20:22:52.270Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T20:22:52.909Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T20:22:52.926Z] > git checkout -f 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 [2021-01-29T20:22:57.342Z] Commit message: "feat(scheduler): Implement POST /interval V2 API (#3022)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T20:22:58.815Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:22:59.227Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T20:22:59.629Z] + sudo service docker+ true [2021-01-29T20:22:59.629Z] restart [2021-01-29T20:23:01.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T20:23:02.335Z] provisioning config files... [2021-01-29T20:23:02.373Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/328@tmp/config4966887439412653092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:23:02.815Z] ---> docker-login.sh [2021-01-29T20:23:02.815Z] nexus3.edgexfoundry.org:10001 [2021-01-29T20:23:02.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T20:23:03.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:23:04.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T20:23:04.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:23:04.408Z] Configure a credential helper to remove this warning. See [2021-01-29T20:23:04.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:23:04.408Z] [2021-01-29T20:23:04.408Z] Login Succeeded [2021-01-29T20:23:04.408Z] nexus3.edgexfoundry.org:10002 [2021-01-29T20:23:04.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:23:04.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:23:04.684Z] Configure a credential helper to remove this warning. See [2021-01-29T20:23:04.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:23:04.684Z] [2021-01-29T20:23:04.684Z] Login Succeeded [2021-01-29T20:23:04.684Z] nexus3.edgexfoundry.org:10003 [2021-01-29T20:23:04.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T20:23:05.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:23:05.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:23:05.280Z] Configure a credential helper to remove this warning. See [2021-01-29T20:23:05.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:23:05.280Z] [2021-01-29T20:23:05.280Z] Login Succeeded [2021-01-29T20:23:05.280Z] nexus3.edgexfoundry.org:10004 [2021-01-29T20:23:05.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:23:05.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:23:05.838Z] Configure a credential helper to remove this warning. See [2021-01-29T20:23:05.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:23:05.838Z] [2021-01-29T20:23:05.838Z] Login Succeeded [2021-01-29T20:23:05.838Z] docker.io [2021-01-29T20:23:06.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T20:23:06.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:23:06.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:23:06.716Z] Configure a credential helper to remove this warning. See [2021-01-29T20:23:06.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:23:06.716Z] [2021-01-29T20:23:06.716Z] Login Succeeded [2021-01-29T20:23:06.716Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T20:23:06.734Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T20:23:07.201Z] ========================================================= [2021-01-29T20:23:07.201Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T20:23:07.201Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:23:07.572Z] + 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-29T20:23:07.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T20:23:08.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T20:23:09.563Z] Sending build context to Docker daemon 165.9MB [2021-01-29T20:23:09.840Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T20:23:09.840Z] Step 2/6 : FROM ${BASE} [2021-01-29T20:23:09.840Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T20:23:09.840Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T20:23:09.840Z] a4357932f1b6: Pulling fs layer [2021-01-29T20:23:09.840Z] 18c013af1878: Pulling fs layer [2021-01-29T20:23:09.840Z] 00ac8860ef70: Pulling fs layer [2021-01-29T20:23:09.840Z] 63d7cb157983: Pulling fs layer [2021-01-29T20:23:09.840Z] b116817d02f9: Pulling fs layer [2021-01-29T20:23:09.840Z] 745a02a5169b: Pulling fs layer [2021-01-29T20:23:09.840Z] 00ac8860ef70: Waiting [2021-01-29T20:23:09.840Z] 63d7cb157983: Waiting [2021-01-29T20:23:09.840Z] 745a02a5169b: Waiting [2021-01-29T20:23:09.840Z] b116817d02f9: Waiting [2021-01-29T20:23:09.840Z] 18c013af1878: Verifying Checksum [2021-01-29T20:23:09.840Z] 18c013af1878: Download complete [2021-01-29T20:23:09.840Z] a4357932f1b6: Verifying Checksum [2021-01-29T20:23:09.840Z] a4357932f1b6: Download complete [2021-01-29T20:23:09.840Z] 63d7cb157983: Verifying Checksum [2021-01-29T20:23:09.840Z] 63d7cb157983: Download complete [2021-01-29T20:23:09.840Z] b116817d02f9: Download complete [2021-01-29T20:23:09.840Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T20:23:09.840Z] 5f621e34cdf4: Download complete [2021-01-29T20:23:10.100Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T20:23:10.440Z] 5f621e34cdf4: Pull complete [2021-01-29T20:23:11.041Z] a4357932f1b6: Pull complete [2021-01-29T20:23:11.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T20:23:11.643Z] 18c013af1878: Pull complete [2021-01-29T20:23:11.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T20:23:12.238Z] 745a02a5169b: Verifying Checksum [2021-01-29T20:23:12.238Z] 745a02a5169b: Download complete [2021-01-29T20:23:13.213Z] 00ac8860ef70: Verifying Checksum [2021-01-29T20:23:13.213Z] 00ac8860ef70: Download complete [2021-01-29T20:23:13.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-29T20:23:14.825Z] $ docker stop --time=1 383a6f72bf2183abe3b94550e01cd56463d8e6e15dbf42957be9cc0630f736ac [2021-01-29T20:23:16.505Z] $ docker rm -f 383a6f72bf2183abe3b94550e01cd56463d8e6e15dbf42957be9cc0630f736ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:23:20.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:23:20.111Z] [2021-01-29T20:23:20.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:23:20.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:23:20.489Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T20:23:20.489Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T20:23:20.489Z] ca9280d653b3: Pulling fs layer [2021-01-29T20:23:20.489Z] 7e9c9ca2126c: Pulling fs layer [2021-01-29T20:23:20.489Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-29T20:23:20.489Z] cbdbe7a5bc2a: Download complete [2021-01-29T20:23:21.071Z] cbdbe7a5bc2a: Pull complete [2021-01-29T20:23:21.071Z] ca9280d653b3: Verifying Checksum [2021-01-29T20:23:21.071Z] ca9280d653b3: Download complete [2021-01-29T20:23:22.482Z] ca9280d653b3: Pull complete [2021-01-29T20:23:25.624Z] 00ac8860ef70: Pull complete [2021-01-29T20:23:25.624Z] 63d7cb157983: Pull complete [2021-01-29T20:23:25.624Z] b116817d02f9: Pull complete [2021-01-29T20:23:28.266Z] 745a02a5169b: Pull complete [2021-01-29T20:23:28.266Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T20:23:28.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T20:23:28.266Z] ---> b7e6874047d6 [2021-01-29T20:23:28.266Z] 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-29T20:23:30.656Z] 7e9c9ca2126c: Pull complete [2021-01-29T20:23:30.656Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T20:23:30.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:23:30.656Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T20:23:30.850Z] prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container [2021-01-29T20:23:30.898Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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-29T20:23:32.586Z] ---> Running in d25cb8924f1b [2021-01-29T20:23:33.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:23:33.513Z] $ docker top fe329938791f84a9f7f52ef66dff53f164ff9d1f096f41ac50e91c84ca31cfcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:23:34.052Z] + docker-compose build --help [2021-01-29T20:23:34.052Z] + grep parallel [2021-01-29T20:23:34.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:23:34.772Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T20:23:34.772Z] (2/12) Installing file (5.38-r0) [2021-01-29T20:23:34.999Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T20:23:35.013Z] $ docker stop --time=1 fe329938791f84a9f7f52ef66dff53f164ff9d1f096f41ac50e91c84ca31cfcb [2021-01-29T20:23:35.047Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T20:23:35.047Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T20:23:36.356Z] $ docker rm -f fe329938791f84a9f7f52ef66dff53f164ff9d1f096f41ac50e91c84ca31cfcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:23:36.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T20:23:36.944Z] . [Pipeline] withDockerContainer [2021-01-29T20:23:37.045Z] prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container [2021-01-29T20:23:37.226Z] $ 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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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-29T20:23:37.865Z] $ docker top 950618aad7847584cae9541aff4c11c39aaf718b3209d9ade9e5ddb171251297 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:23:38.378Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T20:23:39.784Z] Building docker-core-command-go ... [2021-01-29T20:23:39.784Z] Building docker-core-data-go ... [2021-01-29T20:23:39.784Z] Building docker-core-metadata-go ... [2021-01-29T20:23:39.784Z] Building docker-security-bootstrapper-go ... [2021-01-29T20:23:39.784Z] Building docker-security-proxy-setup-go ... [2021-01-29T20:23:39.784Z] Building docker-security-secretstore-setup-go ... [2021-01-29T20:23:39.784Z] Building docker-support-notifications-go ... [2021-01-29T20:23:39.784Z] Building docker-support-scheduler-go ... [2021-01-29T20:23:39.784Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T20:23:39.784Z] Building docker-support-notifications-go [2021-01-29T20:23:39.784Z] Building docker-support-scheduler-go [2021-01-29T20:23:39.784Z] Building docker-core-metadata-go [2021-01-29T20:23:39.784Z] Building docker-security-secretstore-setup-go [2021-01-29T20:23:39.784Z] Building docker-security-bootstrapper-go [2021-01-29T20:23:41.746Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T20:23:41.747Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T20:23:41.747Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T20:23:41.747Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T20:23:41.747Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T20:23:41.747Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T20:23:41.747Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T20:23:41.747Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T20:23:41.747Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:23:41.747Z] OK: 217 MiB in 51 packages [2021-01-29T20:23:46.057Z] Removing intermediate container d25cb8924f1b [2021-01-29T20:23:46.058Z] ---> 0037f448f196 [2021-01-29T20:23:46.058Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T20:23:46.058Z] ---> Running in ddfb73e165a0 [2021-01-29T20:23:46.058Z] Removing intermediate container ddfb73e165a0 [2021-01-29T20:23:46.058Z] ---> 8722f3793ee8 [2021-01-29T20:23:46.058Z] Step 5/6 : COPY go.mod . [2021-01-29T20:23:47.040Z] ---> 253c87b0f7b8 [2021-01-29T20:23:47.040Z] Step 6/6 : RUN go mod download [2021-01-29T20:23:47.040Z] ---> Running in d8f2288e8c8c [2021-01-29T20:24:12.264Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:24:12.264Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:24:12.264Z] ---> 74aa22604e23 [2021-01-29T20:24:12.264Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T20:24:12.264Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:24:12.264Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:24:12.264Z] ---> 74aa22604e23 [2021-01-29T20:24:12.264Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T20:24:12.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:24:12.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:24:12.264Z] ---> 74aa22604e23 [2021-01-29T20:24:12.264Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T20:24:12.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:24:12.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:24:12.264Z] ---> 74aa22604e23 [2021-01-29T20:24:12.264Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T20:24:12.264Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:24:12.264Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:24:12.264Z] ---> 74aa22604e23 [2021-01-29T20:24:12.264Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:24:12.264Z] ---> Running in 2805f1190817 [2021-01-29T20:24:12.264Z] ---> Running in 6e94977f17fc [2021-01-29T20:24:12.264Z] ---> Running in ef252ce6fea8 [2021-01-29T20:24:12.264Z] ---> Running in 2a0481b1aea3 [2021-01-29T20:24:12.264Z] ---> Running in 78cde562b31d [2021-01-29T20:24:12.264Z] Removing intermediate container 2a0481b1aea3 [2021-01-29T20:24:12.264Z] ---> 84c289980a22 [2021-01-29T20:24:12.264Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:24:12.264Z] Removing intermediate container 78cde562b31d [2021-01-29T20:24:12.264Z] ---> 66ce059b269f [2021-01-29T20:24:12.264Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:24:12.264Z] Removing intermediate container 2805f1190817 [2021-01-29T20:24:12.264Z] ---> 852e8e460035 [2021-01-29T20:24:12.264Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:24:12.264Z] Removing intermediate container ef252ce6fea8 [2021-01-29T20:24:12.264Z] ---> 7b6be73eda69 [2021-01-29T20:24:12.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:24:12.264Z] Removing intermediate container 6e94977f17fc [2021-01-29T20:24:12.264Z] ---> 08bd4ae794c2 [2021-01-29T20:24:12.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:24:12.264Z] ---> Running in 604118a20740 [2021-01-29T20:24:12.264Z] ---> Running in e084df10c9fd [2021-01-29T20:24:12.264Z] ---> Running in 0a565b137ab3 [2021-01-29T20:24:12.264Z] ---> Running in 533e3796941a [2021-01-29T20:24:12.264Z] ---> Running in 786448cf8d24 [2021-01-29T20:24:13.844Z] Removing intermediate container d8f2288e8c8c [2021-01-29T20:24:13.844Z] ---> 3db1b37c1b75 [2021-01-29T20:24:13.844Z] Successfully built 3db1b37c1b75 [2021-01-29T20:24:13.844Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:24:14.190Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T20:24:14.190Z] . [2021-01-29T20:24:14.210Z] Removing intermediate container 0a565b137ab3 [2021-01-29T20:24:14.210Z] ---> eb66d05689a7 [2021-01-29T20:24:14.210Z] Step 5/24 : RUN apk add --update --no-cache make git [Pipeline] withDockerContainer [2021-01-29T20:24:14.436Z] prd-ubuntu18.04-docker-arm64-4c-16g-23996 does not seem to be running inside a container [2021-01-29T20:24:14.472Z] ---> Running in 81647599b4c1 [2021-01-29T20:24:14.472Z] Removing intermediate container 604118a20740 [2021-01-29T20:24:14.472Z] ---> 950a75936be8 [2021-01-29T20:24:14.473Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:24:14.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T20:24:14.735Z] ---> Running in 525fd792ab7e [2021-01-29T20:24:14.735Z] Removing intermediate container e084df10c9fd [2021-01-29T20:24:14.735Z] ---> 29c042fc0025 [2021-01-29T20:24:14.735Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T20:24:15.000Z] Removing intermediate container 533e3796941a [2021-01-29T20:24:15.000Z] ---> 74d4b29d1f33 [2021-01-29T20:24:15.000Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T20:24:15.000Z] ---> Running in 507d7d868d98 [2021-01-29T20:24:15.262Z] Removing intermediate container 786448cf8d24 [2021-01-29T20:24:15.262Z] ---> 156e0891bc09 [2021-01-29T20:24:15.262Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T20:24:15.262Z] ---> Running in d6ac7f0b2a4b [2021-01-29T20:24:15.262Z] ---> Running in 19fe75e82fd3 [2021-01-29T20:24:15.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:15.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:16.000Z] $ docker top 55efe74ef4dd5bc30c318a439396a70505016c96bfd9b9634f8bec41a04933af -eo pid,comm [2021-01-29T20:24:16.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:16.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:16.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:16.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [2021-01-29T20:24:16.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-01-29T20:24:16.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:16.642Z] OK: 233 MiB in 51 packages [2021-01-29T20:24:16.907Z] OK: 233 MiB in 51 packages [2021-01-29T20:24:16.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:16.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:24:17.035Z] + go version [2021-01-29T20:24:17.035Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T20:24:17.058Z] $ docker stop --time=1 55efe74ef4dd5bc30c318a439396a70505016c96bfd9b9634f8bec41a04933af [2021-01-29T20:24:17.488Z] Removing intermediate container 81647599b4c1 [2021-01-29T20:24:17.488Z] ---> 6215d43332f8 [2021-01-29T20:24:17.488Z] Step 6/24 : COPY go.mod . [2021-01-29T20:24:17.488Z] OK: 233 MiB in 51 packages [2021-01-29T20:24:17.488Z] OK: 233 MiB in 51 packages [2021-01-29T20:24:17.488Z] Removing intermediate container 525fd792ab7e [2021-01-29T20:24:17.488Z] ---> 61154c369e2d [2021-01-29T20:24:17.488Z] Step 6/23 : COPY go.mod . [2021-01-29T20:24:17.488Z] ---> 39c984de03ee [2021-01-29T20:24:17.488Z] Step 7/24 : RUN go mod download [2021-01-29T20:24:17.751Z] ---> Running in d1fadda0bbd1 [2021-01-29T20:24:17.751Z] OK: 233 MiB in 51 packages [2021-01-29T20:24:17.751Z] ---> 6534a2ef529e [2021-01-29T20:24:17.751Z] Step 7/23 : RUN go mod download [2021-01-29T20:24:18.013Z] ---> Running in 73f5f7be2ecd [2021-01-29T20:24:18.276Z] Removing intermediate container 507d7d868d98 [2021-01-29T20:24:18.276Z] ---> 68753586b82f [2021-01-29T20:24:18.276Z] Step 6/34 : COPY go.mod . [2021-01-29T20:24:18.543Z] Removing intermediate container 19fe75e82fd3 [2021-01-29T20:24:18.543Z] ---> 169728be79d4 [2021-01-29T20:24:18.543Z] Step 6/22 : COPY go.mod . [2021-01-29T20:24:18.807Z] ---> e317402a9cf7 [2021-01-29T20:24:18.807Z] Step 7/34 : RUN go mod download [2021-01-29T20:24:18.807Z] ---> Running in 063e02097e55 [2021-01-29T20:24:19.012Z] $ docker rm -f 55efe74ef4dd5bc30c318a439396a70505016c96bfd9b9634f8bec41a04933af [2021-01-29T20:24:19.071Z] ---> 775f14ae1e22 [2021-01-29T20:24:19.071Z] Step 7/22 : RUN go mod download [2021-01-29T20:24:19.071Z] Removing intermediate container d6ac7f0b2a4b [2021-01-29T20:24:19.071Z] ---> 2c89eb4ea800 [2021-01-29T20:24:19.071Z] Step 6/22 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [2021-01-29T20:24:19.342Z] ---> Running in b197237789af [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2021-01-29T20:24:19.621Z] ---> 79e24ccd725b [2021-01-29T20:24:19.622Z] Step 7/22 : RUN go mod download [2021-01-29T20:24:19.622Z] ---> Running in 623be61b9bd1 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:24:20.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:24:20.130Z] [2021-01-29T20:24:20.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:24:20.517Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:24:20.602Z] Removing intermediate container d1fadda0bbd1 [2021-01-29T20:24:20.603Z] ---> 9a485b8bd1c2 [2021-01-29T20:24:20.603Z] Step 8/24 : COPY . . [2021-01-29T20:24:20.603Z] Removing intermediate container 73f5f7be2ecd [2021-01-29T20:24:20.603Z] ---> bc341c6f67e9 [2021-01-29T20:24:20.603Z] Step 8/23 : COPY . . [2021-01-29T20:24:20.795Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T20:24:20.795Z] 29e5d40040c1: Pulling fs layer [2021-01-29T20:24:20.795Z] 1ce36da41761: Pulling fs layer [2021-01-29T20:24:20.795Z] 25b303627fd3: Pulling fs layer [2021-01-29T20:24:20.873Z] Removing intermediate container b197237789af [2021-01-29T20:24:20.873Z] ---> aa741e25fc4f [2021-01-29T20:24:20.873Z] Step 8/22 : COPY . . [2021-01-29T20:24:21.068Z] 29e5d40040c1: Verifying Checksum [2021-01-29T20:24:21.068Z] 29e5d40040c1: Download complete [2021-01-29T20:24:21.667Z] 1ce36da41761: Verifying Checksum [2021-01-29T20:24:21.667Z] 1ce36da41761: Download complete [2021-01-29T20:24:21.944Z] 29e5d40040c1: Pull complete [2021-01-29T20:24:23.383Z] 1ce36da41761: Pull complete [2021-01-29T20:24:23.383Z] 25b303627fd3: Verifying Checksum [2021-01-29T20:24:23.383Z] 25b303627fd3: Download complete [2021-01-29T20:24:25.135Z] Removing intermediate container 063e02097e55 [2021-01-29T20:24:25.135Z] ---> 5d0a02e221c0 [2021-01-29T20:24:25.135Z] Step 8/34 : COPY . . [2021-01-29T20:24:28.553Z] Removing intermediate container 623be61b9bd1 [2021-01-29T20:24:28.553Z] ---> 8cc13a6249c0 [2021-01-29T20:24:28.553Z] Step 8/22 : COPY . . [2021-01-29T20:24:33.549Z] 25b303627fd3: Pull complete [2021-01-29T20:24:33.549Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T20:24:33.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:24:33.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T20:24:33.801Z] prd-ubuntu18.04-docker-arm64-4c-16g-23996 does not seem to be running inside a container [2021-01-29T20:24:33.888Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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-29T20:24:37.142Z] $ docker top fc62a76cf2cf7f47bc3656379907607d6534d1497393bd304480008b0eedfcc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:24:38.199Z] + docker-compose+ buildgrep --help parallel [2021-01-29T20:24:38.199Z] [2021-01-29T20:24:41.575Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T20:24:41.597Z] $ docker stop --time=1 fc62a76cf2cf7f47bc3656379907607d6534d1497393bd304480008b0eedfcc5 [2021-01-29T20:24:43.558Z] $ docker rm -f fc62a76cf2cf7f47bc3656379907607d6534d1497393bd304480008b0eedfcc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:24:44.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T20:24:44.351Z] . [Pipeline] withDockerContainer [2021-01-29T20:24:44.611Z] prd-ubuntu18.04-docker-arm64-4c-16g-23996 does not seem to be running inside a container [2021-01-29T20:24:44.694Z] $ 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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T20:24:46.145Z] $ docker top 2ef3aca5e6b64f757c1ed4a0865600e7c8f7f40d009e726a548da17f66c4b26e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:24:47.158Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T20:24:50.533Z] Building docker-core-command-go ... [2021-01-29T20:24:50.533Z] Building docker-core-data-go ... [2021-01-29T20:24:50.533Z] Building docker-core-metadata-go ... [2021-01-29T20:24:50.533Z] Building docker-security-bootstrapper-go ... [2021-01-29T20:24:50.533Z] Building docker-security-proxy-setup-go ... [2021-01-29T20:24:50.533Z] Building docker-security-secretstore-setup-go ... [2021-01-29T20:24:50.533Z] Building docker-support-notifications-go ... [2021-01-29T20:24:50.533Z] Building docker-support-scheduler-go ... [2021-01-29T20:24:50.533Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T20:24:50.533Z] Building docker-support-scheduler-go [2021-01-29T20:24:50.533Z] Building docker-security-proxy-setup-go [2021-01-29T20:24:50.533Z] Building docker-core-command-go [2021-01-29T20:24:50.533Z] Building docker-core-data-go [2021-01-29T20:24:50.533Z] Building docker-support-notifications-go [2021-01-29T20:25:00.854Z] ---> d3cc918af4b4 [2021-01-29T20:25:00.854Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T20:25:00.854Z] ---> 44156b1dc0bf [2021-01-29T20:25:00.854Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T20:25:01.808Z] ---> a2f6124fe417 [2021-01-29T20:25:01.808Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T20:25:02.072Z] ---> Running in 766066da6594 [2021-01-29T20:25:02.072Z] ---> Running in b66a8a295c7c [2021-01-29T20:25:02.072Z] ---> Running in 09802969dbe4 [2021-01-29T20:25:02.072Z] ---> 60fb88c3eaab [2021-01-29T20:25:02.072Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T20:25:02.339Z] ---> b1e3d7eb1f44 [2021-01-29T20:25:02.339Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T20:25:02.339Z] ---> Running in a0152fb604d3 [2021-01-29T20:25:02.339Z] ---> Running in 7430a0afc528 [2021-01-29T20:25:02.928Z] Removing intermediate container a0152fb604d3 [2021-01-29T20:25:02.928Z] ---> 193ccfe93cc8 [2021-01-29T20:25:02.928Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T20:25:02.928Z] ---> Running in 613c79c75b8a [2021-01-29T20:25:03.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T20:25:03.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T20:25:03.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T20:25:03.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T20:25:03.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T20:25:36.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T20:25:36.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T20:25:37.498Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:25:37.498Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:25:37.498Z] ---> 3db1b37c1b75 [2021-01-29T20:25:37.498Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T20:25:37.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:25:37.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:25:37.498Z] ---> 3db1b37c1b75 [2021-01-29T20:25:37.498Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:25:37.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:25:37.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:25:37.498Z] ---> 3db1b37c1b75 [2021-01-29T20:25:37.498Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:25:37.498Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:25:37.498Z] [2021-01-29T20:25:37.498Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:25:37.498Z] [2021-01-29T20:25:37.498Z] ---> 3db1b37c1b75 [2021-01-29T20:25:37.498Z] ---> 3db1b37c1b75 [2021-01-29T20:25:37.498Z] Step 3/22 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go [2021-01-29T20:25:37.498Z] [2021-01-29T20:25:38.786Z] Removing intermediate container 7430a0afc528 [2021-01-29T20:25:38.786Z] ---> 0861f717a549 [2021-01-29T20:25:38.786Z] [2021-01-29T20:25:38.786Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:25:38.786Z] Removing intermediate container b66a8a295c7c [2021-01-29T20:25:38.786Z] ---> bed9b62c8ffa [2021-01-29T20:25:38.786Z] [2021-01-29T20:25:38.786Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T20:25:38.786Z] 3.12: Pulling from library/alpine [2021-01-29T20:25:38.786Z] 3.12: Pulling from library/alpine [2021-01-29T20:25:39.060Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T20:25:39.061Z] + cd /tmp/build/dist/linux [2021-01-29T20:25:39.061Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T20:25:39.061Z] Cloning into '.'... [2021-01-29T20:25:39.328Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T20:25:39.328Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T20:25:39.328Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T20:25:39.328Z] ---> 389fef711851 [2021-01-29T20:25:39.328Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T20:25:39.328Z] Status: Image is up to date for alpine:3.12 [2021-01-29T20:25:39.328Z] ---> 389fef711851 [2021-01-29T20:25:39.328Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T20:25:39.482Z] ---> Running in 62846a3d0106 [2021-01-29T20:25:39.482Z] ---> Running in 53c06ee8aee9 [2021-01-29T20:25:39.482Z] ---> Running in 57cd9fa0c1d0 [2021-01-29T20:25:39.482Z] ---> Running in bade45d47dcb [2021-01-29T20:25:39.482Z] ---> Running in 095a4bb9974c [2021-01-29T20:25:40.091Z] Removing intermediate container 62846a3d0106 [2021-01-29T20:25:40.091Z] ---> 7f7f84637912 [2021-01-29T20:25:40.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:25:40.091Z] Removing intermediate container bade45d47dcb [2021-01-29T20:25:40.091Z] Removing intermediate container 53c06ee8aee9 [2021-01-29T20:25:40.091Z] ---> 6d820f70307e [2021-01-29T20:25:40.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:25:40.091Z] ---> 53d15c5894d3 [2021-01-29T20:25:40.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:25:40.379Z] Removing intermediate container 57cd9fa0c1d0 [2021-01-29T20:25:40.379Z] ---> a2243c3bd9db [2021-01-29T20:25:40.379Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:25:40.379Z] Removing intermediate container 095a4bb9974c [2021-01-29T20:25:40.379Z] ---> 1fcfb47e6a00 [2021-01-29T20:25:40.379Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:25:40.379Z] ---> Running in 3fadb748cbc8 [2021-01-29T20:25:40.379Z] ---> Running in 3b271c7ca5b1 [2021-01-29T20:25:40.379Z] ---> Running in bd64a2679284 [2021-01-29T20:25:40.659Z] ---> Running in 1613f7463a30 [2021-01-29T20:25:40.659Z] ---> Running in eda7e0b1ff4f [2021-01-29T20:25:41.884Z] + go get github.com/robfig/glock [2021-01-29T20:25:42.846Z]  ---> Running in 9b011ae867d5 [2021-01-29T20:25:42.846Z] ---> Running in 8c462b3360bb [2021-01-29T20:25:43.114Z] Removing intermediate container 766066da6594 [2021-01-29T20:25:43.114Z] ---> 42e22d2273ff [2021-01-29T20:25:43.114Z] [2021-01-29T20:25:43.114Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:25:43.114Z] ---> 389fef711851 [2021-01-29T20:25:43.114Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:25:43.384Z] ---> Running in 775c65a08ecf [2021-01-29T20:25:43.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:43.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:43.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:43.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:43.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:43.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:44.090Z] Removing intermediate container 3fadb748cbc8 [2021-01-29T20:25:44.090Z] ---> e5123515dce4 [2021-01-29T20:25:44.090Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T20:25:44.236Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T20:25:44.236Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T20:25:44.236Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T20:25:44.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:25:44.236Z] OK: 6 MiB in 15 packages [2021-01-29T20:25:44.236Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T20:25:44.236Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:25:44.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:25:44.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:25:44.236Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T20:25:44.379Z] ---> Running in 1bec9046c058 [2021-01-29T20:25:44.380Z] Removing intermediate container 3b271c7ca5b1 [2021-01-29T20:25:44.380Z] ---> d76d0c56314d [2021-01-29T20:25:44.380Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:25:44.498Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T20:25:44.498Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T20:25:44.498Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:25:44.498Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:25:44.498Z] OK: 6 MiB in 16 packages [2021-01-29T20:25:44.498Z] OK: 7 MiB in 19 packages [2021-01-29T20:25:44.677Z] ---> Running in 4f6f8a86614d [2021-01-29T20:25:44.963Z] Removing intermediate container 1613f7463a30 [2021-01-29T20:25:44.963Z] ---> f21bd52fb477 [2021-01-29T20:25:44.963Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T20:25:45.241Z] Removing intermediate container bd64a2679284 [2021-01-29T20:25:45.241Z] ---> 497b75ac5f58 [2021-01-29T20:25:45.241Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T20:25:45.241Z] Removing intermediate container eda7e0b1ff4f [2021-01-29T20:25:45.241Z] ---> cb3fb38f86bf [2021-01-29T20:25:45.241Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T20:25:45.241Z] ---> Running in 50f8f5231a0d [2021-01-29T20:25:45.502Z] Removing intermediate container 09802969dbe4 [2021-01-29T20:25:45.502Z] ---> 9b3ee540f60d [2021-01-29T20:25:45.502Z] [2021-01-29T20:25:45.502Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:25:45.502Z] ---> 389fef711851 [2021-01-29T20:25:45.502Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:25:45.520Z] ---> Running in 6371bb8bdcc0 [2021-01-29T20:25:45.520Z] ---> Running in 13e4a807768a [2021-01-29T20:25:45.778Z] ---> Running in 8b7f042e9022 [2021-01-29T20:25:46.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:46.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:46.784Z] Removing intermediate container 775c65a08ecf [2021-01-29T20:25:46.784Z] ---> 02019c43c8b4 [2021-01-29T20:25:46.784Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:25:47.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:47.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:47.074Z] ---> Running in 4fd6781467eb [2021-01-29T20:25:47.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:47.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:47.366Z] Removing intermediate container 8c462b3360bb [2021-01-29T20:25:47.366Z] ---> 9d6fc9427c3f [2021-01-29T20:25:47.366Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:25:47.366Z] Removing intermediate container 9b011ae867d5 [2021-01-29T20:25:47.366Z] ---> 33e484d0d7b2 [2021-01-29T20:25:47.366Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:25:47.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:25:47.366Z] ---> Running in dff643122928 [2021-01-29T20:25:47.366Z] ---> Running in 86da0f98f0a0 [2021-01-29T20:25:47.366Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T20:25:47.366Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:25:47.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:47.574Z] OK: 217 MiB in 51 packages [2021-01-29T20:25:47.640Z] Removing intermediate container 4fd6781467eb [2021-01-29T20:25:47.640Z] ---> 02b8c324b652 [2021-01-29T20:25:47.640Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T20:25:47.640Z] OK: 6 MiB in 15 packages [2021-01-29T20:25:47.640Z] ---> Running in f0e5a6d69544 [2021-01-29T20:25:47.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:47.903Z] Removing intermediate container dff643122928 [2021-01-29T20:25:47.903Z] ---> a2fd0e9dd54e [2021-01-29T20:25:47.903Z] Step 13/24 : WORKDIR / [2021-01-29T20:25:47.903Z] Removing intermediate container 86da0f98f0a0 [2021-01-29T20:25:47.903Z] ---> 1dd76122b6b7 [2021-01-29T20:25:47.903Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T20:25:48.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:48.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:48.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:25:48.717Z] OK: 217 MiB in 51 packages [2021-01-29T20:25:48.994Z] OK: 217 MiB in 51 packages [2021-01-29T20:25:48.994Z] OK: 217 MiB in 51 packages [2021-01-29T20:25:49.274Z] Removing intermediate container 1bec9046c058 [2021-01-29T20:25:49.274Z] ---> 8be50925ba49 [2021-01-29T20:25:49.274Z] Step 6/22 : COPY go.mod . [2021-01-29T20:25:49.274Z] OK: 217 MiB in 51 packages [2021-01-29T20:25:50.260Z] ---> 8510aa21f8d3 [2021-01-29T20:25:50.260Z] Step 7/22 : RUN go mod download [2021-01-29T20:25:50.551Z] ---> Running in 69b42ab951c8 [2021-01-29T20:25:50.551Z] Removing intermediate container 4f6f8a86614d [2021-01-29T20:25:50.551Z] ---> 30ee94915892 [2021-01-29T20:25:50.551Z] Step 6/23 : COPY go.mod . [2021-01-29T20:25:51.183Z] Removing intermediate container 13e4a807768a [2021-01-29T20:25:51.183Z] ---> a53118a71f2e [2021-01-29T20:25:51.183Z] Step 6/22 : COPY go.mod . [2021-01-29T20:25:51.223Z] Removing intermediate container f0e5a6d69544 [2021-01-29T20:25:51.223Z] ---> 3ef5e37a252c [2021-01-29T20:25:51.223Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:25:51.223Z] ---> Running in 91aeadcdbf0e [2021-01-29T20:25:51.223Z] ---> Running in ca51b2c4a324 [2021-01-29T20:25:51.223Z] ---> Running in 1da9f4cc8434 [2021-01-29T20:25:51.223Z] Removing intermediate container ca51b2c4a324 [2021-01-29T20:25:51.223Z] ---> 74ca46dae6a4 [2021-01-29T20:25:51.223Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:25:51.223Z] Removing intermediate container 8b7f042e9022 [2021-01-29T20:25:51.223Z] ---> 93c171a1e3e1 [2021-01-29T20:25:51.223Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:25:51.223Z] Removing intermediate container 91aeadcdbf0e [2021-01-29T20:25:51.223Z] ---> e00cb4b22c1f [2021-01-29T20:25:51.223Z] 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-29T20:25:51.223Z] Removing intermediate container 1da9f4cc8434 [2021-01-29T20:25:51.223Z] ---> 99b10d535620 [2021-01-29T20:25:51.223Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:25:51.470Z] Removing intermediate container 50f8f5231a0d [2021-01-29T20:25:51.470Z] ---> 84a8447eca4b [2021-01-29T20:25:51.470Z] Step 6/23 : COPY go.mod . [2021-01-29T20:25:51.470Z] Removing intermediate container 6371bb8bdcc0 [2021-01-29T20:25:51.470Z] ---> 67c7e69a6b1e [2021-01-29T20:25:51.470Z] Step 6/21 : COPY go.mod . [2021-01-29T20:25:51.499Z] ---> Running in faaa17bfa6e4 [2021-01-29T20:25:51.499Z] ---> Running in d377d1628190 [2021-01-29T20:25:51.755Z] ---> 1dd6e18f46d2 [2021-01-29T20:25:51.755Z] Step 7/23 : RUN go mod download [2021-01-29T20:25:51.772Z] Removing intermediate container faaa17bfa6e4 [2021-01-29T20:25:51.772Z] ---> 67b1d1912a02 [2021-01-29T20:25:51.772Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:25:51.772Z] ---> 39acf13ca93b [2021-01-29T20:25:51.772Z] 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-29T20:25:51.772Z] Removing intermediate container d377d1628190 [2021-01-29T20:25:51.772Z] ---> d250c7d0a7a5 [2021-01-29T20:25:51.772Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T20:25:51.772Z] ---> 88e4d8e27bb4 [2021-01-29T20:25:51.772Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T20:25:52.029Z] ---> Running in ba1a80acad12 [2021-01-29T20:25:52.043Z] ---> Running in 9cad490e1ddd [2021-01-29T20:25:52.043Z] + glock sync -n [2021-01-29T20:25:52.305Z] ---> ab7a8609fc40 [2021-01-29T20:25:52.305Z] Step 7/22 : RUN go mod download [2021-01-29T20:25:52.312Z]  ---> f59e16e2a08a [2021-01-29T20:25:52.312Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T20:25:52.312Z] ---> addb5ee16bb0 [2021-01-29T20:25:52.312Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T20:25:52.312Z] Removing intermediate container 9cad490e1ddd [2021-01-29T20:25:52.312Z] ---> caf3d65fcc03 [2021-01-29T20:25:52.312Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T20:25:52.580Z] ---> Running in 023faff70c66 [2021-01-29T20:25:52.582Z] ---> Running in 3eb0301bad25 [2021-01-29T20:25:52.582Z] ---> dfca0e3ff7b0 [2021-01-29T20:25:52.582Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T20:25:52.845Z] ---> 0ce74eeb7f7b [2021-01-29T20:25:52.845Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T20:25:52.845Z] Removing intermediate container 3eb0301bad25 [2021-01-29T20:25:52.845Z] ---> f977ae7dc580 [2021-01-29T20:25:52.845Z] Step 15/23 : WORKDIR / [2021-01-29T20:25:52.858Z] ---> 6a16cfea6c83 [2021-01-29T20:25:52.858Z] Step 7/21 : RUN go mod download [2021-01-29T20:25:52.858Z] ---> f1793b29d8a3 [2021-01-29T20:25:52.858Z] Step 7/23 : RUN go mod download [2021-01-29T20:25:53.110Z] ---> 09f3d16b4254 [2021-01-29T20:25:53.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T20:25:53.110Z] ---> 8b9d35cecf03 [2021-01-29T20:25:53.110Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T20:25:53.110Z] ---> Running in e6f6bdd55466 [2021-01-29T20:25:53.139Z] ---> Running in 12c54aad3c6f [2021-01-29T20:25:53.139Z] ---> Running in 07bb42ae5f82 [2021-01-29T20:25:53.384Z] ---> Running in a19d19177059 [2021-01-29T20:25:53.384Z] ---> 6e4e392814db [2021-01-29T20:25:53.384Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T20:25:53.384Z] ---> 76b39bb2b5a4 [2021-01-29T20:25:53.384Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T20:25:53.973Z] Removing intermediate container e6f6bdd55466 [2021-01-29T20:25:53.973Z] ---> def0e2c0d9f5 [2021-01-29T20:25:53.973Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:25:53.973Z] ---> Running in 79367e3e881f [2021-01-29T20:25:54.239Z] ---> 1ff8a9388dfc [2021-01-29T20:25:54.239Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T20:25:54.239Z] Removing intermediate container a19d19177059 [2021-01-29T20:25:54.239Z] ---> bc1f41c9c582 [2021-01-29T20:25:54.239Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:25:54.506Z] ---> Running in bb2f232dc809 [2021-01-29T20:25:54.506Z] ---> 5a29ce060baf [2021-01-29T20:25:54.506Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T20:25:54.506Z] Removing intermediate container 79367e3e881f [2021-01-29T20:25:54.506Z] ---> 571edb827ae9 [2021-01-29T20:25:54.506Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:25:54.597Z] Removing intermediate container 69b42ab951c8 [2021-01-29T20:25:54.597Z] ---> 337c1c705718 [2021-01-29T20:25:54.597Z] Step 8/22 : COPY . . [2021-01-29T20:25:54.783Z] ---> Running in 5d739970e984 [2021-01-29T20:25:54.783Z] ---> c8ef52e4c80f [2021-01-29T20:25:54.783Z] 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-29T20:25:54.783Z] Removing intermediate container bb2f232dc809 [2021-01-29T20:25:54.783Z] ---> f4f87a76581d [2021-01-29T20:25:54.783Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T20:25:55.071Z] ---> Running in a6fcfb9202f4 [2021-01-29T20:25:55.071Z] ---> Running in 951318bee17a [2021-01-29T20:25:55.071Z] Removing intermediate container 5d739970e984 [2021-01-29T20:25:55.071Z] ---> 8ab27acdd0ea [2021-01-29T20:25:55.071Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T20:25:55.356Z] ---> Running in 01e9257e64c7 [2021-01-29T20:25:55.356Z] Removing intermediate container 951318bee17a [2021-01-29T20:25:55.356Z] ---> 79ec0005ef9e [2021-01-29T20:25:55.356Z] Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:25:55.356Z] ---> f04b9239f588 [2021-01-29T20:25:55.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T20:25:55.640Z] ---> Running in 7df1d02f3bb5 [2021-01-29T20:25:56.586Z] Removing intermediate container ba1a80acad12 [2021-01-29T20:25:56.586Z] ---> c324f87cc564 [2021-01-29T20:25:56.594Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T20:25:56.594Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T20:25:56.594Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T20:25:56.856Z] Removing intermediate container 01e9257e64c7 [2021-01-29T20:25:56.856Z] ---> 00d49c97fdd7 [2021-01-29T20:25:56.856Z] Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:25:56.861Z] Step 8/23 : COPY . . [2021-01-29T20:25:57.134Z] Removing intermediate container 023faff70c66 [2021-01-29T20:25:57.134Z] ---> e8fdbbaf4d8b [2021-01-29T20:25:57.134Z] Step 8/22 : COPY . . [2021-01-29T20:25:57.435Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T20:25:57.435Z] + git describe '--abbrev=0' --tags [2021-01-29T20:25:57.435Z] + TAG=v0.6.1 [2021-01-29T20:25:57.435Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T20:25:57.435Z] + apk --print-arch [2021-01-29T20:25:57.435Z] building [dockerize] for amd64 ... [2021-01-29T20:25:57.435Z] + arch=x86_64 [2021-01-29T20:25:57.435Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-29T20:25:57.435Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-29T20:25:58.394Z] Removing intermediate container 7df1d02f3bb5 [2021-01-29T20:25:58.395Z] ---> 836d676e089a [2021-01-29T20:25:58.395Z] Step 22/22 : LABEL version=2.0.0-dev.65 [2021-01-29T20:25:58.395Z] ---> Running in 1146c19ccf8e [2021-01-29T20:25:58.395Z] ---> 65ca93de04b1 [2021-01-29T20:25:58.395Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T20:25:58.395Z] ---> Running in 1ff69555481d [2021-01-29T20:25:58.656Z] ---> Running in b61bb44885ab [2021-01-29T20:25:58.925Z] Removing intermediate container 1146c19ccf8e [2021-01-29T20:25:58.926Z] ---> f8898b0b2611 [2021-01-29T20:25:58.926Z] Step 22/22 : LABEL version=2.0.0-dev.65 [2021-01-29T20:25:58.926Z] Removing intermediate container 1ff69555481d [2021-01-29T20:25:58.926Z] ---> ddd9c544cf07 [2021-01-29T20:25:58.926Z] [2021-01-29T20:25:59.125Z] Removing intermediate container 12c54aad3c6f [2021-01-29T20:25:59.125Z] ---> 50936ca93a7d [2021-01-29T20:25:59.125Z] Step 8/21 : COPY . . [2021-01-29T20:25:59.125Z] Removing intermediate container 07bb42ae5f82 [2021-01-29T20:25:59.125Z] ---> a02aeb1bbf44 [2021-01-29T20:25:59.125Z] Step 8/23 : COPY . . [2021-01-29T20:25:59.202Z] ---> Running in ed7885dbe823 [2021-01-29T20:25:59.202Z] Removing intermediate container a6fcfb9202f4 [2021-01-29T20:25:59.202Z] ---> f350aecfc9f3 [2021-01-29T20:25:59.202Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T20:25:59.202Z] Removing intermediate container b61bb44885ab [2021-01-29T20:25:59.202Z] ---> e02d15c21846 [2021-01-29T20:25:59.202Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:25:59.482Z] ---> Running in 6b72b53c1e08 [2021-01-29T20:25:59.482Z] Successfully built ddd9c544cf07 [2021-01-29T20:25:59.482Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T20:25:59.482Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-29T20:25:59.482Z] ---> Running in d9b335d13712 [2021-01-29T20:25:59.482Z] Removing intermediate container ed7885dbe823 [2021-01-29T20:25:59.482Z] ---> 6590d09f2686 [2021-01-29T20:25:59.482Z] [2021-01-29T20:25:59.757Z] Removing intermediate container 6b72b53c1e08 [2021-01-29T20:25:59.757Z] ---> 82f2749a3acf [2021-01-29T20:25:59.757Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T20:25:59.757Z] Successfully built 6590d09f2686 [2021-01-29T20:25:59.757Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T20:25:59.757Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-29T20:26:00.045Z] Removing intermediate container d9b335d13712 [2021-01-29T20:26:00.045Z] ---> 6d854f144386 [2021-01-29T20:26:00.045Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T20:26:00.045Z] ---> Running in dd00be161d7c [2021-01-29T20:26:00.045Z] ---> Running in 7fe22a051b83 [2021-01-29T20:26:00.323Z] Removing intermediate container dd00be161d7c [2021-01-29T20:26:00.323Z] ---> df3d337352a6 [2021-01-29T20:26:00.323Z] Step 23/24 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:26:00.323Z] ---> Running in 61d2bfe27dc1 [2021-01-29T20:26:00.323Z] Removing intermediate container 7fe22a051b83 [2021-01-29T20:26:00.323Z] ---> 8ac0347d88fc [2021-01-29T20:26:00.323Z] Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:26:05.692Z] ---> Running in 97e3c3c08877 [2021-01-29T20:26:07.645Z] Removing intermediate container 61d2bfe27dc1 [2021-01-29T20:26:07.645Z] ---> c2b7ddfcd913 [2021-01-29T20:26:07.645Z] Step 24/24 : LABEL version=2.0.0-dev.65 [2021-01-29T20:26:08.230Z] Removing intermediate container 97e3c3c08877 [2021-01-29T20:26:08.230Z] ---> 203cb1bf3e8e [2021-01-29T20:26:08.230Z] Step 23/23 : LABEL version=2.0.0-dev.65 [2021-01-29T20:26:08.230Z] ---> Running in 8eb55219202b [2021-01-29T20:26:08.504Z] ---> Running in e35d1286178b [2021-01-29T20:26:09.101Z] Removing intermediate container e35d1286178b [2021-01-29T20:26:09.101Z] ---> d9525505d6f1 [2021-01-29T20:26:09.101Z] [2021-01-29T20:26:09.378Z] Removing intermediate container 8eb55219202b [2021-01-29T20:26:09.378Z] ---> 1d7cb9298437 [2021-01-29T20:26:09.378Z] [2021-01-29T20:26:09.378Z] Successfully built d9525505d6f1 [2021-01-29T20:26:09.656Z] Successfully built 1d7cb9298437 [2021-01-29T20:26:09.656Z] Successfully tagged docker-core-metadata-go:latest [2021-01-29T20:26:09.656Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-29T20:26:09.656Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T20:26:09.656Z] Building docker-sys-mgmt-agent-go [2021-01-29T20:26:14.282Z] ---> 0e7af0c28ace [2021-01-29T20:26:14.282Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T20:26:14.282Z] ---> 0433d7c8e3c9 [2021-01-29T20:26:14.282Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T20:26:14.282Z] ---> c44c043772aa [2021-01-29T20:26:14.282Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T20:26:14.553Z] ---> 34f7bd0b12da [2021-01-29T20:26:14.553Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T20:26:14.553Z] ---> 8cfc0bc16d71 [2021-01-29T20:26:14.553Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T20:26:14.553Z] ---> Running in 42d1584500f9 [2021-01-29T20:26:14.828Z] ---> Running in a848d5ebb169 [2021-01-29T20:26:14.829Z] ---> Running in 9f4e215ce2af [2021-01-29T20:26:14.829Z] ---> Running in f45aa472598b [2021-01-29T20:26:14.829Z] ---> Running in b3777b7f8af5 [2021-01-29T20:26:16.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T20:26:16.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T20:26:17.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T20:26:17.380Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T20:26:17.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T20:26:23.548Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:23.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:23.548Z] ---> 74aa22604e23 [2021-01-29T20:26:23.548Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:26:23.548Z] ---> Using cache [2021-01-29T20:26:23.548Z] ---> 08bd4ae794c2 [2021-01-29T20:26:23.548Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:23.548Z] ---> Using cache [2021-01-29T20:26:23.548Z] ---> 156e0891bc09 [2021-01-29T20:26:23.548Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T20:26:23.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:23.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:23.548Z] ---> 74aa22604e23 [2021-01-29T20:26:23.548Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:26:23.548Z] ---> Using cache [2021-01-29T20:26:23.548Z] ---> 08bd4ae794c2 [2021-01-29T20:26:23.548Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:23.548Z] ---> Using cache [2021-01-29T20:26:23.548Z] ---> 156e0891bc09 [2021-01-29T20:26:23.548Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:26:23.548Z] ---> Using cache [2021-01-29T20:26:23.548Z] ---> 169728be79d4 [2021-01-29T20:26:23.548Z] Step 6/23 : COPY go.mod . [2021-01-29T20:26:23.548Z] ---> Using cache [2021-01-29T20:26:23.548Z] ---> 775f14ae1e22 [2021-01-29T20:26:23.548Z] Step 7/23 : RUN go mod download [2021-01-29T20:26:23.548Z] ---> Using cache [2021-01-29T20:26:23.548Z] ---> aa741e25fc4f [2021-01-29T20:26:23.548Z] Step 8/23 : COPY . . [2021-01-29T20:26:23.814Z] ---> Using cache [2021-01-29T20:26:23.814Z] ---> d3cc918af4b4 [2021-01-29T20:26:23.814Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T20:26:24.408Z] ---> Running in 0e4fcfbe550f [2021-01-29T20:26:24.408Z] ---> Running in 09d370447d1c [2021-01-29T20:26:29.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T20:26:29.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:29.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:29.904Z] OK: 233 MiB in 51 packages [2021-01-29T20:26:32.510Z] Removing intermediate container 0e4fcfbe550f [2021-01-29T20:26:32.510Z] ---> bb18b4f456dd [2021-01-29T20:26:32.510Z] Step 6/23 : COPY go.mod . [2021-01-29T20:26:33.938Z] + date [2021-01-29T20:26:33.938Z] Fri Jan 29 20:26:33 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T20:26:33.938Z] + echo 'Fri Jan 29 20:26:33 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T20:26:34.212Z]  ---> 03e9c82d00c2 [2021-01-29T20:26:34.212Z] Step 7/23 : RUN go mod download [2021-01-29T20:26:34.212Z] ---> Running in e21563b0636f [2021-01-29T20:26:39.607Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:39.607Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:39.607Z] ---> 74aa22604e23 [2021-01-29T20:26:39.607Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T20:26:39.607Z] ---> Using cache [2021-01-29T20:26:39.607Z] ---> 08bd4ae794c2 [2021-01-29T20:26:39.607Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:39.607Z] ---> Using cache [2021-01-29T20:26:39.607Z] ---> 156e0891bc09 [2021-01-29T20:26:39.607Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T20:26:39.882Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:26:39.882Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:26:39.882Z] ---> 74aa22604e23 [2021-01-29T20:26:39.882Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T20:26:39.882Z] ---> Using cache [2021-01-29T20:26:39.882Z] ---> 08bd4ae794c2 [2021-01-29T20:26:39.882Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:26:39.882Z] ---> Using cache [2021-01-29T20:26:39.882Z] ---> 156e0891bc09 [2021-01-29T20:26:39.882Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T20:26:39.882Z] ---> Using cache [2021-01-29T20:26:39.882Z] ---> 169728be79d4 [2021-01-29T20:26:39.882Z] Step 6/21 : COPY go.mod . [2021-01-29T20:26:39.882Z] ---> Using cache [2021-01-29T20:26:39.882Z] ---> 775f14ae1e22 [2021-01-29T20:26:39.882Z] Step 7/21 : RUN go mod download [2021-01-29T20:26:39.882Z] ---> Using cache [2021-01-29T20:26:39.882Z] ---> aa741e25fc4f [2021-01-29T20:26:39.882Z] Step 8/21 : COPY . . [2021-01-29T20:26:40.151Z] ---> Using cache [2021-01-29T20:26:40.151Z] ---> d3cc918af4b4 [2021-01-29T20:26:40.151Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T20:26:42.734Z] ---> Running in 11c9974ae66e [2021-01-29T20:26:42.734Z] ---> Running in b95d81bc9812 [2021-01-29T20:26:43.319Z] Removing intermediate container e21563b0636f [2021-01-29T20:26:43.319Z] ---> afd98f34a405 [2021-01-29T20:26:43.319Z] Step 8/23 : COPY . . [2021-01-29T20:26:44.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T20:26:44.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:44.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:26:45.872Z] OK: 233 MiB in 51 packages [2021-01-29T20:26:54.187Z] Removing intermediate container 11c9974ae66e [2021-01-29T20:26:54.187Z] ---> f3253c985ab2 [2021-01-29T20:26:54.187Z] Step 6/26 : COPY go.mod . [2021-01-29T20:26:56.797Z] ---> d4fb47277bf8 [2021-01-29T20:26:56.797Z] Step 7/26 : RUN go mod download [2021-01-29T20:26:57.399Z] ---> Running in be983445b13d [2021-01-29T20:27:09.131Z] Removing intermediate container 09d370447d1c [2021-01-29T20:27:09.131Z] ---> e03d48e09c09 [2021-01-29T20:27:09.131Z] [2021-01-29T20:27:09.131Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:27:09.131Z] ---> 389fef711851 [2021-01-29T20:27:09.131Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:27:09.131Z] ---> Using cache [2021-01-29T20:27:09.131Z] ---> 93c171a1e3e1 [2021-01-29T20:27:09.131Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:27:09.131Z] ---> Using cache [2021-01-29T20:27:09.131Z] ---> d250c7d0a7a5 [2021-01-29T20:27:09.131Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T20:27:09.131Z] Removing intermediate container be983445b13d [2021-01-29T20:27:09.131Z] ---> eec0c13d3f90 [2021-01-29T20:27:09.131Z] Step 8/26 : COPY . . [2021-01-29T20:27:09.802Z] ---> Running in cbeea9fc73a7 [2021-01-29T20:27:10.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T20:27:10.655Z] Removing intermediate container 613c79c75b8a [2021-01-29T20:27:10.655Z] ---> c89abee1e842 [2021-01-29T20:27:10.655Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T20:27:12.603Z] ---> 93f7650a7f57 [2021-01-29T20:27:12.603Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T20:27:17.955Z] Removing intermediate container cbeea9fc73a7 [2021-01-29T20:27:17.956Z] ---> d1082131d39f [2021-01-29T20:27:17.956Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T20:27:17.956Z] ---> Running in fdf7e4ea036d [2021-01-29T20:27:17.956Z] ---> Running in bd9343eaaf56 [2021-01-29T20:27:18.539Z] ---> Running in ceaca0116bb6 [2021-01-29T20:27:20.525Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T20:27:20.525Z] statically linked [2021-01-29T20:27:21.481Z] Removing intermediate container ceaca0116bb6 [2021-01-29T20:27:21.481Z] ---> 348f5dcee18a [2021-01-29T20:27:21.481Z] Step 15/23 : WORKDIR / [2021-01-29T20:27:23.706Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T20:27:27.069Z] ---> Running in a0162f821559 [2021-01-29T20:27:29.020Z] Removing intermediate container b95d81bc9812 [2021-01-29T20:27:29.020Z] ---> a94af5d9c5f9 [2021-01-29T20:27:29.020Z] [2021-01-29T20:27:29.020Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T20:27:29.020Z] ---> 389fef711851 [2021-01-29T20:27:29.020Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T20:27:29.020Z] Removing intermediate container fdf7e4ea036d [2021-01-29T20:27:29.020Z] ---> edaf6b26763e [2021-01-29T20:27:29.020Z] [2021-01-29T20:27:29.020Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T20:27:29.020Z] ---> 389fef711851 [2021-01-29T20:27:29.020Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T20:27:29.621Z] Removing intermediate container a0162f821559 [2021-01-29T20:27:29.621Z] ---> 7153a34a124e [2021-01-29T20:27:29.621Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:27:31.046Z] ---> Running in 4aa78eeb0c73 [2021-01-29T20:27:31.046Z] ---> Running in dc7d4ad1c648 [2021-01-29T20:27:32.453Z] ---> d845f4b12d0e [2021-01-29T20:27:32.453Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T20:27:33.441Z] Removing intermediate container dc7d4ad1c648 [2021-01-29T20:27:33.441Z] ---> 399d2371f585 [2021-01-29T20:27:33.441Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T20:27:33.441Z] ---> Running in 1aacd0fe05a6 [2021-01-29T20:27:33.441Z] ---> 7e86d3d14a23 [2021-01-29T20:27:33.441Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T20:27:33.441Z] ---> 4499d27b1ae2 [2021-01-29T20:27:33.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T20:27:33.737Z] ---> Running in 4235511e5f5f [2021-01-29T20:27:34.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:34.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:34.342Z] ---> 41684bdd0c4a [2021-01-29T20:27:34.342Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T20:27:34.342Z] ---> Running in e7c21c000308 [2021-01-29T20:27:34.614Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T20:27:34.614Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:27:34.614Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T20:27:34.614Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T20:27:34.614Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:34.614Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:27:35.214Z] OK: 7 MiB in 18 packages [2021-01-29T20:27:35.214Z] Removing intermediate container e7c21c000308 [2021-01-29T20:27:35.214Z] ---> 28ecde9197df [2021-01-29T20:27:35.214Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:27:35.214Z] ---> Running in 5995280fdab8 [2021-01-29T20:27:35.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:35.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T20:27:35.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:27:35.487Z] Removing intermediate container 5995280fdab8 [2021-01-29T20:27:35.487Z] ---> fde79052dc0e [2021-01-29T20:27:35.487Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T20:27:35.487Z] ---> Running in a1e1e271fa74 [2021-01-29T20:27:35.487Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T20:27:35.759Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T20:27:35.759Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T20:27:35.759Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:35.759Z] OK: 6 MiB in 17 packages [2021-01-29T20:27:36.055Z] Removing intermediate container a1e1e271fa74 [2021-01-29T20:27:36.055Z] ---> b95cce2ff9a4 [2021-01-29T20:27:36.055Z] Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:27:36.055Z] ---> Running in f2263c5bb8d5 [2021-01-29T20:27:36.657Z] Removing intermediate container 4aa78eeb0c73 [2021-01-29T20:27:36.657Z] ---> a2ebc8ed2d9d [2021-01-29T20:27:36.657Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:27:36.930Z] ---> Running in 633bf13c3a9e [2021-01-29T20:27:36.930Z] Removing intermediate container f2263c5bb8d5 [2021-01-29T20:27:36.930Z] ---> 82d27e1eabab [2021-01-29T20:27:36.930Z] Step 23/23 : LABEL version=2.0.0-dev.65 [2021-01-29T20:27:37.207Z] ---> Running in 3e9cf97ae8fd [2021-01-29T20:27:37.480Z] Removing intermediate container 1aacd0fe05a6 [2021-01-29T20:27:37.480Z] ---> e5ac21cfeb8b [2021-01-29T20:27:37.480Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T20:27:37.480Z] Removing intermediate container 633bf13c3a9e [2021-01-29T20:27:37.480Z] ---> 9ad031e71716 [2021-01-29T20:27:37.480Z] Step 13/21 : WORKDIR /edgex [2021-01-29T20:27:37.754Z] ---> Running in 3d053178083f [2021-01-29T20:27:37.754Z] ---> Running in 2d07a3deb05d [2021-01-29T20:27:37.754Z] Removing intermediate container 3e9cf97ae8fd [2021-01-29T20:27:37.754Z] ---> f2de3b37d957 [2021-01-29T20:27:37.754Z] [2021-01-29T20:27:38.036Z] Removing intermediate container 3d053178083f [2021-01-29T20:27:38.036Z] ---> 9abb1e498fc6 [2021-01-29T20:27:38.036Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T20:27:38.036Z] Successfully built f2de3b37d957 [2021-01-29T20:27:39.028Z] ---> Running in d366cb3523f5 [2021-01-29T20:27:39.028Z] Successfully tagged docker-core-command-go:latest [2021-01-29T20:27:39.028Z]  Building docker-core-command-go ... done Removing intermediate container 2d07a3deb05d [2021-01-29T20:27:39.028Z] ---> 50ec0e1c88b2 [2021-01-29T20:27:39.028Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T20:27:39.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T20:27:39.307Z] Removing intermediate container d366cb3523f5 [2021-01-29T20:27:39.307Z] ---> 5db62b0a3010 [2021-01-29T20:27:39.307Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T20:27:39.307Z] ---> Running in 85fd851af1bd [2021-01-29T20:27:39.898Z] ---> 8da926bca913 [2021-01-29T20:27:39.898Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T20:27:40.883Z] ---> 140ab633a3b0 [2021-01-29T20:27:40.883Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T20:27:42.850Z] Removing intermediate container 85fd851af1bd [2021-01-29T20:27:42.850Z] ---> 5fda240d22f6 [2021-01-29T20:27:42.850Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T20:27:43.120Z] ---> 10bc9be2383d [2021-01-29T20:27:43.120Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T20:27:43.400Z] ---> Running in a00d4476d1c5 [2021-01-29T20:27:43.400Z] ---> Running in f48f69abd373 [2021-01-29T20:27:43.666Z] Removing intermediate container f48f69abd373 [2021-01-29T20:27:43.666Z] ---> c00207adf401 [2021-01-29T20:27:43.666Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T20:27:43.666Z] Removing intermediate container a00d4476d1c5 [2021-01-29T20:27:43.666Z] ---> 2026ed7c5895 [2021-01-29T20:27:43.666Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T20:27:43.666Z] ---> Running in a94f5db4a0dd [2021-01-29T20:27:43.934Z] Removing intermediate container a94f5db4a0dd [2021-01-29T20:27:43.934Z] ---> cd2b97dd13f4 [2021-01-29T20:27:43.934Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T20:27:44.201Z] ---> Running in e3df8121d752 [2021-01-29T20:27:44.465Z] Removing intermediate container e3df8121d752 [2021-01-29T20:27:44.465Z] ---> 719ea53b28f2 [2021-01-29T20:27:44.465Z] Step 20/21 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:27:44.731Z] ---> Running in 86613a169851 [2021-01-29T20:27:44.731Z] ---> dd4df8258ecf [2021-01-29T20:27:44.731Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T20:27:44.997Z] Removing intermediate container 86613a169851 [2021-01-29T20:27:44.997Z] ---> fa7153364d02 [2021-01-29T20:27:44.997Z] Step 21/21 : LABEL version=2.0.0-dev.65 [2021-01-29T20:27:44.997Z] ---> Running in fedcf8c9f52f [2021-01-29T20:27:45.265Z] ---> 040e78959ba9 [2021-01-29T20:27:45.266Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T20:27:45.266Z] ---> Running in b73dc099a4ab [2021-01-29T20:27:45.266Z] Removing intermediate container fedcf8c9f52f [2021-01-29T20:27:45.266Z] ---> 3e58eaeab9c2 [2021-01-29T20:27:45.266Z] [2021-01-29T20:27:45.537Z] Successfully built 3e58eaeab9c2 [2021-01-29T20:27:45.538Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T20:27:47.493Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b73dc099a4ab [2021-01-29T20:27:47.493Z] ---> 77f7fac56ddf [2021-01-29T20:27:47.493Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:27:47.772Z] ---> 93f493b33026 [2021-01-29T20:27:47.772Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T20:27:51.093Z] ---> e51de94b63ac [2021-01-29T20:27:51.093Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T20:27:51.093Z] ---> c55d2360f443 [2021-01-29T20:27:51.093Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T20:27:53.864Z] ---> 11e95bdfddd7 [2021-01-29T20:27:53.864Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T20:27:54.387Z] Removing intermediate container f45aa472598b [2021-01-29T20:27:54.387Z] ---> 3f3c3865b775 [2021-01-29T20:27:54.387Z] [2021-01-29T20:27:54.387Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:27:54.387Z] 3.12: Pulling from library/alpine [2021-01-29T20:27:54.387Z] Removing intermediate container a848d5ebb169 [2021-01-29T20:27:54.387Z] ---> 4888029963e1 [2021-01-29T20:27:54.387Z] [2021-01-29T20:27:54.387Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T20:27:54.387Z] 3.12: Pulling from library/alpine [2021-01-29T20:27:54.456Z] Removing intermediate container 4235511e5f5f [2021-01-29T20:27:54.456Z] ---> 01f7670bfd9c [2021-01-29T20:27:54.456Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T20:27:54.456Z] Removing intermediate container bd9343eaaf56 [2021-01-29T20:27:54.456Z] ---> e0373c81d8ed [2021-01-29T20:27:54.456Z] [2021-01-29T20:27:54.456Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:27:54.456Z] ---> 389fef711851 [2021-01-29T20:27:54.456Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T20:27:54.456Z] ---> afc6eb8ec20d [2021-01-29T20:27:54.456Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T20:27:54.456Z] ---> Running in ab05f81aa8fb [2021-01-29T20:27:54.731Z] ---> Running in dff9739a6f48 [2021-01-29T20:27:54.995Z] ---> Running in 72ba94fd9b4e [2021-01-29T20:27:54.995Z] Removing intermediate container dff9739a6f48 [2021-01-29T20:27:54.995Z] ---> 2ff7e8737583 [2021-01-29T20:27:54.995Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T20:27:54.997Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T20:27:54.997Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T20:27:54.997Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T20:27:54.997Z] ---> afeebe901d6b [2021-01-29T20:27:54.997Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T20:27:54.997Z] Status: Image is up to date for alpine:3.12 [2021-01-29T20:27:54.997Z] ---> afeebe901d6b [2021-01-29T20:27:54.997Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T20:27:55.259Z] ---> Running in bc631d08491e [2021-01-29T20:27:55.259Z] Removing intermediate container 72ba94fd9b4e [2021-01-29T20:27:55.259Z] ---> bd4d1578d6e6 [2021-01-29T20:27:55.259Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T20:27:55.526Z] Removing intermediate container bc631d08491e [2021-01-29T20:27:55.526Z] ---> 12103cb3acca [2021-01-29T20:27:55.526Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T20:27:55.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T20:27:55.526Z] ---> Running in f23ca4db5843 [2021-01-29T20:27:55.526Z] ---> 8e6eddc81766 [2021-01-29T20:27:55.526Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T20:27:55.620Z] ---> Running in c5dd3f1ce385 [2021-01-29T20:27:55.620Z] ---> Running in 75171343f501 [2021-01-29T20:27:55.794Z] Removing intermediate container f23ca4db5843 [2021-01-29T20:27:55.794Z] ---> 37f8b1a25808 [2021-01-29T20:27:55.794Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:27:55.794Z] ---> Running in 5b080a0d66fd [2021-01-29T20:27:55.794Z] ---> Running in 842b369c86de [2021-01-29T20:27:56.753Z] Removing intermediate container ab05f81aa8fb [2021-01-29T20:27:56.753Z] ---> f9a52b4ee73b [2021-01-29T20:27:56.753Z] [2021-01-29T20:27:56.753Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T20:27:56.753Z] 20.10.0: Pulling from library/docker [2021-01-29T20:27:57.017Z] Removing intermediate container 5b080a0d66fd [2021-01-29T20:27:57.017Z] ---> 07b396480926 [2021-01-29T20:27:57.017Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T20:27:57.596Z] Removing intermediate container 842b369c86de [2021-01-29T20:27:57.596Z] ---> eeb5d9c12cdd [2021-01-29T20:27:57.596Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T20:27:57.596Z] ---> Running in b60af1d4824e [2021-01-29T20:27:57.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:27:57.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:27:58.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:27:58.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:27:58.172Z] ---> Running in 6c1448a063cf [2021-01-29T20:27:58.444Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T20:27:58.444Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T20:27:58.444Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:58.444Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:27:58.719Z] OK: 6 MiB in 16 packages [2021-01-29T20:27:58.746Z] Removing intermediate container b60af1d4824e [2021-01-29T20:27:58.746Z] ---> 4c40561ce910 [2021-01-29T20:27:58.746Z] Step 31/34 : CMD ["gate"] [2021-01-29T20:27:58.995Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T20:27:58.995Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:27:58.995Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T20:27:58.995Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T20:27:58.995Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:27:59.270Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:27:59.551Z] OK: 7 MiB in 18 packages [2021-01-29T20:27:59.697Z] ---> Running in d6c13327a8fa [2021-01-29T20:28:00.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:00.279Z] Removing intermediate container d6c13327a8fa [2021-01-29T20:28:00.279Z] ---> be2abb0dcfd0 [2021-01-29T20:28:00.279Z] Step 32/34 : LABEL arch=x86_64 [2021-01-29T20:28:00.279Z] ---> Running in 6cd7dc92c7ae [2021-01-29T20:28:00.541Z] Removing intermediate container 6cd7dc92c7ae [2021-01-29T20:28:00.541Z] ---> 11458433c605 [2021-01-29T20:28:00.541Z] Step 33/34 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:00.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:00.806Z] ---> Running in 9b13cc579888 [2021-01-29T20:28:01.073Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T20:28:01.338Z] Removing intermediate container 9b13cc579888 [2021-01-29T20:28:01.338Z] ---> aad0edd5616e [2021-01-29T20:28:01.338Z] Step 34/34 : LABEL version=2.0.0-dev.65 [2021-01-29T20:28:01.338Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T20:28:01.338Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T20:28:01.338Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T20:28:01.602Z] ---> Running in 9d76f53bd862 [2021-01-29T20:28:01.602Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T20:28:02.274Z] Removing intermediate container c5dd3f1ce385 [2021-01-29T20:28:02.274Z] ---> 29b3a96bd4c0 [2021-01-29T20:28:02.274Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:28:02.274Z] Removing intermediate container 75171343f501 [2021-01-29T20:28:02.274Z] ---> bc0290c2d125 [2021-01-29T20:28:02.274Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:28:02.274Z] ---> Running in d9c591bb52ba [2021-01-29T20:28:02.550Z] ---> Running in 563bdeab6fe4 [2021-01-29T20:28:02.564Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T20:28:02.564Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:02.564Z] OK: 8 MiB in 20 packages [2021-01-29T20:28:03.141Z] Removing intermediate container 9d76f53bd862 [2021-01-29T20:28:03.141Z] ---> 33a2a1d596ab [2021-01-29T20:28:03.141Z] [2021-01-29T20:28:03.163Z] Removing intermediate container d9c591bb52ba [2021-01-29T20:28:03.163Z] ---> dcd88bb1e30d [2021-01-29T20:28:03.163Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T20:28:03.403Z] Successfully built 33a2a1d596ab [2021-01-29T20:28:03.403Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-29T20:28:03.460Z] ---> Running in 12a08cb6bc64 [2021-01-29T20:28:03.460Z] Removing intermediate container 563bdeab6fe4 [2021-01-29T20:28:03.460Z] ---> fe88c617928b [2021-01-29T20:28:03.460Z] Step 13/21 : WORKDIR /edgex [2021-01-29T20:28:03.669Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 6c1448a063cf [2021-01-29T20:28:03.669Z] ---> a6fabb20cd11 [2021-01-29T20:28:03.669Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:28:03.669Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T20:28:03.669Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T20:28:03.669Z] ---> aefe523efa57 [2021-01-29T20:28:03.669Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T20:28:03.737Z] ---> Running in 7e7b892452d5 [2021-01-29T20:28:03.945Z] ---> Running in 469a5c42ad0c [2021-01-29T20:28:03.945Z] ---> 5719b9bc7687 [2021-01-29T20:28:03.945Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T20:28:04.344Z] Removing intermediate container 12a08cb6bc64 [2021-01-29T20:28:04.344Z] ---> 83adc987046b [2021-01-29T20:28:04.344Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:28:04.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:04.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:04.520Z] ---> a6f40d4f07a3 [2021-01-29T20:28:04.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:04.622Z] ---> Running in 410afc60f592 [2021-01-29T20:28:04.622Z] Removing intermediate container 7e7b892452d5 [2021-01-29T20:28:04.622Z] ---> 4f8d9cde615a [2021-01-29T20:28:04.622Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T20:28:04.786Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T20:28:04.787Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T20:28:04.787Z] Executing bash-5.0.17-r0.post-install [2021-01-29T20:28:04.787Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:04.787Z] OK: 12 MiB in 22 packages [2021-01-29T20:28:04.787Z] ---> d735e161e791 [2021-01-29T20:28:04.787Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T20:28:05.049Z] ---> Running in c8be0eabe730 [2021-01-29T20:28:05.049Z] Removing intermediate container c8be0eabe730 [2021-01-29T20:28:05.049Z] ---> e0655ad0dc4b [2021-01-29T20:28:05.049Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:28:05.312Z] ---> Running in b477ec9770aa [2021-01-29T20:28:05.312Z] Removing intermediate container 469a5c42ad0c [2021-01-29T20:28:05.312Z] ---> 8e6fc59c2ac1 [2021-01-29T20:28:05.312Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T20:28:05.576Z] ---> Running in 3a28fa5beeb4 [2021-01-29T20:28:05.576Z] Removing intermediate container b477ec9770aa [2021-01-29T20:28:05.576Z] ---> a261eea4c350 [2021-01-29T20:28:05.576Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T20:28:05.576Z] ---> Running in e22652d51def [2021-01-29T20:28:05.576Z] Removing intermediate container 3a28fa5beeb4 [2021-01-29T20:28:05.576Z] ---> 2d1d25d20197 [2021-01-29T20:28:05.576Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T20:28:05.614Z] Removing intermediate container 410afc60f592 [2021-01-29T20:28:05.614Z] ---> a067f6477785 [2021-01-29T20:28:05.614Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:28:05.838Z] ---> Running in 3107bea9db2e [2021-01-29T20:28:05.838Z] Removing intermediate container e22652d51def [2021-01-29T20:28:05.838Z] ---> a44481bf1e7e [2021-01-29T20:28:05.838Z] Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:05.838Z] ---> Running in dc1df8161608 [2021-01-29T20:28:05.838Z] Removing intermediate container 3107bea9db2e [2021-01-29T20:28:05.838Z] ---> 94625e66f3c0 [2021-01-29T20:28:05.838Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T20:28:05.899Z] ---> ee8c28d2051f [2021-01-29T20:28:05.899Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T20:28:06.102Z] ---> Running in 746000c28d52 [2021-01-29T20:28:06.102Z] Removing intermediate container dc1df8161608 [2021-01-29T20:28:06.102Z] ---> 232602c1dc7b [2021-01-29T20:28:06.102Z] Step 23/23 : LABEL version=2.0.0-dev.65 [2021-01-29T20:28:06.102Z] ---> Running in baa8e9fc7df6 [2021-01-29T20:28:06.102Z] Removing intermediate container 746000c28d52 [2021-01-29T20:28:06.102Z] ---> 173477c27362 [2021-01-29T20:28:06.102Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T20:28:06.364Z] Removing intermediate container baa8e9fc7df6 [2021-01-29T20:28:06.364Z] ---> 896404d66ae9 [2021-01-29T20:28:06.364Z] [2021-01-29T20:28:06.364Z] Successfully built 896404d66ae9 [2021-01-29T20:28:06.627Z] Successfully tagged docker-core-data-go:latest [2021-01-29T20:28:06.627Z]  Building docker-core-data-go ... done  ---> f0ae65d732ec [2021-01-29T20:28:06.627Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:06.889Z] ---> 1e769d24bcfd [2021-01-29T20:28:06.889Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T20:28:07.365Z] ---> ef7c424f5000 [2021-01-29T20:28:07.365Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T20:28:07.470Z] ---> 3840c6151757 [2021-01-29T20:28:07.470Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T20:28:07.470Z] ---> Running in 9aa197148eec [2021-01-29T20:28:07.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:07.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:07.994Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T20:28:07.994Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T20:28:07.994Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T20:28:07.994Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T20:28:07.994Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T20:28:07.994Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T20:28:07.994Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T20:28:08.943Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T20:28:08.943Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T20:28:08.943Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T20:28:09.207Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T20:28:09.207Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T20:28:09.207Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T20:28:09.207Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T20:28:09.207Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T20:28:09.207Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T20:28:09.207Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T20:28:09.207Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T20:28:09.207Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T20:28:09.469Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T20:28:09.469Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T20:28:09.469Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T20:28:09.469Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T20:28:09.731Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T20:28:09.731Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T20:28:09.731Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T20:28:09.731Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T20:28:09.731Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T20:28:09.731Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T20:28:09.731Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T20:28:09.731Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T20:28:09.731Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T20:28:09.731Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T20:28:09.995Z] ---> 020d963946d4 [2021-01-29T20:28:09.995Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T20:28:09.995Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:09.995Z] OK: 71 MiB in 55 packages [2021-01-29T20:28:10.267Z] ---> 1701d33fac03 [2021-01-29T20:28:10.267Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:12.280Z] Removing intermediate container 42d1584500f9 [2021-01-29T20:28:12.280Z] ---> 38eb622e2a89 [2021-01-29T20:28:12.280Z] [2021-01-29T20:28:12.280Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T20:28:12.280Z] ---> afeebe901d6b [2021-01-29T20:28:12.280Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:28:12.280Z] Removing intermediate container 9f4e215ce2af [2021-01-29T20:28:12.280Z] ---> 7a7aa0a8736a [2021-01-29T20:28:12.280Z] [2021-01-29T20:28:12.280Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:28:12.280Z] ---> afeebe901d6b [2021-01-29T20:28:12.280Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:28:12.280Z] ---> 8e13752bb9b9 [2021-01-29T20:28:12.280Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T20:28:12.280Z] ---> 4d41219432f8 [2021-01-29T20:28:12.280Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T20:28:12.280Z] ---> Running in 8a5c2cc8a9e5 [2021-01-29T20:28:12.280Z] ---> Running in 7ee8873670c8 [2021-01-29T20:28:12.280Z] ---> Running in 0148e5b30896 [2021-01-29T20:28:12.573Z] ---> Running in 2d5d51fa8189 [2021-01-29T20:28:13.172Z] Removing intermediate container 2d5d51fa8189 [2021-01-29T20:28:13.172Z] ---> 32b783bba984 [2021-01-29T20:28:13.172Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T20:28:13.451Z] Removing intermediate container 8a5c2cc8a9e5 [2021-01-29T20:28:13.451Z] ---> 31329f83a7d8 [2021-01-29T20:28:13.451Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:28:13.733Z] ---> Running in c4615cc8592c [2021-01-29T20:28:14.009Z] ---> Running in b2ec8433c32f [2021-01-29T20:28:14.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:14.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:14.607Z] Removing intermediate container c4615cc8592c [2021-01-29T20:28:14.607Z] ---> bfca27b262b6 [2021-01-29T20:28:14.607Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T20:28:14.607Z] Removing intermediate container b2ec8433c32f [2021-01-29T20:28:14.607Z] ---> 644b78593eec [2021-01-29T20:28:14.607Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T20:28:14.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:14.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:14.883Z] ---> Running in 1c2e476f6869 [2021-01-29T20:28:15.159Z] ---> Running in ed5a5337686c [2021-01-29T20:28:15.160Z] WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz: IO ERROR [2021-01-29T20:28:15.436Z] ERROR: unsatisfiable constraints: [2021-01-29T20:28:15.436Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T20:28:15.436Z] dumb-init-1.2.2-r1: [2021-01-29T20:28:15.436Z] masked in: --no-network [2021-01-29T20:28:15.436Z] satisfies: world[dumb-init] [2021-01-29T20:28:15.436Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:15.436Z] OK: 5 MiB in 15 packages [2021-01-29T20:28:15.719Z] Removing intermediate container 1c2e476f6869 [2021-01-29T20:28:15.719Z] ---> 5d361c681dcf [2021-01-29T20:28:15.719Z] Step 20/21 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:16.007Z] Removing intermediate container ed5a5337686c [2021-01-29T20:28:16.007Z] ---> 47c342a91449 [2021-01-29T20:28:16.007Z] Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:16.281Z] ---> Running in 81cd2deac7e8 [2021-01-29T20:28:16.552Z] ---> Running in 3f78b256443f [2021-01-29T20:28:17.154Z] Removing intermediate container 81cd2deac7e8 [2021-01-29T20:28:17.154Z] ---> a239878b33e1 [2021-01-29T20:28:17.154Z] Step 21/21 : LABEL version=2.0.0-dev.65 [2021-01-29T20:28:17.154Z] Building docker-security-secretstore-setup-go [2021-01-29T20:28:17.154Z] Removing intermediate container 3f78b256443f [2021-01-29T20:28:17.154Z] ---> 8ed7c59c642b [2021-01-29T20:28:17.154Z] Step 22/22 : LABEL version=2.0.0-dev.65 [2021-01-29T20:28:17.431Z] ---> Running in 30d366b3f54a [2021-01-29T20:28:17.431Z] ---> Running in 87b159ff4f49 [2021-01-29T20:28:17.431Z] Removing intermediate container 0148e5b30896 [2021-01-29T20:28:17.431Z] ---> d4914d88f715 [2021-01-29T20:28:17.431Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:28:17.706Z] ---> Running in e752718182ba [2021-01-29T20:28:17.981Z] Removing intermediate container 30d366b3f54a [2021-01-29T20:28:17.981Z] ---> 18c758eb2b83 [2021-01-29T20:28:17.981Z] [2021-01-29T20:28:18.260Z] Successfully built 18c758eb2b83 [2021-01-29T20:28:18.534Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T20:28:18.534Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-29T20:28:18.534Z] Removing intermediate container e752718182ba [2021-01-29T20:28:18.534Z] ---> 855a4bd62518 [2021-01-29T20:28:18.534Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T20:28:18.534Z] Removing intermediate container 87b159ff4f49 [2021-01-29T20:28:18.811Z] ---> 9775689c6f97 [2021-01-29T20:28:18.811Z] [2021-01-29T20:28:19.089Z] Successfully built 9775689c6f97 [2021-01-29T20:28:19.089Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T20:28:19.089Z] Building docker-security-bootstrapper-go [2021-01-29T20:28:19.089Z]  Building docker-support-notifications-go ... done  ---> Running in 5b3910855a68 [2021-01-29T20:28:20.023Z] Removing intermediate container 9aa197148eec [2021-01-29T20:28:20.023Z] ---> d7806ce793cc [2021-01-29T20:28:20.023Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T20:28:20.023Z] ---> Running in d91585dd52da [2021-01-29T20:28:20.078Z] Removing intermediate container 5b3910855a68 [2021-01-29T20:28:20.078Z] ---> dedb20df2616 [2021-01-29T20:28:20.078Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T20:28:20.078Z] ---> Running in c3e4a93a98b0 [2021-01-29T20:28:20.604Z] Collecting docker-compose==1.23.2 [2021-01-29T20:28:20.866Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T20:28:20.866Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T20:28:20.866Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T20:28:21.062Z] Removing intermediate container c3e4a93a98b0 [2021-01-29T20:28:21.062Z] ---> 46c1e16fa8db [2021-01-29T20:28:21.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:28:21.128Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T20:28:21.128Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T20:28:21.390Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T20:28:21.390Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T20:28:21.390Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T20:28:21.390Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T20:28:22.334Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T20:28:22.334Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T20:28:22.334Z] Collecting PyYAML<4,>=3.10 [2021-01-29T20:28:22.334Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T20:28:23.279Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T20:28:23.279Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T20:28:23.689Z] ---> acc5ba7b41b6 [2021-01-29T20:28:23.689Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T20:28:23.853Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T20:28:23.853Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T20:28:23.962Z] Removing intermediate container b3777b7f8af5 [2021-01-29T20:28:23.962Z] ---> 7f1d316f160a [2021-01-29T20:28:23.962Z] [2021-01-29T20:28:23.962Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:28:23.962Z] ---> afeebe901d6b [2021-01-29T20:28:23.962Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T20:28:24.116Z] 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-29T20:28:24.379Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T20:28:24.379Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T20:28:24.379Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T20:28:24.379Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T20:28:24.379Z] 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-29T20:28:24.561Z] ---> Running in 281a9d19dacc [2021-01-29T20:28:24.642Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T20:28:24.642Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T20:28:24.642Z] Collecting idna<2.8,>=2.5 [2021-01-29T20:28:24.642Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T20:28:24.642Z] 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-29T20:28:24.642Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T20:28:24.642Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T20:28:24.642Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T20:28:24.642Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T20:28:24.834Z] ---> fa1ec3df82ab [2021-01-29T20:28:24.834Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:24.904Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, PyYAML, texttable, dockerpty, docker-compose [2021-01-29T20:28:25.104Z] Removing intermediate container 281a9d19dacc [2021-01-29T20:28:25.105Z] ---> 8f34a3312365 [2021-01-29T20:28:25.105Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T20:28:25.165Z] Attempting uninstall: urllib3 [2021-01-29T20:28:25.166Z] Found existing installation: urllib3 1.25.9 [2021-01-29T20:28:25.166Z] Uninstalling urllib3-1.25.9: [2021-01-29T20:28:25.166Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T20:28:25.376Z] ---> Running in 0865d6c62302 [2021-01-29T20:28:25.428Z] Attempting uninstall: idna [2021-01-29T20:28:25.428Z] Found existing installation: idna 2.9 [2021-01-29T20:28:25.428Z] Uninstalling idna-2.9: [2021-01-29T20:28:25.428Z] Successfully uninstalled idna-2.9 [2021-01-29T20:28:25.428Z] Attempting uninstall: requests [2021-01-29T20:28:25.428Z] Found existing installation: requests 2.23.0 [2021-01-29T20:28:25.428Z] Uninstalling requests-2.23.0: [2021-01-29T20:28:25.649Z] ---> 4da8d5296a7d [2021-01-29T20:28:25.649Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T20:28:25.689Z] Successfully uninstalled requests-2.23.0 [2021-01-29T20:28:25.924Z] ---> Running in 6a22d983bf03 [2021-01-29T20:28:25.924Z] Removing intermediate container 0865d6c62302 [2021-01-29T20:28:25.924Z] ---> a824771e6b73 [2021-01-29T20:28:25.924Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T20:28:25.951Z] Running setup.py install for docopt: started [2021-01-29T20:28:26.523Z] ---> Running in d77f743ae0cd [2021-01-29T20:28:26.523Z] Removing intermediate container 6a22d983bf03 [2021-01-29T20:28:26.523Z] ---> 39d9ff38d395 [2021-01-29T20:28:26.523Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:28:26.525Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T20:28:26.525Z] Running setup.py install for PyYAML: started [2021-01-29T20:28:26.804Z] ---> Running in 0e980ac1b173 [2021-01-29T20:28:27.086Z] Removing intermediate container d77f743ae0cd [2021-01-29T20:28:27.086Z] ---> 34436c8dfbc8 [2021-01-29T20:28:27.086Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:27.098Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T20:28:27.098Z] Running setup.py install for texttable: started [2021-01-29T20:28:27.371Z] ---> Running in 9afa7990313e [2021-01-29T20:28:27.655Z] Removing intermediate container 0e980ac1b173 [2021-01-29T20:28:27.655Z] ---> 128dd1afc775 [2021-01-29T20:28:27.655Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T20:28:27.671Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T20:28:27.671Z] Running setup.py install for dockerpty: started [2021-01-29T20:28:27.932Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T20:28:27.934Z] ---> Running in d12abcccfb73 [2021-01-29T20:28:28.195Z] 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-29T20:28:28.540Z] Removing intermediate container d12abcccfb73 [2021-01-29T20:28:28.540Z] ---> 297f35e6c434 [2021-01-29T20:28:28.540Z] Step 21/22 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:28.814Z] ---> Running in 45b98cdbd057 [2021-01-29T20:28:29.410Z] Removing intermediate container 45b98cdbd057 [2021-01-29T20:28:29.410Z] ---> 241bae75bdc1 [2021-01-29T20:28:29.410Z] Step 22/22 : LABEL version=2.0.0-dev.65 [2021-01-29T20:28:29.685Z] ---> Running in 995316deeedb [2021-01-29T20:28:30.283Z] Removing intermediate container 9afa7990313e [2021-01-29T20:28:30.283Z] ---> cf15061327ad [2021-01-29T20:28:30.283Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T20:28:30.283Z] Removing intermediate container 995316deeedb [2021-01-29T20:28:30.283Z] ---> d8c24ceabb5a [2021-01-29T20:28:30.283Z] [2021-01-29T20:28:30.561Z] ---> Running in eeb99cd82d26 [2021-01-29T20:28:30.849Z] Successfully built d8c24ceabb5a [2021-01-29T20:28:30.849Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T20:28:30.849Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-29T20:28:31.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:31.507Z] Removing intermediate container d91585dd52da [2021-01-29T20:28:31.507Z] ---> 8bc93864d4aa [2021-01-29T20:28:31.507Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T20:28:31.772Z] ---> Running in c1a0b059d88e [2021-01-29T20:28:32.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:32.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T20:28:32.350Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:28:32.350Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T20:28:32.350Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T20:28:32.350Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:32.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:32.614Z] OK: 72 MiB in 58 packages [2021-01-29T20:28:32.877Z] Removing intermediate container c1a0b059d88e [2021-01-29T20:28:32.877Z] ---> abc19afe5e03 [2021-01-29T20:28:32.877Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T20:28:33.029Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T20:28:33.029Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T20:28:33.029Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T20:28:33.140Z] ---> Running in 6d1499ea58db [2021-01-29T20:28:33.140Z] Removing intermediate container 6d1499ea58db [2021-01-29T20:28:33.140Z] ---> 64b0b3333f6d [2021-01-29T20:28:33.140Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:28:33.303Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T20:28:33.304Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T20:28:33.401Z] ---> Running in 0cd25357ba9b [2021-01-29T20:28:33.402Z] Removing intermediate container 0cd25357ba9b [2021-01-29T20:28:33.402Z] ---> 94619ffb0ed5 [2021-01-29T20:28:33.402Z] Step 24/26 : LABEL arch=x86_64 [2021-01-29T20:28:33.578Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T20:28:33.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:28:33.579Z] OK: 8 MiB in 20 packages [2021-01-29T20:28:33.664Z] ---> Running in f704b64b8ac2 [2021-01-29T20:28:33.664Z] Removing intermediate container f704b64b8ac2 [2021-01-29T20:28:33.664Z] ---> a81a606814fb [2021-01-29T20:28:33.664Z] Step 25/26 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:33.664Z] ---> Running in 3065ae0c5550 [2021-01-29T20:28:33.928Z] Removing intermediate container 3065ae0c5550 [2021-01-29T20:28:33.928Z] ---> ee77cae57b35 [2021-01-29T20:28:33.928Z] Step 26/26 : LABEL version=2.0.0-dev.65 [2021-01-29T20:28:33.928Z] ---> Running in 5f0e2e4c3b44 [2021-01-29T20:28:34.190Z] Removing intermediate container 5f0e2e4c3b44 [2021-01-29T20:28:34.190Z] ---> fd66f04ae2d2 [2021-01-29T20:28:34.190Z] [2021-01-29T20:28:34.190Z] Successfully built fd66f04ae2d2 [2021-01-29T20:28:34.452Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T20:28:34.739Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-29T20:28:34.812Z] $ docker stop --time=1 950618aad7847584cae9541aff4c11c39aaf718b3209d9ade9e5ddb171251297 [2021-01-29T20:28:36.219Z] Removing intermediate container eeb99cd82d26 [2021-01-29T20:28:36.219Z] ---> b3a1d0c83985 [2021-01-29T20:28:36.219Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:28:36.570Z] $ docker rm -f 950618aad7847584cae9541aff4c11c39aaf718b3209d9ade9e5ddb171251297 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T20:28:37.209Z] + docker images [2021-01-29T20:28:37.209Z] + grep docker [2021-01-29T20:28:37.221Z] ---> 30e2d03ac64f [2021-01-29T20:28:37.221Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T20:28:37.473Z] docker-sys-mgmt-agent-go latest fd66f04ae2d2 3 seconds ago 313MB [2021-01-29T20:28:37.473Z] docker-core-data-go latest 896404d66ae9 31 seconds ago 22.3MB [2021-01-29T20:28:37.473Z] docker-security-bootstrapper-go latest 33a2a1d596ab 35 seconds ago 33.5MB [2021-01-29T20:28:37.473Z] docker-security-proxy-setup-go latest 3e58eaeab9c2 52 seconds ago 24.4MB [2021-01-29T20:28:37.473Z] docker-core-command-go latest f2de3b37d957 About a minute ago 16.9MB [2021-01-29T20:28:37.473Z] docker-core-metadata-go latest d9525505d6f1 2 minutes ago 18.8MB [2021-01-29T20:28:37.473Z] docker-security-secretstore-setup-go latest 1d7cb9298437 2 minutes ago 24.6MB [2021-01-29T20:28:37.473Z] docker-support-notifications-go latest 6590d09f2686 2 minutes ago 16.9MB [2021-01-29T20:28:37.473Z] docker-support-scheduler-go latest ddd9c544cf07 2 minutes ago 17MB [2021-01-29T20:28:37.473Z] docker 20.10.0 aefe523efa57 7 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-29T20:28:38.034Z] provisioning config files... [2021-01-29T20:28:38.076Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/328@tmp/config1226248730528321788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:28:38.459Z] ---> docker-login.sh [2021-01-29T20:28:38.459Z] nexus3.edgexfoundry.org:10001 [2021-01-29T20:28:38.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:28:38.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:28:38.722Z] Configure a credential helper to remove this warning. See [2021-01-29T20:28:38.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:28:38.722Z] [2021-01-29T20:28:38.722Z] Login Succeeded [2021-01-29T20:28:38.722Z] nexus3.edgexfoundry.org:10002 [2021-01-29T20:28:38.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:28:38.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:28:38.722Z] Configure a credential helper to remove this warning. See [2021-01-29T20:28:38.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:28:38.722Z] [2021-01-29T20:28:38.722Z] Login Succeeded [2021-01-29T20:28:38.722Z] nexus3.edgexfoundry.org:10003 [2021-01-29T20:28:38.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:28:38.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:28:38.985Z] Configure a credential helper to remove this warning. See [2021-01-29T20:28:38.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:28:38.985Z] [2021-01-29T20:28:38.985Z] Login Succeeded [2021-01-29T20:28:38.985Z] nexus3.edgexfoundry.org:10004 [2021-01-29T20:28:39.216Z] ---> 921f2005cb59 [2021-01-29T20:28:39.216Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T20:28:39.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:28:39.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:28:39.257Z] Configure a credential helper to remove this warning. See [2021-01-29T20:28:39.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:28:39.257Z] [2021-01-29T20:28:39.257Z] Login Succeeded [2021-01-29T20:28:39.257Z] docker.io [2021-01-29T20:28:39.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T20:28:39.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T20:28:39.783Z] Configure a credential helper to remove this warning. See [2021-01-29T20:28:39.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T20:28:39.783Z] [2021-01-29T20:28:39.783Z] Login Succeeded [2021-01-29T20:28:39.783Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T20:28:39.793Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:28:40.029Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-29T20:28:40.029Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:40.029Z] 2.0.0-dev.65 [2021-01-29T20:28:40.029Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:40.029Z] master [2021-01-29T20:28:40.029Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-29T20:28:40.330Z] ---> 437d9166c114 [2021-01-29T20:28:40.331Z] Step 19/23 : ENTRYPOINT ["/core-data"] [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:40.632Z] ---> Running in a51f9eb88d8f [2021-01-29T20:28:40.676Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:40.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:40.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T20:28:40.991Z] 4c1b590a3afd: Preparing [2021-01-29T20:28:40.991Z] 01493c52ace8: Preparing [2021-01-29T20:28:40.991Z] 0a8bc762880b: Preparing [2021-01-29T20:28:40.991Z] 4c83ab71363d: Preparing [2021-01-29T20:28:40.991Z] 777b2c648970: Preparing [2021-01-29T20:28:40.991Z] 777b2c648970: Layer already exists [2021-01-29T20:28:41.254Z] 0a8bc762880b: Pushed [2021-01-29T20:28:41.254Z] 4c83ab71363d: Pushed [2021-01-29T20:28:41.254Z] 4c1b590a3afd: Pushed [2021-01-29T20:28:41.740Z] Removing intermediate container a51f9eb88d8f [2021-01-29T20:28:41.740Z] ---> 87819e33d67b [2021-01-29T20:28:41.740Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:28:42.200Z] 01493c52ace8: Pushed [2021-01-29T20:28:42.412Z] ---> Running in 070d83768a01 [2021-01-29T20:28:42.461Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:42.779Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:43.046Z] Removing intermediate container 070d83768a01 [2021-01-29T20:28:43.046Z] ---> 76ddc7c9afb0 [2021-01-29T20:28:43.046Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T20:28:43.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 [2021-01-29T20:28:43.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T20:28:43.083Z] 4c1b590a3afd: Preparing [2021-01-29T20:28:43.083Z] 01493c52ace8: Preparing [2021-01-29T20:28:43.084Z] 0a8bc762880b: Preparing [2021-01-29T20:28:43.084Z] 4c83ab71363d: Preparing [2021-01-29T20:28:43.084Z] 777b2c648970: Preparing [2021-01-29T20:28:43.084Z] 4c83ab71363d: Layer already exists [2021-01-29T20:28:43.084Z] 01493c52ace8: Layer already exists [2021-01-29T20:28:43.084Z] 777b2c648970: Layer already exists [2021-01-29T20:28:43.084Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:43.084Z] 4c1b590a3afd: Layer already exists [2021-01-29T20:28:43.084Z] 2.0.0-dev.65: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:43.323Z] ---> Running in 94d77f79cc6d [2021-01-29T20:28:43.463Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:44.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:44.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T20:28:44.362Z] 4c1b590a3afd: Preparing [2021-01-29T20:28:44.362Z] 01493c52ace8: Preparing [2021-01-29T20:28:44.362Z] 0a8bc762880b: Preparing [2021-01-29T20:28:44.362Z] 4c83ab71363d: Preparing [2021-01-29T20:28:44.362Z] 777b2c648970: Preparing [2021-01-29T20:28:44.362Z] 01493c52ace8: Layer already exists [2021-01-29T20:28:44.362Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:44.362Z] 777b2c648970: Layer already exists [2021-01-29T20:28:44.362Z] 4c1b590a3afd: Layer already exists [2021-01-29T20:28:44.362Z] 4c83ab71363d: Layer already exists [2021-01-29T20:28:44.362Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:44.417Z] Removing intermediate container 94d77f79cc6d [2021-01-29T20:28:44.417Z] ---> 19fe5b92a460 [2021-01-29T20:28:44.417Z] Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:44.417Z] ---> Running in 79142dfc3d36 [2021-01-29T20:28:44.671Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:45.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-29T20:28:45.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-29T20:28:45.073Z] 4c1b590a3afd: Preparing [2021-01-29T20:28:45.073Z] 01493c52ace8: Preparing [2021-01-29T20:28:45.073Z] 0a8bc762880b: Preparing [2021-01-29T20:28:45.073Z] 4c83ab71363d: Preparing [2021-01-29T20:28:45.073Z] 777b2c648970: Preparing [2021-01-29T20:28:45.073Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:45.073Z] 01493c52ace8: Layer already exists [2021-01-29T20:28:45.073Z] 777b2c648970: Layer already exists [2021-01-29T20:28:45.073Z] 4c83ab71363d: Layer already exists [2021-01-29T20:28:45.073Z] 4c1b590a3afd: Layer already exists [2021-01-29T20:28:45.073Z] master: digest: sha256:640a778df33911e73c048f2726dabd6d511495b40ae2e12be138a688bbf17081 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:28:45.327Z] ===================================================== [Pipeline] echo [2021-01-29T20:28:45.412Z] taggedImages: [2021-01-29T20:28:45.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:45.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.65 [2021-01-29T20:28:45.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:45.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-29T20:28:45.499Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-29T20:28:45.499Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:45.499Z] 2.0.0-dev.65 [2021-01-29T20:28:45.499Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:45.499Z] master [2021-01-29T20:28:45.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-29T20:28:45.592Z] Removing intermediate container 79142dfc3d36 [2021-01-29T20:28:45.592Z] ---> 511fd3e64804 [2021-01-29T20:28:45.592Z] Step 23/23 : LABEL version=2.0.0-dev.65 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:45.872Z] ---> Running in b5f06943f386 [2021-01-29T20:28:45.872Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:28:45.872Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:28:45.872Z] ---> 3db1b37c1b75 [2021-01-29T20:28:45.872Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T20:28:45.872Z] ---> Using cache [2021-01-29T20:28:45.872Z] ---> a2243c3bd9db [2021-01-29T20:28:45.872Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:45.872Z] ---> Using cache [2021-01-29T20:28:46.018Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:46.141Z] ---> f21bd52fb477 [2021-01-29T20:28:46.141Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T20:28:46.141Z] ---> Running in 483a53bf4952 [2021-01-29T20:28:46.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:46.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T20:28:46.388Z] 781016f3266f: Preparing [2021-01-29T20:28:46.388Z] 0de0ad4db310: Preparing [2021-01-29T20:28:46.388Z] 0a8bc762880b: Preparing [2021-01-29T20:28:46.388Z] 5b5d32c8d911: Preparing [2021-01-29T20:28:46.388Z] d9d76363d04f: Preparing [2021-01-29T20:28:46.388Z] 777b2c648970: Preparing [2021-01-29T20:28:46.388Z] 777b2c648970: Waiting [2021-01-29T20:28:46.388Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:46.388Z] 777b2c648970: Layer already exists [2021-01-29T20:28:46.388Z] d9d76363d04f: Pushed [2021-01-29T20:28:46.388Z] 781016f3266f: Pushed [2021-01-29T20:28:46.673Z] 5b5d32c8d911: Pushed [2021-01-29T20:28:46.740Z] Removing intermediate container b5f06943f386 [2021-01-29T20:28:46.740Z] ---> 503842bc8b51 [2021-01-29T20:28:46.740Z] [2021-01-29T20:28:47.016Z] Successfully built 503842bc8b51 [2021-01-29T20:28:47.289Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T20:28:47.562Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:47.623Z] 0de0ad4db310: Pushed [2021-01-29T20:28:47.884Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:48.195Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:48.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 [2021-01-29T20:28:48.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T20:28:48.494Z] 781016f3266f: Preparing [2021-01-29T20:28:48.494Z] 0de0ad4db310: Preparing [2021-01-29T20:28:48.494Z] 0a8bc762880b: Preparing [2021-01-29T20:28:48.494Z] 5b5d32c8d911: Preparing [2021-01-29T20:28:48.494Z] d9d76363d04f: Preparing [2021-01-29T20:28:48.494Z] 777b2c648970: Preparing [2021-01-29T20:28:48.494Z] 777b2c648970: Waiting [2021-01-29T20:28:48.494Z] 0de0ad4db310: Layer already exists [2021-01-29T20:28:48.494Z] 5b5d32c8d911: Layer already exists [2021-01-29T20:28:48.494Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:48.494Z] d9d76363d04f: Layer already exists [2021-01-29T20:28:48.494Z] 781016f3266f: Layer already exists [2021-01-29T20:28:48.494Z] 777b2c648970: Layer already exists [2021-01-29T20:28:48.494Z] 2.0.0-dev.65: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:48.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:48.804Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:49.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:49.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T20:28:49.104Z] 781016f3266f: Preparing [2021-01-29T20:28:49.104Z] 0de0ad4db310: Preparing [2021-01-29T20:28:49.104Z] 0a8bc762880b: Preparing [2021-01-29T20:28:49.104Z] 5b5d32c8d911: Preparing [2021-01-29T20:28:49.104Z] d9d76363d04f: Preparing [2021-01-29T20:28:49.104Z] 777b2c648970: Preparing [2021-01-29T20:28:49.104Z] 777b2c648970: Waiting [2021-01-29T20:28:49.104Z] 0de0ad4db310: Layer already exists [2021-01-29T20:28:49.104Z] 781016f3266f: Layer already exists [2021-01-29T20:28:49.104Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:49.104Z] 5b5d32c8d911: Layer already exists [2021-01-29T20:28:49.104Z] d9d76363d04f: Layer already exists [2021-01-29T20:28:49.104Z] 777b2c648970: Layer already exists [2021-01-29T20:28:49.104Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:49.159Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:28:49.159Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:28:49.159Z] ---> 3db1b37c1b75 [2021-01-29T20:28:49.159Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T20:28:49.159Z] ---> Using cache [2021-01-29T20:28:49.159Z] ---> a2243c3bd9db [2021-01-29T20:28:49.159Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:49.159Z] ---> Using cache [2021-01-29T20:28:49.159Z] ---> f21bd52fb477 [2021-01-29T20:28:49.159Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T20:28:49.159Z] OK: 217 MiB in 51 packages [2021-01-29T20:28:49.408Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:49.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-29T20:28:49.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-29T20:28:49.732Z] 781016f3266f: Preparing [2021-01-29T20:28:49.732Z] 0de0ad4db310: Preparing [2021-01-29T20:28:49.732Z] 0a8bc762880b: Preparing [2021-01-29T20:28:49.732Z] 5b5d32c8d911: Preparing [2021-01-29T20:28:49.732Z] d9d76363d04f: Preparing [2021-01-29T20:28:49.732Z] 777b2c648970: Preparing [2021-01-29T20:28:49.732Z] 777b2c648970: Waiting [2021-01-29T20:28:49.732Z] 0de0ad4db310: Layer already exists [2021-01-29T20:28:49.732Z] d9d76363d04f: Layer already exists [2021-01-29T20:28:49.732Z] 781016f3266f: Layer already exists [2021-01-29T20:28:49.732Z] 5b5d32c8d911: Layer already exists [2021-01-29T20:28:49.732Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:49.732Z] 777b2c648970: Layer already exists [2021-01-29T20:28:49.732Z] master: digest: sha256:5823810a94ab2d5b93f2b873574b65ce36463049c332adda4164649324b79adc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-29T20:28:49.855Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:28:49.855Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:28:49.855Z] ---> 3db1b37c1b75 [2021-01-29T20:28:49.855Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T20:28:49.855Z] ---> Using cache [2021-01-29T20:28:49.855Z] ---> a2243c3bd9db [2021-01-29T20:28:49.855Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:49.855Z] ---> Using cache [2021-01-29T20:28:49.855Z] ---> f21bd52fb477 [2021-01-29T20:28:49.855Z] Step 5/34 : RUN apk add --update --no-cache make git [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:28:49.915Z] ===================================================== [Pipeline] echo [2021-01-29T20:28:49.962Z] taggedImages: [2021-01-29T20:28:49.962Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:49.962Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.65 [2021-01-29T20:28:49.962Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:49.962Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-29T20:28:50.039Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-29T20:28:50.039Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:50.039Z] 2.0.0-dev.65 [2021-01-29T20:28:50.039Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:50.039Z] master [2021-01-29T20:28:50.039Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:50.457Z] ---> Running in a73ef93e2953 [2021-01-29T20:28:50.458Z] ---> Running in 605b2d0ed58f [2021-01-29T20:28:50.616Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:50.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:50.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T20:28:50.921Z] 6bb8abb2a115: Preparing [2021-01-29T20:28:50.921Z] 30bc85ba6b27: Preparing [2021-01-29T20:28:50.921Z] 0a8bc762880b: Preparing [2021-01-29T20:28:50.921Z] 4c83ab71363d: Preparing [2021-01-29T20:28:50.921Z] 777b2c648970: Preparing [2021-01-29T20:28:50.921Z] 4c83ab71363d: Layer already exists [2021-01-29T20:28:50.921Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:50.921Z] 777b2c648970: Layer already exists [2021-01-29T20:28:50.921Z] 6bb8abb2a115: Pushed [2021-01-29T20:28:51.916Z] Removing intermediate container 483a53bf4952 [2021-01-29T20:28:51.916Z] ---> c1c61087f7e1 [2021-01-29T20:28:51.916Z] Step 6/24 : COPY go.mod . [2021-01-29T20:28:52.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:52.309Z] 30bc85ba6b27: Pushed [2021-01-29T20:28:52.309Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:52.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:52.618Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:52.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 [2021-01-29T20:28:52.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T20:28:52.917Z] 6bb8abb2a115: Preparing [2021-01-29T20:28:52.917Z] 30bc85ba6b27: Preparing [2021-01-29T20:28:52.917Z] 0a8bc762880b: Preparing [2021-01-29T20:28:52.917Z] 4c83ab71363d: Preparing [2021-01-29T20:28:52.917Z] 777b2c648970: Preparing [2021-01-29T20:28:52.917Z] 4c83ab71363d: Layer already exists [2021-01-29T20:28:52.917Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:52.917Z] 6bb8abb2a115: Layer already exists [2021-01-29T20:28:52.917Z] 30bc85ba6b27: Layer already exists [2021-01-29T20:28:52.917Z] 777b2c648970: Layer already exists [2021-01-29T20:28:52.917Z] 2.0.0-dev.65: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:53.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:53.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:28:53.222Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:53.344Z] ---> 2f85689f1a3a [2021-01-29T20:28:53.344Z] Step 7/24 : RUN go mod download [2021-01-29T20:28:53.344Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T20:28:53.344Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T20:28:53.344Z] ---> 3db1b37c1b75 [2021-01-29T20:28:53.344Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T20:28:53.344Z] ---> Using cache [2021-01-29T20:28:53.344Z] ---> a2243c3bd9db [2021-01-29T20:28:53.344Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T20:28:53.344Z] ---> Using cache [2021-01-29T20:28:53.344Z] ---> f21bd52fb477 [2021-01-29T20:28:53.344Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T20:28:53.344Z] ---> Using cache [2021-01-29T20:28:53.344Z] ---> c1c61087f7e1 [2021-01-29T20:28:53.344Z] Step 6/23 : COPY go.mod . [2021-01-29T20:28:53.344Z] ---> Using cache [2021-01-29T20:28:53.344Z] ---> 2f85689f1a3a [2021-01-29T20:28:53.344Z] Step 7/23 : RUN go mod download [2021-01-29T20:28:53.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:53.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T20:28:53.520Z] 6bb8abb2a115: Preparing [2021-01-29T20:28:53.520Z] 30bc85ba6b27: Preparing [2021-01-29T20:28:53.520Z] 0a8bc762880b: Preparing [2021-01-29T20:28:53.520Z] 4c83ab71363d: Preparing [2021-01-29T20:28:53.520Z] 777b2c648970: Preparing [2021-01-29T20:28:53.520Z] 6bb8abb2a115: Layer already exists [2021-01-29T20:28:53.520Z] 777b2c648970: Layer already exists [2021-01-29T20:28:53.520Z] 4c83ab71363d: Layer already exists [2021-01-29T20:28:53.520Z] 30bc85ba6b27: Layer already exists [2021-01-29T20:28:53.520Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:53.520Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:53.619Z] ---> Running in 3c974bbe2326 [2021-01-29T20:28:53.619Z] ---> Running in 6542ef02a85b [2021-01-29T20:28:53.619Z] OK: 217 MiB in 51 packages [2021-01-29T20:28:53.825Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:54.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-29T20:28:54.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-29T20:28:54.127Z] 6bb8abb2a115: Preparing [2021-01-29T20:28:54.127Z] 30bc85ba6b27: Preparing [2021-01-29T20:28:54.128Z] 0a8bc762880b: Preparing [2021-01-29T20:28:54.128Z] 4c83ab71363d: Preparing [2021-01-29T20:28:54.128Z] 777b2c648970: Preparing [2021-01-29T20:28:54.128Z] 4c83ab71363d: Layer already exists [2021-01-29T20:28:54.128Z] 777b2c648970: Layer already exists [2021-01-29T20:28:54.128Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:54.128Z] 6bb8abb2a115: Layer already exists [2021-01-29T20:28:54.128Z] 30bc85ba6b27: Layer already exists [2021-01-29T20:28:54.128Z] master: digest: sha256:3a156c232e3c1aafb15c6c59b9fb32d7d8414fabc8c9ee160b6d7695313b1aec size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-29T20:28:54.223Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:28:54.356Z] ===================================================== [Pipeline] echo [2021-01-29T20:28:54.443Z] taggedImages: [2021-01-29T20:28:54.443Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:54.443Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.65 [2021-01-29T20:28:54.443Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:54.443Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-29T20:28:54.509Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-29T20:28:54.509Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:54.509Z] 2.0.0-dev.65 [2021-01-29T20:28:54.509Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:54.509Z] master [2021-01-29T20:28:54.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:54.997Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:55.227Z] Removing intermediate container a73ef93e2953 [2021-01-29T20:28:55.227Z] ---> cd48ed997adb [2021-01-29T20:28:55.227Z] Step 6/34 : COPY go.mod . [2021-01-29T20:28:55.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:55.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-29T20:28:55.302Z] 00163499eda4: Preparing [2021-01-29T20:28:55.302Z] 00163499eda4: Preparing [2021-01-29T20:28:55.302Z] 186c7e561ede: Preparing [2021-01-29T20:28:55.302Z] 83659ead6226: Preparing [2021-01-29T20:28:55.302Z] c37dacc5bd80: Preparing [2021-01-29T20:28:55.302Z] a0c0fbd6bfb0: Preparing [2021-01-29T20:28:55.302Z] 0a8bc762880b: Preparing [2021-01-29T20:28:55.302Z] 5a33989d350e: Preparing [2021-01-29T20:28:55.302Z] 5a33989d350e: Preparing [2021-01-29T20:28:55.302Z] e744e03a79fc: Preparing [2021-01-29T20:28:55.302Z] 0793ca8d6142: Preparing [2021-01-29T20:28:55.302Z] 6f2c515ac647: Preparing [2021-01-29T20:28:55.302Z] 777b2c648970: Preparing [2021-01-29T20:28:55.302Z] e744e03a79fc: Waiting [2021-01-29T20:28:55.302Z] 5a33989d350e: Waiting [2021-01-29T20:28:55.302Z] 0793ca8d6142: Waiting [2021-01-29T20:28:55.302Z] 6f2c515ac647: Waiting [2021-01-29T20:28:55.302Z] 777b2c648970: Waiting [2021-01-29T20:28:55.302Z] 0a8bc762880b: Waiting [2021-01-29T20:28:55.569Z] c37dacc5bd80: Pushed [2021-01-29T20:28:55.569Z] 00163499eda4: Pushed [2021-01-29T20:28:55.569Z] 186c7e561ede: Pushed [2021-01-29T20:28:55.569Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:55.569Z] 5a33989d350e: Pushed [2021-01-29T20:28:55.569Z] 0793ca8d6142: Pushed [2021-01-29T20:28:55.825Z] Removing intermediate container 605b2d0ed58f [2021-01-29T20:28:55.825Z] ---> 463fd2ee8195 [2021-01-29T20:28:55.825Z] Step 6/26 : COPY go.mod . [2021-01-29T20:28:55.834Z] 777b2c648970: Layer already exists [2021-01-29T20:28:55.834Z] 6f2c515ac647: Pushed [2021-01-29T20:28:56.407Z] 83659ead6226: Pushed [2021-01-29T20:28:56.407Z] a0c0fbd6bfb0: Pushed [2021-01-29T20:28:56.407Z] e744e03a79fc: Pushed [2021-01-29T20:28:56.428Z] ---> 38e89785ad18 [2021-01-29T20:28:56.428Z] Step 7/34 : RUN go mod download [2021-01-29T20:28:56.668Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:56.702Z] ---> Running in 0075507c055c [2021-01-29T20:28:56.702Z] ---> 79bf2ecb9ec8 [2021-01-29T20:28:56.702Z] Step 7/26 : RUN go mod download [2021-01-29T20:28:56.974Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 [2021-01-29T20:28:56.976Z] ---> Running in a6ef9fd4eb0a [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:57.263Z] Removing intermediate container 3c974bbe2326 [2021-01-29T20:28:57.263Z] ---> 95f780b8a09d [2021-01-29T20:28:57.263Z] Step 8/24 : COPY . . [2021-01-29T20:28:57.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 [2021-01-29T20:28:57.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-29T20:28:57.279Z] 00163499eda4: Preparing [2021-01-29T20:28:57.279Z] 00163499eda4: Preparing [2021-01-29T20:28:57.279Z] 186c7e561ede: Preparing [2021-01-29T20:28:57.279Z] 83659ead6226: Preparing [2021-01-29T20:28:57.279Z] c37dacc5bd80: Preparing [2021-01-29T20:28:57.279Z] a0c0fbd6bfb0: Preparing [2021-01-29T20:28:57.279Z] 0a8bc762880b: Preparing [2021-01-29T20:28:57.279Z] 5a33989d350e: Preparing [2021-01-29T20:28:57.279Z] 5a33989d350e: Preparing [2021-01-29T20:28:57.279Z] e744e03a79fc: Preparing [2021-01-29T20:28:57.279Z] 0793ca8d6142: Preparing [2021-01-29T20:28:57.279Z] 6f2c515ac647: Preparing [2021-01-29T20:28:57.279Z] 777b2c648970: Preparing [2021-01-29T20:28:57.279Z] 0a8bc762880b: Waiting [2021-01-29T20:28:57.279Z] 5a33989d350e: Waiting [2021-01-29T20:28:57.279Z] e744e03a79fc: Waiting [2021-01-29T20:28:57.279Z] 0793ca8d6142: Waiting [2021-01-29T20:28:57.279Z] 6f2c515ac647: Waiting [2021-01-29T20:28:57.279Z] 777b2c648970: Waiting [2021-01-29T20:28:57.279Z] 83659ead6226: Layer already exists [2021-01-29T20:28:57.279Z] a0c0fbd6bfb0: Layer already exists [2021-01-29T20:28:57.279Z] c37dacc5bd80: Layer already exists [2021-01-29T20:28:57.279Z] 00163499eda4: Layer already exists [2021-01-29T20:28:57.279Z] 186c7e561ede: Layer already exists [2021-01-29T20:28:57.279Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:57.279Z] 5a33989d350e: Layer already exists [2021-01-29T20:28:57.279Z] 0793ca8d6142: Layer already exists [2021-01-29T20:28:57.279Z] e744e03a79fc: Layer already exists [2021-01-29T20:28:57.279Z] 6f2c515ac647: Layer already exists [2021-01-29T20:28:57.279Z] 777b2c648970: Layer already exists [2021-01-29T20:28:57.279Z] 2.0.0-dev.65: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:57.557Z] Removing intermediate container 6542ef02a85b [2021-01-29T20:28:57.557Z] ---> 73d864add112 [2021-01-29T20:28:57.557Z] Step 8/23 : COPY . . [2021-01-29T20:28:57.591Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:57.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:57.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-29T20:28:57.892Z] 00163499eda4: Preparing [2021-01-29T20:28:57.892Z] 00163499eda4: Preparing [2021-01-29T20:28:57.892Z] 186c7e561ede: Preparing [2021-01-29T20:28:57.892Z] 83659ead6226: Preparing [2021-01-29T20:28:57.892Z] c37dacc5bd80: Preparing [2021-01-29T20:28:57.892Z] a0c0fbd6bfb0: Preparing [2021-01-29T20:28:57.892Z] 0a8bc762880b: Preparing [2021-01-29T20:28:57.892Z] 5a33989d350e: Preparing [2021-01-29T20:28:57.892Z] 5a33989d350e: Preparing [2021-01-29T20:28:57.892Z] e744e03a79fc: Preparing [2021-01-29T20:28:57.892Z] 0793ca8d6142: Preparing [2021-01-29T20:28:57.892Z] 6f2c515ac647: Preparing [2021-01-29T20:28:57.892Z] 777b2c648970: Preparing [2021-01-29T20:28:57.892Z] 0a8bc762880b: Waiting [2021-01-29T20:28:57.892Z] 5a33989d350e: Waiting [2021-01-29T20:28:57.892Z] e744e03a79fc: Waiting [2021-01-29T20:28:57.892Z] 0793ca8d6142: Waiting [2021-01-29T20:28:57.892Z] 6f2c515ac647: Waiting [2021-01-29T20:28:57.892Z] 777b2c648970: Waiting [2021-01-29T20:28:57.892Z] 186c7e561ede: Layer already exists [2021-01-29T20:28:57.892Z] 00163499eda4: Layer already exists [2021-01-29T20:28:57.892Z] c37dacc5bd80: Layer already exists [2021-01-29T20:28:57.892Z] a0c0fbd6bfb0: Layer already exists [2021-01-29T20:28:57.892Z] 83659ead6226: Layer already exists [2021-01-29T20:28:57.892Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:57.892Z] 6f2c515ac647: Layer already exists [2021-01-29T20:28:57.892Z] 0793ca8d6142: Layer already exists [2021-01-29T20:28:57.892Z] 5a33989d350e: Layer already exists [2021-01-29T20:28:57.892Z] e744e03a79fc: Layer already exists [2021-01-29T20:28:57.892Z] 777b2c648970: Layer already exists [2021-01-29T20:28:57.892Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:58.197Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:58.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-29T20:28:58.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-29T20:28:58.494Z] 00163499eda4: Preparing [2021-01-29T20:28:58.494Z] 00163499eda4: Preparing [2021-01-29T20:28:58.494Z] 186c7e561ede: Preparing [2021-01-29T20:28:58.494Z] 83659ead6226: Preparing [2021-01-29T20:28:58.494Z] c37dacc5bd80: Preparing [2021-01-29T20:28:58.494Z] a0c0fbd6bfb0: Preparing [2021-01-29T20:28:58.494Z] 0a8bc762880b: Preparing [2021-01-29T20:28:58.494Z] 5a33989d350e: Preparing [2021-01-29T20:28:58.494Z] 5a33989d350e: Preparing [2021-01-29T20:28:58.494Z] e744e03a79fc: Preparing [2021-01-29T20:28:58.494Z] 0793ca8d6142: Preparing [2021-01-29T20:28:58.494Z] 6f2c515ac647: Preparing [2021-01-29T20:28:58.494Z] 777b2c648970: Preparing [2021-01-29T20:28:58.494Z] 5a33989d350e: Waiting [2021-01-29T20:28:58.494Z] e744e03a79fc: Waiting [2021-01-29T20:28:58.494Z] 0793ca8d6142: Waiting [2021-01-29T20:28:58.494Z] 6f2c515ac647: Waiting [2021-01-29T20:28:58.494Z] 777b2c648970: Waiting [2021-01-29T20:28:58.494Z] 0a8bc762880b: Waiting [2021-01-29T20:28:58.494Z] c37dacc5bd80: Layer already exists [2021-01-29T20:28:58.494Z] 00163499eda4: Layer already exists [2021-01-29T20:28:58.494Z] 83659ead6226: Layer already exists [2021-01-29T20:28:58.494Z] 186c7e561ede: Layer already exists [2021-01-29T20:28:58.494Z] a0c0fbd6bfb0: Layer already exists [2021-01-29T20:28:58.494Z] e744e03a79fc: Layer already exists [2021-01-29T20:28:58.494Z] 0a8bc762880b: Layer already exists [2021-01-29T20:28:58.494Z] 5a33989d350e: Layer already exists [2021-01-29T20:28:58.494Z] 0793ca8d6142: Layer already exists [2021-01-29T20:28:58.494Z] 6f2c515ac647: Layer already exists [2021-01-29T20:28:58.494Z] 777b2c648970: Layer already exists [2021-01-29T20:28:58.494Z] master: digest: sha256:f632d13e0c11a5eaa94940ac79f83f8eaa7edcf184c8350675a918dc1f344bac size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:28:58.721Z] ===================================================== [Pipeline] echo [2021-01-29T20:28:58.767Z] taggedImages: [2021-01-29T20:28:58.767Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:58.767Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.65 [2021-01-29T20:28:58.767Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:58.767Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-01-29T20:28:58.831Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-29T20:28:58.831Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:58.831Z] 2.0.0-dev.65 [2021-01-29T20:28:58.831Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:28:58.831Z] master [2021-01-29T20:28:58.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:59.320Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:28:59.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:28:59.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T20:28:59.614Z] 23e5ea352d04: Preparing [2021-01-29T20:28:59.614Z] f1676cd43c62: Preparing [2021-01-29T20:28:59.614Z] 47a30e97c7fb: Preparing [2021-01-29T20:28:59.615Z] fe23c30dc6ae: Preparing [2021-01-29T20:28:59.615Z] e685553072a9: Preparing [2021-01-29T20:28:59.615Z] 777b2c648970: Preparing [2021-01-29T20:28:59.615Z] 777b2c648970: Waiting [2021-01-29T20:28:59.879Z] fe23c30dc6ae: Pushed [2021-01-29T20:28:59.879Z] 47a30e97c7fb: Pushed [2021-01-29T20:28:59.879Z] 777b2c648970: Layer already exists [2021-01-29T20:28:59.879Z] e685553072a9: Pushed [2021-01-29T20:29:00.451Z] 23e5ea352d04: Pushed [2021-01-29T20:29:00.451Z] f1676cd43c62: Pushed [2021-01-29T20:29:00.712Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:01.013Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:01.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 [2021-01-29T20:29:01.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T20:29:01.309Z] 23e5ea352d04: Preparing [2021-01-29T20:29:01.309Z] f1676cd43c62: Preparing [2021-01-29T20:29:01.309Z] 47a30e97c7fb: Preparing [2021-01-29T20:29:01.309Z] fe23c30dc6ae: Preparing [2021-01-29T20:29:01.309Z] e685553072a9: Preparing [2021-01-29T20:29:01.309Z] 777b2c648970: Preparing [2021-01-29T20:29:01.309Z] 777b2c648970: Waiting [2021-01-29T20:29:01.309Z] e685553072a9: Layer already exists [2021-01-29T20:29:01.309Z] f1676cd43c62: Layer already exists [2021-01-29T20:29:01.309Z] 23e5ea352d04: Layer already exists [2021-01-29T20:29:01.309Z] fe23c30dc6ae: Layer already exists [2021-01-29T20:29:01.309Z] 47a30e97c7fb: Layer already exists [2021-01-29T20:29:01.309Z] 777b2c648970: Layer already exists [2021-01-29T20:29:01.309Z] 2.0.0-dev.65: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:01.612Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:01.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:01.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T20:29:01.923Z] 23e5ea352d04: Preparing [2021-01-29T20:29:01.923Z] f1676cd43c62: Preparing [2021-01-29T20:29:01.923Z] 47a30e97c7fb: Preparing [2021-01-29T20:29:01.923Z] fe23c30dc6ae: Preparing [2021-01-29T20:29:01.923Z] e685553072a9: Preparing [2021-01-29T20:29:01.923Z] 777b2c648970: Preparing [2021-01-29T20:29:01.923Z] 777b2c648970: Waiting [2021-01-29T20:29:01.923Z] 23e5ea352d04: Layer already exists [2021-01-29T20:29:01.923Z] 47a30e97c7fb: Layer already exists [2021-01-29T20:29:01.923Z] f1676cd43c62: Layer already exists [2021-01-29T20:29:01.923Z] fe23c30dc6ae: Layer already exists [2021-01-29T20:29:01.923Z] e685553072a9: Layer already exists [2021-01-29T20:29:01.923Z] 777b2c648970: Layer already exists [2021-01-29T20:29:01.923Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:02.225Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:02.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-29T20:29:02.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-29T20:29:02.521Z] 23e5ea352d04: Preparing [2021-01-29T20:29:02.521Z] f1676cd43c62: Preparing [2021-01-29T20:29:02.521Z] 47a30e97c7fb: Preparing [2021-01-29T20:29:02.521Z] fe23c30dc6ae: Preparing [2021-01-29T20:29:02.521Z] e685553072a9: Preparing [2021-01-29T20:29:02.521Z] 777b2c648970: Preparing [2021-01-29T20:29:02.521Z] 777b2c648970: Waiting [2021-01-29T20:29:02.521Z] fe23c30dc6ae: Layer already exists [2021-01-29T20:29:02.521Z] 23e5ea352d04: Layer already exists [2021-01-29T20:29:02.521Z] e685553072a9: Layer already exists [2021-01-29T20:29:02.521Z] f1676cd43c62: Layer already exists [2021-01-29T20:29:02.521Z] 47a30e97c7fb: Layer already exists [2021-01-29T20:29:02.521Z] 777b2c648970: Layer already exists [2021-01-29T20:29:02.521Z] master: digest: sha256:d028f312d69ea4b057e2867348629ea31ff4f377017e6087b656931ee4de4f4f size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:29:02.855Z] ===================================================== [Pipeline] echo [2021-01-29T20:29:02.956Z] taggedImages: [2021-01-29T20:29:02.956Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:02.956Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.65 [2021-01-29T20:29:02.956Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:02.956Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-29T20:29:02.975Z] Removing intermediate container 0075507c055c [2021-01-29T20:29:02.975Z] ---> fb69271676e1 [2021-01-29T20:29:02.975Z] Step 8/34 : COPY . . [2021-01-29T20:29:02.975Z] Removing intermediate container a6ef9fd4eb0a [2021-01-29T20:29:02.975Z] ---> ace3cc8dd17a [2021-01-29T20:29:02.975Z] Step 8/26 : COPY . . [Pipeline] echo [2021-01-29T20:29:03.054Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-29T20:29:03.054Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:03.054Z] 2.0.0-dev.65 [2021-01-29T20:29:03.054Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:03.054Z] master [2021-01-29T20:29:03.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:03.643Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:03.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:03.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T20:29:03.999Z] 47c46cea137d: Preparing [2021-01-29T20:29:03.999Z] e437cb19d63b: Preparing [2021-01-29T20:29:03.999Z] 9936a442491a: Preparing [2021-01-29T20:29:03.999Z] 9207940639cd: Preparing [2021-01-29T20:29:03.999Z] 5e3375cb188d: Preparing [2021-01-29T20:29:03.999Z] a3b80f6ba46c: Preparing [2021-01-29T20:29:03.999Z] 6aad734cb9c6: Preparing [2021-01-29T20:29:03.999Z] 6dc359cefbf5: Preparing [2021-01-29T20:29:03.999Z] 777b2c648970: Preparing [2021-01-29T20:29:03.999Z] a3b80f6ba46c: Waiting [2021-01-29T20:29:03.999Z] 6aad734cb9c6: Waiting [2021-01-29T20:29:03.999Z] 6dc359cefbf5: Waiting [2021-01-29T20:29:03.999Z] 777b2c648970: Waiting [2021-01-29T20:29:04.277Z] 47c46cea137d: Pushed [2021-01-29T20:29:04.277Z] e437cb19d63b: Pushed [2021-01-29T20:29:04.277Z] 5e3375cb188d: Pushed [2021-01-29T20:29:04.277Z] a3b80f6ba46c: Pushed [2021-01-29T20:29:04.277Z] 6aad734cb9c6: Pushed [2021-01-29T20:29:04.551Z] 777b2c648970: Layer already exists [2021-01-29T20:29:04.813Z] 6dc359cefbf5: Pushed [2021-01-29T20:29:05.074Z] 9207940639cd: Pushed [2021-01-29T20:29:05.074Z] 9936a442491a: Pushed [2021-01-29T20:29:05.336Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:05.641Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:05.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 [2021-01-29T20:29:05.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T20:29:05.944Z] 47c46cea137d: Preparing [2021-01-29T20:29:05.944Z] e437cb19d63b: Preparing [2021-01-29T20:29:05.944Z] 9936a442491a: Preparing [2021-01-29T20:29:05.944Z] 9207940639cd: Preparing [2021-01-29T20:29:05.944Z] 5e3375cb188d: Preparing [2021-01-29T20:29:05.944Z] a3b80f6ba46c: Preparing [2021-01-29T20:29:05.944Z] 6aad734cb9c6: Preparing [2021-01-29T20:29:05.944Z] 6dc359cefbf5: Preparing [2021-01-29T20:29:05.944Z] 777b2c648970: Preparing [2021-01-29T20:29:05.944Z] 6aad734cb9c6: Waiting [2021-01-29T20:29:05.944Z] 6dc359cefbf5: Waiting [2021-01-29T20:29:05.944Z] a3b80f6ba46c: Waiting [2021-01-29T20:29:05.944Z] 777b2c648970: Waiting [2021-01-29T20:29:05.944Z] 9207940639cd: Layer already exists [2021-01-29T20:29:05.944Z] 47c46cea137d: Layer already exists [2021-01-29T20:29:05.944Z] e437cb19d63b: Layer already exists [2021-01-29T20:29:05.944Z] 9936a442491a: Layer already exists [2021-01-29T20:29:05.944Z] 5e3375cb188d: Layer already exists [2021-01-29T20:29:05.944Z] 6dc359cefbf5: Layer already exists [2021-01-29T20:29:05.944Z] a3b80f6ba46c: Layer already exists [2021-01-29T20:29:05.944Z] 777b2c648970: Layer already exists [2021-01-29T20:29:05.944Z] 6aad734cb9c6: Layer already exists [2021-01-29T20:29:05.944Z] 2.0.0-dev.65: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:06.249Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:06.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:06.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T20:29:06.549Z] 47c46cea137d: Preparing [2021-01-29T20:29:06.549Z] e437cb19d63b: Preparing [2021-01-29T20:29:06.549Z] 9936a442491a: Preparing [2021-01-29T20:29:06.549Z] 9207940639cd: Preparing [2021-01-29T20:29:06.549Z] 5e3375cb188d: Preparing [2021-01-29T20:29:06.549Z] a3b80f6ba46c: Preparing [2021-01-29T20:29:06.549Z] 6aad734cb9c6: Preparing [2021-01-29T20:29:06.549Z] 6dc359cefbf5: Preparing [2021-01-29T20:29:06.549Z] 777b2c648970: Preparing [2021-01-29T20:29:06.549Z] a3b80f6ba46c: Waiting [2021-01-29T20:29:06.549Z] 6aad734cb9c6: Waiting [2021-01-29T20:29:06.549Z] 777b2c648970: Waiting [2021-01-29T20:29:06.549Z] 6dc359cefbf5: Waiting [2021-01-29T20:29:06.549Z] 5e3375cb188d: Layer already exists [2021-01-29T20:29:06.549Z] e437cb19d63b: Layer already exists [2021-01-29T20:29:06.549Z] 47c46cea137d: Layer already exists [2021-01-29T20:29:06.549Z] 9207940639cd: Layer already exists [2021-01-29T20:29:06.549Z] 9936a442491a: Layer already exists [2021-01-29T20:29:06.549Z] 777b2c648970: Layer already exists [2021-01-29T20:29:06.549Z] a3b80f6ba46c: Layer already exists [2021-01-29T20:29:06.549Z] 6aad734cb9c6: Layer already exists [2021-01-29T20:29:06.549Z] 6dc359cefbf5: Layer already exists [2021-01-29T20:29:06.549Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:06.858Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:07.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-29T20:29:07.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-29T20:29:07.157Z] 47c46cea137d: Preparing [2021-01-29T20:29:07.157Z] e437cb19d63b: Preparing [2021-01-29T20:29:07.157Z] 9936a442491a: Preparing [2021-01-29T20:29:07.157Z] 9207940639cd: Preparing [2021-01-29T20:29:07.157Z] 5e3375cb188d: Preparing [2021-01-29T20:29:07.157Z] a3b80f6ba46c: Preparing [2021-01-29T20:29:07.157Z] 6aad734cb9c6: Preparing [2021-01-29T20:29:07.157Z] 6dc359cefbf5: Preparing [2021-01-29T20:29:07.157Z] 777b2c648970: Preparing [2021-01-29T20:29:07.157Z] a3b80f6ba46c: Waiting [2021-01-29T20:29:07.157Z] 6aad734cb9c6: Waiting [2021-01-29T20:29:07.157Z] 6dc359cefbf5: Waiting [2021-01-29T20:29:07.157Z] 777b2c648970: Waiting [2021-01-29T20:29:07.157Z] e437cb19d63b: Layer already exists [2021-01-29T20:29:07.157Z] 9936a442491a: Layer already exists [2021-01-29T20:29:07.157Z] 47c46cea137d: Layer already exists [2021-01-29T20:29:07.157Z] 5e3375cb188d: Layer already exists [2021-01-29T20:29:07.157Z] 9207940639cd: Layer already exists [2021-01-29T20:29:07.157Z] a3b80f6ba46c: Layer already exists [2021-01-29T20:29:07.157Z] 6aad734cb9c6: Layer already exists [2021-01-29T20:29:07.157Z] 6dc359cefbf5: Layer already exists [2021-01-29T20:29:07.157Z] 777b2c648970: Layer already exists [2021-01-29T20:29:07.157Z] master: digest: sha256:0d2be3dafa5a8d83de8b258fd0f69b30b9318182031f7bf762e98cb400f2aa96 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:29:07.354Z] ===================================================== [Pipeline] echo [2021-01-29T20:29:07.399Z] taggedImages: [2021-01-29T20:29:07.399Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:07.399Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.65 [2021-01-29T20:29:07.399Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:07.399Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-29T20:29:07.461Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-29T20:29:07.461Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:07.461Z] 2.0.0-dev.65 [2021-01-29T20:29:07.461Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:07.461Z] master [2021-01-29T20:29:07.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:07.938Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:08.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:08.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T20:29:08.234Z] cea37a35c399: Preparing [2021-01-29T20:29:08.234Z] 5316c12b6282: Preparing [2021-01-29T20:29:08.234Z] 0a8bc762880b: Preparing [2021-01-29T20:29:08.234Z] aff2922bdc8f: Preparing [2021-01-29T20:29:08.234Z] 777b2c648970: Preparing [2021-01-29T20:29:08.234Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:08.234Z] 777b2c648970: Layer already exists [2021-01-29T20:29:08.234Z] cea37a35c399: Pushed [2021-01-29T20:29:08.808Z] aff2922bdc8f: Pushed [2021-01-29T20:29:09.383Z] 5316c12b6282: Pushed [2021-01-29T20:29:09.383Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:09.689Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:09.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 [2021-01-29T20:29:09.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T20:29:09.990Z] cea37a35c399: Preparing [2021-01-29T20:29:09.990Z] 5316c12b6282: Preparing [2021-01-29T20:29:09.990Z] 0a8bc762880b: Preparing [2021-01-29T20:29:09.990Z] aff2922bdc8f: Preparing [2021-01-29T20:29:09.990Z] 777b2c648970: Preparing [2021-01-29T20:29:09.990Z] aff2922bdc8f: Layer already exists [2021-01-29T20:29:09.990Z] 5316c12b6282: Layer already exists [2021-01-29T20:29:09.990Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:09.990Z] cea37a35c399: Layer already exists [2021-01-29T20:29:09.990Z] 777b2c648970: Layer already exists [2021-01-29T20:29:09.990Z] 2.0.0-dev.65: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:10.294Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:10.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:10.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T20:29:10.593Z] cea37a35c399: Preparing [2021-01-29T20:29:10.593Z] 5316c12b6282: Preparing [2021-01-29T20:29:10.593Z] 0a8bc762880b: Preparing [2021-01-29T20:29:10.593Z] aff2922bdc8f: Preparing [2021-01-29T20:29:10.593Z] 777b2c648970: Preparing [2021-01-29T20:29:10.593Z] cea37a35c399: Layer already exists [2021-01-29T20:29:10.593Z] 5316c12b6282: Layer already exists [2021-01-29T20:29:10.593Z] aff2922bdc8f: Layer already exists [2021-01-29T20:29:10.593Z] 777b2c648970: Layer already exists [2021-01-29T20:29:10.593Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:10.593Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:10.904Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:11.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-29T20:29:11.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-29T20:29:11.201Z] cea37a35c399: Preparing [2021-01-29T20:29:11.201Z] 5316c12b6282: Preparing [2021-01-29T20:29:11.201Z] 0a8bc762880b: Preparing [2021-01-29T20:29:11.201Z] aff2922bdc8f: Preparing [2021-01-29T20:29:11.201Z] 777b2c648970: Preparing [2021-01-29T20:29:11.201Z] 777b2c648970: Layer already exists [2021-01-29T20:29:11.201Z] 5316c12b6282: Layer already exists [2021-01-29T20:29:11.201Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:11.201Z] aff2922bdc8f: Layer already exists [2021-01-29T20:29:11.201Z] cea37a35c399: Layer already exists [2021-01-29T20:29:11.201Z] master: digest: sha256:fddace295cf41a5c858cc813ebbdd17d9f792db88dad21c04674b584e150d698 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-29T20:29:11.282Z] ---> 3db844c70d5b [2021-01-29T20:29:11.282Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:29:11.396Z] ===================================================== [Pipeline] echo [2021-01-29T20:29:11.469Z] taggedImages: [2021-01-29T20:29:11.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:11.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.65 [2021-01-29T20:29:11.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:11.469Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-29T20:29:11.538Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-29T20:29:11.538Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:11.538Z] 2.0.0-dev.65 [2021-01-29T20:29:11.538Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:11.538Z] master [2021-01-29T20:29:11.538Z] ===================================================== [2021-01-29T20:29:11.557Z] ---> 17e2163d4642 [2021-01-29T20:29:11.557Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:11.832Z] ---> Running in 2e54753ddbef [2021-01-29T20:29:12.069Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:12.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:12.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T20:29:12.372Z] dbb6637c4973: Preparing [2021-01-29T20:29:12.372Z] 714407ec945c: Preparing [2021-01-29T20:29:12.372Z] 0a8bc762880b: Preparing [2021-01-29T20:29:12.372Z] b671253c098a: Preparing [2021-01-29T20:29:12.372Z] 777b2c648970: Preparing [2021-01-29T20:29:12.372Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:12.372Z] 777b2c648970: Layer already exists [2021-01-29T20:29:12.436Z] ---> Running in 50a77a35f672 [2021-01-29T20:29:12.635Z] b671253c098a: Pushed [2021-01-29T20:29:12.635Z] dbb6637c4973: Pushed [2021-01-29T20:29:13.583Z] 714407ec945c: Pushed [2021-01-29T20:29:13.583Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:13.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T20:29:13.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T20:29:13.888Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:14.163Z] ---> 3df1e20a4dea [2021-01-29T20:29:14.163Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T20:29:14.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 [2021-01-29T20:29:14.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T20:29:14.193Z] dbb6637c4973: Preparing [2021-01-29T20:29:14.193Z] 714407ec945c: Preparing [2021-01-29T20:29:14.193Z] 0a8bc762880b: Preparing [2021-01-29T20:29:14.193Z] b671253c098a: Preparing [2021-01-29T20:29:14.193Z] 777b2c648970: Preparing [2021-01-29T20:29:14.193Z] 777b2c648970: Layer already exists [2021-01-29T20:29:14.193Z] dbb6637c4973: Layer already exists [2021-01-29T20:29:14.193Z] b671253c098a: Layer already exists [2021-01-29T20:29:14.193Z] 714407ec945c: Layer already exists [2021-01-29T20:29:14.193Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:14.193Z] 2.0.0-dev.65: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:14.441Z] ---> Running in 8c4cd9cfddfb [2021-01-29T20:29:14.441Z] ---> 0f5defe0bc79 [2021-01-29T20:29:14.441Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T20:29:14.503Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:14.721Z] ---> Running in 59e23b7c3438 [2021-01-29T20:29:14.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:14.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T20:29:14.810Z] dbb6637c4973: Preparing [2021-01-29T20:29:14.810Z] 714407ec945c: Preparing [2021-01-29T20:29:14.810Z] 0a8bc762880b: Preparing [2021-01-29T20:29:14.810Z] b671253c098a: Preparing [2021-01-29T20:29:14.810Z] 777b2c648970: Preparing [2021-01-29T20:29:14.810Z] dbb6637c4973: Layer already exists [2021-01-29T20:29:14.810Z] 777b2c648970: Layer already exists [2021-01-29T20:29:14.810Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:14.810Z] b671253c098a: Layer already exists [2021-01-29T20:29:14.810Z] 714407ec945c: Layer already exists [2021-01-29T20:29:15.326Z] Removing intermediate container 8c4cd9cfddfb [2021-01-29T20:29:15.326Z] ---> 8b7da972e468 [2021-01-29T20:29:15.326Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T20:29:15.326Z] ---> Running in 9ee8167c2e98 [2021-01-29T20:29:15.757Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:16.062Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:16.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-29T20:29:16.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-29T20:29:16.362Z] dbb6637c4973: Preparing [2021-01-29T20:29:16.362Z] 714407ec945c: Preparing [2021-01-29T20:29:16.362Z] 0a8bc762880b: Preparing [2021-01-29T20:29:16.362Z] b671253c098a: Preparing [2021-01-29T20:29:16.362Z] 777b2c648970: Preparing [2021-01-29T20:29:16.362Z] 714407ec945c: Layer already exists [2021-01-29T20:29:16.362Z] b671253c098a: Layer already exists [2021-01-29T20:29:16.362Z] 0a8bc762880b: Layer already exists [2021-01-29T20:29:16.362Z] 777b2c648970: Layer already exists [2021-01-29T20:29:16.362Z] dbb6637c4973: Layer already exists [2021-01-29T20:29:16.362Z] master: digest: sha256:bac190074d4891b0f2f8ee55a9c7eff5a45ebc57bf2cf3b92f3279e64da58a5e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:29:16.552Z] ===================================================== [Pipeline] echo [2021-01-29T20:29:16.606Z] taggedImages: [2021-01-29T20:29:16.606Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:16.606Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.65 [2021-01-29T20:29:16.606Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:16.606Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-29T20:29:16.667Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-29T20:29:16.667Z] 304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:16.667Z] 2.0.0-dev.65 [2021-01-29T20:29:16.667Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:16.667Z] master [2021-01-29T20:29:16.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-29T20:29:16.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:17.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T20:29:17.139Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:17.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:17.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T20:29:17.448Z] 20bcd9b46dc7: Preparing [2021-01-29T20:29:17.448Z] 85c5c58a9ce9: Preparing [2021-01-29T20:29:17.448Z] e5a4afe0694f: Preparing [2021-01-29T20:29:17.448Z] a3958b18da15: Preparing [2021-01-29T20:29:17.448Z] 2a70f283d721: Preparing [2021-01-29T20:29:17.448Z] 456697a6ca90: Preparing [2021-01-29T20:29:17.448Z] 3187a05295bc: Preparing [2021-01-29T20:29:17.448Z] 0754057c0ad3: Preparing [2021-01-29T20:29:17.448Z] 998cdf262ab1: Preparing [2021-01-29T20:29:17.448Z] 02e56110abd2: Preparing [2021-01-29T20:29:17.448Z] abc36efb885a: Preparing [2021-01-29T20:29:17.448Z] b0b09059f4e1: Preparing [2021-01-29T20:29:17.448Z] bb961f40224b: Preparing [2021-01-29T20:29:17.449Z] f4666769fca7: Preparing [2021-01-29T20:29:17.449Z] 998cdf262ab1: Waiting [2021-01-29T20:29:17.449Z] 02e56110abd2: Waiting [2021-01-29T20:29:17.449Z] 456697a6ca90: Waiting [2021-01-29T20:29:17.449Z] 3187a05295bc: Waiting [2021-01-29T20:29:17.449Z] 0754057c0ad3: Waiting [2021-01-29T20:29:17.449Z] abc36efb885a: Waiting [2021-01-29T20:29:17.449Z] bb961f40224b: Waiting [2021-01-29T20:29:17.449Z] f4666769fca7: Waiting [2021-01-29T20:29:17.449Z] b0b09059f4e1: Waiting [2021-01-29T20:29:17.722Z] 2a70f283d721: Pushed [2021-01-29T20:29:17.722Z] 20bcd9b46dc7: Pushed [2021-01-29T20:29:17.988Z] a3958b18da15: Pushed [2021-01-29T20:29:17.988Z] 0754057c0ad3: Layer already exists [2021-01-29T20:29:17.988Z] 998cdf262ab1: Layer already exists [2021-01-29T20:29:17.988Z] 02e56110abd2: Layer already exists [2021-01-29T20:29:17.988Z] 3187a05295bc: Pushed [2021-01-29T20:29:17.988Z] abc36efb885a: Layer already exists [2021-01-29T20:29:17.988Z] b0b09059f4e1: Layer already exists [2021-01-29T20:29:17.988Z] bb961f40224b: Layer already exists [2021-01-29T20:29:17.988Z] f4666769fca7: Layer already exists [2021-01-29T20:29:18.250Z] 85c5c58a9ce9: Pushed [2021-01-29T20:29:18.512Z] 456697a6ca90: Pushed [2021-01-29T20:29:21.828Z] e5a4afe0694f: Pushed [2021-01-29T20:29:21.828Z] 304d320492d37461b40de67c95ae73491c8494ce: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:22.135Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:22.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 [2021-01-29T20:29:22.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T20:29:22.440Z] 20bcd9b46dc7: Preparing [2021-01-29T20:29:22.440Z] 85c5c58a9ce9: Preparing [2021-01-29T20:29:22.440Z] e5a4afe0694f: Preparing [2021-01-29T20:29:22.440Z] a3958b18da15: Preparing [2021-01-29T20:29:22.440Z] 2a70f283d721: Preparing [2021-01-29T20:29:22.440Z] 456697a6ca90: Preparing [2021-01-29T20:29:22.440Z] 3187a05295bc: Preparing [2021-01-29T20:29:22.440Z] 0754057c0ad3: Preparing [2021-01-29T20:29:22.440Z] 998cdf262ab1: Preparing [2021-01-29T20:29:22.440Z] 02e56110abd2: Preparing [2021-01-29T20:29:22.440Z] abc36efb885a: Preparing [2021-01-29T20:29:22.440Z] b0b09059f4e1: Preparing [2021-01-29T20:29:22.440Z] bb961f40224b: Preparing [2021-01-29T20:29:22.440Z] f4666769fca7: Preparing [2021-01-29T20:29:22.440Z] 456697a6ca90: Waiting [2021-01-29T20:29:22.440Z] 3187a05295bc: Waiting [2021-01-29T20:29:22.440Z] 0754057c0ad3: Waiting [2021-01-29T20:29:22.440Z] 998cdf262ab1: Waiting [2021-01-29T20:29:22.440Z] 02e56110abd2: Waiting [2021-01-29T20:29:22.440Z] abc36efb885a: Waiting [2021-01-29T20:29:22.440Z] b0b09059f4e1: Waiting [2021-01-29T20:29:22.440Z] bb961f40224b: Waiting [2021-01-29T20:29:22.440Z] f4666769fca7: Waiting [2021-01-29T20:29:22.440Z] 85c5c58a9ce9: Layer already exists [2021-01-29T20:29:22.440Z] a3958b18da15: Layer already exists [2021-01-29T20:29:22.440Z] 20bcd9b46dc7: Layer already exists [2021-01-29T20:29:22.440Z] e5a4afe0694f: Layer already exists [2021-01-29T20:29:22.440Z] 2a70f283d721: Layer already exists [2021-01-29T20:29:22.440Z] 3187a05295bc: Layer already exists [2021-01-29T20:29:22.440Z] 456697a6ca90: Layer already exists [2021-01-29T20:29:22.440Z] 0754057c0ad3: Layer already exists [2021-01-29T20:29:22.440Z] 998cdf262ab1: Layer already exists [2021-01-29T20:29:22.440Z] 02e56110abd2: Layer already exists [2021-01-29T20:29:22.440Z] abc36efb885a: Layer already exists [2021-01-29T20:29:22.440Z] b0b09059f4e1: Layer already exists [2021-01-29T20:29:22.440Z] bb961f40224b: Layer already exists [2021-01-29T20:29:22.440Z] f4666769fca7: Layer already exists [2021-01-29T20:29:22.440Z] 2.0.0-dev.65: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:22.757Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:23.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:23.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T20:29:23.056Z] 20bcd9b46dc7: Preparing [2021-01-29T20:29:23.056Z] 85c5c58a9ce9: Preparing [2021-01-29T20:29:23.056Z] e5a4afe0694f: Preparing [2021-01-29T20:29:23.056Z] a3958b18da15: Preparing [2021-01-29T20:29:23.056Z] 2a70f283d721: Preparing [2021-01-29T20:29:23.056Z] 456697a6ca90: Preparing [2021-01-29T20:29:23.056Z] 3187a05295bc: Preparing [2021-01-29T20:29:23.056Z] 0754057c0ad3: Preparing [2021-01-29T20:29:23.056Z] 998cdf262ab1: Preparing [2021-01-29T20:29:23.056Z] 02e56110abd2: Preparing [2021-01-29T20:29:23.056Z] abc36efb885a: Preparing [2021-01-29T20:29:23.056Z] b0b09059f4e1: Preparing [2021-01-29T20:29:23.056Z] bb961f40224b: Preparing [2021-01-29T20:29:23.056Z] f4666769fca7: Preparing [2021-01-29T20:29:23.056Z] 3187a05295bc: Waiting [2021-01-29T20:29:23.056Z] 0754057c0ad3: Waiting [2021-01-29T20:29:23.056Z] bb961f40224b: Waiting [2021-01-29T20:29:23.056Z] b0b09059f4e1: Waiting [2021-01-29T20:29:23.056Z] 998cdf262ab1: Waiting [2021-01-29T20:29:23.056Z] f4666769fca7: Waiting [2021-01-29T20:29:23.056Z] 02e56110abd2: Waiting [2021-01-29T20:29:23.056Z] abc36efb885a: Waiting [2021-01-29T20:29:23.056Z] 456697a6ca90: Waiting [2021-01-29T20:29:23.056Z] 2a70f283d721: Layer already exists [2021-01-29T20:29:23.056Z] a3958b18da15: Layer already exists [2021-01-29T20:29:23.056Z] 85c5c58a9ce9: Layer already exists [2021-01-29T20:29:23.056Z] e5a4afe0694f: Layer already exists [2021-01-29T20:29:23.056Z] 20bcd9b46dc7: Layer already exists [2021-01-29T20:29:23.056Z] 456697a6ca90: Layer already exists [2021-01-29T20:29:23.056Z] 3187a05295bc: Layer already exists [2021-01-29T20:29:23.056Z] 998cdf262ab1: Layer already exists [2021-01-29T20:29:23.056Z] 0754057c0ad3: Layer already exists [2021-01-29T20:29:23.056Z] 02e56110abd2: Layer already exists [2021-01-29T20:29:23.056Z] abc36efb885a: Layer already exists [2021-01-29T20:29:23.056Z] b0b09059f4e1: Layer already exists [2021-01-29T20:29:23.056Z] f4666769fca7: Layer already exists [2021-01-29T20:29:23.056Z] bb961f40224b: Layer already exists [2021-01-29T20:29:23.056Z] 304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:23.364Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:29:23.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-29T20:29:23.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-29T20:29:23.664Z] 20bcd9b46dc7: Preparing [2021-01-29T20:29:23.664Z] 85c5c58a9ce9: Preparing [2021-01-29T20:29:23.664Z] e5a4afe0694f: Preparing [2021-01-29T20:29:23.664Z] a3958b18da15: Preparing [2021-01-29T20:29:23.664Z] 2a70f283d721: Preparing [2021-01-29T20:29:23.664Z] 456697a6ca90: Preparing [2021-01-29T20:29:23.664Z] 3187a05295bc: Preparing [2021-01-29T20:29:23.664Z] 0754057c0ad3: Preparing [2021-01-29T20:29:23.664Z] 998cdf262ab1: Preparing [2021-01-29T20:29:23.664Z] 02e56110abd2: Preparing [2021-01-29T20:29:23.664Z] abc36efb885a: Preparing [2021-01-29T20:29:23.664Z] b0b09059f4e1: Preparing [2021-01-29T20:29:23.664Z] bb961f40224b: Preparing [2021-01-29T20:29:23.664Z] f4666769fca7: Preparing [2021-01-29T20:29:23.664Z] 3187a05295bc: Waiting [2021-01-29T20:29:23.664Z] 0754057c0ad3: Waiting [2021-01-29T20:29:23.664Z] 998cdf262ab1: Waiting [2021-01-29T20:29:23.664Z] 02e56110abd2: Waiting [2021-01-29T20:29:23.664Z] abc36efb885a: Waiting [2021-01-29T20:29:23.664Z] b0b09059f4e1: Waiting [2021-01-29T20:29:23.664Z] bb961f40224b: Waiting [2021-01-29T20:29:23.664Z] f4666769fca7: Waiting [2021-01-29T20:29:23.664Z] 456697a6ca90: Waiting [2021-01-29T20:29:23.664Z] 2a70f283d721: Layer already exists [2021-01-29T20:29:23.664Z] e5a4afe0694f: Layer already exists [2021-01-29T20:29:23.664Z] a3958b18da15: Layer already exists [2021-01-29T20:29:23.664Z] 20bcd9b46dc7: Layer already exists [2021-01-29T20:29:23.664Z] 85c5c58a9ce9: Layer already exists [2021-01-29T20:29:23.664Z] 456697a6ca90: Layer already exists [2021-01-29T20:29:23.664Z] 3187a05295bc: Layer already exists [2021-01-29T20:29:23.664Z] 998cdf262ab1: Layer already exists [2021-01-29T20:29:23.664Z] 02e56110abd2: Layer already exists [2021-01-29T20:29:23.664Z] 0754057c0ad3: Layer already exists [2021-01-29T20:29:23.664Z] b0b09059f4e1: Layer already exists [2021-01-29T20:29:23.664Z] abc36efb885a: Layer already exists [2021-01-29T20:29:23.664Z] bb961f40224b: Layer already exists [2021-01-29T20:29:23.664Z] f4666769fca7: Layer already exists [2021-01-29T20:29:23.664Z] master: digest: sha256:7d20b51bb8bf351ab60530c1d3440ec7935fdae965a9656547e2503d886a9396 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-29T20:29:23.876Z] ===================================================== [Pipeline] echo [2021-01-29T20:29:23.920Z] taggedImages: [2021-01-29T20:29:23.920Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:29:23.920Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.65 [2021-01-29T20:29:23.920Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:304d320492d37461b40de67c95ae73491c8494ce-2.0.0-dev.65 [2021-01-29T20:29:23.920Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T20:30:13.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T20:30:23.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T20:30:28.212Z] Removing intermediate container 2e54753ddbef [2021-01-29T20:30:28.212Z] ---> 351e83960f5f [2021-01-29T20:30:28.212Z] [2021-01-29T20:30:28.212Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T20:30:28.212Z] ---> afeebe901d6b [2021-01-29T20:30:28.212Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T20:30:28.212Z] ---> Running in ed54b62c08c8 [2021-01-29T20:30:30.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:30:30.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:30:31.531Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T20:30:31.531Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:30:31.531Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T20:30:31.531Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T20:30:31.531Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T20:30:31.531Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:30:31.531Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T20:30:31.826Z] OK: 7 MiB in 19 packages [2021-01-29T20:30:32.435Z] Removing intermediate container 59e23b7c3438 [2021-01-29T20:30:32.435Z] ---> 3b88825cd307 [2021-01-29T20:30:32.435Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T20:30:32.718Z] ---> Running in b18cdabff362 [2021-01-29T20:30:34.169Z] Removing intermediate container ed54b62c08c8 [2021-01-29T20:30:34.445Z] ---> 5cd35ce58766 [2021-01-29T20:30:34.445Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T20:30:34.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.65" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T20:30:34.445Z] ---> Running in d29552cad8b8 [2021-01-29T20:30:35.064Z] Removing intermediate container d29552cad8b8 [2021-01-29T20:30:35.064Z] ---> a3a1991ca015 [2021-01-29T20:30:35.064Z] Step 13/24 : WORKDIR / [2021-01-29T20:30:35.354Z] ---> Running in 77b7eeefa18a [2021-01-29T20:30:35.963Z] Removing intermediate container 77b7eeefa18a [2021-01-29T20:30:35.963Z] ---> a5562cac6e2a [2021-01-29T20:30:35.963Z] 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-29T20:30:36.960Z] ---> ac0e4c867736 [2021-01-29T20:30:36.960Z] 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-29T20:30:37.566Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T20:30:37.566Z] + cd /tmp/build/dist/linux [2021-01-29T20:30:37.566Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T20:30:37.566Z] Cloning into '.'... [2021-01-29T20:30:38.184Z]  ---> 3ff98a0cb871 [2021-01-29T20:30:38.184Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T20:30:38.184Z] + go get github.com/robfig/glock [2021-01-29T20:30:39.179Z] Removing intermediate container b18cdabff362 [2021-01-29T20:30:39.179Z] ---> c1ddce034a93 [2021-01-29T20:30:39.179Z] [2021-01-29T20:30:39.179Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T20:30:39.179Z] ---> 8273109b36b3 [2021-01-29T20:30:39.179Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T20:30:39.464Z] 20.10.0: Pulling from library/docker [2021-01-29T20:30:42.121Z] ---> ddd7623ae1c2 [2021-01-29T20:30:42.121Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T20:30:44.778Z] ---> 2b59142834e8 [2021-01-29T20:30:44.778Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T20:30:46.804Z] ---> 24cabee13e25 [2021-01-29T20:30:46.804Z] 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-29T20:30:47.079Z] ---> Running in 0ed0696279ee [2021-01-29T20:30:47.079Z] Removing intermediate container 50a77a35f672 [2021-01-29T20:30:47.079Z] ---> d2dba1c2d23c [2021-01-29T20:30:47.079Z] [2021-01-29T20:30:47.079Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T20:30:47.079Z] ---> afeebe901d6b [2021-01-29T20:30:47.079Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T20:30:47.079Z] ---> Using cache [2021-01-29T20:30:47.079Z] ---> d4914d88f715 [2021-01-29T20:30:47.079Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T20:30:47.079Z] ---> Using cache [2021-01-29T20:30:47.079Z] ---> 855a4bd62518 [2021-01-29T20:30:47.079Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T20:30:47.692Z] ---> Running in 3a520b98ff46 [2021-01-29T20:30:48.703Z] Removing intermediate container 3a520b98ff46 [2021-01-29T20:30:48.703Z] ---> 22e7166d77f5 [2021-01-29T20:30:48.703Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T20:30:49.312Z] ---> Running in 2fcf4c54f9d2 [2021-01-29T20:30:50.306Z] Removing intermediate container 2fcf4c54f9d2 [2021-01-29T20:30:50.306Z] ---> 9cb388615a96 [2021-01-29T20:30:50.306Z] Step 15/23 : WORKDIR / [2021-01-29T20:30:50.908Z] ---> Running in b14a485f635c [2021-01-29T20:30:50.908Z] Removing intermediate container 0ed0696279ee [2021-01-29T20:30:50.908Z] ---> b42ab4d3e552 [2021-01-29T20:30:50.908Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T20:30:51.917Z] ---> Running in 79aa5d0a70ad [2021-01-29T20:30:52.194Z] Removing intermediate container b14a485f635c [2021-01-29T20:30:52.194Z] ---> af18380c1109 [2021-01-29T20:30:52.194Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:30:52.473Z] Removing intermediate container 79aa5d0a70ad [2021-01-29T20:30:52.473Z] ---> 7ca49122386f [2021-01-29T20:30:52.473Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T20:30:53.092Z] ---> Running in 1207ea2cf1c3 [2021-01-29T20:30:53.092Z] ---> 8191f9782f4b [2021-01-29T20:30:53.092Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T20:30:53.694Z] Removing intermediate container 1207ea2cf1c3 [2021-01-29T20:30:53.694Z] ---> 83d7fbcebcd6 [2021-01-29T20:30:53.694Z] Step 23/24 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:30:53.694Z] ---> Running in db836cced2ab [2021-01-29T20:30:55.142Z] Removing intermediate container db836cced2ab [2021-01-29T20:30:55.142Z] ---> 25e02e51756d [2021-01-29T20:30:55.142Z] Step 24/24 : LABEL version=2.0.0-dev.65 [2021-01-29T20:30:55.428Z] ---> Running in 451945fc78f4 [2021-01-29T20:30:55.428Z] ---> 983894cbb305 [2021-01-29T20:30:55.428Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T20:30:56.428Z] Removing intermediate container 451945fc78f4 [2021-01-29T20:30:56.428Z] ---> 2a5b6bf1d9e8 [2021-01-29T20:30:56.428Z] [2021-01-29T20:30:56.705Z] Successfully built 2a5b6bf1d9e8 [2021-01-29T20:30:56.705Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T20:30:56.705Z] + glock sync -n [2021-01-29T20:30:56.986Z]  Building docker-security-secretstore-setup-go ... done  ---> c91af03d54d6 [2021-01-29T20:30:56.986Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T20:30:56.986Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T20:30:56.986Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T20:30:56.986Z] ---> eeaf43b92773 [2021-01-29T20:30:56.986Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T20:30:56.986Z] ---> Running in cd44e50772e4 [2021-01-29T20:30:56.986Z] ---> Running in 5ee26f52dfca [2021-01-29T20:30:57.595Z] Removing intermediate container cd44e50772e4 [2021-01-29T20:30:57.595Z] ---> 7d511d237b8f [2021-01-29T20:30:57.595Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:30:57.869Z] ---> Running in a93065faad12 [2021-01-29T20:30:58.153Z] Removing intermediate container a93065faad12 [2021-01-29T20:30:58.153Z] ---> 3ce06de177e8 [2021-01-29T20:30:58.153Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T20:30:58.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:30:58.428Z] ---> Running in 1cd159a89bcf [2021-01-29T20:30:58.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:30:58.979Z] Removing intermediate container 1cd159a89bcf [2021-01-29T20:30:58.979Z] ---> 87ac911999c5 [2021-01-29T20:30:58.979Z] Step 22/23 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:30:58.979Z] ---> Running in 7a0fb02d0e44 [2021-01-29T20:30:59.255Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T20:30:59.255Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T20:30:59.255Z] Executing bash-5.0.17-r0.post-install [2021-01-29T20:30:59.255Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:30:59.255Z] OK: 12 MiB in 22 packages [2021-01-29T20:30:59.534Z] Removing intermediate container 7a0fb02d0e44 [2021-01-29T20:30:59.534Z] ---> 349c4115815f [2021-01-29T20:30:59.534Z] Step 23/23 : LABEL version=2.0.0-dev.65 [2021-01-29T20:30:59.812Z] ---> Running in 1d1fc0577daa [2021-01-29T20:31:00.089Z] Removing intermediate container 1d1fc0577daa [2021-01-29T20:31:00.089Z] ---> 0b7c630c6afe [2021-01-29T20:31:00.089Z] [2021-01-29T20:31:00.706Z] Successfully built 0b7c630c6afe [2021-01-29T20:31:00.706Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T20:31:00.706Z]  Building docker-core-metadata-go ... done Removing intermediate container 5ee26f52dfca [2021-01-29T20:31:00.706Z] ---> 32166604db1e [2021-01-29T20:31:00.706Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T20:31:00.990Z] ---> Running in 25f9f08ad03a [2021-01-29T20:31:01.589Z] Removing intermediate container 25f9f08ad03a [2021-01-29T20:31:01.589Z] ---> 78a91bc0cdfc [2021-01-29T20:31:01.589Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T20:31:01.589Z] ---> Running in 2bccff6836da [2021-01-29T20:31:02.205Z] Removing intermediate container 2bccff6836da [2021-01-29T20:31:02.205Z] ---> 6ccf860a5ea7 [2021-01-29T20:31:02.205Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T20:31:02.481Z] ---> Running in 805eb4dc6162 [2021-01-29T20:31:02.760Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T20:31:02.760Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T20:31:02.760Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T20:31:03.035Z] Removing intermediate container 805eb4dc6162 [2021-01-29T20:31:03.035Z] ---> cda70be17684 [2021-01-29T20:31:03.035Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T20:31:03.312Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T20:31:03.312Z] + git describe '--abbrev=0' --tags [2021-01-29T20:31:03.312Z] + TAG=v0.6.1 [2021-01-29T20:31:03.312Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T20:31:03.312Z] + apk --print-arch [2021-01-29T20:31:03.312Z] + arch=aarch64 [2021-01-29T20:31:03.312Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-29T20:31:03.312Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-29T20:31:03.312Z] building [dockerize] for arm64 ... [2021-01-29T20:31:04.762Z] ---> 9529f194f3c4 [2021-01-29T20:31:04.762Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T20:31:05.366Z] ---> d4b7ca1ef080 [2021-01-29T20:31:05.366Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T20:31:06.366Z] ---> 6eeed79c359d [2021-01-29T20:31:06.367Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T20:31:06.367Z] ---> Running in 4cb84701db96 [2021-01-29T20:31:07.360Z] + date [2021-01-29T20:31:07.360Z] + echo 'Fri Jan 29 20:31:07 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T20:31:07.360Z] Fri Jan 29 20:31:07 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T20:31:07.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:31:07.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:31:08.535Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T20:31:08.535Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T20:31:08.535Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T20:31:08.535Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T20:31:08.535Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T20:31:08.535Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T20:31:08.535Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T20:31:10.540Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T20:31:10.540Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T20:31:10.540Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T20:31:10.540Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T20:31:10.540Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T20:31:10.540Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T20:31:10.540Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T20:31:10.540Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T20:31:10.540Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T20:31:10.540Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T20:31:10.818Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T20:31:10.818Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T20:31:10.818Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T20:31:10.818Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T20:31:10.818Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T20:31:10.818Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T20:31:11.099Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T20:31:11.100Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T20:31:11.100Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T20:31:11.100Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T20:31:11.100Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T20:31:11.100Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T20:31:11.100Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T20:31:11.100Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T20:31:11.100Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T20:31:11.100Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T20:31:11.375Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:31:11.375Z] OK: 71 MiB in 55 packages [2021-01-29T20:31:14.834Z] Removing intermediate container 9ee8167c2e98 [2021-01-29T20:31:14.834Z] ---> b667070617d0 [2021-01-29T20:31:14.834Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T20:31:14.834Z] ---> Running in 72f3d6057515 [2021-01-29T20:31:16.294Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T20:31:16.294Z] statically linked [2021-01-29T20:31:18.272Z] Removing intermediate container 72f3d6057515 [2021-01-29T20:31:18.272Z] ---> 684c94f7a56f [2021-01-29T20:31:18.272Z] [2021-01-29T20:31:18.273Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T20:31:18.273Z] ---> afeebe901d6b [2021-01-29T20:31:18.273Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T20:31:18.273Z] ---> Running in 4ceb22242009 [2021-01-29T20:31:18.875Z] Removing intermediate container 4cb84701db96 [2021-01-29T20:31:18.875Z] ---> e3b7b374f1f8 [2021-01-29T20:31:18.875Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T20:31:18.875Z] Removing intermediate container 4ceb22242009 [2021-01-29T20:31:18.875Z] ---> 1eb7efba228f [2021-01-29T20:31:18.875Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T20:31:18.875Z] ---> Running in e4609aba4a28 [2021-01-29T20:31:18.875Z] ---> Running in 1bdcb03a68e5 [2021-01-29T20:31:23.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:31:23.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:31:24.095Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T20:31:24.095Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T20:31:24.095Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T20:31:24.095Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:31:24.095Z] OK: 6 MiB in 17 packages [2021-01-29T20:31:25.544Z] Removing intermediate container 1bdcb03a68e5 [2021-01-29T20:31:25.544Z] ---> 637322da9d09 [2021-01-29T20:31:25.544Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T20:31:25.544Z] ---> Running in dfb6363198c2 [2021-01-29T20:31:25.819Z] Removing intermediate container dfb6363198c2 [2021-01-29T20:31:25.819Z] ---> 4cd4f63039fe [2021-01-29T20:31:25.819Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T20:31:26.096Z] ---> Running in 36a2d0d5c172 [2021-01-29T20:31:26.373Z] Removing intermediate container 36a2d0d5c172 [2021-01-29T20:31:26.373Z] ---> 258d60b7fceb [2021-01-29T20:31:26.373Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T20:31:26.647Z] ---> Running in e3f0d0c41fc2 [2021-01-29T20:31:27.633Z] Collecting docker-compose==1.23.2 [2021-01-29T20:31:27.633Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T20:31:28.239Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T20:31:28.239Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T20:31:28.858Z] Removing intermediate container e3f0d0c41fc2 [2021-01-29T20:31:28.858Z] ---> 7fb787788a1d [2021-01-29T20:31:28.858Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T20:31:28.858Z] ---> Running in 45fa818eeeba [2021-01-29T20:31:29.461Z] Removing intermediate container 45fa818eeeba [2021-01-29T20:31:29.461Z] ---> 97194b809731 [2021-01-29T20:31:29.461Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T20:31:30.452Z] 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-29T20:31:30.730Z] ---> 27e808a11b40 [2021-01-29T20:31:30.730Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T20:31:30.730Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T20:31:30.730Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T20:31:31.383Z] ---> cc3a77953fa9 [2021-01-29T20:31:31.383Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T20:31:31.678Z] ---> Running in 26eb0444d49c [2021-01-29T20:31:33.687Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T20:31:33.687Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T20:31:33.972Z] Removing intermediate container 26eb0444d49c [2021-01-29T20:31:33.972Z] ---> 6b5e1442ca70 [2021-01-29T20:31:33.972Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T20:31:34.593Z] ---> bc6f6d0171b6 [2021-01-29T20:31:34.593Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T20:31:35.194Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T20:31:35.194Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T20:31:35.855Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T20:31:35.855Z] ---> e03fb11c940d [2021-01-29T20:31:35.855Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T20:31:35.855Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T20:31:36.453Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T20:31:36.453Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T20:31:36.453Z] ---> fe0ed2abefd6 [2021-01-29T20:31:36.453Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T20:31:37.910Z] ---> cf1a3ca1819d [2021-01-29T20:31:37.910Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T20:31:38.525Z] ---> c754d57ad91e [2021-01-29T20:31:38.525Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T20:31:38.525Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T20:31:38.525Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T20:31:39.132Z] ---> Running in 5658a6a713f7 [2021-01-29T20:31:39.132Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T20:31:39.132Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T20:31:39.405Z] Removing intermediate container 5658a6a713f7 [2021-01-29T20:31:39.405Z] ---> 3b566e531288 [2021-01-29T20:31:39.405Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T20:31:40.004Z] ---> 839c5a73703d [2021-01-29T20:31:40.004Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T20:31:40.282Z] Collecting PyYAML<4,>=3.10 [2021-01-29T20:31:40.282Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T20:31:40.559Z] ---> Running in 1584f0655fe8 [2021-01-29T20:31:43.202Z] Removing intermediate container 1584f0655fe8 [2021-01-29T20:31:43.202Z] ---> 05a3b3d5a4c0 [2021-01-29T20:31:43.202Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T20:31:43.202Z] ---> Running in e40a286f1d21 [2021-01-29T20:31:43.817Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T20:31:43.817Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T20:31:43.817Z] Removing intermediate container e40a286f1d21 [2021-01-29T20:31:43.817Z] ---> 51d633428d02 [2021-01-29T20:31:43.817Z] Step 31/34 : CMD ["gate"] [2021-01-29T20:31:43.817Z] 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-29T20:31:43.817Z] 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-29T20:31:44.416Z] ---> Running in fc4f81d139ea [2021-01-29T20:31:44.416Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T20:31:44.416Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T20:31:44.693Z] Removing intermediate container fc4f81d139ea [2021-01-29T20:31:44.693Z] ---> 61d59fd9c2d4 [2021-01-29T20:31:44.693Z] Step 32/34 : LABEL arch=arm64 [2021-01-29T20:31:44.969Z] Collecting idna<2.8,>=2.5 [2021-01-29T20:31:44.969Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T20:31:44.970Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T20:31:44.970Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T20:31:44.970Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T20:31:44.970Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T20:31:45.246Z] ---> Running in 6c2abe96c61b [2021-01-29T20:31:45.872Z] Removing intermediate container 6c2abe96c61b [2021-01-29T20:31:45.872Z] ---> 490e418aad03 [2021-01-29T20:31:45.872Z] Step 33/34 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:31:45.872Z] Installing collected packages: texttable, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, jsonschema, PyYAML, docker-compose [2021-01-29T20:31:45.872Z] Running setup.py install for texttable: started [2021-01-29T20:31:46.151Z] ---> Running in 107b13ed5590 [2021-01-29T20:31:46.751Z] Removing intermediate container 107b13ed5590 [2021-01-29T20:31:46.751Z] ---> 5a4d8e0aec5d [2021-01-29T20:31:46.751Z] Step 34/34 : LABEL version=2.0.0-dev.65 [2021-01-29T20:31:47.027Z] ---> Running in 48d3ae624fc1 [2021-01-29T20:31:47.627Z] Removing intermediate container 48d3ae624fc1 [2021-01-29T20:31:47.627Z] ---> 2fb2a8a86e09 [2021-01-29T20:31:47.627Z] [2021-01-29T20:31:47.903Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T20:31:47.903Z] Running setup.py install for docopt: started [2021-01-29T20:31:47.904Z] Successfully built 2fb2a8a86e09 [2021-01-29T20:31:47.904Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-29T20:31:49.877Z]  Building docker-security-bootstrapper-go ... done  Running setup.py install for docopt: finished with status 'done' [2021-01-29T20:31:49.877Z] Attempting uninstall: urllib3 [2021-01-29T20:31:49.877Z] Found existing installation: urllib3 1.25.9 [2021-01-29T20:31:49.877Z] Uninstalling urllib3-1.25.9: [2021-01-29T20:31:50.149Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T20:31:50.752Z] Attempting uninstall: idna [2021-01-29T20:31:50.752Z] Found existing installation: idna 2.9 [2021-01-29T20:31:50.752Z] Uninstalling idna-2.9: [2021-01-29T20:31:50.752Z] Successfully uninstalled idna-2.9 [2021-01-29T20:31:51.422Z] Attempting uninstall: requests [2021-01-29T20:31:51.422Z] Found existing installation: requests 2.23.0 [2021-01-29T20:31:51.422Z] Uninstalling requests-2.23.0: [2021-01-29T20:31:51.422Z] Successfully uninstalled requests-2.23.0 [2021-01-29T20:31:52.446Z] Running setup.py install for dockerpty: started [2021-01-29T20:31:54.559Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T20:31:55.180Z] Running setup.py install for PyYAML: started [2021-01-29T20:31:57.292Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T20:31:58.267Z] 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-29T20:32:01.663Z] Removing intermediate container e4609aba4a28 [2021-01-29T20:32:01.663Z] ---> 5d50d06a2027 [2021-01-29T20:32:01.663Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T20:32:01.936Z] ---> Running in efeed05ceff9 [2021-01-29T20:32:02.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T20:32:03.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T20:32:03.787Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T20:32:03.787Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T20:32:03.787Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T20:32:03.787Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T20:32:03.787Z] OK: 71 MiB in 58 packages [2021-01-29T20:32:05.230Z] Removing intermediate container efeed05ceff9 [2021-01-29T20:32:05.230Z] ---> 518cd0b598d1 [2021-01-29T20:32:05.230Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T20:32:05.230Z] ---> Running in e83119b988d6 [2021-01-29T20:32:05.514Z] Removing intermediate container e83119b988d6 [2021-01-29T20:32:05.514Z] ---> 9398e2fc7615 [2021-01-29T20:32:05.514Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T20:32:05.792Z] ---> Running in 9c41b5f4394e [2021-01-29T20:32:06.073Z] Removing intermediate container 9c41b5f4394e [2021-01-29T20:32:06.073Z] ---> 1e49fb4f3274 [2021-01-29T20:32:06.073Z] Step 24/26 : LABEL arch=arm64 [2021-01-29T20:32:06.351Z] ---> Running in 37930dd39394 [2021-01-29T20:32:06.634Z] Removing intermediate container 37930dd39394 [2021-01-29T20:32:06.634Z] ---> 948428512c16 [2021-01-29T20:32:06.634Z] Step 25/26 : LABEL git_sha=304d320492d37461b40de67c95ae73491c8494ce [2021-01-29T20:32:06.915Z] ---> Running in 2d369c3758b9 [2021-01-29T20:32:07.531Z] Removing intermediate container 2d369c3758b9 [2021-01-29T20:32:07.531Z] ---> badf4510a2e4 [2021-01-29T20:32:07.531Z] Step 26/26 : LABEL version=2.0.0-dev.65 [2021-01-29T20:32:07.531Z] ---> Running in 1ff469453d40 [2021-01-29T20:32:08.133Z] Removing intermediate container 1ff469453d40 [2021-01-29T20:32:08.133Z] ---> 31cb440a93f1 [2021-01-29T20:32:08.133Z] [2021-01-29T20:32:08.133Z] Successfully built 31cb440a93f1 [2021-01-29T20:32:08.413Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T20:32:08.413Z]  Building docker-sys-mgmt-agent-go ... done  [2021-01-29T20:32:08.413Z] ERROR: for docker-core-command-go (, "The command '/bin/sh -c apk add --update --no-cache dumb-init' returned a non-zero code: 1") [2021-01-29T20:32:08.413Z] Service 'docker-core-command-go' failed to build: The command '/bin/sh -c apk add --update --no-cache dumb-init' returned a non-zero code: 1 [Pipeline] } [2021-01-29T20:32:08.711Z] $ docker stop --time=1 2ef3aca5e6b64f757c1ed4a0865600e7c8f7f40d009e726a548da17f66c4b26e [2021-01-29T20:32:10.625Z] $ docker rm -f 2ef3aca5e6b64f757c1ed4a0865600e7c8f7f40d009e726a548da17f66c4b26e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T20:32:12.190Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [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-29T20:32:14.195Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:32:15.073Z] ---> package-listing.sh [2021-01-29T20:32:15.073Z] ++ facter osfamily [2021-01-29T20:32:15.073Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T20:32:15.073Z] + OS_FAMILY=redhat [2021-01-29T20:32:15.073Z] + workspace=/w/workspace/edgex-go/328 [2021-01-29T20:32:15.073Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T20:32:15.073Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T20:32:15.073Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T20:32:15.073Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T20:32:15.073Z] + '[' /w/workspace/edgex-go/328 ']' [2021-01-29T20:32:15.073Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T20:32:15.073Z] + case "${OS_FAMILY}" in [2021-01-29T20:32:15.073Z] + rpm -qa [2021-01-29T20:32:15.073Z] + sort [2021-01-29T20:32:20.383Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T20:32:20.383Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T20:32:20.383Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T20:32:20.383Z] + '[' /w/workspace/edgex-go/328 ']' [2021-01-29T20:32:20.383Z] + mkdir -p /w/workspace/edgex-go/328/archives/ [2021-01-29T20:32:20.383Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/328/archives/ [Pipeline] echo [2021-01-29T20:32:20.398Z] 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/328/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T20:32:20.694Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:32:21.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T20:32:21.019Z] [2021-01-29T20:32:21.019Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T20:32:21.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T20:32:21.400Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T20:32:21.400Z] df20fa9351a1: Pulling fs layer [2021-01-29T20:32:21.400Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T20:32:21.400Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T20:32:21.400Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T20:32:21.400Z] 93b61091891f: Pulling fs layer [2021-01-29T20:32:21.400Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T20:32:21.400Z] 5e14af77c1be: Pulling fs layer [2021-01-29T20:32:21.400Z] 01666e4c0597: Pulling fs layer [2021-01-29T20:32:21.400Z] aa168da1d23b: Pulling fs layer [2021-01-29T20:32:21.400Z] 93b9cdb0e59b: Waiting [2021-01-29T20:32:21.400Z] 5e14af77c1be: Waiting [2021-01-29T20:32:21.400Z] 01666e4c0597: Waiting [2021-01-29T20:32:21.400Z] aa168da1d23b: Waiting [2021-01-29T20:32:21.400Z] 93b61091891f: Waiting [2021-01-29T20:32:21.400Z] 46f8f816bc3b: Waiting [2021-01-29T20:32:21.669Z] df20fa9351a1: Verifying Checksum [2021-01-29T20:32:21.669Z] df20fa9351a1: Download complete [2021-01-29T20:32:21.669Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T20:32:21.669Z] 46f8f816bc3b: Download complete [2021-01-29T20:32:21.669Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T20:32:21.669Z] 36b3adc4ff6f: Download complete [2021-01-29T20:32:21.669Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T20:32:21.669Z] 93b9cdb0e59b: Download complete [2021-01-29T20:32:21.669Z] 93b61091891f: Verifying Checksum [2021-01-29T20:32:21.669Z] 93b61091891f: Download complete [2021-01-29T20:32:21.669Z] 5e14af77c1be: Verifying Checksum [2021-01-29T20:32:21.669Z] 5e14af77c1be: Download complete [2021-01-29T20:32:21.669Z] 01666e4c0597: Verifying Checksum [2021-01-29T20:32:21.669Z] 01666e4c0597: Download complete [2021-01-29T20:32:21.937Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T20:32:21.937Z] 8ad3a11d3b57: Download complete [2021-01-29T20:32:21.937Z] df20fa9351a1: Pull complete [2021-01-29T20:32:22.200Z] 36b3adc4ff6f: Pull complete [2021-01-29T20:32:23.156Z] 8ad3a11d3b57: Pull complete [2021-01-29T20:32:23.420Z] 46f8f816bc3b: Pull complete [2021-01-29T20:32:24.369Z] aa168da1d23b: Verifying Checksum [2021-01-29T20:32:24.369Z] aa168da1d23b: Download complete [2021-01-29T20:32:25.317Z] 93b61091891f: Pull complete [2021-01-29T20:32:25.317Z] 93b9cdb0e59b: Pull complete [2021-01-29T20:32:25.580Z] 5e14af77c1be: Pull complete [2021-01-29T20:32:25.841Z] 01666e4c0597: Pull complete [2021-01-29T20:32:34.015Z] aa168da1d23b: Pull complete [2021-01-29T20:32:34.015Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T20:32:34.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T20:32:34.015Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T20:32:34.201Z] prd-centos7-docker-4c-2g-23993 does not seem to be running inside a container [2021-01-29T20:32:34.256Z] $ 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/328/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/328 -v /w/workspace/edgex-go/328:/w/workspace/edgex-go/328:rw,z -v /w/workspace/edgex-go/328@tmp:/w/workspace/edgex-go/328@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-29T20:32:38.853Z] $ docker top 9c9d826c6ea5cbbc0b138a18db40a7ae4a42a3c55ebc791053879a4fac09ff5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T20:32:39.531Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T20:32:39.839Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T20:32:40.138Z] + ls /var/log/sa-host [2021-01-29T20:32:40.138Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T20:32:40.138Z] file_magic: OK [2021-01-29T20:32:40.138Z] HZ: Using current value: 100 [2021-01-29T20:32:40.138Z] file_header: OK [2021-01-29T20:32:40.138Z] 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-29T20:32:40.138Z] Statistics: [2021-01-29T20:32:40.138Z] Hnuu...uuuununununu... [2021-01-29T20:32:40.138Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T20:32:40.138Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T20:32:40.138Z] file_magic: OK [2021-01-29T20:32:40.138Z] HZ: Using current value: 100 [2021-01-29T20:32:40.138Z] file_header: OK [2021-01-29T20:32:40.138Z] 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-29T20:32:40.138Z] Statistics: [2021-01-29T20:32:40.138Z] 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... [2021-01-29T20:32:40.138Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T20:32:40.766Z] provisioning config files... [2021-01-29T20:32:40.783Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/328@tmp/config8935042047254783989tmp [Pipeline] { [Pipeline] echo [2021-01-29T20:32:40.853Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:32:41.150Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T20:32:41.161Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T20:32:41.247Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:32:41.543Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T20:32:41.553Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:32:41.851Z] ---> sudo-logs.sh [2021-01-29T20:32:41.851Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T20:32:41.863Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:32:42.169Z] ---> job-cost.sh [2021-01-29T20:32:42.169Z] lf-activate-venv: SKIPPING [2021-01-29T20:32:42.169Z] INFO: No Stack... [2021-01-29T20:32:43.115Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T20:32:43.690Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T20:32:43.706Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T20:32:44.228Z] ---> logs-deploy.sh [2021-01-29T20:32:44.228Z] lf-activate-venv: SKIPPING [2021-01-29T20:32:44.228Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/328 [2021-01-29T20:32:44.228Z] INFO: archiving workspace using pattern(s): [2021-01-29T20:32:46.148Z] Archives upload complete. [2021-01-29T20:32:46.148Z] INFO: archiving logs to Nexus