Pull request #3051 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7c22161e7358ea62ae94c661ce8d86ab54401cb7+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (ba66b34464251cfecff9426dbf88499684e3ff19) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21395 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 7c22161e7358ea62ae94c661ce8d86ab54401cb7 Merge succeeded, producing 7c22161e7358ea62ae94c661ce8d86ab54401cb7 Checking out Revision 7c22161e7358ea62ae94c661ce8d86ab54401cb7 (PR-3051) > git config core.sparsecheckout # timeout=10 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" First time build. Skipping changelog. > git rev-list --no-walk b098938bb1ed78b5ddb2a79e9c2b351b8ad61594 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T23:18:48.970Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T23:18:49.220Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T23:18:50.738Z] ========================================================= [2021-01-19T23:18:50.738Z] EdgeX Global Pipelines Version Info [2021-01-19T23:18:50.738Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:18:52.213Z] ------------------- [2021-01-19T23:18:52.213Z] stable info: [2021-01-19T23:18:52.213Z] ------------------- [2021-01-19T23:18:52.213Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T23:18:52.213Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T23:18:52.213Z] Message: update stable to v1.0.179 [2021-01-19T23:18:53.162Z] ------------------- [2021-01-19T23:18:53.162Z] experimental info: [2021-01-19T23:18:53.162Z] ------------------- [2021-01-19T23:18:53.162Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T23:18:53.162Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T23:18:53.162Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T23:18:53.408Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T23:18:53.558Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T23:18:53.644Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T23:18:53.728Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T23:18:53.819Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T23:18:53.915Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T23:18:54.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T23:18:54.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T23:18:54.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T23:18:54.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T23:18:54.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T23:18:54.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T23:18:54.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T23:18:54.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T23:18:54.746Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T23:18:54.831Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T23:18:54.962Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T23:18:55.049Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T23:18:55.135Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T23:18:55.220Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T23:18:55.327Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T23:18:55.468Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T23:18:55.565Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T23:18:55.647Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3051 [Pipeline] echo [2021-01-19T23:18:55.725Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3051 [Pipeline] echo [2021-01-19T23:18:55.807Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3051 [Pipeline] echo [2021-01-19T23:18:55.890Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c22161e7358ea62ae94c661ce8d86ab54401cb7 [Pipeline] echo [2021-01-19T23:18:55.968Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c22161 [Pipeline] echo [2021-01-19T23:18:56.051Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T23:18:56.210Z] provisioning config files... [2021-01-19T23:18:56.240Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3521324028728464749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:18:56.586Z] ---> docker-login.sh [2021-01-19T23:18:56.586Z] nexus3.edgexfoundry.org:10001 [2021-01-19T23:18:56.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:18:56.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:18:56.847Z] Configure a credential helper to remove this warning. See [2021-01-19T23:18:56.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:18:56.847Z] [2021-01-19T23:18:56.847Z] Login Succeeded [2021-01-19T23:18:56.847Z] nexus3.edgexfoundry.org:10002 [2021-01-19T23:18:56.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:18:57.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:18:57.110Z] Configure a credential helper to remove this warning. See [2021-01-19T23:18:57.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:18:57.110Z] [2021-01-19T23:18:57.110Z] Login Succeeded [2021-01-19T23:18:57.110Z] nexus3.edgexfoundry.org:10003 [2021-01-19T23:18:57.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:18:57.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:18:57.110Z] Configure a credential helper to remove this warning. See [2021-01-19T23:18:57.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:18:57.110Z] [2021-01-19T23:18:57.110Z] Login Succeeded [2021-01-19T23:18:57.110Z] nexus3.edgexfoundry.org:10004 [2021-01-19T23:18:57.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:18:57.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:18:57.372Z] Configure a credential helper to remove this warning. See [2021-01-19T23:18:57.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:18:57.372Z] [2021-01-19T23:18:57.372Z] Login Succeeded [2021-01-19T23:18:57.372Z] docker.io [2021-01-19T23:18:57.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:18:57.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:18:57.894Z] Configure a credential helper to remove this warning. See [2021-01-19T23:18:57.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:18:57.894Z] [2021-01-19T23:18:57.894Z] Login Succeeded [2021-01-19T23:18:57.894Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T23:18:57.902Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T23:18:58.349Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T23:18:58.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T23:18:58.349Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T23:18:58.349Z] ++ cut -d/ -f2 [2021-01-19T23:18:58.349Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T23:18:58.425Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:18:59.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T23:18:59.436Z] [2021-01-19T23:18:59.436Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:18:59.778Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T23:18:59.778Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T23:18:59.778Z] 31603596830f: Pulling fs layer [2021-01-19T23:18:59.778Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T23:18:59.778Z] 6ca5941a6612: Pulling fs layer [2021-01-19T23:18:59.778Z] ecc8261a40a4: Pulling fs layer [2021-01-19T23:18:59.778Z] ecc8261a40a4: Waiting [2021-01-19T23:18:59.778Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T23:18:59.778Z] 2a8b12db71e7: Download complete [2021-01-19T23:18:59.778Z] 31603596830f: Verifying Checksum [2021-01-19T23:18:59.778Z] 31603596830f: Download complete [2021-01-19T23:19:00.043Z] ecc8261a40a4: Verifying Checksum [2021-01-19T23:19:00.043Z] ecc8261a40a4: Download complete [2021-01-19T23:19:00.043Z] 6ca5941a6612: Verifying Checksum [2021-01-19T23:19:00.043Z] 6ca5941a6612: Download complete [2021-01-19T23:19:00.043Z] 31603596830f: Pull complete [2021-01-19T23:19:00.305Z] 2a8b12db71e7: Pull complete [2021-01-19T23:19:00.882Z] 6ca5941a6612: Pull complete [2021-01-19T23:19:01.152Z] ecc8261a40a4: Pull complete [2021-01-19T23:19:01.152Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T23:19:01.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T23:19:01.152Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T23:19:01.252Z] prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container [2021-01-19T23:19:01.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T23:19:03.602Z] $ docker top 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T23:19:03.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T23:19:03.885Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T23:19:04.074Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T23:19:04.078Z] $ docker exec 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent [2021-01-19T23:19:04.239Z] SSH_AUTH_SOCK=/tmp/ssh-bPCwc4zj1OxG/agent.12 [2021-01-19T23:19:04.239Z] SSH_AGENT_PID=17 [2021-01-19T23:19:04.247Z] Running ssh-add (command line suppressed) [2021-01-19T23:19:04.367Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_509342518623038083.key (/w/workspace/edgex-go/3@tmp/private_key_509342518623038083.key) [2021-01-19T23:19:04.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T23:19:04.743Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T23:19:04.763Z] $ docker exec --env ******** --env ******** 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent -k [2021-01-19T23:19:04.881Z] unset SSH_AUTH_SOCK; [2021-01-19T23:19:04.881Z] unset SSH_AGENT_PID; [2021-01-19T23:19:04.881Z] echo Agent pid 17 killed; [2021-01-19T23:19:04.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T23:19:05.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T23:19:05.066Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T23:19:05.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T23:19:05.228Z] $ docker exec 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent [2021-01-19T23:19:05.383Z] SSH_AUTH_SOCK=/tmp/ssh-0S9REX5Vl42o/agent.46 [2021-01-19T23:19:05.383Z] SSH_AGENT_PID=51 [2021-01-19T23:19:05.389Z] Running ssh-add (command line suppressed) [2021-01-19T23:19:05.503Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2026981631700995097.key (/w/workspace/edgex-go/3@tmp/private_key_2026981631700995097.key) [2021-01-19T23:19:05.553Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T23:19:05.887Z] + git semver init [2021-01-19T23:19:05.887Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T23:19:05.887Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-19T23:19:05.887Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-19T23:19:05.887Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T23:19:05.887Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T23:19:05.887Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T23:19:05.887Z] # $SEMVER_BRANCH = PR-3051 [2021-01-19T23:19:05.887Z] # $SEMVER_TEMP = /tmp/semver-714370414 [2021-01-19T23:19:05.887Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T23:19:24.071Z] # '/tmp/semver-714370414' -> '/w/workspace/edgex-go/3/.semver' [2021-01-19T23:19:24.071Z] # -> Force: false [2021-01-19T23:19:24.071Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-19T23:19:24.084Z] $ docker exec --env ******** --env ******** 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 ssh-agent -k [2021-01-19T23:19:24.268Z] unset SSH_AUTH_SOCK; [2021-01-19T23:19:24.268Z] unset SSH_AGENT_PID; [2021-01-19T23:19:24.268Z] echo Agent pid 51 killed; [2021-01-19T23:19:24.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T23:19:24.793Z] + git semver [Pipeline] } [2021-01-19T23:19:24.808Z] $ docker stop --time=1 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 [2021-01-19T23:19:26.355Z] $ docker rm -f 254a7d346454d494114b7ee992242ad420f7d4c6e021a0e29901fced6b4cb3f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T23:19:26.863Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T23:19:27.317Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T23:19:27.320Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-19T23:19:28.132Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:19:28.425Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:19:28.717Z] + sudo service docker restart [2021-01-19T23:19:28.717Z] + true [2021-01-19T23:19:28.717Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T23:19:29.303Z] ========================================================= [2021-01-19T23:19:29.303Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T23:19:29.303Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:19:29.637Z] + 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-19T23:19:32.948Z] Sending build context to Docker daemon 326.6MB [2021-01-19T23:19:32.948Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T23:19:32.948Z] Step 2/6 : FROM ${BASE} [2021-01-19T23:19:32.948Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T23:19:32.948Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T23:19:32.948Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T23:19:32.948Z] de9db76c5a1d: Pulling fs layer [2021-01-19T23:19:32.948Z] bca2f99d35d6: Pulling fs layer [2021-01-19T23:19:32.948Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T23:19:32.948Z] 7c6f9722023f: Pulling fs layer [2021-01-19T23:19:32.948Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T23:19:32.948Z] 93359f2a8cfa: Waiting [2021-01-19T23:19:32.948Z] 7c6f9722023f: Waiting [2021-01-19T23:19:32.948Z] a35cf1a2eb13: Waiting [2021-01-19T23:19:32.948Z] bca2f99d35d6: Waiting [2021-01-19T23:19:32.948Z] de9db76c5a1d: Verifying Checksum [2021-01-19T23:19:32.948Z] de9db76c5a1d: Download complete [2021-01-19T23:19:32.948Z] 0ef7d3d256c8: Download complete [2021-01-19T23:19:32.948Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T23:19:32.948Z] 93359f2a8cfa: Download complete [2021-01-19T23:19:32.948Z] 7c6f9722023f: Verifying Checksum [2021-01-19T23:19:32.948Z] 7c6f9722023f: Download complete [2021-01-19T23:19:32.948Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T23:19:32.948Z] 188c0c94c7c5: Download complete [2021-01-19T23:19:33.210Z] 188c0c94c7c5: Pull complete [2021-01-19T23:19:33.471Z] 0ef7d3d256c8: Pull complete [2021-01-19T23:19:33.735Z] de9db76c5a1d: Pull complete [2021-01-19T23:19:35.650Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T23:19:35.650Z] a35cf1a2eb13: Download complete [2021-01-19T23:19:36.223Z] bca2f99d35d6: Verifying Checksum [2021-01-19T23:19:36.223Z] bca2f99d35d6: Download complete [2021-01-19T23:19:41.631Z] bca2f99d35d6: Pull complete [2021-01-19T23:19:41.631Z] 93359f2a8cfa: Pull complete [2021-01-19T23:19:41.631Z] 7c6f9722023f: Pull complete [2021-01-19T23:19:42.650Z] Still waiting to schedule task [2021-01-19T23:19:42.650Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T23:19:45.857Z] a35cf1a2eb13: Pull complete [2021-01-19T23:19:45.857Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T23:19:45.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T23:19:45.857Z] ---> a62c8e92a672 [2021-01-19T23:19:45.857Z] 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-19T23:19:45.857Z] ---> Running in 0b8624ac75b2 [2021-01-19T23:19:46.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:19:47.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:19:47.633Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T23:19:47.895Z] (2/12) Installing file (5.38-r0) [2021-01-19T23:19:47.895Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T23:19:48.155Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T23:19:51.459Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T23:19:51.459Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T23:19:51.459Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T23:19:51.459Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T23:19:51.459Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T23:19:51.459Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T23:19:51.459Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T23:19:51.459Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T23:19:51.720Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:19:51.720Z] OK: 233 MiB in 51 packages [2021-01-19T23:19:55.032Z] Removing intermediate container 0b8624ac75b2 [2021-01-19T23:19:55.032Z] ---> 8250ea044802 [2021-01-19T23:19:55.032Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T23:19:55.032Z] ---> Running in d2d5a6912d46 [2021-01-19T23:19:55.032Z] Removing intermediate container d2d5a6912d46 [2021-01-19T23:19:55.032Z] ---> e66bdffe3b0e [2021-01-19T23:19:55.032Z] Step 5/6 : COPY go.mod . [2021-01-19T23:19:55.032Z] ---> 82f0f7dcb814 [2021-01-19T23:19:55.032Z] Step 6/6 : RUN go mod download [2021-01-19T23:19:55.032Z] ---> Running in 33215aebd4fc [2021-01-19T23:20:17.068Z] Removing intermediate container 33215aebd4fc [2021-01-19T23:20:17.068Z] ---> 48e68bc2b04c [2021-01-19T23:20:17.068Z] Successfully built 48e68bc2b04c [2021-01-19T23:20:17.068Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:20:17.379Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T23:20:17.379Z] . [Pipeline] withDockerContainer [2021-01-19T23:20:17.491Z] prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container [2021-01-19T23:20:17.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T23:20:18.250Z] $ docker top d78a60a0f20993425c70a5f40e59da0e6aa69164a29c439e4305bc06a88d2c49 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:20:18.730Z] + go version [2021-01-19T23:20:18.730Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T23:20:18.744Z] $ docker stop --time=1 d78a60a0f20993425c70a5f40e59da0e6aa69164a29c439e4305bc06a88d2c49 [2021-01-19T23:20:20.081Z] $ docker rm -f d78a60a0f20993425c70a5f40e59da0e6aa69164a29c439e4305bc06a88d2c49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:20:20.926Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T23:20:20.926Z] . [Pipeline] withDockerContainer [2021-01-19T23:20:21.049Z] prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container [2021-01-19T23:20:21.095Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T23:20:21.643Z] $ docker top 327022a2a8448705c54a318a329d994ada5a88f5a5a548ca406f8039f18599f7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T23:20:21.818Z] ========================================================= [2021-01-19T23:20:21.818Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T23:20:21.818Z] ========================================================= [Pipeline] sh [2021-01-19T23:20:22.106Z] + make test [2021-01-19T23:20:22.106Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T23:20:30.301Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T23:20:42.654Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T23:20:49.333Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T23:20:49.333Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T23:20:49.333Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T23:20:49.333Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T23:20:49.333Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T23:20:49.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T23:20:50.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T23:20:50.477Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T23:20:51.062Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T23:20:53.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T23:20:53.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T23:20:53.013Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T23:20:54.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements [2021-01-19T23:20:54.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T23:20:54.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T23:20:54.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T23:20:54.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T23:20:54.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T23:20:58.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.278s coverage: 27.0% of statements [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T23:20:58.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T23:20:58.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.029s coverage: 100.0% of statements [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T23:20:58.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 66.7% of statements [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T23:20:58.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T23:20:58.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.3% of statements [2021-01-19T23:20:58.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T23:20:58.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T23:20:58.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T23:20:58.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T23:21:00.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements [2021-01-19T23:21:00.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T23:21:00.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T23:21:00.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T23:21:00.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T23:21:00.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T23:21:00.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-01-19T23:21:00.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T23:21:00.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-19T23:21:00.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T23:21:00.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-01-19T23:21:00.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T23:21:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements [2021-01-19T23:21:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T23:21:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements [2021-01-19T23:21:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T23:21:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T23:21:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T23:21:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements [2021-01-19T23:21:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements [2021-01-19T23:21:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T23:21:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 63.5% of statements [2021-01-19T23:21:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T23:21:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T23:21:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-19T23:21:04.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.066s coverage: 91.3% of statements [2021-01-19T23:21:04.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2021-01-19T23:21:05.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-19T23:21:05.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-01-19T23:21:06.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.356s coverage: 68.9% of statements [2021-01-19T23:21:06.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T23:21:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T23:21:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T23:21:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T23:21:06.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T23:21:06.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-19T23:21:06.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T23:21:06.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T23:21:06.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.257s coverage: 84.0% of statements [2021-01-19T23:21:06.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2021-01-19T23:21:08.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2021-01-19T23:21:08.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T23:21:08.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T23:21:08.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T23:21:08.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T23:21:08.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T23:21:08.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-01-19T23:21:08.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T23:21:08.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-19T23:21:08.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T23:21:09.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T23:21:09.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T23:21:09.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T23:21:09.812Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T23:21:09.812Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T23:21:09.812Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T23:21:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T23:21:10.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-01-19T23:21:10.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-19T23:21:10.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-01-19T23:21:10.859Z] GO111MODULE=on go vet ./... [2021-01-19T23:21:32.922Z] gofmt -l . [2021-01-19T23:21:32.922Z] [ "`gofmt -l .`" = "" ] [2021-01-19T23:21:32.922Z] ./bin/test-go-mod-tidy.sh [2021-01-19T23:21:32.922Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T23:21:33.482Z] + ls -al . [2021-01-19T23:21:33.482Z] total 656 [2021-01-19T23:21:33.482Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 23:21 . [2021-01-19T23:21:33.482Z] drwxr-xr-x 4 root root 28 Jan 19 23:20 .. [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 23:18 .dockerignore [2021-01-19T23:21:33.482Z] drwxrwxr-x 8 1001 1001 179 Jan 19 23:18 .git [2021-01-19T23:21:33.482Z] drwxrwxr-x 3 1001 1001 125 Jan 19 23:18 .github [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 23:18 .gitignore [2021-01-19T23:21:33.482Z] drwx------ 3 1001 1001 47 Jan 19 23:19 .semver [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 23:18 .sonarcloud.properties [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 23:18 Attribution.txt [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 23:18 CONTRIBUTING.md [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 23:18 Dockerfile.build [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 23:18 Jenkinsfile [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 23:18 LICENSE [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 23:18 Makefile [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 23:18 README.md [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 23:18 SECURITY.md [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 23:19 VERSION [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 23:18 ZMQWindows.md [2021-01-19T23:21:33.482Z] drwxrwxr-x 2 1001 1001 117 Jan 19 23:18 bin [2021-01-19T23:21:33.482Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 23:18 cmd [2021-01-19T23:21:33.482Z] -rw-r--r-- 1 root root 550466 Jan 19 23:21 coverage.out [2021-01-19T23:21:33.482Z] -rw-r--r-- 1 root root 981 Jan 19 23:21 go.mod [2021-01-19T23:21:33.482Z] -rw-r--r-- 1 root root 19436 Jan 19 23:21 go.sum [2021-01-19T23:21:33.482Z] drwxrwxr-x 8 1001 1001 127 Jan 19 23:18 internal [2021-01-19T23:21:33.482Z] drwxrwxr-x 4 1001 1001 26 Jan 19 23:18 openapi [2021-01-19T23:21:33.482Z] drwxrwxr-x 4 1001 1001 71 Jan 19 23:18 snap [2021-01-19T23:21:33.482Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 23:18 version.go [Pipeline] sh [2021-01-19T23:21:33.778Z] + '[' -e coverage.out ] [2021-01-19T23:21:33.778Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T23:21:33.972Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T23:21:34.261Z] + make build [2021-01-19T23:21:34.261Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T23:21:37.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T23:21:44.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T23:21:45.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T23:21:47.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T23:21:47.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T23:21:48.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T23:21:49.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T23:21:50.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T23:21:51.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T23:21:52.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T23:21:53.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T23:21:54.545Z] $ docker stop --time=1 327022a2a8448705c54a318a329d994ada5a88f5a5a548ca406f8039f18599f7 [2021-01-19T23:21:56.111Z] $ docker rm -f 327022a2a8448705c54a318a329d994ada5a88f5a5a548ca406f8039f18599f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:21:59.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T23:21:59.785Z] [2021-01-19T23:21:59.785Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:22:00.130Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T23:22:00.130Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T23:22:00.130Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T23:22:00.130Z] ca9280d653b3: Pulling fs layer [2021-01-19T23:22:00.130Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T23:22:01.082Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T23:22:01.082Z] cbdbe7a5bc2a: Download complete [2021-01-19T23:22:01.082Z] ca9280d653b3: Verifying Checksum [2021-01-19T23:22:01.083Z] ca9280d653b3: Download complete [2021-01-19T23:22:01.083Z] cbdbe7a5bc2a: Pull complete [2021-01-19T23:22:01.177Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21397 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws [2021-01-19T23:22:01.237Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T23:22:02.037Z] ca9280d653b3: Pull complete [2021-01-19T23:22:02.037Z] 7e9c9ca2126c: Download complete [2021-01-19T23:22:06.159Z] using credential edgex-jenkins-ssh [2021-01-19T23:22:06.228Z] Cloning the remote Git repository [2021-01-19T23:22:06.300Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T23:22:06.404Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T23:22:06.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T23:22:06.499Z] > git --version # timeout=10 [2021-01-19T23:22:06.521Z] > git --version # 'git version 2.17.1' [2021-01-19T23:22:06.523Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:22:06.595Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:22:08.658Z] 7e9c9ca2126c: Pull complete [2021-01-19T23:22:08.658Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T23:22:08.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T23:22:08.658Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T23:22:08.780Z] prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container [2021-01-19T23:22:08.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T23:22:09.690Z] $ docker top 064ed5ce6a35918e5ab5e76680999b8ee1a982875a5e958d11a6cfeb5035e6e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:22:10.210Z] + docker-compose build --help [2021-01-19T23:22:10.210Z] + grep parallel [2021-01-19T23:22:11.150Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T23:22:11.163Z] $ docker stop --time=1 064ed5ce6a35918e5ab5e76680999b8ee1a982875a5e958d11a6cfeb5035e6e4 [2021-01-19T23:22:12.518Z] $ docker rm -f 064ed5ce6a35918e5ab5e76680999b8ee1a982875a5e958d11a6cfeb5035e6e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:22:13.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T23:22:13.271Z] . [Pipeline] withDockerContainer [2021-01-19T23:22:13.368Z] prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container [2021-01-19T23:22:13.410Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T23:22:13.973Z] $ docker top adbb3a431c2eb903834cbb6dabafa15d188eece95fde0f285032801e565101a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:22:14.445Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T23:22:15.387Z] Building docker-core-command-go ... [2021-01-19T23:22:15.387Z] Building docker-core-data-go ... [2021-01-19T23:22:15.387Z] Building docker-core-metadata-go ... [2021-01-19T23:22:15.387Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T23:22:15.387Z] Building docker-security-proxy-setup-go ... [2021-01-19T23:22:15.387Z] Building docker-security-secretstore-setup-go ... [2021-01-19T23:22:15.387Z] Building docker-support-notifications-go ... [2021-01-19T23:22:15.387Z] Building docker-support-scheduler-go ... [2021-01-19T23:22:15.387Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T23:22:15.387Z] Building docker-core-data-go [2021-01-19T23:22:15.387Z] Building docker-support-scheduler-go [2021-01-19T23:22:15.387Z] Building docker-security-bootstrap-redis-go [2021-01-19T23:22:15.387Z] Building docker-support-notifications-go [2021-01-19T23:22:15.387Z] Building docker-core-metadata-go [2021-01-19T23:22:22.684Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T23:22:22.709Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:22:22.737Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T23:22:22.774Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T23:22:22.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:22:22.785Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T23:22:23.523Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:22:23.983Z] Merge succeeded, producing 7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:22:23.983Z] Checking out Revision 7c22161e7358ea62ae94c661ce8d86ab54401cb7 (PR-3051) [2021-01-19T23:22:23.567Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:22:23.585Z] > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 [2021-01-19T23:22:23.898Z] > git remote # timeout=10 [2021-01-19T23:22:23.924Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T23:22:23.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:22:23.954Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T23:22:23.988Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T23:22:24.016Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:22:24.046Z] > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 [2021-01-19T23:22:28.419Z] Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T23:22:29.929Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:22:30.335Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T23:22:30.714Z] + true [2021-01-19T23:22:30.714Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T23:22:32.769Z] provisioning config files... [2021-01-19T23:22:32.810Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2417941729604453496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:22:33.207Z] ---> docker-login.sh [2021-01-19T23:22:33.207Z] nexus3.edgexfoundry.org:10001 [2021-01-19T23:22:33.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:22:34.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:22:34.401Z] Configure a credential helper to remove this warning. See [2021-01-19T23:22:34.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:22:34.401Z] [2021-01-19T23:22:34.401Z] Login Succeeded [2021-01-19T23:22:34.401Z] nexus3.edgexfoundry.org:10002 [2021-01-19T23:22:34.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:22:34.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:22:34.673Z] Configure a credential helper to remove this warning. See [2021-01-19T23:22:34.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:22:34.674Z] [2021-01-19T23:22:34.674Z] Login Succeeded [2021-01-19T23:22:34.674Z] nexus3.edgexfoundry.org:10003 [2021-01-19T23:22:35.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:22:35.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:22:35.270Z] Configure a credential helper to remove this warning. See [2021-01-19T23:22:35.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:22:35.270Z] [2021-01-19T23:22:35.270Z] Login Succeeded [2021-01-19T23:22:35.270Z] nexus3.edgexfoundry.org:10004 [2021-01-19T23:22:35.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:22:35.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:22:35.819Z] Configure a credential helper to remove this warning. See [2021-01-19T23:22:35.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:22:35.819Z] [2021-01-19T23:22:35.819Z] Login Succeeded [2021-01-19T23:22:35.819Z] docker.io [2021-01-19T23:22:36.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T23:22:36.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T23:22:36.365Z] Configure a credential helper to remove this warning. See [2021-01-19T23:22:36.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T23:22:36.365Z] [2021-01-19T23:22:36.365Z] Login Succeeded [2021-01-19T23:22:36.365Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T23:22:36.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T23:22:36.820Z] ========================================================= [2021-01-19T23:22:36.820Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T23:22:36.820Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:22:37.214Z] + 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-19T23:22:39.879Z] Sending build context to Docker daemon 165.5MB [2021-01-19T23:22:39.879Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T23:22:39.879Z] Step 2/6 : FROM ${BASE} [2021-01-19T23:22:39.879Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T23:22:39.879Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T23:22:39.879Z] a4357932f1b6: Pulling fs layer [2021-01-19T23:22:39.879Z] 18c013af1878: Pulling fs layer [2021-01-19T23:22:39.879Z] 00ac8860ef70: Pulling fs layer [2021-01-19T23:22:39.879Z] 63d7cb157983: Pulling fs layer [2021-01-19T23:22:39.879Z] b116817d02f9: Pulling fs layer [2021-01-19T23:22:39.879Z] 745a02a5169b: Pulling fs layer [2021-01-19T23:22:39.879Z] 00ac8860ef70: Waiting [2021-01-19T23:22:39.879Z] 63d7cb157983: Waiting [2021-01-19T23:22:39.879Z] b116817d02f9: Waiting [2021-01-19T23:22:39.879Z] 745a02a5169b: Waiting [2021-01-19T23:22:39.879Z] 18c013af1878: Verifying Checksum [2021-01-19T23:22:39.879Z] 18c013af1878: Download complete [2021-01-19T23:22:39.879Z] a4357932f1b6: Verifying Checksum [2021-01-19T23:22:39.879Z] a4357932f1b6: Download complete [2021-01-19T23:22:39.879Z] 63d7cb157983: Verifying Checksum [2021-01-19T23:22:39.879Z] 63d7cb157983: Download complete [2021-01-19T23:22:39.879Z] b116817d02f9: Download complete [2021-01-19T23:22:39.879Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T23:22:39.879Z] 5f621e34cdf4: Download complete [2021-01-19T23:22:40.478Z] 5f621e34cdf4: Pull complete [2021-01-19T23:22:40.757Z] a4357932f1b6: Pull complete [2021-01-19T23:22:41.355Z] 18c013af1878: Pull complete [2021-01-19T23:22:41.950Z] 745a02a5169b: Verifying Checksum [2021-01-19T23:22:41.951Z] 745a02a5169b: Download complete [2021-01-19T23:22:42.012Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:22:42.012Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:22:42.012Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:22:42.012Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:22:42.012Z] ---> 48e68bc2b04c [2021-01-19T23:22:42.012Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T23:22:42.012Z] ---> 48e68bc2b04c [2021-01-19T23:22:42.012Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T23:22:42.273Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:22:42.273Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:22:42.273Z] ---> 48e68bc2b04c [2021-01-19T23:22:42.273Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T23:22:42.846Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:22:42.846Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:22:42.846Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:22:42.846Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:22:42.846Z] ---> 48e68bc2b04c [2021-01-19T23:22:42.846Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T23:22:42.846Z] ---> 48e68bc2b04c [2021-01-19T23:22:42.846Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T23:22:43.383Z] 00ac8860ef70: Download complete [2021-01-19T23:22:43.804Z] ---> Running in 0d01148e61af [2021-01-19T23:22:43.804Z] ---> Running in 41ec75b32fb6 [2021-01-19T23:22:43.804Z] ---> Running in 2ec175d055ba [2021-01-19T23:22:43.804Z] ---> Running in 1ca8b112bb34 [2021-01-19T23:22:43.804Z] ---> Running in c9c89a44eaa5 [2021-01-19T23:22:44.067Z] Removing intermediate container 41ec75b32fb6 [2021-01-19T23:22:44.067Z] ---> 0942dd1d3459 [2021-01-19T23:22:44.067Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:22:44.067Z] Removing intermediate container 0d01148e61af [2021-01-19T23:22:44.067Z] ---> 1de327c1c7d6 [2021-01-19T23:22:44.067Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:22:44.067Z] Removing intermediate container 1ca8b112bb34 [2021-01-19T23:22:44.067Z] ---> 212cf3ec76c5 [2021-01-19T23:22:44.067Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:22:44.353Z] Removing intermediate container c9c89a44eaa5 [2021-01-19T23:22:44.353Z] ---> 39ff11d47419 [2021-01-19T23:22:44.353Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:22:44.353Z] Removing intermediate container 2ec175d055ba [2021-01-19T23:22:44.353Z] ---> 1ba4012a30c0 [2021-01-19T23:22:44.353Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:22:44.353Z] ---> Running in a4b076f2520c [2021-01-19T23:22:44.353Z] ---> Running in edf5b4ef17df [2021-01-19T23:22:44.353Z] ---> Running in 33900c4c1276 [2021-01-19T23:22:44.353Z] ---> Running in 808dc006de6e [2021-01-19T23:22:44.620Z] ---> Running in c8428874a5c3 [2021-01-19T23:22:46.006Z] Removing intermediate container edf5b4ef17df [2021-01-19T23:22:46.006Z] ---> 676c43e4ba97 [2021-01-19T23:22:46.006Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T23:22:46.269Z] Removing intermediate container a4b076f2520c [2021-01-19T23:22:46.269Z] ---> 44d487860b43 [2021-01-19T23:22:46.269Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T23:22:46.269Z] ---> Running in 58bddffa53b5 [2021-01-19T23:22:46.269Z] Removing intermediate container 33900c4c1276 [2021-01-19T23:22:46.269Z] ---> 3e030427e05c [2021-01-19T23:22:46.269Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T23:22:46.530Z] ---> Running in ccfbccf6e9db [2021-01-19T23:22:46.531Z] ---> Running in 9895d6b74677 [2021-01-19T23:22:46.791Z] Removing intermediate container c8428874a5c3 [2021-01-19T23:22:46.791Z] ---> d7387a73d140 [2021-01-19T23:22:46.791Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T23:22:47.053Z] ---> Running in 0b8155002b53 [2021-01-19T23:22:47.997Z] Removing intermediate container 808dc006de6e [2021-01-19T23:22:47.997Z] ---> 2228df29cd2d [2021-01-19T23:22:47.997Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T23:22:47.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:47.997Z] ---> Running in 29c57535affb [2021-01-19T23:22:48.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:48.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:48.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:48.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:48.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:49.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:49.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:49.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:49.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:22:49.570Z] OK: 233 MiB in 51 packages [2021-01-19T23:22:49.835Z] OK: 233 MiB in 51 packages [2021-01-19T23:22:49.835Z] OK: 233 MiB in 51 packages [2021-01-19T23:22:49.835Z] OK: 233 MiB in 51 packages [2021-01-19T23:22:50.097Z] OK: 233 MiB in 51 packages [2021-01-19T23:22:50.097Z] Removing intermediate container 58bddffa53b5 [2021-01-19T23:22:50.097Z] ---> a3a6e2a33dec [2021-01-19T23:22:50.097Z] Step 6/24 : COPY go.mod . [2021-01-19T23:22:50.359Z] ---> 68a64a56c6c3 [2021-01-19T23:22:50.359Z] Step 7/24 : RUN go mod download [2021-01-19T23:22:50.359Z] Removing intermediate container 29c57535affb [2021-01-19T23:22:50.359Z] ---> 93b6ead0cb06 [2021-01-19T23:22:50.359Z] Step 6/22 : COPY go.mod . [2021-01-19T23:22:50.623Z] ---> Running in 4e9ee750f351 [2021-01-19T23:22:50.884Z] ---> 781b450d78ab [2021-01-19T23:22:50.884Z] Step 7/22 : RUN go mod download [2021-01-19T23:22:51.151Z] Removing intermediate container ccfbccf6e9db [2021-01-19T23:22:51.151Z] ---> 648f901dc6f8 [2021-01-19T23:22:51.151Z] Step 6/21 : COPY go.mod . [2021-01-19T23:22:51.151Z] Removing intermediate container 9895d6b74677 [2021-01-19T23:22:51.151Z] ---> 2db7a3ef494e [2021-01-19T23:22:51.151Z] Step 6/23 : COPY go.mod . [2021-01-19T23:22:51.151Z] ---> Running in f0bea72f4a81 [2021-01-19T23:22:51.151Z] Removing intermediate container 0b8155002b53 [2021-01-19T23:22:51.151Z] ---> 51d1c6e5f5a0 [2021-01-19T23:22:51.151Z] Step 6/22 : COPY go.mod . [2021-01-19T23:22:51.416Z] ---> 0b3ec8ce446f [2021-01-19T23:22:51.416Z] Step 7/21 : RUN go mod download [2021-01-19T23:22:51.416Z] ---> 2707f33ac42e [2021-01-19T23:22:51.416Z] Step 7/23 : RUN go mod download [2021-01-19T23:22:51.416Z] ---> Running in 75f640a96ca5 [2021-01-19T23:22:51.684Z] ---> 050fbd3c55f1 [2021-01-19T23:22:51.684Z] Step 7/22 : RUN go mod download [2021-01-19T23:22:51.684Z] ---> Running in 28f24fcf3c83 [2021-01-19T23:22:51.684Z] ---> Running in 3d734c924c42 [2021-01-19T23:22:52.641Z] Removing intermediate container f0bea72f4a81 [2021-01-19T23:22:52.641Z] ---> a45bcd2b8c56 [2021-01-19T23:22:52.641Z] Step 8/22 : COPY . . [2021-01-19T23:22:52.641Z] Removing intermediate container 4e9ee750f351 [2021-01-19T23:22:52.641Z] ---> 8132ed0fc165 [2021-01-19T23:22:52.641Z] Step 8/24 : COPY . . [2021-01-19T23:22:53.554Z] 00ac8860ef70: Pull complete [2021-01-19T23:22:53.554Z] 63d7cb157983: Pull complete [2021-01-19T23:22:53.827Z] b116817d02f9: Pull complete [2021-01-19T23:22:58.156Z] 745a02a5169b: Pull complete [2021-01-19T23:22:58.156Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T23:22:58.156Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T23:22:58.156Z] ---> b7e6874047d6 [2021-01-19T23:22:58.156Z] 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-19T23:22:59.257Z] Removing intermediate container 75f640a96ca5 [2021-01-19T23:22:59.258Z] ---> 5d44ef3a40bb [2021-01-19T23:22:59.258Z] Step 8/21 : COPY . . [2021-01-19T23:23:01.548Z] ---> Running in da6b195d87eb [2021-01-19T23:23:02.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:23:03.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:23:03.746Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T23:23:04.019Z] (2/12) Installing file (5.38-r0) [2021-01-19T23:23:04.019Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T23:23:04.019Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T23:23:04.577Z] Removing intermediate container 28f24fcf3c83 [2021-01-19T23:23:04.578Z] ---> 900e76053d2a [2021-01-19T23:23:04.578Z] Step 8/23 : COPY . . [2021-01-19T23:23:04.578Z] Removing intermediate container 3d734c924c42 [2021-01-19T23:23:04.578Z] ---> 5437442f435e [2021-01-19T23:23:04.578Z] Step 8/22 : COPY . . [2021-01-19T23:23:09.402Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T23:23:09.402Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T23:23:09.402Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T23:23:09.402Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T23:23:09.402Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T23:23:09.402Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T23:23:09.402Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T23:23:09.674Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T23:23:09.674Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:23:09.674Z] OK: 217 MiB in 51 packages [2021-01-19T23:23:13.989Z] Removing intermediate container da6b195d87eb [2021-01-19T23:23:13.989Z] ---> 92bcc54f89f4 [2021-01-19T23:23:13.989Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T23:23:13.989Z] ---> Running in c26f735c3217 [2021-01-19T23:23:14.264Z] Removing intermediate container c26f735c3217 [2021-01-19T23:23:14.264Z] ---> 5cd287643316 [2021-01-19T23:23:14.264Z] Step 5/6 : COPY go.mod . [2021-01-19T23:23:14.859Z] ---> 172aabb4eb9f [2021-01-19T23:23:14.859Z] Step 6/6 : RUN go mod download [2021-01-19T23:23:15.136Z] ---> Running in 3fb02d0ec87f [2021-01-19T23:23:26.916Z] ---> 54937d5d4151 [2021-01-19T23:23:26.916Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T23:23:26.916Z] ---> 65fd70baa319 [2021-01-19T23:23:26.916Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T23:23:27.185Z] ---> Running in 3d1a6bdfbae5 [2021-01-19T23:23:27.185Z] ---> Running in 31ae499726d2 [2021-01-19T23:23:31.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T23:23:31.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T23:23:31.415Z] ---> 407bf165f0bd [2021-01-19T23:23:31.415Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T23:23:32.827Z] ---> Running in d9c6b7d75754 [2021-01-19T23:23:33.114Z] ---> 8f347688f5ef [2021-01-19T23:23:33.114Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T23:23:33.114Z] ---> 3154e1a3a9e1 [2021-01-19T23:23:33.114Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T23:23:33.387Z] ---> Running in a0e7a9317127 [2021-01-19T23:23:33.387Z] ---> Running in cb71eeebf408 [2021-01-19T23:23:34.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T23:23:34.606Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T23:23:34.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T23:23:41.955Z] Removing intermediate container 3fb02d0ec87f [2021-01-19T23:23:41.955Z] ---> 8a2b71f092b9 [2021-01-19T23:23:41.955Z] Successfully built 8a2b71f092b9 [2021-01-19T23:23:41.955Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:23:42.302Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T23:23:42.302Z] . [Pipeline] withDockerContainer [2021-01-19T23:23:42.580Z] prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2021-01-19T23:23:42.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T23:23:44.335Z] $ docker top 54282867b30cea45f39e862044409e2230c5c8a1f6b82e3b7ea7dcce2ea586f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:23:45.357Z] + go version [2021-01-19T23:23:45.357Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T23:23:45.416Z] $ docker stop --time=1 54282867b30cea45f39e862044409e2230c5c8a1f6b82e3b7ea7dcce2ea586f5 [2021-01-19T23:23:47.319Z] $ docker rm -f 54282867b30cea45f39e862044409e2230c5c8a1f6b82e3b7ea7dcce2ea586f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:23:48.267Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T23:23:48.267Z] . [Pipeline] withDockerContainer [2021-01-19T23:23:48.523Z] prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2021-01-19T23:23:48.637Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T23:23:50.068Z] $ docker top b4a1ab23cc3a242e9b322a97029329600a9c3cad8ddc7b0b5dcfe0b9cad2ffe2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T23:23:50.452Z] ========================================================= [2021-01-19T23:23:50.453Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T23:23:50.453Z] ========================================================= [Pipeline] sh [2021-01-19T23:23:51.106Z] + make test [2021-01-19T23:23:51.106Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T23:24:06.851Z] Removing intermediate container a0e7a9317127 [2021-01-19T23:24:06.851Z] ---> 8d81f32670ac [2021-01-19T23:24:06.851Z] [2021-01-19T23:24:06.851Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T23:24:06.851Z] Removing intermediate container 3d1a6bdfbae5 [2021-01-19T23:24:06.851Z] ---> d6b776e28635 [2021-01-19T23:24:06.851Z] [2021-01-19T23:24:06.851Z] Step 10/24 : FROM scratch [2021-01-19T23:24:06.851Z] ---> [2021-01-19T23:24:06.851Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T23:24:06.851Z] 3.12: Pulling from library/alpine [2021-01-19T23:24:06.851Z] ---> Running in 5a89817fa33e [2021-01-19T23:24:06.851Z] Removing intermediate container 5a89817fa33e [2021-01-19T23:24:06.851Z] ---> 0c86211171e5 [2021-01-19T23:24:06.851Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T23:24:06.851Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T23:24:06.851Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T23:24:06.851Z] ---> 389fef711851 [2021-01-19T23:24:06.851Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T23:24:07.113Z] ---> Running in b783f40d9daf [2021-01-19T23:24:07.688Z] ---> Running in c79313b881da [2021-01-19T23:24:07.955Z] Removing intermediate container d9c6b7d75754 [2021-01-19T23:24:07.955Z] ---> 40f3b23f8f28 [2021-01-19T23:24:07.955Z] [2021-01-19T23:24:07.955Z] Step 10/21 : FROM scratch [2021-01-19T23:24:07.955Z] ---> [2021-01-19T23:24:07.955Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:24:08.221Z] Removing intermediate container 31ae499726d2 [2021-01-19T23:24:08.221Z] ---> 1597e3dd093b [2021-01-19T23:24:08.221Z] [2021-01-19T23:24:08.221Z] Step 10/22 : FROM scratch [2021-01-19T23:24:08.221Z] ---> [2021-01-19T23:24:08.221Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:24:08.221Z] Removing intermediate container b783f40d9daf [2021-01-19T23:24:08.221Z] ---> 2d9d5b646161 [2021-01-19T23:24:08.221Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T23:24:08.221Z] ---> Running in a0c4c3ad0fc7 [2021-01-19T23:24:08.483Z] ---> Running in 8520782b8245 [2021-01-19T23:24:08.483Z] ---> Running in 0a2590f2f351 [2021-01-19T23:24:08.483Z] Removing intermediate container a0c4c3ad0fc7 [2021-01-19T23:24:08.483Z] ---> ee639933c1ce [2021-01-19T23:24:08.483Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T23:24:08.751Z] ---> Running in 7e66d2535edd [2021-01-19T23:24:08.751Z] Removing intermediate container 0a2590f2f351 [2021-01-19T23:24:08.751Z] ---> e61d56626563 [2021-01-19T23:24:08.751Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T23:24:08.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:24:08.751Z] Removing intermediate container 8520782b8245 [2021-01-19T23:24:08.751Z] ---> 57df26c80833 [2021-01-19T23:24:08.751Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T23:24:08.751Z] ---> Running in 4bf91a04576a [2021-01-19T23:24:08.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:24:09.013Z] Removing intermediate container 7e66d2535edd [2021-01-19T23:24:09.013Z] ---> 3bf2a1ed9f50 [2021-01-19T23:24:09.013Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T23:24:09.013Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T23:24:09.013Z] ---> Running in d46335d3ecf1 [2021-01-19T23:24:09.013Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:24:09.013Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T23:24:09.013Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T23:24:09.590Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T23:24:09.590Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:24:09.590Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T23:24:09.590Z] OK: 7 MiB in 19 packages [2021-01-19T23:24:09.852Z] ---> ffad6dffa856 [2021-01-19T23:24:09.852Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T23:24:11.775Z] Removing intermediate container 4bf91a04576a [2021-01-19T23:24:11.775Z] ---> 1fbd62b5e026 [2021-01-19T23:24:11.775Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T23:24:11.775Z] Removing intermediate container d46335d3ecf1 [2021-01-19T23:24:11.775Z] ---> f46496510004 [2021-01-19T23:24:11.775Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:24:11.775Z] ---> Running in 5d58ebb3dc00 [2021-01-19T23:24:11.775Z] ---> 9afb0a9f8267 [2021-01-19T23:24:11.775Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T23:24:12.720Z] Removing intermediate container cb71eeebf408 [2021-01-19T23:24:12.720Z] ---> a6fbc439ea51 [2021-01-19T23:24:12.720Z] [2021-01-19T23:24:12.720Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T23:24:12.720Z] ---> 389fef711851 [2021-01-19T23:24:12.720Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:24:13.291Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T23:24:13.301Z] ---> Running in 4f86c4fd9e3a [2021-01-19T23:24:13.301Z] Removing intermediate container 5d58ebb3dc00 [2021-01-19T23:24:13.301Z] ---> 05be0ed60e91 [2021-01-19T23:24:13.301Z] Step 14/22 : WORKDIR / [2021-01-19T23:24:13.301Z] ---> 093966d696d6 [2021-01-19T23:24:13.301Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T23:24:13.301Z] Removing intermediate container c79313b881da [2021-01-19T23:24:13.301Z] ---> 00772a6a46c3 [2021-01-19T23:24:13.301Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T23:24:13.301Z] ---> 5613274bd9ce [2021-01-19T23:24:13.301Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:24:13.301Z] ---> Running in 6a2140383f8e [2021-01-19T23:24:13.572Z] ---> Running in 76b6af186004 [2021-01-19T23:24:13.572Z] Removing intermediate container 4f86c4fd9e3a [2021-01-19T23:24:13.572Z] ---> c773a395f126 [2021-01-19T23:24:13.572Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T23:24:13.837Z] ---> Running in cd7fb09eb591 [2021-01-19T23:24:13.837Z] Removing intermediate container 6a2140383f8e [2021-01-19T23:24:13.837Z] ---> a08414045798 [2021-01-19T23:24:13.837Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:24:13.837Z] ---> 91b003f2ed07 [2021-01-19T23:24:13.837Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T23:24:14.411Z] Removing intermediate container 76b6af186004 [2021-01-19T23:24:14.411Z] ---> d3838c8d3eeb [2021-01-19T23:24:14.411Z] Step 13/22 : WORKDIR / [2021-01-19T23:24:14.411Z] ---> c51535750653 [2021-01-19T23:24:14.411Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T23:24:14.672Z] ---> Running in d86272f9dc76 [2021-01-19T23:24:14.673Z] ---> ba92c80496c4 [2021-01-19T23:24:14.673Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T23:24:14.673Z] Removing intermediate container cd7fb09eb591 [2021-01-19T23:24:14.673Z] ---> a3debed30b17 [2021-01-19T23:24:14.673Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T23:24:14.673Z] ---> cdcb350b3f97 [2021-01-19T23:24:14.673Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T23:24:14.934Z] ---> Running in f5a435c5fda5 [2021-01-19T23:24:14.934Z] ---> 499461618e43 [2021-01-19T23:24:14.934Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T23:24:15.199Z] Removing intermediate container d86272f9dc76 [2021-01-19T23:24:15.199Z] ---> 20993bff06cb [2021-01-19T23:24:15.199Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:24:15.199Z] ---> Running in 3a74ef91a59a [2021-01-19T23:24:15.199Z] ---> 9cefeb9feec9 [2021-01-19T23:24:15.199Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T23:24:15.199Z] Removing intermediate container f5a435c5fda5 [2021-01-19T23:24:15.199Z] ---> ecf1f61e6980 [2021-01-19T23:24:15.199Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:24:15.199Z] ---> Running in c0c5ddecf768 [2021-01-19T23:24:15.199Z] ---> d531247d587d [2021-01-19T23:24:15.199Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T23:24:15.462Z] ---> Running in 2a0c8dd96d81 [2021-01-19T23:24:15.462Z] Removing intermediate container 3a74ef91a59a [2021-01-19T23:24:15.462Z] ---> 61bf173d76c4 [2021-01-19T23:24:15.462Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:24:15.735Z] Removing intermediate container c0c5ddecf768 [2021-01-19T23:24:15.735Z] ---> 65f2e96449b0 [2021-01-19T23:24:15.735Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:24:15.735Z] ---> 4c78d422f7e7 [2021-01-19T23:24:15.735Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T23:24:15.996Z] ---> 5a3906836acb [2021-01-19T23:24:15.996Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T23:24:15.996Z] ---> Running in f92863af0b92 [2021-01-19T23:24:15.996Z] ---> Running in 350a6925dd58 [2021-01-19T23:24:15.996Z] ---> Running in d819d14931c8 [2021-01-19T23:24:16.258Z] Removing intermediate container 350a6925dd58 [2021-01-19T23:24:16.258Z] ---> c209da97d57e [2021-01-19T23:24:16.258Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T23:24:16.258Z] Removing intermediate container f92863af0b92 [2021-01-19T23:24:16.258Z] ---> 4982eb43f4be [2021-01-19T23:24:16.258Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T23:24:16.258Z] Removing intermediate container d819d14931c8 [2021-01-19T23:24:16.258Z] ---> 0d8df91298c8 [2021-01-19T23:24:16.258Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:24:16.519Z] ---> Running in 9ecb098768ca [2021-01-19T23:24:16.519Z] ---> ffc70db49413 [2021-01-19T23:24:16.519Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T23:24:16.519Z] ---> Running in 6c8bc83ea08d [2021-01-19T23:24:16.519Z] ---> Running in 861abe18bb0e [2021-01-19T23:24:16.784Z] Removing intermediate container 9ecb098768ca [2021-01-19T23:24:16.784Z] ---> 5ce3da1a0238 [2021-01-19T23:24:16.784Z] Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:24:17.357Z] Removing intermediate container 6c8bc83ea08d [2021-01-19T23:24:17.357Z] ---> f97fbfd736ab [2021-01-19T23:24:17.357Z] Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:24:17.929Z] ---> Running in f4ab58d1a19c [2021-01-19T23:24:17.929Z] ---> 34f7147c39c8 [2021-01-19T23:24:17.929Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T23:24:18.190Z] Removing intermediate container 861abe18bb0e [2021-01-19T23:24:18.190Z] ---> dc77989bb78d [2021-01-19T23:24:18.190Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T23:24:18.190Z] ---> Running in 204538b44c3b [2021-01-19T23:24:18.190Z] Removing intermediate container 2a0c8dd96d81 [2021-01-19T23:24:18.190Z] ---> c9839156c6c6 [2021-01-19T23:24:18.190Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T23:24:18.190Z] ---> Running in d2242a39d961 [2021-01-19T23:24:18.190Z] Removing intermediate container f4ab58d1a19c [2021-01-19T23:24:18.190Z] ---> 64ab891055ae [2021-01-19T23:24:18.190Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T23:24:18.190Z] ---> Running in 61bdc6f27dd5 [2021-01-19T23:24:18.450Z] ---> 672a7c67b80e [2021-01-19T23:24:18.450Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T23:24:18.450Z] Removing intermediate container 204538b44c3b [2021-01-19T23:24:18.450Z] ---> 5f04c98e115b [2021-01-19T23:24:18.450Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T23:24:18.719Z] ---> Running in 432bb23bd963 [2021-01-19T23:24:18.719Z] ---> Running in d3277ef7ed12 [2021-01-19T23:24:18.719Z] Removing intermediate container d2242a39d961 [2021-01-19T23:24:18.719Z] ---> d364be2ac100 [2021-01-19T23:24:18.719Z] Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:24:18.719Z] ---> Running in 8072167755d1 [2021-01-19T23:24:18.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:24:18.985Z] ---> Running in 8b000b537a38 [2021-01-19T23:24:18.985Z] Removing intermediate container d3277ef7ed12 [2021-01-19T23:24:18.985Z] ---> 717c6c5dbb56 [2021-01-19T23:24:18.985Z] [2021-01-19T23:24:19.247Z] Removing intermediate container 8072167755d1 [2021-01-19T23:24:19.247Z] ---> ffe21681e465 [2021-01-19T23:24:19.247Z] [2021-01-19T23:24:19.247Z] Removing intermediate container 8b000b537a38 [2021-01-19T23:24:19.247Z] ---> 9cae0f6014a7 [2021-01-19T23:24:19.247Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:24:19.247Z] Successfully built ffe21681e465 [2021-01-19T23:24:19.247Z] Successfully built 717c6c5dbb56 [2021-01-19T23:24:19.511Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T23:24:19.511Z] ---> Running in a13a30ca6201 [2021-01-19T23:24:19.511Z] Building docker-security-proxy-setup-go [2021-01-19T23:24:19.511Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest [2021-01-19T23:24:19.511Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-19T23:24:19.511Z] Removing intermediate container a13a30ca6201 [2021-01-19T23:24:19.511Z] ---> b4ab08b1584e [2021-01-19T23:24:19.511Z] [2021-01-19T23:24:19.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:24:19.780Z] Successfully built b4ab08b1584e [2021-01-19T23:24:19.780Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T23:24:19.780Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T23:24:19.780Z] Removing intermediate container 432bb23bd963 [2021-01-19T23:24:19.780Z] ---> d96d1e4b3d4e [2021-01-19T23:24:19.780Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T23:24:19.780Z] ---> Running in f9338732aebe [2021-01-19T23:24:20.040Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T23:24:20.040Z] Removing intermediate container f9338732aebe [2021-01-19T23:24:20.040Z] ---> 6247b3650e22 [2021-01-19T23:24:20.041Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T23:24:20.041Z] ---> Running in 2529bb907926 [2021-01-19T23:24:20.041Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T23:24:20.333Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T23:24:20.333Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T23:24:20.654Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T23:24:20.654Z] Removing intermediate container 2529bb907926 [2021-01-19T23:24:20.654Z] ---> 8105f71ad34b [2021-01-19T23:24:20.654Z] Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:24:20.654Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:24:20.654Z] OK: 8 MiB in 19 packages [2021-01-19T23:24:22.968Z] ---> Running in 4b5ca04dfe8c [2021-01-19T23:24:26.282Z] Removing intermediate container 4b5ca04dfe8c [2021-01-19T23:24:26.282Z] ---> 32472cb95ba5 [2021-01-19T23:24:26.282Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:24:28.834Z] ---> Running in af945921370d [2021-01-19T23:24:28.834Z] Removing intermediate container 61bdc6f27dd5 [2021-01-19T23:24:28.834Z] ---> 6e93945b3272 [2021-01-19T23:24:28.834Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:24:33.070Z] Removing intermediate container af945921370d [2021-01-19T23:24:33.070Z] ---> 0c8a65aee513 [2021-01-19T23:24:33.070Z] [2021-01-19T23:24:36.386Z] Successfully built 0c8a65aee513 [2021-01-19T23:24:36.386Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T23:24:36.386Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-19T23:24:36.963Z] ---> ff44a1df607c [2021-01-19T23:24:36.963Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T23:24:41.189Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:24:41.189Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:24:41.189Z] ---> 48e68bc2b04c [2021-01-19T23:24:41.189Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T23:24:41.189Z] ---> Using cache [2021-01-19T23:24:41.189Z] ---> 1ba4012a30c0 [2021-01-19T23:24:41.189Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:24:41.189Z] ---> Using cache [2021-01-19T23:24:41.189Z] ---> d7387a73d140 [2021-01-19T23:24:41.189Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T23:24:43.754Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:24:43.754Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:24:43.754Z] ---> 48e68bc2b04c [2021-01-19T23:24:43.754Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T23:24:43.754Z] ---> Using cache [2021-01-19T23:24:43.754Z] ---> 1ba4012a30c0 [2021-01-19T23:24:43.754Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:24:43.754Z] ---> Using cache [2021-01-19T23:24:43.754Z] ---> d7387a73d140 [2021-01-19T23:24:43.754Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T23:24:43.754Z] ---> Using cache [2021-01-19T23:24:43.754Z] ---> 51d1c6e5f5a0 [2021-01-19T23:24:43.754Z] Step 6/24 : COPY go.mod . [2021-01-19T23:24:43.754Z] ---> Using cache [2021-01-19T23:24:43.754Z] ---> 050fbd3c55f1 [2021-01-19T23:24:43.754Z] Step 7/24 : RUN go mod download [2021-01-19T23:24:43.754Z] ---> Using cache [2021-01-19T23:24:43.754Z] ---> 5437442f435e [2021-01-19T23:24:43.754Z] Step 8/24 : COPY . . [2021-01-19T23:24:43.754Z] ---> Using cache [2021-01-19T23:24:43.754Z] ---> 8f347688f5ef [2021-01-19T23:24:43.754Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T23:24:43.754Z] ---> Running in ce5a0a28ab90 [2021-01-19T23:24:44.329Z] ---> 61a5c2af8b82 [2021-01-19T23:24:44.329Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T23:24:45.273Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:24:45.273Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:24:45.273Z] ---> 48e68bc2b04c [2021-01-19T23:24:45.273Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T23:24:45.273Z] ---> Using cache [2021-01-19T23:24:45.273Z] ---> 1ba4012a30c0 [2021-01-19T23:24:45.273Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:24:45.273Z] ---> Using cache [2021-01-19T23:24:45.273Z] ---> d7387a73d140 [2021-01-19T23:24:45.273Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T23:24:45.273Z] ---> Using cache [2021-01-19T23:24:45.273Z] ---> 51d1c6e5f5a0 [2021-01-19T23:24:45.273Z] Step 6/21 : COPY go.mod . [2021-01-19T23:24:45.273Z] ---> Using cache [2021-01-19T23:24:45.273Z] ---> 050fbd3c55f1 [2021-01-19T23:24:45.273Z] Step 7/21 : RUN go mod download [2021-01-19T23:24:45.273Z] ---> Using cache [2021-01-19T23:24:45.273Z] ---> 5437442f435e [2021-01-19T23:24:45.273Z] Step 8/21 : COPY . . [2021-01-19T23:24:45.273Z] ---> Using cache [2021-01-19T23:24:45.273Z] ---> 8f347688f5ef [2021-01-19T23:24:45.273Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T23:24:46.216Z] ---> Running in 724f5b7d9439 [2021-01-19T23:24:46.796Z] ---> Running in b6eb884f3bae [2021-01-19T23:24:46.796Z] ---> c0fd07f92111 [2021-01-19T23:24:46.796Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T23:24:48.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:24:48.782Z] ---> Running in ce0ece9a0206 [2021-01-19T23:24:48.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:24:48.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T23:24:49.361Z] OK: 233 MiB in 51 packages [2021-01-19T23:24:49.361Z] Removing intermediate container ce0ece9a0206 [2021-01-19T23:24:49.361Z] ---> 0953532f1668 [2021-01-19T23:24:49.361Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:24:49.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T23:24:49.629Z] ---> Running in d41a1723f2e7 [2021-01-19T23:24:50.207Z] Removing intermediate container d41a1723f2e7 [2021-01-19T23:24:50.207Z] ---> 03daa49c967c [2021-01-19T23:24:50.207Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T23:24:50.207Z] ---> Running in b1b8a8a8a100 [2021-01-19T23:24:50.792Z] Removing intermediate container ce5a0a28ab90 [2021-01-19T23:24:50.792Z] ---> b579e30569dd [2021-01-19T23:24:50.792Z] Step 6/26 : COPY go.mod . [2021-01-19T23:24:50.792Z] Removing intermediate container b1b8a8a8a100 [2021-01-19T23:24:50.792Z] ---> 9340ac03b0bf [2021-01-19T23:24:50.792Z] Step 22/23 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:24:51.774Z] ---> Running in 03d3a895c087 [2021-01-19T23:24:52.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T23:24:52.383Z] ---> c36db223cffc [2021-01-19T23:24:52.383Z] Step 7/26 : RUN go mod download [2021-01-19T23:24:53.357Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:24:53.357Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:24:53.357Z] ---> Running in 7d3571dd1a81 [2021-01-19T23:24:53.357Z] ---> 48e68bc2b04c [2021-01-19T23:24:53.357Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T23:24:53.357Z] ---> Using cache [2021-01-19T23:24:53.357Z] ---> 1ba4012a30c0 [2021-01-19T23:24:53.357Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:24:53.357Z] ---> Using cache [2021-01-19T23:24:53.357Z] ---> d7387a73d140 [2021-01-19T23:24:53.357Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T23:24:53.357Z] ---> Using cache [2021-01-19T23:24:53.357Z] ---> 51d1c6e5f5a0 [2021-01-19T23:24:53.358Z] Step 6/22 : COPY go.mod . [2021-01-19T23:24:53.358Z] ---> Using cache [2021-01-19T23:24:53.358Z] ---> 050fbd3c55f1 [2021-01-19T23:24:53.358Z] Step 7/22 : RUN go mod download [2021-01-19T23:24:53.358Z] ---> Using cache [2021-01-19T23:24:53.358Z] ---> 5437442f435e [2021-01-19T23:24:53.358Z] Step 8/22 : COPY . . [2021-01-19T23:24:53.358Z] ---> Using cache [2021-01-19T23:24:53.358Z] ---> 8f347688f5ef [2021-01-19T23:24:53.358Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T23:24:53.935Z] Removing intermediate container 03d3a895c087 [2021-01-19T23:24:53.935Z] ---> 0f065375c2ef [2021-01-19T23:24:53.935Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T23:24:54.198Z] ---> Running in e4bca2dd16e4 [2021-01-19T23:24:54.464Z] ---> Running in 927348c07e90 [2021-01-19T23:24:54.735Z] Removing intermediate container 927348c07e90 [2021-01-19T23:24:54.735Z] ---> 98dcc1f757c1 [2021-01-19T23:24:54.735Z] [2021-01-19T23:24:54.998Z] Successfully built 98dcc1f757c1 [2021-01-19T23:24:54.998Z] Successfully tagged docker-core-data-go:latest [2021-01-19T23:24:55.258Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T23:24:57.212Z] Removing intermediate container 7d3571dd1a81 [2021-01-19T23:24:57.212Z] ---> 70dfa7ade5a1 [2021-01-19T23:24:57.212Z] Step 8/26 : COPY . . [2021-01-19T23:25:09.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T23:25:09.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T23:25:14.571Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T23:25:16.249Z] ---> 01f5a2e2700a [2021-01-19T23:25:16.249Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T23:25:16.249Z] ---> Running in d6fc9a8caf00 [2021-01-19T23:25:16.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T23:25:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T23:25:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T23:25:18.189Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T23:25:20.486Z] Removing intermediate container b6eb884f3bae [2021-01-19T23:25:20.486Z] ---> 1ecfbad28009 [2021-01-19T23:25:20.486Z] [2021-01-19T23:25:20.486Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T23:25:20.486Z] ---> 389fef711851 [2021-01-19T23:25:20.486Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T23:25:20.486Z] Removing intermediate container 724f5b7d9439 [2021-01-19T23:25:20.486Z] ---> d9719ab27187 [2021-01-19T23:25:20.486Z] [2021-01-19T23:25:20.486Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T23:25:20.486Z] ---> 389fef711851 [2021-01-19T23:25:20.486Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T23:25:20.486Z] Removing intermediate container e4bca2dd16e4 [2021-01-19T23:25:20.486Z] ---> 7790a0942142 [2021-01-19T23:25:20.486Z] [2021-01-19T23:25:20.486Z] Step 10/22 : FROM scratch [2021-01-19T23:25:20.486Z] ---> [2021-01-19T23:25:20.486Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:25:20.486Z] ---> Using cache [2021-01-19T23:25:20.486Z] ---> 00772a6a46c3 [2021-01-19T23:25:20.486Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T23:25:20.486Z] ---> Running in 30f411242af0 [2021-01-19T23:25:20.486Z] ---> Running in 2e74ca1fe93e [2021-01-19T23:25:20.758Z] ---> Using cache [2021-01-19T23:25:20.758Z] ---> e61d56626563 [2021-01-19T23:25:20.758Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T23:25:20.758Z] Removing intermediate container 2e74ca1fe93e [2021-01-19T23:25:20.758Z] ---> c18f9b67ca32 [2021-01-19T23:25:20.758Z] Step 13/24 : WORKDIR / [2021-01-19T23:25:21.043Z] ---> Running in 6115080ba89b [2021-01-19T23:25:21.043Z] ---> Running in ae45641eeefe [2021-01-19T23:25:21.329Z] Removing intermediate container 6115080ba89b [2021-01-19T23:25:21.329Z] ---> 5def4cb395db [2021-01-19T23:25:21.329Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T23:25:21.329Z] ---> Running in e09f07dbd192 [2021-01-19T23:25:21.329Z] Removing intermediate container ae45641eeefe [2021-01-19T23:25:21.329Z] ---> c5a179c9420b [2021-01-19T23:25:21.329Z] 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-19T23:25:21.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:25:21.607Z] Removing intermediate container e09f07dbd192 [2021-01-19T23:25:21.607Z] ---> 812394dbe66c [2021-01-19T23:25:21.607Z] Step 14/22 : WORKDIR / [2021-01-19T23:25:21.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:25:21.607Z] ---> Running in 9b651958afd5 [2021-01-19T23:25:21.874Z] ---> 7959016325dc [2021-01-19T23:25:21.874Z] 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-19T23:25:21.874Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T23:25:21.874Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:25:21.874Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T23:25:21.874Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T23:25:21.874Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:25:22.465Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T23:25:22.465Z] OK: 7 MiB in 18 packages [2021-01-19T23:25:22.465Z] Removing intermediate container 9b651958afd5 [2021-01-19T23:25:22.465Z] ---> 9701a41e0151 [2021-01-19T23:25:22.465Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:25:22.748Z] ---> acdc2e348d92 [2021-01-19T23:25:22.748Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T23:25:23.024Z] ---> 9ccebb396787 [2021-01-19T23:25:23.024Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T23:25:23.024Z] ---> c6bac08a802c [2021-01-19T23:25:23.024Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T23:25:23.609Z] Removing intermediate container 30f411242af0 [2021-01-19T23:25:23.609Z] ---> 99dd956fd4a5 [2021-01-19T23:25:23.609Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T23:25:24.205Z] ---> 6004f51811fb [2021-01-19T23:25:24.205Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T23:25:24.205Z] ---> 477669eec3dc [2021-01-19T23:25:24.205Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T23:25:24.205Z] ---> Running in 581b65cec635 [2021-01-19T23:25:24.483Z] Removing intermediate container 581b65cec635 [2021-01-19T23:25:24.483Z] ---> 46cd0ddb9398 [2021-01-19T23:25:24.483Z] Step 13/21 : WORKDIR /edgex [2021-01-19T23:25:24.483Z] ---> Running in 966ea0bdb968 [2021-01-19T23:25:24.750Z] ---> 4071c7115397 [2021-01-19T23:25:24.750Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T23:25:25.013Z] ---> 6ed31a2b31a3 [2021-01-19T23:25:25.013Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T23:25:25.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements [2021-01-19T23:25:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T23:25:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T23:25:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T23:25:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T23:25:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T23:25:25.955Z] ---> Running in ec406c127051 [2021-01-19T23:25:25.956Z] Removing intermediate container 966ea0bdb968 [2021-01-19T23:25:25.956Z] ---> e6a5b44f3d91 [2021-01-19T23:25:25.956Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T23:25:26.216Z] ---> 4fccfe4f237f [2021-01-19T23:25:26.217Z] 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-19T23:25:26.478Z] ---> Running in bb8dd07bee04 [2021-01-19T23:25:26.478Z] Removing intermediate container ec406c127051 [2021-01-19T23:25:26.478Z] ---> 57e7bb273042 [2021-01-19T23:25:26.478Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:25:26.743Z] ---> 49e65a11b272 [2021-01-19T23:25:26.743Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T23:25:26.743Z] ---> Running in 8d3054bd0cf5 [2021-01-19T23:25:27.323Z] Removing intermediate container 8d3054bd0cf5 [2021-01-19T23:25:27.323Z] ---> 3daf24cb41be [2021-01-19T23:25:27.323Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T23:25:27.323Z] ---> 3254dc31b985 [2021-01-19T23:25:27.323Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T23:25:27.323Z] ---> Running in 26d48f961493 [2021-01-19T23:25:27.587Z] Removing intermediate container 26d48f961493 [2021-01-19T23:25:27.587Z] ---> 737a9c205aae [2021-01-19T23:25:27.587Z] Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:25:27.587Z] ---> Running in 4819eaaee7e7 [2021-01-19T23:25:27.855Z] ---> 39903c6bf32f [2021-01-19T23:25:27.855Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T23:25:27.855Z] ---> Running in c4948a04c971 [2021-01-19T23:25:28.798Z] Removing intermediate container 4819eaaee7e7 [2021-01-19T23:25:28.798Z] ---> c840279d37dc [2021-01-19T23:25:28.798Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:25:29.369Z] Removing intermediate container bb8dd07bee04 [2021-01-19T23:25:29.369Z] ---> 419abb2e47a5 [2021-01-19T23:25:29.369Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T23:25:29.631Z] ---> Running in 50a8269a7f04 [2021-01-19T23:25:29.631Z] Removing intermediate container c4948a04c971 [2021-01-19T23:25:29.631Z] ---> ae0454b26245 [2021-01-19T23:25:29.631Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T23:25:29.631Z] Removing intermediate container d6fc9a8caf00 [2021-01-19T23:25:29.631Z] ---> 0162a2dbfaf9 [2021-01-19T23:25:29.631Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T23:25:29.631Z] ---> Running in 6614a0d663e1 [2021-01-19T23:25:29.893Z] ---> Running in 93353b7814f0 [2021-01-19T23:25:29.893Z] ---> Running in 1cdde32fdf6b [2021-01-19T23:25:29.893Z] Removing intermediate container 50a8269a7f04 [2021-01-19T23:25:29.893Z] ---> d2dd5a345af7 [2021-01-19T23:25:29.893Z] [2021-01-19T23:25:30.153Z] Successfully built d2dd5a345af7 [2021-01-19T23:25:30.153Z] Successfully tagged docker-core-command-go:latest [2021-01-19T23:25:30.153Z]  Building docker-core-command-go ... done Removing intermediate container 6614a0d663e1 [2021-01-19T23:25:30.153Z] ---> 41f782c1e9d5 [2021-01-19T23:25:30.153Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T23:25:30.419Z] Removing intermediate container 93353b7814f0 [2021-01-19T23:25:30.419Z] ---> 8c18afcc624b [2021-01-19T23:25:30.419Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T23:25:30.419Z] ---> Running in 85cbec3f40fa [2021-01-19T23:25:30.419Z] ---> Running in 657951ddc83f [2021-01-19T23:25:30.679Z] Removing intermediate container 85cbec3f40fa [2021-01-19T23:25:30.679Z] ---> 5e3676b610bf [2021-01-19T23:25:30.679Z] Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:25:30.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T23:25:30.679Z] ---> Running in 9df794203d0a [2021-01-19T23:25:30.679Z] Removing intermediate container 657951ddc83f [2021-01-19T23:25:30.679Z] ---> febec5e810ad [2021-01-19T23:25:30.679Z] Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:25:30.679Z] ---> Running in f57ca5ca448d [2021-01-19T23:25:30.945Z] Removing intermediate container 9df794203d0a [2021-01-19T23:25:30.945Z] ---> 02314d67a67c [2021-01-19T23:25:30.945Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T23:25:30.945Z] Removing intermediate container f57ca5ca448d [2021-01-19T23:25:30.945Z] ---> 83fe281b1fde [2021-01-19T23:25:30.945Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T23:25:30.945Z] ---> Running in 7a78940ceb2a [2021-01-19T23:25:31.210Z] ---> Running in e3e74da2481f [2021-01-19T23:25:31.210Z] Removing intermediate container 7a78940ceb2a [2021-01-19T23:25:31.210Z] ---> b0c82bc4a841 [2021-01-19T23:25:31.210Z] [2021-01-19T23:25:31.471Z] Successfully built b0c82bc4a841 [2021-01-19T23:25:31.471Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T23:25:31.471Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e3e74da2481f [2021-01-19T23:25:31.471Z] ---> 8489939c6ab1 [2021-01-19T23:25:31.471Z] [2021-01-19T23:25:31.736Z] Successfully built 8489939c6ab1 [2021-01-19T23:25:31.998Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T23:25:31.998Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1cdde32fdf6b [2021-01-19T23:25:31.998Z] ---> 22a55e5df524 [2021-01-19T23:25:31.998Z] [2021-01-19T23:25:31.998Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T23:25:31.998Z] 20.10.0: Pulling from library/docker [2021-01-19T23:25:33.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.506s coverage: 27.0% of statements [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T23:25:33.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.116s coverage: 100.0% of statements [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T23:25:33.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T23:25:33.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 66.7% of statements [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T23:25:33.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.396s coverage: 82.3% of statements [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T23:25:33.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T23:25:36.219Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T23:25:36.219Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T23:25:36.219Z] ---> aefe523efa57 [2021-01-19T23:25:36.219Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T23:25:36.482Z] ---> Running in cfeadc8ea584 [2021-01-19T23:25:37.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:25:37.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:25:37.062Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T23:25:37.062Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T23:25:37.062Z] Executing bash-5.0.17-r0.post-install [2021-01-19T23:25:37.062Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:25:37.324Z] OK: 12 MiB in 22 packages [2021-01-19T23:25:37.586Z] Removing intermediate container cfeadc8ea584 [2021-01-19T23:25:37.586Z] ---> 121ccb6e4d76 [2021-01-19T23:25:37.586Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T23:25:37.848Z] ---> Running in 266b2fb7672a [2021-01-19T23:25:37.848Z] Removing intermediate container 266b2fb7672a [2021-01-19T23:25:37.848Z] ---> 3d0a60e1cef5 [2021-01-19T23:25:37.848Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T23:25:37.848Z] ---> Running in 5dfb48c2623d [2021-01-19T23:25:38.110Z] Removing intermediate container 5dfb48c2623d [2021-01-19T23:25:38.111Z] ---> 158cc0d42ab7 [2021-01-19T23:25:38.111Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T23:25:38.111Z] ---> Running in 2289b3342ade [2021-01-19T23:25:38.371Z] Removing intermediate container 2289b3342ade [2021-01-19T23:25:38.372Z] ---> a54e77c51f4f [2021-01-19T23:25:38.372Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T23:25:38.942Z] ---> 705a5f6e898d [2021-01-19T23:25:38.942Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T23:25:39.205Z] ---> 96c1419168e9 [2021-01-19T23:25:39.205Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T23:25:39.465Z] ---> fa8d65f45b00 [2021-01-19T23:25:39.465Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T23:25:39.727Z] ---> Running in d09778c511dd [2021-01-19T23:25:40.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:25:40.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:25:40.638Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T23:25:40.638Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T23:25:40.638Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T23:25:40.638Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T23:25:40.638Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T23:25:40.638Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T23:25:40.985Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T23:25:41.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.168s coverage: 28.6% of statements [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T23:25:41.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T23:25:41.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.120s coverage: 100.0% of statements [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T23:25:41.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T23:25:41.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements [2021-01-19T23:25:41.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T23:25:42.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-19T23:25:42.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T23:25:42.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T23:25:42.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T23:25:42.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T23:25:42.374Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T23:25:42.374Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T23:25:42.374Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T23:25:42.374Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T23:25:42.374Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T23:25:42.374Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T23:25:42.374Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T23:25:42.634Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T23:25:42.896Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T23:25:42.896Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T23:25:42.896Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T23:25:42.896Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T23:25:42.896Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T23:25:42.896Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T23:25:42.896Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T23:25:42.896Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T23:25:42.896Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T23:25:42.896Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T23:25:42.896Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T23:25:43.156Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T23:25:43.156Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T23:25:43.156Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T23:25:43.156Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T23:25:43.156Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T23:25:43.156Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T23:25:43.156Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T23:25:43.156Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:25:43.156Z] OK: 71 MiB in 55 packages [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.161s coverage: 0.1% of statements [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements [2021-01-19T23:25:50.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.094s coverage: 80.8% of statements [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-01-19T23:25:50.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements [2021-01-19T23:25:51.306Z] Removing intermediate container d09778c511dd [2021-01-19T23:25:51.306Z] ---> 2eb9a793b367 [2021-01-19T23:25:51.306Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T23:25:51.306Z] ---> Running in 77130b743803 [2021-01-19T23:25:52.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.4% of statements [2021-01-19T23:25:52.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T23:25:52.691Z] Collecting docker-compose==1.23.2 [2021-01-19T23:25:52.691Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T23:25:52.691Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T23:25:52.691Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T23:25:53.264Z] 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-19T23:25:53.264Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T23:25:53.264Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T23:25:53.264Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T23:25:53.264Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T23:25:53.844Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T23:25:53.844Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T23:25:54.104Z] Collecting PyYAML<4,>=3.10 [2021-01-19T23:25:54.104Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T23:25:54.674Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T23:25:54.935Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T23:25:54.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.658s coverage: 63.5% of statements [2021-01-19T23:25:54.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T23:25:54.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T23:25:54.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements [2021-01-19T23:25:54.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-01-19T23:25:54.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-01-19T23:25:55.196Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T23:25:55.197Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T23:25:55.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-01-19T23:25:55.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-01-19T23:25:55.767Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T23:25:55.768Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T23:25:55.768Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T23:25:55.768Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T23:25:55.768Z] 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-19T23:25:56.029Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T23:25:56.029Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T23:25:56.029Z] Collecting idna<2.8,>=2.5 [2021-01-19T23:25:56.029Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T23:25:56.029Z] 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-19T23:25:56.290Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T23:25:56.290Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T23:25:56.290Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T23:25:56.290Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T23:25:56.290Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T23:25:56.290Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T23:25:56.290Z] Installing collected packages: docopt, jsonschema, dockerpty, cached-property, PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-19T23:25:56.290Z] Running setup.py install for docopt: started [2021-01-19T23:25:56.863Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T23:25:56.863Z] Running setup.py install for dockerpty: started [2021-01-19T23:25:57.433Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T23:25:57.433Z] Running setup.py install for PyYAML: started [2021-01-19T23:25:58.003Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T23:25:58.003Z] Running setup.py install for texttable: started [2021-01-19T23:25:58.263Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T23:25:58.524Z] Attempting uninstall: urllib3 [2021-01-19T23:25:58.524Z] Found existing installation: urllib3 1.25.9 [2021-01-19T23:25:58.524Z] Uninstalling urllib3-1.25.9: [2021-01-19T23:25:58.524Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T23:25:58.524Z] Attempting uninstall: idna [2021-01-19T23:25:58.524Z] Found existing installation: idna 2.9 [2021-01-19T23:25:58.524Z] Uninstalling idna-2.9: [2021-01-19T23:25:58.784Z] Successfully uninstalled idna-2.9 [2021-01-19T23:25:58.784Z] Attempting uninstall: requests [2021-01-19T23:25:58.784Z] Found existing installation: requests 2.23.0 [2021-01-19T23:25:58.784Z] Uninstalling requests-2.23.0: [2021-01-19T23:25:58.784Z] Successfully uninstalled requests-2.23.0 [2021-01-19T23:25:59.354Z] 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-19T23:26:01.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.846s coverage: 68.9% of statements [2021-01-19T23:26:01.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T23:26:01.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T23:26:01.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T23:26:01.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T23:26:01.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T23:26:01.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements [2021-01-19T23:26:01.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T23:26:01.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T23:26:02.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.700s coverage: 84.0% of statements [2021-01-19T23:26:02.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements [2021-01-19T23:26:02.654Z] Removing intermediate container 77130b743803 [2021-01-19T23:26:02.655Z] ---> 872f22ed9207 [2021-01-19T23:26:02.655Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T23:26:02.917Z] ---> Running in 44999d0db67c [2021-01-19T23:26:03.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T23:26:03.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T23:26:03.439Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:26:03.702Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T23:26:03.702Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T23:26:03.702Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:26:03.702Z] OK: 72 MiB in 58 packages [2021-01-19T23:26:03.963Z] Removing intermediate container 44999d0db67c [2021-01-19T23:26:03.963Z] ---> 5e7d4f874a58 [2021-01-19T23:26:03.963Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T23:26:04.227Z] ---> Running in c2618b355dd9 [2021-01-19T23:26:04.227Z] Removing intermediate container c2618b355dd9 [2021-01-19T23:26:04.227Z] ---> 4a49436f3865 [2021-01-19T23:26:04.227Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:26:04.227Z] ---> Running in 0b2470253473 [2021-01-19T23:26:04.490Z] Removing intermediate container 0b2470253473 [2021-01-19T23:26:04.490Z] ---> d0b73996cde4 [2021-01-19T23:26:04.490Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T23:26:04.490Z] ---> Running in d42ed1830487 [2021-01-19T23:26:04.750Z] Removing intermediate container d42ed1830487 [2021-01-19T23:26:04.750Z] ---> b95f8fdeae84 [2021-01-19T23:26:04.750Z] Step 25/26 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:26:04.750Z] ---> Running in 5299fe23a321 [2021-01-19T23:26:05.011Z] Removing intermediate container 5299fe23a321 [2021-01-19T23:26:05.011Z] ---> e4d41656ecee [2021-01-19T23:26:05.011Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T23:26:05.011Z] ---> Running in 6a175241795d [2021-01-19T23:26:05.011Z] Removing intermediate container 6a175241795d [2021-01-19T23:26:05.011Z] ---> 37134d9503c3 [2021-01-19T23:26:05.011Z] [2021-01-19T23:26:05.272Z] Successfully built 37134d9503c3 [2021-01-19T23:26:05.272Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T23:26:05.543Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T23:26:05.550Z] $ docker stop --time=1 adbb3a431c2eb903834cbb6dabafa15d188eece95fde0f285032801e565101a5 [2021-01-19T23:26:07.024Z] $ docker rm -f adbb3a431c2eb903834cbb6dabafa15d188eece95fde0f285032801e565101a5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T23:26:07.525Z] + docker images [2021-01-19T23:26:07.526Z] + grep docker [2021-01-19T23:26:07.526Z] docker-sys-mgmt-agent-go latest 37134d9503c3 3 seconds ago 313MB [2021-01-19T23:26:07.526Z] docker-security-secretstore-setup-go latest b0c82bc4a841 36 seconds ago 24.6MB [2021-01-19T23:26:07.526Z] docker-security-proxy-setup-go latest 8489939c6ab1 36 seconds ago 24.4MB [2021-01-19T23:26:07.526Z] docker-core-command-go latest d2dd5a345af7 38 seconds ago 10.6MB [2021-01-19T23:26:07.526Z] docker-core-data-go latest 98dcc1f757c1 About a minute ago 22.3MB [2021-01-19T23:26:07.526Z] docker-security-bootstrap-redis-go latest 0c8a65aee513 About a minute ago 15.8MB [2021-01-19T23:26:07.526Z] docker-core-metadata-go latest b4ab08b1584e About a minute ago 13.1MB [2021-01-19T23:26:07.526Z] docker-support-notifications-go latest 717c6c5dbb56 About a minute ago 12MB [2021-01-19T23:26:07.526Z] docker-support-scheduler-go latest ffe21681e465 About a minute ago 10.7MB [2021-01-19T23:26:07.526Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T23:26:08.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.344s coverage: 47.1% of statements [2021-01-19T23:26:08.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T23:26:08.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T23:26:08.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T23:26:08.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T23:26:08.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T23:26:08.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2021-01-19T23:26:08.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T23:26:08.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements [2021-01-19T23:26:08.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T23:26:14.277Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.961s coverage: 29.1% of statements [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T23:26:14.277Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T23:26:14.277Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T23:26:14.277Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T23:26:14.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T23:26:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T23:26:14.278Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T23:26:14.278Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T23:26:14.278Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-01-19T23:26:14.278Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T23:26:14.278Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T23:26:14.278Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-19T23:26:14.278Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-19T23:26:14.549Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-19T23:26:15.521Z] GO111MODULE=on go vet ./... [2021-01-19T23:26:23.303Z] Still waiting to schedule task [2021-01-19T23:26:23.303Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T23:27:08.304Z] Running on prd-ubuntu18.04-docker-8c-8g-21398 in /w/workspace/edgexfoundry_edgex-go_PR-3051 [Pipeline] { [Pipeline] ws [2021-01-19T23:27:08.393Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T23:27:10.836Z] using credential edgex-jenkins-ssh [2021-01-19T23:27:10.900Z] Cloning the remote Git repository [2021-01-19T23:27:10.943Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T23:27:11.012Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T23:27:11.053Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T23:27:11.054Z] > git --version # timeout=10 [2021-01-19T23:27:11.069Z] > git --version # 'git version 2.17.1' [2021-01-19T23:27:11.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:27:11.097Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:27:16.447Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:27:16.577Z] Merge succeeded, producing 7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:27:16.578Z] Checking out Revision 7c22161e7358ea62ae94c661ce8d86ab54401cb7 (PR-3051) [2021-01-19T23:27:15.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T23:27:15.775Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T23:27:15.785Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T23:27:15.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T23:27:15.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:27:15.800Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3051/head:refs/remotes/origin/PR-3051 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T23:27:16.465Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:27:16.471Z] > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 [2021-01-19T23:27:16.557Z] > git remote # timeout=10 [2021-01-19T23:27:16.564Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T23:27:16.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T23:27:16.573Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T23:27:16.581Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T23:27:16.590Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T23:27:16.596Z] > git checkout -f 7c22161e7358ea62ae94c661ce8d86ab54401cb7 # timeout=10 [2021-01-19T23:27:20.287Z] Commit message: "fix(core-data): Set ApiVerion on Event/Reading DTOs prior to publishing to MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:27:21.532Z] + echo snap-build.sh [2021-01-19T23:27:21.532Z] snap-build.sh [2021-01-19T23:27:21.532Z] + SNAP_BASE_DIR=. [2021-01-19T23:27:21.532Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-19T23:27:21.532Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-19T23:27:21.532Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-19T23:27:21.532Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-19T23:27:21.532Z] + cd /w/workspace/edgex-go/3 [2021-01-19T23:27:21.532Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T23:27:21.532Z] Reading package lists... [2021-01-19T23:27:21.795Z] Building dependency tree... [2021-01-19T23:27:21.795Z] Reading state information... [2021-01-19T23:27:21.795Z] The following packages were automatically installed and are no longer required: [2021-01-19T23:27:21.795Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T23:27:21.795Z] uidmap xdelta3 [2021-01-19T23:27:21.795Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T23:27:21.795Z] The following packages will be REMOVED: [2021-01-19T23:27:21.795Z] lxd* lxd-client* [2021-01-19T23:27:22.369Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T23:27:22.369Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T23:27:23.558Z] gofmt -l . [2021-01-19T23:27:23.559Z] [ "`gofmt -l .`" = "" ] [2021-01-19T23:27:23.559Z] ./bin/test-go-mod-tidy.sh [2021-01-19T23:27:23.559Z] ./bin/test-attribution-txt.sh [2021-01-19T23:27:23.742Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-19T23:27:23.742Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] sh [2021-01-19T23:27:24.692Z] Removing lxd dnsmasq configuration [2021-01-19T23:27:24.692Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T23:27:24.692Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T23:27:25.184Z] + ls -al . [2021-01-19T23:27:25.184Z] total 684 [2021-01-19T23:27:25.184Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 23:27 . [2021-01-19T23:27:25.184Z] drwxr-xr-x 4 root root 4096 Jan 19 23:23 .. [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 23:22 .dockerignore [2021-01-19T23:27:25.184Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 23:22 .git [2021-01-19T23:27:25.184Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 23:22 .github [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 23:22 .gitignore [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 23:22 .sonarcloud.properties [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 23:22 Attribution.txt [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 23:22 CONTRIBUTING.md [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 23:22 Dockerfile.build [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 23:22 Jenkinsfile [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 23:22 LICENSE [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 23:22 Makefile [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 23:22 README.md [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 23:22 SECURITY.md [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 23:19 VERSION [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 23:22 ZMQWindows.md [2021-01-19T23:27:25.184Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 23:22 bin [2021-01-19T23:27:25.184Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 23:22 cmd [2021-01-19T23:27:25.184Z] -rw-r--r-- 1 root root 550466 Jan 19 23:26 coverage.out [2021-01-19T23:27:25.184Z] -rw-r--r-- 1 root root 981 Jan 19 23:27 go.mod [2021-01-19T23:27:25.184Z] -rw-r--r-- 1 root root 19436 Jan 19 23:27 go.sum [2021-01-19T23:27:25.184Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 23:22 internal [2021-01-19T23:27:25.184Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 23:22 openapi [2021-01-19T23:27:25.184Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 23:22 snap [2021-01-19T23:27:25.184Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 23:22 version.go [Pipeline] sh [2021-01-19T23:27:25.640Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T23:27:25.851Z] + '[' -e coverage.out ] [2021-01-19T23:27:25.851Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T23:27:25.870Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T23:27:26.165Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-19T23:27:26.165Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T23:27:26.933Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T23:27:27.110Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T23:27:27.372Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T23:27:27.586Z] + make build [2021-01-19T23:27:27.586Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T23:27:28.759Z] + sudo snap remove --purge lxd [2021-01-19T23:27:29.021Z] snap "lxd" is not installed [2021-01-19T23:27:29.021Z] + sudo groupadd --force --system lxd [2021-01-19T23:27:29.021Z] ++ whoami [2021-01-19T23:27:29.021Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T23:27:29.021Z] + newgrp - lxd [2021-01-19T23:27:29.021Z] + sudo snap install lxd [2021-01-19T23:27:37.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T23:28:01.228Z] error: cannot install "lxd": cannot query the store for updates: got unexpected [2021-01-19T23:28:01.228Z] HTTP status code 503 via POST to [2021-01-19T23:28:01.228Z] "https://api.snapcraft.io/v2/snaps/refresh" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T23:28:02.110Z] Failed in branch amd64 [2021-01-19T23:28:04.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T23:28:05.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T23:28:09.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T23:28:10.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T23:28:16.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T23:28:20.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T23:28:24.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T23:28:28.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T23:28:32.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T23:28:36.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T23:28:39.528Z] $ docker stop --time=1 b4a1ab23cc3a242e9b322a97029329600a9c3cad8ddc7b0b5dcfe0b9cad2ffe2 [2021-01-19T23:28:41.883Z] $ docker rm -f b4a1ab23cc3a242e9b322a97029329600a9c3cad8ddc7b0b5dcfe0b9cad2ffe2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:28:43.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T23:28:43.694Z] [2021-01-19T23:28:43.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:28:44.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T23:28:44.347Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T23:28:44.347Z] 29e5d40040c1: Pulling fs layer [2021-01-19T23:28:44.347Z] 1ce36da41761: Pulling fs layer [2021-01-19T23:28:44.347Z] 25b303627fd3: Pulling fs layer [2021-01-19T23:28:44.943Z] 29e5d40040c1: Verifying Checksum [2021-01-19T23:28:44.943Z] 29e5d40040c1: Download complete [2021-01-19T23:28:45.214Z] 1ce36da41761: Verifying Checksum [2021-01-19T23:28:45.214Z] 1ce36da41761: Download complete [2021-01-19T23:28:45.489Z] 29e5d40040c1: Pull complete [2021-01-19T23:28:46.923Z] 1ce36da41761: Pull complete [2021-01-19T23:28:46.923Z] 25b303627fd3: Verifying Checksum [2021-01-19T23:28:46.923Z] 25b303627fd3: Download complete [2021-01-19T23:28:57.083Z] 25b303627fd3: Pull complete [2021-01-19T23:28:57.083Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T23:28:57.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T23:28:57.083Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T23:28:57.305Z] prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2021-01-19T23:28:57.409Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T23:29:00.445Z] $ docker top 0f0f5081c23da158d30cfb91d2a5526e52dd492837958c577d540e2cf355bcb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:29:01.517Z] + + docker-composegrep build parallel --help [2021-01-19T23:29:01.517Z] [2021-01-19T23:29:04.898Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T23:29:05.222Z] $ docker stop --time=1 0f0f5081c23da158d30cfb91d2a5526e52dd492837958c577d540e2cf355bcb7 [2021-01-19T23:29:07.163Z] $ docker rm -f 0f0f5081c23da158d30cfb91d2a5526e52dd492837958c577d540e2cf355bcb7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:29:07.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T23:29:07.960Z] . [Pipeline] withDockerContainer [2021-01-19T23:29:08.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2021-01-19T23:29:08.338Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T23:29:09.817Z] $ docker top a017da622b23d9f8b65998da5da6a846d2f1082d8cfa0bd5839a17c15734142c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:29:10.900Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T23:29:15.225Z] Building docker-core-command-go ... [2021-01-19T23:29:15.225Z] Building docker-core-data-go ... [2021-01-19T23:29:15.225Z] Building docker-core-metadata-go ... [2021-01-19T23:29:15.225Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T23:29:15.225Z] Building docker-security-proxy-setup-go ... [2021-01-19T23:29:15.225Z] Building docker-security-secretstore-setup-go ... [2021-01-19T23:29:15.225Z] Building docker-support-notifications-go ... [2021-01-19T23:29:15.225Z] Building docker-support-scheduler-go ... [2021-01-19T23:29:15.225Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T23:29:15.225Z] Building docker-core-command-go [2021-01-19T23:29:15.225Z] Building docker-security-bootstrap-redis-go [2021-01-19T23:29:15.225Z] Building docker-core-metadata-go [2021-01-19T23:29:15.225Z] Building docker-support-notifications-go [2021-01-19T23:29:15.225Z] Building docker-support-scheduler-go [2021-01-19T23:30:23.226Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:30:23.226Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:30:23.226Z] ---> 8a2b71f092b9 [2021-01-19T23:30:23.226Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T23:30:23.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:30:23.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:30:23.226Z] ---> 8a2b71f092b9 [2021-01-19T23:30:23.226Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T23:30:23.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:30:23.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:30:23.226Z] ---> 8a2b71f092b9 [2021-01-19T23:30:23.226Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T23:30:23.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:30:23.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:30:23.226Z] ---> 8a2b71f092b9 [2021-01-19T23:30:23.226Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T23:30:23.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:30:23.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:30:23.226Z] ---> 8a2b71f092b9 [2021-01-19T23:30:23.226Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T23:30:25.836Z] ---> Running in 4fd0cb4dc053 [2021-01-19T23:30:25.836Z] ---> Running in 4eca7b67498b [2021-01-19T23:30:25.836Z] ---> Running in 67f07487fd24 [2021-01-19T23:30:25.836Z] ---> Running in 1cb3dd63ee16 [2021-01-19T23:30:25.836Z] ---> Running in 73a5c79b4eb7 [2021-01-19T23:30:26.435Z] Removing intermediate container 73a5c79b4eb7 [2021-01-19T23:30:26.435Z] ---> a9ac40d42bf0 [2021-01-19T23:30:26.435Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:30:26.707Z] Removing intermediate container 4fd0cb4dc053 [2021-01-19T23:30:26.707Z] ---> c555a868cca8 [2021-01-19T23:30:26.707Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:30:26.707Z] Removing intermediate container 1cb3dd63ee16 [2021-01-19T23:30:26.707Z] ---> 6bb9d55c6e08 [2021-01-19T23:30:26.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:30:26.707Z] Removing intermediate container 4eca7b67498b [2021-01-19T23:30:26.707Z] ---> fff2e6a16451 [2021-01-19T23:30:26.707Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:30:26.707Z] Removing intermediate container 67f07487fd24 [2021-01-19T23:30:26.707Z] ---> 275dee836071 [2021-01-19T23:30:26.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:30:26.979Z] ---> Running in 635c4db7de39 [2021-01-19T23:30:26.979Z] ---> Running in 81f2a8a670a4 [2021-01-19T23:30:26.979Z] ---> Running in 9638e7c37289 [2021-01-19T23:30:26.979Z] ---> Running in 2372b53d6f7b [2021-01-19T23:30:26.979Z] ---> Running in 9d436ac3c013 [2021-01-19T23:30:30.404Z] Removing intermediate container 81f2a8a670a4 [2021-01-19T23:30:30.404Z] ---> ae3cc389c7ca [2021-01-19T23:30:30.404Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T23:30:30.700Z] ---> Running in a7fac98ab07c [2021-01-19T23:30:30.980Z] Removing intermediate container 635c4db7de39 [2021-01-19T23:30:30.980Z] ---> a993bfbcd471 [2021-01-19T23:30:30.980Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T23:30:30.980Z] Removing intermediate container 2372b53d6f7b [2021-01-19T23:30:30.980Z] ---> 187ac3d64bc9 [2021-01-19T23:30:30.980Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T23:30:31.260Z] ---> Running in dcf56e98c2ac [2021-01-19T23:30:31.260Z] ---> Running in 45da3d66d5eb [2021-01-19T23:30:31.534Z] Removing intermediate container 9638e7c37289 [2021-01-19T23:30:31.534Z] ---> bdf5f3849d4e [2021-01-19T23:30:31.534Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T23:30:31.808Z] Removing intermediate container 9d436ac3c013 [2021-01-19T23:30:31.808Z] ---> 28dd85f80372 [2021-01-19T23:30:31.808Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T23:30:32.082Z] ---> Running in a68004634b1e [2021-01-19T23:30:32.082Z] ---> Running in 3eab5f6c850b [2021-01-19T23:30:32.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:33.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:33.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:33.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:33.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:33.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:34.091Z] OK: 217 MiB in 51 packages [2021-01-19T23:30:34.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:34.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:34.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:34.648Z] OK: 217 MiB in 51 packages [2021-01-19T23:30:34.931Z] OK: 217 MiB in 51 packages [2021-01-19T23:30:35.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:30:35.210Z] OK: 217 MiB in 51 packages [2021-01-19T23:30:35.813Z] Removing intermediate container a7fac98ab07c [2021-01-19T23:30:35.813Z] ---> 1fd1710d5ce1 [2021-01-19T23:30:35.813Z] Step 6/22 : COPY go.mod . [2021-01-19T23:30:36.089Z] OK: 217 MiB in 51 packages [2021-01-19T23:30:36.699Z] Removing intermediate container dcf56e98c2ac [2021-01-19T23:30:36.699Z] ---> 48887c72e56c [2021-01-19T23:30:36.699Z] Step 6/21 : COPY go.mod . [2021-01-19T23:30:36.699Z] Removing intermediate container 45da3d66d5eb [2021-01-19T23:30:36.699Z] ---> a3f97e148139 [2021-01-19T23:30:36.699Z] Step 6/24 : COPY go.mod . [2021-01-19T23:30:36.978Z] ---> 33ab224b9e7b [2021-01-19T23:30:36.978Z] Step 7/22 : RUN go mod download [2021-01-19T23:30:36.978Z] Removing intermediate container a68004634b1e [2021-01-19T23:30:36.978Z] ---> 349d5aad0477 [2021-01-19T23:30:36.978Z] Step 6/22 : COPY go.mod . [2021-01-19T23:30:37.254Z] ---> Running in 6b6fbfbd36ee [2021-01-19T23:30:37.534Z] Removing intermediate container 3eab5f6c850b [2021-01-19T23:30:37.534Z] ---> bdeead1aba66 [2021-01-19T23:30:37.534Z] Step 6/22 : COPY go.mod . [2021-01-19T23:30:37.534Z] ---> f0c58166e820 [2021-01-19T23:30:37.534Z] Step 7/21 : RUN go mod download [2021-01-19T23:30:37.816Z] ---> 3a4434224e39 [2021-01-19T23:30:37.816Z] Step 7/24 : RUN go mod download [2021-01-19T23:30:37.816Z] ---> Running in a8a959bd6b8b [2021-01-19T23:30:38.091Z] ---> Running in f88b106bd3a6 [2021-01-19T23:30:38.091Z] ---> 25056ee45f02 [2021-01-19T23:30:38.091Z] Step 7/22 : RUN go mod download [2021-01-19T23:30:38.366Z] ---> Running in 3aaee860cdef [2021-01-19T23:30:38.640Z] ---> 17aed3e829be [2021-01-19T23:30:38.640Z] Step 7/22 : RUN go mod download [2021-01-19T23:30:38.913Z] ---> Running in 1ed768964736 [2021-01-19T23:30:40.898Z] Removing intermediate container 6b6fbfbd36ee [2021-01-19T23:30:40.898Z] ---> 04ccb2473e49 [2021-01-19T23:30:40.898Z] Step 8/22 : COPY . . [2021-01-19T23:30:42.892Z] Removing intermediate container a8a959bd6b8b [2021-01-19T23:30:42.892Z] ---> 3ab498b1bde8 [2021-01-19T23:30:42.892Z] Step 8/21 : COPY . . [2021-01-19T23:30:43.495Z] Removing intermediate container f88b106bd3a6 [2021-01-19T23:30:43.495Z] ---> ab2804f7d178 [2021-01-19T23:30:43.495Z] Step 8/24 : COPY . . [2021-01-19T23:30:43.771Z] Removing intermediate container 3aaee860cdef [2021-01-19T23:30:43.771Z] ---> aa27821ceb8c [2021-01-19T23:30:43.771Z] Step 8/22 : COPY . . [2021-01-19T23:30:44.375Z] Removing intermediate container 1ed768964736 [2021-01-19T23:30:44.375Z] ---> 615ff3a0e1a1 [2021-01-19T23:30:44.375Z] Step 8/22 : COPY . . [2021-01-19T23:31:11.187Z] ---> 158ff8b05457 [2021-01-19T23:31:11.187Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T23:31:11.187Z] ---> 231a071664d7 [2021-01-19T23:31:11.187Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T23:31:11.187Z] ---> 435e672fdf3a [2021-01-19T23:31:11.187Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T23:31:11.187Z] ---> Running in 86b4260137a8 [2021-01-19T23:31:11.187Z] ---> 39370b548011 [2021-01-19T23:31:11.187Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T23:31:11.187Z] ---> 7821e263e177 [2021-01-19T23:31:11.187Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T23:31:11.187Z] ---> Running in be58754ace9c [2021-01-19T23:31:11.187Z] ---> Running in c188c53eb9b5 [2021-01-19T23:31:11.187Z] ---> Running in e1aecead2512 [2021-01-19T23:31:11.187Z] ---> Running in 05f9e91bbbff [2021-01-19T23:31:11.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T23:31:11.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T23:31:11.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T23:31:11.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T23:31:11.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T23:32:48.084Z] Removing intermediate container 05f9e91bbbff [2021-01-19T23:32:48.084Z] ---> 41cc3a1d67fe [2021-01-19T23:32:48.084Z] [2021-01-19T23:32:48.084Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T23:32:48.084Z] 3.12: Pulling from library/alpine [2021-01-19T23:32:48.084Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T23:32:48.084Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T23:32:48.084Z] ---> afeebe901d6b [2021-01-19T23:32:48.084Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T23:32:48.084Z] ---> Running in acb0f63b8318 [2021-01-19T23:32:48.084Z] Removing intermediate container c188c53eb9b5 [2021-01-19T23:32:48.084Z] ---> e335e497daa9 [2021-01-19T23:32:48.084Z] [2021-01-19T23:32:48.084Z] Step 10/24 : FROM scratch [2021-01-19T23:32:48.084Z] ---> [2021-01-19T23:32:48.084Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T23:32:48.084Z] Removing intermediate container 86b4260137a8 [2021-01-19T23:32:48.084Z] ---> 719a5f1d00ff [2021-01-19T23:32:48.084Z] [2021-01-19T23:32:48.085Z] Step 10/22 : FROM scratch [2021-01-19T23:32:48.085Z] ---> [2021-01-19T23:32:48.085Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:32:48.085Z] ---> Running in 5068e827f9b2 [2021-01-19T23:32:48.085Z] Removing intermediate container be58754ace9c [2021-01-19T23:32:48.085Z] ---> d96ee2b13363 [2021-01-19T23:32:48.085Z] [2021-01-19T23:32:48.085Z] Step 10/21 : FROM scratch [2021-01-19T23:32:48.085Z] ---> [2021-01-19T23:32:48.085Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:32:48.085Z] ---> Running in 7a124c846d75 [2021-01-19T23:32:48.085Z] ---> Running in b21b6f042839 [2021-01-19T23:32:48.361Z] Removing intermediate container 5068e827f9b2 [2021-01-19T23:32:48.362Z] ---> 50287d3f4a72 [2021-01-19T23:32:48.362Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T23:32:48.634Z] Removing intermediate container 7a124c846d75 [2021-01-19T23:32:48.634Z] ---> 5859cd1b6207 [2021-01-19T23:32:48.634Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T23:32:48.634Z] ---> Running in edd1db9cb8ec [2021-01-19T23:32:48.634Z] ---> Running in 64e362ca8c27 [2021-01-19T23:32:48.910Z] Removing intermediate container b21b6f042839 [2021-01-19T23:32:48.910Z] ---> 3e20cb49e8d7 [2021-01-19T23:32:48.910Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T23:32:48.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:32:48.910Z] ---> Running in d0d37c0e8bf9 [2021-01-19T23:32:49.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:32:49.188Z] Removing intermediate container edd1db9cb8ec [2021-01-19T23:32:49.188Z] ---> a28d6bf000b5 [2021-01-19T23:32:49.188Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T23:32:49.471Z] Removing intermediate container 64e362ca8c27 [2021-01-19T23:32:49.471Z] ---> 4f5e3af665a3 [2021-01-19T23:32:49.471Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T23:32:49.471Z] ---> Running in 0232f77111dd [2021-01-19T23:32:49.749Z] Removing intermediate container d0d37c0e8bf9 [2021-01-19T23:32:49.749Z] ---> 4b4fe84b40f6 [2021-01-19T23:32:49.749Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T23:32:49.749Z] ---> Running in eb5c9cdb3a56 [2021-01-19T23:32:49.749Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T23:32:49.749Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:32:49.749Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T23:32:49.749Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T23:32:49.749Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T23:32:49.749Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:32:50.031Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T23:32:50.031Z] ---> Running in 131d6da7e8ef [2021-01-19T23:32:50.031Z] OK: 7 MiB in 19 packages [2021-01-19T23:32:50.310Z] Removing intermediate container 0232f77111dd [2021-01-19T23:32:50.310Z] ---> 8677d74bb3ee [2021-01-19T23:32:50.310Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T23:32:50.596Z] Removing intermediate container eb5c9cdb3a56 [2021-01-19T23:32:50.596Z] ---> 0a3eae1ddcb9 [2021-01-19T23:32:50.596Z] Step 14/22 : WORKDIR / [2021-01-19T23:32:50.596Z] Removing intermediate container 131d6da7e8ef [2021-01-19T23:32:50.596Z] ---> e54261824072 [2021-01-19T23:32:50.596Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:32:50.596Z] ---> Running in bf8ea73067ae [2021-01-19T23:32:51.588Z] ---> cb85ccf9d8c6 [2021-01-19T23:32:51.588Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T23:32:51.588Z] Removing intermediate container bf8ea73067ae [2021-01-19T23:32:51.588Z] ---> 07d2afddd1e4 [2021-01-19T23:32:51.588Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:32:52.196Z] ---> 067627977b16 [2021-01-19T23:32:52.196Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T23:32:52.797Z] Removing intermediate container acb0f63b8318 [2021-01-19T23:32:52.797Z] ---> 338cbce03c3c [2021-01-19T23:32:52.797Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T23:32:53.072Z] ---> 5f6dfd665b31 [2021-01-19T23:32:53.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T23:32:53.357Z] ---> Running in 27386dc30463 [2021-01-19T23:32:53.629Z] ---> 668d296b3b77 [2021-01-19T23:32:53.629Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T23:32:53.908Z] ---> 0bd89a411a3d [2021-01-19T23:32:53.908Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T23:32:54.183Z] Removing intermediate container 27386dc30463 [2021-01-19T23:32:54.183Z] ---> 2a69c695caab [2021-01-19T23:32:54.183Z] Step 13/22 : WORKDIR / [2021-01-19T23:32:54.458Z] ---> Running in c58ae38784e2 [2021-01-19T23:32:55.060Z] ---> 21ec9ea35e93 [2021-01-19T23:32:55.060Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T23:32:55.659Z] Removing intermediate container c58ae38784e2 [2021-01-19T23:32:55.659Z] ---> 02f7b48901b8 [2021-01-19T23:32:55.659Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:32:55.659Z] ---> 9cc40ba359de [2021-01-19T23:32:55.659Z] ---> 68349479bfe0 [2021-01-19T23:32:55.659Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T23:32:55.659Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:32:56.255Z] ---> Running in 6757bb7ef7ec [2021-01-19T23:32:56.255Z] ---> 60745361df27 [2021-01-19T23:32:56.255Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T23:32:56.850Z] ---> Running in 1a6b663402a4 [2021-01-19T23:32:57.131Z] ---> 2b79433a1c0c [2021-01-19T23:32:57.131Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T23:32:57.131Z] ---> a5bc61f0e7a2 [2021-01-19T23:32:57.131Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T23:32:57.131Z] Removing intermediate container 6757bb7ef7ec [2021-01-19T23:32:57.131Z] ---> 76bd593491f3 [2021-01-19T23:32:57.131Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:32:57.404Z] Removing intermediate container 1a6b663402a4 [2021-01-19T23:32:57.404Z] ---> 95fbd35f5d72 [2021-01-19T23:32:57.404Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:32:57.404Z] ---> Running in b457ab2f9738 [2021-01-19T23:32:57.678Z] Removing intermediate container e1aecead2512 [2021-01-19T23:32:57.678Z] ---> 411e54df8311 [2021-01-19T23:32:57.678Z] [2021-01-19T23:32:57.678Z] Step 10/22 : FROM scratch [2021-01-19T23:32:57.678Z] ---> [2021-01-19T23:32:57.678Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:32:57.678Z] ---> Using cache [2021-01-19T23:32:57.678Z] ---> 3e20cb49e8d7 [2021-01-19T23:32:57.678Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T23:32:57.950Z] ---> Running in 662c1e73aaf2 [2021-01-19T23:32:57.950Z] ---> Running in cd59b4cf2dd0 [2021-01-19T23:32:58.220Z] Removing intermediate container b457ab2f9738 [2021-01-19T23:32:58.220Z] ---> 7c2cb29d1950 [2021-01-19T23:32:58.220Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T23:32:58.498Z] ---> Running in fb2f2c7353fc [2021-01-19T23:32:58.499Z] Removing intermediate container 662c1e73aaf2 [2021-01-19T23:32:58.499Z] ---> bd6cc88168cf [2021-01-19T23:32:58.499Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T23:32:58.782Z] Removing intermediate container cd59b4cf2dd0 [2021-01-19T23:32:58.782Z] ---> 539bba3b7cff [2021-01-19T23:32:58.782Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T23:32:58.782Z] ---> 0fb3d7bb1118 [2021-01-19T23:32:58.782Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T23:32:58.782Z] ---> bb6785faad9a [2021-01-19T23:32:58.782Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T23:32:58.782Z] ---> Running in 0ff441605d01 [2021-01-19T23:32:58.782Z] ---> Running in 9db69d0022ab [2021-01-19T23:32:59.389Z] Removing intermediate container fb2f2c7353fc [2021-01-19T23:32:59.389Z] ---> f3b9e45be0be [2021-01-19T23:32:59.389Z] Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:32:59.389Z] ---> Running in ea57896feb1d [2021-01-19T23:32:59.669Z] Removing intermediate container 0ff441605d01 [2021-01-19T23:32:59.669Z] ---> d0f68e8c45cc [2021-01-19T23:32:59.669Z] Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:32:59.669Z] Removing intermediate container 9db69d0022ab [2021-01-19T23:32:59.669Z] ---> a51e65dedf10 [2021-01-19T23:32:59.669Z] Step 14/22 : WORKDIR / [2021-01-19T23:32:59.669Z] ---> f2d8d734c08c [2021-01-19T23:32:59.669Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T23:32:59.949Z] ---> Running in 85e04f324bc7 [2021-01-19T23:32:59.949Z] ---> Running in ba738492f604 [2021-01-19T23:32:59.949Z] ---> Running in a81a76b8725e [2021-01-19T23:32:59.949Z] ---> ff28f1bdb665 [2021-01-19T23:32:59.949Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T23:33:00.231Z] Removing intermediate container ea57896feb1d [2021-01-19T23:33:00.231Z] ---> bdfd519c4271 [2021-01-19T23:33:00.231Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T23:33:00.231Z] ---> Running in 512c7e38d057 [2021-01-19T23:33:00.505Z] Removing intermediate container ba738492f604 [2021-01-19T23:33:00.505Z] ---> 8142e45d7129 [2021-01-19T23:33:00.505Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:33:00.505Z] Removing intermediate container 85e04f324bc7 [2021-01-19T23:33:00.505Z] ---> 9ebfd546547b [2021-01-19T23:33:00.505Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:33:00.778Z] ---> Running in 3e184c7bad31 [2021-01-19T23:33:00.778Z] Removing intermediate container a81a76b8725e [2021-01-19T23:33:00.778Z] ---> 8fc20a00518a [2021-01-19T23:33:00.778Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:33:01.054Z] ---> Running in 15eb903cf9be [2021-01-19T23:33:01.054Z] ---> 5c7c3081459a [2021-01-19T23:33:01.054Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T23:33:01.054Z] Removing intermediate container 512c7e38d057 [2021-01-19T23:33:01.054Z] ---> d848a9f6184f [2021-01-19T23:33:01.054Z] [2021-01-19T23:33:01.335Z] Removing intermediate container 3e184c7bad31 [2021-01-19T23:33:01.335Z] ---> dfc165c127b8 [2021-01-19T23:33:01.335Z] [2021-01-19T23:33:01.335Z] ---> Running in 16111b630697 [2021-01-19T23:33:01.614Z] Successfully built d848a9f6184f [2021-01-19T23:33:01.891Z] ---> 8f5b3422cfaa [2021-01-19T23:33:01.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T23:33:01.891Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T23:33:01.891Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T23:33:01.891Z] Successfully built dfc165c127b8 [2021-01-19T23:33:01.891Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T23:33:01.891Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-19T23:33:01.891Z] Removing intermediate container 15eb903cf9be [2021-01-19T23:33:01.891Z] ---> fabb50fd181c [2021-01-19T23:33:01.891Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T23:33:02.269Z] ---> Running in 7e0951e01a3e [2021-01-19T23:33:03.387Z] Removing intermediate container 7e0951e01a3e [2021-01-19T23:33:03.387Z] ---> 2f610010bcaf [2021-01-19T23:33:03.387Z] Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:33:03.674Z] ---> Running in 9f6d5026ca31 [2021-01-19T23:33:03.985Z] ---> 1f8acff7ac60 [2021-01-19T23:33:03.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T23:33:04.612Z] Removing intermediate container 9f6d5026ca31 [2021-01-19T23:33:04.612Z] ---> 70553effc78a [2021-01-19T23:33:04.612Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T23:33:05.246Z] ---> Running in 8c7a1d03bc06 [2021-01-19T23:33:06.260Z] ---> 1e2132638382 [2021-01-19T23:33:06.260Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T23:33:06.871Z] Removing intermediate container 16111b630697 [2021-01-19T23:33:06.871Z] ---> 307e8339af64 [2021-01-19T23:33:06.871Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T23:33:07.144Z] ---> Running in c90600f2b99c [2021-01-19T23:33:07.144Z] Removing intermediate container 8c7a1d03bc06 [2021-01-19T23:33:07.144Z] ---> 9c83401fbacd [2021-01-19T23:33:07.144Z] [2021-01-19T23:33:07.421Z] Successfully built 9c83401fbacd [2021-01-19T23:33:07.421Z] ---> Running in 729ab6419114 [2021-01-19T23:33:07.693Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T23:33:07.693Z] Building docker-core-data-go [2021-01-19T23:33:07.963Z]  Building docker-support-notifications-go ... done Removing intermediate container c90600f2b99c [2021-01-19T23:33:07.963Z] ---> 72830c5dafee [2021-01-19T23:33:07.963Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:33:08.242Z] Removing intermediate container 729ab6419114 [2021-01-19T23:33:08.242Z] ---> 59e0774f753c [2021-01-19T23:33:08.242Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T23:33:08.242Z] ---> Running in ee649885b502 [2021-01-19T23:33:08.520Z] ---> Running in 5fdcf5793323 [2021-01-19T23:33:08.791Z] Removing intermediate container ee649885b502 [2021-01-19T23:33:08.791Z] ---> 8ddfadbe0c67 [2021-01-19T23:33:08.791Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T23:33:09.062Z] Removing intermediate container 5fdcf5793323 [2021-01-19T23:33:09.062Z] ---> 0844731e9d0f [2021-01-19T23:33:09.062Z] Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:33:09.348Z] ---> Running in 5ebbc0a80905 [2021-01-19T23:33:09.348Z] ---> Running in 6aa3c987983a [2021-01-19T23:33:10.334Z] Removing intermediate container 5ebbc0a80905 [2021-01-19T23:33:10.334Z] ---> 04b56d9f4af8 [2021-01-19T23:33:10.334Z] Step 21/22 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:33:10.953Z] Removing intermediate container 6aa3c987983a [2021-01-19T23:33:10.953Z] ---> 262c1bb523b8 [2021-01-19T23:33:10.953Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:33:11.555Z] ---> Running in 7e7f31562741 [2021-01-19T23:33:12.177Z] ---> Running in eea3914f13b3 [2021-01-19T23:33:12.776Z] Removing intermediate container 7e7f31562741 [2021-01-19T23:33:12.776Z] ---> d2c76ca49cbf [2021-01-19T23:33:12.776Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:33:13.372Z] Removing intermediate container eea3914f13b3 [2021-01-19T23:33:13.372Z] ---> a0c4a4269d1c [2021-01-19T23:33:13.372Z] [2021-01-19T23:33:13.372Z] ---> Running in 862f2cb5aaa5 [2021-01-19T23:33:13.645Z] Successfully built a0c4a4269d1c [2021-01-19T23:33:13.915Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T23:33:13.915Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-19T23:33:14.189Z] Removing intermediate container 862f2cb5aaa5 [2021-01-19T23:33:14.189Z] ---> 47f593b6f6c7 [2021-01-19T23:33:14.189Z] [2021-01-19T23:33:14.461Z] Successfully built 47f593b6f6c7 [2021-01-19T23:33:14.461Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T23:33:53.427Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:33:53.427Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:33:53.427Z] ---> 8a2b71f092b9 [2021-01-19T23:33:53.427Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> 275dee836071 [2021-01-19T23:33:53.427Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> 28dd85f80372 [2021-01-19T23:33:53.427Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> bdeead1aba66 [2021-01-19T23:33:53.427Z] Step 6/24 : COPY go.mod . [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> 17aed3e829be [2021-01-19T23:33:53.427Z] Step 7/24 : RUN go mod download [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> 615ff3a0e1a1 [2021-01-19T23:33:53.427Z] Step 8/24 : COPY . . [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> 39370b548011 [2021-01-19T23:33:53.427Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T23:33:53.427Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:33:53.427Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:33:53.427Z] ---> 8a2b71f092b9 [2021-01-19T23:33:53.427Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> 275dee836071 [2021-01-19T23:33:53.427Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:33:53.427Z] ---> Using cache [2021-01-19T23:33:53.427Z] ---> 28dd85f80372 [2021-01-19T23:33:53.427Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T23:33:56.065Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:33:56.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:33:56.065Z] ---> 8a2b71f092b9 [2021-01-19T23:33:56.065Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T23:33:56.065Z] ---> Using cache [2021-01-19T23:33:56.065Z] ---> 275dee836071 [2021-01-19T23:33:56.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:33:56.065Z] ---> Using cache [2021-01-19T23:33:56.065Z] ---> 28dd85f80372 [2021-01-19T23:33:56.065Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T23:33:56.656Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:33:56.656Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:33:56.656Z] ---> 8a2b71f092b9 [2021-01-19T23:33:56.656Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T23:33:56.656Z] ---> Using cache [2021-01-19T23:33:56.656Z] ---> 275dee836071 [2021-01-19T23:33:56.656Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:33:56.656Z] ---> Using cache [2021-01-19T23:33:56.656Z] ---> 28dd85f80372 [2021-01-19T23:33:56.656Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T23:33:56.656Z] ---> Using cache [2021-01-19T23:33:56.656Z] ---> bdeead1aba66 [2021-01-19T23:33:56.656Z] Step 6/21 : COPY go.mod . [2021-01-19T23:33:56.656Z] ---> Using cache [2021-01-19T23:33:56.656Z] ---> 17aed3e829be [2021-01-19T23:33:56.656Z] Step 7/21 : RUN go mod download [2021-01-19T23:33:56.656Z] ---> Using cache [2021-01-19T23:33:56.656Z] ---> 615ff3a0e1a1 [2021-01-19T23:33:56.656Z] Step 8/21 : COPY . . [2021-01-19T23:33:56.656Z] ---> Using cache [2021-01-19T23:33:56.656Z] ---> 39370b548011 [2021-01-19T23:33:56.656Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T23:33:58.085Z] ---> Running in 9f692c91b304 [2021-01-19T23:33:58.085Z] ---> Running in 5d0f6161e4b2 [2021-01-19T23:33:58.085Z] ---> Running in e11a6a903dce [2021-01-19T23:33:58.085Z] ---> Running in 4bdda3629493 [2021-01-19T23:33:59.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:33:59.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T23:33:59.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T23:34:00.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:34:00.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:34:00.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:34:00.970Z] OK: 217 MiB in 51 packages [2021-01-19T23:34:01.593Z] OK: 217 MiB in 51 packages [2021-01-19T23:34:03.050Z] Removing intermediate container 9f692c91b304 [2021-01-19T23:34:03.050Z] ---> 5d9d8f6c48a7 [2021-01-19T23:34:03.050Z] Step 6/26 : COPY go.mod . [2021-01-19T23:34:03.657Z] Removing intermediate container 5d0f6161e4b2 [2021-01-19T23:34:03.657Z] ---> 5db6e902c4d9 [2021-01-19T23:34:03.657Z] Step 6/23 : COPY go.mod . [2021-01-19T23:34:04.664Z] ---> 300c6cf0b702 [2021-01-19T23:34:04.664Z] Step 7/26 : RUN go mod download [2021-01-19T23:34:04.664Z] ---> Running in 18a2a0723089 [2021-01-19T23:34:04.941Z] ---> 4a8668c5f8a4 [2021-01-19T23:34:04.941Z] Step 7/23 : RUN go mod download [2021-01-19T23:34:05.245Z] ---> Running in 441f783940c0 [2021-01-19T23:34:10.697Z] Removing intermediate container 441f783940c0 [2021-01-19T23:34:10.697Z] ---> bcbdb25d8d39 [2021-01-19T23:34:10.697Z] Step 8/23 : COPY . . [2021-01-19T23:34:10.697Z] Removing intermediate container 18a2a0723089 [2021-01-19T23:34:10.697Z] ---> 80d8c7fb3713 [2021-01-19T23:34:10.697Z] Step 8/26 : COPY . . [2021-01-19T23:34:43.072Z] ---> 539b75ef3fab [2021-01-19T23:34:43.072Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T23:34:43.072Z] ---> a6ab01e7309c [2021-01-19T23:34:43.072Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T23:34:43.072Z] ---> Running in 06be3804c4f5 [2021-01-19T23:34:43.072Z] ---> Running in 689f7af837cd [2021-01-19T23:34:43.072Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T23:34:43.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T23:34:46.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T23:34:47.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T23:35:02.168Z] Removing intermediate container e11a6a903dce [2021-01-19T23:35:02.168Z] ---> bbf71538a0ef [2021-01-19T23:35:02.168Z] [2021-01-19T23:35:02.168Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T23:35:02.168Z] ---> afeebe901d6b [2021-01-19T23:35:02.168Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T23:35:02.168Z] ---> Using cache [2021-01-19T23:35:02.168Z] ---> 338cbce03c3c [2021-01-19T23:35:02.168Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T23:35:02.168Z] ---> Running in ae5cd1e39bda [2021-01-19T23:35:02.445Z] Removing intermediate container ae5cd1e39bda [2021-01-19T23:35:02.445Z] ---> 1f58171bc3f4 [2021-01-19T23:35:02.445Z] Step 13/24 : WORKDIR / [2021-01-19T23:35:02.720Z] ---> Running in d1632cc1b797 [2021-01-19T23:35:04.165Z] Removing intermediate container d1632cc1b797 [2021-01-19T23:35:04.165Z] ---> ec6b3aba0e6a [2021-01-19T23:35:04.165Z] 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-19T23:35:04.440Z] Removing intermediate container 4bdda3629493 [2021-01-19T23:35:04.440Z] ---> 56961e224707 [2021-01-19T23:35:04.440Z] [2021-01-19T23:35:04.440Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T23:35:04.440Z] ---> afeebe901d6b [2021-01-19T23:35:04.440Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T23:35:05.041Z] ---> Running in 7b57545d7a78 [2021-01-19T23:35:05.657Z] ---> ec401df0855f [2021-01-19T23:35:05.657Z] 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-19T23:35:07.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:35:07.101Z] ---> e35c4158a549 [2021-01-19T23:35:07.101Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T23:35:07.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:35:07.983Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T23:35:07.983Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:35:07.983Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T23:35:07.983Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T23:35:07.983Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:35:07.983Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T23:35:08.590Z] OK: 7 MiB in 18 packages [2021-01-19T23:35:08.590Z] ---> 07a5708f96f2 [2021-01-19T23:35:08.590Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T23:35:11.236Z] ---> ee9aa8a2c54f [2021-01-19T23:35:11.236Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T23:35:11.236Z] Removing intermediate container 7b57545d7a78 [2021-01-19T23:35:11.236Z] ---> 54c082393749 [2021-01-19T23:35:11.236Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T23:35:11.509Z] ---> Running in e8fcc2644c9b [2021-01-19T23:35:12.493Z] Removing intermediate container e8fcc2644c9b [2021-01-19T23:35:12.493Z] ---> 6fa03286b53c [2021-01-19T23:35:12.493Z] Step 13/21 : WORKDIR /edgex [2021-01-19T23:35:12.766Z] ---> Running in f0d2bd1b0fc1 [2021-01-19T23:35:13.363Z] ---> b8ac0c34b036 [2021-01-19T23:35:13.363Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T23:35:13.363Z] Removing intermediate container f0d2bd1b0fc1 [2021-01-19T23:35:13.363Z] ---> 607ba987617c [2021-01-19T23:35:13.363Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T23:35:14.670Z] ---> b59eed29655c [2021-01-19T23:35:14.670Z] 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-19T23:35:14.670Z] ---> Running in ae1dd807da58 [2021-01-19T23:35:14.987Z] ---> 4f1f989e0158 [2021-01-19T23:35:14.987Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T23:35:17.683Z] ---> d0391f676218 [2021-01-19T23:35:17.683Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T23:35:19.107Z] Removing intermediate container ae1dd807da58 [2021-01-19T23:35:19.107Z] ---> 6d5c4d347ebd [2021-01-19T23:35:19.107Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T23:35:19.376Z] ---> Running in c210506a09c1 [2021-01-19T23:35:19.376Z] ---> 72eb2c12995c [2021-01-19T23:35:19.376Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T23:35:19.648Z] ---> Running in a2c7324b5b4b [2021-01-19T23:35:20.240Z] Removing intermediate container c210506a09c1 [2021-01-19T23:35:20.240Z] ---> 27ad1972611a [2021-01-19T23:35:20.240Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T23:35:20.514Z] ---> Running in 64bb21aa6a59 [2021-01-19T23:35:20.514Z] Removing intermediate container a2c7324b5b4b [2021-01-19T23:35:20.514Z] ---> c52f4d5b8aea [2021-01-19T23:35:20.514Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T23:35:20.789Z] ---> Running in b48475cc7a25 [2021-01-19T23:35:21.064Z] Removing intermediate container 64bb21aa6a59 [2021-01-19T23:35:21.064Z] ---> ec1bd98aaab4 [2021-01-19T23:35:21.064Z] Step 23/24 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:35:21.339Z] ---> Running in b9022fb3a20c [2021-01-19T23:35:21.615Z] Removing intermediate container b48475cc7a25 [2021-01-19T23:35:21.615Z] ---> 43a2190c1cfe [2021-01-19T23:35:21.615Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T23:35:21.889Z] ---> Running in 20162c4e0560 [2021-01-19T23:35:22.167Z] Removing intermediate container b9022fb3a20c [2021-01-19T23:35:22.167Z] ---> 3b631b53bcfa [2021-01-19T23:35:22.167Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T23:35:22.444Z] ---> Running in 980ea54a8400 [2021-01-19T23:35:22.444Z] Removing intermediate container 20162c4e0560 [2021-01-19T23:35:22.444Z] ---> b608bf038c08 [2021-01-19T23:35:22.444Z] Step 20/21 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:35:23.051Z] ---> Running in 42d79405019a [2021-01-19T23:35:23.051Z] Removing intermediate container 980ea54a8400 [2021-01-19T23:35:23.051Z] ---> 471043504752 [2021-01-19T23:35:23.051Z] [2021-01-19T23:35:23.655Z] Successfully built 471043504752 [2021-01-19T23:35:23.655Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T23:35:23.934Z] Removing intermediate container 42d79405019a [2021-01-19T23:35:23.934Z] ---> f68be8fcd11d [2021-01-19T23:35:23.934Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T23:35:23.934Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in f1b7435c909d [2021-01-19T23:35:24.543Z] Removing intermediate container f1b7435c909d [2021-01-19T23:35:24.543Z] ---> cb06d6adef75 [2021-01-19T23:35:24.543Z] [2021-01-19T23:35:25.150Z] Successfully built cb06d6adef75 [2021-01-19T23:35:25.150Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T23:35:43.483Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 06be3804c4f5 [2021-01-19T23:35:43.483Z] ---> 7cafddce42a9 [2021-01-19T23:35:43.483Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T23:35:43.483Z] ---> Running in 904adfdf44a0 [2021-01-19T23:35:44.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T23:35:47.479Z] Removing intermediate container 904adfdf44a0 [2021-01-19T23:35:47.479Z] ---> 546ce63313a8 [2021-01-19T23:35:47.479Z] [2021-01-19T23:35:47.479Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T23:35:47.479Z] 20.10.0: Pulling from library/docker [2021-01-19T23:35:55.763Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T23:35:55.763Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T23:35:55.763Z] ---> eeaf43b92773 [2021-01-19T23:35:55.763Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T23:35:56.036Z] ---> Running in 0f9d063bc5da [2021-01-19T23:35:56.309Z] Removing intermediate container 689f7af837cd [2021-01-19T23:35:56.309Z] ---> c29b004269a5 [2021-01-19T23:35:56.309Z] [2021-01-19T23:35:56.309Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T23:35:56.309Z] ---> afeebe901d6b [2021-01-19T23:35:56.309Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:35:56.583Z] ---> Running in c697b7e6ef0b [2021-01-19T23:35:57.180Z] Removing intermediate container c697b7e6ef0b [2021-01-19T23:35:57.180Z] ---> c4efb78c4ace [2021-01-19T23:35:57.180Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T23:35:57.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:35:57.180Z] ---> Running in b37a97c0933c [2021-01-19T23:35:57.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:35:57.727Z] Removing intermediate container b37a97c0933c [2021-01-19T23:35:57.727Z] ---> 286d16dcb587 [2021-01-19T23:35:57.727Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T23:35:57.727Z] ---> Running in 32f98ad2c933 [2021-01-19T23:35:58.003Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T23:35:58.003Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T23:35:58.003Z] Executing bash-5.0.17-r0.post-install [2021-01-19T23:35:58.278Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:35:58.278Z] OK: 12 MiB in 22 packages [2021-01-19T23:35:58.278Z] Removing intermediate container 32f98ad2c933 [2021-01-19T23:35:58.278Z] ---> fa1b5b60c715 [2021-01-19T23:35:58.278Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:35:58.553Z] ---> Running in b6a8d43469d4 [2021-01-19T23:35:59.542Z] Removing intermediate container 0f9d063bc5da [2021-01-19T23:35:59.542Z] ---> 520f622165a1 [2021-01-19T23:35:59.542Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T23:35:59.816Z] ---> Running in 223569fb0489 [2021-01-19T23:36:00.088Z] Removing intermediate container 223569fb0489 [2021-01-19T23:36:00.088Z] ---> 734f1b71d8c9 [2021-01-19T23:36:00.088Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T23:36:00.359Z] ---> Running in aa74199ebf5d [2021-01-19T23:36:00.949Z] Removing intermediate container aa74199ebf5d [2021-01-19T23:36:00.949Z] ---> 3df7ccda41f5 [2021-01-19T23:36:00.949Z] Removing intermediate container b6a8d43469d4 [2021-01-19T23:36:00.949Z] Step 15/26 : EXPOSE $APP_PORT ---> d246618ce7a5 [2021-01-19T23:36:00.949Z] [2021-01-19T23:36:00.949Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T23:36:00.949Z] ---> Running in 5dfe7126886d [2021-01-19T23:36:00.949Z] ---> Running in f138504c0095 [2021-01-19T23:36:01.541Z] Removing intermediate container 5dfe7126886d [2021-01-19T23:36:01.541Z] ---> c93e4b9f8c07 [2021-01-19T23:36:01.541Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T23:36:02.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:36:02.727Z] ---> 7960d73e0614 [2021-01-19T23:36:02.727Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T23:36:02.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:36:03.319Z] ---> 4f4396a82132 [2021-01-19T23:36:03.319Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T23:36:03.588Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T23:36:03.588Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T23:36:03.588Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T23:36:03.862Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T23:36:03.862Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T23:36:04.140Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:36:04.140Z] ---> cbe806d46d48 [2021-01-19T23:36:04.140Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T23:36:04.140Z] OK: 8 MiB in 19 packages [2021-01-19T23:36:04.140Z] ---> Running in f17eef0a173a [2021-01-19T23:36:05.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:36:05.575Z] Removing intermediate container f138504c0095 [2021-01-19T23:36:05.575Z] ---> 57f600a81ef0 [2021-01-19T23:36:05.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:36:05.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:36:06.168Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T23:36:06.168Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T23:36:06.168Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T23:36:06.168Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T23:36:06.168Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T23:36:06.168Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T23:36:06.168Z] ---> fc765d7662b0 [2021-01-19T23:36:06.168Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T23:36:06.168Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T23:36:08.146Z] ---> 5edf7a479211 [2021-01-19T23:36:08.146Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T23:36:08.146Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T23:36:08.418Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T23:36:08.418Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T23:36:08.418Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T23:36:08.418Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T23:36:08.418Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T23:36:08.418Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T23:36:08.418Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T23:36:08.691Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T23:36:08.691Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T23:36:08.691Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T23:36:08.691Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T23:36:08.691Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T23:36:08.691Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T23:36:08.691Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T23:36:08.691Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T23:36:08.964Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T23:36:08.964Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T23:36:08.964Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T23:36:08.964Z] ---> 7d8dc47bb0bd [2021-01-19T23:36:08.964Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T23:36:08.964Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T23:36:08.964Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T23:36:08.964Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T23:36:08.964Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T23:36:08.964Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T23:36:08.964Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T23:36:08.964Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T23:36:08.964Z] ---> Running in a3d54d0323c8 [2021-01-19T23:36:09.247Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:36:09.247Z] OK: 71 MiB in 55 packages [2021-01-19T23:36:09.518Z] Removing intermediate container a3d54d0323c8 [2021-01-19T23:36:09.518Z] ---> 7edafd81d73c [2021-01-19T23:36:09.518Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:36:09.793Z] ---> Running in c4ff4cab989e [2021-01-19T23:36:10.393Z] Removing intermediate container c4ff4cab989e [2021-01-19T23:36:10.393Z] ---> dcb0b4a2ceb9 [2021-01-19T23:36:10.393Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T23:36:10.393Z] ---> Running in 4ae76990223e [2021-01-19T23:36:10.991Z] Removing intermediate container 4ae76990223e [2021-01-19T23:36:10.991Z] ---> 393ee2c266c0 [2021-01-19T23:36:10.991Z] Step 22/23 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:36:11.265Z] ---> Running in 878fb9ad313d [2021-01-19T23:36:11.868Z] Removing intermediate container 878fb9ad313d [2021-01-19T23:36:11.868Z] ---> bd5edb5d2543 [2021-01-19T23:36:11.868Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T23:36:12.144Z] ---> Running in 581f8dcc1f07 [2021-01-19T23:36:12.755Z] Removing intermediate container 581f8dcc1f07 [2021-01-19T23:36:12.755Z] ---> 6cad85c9fc0c [2021-01-19T23:36:12.755Z] [2021-01-19T23:36:13.354Z] Successfully built 6cad85c9fc0c [2021-01-19T23:36:13.354Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T23:36:15.324Z]  Building docker-core-data-go ... done Removing intermediate container f17eef0a173a [2021-01-19T23:36:15.324Z] ---> 1e80805550ba [2021-01-19T23:36:15.324Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T23:36:15.324Z] ---> Running in c82ed612777a [2021-01-19T23:36:20.707Z] Collecting docker-compose==1.23.2 [2021-01-19T23:36:20.707Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T23:36:20.978Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T23:36:20.978Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T23:36:21.575Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T23:36:21.575Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T23:36:24.967Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T23:36:24.967Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T23:36:24.967Z] 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-19T23:36:25.239Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T23:36:25.239Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T23:36:25.828Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T23:36:25.828Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T23:36:28.426Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T23:36:28.426Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T23:36:29.017Z] Collecting PyYAML<4,>=3.10 [2021-01-19T23:36:29.017Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T23:36:32.391Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T23:36:32.391Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T23:36:32.663Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T23:36:32.663Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T23:36:35.282Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T23:36:35.282Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T23:36:35.282Z] 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-19T23:36:35.565Z] Collecting idna<2.8,>=2.5 [2021-01-19T23:36:35.565Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T23:36:35.844Z] 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-19T23:36:35.844Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T23:36:36.120Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T23:36:36.120Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T23:36:36.120Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T23:36:36.120Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T23:36:36.120Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T23:36:37.115Z] Installing collected packages: jsonschema, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, PyYAML, cached-property, dockerpty, docker-compose [2021-01-19T23:36:37.387Z] Running setup.py install for docopt: started [2021-01-19T23:36:39.352Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T23:36:39.352Z] Attempting uninstall: urllib3 [2021-01-19T23:36:39.352Z] Found existing installation: urllib3 1.25.9 [2021-01-19T23:36:39.624Z] Uninstalling urllib3-1.25.9: [2021-01-19T23:36:39.624Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T23:36:40.216Z] Attempting uninstall: idna [2021-01-19T23:36:40.216Z] Found existing installation: idna 2.9 [2021-01-19T23:36:40.216Z] Uninstalling idna-2.9: [2021-01-19T23:36:40.488Z] Successfully uninstalled idna-2.9 [2021-01-19T23:36:41.080Z] Attempting uninstall: requests [2021-01-19T23:36:41.080Z] Found existing installation: requests 2.23.0 [2021-01-19T23:36:41.080Z] Uninstalling requests-2.23.0: [2021-01-19T23:36:41.080Z] Successfully uninstalled requests-2.23.0 [2021-01-19T23:36:43.054Z] Running setup.py install for texttable: started [2021-01-19T23:36:45.016Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T23:36:45.016Z] Running setup.py install for PyYAML: started [2021-01-19T23:36:46.979Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T23:36:47.250Z] Running setup.py install for dockerpty: started [2021-01-19T23:36:49.216Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T23:36:50.193Z] 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-19T23:36:53.569Z] Removing intermediate container c82ed612777a [2021-01-19T23:36:53.569Z] ---> fb147fe6f4e0 [2021-01-19T23:36:53.569Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T23:36:53.843Z] ---> Running in 61cb061f4ea5 [2021-01-19T23:36:54.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:36:55.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:36:55.689Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:36:55.689Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T23:36:55.689Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T23:36:55.689Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:36:55.689Z] OK: 71 MiB in 58 packages [2021-01-19T23:36:57.124Z] Removing intermediate container 61cb061f4ea5 [2021-01-19T23:36:57.124Z] ---> 76d3524999a1 [2021-01-19T23:36:57.124Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T23:36:57.124Z] ---> Running in e8263defbc19 [2021-01-19T23:36:57.716Z] Removing intermediate container e8263defbc19 [2021-01-19T23:36:57.716Z] ---> 0782433c60a2 [2021-01-19T23:36:57.716Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:36:57.716Z] ---> Running in e1078dd3000f [2021-01-19T23:36:58.309Z] Removing intermediate container e1078dd3000f [2021-01-19T23:36:58.309Z] ---> adbe18828fc8 [2021-01-19T23:36:58.309Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T23:36:58.309Z] ---> Running in 695af154e49e [2021-01-19T23:36:58.900Z] Removing intermediate container 695af154e49e [2021-01-19T23:36:58.900Z] ---> e9a4d1a075f4 [2021-01-19T23:36:58.900Z] Step 25/26 : LABEL git_sha=7c22161e7358ea62ae94c661ce8d86ab54401cb7 [2021-01-19T23:36:58.900Z] ---> Running in 923d8e9468f4 [2021-01-19T23:36:59.494Z] Removing intermediate container 923d8e9468f4 [2021-01-19T23:36:59.494Z] ---> 48c36b31268d [2021-01-19T23:36:59.494Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T23:36:59.494Z] ---> Running in e66b66e38213 [2021-01-19T23:37:00.088Z] Removing intermediate container e66b66e38213 [2021-01-19T23:37:00.088Z] ---> 66c3c1aeb80c [2021-01-19T23:37:00.088Z] [2021-01-19T23:37:00.361Z] Successfully built 66c3c1aeb80c [2021-01-19T23:37:00.361Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T23:37:00.967Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T23:37:00.998Z] $ docker stop --time=1 a017da622b23d9f8b65998da5da6a846d2f1082d8cfa0bd5839a17c15734142c [2021-01-19T23:37:02.999Z] $ docker rm -f a017da622b23d9f8b65998da5da6a846d2f1082d8cfa0bd5839a17c15734142c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T23:37:03.791Z] + docker images [2021-01-19T23:37:03.791Z] + grep docker [2021-01-19T23:37:04.061Z] docker-sys-mgmt-agent-go-arm64 latest 66c3c1aeb80c 4 seconds ago 300MB [2021-01-19T23:37:04.061Z] docker-core-data-go-arm64 latest 6cad85c9fc0c 51 seconds ago 21MB [2021-01-19T23:37:04.061Z] docker-security-proxy-setup-go-arm64 latest cb06d6adef75 About a minute ago 23.2MB [2021-01-19T23:37:04.061Z] docker-security-secretstore-setup-go-arm64 latest 471043504752 About a minute ago 23.4MB [2021-01-19T23:37:04.061Z] docker-core-metadata-go-arm64 latest 47f593b6f6c7 3 minutes ago 12.3MB [2021-01-19T23:37:04.061Z] docker-security-bootstrap-redis-go-arm64 latest a0c4a4269d1c 3 minutes ago 15.1MB [2021-01-19T23:37:04.061Z] docker-support-notifications-go-arm64 latest 9c83401fbacd 3 minutes ago 11.4MB [2021-01-19T23:37:04.061Z] docker-core-command-go-arm64 latest dfc165c127b8 4 minutes ago 9.98MB [2021-01-19T23:37:04.061Z] docker-support-scheduler-go-arm64 latest d848a9f6184f 4 minutes ago 10MB [2021-01-19T23:37:04.061Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 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-19T23:37:08.035Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:37:08.958Z] ---> package-listing.sh [2021-01-19T23:37:08.958Z] ++ facter osfamily [2021-01-19T23:37:08.958Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T23:37:08.958Z] + OS_FAMILY=redhat [2021-01-19T23:37:08.958Z] + workspace=/w/workspace/edgex-go/3 [2021-01-19T23:37:08.958Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T23:37:08.958Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T23:37:08.958Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T23:37:08.958Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T23:37:08.958Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T23:37:08.958Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T23:37:08.958Z] + case "${OS_FAMILY}" in [2021-01-19T23:37:08.958Z] + rpm -qa [2021-01-19T23:37:08.958Z] + sort [2021-01-19T23:37:14.251Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T23:37:14.251Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T23:37:14.251Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T23:37:14.251Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T23:37:14.252Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-19T23:37:14.252Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-19T23:37:14.265Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T23:37:14.549Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:37:14.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:37:14.848Z] [2021-01-19T23:37:14.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:37:15.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:37:15.198Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T23:37:15.198Z] df20fa9351a1: Pulling fs layer [2021-01-19T23:37:15.198Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T23:37:15.198Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T23:37:15.198Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T23:37:15.198Z] 93b61091891f: Pulling fs layer [2021-01-19T23:37:15.198Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T23:37:15.198Z] 5e14af77c1be: Pulling fs layer [2021-01-19T23:37:15.198Z] 01666e4c0597: Pulling fs layer [2021-01-19T23:37:15.198Z] aa168da1d23b: Pulling fs layer [2021-01-19T23:37:15.198Z] 93b9cdb0e59b: Waiting [2021-01-19T23:37:15.198Z] 5e14af77c1be: Waiting [2021-01-19T23:37:15.198Z] 01666e4c0597: Waiting [2021-01-19T23:37:15.198Z] 93b61091891f: Waiting [2021-01-19T23:37:15.198Z] aa168da1d23b: Waiting [2021-01-19T23:37:15.198Z] 46f8f816bc3b: Waiting [2021-01-19T23:37:15.198Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T23:37:15.198Z] 36b3adc4ff6f: Download complete [2021-01-19T23:37:15.198Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T23:37:15.198Z] 46f8f816bc3b: Download complete [2021-01-19T23:37:15.465Z] df20fa9351a1: Verifying Checksum [2021-01-19T23:37:15.465Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T23:37:15.465Z] 93b9cdb0e59b: Download complete [2021-01-19T23:37:15.465Z] 5e14af77c1be: Verifying Checksum [2021-01-19T23:37:15.465Z] 5e14af77c1be: Download complete [2021-01-19T23:37:15.465Z] 01666e4c0597: Download complete [2021-01-19T23:37:15.465Z] 93b61091891f: Verifying Checksum [2021-01-19T23:37:15.465Z] 93b61091891f: Download complete [2021-01-19T23:37:15.465Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T23:37:15.465Z] 8ad3a11d3b57: Download complete [2021-01-19T23:37:15.726Z] df20fa9351a1: Pull complete [2021-01-19T23:37:15.994Z] 36b3adc4ff6f: Pull complete [2021-01-19T23:37:16.574Z] 8ad3a11d3b57: Pull complete [2021-01-19T23:37:16.834Z] 46f8f816bc3b: Pull complete [2021-01-19T23:37:17.779Z] aa168da1d23b: Verifying Checksum [2021-01-19T23:37:17.779Z] aa168da1d23b: Download complete [2021-01-19T23:37:18.720Z] 93b61091891f: Pull complete [2021-01-19T23:37:19.290Z] 93b9cdb0e59b: Pull complete [2021-01-19T23:37:19.290Z] 5e14af77c1be: Pull complete [2021-01-19T23:37:19.290Z] 01666e4c0597: Pull complete [2021-01-19T23:37:27.454Z] aa168da1d23b: Pull complete [2021-01-19T23:37:27.454Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T23:37:27.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:37:27.454Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T23:37:27.866Z] prd-centos7-docker-4c-2g-21395 does not seem to be running inside a container [2021-01-19T23:37:27.909Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T23:37:30.923Z] $ docker top db0af570c1a476a3d30b25c51cf061456884d264ee9ca6ead2697cd97810a25c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:37:31.568Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T23:37:31.866Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T23:37:32.159Z] + ls /var/log/sa-host [2021-01-19T23:37:32.159Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T23:37:32.159Z] file_magic: OK [2021-01-19T23:37:32.159Z] HZ: Using current value: 100 [2021-01-19T23:37:32.159Z] file_header: OK [2021-01-19T23:37:32.159Z] 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-19T23:37:32.159Z] Statistics: [2021-01-19T23:37:32.159Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T23:37:32.159Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T23:37:32.159Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T23:37:32.159Z] file_magic: OK [2021-01-19T23:37:32.159Z] HZ: Using current value: 100 [2021-01-19T23:37:32.159Z] file_header: OK [2021-01-19T23:37:32.159Z] 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-19T23:37:32.159Z] Statistics: [2021-01-19T23:37:32.159Z] Hnuu...uuuununununu... [2021-01-19T23:37:32.159Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T23:37:32.802Z] provisioning config files... [2021-01-19T23:37:32.821Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6627986700775656623tmp [Pipeline] { [Pipeline] echo [2021-01-19T23:37:32.899Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:37:33.196Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T23:37:33.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T23:37:33.450Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:37:33.739Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T23:37:33.748Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:37:34.037Z] ---> sudo-logs.sh [2021-01-19T23:37:34.037Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T23:37:34.047Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:37:34.337Z] ---> job-cost.sh [2021-01-19T23:37:34.337Z] lf-activate-venv: SKIPPING [2021-01-19T23:37:34.337Z] INFO: No Stack... [2021-01-19T23:37:35.721Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T23:37:36.293Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T23:37:36.306Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:37:36.597Z] ---> logs-deploy.sh [2021-01-19T23:37:36.597Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3051/3 [2021-01-19T23:37:36.597Z] INFO: archiving workspace using pattern(s): [2021-01-19T23:37:37.981Z] Archives upload complete. [2021-01-19T23:37:37.981Z] INFO: archiving logs to Nexus [2021-01-19T23:37:38.923Z] ---> uname -a: [2021-01-19T23:37:38.923Z] Linux prd-centos7-docker-4c-2g-21395.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T23:37:38.923Z] [2021-01-19T23:37:38.923Z] [2021-01-19T23:37:38.923Z] ---> lscpu: [2021-01-19T23:37:38.923Z] Architecture: x86_64 [2021-01-19T23:37:38.923Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T23:37:38.923Z] Byte Order: Little Endian [2021-01-19T23:37:38.923Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T23:37:38.923Z] CPU(s): 4 [2021-01-19T23:37:38.923Z] On-line CPU(s) list: 0-3 [2021-01-19T23:37:38.923Z] Thread(s) per core: 1 [2021-01-19T23:37:38.923Z] Core(s) per socket: 1 [2021-01-19T23:37:38.923Z] Socket(s): 4 [2021-01-19T23:37:38.923Z] NUMA node(s): 1 [2021-01-19T23:37:38.923Z] Vendor ID: GenuineIntel [2021-01-19T23:37:38.923Z] CPU family: 6 [2021-01-19T23:37:38.923Z] Model: 44 [2021-01-19T23:37:38.923Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T23:37:38.923Z] Stepping: 1 [2021-01-19T23:37:38.923Z] CPU MHz: 2933.442 [2021-01-19T23:37:38.923Z] BogoMIPS: 5866.88 [2021-01-19T23:37:38.923Z] Virtualization: VT-x [2021-01-19T23:37:38.923Z] Hypervisor vendor: KVM [2021-01-19T23:37:38.923Z] Virtualization type: full [2021-01-19T23:37:38.923Z] L1d cache: 128 KiB [2021-01-19T23:37:38.923Z] L1i cache: 128 KiB [2021-01-19T23:37:38.923Z] L2 cache: 16 MiB [2021-01-19T23:37:38.923Z] L3 cache: 64 MiB [2021-01-19T23:37:38.923Z] NUMA node0 CPU(s): 0-3 [2021-01-19T23:37:38.923Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T23:37:38.923Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T23:37:38.923Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T23:37:38.923Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T23:37:38.923Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T23:37:38.923Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T23:37:38.923Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T23:37:38.923Z] Vulnerability Srbds: Not affected [2021-01-19T23:37:38.923Z] Vulnerability Tsx async abort: Not affected [2021-01-19T23:37:38.923Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-19T23:37:38.923Z] [2021-01-19T23:37:38.923Z] [2021-01-19T23:37:38.923Z] ---> nproc: [2021-01-19T23:37:38.923Z] 4 [2021-01-19T23:37:38.923Z] [2021-01-19T23:37:38.923Z] [2021-01-19T23:37:38.923Z] ---> df -h: [2021-01-19T23:37:38.923Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T23:37:38.923Z] overlay 50.0G 11.6G 38.4G 23% / [2021-01-19T23:37:38.923Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T23:37:38.923Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T23:37:38.923Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T23:37:38.923Z] /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os [2021-01-19T23:37:38.923Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf [2021-01-19T23:37:38.923Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname [2021-01-19T23:37:38.924Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts [2021-01-19T23:37:38.924Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure [2021-01-19T23:37:38.924Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log [2021-01-19T23:37:38.924Z] /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json [2021-01-19T23:37:38.924Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host [2021-01-19T23:37:38.924Z] /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3 [2021-01-19T23:37:38.924Z] /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3@tmp [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] ---> free -m: [2021-01-19T23:37:38.924Z] total used free shared buff/cache available [2021-01-19T23:37:38.924Z] Mem: 1837 703 114 0 1019 1048 [2021-01-19T23:37:38.924Z] Swap: 1023 56 967 [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] ---> ip addr: [2021-01-19T23:37:38.924Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T23:37:38.924Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T23:37:38.924Z] inet 127.0.0.1/8 scope host lo [2021-01-19T23:37:38.924Z] valid_lft forever preferred_lft forever [2021-01-19T23:37:38.924Z] inet6 ::1/128 scope host [2021-01-19T23:37:38.924Z] valid_lft forever preferred_lft forever [2021-01-19T23:37:38.924Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T23:37:38.924Z] link/ether fa:16:3e:1c:ae:b6 brd ff:ff:ff:ff:ff:ff [2021-01-19T23:37:38.924Z] inet 10.30.122.209/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T23:37:38.924Z] valid_lft 85220sec preferred_lft 85220sec [2021-01-19T23:37:38.924Z] inet6 fe80::f816:3eff:fe1c:aeb6/64 scope link [2021-01-19T23:37:38.924Z] valid_lft forever preferred_lft forever [2021-01-19T23:37:38.924Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T23:37:38.924Z] link/ether 02:42:68:51:59:ad brd ff:ff:ff:ff:ff:ff [2021-01-19T23:37:38.924Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T23:37:38.924Z] valid_lft forever preferred_lft forever [2021-01-19T23:37:38.924Z] inet6 fe80::42:68ff:fe51:59ad/64 scope link [2021-01-19T23:37:38.924Z] valid_lft forever preferred_lft forever [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] ---> sar -b -r -n DEV: [2021-01-19T23:37:38.924Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] 23:17:47 LINUX RESTART (4 CPU) [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] 23:19:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T23:37:38.924Z] 23:20:01 245.48 89.35 156.13 0.00 7160.76 52011.04 0.00 [2021-01-19T23:37:38.924Z] 23:21:01 242.10 95.99 146.11 0.00 3363.88 21209.34 0.00 [2021-01-19T23:37:38.924Z] 23:22:01 154.41 79.03 75.37 0.00 3905.02 12852.73 0.00 [2021-01-19T23:37:38.924Z] 23:23:03 1699.04 1363.30 335.74 0.00 130649.41 197497.84 0.00 [2021-01-19T23:37:38.924Z] 23:24:01 1622.23 1355.98 266.26 0.00 108166.51 120686.59 0.00 [2021-01-19T23:37:38.924Z] 23:25:01 1559.05 1200.98 358.07 0.00 104310.40 146908.71 0.00 [2021-01-19T23:37:38.924Z] 23:26:02 574.76 332.23 242.53 0.00 21477.53 50578.06 0.00 [2021-01-19T23:37:38.924Z] 23:27:01 24.00 8.26 15.73 0.00 2934.60 496.65 0.00 [2021-01-19T23:37:38.924Z] 23:28:01 1.12 0.52 0.60 0.00 16.25 6.29 0.00 [2021-01-19T23:37:38.924Z] 23:29:01 0.95 0.20 0.75 0.00 22.12 8.88 0.00 [2021-01-19T23:37:38.924Z] 23:30:01 0.58 0.02 0.57 0.00 0.27 5.73 0.00 [2021-01-19T23:37:38.924Z] 23:31:01 0.58 0.00 0.58 0.00 0.00 6.43 0.00 [2021-01-19T23:37:38.924Z] 23:32:01 0.72 0.02 0.70 0.00 0.27 7.60 0.00 [2021-01-19T23:37:38.924Z] 23:33:01 2.28 1.72 0.57 0.00 55.83 5.63 0.00 [2021-01-19T23:37:38.924Z] 23:34:01 0.83 0.02 0.82 0.00 0.53 15.67 0.00 [2021-01-19T23:37:38.924Z] 23:35:01 0.55 0.00 0.55 0.00 0.00 6.18 0.00 [2021-01-19T23:37:38.924Z] 23:36:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 [2021-01-19T23:37:38.924Z] 23:37:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-01-19T23:37:38.924Z] Average: 341.11 251.96 89.15 0.00 21288.34 33592.92 0.00 [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] 23:19:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T23:37:38.924Z] 23:20:01 82820 0 703020 37.36 1508 1094196 1535068 52.39 576780 960832 54932 [2021-01-19T23:37:38.924Z] 23:21:01 203544 0 818800 43.52 824 858376 1773044 60.51 680976 712880 23440 [2021-01-19T23:37:38.924Z] 23:22:01 190368 0 750364 39.88 808 940004 1531264 52.26 619036 795960 37232 [2021-01-19T23:37:38.924Z] 23:23:03 62328 0 754808 40.12 0 1064408 1908012 65.12 652552 948848 13220 [2021-01-19T23:37:38.924Z] 23:24:01 218144 0 845156 44.92 0 818244 2131336 72.74 685088 713440 17804 [2021-01-19T23:37:38.924Z] 23:25:01 72512 0 887816 47.19 0 921216 3095904 105.66 658468 912052 83808 [2021-01-19T23:37:38.924Z] 23:26:02 142028 0 667524 35.48 0 1071992 1315192 44.89 499580 989164 204 [2021-01-19T23:37:38.924Z] 23:27:01 151520 0 619964 32.95 0 1110060 1156688 39.48 469320 1016844 8 [2021-01-19T23:37:38.924Z] 23:28:01 152152 0 618872 32.89 0 1110520 1142308 38.99 469112 1016248 8 [2021-01-19T23:37:38.924Z] 23:29:01 149028 0 621340 33.02 0 1111176 1136200 38.78 474764 1013904 8 [2021-01-19T23:37:38.924Z] 23:30:01 149584 0 620780 32.99 0 1111180 1136116 38.77 474272 1013908 20 [2021-01-19T23:37:38.924Z] 23:31:01 149564 0 620784 32.99 0 1111196 1136116 38.77 474240 1013916 8 [2021-01-19T23:37:38.924Z] 23:32:01 149720 0 620628 32.99 0 1111196 1136116 38.77 474220 1013916 8 [2021-01-19T23:37:38.924Z] 23:33:01 148644 0 620688 32.99 0 1112212 1136112 38.77 474252 1014904 8 [2021-01-19T23:37:38.924Z] 23:34:01 147616 0 621692 33.04 0 1112236 1136188 38.78 474672 1014920 8 [2021-01-19T23:37:38.924Z] 23:35:01 148200 0 621100 33.01 0 1112244 1136116 38.77 474164 1014920 8 [2021-01-19T23:37:38.924Z] 23:36:01 147740 0 621556 33.03 0 1112248 1136164 38.78 474548 1014920 8 [2021-01-19T23:37:38.924Z] 23:37:01 148068 0 621220 33.02 0 1112256 1136116 38.77 474148 1014920 12 [2021-01-19T23:37:38.924Z] Average: 145199 0 680895 36.19 174 1055276 1434114 48.94 532233 955361 12819 [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z] 23:19:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T23:37:38.924Z] 23:20:01 eth0 1363.55 1324.54 6427.77 151.08 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:20:01 veth62817ad 92.96 112.80 8.43 437.59 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:20:01 docker0 982.34 968.39 79.06 3519.61 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:21:01 veth8ab951f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:21:01 eth0 56.45 36.88 71.94 67.69 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:21:01 docker0 4.04 7.78 0.31 37.44 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:22:01 eth0 170.77 135.17 1311.64 23.27 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:22:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:23:03 eth0 123.41 94.68 554.88 67.05 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:23:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:23:03 veth463e98a 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:23:03 docker0 18.17 25.43 1.02 143.22 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:24:01 vethddd471d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:24:01 vethbcf6093 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:24:01 eth0 15.34 7.94 12.73 6.70 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:25:01 veth7a28c9e 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:25:01 vethac1d381 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:25:01 eth0 85.98 56.28 193.33 76.23 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:26:02 eth0 273.94 208.64 1651.68 86.14 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:26:02 veth463e98a 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:26:02 docker0 1057.69 1092.80 82.99 4150.84 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:27:01 eth0 12.31 7.04 42.55 2.98 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:27:01 docker0 2.76 4.83 0.15 36.37 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:28:01 eth0 0.88 0.48 0.64 0.18 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:29:01 eth0 0.32 0.18 0.14 0.10 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:30:01 eth0 0.10 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:34:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:36:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] 23:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] Average: eth0 116.11 103.23 566.92 26.78 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] Average: docker0 59.23 61.30 4.64 233.83 0.00 0.00 0.00 0.00 [2021-01-19T23:37:38.924Z] [2021-01-19T23:37:38.924Z]