Pull request #3223 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from e16aee3722b0f014e7611225c341ea548abb8698+3a622268bb16cc6f060a937717ebd043e18486e3 (e4bb12cc9e65fa205586705ed0d3202db64f47d9) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29537 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 Merge succeeded, producing e16aee3722b0f014e7611225c341ea548abb8698 Checking out Revision e16aee3722b0f014e7611225c341ea548abb8698 (PR-3223) > git config core.sparsecheckout # timeout=10 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 Commit message: "build(snap): Add implementation for set up Consul ACL" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T21:04:04.443Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T21:04:04.769Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T21:04:04.889Z] ========================================================= [2021-03-11T21:04:04.889Z] EdgeX Global Pipelines Version Info [2021-03-11T21:04:04.889Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ea90a067355d61d123892062d0c9e4a1eb0e56ea # timeout=10 [2021-03-11T21:04:06.848Z] ------------------- [2021-03-11T21:04:06.848Z] stable info: [2021-03-11T21:04:06.848Z] ------------------- [2021-03-11T21:04:06.848Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T21:04:06.848Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T21:04:06.848Z] Message: update stable to v1.0.184 [2021-03-11T21:04:07.428Z] ------------------- [2021-03-11T21:04:07.428Z] experimental info: [2021-03-11T21:04:07.428Z] ------------------- [2021-03-11T21:04:07.428Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T21:04:07.428Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T21:04:07.428Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T21:04:07.758Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T21:04:07.864Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T21:04:07.978Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T21:04:08.083Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T21:04:08.195Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T21:04:08.346Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T21:04:08.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T21:04:08.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T21:04:08.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T21:04:08.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T21:04:08.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T21:04:09.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T21:04:09.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T21:04:09.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T21:04:09.330Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T21:04:09.439Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T21:04:09.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T21:04:09.644Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T21:04:09.755Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T21:04:09.859Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T21:04:09.970Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T21:04:10.159Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T21:04:10.270Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo [2021-03-11T21:04:10.410Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo [2021-03-11T21:04:10.528Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo [2021-03-11T21:04:10.650Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e16aee3722b0f014e7611225c341ea548abb8698 [Pipeline] echo [2021-03-11T21:04:10.751Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e16aee3 [Pipeline] echo [2021-03-11T21:04:10.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T21:04:11.089Z] provisioning config files... [2021-03-11T21:04:11.148Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2669597596656129499tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:04:11.515Z] ---> docker-login.sh [2021-03-11T21:04:11.515Z] nexus3.edgexfoundry.org:10001 [2021-03-11T21:04:11.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:04:12.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:04:12.044Z] Configure a credential helper to remove this warning. See [2021-03-11T21:04:12.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:04:12.044Z] [2021-03-11T21:04:12.044Z] Login Succeeded [2021-03-11T21:04:12.044Z] nexus3.edgexfoundry.org:10002 [2021-03-11T21:04:12.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:04:12.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:04:12.308Z] Configure a credential helper to remove this warning. See [2021-03-11T21:04:12.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:04:12.308Z] [2021-03-11T21:04:12.308Z] Login Succeeded [2021-03-11T21:04:12.308Z] nexus3.edgexfoundry.org:10003 [2021-03-11T21:04:12.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:04:12.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:04:12.308Z] Configure a credential helper to remove this warning. See [2021-03-11T21:04:12.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:04:12.308Z] [2021-03-11T21:04:12.308Z] Login Succeeded [2021-03-11T21:04:12.308Z] nexus3.edgexfoundry.org:10004 [2021-03-11T21:04:12.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:04:12.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:04:12.570Z] Configure a credential helper to remove this warning. See [2021-03-11T21:04:12.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:04:12.570Z] [2021-03-11T21:04:12.570Z] Login Succeeded [2021-03-11T21:04:12.571Z] docker.io [2021-03-11T21:04:12.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:04:13.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:04:13.096Z] Configure a credential helper to remove this warning. See [2021-03-11T21:04:13.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:04:13.096Z] [2021-03-11T21:04:13.096Z] Login Succeeded [2021-03-11T21:04:13.096Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T21:04:13.105Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T21:04:13.607Z] ++ 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-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T21:04:13.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T21:04:13.608Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T21:04:13.608Z] ++ cut -d/ -f2 [2021-03-11T21:04:13.608Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T21:04:13.689Z] 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-11T21:04:15.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T21:04:15.484Z] [2021-03-11T21:04:15.484Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:04:15.837Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T21:04:15.837Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T21:04:15.837Z] 31603596830f: Pulling fs layer [2021-03-11T21:04:15.837Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T21:04:15.837Z] 6ca5941a6612: Pulling fs layer [2021-03-11T21:04:15.837Z] ecc8261a40a4: Pulling fs layer [2021-03-11T21:04:15.837Z] ecc8261a40a4: Waiting [2021-03-11T21:04:15.837Z] 2a8b12db71e7: Download complete [2021-03-11T21:04:15.837Z] 31603596830f: Verifying Checksum [2021-03-11T21:04:15.837Z] 31603596830f: Download complete [2021-03-11T21:04:16.101Z] ecc8261a40a4: Verifying Checksum [2021-03-11T21:04:16.101Z] ecc8261a40a4: Download complete [2021-03-11T21:04:16.101Z] 6ca5941a6612: Verifying Checksum [2021-03-11T21:04:16.101Z] 6ca5941a6612: Download complete [2021-03-11T21:04:16.363Z] 31603596830f: Pull complete [2021-03-11T21:04:16.363Z] 2a8b12db71e7: Pull complete [2021-03-11T21:04:17.329Z] 6ca5941a6612: Pull complete [2021-03-11T21:04:17.593Z] ecc8261a40a4: Pull complete [2021-03-11T21:04:17.593Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T21:04:17.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T21:04:17.593Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T21:04:17.723Z] prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container [2021-03-11T21:04:17.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T21:04:20.484Z] $ docker top c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T21:04:20.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T21:04:20.895Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T21:04:21.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T21:04:21.141Z] $ docker exec c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent [2021-03-11T21:04:21.321Z] SSH_AUTH_SOCK=/tmp/ssh-YbRlixIm6BKh/agent.12 [2021-03-11T21:04:21.321Z] SSH_AGENT_PID=18 [2021-03-11T21:04:21.335Z] Running ssh-add (command line suppressed) [2021-03-11T21:04:21.462Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5062099161179437842.key (/w/workspace/edgex-go/8@tmp/private_key_5062099161179437842.key) [2021-03-11T21:04:21.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T21:04:21.866Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T21:04:21.900Z] $ docker exec --env ******** --env ******** c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent -k [2021-03-11T21:04:22.022Z] unset SSH_AUTH_SOCK; [2021-03-11T21:04:22.023Z] unset SSH_AGENT_PID; [2021-03-11T21:04:22.023Z] echo Agent pid 18 killed; [2021-03-11T21:04:22.071Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T21:04:22.256Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T21:04:22.256Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T21:04:22.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T21:04:22.452Z] $ docker exec c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent [2021-03-11T21:04:22.630Z] SSH_AUTH_SOCK=/tmp/ssh-2OyxQ9qo2RHn/agent.50 [2021-03-11T21:04:22.630Z] SSH_AGENT_PID=55 [2021-03-11T21:04:22.637Z] Running ssh-add (command line suppressed) [2021-03-11T21:04:22.773Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5098670087995519858.key (/w/workspace/edgex-go/8@tmp/private_key_5098670087995519858.key) [2021-03-11T21:04:22.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T21:04:23.167Z] + git semver init [2021-03-11T21:04:23.167Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T21:04:23.167Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-03-11T21:04:23.167Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-03-11T21:04:23.167Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T21:04:23.167Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T21:04:23.167Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T21:04:23.167Z] # $SEMVER_BRANCH = PR-3223 [2021-03-11T21:04:23.167Z] # $SEMVER_TEMP = /tmp/semver-182126949 [2021-03-11T21:04:23.167Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T21:04:45.233Z] # '/tmp/semver-182126949' -> '/w/workspace/edgex-go/8/.semver' [2021-03-11T21:04:45.233Z] # -> Force: false [2021-03-11T21:04:45.233Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-03-11T21:04:45.255Z] $ docker exec --env ******** --env ******** c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 ssh-agent -k [2021-03-11T21:04:45.460Z] unset SSH_AUTH_SOCK; [2021-03-11T21:04:45.460Z] unset SSH_AGENT_PID; [2021-03-11T21:04:45.460Z] echo Agent pid 55 killed; [2021-03-11T21:04:45.531Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T21:04:46.030Z] + git semver [Pipeline] } [2021-03-11T21:04:46.050Z] $ docker stop --time=1 c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 [2021-03-11T21:04:48.131Z] $ docker rm -f c081452da8ce557a19ec2f33ee37141e6d5f24a4a7151b044c853741bd576f29 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T21:04:48.718Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T21:04:49.306Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T21:04:49.310Z] [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-11T21:04:50.285Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T21:04:50.588Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T21:04:50.892Z] + sudo service docker restart [2021-03-11T21:04:50.892Z] + true [2021-03-11T21:04:50.892Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T21:04:51.486Z] ========================================================= [2021-03-11T21:04:51.486Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T21:04:51.487Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:04:51.834Z] + 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-11T21:04:56.076Z] Sending build context to Docker daemon 328.5MB [2021-03-11T21:04:56.076Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T21:04:56.076Z] Step 2/6 : FROM ${BASE} [2021-03-11T21:04:56.076Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T21:04:56.076Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T21:04:56.076Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T21:04:56.076Z] de9db76c5a1d: Pulling fs layer [2021-03-11T21:04:56.076Z] bca2f99d35d6: Pulling fs layer [2021-03-11T21:04:56.076Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T21:04:56.076Z] 7c6f9722023f: Pulling fs layer [2021-03-11T21:04:56.076Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T21:04:56.076Z] bca2f99d35d6: Waiting [2021-03-11T21:04:56.076Z] 93359f2a8cfa: Waiting [2021-03-11T21:04:56.076Z] 7c6f9722023f: Waiting [2021-03-11T21:04:56.076Z] a35cf1a2eb13: Waiting [2021-03-11T21:04:56.076Z] de9db76c5a1d: Download complete [2021-03-11T21:04:56.076Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T21:04:56.076Z] 0ef7d3d256c8: Download complete [2021-03-11T21:04:56.076Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T21:04:56.076Z] 93359f2a8cfa: Download complete [2021-03-11T21:04:56.076Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T21:04:56.076Z] 188c0c94c7c5: Download complete [2021-03-11T21:04:56.076Z] 7c6f9722023f: Verifying Checksum [2021-03-11T21:04:56.076Z] 7c6f9722023f: Download complete [2021-03-11T21:04:56.349Z] 188c0c94c7c5: Pull complete [2021-03-11T21:04:56.616Z] 0ef7d3d256c8: Pull complete [2021-03-11T21:04:56.616Z] de9db76c5a1d: Pull complete [2021-03-11T21:04:57.573Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T21:04:57.573Z] a35cf1a2eb13: Download complete [2021-03-11T21:04:58.528Z] bca2f99d35d6: Verifying Checksum [2021-03-11T21:04:58.528Z] bca2f99d35d6: Download complete [2021-03-11T21:05:03.869Z] bca2f99d35d6: Pull complete [2021-03-11T21:05:03.869Z] 93359f2a8cfa: Pull complete [2021-03-11T21:05:04.134Z] 7c6f9722023f: Pull complete [2021-03-11T21:05:04.746Z] Still waiting to schedule task [2021-03-11T21:05:04.746Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-11T21:05:09.468Z] a35cf1a2eb13: Pull complete [2021-03-11T21:05:09.468Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T21:05:09.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T21:05:09.468Z] ---> a62c8e92a672 [2021-03-11T21:05:09.468Z] 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-11T21:05:09.468Z] ---> Running in 8d7ec8be2472 [2021-03-11T21:05:09.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:05:10.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:05:10.889Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T21:05:11.465Z] (2/12) Installing file (5.38-r0) [2021-03-11T21:05:11.465Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T21:05:11.465Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T21:05:15.696Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T21:05:15.696Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T21:05:15.959Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T21:05:15.959Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T21:05:15.959Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T21:05:16.221Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T21:05:16.221Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T21:05:16.221Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T21:05:16.484Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:05:16.484Z] OK: 233 MiB in 51 packages [2021-03-11T21:05:20.720Z] Removing intermediate container 8d7ec8be2472 [2021-03-11T21:05:20.720Z] ---> b1491bda7a8c [2021-03-11T21:05:20.720Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T21:05:20.720Z] ---> Running in 949eb38acdde [2021-03-11T21:05:20.720Z] Removing intermediate container 949eb38acdde [2021-03-11T21:05:20.720Z] ---> bec7ad8fbcc6 [2021-03-11T21:05:20.720Z] Step 5/6 : COPY go.mod . [2021-03-11T21:05:20.720Z] ---> 1ec7f67c4075 [2021-03-11T21:05:20.720Z] Step 6/6 : RUN go mod download [2021-03-11T21:05:20.720Z] ---> Running in e479fb31202a [2021-03-11T21:05:47.366Z] Removing intermediate container e479fb31202a [2021-03-11T21:05:47.366Z] ---> c1948567f9e7 [2021-03-11T21:05:47.366Z] Successfully built c1948567f9e7 [2021-03-11T21:05:47.366Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:05:47.689Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T21:05:47.689Z] . [Pipeline] withDockerContainer [2021-03-11T21:05:47.803Z] prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container [2021-03-11T21:05:47.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T21:05:49.287Z] $ docker top 96dfdd105548cf443db03771ea51bab0ebf311c372f4cd8e2ca9e009c97488ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T21:05:49.869Z] + go version [2021-03-11T21:05:49.869Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T21:05:49.886Z] $ docker stop --time=1 96dfdd105548cf443db03771ea51bab0ebf311c372f4cd8e2ca9e009c97488ea [2021-03-11T21:05:51.249Z] $ docker rm -f 96dfdd105548cf443db03771ea51bab0ebf311c372f4cd8e2ca9e009c97488ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:05:52.119Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T21:05:52.119Z] . [Pipeline] withDockerContainer [2021-03-11T21:05:52.222Z] prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container [2021-03-11T21:05:52.268Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T21:05:53.039Z] $ docker top 5a4b99ef239db742ec14cff8c479b62e37d97e7bd7746c89ba728f165b943e32 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T21:05:53.304Z] ========================================================= [2021-03-11T21:05:53.304Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T21:05:53.304Z] ========================================================= [Pipeline] sh [2021-03-11T21:05:53.603Z] + make test [2021-03-11T21:05:53.603Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T21:06:03.676Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T21:06:22.016Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T21:06:24.623Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T21:06:27.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T21:06:27.243Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T21:06:28.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T21:06:28.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T21:06:28.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T21:06:28.212Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T21:06:29.188Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T21:06:29.785Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T21:06:32.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T21:06:32.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T21:06:32.375Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T21:06:34.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 45.9% of statements [2021-03-11T21:06:34.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T21:06:34.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T21:06:34.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T21:06:34.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T21:06:34.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T21:06:34.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T21:06:34.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T21:06:34.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-03-11T21:06:37.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T21:06:37.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T21:06:37.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T21:06:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T21:06:38.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements [2021-03-11T21:06:38.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T21:06:38.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T21:06:39.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements [2021-03-11T21:06:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T21:06:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:06:39.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.099s coverage: 78.9% of statements [2021-03-11T21:06:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T21:06:42.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T21:06:42.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T21:06:42.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T21:06:42.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T21:06:42.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T21:06:42.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T21:06:42.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T21:06:45.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 92.8% of statements [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T21:06:45.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T21:06:45.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T21:06:45.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T21:06:45.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-03-11T21:06:45.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-11T21:06:45.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements [2021-03-11T21:06:45.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2021-03-11T21:06:45.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-03-11T21:06:58.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-03-11T21:06:58.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-11T21:06:58.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.047s coverage: 81.4% of statements [2021-03-11T21:07:00.335Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29539 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-11T21:07:00.467Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-11T21:07:05.649Z] using credential edgex-jenkins-ssh [2021-03-11T21:07:05.711Z] Cloning the remote Git repository [2021-03-11T21:07:05.771Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T21:07:05.880Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-11T21:07:05.952Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T21:07:05.953Z] > git --version # timeout=10 [2021-03-11T21:07:05.971Z] > git --version # 'git version 2.17.1' [2021-03-11T21:07:05.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T21:07:06.047Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 62.4% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.375s coverage: 69.0% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T21:07:10.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.167s coverage: 87.1% of statements [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:07:10.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.104s coverage: 96.5% of statements [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T21:07:10.452Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-11T21:07:10.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-11T21:07:10.452Z] GO111MODULE=on go vet ./... [2021-03-11T21:07:28.234Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:07:28.689Z] Merge succeeded, producing e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:07:28.690Z] Checking out Revision e16aee3722b0f014e7611225c341ea548abb8698 (PR-3223) [2021-03-11T21:07:27.312Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T21:07:27.335Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T21:07:27.366Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T21:07:27.407Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T21:07:27.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T21:07:27.430Z] > 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-11T21:07:28.253Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T21:07:28.275Z] > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 [2021-03-11T21:07:28.588Z] > git remote # timeout=10 [2021-03-11T21:07:28.608Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T21:07:28.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T21:07:28.646Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-11T21:07:28.671Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T21:07:28.694Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T21:07:28.713Z] > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 [2021-03-11T21:07:33.332Z] Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T21:07:34.990Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T21:07:35.421Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T21:07:35.768Z] + sudo service docker restart [2021-03-11T21:07:35.768Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T21:07:37.894Z] provisioning config files... [2021-03-11T21:07:37.949Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2578013327661460640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:07:38.378Z] ---> docker-login.sh [2021-03-11T21:07:38.378Z] nexus3.edgexfoundry.org:10001 [2021-03-11T21:07:38.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:07:39.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:07:39.587Z] Configure a credential helper to remove this warning. See [2021-03-11T21:07:39.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:07:39.587Z] [2021-03-11T21:07:39.587Z] Login Succeeded [2021-03-11T21:07:39.587Z] nexus3.edgexfoundry.org:10002 [2021-03-11T21:07:39.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:07:40.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:07:40.145Z] Configure a credential helper to remove this warning. See [2021-03-11T21:07:40.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:07:40.145Z] [2021-03-11T21:07:40.145Z] Login Succeeded [2021-03-11T21:07:40.145Z] nexus3.edgexfoundry.org:10003 [2021-03-11T21:07:40.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:07:40.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:07:40.694Z] Configure a credential helper to remove this warning. See [2021-03-11T21:07:40.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:07:40.694Z] [2021-03-11T21:07:40.694Z] Login Succeeded [2021-03-11T21:07:40.694Z] nexus3.edgexfoundry.org:10004 [2021-03-11T21:07:40.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:07:41.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:07:41.245Z] Configure a credential helper to remove this warning. See [2021-03-11T21:07:41.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:07:41.245Z] [2021-03-11T21:07:41.245Z] Login Succeeded [2021-03-11T21:07:41.245Z] docker.io [2021-03-11T21:07:41.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T21:07:42.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T21:07:42.115Z] Configure a credential helper to remove this warning. See [2021-03-11T21:07:42.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T21:07:42.115Z] [2021-03-11T21:07:42.115Z] Login Succeeded [2021-03-11T21:07:42.115Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T21:07:42.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T21:07:42.651Z] ========================================================= [2021-03-11T21:07:42.652Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T21:07:42.652Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:07:42.782Z] gofmt -l . [2021-03-11T21:07:42.782Z] [ "`gofmt -l .`" = "" ] [2021-03-11T21:07:42.782Z] ./bin/test-go-mod-tidy.sh [2021-03-11T21:07:42.782Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T21:07:43.046Z] + 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-11T21:07:43.458Z] + ls -al . [2021-03-11T21:07:43.458Z] total 740 [2021-03-11T21:07:43.458Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 21:07 . [2021-03-11T21:07:43.458Z] drwxr-xr-x 4 root root 28 Mar 11 21:05 .. [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 21:03 .dockerignore [2021-03-11T21:07:43.458Z] drwxrwxr-x 8 1001 1001 179 Mar 11 21:04 .git [2021-03-11T21:07:43.458Z] drwxrwxr-x 3 1001 1001 125 Mar 11 21:03 .github [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 21:03 .gitignore [2021-03-11T21:07:43.458Z] drwx------ 3 1001 1001 60 Mar 11 21:04 .semver [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 21:03 .sonarcloud.properties [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 21:03 Attribution.txt [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 21:03 CONTRIBUTING.md [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 21:03 Dockerfile.build [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 21:03 Jenkinsfile [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 21:03 LICENSE [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 21:03 Makefile [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 21:03 README.md [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 21:03 SECURITY.md [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 21:04 VERSION [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 21:03 ZMQWindows.md [2021-03-11T21:07:43.458Z] drwxrwxr-x 2 1001 1001 117 Mar 11 21:03 bin [2021-03-11T21:07:43.458Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 21:03 cmd [2021-03-11T21:07:43.458Z] -rw-r--r-- 1 root root 628838 Mar 11 21:07 coverage.out [2021-03-11T21:07:43.458Z] -rw-r--r-- 1 root root 1055 Mar 11 21:07 go.mod [2021-03-11T21:07:43.458Z] -rw-r--r-- 1 root root 21981 Mar 11 21:07 go.sum [2021-03-11T21:07:43.458Z] drwxrwxr-x 8 1001 1001 127 Mar 11 21:03 internal [2021-03-11T21:07:43.458Z] drwxrwxr-x 4 1001 1001 26 Mar 11 21:03 openapi [2021-03-11T21:07:43.458Z] drwxrwxr-x 4 1001 1001 71 Mar 11 21:03 snap [2021-03-11T21:07:43.458Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 21:03 version.go [Pipeline] sh [2021-03-11T21:07:43.774Z] + '[' -e coverage.out ] [2021-03-11T21:07:43.775Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T21:07:44.052Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T21:07:44.356Z] + make build [2021-03-11T21:07:44.356Z] 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-11T21:07:45.696Z] Sending build context to Docker daemon 166.7MB [2021-03-11T21:07:45.696Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T21:07:45.696Z] Step 2/6 : FROM ${BASE} [2021-03-11T21:07:45.696Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T21:07:45.696Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T21:07:45.696Z] a4357932f1b6: Pulling fs layer [2021-03-11T21:07:45.696Z] 18c013af1878: Pulling fs layer [2021-03-11T21:07:45.696Z] 00ac8860ef70: Pulling fs layer [2021-03-11T21:07:45.696Z] 63d7cb157983: Pulling fs layer [2021-03-11T21:07:45.696Z] b116817d02f9: Pulling fs layer [2021-03-11T21:07:45.696Z] 745a02a5169b: Pulling fs layer [2021-03-11T21:07:45.696Z] 00ac8860ef70: Waiting [2021-03-11T21:07:45.696Z] 63d7cb157983: Waiting [2021-03-11T21:07:45.696Z] b116817d02f9: Waiting [2021-03-11T21:07:45.696Z] 745a02a5169b: Waiting [2021-03-11T21:07:45.696Z] 18c013af1878: Verifying Checksum [2021-03-11T21:07:45.696Z] 18c013af1878: Download complete [2021-03-11T21:07:45.696Z] a4357932f1b6: Download complete [2021-03-11T21:07:45.696Z] 63d7cb157983: Download complete [2021-03-11T21:07:45.696Z] b116817d02f9: Verifying Checksum [2021-03-11T21:07:45.696Z] b116817d02f9: Download complete [2021-03-11T21:07:46.296Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T21:07:46.296Z] 5f621e34cdf4: Download complete [2021-03-11T21:07:46.904Z] 5f621e34cdf4: Pull complete [2021-03-11T21:07:47.504Z] a4357932f1b6: Pull complete [2021-03-11T21:07:47.787Z] 18c013af1878: Pull complete [2021-03-11T21:07:48.762Z] 745a02a5169b: Verifying Checksum [2021-03-11T21:07:48.762Z] 745a02a5169b: Download complete [2021-03-11T21:07:49.704Z] 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-11T21:07:50.188Z] 00ac8860ef70: Download complete [2021-03-11T21:07:57.962Z] 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-11T21:07:58.541Z] 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-11T21:08:00.353Z] 00ac8860ef70: Pull complete [2021-03-11T21:08:00.353Z] 63d7cb157983: Pull complete [2021-03-11T21:08:00.481Z] 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-11T21:08:00.627Z] b116817d02f9: Pull complete [2021-03-11T21:08:00.759Z] 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-11T21:08:02.692Z] 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-11T21:08:04.646Z] 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-11T21:08:04.955Z] 745a02a5169b: Pull complete [2021-03-11T21:08:04.955Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T21:08:04.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T21:08:04.955Z] ---> b7e6874047d6 [2021-03-11T21:08:04.955Z] 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-11T21:08:06.053Z] 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-11T21:08:07.005Z] 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-11T21:08:07.599Z] ---> Running in 6b31905a985f [2021-03-11T21:08:08.407Z] 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-11T21:08:09.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:08:09.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:08:09.809Z] 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-11T21:08:10.637Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T21:08:10.637Z] (2/12) Installing file (5.38-r0) [2021-03-11T21:08:10.910Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T21:08:10.910Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-03-11T21:08:11.765Z] $ docker stop --time=1 5a4b99ef239db742ec14cff8c479b62e37d97e7bd7746c89ba728f165b943e32 [2021-03-11T21:08:13.598Z] $ docker rm -f 5a4b99ef239db742ec14cff8c479b62e37d97e7bd7746c89ba728f165b943e32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:08:17.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T21:08:17.785Z] [2021-03-11T21:08:17.785Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:08:18.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T21:08:18.140Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T21:08:18.140Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T21:08:18.140Z] ca9280d653b3: Pulling fs layer [2021-03-11T21:08:18.140Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T21:08:18.724Z] cbdbe7a5bc2a: Download complete [2021-03-11T21:08:18.988Z] ca9280d653b3: Verifying Checksum [2021-03-11T21:08:18.988Z] ca9280d653b3: Download complete [2021-03-11T21:08:18.988Z] cbdbe7a5bc2a: Pull complete [2021-03-11T21:08:19.168Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T21:08:19.168Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T21:08:19.168Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T21:08:19.168Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T21:08:19.168Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T21:08:19.168Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T21:08:19.168Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T21:08:19.168Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T21:08:19.168Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:08:19.168Z] OK: 217 MiB in 51 packages [2021-03-11T21:08:20.393Z] ca9280d653b3: Pull complete [2021-03-11T21:08:20.393Z] 7e9c9ca2126c: Download complete [2021-03-11T21:08:23.477Z] Removing intermediate container 6b31905a985f [2021-03-11T21:08:23.477Z] ---> 74cd8a1dea01 [2021-03-11T21:08:23.477Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T21:08:23.477Z] ---> Running in 9376ca957cca [2021-03-11T21:08:23.750Z] Removing intermediate container 9376ca957cca [2021-03-11T21:08:23.750Z] ---> 9fc17636fa38 [2021-03-11T21:08:23.750Z] Step 5/6 : COPY go.mod . [2021-03-11T21:08:24.349Z] ---> 8bc5fad0b5f5 [2021-03-11T21:08:24.349Z] Step 6/6 : RUN go mod download [2021-03-11T21:08:24.622Z] ---> Running in 42c355deac85 [2021-03-11T21:08:27.039Z] 7e9c9ca2126c: Pull complete [2021-03-11T21:08:27.039Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T21:08:27.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T21:08:27.039Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T21:08:27.236Z] prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container [2021-03-11T21:08:27.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T21:08:30.544Z] $ docker top 7aef606a5e5c570dfa4cb4f25be454ea781b418670b718a0c27d1952d423e23d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T21:08:31.155Z] + docker-compose build --help [2021-03-11T21:08:31.155Z] + grep parallel [2021-03-11T21:08:32.120Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T21:08:32.136Z] $ docker stop --time=1 7aef606a5e5c570dfa4cb4f25be454ea781b418670b718a0c27d1952d423e23d [2021-03-11T21:08:33.505Z] $ docker rm -f 7aef606a5e5c570dfa4cb4f25be454ea781b418670b718a0c27d1952d423e23d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:08:34.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T21:08:34.157Z] . [Pipeline] withDockerContainer [2021-03-11T21:08:34.268Z] prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container [2021-03-11T21:08:34.322Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T21:08:34.992Z] $ docker top 6bcc7c3fa1f1e656cb74ba10b42fbbb26855c40ce9ed7277dfcc14100804f300 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T21:08:35.495Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T21:08:36.450Z] Building docker-core-command-go ... [2021-03-11T21:08:36.450Z] Building docker-core-data-go ... [2021-03-11T21:08:36.450Z] Building docker-core-metadata-go ... [2021-03-11T21:08:36.450Z] Building docker-security-bootstrapper-go ... [2021-03-11T21:08:36.450Z] Building docker-security-proxy-setup-go ... [2021-03-11T21:08:36.450Z] Building docker-security-secretstore-setup-go ... [2021-03-11T21:08:36.450Z] Building docker-support-notifications-go ... [2021-03-11T21:08:36.450Z] Building docker-support-scheduler-go ... [2021-03-11T21:08:36.450Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T21:08:36.450Z] Building docker-core-command-go [2021-03-11T21:08:36.450Z] Building docker-support-scheduler-go [2021-03-11T21:08:36.450Z] Building docker-security-proxy-setup-go [2021-03-11T21:08:36.450Z] Building docker-sys-mgmt-agent-go [2021-03-11T21:08:36.450Z] Building docker-security-secretstore-setup-go [2021-03-11T21:08:51.424Z] Removing intermediate container 42c355deac85 [2021-03-11T21:08:51.424Z] ---> b456b3fbe2db [2021-03-11T21:08:51.697Z] Successfully built b456b3fbe2db [2021-03-11T21:08:51.697Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:08:52.045Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T21:08:52.045Z] . [Pipeline] withDockerContainer [2021-03-11T21:08:52.285Z] prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container [2021-03-11T21:08:52.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T21:08:53.835Z] $ docker top 33429a1042e4588b940ad419eb301b70a68030e125fc7ef949bd5ad9a0b1b457 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T21:08:54.877Z] + go version [2021-03-11T21:08:54.877Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T21:08:54.896Z] $ docker stop --time=1 33429a1042e4588b940ad419eb301b70a68030e125fc7ef949bd5ad9a0b1b457 [2021-03-11T21:08:56.784Z] $ docker rm -f 33429a1042e4588b940ad419eb301b70a68030e125fc7ef949bd5ad9a0b1b457 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:08:57.793Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T21:08:57.793Z] . [Pipeline] withDockerContainer [2021-03-11T21:08:58.053Z] prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container [2021-03-11T21:08:58.123Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T21:08:59.526Z] $ docker top ea80f10b0456b886b949ff4db310fa7ba9f992e5155dfb153e03bb635791728e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T21:08:59.918Z] ========================================================= [2021-03-11T21:08:59.918Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T21:08:59.918Z] ========================================================= [Pipeline] sh [2021-03-11T21:09:00.562Z] + make test [2021-03-11T21:09:00.562Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T21:09:08.862Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:09:08.862Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:09:08.862Z] ---> c1948567f9e7 [2021-03-11T21:09:08.862Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T21:09:08.862Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:09:08.862Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:09:08.862Z] ---> c1948567f9e7 [2021-03-11T21:09:08.862Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T21:09:09.468Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:09:09.468Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:09:09.468Z] ---> c1948567f9e7 [2021-03-11T21:09:09.468Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T21:09:09.468Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:09:09.468Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:09:09.468Z] ---> c1948567f9e7 [2021-03-11T21:09:09.468Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T21:09:09.733Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:09:09.733Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:09:09.733Z] ---> c1948567f9e7 [2021-03-11T21:09:09.733Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T21:09:11.131Z] ---> Running in 2362cbec55fb [2021-03-11T21:09:11.131Z] ---> Running in 53defd265a48 [2021-03-11T21:09:11.131Z] ---> Running in e271540b881f [2021-03-11T21:09:11.131Z] ---> Running in 4f4a63be7d83 [2021-03-11T21:09:11.131Z] ---> Running in b4576049ebd9 [2021-03-11T21:09:11.401Z] Removing intermediate container 4f4a63be7d83 [2021-03-11T21:09:11.401Z] ---> 779f20e3290c [2021-03-11T21:09:11.401Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:09:11.401Z] Removing intermediate container e271540b881f [2021-03-11T21:09:11.401Z] ---> f1526a60f30a [2021-03-11T21:09:11.401Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:09:11.401Z] Removing intermediate container b4576049ebd9 [2021-03-11T21:09:11.401Z] ---> 173f0cba0e9f [2021-03-11T21:09:11.401Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:09:11.401Z] Removing intermediate container 2362cbec55fb [2021-03-11T21:09:11.401Z] ---> 30a2fffb68d1 [2021-03-11T21:09:11.401Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:09:11.668Z] Removing intermediate container 53defd265a48 [2021-03-11T21:09:11.668Z] ---> daf4ee24fc89 [2021-03-11T21:09:11.668Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:09:11.668Z] ---> Running in 509bae46c698 [2021-03-11T21:09:11.668Z] ---> Running in 0ce42a6cee90 [2021-03-11T21:09:11.668Z] ---> Running in 8b79d11d87e7 [2021-03-11T21:09:11.668Z] ---> Running in 9da7f8345257 [2021-03-11T21:09:11.668Z] ---> Running in f7d7bdce29df [2021-03-11T21:09:14.250Z] Removing intermediate container 0ce42a6cee90 [2021-03-11T21:09:14.250Z] ---> 11e9ffd44b5c [2021-03-11T21:09:14.250Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T21:09:14.250Z] Removing intermediate container 509bae46c698 [2021-03-11T21:09:14.250Z] ---> a51e15b792fd [2021-03-11T21:09:14.250Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T21:09:14.250Z] ---> Running in 2e159adabe9b [2021-03-11T21:09:14.250Z] Removing intermediate container 8b79d11d87e7 [2021-03-11T21:09:14.250Z] ---> 4d618b3b21b4 [2021-03-11T21:09:14.250Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T21:09:14.833Z] ---> Running in 774d20b08d8d [2021-03-11T21:09:14.833Z] ---> Running in f80ffa2b7a63 [2021-03-11T21:09:14.833Z] Removing intermediate container 9da7f8345257 [2021-03-11T21:09:14.833Z] ---> c6b879bf494d [2021-03-11T21:09:14.833Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T21:09:14.833Z] Removing intermediate container f7d7bdce29df [2021-03-11T21:09:14.833Z] ---> ba3f681dd579 [2021-03-11T21:09:14.833Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T21:09:14.833Z] ---> Running in 28797d37946c [2021-03-11T21:09:14.833Z] ---> Running in 649fd4b21640 [2021-03-11T21:09:15.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:15.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:15.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:16.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:16.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:16.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:16.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:16.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:16.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:16.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:09:17.169Z] OK: 233 MiB in 51 packages [2021-03-11T21:09:17.448Z] OK: 233 MiB in 51 packages [2021-03-11T21:09:17.448Z] OK: 233 MiB in 51 packages [2021-03-11T21:09:17.715Z] OK: 233 MiB in 51 packages [2021-03-11T21:09:17.715Z] OK: 233 MiB in 51 packages [2021-03-11T21:09:17.981Z] Removing intermediate container 2e159adabe9b [2021-03-11T21:09:17.981Z] ---> 96f6f0b1b3fa [2021-03-11T21:09:17.981Z] Step 6/21 : COPY go.mod . [2021-03-11T21:09:18.243Z] Removing intermediate container 774d20b08d8d [2021-03-11T21:09:18.243Z] ---> 15de3337279e [2021-03-11T21:09:18.243Z] Step 6/23 : COPY go.mod . [2021-03-11T21:09:18.510Z] ---> 4b05cf21d220 [2021-03-11T21:09:18.510Z] Step 7/21 : RUN go mod download [2021-03-11T21:09:18.510Z] Removing intermediate container f80ffa2b7a63 [2021-03-11T21:09:18.510Z] ---> 80c1c5b89b7a [2021-03-11T21:09:18.510Z] Step 6/26 : COPY go.mod . [2021-03-11T21:09:18.782Z] ---> c030802cd80d [2021-03-11T21:09:18.782Z] Step 7/23 : RUN go mod download [2021-03-11T21:09:18.782Z] ---> Running in 054eb8adc01a [2021-03-11T21:09:18.782Z] Removing intermediate container 28797d37946c [2021-03-11T21:09:18.782Z] ---> 0f25c5ae8123 [2021-03-11T21:09:18.782Z] Step 6/22 : COPY go.mod . [2021-03-11T21:09:18.782Z] Removing intermediate container 649fd4b21640 [2021-03-11T21:09:18.782Z] ---> ea2c476c54e3 [2021-03-11T21:09:18.782Z] Step 6/24 : COPY go.mod . [2021-03-11T21:09:19.045Z] ---> Running in 1913f58c852d [2021-03-11T21:09:19.312Z] ---> 1773aa883f83 [2021-03-11T21:09:19.312Z] Step 7/22 : RUN go mod download [2021-03-11T21:09:19.312Z] ---> 8a770345f8a7 [2021-03-11T21:09:19.312Z] Step 7/26 : RUN go mod download [2021-03-11T21:09:19.312Z] ---> ad042bd18817 [2021-03-11T21:09:19.312Z] Step 7/24 : RUN go mod download [2021-03-11T21:09:19.579Z] ---> Running in ef691573194c [2021-03-11T21:09:19.580Z] ---> Running in 0fe31783f072 [2021-03-11T21:09:19.580Z] ---> Running in 52e9cb14182a [2021-03-11T21:09:21.568Z] Removing intermediate container 054eb8adc01a [2021-03-11T21:09:21.568Z] ---> cfa41c48f1ed [2021-03-11T21:09:21.568Z] Step 8/21 : COPY . . [2021-03-11T21:09:21.568Z] Removing intermediate container 1913f58c852d [2021-03-11T21:09:21.568Z] ---> a36fb0f3b6d5 [2021-03-11T21:09:21.568Z] Step 8/23 : COPY . . [2021-03-11T21:09:22.154Z] Removing intermediate container ef691573194c [2021-03-11T21:09:22.154Z] ---> e8827fbfad37 [2021-03-11T21:09:22.154Z] Step 8/22 : COPY . . [2021-03-11T21:09:22.731Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T21:09:24.745Z] Removing intermediate container 0fe31783f072 [2021-03-11T21:09:24.745Z] ---> 405bd7396a6b [2021-03-11T21:09:24.745Z] Step 8/26 : COPY . . [2021-03-11T21:09:29.013Z] Removing intermediate container 52e9cb14182a [2021-03-11T21:09:29.013Z] ---> 0b20e192b87f [2021-03-11T21:09:29.013Z] Step 8/24 : COPY . . [2021-03-11T21:10:01.421Z] ---> 25e45b01acf6 [2021-03-11T21:10:01.421Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T21:10:01.421Z] ---> 8fb3408a70b8 [2021-03-11T21:10:01.421Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T21:10:01.421Z] ---> 974c877dcc6c [2021-03-11T21:10:01.421Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T21:10:02.400Z] ---> 23e7bc086171 [2021-03-11T21:10:02.400Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T21:10:02.671Z] ---> Running in 130a800f4300 [2021-03-11T21:10:02.671Z] ---> Running in 10b77e545d0c [2021-03-11T21:10:02.671Z] ---> Running in c6e4b74426fe [2021-03-11T21:10:02.947Z] ---> Running in 274fda9051f1 [2021-03-11T21:10:03.211Z] ---> 94c8b712c273 [2021-03-11T21:10:03.211Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T21:10:03.488Z] ---> Running in e091ce709da3 [2021-03-11T21:10:04.078Z] 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-11T21:10:04.078Z] 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-11T21:10:04.356Z] 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-11T21:10:04.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T21:10:04.356Z] 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-11T21:10:09.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T21:10:18.244Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T21:10:24.990Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T21:10:24.990Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T21:10:26.980Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T21:10:26.980Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T21:10:26.980Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T21:10:26.980Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T21:10:30.385Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T21:10:30.984Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T21:10:36.611Z] 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-11T21:10:36.611Z] 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-11T21:10:39.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T21:10:39.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T21:10:39.287Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T21:10:39.981Z] Removing intermediate container 130a800f4300 [2021-03-11T21:10:39.982Z] ---> 6e06f3b3af24 [2021-03-11T21:10:39.982Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T21:10:43.318Z] ---> Running in 83c42e705db0 [2021-03-11T21:10:43.318Z] Removing intermediate container 10b77e545d0c [2021-03-11T21:10:43.318Z] ---> 9f80b8687ffa [2021-03-11T21:10:43.318Z] [2021-03-11T21:10:43.318Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T21:10:43.318Z] Removing intermediate container e091ce709da3 [2021-03-11T21:10:43.318Z] ---> 74b9b28c5238 [2021-03-11T21:10:43.318Z] [2021-03-11T21:10:43.318Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T21:10:43.318Z] 3.12: Pulling from library/alpine [2021-03-11T21:10:43.318Z] 3.12: Pulling from library/alpine [2021-03-11T21:10:43.916Z] 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-11T21:10:44.188Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T21:10:44.188Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T21:10:44.188Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T21:10:44.188Z] ---> 88dd2752d2ea [2021-03-11T21:10:44.188Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T21:10:44.188Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T21:10:44.188Z] ---> 88dd2752d2ea [2021-03-11T21:10:44.188Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T21:10:44.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.358s coverage: 45.9% of statements [2021-03-11T21:10:44.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T21:10:44.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T21:10:44.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T21:10:44.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T21:10:44.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T21:10:44.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T21:10:44.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T21:10:44.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements [2021-03-11T21:10:46.768Z] ---> Running in 8404b02fb2fd [2021-03-11T21:10:46.768Z] ---> Running in 61f0d9316b91 [2021-03-11T21:10:46.768Z] Removing intermediate container 274fda9051f1 [2021-03-11T21:10:46.768Z] ---> ffe28f78c7fc [2021-03-11T21:10:46.768Z] [2021-03-11T21:10:46.768Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T21:10:46.768Z] ---> 88dd2752d2ea [2021-03-11T21:10:46.768Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T21:10:46.768Z] Removing intermediate container c6e4b74426fe [2021-03-11T21:10:46.768Z] ---> 120b068e6a7c [2021-03-11T21:10:46.768Z] [2021-03-11T21:10:46.768Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T21:10:46.768Z] ---> 88dd2752d2ea [2021-03-11T21:10:46.768Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T21:10:46.768Z] ---> Running in e3d10255a7c1 [2021-03-11T21:10:46.768Z] ---> Running in f3ce5edcf551 [2021-03-11T21:10:47.744Z] Removing intermediate container 83c42e705db0 [2021-03-11T21:10:47.744Z] ---> 298a482f6c08 [2021-03-11T21:10:47.744Z] [2021-03-11T21:10:47.744Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T21:10:47.744Z] 20.10.0: Pulling from library/docker [2021-03-11T21:10:47.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:47.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:47.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:47.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:48.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:48.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:48.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:48.025Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T21:10:48.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:48.025Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T21:10:48.025Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T21:10:48.025Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T21:10:48.025Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T21:10:48.025Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T21:10:48.025Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T21:10:48.025Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:10:48.025Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T21:10:48.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T21:10:48.025Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:10:48.025Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T21:10:48.025Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T21:10:48.025Z] OK: 7 MiB in 18 packages [2021-03-11T21:10:48.302Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T21:10:48.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:10:48.302Z] OK: 6 MiB in 15 packages [2021-03-11T21:10:48.302Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T21:10:48.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:10:48.302Z] OK: 7 MiB in 19 packages [2021-03-11T21:10:48.302Z] OK: 6 MiB in 15 packages [2021-03-11T21:10:50.879Z] Removing intermediate container 61f0d9316b91 [2021-03-11T21:10:50.879Z] ---> 9607de6e5a70 [2021-03-11T21:10:50.879Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T21:10:51.836Z] Removing intermediate container e3d10255a7c1 [2021-03-11T21:10:51.836Z] ---> c44027794305 [2021-03-11T21:10:51.836Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:10:51.836Z] ---> Running in 77ce2a519ddf [2021-03-11T21:10:51.836Z] ---> Running in b61c33c81c20 [2021-03-11T21:10:51.836Z] Removing intermediate container f3ce5edcf551 [2021-03-11T21:10:51.836Z] ---> 23196236e397 [2021-03-11T21:10:51.836Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:10:51.836Z] Removing intermediate container 8404b02fb2fd [2021-03-11T21:10:51.836Z] ---> 81ef781eff2c [2021-03-11T21:10:51.836Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T21:10:52.103Z] ---> Running in d21dd3aeeb01 [2021-03-11T21:10:52.103Z] ---> Running in 85dd03ddb8e0 [2021-03-11T21:10:52.103Z] Removing intermediate container 77ce2a519ddf [2021-03-11T21:10:52.103Z] ---> d471ca0f44b8 [2021-03-11T21:10:52.103Z] Step 13/21 : WORKDIR /edgex [2021-03-11T21:10:52.372Z] Removing intermediate container b61c33c81c20 [2021-03-11T21:10:52.372Z] ---> fb3b9903aec7 [2021-03-11T21:10:52.372Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T21:10:52.372Z] ---> Running in e3a9f19b2c48 [2021-03-11T21:10:52.372Z] Removing intermediate container d21dd3aeeb01 [2021-03-11T21:10:52.372Z] ---> 38749d49735a [2021-03-11T21:10:52.372Z] Step 13/24 : WORKDIR / [2021-03-11T21:10:52.372Z] Removing intermediate container 85dd03ddb8e0 [2021-03-11T21:10:52.372Z] ---> e2830279ffce [2021-03-11T21:10:52.372Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T21:10:52.372Z] ---> Running in 7f37cbda9052 [2021-03-11T21:10:52.648Z] ---> Running in 4e6e2e1d9f7c [2021-03-11T21:10:52.648Z] ---> Running in ca4c017631fd [2021-03-11T21:10:52.648Z] Removing intermediate container e3a9f19b2c48 [2021-03-11T21:10:52.648Z] ---> 866e28fc427c [2021-03-11T21:10:52.648Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T21:10:52.648Z] Removing intermediate container 7f37cbda9052 [2021-03-11T21:10:52.648Z] ---> e3187b77501b [2021-03-11T21:10:52.648Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T21:10:52.916Z] Removing intermediate container 4e6e2e1d9f7c [2021-03-11T21:10:52.916Z] ---> 6d05193aecf6 [2021-03-11T21:10:52.916Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T21:10:52.916Z] ---> Running in c091777ef534 [2021-03-11T21:10:52.916Z] Removing intermediate container ca4c017631fd [2021-03-11T21:10:52.916Z] ---> 3d3e45eeb18f [2021-03-11T21:10:52.916Z] 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-11T21:10:53.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.629s coverage: 27.1% of statements [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T21:10:53.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T21:10:53.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T21:10:53.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T21:10:53.182Z] ---> Running in 1cd724fcfbb4 [2021-03-11T21:10:53.183Z] ---> f585cfa5aea6 [2021-03-11T21:10:53.183Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T21:10:53.183Z] Removing intermediate container c091777ef534 [2021-03-11T21:10:53.183Z] ---> 7f81a84e3550 [2021-03-11T21:10:53.183Z] Step 15/23 : WORKDIR / [2021-03-11T21:10:53.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 71.3% of statements [2021-03-11T21:10:53.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T21:10:53.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T21:10:53.446Z] ---> Running in 2c980bcb4a73 [2021-03-11T21:10:53.710Z] Removing intermediate container 1cd724fcfbb4 [2021-03-11T21:10:53.710Z] ---> 10629cd445bf [2021-03-11T21:10:53.710Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:10:53.988Z] ---> dc208da8242b [2021-03-11T21:10:53.988Z] 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-11T21:10:53.988Z] ---> 543a962652ae [2021-03-11T21:10:53.988Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T21:10:53.988Z] Removing intermediate container 2c980bcb4a73 [2021-03-11T21:10:53.988Z] ---> ea3f4f035f51 [2021-03-11T21:10:53.988Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:10:54.261Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T21:10:54.261Z] ---> c228f7bd9448 [2021-03-11T21:10:54.261Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T21:10:54.261Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T21:10:54.261Z] ---> aefe523efa57 [2021-03-11T21:10:54.261Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T21:10:54.261Z] ---> c5c8e5b134fc [2021-03-11T21:10:54.261Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T21:10:54.261Z] ---> Running in 8be1cd1fe633 [2021-03-11T21:10:54.529Z] ---> 82857b47b779 [2021-03-11T21:10:54.529Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T21:10:54.798Z] ---> 01b6d3b431b4 [2021-03-11T21:10:54.798Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T21:10:54.798Z] ---> ba8d130d44cb [2021-03-11T21:10:54.798Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T21:10:55.071Z] ---> af6d5d3e73cd [2021-03-11T21:10:55.071Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T21:10:55.071Z] ---> Running in 0e025542485a [2021-03-11T21:10:55.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.523s coverage: 82.9% of statements [2021-03-11T21:10:55.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T21:10:55.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:10:55.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.206s coverage: 78.9% of statements [2021-03-11T21:10:55.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T21:10:56.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:56.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:10:56.067Z] ---> 645069b508c1 [2021-03-11T21:10:56.067Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T21:10:56.336Z] ---> 5278eb4eb9ad [2021-03-11T21:10:56.336Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T21:10:56.336Z] Removing intermediate container 0e025542485a [2021-03-11T21:10:56.336Z] ---> a8fac8e0c602 [2021-03-11T21:10:56.336Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T21:10:56.336Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T21:10:56.336Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T21:10:56.336Z] Executing bash-5.0.17-r0.post-install [2021-03-11T21:10:56.336Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:10:56.336Z] OK: 12 MiB in 22 packages [2021-03-11T21:10:56.336Z] ---> 466f6213206f [2021-03-11T21:10:56.336Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T21:10:56.336Z] ---> Running in a70bcd75c484 [2021-03-11T21:10:56.336Z] ---> Running in 31f54ae1b845 [2021-03-11T21:10:56.624Z] ---> 07dd1cadfebe [2021-03-11T21:10:56.624Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T21:10:56.624Z] ---> Running in a087437519b2 [2021-03-11T21:10:56.957Z] Removing intermediate container 31f54ae1b845 [2021-03-11T21:10:56.957Z] ---> 65cfa6723d73 [2021-03-11T21:10:56.957Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:10:56.957Z] Removing intermediate container a70bcd75c484 [2021-03-11T21:10:56.957Z] ---> 9b8e4ecb61fe [2021-03-11T21:10:56.957Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T21:10:57.265Z] ---> Running in c457264bda00 [2021-03-11T21:10:57.265Z] ---> Running in 10af801d2f43 [2021-03-11T21:10:57.265Z] Removing intermediate container a087437519b2 [2021-03-11T21:10:57.265Z] ---> 1187bdef8e9a [2021-03-11T21:10:57.265Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:10:57.265Z] ---> 1bb25f9bc8fd [2021-03-11T21:10:57.265Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T21:10:57.265Z] ---> Running in ae6266a9c217 [2021-03-11T21:10:57.545Z] Removing intermediate container 10af801d2f43 [2021-03-11T21:10:57.545Z] ---> 4d7639b08272 [2021-03-11T21:10:57.545Z] Step 20/21 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:10:57.545Z] Removing intermediate container c457264bda00 [2021-03-11T21:10:57.545Z] ---> 55ad08e1d3c0 [2021-03-11T21:10:57.545Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T21:10:57.545Z] Removing intermediate container 8be1cd1fe633 [2021-03-11T21:10:57.545Z] ---> c2a2b3f98a2b [2021-03-11T21:10:57.545Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T21:10:57.545Z] ---> 6194e11c1bfd [2021-03-11T21:10:57.545Z] 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-11T21:10:57.833Z] ---> Running in 64ab7ac23487 [2021-03-11T21:10:57.833Z] ---> Running in af2277f26121 [2021-03-11T21:10:57.833Z] Removing intermediate container ae6266a9c217 [2021-03-11T21:10:57.833Z] ---> 88e17169117f [2021-03-11T21:10:57.833Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T21:10:57.833Z] ---> Running in b0f352569c87 [2021-03-11T21:10:57.833Z] ---> Running in bab3710092fa [2021-03-11T21:10:58.116Z] ---> Running in 8707961f94aa [2021-03-11T21:10:58.116Z] Removing intermediate container 64ab7ac23487 [2021-03-11T21:10:58.116Z] ---> e4e914529162 [2021-03-11T21:10:58.116Z] Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:10:58.402Z] ---> Running in fb23b0496092 [2021-03-11T21:10:58.402Z] Removing intermediate container af2277f26121 [2021-03-11T21:10:58.402Z] ---> 0c67c82e48bc [2021-03-11T21:10:58.402Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T21:10:58.402Z] Removing intermediate container b0f352569c87 [2021-03-11T21:10:58.402Z] ---> e4d75db818e0 [2021-03-11T21:10:58.402Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T21:10:58.402Z] Removing intermediate container 8707961f94aa [2021-03-11T21:10:58.402Z] ---> 5a693bf32f11 [2021-03-11T21:10:58.402Z] Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:10:58.674Z] ---> Running in f6627c6953aa [2021-03-11T21:10:58.674Z] ---> Running in 2a1112f6f61e [2021-03-11T21:10:58.674Z] ---> Running in 213b2c01ed62 [2021-03-11T21:10:58.674Z] Removing intermediate container fb23b0496092 [2021-03-11T21:10:58.674Z] ---> 349d4e2d82fb [2021-03-11T21:10:58.674Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T21:10:58.937Z] ---> Running in 8892a58d5539 [2021-03-11T21:10:58.937Z] Removing intermediate container f6627c6953aa [2021-03-11T21:10:58.937Z] ---> 355583a9c126 [2021-03-11T21:10:58.937Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T21:10:58.937Z] Removing intermediate container 2a1112f6f61e [2021-03-11T21:10:58.937Z] ---> 8873319f4591 [2021-03-11T21:10:58.937Z] [2021-03-11T21:10:58.937Z] Removing intermediate container 213b2c01ed62 [2021-03-11T21:10:58.937Z] ---> 8d84207fbc8a [2021-03-11T21:10:58.937Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T21:10:59.210Z] ---> Running in 38a437e18f26 [2021-03-11T21:10:59.210Z] Successfully built 8873319f4591 [2021-03-11T21:10:59.210Z] ---> Running in b04b479b2987 [2021-03-11T21:10:59.210Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T21:10:59.210Z] Building docker-support-notifications-go [2021-03-11T21:10:59.485Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8892a58d5539 [2021-03-11T21:10:59.485Z] ---> 36444fb90e71 [2021-03-11T21:10:59.485Z] [2021-03-11T21:10:59.485Z] Removing intermediate container 38a437e18f26 [2021-03-11T21:10:59.485Z] ---> 0722afff0fd2 [2021-03-11T21:10:59.485Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T21:10:59.485Z] Removing intermediate container bab3710092fa [2021-03-11T21:10:59.485Z] ---> 50e8685fdd80 [2021-03-11T21:10:59.485Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T21:10:59.755Z] Removing intermediate container b04b479b2987 [2021-03-11T21:10:59.755Z] ---> 9918a62e6166 [2021-03-11T21:10:59.755Z] [2021-03-11T21:10:59.755Z] Successfully built 36444fb90e71 [2021-03-11T21:10:59.755Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T21:10:59.755Z] Building docker-core-metadata-go [2021-03-11T21:10:59.755Z]  Building docker-support-scheduler-go ... done  ---> Running in 10c49444aa11 [2021-03-11T21:10:59.755Z] Successfully built 9918a62e6166 [2021-03-11T21:11:00.020Z] Successfully tagged docker-core-command-go:latest [2021-03-11T21:11:00.020Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-11T21:11:00.020Z] Removing intermediate container 10c49444aa11 [2021-03-11T21:11:00.020Z] ---> 730c52509cb8 [2021-03-11T21:11:00.020Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T21:11:00.020Z] ---> Running in 5d8a13842d18 [2021-03-11T21:11:00.284Z] ---> 042b2a36578f [2021-03-11T21:11:00.284Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T21:11:00.551Z] Removing intermediate container 5d8a13842d18 [2021-03-11T21:11:00.551Z] ---> 6c0149571c34 [2021-03-11T21:11:00.551Z] Step 23/24 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:11:00.818Z] ---> Running in bc25d87b93bc [2021-03-11T21:11:04.148Z] ---> c997e96cfed6 [2021-03-11T21:11:04.148Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T21:11:04.148Z] Removing intermediate container bc25d87b93bc [2021-03-11T21:11:04.148Z] ---> d4d6e9651ab3 [2021-03-11T21:11:04.148Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T21:11:04.148Z] ---> Running in 4410a8965dc8 [2021-03-11T21:11:05.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.086s coverage: 28.6% of statements [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T21:11:05.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T21:11:05.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T21:11:05.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T21:11:05.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T21:11:05.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T21:11:05.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T21:11:06.725Z] Removing intermediate container 4410a8965dc8 [2021-03-11T21:11:06.725Z] ---> d2092633f969 [2021-03-11T21:11:06.725Z] [2021-03-11T21:11:06.725Z] ---> a87678f05505 [2021-03-11T21:11:06.725Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T21:11:06.725Z] ---> Running in ad6fa04969d1 [2021-03-11T21:11:07.686Z] Successfully built d2092633f969 [2021-03-11T21:11:10.245Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T21:11:10.245Z] Building docker-core-data-go [2021-03-11T21:11:11.198Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:11:11.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:11:11.461Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T21:11:11.461Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T21:11:11.461Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T21:11:11.461Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T21:11:11.726Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T21:11:11.726Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T21:11:11.726Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.152s coverage: 92.8% of statements [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.366s coverage: 0.1% of statements [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T21:11:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.107s coverage: 47.1% of statements [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements [2021-03-11T21:11:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-03-11T21:11:21.814Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T21:11:21.814Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T21:11:21.814Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T21:11:21.814Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T21:11:21.814Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T21:11:22.490Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T21:11:22.491Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T21:11:23.451Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T21:11:24.038Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T21:11:24.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements [2021-03-11T21:11:24.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements [2021-03-11T21:11:24.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.115s coverage: 81.4% of statements [2021-03-11T21:11:24.640Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T21:11:25.613Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T21:11:25.613Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T21:11:26.199Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T21:11:26.199Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:11:26.200Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:11:26.200Z] ---> c1948567f9e7 [2021-03-11T21:11:26.200Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T21:11:26.200Z] ---> Using cache [2021-03-11T21:11:26.200Z] ---> daf4ee24fc89 [2021-03-11T21:11:26.200Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:11:26.200Z] ---> Using cache [2021-03-11T21:11:26.200Z] ---> ba3f681dd579 [2021-03-11T21:11:26.200Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T21:11:26.200Z] ---> Using cache [2021-03-11T21:11:26.200Z] ---> ea2c476c54e3 [2021-03-11T21:11:26.200Z] Step 6/23 : COPY go.mod . [2021-03-11T21:11:26.200Z] ---> Using cache [2021-03-11T21:11:26.200Z] ---> ad042bd18817 [2021-03-11T21:11:26.200Z] Step 7/23 : RUN go mod download [2021-03-11T21:11:26.200Z] ---> Using cache [2021-03-11T21:11:26.200Z] ---> 0b20e192b87f [2021-03-11T21:11:26.200Z] Step 8/23 : COPY . . [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> 94c8b712c273 [2021-03-11T21:11:26.776Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T21:11:26.776Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T21:11:26.776Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T21:11:26.776Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T21:11:26.776Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:11:26.776Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:11:26.776Z] ---> c1948567f9e7 [2021-03-11T21:11:26.776Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> daf4ee24fc89 [2021-03-11T21:11:26.776Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> ba3f681dd579 [2021-03-11T21:11:26.776Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T21:11:26.776Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T21:11:26.776Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:11:26.776Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:11:26.776Z] ---> c1948567f9e7 [2021-03-11T21:11:26.776Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> daf4ee24fc89 [2021-03-11T21:11:26.776Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> ba3f681dd579 [2021-03-11T21:11:26.776Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> ea2c476c54e3 [2021-03-11T21:11:26.776Z] Step 6/31 : COPY go.mod . [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> ad042bd18817 [2021-03-11T21:11:26.776Z] Step 7/31 : RUN go mod download [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> 0b20e192b87f [2021-03-11T21:11:26.776Z] Step 8/31 : COPY . . [2021-03-11T21:11:26.776Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T21:11:26.776Z] ---> Using cache [2021-03-11T21:11:26.776Z] ---> 94c8b712c273 [2021-03-11T21:11:26.776Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T21:11:27.352Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T21:11:28.753Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T21:11:29.018Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T21:11:29.018Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T21:11:29.018Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T21:11:29.018Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T21:11:29.594Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T21:11:29.594Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T21:11:29.869Z] ---> Running in ad6337646e86 [2021-03-11T21:11:29.869Z] ---> Running in c7754419a10a [2021-03-11T21:11:29.869Z] ---> Running in 6a9eb03de31d [2021-03-11T21:11:29.869Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:11:29.869Z] OK: 71 MiB in 55 packages [2021-03-11T21:11:31.281Z] 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-11T21:11:32.697Z] 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-11T21:11:32.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:11:34.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:11:37.782Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:11:37.782Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:11:37.782Z] ---> c1948567f9e7 [2021-03-11T21:11:37.782Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T21:11:37.782Z] ---> Using cache [2021-03-11T21:11:37.782Z] ---> daf4ee24fc89 [2021-03-11T21:11:37.782Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:11:37.782Z] ---> Using cache [2021-03-11T21:11:37.782Z] ---> ba3f681dd579 [2021-03-11T21:11:37.782Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T21:11:38.376Z] OK: 233 MiB in 51 packages [2021-03-11T21:11:38.651Z] ---> Running in d4838e1aaa6f [2021-03-11T21:11:39.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:11:40.224Z] Removing intermediate container c7754419a10a [2021-03-11T21:11:40.224Z] ---> 2885881f809a [2021-03-11T21:11:40.224Z] Step 6/22 : COPY go.mod . [2021-03-11T21:11:41.675Z] ---> 18f5ba2d024f [2021-03-11T21:11:41.675Z] Step 7/22 : RUN go mod download [2021-03-11T21:11:41.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.144s coverage: 92.9% of statements [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.6% of statements [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.6% of statements [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.499s coverage: 62.4% of statements [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T21:11:42.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-03-11T21:11:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-11T21:11:42.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-11T21:11:42.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-11T21:11:42.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-03-11T21:11:42.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.760s coverage: 69.0% of statements [2021-03-11T21:11:42.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T21:11:42.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T21:11:42.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T21:11:43.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.350s coverage: 38.4% of statements [2021-03-11T21:11:43.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T21:11:43.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T21:11:43.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-03-11T21:11:43.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T21:11:43.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements [2021-03-11T21:11:43.096Z] OK: 233 MiB in 51 packages [2021-03-11T21:11:43.691Z] ---> Running in 08a036deb852 [2021-03-11T21:11:45.676Z] Removing intermediate container d4838e1aaa6f [2021-03-11T21:11:45.676Z] ---> 6b1afe1c5c4f [2021-03-11T21:11:45.676Z] Step 6/23 : COPY go.mod . [2021-03-11T21:11:46.641Z] ---> 187ebbe6948c [2021-03-11T21:11:46.641Z] Step 7/23 : RUN go mod download [2021-03-11T21:11:47.614Z] ---> Running in 4d4347f483e0 [2021-03-11T21:11:48.218Z] Removing intermediate container ad6fa04969d1 [2021-03-11T21:11:48.218Z] ---> 46b618eb86d5 [2021-03-11T21:11:48.218Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T21:11:48.218Z] Removing intermediate container 08a036deb852 [2021-03-11T21:11:48.218Z] ---> 5f76fff73277 [2021-03-11T21:11:48.218Z] Step 8/22 : COPY . . [2021-03-11T21:11:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T21:11:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T21:11:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.203s coverage: 100.0% of statements [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T21:11:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T21:11:48.493Z] ---> Running in b2741106bf10 [2021-03-11T21:11:49.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 87.1% of statements [2021-03-11T21:11:49.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T21:11:49.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:11:49.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T21:11:55.163Z] Collecting docker-compose==1.23.2 [2021-03-11T21:11:55.163Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T21:11:57.112Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T21:11:57.112Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T21:11:57.112Z] Removing intermediate container 4d4347f483e0 [2021-03-11T21:11:57.112Z] ---> aff08b1d835e [2021-03-11T21:11:57.112Z] Step 8/23 : COPY . . [2021-03-11T21:11:57.382Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T21:11:57.382Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.137s coverage: 29.1% of statements [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.239s coverage: 96.5% of statements [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T21:11:57.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-03-11T21:11:57.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2021-03-11T21:11:58.829Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-11T21:11:59.803Z] GO111MODULE=on go vet ./... [2021-03-11T21:12:01.647Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T21:12:01.647Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T21:12:04.292Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T21:12:04.292Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T21:12:05.269Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T21:12:05.269Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T21:12:05.536Z] 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-11T21:12:06.491Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T21:12:06.491Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T21:12:07.457Z] Collecting PyYAML<4,>=3.10 [2021-03-11T21:12:07.457Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T21:12:11.712Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T21:12:11.712Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T21:12:12.673Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T21:12:12.673Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T21:12:13.652Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T21:12:13.652Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T21:12:14.238Z] Collecting idna<2.8,>=2.5 [2021-03-11T21:12:14.508Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T21:12:15.103Z] 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-11T21:12:15.103Z] 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-11T21:12:16.072Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T21:12:16.349Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T21:12:16.349Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T21:12:16.349Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T21:12:16.349Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T21:12:16.349Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T21:12:17.321Z] Installing collected packages: urllib3, idna, requests, dockerpty, docopt, jsonschema, cached-property, texttable, PyYAML, docker-pycreds, websocket-client, docker, docker-compose [2021-03-11T21:12:17.321Z] Attempting uninstall: urllib3 [2021-03-11T21:12:17.321Z] Found existing installation: urllib3 1.25.9 [2021-03-11T21:12:17.321Z] Uninstalling urllib3-1.25.9: [2021-03-11T21:12:18.380Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T21:12:22.697Z] Attempting uninstall: idna [2021-03-11T21:12:22.697Z] Found existing installation: idna 2.9 [2021-03-11T21:12:22.962Z] Uninstalling idna-2.9: [2021-03-11T21:12:22.962Z] Removing intermediate container ad6337646e86 [2021-03-11T21:12:22.962Z] ---> 41d2cfa4d959 [2021-03-11T21:12:22.962Z] [2021-03-11T21:12:22.962Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T21:12:22.962Z] ---> 88dd2752d2ea [2021-03-11T21:12:22.962Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T21:12:23.229Z] Successfully uninstalled idna-2.9 [2021-03-11T21:12:23.812Z] Attempting uninstall: requests [2021-03-11T21:12:23.812Z] Found existing installation: requests 2.23.0 [2021-03-11T21:12:23.812Z] Uninstalling requests-2.23.0: [2021-03-11T21:12:23.812Z] Successfully uninstalled requests-2.23.0 [2021-03-11T21:12:25.208Z] Running setup.py install for dockerpty: started [2021-03-11T21:12:25.208Z] ---> 8afe643aed77 [2021-03-11T21:12:25.208Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T21:12:26.162Z] ---> Running in 533a9cf579c8 [2021-03-11T21:12:26.162Z] ---> Running in ecdde51d0bd2 [2021-03-11T21:12:26.162Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T21:12:26.162Z] Running setup.py install for docopt: started [2021-03-11T21:12:26.162Z] Removing intermediate container 6a9eb03de31d [2021-03-11T21:12:26.162Z] ---> 94c89d503ee0 [2021-03-11T21:12:26.162Z] [2021-03-11T21:12:26.162Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T21:12:26.162Z] ---> 88dd2752d2ea [2021-03-11T21:12:26.162Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T21:12:26.162Z] ---> Using cache [2021-03-11T21:12:26.162Z] ---> 23196236e397 [2021-03-11T21:12:26.162Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:12:26.162Z] ---> Using cache [2021-03-11T21:12:26.162Z] ---> e2830279ffce [2021-03-11T21:12:26.162Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T21:12:26.434Z] ---> 5d6ccb076f45 [2021-03-11T21:12:26.434Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T21:12:26.434Z] ---> Running in 015be61d325a [2021-03-11T21:12:26.434Z] ---> Running in dd1e2143b856 [2021-03-11T21:12:26.699Z] Removing intermediate container 533a9cf579c8 [2021-03-11T21:12:26.699Z] ---> 6ce83083ea4f [2021-03-11T21:12:26.699Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T21:12:26.699Z] ---> Running in cc0372b68e2f [2021-03-11T21:12:26.699Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T21:12:26.966Z] Removing intermediate container 015be61d325a [2021-03-11T21:12:26.966Z] ---> b66823e23d8a [2021-03-11T21:12:26.966Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T21:12:27.231Z] 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-11T21:12:27.508Z] Running setup.py install for texttable: started [2021-03-11T21:12:27.508Z] 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-11T21:12:27.508Z] ---> Running in 80791ba73633 [2021-03-11T21:12:27.782Z] Removing intermediate container 80791ba73633 [2021-03-11T21:12:27.782Z] ---> 7804e58a571d [2021-03-11T21:12:27.782Z] Step 15/23 : WORKDIR / [2021-03-11T21:12:27.782Z] ---> Running in 5346d8ce84a6 [2021-03-11T21:12:28.050Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T21:12:28.050Z] Running setup.py install for PyYAML: started [2021-03-11T21:12:28.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:12:28.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:12:28.331Z] Removing intermediate container 5346d8ce84a6 [2021-03-11T21:12:28.331Z] ---> bd8ededea4dd [2021-03-11T21:12:28.331Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:12:28.331Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T21:12:28.331Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T21:12:28.331Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:12:28.331Z] OK: 6 MiB in 16 packages [2021-03-11T21:12:28.923Z] ---> e8ae0ea0eb96 [2021-03-11T21:12:28.923Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T21:12:28.923Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T21:12:30.879Z] Removing intermediate container cc0372b68e2f [2021-03-11T21:12:30.879Z] ---> edda999d6ad9 [2021-03-11T21:12:30.879Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T21:12:31.167Z] ---> 5e97d789a2c0 [2021-03-11T21:12:31.167Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T21:12:31.759Z] ---> Running in 5640723c6c33 [2021-03-11T21:12:32.352Z] ---> 941ca053a08a [2021-03-11T21:12:32.352Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T21:12:32.352Z] 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-11T21:12:32.352Z] ---> Running in 4a3e36e88cf2 [2021-03-11T21:12:32.352Z] Removing intermediate container 5640723c6c33 [2021-03-11T21:12:32.629Z] ---> 1be3a70e247d [2021-03-11T21:12:32.629Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T21:12:33.608Z] ---> Running in 4518296a8437 [2021-03-11T21:12:33.608Z] Removing intermediate container 4a3e36e88cf2 [2021-03-11T21:12:33.608Z] ---> 3ac8052f17c8 [2021-03-11T21:12:33.608Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:12:33.608Z] ---> Running in b8a5f5ac6373 [2021-03-11T21:12:33.878Z] Removing intermediate container 4518296a8437 [2021-03-11T21:12:33.878Z] ---> 933f8c702a91 [2021-03-11T21:12:33.878Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T21:12:33.878Z] ---> Running in c05803b32002 [2021-03-11T21:12:34.469Z] Removing intermediate container b8a5f5ac6373 [2021-03-11T21:12:34.469Z] ---> a97a6aa5a852 [2021-03-11T21:12:34.469Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T21:12:35.064Z] ---> Running in 7c0049e62467 [2021-03-11T21:12:37.723Z] Removing intermediate container b2741106bf10 [2021-03-11T21:12:37.723Z] ---> 62d9acbb7c5f [2021-03-11T21:12:37.723Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T21:12:37.992Z] Removing intermediate container 7c0049e62467 [2021-03-11T21:12:37.992Z] ---> 1e64c670d250 [2021-03-11T21:12:37.992Z] Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:12:38.260Z] ---> Running in e13273957392 [2021-03-11T21:12:38.530Z] ---> Running in 6be5f9c52929 [2021-03-11T21:12:39.962Z] Removing intermediate container 6be5f9c52929 [2021-03-11T21:12:39.962Z] ---> 13ab39e7c2a1 [2021-03-11T21:12:39.962Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T21:12:40.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:12:40.237Z] Removing intermediate container c05803b32002 [2021-03-11T21:12:40.237Z] ---> fa9b5f3ec909 [2021-03-11T21:12:40.237Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T21:12:40.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:12:40.507Z] ---> Running in 45f7c1c738c6 [2021-03-11T21:12:40.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T21:12:40.507Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T21:12:40.507Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T21:12:40.507Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:12:40.780Z] OK: 72 MiB in 58 packages [2021-03-11T21:12:40.780Z] ---> Running in 3317feb53c58 [2021-03-11T21:12:41.066Z] Removing intermediate container 45f7c1c738c6 [2021-03-11T21:12:41.066Z] ---> ba7883e6d01a [2021-03-11T21:12:41.066Z] [2021-03-11T21:12:41.066Z] Removing intermediate container 3317feb53c58 [2021-03-11T21:12:41.066Z] ---> 12350cb22f95 [2021-03-11T21:12:41.066Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T21:12:41.349Z] Successfully built ba7883e6d01a [2021-03-11T21:12:41.349Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T21:12:41.623Z]  Building docker-core-metadata-go ... done Removing intermediate container e13273957392 [2021-03-11T21:12:41.623Z] ---> 84c62201f343 [2021-03-11T21:12:41.623Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T21:12:43.029Z] ---> 04c403a55aa1 [2021-03-11T21:12:43.029Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T21:12:43.029Z] ---> Running in ab2273734b5c [2021-03-11T21:12:43.297Z] ---> Running in d987b5c12a42 [2021-03-11T21:12:43.566Z] Removing intermediate container ab2273734b5c [2021-03-11T21:12:43.566Z] ---> d389b95bca2c [2021-03-11T21:12:43.566Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:12:44.157Z] ---> Running in 584295f41712 [2021-03-11T21:12:44.423Z] Removing intermediate container 584295f41712 [2021-03-11T21:12:44.423Z] ---> c7b5ff245615 [2021-03-11T21:12:44.423Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T21:12:44.423Z] ---> Running in 18505b08a7b8 [2021-03-11T21:12:45.003Z] Removing intermediate container 18505b08a7b8 [2021-03-11T21:12:45.003Z] ---> ca097b2fde0c [2021-03-11T21:12:45.003Z] Step 25/26 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:12:45.003Z] ---> Running in 5b96a039b91e [2021-03-11T21:12:45.596Z] Removing intermediate container 5b96a039b91e [2021-03-11T21:12:45.596Z] ---> 2d706c633aef [2021-03-11T21:12:45.596Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T21:12:45.867Z] ---> Running in 0885ecfa1fd0 [2021-03-11T21:12:46.139Z] Removing intermediate container d987b5c12a42 [2021-03-11T21:12:46.139Z] ---> b311ba2fe373 [2021-03-11T21:12:46.139Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:12:46.414Z] Removing intermediate container 0885ecfa1fd0 [2021-03-11T21:12:46.414Z] ---> bd5b435cc73e [2021-03-11T21:12:46.414Z] [2021-03-11T21:12:46.695Z] ---> 90da29dad5e6 [2021-03-11T21:12:46.695Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T21:12:46.695Z] Successfully built bd5b435cc73e [2021-03-11T21:12:46.695Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T21:12:48.107Z]  Building docker-sys-mgmt-agent-go ... done  ---> 1b71092c4eda [2021-03-11T21:12:48.107Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T21:12:48.382Z] ---> 995fb0a87acb [2021-03-11T21:12:48.382Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T21:12:48.986Z] ---> dd34ec3c9f17 [2021-03-11T21:12:48.986Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T21:12:49.259Z] ---> 64a57cf03e58 [2021-03-11T21:12:49.259Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T21:12:49.537Z] ---> Running in 50e40428fb38 [2021-03-11T21:12:49.817Z] Removing intermediate container 50e40428fb38 [2021-03-11T21:12:49.817Z] ---> 726dc90ec86d [2021-03-11T21:12:49.817Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T21:12:50.399Z] ---> fe89adea15e6 [2021-03-11T21:12:50.399Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T21:12:51.001Z] ---> Running in 3b4db5d2431d [2021-03-11T21:12:54.323Z] Removing intermediate container ecdde51d0bd2 [2021-03-11T21:12:54.323Z] ---> 0ac4f4f232a3 [2021-03-11T21:12:54.323Z] [2021-03-11T21:12:54.323Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T21:12:54.323Z] ---> 88dd2752d2ea [2021-03-11T21:12:54.323Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T21:12:54.323Z] ---> Running in d1a4946a91c2 [2021-03-11T21:12:54.934Z] Removing intermediate container 3b4db5d2431d [2021-03-11T21:12:54.934Z] ---> a39e0f9d1e9b [2021-03-11T21:12:54.934Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T21:12:55.215Z] ---> Running in e62ea6cd63d0 [2021-03-11T21:12:55.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:12:55.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:12:55.482Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T21:12:55.482Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T21:12:55.749Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:12:55.749Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T21:12:55.749Z] OK: 6 MiB in 16 packages [2021-03-11T21:12:55.749Z] Removing intermediate container e62ea6cd63d0 [2021-03-11T21:12:55.749Z] ---> 63c2718416b3 [2021-03-11T21:12:55.749Z] Step 28/31 : CMD ["gate"] [2021-03-11T21:12:57.688Z] ---> Running in 0384cb63a1c5 [2021-03-11T21:12:57.951Z] Removing intermediate container dd1e2143b856 [2021-03-11T21:12:57.951Z] ---> a45f852dcd01 [2021-03-11T21:12:57.951Z] [2021-03-11T21:12:57.951Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T21:12:57.951Z] ---> 88dd2752d2ea [2021-03-11T21:12:57.951Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T21:12:58.214Z] Removing intermediate container 0384cb63a1c5 [2021-03-11T21:12:58.214Z] ---> 73098e6d0d2a [2021-03-11T21:12:58.214Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T21:12:58.478Z] ---> Running in ac9be324b7ff [2021-03-11T21:12:58.478Z] Removing intermediate container d1a4946a91c2 [2021-03-11T21:12:58.478Z] ---> 2111d130ba63 [2021-03-11T21:12:58.478Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:12:58.747Z] ---> Running in b0225c451de0 [2021-03-11T21:12:58.747Z] ---> Running in 9ff96bcd9053 [2021-03-11T21:12:58.747Z] Removing intermediate container ac9be324b7ff [2021-03-11T21:12:58.747Z] ---> b32d4694965a [2021-03-11T21:12:58.747Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T21:12:58.747Z] ---> Running in 8d8b0415d51d [2021-03-11T21:12:59.014Z] Removing intermediate container b0225c451de0 [2021-03-11T21:12:59.014Z] ---> 3b46c3f5ff06 [2021-03-11T21:12:59.014Z] Step 30/31 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:12:59.014Z] Removing intermediate container 9ff96bcd9053 [2021-03-11T21:12:59.014Z] ---> 93ee2777b842 [2021-03-11T21:12:59.014Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T21:12:59.014Z] Removing intermediate container 8d8b0415d51d [2021-03-11T21:12:59.014Z] ---> 256c3b8a1061 [2021-03-11T21:12:59.014Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T21:12:59.014Z] ---> Running in 91fd6c941ca1 [2021-03-11T21:12:59.277Z] ---> Running in 86436237187a [2021-03-11T21:12:59.277Z] ---> Running in 50646f93791e [2021-03-11T21:12:59.277Z] Removing intermediate container 91fd6c941ca1 [2021-03-11T21:12:59.277Z] ---> d571ff02898b [2021-03-11T21:12:59.277Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T21:12:59.540Z] ---> Running in 2ed5ae5e79f5 [2021-03-11T21:12:59.540Z] Removing intermediate container 86436237187a [2021-03-11T21:12:59.540Z] ---> dfd09c8661ca [2021-03-11T21:12:59.540Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T21:12:59.540Z] Removing intermediate container 50646f93791e [2021-03-11T21:12:59.540Z] ---> 8a273513f2b9 [2021-03-11T21:12:59.540Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:12:59.811Z] ---> Running in 2489f68ec824 [2021-03-11T21:12:59.811Z] ---> Running in fb6a40c2a517 [2021-03-11T21:13:00.081Z] Removing intermediate container 2ed5ae5e79f5 [2021-03-11T21:13:00.081Z] ---> 019de8f49b4c [2021-03-11T21:13:00.081Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:13:00.353Z] Removing intermediate container 2489f68ec824 [2021-03-11T21:13:00.353Z] ---> a5fe4c65e57a [2021-03-11T21:13:00.353Z] [2021-03-11T21:13:00.930Z] Successfully built a5fe4c65e57a [2021-03-11T21:13:00.930Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T21:13:00.930Z]  Building docker-security-bootstrapper-go ... done  ---> a1dabdbd0030 [2021-03-11T21:13:00.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T21:13:01.881Z] ---> 0066f8106d25 [2021-03-11T21:13:01.881Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T21:13:01.881Z] Removing intermediate container fb6a40c2a517 [2021-03-11T21:13:01.881Z] ---> fdbc91ca7d79 [2021-03-11T21:13:01.881Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T21:13:01.881Z] ---> Running in e3c492f165be [2021-03-11T21:13:02.146Z] ---> bbf95227e3e8 [2021-03-11T21:13:02.146Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T21:13:02.146Z] ---> Running in acede1644487 [2021-03-11T21:13:02.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T21:13:02.411Z] Removing intermediate container acede1644487 [2021-03-11T21:13:02.411Z] ---> d36bafa0996b [2021-03-11T21:13:02.411Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:13:02.411Z] ---> Running in 96634adf87bf [2021-03-11T21:13:02.675Z] Removing intermediate container 96634adf87bf [2021-03-11T21:13:02.675Z] ---> 19a6bcb7b4c5 [2021-03-11T21:13:02.675Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T21:13:02.675Z] ---> Running in a6aef02dfc7b [2021-03-11T21:13:02.945Z] Removing intermediate container a6aef02dfc7b [2021-03-11T21:13:02.945Z] ---> a3e55c073003 [2021-03-11T21:13:02.945Z] Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:13:02.945Z] ---> Running in 637e9dd77faf [2021-03-11T21:13:02.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T21:13:03.207Z] Removing intermediate container 637e9dd77faf [2021-03-11T21:13:03.207Z] ---> 89622fc19388 [2021-03-11T21:13:03.207Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T21:13:03.207Z] ---> Running in d07ac6fd140a [2021-03-11T21:13:03.470Z] Removing intermediate container d07ac6fd140a [2021-03-11T21:13:03.470Z] ---> 85066abbf4c7 [2021-03-11T21:13:03.470Z] [2021-03-11T21:13:03.733Z] Successfully built 85066abbf4c7 [2021-03-11T21:13:03.733Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T21:13:03.733Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T21:13:03.733Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T21:13:03.995Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T21:13:03.995Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T21:13:04.258Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T21:13:04.258Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T21:13:04.522Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:13:04.522Z] OK: 8 MiB in 20 packages [2021-03-11T21:13:05.101Z] Removing intermediate container e3c492f165be [2021-03-11T21:13:05.101Z] ---> 0d57b6dd99f5 [2021-03-11T21:13:05.101Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:13:05.364Z] ---> 6a9d9164c2c7 [2021-03-11T21:13:05.364Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T21:13:05.939Z] ---> a3666390608f [2021-03-11T21:13:05.939Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T21:13:06.202Z] ---> 50ad294ffbb1 [2021-03-11T21:13:06.202Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T21:13:06.465Z] ---> Running in dd12b7c99386 [2021-03-11T21:13:06.465Z] Removing intermediate container dd12b7c99386 [2021-03-11T21:13:06.465Z] ---> 6a34615e787b [2021-03-11T21:13:06.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:13:06.732Z] ---> Running in 6220b20f7401 [2021-03-11T21:13:06.732Z] Removing intermediate container 6220b20f7401 [2021-03-11T21:13:06.732Z] ---> 1f8b8dfef36c [2021-03-11T21:13:06.732Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T21:13:06.995Z] ---> Running in b63509355ced [2021-03-11T21:13:06.995Z] Removing intermediate container b63509355ced [2021-03-11T21:13:06.995Z] ---> 40da3b36bddd [2021-03-11T21:13:06.995Z] Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:13:07.258Z] ---> Running in 8121c109f77c [2021-03-11T21:13:07.258Z] Removing intermediate container 8121c109f77c [2021-03-11T21:13:07.258Z] ---> f4fea9e2aeaa [2021-03-11T21:13:07.258Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T21:13:07.258Z] ---> Running in a8727ca30f54 [2021-03-11T21:13:07.521Z] Removing intermediate container a8727ca30f54 [2021-03-11T21:13:07.521Z] ---> 071d3c61282c [2021-03-11T21:13:07.521Z] [2021-03-11T21:13:07.784Z] Successfully built 071d3c61282c [2021-03-11T21:13:07.784Z] Successfully tagged docker-core-data-go:latest [2021-03-11T21:13:08.059Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-11T21:13:08.076Z] $ docker stop --time=1 6bcc7c3fa1f1e656cb74ba10b42fbbb26855c40ce9ed7277dfcc14100804f300 [2021-03-11T21:13:09.748Z] $ docker rm -f 6bcc7c3fa1f1e656cb74ba10b42fbbb26855c40ce9ed7277dfcc14100804f300 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T21:13:10.362Z] + docker images [2021-03-11T21:13:10.362Z] + grep docker [2021-03-11T21:13:10.625Z] docker-core-data-go latest 071d3c61282c 3 seconds ago 22.6MB [2021-03-11T21:13:10.625Z] docker-support-notifications-go latest 85066abbf4c7 7 seconds ago 17.8MB [2021-03-11T21:13:10.625Z] docker-security-bootstrapper-go latest a5fe4c65e57a 11 seconds ago 18.7MB [2021-03-11T21:13:10.625Z] docker-sys-mgmt-agent-go latest bd5b435cc73e 24 seconds ago 313MB [2021-03-11T21:13:10.625Z] docker-core-metadata-go latest ba7883e6d01a 30 seconds ago 19MB [2021-03-11T21:13:10.625Z] docker-security-secretstore-setup-go latest d2092633f969 2 minutes ago 24.9MB [2021-03-11T21:13:10.625Z] docker-core-command-go latest 9918a62e6166 2 minutes ago 17.2MB [2021-03-11T21:13:10.625Z] docker-support-scheduler-go latest 36444fb90e71 2 minutes ago 17.3MB [2021-03-11T21:13:10.625Z] docker-security-proxy-setup-go latest 8873319f4591 2 minutes ago 24.7MB [2021-03-11T21:13:10.625Z] docker 20.10.0 aefe523efa57 3 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-11T21:13:21.588Z] gofmt -l . [2021-03-11T21:13:21.588Z] [ "`gofmt -l .`" = "" ] [2021-03-11T21:13:21.588Z] ./bin/test-go-mod-tidy.sh [2021-03-11T21:13:21.588Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T21:13:22.255Z] + ls -al . [2021-03-11T21:13:22.255Z] total 768 [2021-03-11T21:13:22.255Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 21:13 . [2021-03-11T21:13:22.255Z] drwxr-xr-x 4 root root 4096 Mar 11 21:08 .. [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 21:07 .dockerignore [2021-03-11T21:13:22.255Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 21:07 .git [2021-03-11T21:13:22.255Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 21:07 .github [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 21:07 .gitignore [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 21:07 .sonarcloud.properties [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 21:07 Attribution.txt [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 21:07 CONTRIBUTING.md [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 21:07 Dockerfile.build [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 21:07 Jenkinsfile [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 21:07 LICENSE [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 21:07 Makefile [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 21:07 README.md [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 21:07 SECURITY.md [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 21:04 VERSION [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 21:07 ZMQWindows.md [2021-03-11T21:13:22.255Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 21:07 bin [2021-03-11T21:13:22.255Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 21:07 cmd [2021-03-11T21:13:22.255Z] -rw-r--r-- 1 root root 628838 Mar 11 21:11 coverage.out [2021-03-11T21:13:22.255Z] -rw-r--r-- 1 root root 1055 Mar 11 21:13 go.mod [2021-03-11T21:13:22.255Z] -rw-r--r-- 1 root root 21981 Mar 11 21:13 go.sum [2021-03-11T21:13:22.255Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 21:07 internal [2021-03-11T21:13:22.255Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 21:07 openapi [2021-03-11T21:13:22.255Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 21:07 snap [2021-03-11T21:13:22.255Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 21:07 version.go [Pipeline] sh [2021-03-11T21:13:22.915Z] + '[' -e coverage.out ] [2021-03-11T21:13:22.915Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T21:13:22.986Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T21:13:24.243Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T21:13:24.964Z] + make build [2021-03-11T21:13:24.964Z] 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-11T21:13:26.525Z] Still waiting to schedule task [2021-03-11T21:13:26.525Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-11T21:13:37.414Z] 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-11T21:13:59.607Z] 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-11T21:14:03.905Z] 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-11T21:14:09.311Z] 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-11T21:14:10.286Z] 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-11T21:14:15.689Z] 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-11T21:14:21.093Z] 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-11T21:14:24.481Z] 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-11T21:14:28.788Z] 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-11T21:14:32.175Z] 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-11T21:14:36.498Z] 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-11T21:14:43.242Z] $ docker stop --time=1 ea80f10b0456b886b949ff4db310fa7ba9f992e5155dfb153e03bb635791728e [2021-03-11T21:14:44.020Z] Running on prd-ubuntu18.04-docker-8c-8g-29540 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [2021-03-11T21:14:45.739Z] $ docker rm -f ea80f10b0456b886b949ff4db310fa7ba9f992e5155dfb153e03bb635791728e [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-03-11T21:14:47.215Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:14:47.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T21:14:47.877Z] [2021-03-11T21:14:47.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:14:48.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T21:14:48.551Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T21:14:48.552Z] 29e5d40040c1: Pulling fs layer [2021-03-11T21:14:48.552Z] 1ce36da41761: Pulling fs layer [2021-03-11T21:14:48.552Z] 25b303627fd3: Pulling fs layer [2021-03-11T21:14:48.552Z] 29e5d40040c1: Verifying Checksum [2021-03-11T21:14:48.552Z] 29e5d40040c1: Download complete [2021-03-11T21:14:49.149Z] 1ce36da41761: Verifying Checksum [2021-03-11T21:14:49.149Z] 1ce36da41761: Download complete [2021-03-11T21:14:49.149Z] 29e5d40040c1: Pull complete [2021-03-11T21:14:50.598Z] 1ce36da41761: Pull complete [2021-03-11T21:14:50.826Z] using credential edgex-jenkins-ssh [2021-03-11T21:14:50.871Z] 25b303627fd3: Verifying Checksum [2021-03-11T21:14:50.871Z] 25b303627fd3: Download complete [2021-03-11T21:14:50.893Z] Cloning the remote Git repository [2021-03-11T21:14:50.930Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T21:14:51.019Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-11T21:14:51.066Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T21:14:51.067Z] > git --version # timeout=10 [2021-03-11T21:14:51.080Z] > git --version # 'git version 2.17.1' [2021-03-11T21:14:51.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T21:14:51.124Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T21:15:01.005Z] 25b303627fd3: Pull complete [2021-03-11T21:15:01.005Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T21:15:01.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T21:15:01.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T21:15:01.268Z] prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container [2021-03-11T21:15:01.329Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T21:15:04.586Z] $ docker top b098b870d55a422dc96531788fd258c891385bb5840c5113c355cd1702c3c813 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T21:15:05.055Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:15:05.365Z] Merge succeeded, producing e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:15:05.366Z] Checking out Revision e16aee3722b0f014e7611225c341ea548abb8698 (PR-3223) [2021-03-11T21:15:03.861Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T21:15:03.879Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T21:15:03.899Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T21:15:03.923Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T21:15:03.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T21:15:03.931Z] > 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-11T21:15:05.066Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T21:15:05.076Z] > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 [2021-03-11T21:15:05.285Z] > git remote # timeout=10 [2021-03-11T21:15:05.311Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T21:15:05.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T21:15:05.331Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-11T21:15:05.346Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T21:15:05.369Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T21:15:05.386Z] > git checkout -f e16aee3722b0f014e7611225c341ea548abb8698 # timeout=10 [2021-03-11T21:15:05.664Z] + docker-compose build --help [2021-03-11T21:15:05.664Z] + grep parallel [2021-03-11T21:15:09.039Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T21:15:09.315Z] $ docker stop --time=1 b098b870d55a422dc96531788fd258c891385bb5840c5113c355cd1702c3c813 [2021-03-11T21:15:09.709Z] Commit message: "build(snap): Add implementation for set up Consul ACL" [2021-03-11T21:15:11.349Z] $ docker rm -f b098b870d55a422dc96531788fd258c891385bb5840c5113c355cd1702c3c813 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:15:12.759Z] + echo snap-build.sh [2021-03-11T21:15:12.759Z] snap-build.sh [2021-03-11T21:15:12.759Z] + SNAP_BASE_DIR=. [2021-03-11T21:15:12.759Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-03-11T21:15:12.759Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-03-11T21:15:12.759Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-03-11T21:15:12.759Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-03-11T21:15:12.759Z] + cd /w/workspace/edgex-go/8 [2021-03-11T21:15:12.759Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T21:15:12.759Z] Reading package lists... [2021-03-11T21:15:12.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T21:15:12.944Z] . [Pipeline] withDockerContainer [2021-03-11T21:15:13.026Z] Building dependency tree... [2021-03-11T21:15:13.026Z] Reading state information... [2021-03-11T21:15:13.241Z] prd-ubuntu18.04-docker-arm64-4c-16g-29539 does not seem to be running inside a container [2021-03-11T21:15:13.307Z] The following packages were automatically installed and are no longer required: [2021-03-11T21:15:13.307Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T21:15:13.307Z] uidmap xdelta3 [2021-03-11T21:15:13.307Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T21:15:13.322Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T21:15:13.586Z] The following packages will be REMOVED: [2021-03-11T21:15:13.586Z] lxd* lxd-client* [2021-03-11T21:15:14.172Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T21:15:14.172Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T21:15:14.791Z] $ docker top 74fe2a6d41fb2f5ebc4b27edd54d2bfd5320a3692436d44308673aa3da05ac16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T21:15:15.497Z] (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-11T21:15:15.497Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T21:15:15.883Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T21:15:17.470Z] Removing lxd dnsmasq configuration [2021-03-11T21:15:17.470Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T21:15:17.470Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T21:15:20.118Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T21:15:20.186Z] Building docker-core-command-go ... [2021-03-11T21:15:20.186Z] Building docker-core-data-go ... [2021-03-11T21:15:20.186Z] Building docker-core-metadata-go ... [2021-03-11T21:15:20.186Z] Building docker-security-bootstrapper-go ... [2021-03-11T21:15:20.186Z] Building docker-security-proxy-setup-go ... [2021-03-11T21:15:20.186Z] Building docker-security-secretstore-setup-go ... [2021-03-11T21:15:20.186Z] Building docker-support-notifications-go ... [2021-03-11T21:15:20.186Z] Building docker-support-scheduler-go ... [2021-03-11T21:15:20.186Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T21:15:20.186Z] Building docker-support-notifications-go [2021-03-11T21:15:20.186Z] Building docker-sys-mgmt-agent-go [2021-03-11T21:15:20.186Z] Building docker-core-metadata-go [2021-03-11T21:15:20.186Z] Building docker-security-proxy-setup-go [2021-03-11T21:15:20.186Z] Building docker-core-command-go [2021-03-11T21:15:20.383Z] (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-11T21:15:20.384Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T21:15:22.313Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T21:15:22.577Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T21:15:24.504Z] + sudo snap remove --purge lxd [2021-03-11T21:15:24.771Z] snap "lxd" is not installed [2021-03-11T21:15:24.771Z] + sudo groupadd --force --system lxd [2021-03-11T21:15:24.771Z] ++ whoami [2021-03-11T21:15:24.771Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T21:15:24.771Z] + newgrp - lxd [2021-03-11T21:15:24.771Z] + sudo snap install lxd [2021-03-11T21:15:34.874Z] 2021-03-11T21:15:32Z INFO Waiting for automatic snapd restart... [2021-03-11T21:16:01.564Z] lxd 4.12 from Canonical* installed [2021-03-11T21:16:01.564Z] + sudo lxd init --auto [2021-03-11T21:16:09.785Z] + sudo snap install --classic snapcraft [2021-03-11T21:16:18.016Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T21:16:18.016Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T21:16:18.016Z] + patch --verbose -p1 [2021-03-11T21:16:18.016Z] Hmm... Looks like a unified diff to me... [2021-03-11T21:16:18.016Z] The text leading up to this was: [2021-03-11T21:16:18.016Z] -------------------------- [2021-03-11T21:16:18.016Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T21:16:18.016Z] |From: Tony Espy [2021-03-11T21:16:18.016Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-11T21:16:18.016Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T21:16:18.016Z] | [2021-03-11T21:16:18.016Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T21:16:18.016Z] |optimize the snap CI check run for pull requests. When [2021-03-11T21:16:18.016Z] |applied, it essentially strips out everything (apps and [2021-03-11T21:16:18.016Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T21:16:18.016Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T21:16:18.016Z] |catch changes to edgex-go that break the snap build. [2021-03-11T21:16:18.016Z] | [2021-03-11T21:16:18.016Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T21:16:18.016Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T21:16:18.016Z] |resulting in a failed snap build CI check in the associated [2021-03-11T21:16:18.016Z] |pull request. [2021-03-11T21:16:18.016Z] | [2021-03-11T21:16:18.016Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T21:16:18.016Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T21:16:18.016Z] |need to build the finally binary .snap file (and it won't [2021-03-11T21:16:18.016Z] |work with the patch applied). This further reduces the build [2021-03-11T21:16:18.016Z] |time. [2021-03-11T21:16:18.016Z] |--- [2021-03-11T21:16:18.016Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-11T21:16:18.016Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-11T21:16:18.016Z] | [2021-03-11T21:16:18.016Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T21:16:18.016Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-11T21:16:18.016Z] |--- a/snap/snapcraft.yaml [2021-03-11T21:16:18.016Z] |+++ b/snap/snapcraft.yaml [2021-03-11T21:16:18.016Z] -------------------------- [2021-03-11T21:16:18.016Z] patching file snap/snapcraft.yaml [2021-03-11T21:16:18.016Z] Using Plan A... [2021-03-11T21:16:18.016Z] Hunk #1 FAILED at 73. [2021-03-11T21:16:18.016Z] Hunk #2 succeeded at 296 (offset 19 lines). [2021-03-11T21:16:18.016Z] Hunk #3 succeeded at 308 (offset 19 lines). [2021-03-11T21:16:18.016Z] Hunk #4 succeeded at 316 (offset 19 lines). [2021-03-11T21:16:18.016Z] Hunk #5 succeeded at 323 (offset 19 lines). [2021-03-11T21:16:18.016Z] Hunk #6 succeeded at 350 (offset 19 lines). [2021-03-11T21:16:18.016Z] Hunk #7 succeeded at 362 (offset 19 lines). [2021-03-11T21:16:18.016Z] Hunk #8 succeeded at 421 (offset 22 lines). [2021-03-11T21:16:18.016Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-11T21:16:18.016Z] Hmm... Ignoring the trailing garbage. [2021-03-11T21:16:18.016Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T21:16:18.947Z] Failed in branch amd64 [2021-03-11T21:16:41.926Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:16:41.926Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:16:41.926Z] ---> b456b3fbe2db [2021-03-11T21:16:41.926Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T21:16:41.926Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:16:41.926Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:16:41.926Z] ---> b456b3fbe2db [2021-03-11T21:16:41.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:16:41.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:16:41.926Z] ---> b456b3fbe2db [2021-03-11T21:16:41.926Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T21:16:41.926Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T21:16:41.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:16:41.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:16:41.926Z] ---> b456b3fbe2db [2021-03-11T21:16:41.926Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T21:16:41.926Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:16:41.926Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:16:41.926Z] ---> b456b3fbe2db [2021-03-11T21:16:41.926Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T21:16:41.926Z] ---> Running in 765968bf3ef7 [2021-03-11T21:16:41.926Z] ---> Running in 31f1540828b0 [2021-03-11T21:16:41.926Z] ---> Running in 10d601042732 [2021-03-11T21:16:41.926Z] ---> Running in 22b2f59a23ec [2021-03-11T21:16:41.926Z] ---> Running in 7d20fa2ebcb8 [2021-03-11T21:16:41.926Z] Removing intermediate container 31f1540828b0 [2021-03-11T21:16:41.926Z] ---> f47cd726fe49 [2021-03-11T21:16:41.926Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:16:41.926Z] Removing intermediate container 7d20fa2ebcb8 [2021-03-11T21:16:41.926Z] ---> a356a3d6c9de [2021-03-11T21:16:41.926Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:16:41.926Z] Removing intermediate container 765968bf3ef7 [2021-03-11T21:16:41.926Z] ---> a99009f163b2 [2021-03-11T21:16:41.926Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:16:41.926Z] Removing intermediate container 10d601042732 [2021-03-11T21:16:41.926Z] ---> e8f12a85da3a [2021-03-11T21:16:41.926Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:16:41.926Z] Removing intermediate container 22b2f59a23ec [2021-03-11T21:16:41.926Z] ---> 404f0a10c98c [2021-03-11T21:16:41.926Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:16:41.926Z] ---> Running in e9e8eb9c0214 [2021-03-11T21:16:41.926Z] ---> Running in 391151e21469 [2021-03-11T21:16:41.926Z] ---> Running in aacb40581f66 [2021-03-11T21:16:41.926Z] ---> Running in 52e51bb740d4 [2021-03-11T21:16:41.926Z] ---> Running in 72f3d5ebfa13 [2021-03-11T21:16:41.926Z] Removing intermediate container 391151e21469 [2021-03-11T21:16:41.926Z] ---> e8d0d17bec69 [2021-03-11T21:16:41.926Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T21:16:41.926Z] ---> Running in 11372a58f541 [2021-03-11T21:16:41.926Z] Removing intermediate container aacb40581f66 [2021-03-11T21:16:41.926Z] Removing intermediate container e9e8eb9c0214 [2021-03-11T21:16:41.926Z] ---> b45b35e64d8e [2021-03-11T21:16:41.926Z] ---> 4c37b608a23a [2021-03-11T21:16:41.926Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificatesStep 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T21:16:41.926Z] [2021-03-11T21:16:41.926Z] Removing intermediate container 52e51bb740d4 [2021-03-11T21:16:41.926Z] ---> 4ec2a031ce5d [2021-03-11T21:16:41.926Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T21:16:41.926Z] ---> Running in 20e8715f48f5 [2021-03-11T21:16:41.926Z] ---> Running in 39bf484bfdb3 [2021-03-11T21:16:41.926Z] Removing intermediate container 72f3d5ebfa13 [2021-03-11T21:16:41.926Z] ---> 0d2f5838ace9 [2021-03-11T21:16:41.926Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T21:16:41.926Z] ---> Running in 0c9c753a45a3 [2021-03-11T21:16:41.926Z] ---> Running in 6dbb9ff91fcb [2021-03-11T21:16:41.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:41.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:41.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:41.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:41.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:41.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:42.195Z] OK: 217 MiB in 51 packages [2021-03-11T21:16:42.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:42.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:42.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:42.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:16:43.353Z] OK: 217 MiB in 51 packages [2021-03-11T21:16:43.353Z] OK: 217 MiB in 51 packages [2021-03-11T21:16:43.629Z] OK: 217 MiB in 51 packages [2021-03-11T21:16:43.629Z] OK: 217 MiB in 51 packages [2021-03-11T21:16:43.629Z] Removing intermediate container 11372a58f541 [2021-03-11T21:16:43.629Z] ---> 9fd261eea4f1 [2021-03-11T21:16:43.629Z] Step 6/23 : COPY go.mod . [2021-03-11T21:16:45.079Z] ---> a85f03806bcf [2021-03-11T21:16:45.079Z] Step 7/23 : RUN go mod download [2021-03-11T21:16:45.079Z] Removing intermediate container 20e8715f48f5 [2021-03-11T21:16:45.079Z] ---> 5757f263adf5 [2021-03-11T21:16:45.079Z] Step 6/22 : COPY go.mod . [2021-03-11T21:16:45.079Z] ---> Running in 465853b8c766 [2021-03-11T21:16:45.079Z] Removing intermediate container 39bf484bfdb3 [2021-03-11T21:16:45.079Z] ---> b5e8e2140a1c [2021-03-11T21:16:45.079Z] Step 6/26 : COPY go.mod . [2021-03-11T21:16:45.687Z] Removing intermediate container 0c9c753a45a3 [2021-03-11T21:16:45.687Z] ---> 94ee43731800 [2021-03-11T21:16:45.687Z] Step 6/23 : COPY go.mod . [2021-03-11T21:16:45.687Z] Removing intermediate container 6dbb9ff91fcb [2021-03-11T21:16:45.687Z] ---> 026b36c088f4 [2021-03-11T21:16:45.687Z] Step 6/21 : COPY go.mod . [2021-03-11T21:16:45.962Z] ---> 23f5b746a0f8 [2021-03-11T21:16:45.962Z] Step 7/22 : RUN go mod download [2021-03-11T21:16:46.237Z] ---> Running in b75d1b4cc69d [2021-03-11T21:16:46.237Z] ---> 77aaabf1e68e [2021-03-11T21:16:46.237Z] Step 7/26 : RUN go mod download [2021-03-11T21:16:46.512Z] ---> Running in 5f72ff707fba [2021-03-11T21:16:46.793Z] ---> a5b363ce600f [2021-03-11T21:16:46.793Z] Step 7/23 : RUN go mod download [2021-03-11T21:16:46.793Z] ---> 95e029d39b7c [2021-03-11T21:16:46.793Z] Step 7/21 : RUN go mod download [2021-03-11T21:16:47.071Z] ---> Running in d64baed040a0 [2021-03-11T21:16:47.071Z] ---> Running in ee95aa24033c [2021-03-11T21:16:49.722Z] Removing intermediate container 465853b8c766 [2021-03-11T21:16:49.722Z] ---> 62f614fb491d [2021-03-11T21:16:49.722Z] Step 8/23 : COPY . . [2021-03-11T21:16:58.010Z] Removing intermediate container b75d1b4cc69d [2021-03-11T21:16:58.010Z] ---> 0838c25b6981 [2021-03-11T21:16:58.010Z] Step 8/22 : COPY . . [2021-03-11T21:16:58.010Z] Removing intermediate container 5f72ff707fba [2021-03-11T21:16:58.010Z] ---> c3ffba5025c7 [2021-03-11T21:16:58.010Z] Step 8/26 : COPY . . [2021-03-11T21:16:58.610Z] Removing intermediate container d64baed040a0 [2021-03-11T21:16:58.610Z] ---> 748ec23de02e [2021-03-11T21:16:58.610Z] Step 8/23 : COPY . . [2021-03-11T21:16:58.610Z] Removing intermediate container ee95aa24033c [2021-03-11T21:16:58.610Z] ---> 83195b48c2bd [2021-03-11T21:16:58.610Z] Step 8/21 : COPY . . [2021-03-11T21:17:06.900Z] ---> ed987160945c [2021-03-11T21:17:06.900Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T21:17:08.887Z] ---> Running in d2c2704ea948 [2021-03-11T21:17:10.326Z] 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-11T21:17:32.535Z] ---> 8f1739a340a5 [2021-03-11T21:17:32.535Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T21:17:32.536Z] ---> 16c69532b9c6 [2021-03-11T21:17:32.536Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T21:17:32.536Z] ---> Running in f01f4b964bca [2021-03-11T21:17:32.536Z] ---> 1d8fffa8d567 [2021-03-11T21:17:32.536Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T21:17:32.812Z] ---> Running in 57e60c323e07 [2021-03-11T21:17:32.812Z] ---> Running in f7256ab06fa5 [2021-03-11T21:17:33.813Z] ---> 4000d3a08df7 [2021-03-11T21:17:33.813Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T21:17:33.813Z] ---> Running in 5b67c67ab369 [2021-03-11T21:17:34.815Z] 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-11T21:17:35.428Z] 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-11T21:17:35.708Z] 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-11T21:17:36.330Z] 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-11T21:18:44.396Z] Removing intermediate container d2c2704ea948 [2021-03-11T21:18:44.396Z] ---> 3192ac16dc57 [2021-03-11T21:18:44.396Z] [2021-03-11T21:18:44.396Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T21:18:44.396Z] 3.12: Pulling from library/alpine [2021-03-11T21:18:44.396Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T21:18:44.396Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T21:18:44.396Z] ---> d10569e2745f [2021-03-11T21:18:44.396Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T21:18:44.396Z] ---> Running in 3afa091cdfa6 [2021-03-11T21:18:44.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:18:44.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:18:45.388Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T21:18:45.388Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:18:45.388Z] OK: 5 MiB in 15 packages [2021-03-11T21:18:48.052Z] Removing intermediate container 3afa091cdfa6 [2021-03-11T21:18:48.052Z] ---> ba9a2529e9aa [2021-03-11T21:18:48.052Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:18:48.052Z] ---> Running in 3f7c5115e969 [2021-03-11T21:18:48.656Z] Removing intermediate container 3f7c5115e969 [2021-03-11T21:18:48.656Z] ---> ef1b6757121b [2021-03-11T21:18:48.656Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T21:18:48.934Z] ---> Running in 91ffcb2386e4 [2021-03-11T21:18:49.532Z] Removing intermediate container 91ffcb2386e4 [2021-03-11T21:18:49.532Z] ---> f9407ebecb00 [2021-03-11T21:18:49.532Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T21:18:49.811Z] ---> Running in 27b5e32dd8de [2021-03-11T21:18:50.410Z] Removing intermediate container 27b5e32dd8de [2021-03-11T21:18:50.410Z] ---> 693ce42fd743 [2021-03-11T21:18:50.410Z] Step 15/23 : WORKDIR / [2021-03-11T21:18:50.687Z] ---> Running in b1b4a13dc553 [2021-03-11T21:18:51.293Z] Removing intermediate container b1b4a13dc553 [2021-03-11T21:18:51.293Z] ---> e5f9e82761c8 [2021-03-11T21:18:51.293Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:18:52.287Z] ---> b071e037c2f1 [2021-03-11T21:18:52.287Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T21:18:54.943Z] ---> 666b57860042 [2021-03-11T21:18:54.943Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T21:18:55.935Z] ---> 8f5fdb71d40b [2021-03-11T21:18:55.935Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T21:18:55.935Z] ---> Running in 23f8018fafa8 [2021-03-11T21:18:56.921Z] Removing intermediate container 23f8018fafa8 [2021-03-11T21:18:56.921Z] ---> 201f3bf9b51f [2021-03-11T21:18:56.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:18:56.921Z] ---> Running in 046633a28524 [2021-03-11T21:18:57.526Z] Removing intermediate container 046633a28524 [2021-03-11T21:18:57.526Z] ---> f6a58e9bc50c [2021-03-11T21:18:57.526Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T21:18:57.799Z] ---> Running in 473125dfa832 [2021-03-11T21:18:58.784Z] Removing intermediate container 473125dfa832 [2021-03-11T21:18:58.784Z] ---> 7ac4c030cb95 [2021-03-11T21:18:58.784Z] Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:18:58.784Z] ---> Running in 3cc2a0b91840 [2021-03-11T21:18:59.767Z] Removing intermediate container 3cc2a0b91840 [2021-03-11T21:18:59.767Z] ---> 74983e9f84c8 [2021-03-11T21:18:59.767Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T21:18:59.767Z] ---> Running in 1e40199423de [2021-03-11T21:19:00.369Z] Removing intermediate container 1e40199423de [2021-03-11T21:19:00.369Z] ---> b0f9017e3910 [2021-03-11T21:19:00.369Z] [2021-03-11T21:19:00.979Z] Successfully built b0f9017e3910 [2021-03-11T21:19:00.979Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T21:19:00.979Z] Building docker-core-data-go [2021-03-11T21:19:01.257Z]  Building docker-core-metadata-go ... done 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-11T21:19:28.134Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:19:28.134Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:19:28.134Z] ---> b456b3fbe2db [2021-03-11T21:19:28.134Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T21:19:28.134Z] ---> Using cache [2021-03-11T21:19:28.134Z] ---> 404f0a10c98c [2021-03-11T21:19:28.134Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:19:28.134Z] ---> Using cache [2021-03-11T21:19:28.134Z] ---> 0d2f5838ace9 [2021-03-11T21:19:28.134Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T21:19:28.134Z] Removing intermediate container f7256ab06fa5 [2021-03-11T21:19:28.134Z] ---> 83c506865a92 [2021-03-11T21:19:28.134Z] [2021-03-11T21:19:28.134Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T21:19:28.134Z] ---> d10569e2745f [2021-03-11T21:19:28.134Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T21:19:28.134Z] Removing intermediate container 57e60c323e07 [2021-03-11T21:19:28.134Z] ---> 38dfb6049c2f [2021-03-11T21:19:28.134Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T21:19:28.134Z] ---> Running in 8479ec92973a [2021-03-11T21:19:28.134Z] ---> Running in 2d4eca14c0a9 [2021-03-11T21:19:28.134Z] ---> Running in ca97ad48c079 [2021-03-11T21:19:28.134Z] 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-11T21:19:28.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:28.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:28.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:28.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:28.414Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T21:19:28.414Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T21:19:28.414Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T21:19:28.414Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T21:19:28.414Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:19:28.689Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T21:19:28.967Z] OK: 7 MiB in 18 packages [2021-03-11T21:19:29.245Z] OK: 217 MiB in 51 packages [2021-03-11T21:19:31.881Z] Removing intermediate container 5b67c67ab369 [2021-03-11T21:19:31.882Z] ---> 99b1dce0e04a [2021-03-11T21:19:31.882Z] [2021-03-11T21:19:31.882Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T21:19:31.882Z] ---> d10569e2745f [2021-03-11T21:19:31.882Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T21:19:31.882Z] ---> Using cache [2021-03-11T21:19:31.882Z] ---> ba9a2529e9aa [2021-03-11T21:19:31.882Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:19:31.882Z] ---> Using cache [2021-03-11T21:19:31.882Z] ---> ef1b6757121b [2021-03-11T21:19:31.882Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T21:19:31.882Z] Removing intermediate container f01f4b964bca [2021-03-11T21:19:31.882Z] ---> 4a28d1c1e84f [2021-03-11T21:19:31.882Z] [2021-03-11T21:19:31.882Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T21:19:31.882Z] ---> d10569e2745f [2021-03-11T21:19:31.882Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T21:19:32.161Z] ---> Running in 01fe41f59ac2 [2021-03-11T21:19:32.437Z] ---> Running in 5baa12add223 [2021-03-11T21:19:32.723Z] Removing intermediate container 2d4eca14c0a9 [2021-03-11T21:19:32.723Z] ---> 4cefc25832db [2021-03-11T21:19:32.723Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T21:19:32.999Z] Removing intermediate container 8479ec92973a [2021-03-11T21:19:32.999Z] ---> b1b6f0f26fcb [2021-03-11T21:19:32.999Z] Step 6/23 : COPY go.mod . [2021-03-11T21:19:32.999Z] ---> Running in 2dd926416650 [2021-03-11T21:19:32.999Z] Removing intermediate container 01fe41f59ac2 [2021-03-11T21:19:32.999Z] ---> 09de5f31b594 [2021-03-11T21:19:32.999Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T21:19:33.279Z] Removing intermediate container ca97ad48c079 [2021-03-11T21:19:33.279Z] ---> e1cdc7a65e3e [2021-03-11T21:19:33.279Z] [2021-03-11T21:19:33.279Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T21:19:33.279Z] ---> Running in c16018f1aaa2 [2021-03-11T21:19:33.558Z] 20.10.0: Pulling from library/docker [2021-03-11T21:19:33.841Z] Removing intermediate container 2dd926416650 [2021-03-11T21:19:33.841Z] ---> 42bf0d0346e8 [2021-03-11T21:19:33.841Z] Step 13/21 : WORKDIR /edgex [2021-03-11T21:19:34.117Z] ---> Running in aede93bc914a [2021-03-11T21:19:34.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:34.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:34.399Z] Removing intermediate container c16018f1aaa2 [2021-03-11T21:19:34.399Z] ---> 924f69887d95 [2021-03-11T21:19:34.399Z] Step 15/23 : WORKDIR / [2021-03-11T21:19:34.399Z] ---> 0f7136f1b1d7 [2021-03-11T21:19:34.399Z] Step 7/23 : RUN go mod download [2021-03-11T21:19:34.675Z] ---> Running in 2e31a6a8af21 [2021-03-11T21:19:34.955Z] ---> Running in dd8fb335fc59 [2021-03-11T21:19:34.955Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T21:19:34.955Z] Removing intermediate container aede93bc914a [2021-03-11T21:19:34.955Z] ---> 57c6d2baaa9c [2021-03-11T21:19:34.955Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T21:19:34.955Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T21:19:34.955Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:19:35.242Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T21:19:35.522Z] OK: 6 MiB in 16 packages [2021-03-11T21:19:36.128Z] Removing intermediate container 2e31a6a8af21 [2021-03-11T21:19:36.128Z] ---> 22a069f3e008 [2021-03-11T21:19:36.128Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:19:37.113Z] ---> 87f9a3b996dd [2021-03-11T21:19:37.113Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T21:19:37.720Z] ---> 041b0f966142 [2021-03-11T21:19:37.720Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T21:19:38.325Z] Removing intermediate container 5baa12add223 [2021-03-11T21:19:38.325Z] ---> 0fb40eacaef2 [2021-03-11T21:19:38.325Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:19:38.605Z] ---> Running in 6a811bcc55fd [2021-03-11T21:19:38.893Z] ---> 38f4772cf0ef [2021-03-11T21:19:38.894Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T21:19:39.172Z] Removing intermediate container dd8fb335fc59 [2021-03-11T21:19:39.172Z] ---> ef05578e52fd [2021-03-11T21:19:39.172Z] Step 8/23 : COPY . . [2021-03-11T21:19:39.452Z] Removing intermediate container 6a811bcc55fd [2021-03-11T21:19:39.452Z] ---> 7a2cc7606eef [2021-03-11T21:19:39.452Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T21:19:39.735Z] ---> 3f3c735241c6 [2021-03-11T21:19:39.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T21:19:40.009Z] ---> Running in 377196d2f3f7 [2021-03-11T21:19:41.460Z] Removing intermediate container 377196d2f3f7 [2021-03-11T21:19:41.460Z] ---> bde1648fee9c [2021-03-11T21:19:41.460Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T21:19:41.460Z] ---> f2edee6b0b0a [2021-03-11T21:19:41.460Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T21:19:41.734Z] ---> Running in 0a589ec5b134 [2021-03-11T21:19:41.734Z] ---> ac872f5cb1a5 [2021-03-11T21:19:41.734Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T21:19:42.010Z] ---> Running in b43188bca148 [2021-03-11T21:19:42.010Z] ---> Running in 3db9909cc2fd [2021-03-11T21:19:42.288Z] Removing intermediate container 0a589ec5b134 [2021-03-11T21:19:42.288Z] ---> 72a35f96011a [2021-03-11T21:19:42.288Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:19:42.903Z] Removing intermediate container b43188bca148 [2021-03-11T21:19:42.903Z] ---> 09a68c6fc9cb [2021-03-11T21:19:42.903Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T21:19:42.903Z] Removing intermediate container 3db9909cc2fd [2021-03-11T21:19:42.903Z] ---> a4b62ffbb1ea [2021-03-11T21:19:42.903Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:19:43.185Z] ---> Running in b7df803b54f4 [2021-03-11T21:19:43.462Z] ---> Running in 8a5b889c9eea [2021-03-11T21:19:43.739Z] ---> a8d0de5c356a [2021-03-11T21:19:43.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T21:19:44.013Z] Removing intermediate container b7df803b54f4 [2021-03-11T21:19:44.013Z] ---> 1d5f0a0a8649 [2021-03-11T21:19:44.013Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T21:19:44.286Z] Removing intermediate container 8a5b889c9eea [2021-03-11T21:19:44.286Z] ---> 0a5c3aa38c63 [2021-03-11T21:19:44.286Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T21:19:44.286Z] ---> Running in 9eace44ff687 [2021-03-11T21:19:44.565Z] ---> Running in fb42d7b4bd4f [2021-03-11T21:19:45.557Z] Removing intermediate container 9eace44ff687 [2021-03-11T21:19:45.557Z] ---> a6a0d69bf880 [2021-03-11T21:19:45.557Z] Step 20/21 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:19:45.832Z] Removing intermediate container fb42d7b4bd4f [2021-03-11T21:19:45.832Z] ---> 29f4690f6f12 [2021-03-11T21:19:45.832Z] Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:19:45.832Z] ---> e12874e6138b [2021-03-11T21:19:45.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T21:19:45.832Z] ---> Running in 537af8981373 [2021-03-11T21:19:46.110Z] ---> Running in 42bd2c78ee49 [2021-03-11T21:19:47.108Z] Removing intermediate container 42bd2c78ee49 [2021-03-11T21:19:47.108Z] ---> 219d5d01f5ed [2021-03-11T21:19:47.108Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T21:19:47.408Z] Removing intermediate container 537af8981373 [2021-03-11T21:19:47.408Z] ---> bd3e75ea8819 [2021-03-11T21:19:47.408Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T21:19:47.683Z] ---> Running in bf5c77b725d3 [2021-03-11T21:19:47.683Z] ---> 84264b2f9bd0 [2021-03-11T21:19:47.683Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T21:19:47.968Z] ---> Running in df294db5bf10 [2021-03-11T21:19:47.968Z] ---> Running in 1e1a778df211 [2021-03-11T21:19:48.247Z] Removing intermediate container bf5c77b725d3 [2021-03-11T21:19:48.247Z] ---> 8d256ed74cdf [2021-03-11T21:19:48.247Z] [2021-03-11T21:19:48.523Z] Removing intermediate container df294db5bf10 [2021-03-11T21:19:48.523Z] ---> dd8079a01f8f [2021-03-11T21:19:48.523Z] [2021-03-11T21:19:48.810Z] Removing intermediate container 1e1a778df211 [2021-03-11T21:19:48.810Z] ---> 039e3c34a849 [2021-03-11T21:19:48.810Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:19:48.810Z] Successfully built 8d256ed74cdf [2021-03-11T21:19:48.810Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T21:19:48.810Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-11T21:19:49.088Z] Successfully built dd8079a01f8f [2021-03-11T21:19:49.088Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T21:19:49.088Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T21:19:49.088Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-11T21:19:49.364Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T21:19:49.364Z] ---> eeaf43b92773 [2021-03-11T21:19:49.364Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T21:19:49.364Z] ---> Running in bdc17463c081 [2021-03-11T21:19:49.647Z] ---> Running in 574c5a19987f [2021-03-11T21:19:49.928Z] Removing intermediate container bdc17463c081 [2021-03-11T21:19:49.928Z] ---> a3538b8e952e [2021-03-11T21:19:49.928Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T21:19:50.534Z] ---> Running in 411090e22382 [2021-03-11T21:19:51.134Z] Removing intermediate container 411090e22382 [2021-03-11T21:19:51.134Z] ---> 0ef85546b1ff [2021-03-11T21:19:51.134Z] Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:19:51.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:51.411Z] ---> Running in c3d9305011fd [2021-03-11T21:19:51.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:19:52.291Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T21:19:52.291Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T21:19:52.570Z] Executing bash-5.0.17-r0.post-install [2021-03-11T21:19:52.570Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:19:52.570Z] OK: 12 MiB in 22 packages [2021-03-11T21:19:52.845Z] Removing intermediate container c3d9305011fd [2021-03-11T21:19:52.845Z] ---> 0af2e65f80fb [2021-03-11T21:19:52.845Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T21:19:53.843Z] ---> Running in 6156cc0a7cf8 [2021-03-11T21:19:54.832Z] Removing intermediate container 6156cc0a7cf8 [2021-03-11T21:19:54.832Z] ---> 623d34ae5bdd [2021-03-11T21:19:54.832Z] [2021-03-11T21:19:55.110Z] Removing intermediate container 574c5a19987f [2021-03-11T21:19:55.110Z] ---> d7a962cc8aa4 [2021-03-11T21:19:55.110Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T21:19:55.387Z] Successfully built 623d34ae5bdd [2021-03-11T21:19:55.387Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T21:19:55.387Z] Building docker-security-bootstrapper-go [2021-03-11T21:19:55.666Z]  Building docker-support-notifications-go ... done  ---> Running in ae7a21f7546c [2021-03-11T21:19:56.264Z] Removing intermediate container ae7a21f7546c [2021-03-11T21:19:56.264Z] ---> 7a23a1950da2 [2021-03-11T21:19:56.264Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T21:19:56.264Z] ---> Running in 92df25c2213d [2021-03-11T21:19:56.871Z] ---> 3245757a25d1 [2021-03-11T21:19:56.871Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T21:19:56.871Z] ---> Running in aa03d40dd920 [2021-03-11T21:19:57.153Z] Removing intermediate container 92df25c2213d [2021-03-11T21:19:57.153Z] ---> 7c1cd1f2cb3b [2021-03-11T21:19:57.153Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T21:19:57.426Z] ---> Running in 61fd1c0642b7 [2021-03-11T21:19:58.025Z] Removing intermediate container 61fd1c0642b7 [2021-03-11T21:19:58.025Z] ---> 2f8d7a3149da [2021-03-11T21:19:58.025Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T21:19:58.301Z] 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-11T21:20:00.296Z] ---> 9667d147426b [2021-03-11T21:20:00.296Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T21:20:02.962Z] ---> 185e65bf1ba9 [2021-03-11T21:20:02.962Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T21:20:03.958Z] ---> a08f02de43e4 [2021-03-11T21:20:03.958Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T21:20:04.246Z] ---> Running in 0ca770eb75f6 [2021-03-11T21:20:06.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:20:06.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:20:06.546Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T21:20:06.546Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T21:20:06.546Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T21:20:06.824Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T21:20:06.824Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T21:20:06.824Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T21:20:06.824Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T21:20:08.843Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T21:20:08.843Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T21:20:08.843Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T21:20:08.843Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T21:20:08.843Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T21:20:08.843Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T21:20:08.843Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T21:20:08.843Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T21:20:08.843Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T21:20:08.843Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T21:20:08.843Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T21:20:09.120Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T21:20:09.120Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T21:20:09.120Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T21:20:09.120Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T21:20:09.120Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T21:20:09.120Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T21:20:09.120Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T21:20:09.120Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T21:20:09.402Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T21:20:09.402Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T21:20:09.402Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T21:20:09.402Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T21:20:09.402Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T21:20:09.402Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T21:20:09.402Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T21:20:09.682Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:20:09.682Z] OK: 71 MiB in 55 packages [2021-03-11T21:20:32.109Z] Removing intermediate container 0ca770eb75f6 [2021-03-11T21:20:32.109Z] ---> f47e51d03932 [2021-03-11T21:20:32.109Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T21:20:32.109Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:20:32.109Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:20:32.109Z] ---> b456b3fbe2db [2021-03-11T21:20:32.109Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T21:20:32.109Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 404f0a10c98c [2021-03-11T21:20:32.110Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 0d2f5838ace9 [2021-03-11T21:20:32.110Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 026b36c088f4 [2021-03-11T21:20:32.110Z] Step 6/24 : COPY go.mod . [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 95e029d39b7c [2021-03-11T21:20:32.110Z] Step 7/24 : RUN go mod download [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 83195b48c2bd [2021-03-11T21:20:32.110Z] Step 8/24 : COPY . . [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 1d8fffa8d567 [2021-03-11T21:20:32.110Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T21:20:32.110Z] ---> Running in 9b32bdd4157f [2021-03-11T21:20:32.110Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:20:32.110Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:20:32.110Z] ---> b456b3fbe2db [2021-03-11T21:20:32.110Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 404f0a10c98c [2021-03-11T21:20:32.110Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 0d2f5838ace9 [2021-03-11T21:20:32.110Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 026b36c088f4 [2021-03-11T21:20:32.110Z] Step 6/22 : COPY go.mod . [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 95e029d39b7c [2021-03-11T21:20:32.110Z] Step 7/22 : RUN go mod download [2021-03-11T21:20:32.110Z] ---> Using cache [2021-03-11T21:20:32.110Z] ---> 83195b48c2bd [2021-03-11T21:20:32.110Z] Step 8/22 : COPY . . [2021-03-11T21:20:32.110Z] ---> Running in d36a4f8c89c1 [2021-03-11T21:20:32.382Z] ---> Using cache [2021-03-11T21:20:32.382Z] ---> 1d8fffa8d567 [2021-03-11T21:20:32.659Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T21:20:33.260Z] ---> Running in cc04ca452496 [2021-03-11T21:20:35.257Z] 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-11T21:20:35.857Z] 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-11T21:20:38.489Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T21:20:38.489Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T21:20:38.489Z] ---> b456b3fbe2db [2021-03-11T21:20:38.489Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T21:20:38.489Z] ---> Using cache [2021-03-11T21:20:38.489Z] ---> 404f0a10c98c [2021-03-11T21:20:38.489Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:20:38.489Z] ---> Using cache [2021-03-11T21:20:38.489Z] ---> 0d2f5838ace9 [2021-03-11T21:20:38.489Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T21:20:38.489Z] ---> Using cache [2021-03-11T21:20:38.489Z] ---> 026b36c088f4 [2021-03-11T21:20:38.489Z] Step 6/31 : COPY go.mod . [2021-03-11T21:20:38.489Z] ---> Using cache [2021-03-11T21:20:38.489Z] ---> 95e029d39b7c [2021-03-11T21:20:38.489Z] Step 7/31 : RUN go mod download [2021-03-11T21:20:38.489Z] ---> Using cache [2021-03-11T21:20:38.489Z] ---> 83195b48c2bd [2021-03-11T21:20:38.489Z] Step 8/31 : COPY . . [2021-03-11T21:20:38.489Z] ---> Using cache [2021-03-11T21:20:38.489Z] ---> 1d8fffa8d567 [2021-03-11T21:20:38.489Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T21:20:39.089Z] ---> Running in 8f5263386982 [2021-03-11T21:20:41.068Z] 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-11T21:20:41.068Z] Collecting docker-compose==1.23.2 [2021-03-11T21:20:41.068Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T21:20:42.052Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T21:20:42.052Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T21:20:45.450Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T21:20:45.451Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T21:20:45.728Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T21:20:45.728Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T21:20:46.333Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T21:20:46.333Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T21:20:50.658Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T21:20:50.658Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T21:20:52.098Z] Collecting PyYAML<4,>=3.10 [2021-03-11T21:20:52.098Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T21:20:56.412Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T21:20:56.412Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T21:20:58.399Z] 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-11T21:20:59.385Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T21:20:59.385Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T21:21:00.369Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T21:21:00.369Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T21:21:00.369Z] 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-11T21:21:00.970Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T21:21:00.970Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T21:21:01.246Z] 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-11T21:21:01.521Z] Collecting idna<2.8,>=2.5 [2021-03-11T21:21:01.521Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T21:21:01.797Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T21:21:02.072Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T21:21:02.072Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T21:21:02.072Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T21:21:02.072Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T21:21:02.072Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T21:21:03.521Z] Installing collected packages: docopt, websocket-client, cached-property, texttable, urllib3, idna, requests, PyYAML, dockerpty, docker-pycreds, docker, jsonschema, docker-compose [2021-03-11T21:21:03.521Z] Running setup.py install for docopt: started [2021-03-11T21:21:06.164Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T21:21:06.164Z] Running setup.py install for texttable: started [2021-03-11T21:21:09.588Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T21:21:09.588Z] Attempting uninstall: urllib3 [2021-03-11T21:21:09.588Z] Found existing installation: urllib3 1.25.9 [2021-03-11T21:21:09.588Z] Uninstalling urllib3-1.25.9: [2021-03-11T21:21:09.588Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T21:21:10.193Z] Attempting uninstall: idna [2021-03-11T21:21:10.193Z] Found existing installation: idna 2.9 [2021-03-11T21:21:10.193Z] Uninstalling idna-2.9: [2021-03-11T21:21:10.193Z] Successfully uninstalled idna-2.9 [2021-03-11T21:21:11.185Z] Attempting uninstall: requests [2021-03-11T21:21:11.185Z] Found existing installation: requests 2.23.0 [2021-03-11T21:21:11.185Z] Uninstalling requests-2.23.0: [2021-03-11T21:21:11.461Z] Successfully uninstalled requests-2.23.0 [2021-03-11T21:21:11.740Z] Running setup.py install for PyYAML: started [2021-03-11T21:21:15.143Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T21:21:15.143Z] Running setup.py install for dockerpty: started [2021-03-11T21:21:17.126Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T21:21:19.758Z] 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-11T21:21:26.518Z] Removing intermediate container 9b32bdd4157f [2021-03-11T21:21:26.518Z] ---> 511f4e356ec5 [2021-03-11T21:21:26.518Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T21:21:26.518Z] ---> Running in db425f81328e [2021-03-11T21:21:27.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:21:28.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:21:29.244Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T21:21:29.244Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T21:21:29.244Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T21:21:29.244Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:21:29.244Z] OK: 71 MiB in 58 packages [2021-03-11T21:21:31.229Z] Removing intermediate container db425f81328e [2021-03-11T21:21:31.229Z] ---> bb3d78b216ea [2021-03-11T21:21:31.229Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T21:21:31.229Z] ---> Running in 62a18713b152 [2021-03-11T21:21:32.219Z] Removing intermediate container 62a18713b152 [2021-03-11T21:21:32.219Z] ---> f0575487a988 [2021-03-11T21:21:32.219Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:21:32.497Z] ---> Running in 67833e49bb82 [2021-03-11T21:21:33.099Z] Removing intermediate container 67833e49bb82 [2021-03-11T21:21:33.099Z] ---> ba60fb0a0ec4 [2021-03-11T21:21:33.099Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T21:21:33.373Z] ---> Running in 889017d958d5 [2021-03-11T21:21:33.973Z] Removing intermediate container 889017d958d5 [2021-03-11T21:21:33.973Z] ---> de11eaf38a0a [2021-03-11T21:21:33.973Z] Step 25/26 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:21:34.250Z] ---> Running in d5e2793aacae [2021-03-11T21:21:35.238Z] Removing intermediate container d5e2793aacae [2021-03-11T21:21:35.238Z] ---> e798c1ae0c3a [2021-03-11T21:21:35.238Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T21:21:35.515Z] ---> Running in b36b71316145 [2021-03-11T21:21:36.122Z] Removing intermediate container b36b71316145 [2021-03-11T21:21:36.122Z] ---> e9173405922b [2021-03-11T21:21:36.122Z] [2021-03-11T21:21:37.109Z] Successfully built e9173405922b [2021-03-11T21:21:37.109Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T21:21:41.437Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container aa03d40dd920 [2021-03-11T21:21:41.437Z] ---> 73898ee656b8 [2021-03-11T21:21:41.437Z] [2021-03-11T21:21:41.437Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T21:21:41.437Z] ---> d10569e2745f [2021-03-11T21:21:41.437Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T21:21:41.437Z] ---> Running in 9703a9e58fff [2021-03-11T21:21:41.726Z] Removing intermediate container 9703a9e58fff [2021-03-11T21:21:41.726Z] ---> ced33b98574a [2021-03-11T21:21:41.726Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T21:21:42.002Z] ---> Running in a759f28cbe38 [2021-03-11T21:21:42.624Z] Removing intermediate container a759f28cbe38 [2021-03-11T21:21:42.624Z] ---> b0ae0dd85034 [2021-03-11T21:21:42.624Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T21:21:42.624Z] ---> Running in a3903c5255ec [2021-03-11T21:21:43.234Z] Removing intermediate container a3903c5255ec [2021-03-11T21:21:43.234Z] ---> 15f25024b11a [2021-03-11T21:21:43.234Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T21:21:43.508Z] ---> Running in 7d6df0155e87 [2021-03-11T21:21:46.913Z] Removing intermediate container 7d6df0155e87 [2021-03-11T21:21:46.913Z] ---> 1c75d5917dc8 [2021-03-11T21:21:46.913Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T21:21:46.913Z] ---> Running in d8302af2415a [2021-03-11T21:21:48.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:21:49.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:21:50.504Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T21:21:50.781Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T21:21:50.781Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T21:21:50.781Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T21:21:51.062Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T21:21:51.337Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T21:21:51.337Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:21:51.337Z] OK: 8 MiB in 20 packages [2021-03-11T21:21:53.987Z] Removing intermediate container d8302af2415a [2021-03-11T21:21:53.987Z] ---> 8455aec1e04d [2021-03-11T21:21:53.987Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:21:54.263Z] 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-11T21:21:54.866Z] ---> e7833740b2df [2021-03-11T21:21:54.866Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T21:21:56.857Z] ---> e8872a474024 [2021-03-11T21:21:56.857Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T21:21:58.308Z] ---> b82c835be2b2 [2021-03-11T21:21:58.308Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T21:21:58.308Z] ---> Running in 2b73c4978049 [2021-03-11T21:21:58.911Z] Removing intermediate container 2b73c4978049 [2021-03-11T21:21:58.911Z] ---> 2ed199727969 [2021-03-11T21:21:59.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:21:59.188Z] ---> Running in 1fa87ab2872b [2021-03-11T21:21:59.790Z] Removing intermediate container 1fa87ab2872b [2021-03-11T21:21:59.790Z] ---> 141171d6937b [2021-03-11T21:21:59.790Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T21:22:00.067Z] ---> Running in a632a81de5ee [2021-03-11T21:22:01.057Z] Removing intermediate container a632a81de5ee [2021-03-11T21:22:01.057Z] ---> d955aea11ca6 [2021-03-11T21:22:01.057Z] Step 22/23 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:22:01.057Z] ---> Running in ee17eb4fcfa0 [2021-03-11T21:22:02.061Z] Removing intermediate container ee17eb4fcfa0 [2021-03-11T21:22:02.061Z] ---> 710db3761a3e [2021-03-11T21:22:02.061Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T21:22:02.061Z] ---> Running in b3ab4a8ec922 [2021-03-11T21:22:03.063Z] Removing intermediate container b3ab4a8ec922 [2021-03-11T21:22:03.063Z] ---> babf811e2ec5 [2021-03-11T21:22:03.063Z] [2021-03-11T21:22:03.343Z] Successfully built babf811e2ec5 [2021-03-11T21:22:03.343Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T21:22:09.074Z]  Building docker-core-data-go ... done Removing intermediate container d36a4f8c89c1 [2021-03-11T21:22:09.074Z] ---> 7473dde3e1f3 [2021-03-11T21:22:09.074Z] [2021-03-11T21:22:09.074Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T21:22:09.074Z] ---> d10569e2745f [2021-03-11T21:22:09.074Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T21:22:09.074Z] ---> Running in df63a65bc380 [2021-03-11T21:22:10.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:22:10.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:22:10.661Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T21:22:10.661Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T21:22:10.661Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T21:22:10.661Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T21:22:10.661Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T21:22:10.661Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:22:10.937Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T21:22:10.937Z] OK: 7 MiB in 19 packages [2021-03-11T21:22:11.924Z] Removing intermediate container 8f5263386982 [2021-03-11T21:22:11.924Z] ---> 215f9d550e2c [2021-03-11T21:22:11.924Z] [2021-03-11T21:22:11.924Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T21:22:11.924Z] ---> d10569e2745f [2021-03-11T21:22:11.924Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T21:22:11.924Z] ---> Running in 5f1c982d27a2 [2021-03-11T21:22:12.922Z] Removing intermediate container 5f1c982d27a2 [2021-03-11T21:22:12.922Z] ---> 18f76ba140dc [2021-03-11T21:22:12.922Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T21:22:12.922Z] Removing intermediate container df63a65bc380 [2021-03-11T21:22:12.922Z] ---> 2861f10aa44f [2021-03-11T21:22:12.922Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T21:22:13.197Z] ---> Running in bfa0e719f435 [2021-03-11T21:22:13.197Z] ---> Running in d0adde376b13 [2021-03-11T21:22:14.189Z] Removing intermediate container bfa0e719f435 [2021-03-11T21:22:14.189Z] ---> 893a2fd682c4 [2021-03-11T21:22:14.189Z] Step 13/24 : WORKDIR / [2021-03-11T21:22:14.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T21:22:14.469Z] ---> Running in 0d12f7fde205 [2021-03-11T21:22:14.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T21:22:15.014Z] Removing intermediate container cc04ca452496 [2021-03-11T21:22:15.014Z] ---> ac3a4b9736e4 [2021-03-11T21:22:15.014Z] [2021-03-11T21:22:15.014Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T21:22:15.014Z] ---> d10569e2745f [2021-03-11T21:22:15.014Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T21:22:15.014Z] ---> Using cache [2021-03-11T21:22:15.014Z] ---> ba9a2529e9aa [2021-03-11T21:22:15.014Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T21:22:15.014Z] ---> Using cache [2021-03-11T21:22:15.014Z] ---> ef1b6757121b [2021-03-11T21:22:15.014Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T21:22:15.288Z] ---> Running in bc98646b1058 [2021-03-11T21:22:15.288Z] Removing intermediate container 0d12f7fde205 [2021-03-11T21:22:15.288Z] ---> 87bde3c33bb3 [2021-03-11T21:22:15.288Z] 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-11T21:22:15.288Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T21:22:15.288Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T21:22:15.288Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T21:22:15.288Z] OK: 5 MiB in 16 packages [2021-03-11T21:22:15.883Z] Removing intermediate container bc98646b1058 [2021-03-11T21:22:15.883Z] ---> d09f71009d17 [2021-03-11T21:22:15.884Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T21:22:15.884Z] ---> Running in b2a6d71936af [2021-03-11T21:22:16.157Z] ---> dbe35f822a06 [2021-03-11T21:22:16.157Z] 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-11T21:22:16.504Z] Removing intermediate container b2a6d71936af [2021-03-11T21:22:16.504Z] ---> 3eb6b16e442e [2021-03-11T21:22:16.504Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:22:17.015Z] Removing intermediate container d0adde376b13 [2021-03-11T21:22:17.015Z] ---> debffc2d6f49 [2021-03-11T21:22:17.015Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T21:22:17.340Z] ---> Running in 67905e60edee [2021-03-11T21:22:17.340Z] ---> 0219f5cd6273 [2021-03-11T21:22:17.340Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T21:22:17.635Z] ---> a2787e558769 [2021-03-11T21:22:17.635Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T21:22:17.947Z] Removing intermediate container 67905e60edee [2021-03-11T21:22:17.947Z] ---> 37c9d815d25f [2021-03-11T21:22:17.947Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T21:22:17.947Z] ---> Running in 5eca55e5f59e [2021-03-11T21:22:18.243Z] ---> 4799805059a2 [2021-03-11T21:22:18.243Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T21:22:18.908Z] Removing intermediate container 5eca55e5f59e [2021-03-11T21:22:18.908Z] ---> 3f7944a9ab02 [2021-03-11T21:22:18.908Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T21:22:19.185Z] ---> Running in c54f2a4060a2 [2021-03-11T21:22:19.812Z] ---> 6c4155988605 [2021-03-11T21:22:19.812Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T21:22:19.812Z] ---> 9030abb21a86 [2021-03-11T21:22:19.812Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T21:22:20.800Z] ---> d085f70a8e4c [2021-03-11T21:22:20.800Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T21:22:21.077Z] ---> Running in 9cc213436c11 [2021-03-11T21:22:21.077Z] ---> 1f92654445d2 [2021-03-11T21:22:21.077Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T21:22:21.677Z] Removing intermediate container 9cc213436c11 [2021-03-11T21:22:21.677Z] ---> 7ce711ea693d [2021-03-11T21:22:21.677Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T21:22:21.950Z] ---> Running in 146bd23c6457 [2021-03-11T21:22:22.232Z] ---> c2cfa702fb95 [2021-03-11T21:22:22.232Z] 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-11T21:22:22.232Z] Removing intermediate container c54f2a4060a2 [2021-03-11T21:22:22.232Z] ---> ad6b7af1df2d [2021-03-11T21:22:22.232Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T21:22:22.232Z] Removing intermediate container 146bd23c6457 [2021-03-11T21:22:22.232Z] ---> 95702087f110 [2021-03-11T21:22:22.232Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T21:22:22.508Z] ---> Running in 845ddf162da7 [2021-03-11T21:22:22.508Z] ---> Running in 2d3554bdccdd [2021-03-11T21:22:22.508Z] ---> Running in 7a99ea47722b [2021-03-11T21:22:23.108Z] Removing intermediate container 845ddf162da7 [2021-03-11T21:22:23.108Z] ---> 6bb9334cb150 [2021-03-11T21:22:23.108Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T21:22:23.108Z] Removing intermediate container 7a99ea47722b [2021-03-11T21:22:23.108Z] ---> a3e5b179821d [2021-03-11T21:22:23.108Z] Step 21/22 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:22:23.381Z] ---> Running in f244003c7b9b [2021-03-11T21:22:23.977Z] Removing intermediate container f244003c7b9b [2021-03-11T21:22:23.977Z] ---> 64352461354a [2021-03-11T21:22:23.977Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T21:22:23.977Z] ---> Running in db2c6c0711ae [2021-03-11T21:22:23.977Z] ---> efaecc305131 [2021-03-11T21:22:23.977Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T21:22:24.252Z] ---> Running in 6ad93e2e46fb [2021-03-11T21:22:24.529Z] Removing intermediate container db2c6c0711ae [2021-03-11T21:22:24.529Z] ---> bda25de1f3c3 [2021-03-11T21:22:24.529Z] [2021-03-11T21:22:25.129Z] Removing intermediate container 2d3554bdccdd [2021-03-11T21:22:25.129Z] ---> 338bda43cb60 [2021-03-11T21:22:25.129Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T21:22:25.129Z] Successfully built bda25de1f3c3 [2021-03-11T21:22:25.129Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T21:22:25.401Z]  Building docker-support-scheduler-go ... done  ---> Running in 6be2cdad2570 [2021-03-11T21:22:25.683Z] Removing intermediate container 6be2cdad2570 [2021-03-11T21:22:25.683Z] ---> c4a55e7dcef4 [2021-03-11T21:22:25.683Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T21:22:25.964Z] ---> Running in 36bedc71d5d5 [2021-03-11T21:22:26.558Z] Removing intermediate container 36bedc71d5d5 [2021-03-11T21:22:26.558Z] ---> ec6f1bbbf194 [2021-03-11T21:22:26.558Z] Step 23/24 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:22:26.836Z] ---> Running in 3a728e1397cb [2021-03-11T21:22:27.113Z] Removing intermediate container 6ad93e2e46fb [2021-03-11T21:22:27.113Z] ---> 049aa71c28de [2021-03-11T21:22:27.113Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T21:22:27.113Z] Removing intermediate container 3a728e1397cb [2021-03-11T21:22:27.113Z] ---> 5e161dad0648 [2021-03-11T21:22:27.113Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T21:22:27.390Z] ---> Running in e830fd7df655 [2021-03-11T21:22:27.661Z] ---> 8bee10a42c5f [2021-03-11T21:22:27.661Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T21:22:27.936Z] Removing intermediate container e830fd7df655 [2021-03-11T21:22:27.936Z] ---> c6cbf848aba8 [2021-03-11T21:22:27.936Z] [2021-03-11T21:22:28.207Z] Successfully built c6cbf848aba8 [2021-03-11T21:22:28.207Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T21:22:29.184Z]  Building docker-security-secretstore-setup-go ... done  ---> ad92a0330b63 [2021-03-11T21:22:29.184Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T21:22:29.777Z] ---> 6cdd73d50cd6 [2021-03-11T21:22:29.777Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T21:22:30.755Z] ---> c4ee3f7ecdb1 [2021-03-11T21:22:30.755Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T21:22:31.349Z] ---> 6862d5db4393 [2021-03-11T21:22:31.349Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T21:22:31.620Z] ---> Running in 6c9ca873db88 [2021-03-11T21:22:31.894Z] Removing intermediate container 6c9ca873db88 [2021-03-11T21:22:31.894Z] ---> 84d5a4f7fc66 [2021-03-11T21:22:31.894Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T21:22:32.889Z] ---> 6261ccafce3a [2021-03-11T21:22:32.889Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T21:22:32.889Z] ---> Running in eb4200bf27b2 [2021-03-11T21:22:35.508Z] Removing intermediate container eb4200bf27b2 [2021-03-11T21:22:35.508Z] ---> 1bab2dee6a37 [2021-03-11T21:22:35.508Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T21:22:35.508Z] ---> Running in 9f16a99144e8 [2021-03-11T21:22:35.779Z] Removing intermediate container 9f16a99144e8 [2021-03-11T21:22:35.779Z] ---> 3ecf78c4be68 [2021-03-11T21:22:35.779Z] Step 28/31 : CMD ["gate"] [2021-03-11T21:22:36.372Z] ---> Running in 9b4931baaf21 [2021-03-11T21:22:36.643Z] Removing intermediate container 9b4931baaf21 [2021-03-11T21:22:36.643Z] ---> 0d4cd81bb464 [2021-03-11T21:22:36.643Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T21:22:36.915Z] ---> Running in 8fab3077f32d [2021-03-11T21:22:37.507Z] Removing intermediate container 8fab3077f32d [2021-03-11T21:22:37.507Z] ---> ef4e50da06c0 [2021-03-11T21:22:37.507Z] Step 30/31 : LABEL git_sha=e16aee3722b0f014e7611225c341ea548abb8698 [2021-03-11T21:22:37.780Z] ---> Running in 22213b65bdf8 [2021-03-11T21:22:38.373Z] Removing intermediate container 22213b65bdf8 [2021-03-11T21:22:38.373Z] ---> 7628c19e7920 [2021-03-11T21:22:38.373Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T21:22:38.646Z] ---> Running in 6a35202197ee [2021-03-11T21:22:39.240Z] Removing intermediate container 6a35202197ee [2021-03-11T21:22:39.240Z] ---> 7969e0e6f189 [2021-03-11T21:22:39.240Z] [2021-03-11T21:22:39.512Z] Successfully built 7969e0e6f189 [2021-03-11T21:22:39.512Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T21:22:39.799Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-11T21:22:39.790Z] $ docker stop --time=1 74fe2a6d41fb2f5ebc4b27edd54d2bfd5320a3692436d44308673aa3da05ac16 [2021-03-11T21:22:41.716Z] $ docker rm -f 74fe2a6d41fb2f5ebc4b27edd54d2bfd5320a3692436d44308673aa3da05ac16 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T21:22:42.533Z] + docker images [2021-03-11T21:22:42.533Z] + grep docker [2021-03-11T21:22:42.803Z] docker-security-bootstrapper-go-arm64 latest 7969e0e6f189 4 seconds ago 17.8MB [2021-03-11T21:22:42.803Z] docker-security-secretstore-setup-go-arm64 latest c6cbf848aba8 15 seconds ago 23.7MB [2021-03-11T21:22:42.803Z] docker-support-scheduler-go-arm64 latest bda25de1f3c3 18 seconds ago 16.3MB [2021-03-11T21:22:42.803Z] docker-core-data-go-arm64 latest babf811e2ec5 40 seconds ago 21.3MB [2021-03-11T21:22:42.803Z] docker-sys-mgmt-agent-go-arm64 latest e9173405922b About a minute ago 300MB [2021-03-11T21:22:42.803Z] docker-support-notifications-go-arm64 latest 623d34ae5bdd 2 minutes ago 16.9MB [2021-03-11T21:22:42.803Z] docker-security-proxy-setup-go-arm64 latest dd8079a01f8f 2 minutes ago 23.4MB [2021-03-11T21:22:42.803Z] docker-core-command-go-arm64 latest 8d256ed74cdf 2 minutes ago 16.2MB [2021-03-11T21:22:42.803Z] docker-core-metadata-go-arm64 latest b0f9017e3910 3 minutes ago 17.9MB [2021-03-11T21:22:42.803Z] docker 20.10.0 eeaf43b92773 3 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-11T21:22:44.418Z] ---> job-cost.sh [2021-03-11T21:22:44.418Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MIdL [2021-03-11T21:23:23.378Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T21:25:00.123Z] lf-activate-venv(): INFO: Adding /tmp/venv-MIdL/bin to PATH [2021-03-11T21:25:00.123Z] INFO: No Stack... [2021-03-11T21:25:00.123Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T21:25:00.123Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T21:25:00.473Z] + cut -d, -f6 [2021-03-11T21:25:00.473Z] + cat /w/workspace/edgex-go/8/archives/cost.csv [Pipeline] lock [2021-03-11T21:25:00.594Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-8-stack-cost] [2021-03-11T21:25:00.603Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3223-8-stack-cost] did not exist. Created. [2021-03-11T21:25:00.604Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T21:25:01.137Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T21:25:01.406Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T21:25:01.422Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-8-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-11T21:25:05.586Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:25:06.529Z] ---> package-listing.sh [2021-03-11T21:25:06.529Z] ++ facter osfamily [2021-03-11T21:25:06.529Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T21:25:06.529Z] + OS_FAMILY=redhat [2021-03-11T21:25:06.529Z] + workspace=/w/workspace/edgex-go/8 [2021-03-11T21:25:06.529Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T21:25:06.529Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T21:25:06.529Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T21:25:06.529Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T21:25:06.529Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-11T21:25:06.529Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T21:25:06.529Z] + case "${OS_FAMILY}" in [2021-03-11T21:25:06.529Z] + rpm -qa [2021-03-11T21:25:06.529Z] + sort [2021-03-11T21:25:11.850Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T21:25:11.850Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T21:25:11.850Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T21:25:11.850Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-11T21:25:11.850Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-03-11T21:25:11.850Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-03-11T21:25:11.865Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T21:25:12.161Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:25:12.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T21:25:12.472Z] [2021-03-11T21:25:12.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T21:25:12.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T21:25:12.839Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T21:25:12.839Z] df20fa9351a1: Pulling fs layer [2021-03-11T21:25:12.839Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T21:25:12.839Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T21:25:12.839Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T21:25:12.839Z] 93b61091891f: Pulling fs layer [2021-03-11T21:25:12.839Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T21:25:12.839Z] 5e14af77c1be: Pulling fs layer [2021-03-11T21:25:12.839Z] 01666e4c0597: Pulling fs layer [2021-03-11T21:25:12.839Z] aa168da1d23b: Pulling fs layer [2021-03-11T21:25:12.839Z] 5e14af77c1be: Waiting [2021-03-11T21:25:12.839Z] 01666e4c0597: Waiting [2021-03-11T21:25:12.839Z] 46f8f816bc3b: Waiting [2021-03-11T21:25:12.839Z] aa168da1d23b: Waiting [2021-03-11T21:25:12.839Z] 93b9cdb0e59b: Waiting [2021-03-11T21:25:12.839Z] 93b61091891f: Waiting [2021-03-11T21:25:12.839Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T21:25:12.839Z] 36b3adc4ff6f: Download complete [2021-03-11T21:25:13.106Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T21:25:13.106Z] 46f8f816bc3b: Download complete [2021-03-11T21:25:13.106Z] df20fa9351a1: Verifying Checksum [2021-03-11T21:25:13.106Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T21:25:13.106Z] 93b9cdb0e59b: Download complete [2021-03-11T21:25:13.106Z] 5e14af77c1be: Verifying Checksum [2021-03-11T21:25:13.106Z] 5e14af77c1be: Download complete [2021-03-11T21:25:13.106Z] 01666e4c0597: Verifying Checksum [2021-03-11T21:25:13.106Z] 01666e4c0597: Download complete [2021-03-11T21:25:13.106Z] 93b61091891f: Verifying Checksum [2021-03-11T21:25:13.106Z] 93b61091891f: Download complete [2021-03-11T21:25:13.369Z] df20fa9351a1: Pull complete [2021-03-11T21:25:13.632Z] 36b3adc4ff6f: Pull complete [2021-03-11T21:25:14.207Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T21:25:14.207Z] 8ad3a11d3b57: Download complete [2021-03-11T21:25:14.792Z] 8ad3a11d3b57: Pull complete [2021-03-11T21:25:15.059Z] 46f8f816bc3b: Pull complete [2021-03-11T21:25:15.324Z] 93b61091891f: Pull complete [2021-03-11T21:25:15.324Z] 93b9cdb0e59b: Pull complete [2021-03-11T21:25:15.587Z] 5e14af77c1be: Pull complete [2021-03-11T21:25:15.852Z] 01666e4c0597: Pull complete [2021-03-11T21:25:17.252Z] aa168da1d23b: Verifying Checksum [2021-03-11T21:25:17.252Z] aa168da1d23b: Download complete [2021-03-11T21:25:25.449Z] aa168da1d23b: Pull complete [2021-03-11T21:25:25.449Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T21:25:25.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T21:25:25.449Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T21:25:25.703Z] prd-centos7-docker-4c-2g-29537 does not seem to be running inside a container [2021-03-11T21:25:25.757Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T21:25:31.020Z] $ docker top 64885ca3b220b2f9da1114d4e6d1efa3a042861e4500436bbbe8de057887b6a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T21:25:31.684Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T21:25:31.989Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T21:25:32.297Z] + ls /var/log/sa-host [2021-03-11T21:25:32.297Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T21:25:32.297Z] file_magic: OK [2021-03-11T21:25:32.297Z] HZ: Using current value: 100 [2021-03-11T21:25:32.297Z] file_header: OK [2021-03-11T21:25:32.297Z] 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-11T21:25:32.297Z] Statistics: [2021-03-11T21:25:32.297Z] 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... [2021-03-11T21:25:32.297Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T21:25:32.297Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T21:25:32.297Z] file_magic: OK [2021-03-11T21:25:32.297Z] HZ: Using current value: 100 [2021-03-11T21:25:32.297Z] file_header: OK [2021-03-11T21:25:32.297Z] 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-11T21:25:32.297Z] Statistics: [2021-03-11T21:25:32.297Z] Hnuu...uuuununununu... [2021-03-11T21:25:32.297Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T21:25:33.157Z] provisioning config files... [2021-03-11T21:25:33.188Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config8018610983587036195tmp [Pipeline] { [Pipeline] echo [2021-03-11T21:25:33.269Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:25:33.574Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T21:25:33.585Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T21:25:33.728Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:25:34.034Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T21:25:34.046Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:25:34.349Z] ---> sudo-logs.sh [2021-03-11T21:25:34.349Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T21:25:34.657Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:25:34.963Z] ---> job-cost.sh [2021-03-11T21:25:34.963Z] lf-activate-venv: SKIPPING [2021-03-11T21:25:34.963Z] DEBUG: total: 0.20999999344348907 [2021-03-11T21:25:34.963Z] INFO: Retrieving Stack Cost... [2021-03-11T21:25:36.367Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T21:25:36.942Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T21:25:36.959Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T21:25:37.278Z] ---> logs-deploy.sh [2021-03-11T21:25:37.278Z] lf-activate-venv: SKIPPING [2021-03-11T21:25:37.278Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/8 [2021-03-11T21:25:37.278Z] INFO: archiving workspace using pattern(s): [2021-03-11T21:25:39.202Z] Archives upload complete. [2021-03-11T21:25:39.202Z] INFO: archiving logs to Nexus [2021-03-11T21:25:40.149Z] ---> uname -a: [2021-03-11T21:25:40.149Z] Linux prd-centos7-docker-4c-2g-29537.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-11T21:25:40.149Z] [2021-03-11T21:25:40.149Z] [2021-03-11T21:25:40.149Z] ---> lscpu: [2021-03-11T21:25:40.149Z] Architecture: x86_64 [2021-03-11T21:25:40.149Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-11T21:25:40.149Z] Byte Order: Little Endian [2021-03-11T21:25:40.149Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-11T21:25:40.149Z] CPU(s): 4 [2021-03-11T21:25:40.149Z] On-line CPU(s) list: 0-3 [2021-03-11T21:25:40.149Z] Thread(s) per core: 1 [2021-03-11T21:25:40.149Z] Core(s) per socket: 1 [2021-03-11T21:25:40.149Z] Socket(s): 4 [2021-03-11T21:25:40.149Z] NUMA node(s): 1 [2021-03-11T21:25:40.149Z] Vendor ID: GenuineIntel [2021-03-11T21:25:40.149Z] CPU family: 6 [2021-03-11T21:25:40.149Z] Model: 44 [2021-03-11T21:25:40.149Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-11T21:25:40.149Z] Stepping: 1 [2021-03-11T21:25:40.149Z] CPU MHz: 2933.436 [2021-03-11T21:25:40.149Z] BogoMIPS: 5866.87 [2021-03-11T21:25:40.149Z] Virtualization: VT-x [2021-03-11T21:25:40.149Z] Hypervisor vendor: KVM [2021-03-11T21:25:40.149Z] Virtualization type: full [2021-03-11T21:25:40.149Z] L1d cache: 128 KiB [2021-03-11T21:25:40.149Z] L1i cache: 128 KiB [2021-03-11T21:25:40.149Z] L2 cache: 16 MiB [2021-03-11T21:25:40.149Z] L3 cache: 64 MiB [2021-03-11T21:25:40.149Z] NUMA node0 CPU(s): 0-3 [2021-03-11T21:25:40.149Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-11T21:25:40.149Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-11T21:25:40.149Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-11T21:25:40.149Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-11T21:25:40.149Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-11T21:25:40.149Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-11T21:25:40.149Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-11T21:25:40.149Z] Vulnerability Srbds: Not affected [2021-03-11T21:25:40.149Z] Vulnerability Tsx async abort: Not affected [2021-03-11T21:25:40.149Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-11T21:25:40.149Z] [2021-03-11T21:25:40.149Z] [2021-03-11T21:25:40.149Z] ---> nproc: [2021-03-11T21:25:40.149Z] 4 [2021-03-11T21:25:40.149Z] [2021-03-11T21:25:40.149Z] [2021-03-11T21:25:40.149Z] ---> df -h: [2021-03-11T21:25:40.149Z] Filesystem Size Used Available Use% Mounted on [2021-03-11T21:25:40.149Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-11T21:25:40.149Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-11T21:25:40.149Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-11T21:25:40.149Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8 [2021-03-11T21:25:40.149Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8@tmp [2021-03-11T21:25:40.149Z] [2021-03-11T21:25:40.149Z]