Branch indexing 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0cea5eced03dc86d44e4ba9cb19c7cab53834b11+c48b5c69e3d7e3b718e5d15324ffdda642aa0234 (4a869adc2918705eb38dc247d82b01ea8758a80d) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29402 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Merge succeeded, producing ea90a067355d61d123892062d0c9e4a1eb0e56ea Checking out Revision ea90a067355d61d123892062d0c9e4a1eb0e56ea (PR-3223) > 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/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # 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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea90a067355d61d123892062d0c9e4a1eb0e56ea # timeout=10 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T00:31:50.512Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T00:31:50.929Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T00:31:51.171Z] ========================================================= [2021-03-11T00:31:51.171Z] EdgeX Global Pipelines Version Info [2021-03-11T00:31:51.171Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 [2021-03-11T00:31:52.780Z] ------------------- [2021-03-11T00:31:52.780Z] stable info: [2021-03-11T00:31:52.780Z] ------------------- [2021-03-11T00:31:52.780Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T00:31:52.780Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:31:52.780Z] Message: update stable to v1.0.184 [2021-03-11T00:31:53.725Z] ------------------- [2021-03-11T00:31:53.725Z] experimental info: [2021-03-11T00:31:53.725Z] ------------------- [2021-03-11T00:31:53.725Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T00:31:53.725Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:31:53.725Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T00:31:53.957Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T00:31:54.043Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T00:31:54.208Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T00:31:54.301Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T00:31:54.383Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T00:31:54.534Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T00:31:54.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T00:31:54.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T00:31:54.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T00:31:55.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T00:31:55.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T00:31:55.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T00:31:55.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T00:31:55.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T00:31:55.492Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:31:55.573Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:31:55.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T00:31:55.735Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T00:31:55.824Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T00:31:55.904Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T00:31:55.985Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T00:31:56.064Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T00:31:56.139Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo [2021-03-11T00:31:56.224Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo [2021-03-11T00:31:56.303Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo [2021-03-11T00:31:56.385Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea90a067355d61d123892062d0c9e4a1eb0e56ea [Pipeline] echo [2021-03-11T00:31:56.465Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea90a06 [Pipeline] echo [2021-03-11T00:31:56.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:31:56.701Z] provisioning config files... [2021-03-11T00:31:56.732Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5789521513474742709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:31:57.116Z] ---> docker-login.sh [2021-03-11T00:31:57.116Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:31:57.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:31:57.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:31:57.643Z] Configure a credential helper to remove this warning. See [2021-03-11T00:31:57.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:31:57.643Z] [2021-03-11T00:31:57.643Z] Login Succeeded [2021-03-11T00:31:57.643Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:31:57.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:31:57.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:31:57.643Z] Configure a credential helper to remove this warning. See [2021-03-11T00:31:57.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:31:57.643Z] [2021-03-11T00:31:57.643Z] Login Succeeded [2021-03-11T00:31:57.643Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:31:57.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:31:57.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:31:57.911Z] Configure a credential helper to remove this warning. See [2021-03-11T00:31:57.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:31:57.911Z] [2021-03-11T00:31:57.911Z] Login Succeeded [2021-03-11T00:31:57.911Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:31:58.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:31:58.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:31:58.173Z] Configure a credential helper to remove this warning. See [2021-03-11T00:31:58.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:31:58.173Z] [2021-03-11T00:31:58.173Z] Login Succeeded [2021-03-11T00:31:58.173Z] docker.io [2021-03-11T00:31:58.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:31:58.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:31:58.442Z] Configure a credential helper to remove this warning. See [2021-03-11T00:31:58.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:31:58.442Z] [2021-03-11T00:31:58.442Z] Login Succeeded [2021-03-11T00:31:58.442Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:31:58.453Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:31:58.944Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T00:31:58.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:31:58.945Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T00:31:58.945Z] ++ cut -d/ -f2 [2021-03-11T00:31:58.945Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T00:31:59.019Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:31:59.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:31:59.848Z] [2021-03-11T00:31:59.848Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:32:00.196Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:00.197Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T00:32:00.197Z] 31603596830f: Pulling fs layer [2021-03-11T00:32:00.197Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T00:32:00.197Z] 6ca5941a6612: Pulling fs layer [2021-03-11T00:32:00.197Z] ecc8261a40a4: Pulling fs layer [2021-03-11T00:32:00.197Z] ecc8261a40a4: Waiting [2021-03-11T00:32:00.197Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T00:32:00.197Z] 2a8b12db71e7: Download complete [2021-03-11T00:32:00.459Z] 31603596830f: Verifying Checksum [2021-03-11T00:32:00.459Z] 31603596830f: Download complete [2021-03-11T00:32:00.459Z] ecc8261a40a4: Verifying Checksum [2021-03-11T00:32:00.459Z] ecc8261a40a4: Download complete [2021-03-11T00:32:00.459Z] 6ca5941a6612: Verifying Checksum [2021-03-11T00:32:00.459Z] 6ca5941a6612: Download complete [2021-03-11T00:32:00.721Z] 31603596830f: Pull complete [2021-03-11T00:32:00.985Z] 2a8b12db71e7: Pull complete [2021-03-11T00:32:01.942Z] 6ca5941a6612: Pull complete [2021-03-11T00:32:02.205Z] ecc8261a40a4: Pull complete [2021-03-11T00:32:02.205Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T00:32:02.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:02.205Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T00:32:02.377Z] prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container [2021-03-11T00:32:02.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T00:32:05.110Z] $ docker top 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T00:32:05.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:32:05.454Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:32:05.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:32:05.714Z] $ docker exec 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent [2021-03-11T00:32:05.919Z] SSH_AUTH_SOCK=/tmp/ssh-URl9eQ6CgMvA/agent.12 [2021-03-11T00:32:05.919Z] SSH_AGENT_PID=18 [2021-03-11T00:32:05.936Z] Running ssh-add (command line suppressed) [2021-03-11T00:32:06.077Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_6006505522968946114.key (/w/workspace/edgex-go/7@tmp/private_key_6006505522968946114.key) [2021-03-11T00:32:06.139Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:32:06.480Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T00:32:06.507Z] $ docker exec --env ******** --env ******** 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent -k [2021-03-11T00:32:06.626Z] unset SSH_AUTH_SOCK; [2021-03-11T00:32:06.627Z] unset SSH_AGENT_PID; [2021-03-11T00:32:06.627Z] echo Agent pid 18 killed; [2021-03-11T00:32:06.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T00:32:06.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:32:06.813Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:32:06.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:32:06.994Z] $ docker exec 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent [2021-03-11T00:32:07.181Z] SSH_AUTH_SOCK=/tmp/ssh-Ue0asiIQ6H4o/agent.48 [2021-03-11T00:32:07.181Z] SSH_AGENT_PID=53 [2021-03-11T00:32:07.188Z] Running ssh-add (command line suppressed) [2021-03-11T00:32:07.310Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_3584484807851119993.key (/w/workspace/edgex-go/7@tmp/private_key_3584484807851119993.key) [2021-03-11T00:32:07.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:32:07.704Z] + git semver init [2021-03-11T00:32:07.705Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T00:32:07.705Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-03-11T00:32:07.705Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-03-11T00:32:07.705Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T00:32:07.705Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T00:32:07.705Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T00:32:07.705Z] # $SEMVER_BRANCH = PR-3223 [2021-03-11T00:32:07.705Z] # $SEMVER_TEMP = /tmp/semver-214250229 [2021-03-11T00:32:07.705Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T00:32:39.998Z] # '/tmp/semver-214250229' -> '/w/workspace/edgex-go/7/.semver' [2021-03-11T00:32:39.998Z] # -> Force: false [2021-03-11T00:32:39.998Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-03-11T00:32:40.017Z] $ docker exec --env ******** --env ******** 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent -k [2021-03-11T00:32:40.365Z] unset SSH_AUTH_SOCK; [2021-03-11T00:32:40.366Z] unset SSH_AGENT_PID; [2021-03-11T00:32:40.366Z] echo Agent pid 53 killed; [2021-03-11T00:32:40.465Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:32:41.058Z] + git semver [Pipeline] } [2021-03-11T00:32:41.078Z] $ docker stop --time=1 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 [2021-03-11T00:32:42.860Z] $ docker rm -f 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:32:43.468Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T00:32:44.063Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T00:32:44.066Z] [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-03-11T00:32:46.009Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:32:46.333Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:32:46.645Z] + sudo service docker restart [2021-03-11T00:32:46.645Z] + true [2021-03-11T00:32:46.645Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T00:32:47.614Z] ========================================================= [2021-03-11T00:32:47.614Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T00:32:47.614Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:32:47.970Z] + 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-03-11T00:32:52.235Z] Sending build context to Docker daemon 328.5MB [2021-03-11T00:32:52.235Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:32:52.235Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:32:52.235Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T00:32:52.235Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T00:32:52.235Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T00:32:52.235Z] de9db76c5a1d: Pulling fs layer [2021-03-11T00:32:52.235Z] bca2f99d35d6: Pulling fs layer [2021-03-11T00:32:52.235Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T00:32:52.235Z] 7c6f9722023f: Pulling fs layer [2021-03-11T00:32:52.235Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T00:32:52.235Z] 93359f2a8cfa: Waiting [2021-03-11T00:32:52.235Z] 7c6f9722023f: Waiting [2021-03-11T00:32:52.235Z] a35cf1a2eb13: Waiting [2021-03-11T00:32:52.235Z] bca2f99d35d6: Waiting [2021-03-11T00:32:52.235Z] de9db76c5a1d: Verifying Checksum [2021-03-11T00:32:52.235Z] de9db76c5a1d: Download complete [2021-03-11T00:32:52.235Z] 0ef7d3d256c8: Download complete [2021-03-11T00:32:52.235Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T00:32:52.235Z] 93359f2a8cfa: Download complete [2021-03-11T00:32:52.235Z] 7c6f9722023f: Verifying Checksum [2021-03-11T00:32:52.235Z] 7c6f9722023f: Download complete [2021-03-11T00:32:52.512Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T00:32:52.512Z] 188c0c94c7c5: Download complete [2021-03-11T00:32:52.788Z] 188c0c94c7c5: Pull complete [2021-03-11T00:32:53.056Z] 0ef7d3d256c8: Pull complete [2021-03-11T00:32:53.056Z] de9db76c5a1d: Pull complete [2021-03-11T00:32:55.007Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T00:32:55.007Z] a35cf1a2eb13: Download complete [2021-03-11T00:32:55.594Z] bca2f99d35d6: Verifying Checksum [2021-03-11T00:32:55.594Z] bca2f99d35d6: Download complete [2021-03-11T00:32:59.455Z] Still waiting to schedule task [2021-03-11T00:32:59.455Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-11T00:33:03.835Z] bca2f99d35d6: Pull complete [2021-03-11T00:33:03.835Z] 93359f2a8cfa: Pull complete [2021-03-11T00:33:03.835Z] 7c6f9722023f: Pull complete [2021-03-11T00:33:06.415Z] a35cf1a2eb13: Pull complete [2021-03-11T00:33:06.415Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T00:33:06.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T00:33:06.415Z] ---> a62c8e92a672 [2021-03-11T00:33:06.415Z] 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-03-11T00:33:06.687Z] ---> Running in 530a0a071213 [2021-03-11T00:33:07.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:33:08.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:33:08.813Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:33:08.813Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:33:09.082Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:33:09.082Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:33:31.113Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:33:31.113Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:33:31.113Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:33:31.113Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:33:31.113Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:33:31.113Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:33:31.113Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:33:31.113Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:33:31.113Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:33:31.113Z] OK: 233 MiB in 51 packages [2021-03-11T00:33:34.494Z] Removing intermediate container 530a0a071213 [2021-03-11T00:33:34.494Z] ---> f1c533ca6930 [2021-03-11T00:33:34.494Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:33:34.494Z] ---> Running in fb7c5167600a [2021-03-11T00:33:34.494Z] Removing intermediate container fb7c5167600a [2021-03-11T00:33:34.494Z] ---> 29656546843a [2021-03-11T00:33:34.494Z] Step 5/6 : COPY go.mod . [2021-03-11T00:33:34.760Z] ---> 59d9e9cb1205 [2021-03-11T00:33:34.760Z] Step 6/6 : RUN go mod download [2021-03-11T00:33:34.760Z] ---> Running in 41103465a8c3 [2021-03-11T00:34:01.439Z] Removing intermediate container 41103465a8c3 [2021-03-11T00:34:01.439Z] ---> 3484e918a8f5 [2021-03-11T00:34:01.439Z] Successfully built 3484e918a8f5 [2021-03-11T00:34:01.439Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:34:01.774Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:34:01.774Z] . [Pipeline] withDockerContainer [2021-03-11T00:34:01.901Z] prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container [2021-03-11T00:34:01.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2021-03-11T00:34:02.848Z] $ docker top 8ccf5e8565049aebd9e1f031426a7b9a90822bd6dd56446fb967b19f8637ad95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:34:03.416Z] + go version [2021-03-11T00:34:03.416Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T00:34:03.433Z] $ docker stop --time=1 8ccf5e8565049aebd9e1f031426a7b9a90822bd6dd56446fb967b19f8637ad95 [2021-03-11T00:34:04.854Z] $ docker rm -f 8ccf5e8565049aebd9e1f031426a7b9a90822bd6dd56446fb967b19f8637ad95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:34:05.620Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:34:05.620Z] . [Pipeline] withDockerContainer [2021-03-11T00:34:05.733Z] prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container [2021-03-11T00:34:05.789Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2021-03-11T00:34:06.597Z] $ docker top 2ad4eafb3ecbcbd18faccbf8eeb3a8103135e3cb450b936b5eeb994be37ab53f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:34:06.813Z] ========================================================= [2021-03-11T00:34:06.813Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:34:06.813Z] ========================================================= [Pipeline] sh [2021-03-11T00:34:07.118Z] + make test [2021-03-11T00:34:07.118Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:34:17.226Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:34:39.522Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:34:40.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:34:43.636Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:34:43.636Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:34:45.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:34:45.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:34:45.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:34:45.320Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:34:46.296Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:34:46.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:34:49.275Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:34:49.275Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:34:49.275Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:34:53.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-03-11T00:34:53.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:34:53.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:34:53.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:34:53.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:34:53.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:34:53.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:34:53.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:34:53.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-03-11T00:34:54.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.290s coverage: 27.1% of statements [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:34:54.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:34:54.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:34:54.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:34:56.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-03-11T00:34:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:34:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:34:56.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.193s coverage: 82.9% of statements [2021-03-11T00:34:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:34:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:34:56.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-03-11T00:34:56.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:34:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:34:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:34:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:34:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:34:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-03-11T00:34:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:34:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-03-11T00:34:59.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:34:59.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:34:59.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:34:59.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:35:02.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.481s coverage: 92.8% of statements [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:35:02.483Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:35:02.483Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:35:02.484Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-03-11T00:35:02.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:35:02.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:35:02.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:35:02.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements [2021-03-11T00:35:02.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-11T00:35:02.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-03-11T00:35:02.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-03-11T00:35:02.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-03-11T00:35:14.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements [2021-03-11T00:35:14.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-11T00:35:14.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.064s coverage: 81.4% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.6% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 62.4% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 69.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 87.1% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.090s coverage: 96.5% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:35:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-03-11T00:35:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-11T00:35:27.190Z] GO111MODULE=on go vet ./... [2021-03-11T00:35:56.096Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29409 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-11T00:35:56.153Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-11T00:35:59.620Z] gofmt -l . [2021-03-11T00:35:59.620Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:35:59.620Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:35:59.885Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:36:01.097Z] + ls -al . [2021-03-11T00:36:01.098Z] total 740 [2021-03-11T00:36:01.098Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 00:36 . [2021-03-11T00:36:01.098Z] drwxr-xr-x 4 root root 28 Mar 11 00:34 .. [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:31 .dockerignore [2021-03-11T00:36:01.098Z] drwxrwxr-x 8 1001 1001 179 Mar 11 00:31 .git [2021-03-11T00:36:01.098Z] drwxrwxr-x 3 1001 1001 125 Mar 11 00:31 .github [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:31 .gitignore [2021-03-11T00:36:01.098Z] drwx------ 3 1001 1001 60 Mar 11 00:32 .semver [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:31 .sonarcloud.properties [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:31 Attribution.txt [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:31 CONTRIBUTING.md [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:31 Dockerfile.build [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:31 Jenkinsfile [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:31 LICENSE [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:31 Makefile [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:31 README.md [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:31 SECURITY.md [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:32 VERSION [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:31 ZMQWindows.md [2021-03-11T00:36:01.098Z] drwxrwxr-x 2 1001 1001 117 Mar 11 00:31 bin [2021-03-11T00:36:01.098Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:31 cmd [2021-03-11T00:36:01.098Z] -rw-r--r-- 1 root root 628838 Mar 11 00:35 coverage.out [2021-03-11T00:36:01.098Z] -rw-r--r-- 1 root root 1055 Mar 11 00:35 go.mod [2021-03-11T00:36:01.098Z] -rw-r--r-- 1 root root 21981 Mar 11 00:35 go.sum [2021-03-11T00:36:01.098Z] drwxrwxr-x 8 1001 1001 127 Mar 11 00:31 internal [2021-03-11T00:36:01.098Z] drwxrwxr-x 4 1001 1001 26 Mar 11 00:31 openapi [2021-03-11T00:36:01.098Z] drwxrwxr-x 4 1001 1001 71 Mar 11 00:31 snap [2021-03-11T00:36:01.098Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:31 version.go [Pipeline] sh [2021-03-11T00:36:01.402Z] + '[' -e coverage.out ] [2021-03-11T00:36:01.402Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:36:01.624Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:36:01.721Z] using credential edgex-jenkins-ssh [2021-03-11T00:36:01.838Z] Cloning the remote Git repository [2021-03-11T00:36:01.921Z] + make build [2021-03-11T00:36:01.921Z] 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-03-11T00:36:01.912Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:36:02.047Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-11T00:36:02.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:36:02.148Z] > git --version # timeout=10 [2021-03-11T00:36:02.174Z] > git --version # 'git version 2.17.1' [2021-03-11T00:36:02.176Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:36:02.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:36:08.568Z] 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-03-11T00:36:16.871Z] 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-03-11T00:36:18.807Z] 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-03-11T00:36:20.733Z] 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-03-11T00:36:20.998Z] 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-03-11T00:36:22.982Z] 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-03-11T00:36:24.962Z] 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-03-11T00:36:25.939Z] 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-03-11T00:36:27.350Z] 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-03-11T00:36:27.295Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:36:27.321Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:36:27.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:36:27.399Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:36:27.400Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:36:27.413Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:36:28.256Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-11T00:36:28.757Z] 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-03-11T00:36:29.137Z] Merge succeeded, producing 48433427e5e7c9bc9c2f0d75244b4538c84f8772 [2021-03-11T00:36:29.138Z] Checking out Revision 48433427e5e7c9bc9c2f0d75244b4538c84f8772 (PR-3223) [2021-03-11T00:36:28.278Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:36:28.297Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-11T00:36:28.632Z] > git remote # timeout=10 [2021-03-11T00:36:28.706Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:36:28.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:36:28.756Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:36:29.110Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:36:29.148Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:36:29.168Z] > git checkout -f 48433427e5e7c9bc9c2f0d75244b4538c84f8772 # timeout=10 [2021-03-11T00:36:30.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-11T00:36:32.883Z] $ docker stop --time=1 2ad4eafb3ecbcbd18faccbf8eeb3a8103135e3cb450b936b5eeb994be37ab53f [2021-03-11T00:36:33.776Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:36:33.808Z] First time build. Skipping changelog. [2021-03-11T00:36:34.735Z] $ docker rm -f 2ad4eafb3ecbcbd18faccbf8eeb3a8103135e3cb450b936b5eeb994be37ab53f [2021-03-11T00:36:33.791Z] > git rev-list --no-walk 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T00:36:36.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:36.795Z] [2021-03-11T00:36:36.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:37.460Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-11T00:36:37.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:37.525Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T00:36:37.525Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T00:36:37.525Z] ca9280d653b3: Pulling fs layer [2021-03-11T00:36:37.525Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-03-11T00:36:37.794Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T00:36:37.794Z] cbdbe7a5bc2a: Download complete [2021-03-11T00:36:37.874Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:36:38.064Z] cbdbe7a5bc2a: Pull complete [2021-03-11T00:36:38.272Z] + true [2021-03-11T00:36:38.272Z] + sudo service docker restart [2021-03-11T00:36:38.329Z] ca9280d653b3: Verifying Checksum [2021-03-11T00:36:38.329Z] ca9280d653b3: Download complete [2021-03-11T00:36:39.770Z] ca9280d653b3: Pull complete [2021-03-11T00:36:39.770Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T00:36:39.770Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:36:40.323Z] provisioning config files... [2021-03-11T00:36:40.366Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3022482864117214804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:36:40.815Z] ---> docker-login.sh [2021-03-11T00:36:40.815Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:36:41.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:36:42.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:36:42.041Z] Configure a credential helper to remove this warning. See [2021-03-11T00:36:42.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:36:42.041Z] [2021-03-11T00:36:42.041Z] Login Succeeded [2021-03-11T00:36:42.041Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:36:42.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:36:42.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:36:42.315Z] Configure a credential helper to remove this warning. See [2021-03-11T00:36:42.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:36:42.315Z] [2021-03-11T00:36:42.315Z] Login Succeeded [2021-03-11T00:36:42.315Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:36:42.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:36:42.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:36:42.917Z] Configure a credential helper to remove this warning. See [2021-03-11T00:36:42.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:36:42.917Z] [2021-03-11T00:36:42.917Z] Login Succeeded [2021-03-11T00:36:42.917Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:36:43.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:36:43.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:36:43.464Z] Configure a credential helper to remove this warning. See [2021-03-11T00:36:43.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:36:43.464Z] [2021-03-11T00:36:43.464Z] Login Succeeded [2021-03-11T00:36:43.464Z] docker.io [2021-03-11T00:36:43.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:36:44.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:36:44.006Z] Configure a credential helper to remove this warning. See [2021-03-11T00:36:44.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:36:44.006Z] [2021-03-11T00:36:44.006Z] Login Succeeded [2021-03-11T00:36:44.006Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:36:44.023Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T00:36:44.489Z] ========================================================= [2021-03-11T00:36:44.489Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T00:36:44.489Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:44.856Z] + 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-03-11T00:36:46.417Z] 7e9c9ca2126c: Pull complete [2021-03-11T00:36:46.417Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T00:36:46.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:46.417Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T00:36:46.581Z] prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container [2021-03-11T00:36:46.642Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-devops/edgex-compose:latest cat [2021-03-11T00:36:46.839Z] Sending build context to Docker daemon 166.7MB [2021-03-11T00:36:47.111Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:36:47.111Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:36:47.111Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T00:36:47.111Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T00:36:47.111Z] a4357932f1b6: Pulling fs layer [2021-03-11T00:36:47.111Z] 18c013af1878: Pulling fs layer [2021-03-11T00:36:47.111Z] 00ac8860ef70: Pulling fs layer [2021-03-11T00:36:47.111Z] 63d7cb157983: Pulling fs layer [2021-03-11T00:36:47.111Z] b116817d02f9: Pulling fs layer [2021-03-11T00:36:47.111Z] 745a02a5169b: Pulling fs layer [2021-03-11T00:36:47.111Z] 00ac8860ef70: Waiting [2021-03-11T00:36:47.111Z] 63d7cb157983: Waiting [2021-03-11T00:36:47.111Z] b116817d02f9: Waiting [2021-03-11T00:36:47.111Z] 745a02a5169b: Waiting [2021-03-11T00:36:47.111Z] 18c013af1878: Verifying Checksum [2021-03-11T00:36:47.111Z] a4357932f1b6: Verifying Checksum [2021-03-11T00:36:47.111Z] a4357932f1b6: Download complete [2021-03-11T00:36:47.111Z] 63d7cb157983: Download complete [2021-03-11T00:36:47.111Z] b116817d02f9: Verifying Checksum [2021-03-11T00:36:47.111Z] b116817d02f9: Download complete [2021-03-11T00:36:47.111Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T00:36:47.111Z] 5f621e34cdf4: Download complete [2021-03-11T00:36:47.712Z] 5f621e34cdf4: Pull complete [2021-03-11T00:36:48.313Z] a4357932f1b6: Pull complete [2021-03-11T00:36:48.598Z] $ docker top 305300cf68daeff833d7ddd4f923e8082c3685f937526b72eb73d92981572637 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:36:48.910Z] 18c013af1878: Pull complete [2021-03-11T00:36:49.152Z] + docker-compose build --help [2021-03-11T00:36:49.152Z] + grep parallel [2021-03-11T00:36:49.891Z] 745a02a5169b: Verifying Checksum [2021-03-11T00:36:49.891Z] 745a02a5169b: Download complete [2021-03-11T00:36:50.545Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:36:50.561Z] $ docker stop --time=1 305300cf68daeff833d7ddd4f923e8082c3685f937526b72eb73d92981572637 [2021-03-11T00:36:51.328Z] 00ac8860ef70: Verifying Checksum [2021-03-11T00:36:51.328Z] 00ac8860ef70: Download complete [2021-03-11T00:36:51.939Z] $ docker rm -f 305300cf68daeff833d7ddd4f923e8082c3685f937526b72eb73d92981572637 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:52.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:52.588Z] . [Pipeline] withDockerContainer [2021-03-11T00:36:52.699Z] prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container [2021-03-11T00:36:52.772Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-03-11T00:36:53.650Z] $ docker top 8d719d32f32917d96090a414579c91fab4f86c8ec6265a2bb3a289546a0eab03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:36:54.194Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:36:55.158Z] Building docker-core-command-go ... [2021-03-11T00:36:55.158Z] Building docker-core-data-go ... [2021-03-11T00:36:55.158Z] Building docker-core-metadata-go ... [2021-03-11T00:36:55.158Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:36:55.158Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:36:55.158Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:36:55.158Z] Building docker-support-notifications-go ... [2021-03-11T00:36:55.158Z] Building docker-support-scheduler-go ... [2021-03-11T00:36:55.158Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:36:55.158Z] Building docker-support-notifications-go [2021-03-11T00:36:55.158Z] Building docker-support-scheduler-go [2021-03-11T00:36:55.158Z] Building docker-security-secretstore-setup-go [2021-03-11T00:36:55.158Z] Building docker-core-metadata-go [2021-03-11T00:36:55.158Z] Building docker-security-proxy-setup-go [2021-03-11T00:37:01.507Z] 00ac8860ef70: Pull complete [2021-03-11T00:37:01.507Z] 63d7cb157983: Pull complete [2021-03-11T00:37:01.780Z] b116817d02f9: Pull complete [2021-03-11T00:37:06.105Z] 745a02a5169b: Pull complete [2021-03-11T00:37:06.105Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T00:37:06.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T00:37:06.105Z] ---> b7e6874047d6 [2021-03-11T00:37:06.105Z] 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-03-11T00:37:09.495Z] ---> Running in e2838a10e646 [2021-03-11T00:37:10.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:37:11.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:37:13.895Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:37:14.168Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:37:14.168Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:37:14.442Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:37:34.253Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:34.254Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:34.254Z] ---> 3484e918a8f5 [2021-03-11T00:37:34.254Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:37:34.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:34.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:34.254Z] ---> 3484e918a8f5 [2021-03-11T00:37:34.254Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:37:34.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:34.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:34.254Z] ---> 3484e918a8f5 [2021-03-11T00:37:34.254Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:37:34.254Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:34.254Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:34.254Z] ---> 3484e918a8f5 [2021-03-11T00:37:34.254Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:37:34.254Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:34.254Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:34.254Z] ---> 3484e918a8f5 [2021-03-11T00:37:34.254Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:37:35.249Z] ---> Running in 47582a31dd64 [2021-03-11T00:37:35.520Z] ---> Running in c9091e0d411f [2021-03-11T00:37:35.520Z] ---> Running in 1d5fc9e447d0 [2021-03-11T00:37:35.520Z] ---> Running in 1de916c7a00c [2021-03-11T00:37:35.520Z] ---> Running in ca2a68a19461 [2021-03-11T00:37:36.102Z] Removing intermediate container 1de916c7a00c [2021-03-11T00:37:36.102Z] ---> 73ad4baf92cf [2021-03-11T00:37:36.102Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:36.102Z] Removing intermediate container c9091e0d411f [2021-03-11T00:37:36.102Z] ---> e1b992e3929f [2021-03-11T00:37:36.102Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:36.102Z] Removing intermediate container 47582a31dd64 [2021-03-11T00:37:36.102Z] ---> 323a4530d8ac [2021-03-11T00:37:36.102Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:36.102Z] Removing intermediate container 1d5fc9e447d0 [2021-03-11T00:37:36.102Z] ---> 32f20b2da42f [2021-03-11T00:37:36.102Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:36.102Z] Removing intermediate container ca2a68a19461 [2021-03-11T00:37:36.102Z] ---> bb404f8df613 [2021-03-11T00:37:36.102Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:36.375Z] ---> Running in d55dd90238a3 [2021-03-11T00:37:36.375Z] ---> Running in 9313bd6610a1 [2021-03-11T00:37:36.375Z] ---> Running in 701b6a8d192b [2021-03-11T00:37:36.375Z] ---> Running in 8cc4e4bbd7c3 [2021-03-11T00:37:36.375Z] ---> Running in 30f9fae98c81 [2021-03-11T00:37:36.596Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:37:36.596Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:37:36.596Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:37:36.596Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:37:36.596Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:37:36.596Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:37:36.596Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:37:36.867Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:37:37.140Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:37:37.140Z] OK: 217 MiB in 51 packages [2021-03-11T00:37:38.961Z] Removing intermediate container d55dd90238a3 [2021-03-11T00:37:38.961Z] ---> 625da493b93a [2021-03-11T00:37:38.961Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:37:38.961Z] ---> Running in c9f61b910a24 [2021-03-11T00:37:38.961Z] Removing intermediate container 9313bd6610a1 [2021-03-11T00:37:38.961Z] ---> b4900b9c32fc [2021-03-11T00:37:38.961Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:37:38.961Z] Removing intermediate container 701b6a8d192b [2021-03-11T00:37:38.961Z] ---> 62899d708360 [2021-03-11T00:37:38.961Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:37:38.961Z] Removing intermediate container 8cc4e4bbd7c3 [2021-03-11T00:37:38.961Z] ---> 52685ba3afdf [2021-03-11T00:37:38.961Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:37:38.961Z] ---> Running in 6b5b5cd35122 [2021-03-11T00:37:39.230Z] ---> Running in 4912ded510dd [2021-03-11T00:37:39.230Z] ---> Running in e796389fbfec [2021-03-11T00:37:39.230Z] Removing intermediate container 30f9fae98c81 [2021-03-11T00:37:39.230Z] ---> 68e302a4b61e [2021-03-11T00:37:39.230Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:37:39.495Z] ---> Running in 95cbb35b5986 [2021-03-11T00:37:39.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:40.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:40.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:40.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:40.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:40.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:40.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:41.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:41.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:41.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:41.450Z] Removing intermediate container e2838a10e646 [2021-03-11T00:37:41.450Z] ---> 13d40a0b2736 [2021-03-11T00:37:41.450Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:37:41.450Z] ---> Running in a74c42d96a17 [2021-03-11T00:37:41.654Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:41.723Z] Removing intermediate container a74c42d96a17 [2021-03-11T00:37:41.723Z] ---> 59fecf4c9e8c [2021-03-11T00:37:41.723Z] Step 5/6 : COPY go.mod . [2021-03-11T00:37:41.922Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:42.194Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:42.327Z] ---> 52c59bde7927 [2021-03-11T00:37:42.327Z] Step 6/6 : RUN go mod download [2021-03-11T00:37:42.458Z] Removing intermediate container c9f61b910a24 [2021-03-11T00:37:42.458Z] ---> b493e783e1a7 [2021-03-11T00:37:42.458Z] Step 6/22 : COPY go.mod . [2021-03-11T00:37:42.458Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:42.458Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:42.601Z] ---> Running in b497066d4909 [2021-03-11T00:37:42.724Z] Removing intermediate container 6b5b5cd35122 [2021-03-11T00:37:42.724Z] ---> 74b2d46132ea [2021-03-11T00:37:42.725Z] Step 6/22 : COPY go.mod . [2021-03-11T00:37:42.725Z] ---> 723a5ed68285 [2021-03-11T00:37:42.725Z] Step 7/22 : RUN go mod download [2021-03-11T00:37:42.988Z] ---> Running in c0e8a96433b8 [2021-03-11T00:37:43.255Z] Removing intermediate container 4912ded510dd [2021-03-11T00:37:43.255Z] ---> 8741d762dd8a [2021-03-11T00:37:43.255Z] Step 6/21 : COPY go.mod . [2021-03-11T00:37:43.255Z] ---> c0fadbc19df4 [2021-03-11T00:37:43.255Z] Step 7/22 : RUN go mod download [2021-03-11T00:37:43.522Z] ---> Running in d4b35e7ef921 [2021-03-11T00:37:43.522Z] Removing intermediate container e796389fbfec [2021-03-11T00:37:43.522Z] ---> f2088b6d5b3f [2021-03-11T00:37:43.522Z] Step 6/23 : COPY go.mod . [2021-03-11T00:37:43.795Z] Removing intermediate container 95cbb35b5986 [2021-03-11T00:37:43.795Z] ---> 3d3ef128c9e6 [2021-03-11T00:37:43.795Z] Step 6/24 : COPY go.mod . [2021-03-11T00:37:43.795Z] ---> 14b8a0f203f1 [2021-03-11T00:37:43.795Z] Step 7/21 : RUN go mod download [2021-03-11T00:37:43.795Z] ---> Running in b4aa50e37a3e [2021-03-11T00:37:44.065Z] ---> 70a08c07c3c7 [2021-03-11T00:37:44.065Z] Step 7/23 : RUN go mod download [2021-03-11T00:37:44.065Z] ---> 1892486e3c03 [2021-03-11T00:37:44.065Z] Step 7/24 : RUN go mod download [2021-03-11T00:37:44.342Z] ---> Running in c69ed0086f32 [2021-03-11T00:37:44.342Z] ---> Running in 89ad0eab1a47 [2021-03-11T00:37:45.756Z] Removing intermediate container c0e8a96433b8 [2021-03-11T00:37:45.756Z] ---> 9a150499cc6d [2021-03-11T00:37:45.756Z] Step 8/22 : COPY . . [2021-03-11T00:37:46.025Z] Removing intermediate container d4b35e7ef921 [2021-03-11T00:37:46.025Z] ---> d41bad56abbe [2021-03-11T00:37:46.025Z] Step 8/22 : COPY . . [2021-03-11T00:37:46.025Z] Removing intermediate container b4aa50e37a3e [2021-03-11T00:37:46.025Z] ---> 4f894466306b [2021-03-11T00:37:46.025Z] Step 8/21 : COPY . . [2021-03-11T00:37:48.601Z] Removing intermediate container c69ed0086f32 [2021-03-11T00:37:48.601Z] ---> 6f58f6f4e2f7 [2021-03-11T00:37:48.601Z] Step 8/23 : COPY . . [2021-03-11T00:37:50.051Z] Removing intermediate container 89ad0eab1a47 [2021-03-11T00:37:50.051Z] ---> a1949f30c4aa [2021-03-11T00:37:50.051Z] Step 8/24 : COPY . . [2021-03-11T00:38:09.402Z] Removing intermediate container b497066d4909 [2021-03-11T00:38:09.402Z] ---> 5f6d1fbbfa16 [2021-03-11T00:38:09.402Z] Successfully built 5f6d1fbbfa16 [2021-03-11T00:38:09.402Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:38:09.751Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:38:09.751Z] . [Pipeline] withDockerContainer [2021-03-11T00:38:09.990Z] prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container [2021-03-11T00:38:10.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-03-11T00:38:11.514Z] $ docker top 974f2b8e42fda9a41e4d4d61df6a083d3b27b373c5062a4f13b2cffaa3b76951 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:38:12.522Z] + go version [2021-03-11T00:38:12.522Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T00:38:12.549Z] $ docker stop --time=1 974f2b8e42fda9a41e4d4d61df6a083d3b27b373c5062a4f13b2cffaa3b76951 [2021-03-11T00:38:14.472Z] $ docker rm -f 974f2b8e42fda9a41e4d4d61df6a083d3b27b373c5062a4f13b2cffaa3b76951 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:38:15.496Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:38:15.496Z] . [Pipeline] withDockerContainer [2021-03-11T00:38:15.776Z] prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container [2021-03-11T00:38:15.859Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-03-11T00:38:17.348Z] $ docker top dd087ffdfbc8b154af1c1892f40c6bb9f413d038ec719ecf7c7635122d90f29b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:38:17.730Z] ========================================================= [2021-03-11T00:38:17.730Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:38:17.730Z] ========================================================= [Pipeline] sh [2021-03-11T00:38:18.387Z] + make test [2021-03-11T00:38:18.387Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:38:29.131Z] ---> 984ea7fb771f [2021-03-11T00:38:29.131Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:38:29.131Z] ---> eafad280c2c0 [2021-03-11T00:38:29.131Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:38:29.131Z] ---> Running in d2b1ffcbb608 [2021-03-11T00:38:29.131Z] ---> Running in e3be8fedf2d4 [2021-03-11T00:38:29.131Z] ---> fa5058b82530 [2021-03-11T00:38:29.131Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:38:29.131Z] ---> 452cfc9997a9 [2021-03-11T00:38:29.131Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:38:29.131Z] ---> f6b5f70f3c17 [2021-03-11T00:38:29.131Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:38:29.131Z] ---> Running in 2bb50bde1a26 [2021-03-11T00:38:29.131Z] ---> Running in 40c4e09c38a9 [2021-03-11T00:38:29.131Z] ---> Running in 87e7a8667009 [2021-03-11T00:38:29.131Z] 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-03-11T00:38:29.131Z] 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-03-11T00:38:29.131Z] 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-03-11T00:38:29.131Z] 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-03-11T00:38:29.131Z] 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-03-11T00:38:41.040Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:39:08.085Z] 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-03-11T00:39:08.085Z] 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-03-11T00:39:16.422Z] Removing intermediate container 2bb50bde1a26 [2021-03-11T00:39:16.422Z] ---> 1e10dee3edb4 [2021-03-11T00:39:16.422Z] [2021-03-11T00:39:16.422Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:39:16.422Z] 3.12: Pulling from library/alpine [2021-03-11T00:39:18.345Z] Removing intermediate container e3be8fedf2d4 [2021-03-11T00:39:18.345Z] ---> 74547de86fbc [2021-03-11T00:39:18.345Z] [2021-03-11T00:39:18.345Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:39:18.345Z] 3.12: Pulling from library/alpine [2021-03-11T00:39:18.345Z] Removing intermediate container 40c4e09c38a9 [2021-03-11T00:39:18.345Z] ---> ba44815e8038 [2021-03-11T00:39:18.345Z] [2021-03-11T00:39:18.345Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:39:18.345Z] Removing intermediate container d2b1ffcbb608 [2021-03-11T00:39:18.345Z] ---> 047c4429e250 [2021-03-11T00:39:18.345Z] [2021-03-11T00:39:18.345Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:39:18.345Z] 3.12: Pulling from library/alpine [2021-03-11T00:39:18.345Z] 3.12: Pulling from library/alpine [2021-03-11T00:39:18.614Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:39:18.614Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:39:18.614Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:39:18.614Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:39:18.614Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:39:18.614Z] Status: Image is up to date for alpine:3.12 [2021-03-11T00:39:18.614Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:39:18.614Z] Status: Image is up to date for alpine:3.12 [2021-03-11T00:39:18.614Z] ---> 88dd2752d2ea [2021-03-11T00:39:18.614Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:39:18.614Z] ---> 88dd2752d2ea [2021-03-11T00:39:18.614Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:39:18.614Z] ---> 88dd2752d2ea [2021-03-11T00:39:18.614Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:39:18.614Z] ---> 88dd2752d2ea [2021-03-11T00:39:18.614Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:39:20.537Z] ---> Running in 000e91a63519 [2021-03-11T00:39:20.537Z] ---> Running in 8790ed5ed96f [2021-03-11T00:39:20.537Z] ---> Running in 3372e0e60c0a [2021-03-11T00:39:20.537Z] ---> Running in 19808245eebf [2021-03-11T00:39:20.537Z] Removing intermediate container 87e7a8667009 [2021-03-11T00:39:20.537Z] ---> 17394e209869 [2021-03-11T00:39:20.537Z] [2021-03-11T00:39:20.537Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:39:20.537Z] ---> 88dd2752d2ea [2021-03-11T00:39:20.537Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:39:20.806Z] ---> Running in e9eb97543ab2 [2021-03-11T00:39:21.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.690Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:39:21.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.690Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:39:21.690Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:39:21.690Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:39:21.690Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:21.690Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:21.690Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:39:21.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.964Z] OK: 7 MiB in 19 packages [2021-03-11T00:39:21.964Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:39:21.964Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:39:21.964Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:39:21.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.964Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:39:21.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.964Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:21.964Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:39:21.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.964Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:21.964Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:21.964Z] OK: 6 MiB in 15 packages [2021-03-11T00:39:21.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:21.964Z] OK: 7 MiB in 18 packages [2021-03-11T00:39:22.248Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:39:22.248Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:22.248Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:22.248Z] OK: 6 MiB in 15 packages [2021-03-11T00:39:22.248Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:22.248Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:22.248Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:39:22.248Z] OK: 6 MiB in 16 packages [2021-03-11T00:39:24.178Z] Removing intermediate container 000e91a63519 [2021-03-11T00:39:24.178Z] ---> 87753d9cc5a4 [2021-03-11T00:39:24.178Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:39:24.178Z] Removing intermediate container 3372e0e60c0a [2021-03-11T00:39:24.178Z] ---> 4ebed5a87dff [2021-03-11T00:39:24.178Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:39:25.133Z] ---> Running in 037eeb5ad3b1 [2021-03-11T00:39:25.133Z] ---> Running in 1cc0e371e9d1 [2021-03-11T00:39:25.709Z] Removing intermediate container e9eb97543ab2 [2021-03-11T00:39:25.709Z] ---> 4d38cb7cd489 [2021-03-11T00:39:25.709Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:39:25.971Z] Removing intermediate container 8790ed5ed96f [2021-03-11T00:39:25.971Z] ---> 11d97f890c5c [2021-03-11T00:39:25.971Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:39:25.971Z] Removing intermediate container 19808245eebf [2021-03-11T00:39:25.971Z] ---> d5fb90337691 [2021-03-11T00:39:25.971Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:39:25.971Z] ---> Running in 8c7b2df872ed [2021-03-11T00:39:25.971Z] ---> Running in 1c15b30416b5 [2021-03-11T00:39:25.971Z] Removing intermediate container 037eeb5ad3b1 [2021-03-11T00:39:25.971Z] ---> 32ae68adb156 [2021-03-11T00:39:25.971Z] Step 13/24 : WORKDIR / [2021-03-11T00:39:26.238Z] Removing intermediate container 1cc0e371e9d1 [2021-03-11T00:39:26.238Z] ---> e281015d6e65 [2021-03-11T00:39:26.238Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:39:26.238Z] ---> Running in 10d1c2c655e8 [2021-03-11T00:39:26.238Z] ---> Running in 260d0796a4e3 [2021-03-11T00:39:26.238Z] ---> Running in b808b5d89775 [2021-03-11T00:39:26.501Z] Removing intermediate container 8c7b2df872ed [2021-03-11T00:39:26.501Z] ---> 79c8ebe1556a [2021-03-11T00:39:26.501Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:39:26.501Z] Removing intermediate container 1c15b30416b5 [2021-03-11T00:39:26.501Z] ---> 23c8008334f9 [2021-03-11T00:39:26.501Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:39:26.501Z] Removing intermediate container 10d1c2c655e8 [2021-03-11T00:39:26.501Z] ---> 5d3f9f31c908 [2021-03-11T00:39:26.501Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:39:26.767Z] ---> Running in c8f778493379 [2021-03-11T00:39:26.767Z] ---> Running in c6732a4d75be [2021-03-11T00:39:26.767Z] ---> Running in 6d972d654041 [2021-03-11T00:39:26.767Z] Removing intermediate container 260d0796a4e3 [2021-03-11T00:39:26.767Z] ---> 45cd642adc69 [2021-03-11T00:39:26.767Z] 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-03-11T00:39:26.767Z] Removing intermediate container b808b5d89775 [2021-03-11T00:39:26.767Z] ---> d88c1d1e3c25 [2021-03-11T00:39:26.767Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:39:27.038Z] ---> Running in 00bb1e109fd7 [2021-03-11T00:39:27.038Z] Removing intermediate container c8f778493379 [2021-03-11T00:39:27.038Z] ---> 6cba90dee524 [2021-03-11T00:39:27.038Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:39:27.038Z] Removing intermediate container c6732a4d75be [2021-03-11T00:39:27.038Z] ---> f1d76580d4bb [2021-03-11T00:39:27.038Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:39:27.038Z] Removing intermediate container 6d972d654041 [2021-03-11T00:39:27.038Z] ---> 282e0db6acfa [2021-03-11T00:39:27.038Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:39:27.302Z] ---> bf24dce3d7fb [2021-03-11T00:39:27.302Z] 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-03-11T00:39:27.302Z] Removing intermediate container 00bb1e109fd7 [2021-03-11T00:39:27.302Z] ---> 303257d93131 [2021-03-11T00:39:27.302Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:39:27.302Z] ---> Running in d162c6be7769 [2021-03-11T00:39:27.302Z] ---> Running in 2bbe94bf12ea [2021-03-11T00:39:27.570Z] ---> 00f607450411 [2021-03-11T00:39:27.570Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:39:27.570Z] ---> cfaa67aed168 [2021-03-11T00:39:27.570Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:27.845Z] Removing intermediate container d162c6be7769 [2021-03-11T00:39:27.845Z] ---> 983cd13581ac [2021-03-11T00:39:27.845Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:39:27.845Z] ---> 91df55c3c29b [2021-03-11T00:39:27.845Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:39:28.046Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:39:28.114Z] Removing intermediate container 2bbe94bf12ea [2021-03-11T00:39:28.114Z] ---> d4fba0e9eed0 [2021-03-11T00:39:28.114Z] Step 15/23 : WORKDIR / [2021-03-11T00:39:28.114Z] ---> ddb2ef497a8f [2021-03-11T00:39:28.114Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:39:28.114Z] ---> Running in 1f7fd70246c2 [2021-03-11T00:39:28.458Z] ---> 82c28cd2b425 [2021-03-11T00:39:28.458Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:39:28.458Z] ---> 58f09eebfd57 [2021-03-11T00:39:28.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:39:28.735Z] Removing intermediate container 1f7fd70246c2 [2021-03-11T00:39:28.735Z] ---> b50626a388d8 [2021-03-11T00:39:28.735Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:39:28.735Z] ---> 38faadfc4c99 [2021-03-11T00:39:28.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:29.023Z] ---> 8881d94a97c6 [2021-03-11T00:39:29.023Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:39:29.314Z] ---> 1fdb8ce45518 [2021-03-11T00:39:29.314Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:39:29.314Z] ---> fcaa21e9831c [2021-03-11T00:39:29.314Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:39:29.314Z] ---> 6af4690cb160 [2021-03-11T00:39:29.314Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:39:29.601Z] ---> 50181c3025d2 [2021-03-11T00:39:29.601Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:29.601Z] ---> Running in 4250becc9122 [2021-03-11T00:39:29.601Z] ---> Running in c4b94ffe81f3 [2021-03-11T00:39:29.890Z] ---> 697f1a538e3f [2021-03-11T00:39:29.890Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:39:29.890Z] Removing intermediate container 4250becc9122 [2021-03-11T00:39:29.890Z] ---> 1a9b7a8a730a [2021-03-11T00:39:29.890Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:39:29.890Z] Removing intermediate container c4b94ffe81f3 [2021-03-11T00:39:29.890Z] ---> ed2f0fba26cb [2021-03-11T00:39:29.890Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:39:29.890Z] ---> feaf3ab0ffea [2021-03-11T00:39:29.890Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:39:30.471Z] ---> Running in 08888ade691d [2021-03-11T00:39:30.472Z] ---> Running in c057d9178e5a [2021-03-11T00:39:30.472Z] ---> Running in 28c81e5f9322 [2021-03-11T00:39:30.472Z] ---> 20f2f7ff74ec [2021-03-11T00:39:30.472Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:30.472Z] ---> 2bbc159306f3 [2021-03-11T00:39:30.472Z] 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-03-11T00:39:30.739Z] Removing intermediate container 08888ade691d [2021-03-11T00:39:30.739Z] ---> a7270edf2c4c [2021-03-11T00:39:30.739Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T00:39:30.739Z] ---> Running in 80875fbaf1b9 [2021-03-11T00:39:30.739Z] ---> Running in 87127c256a38 [2021-03-11T00:39:31.004Z] Removing intermediate container 28c81e5f9322 [2021-03-11T00:39:31.004Z] ---> c6f96bbc85b3 [2021-03-11T00:39:31.004Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:39:31.004Z] Removing intermediate container c057d9178e5a [2021-03-11T00:39:31.004Z] ---> c4f1422856d1 [2021-03-11T00:39:31.004Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:39:31.004Z] ---> dce90ba10750 [2021-03-11T00:39:31.004Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:39:31.284Z] ---> Running in cd336e8f4d8a [2021-03-11T00:39:31.284Z] ---> Running in d6cdf7c283fd [2021-03-11T00:39:31.284Z] ---> Running in a297c703b225 [2021-03-11T00:39:31.284Z] Removing intermediate container 87127c256a38 [2021-03-11T00:39:31.284Z] ---> 86e7c61ddc1e [2021-03-11T00:39:31.284Z] Step 20/21 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:39:31.562Z] ---> Running in b906e1ef64ed [2021-03-11T00:39:31.562Z] Removing intermediate container cd336e8f4d8a [2021-03-11T00:39:31.562Z] ---> 04d4d138f964 [2021-03-11T00:39:31.562Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:39:31.562Z] Removing intermediate container d6cdf7c283fd [2021-03-11T00:39:31.562Z] ---> 95362f658893 [2021-03-11T00:39:31.562Z] Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:39:31.562Z] ---> Running in 88719702a919 [2021-03-11T00:39:31.830Z] Removing intermediate container a297c703b225 [2021-03-11T00:39:31.830Z] ---> a883b6a3af71 [2021-03-11T00:39:31.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:39:31.830Z] ---> Running in 3d1c2041b447 [2021-03-11T00:39:31.830Z] ---> Running in adcbb186ab49 [2021-03-11T00:39:31.830Z] Removing intermediate container b906e1ef64ed [2021-03-11T00:39:31.830Z] ---> 73fde30fa521 [2021-03-11T00:39:31.830Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:39:32.100Z] Removing intermediate container 88719702a919 [2021-03-11T00:39:32.100Z] ---> c36954308768 [2021-03-11T00:39:32.100Z] Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:39:32.100Z] ---> Running in 58e36d307010 [2021-03-11T00:39:32.369Z] ---> Running in 1d4eb483cfc7 [2021-03-11T00:39:32.369Z] Removing intermediate container 3d1c2041b447 [2021-03-11T00:39:32.369Z] ---> e4bf2ae57e0b [2021-03-11T00:39:32.369Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:39:32.369Z] Removing intermediate container adcbb186ab49 [2021-03-11T00:39:32.369Z] ---> 282f1e48eb08 [2021-03-11T00:39:32.369Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:39:32.647Z] ---> Running in 7ec06d7d8fee [2021-03-11T00:39:32.647Z] ---> Running in eda0bc225401 [2021-03-11T00:39:32.647Z] Removing intermediate container 1d4eb483cfc7 [2021-03-11T00:39:32.647Z] ---> 9f9304b6359a [2021-03-11T00:39:32.647Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:39:32.647Z] Removing intermediate container 58e36d307010 [2021-03-11T00:39:32.647Z] ---> cdb6323b2a30 [2021-03-11T00:39:32.647Z] [2021-03-11T00:39:32.922Z] ---> Running in a9565140f088 [2021-03-11T00:39:33.201Z] Removing intermediate container 80875fbaf1b9 [2021-03-11T00:39:33.201Z] ---> 67712d3f8704 [2021-03-11T00:39:33.201Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:39:33.201Z] Removing intermediate container eda0bc225401 [2021-03-11T00:39:33.201Z] ---> 19be56bb88e1 [2021-03-11T00:39:33.201Z] Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:39:33.201Z] Removing intermediate container 7ec06d7d8fee [2021-03-11T00:39:33.201Z] ---> a62068217f85 [2021-03-11T00:39:33.201Z] [2021-03-11T00:39:33.201Z] Successfully built cdb6323b2a30 [2021-03-11T00:39:33.201Z] ---> Running in 07d8b53d6d5b [2021-03-11T00:39:33.201Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T00:39:33.201Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T00:39:33.471Z] ---> Running in 4afb68e8162f [2021-03-11T00:39:33.471Z] Removing intermediate container a9565140f088 [2021-03-11T00:39:33.471Z] ---> 429f94deca6b [2021-03-11T00:39:33.471Z] [2021-03-11T00:39:33.471Z] Successfully built a62068217f85 [2021-03-11T00:39:33.471Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T00:39:33.471Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-11T00:39:33.744Z] Successfully built 429f94deca6b [2021-03-11T00:39:33.744Z] Removing intermediate container 07d8b53d6d5b [2021-03-11T00:39:33.744Z] ---> 99c7f2eaa70f [2021-03-11T00:39:33.744Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T00:39:33.744Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T00:39:33.744Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-11T00:39:33.744Z] Removing intermediate container 4afb68e8162f [2021-03-11T00:39:33.744Z] ---> ff21edf8f899 [2021-03-11T00:39:33.744Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:39:34.009Z] ---> Running in 167c85523815 [2021-03-11T00:39:34.009Z] ---> Running in ba3a26c63d82 [2021-03-11T00:39:34.009Z] Removing intermediate container 167c85523815 [2021-03-11T00:39:34.009Z] ---> 7adacfd1b781 [2021-03-11T00:39:34.009Z] Step 23/24 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:39:34.275Z] Removing intermediate container ba3a26c63d82 [2021-03-11T00:39:34.275Z] ---> bb0c7d797316 [2021-03-11T00:39:34.275Z] [2021-03-11T00:39:34.275Z] ---> Running in 7511bc60a52e [2021-03-11T00:39:34.275Z] Successfully built bb0c7d797316 [2021-03-11T00:39:34.547Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T00:39:34.547Z] Building docker-security-bootstrapper-go [2021-03-11T00:39:34.547Z]  Building docker-core-metadata-go ... done Removing intermediate container 7511bc60a52e [2021-03-11T00:39:34.547Z] ---> 2543241f4755 [2021-03-11T00:39:34.547Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:39:34.547Z] ---> Running in 2dec7b072a8b [2021-03-11T00:39:34.818Z] Removing intermediate container 2dec7b072a8b [2021-03-11T00:39:34.818Z] ---> d180b2313bbc [2021-03-11T00:39:34.818Z] [2021-03-11T00:39:35.081Z] Successfully built d180b2313bbc [2021-03-11T00:39:35.081Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T00:39:50.257Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:39:50.257Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:39:50.257Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:39:50.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:39:50.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:39:50.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:39:50.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:39:52.445Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:39:53.102Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:40:01.888Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:40:01.888Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:40:01.888Z] ---> 3484e918a8f5 [2021-03-11T00:40:01.888Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:40:01.888Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:40:01.888Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:40:01.888Z] ---> 3484e918a8f5 [2021-03-11T00:40:01.888Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:40:02.174Z] ---> Using cache [2021-03-11T00:40:02.174Z] ---> bb404f8df613 [2021-03-11T00:40:02.174Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:40:02.174Z] ---> Using cache [2021-03-11T00:40:02.174Z] ---> bb404f8df613 [2021-03-11T00:40:02.174Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:40:02.174Z] ---> Using cache [2021-03-11T00:40:02.174Z] ---> 68e302a4b61e [2021-03-11T00:40:02.174Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:40:02.174Z] ---> Using cache [2021-03-11T00:40:02.174Z] ---> 68e302a4b61e [2021-03-11T00:40:02.174Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:40:02.174Z] ---> Using cache [2021-03-11T00:40:02.174Z] ---> 3d3ef128c9e6 [2021-03-11T00:40:02.174Z] Step 6/23 : COPY go.mod . [2021-03-11T00:40:02.174Z] ---> Using cache [2021-03-11T00:40:02.174Z] ---> 1892486e3c03 [2021-03-11T00:40:02.174Z] Step 7/23 : RUN go mod download [2021-03-11T00:40:02.174Z] ---> Using cache [2021-03-11T00:40:02.174Z] ---> a1949f30c4aa [2021-03-11T00:40:02.174Z] Step 8/23 : COPY . . [2021-03-11T00:40:02.440Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:40:02.440Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:40:02.440Z] ---> 3484e918a8f5 [2021-03-11T00:40:02.440Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:40:02.440Z] ---> Using cache [2021-03-11T00:40:02.440Z] ---> bb404f8df613 [2021-03-11T00:40:02.440Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:40:02.440Z] ---> Using cache [2021-03-11T00:40:02.440Z] ---> 68e302a4b61e [2021-03-11T00:40:02.440Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:40:02.440Z] ---> Using cache [2021-03-11T00:40:02.440Z] ---> f6b5f70f3c17 [2021-03-11T00:40:02.440Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:40:02.748Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:40:02.748Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:40:02.748Z] ---> 3484e918a8f5 [2021-03-11T00:40:02.748Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:40:02.748Z] ---> Using cache [2021-03-11T00:40:02.748Z] ---> bb404f8df613 [2021-03-11T00:40:02.748Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:40:02.748Z] ---> Using cache [2021-03-11T00:40:02.748Z] ---> 68e302a4b61e [2021-03-11T00:40:02.748Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:40:02.748Z] ---> Using cache [2021-03-11T00:40:02.748Z] ---> 3d3ef128c9e6 [2021-03-11T00:40:02.748Z] Step 6/31 : COPY go.mod . [2021-03-11T00:40:02.748Z] ---> Using cache [2021-03-11T00:40:02.748Z] ---> 1892486e3c03 [2021-03-11T00:40:02.748Z] Step 7/31 : RUN go mod download [2021-03-11T00:40:02.748Z] ---> Using cache [2021-03-11T00:40:02.748Z] ---> a1949f30c4aa [2021-03-11T00:40:02.748Z] Step 8/31 : COPY . . [2021-03-11T00:40:02.748Z] ---> Using cache [2021-03-11T00:40:02.748Z] ---> f6b5f70f3c17 [2021-03-11T00:40:02.748Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:40:03.344Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:40:03.344Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:40:03.344Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:40:04.140Z] ---> Running in f752c0c775d8 [2021-03-11T00:40:04.140Z] ---> Running in a4b233f69552 [2021-03-11T00:40:04.140Z] ---> Running in 1168fb17fc5f [2021-03-11T00:40:04.140Z] ---> Running in 34e78a967f63 [2021-03-11T00:40:05.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:40:05.127Z] 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-03-11T00:40:05.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:05.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:06.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:06.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:06.687Z] OK: 233 MiB in 51 packages [2021-03-11T00:40:06.687Z] OK: 233 MiB in 51 packages [2021-03-11T00:40:08.670Z] Removing intermediate container a4b233f69552 [2021-03-11T00:40:08.670Z] ---> ff786add86e7 [2021-03-11T00:40:08.670Z] Step 6/26 : COPY go.mod . [2021-03-11T00:40:08.670Z] Removing intermediate container 34e78a967f63 [2021-03-11T00:40:08.670Z] ---> 52a69777cd58 [2021-03-11T00:40:08.670Z] Step 6/23 : COPY go.mod . [2021-03-11T00:40:08.951Z] ---> 838a61430e74 [2021-03-11T00:40:08.951Z] Step 7/26 : RUN go mod download [2021-03-11T00:40:09.930Z] ---> Running in f0a3022b4d2d [2021-03-11T00:40:09.930Z] ---> ea1140b69bbd [2021-03-11T00:40:09.930Z] Step 7/23 : RUN go mod download [2021-03-11T00:40:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.436s coverage: 45.9% of statements [2021-03-11T00:40:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:40:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:40:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:40:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:40:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:40:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:40:10.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:40:10.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.325s coverage: 100.0% of statements [2021-03-11T00:40:10.201Z] ---> Running in e478964b664c [2021-03-11T00:40:12.809Z] Removing intermediate container e478964b664c [2021-03-11T00:40:12.809Z] ---> 3836c3f7c378 [2021-03-11T00:40:12.809Z] Step 8/23 : COPY . . [2021-03-11T00:40:12.809Z] Removing intermediate container f0a3022b4d2d [2021-03-11T00:40:13.080Z] ---> bd93f2ae465b [2021-03-11T00:40:13.080Z] Step 8/26 : COPY . . [2021-03-11T00:40:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.1% of statements [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:40:16.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:40:16.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:40:16.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:40:17.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 71.3% of statements [2021-03-11T00:40:17.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:40:17.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:40:19.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.523s coverage: 82.9% of statements [2021-03-11T00:40:19.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:19.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:19.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.233s coverage: 78.9% of statements [2021-03-11T00:40:19.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:40:31.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.332s coverage: 28.6% of statements [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:40:31.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:40:31.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:40:31.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:40:31.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.363s coverage: 97.5% of statements [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:40:31.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:40:31.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.294s coverage: 92.8% of statements [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.262s coverage: 0.1% of statements [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:40:38.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.099s coverage: 79.5% of statements [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-03-11T00:40:38.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-03-11T00:40:46.330Z] Removing intermediate container 1168fb17fc5f [2021-03-11T00:40:46.330Z] ---> ac0fffca44ac [2021-03-11T00:40:46.330Z] [2021-03-11T00:40:46.330Z] Step 10/23 : FROM alpine:3.12Removing intermediate container f752c0c775d8 [2021-03-11T00:40:46.330Z] [2021-03-11T00:40:46.330Z] ---> 88dd2752d2ea [2021-03-11T00:40:46.331Z] ---> 3f86a573f61c [2021-03-11T00:40:46.331Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:40:46.331Z] [2021-03-11T00:40:46.331Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:40:46.331Z] ---> 88dd2752d2ea [2021-03-11T00:40:46.331Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:40:46.331Z] ---> b0fbe49e303b [2021-03-11T00:40:46.331Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:40:46.331Z] ---> Using cache [2021-03-11T00:40:46.331Z] ---> 4d38cb7cd489 [2021-03-11T00:40:46.331Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:40:46.331Z] ---> Using cache [2021-03-11T00:40:46.331Z] ---> 79c8ebe1556a [2021-03-11T00:40:46.331Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:40:46.331Z] ---> 7b8a82efe867 [2021-03-11T00:40:46.331Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:40:46.331Z] ---> Running in b855695ecb66 [2021-03-11T00:40:46.331Z] ---> Running in 5ec812d502b7 [2021-03-11T00:40:46.331Z] ---> Running in e11c0e7e1aae [2021-03-11T00:40:46.331Z] ---> Running in 046185717d8d [2021-03-11T00:40:46.331Z] Removing intermediate container 046185717d8d [2021-03-11T00:40:46.331Z] ---> 83994e7c3818 [2021-03-11T00:40:46.331Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:40:46.331Z] Removing intermediate container e11c0e7e1aae [2021-03-11T00:40:46.331Z] ---> fadf66abf72e [2021-03-11T00:40:46.331Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:40:46.331Z] ---> Running in 8a8cce39de4e [2021-03-11T00:40:46.331Z] ---> Running in 8a2c7e5136f8 [2021-03-11T00:40:46.331Z] Removing intermediate container 8a8cce39de4e [2021-03-11T00:40:46.331Z] ---> d7e57e2c6667 [2021-03-11T00:40:46.331Z] Step 15/23 : WORKDIR / [2021-03-11T00:40:46.331Z] 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-03-11T00:40:46.331Z] 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-03-11T00:40:46.331Z] ---> Running in c76c40e0ea01 [2021-03-11T00:40:46.331Z] Removing intermediate container c76c40e0ea01 [2021-03-11T00:40:46.331Z] ---> f65d5fcce76e [2021-03-11T00:40:46.331Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:40:46.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:46.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:46.331Z] ---> 4ae78c124c60 [2021-03-11T00:40:46.331Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:40:46.331Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:40:46.331Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:40:46.331Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:40:46.331Z] OK: 6 MiB in 16 packages [2021-03-11T00:40:46.331Z] ---> 330141f26b09 [2021-03-11T00:40:46.331Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:40:46.331Z] Removing intermediate container 8a2c7e5136f8 [2021-03-11T00:40:46.331Z] ---> 07f97fd5ce67 [2021-03-11T00:40:46.331Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:40:46.331Z] ---> Running in 3bb790077096 [2021-03-11T00:40:46.331Z] ---> f41c55c4b5f1 [2021-03-11T00:40:46.331Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:40:46.331Z] ---> Running in 7c36689bff21 [2021-03-11T00:40:46.331Z] Removing intermediate container 3bb790077096 [2021-03-11T00:40:46.331Z] ---> 577b4a56d261 [2021-03-11T00:40:46.331Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:40:46.331Z] ---> Running in c1f9ded41800 [2021-03-11T00:40:46.331Z] Removing intermediate container 7c36689bff21 [2021-03-11T00:40:46.331Z] ---> d71d89f17462 [2021-03-11T00:40:46.331Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:40:46.331Z] ---> Running in b1f69212ce99 [2021-03-11T00:40:46.331Z] Removing intermediate container c1f9ded41800 [2021-03-11T00:40:46.331Z] ---> d23ff1e37edd [2021-03-11T00:40:46.331Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:40:46.331Z] ---> Running in 2fef6e85f0c3 [2021-03-11T00:40:46.331Z] Removing intermediate container b1f69212ce99 [2021-03-11T00:40:46.331Z] ---> 824c0184361e [2021-03-11T00:40:46.331Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:40:46.331Z] ---> Running in 21989d51ab3a [2021-03-11T00:40:46.601Z] Removing intermediate container 21989d51ab3a [2021-03-11T00:40:46.601Z] ---> 0b24f35d2881 [2021-03-11T00:40:46.601Z] Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:40:46.876Z] ---> Running in e783f2cfd02d [2021-03-11T00:40:47.851Z] Removing intermediate container e783f2cfd02d [2021-03-11T00:40:47.851Z] ---> 2611bd2f4fa4 [2021-03-11T00:40:47.851Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:40:48.153Z] ---> Running in add4876b1e51 [2021-03-11T00:40:48.423Z] Removing intermediate container add4876b1e51 [2021-03-11T00:40:48.423Z] ---> 137ec8dca7c7 [2021-03-11T00:40:48.423Z] [2021-03-11T00:40:48.702Z] Removing intermediate container 2fef6e85f0c3 [2021-03-11T00:40:48.702Z] ---> bdc80a95eff5 [2021-03-11T00:40:48.702Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:40:48.980Z] Successfully built 137ec8dca7c7 [2021-03-11T00:40:48.980Z] ---> Running in 5fcd1ac8e99c [2021-03-11T00:40:48.980Z] Successfully tagged docker-core-command-go:latest [2021-03-11T00:40:49.254Z]  Building docker-core-command-go ... done Removing intermediate container 5fcd1ac8e99c [2021-03-11T00:40:49.254Z] ---> 445e9bccce65 [2021-03-11T00:40:49.254Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:40:49.835Z] ---> e0afe64a4097 [2021-03-11T00:40:49.835Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:40:49.835Z] ---> Running in 2fb68e3dd62a [2021-03-11T00:40:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.092s coverage: 94.4% of statements [2021-03-11T00:40:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-11T00:40:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.119s coverage: 81.4% of statements [2021-03-11T00:40:53.267Z] Removing intermediate container 2fb68e3dd62a [2021-03-11T00:40:53.267Z] ---> d89bd6b0c057 [2021-03-11T00:40:53.267Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:40:53.267Z] ---> cb889221f07e [2021-03-11T00:40:53.267Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:40:54.310Z] ---> ab3333239d7b [2021-03-11T00:40:54.310Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:40:56.339Z] ---> f26229a6bfdf [2021-03-11T00:40:56.339Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:40:56.644Z] ---> 04b764b23557 [2021-03-11T00:40:56.644Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:40:57.291Z] ---> 6a4702977025 [2021-03-11T00:40:57.291Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:40:57.591Z] ---> Running in b311631603b1 [2021-03-11T00:40:57.910Z] Removing intermediate container b311631603b1 [2021-03-11T00:40:57.910Z] ---> e23d44ee5abd [2021-03-11T00:40:57.910Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:40:58.612Z] ---> 0fd2886e9249 [2021-03-11T00:40:58.612Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:40:58.918Z] ---> Running in d58bb243624e [2021-03-11T00:41:01.776Z] Removing intermediate container d58bb243624e [2021-03-11T00:41:01.776Z] ---> 2e9d6befda32 [2021-03-11T00:41:01.776Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:41:01.776Z] ---> Running in 9c44a21657e3 [2021-03-11T00:41:01.776Z] Removing intermediate container 9c44a21657e3 [2021-03-11T00:41:01.776Z] ---> 79188fc9df46 [2021-03-11T00:41:01.776Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:41:02.107Z] ---> Running in 5d150bace8e3 [2021-03-11T00:41:02.428Z] Removing intermediate container 5d150bace8e3 [2021-03-11T00:41:02.428Z] ---> af203b5ded84 [2021-03-11T00:41:02.428Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T00:41:02.428Z] ---> Running in 82bee33fc18b [2021-03-11T00:41:02.734Z] Removing intermediate container 82bee33fc18b [2021-03-11T00:41:02.734Z] ---> 04c2f570929e [2021-03-11T00:41:02.734Z] Step 30/31 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:41:03.045Z] ---> Running in ddce6616b3c6 [2021-03-11T00:41:03.858Z] Removing intermediate container ddce6616b3c6 [2021-03-11T00:41:03.858Z] ---> aa2fbf6df604 [2021-03-11T00:41:03.858Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:41:04.867Z] ---> Running in cfebad5ca697 [2021-03-11T00:41:04.867Z] Removing intermediate container b855695ecb66 [2021-03-11T00:41:04.867Z] ---> 521d74ed8d93 [2021-03-11T00:41:04.867Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:41:05.169Z] ---> Running in f07450598b5f [2021-03-11T00:41:05.169Z] Removing intermediate container cfebad5ca697 [2021-03-11T00:41:05.169Z] ---> df8c901b8184 [2021-03-11T00:41:05.169Z] [2021-03-11T00:41:05.485Z] Successfully built df8c901b8184 [2021-03-11T00:41:05.485Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T00:41:05.771Z]  Building docker-security-bootstrapper-go ... done 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-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.6% of statements [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 62.4% of statements [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:41:06.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-03-11T00:41:06.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-03-11T00:41:08.274Z] Removing intermediate container 5ec812d502b7 [2021-03-11T00:41:08.274Z] ---> 12147fb33b13 [2021-03-11T00:41:08.274Z] [2021-03-11T00:41:08.274Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:41:08.274Z] ---> 88dd2752d2ea [2021-03-11T00:41:08.274Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:41:08.567Z] ---> Running in c6e7dee402a3 [2021-03-11T00:41:08.567Z] Removing intermediate container f07450598b5f [2021-03-11T00:41:08.567Z] ---> 14a2bf499a1b [2021-03-11T00:41:08.567Z] [2021-03-11T00:41:08.567Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:41:08.567Z] 20.10.0: Pulling from library/docker [2021-03-11T00:41:08.567Z] Removing intermediate container c6e7dee402a3 [2021-03-11T00:41:08.567Z] ---> 34ec5fa3c14e [2021-03-11T00:41:08.567Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:41:08.867Z] ---> Running in 8706a0a372c5 [2021-03-11T00:41:09.162Z] Removing intermediate container 8706a0a372c5 [2021-03-11T00:41:09.162Z] ---> 8ff106d8ebc1 [2021-03-11T00:41:09.162Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:41:09.162Z] ---> Running in 66bb5101ab26 [2021-03-11T00:41:09.162Z] Removing intermediate container 66bb5101ab26 [2021-03-11T00:41:09.162Z] ---> a60acca9b3a4 [2021-03-11T00:41:09.162Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:41:09.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 69.0% of statements [2021-03-11T00:41:09.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:41:09.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:41:09.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:41:09.468Z] ---> Running in 0a4035238ef2 [2021-03-11T00:41:12.063Z] Removing intermediate container 0a4035238ef2 [2021-03-11T00:41:12.064Z] ---> 6baed7b65eb3 [2021-03-11T00:41:12.064Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:41:12.064Z] ---> Running in 0cf914fade57 [2021-03-11T00:41:12.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:12.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.383s coverage: 38.4% of statements [2021-03-11T00:41:12.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:41:12.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:41:12.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.190s coverage: 89.5% of statements [2021-03-11T00:41:12.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:41:12.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.100s coverage: 84.8% of statements [2021-03-11T00:41:13.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:14.202Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:41:14.202Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:41:14.202Z] ---> aefe523efa57 [2021-03-11T00:41:14.202Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:41:14.202Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:41:14.466Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:41:14.466Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:41:14.466Z] ---> Running in b218c2e26855 [2021-03-11T00:41:14.729Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:41:14.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:15.258Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:41:15.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:15.258Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:41:15.258Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:41:15.258Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:41:15.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:15.258Z] OK: 12 MiB in 22 packages [2021-03-11T00:41:15.521Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:41:15.521Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:15.521Z] OK: 8 MiB in 20 packages [2021-03-11T00:41:16.105Z] Removing intermediate container b218c2e26855 [2021-03-11T00:41:16.105Z] ---> 936bf0e50db4 [2021-03-11T00:41:16.105Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:41:16.105Z] ---> Running in 3b29d3a4015b [2021-03-11T00:41:16.105Z] Removing intermediate container 0cf914fade57 [2021-03-11T00:41:16.105Z] ---> 9cf3b3debc5b [2021-03-11T00:41:16.105Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:41:16.370Z] Removing intermediate container 3b29d3a4015b [2021-03-11T00:41:16.370Z] ---> df8e704098e3 [2021-03-11T00:41:16.370Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:41:16.370Z] ---> Running in 10f79903f509 [2021-03-11T00:41:16.639Z] ---> 6caed443c7da [2021-03-11T00:41:16.639Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:41:16.639Z] Removing intermediate container 10f79903f509 [2021-03-11T00:41:16.639Z] ---> e95674346fae [2021-03-11T00:41:16.639Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:41:16.918Z] ---> Running in 22f6a8fce9c6 [2021-03-11T00:41:18.317Z] Removing intermediate container 22f6a8fce9c6 [2021-03-11T00:41:18.317Z] ---> 5e45aa9b73a7 [2021-03-11T00:41:18.317Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:41:18.317Z] ---> e8117ec83003 [2021-03-11T00:41:18.317Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:41:18.579Z] ---> f18c5502ce69 [2021-03-11T00:41:18.579Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:41:18.579Z] ---> d8c0dc620601 [2021-03-11T00:41:18.579Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:41:18.579Z] ---> Running in 98bb31b30751 [2021-03-11T00:41:18.846Z] Removing intermediate container 98bb31b30751 [2021-03-11T00:41:18.846Z] ---> ea7f04297c6c [2021-03-11T00:41:18.846Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:41:18.846Z] ---> Running in 68c3e7528f41 [2021-03-11T00:41:18.846Z] ---> a4ad50eb7b7f [2021-03-11T00:41:18.846Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:41:19.109Z] Removing intermediate container 68c3e7528f41 [2021-03-11T00:41:19.109Z] ---> c04fd080afb2 [2021-03-11T00:41:19.109Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:41:19.109Z] ---> Running in f7ba18bd29ef [2021-03-11T00:41:19.376Z] ---> bfe217609068 [2021-03-11T00:41:19.376Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:41:19.376Z] ---> Running in 0051345c5a29 [2021-03-11T00:41:19.376Z] Removing intermediate container f7ba18bd29ef [2021-03-11T00:41:19.376Z] ---> 1527a51b3b17 [2021-03-11T00:41:19.376Z] Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:41:19.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.497s coverage: 47.0% of statements [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:41:19.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:41:19.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:41:19.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 87.1% of statements [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:41:19.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:41:19.642Z] ---> Running in a553ac01afb8 [2021-03-11T00:41:19.906Z] Removing intermediate container a553ac01afb8 [2021-03-11T00:41:19.906Z] ---> 96a877e063d9 [2021-03-11T00:41:19.906Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:41:19.906Z] ---> Running in 170c5bac49ab [2021-03-11T00:41:20.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:20.169Z] Removing intermediate container 170c5bac49ab [2021-03-11T00:41:20.169Z] ---> 2b6bf7774d01 [2021-03-11T00:41:20.169Z] [2021-03-11T00:41:20.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:20.436Z] Successfully built 2b6bf7774d01 [2021-03-11T00:41:20.436Z] Successfully tagged docker-core-data-go:latest [2021-03-11T00:41:20.436Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:41:20.436Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:41:20.436Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:41:20.436Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:41:20.436Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:41:20.436Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:41:20.436Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:41:21.839Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:41:21.840Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:41:21.840Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:41:21.840Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:41:21.840Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:41:21.840Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:41:21.840Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:41:21.840Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:41:21.840Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:41:21.840Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:41:21.840Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:41:21.840Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:41:21.840Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:41:21.840Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:41:21.840Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:41:21.840Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:41:21.840Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:41:21.840Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:41:21.840Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:41:21.840Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:41:21.840Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:41:21.840Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:41:21.840Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:41:21.840Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:41:21.840Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:41:21.840Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:41:22.103Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:22.103Z] OK: 71 MiB in 55 packages [2021-03-11T00:41:27.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.468s coverage: 29.1% of statements [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:41:27.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.236s coverage: 99.0% of statements [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:41:27.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:41:27.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 96.5% of statements [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:41:27.924Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.089s coverage: 0.0% of statements [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:41:27.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:41:27.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:41:27.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:41:27.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-03-11T00:41:28.521Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-11T00:41:28.795Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-11T00:41:29.776Z] GO111MODULE=on go vet ./... [2021-03-11T00:41:30.268Z] Removing intermediate container 0051345c5a29 [2021-03-11T00:41:30.268Z] ---> 3e81ec7dd37c [2021-03-11T00:41:30.268Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:41:30.268Z] ---> Running in 77ec59035520 [2021-03-11T00:41:32.205Z] Collecting docker-compose==1.23.2 [2021-03-11T00:41:32.205Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:41:32.205Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:41:32.205Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:41:32.205Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:41:32.468Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:41:33.044Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:41:33.044Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:41:33.044Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:41:33.044Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:41:33.309Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:41:33.309Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:41:33.573Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:41:33.574Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:41:33.846Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:41:33.846Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:41:34.422Z] 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-03-11T00:41:34.687Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:41:34.687Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:41:35.273Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:41:35.273Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:41:35.848Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:41:35.848Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:41:35.848Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:41:35.848Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:41:35.848Z] 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-03-11T00:41:35.848Z] 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-03-11T00:41:36.118Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:41:36.118Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:41:36.118Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:41:36.118Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:41:36.118Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:41:36.118Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:41:36.118Z] Installing collected packages: websocket-client, texttable, jsonschema, urllib3, idna, requests, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docopt, docker-compose [2021-03-11T00:41:36.382Z] Running setup.py install for texttable: started [2021-03-11T00:41:36.962Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:41:36.962Z] Attempting uninstall: urllib3 [2021-03-11T00:41:36.962Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:41:36.962Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:41:36.962Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:41:37.235Z] Attempting uninstall: idna [2021-03-11T00:41:37.235Z] Found existing installation: idna 2.9 [2021-03-11T00:41:37.235Z] Uninstalling idna-2.9: [2021-03-11T00:41:37.235Z] Successfully uninstalled idna-2.9 [2021-03-11T00:41:37.501Z] Attempting uninstall: requests [2021-03-11T00:41:37.501Z] Found existing installation: requests 2.23.0 [2021-03-11T00:41:37.501Z] Uninstalling requests-2.23.0: [2021-03-11T00:41:37.501Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:41:38.081Z] Running setup.py install for PyYAML: started [2021-03-11T00:41:38.666Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:41:38.666Z] Running setup.py install for dockerpty: started [2021-03-11T00:41:38.928Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:41:38.928Z] Running setup.py install for docopt: started [2021-03-11T00:41:39.524Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:41:39.791Z] 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.58.0 [2021-03-11T00:41:44.032Z] Removing intermediate container 77ec59035520 [2021-03-11T00:41:44.032Z] ---> a4a5eb990eb5 [2021-03-11T00:41:44.032Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:41:44.032Z] ---> Running in f722f14899f1 [2021-03-11T00:41:44.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:44.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:44.299Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:41:44.299Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:41:44.299Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:41:44.299Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:44.299Z] OK: 72 MiB in 58 packages [2021-03-11T00:41:44.874Z] Removing intermediate container f722f14899f1 [2021-03-11T00:41:44.874Z] ---> 3a6b75175ee5 [2021-03-11T00:41:44.874Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:41:44.874Z] ---> Running in debf98722fea [2021-03-11T00:41:45.137Z] Removing intermediate container debf98722fea [2021-03-11T00:41:45.137Z] ---> 0b3d6e159d61 [2021-03-11T00:41:45.137Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:41:45.137Z] ---> Running in 065d115e87eb [2021-03-11T00:41:45.400Z] Removing intermediate container 065d115e87eb [2021-03-11T00:41:45.400Z] ---> 648d2bdf2141 [2021-03-11T00:41:45.400Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T00:41:45.400Z] ---> Running in 6da650bd665d [2021-03-11T00:41:45.400Z] Removing intermediate container 6da650bd665d [2021-03-11T00:41:45.400Z] ---> 986e19644d20 [2021-03-11T00:41:45.400Z] Step 25/26 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:41:45.663Z] ---> Running in 60fd4f552fa2 [2021-03-11T00:41:45.663Z] Removing intermediate container 60fd4f552fa2 [2021-03-11T00:41:45.663Z] ---> 13910da877a7 [2021-03-11T00:41:45.663Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:41:45.926Z] ---> Running in 00e35c1ff663 [2021-03-11T00:41:45.926Z] Removing intermediate container 00e35c1ff663 [2021-03-11T00:41:45.926Z] ---> 000b7aa09645 [2021-03-11T00:41:45.926Z] [2021-03-11T00:41:46.189Z] Successfully built 000b7aa09645 [2021-03-11T00:41:46.189Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T00:41:46.462Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T00:41:46.487Z] $ docker stop --time=1 8d719d32f32917d96090a414579c91fab4f86c8ec6265a2bb3a289546a0eab03 [2021-03-11T00:41:48.129Z] $ docker rm -f 8d719d32f32917d96090a414579c91fab4f86c8ec6265a2bb3a289546a0eab03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:41:48.681Z] + docker images [2021-03-11T00:41:48.681Z] + grep docker [2021-03-11T00:41:48.945Z] docker-sys-mgmt-agent-go latest 000b7aa09645 3 seconds ago 313MB [2021-03-11T00:41:48.945Z] docker-core-data-go latest 2b6bf7774d01 29 seconds ago 22.6MB [2021-03-11T00:41:48.945Z] docker-security-bootstrapper-go latest df8c901b8184 44 seconds ago 18.7MB [2021-03-11T00:41:48.945Z] docker-core-command-go latest 137ec8dca7c7 About a minute ago 17.2MB [2021-03-11T00:41:48.945Z] docker-security-secretstore-setup-go latest d180b2313bbc 2 minutes ago 24.9MB [2021-03-11T00:41:48.945Z] docker-core-metadata-go latest bb0c7d797316 2 minutes ago 19MB [2021-03-11T00:41:48.945Z] docker-support-scheduler-go latest a62068217f85 2 minutes ago 17.3MB [2021-03-11T00:41:48.945Z] docker-support-notifications-go latest 429f94deca6b 2 minutes ago 17.8MB [2021-03-11T00:41:48.945Z] docker-security-proxy-setup-go latest cdb6323b2a30 2 minutes ago 24.7MB [2021-03-11T00:41:48.945Z] docker 20.10.0 aefe523efa57 2 months 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-03-11T00:42:04.569Z] Still waiting to schedule task [2021-03-11T00:42:04.569Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-11T00:43:06.652Z] gofmt -l . [2021-03-11T00:43:06.652Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:43:06.652Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:43:06.652Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:43:07.334Z] + ls -al . [2021-03-11T00:43:07.334Z] total 768 [2021-03-11T00:43:07.334Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 00:43 . [2021-03-11T00:43:07.334Z] drwxr-xr-x 4 root root 4096 Mar 11 00:38 .. [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:36 .dockerignore [2021-03-11T00:43:07.334Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:36 .git [2021-03-11T00:43:07.334Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:36 .github [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:36 .gitignore [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:36 .sonarcloud.properties [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:36 Attribution.txt [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:36 CONTRIBUTING.md [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:36 Dockerfile.build [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:36 Jenkinsfile [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:36 LICENSE [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:36 Makefile [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:36 README.md [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:36 SECURITY.md [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:32 VERSION [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:36 ZMQWindows.md [2021-03-11T00:43:07.334Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:36 bin [2021-03-11T00:43:07.334Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:36 cmd [2021-03-11T00:43:07.334Z] -rw-r--r-- 1 root root 628838 Mar 11 00:41 coverage.out [2021-03-11T00:43:07.334Z] -rw-r--r-- 1 root root 1055 Mar 11 00:42 go.mod [2021-03-11T00:43:07.334Z] -rw-r--r-- 1 root root 21981 Mar 11 00:42 go.sum [2021-03-11T00:43:07.334Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:36 internal [2021-03-11T00:43:07.334Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:36 openapi [2021-03-11T00:43:07.334Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:36 snap [2021-03-11T00:43:07.334Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:36 version.go [Pipeline] sh [2021-03-11T00:43:08.015Z] + '[' -e coverage.out ] [2021-03-11T00:43:08.015Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:43:08.035Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T00:43:09.460Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:43:10.209Z] + make build [2021-03-11T00:43:10.209Z] 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-03-11T00:43:22.641Z] 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-03-11T00:43:22.737Z] Running on prd-ubuntu18.04-docker-8c-8g-29418 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-11T00:43:22.807Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-11T00:43:25.177Z] using credential edgex-jenkins-ssh [2021-03-11T00:43:25.231Z] Cloning the remote Git repository [2021-03-11T00:43:25.260Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:43:25.322Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-11T00:43:25.345Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:43:25.345Z] > git --version # timeout=10 [2021-03-11T00:43:25.352Z] > git --version # 'git version 2.17.1' [2021-03-11T00:43:25.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:43:25.377Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:43:29.622Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:43:29.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:43:29.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:43:29.650Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:43:29.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:43:29.654Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:43:30.315Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 [2021-03-11T00:43:30.500Z] Merge succeeded, producing fc4875735a86723b02ddb15514cd0a69069e5d38 [2021-03-11T00:43:30.501Z] Checking out Revision fc4875735a86723b02ddb15514cd0a69069e5d38 (PR-3223) [2021-03-11T00:43:30.326Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:43:30.331Z] > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 [2021-03-11T00:43:30.412Z] > git remote # timeout=10 [2021-03-11T00:43:30.419Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:43:30.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:43:30.427Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:43:30.497Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:43:30.507Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:43:30.513Z] > git checkout -f fc4875735a86723b02ddb15514cd0a69069e5d38 # timeout=10 [2021-03-11T00:43:34.255Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:43:34.265Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:43:35.357Z] + echo snap-build.sh [2021-03-11T00:43:35.357Z] snap-build.sh [2021-03-11T00:43:35.357Z] + SNAP_BASE_DIR=. [2021-03-11T00:43:35.357Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-03-11T00:43:35.357Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-03-11T00:43:35.357Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-03-11T00:43:35.357Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-03-11T00:43:35.357Z] + cd /w/workspace/edgex-go/7 [2021-03-11T00:43:35.357Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T00:43:35.357Z] Reading package lists... [2021-03-11T00:43:35.357Z] Building dependency tree... [2021-03-11T00:43:35.357Z] Reading state information... [2021-03-11T00:43:35.620Z] The following packages were automatically installed and are no longer required: [2021-03-11T00:43:35.620Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T00:43:35.620Z] uidmap xdelta3 [2021-03-11T00:43:35.620Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T00:43:35.620Z] The following packages will be REMOVED: [2021-03-11T00:43:35.620Z] lxd* lxd-client* [2021-03-11T00:43:34.262Z] > git rev-list --no-walk 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 [2021-03-11T00:43:35.881Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T00:43:35.881Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T00:43:36.929Z] (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-03-11T00:43:36.929Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:43:37.874Z] Removing lxd dnsmasq configuration [2021-03-11T00:43:37.874Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:43:38.135Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T00:43:39.092Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T00:43:39.092Z] (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-03-11T00:43:39.092Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:43:40.479Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T00:43:40.739Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T00:43:42.124Z] + sudo snap remove --purge lxd [2021-03-11T00:43:42.124Z] snap "lxd" is not installed [2021-03-11T00:43:42.124Z] + sudo groupadd --force --system lxd [2021-03-11T00:43:42.384Z] ++ whoami [2021-03-11T00:43:42.384Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T00:43:42.384Z] + newgrp - lxd [2021-03-11T00:43:42.384Z] + sudo snap install lxd [2021-03-11T00:43:49.501Z] 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-03-11T00:43:52.420Z] 2021-03-11T00:43:49Z INFO Waiting for automatic snapd restart... [2021-03-11T00:43:53.799Z] 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-03-11T00:44:00.534Z] 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-03-11T00:44:01.971Z] 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-03-11T00:44:07.098Z] 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-03-11T00:44:10.650Z] lxd 4.12 from Canonical* installed [2021-03-11T00:44:10.651Z] + sudo lxd init --auto [2021-03-11T00:44:13.822Z] 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-03-11T00:44:17.465Z] + sudo snap install --classic snapcraft [2021-03-11T00:44:18.120Z] 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-03-11T00:44:24.831Z] 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-03-11T00:44:28.220Z] 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-03-11T00:44:33.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:44:39.439Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T00:44:39.439Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T00:44:39.439Z] + patch --verbose -p1 [2021-03-11T00:44:39.439Z] Hmm... Looks like a unified diff to me... [2021-03-11T00:44:39.439Z] The text leading up to this was: [2021-03-11T00:44:39.439Z] -------------------------- [2021-03-11T00:44:39.439Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T00:44:39.439Z] |From: Tony Espy [2021-03-11T00:44:39.439Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T00:44:39.439Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T00:44:39.439Z] | [2021-03-11T00:44:39.439Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T00:44:39.439Z] |optimize the snap CI check run for pull requests. When [2021-03-11T00:44:39.439Z] |applied, it essentially strips out everything (apps and [2021-03-11T00:44:39.439Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T00:44:39.439Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T00:44:39.439Z] |catch changes to edgex-go that break the snap build. [2021-03-11T00:44:39.439Z] | [2021-03-11T00:44:39.439Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T00:44:39.439Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T00:44:39.439Z] |resulting in a failed snap build CI check in the associated [2021-03-11T00:44:39.439Z] |pull request. [2021-03-11T00:44:39.439Z] | [2021-03-11T00:44:39.439Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T00:44:39.439Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T00:44:39.439Z] |need to build the finally binary .snap file (and it won't [2021-03-11T00:44:39.439Z] |work with the patch applied). This further reduces the build [2021-03-11T00:44:39.439Z] |time. [2021-03-11T00:44:39.439Z] |--- [2021-03-11T00:44:39.439Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T00:44:39.439Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T00:44:39.439Z] | [2021-03-11T00:44:39.439Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T00:44:39.439Z] |index 1e537489..faf42425 100644 [2021-03-11T00:44:39.439Z] |--- a/snap/snapcraft.yaml [2021-03-11T00:44:39.439Z] |+++ b/snap/snapcraft.yaml [2021-03-11T00:44:39.439Z] -------------------------- [2021-03-11T00:44:39.439Z] patching file snap/snapcraft.yaml [2021-03-11T00:44:39.439Z] Using Plan A... [2021-03-11T00:44:39.439Z] Hunk #1 FAILED at 73. [2021-03-11T00:44:39.439Z] Hunk #2 succeeded at 296 with fuzz 1 (offset 25 lines). [2021-03-11T00:44:39.439Z] Hunk #3 succeeded at 308 (offset 22 lines). [2021-03-11T00:44:39.439Z] Hunk #4 succeeded at 316 (offset 22 lines). [2021-03-11T00:44:39.439Z] Hunk #5 succeeded at 323 (offset 22 lines). [2021-03-11T00:44:39.439Z] Hunk #6 succeeded at 350 (offset 22 lines). [2021-03-11T00:44:39.439Z] Hunk #7 succeeded at 384 (offset 22 lines). [2021-03-11T00:44:39.439Z] Hunk #8 succeeded at 446 (offset 33 lines). [2021-03-11T00:44:39.439Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-11T00:44:39.439Z] Hmm... Ignoring the trailing garbage. [2021-03-11T00:44:39.439Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T00:44:40.357Z] Failed in branch amd64 [Pipeline] } [2021-03-11T00:44:43.776Z] $ docker stop --time=1 dd087ffdfbc8b154af1c1892f40c6bb9f413d038ec719ecf7c7635122d90f29b [2021-03-11T00:44:46.321Z] $ docker rm -f dd087ffdfbc8b154af1c1892f40c6bb9f413d038ec719ecf7c7635122d90f29b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:48.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:44:48.772Z] [2021-03-11T00:44:48.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:49.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:44:49.452Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T00:44:49.452Z] 29e5d40040c1: Pulling fs layer [2021-03-11T00:44:49.452Z] 1ce36da41761: Pulling fs layer [2021-03-11T00:44:49.452Z] 25b303627fd3: Pulling fs layer [2021-03-11T00:44:50.049Z] 29e5d40040c1: Verifying Checksum [2021-03-11T00:44:50.049Z] 29e5d40040c1: Download complete [2021-03-11T00:44:50.646Z] 29e5d40040c1: Pull complete [2021-03-11T00:44:50.918Z] 1ce36da41761: Verifying Checksum [2021-03-11T00:44:50.918Z] 1ce36da41761: Download complete [2021-03-11T00:44:52.352Z] 1ce36da41761: Pull complete [2021-03-11T00:44:52.944Z] 25b303627fd3: Verifying Checksum [2021-03-11T00:44:52.945Z] 25b303627fd3: Download complete [2021-03-11T00:45:03.093Z] 25b303627fd3: Pull complete [2021-03-11T00:45:03.093Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T00:45:03.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:03.093Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T00:45:03.319Z] prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container [2021-03-11T00:45:03.404Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-devops/edgex-compose-arm64:latest cat [2021-03-11T00:45:06.201Z] $ docker top abb361848679cbb1d568344601541a6583b12f67342be88c3d6743120123dd40 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:45:07.252Z] + + docker-composegrep build parallel --help [2021-03-11T00:45:07.252Z] [2021-03-11T00:45:12.640Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:45:12.653Z] $ docker stop --time=1 abb361848679cbb1d568344601541a6583b12f67342be88c3d6743120123dd40 [2021-03-11T00:45:14.612Z] $ docker rm -f abb361848679cbb1d568344601541a6583b12f67342be88c3d6743120123dd40 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:45:15.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:15.445Z] . [Pipeline] withDockerContainer [2021-03-11T00:45:15.725Z] prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container [2021-03-11T00:45:15.807Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-arm64:latest cat [2021-03-11T00:45:17.297Z] $ docker top ca3a93bcbc8779f31a3e46a0119e9138b77fa86af58387c7d6c971cca65bb4bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:45:18.343Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:45:22.652Z] Building docker-core-command-go ... [2021-03-11T00:45:22.652Z] Building docker-core-data-go ... [2021-03-11T00:45:22.652Z] Building docker-core-metadata-go ... [2021-03-11T00:45:22.652Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:45:22.652Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:45:22.652Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:45:22.652Z] Building docker-support-notifications-go ... [2021-03-11T00:45:22.652Z] Building docker-support-scheduler-go ... [2021-03-11T00:45:22.652Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:45:22.652Z] Building docker-security-proxy-setup-go [2021-03-11T00:45:22.652Z] Building docker-security-secretstore-setup-go [2021-03-11T00:45:22.652Z] Building docker-support-scheduler-go [2021-03-11T00:45:22.652Z] Building docker-core-metadata-go [2021-03-11T00:45:22.652Z] Building docker-core-command-go [2021-03-11T00:46:31.079Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:31.079Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:31.079Z] ---> 5f6d1fbbfa16 [2021-03-11T00:46:31.079Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:46:31.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:31.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:31.350Z] ---> 5f6d1fbbfa16 [2021-03-11T00:46:31.350Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:46:31.626Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:31.626Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:31.626Z] ---> 5f6d1fbbfa16 [2021-03-11T00:46:31.626Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:46:31.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:31.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:31.626Z] ---> 5f6d1fbbfa16 [2021-03-11T00:46:31.626Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:46:31.901Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:31.901Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:31.901Z] ---> 5f6d1fbbfa16 [2021-03-11T00:46:31.901Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:46:36.221Z] ---> Running in d70e33210da0 [2021-03-11T00:46:36.221Z] ---> Running in bdceb0346b0e [2021-03-11T00:46:36.221Z] ---> Running in 7d3c99f0435d [2021-03-11T00:46:36.221Z] ---> Running in 8874a97c10ba [2021-03-11T00:46:36.221Z] ---> Running in f0f110de45f2 [2021-03-11T00:46:36.497Z] Removing intermediate container 7d3c99f0435d [2021-03-11T00:46:36.497Z] ---> 3913c59160e1 [2021-03-11T00:46:36.497Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:36.777Z] Removing intermediate container bdceb0346b0e [2021-03-11T00:46:36.778Z] ---> 237e7bb70422 [2021-03-11T00:46:36.778Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:36.778Z] ---> Running in 88b753c2fe64 [2021-03-11T00:46:36.778Z] Removing intermediate container f0f110de45f2 [2021-03-11T00:46:36.778Z] ---> 5f2f714f4e7b [2021-03-11T00:46:36.778Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:36.778Z] Removing intermediate container 8874a97c10ba [2021-03-11T00:46:36.778Z] ---> da9a3c92ebf6 [2021-03-11T00:46:36.778Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:36.778Z] Removing intermediate container d70e33210da0 [2021-03-11T00:46:36.778Z] ---> d76e221b5435 [2021-03-11T00:46:36.778Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:37.055Z] ---> Running in 45224d4e8c03 [2021-03-11T00:46:37.055Z] ---> Running in f8bf489308fd [2021-03-11T00:46:37.055Z] ---> Running in 275cb3cb24d6 [2021-03-11T00:46:37.055Z] ---> Running in 247bfc8ceb25 [2021-03-11T00:46:41.386Z] Removing intermediate container 88b753c2fe64 [2021-03-11T00:46:41.386Z] ---> 12a48d2cec4e [2021-03-11T00:46:41.386Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:46:41.386Z] ---> Running in cc070043c677 [2021-03-11T00:46:41.386Z] Removing intermediate container 45224d4e8c03 [2021-03-11T00:46:41.386Z] ---> 0906ffb039b9 [2021-03-11T00:46:41.386Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:46:41.386Z] Removing intermediate container f8bf489308fd [2021-03-11T00:46:41.386Z] ---> a9f8a009f92c [2021-03-11T00:46:41.386Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:46:41.386Z] ---> Running in 583deb5443fa [2021-03-11T00:46:41.386Z] ---> Running in d61e0822825d [2021-03-11T00:46:41.667Z] Removing intermediate container 275cb3cb24d6 [2021-03-11T00:46:41.667Z] ---> ce9e82a20d06 [2021-03-11T00:46:41.667Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:46:41.667Z] Removing intermediate container 247bfc8ceb25 [2021-03-11T00:46:41.667Z] ---> 40d4fdba85f0 [2021-03-11T00:46:41.667Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:46:41.667Z] ---> Running in 387684abe1e8 [2021-03-11T00:46:41.945Z] ---> Running in d09e23d8db61 [2021-03-11T00:46:42.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:43.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:43.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:43.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:43.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:43.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:44.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:44.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:44.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:44.323Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:44.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:44.921Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:45.202Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:45.202Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:45.202Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:46.199Z] Removing intermediate container cc070043c677 [2021-03-11T00:46:46.199Z] ---> 2dd8f6661e44 [2021-03-11T00:46:46.199Z] Step 6/23 : COPY go.mod . [2021-03-11T00:46:46.476Z] Removing intermediate container d61e0822825d [2021-03-11T00:46:46.476Z] ---> c1729ee9322f [2021-03-11T00:46:46.476Z] Step 6/21 : COPY go.mod . [2021-03-11T00:46:47.084Z] ---> fae00ce8377a [2021-03-11T00:46:47.084Z] Step 7/23 : RUN go mod download [2021-03-11T00:46:47.084Z] Removing intermediate container 583deb5443fa [2021-03-11T00:46:47.084Z] ---> 0a7323cab39f [2021-03-11T00:46:47.084Z] Step 6/22 : COPY go.mod . [2021-03-11T00:46:47.084Z] ---> Running in 9d1e85b5568f [2021-03-11T00:46:47.370Z] Removing intermediate container 387684abe1e8 [2021-03-11T00:46:47.370Z] ---> d6384679d6a8 [2021-03-11T00:46:47.370Z] Step 6/24 : COPY go.mod . [2021-03-11T00:46:47.655Z] Removing intermediate container d09e23d8db61 [2021-03-11T00:46:47.655Z] ---> cdd659a8a0c9 [2021-03-11T00:46:47.655Z] Step 6/23 : COPY go.mod . [2021-03-11T00:46:47.655Z] ---> acdba4dbe3ec [2021-03-11T00:46:47.655Z] Step 7/21 : RUN go mod download [2021-03-11T00:46:47.935Z] ---> Running in a3598ca36440 [2021-03-11T00:46:48.217Z] ---> 137eb46d1352 [2021-03-11T00:46:48.217Z] Step 7/22 : RUN go mod download [2021-03-11T00:46:48.489Z] ---> Running in 65fc2e69bcd4 [2021-03-11T00:46:48.763Z] ---> 7572206ee733 [2021-03-11T00:46:48.763Z] Step 7/24 : RUN go mod download [2021-03-11T00:46:49.042Z] ---> 7286f3527e3b [2021-03-11T00:46:49.042Z] Step 7/23 : RUN go mod download [2021-03-11T00:46:49.042Z] ---> Running in 9b8750d1b0f2 [2021-03-11T00:46:49.318Z] ---> Running in 0a4919b7cef4 [2021-03-11T00:46:51.984Z] Removing intermediate container 9d1e85b5568f [2021-03-11T00:46:51.984Z] ---> ae206c391131 [2021-03-11T00:46:51.984Z] Step 8/23 : COPY . . [2021-03-11T00:46:52.596Z] Removing intermediate container a3598ca36440 [2021-03-11T00:46:52.596Z] ---> 519f2126cfb0 [2021-03-11T00:46:52.596Z] Step 8/21 : COPY . . [2021-03-11T00:46:54.043Z] Removing intermediate container 65fc2e69bcd4 [2021-03-11T00:46:54.043Z] ---> c7a7b15ca57d [2021-03-11T00:46:54.043Z] Step 8/22 : COPY . . [2021-03-11T00:46:54.327Z] Removing intermediate container 0a4919b7cef4 [2021-03-11T00:46:54.327Z] ---> de47ac463cd4 [2021-03-11T00:46:54.327Z] Step 8/23 : COPY . . [2021-03-11T00:46:54.938Z] Removing intermediate container 9b8750d1b0f2 [2021-03-11T00:46:54.938Z] ---> d8347f01120f [2021-03-11T00:46:54.938Z] Step 8/24 : COPY . . [2021-03-11T00:47:21.801Z] ---> 8c0a1f770ddf [2021-03-11T00:47:21.801Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:47:21.801Z] ---> a59a5879720b [2021-03-11T00:47:21.801Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:47:21.801Z] ---> Running in e2db516d528c [2021-03-11T00:47:21.801Z] ---> Running in 35e77244a2a5 [2021-03-11T00:47:21.801Z] ---> 82474e268561 [2021-03-11T00:47:21.801Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:47:21.801Z] ---> 982d0f7d73bf [2021-03-11T00:47:21.801Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:47:21.801Z] ---> 9e1fa422a0b5 [2021-03-11T00:47:21.801Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:47:21.801Z] ---> Running in ea417d2aeef7 [2021-03-11T00:47:21.801Z] ---> Running in 066c4f8f475d [2021-03-11T00:47:21.801Z] ---> Running in 4f38bbb18407 [2021-03-11T00:47:22.797Z] 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-03-11T00:47:23.077Z] 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-03-11T00:47:23.686Z] 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-03-11T00:47:23.964Z] 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-03-11T00:47:23.964Z] 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-03-11T00:49:00.888Z] 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-03-11T00:49:00.888Z] 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-03-11T00:49:23.125Z] Removing intermediate container 4f38bbb18407 [2021-03-11T00:49:23.125Z] ---> daf7af9e9d4d [2021-03-11T00:49:23.125Z] [2021-03-11T00:49:23.125Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:49:23.125Z] 3.12: Pulling from library/alpine [2021-03-11T00:49:23.125Z] Removing intermediate container e2db516d528c [2021-03-11T00:49:23.125Z] ---> c2a3cfa78239 [2021-03-11T00:49:23.125Z] [2021-03-11T00:49:23.125Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:49:23.125Z] 3.12: Pulling from library/alpine [2021-03-11T00:49:23.125Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:49:23.125Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:49:23.125Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:49:23.125Z] Status: Image is up to date for alpine:3.12 [2021-03-11T00:49:23.125Z] ---> d10569e2745f [2021-03-11T00:49:23.125Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:49:23.125Z] ---> d10569e2745f [2021-03-11T00:49:23.125Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:49:23.125Z] ---> Running in 91f8345bff0b [2021-03-11T00:49:23.125Z] ---> Running in 94f051ce02a8 [2021-03-11T00:49:25.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:25.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:25.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:25.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:26.022Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:26.338Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:49:26.338Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:49:26.338Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:26.338Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:49:26.338Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:26.338Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:26.338Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:26.338Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:49:26.338Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:49:26.338Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:49:26.338Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:26.338Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:26.619Z] OK: 7 MiB in 19 packages [2021-03-11T00:49:26.898Z] OK: 7 MiB in 18 packages [2021-03-11T00:49:30.341Z] Removing intermediate container 91f8345bff0b [2021-03-11T00:49:30.341Z] ---> c3fabc22020c [2021-03-11T00:49:30.341Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:49:30.341Z] ---> Running in 296101b3f29b [2021-03-11T00:49:30.341Z] Removing intermediate container 94f051ce02a8 [2021-03-11T00:49:30.341Z] ---> 152b45ddf6a4 [2021-03-11T00:49:30.341Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:49:30.616Z] ---> Running in 6c9228d17121 [2021-03-11T00:49:31.227Z] Removing intermediate container 296101b3f29b [2021-03-11T00:49:31.227Z] ---> 72b65013a5dd [2021-03-11T00:49:31.227Z] Step 13/24 : WORKDIR / [2021-03-11T00:49:31.499Z] Removing intermediate container 6c9228d17121 [2021-03-11T00:49:31.499Z] ---> 96b91dcc21bb [2021-03-11T00:49:31.499Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:49:31.789Z] ---> Running in 3031021bcd81 [2021-03-11T00:49:31.789Z] ---> Running in 798d22dcefe7 [2021-03-11T00:49:32.785Z] Removing intermediate container 3031021bcd81 [2021-03-11T00:49:32.785Z] ---> 41ce44c46a37 [2021-03-11T00:49:32.785Z] 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-03-11T00:49:32.785Z] Removing intermediate container 798d22dcefe7 [2021-03-11T00:49:32.785Z] ---> f8d9c5d68b02 [2021-03-11T00:49:32.785Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:49:35.425Z] ---> 4be582cb315c [2021-03-11T00:49:35.425Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:49:35.425Z] ---> 5f2659a01167 [2021-03-11T00:49:35.425Z] 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-03-11T00:49:37.409Z] ---> fd70c5b63e29 [2021-03-11T00:49:37.409Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:37.409Z] Removing intermediate container 35e77244a2a5 [2021-03-11T00:49:37.409Z] ---> 0b7fde1eba09 [2021-03-11T00:49:37.409Z] [2021-03-11T00:49:37.409Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:49:37.409Z] ---> d10569e2745f [2021-03-11T00:49:37.409Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:37.683Z] ---> f1e30ee17241 [2021-03-11T00:49:37.683Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:49:37.683Z] ---> Running in 0c35ccc66f81 [2021-03-11T00:49:37.965Z] Removing intermediate container ea417d2aeef7 [2021-03-11T00:49:37.965Z] ---> 8ba00be86631 [2021-03-11T00:49:37.965Z] [2021-03-11T00:49:37.965Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:49:37.965Z] ---> d10569e2745f [2021-03-11T00:49:37.965Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:38.568Z] ---> Running in ef0b4af9ef8a [2021-03-11T00:49:38.844Z] ---> 9f22b77c47df [2021-03-11T00:49:38.844Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:49:39.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:39.834Z] ---> 957d51655372 [2021-03-11T00:49:39.834Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:49:39.834Z] ---> Running in a20ce9574cfe [2021-03-11T00:49:39.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:40.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:40.710Z] Removing intermediate container a20ce9574cfe [2021-03-11T00:49:40.710Z] ---> 7f53892e3dd3 [2021-03-11T00:49:40.710Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:49:40.710Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:40.710Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:40.710Z] OK: 5 MiB in 15 packages [2021-03-11T00:49:40.710Z] ---> bb2afcc5a9a9 [2021-03-11T00:49:40.710Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:49:40.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:40.990Z] ---> Running in 7c231befdb2e [2021-03-11T00:49:41.587Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:41.587Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:41.587Z] OK: 5 MiB in 15 packages [2021-03-11T00:49:42.190Z] Removing intermediate container 7c231befdb2e [2021-03-11T00:49:42.190Z] ---> 14596fe4816d [2021-03-11T00:49:42.190Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T00:49:42.464Z] ---> Running in 8e1aefbe3e11 [2021-03-11T00:49:42.748Z] ---> 85260c0c6ca4 [2021-03-11T00:49:42.748Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:49:43.023Z] Removing intermediate container 0c35ccc66f81 [2021-03-11T00:49:43.023Z] ---> 87dee581b6b5 [2021-03-11T00:49:43.023Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:43.302Z] Removing intermediate container 8e1aefbe3e11 [2021-03-11T00:49:43.302Z] ---> 8377dfaef5d5 [2021-03-11T00:49:43.302Z] Step 20/21 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:49:43.302Z] ---> Running in 6cc9b07efd59 [2021-03-11T00:49:43.581Z] Removing intermediate container ef0b4af9ef8a [2021-03-11T00:49:43.581Z] ---> b52cbb0f79c1 [2021-03-11T00:49:43.581Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:43.581Z] ---> Running in 0a2467b4dd3d [2021-03-11T00:49:43.859Z] ---> Running in 08b08b452a33 [2021-03-11T00:49:43.859Z] ---> d7b4c9d10cb9 [2021-03-11T00:49:43.859Z] 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-03-11T00:49:44.144Z] Removing intermediate container 066c4f8f475d [2021-03-11T00:49:44.144Z] ---> c2336b474ac1 [2021-03-11T00:49:44.144Z] [2021-03-11T00:49:44.144Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:49:44.144Z] ---> d10569e2745f [2021-03-11T00:49:44.144Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:44.144Z] ---> Using cache [2021-03-11T00:49:44.144Z] ---> b52cbb0f79c1 [2021-03-11T00:49:44.144Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:44.414Z] Removing intermediate container 6cc9b07efd59 [2021-03-11T00:49:44.414Z] ---> b0ba71fb0a2a [2021-03-11T00:49:44.414Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:49:44.414Z] ---> Running in 55bb2b2828f6 [2021-03-11T00:49:44.684Z] ---> Running in 10edd01577a8 [2021-03-11T00:49:44.684Z] ---> Running in b499aed682b4 [2021-03-11T00:49:44.684Z] Removing intermediate container 0a2467b4dd3d [2021-03-11T00:49:44.684Z] ---> 05b4657fc314 [2021-03-11T00:49:44.684Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:49:44.684Z] Removing intermediate container 08b08b452a33 [2021-03-11T00:49:44.684Z] ---> 9324212f3cbd [2021-03-11T00:49:44.684Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:49:44.959Z] ---> Running in 7bacd491e077 [2021-03-11T00:49:44.959Z] ---> Running in d1f5f99066f6 [2021-03-11T00:49:45.237Z] Removing intermediate container b499aed682b4 [2021-03-11T00:49:45.237Z] ---> 741ccb1a8d2f [2021-03-11T00:49:45.237Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:49:45.237Z] Removing intermediate container 10edd01577a8 [2021-03-11T00:49:45.237Z] ---> fc448cdbe04e [2021-03-11T00:49:45.237Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:49:45.509Z] ---> Running in 65b34ea29b0d [2021-03-11T00:49:45.509Z] ---> Running in 62db1f672ae1 [2021-03-11T00:49:45.783Z] Removing intermediate container 7bacd491e077 [2021-03-11T00:49:45.783Z] ---> e0d2364bccef [2021-03-11T00:49:45.783Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:49:46.056Z] Removing intermediate container d1f5f99066f6 [2021-03-11T00:49:46.056Z] ---> f00dfd7a8837 [2021-03-11T00:49:46.056Z] [2021-03-11T00:49:46.056Z] ---> Running in 3a0bddfe8836 [2021-03-11T00:49:46.330Z] Removing intermediate container 62db1f672ae1 [2021-03-11T00:49:46.330Z] Removing intermediate container 65b34ea29b0d [2021-03-11T00:49:46.330Z] ---> ab09ae5f5b6c [2021-03-11T00:49:46.330Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:49:46.330Z] ---> 857ea2115865 [2021-03-11T00:49:46.330Z] Step 15/23 : WORKDIR / [2021-03-11T00:49:46.603Z] Successfully built f00dfd7a8837 [2021-03-11T00:49:46.603Z] ---> Running in 78e9c7aaf271 [2021-03-11T00:49:46.603Z] ---> Running in f574c5f75eda [2021-03-11T00:49:46.603Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T00:49:46.603Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-11T00:49:46.877Z] Removing intermediate container 3a0bddfe8836 [2021-03-11T00:49:46.877Z] ---> 59bef5742c6f [2021-03-11T00:49:46.877Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:47.484Z] Removing intermediate container f574c5f75eda [2021-03-11T00:49:47.484Z] ---> d420ea90c502 [2021-03-11T00:49:47.484Z] Step 15/23 : WORKDIR / [2021-03-11T00:49:47.484Z] ---> Running in 8eb640f28887 [2021-03-11T00:49:47.484Z] Removing intermediate container 55bb2b2828f6 [2021-03-11T00:49:47.484Z] ---> 60998e76ceca [2021-03-11T00:49:47.484Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:49:47.484Z] Removing intermediate container 78e9c7aaf271 [2021-03-11T00:49:47.484Z] ---> 605bca1df32d [2021-03-11T00:49:47.484Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:48.110Z] ---> Running in 81629618b82f [2021-03-11T00:49:48.110Z] ---> 00f067c46708 [2021-03-11T00:49:48.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:49:48.391Z] Removing intermediate container 8eb640f28887 [2021-03-11T00:49:48.391Z] ---> 314c5839aed9 [2021-03-11T00:49:48.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:48.671Z] Removing intermediate container 81629618b82f [2021-03-11T00:49:48.671Z] ---> 4a229da73f81 [2021-03-11T00:49:48.671Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T00:49:49.295Z] ---> a2177451c31e [2021-03-11T00:49:49.295Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:49:49.295Z] ---> Running in 8f61c1b5c0ac [2021-03-11T00:49:49.893Z] ---> 5a52f9e01bee [2021-03-11T00:49:49.893Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:49:50.172Z] ---> a2c06fd34602 [2021-03-11T00:49:50.172Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:50.172Z] Removing intermediate container 8f61c1b5c0ac [2021-03-11T00:49:50.172Z] ---> bfa21ba2f160 [2021-03-11T00:49:50.172Z] Step 23/24 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:49:51.181Z] ---> Running in b57c73e33711 [2021-03-11T00:49:51.181Z] ---> 989466d38926 [2021-03-11T00:49:51.181Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:51.461Z] ---> bb6ab72327de [2021-03-11T00:49:51.461Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:49:52.065Z] ---> Running in 0b49b5c14bd1 [2021-03-11T00:49:52.065Z] Removing intermediate container b57c73e33711 [2021-03-11T00:49:52.065Z] ---> 08ec2951d02f [2021-03-11T00:49:52.065Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:49:52.065Z] ---> 7556e99738af [2021-03-11T00:49:52.344Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:52.344Z] ---> fa13212a19b2 [2021-03-11T00:49:52.344Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:49:52.628Z] ---> Running in 6e8f0c71c14d [2021-03-11T00:49:52.903Z] ---> Running in 969e9ccf6eab [2021-03-11T00:49:52.903Z] Removing intermediate container 0b49b5c14bd1 [2021-03-11T00:49:52.903Z] ---> 0cc481771921 [2021-03-11T00:49:52.903Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:53.189Z] Removing intermediate container 6e8f0c71c14d [2021-03-11T00:49:53.189Z] ---> 7b0a6325ced6 [2021-03-11T00:49:53.189Z] [2021-03-11T00:49:53.462Z] ---> Running in be1f3994436e [2021-03-11T00:49:53.737Z] ---> 0c6c30c26fce [2021-03-11T00:49:53.737Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:49:53.737Z] Successfully built 7b0a6325ced6 [2021-03-11T00:49:53.737Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T00:49:53.737Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T00:49:53.737Z] Removing intermediate container 969e9ccf6eab [2021-03-11T00:49:53.737Z] ---> 01b13cca7547 [2021-03-11T00:49:53.737Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:54.016Z] ---> Running in 7447ef218727 [2021-03-11T00:49:54.016Z] ---> Running in f15f691f535c [2021-03-11T00:49:54.289Z] Removing intermediate container be1f3994436e [2021-03-11T00:49:54.290Z] ---> 95d158a33759 [2021-03-11T00:49:54.290Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:49:54.560Z] ---> Running in 1618bdcbde4a [2021-03-11T00:49:54.560Z] Removing intermediate container 7447ef218727 [2021-03-11T00:49:54.560Z] ---> 25cd104252ae [2021-03-11T00:49:54.560Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:54.560Z] Removing intermediate container f15f691f535c [2021-03-11T00:49:54.560Z] ---> 26d06a2e5053 [2021-03-11T00:49:54.560Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:49:54.833Z] ---> Running in b8cbe0bd5f7d [2021-03-11T00:49:54.833Z] ---> Running in 0a289bb5c967 [2021-03-11T00:49:55.142Z] Removing intermediate container 1618bdcbde4a [2021-03-11T00:49:55.142Z] ---> b616d8dcbe90 [2021-03-11T00:49:55.142Z] Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:49:55.142Z] Removing intermediate container b8cbe0bd5f7d [2021-03-11T00:49:55.142Z] ---> 91737f723b8a [2021-03-11T00:49:55.142Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:49:55.410Z] ---> Running in 58e8115b001c [2021-03-11T00:49:55.410Z] ---> Running in 2332d9a1390e [2021-03-11T00:49:55.410Z] Removing intermediate container 0a289bb5c967 [2021-03-11T00:49:55.410Z] ---> da7ceade2a46 [2021-03-11T00:49:55.410Z] Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:49:55.683Z] ---> Running in 06a626b21e80 [2021-03-11T00:49:55.966Z] Removing intermediate container 58e8115b001c [2021-03-11T00:49:55.966Z] ---> 9d7c2d53db3c [2021-03-11T00:49:55.966Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:49:55.966Z] Removing intermediate container 2332d9a1390e [2021-03-11T00:49:55.966Z] ---> 64e1f636de92 [2021-03-11T00:49:55.966Z] Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:49:56.243Z] ---> Running in 0a293bda9053 [2021-03-11T00:49:56.243Z] Removing intermediate container 06a626b21e80 [2021-03-11T00:49:56.243Z] ---> 049f20f61f14 [2021-03-11T00:49:56.243Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:49:56.243Z] ---> Running in febd1ba7ae81 [2021-03-11T00:49:56.516Z] ---> Running in 6bd39452c6f6 [2021-03-11T00:49:56.794Z] Removing intermediate container 0a293bda9053 [2021-03-11T00:49:56.794Z] ---> ade4da5c69c4 [2021-03-11T00:49:56.794Z] [2021-03-11T00:49:56.794Z] Removing intermediate container febd1ba7ae81 [2021-03-11T00:49:56.794Z] ---> 333a79dae657 [2021-03-11T00:49:56.794Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:49:57.078Z] Removing intermediate container 6bd39452c6f6 [2021-03-11T00:49:57.078Z] ---> 29c01c8de811 [2021-03-11T00:49:57.078Z] [2021-03-11T00:49:57.078Z] ---> Running in 3953171609dd [2021-03-11T00:49:57.352Z] Successfully built ade4da5c69c4 [2021-03-11T00:49:57.352Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T00:49:57.352Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-11T00:49:57.627Z] Successfully built 29c01c8de811 [2021-03-11T00:49:57.627Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T00:49:57.627Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-11T00:49:57.902Z] Removing intermediate container 3953171609dd [2021-03-11T00:49:57.902Z] ---> 00258d246a63 [2021-03-11T00:49:57.902Z] [2021-03-11T00:49:58.494Z] Successfully built 00258d246a63 [2021-03-11T00:49:58.494Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T00:50:37.458Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:37.458Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:37.458Z] ---> 5f6d1fbbfa16 [2021-03-11T00:50:37.458Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:50:37.458Z] ---> Using cache [2021-03-11T00:50:37.458Z] ---> d76e221b5435 [2021-03-11T00:50:37.458Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:37.458Z] ---> Using cache [2021-03-11T00:50:37.458Z] ---> ce9e82a20d06 [2021-03-11T00:50:37.458Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:50:37.458Z] ---> Using cache [2021-03-11T00:50:37.458Z] ---> d6384679d6a8 [2021-03-11T00:50:37.458Z] Step 6/31 : COPY go.mod . [2021-03-11T00:50:37.458Z] ---> Using cache [2021-03-11T00:50:37.458Z] ---> 7572206ee733 [2021-03-11T00:50:37.458Z] Step 7/31 : RUN go mod download [2021-03-11T00:50:37.458Z] ---> Using cache [2021-03-11T00:50:37.458Z] ---> d8347f01120f [2021-03-11T00:50:37.458Z] Step 8/31 : COPY . . [2021-03-11T00:50:37.458Z] ---> Using cache [2021-03-11T00:50:37.458Z] ---> 9e1fa422a0b5 [2021-03-11T00:50:37.458Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:50:38.893Z] ---> Running in e6c79fbe5712 [2021-03-11T00:50:40.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:50:45.751Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:45.751Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:45.751Z] ---> 5f6d1fbbfa16 [2021-03-11T00:50:45.751Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:50:45.751Z] ---> Using cache [2021-03-11T00:50:45.751Z] ---> d76e221b5435 [2021-03-11T00:50:45.751Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:45.751Z] ---> Using cache [2021-03-11T00:50:45.751Z] ---> ce9e82a20d06 [2021-03-11T00:50:45.751Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:50:46.352Z] ---> Running in 201a4b9b9236 [2021-03-11T00:50:46.959Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:46.959Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:46.959Z] ---> 5f6d1fbbfa16 [2021-03-11T00:50:46.959Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:50:46.959Z] ---> Using cache [2021-03-11T00:50:46.959Z] ---> d76e221b5435 [2021-03-11T00:50:46.959Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:46.959Z] ---> Using cache [2021-03-11T00:50:46.959Z] ---> ce9e82a20d06 [2021-03-11T00:50:46.959Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:50:46.959Z] ---> Running in 1fbc02c77b67 [2021-03-11T00:50:47.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:47.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:47.243Z] ---> 5f6d1fbbfa16 [2021-03-11T00:50:47.243Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:50:47.243Z] ---> Using cache [2021-03-11T00:50:47.243Z] ---> d76e221b5435 [2021-03-11T00:50:47.243Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:47.243Z] ---> Using cache [2021-03-11T00:50:47.243Z] ---> ce9e82a20d06 [2021-03-11T00:50:47.243Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:50:47.243Z] ---> Running in b2883612139b [2021-03-11T00:50:48.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:49.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:49.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:49.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:50.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:50.414Z] OK: 217 MiB in 51 packages [2021-03-11T00:50:50.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:50.973Z] OK: 217 MiB in 51 packages [2021-03-11T00:50:51.578Z] OK: 217 MiB in 51 packages [2021-03-11T00:50:53.187Z] Removing intermediate container 1fbc02c77b67 [2021-03-11T00:50:53.187Z] ---> a606a07cc08a [2021-03-11T00:50:53.187Z] Step 6/23 : COPY go.mod . [2021-03-11T00:50:53.187Z] Removing intermediate container 201a4b9b9236 [2021-03-11T00:50:53.187Z] ---> 862726f7e2a5 [2021-03-11T00:50:53.187Z] Step 6/26 : COPY go.mod . [2021-03-11T00:50:54.172Z] Removing intermediate container b2883612139b [2021-03-11T00:50:54.172Z] ---> 8a37808c3d2b [2021-03-11T00:50:54.172Z] Step 6/22 : COPY go.mod . [2021-03-11T00:50:54.775Z] ---> 768f76c48ebd [2021-03-11T00:50:54.775Z] Step 7/26 : RUN go mod download [2021-03-11T00:50:55.055Z] ---> 722471d33092 [2021-03-11T00:50:55.055Z] Step 7/23 : RUN go mod download [2021-03-11T00:50:55.055Z] ---> Running in 5a163be5c3e7 [2021-03-11T00:50:55.334Z] ---> Running in 74982b57977e [2021-03-11T00:50:55.334Z] ---> 233d5be8d058 [2021-03-11T00:50:55.334Z] Step 7/22 : RUN go mod download [2021-03-11T00:50:55.953Z] ---> Running in e0d926d7773b [2021-03-11T00:51:01.419Z] Removing intermediate container 5a163be5c3e7 [2021-03-11T00:51:01.419Z] ---> 23e2e2dbd9a4 [2021-03-11T00:51:01.419Z] Step 8/26 : COPY . . [2021-03-11T00:51:01.419Z] Removing intermediate container 74982b57977e [2021-03-11T00:51:01.419Z] ---> 7bfde9964008 [2021-03-11T00:51:01.419Z] Step 8/23 : COPY . . [2021-03-11T00:51:01.419Z] Removing intermediate container e0d926d7773b [2021-03-11T00:51:01.419Z] ---> e20448e097ff [2021-03-11T00:51:01.419Z] Step 8/22 : COPY . . [2021-03-11T00:51:33.765Z] ---> a541bea96adc [2021-03-11T00:51:33.765Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:51:33.765Z] ---> 6aa6d231cfdf [2021-03-11T00:51:33.765Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:51:33.765Z] ---> 61d11675236c [2021-03-11T00:51:33.765Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:51:33.765Z] ---> Running in 8e332fd08b80 [2021-03-11T00:51:33.765Z] ---> Running in 4d9839a95eea [2021-03-11T00:51:33.765Z] ---> Running in 373f698d35a6 [2021-03-11T00:51:35.738Z] Removing intermediate container e6c79fbe5712 [2021-03-11T00:51:35.738Z] ---> d64782aa7e11 [2021-03-11T00:51:35.738Z] [2021-03-11T00:51:35.738Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:51:35.738Z] ---> d10569e2745f [2021-03-11T00:51:35.738Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:51:35.738Z] 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-03-11T00:51:35.739Z] 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-03-11T00:51:35.739Z] 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-03-11T00:51:35.739Z] ---> Running in 28fa36992bcc [2021-03-11T00:51:36.335Z] Removing intermediate container 28fa36992bcc [2021-03-11T00:51:36.335Z] ---> e82e750c5580 [2021-03-11T00:51:36.335Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:51:36.605Z] ---> Running in 84ed1196cfb9 [2021-03-11T00:51:38.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:38.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:39.310Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:51:39.310Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:51:39.310Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:39.310Z] OK: 5 MiB in 16 packages [2021-03-11T00:51:40.762Z] Removing intermediate container 84ed1196cfb9 [2021-03-11T00:51:40.762Z] ---> 2b1d2696804e [2021-03-11T00:51:40.762Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:51:41.033Z] ---> Running in 64fa2a1cfc8f [2021-03-11T00:51:41.630Z] Removing intermediate container 64fa2a1cfc8f [2021-03-11T00:51:41.630Z] ---> a0951ce4cd32 [2021-03-11T00:51:41.630Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:51:41.906Z] ---> Running in d068447b2c11 [2021-03-11T00:51:42.499Z] Removing intermediate container d068447b2c11 [2021-03-11T00:51:42.499Z] ---> 0e209db219f7 [2021-03-11T00:51:42.499Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:51:42.499Z] ---> Running in 1d5ae15c0bab [2021-03-11T00:51:45.922Z] Removing intermediate container 1d5ae15c0bab [2021-03-11T00:51:45.922Z] ---> c739b8dd1df4 [2021-03-11T00:51:45.922Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:51:45.922Z] ---> Running in b2cd5486de17 [2021-03-11T00:51:46.912Z] Removing intermediate container b2cd5486de17 [2021-03-11T00:51:46.912Z] ---> 9ec0230e70ec [2021-03-11T00:51:46.912Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:51:47.909Z] ---> 5ad88cc26e22 [2021-03-11T00:51:48.185Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:51:48.185Z] ---> Running in 6016ee7abdfd [2021-03-11T00:51:51.596Z] Removing intermediate container 6016ee7abdfd [2021-03-11T00:51:51.596Z] ---> 83682e69887a [2021-03-11T00:51:51.596Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:51:53.036Z] ---> 21e786e29296 [2021-03-11T00:51:53.036Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:51:55.013Z] ---> 4c76c6be2ad8 [2021-03-11T00:51:55.013Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:51:55.612Z] ---> 6b15ffd40042 [2021-03-11T00:51:55.612Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:51:56.597Z] ---> 84c17824da8f [2021-03-11T00:51:56.597Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:51:57.582Z] ---> f48a45531ebf [2021-03-11T00:51:57.582Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:51:57.913Z] ---> Running in bcce4b089c3a [2021-03-11T00:51:58.898Z] Removing intermediate container bcce4b089c3a [2021-03-11T00:51:58.898Z] ---> 362328bdae59 [2021-03-11T00:51:58.898Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:51:59.885Z] ---> 081c1e0267fd [2021-03-11T00:51:59.885Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:52:00.483Z] ---> Running in 91d41c30e1f3 [2021-03-11T00:52:04.813Z] Removing intermediate container 91d41c30e1f3 [2021-03-11T00:52:04.813Z] ---> d323df30fcef [2021-03-11T00:52:04.813Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:52:04.813Z] ---> Running in 34309bcedd32 [2021-03-11T00:52:05.411Z] Removing intermediate container 34309bcedd32 [2021-03-11T00:52:05.411Z] ---> 27e86537a1d1 [2021-03-11T00:52:05.411Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:52:06.013Z] ---> Running in b912efd3385f [2021-03-11T00:52:06.615Z] Removing intermediate container b912efd3385f [2021-03-11T00:52:06.615Z] ---> bfd7c967d647 [2021-03-11T00:52:06.615Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T00:52:06.893Z] ---> Running in a64e782a0408 [2021-03-11T00:52:07.498Z] Removing intermediate container a64e782a0408 [2021-03-11T00:52:07.498Z] ---> 1f6b184ffdf6 [2021-03-11T00:52:07.498Z] Step 30/31 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:52:08.107Z] ---> Running in 8b886ec51ccb [2021-03-11T00:52:08.707Z] Removing intermediate container 8b886ec51ccb [2021-03-11T00:52:08.707Z] ---> 030abcf38428 [2021-03-11T00:52:08.707Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:52:08.982Z] ---> Running in b6bad5790f48 [2021-03-11T00:52:09.967Z] Removing intermediate container b6bad5790f48 [2021-03-11T00:52:09.967Z] ---> 4f488cd3f389 [2021-03-11T00:52:09.967Z] [2021-03-11T00:52:10.242Z] Successfully built 4f488cd3f389 [2021-03-11T00:52:10.242Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T00:52:57.239Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 373f698d35a6 [2021-03-11T00:52:57.240Z] ---> b5b98b088b4e [2021-03-11T00:52:57.240Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:52:57.240Z] ---> Running in 481b7571d8cc [2021-03-11T00:52:57.240Z] 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-03-11T00:52:57.240Z] Removing intermediate container 481b7571d8cc [2021-03-11T00:52:57.240Z] ---> 4af78446decf [2021-03-11T00:52:57.240Z] [2021-03-11T00:52:57.240Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:52:57.240Z] 20.10.0: Pulling from library/docker [2021-03-11T00:52:58.680Z] Removing intermediate container 8e332fd08b80 [2021-03-11T00:52:58.680Z] ---> 4167c94f8d8c [2021-03-11T00:52:58.680Z] [2021-03-11T00:52:58.680Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:52:58.680Z] ---> d10569e2745f [2021-03-11T00:52:58.680Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:52:59.287Z] ---> Running in 1a36d3ed1fca [2021-03-11T00:53:01.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:01.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:01.870Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:53:01.870Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:53:01.870Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:01.870Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:53:02.142Z] OK: 6 MiB in 16 packages [2021-03-11T00:53:05.523Z] Removing intermediate container 1a36d3ed1fca [2021-03-11T00:53:05.523Z] ---> 47a44035ab78 [2021-03-11T00:53:05.523Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:53:05.523Z] ---> Running in c29c2601705d [2021-03-11T00:53:06.117Z] Removing intermediate container c29c2601705d [2021-03-11T00:53:06.117Z] ---> fa02d3b39456 [2021-03-11T00:53:06.117Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:53:06.392Z] ---> Running in 4743e368f1c8 [2021-03-11T00:53:07.405Z] Removing intermediate container 4743e368f1c8 [2021-03-11T00:53:07.405Z] ---> 65fcd4e1e1d5 [2021-03-11T00:53:07.405Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:53:07.405Z] ---> Running in de6f48f4461d [2021-03-11T00:53:07.682Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:53:07.682Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:53:07.682Z] ---> eeaf43b92773 [2021-03-11T00:53:07.682Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:53:07.964Z] ---> Running in 670007a80b1e [2021-03-11T00:53:08.241Z] Removing intermediate container de6f48f4461d [2021-03-11T00:53:08.241Z] ---> 8e6970cbe893 [2021-03-11T00:53:08.241Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:53:09.227Z] Removing intermediate container 4d9839a95eea [2021-03-11T00:53:09.227Z] ---> 48cc1f3f7763 [2021-03-11T00:53:09.227Z] [2021-03-11T00:53:09.227Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:53:09.227Z] ---> d10569e2745f [2021-03-11T00:53:09.227Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:53:09.227Z] ---> 6801050e1615 [2021-03-11T00:53:09.227Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:53:09.227Z] ---> Running in a9cbc67b24d1 [2021-03-11T00:53:09.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:09.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:09.784Z] Removing intermediate container a9cbc67b24d1 [2021-03-11T00:53:09.784Z] ---> 7c54fb44379a [2021-03-11T00:53:09.784Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:53:10.066Z] ---> Running in e9a559841f2d [2021-03-11T00:53:10.066Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:53:10.346Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:53:10.346Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:53:10.346Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:10.346Z] OK: 12 MiB in 22 packages [2021-03-11T00:53:10.623Z] ---> 9b6b35b0fd8b [2021-03-11T00:53:10.623Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:10.623Z] Removing intermediate container e9a559841f2d [2021-03-11T00:53:10.623Z] ---> 86b09cc193e6 [2021-03-11T00:53:10.623Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:53:10.909Z] ---> Running in 3d65be5432ca [2021-03-11T00:53:11.512Z] ---> f053293d29b3 [2021-03-11T00:53:11.513Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:53:11.513Z] Removing intermediate container 3d65be5432ca [2021-03-11T00:53:11.513Z] ---> 25e674a4e9f2 [2021-03-11T00:53:11.513Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:53:11.513Z] ---> Running in 582a513503ec [2021-03-11T00:53:11.797Z] ---> Running in 982ba28f604b [2021-03-11T00:53:11.797Z] Removing intermediate container 670007a80b1e [2021-03-11T00:53:11.797Z] ---> 32d998f8ffff [2021-03-11T00:53:11.797Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:53:12.080Z] ---> Running in 2aa22468667a [2021-03-11T00:53:12.080Z] Removing intermediate container 582a513503ec [2021-03-11T00:53:12.080Z] ---> e1c9004f6356 [2021-03-11T00:53:12.080Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:53:12.369Z] ---> Running in b8db8d1e73a3 [2021-03-11T00:53:12.645Z] Removing intermediate container 2aa22468667a [2021-03-11T00:53:12.645Z] ---> 49635e040f74 [2021-03-11T00:53:12.645Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:53:12.926Z] ---> Running in 376e7921631c [2021-03-11T00:53:12.926Z] Removing intermediate container b8db8d1e73a3 [2021-03-11T00:53:12.926Z] ---> 57cc5dd269ef [2021-03-11T00:53:12.926Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:53:13.210Z] ---> Running in 0939f3db7705 [2021-03-11T00:53:13.485Z] Removing intermediate container 376e7921631c [2021-03-11T00:53:13.485Z] ---> e5982fe7e38d [2021-03-11T00:53:13.485Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:53:13.764Z] ---> Running in 714fcd2534fe [2021-03-11T00:53:13.764Z] Removing intermediate container 0939f3db7705 [2021-03-11T00:53:13.764Z] ---> d217530bfce2 [2021-03-11T00:53:13.764Z] Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:53:14.041Z] ---> Running in 467869ef335a [2021-03-11T00:53:14.322Z] Removing intermediate container 714fcd2534fe [2021-03-11T00:53:14.322Z] ---> e409ea1e6ca9 [2021-03-11T00:53:14.322Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:53:14.322Z] Removing intermediate container 982ba28f604b [2021-03-11T00:53:14.322Z] ---> fc8cc6282fec [2021-03-11T00:53:14.322Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:53:14.600Z] ---> Running in 4f2a5a828822 [2021-03-11T00:53:14.600Z] Removing intermediate container 467869ef335a [2021-03-11T00:53:14.600Z] ---> 5731c4bad3ab [2021-03-11T00:53:14.600Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:53:14.877Z] ---> Running in 0e28ca7633cb [2021-03-11T00:53:15.869Z] Removing intermediate container 0e28ca7633cb [2021-03-11T00:53:15.869Z] ---> 76e113319a1e [2021-03-11T00:53:15.869Z] [2021-03-11T00:53:15.869Z] ---> 9c14fcf58166 [2021-03-11T00:53:15.869Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:16.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:16.148Z] Successfully built 76e113319a1e [2021-03-11T00:53:16.148Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T00:53:16.749Z]  Building docker-support-notifications-go ... done  ---> fd443c5889ed [2021-03-11T00:53:16.749Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:53:16.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:17.741Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:53:17.741Z] ---> dacfbb21a3f8 [2021-03-11T00:53:17.741Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:53:17.741Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:53:17.741Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:53:17.741Z] ---> Running in 69382a074b6a [2021-03-11T00:53:18.019Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:53:18.306Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:53:18.307Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:53:18.307Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:18.307Z] OK: 8 MiB in 20 packages [2021-03-11T00:53:19.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:19.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:19.903Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:53:19.903Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:53:19.903Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:53:19.903Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:53:19.903Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:53:19.903Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:53:19.903Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:53:19.903Z] Removing intermediate container 4f2a5a828822 [2021-03-11T00:53:19.903Z] ---> deb10d65a9e0 [2021-03-11T00:53:19.903Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:53:21.357Z] ---> ba7115e4927d [2021-03-11T00:53:21.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:53:21.958Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:53:21.958Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:53:21.958Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:53:21.958Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:53:21.958Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:53:21.958Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:53:21.958Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:53:21.958Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:53:21.958Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:53:21.958Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:53:21.958Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:53:22.238Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:53:22.238Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:53:22.238Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:53:22.238Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:53:22.238Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:53:22.238Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:53:22.238Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:53:22.238Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:53:22.238Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:53:22.238Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:53:22.238Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:53:22.238Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:53:22.238Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:53:22.238Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:53:22.238Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:53:22.524Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:22.524Z] OK: 71 MiB in 55 packages [2021-03-11T00:53:23.122Z] ---> bacbf4126f6b [2021-03-11T00:53:23.122Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:24.246Z] ---> 89a64a0bbbec [2021-03-11T00:53:24.246Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:53:24.246Z] ---> Running in 6ebf13b3cfa2 [2021-03-11T00:53:24.879Z] Removing intermediate container 6ebf13b3cfa2 [2021-03-11T00:53:24.879Z] ---> cfe87c841103 [2021-03-11T00:53:24.879Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:53:25.169Z] ---> Running in 4f5dfc908f77 [2021-03-11T00:53:26.190Z] Removing intermediate container 4f5dfc908f77 [2021-03-11T00:53:26.190Z] ---> 040484b1800c [2021-03-11T00:53:26.190Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:53:26.475Z] ---> Running in 11be22b2e733 [2021-03-11T00:53:27.095Z] Removing intermediate container 11be22b2e733 [2021-03-11T00:53:27.095Z] ---> 7c33dc52ea3e [2021-03-11T00:53:27.095Z] Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:53:27.379Z] ---> Running in 4d80c6d6a426 [2021-03-11T00:53:28.011Z] Removing intermediate container 4d80c6d6a426 [2021-03-11T00:53:28.011Z] ---> 6ba067a8b617 [2021-03-11T00:53:28.011Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:53:28.294Z] ---> Running in 0866e2e2a5e8 [2021-03-11T00:53:29.289Z] Removing intermediate container 0866e2e2a5e8 [2021-03-11T00:53:29.289Z] ---> cde023547bb4 [2021-03-11T00:53:29.289Z] [2021-03-11T00:53:29.566Z] Successfully built cde023547bb4 [2021-03-11T00:53:29.567Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T00:53:29.842Z]  Building docker-core-data-go ... done Removing intermediate container 69382a074b6a [2021-03-11T00:53:29.842Z] ---> 169a685b11da [2021-03-11T00:53:29.842Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:53:29.842Z] ---> Running in 1f3cd1a8b9cf [2021-03-11T00:53:36.537Z] Collecting docker-compose==1.23.2 [2021-03-11T00:53:36.537Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:53:36.810Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:53:36.810Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:53:40.187Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:53:40.187Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:53:43.556Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:53:43.556Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:53:45.515Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:53:45.515Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:53:45.515Z] 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-03-11T00:53:45.812Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:53:45.812Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:53:48.416Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:53:48.416Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:53:50.382Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:53:50.382Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:53:50.975Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:53:50.975Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:53:51.568Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:53:51.568Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:53:51.568Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:53:51.568Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:53:52.158Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:53:52.158Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:53:52.158Z] 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-03-11T00:53:52.747Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:53:52.747Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:53:53.018Z] 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-03-11T00:53:53.018Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:53:53.018Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:53:53.018Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:53:53.018Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:53:53.988Z] Installing collected packages: dockerpty, PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, docopt, jsonschema, cached-property, docker-compose [2021-03-11T00:53:53.988Z] Running setup.py install for dockerpty: started [2021-03-11T00:53:55.949Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:53:55.949Z] Running setup.py install for PyYAML: started [2021-03-11T00:53:57.907Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:53:57.907Z] Attempting uninstall: idna [2021-03-11T00:53:57.907Z] Found existing installation: idna 2.9 [2021-03-11T00:53:57.907Z] Uninstalling idna-2.9: [2021-03-11T00:53:57.907Z] Successfully uninstalled idna-2.9 [2021-03-11T00:53:58.494Z] Attempting uninstall: urllib3 [2021-03-11T00:53:58.494Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:53:58.494Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:53:58.494Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:53:59.086Z] Attempting uninstall: requests [2021-03-11T00:53:59.086Z] Found existing installation: requests 2.23.0 [2021-03-11T00:53:59.086Z] Uninstalling requests-2.23.0: [2021-03-11T00:53:59.356Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:54:00.776Z] Running setup.py install for texttable: started [2021-03-11T00:54:02.743Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:54:02.743Z] Running setup.py install for docopt: started [2021-03-11T00:54:04.705Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:54:05.673Z] 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.58.0 [2021-03-11T00:54:09.963Z] Removing intermediate container 1f3cd1a8b9cf [2021-03-11T00:54:09.963Z] ---> b5eee78cd723 [2021-03-11T00:54:09.963Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:54:09.963Z] ---> Running in 8185f11dbd68 [2021-03-11T00:54:10.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:10.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:11.431Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:54:11.431Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:54:11.431Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:54:11.431Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:54:11.431Z] OK: 71 MiB in 58 packages [2021-03-11T00:54:12.868Z] Removing intermediate container 8185f11dbd68 [2021-03-11T00:54:12.868Z] ---> d83f19952977 [2021-03-11T00:54:12.868Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:54:12.868Z] ---> Running in da1ae2d26b5f [2021-03-11T00:54:13.139Z] Removing intermediate container da1ae2d26b5f [2021-03-11T00:54:13.139Z] ---> 51cb0e7f2988 [2021-03-11T00:54:13.139Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:54:13.413Z] ---> Running in 08321f6c0ad6 [2021-03-11T00:54:13.685Z] Removing intermediate container 08321f6c0ad6 [2021-03-11T00:54:13.685Z] ---> 91da38512b0f [2021-03-11T00:54:13.685Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T00:54:13.960Z] ---> Running in 9c8d25ec8059 [2021-03-11T00:54:14.550Z] Removing intermediate container 9c8d25ec8059 [2021-03-11T00:54:14.550Z] ---> bafdb744afd4 [2021-03-11T00:54:14.550Z] Step 25/26 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea [2021-03-11T00:54:14.550Z] ---> Running in c688c396247a [2021-03-11T00:54:15.140Z] Removing intermediate container c688c396247a [2021-03-11T00:54:15.140Z] ---> ce8cb1fb58fb [2021-03-11T00:54:15.140Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:54:15.140Z] ---> Running in 49afa4fe8eaa [2021-03-11T00:54:15.413Z] Removing intermediate container 49afa4fe8eaa [2021-03-11T00:54:15.413Z] ---> fab30023cfb3 [2021-03-11T00:54:15.413Z] [2021-03-11T00:54:16.010Z] Successfully built fab30023cfb3 [2021-03-11T00:54:16.010Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T00:54:16.294Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T00:54:16.283Z] $ docker stop --time=1 ca3a93bcbc8779f31a3e46a0119e9138b77fa86af58387c7d6c971cca65bb4bd [2021-03-11T00:54:18.146Z] $ docker rm -f ca3a93bcbc8779f31a3e46a0119e9138b77fa86af58387c7d6c971cca65bb4bd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:54:18.838Z] + + docker images [2021-03-11T00:54:18.838Z] grep docker [2021-03-11T00:54:19.108Z] docker-sys-mgmt-agent-go-arm64 latest fab30023cfb3 3 seconds ago 300MB [2021-03-11T00:54:19.108Z] docker-core-data-go-arm64 latest cde023547bb4 50 seconds ago 21.3MB [2021-03-11T00:54:19.108Z] docker-support-notifications-go-arm64 latest 76e113319a1e About a minute ago 16.9MB [2021-03-11T00:54:19.108Z] docker-security-bootstrapper-go-arm64 latest 4f488cd3f389 2 minutes ago 17.8MB [2021-03-11T00:54:19.108Z] docker-core-metadata-go-arm64 latest 00258d246a63 4 minutes ago 17.9MB [2021-03-11T00:54:19.108Z] docker-support-scheduler-go-arm64 latest ade4da5c69c4 4 minutes ago 16.3MB [2021-03-11T00:54:19.108Z] docker-core-command-go-arm64 latest 29c01c8de811 4 minutes ago 16.2MB [2021-03-11T00:54:19.108Z] docker-security-secretstore-setup-go-arm64 latest 7b0a6325ced6 4 minutes ago 23.7MB [2021-03-11T00:54:19.108Z] docker-security-proxy-setup-go-arm64 latest f00dfd7a8837 4 minutes ago 23.4MB [2021-03-11T00:54:19.108Z] docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:54:20.097Z] ---> job-cost.sh [2021-03-11T00:54:20.097Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wUvv [2021-03-11T00:54:59.032Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T00:56:35.774Z] lf-activate-venv(): INFO: Adding /tmp/venv-wUvv/bin to PATH [2021-03-11T00:56:35.774Z] INFO: No Stack... [2021-03-11T00:56:36.367Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T00:56:36.638Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T00:56:36.987Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [2021-03-11T00:56:36.987Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T00:56:37.098Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] [2021-03-11T00:56:37.105Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] did not exist. Created. [2021-03-11T00:56:37.105Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T00:56:38.884Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T00:56:39.197Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T00:56:39.207Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] [Pipeline] // lock [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] { (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-03-11T00:56:42.198Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:43.187Z] ---> package-listing.sh [2021-03-11T00:56:43.187Z] ++ facter osfamily [2021-03-11T00:56:43.187Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T00:56:43.187Z] + OS_FAMILY=redhat [2021-03-11T00:56:43.187Z] + workspace=/w/workspace/edgex-go/7 [2021-03-11T00:56:43.187Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T00:56:43.187Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T00:56:43.187Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T00:56:43.187Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T00:56:43.187Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-11T00:56:43.187Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T00:56:43.187Z] + case "${OS_FAMILY}" in [2021-03-11T00:56:43.187Z] + rpm -qa [2021-03-11T00:56:43.187Z] + sort [2021-03-11T00:56:48.630Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T00:56:48.630Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T00:56:48.630Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T00:56:48.630Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-11T00:56:48.630Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-03-11T00:56:48.630Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-03-11T00:56:48.644Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T00:56:48.946Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:56:49.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:56:49.262Z] [2021-03-11T00:56:49.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:56:49.679Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:56:49.679Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T00:56:49.679Z] df20fa9351a1: Pulling fs layer [2021-03-11T00:56:49.679Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T00:56:49.679Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T00:56:49.679Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T00:56:49.679Z] 93b61091891f: Pulling fs layer [2021-03-11T00:56:49.679Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T00:56:49.679Z] 5e14af77c1be: Pulling fs layer [2021-03-11T00:56:49.679Z] 01666e4c0597: Pulling fs layer [2021-03-11T00:56:49.679Z] aa168da1d23b: Pulling fs layer [2021-03-11T00:56:49.679Z] 93b9cdb0e59b: Waiting [2021-03-11T00:56:49.679Z] 5e14af77c1be: Waiting [2021-03-11T00:56:49.679Z] 01666e4c0597: Waiting [2021-03-11T00:56:49.679Z] aa168da1d23b: Waiting [2021-03-11T00:56:49.679Z] 46f8f816bc3b: Waiting [2021-03-11T00:56:49.679Z] 93b61091891f: Waiting [2021-03-11T00:56:49.679Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T00:56:49.679Z] 36b3adc4ff6f: Download complete [2021-03-11T00:56:49.946Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T00:56:49.946Z] 46f8f816bc3b: Download complete [2021-03-11T00:56:49.946Z] df20fa9351a1: Verifying Checksum [2021-03-11T00:56:49.946Z] df20fa9351a1: Download complete [2021-03-11T00:56:49.946Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T00:56:49.946Z] 93b9cdb0e59b: Download complete [2021-03-11T00:56:49.946Z] 5e14af77c1be: Download complete [2021-03-11T00:56:49.946Z] 93b61091891f: Download complete [2021-03-11T00:56:49.946Z] 01666e4c0597: Verifying Checksum [2021-03-11T00:56:49.946Z] 01666e4c0597: Download complete [2021-03-11T00:56:50.212Z] df20fa9351a1: Pull complete [2021-03-11T00:56:50.474Z] 36b3adc4ff6f: Pull complete [2021-03-11T00:56:50.750Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T00:56:50.750Z] 8ad3a11d3b57: Download complete [2021-03-11T00:56:51.720Z] 8ad3a11d3b57: Pull complete [2021-03-11T00:56:51.720Z] 46f8f816bc3b: Pull complete [2021-03-11T00:56:52.669Z] aa168da1d23b: Verifying Checksum [2021-03-11T00:56:52.669Z] aa168da1d23b: Download complete [2021-03-11T00:56:53.613Z] 93b61091891f: Pull complete [2021-03-11T00:56:53.877Z] 93b9cdb0e59b: Pull complete [2021-03-11T00:56:54.145Z] 5e14af77c1be: Pull complete [2021-03-11T00:56:54.145Z] 01666e4c0597: Pull complete [2021-03-11T00:57:02.328Z] aa168da1d23b: Pull complete [2021-03-11T00:57:02.328Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T00:57:02.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:57:02.328Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T00:57:02.618Z] prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container [2021-03-11T00:57:02.686Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T00:57:12.088Z] $ docker top fea3f148331a67411841dfdec68bd69fb91ab2dbec5aecf335b1a93cfc4819ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:57:12.633Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T00:57:12.945Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T00:57:13.249Z] + ls /var/log/sa-host [2021-03-11T00:57:13.249Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T00:57:13.249Z] file_magic: OK [2021-03-11T00:57:13.249Z] HZ: Using current value: 100 [2021-03-11T00:57:13.249Z] file_header: OK [2021-03-11T00:57:13.249Z] 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-03-11T00:57:13.249Z] Statistics: [2021-03-11T00:57:13.249Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T00:57:13.249Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T00:57:13.249Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T00:57:13.249Z] file_magic: OK [2021-03-11T00:57:13.249Z] HZ: Using current value: 100 [2021-03-11T00:57:13.249Z] file_header: OK [2021-03-11T00:57:13.249Z] 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-03-11T00:57:13.249Z] Statistics: [2021-03-11T00:57:13.249Z] Hnuu...uuuununununu... [2021-03-11T00:57:13.249Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T00:57:13.474Z] provisioning config files... [2021-03-11T00:57:13.495Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2005531504261723198tmp [Pipeline] { [Pipeline] echo [2021-03-11T00:57:13.581Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:57:13.883Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T00:57:13.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T00:57:13.981Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:57:14.281Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T00:57:14.292Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:57:14.595Z] ---> sudo-logs.sh [2021-03-11T00:57:14.595Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T00:57:14.718Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:57:15.018Z] ---> job-cost.sh [2021-03-11T00:57:15.018Z] lf-activate-venv: SKIPPING [2021-03-11T00:57:15.018Z] DEBUG: total: 0.20999999344348907 [2021-03-11T00:57:15.018Z] INFO: Retrieving Stack Cost... [2021-03-11T00:57:16.429Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T00:57:16.762Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T00:57:16.791Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:57:17.111Z] ---> logs-deploy.sh [2021-03-11T00:57:17.111Z] lf-activate-venv: SKIPPING [2021-03-11T00:57:17.111Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/7 [2021-03-11T00:57:17.111Z] INFO: archiving workspace using pattern(s): [2021-03-11T00:57:18.526Z] Archives upload complete. [2021-03-11T00:57:18.526Z] INFO: archiving logs to Nexus