Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at f60a6b9b3bbcf5933f7773f85fc76d84301e173f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f60a6b9b3bbcf5933f7773f85fc76d84301e173f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28413 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/75 [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/75 # 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 0ed1454298af64722bcd2ea4446a6101be8e8e8a Checking out Revision 0ed1454298af64722bcd2ea4446a6101be8e8e8a (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 [Pipeline] timeout [2021-03-04T00:33:23.947Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T00:33:24.176Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T00:33:24.293Z] ========================================================= [2021-03-04T00:33:24.293Z] EdgeX Global Pipelines Version Info [2021-03-04T00:33:24.293Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:33:26.695Z] ------------------- [2021-03-04T00:33:26.695Z] stable info: [2021-03-04T00:33:26.695Z] ------------------- [2021-03-04T00:33:26.695Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T00:33:26.695Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T00:33:26.695Z] Message: update stable to v1.0.184 [2021-03-04T00:33:27.278Z] ------------------- [2021-03-04T00:33:27.278Z] experimental info: [2021-03-04T00:33:27.278Z] ------------------- [2021-03-04T00:33:27.278Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T00:33:27.278Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T00:33:27.278Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T00:33:27.544Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-04T00:33:27.664Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-04T00:33:27.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T00:33:27.838Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T00:33:27.936Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T00:33:28.017Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T00:33:28.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T00:33:28.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-04T00:33:28.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-04T00:33:28.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-04T00:33:28.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T00:33:28.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T00:33:28.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T00:33:28.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T00:33:29.065Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T00:33:29.149Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T00:33:29.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T00:33:29.319Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T00:33:29.405Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-04T00:33:29.487Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-04T00:33:29.573Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-04T00:33:29.663Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T00:33:29.751Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-04T00:33:29.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-04T00:33:29.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-04T00:33:30.029Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ed1454298af64722bcd2ea4446a6101be8e8e8a [Pipeline] echo [2021-03-04T00:33:30.133Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ed1454 [Pipeline] echo [2021-03-04T00:33:30.262Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T00:33:30.433Z] provisioning config files... [2021-03-04T00:33:30.489Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config6230331714967194854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:33:30.932Z] ---> docker-login.sh [2021-03-04T00:33:30.932Z] nexus3.edgexfoundry.org:10001 [2021-03-04T00:33:33.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:33:33.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:33:33.048Z] Configure a credential helper to remove this warning. See [2021-03-04T00:33:33.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:33:33.048Z] [2021-03-04T00:33:33.048Z] Login Succeeded [2021-03-04T00:33:33.048Z] nexus3.edgexfoundry.org:10002 [2021-03-04T00:33:33.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:33:33.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:33:33.315Z] Configure a credential helper to remove this warning. See [2021-03-04T00:33:33.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:33:33.315Z] [2021-03-04T00:33:33.315Z] Login Succeeded [2021-03-04T00:33:33.316Z] nexus3.edgexfoundry.org:10003 [2021-03-04T00:33:33.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:33:33.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:33:33.580Z] Configure a credential helper to remove this warning. See [2021-03-04T00:33:33.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:33:33.580Z] [2021-03-04T00:33:33.580Z] Login Succeeded [2021-03-04T00:33:33.580Z] nexus3.edgexfoundry.org:10004 [2021-03-04T00:33:33.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:33:34.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:33:34.115Z] Configure a credential helper to remove this warning. See [2021-03-04T00:33:34.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:33:34.115Z] [2021-03-04T00:33:34.115Z] Login Succeeded [2021-03-04T00:33:34.115Z] docker.io [2021-03-04T00:33:34.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:33:34.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:33:34.378Z] Configure a credential helper to remove this warning. See [2021-03-04T00:33:34.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:33:34.378Z] [2021-03-04T00:33:34.378Z] Login Succeeded [2021-03-04T00:33:34.378Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T00:33:34.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T00:33:34.857Z] ++ 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-04T00:33:34.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.857Z] ++ dirname cmd/core-command/Dockerfile [2021-03-04T00:33:34.857Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.857Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-04T00:33:34.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.857Z] ++ dirname cmd/core-data/Dockerfile [2021-03-04T00:33:34.857Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.857Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-04T00:33:34.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.857Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-04T00:33:34.857Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.857Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-04T00:33:34.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.857Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-04T00:33:34.857Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.857Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-04T00:33:34.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.857Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-04T00:33:34.858Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.858Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-04T00:33:34.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.858Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-04T00:33:34.858Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.858Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-04T00:33:34.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.858Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-04T00:33:34.858Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.858Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-04T00:33:34.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.858Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-04T00:33:34.858Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.858Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-04T00:33:34.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:33:34.858Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-04T00:33:34.858Z] ++ cut -d/ -f2 [2021-03-04T00:33:34.858Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-04T00:33:34.956Z] 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-04T00:33:35.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T00:33:35.841Z] [2021-03-04T00:33:35.841Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:33:36.199Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T00:33:36.200Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T00:33:36.200Z] 31603596830f: Pulling fs layer [2021-03-04T00:33:36.200Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T00:33:36.200Z] 6ca5941a6612: Pulling fs layer [2021-03-04T00:33:36.200Z] ecc8261a40a4: Pulling fs layer [2021-03-04T00:33:36.200Z] ecc8261a40a4: Waiting [2021-03-04T00:33:36.200Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T00:33:36.200Z] 2a8b12db71e7: Download complete [2021-03-04T00:33:36.474Z] 31603596830f: Download complete [2021-03-04T00:33:36.747Z] ecc8261a40a4: Verifying Checksum [2021-03-04T00:33:36.747Z] ecc8261a40a4: Download complete [2021-03-04T00:33:36.747Z] 6ca5941a6612: Verifying Checksum [2021-03-04T00:33:36.747Z] 6ca5941a6612: Download complete [2021-03-04T00:33:37.364Z] 31603596830f: Pull complete [2021-03-04T00:33:37.646Z] 2a8b12db71e7: Pull complete [2021-03-04T00:33:41.145Z] 6ca5941a6612: Pull complete [2021-03-04T00:33:41.145Z] ecc8261a40a4: Pull complete [2021-03-04T00:33:41.145Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T00:33:41.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T00:33:41.145Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T00:33:41.397Z] prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container [2021-03-04T00:33:41.464Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T00:33:45.408Z] $ docker top 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T00:33:45.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T00:33:45.872Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T00:33:46.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T00:33:46.264Z] $ docker exec 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent [2021-03-04T00:33:46.720Z] SSH_AUTH_SOCK=/tmp/ssh-1vTs77LvKtuy/agent.11 [2021-03-04T00:33:46.720Z] SSH_AGENT_PID=17 [2021-03-04T00:33:46.744Z] Running ssh-add (command line suppressed) [2021-03-04T00:33:46.970Z] Identity added: /w/workspace/edgex-go/75@tmp/private_key_2379744179919644960.key (/w/workspace/edgex-go/75@tmp/private_key_2379744179919644960.key) [2021-03-04T00:33:47.061Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T00:33:47.425Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T00:33:47.461Z] $ docker exec --env ******** --env ******** 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent -k [2021-03-04T00:33:47.798Z] unset SSH_AUTH_SOCK; [2021-03-04T00:33:47.798Z] unset SSH_AGENT_PID; [2021-03-04T00:33:47.798Z] echo Agent pid 17 killed; [2021-03-04T00:33:47.881Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T00:33:48.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T00:33:48.023Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T00:33:48.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T00:33:48.305Z] $ docker exec 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent [2021-03-04T00:33:48.762Z] SSH_AUTH_SOCK=/tmp/ssh-bt8T8chP6cwV/agent.46 [2021-03-04T00:33:48.762Z] SSH_AGENT_PID=51 [2021-03-04T00:33:48.775Z] Running ssh-add (command line suppressed) [2021-03-04T00:33:49.013Z] Identity added: /w/workspace/edgex-go/75@tmp/private_key_691148343305797452.key (/w/workspace/edgex-go/75@tmp/private_key_691148343305797452.key) [2021-03-04T00:33:49.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T00:33:49.541Z] + git semver init [2021-03-04T00:33:49.541Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T00:33:49.541Z] # $GIT_DIR = /w/workspace/edgex-go/75/.git [2021-03-04T00:33:49.541Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/75 [2021-03-04T00:33:49.541Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T00:33:49.541Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T00:33:49.541Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T00:33:49.541Z] # $SEMVER_BRANCH = PR-2858 [2021-03-04T00:33:49.541Z] # $SEMVER_TEMP = /tmp/semver-449571613 [2021-03-04T00:33:49.541Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-04T00:34:29.530Z] # '/tmp/semver-449571613' -> '/w/workspace/edgex-go/75/.semver' [2021-03-04T00:34:29.530Z] # -> Force: false [2021-03-04T00:34:29.530Z] # $SEMVER_DIR = /w/workspace/edgex-go/75/.semver [Pipeline] } [2021-03-04T00:34:29.546Z] $ docker exec --env ******** --env ******** 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 ssh-agent -k [2021-03-04T00:34:30.139Z] unset SSH_AUTH_SOCK; [2021-03-04T00:34:30.140Z] unset SSH_AGENT_PID; [2021-03-04T00:34:30.140Z] echo Agent pid 51 killed; [2021-03-04T00:34:30.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T00:34:30.876Z] + git semver [Pipeline] } [2021-03-04T00:34:30.912Z] $ docker stop --time=1 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 [2021-03-04T00:34:34.125Z] $ docker rm -f 3c3c1d8523dcede4de6c99b9e6d690e3f319956192ca6278da76aca45ab03829 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T00:34:35.239Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T00:34:36.669Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T00:34:36.673Z] [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-04T00:34:37.567Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:34:37.883Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:34:38.198Z] + true [2021-03-04T00:34:38.198Z] + sudo service docker restart [2021-03-04T00:34:38.198Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-04T00:34:39.177Z] ========================================================= [2021-03-04T00:34:39.177Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T00:34:39.177Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:34:39.559Z] + 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-04T00:34:52.031Z] Still waiting to schedule task [2021-03-04T00:34:52.031Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-04T00:34:55.867Z] Sending build context to Docker daemon 328.2MB [2021-03-04T00:34:55.867Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T00:34:55.867Z] Step 2/6 : FROM ${BASE} [2021-03-04T00:34:55.867Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T00:34:55.867Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T00:34:55.867Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T00:34:55.867Z] de9db76c5a1d: Pulling fs layer [2021-03-04T00:34:55.867Z] bca2f99d35d6: Pulling fs layer [2021-03-04T00:34:55.867Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T00:34:55.867Z] 7c6f9722023f: Pulling fs layer [2021-03-04T00:34:55.867Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T00:34:55.867Z] 93359f2a8cfa: Waiting [2021-03-04T00:34:55.867Z] 7c6f9722023f: Waiting [2021-03-04T00:34:55.867Z] bca2f99d35d6: Waiting [2021-03-04T00:34:55.867Z] a35cf1a2eb13: Waiting [2021-03-04T00:34:55.867Z] de9db76c5a1d: Verifying Checksum [2021-03-04T00:34:55.867Z] de9db76c5a1d: Download complete [2021-03-04T00:34:55.867Z] 0ef7d3d256c8: Verifying Checksum [2021-03-04T00:34:55.867Z] 0ef7d3d256c8: Download complete [2021-03-04T00:34:55.867Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T00:34:55.867Z] 93359f2a8cfa: Download complete [2021-03-04T00:34:55.867Z] 7c6f9722023f: Verifying Checksum [2021-03-04T00:34:55.867Z] 7c6f9722023f: Download complete [2021-03-04T00:34:55.867Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T00:34:55.867Z] 188c0c94c7c5: Download complete [2021-03-04T00:34:55.867Z] 188c0c94c7c5: Pull complete [2021-03-04T00:34:55.867Z] 0ef7d3d256c8: Pull complete [2021-03-04T00:34:55.867Z] de9db76c5a1d: Pull complete [2021-03-04T00:34:59.588Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T00:34:59.588Z] a35cf1a2eb13: Download complete [2021-03-04T00:35:00.196Z] bca2f99d35d6: Verifying Checksum [2021-03-04T00:35:00.196Z] bca2f99d35d6: Download complete [2021-03-04T00:35:13.079Z] bca2f99d35d6: Pull complete [2021-03-04T00:35:13.079Z] 93359f2a8cfa: Pull complete [2021-03-04T00:35:13.079Z] 7c6f9722023f: Pull complete [2021-03-04T00:35:23.688Z] a35cf1a2eb13: Pull complete [2021-03-04T00:35:23.688Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T00:35:23.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T00:35:23.688Z] ---> a62c8e92a672 [2021-03-04T00:35:23.688Z] 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-04T00:35:23.688Z] ---> Running in 4c014ff4bb86 [2021-03-04T00:35:25.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:25.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:25.986Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T00:35:26.951Z] (2/12) Installing file (5.38-r0) [2021-03-04T00:35:26.951Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T00:35:26.951Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T00:35:31.224Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T00:35:31.224Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T00:35:31.224Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T00:35:31.224Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T00:35:31.224Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T00:35:31.224Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T00:35:31.224Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T00:35:31.224Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T00:35:31.224Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:35:31.498Z] OK: 233 MiB in 51 packages [2021-03-04T00:35:36.903Z] Removing intermediate container 4c014ff4bb86 [2021-03-04T00:35:36.903Z] ---> 3f6a19e77d13 [2021-03-04T00:35:36.903Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T00:35:38.009Z] ---> Running in 95285942c39c [2021-03-04T00:35:38.323Z] Removing intermediate container 95285942c39c [2021-03-04T00:35:38.323Z] ---> d50e71912526 [2021-03-04T00:35:38.323Z] Step 5/6 : COPY go.mod . [2021-03-04T00:35:39.478Z] ---> c17c2050b5a2 [2021-03-04T00:35:39.478Z] Step 6/6 : RUN go mod download [2021-03-04T00:35:39.478Z] ---> Running in 83da5a66018a [2021-03-04T00:36:26.756Z] Removing intermediate container 83da5a66018a [2021-03-04T00:36:26.756Z] ---> 05c5002a9add [2021-03-04T00:36:26.756Z] Successfully built 05c5002a9add [2021-03-04T00:36:26.756Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:36:27.101Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T00:36:27.372Z] . [Pipeline] withDockerContainer [2021-03-04T00:36:27.560Z] prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container [2021-03-04T00:36:27.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T00:36:30.452Z] $ docker top e01851c75358dd10eafed252bf2da9c9aa551ffa5b68e2d248a87dd8101ca344 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:36:31.131Z] + go version [2021-03-04T00:36:31.448Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T00:36:31.551Z] $ docker stop --time=1 e01851c75358dd10eafed252bf2da9c9aa551ffa5b68e2d248a87dd8101ca344 [2021-03-04T00:36:33.943Z] $ docker rm -f e01851c75358dd10eafed252bf2da9c9aa551ffa5b68e2d248a87dd8101ca344 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:36:34.921Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T00:36:34.922Z] . [Pipeline] withDockerContainer [2021-03-04T00:36:35.109Z] prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container [2021-03-04T00:36:35.189Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T00:36:36.460Z] $ docker top 22435049d9ced7f8cc9f28142e7cef6e119e80a6b07202d71839326b636105db -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T00:36:36.900Z] ========================================================= [2021-03-04T00:36:36.900Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T00:36:36.900Z] ========================================================= [Pipeline] sh [2021-03-04T00:36:37.229Z] + make test [2021-03-04T00:36:37.229Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T00:37:11.166Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T00:37:39.084Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T00:37:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T00:37:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T00:37:47.599Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T00:37:53.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T00:37:53.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T00:37:53.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T00:37:53.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T00:37:54.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T00:37:55.207Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T00:37:59.681Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T00:37:59.681Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T00:37:59.681Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T00:38:03.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.159s coverage: 45.9% of statements [2021-03-04T00:38:03.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T00:38:03.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T00:38:03.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T00:38:03.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T00:38:03.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T00:38:03.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T00:38:03.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T00:38:03.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.179s coverage: 100.0% of statements [2021-03-04T00:38:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.367s coverage: 27.1% of statements [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T00:38:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T00:38:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T00:38:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 66.2% of statements [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T00:38:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.4% of statements [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T00:38:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T00:38:12.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.573s coverage: 28.6% of statements [2021-03-04T00:38:12.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T00:38:12.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T00:38:12.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T00:38:12.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T00:38:12.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T00:38:12.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.119s coverage: 100.0% of statements [2021-03-04T00:38:12.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T00:38:12.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-03-04T00:38:12.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T00:38:13.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements [2021-03-04T00:38:13.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T00:38:14.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.282s coverage: 97.5% of statements [2021-03-04T00:38:14.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T00:38:14.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-03-04T00:38:14.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T00:38:14.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T00:38:14.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T00:38:14.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T00:38:18.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.677s coverage: 92.8% of statements [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T00:38:18.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T00:38:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2021-03-04T00:38:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T00:38:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T00:38:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.198s coverage: 0.1% of statements [2021-03-04T00:38:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T00:38:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T00:38:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T00:38:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.108s coverage: 45.5% of statements [2021-03-04T00:38:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.259s coverage: 79.5% of statements [2021-03-04T00:38:19.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-03-04T00:38:20.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-03-04T00:38:20.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-04T00:38:32.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.122s coverage: 94.4% of statements [2021-03-04T00:38:32.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements [2021-03-04T00:38:43.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.147s coverage: 92.9% of statements [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T00:38:43.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T00:38:43.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.127s coverage: 87.2% of statements [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T00:38:43.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.099s coverage: 87.2% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.6% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.230s coverage: 62.4% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.186s coverage: 73.7% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.606s coverage: 69.1% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.142s coverage: 38.4% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.291s coverage: 47.0% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.085s coverage: 100.0% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T00:38:43.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.188s coverage: 88.5% of statements [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:38:43.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T00:38:46.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.378s coverage: 29.1% of statements [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T00:38:46.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T00:38:46.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T00:38:46.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.127s coverage: 94.3% of statements [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T00:38:46.311Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T00:38:46.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.086s coverage: 100.0% of statements [2021-03-04T00:38:46.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T00:38:46.312Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T00:38:46.312Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T00:38:46.312Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T00:38:47.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.069s coverage: 87.9% of statements [2021-03-04T00:38:47.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T00:38:47.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T00:38:47.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-03-04T00:38:47.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-04T00:38:49.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.083s coverage: 100.0% of statements [2021-03-04T00:38:49.374Z] GO111MODULE=on go vet ./... [2021-03-04T00:39:36.506Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28416 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-04T00:39:36.562Z] Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout [2021-03-04T00:39:42.382Z] using credential edgex-jenkins-ssh [2021-03-04T00:39:42.498Z] Cloning the remote Git repository [2021-03-04T00:39:42.568Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:39:42.697Z] > git init /w/workspace/edgex-go/75 # timeout=10 [2021-03-04T00:39:42.799Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:39:42.800Z] > git --version # timeout=10 [2021-03-04T00:39:42.827Z] > git --version # 'git version 2.17.1' [2021-03-04T00:39:42.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:39:42.924Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:40:00.612Z] gofmt -l . [2021-03-04T00:40:00.612Z] [ "`gofmt -l .`" = "" ] [2021-03-04T00:40:00.612Z] ./bin/test-go-mod-tidy.sh [2021-03-04T00:40:02.070Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:40:02.092Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:40:02.122Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:40:02.171Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:40:02.173Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:40:02.189Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T00:40:03.594Z] ./bin/test-attribution-txt.sh [2021-03-04T00:40:04.733Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [Pipeline] sh [2021-03-04T00:40:04.759Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:40:04.781Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-04T00:40:05.119Z] > git remote # timeout=10 [2021-03-04T00:40:05.183Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T00:40:05.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:40:05.225Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-04T00:40:06.081Z] Merge succeeded, producing d51fbc9b09b4648166fd19068a78cd08b6ce5c64 [2021-03-04T00:40:06.082Z] Checking out Revision d51fbc9b09b4648166fd19068a78cd08b6ce5c64 (PR-2858) [2021-03-04T00:40:06.664Z] + ls -al . [2021-03-04T00:40:06.664Z] total 716 [2021-03-04T00:40:06.664Z] drwxrwxr-x 10 1001 1001 4096 Mar 4 00:40 . [2021-03-04T00:40:06.664Z] drwxr-xr-x 4 root root 30 Mar 4 00:36 .. [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 00:33 .dockerignore [2021-03-04T00:40:06.664Z] drwxrwxr-x 8 1001 1001 179 Mar 4 00:33 .git [2021-03-04T00:40:06.664Z] drwxrwxr-x 3 1001 1001 125 Mar 4 00:33 .github [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 00:33 .gitignore [2021-03-04T00:40:06.664Z] drwx------ 3 1001 1001 60 Mar 4 00:34 .semver [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 00:33 .sonarcloud.properties [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:33 Attribution.txt [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:33 CONTRIBUTING.md [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 00:33 Dockerfile.build [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 00:33 Jenkinsfile [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:33 LICENSE [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:33 Makefile [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:33 README.md [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:33 SECURITY.md [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 00:34 VERSION [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:33 ZMQWindows.md [2021-03-04T00:40:06.664Z] drwxrwxr-x 2 1001 1001 117 Mar 4 00:33 bin [2021-03-04T00:40:06.664Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 00:33 cmd [2021-03-04T00:40:06.664Z] -rw-r--r-- 1 root root 602988 Mar 4 00:38 coverage.out [2021-03-04T00:40:06.664Z] -rw-r--r-- 1 root root 1055 Mar 4 00:39 go.mod [2021-03-04T00:40:06.664Z] -rw-r--r-- 1 root root 21699 Mar 4 00:40 go.sum [2021-03-04T00:40:06.664Z] drwxrwxr-x 8 1001 1001 127 Mar 4 00:33 internal [2021-03-04T00:40:06.664Z] drwxrwxr-x 4 1001 1001 26 Mar 4 00:33 openapi [2021-03-04T00:40:06.664Z] drwxrwxr-x 4 1001 1001 71 Mar 4 00:33 snap [2021-03-04T00:40:06.664Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 00:33 version.go [Pipeline] sh [2021-03-04T00:40:06.065Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T00:40:06.093Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:40:06.112Z] > git checkout -f d51fbc9b09b4648166fd19068a78cd08b6ce5c64 # timeout=10 [2021-03-04T00:40:08.373Z] + '[' -e coverage.out ] [2021-03-04T00:40:08.373Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T00:40:09.775Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T00:40:10.483Z] + make build [2021-03-04T00:40:10.483Z] 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-04T00:40:10.691Z] Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" [2021-03-04T00:40:10.716Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T00:40:12.399Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:40:12.820Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:40:10.703Z] > git rev-list --no-walk dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 [2021-03-04T00:40:13.219Z] + true [2021-03-04T00:40:13.219Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T00:40:15.339Z] provisioning config files... [2021-03-04T00:40:15.388Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config6237089021110884035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:40:15.807Z] ---> docker-login.sh [2021-03-04T00:40:15.808Z] nexus3.edgexfoundry.org:10001 [2021-03-04T00:40:16.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:40:17.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:40:17.071Z] Configure a credential helper to remove this warning. See [2021-03-04T00:40:17.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:40:17.071Z] [2021-03-04T00:40:17.071Z] Login Succeeded [2021-03-04T00:40:17.071Z] nexus3.edgexfoundry.org:10002 [2021-03-04T00:40:17.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:40:17.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:40:17.670Z] Configure a credential helper to remove this warning. See [2021-03-04T00:40:17.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:40:17.670Z] [2021-03-04T00:40:17.670Z] Login Succeeded [2021-03-04T00:40:17.670Z] nexus3.edgexfoundry.org:10003 [2021-03-04T00:40:17.852Z] 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-04T00:40:18.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:40:18.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:40:18.269Z] Configure a credential helper to remove this warning. See [2021-03-04T00:40:18.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:40:18.269Z] [2021-03-04T00:40:18.269Z] Login Succeeded [2021-03-04T00:40:18.545Z] nexus3.edgexfoundry.org:10004 [2021-03-04T00:40:18.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:40:19.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:40:19.091Z] Configure a credential helper to remove this warning. See [2021-03-04T00:40:19.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:40:19.091Z] [2021-03-04T00:40:19.091Z] Login Succeeded [2021-03-04T00:40:19.091Z] docker.io [2021-03-04T00:40:19.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:40:19.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:40:19.965Z] Configure a credential helper to remove this warning. See [2021-03-04T00:40:19.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:40:19.965Z] [2021-03-04T00:40:19.965Z] Login Succeeded [2021-03-04T00:40:19.965Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T00:40:19.983Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T00:40:20.447Z] ========================================================= [2021-03-04T00:40:20.447Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T00:40:20.447Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:40:20.838Z] + 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-04T00:40:23.469Z] Sending build context to Docker daemon 166.5MB [2021-03-04T00:40:23.469Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T00:40:23.469Z] Step 2/6 : FROM ${BASE} [2021-03-04T00:40:23.469Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T00:40:23.469Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T00:40:23.469Z] a4357932f1b6: Pulling fs layer [2021-03-04T00:40:23.469Z] 18c013af1878: Pulling fs layer [2021-03-04T00:40:23.469Z] 00ac8860ef70: Pulling fs layer [2021-03-04T00:40:23.469Z] 63d7cb157983: Pulling fs layer [2021-03-04T00:40:23.469Z] b116817d02f9: Pulling fs layer [2021-03-04T00:40:23.469Z] 745a02a5169b: Pulling fs layer [2021-03-04T00:40:23.469Z] 00ac8860ef70: Waiting [2021-03-04T00:40:23.469Z] 63d7cb157983: Waiting [2021-03-04T00:40:23.469Z] b116817d02f9: Waiting [2021-03-04T00:40:23.469Z] 745a02a5169b: Waiting [2021-03-04T00:40:23.469Z] 18c013af1878: Verifying Checksum [2021-03-04T00:40:23.469Z] 18c013af1878: Download complete [2021-03-04T00:40:23.469Z] a4357932f1b6: Verifying Checksum [2021-03-04T00:40:23.469Z] a4357932f1b6: Download complete [2021-03-04T00:40:23.469Z] 63d7cb157983: Verifying Checksum [2021-03-04T00:40:23.469Z] 63d7cb157983: Download complete [2021-03-04T00:40:23.469Z] b116817d02f9: Verifying Checksum [2021-03-04T00:40:23.469Z] b116817d02f9: Download complete [2021-03-04T00:40:23.469Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T00:40:23.469Z] 5f621e34cdf4: Download complete [2021-03-04T00:40:24.070Z] 5f621e34cdf4: Pull complete [2021-03-04T00:40:24.678Z] a4357932f1b6: Pull complete [2021-03-04T00:40:24.952Z] 18c013af1878: Pull complete [2021-03-04T00:40:26.396Z] 745a02a5169b: Verifying Checksum [2021-03-04T00:40:26.396Z] 745a02a5169b: Download complete [2021-03-04T00:40:27.378Z] 00ac8860ef70: Verifying Checksum [2021-03-04T00:40:27.378Z] 00ac8860ef70: Download complete [2021-03-04T00:40:28.121Z] 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-04T00:40:30.589Z] 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-04T00:40:33.260Z] 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-04T00:40:35.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-04T00:40:37.558Z] 00ac8860ef70: Pull complete [2021-03-04T00:40:37.843Z] 63d7cb157983: Pull complete [2021-03-04T00:40:38.128Z] b116817d02f9: Pull complete [2021-03-04T00:40:38.858Z] 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-04T00:40:41.501Z] 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-04T00:40:42.468Z] 745a02a5169b: Pull complete [2021-03-04T00:40:42.468Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T00:40:42.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T00:40:42.468Z] ---> b7e6874047d6 [2021-03-04T00:40:42.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-04T00:40:42.935Z] 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-04T00:40:44.412Z] 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-04T00:40:45.867Z] ---> Running in 3f411651cbb7 [2021-03-04T00:40:46.373Z] 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-04T00:40:46.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:40:47.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:40:47.781Z] 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-04T00:40:48.436Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T00:40:48.710Z] (2/12) Installing file (5.38-r0) [2021-03-04T00:40:48.710Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T00:40:48.983Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-03-04T00:40:50.422Z] $ docker stop --time=1 22435049d9ced7f8cc9f28142e7cef6e119e80a6b07202d71839326b636105db [2021-03-04T00:40:52.589Z] $ docker rm -f 22435049d9ced7f8cc9f28142e7cef6e119e80a6b07202d71839326b636105db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:40:54.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:40:54.995Z] [2021-03-04T00:40:54.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:40:55.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:40:55.369Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-04T00:40:55.369Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-04T00:40:55.369Z] ca9280d653b3: Pulling fs layer [2021-03-04T00:40:55.369Z] 7e9c9ca2126c: Pulling fs layer [2021-03-04T00:40:55.960Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-04T00:40:55.960Z] cbdbe7a5bc2a: Download complete [2021-03-04T00:40:56.562Z] ca9280d653b3: Verifying Checksum [2021-03-04T00:40:56.562Z] ca9280d653b3: Download complete [2021-03-04T00:40:56.562Z] cbdbe7a5bc2a: Pull complete [2021-03-04T00:40:58.605Z] 7e9c9ca2126c: Verifying Checksum [2021-03-04T00:40:58.605Z] 7e9c9ca2126c: Download complete [2021-03-04T00:40:58.871Z] ca9280d653b3: Pull complete [2021-03-04T00:41:04.059Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T00:41:04.059Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T00:41:04.059Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T00:41:04.059Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T00:41:04.059Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T00:41:04.059Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T00:41:04.059Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T00:41:04.059Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T00:41:04.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:41:04.059Z] OK: 217 MiB in 51 packages [2021-03-04T00:41:07.453Z] Removing intermediate container 3f411651cbb7 [2021-03-04T00:41:07.453Z] ---> 4568ddf4deab [2021-03-04T00:41:07.453Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T00:41:07.726Z] ---> Running in 48d7f0407d67 [2021-03-04T00:41:07.999Z] Removing intermediate container 48d7f0407d67 [2021-03-04T00:41:07.999Z] ---> 39953c22e386 [2021-03-04T00:41:07.999Z] Step 5/6 : COPY go.mod . [2021-03-04T00:41:08.981Z] ---> f617af5848ba [2021-03-04T00:41:08.981Z] Step 6/6 : RUN go mod download [2021-03-04T00:41:08.981Z] ---> Running in 077805bd02c2 [2021-03-04T00:41:09.047Z] 7e9c9ca2126c: Pull complete [2021-03-04T00:41:09.047Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-04T00:41:09.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:41:09.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-04T00:41:09.241Z] prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container [2021-03-04T00:41:09.318Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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-04T00:41:13.076Z] $ docker top fcd33700c826acf4f4a95bdc4b5ccbee48b1dc5b139e7f7088aced8c3af62c90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:41:14.189Z] + grep parallel [2021-03-04T00:41:14.189Z] + docker-compose build --help [2021-03-04T00:41:15.590Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T00:41:15.616Z] $ docker stop --time=1 fcd33700c826acf4f4a95bdc4b5ccbee48b1dc5b139e7f7088aced8c3af62c90 [2021-03-04T00:41:17.147Z] $ docker rm -f fcd33700c826acf4f4a95bdc4b5ccbee48b1dc5b139e7f7088aced8c3af62c90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:41:17.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:41:17.950Z] . [Pipeline] withDockerContainer [2021-03-04T00:41:18.117Z] prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container [2021-03-04T00:41:18.218Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T00:41:20.727Z] $ docker top 06c97fddc2ce574a2982f965e137fe285d85f773641193728bfd474d16eb4a53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:41:21.261Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T00:41:23.222Z] Building docker-core-command-go ... [2021-03-04T00:41:23.222Z] Building docker-core-data-go ... [2021-03-04T00:41:23.222Z] Building docker-core-metadata-go ... [2021-03-04T00:41:23.222Z] Building docker-security-bootstrapper-go ... [2021-03-04T00:41:23.222Z] Building docker-security-proxy-setup-go ... [2021-03-04T00:41:23.222Z] Building docker-security-secretstore-setup-go ... [2021-03-04T00:41:23.222Z] Building docker-support-notifications-go ... [2021-03-04T00:41:23.222Z] Building docker-support-scheduler-go ... [2021-03-04T00:41:23.222Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T00:41:23.222Z] Building docker-core-metadata-go [2021-03-04T00:41:23.222Z] Building docker-support-notifications-go [2021-03-04T00:41:23.222Z] Building docker-core-command-go [2021-03-04T00:41:23.222Z] Building docker-security-proxy-setup-go [2021-03-04T00:41:23.504Z] Building docker-security-bootstrapper-go [2021-03-04T00:41:41.336Z] Removing intermediate container 077805bd02c2 [2021-03-04T00:41:41.336Z] ---> 17c31ed928aa [2021-03-04T00:41:41.336Z] Successfully built 17c31ed928aa [2021-03-04T00:41:41.336Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:41:41.693Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T00:41:41.693Z] . [Pipeline] withDockerContainer [2021-03-04T00:41:41.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container [2021-03-04T00:41:42.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T00:41:43.683Z] $ docker top f38bf955447084ca1304aebb69a5ad18cdea4779fa3234f75ff7ee228d373cee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:41:44.712Z] + go version [2021-03-04T00:41:44.712Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T00:41:44.742Z] $ docker stop --time=1 f38bf955447084ca1304aebb69a5ad18cdea4779fa3234f75ff7ee228d373cee [2021-03-04T00:41:46.634Z] $ docker rm -f f38bf955447084ca1304aebb69a5ad18cdea4779fa3234f75ff7ee228d373cee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:41:47.641Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T00:41:47.642Z] . [Pipeline] withDockerContainer [2021-03-04T00:41:47.882Z] prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container [2021-03-04T00:41:47.968Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T00:41:49.460Z] $ docker top fa6a3af17aa4668306ea45cb45e80c3c6904ecff83e8b4b939e25ddefb6be140 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T00:41:49.883Z] ========================================================= [2021-03-04T00:41:49.883Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T00:41:49.883Z] ========================================================= [Pipeline] sh [2021-03-04T00:41:50.600Z] + make test [2021-03-04T00:41:50.601Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T00:42:17.440Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T00:43:04.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T00:43:11.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T00:43:21.498Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T00:43:21.498Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T00:43:24.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T00:43:24.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T00:43:24.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T00:43:24.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T00:43:27.591Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T00:43:28.583Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T00:43:32.312Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:32.312Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:32.312Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:32.312Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:32.312Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:32.312Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:32.312Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:32.312Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:32.312Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:32.312Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:32.312Z] ---> 05c5002a9add [2021-03-04T00:43:32.312Z] Step 3/30 : WORKDIR /edgex-go [2021-03-04T00:43:32.312Z] ---> 05c5002a9add [2021-03-04T00:43:32.312Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:43:32.312Z] ---> 05c5002a9add [2021-03-04T00:43:32.312Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:43:32.312Z] ---> 05c5002a9add [2021-03-04T00:43:32.312Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:43:32.312Z] ---> 05c5002a9add [2021-03-04T00:43:32.312Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T00:43:32.312Z] ---> Running in 5a4c14755f82 [2021-03-04T00:43:32.312Z] ---> Running in 6ed93be4c82f [2021-03-04T00:43:32.312Z] ---> Running in c7ce376c83a3 [2021-03-04T00:43:32.312Z] ---> Running in ed5a742654aa [2021-03-04T00:43:32.312Z] ---> Running in 94ad352bf153 [2021-03-04T00:43:32.312Z] Removing intermediate container c7ce376c83a3 [2021-03-04T00:43:32.312Z] ---> ced13c845665 [2021-03-04T00:43:32.312Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:32.312Z] Removing intermediate container 6ed93be4c82f [2021-03-04T00:43:32.312Z] ---> edd785166756 [2021-03-04T00:43:32.312Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:32.312Z] Removing intermediate container 94ad352bf153 [2021-03-04T00:43:32.312Z] ---> c15b95aecca9 [2021-03-04T00:43:32.312Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:32.312Z] Removing intermediate container ed5a742654aa [2021-03-04T00:43:32.312Z] ---> 40c7530b55e9 [2021-03-04T00:43:32.312Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:32.312Z] ---> Running in 473f83f28fe9 [2021-03-04T00:43:32.312Z] Removing intermediate container 5a4c14755f82 [2021-03-04T00:43:32.312Z] ---> b5208d34b783 [2021-03-04T00:43:32.312Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:32.312Z] ---> Running in cf975bf79564 [2021-03-04T00:43:32.312Z] ---> Running in 9f5463a610ee [2021-03-04T00:43:32.312Z] ---> Running in 6db3c02b95a8 [2021-03-04T00:43:32.312Z] ---> Running in 21580f5ff76b [2021-03-04T00:43:33.290Z] Removing intermediate container cf975bf79564 [2021-03-04T00:43:33.290Z] ---> 8eb0f433455e [2021-03-04T00:43:33.290Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-04T00:43:33.290Z] ---> Running in 810ed262e380 [2021-03-04T00:43:33.555Z] Removing intermediate container 473f83f28fe9 [2021-03-04T00:43:33.555Z] ---> 2c2d9fab7c88 [2021-03-04T00:43:33.555Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T00:43:33.853Z] Removing intermediate container 9f5463a610ee [2021-03-04T00:43:33.853Z] ---> 208857cf011d [2021-03-04T00:43:33.853Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:43:33.853Z] ---> Running in 1ad66d0753bb [2021-03-04T00:43:34.445Z] Removing intermediate container 21580f5ff76b [2021-03-04T00:43:34.445Z] ---> fe49fb983bbf [2021-03-04T00:43:34.445Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T00:43:34.445Z] ---> Running in 96585c73724a [2021-03-04T00:43:34.445Z] Removing intermediate container 6db3c02b95a8 [2021-03-04T00:43:34.445Z] ---> 19d469761bcc [2021-03-04T00:43:34.445Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:43:35.226Z] ---> Running in 9a14806e8e4b [2021-03-04T00:43:35.808Z] ---> Running in c8d52b9de7a2 [2021-03-04T00:43:35.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:36.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:36.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:36.920Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T00:43:36.920Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T00:43:36.920Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T00:43:37.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:37.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:37.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:37.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:38.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:38.216Z] OK: 233 MiB in 51 packages [2021-03-04T00:43:38.812Z] OK: 233 MiB in 51 packages [2021-03-04T00:43:38.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:38.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:43:39.411Z] OK: 233 MiB in 51 packages [2021-03-04T00:43:40.225Z] Removing intermediate container 810ed262e380 [2021-03-04T00:43:40.225Z] ---> b1aedaf34527 [2021-03-04T00:43:40.225Z] Step 6/30 : COPY go.mod . [2021-03-04T00:43:40.666Z] OK: 233 MiB in 51 packages [2021-03-04T00:43:40.666Z] OK: 233 MiB in 51 packages [2021-03-04T00:43:43.589Z] ---> f01f0b348279 [2021-03-04T00:43:43.589Z] Step 7/30 : RUN go mod download [2021-03-04T00:43:43.856Z] Removing intermediate container 1ad66d0753bb [2021-03-04T00:43:43.856Z] ---> 363a920bf2e3 [2021-03-04T00:43:43.856Z] Step 6/22 : COPY go.mod . [2021-03-04T00:43:44.448Z] ---> Running in c1a6b757d655 [2021-03-04T00:43:44.448Z] Removing intermediate container 96585c73724a [2021-03-04T00:43:44.448Z] ---> 12a967cbfdca [2021-03-04T00:43:44.448Z] Step 6/23 : COPY go.mod . [2021-03-04T00:43:45.038Z] ---> 0be0e5e8fc75 [2021-03-04T00:43:45.038Z] Step 7/22 : RUN go mod download [2021-03-04T00:43:45.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.413s coverage: 45.9% of statements [2021-03-04T00:43:45.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T00:43:45.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T00:43:45.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T00:43:45.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T00:43:45.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T00:43:45.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T00:43:45.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T00:43:45.311Z] Removing intermediate container 9a14806e8e4b [2021-03-04T00:43:45.311Z] ---> 46708c4a9a13 [2021-03-04T00:43:45.311Z] Step 6/21 : COPY go.mod . [2021-03-04T00:43:45.311Z] ---> Running in 456e05748844 [2021-03-04T00:43:45.311Z] ---> 1f22ce7b8921 [2021-03-04T00:43:45.311Z] Step 7/23 : RUN go mod download [2021-03-04T00:43:45.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.332s coverage: 100.0% of statements [2021-03-04T00:43:45.584Z] ---> Running in 39261951aea0 [2021-03-04T00:43:45.584Z] Removing intermediate container c8d52b9de7a2 [2021-03-04T00:43:45.584Z] ---> 6544b66139dd [2021-03-04T00:43:45.584Z] Step 6/23 : COPY go.mod . [2021-03-04T00:43:46.556Z] ---> a5fb9b354b67 [2021-03-04T00:43:46.557Z] Step 7/21 : RUN go mod download [2021-03-04T00:43:48.131Z] ---> Running in b8899d0660ca [2021-03-04T00:43:48.131Z] ---> 01d0afe9b662 [2021-03-04T00:43:48.131Z] Step 7/23 : RUN go mod download [2021-03-04T00:43:48.707Z] ---> Running in 550ce8e5f49e [2021-03-04T00:43:53.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.647s coverage: 27.1% of statements [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T00:43:53.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T00:43:53.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T00:43:53.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.312s coverage: 66.2% of statements [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T00:43:53.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T00:43:55.697Z] Removing intermediate container 456e05748844 [2021-03-04T00:43:55.697Z] ---> 0ac5dafb5312 [2021-03-04T00:43:55.697Z] Step 8/22 : COPY . . [2021-03-04T00:43:55.697Z] Removing intermediate container 550ce8e5f49e [2021-03-04T00:43:55.697Z] ---> 88c9b02ce02a [2021-03-04T00:43:55.697Z] Step 8/23 : COPY . . [2021-03-04T00:43:55.697Z] Removing intermediate container b8899d0660ca [2021-03-04T00:43:55.697Z] ---> 64ccc3eb2db8 [2021-03-04T00:43:55.697Z] Step 8/21 : COPY . . [2021-03-04T00:43:55.697Z] Removing intermediate container 39261951aea0 [2021-03-04T00:43:55.697Z] ---> d9868c2268fa [2021-03-04T00:43:55.697Z] Step 8/23 : COPY . . [2021-03-04T00:43:55.697Z] Removing intermediate container c1a6b757d655 [2021-03-04T00:43:55.697Z] ---> 9a035c496b25 [2021-03-04T00:43:55.697Z] Step 8/30 : COPY . . [2021-03-04T00:43:55.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.811s coverage: 82.4% of statements [2021-03-04T00:43:55.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T00:43:55.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:43:55.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T00:43:55.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T00:44:04.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.257s coverage: 28.6% of statements [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T00:44:04.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T00:44:04.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T00:44:04.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2021-03-04T00:44:04.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T00:44:05.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.374s coverage: 97.5% of statements [2021-03-04T00:44:05.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T00:44:05.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-03-04T00:44:05.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T00:44:05.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T00:44:05.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T00:44:05.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.460s coverage: 92.8% of statements [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.257s coverage: 0.1% of statements [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T00:44:15.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.136s coverage: 79.5% of statements [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.099s coverage: 94.1% of statements [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.123s coverage: 96.3% of statements [2021-03-04T00:44:15.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-03-04T00:44:28.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.103s coverage: 94.4% of statements [2021-03-04T00:44:28.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.146s coverage: 92.9% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 77.8% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.091s coverage: 87.2% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.179s coverage: 84.6% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.6% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.502s coverage: 62.4% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.931s coverage: 69.1% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.435s coverage: 38.4% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T00:44:46.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements [2021-03-04T00:44:46.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T00:44:47.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.098s coverage: 84.8% of statements [2021-03-04T00:44:54.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.498s coverage: 47.0% of statements [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T00:44:54.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T00:44:54.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.170s coverage: 100.0% of statements [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T00:44:54.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.352s coverage: 88.5% of statements [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:44:54.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.407s coverage: 29.1% of statements [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 94.3% of statements [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.159s coverage: 87.9% of statements [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T00:45:04.267Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-04T00:45:04.267Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements [2021-03-04T00:45:05.248Z] GO111MODULE=on go vet ./... [2021-03-04T00:46:27.133Z] gofmt -l . [2021-03-04T00:46:30.519Z] [ "`gofmt -l .`" = "" ] [2021-03-04T00:46:33.906Z] ./bin/test-go-mod-tidy.sh [2021-03-04T00:46:34.508Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T00:46:36.618Z] + ls -al . [2021-03-04T00:46:36.618Z] total 744 [2021-03-04T00:46:36.618Z] drwxrwxr-x 9 1001 1001 4096 Mar 4 00:46 . [2021-03-04T00:46:36.618Z] drwxr-xr-x 4 root root 4096 Mar 4 00:41 .. [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 00:40 .dockerignore [2021-03-04T00:46:36.618Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 00:40 .git [2021-03-04T00:46:36.618Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 00:40 .github [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 00:40 .gitignore [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 00:40 .sonarcloud.properties [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:40 Attribution.txt [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:40 CONTRIBUTING.md [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 00:40 Dockerfile.build [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 00:40 Jenkinsfile [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:40 LICENSE [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:40 Makefile [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:40 README.md [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:40 SECURITY.md [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 00:34 VERSION [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:40 ZMQWindows.md [2021-03-04T00:46:36.618Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 00:40 bin [2021-03-04T00:46:36.618Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 00:40 cmd [2021-03-04T00:46:36.618Z] -rw-r--r-- 1 root root 602988 Mar 4 00:45 coverage.out [2021-03-04T00:46:36.618Z] -rw-r--r-- 1 root root 1055 Mar 4 00:46 go.mod [2021-03-04T00:46:36.618Z] -rw-r--r-- 1 root root 21699 Mar 4 00:46 go.sum [2021-03-04T00:46:36.618Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 00:40 internal [2021-03-04T00:46:36.618Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 00:40 openapi [2021-03-04T00:46:36.618Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 00:40 snap [2021-03-04T00:46:36.618Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 00:40 version.go [Pipeline] sh [2021-03-04T00:46:37.288Z] + '[' -e coverage.out ] [2021-03-04T00:46:37.288Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T00:46:37.357Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T00:46:38.847Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T00:46:39.544Z] + make build [2021-03-04T00:46:39.544Z] 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-04T00:46:52.141Z] 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-04T00:47:24.523Z] 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-04T00:47:26.503Z] 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-04T00:47:33.214Z] 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-04T00:47:34.194Z] 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-04T00:47:39.582Z] 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-04T00:47:47.860Z] 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-04T00:47:53.270Z] 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-04T00:47:55.586Z] ---> 9ed787cd40f4 [2021-03-04T00:47:55.586Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T00:47:55.586Z] ---> 47fa8fb910e9 [2021-03-04T00:47:55.586Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T00:47:55.586Z] ---> Running in 9ab467a250df [2021-03-04T00:47:55.586Z] ---> 962beb8a1c10 [2021-03-04T00:47:55.586Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T00:47:55.586Z] ---> cf301eb05055 [2021-03-04T00:47:55.586Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T00:47:55.586Z] ---> Running in 52da471241ad [2021-03-04T00:47:55.586Z] ---> Running in 540d5e5fbcc0 [2021-03-04T00:47:55.586Z] ---> Running in b959a5e8f239 [2021-03-04T00:47:55.586Z] ---> 19466bfcc64d [2021-03-04T00:47:55.586Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T00:47:55.586Z] ---> Running in b564cdcf7131 [2021-03-04T00:47:55.586Z] 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-04T00:47:55.586Z] 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-04T00:47:55.586Z] 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-04T00:47:55.586Z] 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-04T00:47:55.586Z] 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-04T00:47:57.611Z] 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-04T00:48:01.928Z] 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-04T00:48:07.354Z] 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-04T00:48:14.108Z] $ docker stop --time=1 fa6a3af17aa4668306ea45cb45e80c3c6904ecff83e8b4b939e25ddefb6be140 [2021-03-04T00:48:16.728Z] $ docker rm -f fa6a3af17aa4668306ea45cb45e80c3c6904ecff83e8b4b939e25ddefb6be140 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:48:18.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:48:18.796Z] [2021-03-04T00:48:18.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:48:19.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:48:19.463Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-04T00:48:19.463Z] 29e5d40040c1: Pulling fs layer [2021-03-04T00:48:19.463Z] 1ce36da41761: Pulling fs layer [2021-03-04T00:48:19.463Z] 25b303627fd3: Pulling fs layer [2021-03-04T00:48:19.463Z] 29e5d40040c1: Verifying Checksum [2021-03-04T00:48:19.463Z] 29e5d40040c1: Download complete [2021-03-04T00:48:20.451Z] 29e5d40040c1: Pull complete [2021-03-04T00:48:20.451Z] 1ce36da41761: Verifying Checksum [2021-03-04T00:48:20.451Z] 1ce36da41761: Download complete [2021-03-04T00:48:21.424Z] 1ce36da41761: Pull complete [2021-03-04T00:48:22.017Z] 25b303627fd3: Verifying Checksum [2021-03-04T00:48:22.017Z] 25b303627fd3: Download complete [2021-03-04T00:48:32.151Z] 25b303627fd3: Pull complete [2021-03-04T00:48:32.151Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-04T00:48:32.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:48:32.152Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-04T00:48:32.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container [2021-03-04T00:48:32.516Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-04T00:48:36.209Z] $ docker top 2c2f93e3eacb8ac5979bea34ab02507159547c426e991602635c318b5acb7298 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:48:37.313Z] + grep parallel [2021-03-04T00:48:37.313Z] + docker-compose build --help [2021-03-04T00:48:41.643Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T00:48:42.257Z] $ docker stop --time=1 2c2f93e3eacb8ac5979bea34ab02507159547c426e991602635c318b5acb7298 [2021-03-04T00:48:44.230Z] $ docker rm -f 2c2f93e3eacb8ac5979bea34ab02507159547c426e991602635c318b5acb7298 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:48:45.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:48:45.108Z] . [Pipeline] withDockerContainer [2021-03-04T00:48:45.389Z] prd-ubuntu18.04-docker-arm64-4c-16g-28416 does not seem to be running inside a container [2021-03-04T00:48:45.464Z] $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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-04T00:48:46.985Z] $ docker top 17ab6c04d078a9030320fac8e9f6f405b6518e340b47441a531becf0fbb72b73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:48:48.040Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T00:48:53.429Z] Building docker-core-command-go ... [2021-03-04T00:48:53.429Z] Building docker-core-data-go ... [2021-03-04T00:48:53.429Z] Building docker-core-metadata-go ... [2021-03-04T00:48:53.429Z] Building docker-security-bootstrapper-go ... [2021-03-04T00:48:53.429Z] Building docker-security-proxy-setup-go ... [2021-03-04T00:48:53.429Z] Building docker-security-secretstore-setup-go ... [2021-03-04T00:48:53.429Z] Building docker-support-notifications-go ... [2021-03-04T00:48:53.429Z] Building docker-support-scheduler-go ... [2021-03-04T00:48:53.429Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T00:48:53.429Z] Building docker-core-metadata-go [2021-03-04T00:48:53.429Z] Building docker-support-notifications-go [2021-03-04T00:48:53.429Z] Building docker-core-command-go [2021-03-04T00:48:53.429Z] Building docker-security-proxy-setup-go [2021-03-04T00:48:53.429Z] Building docker-security-bootstrapper-go [2021-03-04T00:48:53.508Z] 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-04T00:49:16.971Z] Removing intermediate container 52da471241ad [2021-03-04T00:49:16.971Z] ---> bdd351164ea5 [2021-03-04T00:49:16.971Z] [2021-03-04T00:49:16.971Z] Step 10/30 : FROM alpine:3.12 [2021-03-04T00:49:16.971Z] Removing intermediate container 540d5e5fbcc0 [2021-03-04T00:49:16.971Z] ---> 8b37b321ce5a [2021-03-04T00:49:16.971Z] [2021-03-04T00:49:16.971Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:49:16.971Z] Removing intermediate container 9ab467a250df [2021-03-04T00:49:16.971Z] ---> 8316aefa7890 [2021-03-04T00:49:16.971Z] [2021-03-04T00:49:16.971Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:49:16.971Z] Removing intermediate container b959a5e8f239 [2021-03-04T00:49:16.971Z] ---> 1b7f2f4af570 [2021-03-04T00:49:16.971Z] [2021-03-04T00:49:16.971Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T00:49:16.971Z] 3.12: Pulling from library/alpine [2021-03-04T00:49:16.971Z] 3.12: Pulling from library/alpine [2021-03-04T00:49:16.971Z] 3.12: Pulling from library/alpine [2021-03-04T00:49:16.971Z] 3.12: Pulling from library/alpine [2021-03-04T00:49:19.493Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:49:19.493Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:49:19.493Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:49:19.493Z] Status: Image is up to date for alpine:3.12 [2021-03-04T00:49:19.493Z] Status: Image is up to date for alpine:3.12 [2021-03-04T00:49:19.493Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T00:49:19.493Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:49:19.493Z] Status: Image is up to date for alpine:3.12 [2021-03-04T00:49:19.493Z] ---> 88dd2752d2ea [2021-03-04T00:49:19.493Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T00:49:19.493Z] ---> 88dd2752d2ea [2021-03-04T00:49:19.493Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T00:49:19.493Z] ---> 88dd2752d2ea [2021-03-04T00:49:19.493Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T00:49:19.493Z] ---> 88dd2752d2ea [2021-03-04T00:49:19.493Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:49:22.965Z] ---> Running in efae11cbca65 [2021-03-04T00:49:22.965Z] ---> Running in bf9637a152df [2021-03-04T00:49:22.965Z] ---> Running in 9d2fe8d4182e [2021-03-04T00:49:22.965Z] ---> Running in 55115313b971 [2021-03-04T00:49:23.236Z] Removing intermediate container b564cdcf7131 [2021-03-04T00:49:23.236Z] ---> a142b0e08cfe [2021-03-04T00:49:23.236Z] [2021-03-04T00:49:23.236Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:49:23.236Z] ---> 88dd2752d2ea [2021-03-04T00:49:23.236Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:49:24.658Z] ---> Running in 0d9eaf572bad [2021-03-04T00:49:24.658Z] Removing intermediate container 9d2fe8d4182e [2021-03-04T00:49:24.658Z] ---> a46fc80a8cff [2021-03-04T00:49:24.658Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T00:49:24.973Z] ---> Running in 4689803f1c38 [2021-03-04T00:49:27.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.049Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T00:49:27.345Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T00:49:27.345Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:49:27.345Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:49:27.345Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T00:49:27.345Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T00:49:27.345Z] OK: 6 MiB in 15 packages [2021-03-04T00:49:27.345Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:49:27.345Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:49:27.345Z] OK: 7 MiB in 18 packages [2021-03-04T00:49:27.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:27.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:28.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:49:28.246Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T00:49:28.246Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:49:28.246Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:49:28.246Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:49:28.867Z] OK: 6 MiB in 16 packages [2021-03-04T00:49:28.867Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T00:49:28.867Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:49:28.867Z] OK: 6 MiB in 15 packages [2021-03-04T00:49:28.867Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:49:28.867Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T00:49:28.867Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:49:28.867Z] OK: 6 MiB in 16 packages [2021-03-04T00:49:31.069Z] Removing intermediate container efae11cbca65 [2021-03-04T00:49:31.069Z] ---> 98d1b2bbded9 [2021-03-04T00:49:31.069Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T00:49:31.357Z] ---> Running in 29faa9bd6ed2 [2021-03-04T00:49:31.357Z] Removing intermediate container bf9637a152df [2021-03-04T00:49:31.357Z] ---> d2884b01180a [2021-03-04T00:49:31.357Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:49:31.677Z] ---> Running in 3f86db89e8f1 [2021-03-04T00:49:33.138Z] Removing intermediate container 29faa9bd6ed2 [2021-03-04T00:49:33.138Z] ---> 6492293e91d2 [2021-03-04T00:49:33.138Z] Step 13/21 : WORKDIR /edgex [2021-03-04T00:49:33.138Z] Removing intermediate container 3f86db89e8f1 [2021-03-04T00:49:33.138Z] ---> 9ccb654a7622 [2021-03-04T00:49:33.138Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T00:49:33.138Z] Removing intermediate container 4689803f1c38 [2021-03-04T00:49:33.138Z] Removing intermediate container 55115313b971 [2021-03-04T00:49:33.138Z] ---> 9930929ad6d8 [2021-03-04T00:49:33.138Z] ---> e54f2a1e93e0 [2021-03-04T00:49:33.138Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:49:33.138Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T00:49:33.536Z] ---> Running in 87cbb8b6e19b [2021-03-04T00:49:33.536Z] ---> Running in efa640326155 [2021-03-04T00:49:33.536Z] Removing intermediate container 0d9eaf572bad [2021-03-04T00:49:33.536Z] ---> afd72fec1f38 [2021-03-04T00:49:33.536Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:49:33.943Z] ---> Running in 06faf49a6b8c [2021-03-04T00:49:33.943Z] ---> Running in 0687e11cfbbe [2021-03-04T00:49:33.943Z] ---> Running in f9db90d06252 [2021-03-04T00:49:34.263Z] Removing intermediate container efa640326155 [2021-03-04T00:49:34.263Z] ---> e7386c3352b1 [2021-03-04T00:49:34.263Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:49:34.263Z] Removing intermediate container 87cbb8b6e19b [2021-03-04T00:49:34.263Z] ---> ce1b9e757a5d [2021-03-04T00:49:34.263Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T00:49:34.565Z] Removing intermediate container 06faf49a6b8c [2021-03-04T00:49:34.565Z] ---> 3421eac6a393 [2021-03-04T00:49:34.565Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T00:49:34.565Z] ---> Running in 4e4cc74cce95 [2021-03-04T00:49:34.565Z] Removing intermediate container 0687e11cfbbe [2021-03-04T00:49:34.565Z] ---> 6c6e404ba28b [2021-03-04T00:49:34.565Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T00:49:34.861Z] Removing intermediate container f9db90d06252 [2021-03-04T00:49:34.861Z] ---> 294cd6ad762d [2021-03-04T00:49:34.861Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T00:49:34.861Z] ---> Running in bbb5b1b301bb [2021-03-04T00:49:34.861Z] ---> Running in b14083fbfd8a [2021-03-04T00:49:35.143Z] ---> 1dc9b4cd33ea [2021-03-04T00:49:35.143Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T00:49:35.143Z] ---> Running in ae6aec0565a5 [2021-03-04T00:49:35.446Z] Removing intermediate container 4e4cc74cce95 [2021-03-04T00:49:35.446Z] ---> 44c6fec2c889 [2021-03-04T00:49:35.446Z] Step 15/23 : WORKDIR / [2021-03-04T00:49:35.746Z] ---> Running in 61c5ea0ab2d5 [2021-03-04T00:49:35.746Z] Removing intermediate container b14083fbfd8a [2021-03-04T00:49:35.746Z] ---> 545e0b8c2484 [2021-03-04T00:49:35.746Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:49:35.746Z] Removing intermediate container ae6aec0565a5 [2021-03-04T00:49:35.746Z] ---> 447821fc393f [2021-03-04T00:49:35.746Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:49:35.746Z] Removing intermediate container bbb5b1b301bb [2021-03-04T00:49:35.746Z] ---> c07ab79891b7 [2021-03-04T00:49:35.746Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T00:49:36.034Z] ---> Running in 6a832ea752ad [2021-03-04T00:49:36.034Z] ---> Running in 8779e2785b6e [2021-03-04T00:49:36.034Z] ---> Running in 987486ce3862 [2021-03-04T00:49:36.315Z] Removing intermediate container 61c5ea0ab2d5 [2021-03-04T00:49:36.315Z] ---> b0b6af3c2beb [2021-03-04T00:49:36.315Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:49:36.315Z] ---> cbe9e5c88939 [2021-03-04T00:49:36.315Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T00:49:36.315Z] Removing intermediate container 6a832ea752ad [2021-03-04T00:49:36.315Z] ---> bb82ef0197e0 [2021-03-04T00:49:36.315Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:49:36.610Z] Removing intermediate container 8779e2785b6e [2021-03-04T00:49:36.610Z] ---> a0389b0fddd2 [2021-03-04T00:49:36.610Z] Step 15/23 : WORKDIR / [2021-03-04T00:49:37.227Z] ---> Running in e206cbf41018 [2021-03-04T00:49:37.810Z] ---> 943b9a0469ef [2021-03-04T00:49:37.810Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T00:49:37.810Z] ---> 8757e1c891fb [2021-03-04T00:49:37.810Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T00:49:37.810Z] ---> b43151464354 [2021-03-04T00:49:37.810Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T00:49:38.809Z] Removing intermediate container e206cbf41018 [2021-03-04T00:49:38.809Z] ---> 616a9b3df5f6 [2021-03-04T00:49:38.809Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:49:38.809Z] ---> Running in 2ed3c9edf859 [2021-03-04T00:49:40.235Z] Removing intermediate container 2ed3c9edf859 [2021-03-04T00:49:40.235Z] ---> 047389861de9 [2021-03-04T00:49:40.235Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T00:49:40.508Z] ---> Running in c5019c7e394d [2021-03-04T00:49:40.508Z] Removing intermediate container 987486ce3862 [2021-03-04T00:49:40.508Z] ---> 4cd72752b1dd [2021-03-04T00:49:40.508Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T00:49:40.508Z] ---> 0ef6a3a74962 [2021-03-04T00:49:40.508Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T00:49:40.783Z] ---> dadd4476ecff [2021-03-04T00:49:40.783Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T00:49:40.783Z] ---> 5149d9243ea8 [2021-03-04T00:49:40.783Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T00:49:41.054Z] ---> Running in 87afce5e4f9a [2021-03-04T00:49:41.324Z] Removing intermediate container c5019c7e394d [2021-03-04T00:49:41.324Z] ---> 180b9ce5abc3 [2021-03-04T00:49:41.324Z] Step 19/21 : LABEL arch=x86_64 [2021-03-04T00:49:41.324Z] ---> c1390f2e0973 [2021-03-04T00:49:41.324Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T00:49:41.324Z] ---> 105df862391a [2021-03-04T00:49:41.324Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T00:49:41.648Z] ---> c411033323bb [2021-03-04T00:49:41.648Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T00:49:42.982Z] ---> Running in 78f605079e1a [2021-03-04T00:49:42.982Z] ---> Running in b31e70cd6045 [2021-03-04T00:49:42.982Z] ---> Running in 06ae709d7fbd [2021-03-04T00:49:43.389Z] Removing intermediate container 87afce5e4f9a [2021-03-04T00:49:43.389Z] ---> 6e9e2e9c586e [2021-03-04T00:49:43.389Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T00:49:44.479Z] ---> 2104c91c2769 [2021-03-04T00:49:44.479Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T00:49:44.479Z] Removing intermediate container b31e70cd6045 [2021-03-04T00:49:44.479Z] ---> 30ee6aa15f00 [2021-03-04T00:49:44.479Z] Step 20/21 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:49:44.479Z] Removing intermediate container 78f605079e1a [2021-03-04T00:49:44.479Z] ---> 1624498b20bb [2021-03-04T00:49:44.479Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:49:44.479Z] Removing intermediate container 06ae709d7fbd [2021-03-04T00:49:44.479Z] ---> 6f4e31f6d3a3 [2021-03-04T00:49:44.479Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:49:44.767Z] ---> Running in 058698a4adaf [2021-03-04T00:49:44.767Z] ---> Running in 5b5a9aea4fa5 [2021-03-04T00:49:44.767Z] ---> Running in 764a3c3977a1 [2021-03-04T00:49:44.767Z] ---> Running in 40036a9291e9 [2021-03-04T00:49:45.034Z] ---> 892755c479a6 [2021-03-04T00:49:45.034Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T00:49:45.299Z] ---> Running in 121c70cc4312 [2021-03-04T00:49:45.568Z] Removing intermediate container 5b5a9aea4fa5 [2021-03-04T00:49:45.568Z] ---> 274044bbc761 [2021-03-04T00:49:45.568Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T00:49:45.843Z] Removing intermediate container 058698a4adaf [2021-03-04T00:49:45.843Z] ---> 5de6871a27ff [2021-03-04T00:49:45.843Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:49:45.843Z] Removing intermediate container 764a3c3977a1 [2021-03-04T00:49:45.843Z] ---> 94da8e25696a [2021-03-04T00:49:45.843Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T00:49:46.155Z] Removing intermediate container 40036a9291e9 [2021-03-04T00:49:46.155Z] ---> b64ad4fbd5c4 [2021-03-04T00:49:46.155Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T00:49:46.155Z] ---> Running in 3bb20581b8a5 [2021-03-04T00:49:46.155Z] ---> Running in 7daca3418ffa [2021-03-04T00:49:46.488Z] ---> Running in 1445c813959d [2021-03-04T00:49:46.777Z] ---> Running in 17e7d4c65cf1 [2021-03-04T00:49:47.575Z] Removing intermediate container 3bb20581b8a5 [2021-03-04T00:49:47.575Z] ---> 698581fd9549 [2021-03-04T00:49:47.575Z] Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:49:47.856Z] Removing intermediate container 7daca3418ffa [2021-03-04T00:49:47.856Z] ---> 97a8d7ef68c8 [2021-03-04T00:49:47.856Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T00:49:47.856Z] ---> Running in da3bb56038ad [2021-03-04T00:49:47.856Z] Removing intermediate container 17e7d4c65cf1 [2021-03-04T00:49:47.856Z] ---> b1ad77b31775 [2021-03-04T00:49:47.856Z] Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:49:48.126Z] ---> Running in 8aea2e64d3c1 [2021-03-04T00:49:48.126Z] ---> Running in 2e1b88536ce7 [2021-03-04T00:49:48.126Z] Removing intermediate container 1445c813959d [2021-03-04T00:49:48.126Z] ---> b99a79ae61b7 [2021-03-04T00:49:48.126Z] [2021-03-04T00:49:48.397Z] Removing intermediate container da3bb56038ad [2021-03-04T00:49:48.397Z] ---> e71751e09d1e [2021-03-04T00:49:48.397Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:49:48.673Z] ---> Running in daa18e5ab5c4 [2021-03-04T00:49:48.673Z] Removing intermediate container 8aea2e64d3c1 [2021-03-04T00:49:48.673Z] ---> addee0f9a705 [2021-03-04T00:49:48.673Z] Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:49:48.967Z] Removing intermediate container 2e1b88536ce7 [2021-03-04T00:49:48.967Z] ---> 2351f6614b88 [2021-03-04T00:49:48.967Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:49:49.242Z] ---> Running in 175d9ee3193c [2021-03-04T00:49:49.524Z] ---> Running in 31b32647bd22 [2021-03-04T00:49:49.524Z] Removing intermediate container 121c70cc4312 [2021-03-04T00:49:49.524Z] ---> 393e2748d491 [2021-03-04T00:49:49.524Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:49:50.133Z] Removing intermediate container daa18e5ab5c4 [2021-03-04T00:49:50.133Z] ---> f53832d1ddd6 [2021-03-04T00:49:50.133Z] [2021-03-04T00:49:50.729Z] Successfully built b99a79ae61b7 [2021-03-04T00:49:51.002Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-04T00:49:51.002Z] Building docker-security-secretstore-setup-go [2021-03-04T00:49:51.269Z]  Building docker-security-proxy-setup-go ... done Successfully built f53832d1ddd6 [2021-03-04T00:49:52.471Z] Successfully tagged docker-support-notifications-go:latest [2021-03-04T00:49:52.471Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-04T00:49:52.748Z] Removing intermediate container 31b32647bd22 [2021-03-04T00:49:52.748Z] ---> 3d49f58e9554 [2021-03-04T00:49:52.748Z] [2021-03-04T00:49:52.748Z] ---> a794557588ad [2021-03-04T00:49:52.748Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T00:49:52.748Z] Removing intermediate container 175d9ee3193c [2021-03-04T00:49:52.748Z] ---> 40fa6183b2a3 [2021-03-04T00:49:52.748Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:49:53.382Z] Successfully built 3d49f58e9554 [2021-03-04T00:49:53.382Z] ---> Running in 017d4f5438ea [2021-03-04T00:49:53.382Z] Successfully tagged docker-core-command-go:latest [2021-03-04T00:49:53.382Z] Building docker-core-data-go [2021-03-04T00:49:54.810Z]  Building docker-core-command-go ... done  ---> bb15d3a12499 [2021-03-04T00:49:54.810Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T00:49:54.810Z] Removing intermediate container 017d4f5438ea [2021-03-04T00:49:54.810Z] ---> f7bc460fe84a [2021-03-04T00:49:54.810Z] [2021-03-04T00:49:57.613Z] Successfully built f7bc460fe84a [2021-03-04T00:49:58.681Z] Successfully tagged docker-core-metadata-go:latest [2021-03-04T00:49:58.681Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-04T00:49:58.681Z] ---> c826a566b8a4 [2021-03-04T00:49:58.681Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T00:50:02.924Z] ---> 728c3484ba0b [2021-03-04T00:50:02.924Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T00:50:05.548Z] ---> Running in 93ea92142629 [2021-03-04T00:50:07.014Z] Removing intermediate container 93ea92142629 [2021-03-04T00:50:07.014Z] ---> bbc73373c67f [2021-03-04T00:50:07.014Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T00:50:07.607Z] ---> 68712e47257d [2021-03-04T00:50:07.607Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-04T00:50:07.873Z] ---> Running in 0b089892d100 [2021-03-04T00:50:15.189Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:50:15.189Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:50:15.189Z] ---> 17c31ed928aa [2021-03-04T00:50:15.189Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:50:15.189Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:50:15.189Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:50:15.189Z] ---> 17c31ed928aa [2021-03-04T00:50:15.189Z] Step 3/30 : WORKDIR /edgex-go [2021-03-04T00:50:15.189Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:50:15.189Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:50:15.189Z] ---> 17c31ed928aa [2021-03-04T00:50:15.189Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:50:15.189Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:50:15.189Z] [2021-03-04T00:50:15.189Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:50:15.189Z] [2021-03-04T00:50:15.189Z] ---> 17c31ed928aa [2021-03-04T00:50:15.189Z] ---> 17c31ed928aa [2021-03-04T00:50:15.189Z] Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-03-04T00:50:15.189Z] [2021-03-04T00:50:15.189Z] ---> Running in 77d42edd129a [2021-03-04T00:50:15.189Z] ---> Running in b4b64a0f499b [2021-03-04T00:50:15.189Z] ---> Running in 0e107d877a3b [2021-03-04T00:50:15.189Z] ---> Running in 7f177312e84d [2021-03-04T00:50:15.189Z] ---> Running in 286a19015104 [2021-03-04T00:50:15.189Z] Removing intermediate container 0e107d877a3b [2021-03-04T00:50:15.189Z] ---> 15d81fe62182 [2021-03-04T00:50:15.189Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:50:15.189Z] Removing intermediate container 286a19015104 [2021-03-04T00:50:15.189Z] ---> a70531d34423 [2021-03-04T00:50:15.189Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:50:15.189Z] ---> Running in b2d8445b4b53 [2021-03-04T00:50:15.189Z] Removing intermediate container 77d42edd129a [2021-03-04T00:50:15.189Z] ---> 23cccccbc542 [2021-03-04T00:50:15.189Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:50:15.189Z] Removing intermediate container 7f177312e84d [2021-03-04T00:50:15.189Z] ---> 64b7f545bd64 [2021-03-04T00:50:15.189Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:50:15.189Z] Removing intermediate container b4b64a0f499b [2021-03-04T00:50:15.189Z] ---> 8eba7f06d710 [2021-03-04T00:50:15.189Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:50:15.189Z] ---> Running in d680c8330302 [2021-03-04T00:50:15.189Z] ---> Running in ecad6c226a3b [2021-03-04T00:50:15.189Z] ---> Running in 984a37bbc799 [2021-03-04T00:50:15.189Z] ---> Running in b876374fdceb [2021-03-04T00:50:15.189Z] Removing intermediate container b2d8445b4b53 [2021-03-04T00:50:15.189Z] ---> a96a8a3bed24 [2021-03-04T00:50:15.189Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-04T00:50:15.189Z] Removing intermediate container d680c8330302 [2021-03-04T00:50:15.189Z] ---> f027e80445cb [2021-03-04T00:50:15.189Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:50:15.189Z] ---> Running in 2546c21d2c32 [2021-03-04T00:50:15.189Z] Removing intermediate container ecad6c226a3b [2021-03-04T00:50:15.189Z] ---> e0a01f2f1e65 [2021-03-04T00:50:15.189Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T00:50:15.189Z] ---> Running in 3e15aea5703f [2021-03-04T00:50:15.189Z] ---> Running in 8d1c8b802b32 [2021-03-04T00:50:15.189Z] Removing intermediate container b876374fdceb [2021-03-04T00:50:15.189Z] ---> 40cdf27e9524 [2021-03-04T00:50:15.189Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T00:50:15.189Z] Removing intermediate container 984a37bbc799 [2021-03-04T00:50:15.189Z] ---> 44375fec5200 [2021-03-04T00:50:15.189Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:50:15.189Z] ---> Running in af6104d9ef6d [2021-03-04T00:50:15.189Z] ---> Running in eabbb1ad3cb7 [2021-03-04T00:50:15.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:15.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:15.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:15.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:15.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:15.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:16.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:16.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:16.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:16.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:16.621Z] OK: 217 MiB in 51 packages [2021-03-04T00:50:17.226Z] OK: 217 MiB in 51 packages [2021-03-04T00:50:17.509Z] OK: 217 MiB in 51 packages [2021-03-04T00:50:17.509Z] OK: 217 MiB in 51 packages [2021-03-04T00:50:17.785Z] OK: 217 MiB in 51 packages [2021-03-04T00:50:18.384Z] Removing intermediate container 2546c21d2c32 [2021-03-04T00:50:18.384Z] ---> 53462152beb6 [2021-03-04T00:50:18.384Z] Step 6/30 : COPY go.mod . [2021-03-04T00:50:18.665Z] Removing intermediate container 3e15aea5703f [2021-03-04T00:50:18.665Z] ---> 3cb01b80ffc6 [2021-03-04T00:50:18.665Z] Step 6/23 : COPY go.mod . [2021-03-04T00:50:19.651Z] ---> 677627797dbc [2021-03-04T00:50:19.651Z] Step 7/30 : RUN go mod download [2021-03-04T00:50:19.651Z] Removing intermediate container eabbb1ad3cb7 [2021-03-04T00:50:19.651Z] ---> 3b8c3eafd720 [2021-03-04T00:50:19.651Z] Step 6/23 : COPY go.mod . [2021-03-04T00:50:19.927Z] ---> Running in afc167b3bd6e [2021-03-04T00:50:19.927Z] Removing intermediate container af6104d9ef6d [2021-03-04T00:50:19.927Z] ---> b6b12a28bf2e [2021-03-04T00:50:19.927Z] Step 6/22 : COPY go.mod . [2021-03-04T00:50:19.927Z] Removing intermediate container 8d1c8b802b32 [2021-03-04T00:50:19.927Z] ---> bc1c5f8140b8 [2021-03-04T00:50:19.927Z] Step 6/21 : COPY go.mod . [2021-03-04T00:50:19.927Z] ---> 465552820343 [2021-03-04T00:50:19.927Z] Step 7/23 : RUN go mod download [2021-03-04T00:50:20.203Z] ---> Running in 18d1243b46eb [2021-03-04T00:50:20.476Z] ---> ac95aefdb62d [2021-03-04T00:50:20.476Z] Step 7/23 : RUN go mod download [2021-03-04T00:50:20.750Z] ---> Running in 5e0e3451091b [2021-03-04T00:50:21.021Z] ---> a10a3b207ef2 [2021-03-04T00:50:21.021Z] Step 7/22 : RUN go mod download [2021-03-04T00:50:21.293Z] ---> Running in e1bc55557bef [2021-03-04T00:50:21.293Z] ---> 9447162582b0 [2021-03-04T00:50:21.293Z] Step 7/21 : RUN go mod download [2021-03-04T00:50:21.587Z] ---> Running in 6b8bc836e629 [2021-03-04T00:50:23.651Z] Removing intermediate container 0b089892d100 [2021-03-04T00:50:23.651Z] ---> 26a65c67d99a [2021-03-04T00:50:23.651Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T00:50:24.224Z] Removing intermediate container afc167b3bd6e [2021-03-04T00:50:24.224Z] ---> d09e6961d331 [2021-03-04T00:50:24.224Z] Step 8/30 : COPY . . [2021-03-04T00:50:24.498Z] Removing intermediate container 18d1243b46eb [2021-03-04T00:50:24.498Z] ---> 72d0d1f57425 [2021-03-04T00:50:24.498Z] Step 8/23 : COPY . . [2021-03-04T00:50:24.639Z] ---> Running in 0ddab1c8fb98 [2021-03-04T00:50:25.244Z] Removing intermediate container 0ddab1c8fb98 [2021-03-04T00:50:25.244Z] ---> 5ffbcef855fb [2021-03-04T00:50:25.244Z] Step 27/30 : CMD ["gate"] [2021-03-04T00:50:25.515Z] Removing intermediate container 5e0e3451091b [2021-03-04T00:50:25.515Z] ---> 81b1e842e0a1 [2021-03-04T00:50:25.516Z] Step 8/23 : COPY . . [2021-03-04T00:50:25.795Z] Removing intermediate container e1bc55557bef [2021-03-04T00:50:25.795Z] ---> b78f2604b1ca [2021-03-04T00:50:25.795Z] Step 8/22 : COPY . . [2021-03-04T00:50:25.866Z] ---> Running in 146c2a645f31 [2021-03-04T00:50:26.455Z] Removing intermediate container 146c2a645f31 [2021-03-04T00:50:26.455Z] ---> 9873f49cda44 [2021-03-04T00:50:26.455Z] Step 28/30 : LABEL arch=x86_64 [2021-03-04T00:50:26.787Z] Removing intermediate container 6b8bc836e629 [2021-03-04T00:50:26.787Z] ---> 9776f0e766f4 [2021-03-04T00:50:26.787Z] Step 8/21 : COPY . . [2021-03-04T00:50:28.201Z] ---> Running in 1f32d6e41528 [2021-03-04T00:50:29.647Z] Removing intermediate container 1f32d6e41528 [2021-03-04T00:50:29.647Z] ---> a58ae9af149b [2021-03-04T00:50:29.647Z] Step 29/30 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:50:29.647Z] ---> Running in a09efd15788d [2021-03-04T00:50:31.947Z] Removing intermediate container a09efd15788d [2021-03-04T00:50:31.947Z] ---> bb4fe309e9e9 [2021-03-04T00:50:31.947Z] Step 30/30 : LABEL version=0.0.0 [2021-03-04T00:50:31.947Z] ---> Running in 65a7979cef93 [2021-03-04T00:50:33.435Z] Removing intermediate container 65a7979cef93 [2021-03-04T00:50:33.435Z] ---> 5428f88984aa [2021-03-04T00:50:33.435Z] [2021-03-04T00:50:35.054Z] Successfully built 5428f88984aa [2021-03-04T00:50:35.054Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-04T00:50:53.669Z] ---> 7c23df2edd86 [2021-03-04T00:50:53.670Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T00:50:53.670Z] ---> 23629e832e40 [2021-03-04T00:50:53.670Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T00:50:53.670Z] ---> 229acca8ffa3 [2021-03-04T00:50:53.670Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T00:50:53.670Z] ---> 517e83ead03d [2021-03-04T00:50:53.670Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T00:50:53.670Z] ---> fd5285606a62 [2021-03-04T00:50:53.670Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T00:50:53.670Z] ---> Running in 8d4264cf596a [2021-03-04T00:50:53.670Z] ---> Running in 988c57eb97c7 [2021-03-04T00:50:53.670Z] ---> Running in 557990f2d4a0 [2021-03-04T00:50:53.670Z] ---> Running in b309ed7d8712 [2021-03-04T00:50:53.670Z] ---> Running in 41b1d69304c2 [2021-03-04T00:50:53.670Z] 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-04T00:50:53.670Z] 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-04T00:50:53.670Z] 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-04T00:50:53.670Z] 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-04T00:50:53.945Z] 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-04T00:51:59.934Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:51:59.934Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:51:59.934Z] ---> 05c5002a9add [2021-03-04T00:51:59.934Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> b5208d34b783 [2021-03-04T00:51:59.934Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> fe49fb983bbf [2021-03-04T00:51:59.934Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> 46708c4a9a13 [2021-03-04T00:51:59.934Z] Step 6/22 : COPY go.mod . [2021-03-04T00:51:59.934Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:51:59.934Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:51:59.934Z] ---> 05c5002a9add [2021-03-04T00:51:59.934Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> b5208d34b783 [2021-03-04T00:51:59.934Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> fe49fb983bbf [2021-03-04T00:51:59.934Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> 46708c4a9a13 [2021-03-04T00:51:59.934Z] Step 6/24 : COPY go.mod . [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> a5fb9b354b67 [2021-03-04T00:51:59.934Z] Step 7/22 : RUN go mod download [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> a5fb9b354b67 [2021-03-04T00:51:59.934Z] Step 7/24 : RUN go mod download [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> 64ccc3eb2db8 [2021-03-04T00:51:59.934Z] Step 8/22 : COPY . . [2021-03-04T00:51:59.934Z] ---> Using cache [2021-03-04T00:51:59.934Z] ---> 64ccc3eb2db8 [2021-03-04T00:51:59.934Z] Step 8/24 : COPY . . [2021-03-04T00:51:59.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:51:59.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:51:59.935Z] ---> 05c5002a9add [2021-03-04T00:51:59.935Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:51:59.935Z] ---> Using cache [2021-03-04T00:51:59.935Z] ---> b5208d34b783 [2021-03-04T00:51:59.935Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:51:59.935Z] ---> Using cache [2021-03-04T00:51:59.935Z] ---> fe49fb983bbf [2021-03-04T00:51:59.935Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T00:51:59.935Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:51:59.935Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:51:59.935Z] ---> 05c5002a9add [2021-03-04T00:51:59.935Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T00:51:59.935Z] ---> Using cache [2021-03-04T00:51:59.935Z] ---> b5208d34b783 [2021-03-04T00:51:59.935Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:51:59.935Z] ---> Using cache [2021-03-04T00:51:59.935Z] ---> fe49fb983bbf [2021-03-04T00:51:59.935Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T00:51:59.935Z] ---> Using cache [2021-03-04T00:51:59.935Z] ---> cf301eb05055 [2021-03-04T00:51:59.935Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T00:51:59.935Z] ---> Using cache [2021-03-04T00:51:59.935Z] ---> cf301eb05055 [2021-03-04T00:51:59.935Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T00:51:59.935Z] ---> Running in 45c328a953f8 [2021-03-04T00:51:59.935Z] ---> Running in 5d500fd21b6c [2021-03-04T00:51:59.935Z] ---> Running in 34bbb8dca7ea [2021-03-04T00:51:59.935Z] ---> Running in d4b136fd82f7 [2021-03-04T00:51:59.935Z] 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-04T00:51:59.935Z] 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-04T00:51:59.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:51:59.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:51:59.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:51:59.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:51:59.935Z] OK: 233 MiB in 51 packages [2021-03-04T00:51:59.935Z] OK: 233 MiB in 51 packages [2021-03-04T00:52:04.525Z] Removing intermediate container 5d500fd21b6c [2021-03-04T00:52:04.526Z] ---> f7d401fdfdf3 [2021-03-04T00:52:04.526Z] Step 6/23 : COPY go.mod . [2021-03-04T00:52:05.404Z] Removing intermediate container 34bbb8dca7ea [2021-03-04T00:52:05.404Z] ---> 499eb2f10039 [2021-03-04T00:52:05.404Z] Step 6/26 : COPY go.mod . [2021-03-04T00:52:06.097Z] ---> 1216a38023b1 [2021-03-04T00:52:06.097Z] Step 7/23 : RUN go mod download [2021-03-04T00:52:06.097Z] ---> Running in fafb41ed1f81 [2021-03-04T00:52:08.980Z] ---> 54b7bb78fbe4 [2021-03-04T00:52:08.980Z] Step 7/26 : RUN go mod download [2021-03-04T00:52:10.513Z] ---> Running in 19bf9837a289 [2021-03-04T00:52:22.032Z] Removing intermediate container fafb41ed1f81 [2021-03-04T00:52:22.032Z] ---> ee94928b8cee [2021-03-04T00:52:22.032Z] Step 8/23 : COPY . . [2021-03-04T00:52:23.423Z] Removing intermediate container 19bf9837a289 [2021-03-04T00:52:23.423Z] ---> cba06d5ff6a9 [2021-03-04T00:52:23.423Z] Step 8/26 : COPY . . [2021-03-04T00:52:30.801Z] 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-04T00:52:37.539Z] Removing intermediate container 557990f2d4a0 [2021-03-04T00:52:37.539Z] ---> 42438f72224d [2021-03-04T00:52:37.539Z] [2021-03-04T00:52:37.539Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T00:52:37.539Z] 3.12: Pulling from library/alpine [2021-03-04T00:52:39.534Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:52:39.534Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T00:52:39.534Z] ---> d10569e2745f [2021-03-04T00:52:39.534Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T00:52:40.139Z] ---> Running in eb3f34fbb46b [2021-03-04T00:52:42.129Z] Removing intermediate container 8d4264cf596a [2021-03-04T00:52:42.129Z] ---> c0a1f007b510 [2021-03-04T00:52:42.129Z] [2021-03-04T00:52:42.129Z] Step 10/30 : FROM alpine:3.12 [2021-03-04T00:52:42.129Z] ---> d10569e2745f [2021-03-04T00:52:42.129Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T00:52:42.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:42.405Z] ---> Running in bb568ea0342c [2021-03-04T00:52:42.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:43.281Z] Removing intermediate container bb568ea0342c [2021-03-04T00:52:43.281Z] ---> a1f43e540f48 [2021-03-04T00:52:43.281Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T00:52:43.281Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T00:52:43.281Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:52:43.281Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T00:52:43.556Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T00:52:43.557Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:52:43.557Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:52:43.861Z] ---> Running in 4edef2f6ccea [2021-03-04T00:52:43.861Z] OK: 7 MiB in 18 packages [2021-03-04T00:52:45.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:46.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:46.711Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:52:46.711Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T00:52:46.711Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:52:46.984Z] OK: 5 MiB in 16 packages [2021-03-04T00:52:46.984Z] Removing intermediate container eb3f34fbb46b [2021-03-04T00:52:46.984Z] ---> 322b39627ace [2021-03-04T00:52:46.984Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T00:52:47.257Z] ---> Running in 19550f70722a [2021-03-04T00:52:48.831Z] Removing intermediate container 19550f70722a [2021-03-04T00:52:48.831Z] ---> c7b13730dcb1 [2021-03-04T00:52:48.831Z] Step 13/21 : WORKDIR /edgex [2021-03-04T00:52:49.160Z] ---> Running in 2028d505dce0 [2021-03-04T00:52:49.808Z] Removing intermediate container 4edef2f6ccea [2021-03-04T00:52:49.808Z] ---> e64ebdb95c2e [2021-03-04T00:52:49.808Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T00:52:50.181Z] ---> Running in 6800e2ca50bb [2021-03-04T00:52:50.468Z] Removing intermediate container 2028d505dce0 [2021-03-04T00:52:50.468Z] ---> 4830d36e9743 [2021-03-04T00:52:50.468Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T00:52:52.172Z] Removing intermediate container 6800e2ca50bb [2021-03-04T00:52:52.172Z] ---> 61cf715211ca [2021-03-04T00:52:52.172Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T00:52:52.172Z] ---> Running in b22b2ab705a2 [2021-03-04T00:52:52.780Z] Removing intermediate container 988c57eb97c7 [2021-03-04T00:52:52.780Z] ---> 205accc7ee27 [2021-03-04T00:52:52.780Z] [2021-03-04T00:52:52.780Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:52:52.780Z] ---> d10569e2745f [2021-03-04T00:52:52.780Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:52:52.780Z] ---> f351517804fd [2021-03-04T00:52:52.780Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T00:52:53.054Z] ---> Running in b79ad18e59c7 [2021-03-04T00:52:53.324Z] Removing intermediate container b22b2ab705a2 [2021-03-04T00:52:53.324Z] ---> ab726f9015fd [2021-03-04T00:52:53.324Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T00:52:53.927Z] ---> Running in b59b0a48a9b7 [2021-03-04T00:52:54.932Z] ---> 5d3af2397bf7 [2021-03-04T00:52:54.932Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T00:52:55.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:55.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:55.773Z] Removing intermediate container 41b1d69304c2 [2021-03-04T00:52:55.773Z] ---> 88d24a413b73 [2021-03-04T00:52:55.773Z] [2021-03-04T00:52:55.773Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:52:55.773Z] ---> d10569e2745f [2021-03-04T00:52:55.773Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T00:52:56.062Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T00:52:56.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:52:56.336Z] OK: 5 MiB in 15 packages [2021-03-04T00:52:56.336Z] ---> Running in 1ad22537de04 [2021-03-04T00:52:57.321Z] ---> 5413b9f677f7 [2021-03-04T00:52:57.321Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T00:52:57.598Z] ---> Running in e897b370d209 [2021-03-04T00:52:58.194Z] Removing intermediate container b59b0a48a9b7 [2021-03-04T00:52:58.195Z] ---> 6805d7237a27 [2021-03-04T00:52:58.195Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T00:52:58.195Z] Removing intermediate container e897b370d209 [2021-03-04T00:52:58.195Z] ---> a72e9e237c11 [2021-03-04T00:52:58.195Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T00:52:58.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:58.465Z] ---> Running in d12fe1b76c30 [2021-03-04T00:52:58.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:52:58.465Z] ---> Running in 27114d3a2eb7 [2021-03-04T00:52:58.465Z] Removing intermediate container b79ad18e59c7 [2021-03-04T00:52:58.465Z] ---> d21243345a26 [2021-03-04T00:52:58.465Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:52:58.741Z] ---> Running in 6314b026582e [2021-03-04T00:52:59.011Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T00:52:59.011Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:52:59.011Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:52:59.011Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:52:59.282Z] Removing intermediate container d12fe1b76c30 [2021-03-04T00:52:59.282Z] ---> f5232caac065 [2021-03-04T00:52:59.282Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T00:52:59.282Z] OK: 6 MiB in 16 packages [2021-03-04T00:52:59.282Z] Removing intermediate container 27114d3a2eb7 [2021-03-04T00:52:59.282Z] ---> 773bc525c16f [2021-03-04T00:52:59.282Z] Step 19/21 : LABEL arch=arm64 [2021-03-04T00:52:59.557Z] Removing intermediate container 6314b026582e [2021-03-04T00:52:59.557Z] ---> 7bc5d7c6d373 [2021-03-04T00:52:59.557Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T00:52:59.852Z] ---> Running in f28cf6e44088 [2021-03-04T00:53:00.128Z] ---> Running in 04a828c52df0 [2021-03-04T00:53:00.720Z] ---> 7daeef7bd318 [2021-03-04T00:53:00.720Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T00:53:00.720Z] Removing intermediate container f28cf6e44088 [2021-03-04T00:53:00.994Z] ---> 3558a29ab35d [2021-03-04T00:53:00.994Z] Step 20/21 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:53:01.275Z] ---> Running in bf9b638c510a [2021-03-04T00:53:01.275Z] Removing intermediate container 04a828c52df0 [2021-03-04T00:53:01.275Z] ---> e7ae7db475b6 [2021-03-04T00:53:01.275Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:53:01.275Z] ---> Running in 983da67f012a [2021-03-04T00:53:01.546Z] Removing intermediate container 1ad22537de04 [2021-03-04T00:53:01.546Z] ---> a5ae1338603d [2021-03-04T00:53:01.819Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:53:01.819Z] ---> Running in 3e80cc41e3e0 [2021-03-04T00:53:02.100Z] ---> Running in 37cb09a716bc [2021-03-04T00:53:02.100Z] Removing intermediate container 983da67f012a [2021-03-04T00:53:02.100Z] ---> b87636723ca2 [2021-03-04T00:53:02.100Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T00:53:02.379Z] Removing intermediate container b309ed7d8712 [2021-03-04T00:53:02.379Z] ---> 6b77ef21ce34 [2021-03-04T00:53:02.379Z] [2021-03-04T00:53:02.379Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:53:02.379Z] ---> d10569e2745f [2021-03-04T00:53:02.379Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:53:02.379Z] ---> Using cache [2021-03-04T00:53:02.379Z] ---> d21243345a26 [2021-03-04T00:53:02.379Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:53:02.379Z] ---> Using cache [2021-03-04T00:53:02.379Z] ---> 7bc5d7c6d373 [2021-03-04T00:53:02.379Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T00:53:02.379Z] ---> Running in ada7c1b5c0d5 [2021-03-04T00:53:02.379Z] ---> Running in 9457e6480280 [2021-03-04T00:53:02.660Z] Removing intermediate container 3e80cc41e3e0 [2021-03-04T00:53:02.660Z] ---> 48ed07dcaac0 [2021-03-04T00:53:02.660Z] Step 15/23 : WORKDIR / [2021-03-04T00:53:02.660Z] Removing intermediate container 37cb09a716bc [2021-03-04T00:53:02.660Z] ---> 9a2a98e0ad3b [2021-03-04T00:53:02.660Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T00:53:02.938Z] ---> Running in 282daf504df5 [2021-03-04T00:53:02.938Z] ---> Running in 68464b83207f [2021-03-04T00:53:03.213Z] Removing intermediate container ada7c1b5c0d5 [2021-03-04T00:53:03.213Z] ---> da755e22f556 [2021-03-04T00:53:03.213Z] [2021-03-04T00:53:03.213Z] Removing intermediate container 9457e6480280 [2021-03-04T00:53:03.213Z] ---> 378eb977e4e5 [2021-03-04T00:53:03.213Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:53:03.492Z] Removing intermediate container 282daf504df5 [2021-03-04T00:53:03.492Z] ---> 5f4a915c4758 [2021-03-04T00:53:03.492Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:53:03.492Z] ---> Running in b0d235bb85aa [2021-03-04T00:53:03.770Z] Removing intermediate container 68464b83207f [2021-03-04T00:53:03.770Z] ---> eceea5de90a6 [2021-03-04T00:53:03.770Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:53:04.045Z] Successfully built da755e22f556 [2021-03-04T00:53:04.045Z] ---> Running in c29975d59897 [2021-03-04T00:53:04.045Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-04T00:53:04.045Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-04T00:53:04.319Z] Removing intermediate container b0d235bb85aa [2021-03-04T00:53:04.319Z] ---> a69f9e352064 [2021-03-04T00:53:04.319Z] Step 15/23 : WORKDIR / [2021-03-04T00:53:04.594Z] Removing intermediate container bf9b638c510a [2021-03-04T00:53:04.594Z] ---> 49bf1db8b1b9 [2021-03-04T00:53:04.594Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:53:04.594Z] ---> Running in 6c86b092ea99 [2021-03-04T00:53:04.869Z] ---> b673d8bc0642 [2021-03-04T00:53:04.869Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T00:53:04.869Z] Removing intermediate container c29975d59897 [2021-03-04T00:53:04.869Z] ---> 910d05cad968 [2021-03-04T00:53:04.869Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:53:06.310Z] ---> cfaf64949b49 [2021-03-04T00:53:06.310Z] Removing intermediate container 6c86b092ea99 [2021-03-04T00:53:06.310Z] ---> 81cde029c56f [2021-03-04T00:53:06.310Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:53:06.310Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T00:53:07.759Z] ---> 6ffd0b254a37 [2021-03-04T00:53:07.759Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T00:53:07.759Z] ---> aa2196675176 [2021-03-04T00:53:07.759Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T00:53:07.759Z] ---> 271a98f4b4c1 [2021-03-04T00:53:07.759Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T00:53:08.030Z] ---> 06fb2ccfc716 [2021-03-04T00:53:08.030Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T00:53:09.486Z] ---> 1126422b3290 [2021-03-04T00:53:09.486Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T00:53:10.470Z] ---> Running in ad66e03cfec0 [2021-03-04T00:53:10.470Z] ---> e972ca389ae7 [2021-03-04T00:53:10.470Z] ---> b177ad83939e [2021-03-04T00:53:10.470Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T00:53:10.470Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T00:53:10.470Z] ---> 1ab3d4d1549a [2021-03-04T00:53:10.470Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T00:53:11.071Z] Removing intermediate container ad66e03cfec0 [2021-03-04T00:53:11.071Z] ---> 0c377f015c50 [2021-03-04T00:53:11.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:53:11.071Z] ---> Running in c3cd58f76810 [2021-03-04T00:53:11.666Z] ---> 664d7841337d [2021-03-04T00:53:11.666Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T00:53:11.666Z] ---> f1da7073306d [2021-03-04T00:53:11.666Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T00:53:11.666Z] ---> 9dee8dcf97cc [2021-03-04T00:53:11.666Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T00:53:11.941Z] ---> Running in 27f060c23eb1 [2021-03-04T00:53:11.941Z] ---> Running in f57ff9343ca1 [2021-03-04T00:53:11.941Z] Removing intermediate container c3cd58f76810 [2021-03-04T00:53:11.941Z] ---> 60f9ef2687f0 [2021-03-04T00:53:11.941Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T00:53:12.215Z] ---> Running in 2c41ac0836d0 [2021-03-04T00:53:12.815Z] ---> Running in 27fe267652ff [2021-03-04T00:53:12.890Z] 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-04T00:53:13.105Z] Removing intermediate container 27f060c23eb1 [2021-03-04T00:53:13.105Z] ---> 164fe7f4d06c [2021-03-04T00:53:13.105Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:53:13.105Z] Removing intermediate container 2c41ac0836d0 [2021-03-04T00:53:13.105Z] ---> f6e2eeabf348 [2021-03-04T00:53:13.105Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T00:53:13.383Z] Removing intermediate container 27fe267652ff [2021-03-04T00:53:13.383Z] ---> 153003798962 [2021-03-04T00:53:13.383Z] Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:53:13.383Z] Removing intermediate container f57ff9343ca1 [2021-03-04T00:53:13.383Z] ---> 4cb995b548dd [2021-03-04T00:53:13.383Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:53:13.976Z] ---> Running in 4c9c4254c6bc [2021-03-04T00:53:14.250Z] ---> Running in 73a78ca51531 [2021-03-04T00:53:14.250Z] ---> Running in 50b0bcd451ff [2021-03-04T00:53:14.526Z] ---> 4d6887948ae6 [2021-03-04T00:53:14.526Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-04T00:53:14.526Z] Removing intermediate container 4c9c4254c6bc [2021-03-04T00:53:14.526Z] ---> dca5315b026e [2021-03-04T00:53:14.526Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T00:53:15.126Z] ---> Running in ddb83f4c35f3 [2021-03-04T00:53:15.126Z] ---> Running in 2373615c505f [2021-03-04T00:53:15.126Z] Removing intermediate container 50b0bcd451ff [2021-03-04T00:53:15.126Z] ---> a8360f7e1ff7 [2021-03-04T00:53:15.126Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:53:15.126Z] Removing intermediate container 73a78ca51531 [2021-03-04T00:53:15.126Z] ---> 716836fa6f17 [2021-03-04T00:53:15.126Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T00:53:16.113Z] ---> Running in c89667ab345f [2021-03-04T00:53:16.113Z] ---> Running in 81558a7e41d9 [2021-03-04T00:53:16.113Z] Removing intermediate container ddb83f4c35f3 [2021-03-04T00:53:16.113Z] ---> 2d6797a6ba29 [2021-03-04T00:53:16.113Z] Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:53:16.718Z] ---> Running in af5419741920 [2021-03-04T00:53:16.994Z] Removing intermediate container 81558a7e41d9 [2021-03-04T00:53:16.994Z] ---> ba03c3cc80e8 [2021-03-04T00:53:16.994Z] [2021-03-04T00:53:17.273Z] Removing intermediate container c89667ab345f [2021-03-04T00:53:17.273Z] ---> 79e35acd0bfe [2021-03-04T00:53:17.273Z] Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:53:17.548Z] Successfully built ba03c3cc80e8 [2021-03-04T00:53:17.822Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-04T00:53:17.822Z] Building docker-support-scheduler-go [2021-03-04T00:53:18.094Z]  Building docker-core-command-go ... done  ---> Running in 733cc0a83a8a [2021-03-04T00:53:18.094Z] Removing intermediate container af5419741920 [2021-03-04T00:53:18.094Z] ---> 9de94cc1b269 [2021-03-04T00:53:18.094Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:53:18.381Z] ---> Running in e1383d18967d [2021-03-04T00:53:18.976Z] Removing intermediate container 733cc0a83a8a [2021-03-04T00:53:18.976Z] ---> 1483c33f774f [2021-03-04T00:53:18.976Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:53:18.976Z] Removing intermediate container e1383d18967d [2021-03-04T00:53:18.976Z] ---> 4ce1479f6885 [2021-03-04T00:53:18.976Z] [2021-03-04T00:53:19.253Z] Removing intermediate container 2373615c505f [2021-03-04T00:53:19.253Z] ---> 32394021e8bf [2021-03-04T00:53:19.253Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T00:53:19.253Z] ---> Running in 8efc952fb9c7 [2021-03-04T00:53:19.856Z] Successfully built 4ce1479f6885 [2021-03-04T00:53:19.856Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-04T00:53:19.856Z] Building docker-core-data-go [2021-03-04T00:53:19.856Z]  Building docker-core-metadata-go ... done  ---> Running in 97a9ae5b4d47 [2021-03-04T00:53:20.461Z] Removing intermediate container 8efc952fb9c7 [2021-03-04T00:53:20.461Z] ---> 3e3398c1eba4 [2021-03-04T00:53:20.461Z] [2021-03-04T00:53:20.749Z] Removing intermediate container 97a9ae5b4d47 [2021-03-04T00:53:20.749Z] ---> b41caa33fa3e [2021-03-04T00:53:20.749Z] Step 27/30 : CMD ["gate"] [2021-03-04T00:53:21.025Z] Successfully built 3e3398c1eba4 [2021-03-04T00:53:21.025Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-04T00:53:21.025Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-04T00:53:21.300Z] ---> Running in dfd42085b892 [2021-03-04T00:53:22.277Z] Removing intermediate container dfd42085b892 [2021-03-04T00:53:22.277Z] ---> b77813db118d [2021-03-04T00:53:22.277Z] Step 28/30 : LABEL arch=arm64 [2021-03-04T00:53:22.552Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:53:22.552Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:53:22.552Z] ---> 17c31ed928aa [2021-03-04T00:53:22.552Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T00:53:22.552Z] ---> Using cache [2021-03-04T00:53:22.552Z] ---> 8eba7f06d710 [2021-03-04T00:53:22.552Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:53:22.552Z] ---> Using cache [2021-03-04T00:53:22.552Z] ---> 40cdf27e9524 [2021-03-04T00:53:22.552Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T00:53:22.552Z] ---> Running in 6f0ef8b91b62 [2021-03-04T00:53:22.826Z] ---> Running in 5355c44774cb [2021-03-04T00:53:23.805Z] Removing intermediate container 6f0ef8b91b62 [2021-03-04T00:53:23.805Z] ---> 2cd438e1bb46 [2021-03-04T00:53:23.805Z] Step 29/30 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:53:24.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:53:25.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:53:25.015Z] ---> Running in 36a39feeafae [2021-03-04T00:53:25.998Z] OK: 217 MiB in 51 packages [2021-03-04T00:53:26.608Z] Removing intermediate container 36a39feeafae [2021-03-04T00:53:26.608Z] ---> 20982855d94a [2021-03-04T00:53:26.608Z] Step 30/30 : LABEL version=0.0.0 [2021-03-04T00:53:28.605Z] ---> Running in 7565ca8efd93 [2021-03-04T00:53:29.202Z] Removing intermediate container 5355c44774cb [2021-03-04T00:53:29.202Z] ---> 7b5875320ab2 [2021-03-04T00:53:29.202Z] Step 6/24 : COPY go.mod . [2021-03-04T00:53:29.475Z] Removing intermediate container 7565ca8efd93 [2021-03-04T00:53:29.475Z] ---> b2bff197f1e7 [2021-03-04T00:53:29.475Z] [2021-03-04T00:53:29.761Z] Successfully built b2bff197f1e7 [2021-03-04T00:53:30.032Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-04T00:53:30.032Z]  Building docker-security-bootstrapper-go ... done  ---> 6551d8b79ef8 [2021-03-04T00:53:30.032Z] Step 7/24 : RUN go mod download [2021-03-04T00:53:30.305Z] ---> Running in 3e63ace7fde5 [2021-03-04T00:53:34.613Z] Removing intermediate container 3e63ace7fde5 [2021-03-04T00:53:34.613Z] ---> 3fca26305fb9 [2021-03-04T00:53:34.613Z] Step 8/24 : COPY . . [2021-03-04T00:53:40.897Z] Removing intermediate container d4b136fd82f7 [2021-03-04T00:53:40.897Z] ---> 123f3e657ea2 [2021-03-04T00:53:40.897Z] [2021-03-04T00:53:40.897Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:53:40.897Z] ---> 88dd2752d2ea [2021-03-04T00:53:40.897Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:53:40.897Z] ---> Using cache [2021-03-04T00:53:40.897Z] ---> afd72fec1f38 [2021-03-04T00:53:40.897Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:53:40.897Z] ---> Using cache [2021-03-04T00:53:40.897Z] ---> 294cd6ad762d [2021-03-04T00:53:40.897Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T00:53:45.752Z] ---> Running in 5a5d1a0031e7 [2021-03-04T00:53:52.931Z] ---> 418ad520d47f [2021-03-04T00:53:52.931Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T00:53:52.931Z] ---> Running in 36f2c1afe24a [2021-03-04T00:53:53.209Z] 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-04T00:53:54.987Z] Removing intermediate container 5a5d1a0031e7 [2021-03-04T00:53:54.987Z] ---> 4e3dc8890fdd [2021-03-04T00:53:54.987Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:53:55.195Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:53:55.195Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:53:55.195Z] ---> 17c31ed928aa [2021-03-04T00:53:55.195Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:53:55.195Z] ---> Using cache [2021-03-04T00:53:55.195Z] ---> 8eba7f06d710 [2021-03-04T00:53:55.195Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:53:55.195Z] ---> Using cache [2021-03-04T00:53:55.195Z] ---> 40cdf27e9524 [2021-03-04T00:53:55.195Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T00:53:55.195Z] ---> Using cache [2021-03-04T00:53:55.195Z] ---> 7b5875320ab2 [2021-03-04T00:53:55.195Z] Step 6/22 : COPY go.mod . [2021-03-04T00:53:55.195Z] ---> Using cache [2021-03-04T00:53:55.195Z] ---> 6551d8b79ef8 [2021-03-04T00:53:55.195Z] Step 7/22 : RUN go mod download [2021-03-04T00:53:55.195Z] ---> Using cache [2021-03-04T00:53:55.195Z] ---> 3fca26305fb9 [2021-03-04T00:53:55.195Z] Step 8/22 : COPY . . [2021-03-04T00:53:55.195Z] ---> Using cache [2021-03-04T00:53:55.195Z] ---> 418ad520d47f [2021-03-04T00:53:55.195Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T00:53:56.536Z] ---> Running in 9a783fe17409 [2021-03-04T00:53:57.177Z] ---> Running in 5cce45516df4 [2021-03-04T00:53:57.448Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:53:57.448Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:53:57.448Z] ---> 17c31ed928aa [2021-03-04T00:53:57.448Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:53:57.448Z] ---> Using cache [2021-03-04T00:53:57.448Z] ---> 8eba7f06d710 [2021-03-04T00:53:57.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:53:57.448Z] ---> Using cache [2021-03-04T00:53:57.448Z] ---> 40cdf27e9524 [2021-03-04T00:53:57.448Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T00:53:57.448Z] ---> Running in 2eaa3ab9436a [2021-03-04T00:53:58.427Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:53:58.427Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:53:58.427Z] ---> 17c31ed928aa [2021-03-04T00:53:58.427Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T00:53:58.427Z] ---> Using cache [2021-03-04T00:53:58.427Z] ---> 8eba7f06d710 [2021-03-04T00:53:58.427Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:53:58.427Z] ---> Using cache [2021-03-04T00:53:58.427Z] ---> 40cdf27e9524 [2021-03-04T00:53:58.427Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T00:53:58.709Z] ---> Running in c362747918f1 [2021-03-04T00:53:59.306Z] 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-04T00:53:59.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:54:00.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:54:00.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:54:01.069Z] Removing intermediate container 9a783fe17409 [2021-03-04T00:54:01.069Z] ---> cd5dc3d3ed5d [2021-03-04T00:54:01.069Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:54:01.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:54:01.489Z] OK: 217 MiB in 51 packages [2021-03-04T00:54:02.095Z] OK: 217 MiB in 51 packages [2021-03-04T00:54:03.541Z] Removing intermediate container 2eaa3ab9436a [2021-03-04T00:54:03.541Z] ---> c34ee4de5058 [2021-03-04T00:54:03.541Z] Step 6/23 : COPY go.mod . [2021-03-04T00:54:03.819Z] Removing intermediate container c362747918f1 [2021-03-04T00:54:03.819Z] ---> 20478cc2e675 [2021-03-04T00:54:03.819Z] Step 6/26 : COPY go.mod . [2021-03-04T00:54:04.807Z] ---> da3e0b31c322 [2021-03-04T00:54:04.807Z] Step 7/23 : RUN go mod download [2021-03-04T00:54:04.807Z] ---> Running in baf157e01af5 [2021-03-04T00:54:05.078Z] ---> d6dad1d5263b [2021-03-04T00:54:05.078Z] Step 7/26 : RUN go mod download [2021-03-04T00:54:05.353Z] ---> Running in baf8c7e6c5ff [2021-03-04T00:54:06.694Z] Removing intermediate container 45c328a953f8 [2021-03-04T00:54:06.695Z] ---> d421f2b102ec [2021-03-04T00:54:06.695Z] [2021-03-04T00:54:06.695Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T00:54:06.695Z] ---> 88dd2752d2ea [2021-03-04T00:54:06.695Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T00:54:06.695Z] ---> 2c0ca9a201cc [2021-03-04T00:54:06.695Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T00:54:09.699Z] Removing intermediate container baf157e01af5 [2021-03-04T00:54:09.699Z] ---> c0e8f4968d51 [2021-03-04T00:54:09.699Z] Step 8/23 : COPY . . [2021-03-04T00:54:09.974Z] Removing intermediate container baf8c7e6c5ff [2021-03-04T00:54:09.974Z] ---> 2c1a65e9fa47 [2021-03-04T00:54:09.974Z] Step 8/26 : COPY . . [2021-03-04T00:54:11.520Z] ---> Running in c77b735b3832 [2021-03-04T00:54:11.851Z] ---> d5d5d440b4ef [2021-03-04T00:54:11.851Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T00:54:14.760Z] ---> 3191e6c4bebf [2021-03-04T00:54:14.760Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T00:54:15.059Z] ---> Running in 776fe3b41b48 [2021-03-04T00:54:16.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:54:16.478Z] Removing intermediate container 776fe3b41b48 [2021-03-04T00:54:16.478Z] ---> bbae73c06992 [2021-03-04T00:54:16.478Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:54:16.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:54:17.036Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T00:54:17.346Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:54:17.346Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T00:54:17.346Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T00:54:17.346Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T00:54:17.346Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:54:17.925Z] ---> Running in 582ee407487b [2021-03-04T00:54:17.925Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:54:18.385Z] OK: 7 MiB in 19 packages [2021-03-04T00:54:20.506Z] Removing intermediate container 582ee407487b [2021-03-04T00:54:20.506Z] ---> 11962125d645 [2021-03-04T00:54:20.506Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T00:54:21.819Z] ---> Running in 2847c0f6c0d2 [2021-03-04T00:54:23.032Z] Removing intermediate container 2847c0f6c0d2 [2021-03-04T00:54:23.032Z] ---> c1fd2df6974a [2021-03-04T00:54:23.032Z] Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:54:23.309Z] ---> 0f7875a6f68a [2021-03-04T00:54:23.309Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T00:54:23.309Z] Removing intermediate container c77b735b3832 [2021-03-04T00:54:23.309Z] ---> 820c4d8eeedd [2021-03-04T00:54:23.309Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T00:54:23.309Z] ---> Running in 5d47e4efd1c5 [2021-03-04T00:54:23.697Z] ---> 852fde3ff035 [2021-03-04T00:54:23.697Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T00:54:23.697Z] ---> Running in c71c0cf2e89a [2021-03-04T00:54:23.697Z] ---> Running in 37b542415276 [2021-03-04T00:54:24.322Z] ---> Running in e4b69cdbcc58 [2021-03-04T00:54:24.694Z] Removing intermediate container 5d47e4efd1c5 [2021-03-04T00:54:24.694Z] ---> f42ea6109706 [2021-03-04T00:54:24.694Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:54:25.113Z] Removing intermediate container 37b542415276 [2021-03-04T00:54:25.113Z] ---> 22a18b6bc304 [2021-03-04T00:54:25.113Z] Step 13/24 : WORKDIR / [2021-03-04T00:54:25.620Z] ---> Running in 2d953989bc22 [2021-03-04T00:54:26.660Z] ---> Running in 654a69fd1830 [2021-03-04T00:54:26.940Z] 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-04T00:54:26.940Z] 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-04T00:54:27.694Z] Removing intermediate container 2d953989bc22 [2021-03-04T00:54:27.694Z] ---> 7b4a70623b64 [2021-03-04T00:54:27.694Z] [2021-03-04T00:54:28.683Z] Removing intermediate container 654a69fd1830 [2021-03-04T00:54:28.683Z] ---> 1eb4b8d8cfb3 [2021-03-04T00:54:28.683Z] 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-04T00:54:29.805Z] Successfully built 7b4a70623b64 [2021-03-04T00:54:30.591Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-04T00:54:30.925Z]  Building docker-support-scheduler-go ... done  ---> 585ca1176728 [2021-03-04T00:54:30.925Z] 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-04T00:54:34.911Z] ---> 413bd1522835 [2021-03-04T00:54:34.911Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T00:54:37.151Z] ---> d9ad9af4b620 [2021-03-04T00:54:37.151Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T00:54:42.369Z] 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-04T00:54:42.369Z] ---> 48cfd9eae529 [2021-03-04T00:54:42.369Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T00:54:42.369Z] ---> c10ac0536b23 [2021-03-04T00:54:42.369Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T00:54:42.369Z] ---> Running in dc821a6eb61a [2021-03-04T00:54:42.643Z] ---> Running in c1888151c100 [2021-03-04T00:54:44.629Z] 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-04T00:54:44.629Z] 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-04T00:54:46.722Z] ---> a17f6e4fc81a [2021-03-04T00:54:46.722Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T00:54:50.657Z] ---> 6199e0c406a1 [2021-03-04T00:54:50.657Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T00:54:52.237Z] ---> bea15e591011 [2021-03-04T00:54:52.237Z] 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-04T00:54:52.237Z] ---> Running in 186f2df7f224 [2021-03-04T00:54:54.803Z] Removing intermediate container 36f2c1afe24a [2021-03-04T00:54:54.803Z] ---> a33fba3be2c3 [2021-03-04T00:54:54.803Z] [2021-03-04T00:54:54.803Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T00:54:54.803Z] ---> d10569e2745f [2021-03-04T00:54:54.803Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T00:54:55.086Z] ---> Running in d72429439aa0 [2021-03-04T00:54:57.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:54:57.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:54:58.073Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T00:54:58.074Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:54:58.074Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T00:54:58.074Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T00:54:58.074Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T00:54:58.074Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:54:58.074Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:54:58.676Z] OK: 7 MiB in 19 packages [2021-03-04T00:54:59.200Z] Removing intermediate container 186f2df7f224 [2021-03-04T00:54:59.200Z] ---> 8dadbeab9ccd [2021-03-04T00:54:59.200Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T00:54:59.514Z] ---> Running in 5814c7096e0d [2021-03-04T00:54:59.818Z] Removing intermediate container 5814c7096e0d [2021-03-04T00:54:59.818Z] ---> ffb40782c213 [2021-03-04T00:54:59.818Z] Step 22/24 : LABEL arch=x86_64 [2021-03-04T00:55:00.117Z] ---> Running in ecc165737c13 [2021-03-04T00:55:01.324Z] Removing intermediate container d72429439aa0 [2021-03-04T00:55:01.324Z] ---> 9535c7e5e901 [2021-03-04T00:55:01.324Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T00:55:01.324Z] ---> Running in b7a6379a3a9d [2021-03-04T00:55:01.924Z] Removing intermediate container b7a6379a3a9d [2021-03-04T00:55:01.924Z] ---> a602b617127a [2021-03-04T00:55:01.924Z] Step 13/24 : WORKDIR / [2021-03-04T00:55:01.924Z] ---> Running in 2563222399db [2021-03-04T00:55:02.911Z] Removing intermediate container 2563222399db [2021-03-04T00:55:02.912Z] ---> 3c6e180dace4 [2021-03-04T00:55:02.912Z] 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-04T00:55:03.182Z] Removing intermediate container ecc165737c13 [2021-03-04T00:55:03.182Z] ---> 08b3e733128d [2021-03-04T00:55:03.182Z] Step 23/24 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:55:03.182Z] ---> Running in 792c980889d9 [2021-03-04T00:55:03.903Z] ---> 9e5bcc04f5ce [2021-03-04T00:55:03.903Z] 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-04T00:55:05.337Z] ---> d664e6392426 [2021-03-04T00:55:05.337Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T00:55:06.091Z] Removing intermediate container 792c980889d9 [2021-03-04T00:55:06.091Z] ---> 29c57baf9eab [2021-03-04T00:55:06.091Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T00:55:06.327Z] ---> f0b0a206bf07 [2021-03-04T00:55:06.327Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T00:55:07.447Z] ---> Running in 16e874b456c7 [2021-03-04T00:55:08.174Z] Removing intermediate container 16e874b456c7 [2021-03-04T00:55:08.174Z] ---> 39714b08a6c1 [2021-03-04T00:55:08.174Z] [2021-03-04T00:55:08.312Z] ---> 194458a2ee84 [2021-03-04T00:55:08.312Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T00:55:09.298Z] Successfully built 39714b08a6c1 [2021-03-04T00:55:09.298Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-04T00:55:10.297Z] ---> 1a6b860b4b66 [2021-03-04T00:55:10.297Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T00:55:11.291Z] ---> c4f0c3e75d76 [2021-03-04T00:55:11.292Z] 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-04T00:55:11.570Z] ---> Running in eee91f935858 [2021-03-04T00:55:17.004Z] Removing intermediate container eee91f935858 [2021-03-04T00:55:17.004Z] ---> d80028b90ddd [2021-03-04T00:55:17.004Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T00:55:17.004Z] ---> Running in aa0544a06605 [2021-03-04T00:55:17.004Z] Removing intermediate container 5cce45516df4 [2021-03-04T00:55:17.004Z] ---> 61024ae7fdb3 [2021-03-04T00:55:17.004Z] [2021-03-04T00:55:17.004Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:55:17.004Z] ---> d10569e2745f [2021-03-04T00:55:17.004Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:55:17.004Z] ---> Using cache [2021-03-04T00:55:17.004Z] ---> d21243345a26 [2021-03-04T00:55:17.004Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:55:17.004Z] ---> Using cache [2021-03-04T00:55:17.004Z] ---> 7bc5d7c6d373 [2021-03-04T00:55:17.004Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T00:55:17.278Z] ---> Running in c9ea410ee603 [2021-03-04T00:55:17.555Z] Removing intermediate container aa0544a06605 [2021-03-04T00:55:17.555Z] ---> 369b9645d4bd [2021-03-04T00:55:17.555Z] Step 22/24 : LABEL arch=arm64 [2021-03-04T00:55:17.832Z] ---> Running in b0a45ed2986a [2021-03-04T00:55:17.832Z] Removing intermediate container c9ea410ee603 [2021-03-04T00:55:17.832Z] ---> 14a1f067063b [2021-03-04T00:55:17.832Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:55:18.110Z] ---> Running in d5e089c0b550 [2021-03-04T00:55:18.727Z] Removing intermediate container b0a45ed2986a [2021-03-04T00:55:18.727Z] ---> ee40903af8d7 [2021-03-04T00:55:18.727Z] Step 23/24 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:55:18.727Z] ---> Running in 412bfcc41d1d [2021-03-04T00:55:18.727Z] Removing intermediate container d5e089c0b550 [2021-03-04T00:55:18.727Z] ---> e33854e9f4cc [2021-03-04T00:55:18.727Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:55:19.737Z] Removing intermediate container 412bfcc41d1d [2021-03-04T00:55:19.737Z] ---> 678686ebdfb8 [2021-03-04T00:55:19.737Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T00:55:19.737Z] ---> Running in 4213cc508745 [2021-03-04T00:55:20.247Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c71c0cf2e89a [2021-03-04T00:55:20.247Z] ---> 526add4b061f [2021-03-04T00:55:20.247Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T00:55:20.247Z] ---> Running in 1ebacf047434 [2021-03-04T00:55:20.335Z] ---> 1e373f3c5162 [2021-03-04T00:55:20.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T00:55:20.610Z] Removing intermediate container 4213cc508745 [2021-03-04T00:55:20.610Z] ---> 482a914eb1a8 [2021-03-04T00:55:20.610Z] [2021-03-04T00:55:20.903Z] 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-04T00:55:21.592Z] Successfully built 482a914eb1a8 [2021-03-04T00:55:21.592Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-04T00:55:22.575Z]  Building docker-security-secretstore-setup-go ... done  ---> 36aff3449071 [2021-03-04T00:55:22.575Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T00:55:23.560Z] ---> 34c206f025bd [2021-03-04T00:55:23.560Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T00:55:23.838Z] ---> Running in 4ea24a21f45d [2021-03-04T00:55:24.444Z] Removing intermediate container 4ea24a21f45d [2021-03-04T00:55:24.444Z] ---> efaeae599520 [2021-03-04T00:55:24.444Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:55:24.444Z] ---> Running in 2e109477dd7d [2021-03-04T00:55:25.433Z] Removing intermediate container 2e109477dd7d [2021-03-04T00:55:25.433Z] ---> 45516793674f [2021-03-04T00:55:25.433Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T00:55:25.433Z] ---> Running in 6c67bb4cb927 [2021-03-04T00:55:26.033Z] Removing intermediate container 6c67bb4cb927 [2021-03-04T00:55:26.033Z] ---> 43f19716c481 [2021-03-04T00:55:26.033Z] Step 21/22 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:55:26.305Z] ---> Running in c3a6c75b4c78 [2021-03-04T00:55:26.900Z] Removing intermediate container c3a6c75b4c78 [2021-03-04T00:55:26.900Z] ---> 8dfc34d4868b [2021-03-04T00:55:26.900Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:55:27.176Z] ---> Running in 263a8510c410 [2021-03-04T00:55:27.773Z] Removing intermediate container 263a8510c410 [2021-03-04T00:55:27.773Z] ---> 3527d2dcad42 [2021-03-04T00:55:27.773Z] [2021-03-04T00:55:28.370Z] Successfully built 3527d2dcad42 [2021-03-04T00:55:28.370Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-04T00:55:29.788Z] Removing intermediate container e4b69cdbcc58 [2021-03-04T00:55:29.788Z] ---> 44c041d8c144 [2021-03-04T00:55:29.788Z] [2021-03-04T00:55:29.788Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:55:29.788Z] ---> 88dd2752d2ea [2021-03-04T00:55:29.788Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T00:55:29.788Z] ---> Running in ac5d0d1e5626 [2021-03-04T00:55:29.788Z] Removing intermediate container 1ebacf047434 [2021-03-04T00:55:29.788Z] ---> 1c78b7298b73 [2021-03-04T00:55:29.788Z] [2021-03-04T00:55:29.788Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T00:55:29.788Z] Removing intermediate container ac5d0d1e5626 [2021-03-04T00:55:29.788Z] ---> dff98038c5d7 [2021-03-04T00:55:29.788Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T00:55:29.788Z] 20.10.0: Pulling from library/docker [2021-03-04T00:55:30.387Z] ---> Running in a978612b03d4 [2021-03-04T00:55:31.009Z] Removing intermediate container a978612b03d4 [2021-03-04T00:55:31.009Z] ---> 61a5371af789 [2021-03-04T00:55:31.009Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T00:55:31.612Z] ---> Running in bf9c16b54081 [2021-03-04T00:55:33.596Z] Removing intermediate container bf9c16b54081 [2021-03-04T00:55:33.596Z] ---> 07ba800ea74e [2021-03-04T00:55:33.596Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:55:33.596Z] ---> Running in 98bec1d737d9 [2021-03-04T00:55:37.076Z] Removing intermediate container 98bec1d737d9 [2021-03-04T00:55:37.076Z] ---> 9024b048f4ac [2021-03-04T00:55:37.076Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T00:55:37.076Z] ---> Running in 168809138b16 [2021-03-04T00:55:37.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:55:38.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:55:39.216Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T00:55:39.490Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T00:55:39.490Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T00:55:39.766Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T00:55:40.061Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T00:55:40.328Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T00:55:40.328Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:55:40.328Z] OK: 8 MiB in 20 packages [2021-03-04T00:55:41.300Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T00:55:41.301Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T00:55:41.301Z] ---> aefe523efa57 [2021-03-04T00:55:41.301Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T00:55:41.301Z] ---> Running in 0caa3553a01d [2021-03-04T00:55:41.301Z] Removing intermediate container 168809138b16 [2021-03-04T00:55:41.301Z] ---> 9114b10d325a [2021-03-04T00:55:41.301Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:55:41.902Z] ---> c2deb0cecd37 [2021-03-04T00:55:41.902Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T00:55:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:55:42.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:55:42.459Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T00:55:42.459Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T00:55:42.459Z] Executing bash-5.0.17-r0.post-install [2021-03-04T00:55:42.459Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:55:42.459Z] OK: 12 MiB in 22 packages [2021-03-04T00:55:43.447Z] ---> 66622c2c9499 [2021-03-04T00:55:43.447Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T00:55:43.717Z] Removing intermediate container 0caa3553a01d [2021-03-04T00:55:43.717Z] ---> 4207a17aa6cb [2021-03-04T00:55:43.717Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T00:55:43.983Z] ---> 94d14e0df66c [2021-03-04T00:55:43.983Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T00:55:44.251Z] ---> Running in 35b4a1323109 [2021-03-04T00:55:44.251Z] ---> Running in ef2d170b245d [2021-03-04T00:55:44.522Z] Removing intermediate container 35b4a1323109 [2021-03-04T00:55:44.522Z] ---> 93f9ed8040a7 [2021-03-04T00:55:44.522Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T00:55:44.522Z] ---> Running in e5dc6a3d4671 [2021-03-04T00:55:44.522Z] Removing intermediate container ef2d170b245d [2021-03-04T00:55:44.522Z] ---> 6ba2c8a1d1a3 [2021-03-04T00:55:44.522Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:55:44.522Z] ---> Running in 547de87f22f0 [2021-03-04T00:55:44.790Z] Removing intermediate container e5dc6a3d4671 [2021-03-04T00:55:44.790Z] ---> 65faaf52b959 [2021-03-04T00:55:44.790Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T00:55:45.122Z] ---> Running in db46c7463c34 [2021-03-04T00:55:45.122Z] Removing intermediate container 547de87f22f0 [2021-03-04T00:55:45.122Z] ---> 33524893b18e [2021-03-04T00:55:45.122Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T00:55:45.122Z] ---> Running in faf5eecc2bea [2021-03-04T00:55:45.788Z] Removing intermediate container db46c7463c34 [2021-03-04T00:55:45.788Z] ---> 59d930af589e [2021-03-04T00:55:45.788Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T00:55:46.076Z] Removing intermediate container faf5eecc2bea [2021-03-04T00:55:46.076Z] ---> e0b2a499a5c9 [2021-03-04T00:55:46.076Z] Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:55:46.076Z] ---> Running in 876f252f13ea [2021-03-04T00:55:46.692Z] Removing intermediate container 876f252f13ea [2021-03-04T00:55:46.692Z] ---> 589187b7974b [2021-03-04T00:55:46.692Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:55:46.692Z] ---> a9dab346cd0e [2021-03-04T00:55:46.692Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T00:55:46.990Z] ---> Running in 6cbf490f4216 [2021-03-04T00:55:47.287Z] Removing intermediate container 6cbf490f4216 [2021-03-04T00:55:47.287Z] ---> f1fc2065bd58 [2021-03-04T00:55:47.287Z] [2021-03-04T00:55:47.781Z] Successfully built f1fc2065bd58 [2021-03-04T00:55:48.063Z] Successfully tagged docker-core-data-go:latest [2021-03-04T00:55:48.063Z]  Building docker-core-data-go ... done  ---> c03e84c6c362 [2021-03-04T00:55:48.063Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T00:55:49.163Z] ---> c3e434640052 [2021-03-04T00:55:49.163Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T00:55:49.163Z] ---> Running in be92129e5c47 [2021-03-04T00:55:50.535Z]  Building docker-support-scheduler-go ... done Removing intermediate container dc821a6eb61a [2021-03-04T00:55:50.535Z] ---> ce74f21a8e6d [2021-03-04T00:55:50.535Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T00:55:50.535Z] ---> Running in e1ff60aa96d4 [2021-03-04T00:55:50.535Z] 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-04T00:55:50.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:55:50.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:55:51.228Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T00:55:51.228Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T00:55:51.228Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T00:55:51.228Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T00:55:51.228Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T00:55:51.228Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T00:55:51.228Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T00:55:52.660Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T00:55:52.660Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T00:55:52.660Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T00:55:52.660Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T00:55:52.660Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T00:55:53.023Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T00:55:53.023Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T00:55:53.023Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T00:55:53.023Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T00:55:53.023Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T00:55:53.291Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T00:55:53.291Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T00:55:53.291Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T00:55:53.291Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T00:55:53.291Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T00:55:53.291Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T00:55:53.291Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T00:55:53.291Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T00:55:53.291Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T00:55:53.557Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T00:55:53.557Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T00:55:53.557Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T00:55:53.557Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T00:55:53.557Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T00:55:53.557Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T00:55:53.557Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T00:55:53.557Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:55:53.557Z] OK: 71 MiB in 55 packages [2021-03-04T00:55:53.911Z] Removing intermediate container e1ff60aa96d4 [2021-03-04T00:55:53.911Z] ---> 15119eaea759 [2021-03-04T00:55:53.911Z] [2021-03-04T00:55:53.911Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T00:55:53.911Z] 20.10.0: Pulling from library/docker [2021-03-04T00:56:02.182Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T00:56:02.182Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T00:56:02.182Z] ---> eeaf43b92773 [2021-03-04T00:56:02.182Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T00:56:02.182Z] Removing intermediate container c1888151c100 [2021-03-04T00:56:02.182Z] ---> 262d0a7763da [2021-03-04T00:56:02.182Z] [2021-03-04T00:56:02.182Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:56:02.182Z] ---> d10569e2745f [2021-03-04T00:56:02.182Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T00:56:02.182Z] ---> Running in e32d0be90fec [2021-03-04T00:56:02.457Z] ---> Running in 630423dd04e8 [2021-03-04T00:56:03.050Z] Removing intermediate container 630423dd04e8 [2021-03-04T00:56:03.050Z] ---> 305b57488e34 [2021-03-04T00:56:03.050Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T00:56:03.050Z] ---> Running in 788da804a225 [2021-03-04T00:56:03.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:03.645Z] Removing intermediate container 788da804a225 [2021-03-04T00:56:03.645Z] ---> 83e5ba5bea26 [2021-03-04T00:56:03.645Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T00:56:03.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:03.921Z] ---> Running in 9360f02aa507 [2021-03-04T00:56:04.197Z] Removing intermediate container 9360f02aa507 [2021-03-04T00:56:04.197Z] ---> d3aad2311e8e [2021-03-04T00:56:04.197Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:56:04.197Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T00:56:04.197Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T00:56:04.197Z] Executing bash-5.0.17-r0.post-install [2021-03-04T00:56:04.473Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:56:04.473Z] OK: 12 MiB in 22 packages [2021-03-04T00:56:04.473Z] ---> Running in 367f81b2c1b3 [2021-03-04T00:56:05.927Z] Removing intermediate container e32d0be90fec [2021-03-04T00:56:05.927Z] ---> c67bbdcf71bd [2021-03-04T00:56:05.927Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T00:56:05.927Z] ---> Running in 813cf97105fc [2021-03-04T00:56:06.369Z] Removing intermediate container be92129e5c47 [2021-03-04T00:56:06.369Z] ---> 369bf5b2a091 [2021-03-04T00:56:06.369Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T00:56:06.369Z] ---> Running in 16f455fd15d5 [2021-03-04T00:56:06.518Z] Removing intermediate container 813cf97105fc [2021-03-04T00:56:06.519Z] ---> 15ca5df65636 [2021-03-04T00:56:06.519Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T00:56:06.519Z] Removing intermediate container 367f81b2c1b3 [2021-03-04T00:56:06.519Z] ---> 6aeb7b4522d6 [2021-03-04T00:56:06.519Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T00:56:06.519Z] ---> Running in 3415da336a14 [2021-03-04T00:56:06.519Z] ---> Running in 2e7eb654c518 [2021-03-04T00:56:07.125Z] Removing intermediate container 3415da336a14 [2021-03-04T00:56:07.125Z] ---> d562dd5bebf4 [2021-03-04T00:56:07.125Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T00:56:07.400Z] ---> Running in fcbcc65564da [2021-03-04T00:56:07.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:07.669Z] Removing intermediate container fcbcc65564da [2021-03-04T00:56:07.669Z] ---> 9120ab88aa9d [2021-03-04T00:56:07.955Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T00:56:08.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:08.832Z] ---> 4e4c71541690 [2021-03-04T00:56:08.832Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T00:56:09.429Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T00:56:09.429Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T00:56:09.704Z] ---> 2381f1671bd9 [2021-03-04T00:56:09.704Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T00:56:09.704Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T00:56:09.704Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T00:56:09.871Z] Collecting docker-compose==1.23.2 [2021-03-04T00:56:09.871Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T00:56:09.871Z] Collecting PyYAML<4,>=3.10 [2021-03-04T00:56:09.871Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T00:56:09.980Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T00:56:10.266Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T00:56:10.266Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:56:10.266Z] OK: 8 MiB in 20 packages [2021-03-04T00:56:10.564Z] ---> 4c9824bb1812 [2021-03-04T00:56:10.564Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T00:56:10.564Z] ---> Running in c06fffebf445 [2021-03-04T00:56:11.279Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T00:56:11.279Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T00:56:11.279Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T00:56:11.279Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T00:56:11.546Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T00:56:11.546Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T00:56:11.821Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T00:56:11.821Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T00:56:12.005Z] Removing intermediate container 2e7eb654c518 [2021-03-04T00:56:12.005Z] ---> 5343fe86b83a [2021-03-04T00:56:12.005Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:56:12.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:12.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:12.599Z] ---> c0a2f4c5b70d [2021-03-04T00:56:12.599Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T00:56:12.599Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T00:56:12.599Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T00:56:12.599Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T00:56:12.599Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T00:56:12.599Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T00:56:12.599Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T00:56:12.599Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T00:56:12.809Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T00:56:12.809Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T00:56:12.809Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T00:56:13.089Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T00:56:14.158Z] 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-04T00:56:14.158Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T00:56:14.158Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T00:56:14.565Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T00:56:14.565Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T00:56:14.565Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T00:56:14.565Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T00:56:14.565Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T00:56:14.838Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T00:56:14.838Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T00:56:14.838Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T00:56:14.838Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T00:56:14.838Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T00:56:14.838Z] ---> e4c9749a77c2 [2021-03-04T00:56:14.838Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T00:56:14.838Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T00:56:14.838Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T00:56:14.838Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T00:56:15.114Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T00:56:15.114Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T00:56:15.114Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T00:56:15.114Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T00:56:15.114Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T00:56:15.114Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T00:56:15.114Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T00:56:15.114Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T00:56:15.114Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T00:56:15.114Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T00:56:15.114Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T00:56:15.114Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T00:56:15.114Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T00:56:15.166Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T00:56:15.167Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T00:56:15.386Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:56:15.386Z] OK: 71 MiB in 55 packages [2021-03-04T00:56:15.660Z] ---> ca475071879e [2021-03-04T00:56:15.660Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T00:56:15.856Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T00:56:15.856Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T00:56:15.856Z] Collecting idna<2.8,>=2.5 [2021-03-04T00:56:15.856Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T00:56:15.856Z] 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-04T00:56:15.856Z] 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-04T00:56:15.935Z] ---> Running in 556d591e8be4 [2021-03-04T00:56:16.191Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T00:56:16.191Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T00:56:16.191Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T00:56:16.191Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T00:56:16.191Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T00:56:16.191Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T00:56:16.464Z] Installing collected packages: PyYAML, websocket-client, cached-property, urllib3, idna, requests, texttable, jsonschema, docopt, dockerpty, docker-pycreds, docker, docker-compose [2021-03-04T00:56:16.464Z] Running setup.py install for PyYAML: started [2021-03-04T00:56:16.527Z] Removing intermediate container 556d591e8be4 [2021-03-04T00:56:16.527Z] ---> f0b498628a22 [2021-03-04T00:56:16.527Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:56:16.801Z] ---> Running in 8050a97887be [2021-03-04T00:56:17.058Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T00:56:17.405Z] Removing intermediate container 8050a97887be [2021-03-04T00:56:17.405Z] ---> 53e4924238b5 [2021-03-04T00:56:17.405Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T00:56:17.405Z] ---> Running in d51c5aaae55f [2021-03-04T00:56:17.655Z] Attempting uninstall: urllib3 [2021-03-04T00:56:17.656Z] Found existing installation: urllib3 1.25.9 [2021-03-04T00:56:17.656Z] Uninstalling urllib3-1.25.9: [2021-03-04T00:56:17.656Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T00:56:17.922Z] Attempting uninstall: idna [2021-03-04T00:56:17.922Z] Found existing installation: idna 2.9 [2021-03-04T00:56:17.922Z] Uninstalling idna-2.9: [2021-03-04T00:56:17.922Z] Successfully uninstalled idna-2.9 [2021-03-04T00:56:17.997Z] Removing intermediate container d51c5aaae55f [2021-03-04T00:56:17.997Z] ---> 38048072a15f [2021-03-04T00:56:17.997Z] Step 22/23 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:56:18.201Z] Attempting uninstall: requests [2021-03-04T00:56:18.201Z] Found existing installation: requests 2.23.0 [2021-03-04T00:56:18.201Z] Uninstalling requests-2.23.0: [2021-03-04T00:56:18.201Z] Successfully uninstalled requests-2.23.0 [2021-03-04T00:56:18.270Z] ---> Running in 14fc443f04a8 [2021-03-04T00:56:18.478Z] Running setup.py install for texttable: started [2021-03-04T00:56:18.863Z] Removing intermediate container 14fc443f04a8 [2021-03-04T00:56:18.863Z] ---> 3e6496e3f8e4 [2021-03-04T00:56:18.863Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:56:19.141Z] ---> Running in 3ded5c05a723 [2021-03-04T00:56:19.460Z] Removing intermediate container 3ded5c05a723 [2021-03-04T00:56:19.460Z] ---> 6076878ad832 [2021-03-04T00:56:19.460Z] [2021-03-04T00:56:19.485Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T00:56:19.755Z] Running setup.py install for docopt: started [2021-03-04T00:56:20.145Z] Successfully built 6076878ad832 [2021-03-04T00:56:20.145Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-04T00:56:20.405Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T00:56:20.405Z] Running setup.py install for dockerpty: started [2021-03-04T00:56:21.027Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T00:56:21.143Z]  Building docker-core-data-go ... done Removing intermediate container c06fffebf445 [2021-03-04T00:56:21.143Z] ---> 7384bab29f3e [2021-03-04T00:56:21.143Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T00:56:21.420Z] ---> Running in 8ea270639ebd [2021-03-04T00:56:22.666Z] 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-04T00:56:26.925Z] Collecting docker-compose==1.23.2 [2021-03-04T00:56:26.925Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T00:56:26.925Z] 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-04T00:56:26.925Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T00:56:26.925Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T00:56:27.161Z] Removing intermediate container 16f455fd15d5 [2021-03-04T00:56:27.162Z] ---> 819ea2075704 [2021-03-04T00:56:27.162Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T00:56:27.518Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T00:56:27.518Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T00:56:28.135Z] ---> Running in 5761761c6d10 [2021-03-04T00:56:30.124Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T00:56:30.124Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T00:56:30.712Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T00:56:30.712Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T00:56:30.981Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T00:56:30.981Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T00:56:31.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:56:31.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:56:31.838Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:56:31.838Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T00:56:31.838Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T00:56:31.838Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:56:31.838Z] OK: 72 MiB in 58 packages [2021-03-04T00:56:33.582Z] Collecting PyYAML<4,>=3.10 [2021-03-04T00:56:33.582Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T00:56:34.118Z] Removing intermediate container 5761761c6d10 [2021-03-04T00:56:34.118Z] ---> fbf092bd2a40 [2021-03-04T00:56:34.118Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T00:56:34.118Z] ---> Running in 0aa2f1419581 [2021-03-04T00:56:34.782Z] Removing intermediate container 0aa2f1419581 [2021-03-04T00:56:34.782Z] ---> c36a023fef6b [2021-03-04T00:56:34.782Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:56:34.782Z] ---> Running in 30a85eb22069 [2021-03-04T00:56:35.393Z] Removing intermediate container 30a85eb22069 [2021-03-04T00:56:35.393Z] ---> ffb2313167fa [2021-03-04T00:56:35.393Z] Step 24/26 : LABEL arch=x86_64 [2021-03-04T00:56:35.690Z] ---> Running in e70b4fba649d [2021-03-04T00:56:36.668Z] Removing intermediate container e70b4fba649d [2021-03-04T00:56:36.668Z] ---> b7f650070157 [2021-03-04T00:56:36.668Z] Step 25/26 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:56:36.668Z] ---> Running in d5a301278880 [2021-03-04T00:56:36.951Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T00:56:36.951Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T00:56:37.226Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T00:56:37.226Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T00:56:37.313Z] Removing intermediate container d5a301278880 [2021-03-04T00:56:37.313Z] ---> 24b9f36151f9 [2021-03-04T00:56:37.313Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T00:56:37.313Z] ---> Running in 76fae4ae2e55 [2021-03-04T00:56:37.929Z] Removing intermediate container 76fae4ae2e55 [2021-03-04T00:56:37.929Z] ---> 0b022a29455f [2021-03-04T00:56:37.929Z] [2021-03-04T00:56:38.631Z] Successfully built 0b022a29455f [2021-03-04T00:56:38.631Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-04T00:56:39.189Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T00:56:39.189Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T00:56:39.294Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-04T00:56:39.778Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T00:56:39.778Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T00:56:39.387Z] $ docker stop --time=1 06c97fddc2ce574a2982f965e137fe285d85f773641193728bfd474d16eb4a53 [2021-03-04T00:56:40.050Z] 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-04T00:56:40.050Z] 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-04T00:56:40.320Z] Collecting idna<2.8,>=2.5 [2021-03-04T00:56:40.320Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T00:56:40.592Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T00:56:40.592Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T00:56:40.592Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T00:56:40.592Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T00:56:40.592Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T00:56:40.592Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T00:56:41.564Z] Installing collected packages: jsonschema, texttable, urllib3, idna, requests, websocket-client, docopt, PyYAML, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-03-04T00:56:41.564Z] Running setup.py install for texttable: started [2021-03-04T00:56:43.535Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T00:56:43.535Z] Attempting uninstall: urllib3 [2021-03-04T00:56:43.535Z] Found existing installation: urllib3 1.25.9 [2021-03-04T00:56:43.535Z] Uninstalling urllib3-1.25.9: [2021-03-04T00:56:43.809Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T00:56:44.079Z] Attempting uninstall: idna [2021-03-04T00:56:44.079Z] Found existing installation: idna 2.9 [2021-03-04T00:56:44.079Z] Uninstalling idna-2.9: [2021-03-04T00:56:44.351Z] Successfully uninstalled idna-2.9 [2021-03-04T00:56:44.773Z] $ docker rm -f 06c97fddc2ce574a2982f965e137fe285d85f773641193728bfd474d16eb4a53 [2021-03-04T00:56:44.942Z] Attempting uninstall: requests [2021-03-04T00:56:44.942Z] Found existing installation: requests 2.23.0 [2021-03-04T00:56:44.942Z] Uninstalling requests-2.23.0: [2021-03-04T00:56:45.214Z] Successfully uninstalled requests-2.23.0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T00:56:45.813Z] Running setup.py install for docopt: started [2021-03-04T00:56:45.899Z] + docker images [2021-03-04T00:56:45.899Z] + grep docker [2021-03-04T00:56:47.526Z] docker-sys-mgmt-agent-go latest 0b022a29455f 9 seconds ago 313MB [2021-03-04T00:56:47.526Z] docker-core-data-go latest f1fc2065bd58 59 seconds ago 22.4MB [2021-03-04T00:56:47.526Z] docker-security-secretstore-setup-go latest 39714b08a6c1 About a minute ago 24.9MB [2021-03-04T00:56:47.526Z] docker-support-scheduler-go latest 7b4a70623b64 2 minutes ago 17.2MB [2021-03-04T00:56:47.526Z] docker-security-bootstrapper-go latest 5428f88984aa 6 minutes ago 18.7MB [2021-03-04T00:56:47.526Z] docker-core-metadata-go latest f7bc460fe84a 6 minutes ago 19MB [2021-03-04T00:56:47.526Z] docker-core-command-go latest 3d49f58e9554 6 minutes ago 17.2MB [2021-03-04T00:56:47.526Z] docker-support-notifications-go latest f53832d1ddd6 6 minutes ago 17.8MB [2021-03-04T00:56:47.526Z] docker-security-proxy-setup-go latest b99a79ae61b7 6 minutes ago 24.7MB [2021-03-04T00:56:47.526Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-03-04T00:56:47.777Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T00:56:47.777Z] Running setup.py install for PyYAML: started [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-04T00:56:49.741Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T00:56:50.330Z] Running setup.py install for dockerpty: started [2021-03-04T00:56:52.293Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T00:56:52.884Z] 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-04T00:56:57.177Z] Removing intermediate container 8ea270639ebd [2021-03-04T00:56:57.177Z] ---> 27b117619a23 [2021-03-04T00:56:57.177Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T00:56:57.177Z] ---> Running in 8e7bdc8b6ddf [2021-03-04T00:56:58.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:58.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:56:58.740Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:56:58.740Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T00:56:58.740Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T00:56:58.740Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:56:59.012Z] OK: 71 MiB in 58 packages [2021-03-04T00:56:59.984Z] Removing intermediate container 8e7bdc8b6ddf [2021-03-04T00:56:59.984Z] ---> 3e621158c23a [2021-03-04T00:56:59.984Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T00:57:00.254Z] ---> Running in cc4962aa6f2d [2021-03-04T00:57:00.844Z] Removing intermediate container cc4962aa6f2d [2021-03-04T00:57:00.844Z] ---> 4c4f029e9fec [2021-03-04T00:57:00.844Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:57:00.844Z] ---> Running in c1f11d9bed80 [2021-03-04T00:57:01.434Z] Removing intermediate container c1f11d9bed80 [2021-03-04T00:57:01.435Z] ---> 105c72c717d7 [2021-03-04T00:57:01.435Z] Step 24/26 : LABEL arch=arm64 [2021-03-04T00:57:01.435Z] ---> Running in f1570c11f99d [2021-03-04T00:57:02.028Z] Removing intermediate container f1570c11f99d [2021-03-04T00:57:02.028Z] ---> 6f7bd4016929 [2021-03-04T00:57:02.028Z] Step 25/26 : LABEL git_sha=0ed1454298af64722bcd2ea4446a6101be8e8e8a [2021-03-04T00:57:02.028Z] ---> Running in ce2709439485 [2021-03-04T00:57:02.637Z] Removing intermediate container ce2709439485 [2021-03-04T00:57:02.637Z] ---> f1ba7dacedfa [2021-03-04T00:57:02.637Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T00:57:02.637Z] ---> Running in ee3f7409aceb [2021-03-04T00:57:03.228Z] Removing intermediate container ee3f7409aceb [2021-03-04T00:57:03.228Z] ---> 4e91cd08c2f2 [2021-03-04T00:57:03.229Z] [2021-03-04T00:57:03.338Z] Still waiting to schedule task [2021-03-04T00:57:03.339Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-04T00:57:03.499Z] Successfully built 4e91cd08c2f2 [2021-03-04T00:57:03.499Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-04T00:57:03.785Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-04T00:57:03.781Z] $ docker stop --time=1 17ab6c04d078a9030320fac8e9f6f405b6518e340b47441a531becf0fbb72b73 [2021-03-04T00:57:05.733Z] $ docker rm -f 17ab6c04d078a9030320fac8e9f6f405b6518e340b47441a531becf0fbb72b73 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T00:57:06.495Z] + docker images [2021-03-04T00:57:06.495Z] + grep docker [2021-03-04T00:57:06.768Z] docker-sys-mgmt-agent-go-arm64 latest 4e91cd08c2f2 4 seconds ago 300MB [2021-03-04T00:57:06.768Z] docker-core-data-go-arm64 latest 6076878ad832 47 seconds ago 21.1MB [2021-03-04T00:57:06.768Z] docker-support-scheduler-go-arm64 latest 3527d2dcad42 About a minute ago 16.3MB [2021-03-04T00:57:06.768Z] docker-security-secretstore-setup-go-arm64 latest 482a914eb1a8 About a minute ago 23.7MB [2021-03-04T00:57:06.768Z] docker-security-bootstrapper-go-arm64 latest b2bff197f1e7 3 minutes ago 17.6MB [2021-03-04T00:57:06.768Z] docker-support-notifications-go-arm64 latest 3e3398c1eba4 3 minutes ago 16.9MB [2021-03-04T00:57:06.768Z] docker-core-metadata-go-arm64 latest 4ce1479f6885 3 minutes ago 17.9MB [2021-03-04T00:57:06.768Z] docker-core-command-go-arm64 latest ba03c3cc80e8 3 minutes ago 16.2MB [2021-03-04T00:57:06.768Z] docker-security-proxy-setup-go-arm64 latest da755e22f556 4 minutes ago 23.4MB [2021-03-04T00:57:06.768Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:57:07.702Z] ---> job-cost.sh [2021-03-04T00:57:07.702Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-q2YQ [2021-03-04T00:57:46.660Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T00:57:56.668Z] Running on prd-ubuntu18.04-docker-8c-8g-28422 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-04T00:57:56.721Z] Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout [2021-03-04T00:58:01.473Z] using credential edgex-jenkins-ssh [2021-03-04T00:58:01.535Z] Cloning the remote Git repository [2021-03-04T00:58:01.587Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:58:01.675Z] > git init /w/workspace/edgex-go/75 # timeout=10 [2021-03-04T00:58:01.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:58:01.723Z] > git --version # timeout=10 [2021-03-04T00:58:01.730Z] > git --version # 'git version 2.17.1' [2021-03-04T00:58:01.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:58:01.773Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:58:12.385Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-04T00:58:12.982Z] Merge succeeded, producing 78e075305779dcd5b9c4a1e18b281fcfeafab849 [2021-03-04T00:58:12.982Z] Checking out Revision 78e075305779dcd5b9c4a1e18b281fcfeafab849 (PR-2858) [2021-03-04T00:58:11.676Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:58:11.686Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:58:11.700Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:58:11.720Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:58:11.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:58:11.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T00:58:12.402Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:58:12.409Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-04T00:58:12.575Z] > git remote # timeout=10 [2021-03-04T00:58:12.585Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T00:58:12.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:58:12.598Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-04T00:58:12.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T00:58:12.989Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:58:13.003Z] > git checkout -f 78e075305779dcd5b9c4a1e18b281fcfeafab849 # timeout=10 [2021-03-04T00:58:16.861Z] Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" [2021-03-04T00:58:16.874Z] First time build. Skipping changelog. [2021-03-04T00:58:17.160Z] [2021-03-04T00:58:17.160Z] GitHub has been notified of this commit’s build result [2021-03-04T00:58:17.160Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:58:18.008Z] + echo snap-build.sh [2021-03-04T00:58:18.009Z] snap-build.sh [2021-03-04T00:58:18.009Z] + SNAP_BASE_DIR=. [2021-03-04T00:58:18.009Z] + '[' '!' -z /w/workspace/edgex-go/75 ']' [2021-03-04T00:58:18.009Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/75 [2021-03-04T00:58:18.009Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/75]' [2021-03-04T00:58:18.009Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/75] [2021-03-04T00:58:18.009Z] + cd /w/workspace/edgex-go/75 [2021-03-04T00:58:18.009Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-04T00:58:18.009Z] Reading package lists... [2021-03-04T00:58:18.274Z] Building dependency tree... [2021-03-04T00:58:18.274Z] Reading state information... [2021-03-04T00:58:18.540Z] The following packages were automatically installed and are no longer required: [2021-03-04T00:58:18.540Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-04T00:58:18.540Z] uidmap xdelta3 [2021-03-04T00:58:18.540Z] Use 'sudo apt autoremove' to remove them. [2021-03-04T00:58:18.540Z] The following packages will be REMOVED: [2021-03-04T00:58:18.540Z] lxd* lxd-client* [2021-03-04T00:58:16.869Z] > git rev-list --no-walk dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 [2021-03-04T00:58:19.493Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-04T00:58:19.493Z] After this operation, 31.7 MB disk space will be freed. [2021-03-04T00:58:20.814Z] (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-04T00:58:20.814Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T00:58:22.215Z] Removing lxd dnsmasq configuration [2021-03-04T00:58:22.215Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T00:58:22.481Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-04T00:58:23.433Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-04T00:58:23.959Z] (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-04T00:58:23.959Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T00:58:25.884Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-04T00:58:25.884Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-04T00:58:28.444Z] + sudo snap remove --purge lxd [2021-03-04T00:58:28.445Z] snap "lxd" is not installed [2021-03-04T00:58:28.445Z] + sudo groupadd --force --system lxd [2021-03-04T00:58:28.445Z] ++ whoami [2021-03-04T00:58:28.445Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-04T00:58:28.445Z] + newgrp - lxd [2021-03-04T00:58:28.445Z] + sudo snap install lxd [2021-03-04T00:58:38.601Z] 2021-03-04T00:58:36Z INFO Waiting for automatic snapd restart... [2021-03-04T00:58:56.848Z] lxd 4.11 from Canonical* installed [2021-03-04T00:58:56.848Z] + sudo lxd init --auto [2021-03-04T00:59:06.941Z] + sudo snap install --classic snapcraft [2021-03-04T00:59:13.587Z] snapcraft 4.5.1 from Canonical* installed [2021-03-04T00:59:13.587Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-04T00:59:13.587Z] + patch --verbose -p1 [2021-03-04T00:59:13.587Z] Hmm... Looks like a unified diff to me... [2021-03-04T00:59:13.587Z] The text leading up to this was: [2021-03-04T00:59:13.587Z] -------------------------- [2021-03-04T00:59:13.587Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-04T00:59:13.587Z] |From: Tony Espy [2021-03-04T00:59:13.587Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-04T00:59:13.587Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-04T00:59:13.587Z] | [2021-03-04T00:59:13.587Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-04T00:59:13.587Z] |optimize the snap CI check run for pull requests. When [2021-03-04T00:59:13.587Z] |applied, it essentially strips out everything (apps and [2021-03-04T00:59:13.587Z] |parts) from the snapcraft.yaml file except those required [2021-03-04T00:59:13.587Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-04T00:59:13.587Z] |catch changes to edgex-go that break the snap build. [2021-03-04T00:59:13.587Z] | [2021-03-04T00:59:13.587Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-04T00:59:13.587Z] |to update this patch file, otherwise it may fail to apply, [2021-03-04T00:59:13.587Z] |resulting in a failed snap build CI check in the associated [2021-03-04T00:59:13.587Z] |pull request. [2021-03-04T00:59:13.587Z] | [2021-03-04T00:59:13.587Z] |Note - in addition to applying this patch, the pipeline also [2021-03-04T00:59:13.587Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-04T00:59:13.587Z] |need to build the finally binary .snap file (and it won't [2021-03-04T00:59:13.587Z] |work with the patch applied). This further reduces the build [2021-03-04T00:59:13.587Z] |time. [2021-03-04T00:59:13.587Z] |--- [2021-03-04T00:59:13.587Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-04T00:59:13.587Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-04T00:59:13.587Z] | [2021-03-04T00:59:13.587Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-04T00:59:13.587Z] |index 1e537489..faf42425 100644 [2021-03-04T00:59:13.587Z] |--- a/snap/snapcraft.yaml [2021-03-04T00:59:13.587Z] |+++ b/snap/snapcraft.yaml [2021-03-04T00:59:13.587Z] -------------------------- [2021-03-04T00:59:13.587Z] patching file snap/snapcraft.yaml [2021-03-04T00:59:13.587Z] Using Plan A... [2021-03-04T00:59:13.587Z] Hunk #1 succeeded at 73. [2021-03-04T00:59:13.587Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-04T00:59:13.587Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-04T00:59:13.587Z] Hunk #4 FAILED at 222. [2021-03-04T00:59:13.587Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-03-04T00:59:13.587Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-03-04T00:59:13.587Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-03-04T00:59:13.587Z] Hunk #8 FAILED at 411. [2021-03-04T00:59:13.587Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-04T00:59:13.587Z] Hmm... Ignoring the trailing garbage. [2021-03-04T00:59:13.587Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T00:59:14.404Z] Failed in branch amd64 [2021-03-04T01:00:09.027Z] lf-activate-venv(): INFO: Adding /tmp/venv-q2YQ/bin to PATH [2021-03-04T01:00:09.027Z] INFO: No Stack... [2021-03-04T01:00:09.027Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T01:00:09.027Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T01:00:09.368Z] + cut -d, -f6 [2021-03-04T01:00:09.368Z] + cat /w/workspace/edgex-go/75/archives/cost.csv [Pipeline] lock [2021-03-04T01:00:09.489Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-75-stack-cost] [2021-03-04T01:00:09.503Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-75-stack-cost] did not exist. Created. [2021-03-04T01:00:09.503Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-75-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T01:00:09.960Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T01:00:10.236Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T01:00:10.245Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-75-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-04T01:00:13.250Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T01:00:17.386Z] ---> package-listing.sh [2021-03-04T01:00:17.386Z] ++ facter osfamily [2021-03-04T01:00:17.386Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T01:00:17.658Z] + OS_FAMILY=redhat [2021-03-04T01:00:17.658Z] + workspace=/w/workspace/edgex-go/75 [2021-03-04T01:00:17.658Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T01:00:17.658Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T01:00:17.658Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T01:00:17.658Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T01:00:17.658Z] + '[' /w/workspace/edgex-go/75 ']' [2021-03-04T01:00:17.658Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T01:00:17.658Z] + case "${OS_FAMILY}" in [2021-03-04T01:00:17.658Z] + rpm -qa [2021-03-04T01:00:17.658Z] + sort [2021-03-04T01:00:27.778Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T01:00:27.778Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T01:00:27.778Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T01:00:27.778Z] + '[' /w/workspace/edgex-go/75 ']' [2021-03-04T01:00:27.778Z] + mkdir -p /w/workspace/edgex-go/75/archives/ [2021-03-04T01:00:27.778Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/75/archives/ [Pipeline] echo [2021-03-04T01:00:27.793Z] 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/75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-04T01:00:28.137Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T01:00:28.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T01:00:29.023Z] [2021-03-04T01:00:29.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T01:00:29.407Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T01:00:29.407Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T01:00:29.407Z] df20fa9351a1: Pulling fs layer [2021-03-04T01:00:29.407Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T01:00:29.407Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T01:00:29.407Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T01:00:29.407Z] 93b61091891f: Pulling fs layer [2021-03-04T01:00:29.407Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T01:00:29.407Z] 5e14af77c1be: Pulling fs layer [2021-03-04T01:00:29.407Z] 01666e4c0597: Pulling fs layer [2021-03-04T01:00:29.407Z] aa168da1d23b: Pulling fs layer [2021-03-04T01:00:29.407Z] 46f8f816bc3b: Waiting [2021-03-04T01:00:29.407Z] 93b61091891f: Waiting [2021-03-04T01:00:29.407Z] 93b9cdb0e59b: Waiting [2021-03-04T01:00:29.407Z] 5e14af77c1be: Waiting [2021-03-04T01:00:29.407Z] 01666e4c0597: Waiting [2021-03-04T01:00:29.407Z] aa168da1d23b: Waiting [2021-03-04T01:00:29.407Z] 36b3adc4ff6f: Download complete [2021-03-04T01:00:29.407Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T01:00:29.407Z] 46f8f816bc3b: Download complete [2021-03-04T01:00:29.680Z] df20fa9351a1: Verifying Checksum [2021-03-04T01:00:29.680Z] df20fa9351a1: Download complete [2021-03-04T01:00:29.680Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T01:00:29.680Z] 93b9cdb0e59b: Download complete [2021-03-04T01:00:29.680Z] 93b61091891f: Verifying Checksum [2021-03-04T01:00:29.680Z] 93b61091891f: Download complete [2021-03-04T01:00:29.680Z] 5e14af77c1be: Verifying Checksum [2021-03-04T01:00:29.680Z] 5e14af77c1be: Download complete [2021-03-04T01:00:29.680Z] 01666e4c0597: Verifying Checksum [2021-03-04T01:00:29.680Z] 01666e4c0597: Download complete [2021-03-04T01:00:30.268Z] df20fa9351a1: Pull complete [2021-03-04T01:00:30.557Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T01:00:30.557Z] 8ad3a11d3b57: Download complete [2021-03-04T01:00:30.557Z] 36b3adc4ff6f: Pull complete [2021-03-04T01:00:32.632Z] 8ad3a11d3b57: Pull complete [2021-03-04T01:00:34.134Z] aa168da1d23b: Verifying Checksum [2021-03-04T01:00:34.134Z] aa168da1d23b: Download complete [2021-03-04T01:00:34.718Z] 46f8f816bc3b: Pull complete [2021-03-04T01:00:35.681Z] 93b61091891f: Pull complete [2021-03-04T01:00:35.948Z] 93b9cdb0e59b: Pull complete [2021-03-04T01:00:36.225Z] 5e14af77c1be: Pull complete [2021-03-04T01:00:36.494Z] 01666e4c0597: Pull complete [2021-03-04T01:01:05.107Z] aa168da1d23b: Pull complete [2021-03-04T01:01:05.107Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T01:01:05.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T01:01:05.107Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T01:01:06.075Z] prd-centos7-docker-4c-2g-28413 does not seem to be running inside a container [2021-03-04T01:01:06.238Z] $ 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/75/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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T01:01:11.794Z] $ docker top 7e571e249d35e4124b220fd93d7eafc1c7e4b93d6290dd8feefdb8dc58167aa8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T01:01:14.269Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T01:01:15.187Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T01:01:16.135Z] + ls /var/log/sa-host [2021-03-04T01:01:16.135Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T01:01:16.135Z] file_magic: OK [2021-03-04T01:01:16.135Z] HZ: Using current value: 100 [2021-03-04T01:01:16.135Z] file_header: OK [2021-03-04T01:01:16.135Z] 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-04T01:01:16.135Z] Statistics: [2021-03-04T01:01:16.135Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T01:01:16.135Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T01:01:16.135Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T01:01:16.135Z] file_magic: OK [2021-03-04T01:01:16.135Z] HZ: Using current value: 100 [2021-03-04T01:01:16.135Z] file_header: OK [2021-03-04T01:01:16.135Z] 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-04T01:01:16.135Z] Statistics: [2021-03-04T01:01:16.135Z] Hnuu...uuuununununu... [2021-03-04T01:01:16.135Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T01:01:16.379Z] provisioning config files... [2021-03-04T01:01:16.422Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/75@tmp/config3365845496348911685tmp [Pipeline] { [Pipeline] echo [2021-03-04T01:01:16.537Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T01:01:16.861Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T01:01:16.874Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T01:01:16.981Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T01:01:17.317Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T01:01:17.378Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T01:01:17.699Z] ---> sudo-logs.sh [2021-03-04T01:01:17.699Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T01:01:17.941Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T01:01:19.037Z] ---> job-cost.sh [2021-03-04T01:01:19.038Z] lf-activate-venv: SKIPPING [2021-03-04T01:01:19.038Z] DEBUG: total: 0.20999999344348907 [2021-03-04T01:01:19.038Z] INFO: Retrieving Stack Cost... [2021-03-04T01:01:20.131Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T01:01:20.561Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T01:01:20.640Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T01:01:21.368Z] ---> logs-deploy.sh [2021-03-04T01:01:21.369Z] lf-activate-venv: SKIPPING [2021-03-04T01:01:21.369Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/75 [2021-03-04T01:01:21.369Z] INFO: archiving workspace using pattern(s): [2021-03-04T01:01:24.791Z] Archives upload complete. [2021-03-04T01:01:24.791Z] INFO: archiving logs to Nexus