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 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 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-28302 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/74 [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/74 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing dcbe3b3e9d6a17cb828c9b2039abfde564d98fca Checking out Revision dcbe3b3e9d6a17cb828c9b2039abfde564d98fca (PR-2858) > 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 > 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 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dcbe3b3e9d6a17cb828c9b2039abfde564d98fca # timeout=10 Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-03T00:31:48.515Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-03T00:31:48.729Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-03T00:31:48.812Z] ========================================================= [2021-03-03T00:31:48.812Z] EdgeX Global Pipelines Version Info [2021-03-03T00:31:48.812Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:31:50.766Z] ------------------- [2021-03-03T00:31:50.766Z] stable info: [2021-03-03T00:31:50.766Z] ------------------- [2021-03-03T00:31:50.766Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-03T00:31:50.766Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T00:31:50.766Z] Message: update stable to v1.0.184 [2021-03-03T00:31:51.345Z] ------------------- [2021-03-03T00:31:51.345Z] experimental info: [2021-03-03T00:31:51.345Z] ------------------- [2021-03-03T00:31:51.345Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-03T00:31:51.345Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T00:31:51.345Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-03T00:31:51.591Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-03T00:31:51.677Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-03T00:31:51.786Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-03T00:31:51.866Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-03T00:31:51.976Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-03T00:31:52.089Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-03T00:31:52.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-03T00:31:52.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-03T00:31:52.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-03T00:31:52.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-03T00:31:52.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-03T00:31:52.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-03T00:31:52.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-03T00:31:52.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-03T00:31:53.078Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T00:31:53.159Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T00:31:53.245Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-03T00:31:53.374Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-03T00:31:53.461Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-03T00:31:53.546Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-03T00:31:53.632Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-03T00:31:53.709Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-03T00:31:54.023Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-03T00:31:54.125Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-03T00:31:54.213Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-03T00:31:54.298Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [Pipeline] echo [2021-03-03T00:31:54.376Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcbe3b3 [Pipeline] echo [2021-03-03T00:31:54.474Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T00:31:54.643Z] provisioning config files... [2021-03-03T00:31:54.674Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/74@tmp/config6824003563476790530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:31:55.036Z] ---> docker-login.sh [2021-03-03T00:31:55.036Z] nexus3.edgexfoundry.org:10001 [2021-03-03T00:31:55.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:55.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:55.560Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:55.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:55.560Z] [2021-03-03T00:31:55.560Z] Login Succeeded [2021-03-03T00:31:55.560Z] nexus3.edgexfoundry.org:10002 [2021-03-03T00:31:55.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:55.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:55.821Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:55.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:55.821Z] [2021-03-03T00:31:55.821Z] Login Succeeded [2021-03-03T00:31:55.821Z] nexus3.edgexfoundry.org:10003 [2021-03-03T00:31:55.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:56.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:56.083Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:56.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:56.083Z] [2021-03-03T00:31:56.083Z] Login Succeeded [2021-03-03T00:31:56.083Z] nexus3.edgexfoundry.org:10004 [2021-03-03T00:31:56.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:56.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:56.083Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:56.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:56.083Z] [2021-03-03T00:31:56.083Z] Login Succeeded [2021-03-03T00:31:56.083Z] docker.io [2021-03-03T00:31:56.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:56.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:56.606Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:56.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:56.606Z] [2021-03-03T00:31:56.606Z] Login Succeeded [2021-03-03T00:31:56.606Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T00:31:56.620Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T00:31:57.076Z] ++ 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-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/core-command/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/core-data/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-03T00:31:57.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:57.076Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-03T00:31:57.076Z] ++ cut -d/ -f2 [2021-03-03T00:31:57.076Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-03T00:31:57.146Z] 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-03T00:31:58.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:58.044Z] [2021-03-03T00:31:58.044Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:31:58.391Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:58.391Z] latest: Pulling from edgex-devops/git-semver [2021-03-03T00:31:58.391Z] 31603596830f: Pulling fs layer [2021-03-03T00:31:58.391Z] 2a8b12db71e7: Pulling fs layer [2021-03-03T00:31:58.391Z] 6ca5941a6612: Pulling fs layer [2021-03-03T00:31:58.391Z] ecc8261a40a4: Pulling fs layer [2021-03-03T00:31:58.391Z] ecc8261a40a4: Waiting [2021-03-03T00:31:58.391Z] 2a8b12db71e7: Verifying Checksum [2021-03-03T00:31:58.391Z] 2a8b12db71e7: Download complete [2021-03-03T00:31:58.391Z] 31603596830f: Verifying Checksum [2021-03-03T00:31:58.391Z] 31603596830f: Download complete [2021-03-03T00:31:58.653Z] 6ca5941a6612: Verifying Checksum [2021-03-03T00:31:58.653Z] 6ca5941a6612: Download complete [2021-03-03T00:31:58.653Z] ecc8261a40a4: Verifying Checksum [2021-03-03T00:31:58.653Z] ecc8261a40a4: Download complete [2021-03-03T00:31:58.922Z] 31603596830f: Pull complete [2021-03-03T00:31:58.922Z] 2a8b12db71e7: Pull complete [2021-03-03T00:31:59.878Z] 6ca5941a6612: Pull complete [2021-03-03T00:31:59.878Z] ecc8261a40a4: Pull complete [2021-03-03T00:31:59.878Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-03T00:31:59.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:59.878Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-03T00:31:59.982Z] prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container [2021-03-03T00:32:00.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T00:32:02.767Z] $ docker top 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T00:32:03.196Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T00:32:03.196Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T00:32:03.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T00:32:03.437Z] $ docker exec 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent [2021-03-03T00:32:03.616Z] SSH_AUTH_SOCK=/tmp/ssh-YfmeVyPwYagh/agent.12 [2021-03-03T00:32:03.616Z] SSH_AGENT_PID=17 [2021-03-03T00:32:03.629Z] Running ssh-add (command line suppressed) [2021-03-03T00:32:03.749Z] Identity added: /w/workspace/edgex-go/74@tmp/private_key_2157078026782597662.key (/w/workspace/edgex-go/74@tmp/private_key_2157078026782597662.key) [2021-03-03T00:32:03.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T00:32:04.147Z] + git tag --points-at HEAD [Pipeline] } [2021-03-03T00:32:04.181Z] $ docker exec --env ******** --env ******** 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent -k [2021-03-03T00:32:04.324Z] unset SSH_AUTH_SOCK; [2021-03-03T00:32:04.324Z] unset SSH_AGENT_PID; [2021-03-03T00:32:04.324Z] echo Agent pid 17 killed; [2021-03-03T00:32:04.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-03T00:32:04.534Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T00:32:04.534Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T00:32:04.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T00:32:04.705Z] $ docker exec 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent [2021-03-03T00:32:04.869Z] SSH_AUTH_SOCK=/tmp/ssh-ySnCQTIj08ew/agent.45 [2021-03-03T00:32:04.869Z] SSH_AGENT_PID=51 [2021-03-03T00:32:04.876Z] Running ssh-add (command line suppressed) [2021-03-03T00:32:04.991Z] Identity added: /w/workspace/edgex-go/74@tmp/private_key_1419331957660585615.key (/w/workspace/edgex-go/74@tmp/private_key_1419331957660585615.key) [2021-03-03T00:32:05.043Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T00:32:05.377Z] + git semver init [2021-03-03T00:32:05.377Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T00:32:05.377Z] # $GIT_DIR = /w/workspace/edgex-go/74/.git [2021-03-03T00:32:05.377Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/74 [2021-03-03T00:32:05.377Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T00:32:05.377Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T00:32:05.377Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T00:32:05.377Z] # $SEMVER_BRANCH = PR-2858 [2021-03-03T00:32:05.377Z] # $SEMVER_TEMP = /tmp/semver-418964417 [2021-03-03T00:32:05.377Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-03T00:32:32.077Z] # '/tmp/semver-418964417' -> '/w/workspace/edgex-go/74/.semver' [2021-03-03T00:32:32.077Z] # -> Force: false [2021-03-03T00:32:32.077Z] # $SEMVER_DIR = /w/workspace/edgex-go/74/.semver [Pipeline] } [2021-03-03T00:32:32.088Z] $ docker exec --env ******** --env ******** 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d ssh-agent -k [2021-03-03T00:32:32.283Z] unset SSH_AUTH_SOCK; [2021-03-03T00:32:32.283Z] unset SSH_AGENT_PID; [2021-03-03T00:32:32.283Z] echo Agent pid 51 killed; [2021-03-03T00:32:32.345Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T00:32:32.832Z] + git semver [Pipeline] } [2021-03-03T00:32:32.848Z] $ docker stop --time=1 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d [2021-03-03T00:32:34.440Z] $ docker rm -f 0675d04064d3ca135e617ec7d13a489cbf5f64b16c02e5000607fb4ce190086d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T00:32:35.016Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-03T00:32:35.498Z] Stashed 1 file(s) [Pipeline] echo [2021-03-03T00:32:35.501Z] [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-03T00:32:36.455Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:32:36.750Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:32:37.045Z] + sudo service docker restart [2021-03-03T00:32:37.045Z] + true [2021-03-03T00:32:37.045Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-03T00:32:37.629Z] ========================================================= [2021-03-03T00:32:37.630Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-03T00:32:37.630Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:32:38.007Z] + 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-03T00:32:42.236Z] Sending build context to Docker daemon 328.2MB [2021-03-03T00:32:42.236Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T00:32:42.236Z] Step 2/6 : FROM ${BASE} [2021-03-03T00:32:42.236Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-03T00:32:42.236Z] 188c0c94c7c5: Pulling fs layer [2021-03-03T00:32:42.236Z] 0ef7d3d256c8: Pulling fs layer [2021-03-03T00:32:42.236Z] de9db76c5a1d: Pulling fs layer [2021-03-03T00:32:42.236Z] bca2f99d35d6: Pulling fs layer [2021-03-03T00:32:42.236Z] 93359f2a8cfa: Pulling fs layer [2021-03-03T00:32:42.236Z] 7c6f9722023f: Pulling fs layer [2021-03-03T00:32:42.236Z] a35cf1a2eb13: Pulling fs layer [2021-03-03T00:32:42.236Z] bca2f99d35d6: Waiting [2021-03-03T00:32:42.236Z] 93359f2a8cfa: Waiting [2021-03-03T00:32:42.236Z] 7c6f9722023f: Waiting [2021-03-03T00:32:42.236Z] a35cf1a2eb13: Waiting [2021-03-03T00:32:42.236Z] de9db76c5a1d: Verifying Checksum [2021-03-03T00:32:42.236Z] de9db76c5a1d: Download complete [2021-03-03T00:32:42.236Z] 0ef7d3d256c8: Download complete [2021-03-03T00:32:42.236Z] 93359f2a8cfa: Verifying Checksum [2021-03-03T00:32:42.236Z] 93359f2a8cfa: Download complete [2021-03-03T00:32:42.236Z] 7c6f9722023f: Verifying Checksum [2021-03-03T00:32:42.236Z] 7c6f9722023f: Download complete [2021-03-03T00:32:42.236Z] 188c0c94c7c5: Verifying Checksum [2021-03-03T00:32:42.236Z] 188c0c94c7c5: Download complete [2021-03-03T00:32:42.499Z] 188c0c94c7c5: Pull complete [2021-03-03T00:32:42.761Z] 0ef7d3d256c8: Pull complete [2021-03-03T00:32:42.761Z] de9db76c5a1d: Pull complete [2021-03-03T00:32:44.156Z] a35cf1a2eb13: Verifying Checksum [2021-03-03T00:32:44.156Z] a35cf1a2eb13: Download complete [2021-03-03T00:32:44.740Z] bca2f99d35d6: Verifying Checksum [2021-03-03T00:32:44.740Z] bca2f99d35d6: Download complete [2021-03-03T00:32:50.070Z] bca2f99d35d6: Pull complete [2021-03-03T00:32:50.070Z] 93359f2a8cfa: Pull complete [2021-03-03T00:32:50.070Z] 7c6f9722023f: Pull complete [2021-03-03T00:32:50.948Z] Still waiting to schedule task [2021-03-03T00:32:50.948Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-03T00:32:54.348Z] a35cf1a2eb13: Pull complete [2021-03-03T00:32:54.348Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-03T00:32:54.348Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-03T00:32:54.348Z] ---> a62c8e92a672 [2021-03-03T00:32:54.348Z] 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-03T00:32:54.618Z] ---> Running in 3d60265c4ace [2021-03-03T00:32:55.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:32:56.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:32:57.533Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T00:32:57.533Z] (2/12) Installing file (5.38-r0) [2021-03-03T00:32:57.795Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T00:32:57.795Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T00:33:04.403Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T00:33:04.403Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T00:33:04.403Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T00:33:04.403Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T00:33:04.664Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T00:33:04.664Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T00:33:04.664Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T00:33:04.926Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T00:33:04.926Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:33:05.189Z] OK: 233 MiB in 51 packages [2021-03-03T00:33:08.498Z] Removing intermediate container 3d60265c4ace [2021-03-03T00:33:08.498Z] ---> 1644fc872f66 [2021-03-03T00:33:08.498Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T00:33:08.759Z] ---> Running in 10fd04505785 [2021-03-03T00:33:08.760Z] Removing intermediate container 10fd04505785 [2021-03-03T00:33:08.760Z] ---> 7675409522bd [2021-03-03T00:33:08.760Z] Step 5/6 : COPY go.mod . [2021-03-03T00:33:09.038Z] ---> d7ba061bce13 [2021-03-03T00:33:09.038Z] Step 6/6 : RUN go mod download [2021-03-03T00:33:09.038Z] ---> Running in 359fe044883a [2021-03-03T00:33:31.045Z] Removing intermediate container 359fe044883a [2021-03-03T00:33:31.045Z] ---> ad578baab571 [2021-03-03T00:33:31.045Z] Successfully built ad578baab571 [2021-03-03T00:33:31.045Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:33:31.365Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T00:33:31.365Z] . [Pipeline] withDockerContainer [2021-03-03T00:33:31.462Z] prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container [2021-03-03T00:33:31.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T00:33:33.271Z] $ docker top 3b44713f3967d2954138238fbe4cb6c43b3d21bfb4fca51b659011171e0bbcf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:33:34.013Z] + go version [2021-03-03T00:33:34.013Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-03T00:33:34.033Z] $ docker stop --time=1 3b44713f3967d2954138238fbe4cb6c43b3d21bfb4fca51b659011171e0bbcf6 [2021-03-03T00:33:35.399Z] $ docker rm -f 3b44713f3967d2954138238fbe4cb6c43b3d21bfb4fca51b659011171e0bbcf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:33:36.228Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T00:33:36.228Z] . [Pipeline] withDockerContainer [2021-03-03T00:33:36.325Z] prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container [2021-03-03T00:33:36.367Z] $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T00:33:37.062Z] $ docker top 5f8ddf10c85ff0ca9d0c6f0e7cbaabe69bc0509c6e55faa9d8a9b54278d59123 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T00:33:37.280Z] ========================================================= [2021-03-03T00:33:37.280Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T00:33:37.280Z] ========================================================= [Pipeline] sh [2021-03-03T00:33:37.573Z] + make test [2021-03-03T00:33:37.573Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T00:33:45.756Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T00:34:04.013Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T00:34:05.440Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T00:34:08.023Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T00:34:08.023Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T00:34:09.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T00:34:09.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T00:34:09.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T00:34:09.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T00:34:09.964Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T00:34:10.238Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T00:34:12.815Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T00:34:12.815Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T00:34:12.815Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T00:34:15.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements [2021-03-03T00:34:15.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T00:34:15.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T00:34:15.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T00:34:15.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T00:34:15.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T00:34:15.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T00:34:15.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T00:34:15.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements [2021-03-03T00:34:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.190s coverage: 27.1% of statements [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T00:34:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T00:34:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T00:34:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 65.8% of statements [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T00:34:18.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.106s coverage: 82.3% of statements [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-03T00:34:18.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T00:34:21.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T00:34:21.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T00:34:21.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T00:34:21.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T00:34:21.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T00:34:21.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T00:34:21.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T00:34:24.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.025s coverage: 45.5% of statements [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.037s coverage: 96.3% of statements [2021-03-03T00:34:24.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-03-03T00:34:36.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.036s coverage: 94.4% of statements [2021-03-03T00:34:36.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.067s coverage: 92.9% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.050s coverage: 87.2% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.273s coverage: 69.1% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 38.4% of statements [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T00:34:48.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T00:34:48.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.032s coverage: 89.5% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.105s coverage: 88.5% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 29.1% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 94.3% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T00:34:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-03-03T00:34:48.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-03T00:34:48.611Z] GO111MODULE=on go vet ./... [2021-03-03T00:35:15.674Z] gofmt -l . [2021-03-03T00:35:15.674Z] [ "`gofmt -l .`" = "" ] [2021-03-03T00:35:15.674Z] ./bin/test-go-mod-tidy.sh [2021-03-03T00:35:15.674Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T00:35:15.979Z] + ls -al . [2021-03-03T00:35:15.980Z] total 716 [2021-03-03T00:35:15.980Z] drwxrwxr-x 10 1001 1001 4096 Mar 3 00:35 . [2021-03-03T00:35:15.980Z] drwxr-xr-x 4 root root 30 Mar 3 00:33 .. [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 00:31 .dockerignore [2021-03-03T00:35:15.980Z] drwxrwxr-x 8 1001 1001 179 Mar 3 00:31 .git [2021-03-03T00:35:15.980Z] drwxrwxr-x 3 1001 1001 125 Mar 3 00:31 .github [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 00:31 .gitignore [2021-03-03T00:35:15.980Z] drwx------ 3 1001 1001 60 Mar 3 00:32 .semver [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 00:31 .sonarcloud.properties [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 00:31 Attribution.txt [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 00:31 CONTRIBUTING.md [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 00:31 Dockerfile.build [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 00:31 Jenkinsfile [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 00:31 LICENSE [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 00:31 Makefile [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 00:31 README.md [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 00:31 SECURITY.md [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 00:32 VERSION [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 00:31 ZMQWindows.md [2021-03-03T00:35:15.980Z] drwxrwxr-x 2 1001 1001 117 Mar 3 00:31 bin [2021-03-03T00:35:15.980Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 00:31 cmd [2021-03-03T00:35:15.980Z] -rw-r--r-- 1 root root 602804 Mar 3 00:34 coverage.out [2021-03-03T00:35:15.980Z] -rw-r--r-- 1 root root 1055 Mar 3 00:35 go.mod [2021-03-03T00:35:15.980Z] -rw-r--r-- 1 root root 21699 Mar 3 00:35 go.sum [2021-03-03T00:35:15.980Z] drwxrwxr-x 8 1001 1001 127 Mar 3 00:31 internal [2021-03-03T00:35:15.980Z] drwxrwxr-x 4 1001 1001 26 Mar 3 00:31 openapi [2021-03-03T00:35:15.980Z] drwxrwxr-x 4 1001 1001 71 Mar 3 00:31 snap [2021-03-03T00:35:15.980Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 00:31 version.go [Pipeline] sh [2021-03-03T00:35:16.281Z] + '[' -e coverage.out ] [2021-03-03T00:35:16.281Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T00:35:16.515Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T00:35:16.812Z] + make build [2021-03-03T00:35:16.812Z] 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-03T00:35:21.065Z] 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-03T00:35:29.271Z] 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-03T00:35:29.875Z] 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-03T00:35:31.277Z] 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-03T00:35:31.852Z] 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-03T00:35:33.265Z] 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-03T00:35:35.190Z] 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-03T00:35:35.764Z] 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-03T00:35:37.187Z] 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-03T00:35:38.135Z] 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-03T00:35:39.535Z] 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-03T00:35:41.482Z] $ docker stop --time=1 5f8ddf10c85ff0ca9d0c6f0e7cbaabe69bc0509c6e55faa9d8a9b54278d59123 [2021-03-03T00:35:43.176Z] $ docker rm -f 5f8ddf10c85ff0ca9d0c6f0e7cbaabe69bc0509c6e55faa9d8a9b54278d59123 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:35:44.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:35:44.991Z] [2021-03-03T00:35:44.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:35:45.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:35:45.342Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-03T00:35:45.342Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-03T00:35:45.342Z] ca9280d653b3: Pulling fs layer [2021-03-03T00:35:45.342Z] 7e9c9ca2126c: Pulling fs layer [2021-03-03T00:35:45.605Z] cbdbe7a5bc2a: Download complete [2021-03-03T00:35:45.873Z] cbdbe7a5bc2a: Pull complete [2021-03-03T00:35:46.137Z] ca9280d653b3: Verifying Checksum [2021-03-03T00:35:46.137Z] ca9280d653b3: Download complete [2021-03-03T00:35:46.347Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28310 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-03T00:35:46.401Z] Running in /w/workspace/edgex-go/74 [Pipeline] { [Pipeline] checkout [2021-03-03T00:35:47.085Z] ca9280d653b3: Pull complete [2021-03-03T00:35:47.085Z] 7e9c9ca2126c: Download complete [2021-03-03T00:35:51.412Z] using credential edgex-jenkins-ssh [2021-03-03T00:35:51.498Z] Cloning the remote Git repository [2021-03-03T00:35:51.556Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:35:51.666Z] > git init /w/workspace/edgex-go/74 # timeout=10 [2021-03-03T00:35:51.745Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:35:51.746Z] > git --version # timeout=10 [2021-03-03T00:35:51.762Z] > git --version # 'git version 2.17.1' [2021-03-03T00:35:51.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:35:51.826Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:35:57.117Z] 7e9c9ca2126c: Pull complete [2021-03-03T00:35:57.117Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-03T00:35:57.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:35:57.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-03T00:35:57.268Z] prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container [2021-03-03T00:35:57.395Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T00:35:58.386Z] $ docker top 0dd7606103d6e82e0f4a7cad1feeb805604cd87f364b2f8770a0ed2f290cdfa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:35:58.949Z] + docker-compose build --help [2021-03-03T00:35:58.949Z] + grep parallel [2021-03-03T00:35:59.894Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T00:35:59.907Z] $ docker stop --time=1 0dd7606103d6e82e0f4a7cad1feeb805604cd87f364b2f8770a0ed2f290cdfa7 [2021-03-03T00:36:01.269Z] $ docker rm -f 0dd7606103d6e82e0f4a7cad1feeb805604cd87f364b2f8770a0ed2f290cdfa7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:01.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:36:01.907Z] . [Pipeline] withDockerContainer [2021-03-03T00:36:02.024Z] prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container [2021-03-03T00:36:02.070Z] $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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-03T00:36:03.685Z] $ docker top 8190ff27e40a3a96758895a5c326d4b5229125d86a54a461cb54ae0973d27c72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:36:04.171Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T00:36:05.117Z] Building docker-core-command-go ... [2021-03-03T00:36:05.117Z] Building docker-core-data-go ... [2021-03-03T00:36:05.117Z] Building docker-core-metadata-go ... [2021-03-03T00:36:05.117Z] Building docker-security-bootstrapper-go ... [2021-03-03T00:36:05.117Z] Building docker-security-proxy-setup-go ... [2021-03-03T00:36:05.117Z] Building docker-security-secretstore-setup-go ... [2021-03-03T00:36:05.117Z] Building docker-support-notifications-go ... [2021-03-03T00:36:05.117Z] Building docker-support-scheduler-go ... [2021-03-03T00:36:05.117Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T00:36:05.117Z] Building docker-support-notifications-go [2021-03-03T00:36:05.117Z] Building docker-security-secretstore-setup-go [2021-03-03T00:36:05.117Z] Building docker-core-metadata-go [2021-03-03T00:36:05.117Z] Building docker-security-bootstrapper-go [2021-03-03T00:36:05.117Z] Building docker-support-scheduler-go [2021-03-03T00:36:15.098Z] Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-03T00:36:14.193Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:36:14.212Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:36:14.237Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:36:14.273Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:36:14.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:36:14.288Z] > 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-03T00:36:15.113Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:36:15.129Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-03T00:36:16.495Z] Merge succeeded, producing f505450826ac99bad6c10ea2344c608d3aabb2d3 [2021-03-03T00:36:16.495Z] Checking out Revision f505450826ac99bad6c10ea2344c608d3aabb2d3 (PR-2858) [2021-03-03T00:36:15.443Z] > git remote # timeout=10 [2021-03-03T00:36:15.500Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T00:36:15.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:36:15.550Z] > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 [2021-03-03T00:36:16.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T00:36:16.498Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:36:16.518Z] > git checkout -f f505450826ac99bad6c10ea2344c608d3aabb2d3 # timeout=10 [2021-03-03T00:36:20.717Z] Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" [2021-03-03T00:36:20.737Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-03T00:36:22.250Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:36:22.689Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:36:20.721Z] > git rev-list --no-walk 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 [2021-03-03T00:36:23.100Z] + sudo service docker restart [2021-03-03T00:36:23.100Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T00:36:25.166Z] provisioning config files... [2021-03-03T00:36:25.212Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/74@tmp/config5241696672365468432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:36:25.623Z] ---> docker-login.sh [2021-03-03T00:36:25.623Z] nexus3.edgexfoundry.org:10001 [2021-03-03T00:36:26.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:26.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:26.881Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:26.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:26.881Z] [2021-03-03T00:36:26.881Z] Login Succeeded [2021-03-03T00:36:26.881Z] nexus3.edgexfoundry.org:10002 [2021-03-03T00:36:27.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:27.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:27.430Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:27.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:27.430Z] [2021-03-03T00:36:27.430Z] Login Succeeded [2021-03-03T00:36:27.430Z] nexus3.edgexfoundry.org:10003 [2021-03-03T00:36:27.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:27.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:27.979Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:27.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:27.979Z] [2021-03-03T00:36:27.979Z] Login Succeeded [2021-03-03T00:36:27.979Z] nexus3.edgexfoundry.org:10004 [2021-03-03T00:36:28.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:28.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:28.537Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:28.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:28.537Z] [2021-03-03T00:36:28.537Z] Login Succeeded [2021-03-03T00:36:28.537Z] docker.io [2021-03-03T00:36:29.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:29.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:29.415Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:29.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:29.415Z] [2021-03-03T00:36:29.415Z] Login Succeeded [2021-03-03T00:36:29.415Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T00:36:29.438Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-03T00:36:29.891Z] ========================================================= [2021-03-03T00:36:29.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-03T00:36:29.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:30.274Z] + 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-03T00:36:32.926Z] Sending build context to Docker daemon 166.5MB [2021-03-03T00:36:32.926Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T00:36:32.926Z] Step 2/6 : FROM ${BASE} [2021-03-03T00:36:32.926Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-03T00:36:32.926Z] 5f621e34cdf4: Pulling fs layer [2021-03-03T00:36:32.926Z] a4357932f1b6: Pulling fs layer [2021-03-03T00:36:32.926Z] 18c013af1878: Pulling fs layer [2021-03-03T00:36:32.926Z] 00ac8860ef70: Pulling fs layer [2021-03-03T00:36:32.926Z] 63d7cb157983: Pulling fs layer [2021-03-03T00:36:32.926Z] b116817d02f9: Pulling fs layer [2021-03-03T00:36:32.926Z] 745a02a5169b: Pulling fs layer [2021-03-03T00:36:32.926Z] 00ac8860ef70: Waiting [2021-03-03T00:36:32.926Z] 63d7cb157983: Waiting [2021-03-03T00:36:32.926Z] b116817d02f9: Waiting [2021-03-03T00:36:32.926Z] 745a02a5169b: Waiting [2021-03-03T00:36:32.926Z] 18c013af1878: Verifying Checksum [2021-03-03T00:36:32.926Z] 18c013af1878: Download complete [2021-03-03T00:36:32.926Z] a4357932f1b6: Verifying Checksum [2021-03-03T00:36:32.926Z] a4357932f1b6: Download complete [2021-03-03T00:36:32.926Z] 63d7cb157983: Verifying Checksum [2021-03-03T00:36:32.926Z] 63d7cb157983: Download complete [2021-03-03T00:36:32.926Z] b116817d02f9: Verifying Checksum [2021-03-03T00:36:32.926Z] b116817d02f9: Download complete [2021-03-03T00:36:32.926Z] 5f621e34cdf4: Download complete [2021-03-03T00:36:33.532Z] 5f621e34cdf4: Pull complete [2021-03-03T00:36:34.155Z] a4357932f1b6: Pull complete [2021-03-03T00:36:34.431Z] 18c013af1878: Pull complete [2021-03-03T00:36:35.878Z] 745a02a5169b: Verifying Checksum [2021-03-03T00:36:35.878Z] 745a02a5169b: Download complete [2021-03-03T00:36:36.476Z] 00ac8860ef70: Verifying Checksum [2021-03-03T00:36:36.476Z] 00ac8860ef70: Download complete [2021-03-03T00:36:37.358Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:36:37.358Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:36:37.358Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:36:37.358Z] [2021-03-03T00:36:37.358Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:36:37.358Z] ---> ad578baab571 [2021-03-03T00:36:37.358Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T00:36:37.358Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:36:37.358Z] ---> ad578baab571 [2021-03-03T00:36:37.358Z] Step 3/22 : WORKDIR /edgex-go ---> ad578baab571 [2021-03-03T00:36:37.358Z] [2021-03-03T00:36:37.358Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:36:37.358Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:36:37.358Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:36:37.358Z] ---> ad578baab571 [2021-03-03T00:36:37.358Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T00:36:37.358Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:36:37.358Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:36:37.358Z] ---> ad578baab571 [2021-03-03T00:36:37.358Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T00:36:37.358Z] ---> Running in 5b44e4f80f4c [2021-03-03T00:36:37.358Z] ---> Running in 40911885bd80 [2021-03-03T00:36:37.358Z] ---> Running in dd4db0c1d54b [2021-03-03T00:36:37.358Z] ---> Running in 9440d19f6799 [2021-03-03T00:36:37.358Z] ---> Running in 093d878aec71 [2021-03-03T00:36:37.358Z] Removing intermediate container 40911885bd80 [2021-03-03T00:36:37.358Z] ---> 9b4a77db43c6 [2021-03-03T00:36:37.358Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:36:37.358Z] Removing intermediate container 093d878aec71 [2021-03-03T00:36:37.358Z] ---> 669300f5d1e7 [2021-03-03T00:36:37.358Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:36:37.358Z] Removing intermediate container 5b44e4f80f4c [2021-03-03T00:36:37.358Z] ---> a92908bff079 [2021-03-03T00:36:37.358Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:36:37.358Z] Removing intermediate container 9440d19f6799 [2021-03-03T00:36:37.358Z] ---> 61d231e2c652 [2021-03-03T00:36:37.358Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:36:37.358Z] Removing intermediate container dd4db0c1d54b [2021-03-03T00:36:37.358Z] ---> 1aafa1918672 [2021-03-03T00:36:37.358Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:36:37.358Z] ---> Running in 4d8e33840a7c [2021-03-03T00:36:37.358Z] ---> Running in 9977ab797f21 [2021-03-03T00:36:37.358Z] ---> Running in c4034c8e8060 [2021-03-03T00:36:37.358Z] ---> Running in f525fe7af9bd [2021-03-03T00:36:37.358Z] ---> Running in 249b3fbb5ef2 [2021-03-03T00:36:38.763Z] Removing intermediate container 9977ab797f21 [2021-03-03T00:36:38.763Z] ---> 3407d7795ee7 [2021-03-03T00:36:38.763Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T00:36:38.763Z] Removing intermediate container 4d8e33840a7c [2021-03-03T00:36:38.763Z] ---> 0b759f9d932b [2021-03-03T00:36:38.763Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:36:38.763Z] ---> Running in e8a098b44ce9 [2021-03-03T00:36:38.763Z] ---> Running in 3d321ca9a34a [2021-03-03T00:36:38.763Z] Removing intermediate container c4034c8e8060 [2021-03-03T00:36:38.763Z] ---> e02199f8c24d [2021-03-03T00:36:38.763Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T00:36:39.031Z] Removing intermediate container f525fe7af9bd [2021-03-03T00:36:39.031Z] ---> 182ac0342f5f [2021-03-03T00:36:39.031Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T00:36:39.031Z] Removing intermediate container 249b3fbb5ef2 [2021-03-03T00:36:39.031Z] ---> 30ce6277bcc4 [2021-03-03T00:36:39.031Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T00:36:39.031Z] ---> Running in e41e864ccd84 [2021-03-03T00:36:39.294Z] ---> Running in 620e20b39413 [2021-03-03T00:36:39.294Z] ---> Running in 5afe830f4b4d [2021-03-03T00:36:40.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:40.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:40.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:40.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:40.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:40.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:40.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:40.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:41.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:41.102Z] OK: 233 MiB in 51 packages [2021-03-03T00:36:41.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:36:41.366Z] OK: 233 MiB in 51 packages [2021-03-03T00:36:41.366Z] OK: 233 MiB in 51 packages [2021-03-03T00:36:41.631Z] OK: 233 MiB in 51 packages [2021-03-03T00:36:41.899Z] Removing intermediate container e8a098b44ce9 [2021-03-03T00:36:41.899Z] ---> 1e5ca67e609f [2021-03-03T00:36:41.899Z] Step 6/30 : COPY go.mod . [2021-03-03T00:36:41.899Z] OK: 233 MiB in 51 packages [2021-03-03T00:36:42.160Z] Removing intermediate container 3d321ca9a34a [2021-03-03T00:36:42.160Z] ---> cf16f066ddd6 [2021-03-03T00:36:42.160Z] Step 6/23 : COPY go.mod . [2021-03-03T00:36:42.425Z] ---> e73e9c5a547a [2021-03-03T00:36:42.425Z] Step 7/30 : RUN go mod download [2021-03-03T00:36:42.425Z] Removing intermediate container 620e20b39413 [2021-03-03T00:36:42.425Z] ---> f2283372c162 [2021-03-03T00:36:42.425Z] Step 6/22 : COPY go.mod . [2021-03-03T00:36:42.425Z] Removing intermediate container e41e864ccd84 [2021-03-03T00:36:42.425Z] ---> c6c31b526d49 [2021-03-03T00:36:42.425Z] Step 6/22 : COPY go.mod . [2021-03-03T00:36:42.425Z] ---> Running in 27677c3d2dfd [2021-03-03T00:36:42.687Z] ---> a8288bb06bb9 [2021-03-03T00:36:42.687Z] Step 7/23 : RUN go mod download [2021-03-03T00:36:42.955Z] ---> c574f21a169b [2021-03-03T00:36:42.955Z] Step 7/22 : RUN go mod download [2021-03-03T00:36:42.955Z] ---> Running in bd84f563a523 [2021-03-03T00:36:42.955Z] Removing intermediate container 5afe830f4b4d [2021-03-03T00:36:42.955Z] ---> b6c16b2fa242 [2021-03-03T00:36:42.955Z] Step 6/24 : COPY go.mod . [2021-03-03T00:36:42.955Z] ---> e51ff9a5fab7 [2021-03-03T00:36:42.955Z] Step 7/22 : RUN go mod download [2021-03-03T00:36:43.224Z] ---> Running in 7c382a1d81f7 [2021-03-03T00:36:43.224Z] ---> Running in 248e164c7312 [2021-03-03T00:36:43.489Z] ---> ae22beae5ad4 [2021-03-03T00:36:43.490Z] Step 7/24 : RUN go mod download [2021-03-03T00:36:43.490Z] ---> Running in 4fe4d3ec8db3 [2021-03-03T00:36:44.925Z] Removing intermediate container bd84f563a523 [2021-03-03T00:36:44.925Z] ---> 0e2b3c6a9031 [2021-03-03T00:36:44.925Z] Step 8/23 : COPY . . [2021-03-03T00:36:44.925Z] Removing intermediate container 27677c3d2dfd [2021-03-03T00:36:44.925Z] ---> 04edc5f2a659 [2021-03-03T00:36:44.925Z] Step 8/30 : COPY . . [2021-03-03T00:36:46.633Z] 00ac8860ef70: Pull complete [2021-03-03T00:36:46.633Z] 63d7cb157983: Pull complete [2021-03-03T00:36:46.907Z] b116817d02f9: Pull complete [2021-03-03T00:36:49.172Z] Removing intermediate container 248e164c7312 [2021-03-03T00:36:49.172Z] ---> d594b605ac10 [2021-03-03T00:36:49.172Z] Step 8/22 : COPY . . [2021-03-03T00:36:49.172Z] Removing intermediate container 7c382a1d81f7 [2021-03-03T00:36:49.172Z] ---> 96562aa79a6e [2021-03-03T00:36:49.172Z] Step 8/22 : COPY . . [2021-03-03T00:36:49.172Z] Removing intermediate container 4fe4d3ec8db3 [2021-03-03T00:36:49.172Z] ---> 5a4a784c5824 [2021-03-03T00:36:49.172Z] Step 8/24 : COPY . . [2021-03-03T00:36:51.234Z] 745a02a5169b: Pull complete [2021-03-03T00:36:51.234Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-03T00:36:51.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-03T00:36:51.234Z] ---> b7e6874047d6 [2021-03-03T00:36:51.234Z] 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-03T00:36:54.665Z] ---> Running in e2dff2b9c0d8 [2021-03-03T00:36:55.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:36:56.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:36:57.217Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T00:36:57.217Z] (2/12) Installing file (5.38-r0) [2021-03-03T00:36:57.490Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T00:36:57.490Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T00:37:04.189Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T00:37:04.189Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T00:37:04.189Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T00:37:04.189Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T00:37:04.189Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T00:37:04.189Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T00:37:04.189Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T00:37:04.189Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T00:37:04.189Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:37:04.189Z] OK: 217 MiB in 51 packages [2021-03-03T00:37:08.508Z] Removing intermediate container e2dff2b9c0d8 [2021-03-03T00:37:08.508Z] ---> e9392550600c [2021-03-03T00:37:08.508Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T00:37:08.508Z] ---> Running in b99bcf447c37 [2021-03-03T00:37:08.780Z] Removing intermediate container b99bcf447c37 [2021-03-03T00:37:08.780Z] ---> b2fe8ee11416 [2021-03-03T00:37:08.780Z] Step 5/6 : COPY go.mod . [2021-03-03T00:37:09.375Z] ---> ab8c93560f2c [2021-03-03T00:37:09.375Z] Step 6/6 : RUN go mod download [2021-03-03T00:37:09.649Z] ---> Running in 1257f2ca0946 [2021-03-03T00:37:21.438Z] ---> 330300724b3c [2021-03-03T00:37:21.438Z] ---> 7b8ffa777ecb [2021-03-03T00:37:21.439Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T00:37:21.439Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T00:37:22.836Z] ---> Running in 085f2faa85ff [2021-03-03T00:37:22.836Z] ---> Running in a97b2296b3b5 [2021-03-03T00:37:22.836Z] ---> dc4c0ff1cb7b [2021-03-03T00:37:22.836Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T00:37:22.836Z] ---> 2c22fcf708de [2021-03-03T00:37:22.836Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T00:37:23.786Z] ---> 028378df1806 [2021-03-03T00:37:23.786Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T00:37:23.786Z] ---> Running in a3ee90e787eb [2021-03-03T00:37:23.786Z] ---> Running in ce6715561bd2 [2021-03-03T00:37:24.050Z] ---> Running in 5876e0bad5a7 [2021-03-03T00:37:25.025Z] 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-03T00:37:25.025Z] 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-03T00:37:25.025Z] 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-03T00:37:25.025Z] 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-03T00:37:25.025Z] 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-03T00:37:42.235Z] Removing intermediate container 1257f2ca0946 [2021-03-03T00:37:42.235Z] ---> 74300f0bfc29 [2021-03-03T00:37:42.235Z] Successfully built 74300f0bfc29 [2021-03-03T00:37:42.235Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:37:42.587Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T00:37:42.587Z] . [Pipeline] withDockerContainer [2021-03-03T00:37:42.889Z] prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container [2021-03-03T00:37:42.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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-03T00:37:44.710Z] $ docker top bb016a633fec52cb15f018115fc2e35e7a32153f07040f668ce09251f0a581a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:37:45.742Z] + go version [2021-03-03T00:37:45.742Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-03T00:37:45.764Z] $ docker stop --time=1 bb016a633fec52cb15f018115fc2e35e7a32153f07040f668ce09251f0a581a9 [2021-03-03T00:37:47.812Z] $ docker rm -f bb016a633fec52cb15f018115fc2e35e7a32153f07040f668ce09251f0a581a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:37:48.858Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T00:37:48.858Z] . [Pipeline] withDockerContainer [2021-03-03T00:37:49.141Z] prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container [2021-03-03T00:37:49.229Z] $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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-03T00:37:50.631Z] $ docker top 4b995a02260ae32470f8bb79b9a53a6d2b9a27c79d38bdb32e1ec3b6db1ea8b4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T00:37:50.982Z] ========================================================= [2021-03-03T00:37:50.982Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T00:37:50.982Z] ========================================================= [Pipeline] sh [2021-03-03T00:37:51.633Z] + make test [2021-03-03T00:37:51.633Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T00:37:57.588Z] 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-03T00:38:00.969Z] Removing intermediate container 085f2faa85ff [2021-03-03T00:38:00.969Z] ---> b114f9b1e824 [2021-03-03T00:38:00.969Z] [2021-03-03T00:38:00.969Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T00:38:00.969Z] 3.12: Pulling from library/alpine [2021-03-03T00:38:01.238Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T00:38:01.238Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T00:38:01.238Z] ---> 88dd2752d2ea [2021-03-03T00:38:01.238Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T00:38:07.856Z] ---> Running in f6305be10e59 [2021-03-03T00:38:07.856Z] Removing intermediate container a3ee90e787eb [2021-03-03T00:38:07.856Z] ---> a40cdb14d943 [2021-03-03T00:38:07.856Z] [2021-03-03T00:38:07.856Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T00:38:07.856Z] ---> 88dd2752d2ea [2021-03-03T00:38:07.856Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T00:38:07.856Z] Removing intermediate container ce6715561bd2 [2021-03-03T00:38:07.856Z] ---> 07662a17e235 [2021-03-03T00:38:07.856Z] [2021-03-03T00:38:07.856Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:38:07.856Z] ---> 88dd2752d2ea [2021-03-03T00:38:07.856Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T00:38:07.856Z] Removing intermediate container 5876e0bad5a7 [2021-03-03T00:38:07.856Z] ---> 0971bddb2e3b [2021-03-03T00:38:07.856Z] [2021-03-03T00:38:07.856Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:38:07.856Z] ---> 88dd2752d2ea [2021-03-03T00:38:07.856Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:38:07.856Z] ---> Running in e283d50346e2 [2021-03-03T00:38:08.805Z] ---> Running in 8509c92cd052 [2021-03-03T00:38:08.805Z] ---> Running in 0dc9870dd953 [2021-03-03T00:38:08.805Z] Removing intermediate container f6305be10e59 [2021-03-03T00:38:08.805Z] ---> 14f48bf36ce5 [2021-03-03T00:38:08.805Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T00:38:09.854Z] ---> Running in 512a71c66da7 [2021-03-03T00:38:09.854Z] Removing intermediate container a97b2296b3b5 [2021-03-03T00:38:09.854Z] ---> 39880c687603 [2021-03-03T00:38:09.854Z] [2021-03-03T00:38:09.854Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:38:09.854Z] ---> 88dd2752d2ea [2021-03-03T00:38:09.854Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:38:10.127Z] ---> Running in 866dfb5f1730 [2021-03-03T00:38:10.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:10.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:10.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:10.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:10.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:10.753Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T00:38:11.046Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:38:11.046Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T00:38:11.046Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T00:38:11.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:11.046Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:11.046Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:11.046Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:38:11.046Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T00:38:11.046Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:11.046Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:11.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:11.046Z] OK: 7 MiB in 19 packages [2021-03-03T00:38:11.046Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:38:11.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:11.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:11.046Z] OK: 6 MiB in 16 packages [2021-03-03T00:38:11.046Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:11.046Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:11.046Z] OK: 6 MiB in 15 packages [2021-03-03T00:38:11.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:11.338Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:11.338Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T00:38:11.338Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:11.338Z] OK: 6 MiB in 16 packages [2021-03-03T00:38:11.338Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:11.338Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:11.338Z] OK: 6 MiB in 15 packages [2021-03-03T00:38:14.711Z] Removing intermediate container e283d50346e2 [2021-03-03T00:38:14.711Z] ---> 8b4e820ae353 [2021-03-03T00:38:14.711Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:38:14.711Z] Removing intermediate container 0dc9870dd953 [2021-03-03T00:38:14.711Z] ---> dec98e6f6679 [2021-03-03T00:38:14.711Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:38:14.711Z] Removing intermediate container 8509c92cd052 [2021-03-03T00:38:14.711Z] ---> 60ea4baa5674 [2021-03-03T00:38:14.711Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:38:14.711Z] ---> Running in dd24a986dcf9 [2021-03-03T00:38:14.711Z] ---> Running in 853d73cdd6d7 [2021-03-03T00:38:14.711Z] Removing intermediate container 866dfb5f1730 [2021-03-03T00:38:14.711Z] ---> b83230a3f59a [2021-03-03T00:38:14.711Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:38:14.711Z] ---> Running in 3bb5013fb755 [2021-03-03T00:38:14.711Z] Removing intermediate container 512a71c66da7 [2021-03-03T00:38:14.711Z] ---> 9a2c42483909 [2021-03-03T00:38:14.711Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T00:38:14.711Z] ---> Running in 2bb131f42803 [2021-03-03T00:38:14.975Z] Removing intermediate container 853d73cdd6d7 [2021-03-03T00:38:14.975Z] ---> b38ed5a777a7 [2021-03-03T00:38:14.975Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T00:38:14.975Z] ---> Running in ced766689916 [2021-03-03T00:38:14.975Z] Removing intermediate container dd24a986dcf9 [2021-03-03T00:38:14.975Z] ---> 391b04ff7691 [2021-03-03T00:38:14.975Z] Step 13/24 : WORKDIR / [2021-03-03T00:38:14.975Z] Removing intermediate container 3bb5013fb755 [2021-03-03T00:38:14.975Z] ---> d65239337858 [2021-03-03T00:38:14.975Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T00:38:14.975Z] ---> Running in ffb1e0dc2b33 [2021-03-03T00:38:15.238Z] ---> Running in 896d5bf6b8ae [2021-03-03T00:38:15.238Z] ---> Running in 3572b1057aca [2021-03-03T00:38:15.238Z] Removing intermediate container 2bb131f42803 [2021-03-03T00:38:15.238Z] ---> 9ac96a9023fd [2021-03-03T00:38:15.238Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T00:38:15.238Z] Removing intermediate container ced766689916 [2021-03-03T00:38:15.238Z] ---> 916e47c56102 [2021-03-03T00:38:15.238Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T00:38:15.502Z] ---> Running in 33fb20b1da15 [2021-03-03T00:38:15.502Z] ---> Running in eb062b30ea43 [2021-03-03T00:38:15.502Z] Removing intermediate container ffb1e0dc2b33 [2021-03-03T00:38:15.502Z] ---> f246b97f31c7 [2021-03-03T00:38:15.502Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:38:15.502Z] Removing intermediate container 896d5bf6b8ae [2021-03-03T00:38:15.502Z] ---> f474dc7a701c [2021-03-03T00:38:15.502Z] 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-03T00:38:15.768Z] Removing intermediate container 3572b1057aca [2021-03-03T00:38:15.768Z] ---> 8ad96b8f0f78 [2021-03-03T00:38:15.768Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:38:16.040Z] ---> Running in 176c0497be75 [2021-03-03T00:38:16.040Z] ---> Running in 15fc8811f21f [2021-03-03T00:38:16.312Z] Removing intermediate container 33fb20b1da15 [2021-03-03T00:38:16.312Z] ---> 952acc9ef956 [2021-03-03T00:38:16.312Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:38:16.312Z] Removing intermediate container eb062b30ea43 [2021-03-03T00:38:16.312Z] ---> d21e2a5d91e9 [2021-03-03T00:38:16.312Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T00:38:16.312Z] ---> fda22e919d28 [2021-03-03T00:38:16.312Z] 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-03T00:38:16.312Z] ---> Running in 4832bc6d58a5 [2021-03-03T00:38:16.312Z] ---> Running in 648f5d4a8fbf [2021-03-03T00:38:16.581Z] Removing intermediate container 176c0497be75 [2021-03-03T00:38:16.581Z] ---> 2973f35b8cf1 [2021-03-03T00:38:16.581Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:38:16.581Z] Removing intermediate container 15fc8811f21f [2021-03-03T00:38:16.581Z] ---> e3d5e0bd1c47 [2021-03-03T00:38:16.581Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:38:16.848Z] ---> 4c2e92040a43 [2021-03-03T00:38:16.848Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T00:38:16.848Z] Removing intermediate container 648f5d4a8fbf [2021-03-03T00:38:16.848Z] ---> 347cca5330bb [2021-03-03T00:38:16.848Z] Step 15/23 : WORKDIR / [2021-03-03T00:38:17.113Z] ---> Running in f32b1b78520f [2021-03-03T00:38:17.113Z] ---> 3a5e14c60022 [2021-03-03T00:38:17.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T00:38:17.113Z] ---> 9b2e62d0ec1d [2021-03-03T00:38:17.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T00:38:17.113Z] ---> acc785f0d847 [2021-03-03T00:38:17.113Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T00:38:17.377Z] Removing intermediate container f32b1b78520f [2021-03-03T00:38:17.377Z] ---> 7e9f4f789973 [2021-03-03T00:38:17.377Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:38:17.953Z] ---> fd4840c5fb25 [2021-03-03T00:38:17.953Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T00:38:17.953Z] ---> ad8113e286ca [2021-03-03T00:38:17.953Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T00:38:17.953Z] ---> e4b962856128 [2021-03-03T00:38:17.953Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T00:38:17.953Z] ---> cde32fb1bd7c [2021-03-03T00:38:17.953Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T00:38:17.953Z] Removing intermediate container 4832bc6d58a5 [2021-03-03T00:38:17.953Z] ---> 0a5a02b8eb92 [2021-03-03T00:38:17.953Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T00:38:18.459Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T00:38:18.529Z] ---> Running in 9c62b3b26584 [2021-03-03T00:38:18.794Z] ---> 332fa82b4607 [2021-03-03T00:38:18.794Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T00:38:18.794Z] ---> 433cc90d15a7 [2021-03-03T00:38:18.794Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T00:38:18.794Z] ---> 78933e87d99c [2021-03-03T00:38:18.794Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T00:38:18.794Z] ---> Running in 161a336d51ad [2021-03-03T00:38:19.068Z] ---> af4d79cd8566 [2021-03-03T00:38:19.068Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T00:38:19.068Z] ---> Running in 50994147f375 [2021-03-03T00:38:19.068Z] Removing intermediate container 9c62b3b26584 [2021-03-03T00:38:19.068Z] ---> 83a50697c8d6 [2021-03-03T00:38:19.068Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T00:38:19.331Z] Removing intermediate container 161a336d51ad [2021-03-03T00:38:19.331Z] ---> 76000eea5bc1 [2021-03-03T00:38:19.331Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:38:19.331Z] ---> ce6593fa3cd1 [2021-03-03T00:38:19.331Z] 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-03T00:38:19.331Z] ---> Running in fb8a16453423 [2021-03-03T00:38:19.592Z] ---> Running in 82864514f09f [2021-03-03T00:38:19.592Z] Removing intermediate container 50994147f375 [2021-03-03T00:38:19.592Z] ---> 7d92c91d56c1 [2021-03-03T00:38:19.592Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:38:19.592Z] ---> 53199b8ef6e8 [2021-03-03T00:38:19.592Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T00:38:19.592Z] ---> b89ff5ed7383 [2021-03-03T00:38:19.592Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T00:38:19.863Z] ---> Running in 683f58e93a7f [2021-03-03T00:38:19.863Z] ---> Running in 12328dc15d3d [2021-03-03T00:38:19.863Z] ---> Running in 56457528c786 [2021-03-03T00:38:20.125Z] Removing intermediate container fb8a16453423 [2021-03-03T00:38:20.125Z] ---> 49ba1a99e0c8 [2021-03-03T00:38:20.125Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T00:38:20.125Z] ---> Running in 74528f8ec215 [2021-03-03T00:38:20.389Z] Removing intermediate container 683f58e93a7f [2021-03-03T00:38:20.389Z] ---> 1257550a8831 [2021-03-03T00:38:20.389Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T00:38:20.389Z] Removing intermediate container 12328dc15d3d [2021-03-03T00:38:20.389Z] ---> a7f2ecd70125 [2021-03-03T00:38:20.389Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:38:20.655Z] ---> Running in 09e9ab151b48 [2021-03-03T00:38:20.655Z] ---> Running in ef292916952a [2021-03-03T00:38:20.655Z] Removing intermediate container 74528f8ec215 [2021-03-03T00:38:20.655Z] ---> 9be90a3eba32 [2021-03-03T00:38:20.655Z] Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:38:20.920Z] ---> Running in 932a8324c9a0 [2021-03-03T00:38:21.182Z] Removing intermediate container 09e9ab151b48 [2021-03-03T00:38:21.182Z] ---> f35549ec9787 [2021-03-03T00:38:21.182Z] Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:38:21.182Z] Removing intermediate container ef292916952a [2021-03-03T00:38:21.182Z] ---> 8ae92041bf9b [2021-03-03T00:38:21.182Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T00:38:21.445Z] ---> Running in fa5547e45b56 [2021-03-03T00:38:21.445Z] ---> Running in adca922ef324 [2021-03-03T00:38:21.445Z] Removing intermediate container 932a8324c9a0 [2021-03-03T00:38:21.445Z] ---> cea72a48b0f4 [2021-03-03T00:38:21.445Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:38:21.445Z] Removing intermediate container 82864514f09f [2021-03-03T00:38:21.445Z] ---> f34ebb839ac1 [2021-03-03T00:38:21.445Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T00:38:21.713Z] ---> Running in 13a442f7959d [2021-03-03T00:38:21.713Z] ---> Running in f932af48bf09 [2021-03-03T00:38:21.713Z] Removing intermediate container adca922ef324 [2021-03-03T00:38:21.713Z] ---> f9a3a6e3b804 [2021-03-03T00:38:21.713Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:38:21.987Z] Removing intermediate container fa5547e45b56 [2021-03-03T00:38:21.987Z] ---> 3dfe1a583bc9 [2021-03-03T00:38:21.987Z] Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:38:21.987Z] ---> Running in 7e40a6b52e11 [2021-03-03T00:38:21.987Z] Removing intermediate container 56457528c786 [2021-03-03T00:38:21.987Z] ---> 832da81fa01c [2021-03-03T00:38:21.987Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:38:21.987Z] Removing intermediate container 13a442f7959d [2021-03-03T00:38:21.987Z] ---> 2d76c342943d [2021-03-03T00:38:21.987Z] [2021-03-03T00:38:21.987Z] Removing intermediate container f932af48bf09 [2021-03-03T00:38:21.987Z] ---> 8649f3df6de0 [2021-03-03T00:38:21.987Z] Step 22/24 : LABEL arch=x86_64 [2021-03-03T00:38:22.251Z] ---> Running in f5289b594564 [2021-03-03T00:38:22.251Z] ---> Running in 1adbd9e9d4be [2021-03-03T00:38:22.251Z] Removing intermediate container 7e40a6b52e11 [2021-03-03T00:38:22.251Z] ---> 9d3963d8ea63 [2021-03-03T00:38:22.251Z] [2021-03-03T00:38:22.512Z] Successfully built 2d76c342943d [2021-03-03T00:38:22.512Z] Successfully built 9d3963d8ea63 [2021-03-03T00:38:22.512Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-03T00:38:22.512Z] ---> 42f79d841791 [2021-03-03T00:38:22.512Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T00:38:22.512Z] Building docker-core-command-go [2021-03-03T00:38:22.512Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest [2021-03-03T00:38:22.512Z] Building docker-core-data-go [2021-03-03T00:38:22.775Z]  Building docker-support-notifications-go ... done Removing intermediate container 1adbd9e9d4be [2021-03-03T00:38:22.775Z] ---> 43c19e82ffe8 [2021-03-03T00:38:22.775Z] Step 23/24 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:38:22.775Z] Removing intermediate container f5289b594564 [2021-03-03T00:38:22.775Z] ---> 3ab6d123e606 [2021-03-03T00:38:22.775Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:38:23.040Z] ---> Running in 8ed86eccef8e [2021-03-03T00:38:23.040Z] ---> Running in 0f92da2def66 [2021-03-03T00:38:23.040Z] ---> 077c17663f3d [2021-03-03T00:38:23.040Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T00:38:23.304Z] Removing intermediate container 0f92da2def66 [2021-03-03T00:38:23.304Z] ---> 36163714f97f [2021-03-03T00:38:23.304Z] [2021-03-03T00:38:23.304Z] Removing intermediate container 8ed86eccef8e [2021-03-03T00:38:23.304Z] ---> 8e27e30ded2f [2021-03-03T00:38:23.304Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T00:38:23.570Z] Successfully built 36163714f97f [2021-03-03T00:38:23.570Z] ---> Running in 3c07cf9b0698 [2021-03-03T00:38:23.570Z] Successfully tagged docker-core-metadata-go:latest [2021-03-03T00:38:23.570Z] Building docker-security-proxy-setup-go [2021-03-03T00:38:23.570Z]  Building docker-core-metadata-go ... done  ---> ab79080824c4 [2021-03-03T00:38:23.570Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T00:38:23.839Z] Removing intermediate container 3c07cf9b0698 [2021-03-03T00:38:23.839Z] ---> a25905e16136 [2021-03-03T00:38:23.839Z] [2021-03-03T00:38:24.102Z] Successfully built a25905e16136 [2021-03-03T00:38:24.102Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-03T00:38:24.102Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-03T00:38:24.372Z] ---> 8d97716b813f [2021-03-03T00:38:24.372Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T00:38:24.372Z] ---> Running in ca1a6d760d3b [2021-03-03T00:38:27.695Z] Removing intermediate container ca1a6d760d3b [2021-03-03T00:38:27.695Z] ---> 344c3fa5c4a6 [2021-03-03T00:38:27.695Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T00:38:29.629Z] ---> 173ca503afea [2021-03-03T00:38:29.629Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T00:38:30.584Z] ---> Running in 9eb1faf06926 [2021-03-03T00:38:33.160Z] Removing intermediate container 9eb1faf06926 [2021-03-03T00:38:33.160Z] ---> 3f7a96f42fe8 [2021-03-03T00:38:33.160Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T00:38:33.422Z] ---> Running in 5ffb4dedd34e [2021-03-03T00:38:33.684Z] Removing intermediate container 5ffb4dedd34e [2021-03-03T00:38:33.684Z] ---> 36b206d3b0d6 [2021-03-03T00:38:33.684Z] Step 27/30 : CMD ["gate"] [2021-03-03T00:38:33.949Z] ---> Running in e6aaa3505ad8 [2021-03-03T00:38:33.949Z] Removing intermediate container e6aaa3505ad8 [2021-03-03T00:38:33.949Z] ---> ae25a9b676bd [2021-03-03T00:38:33.949Z] Step 28/30 : LABEL arch=x86_64 [2021-03-03T00:38:34.211Z] ---> Running in 8339207c504b [2021-03-03T00:38:34.475Z] Removing intermediate container 8339207c504b [2021-03-03T00:38:34.475Z] ---> c4a48147b961 [2021-03-03T00:38:34.475Z] Step 29/30 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:38:34.475Z] ---> Running in f12124c70fc1 [2021-03-03T00:38:34.737Z] Removing intermediate container f12124c70fc1 [2021-03-03T00:38:34.737Z] ---> 3a7835dc406d [2021-03-03T00:38:34.737Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T00:38:35.330Z] ---> Running in ca9ee39df48f [2021-03-03T00:38:39.605Z] Removing intermediate container ca9ee39df48f [2021-03-03T00:38:39.605Z] ---> 6688a5dd39ae [2021-03-03T00:38:39.605Z] [2021-03-03T00:38:39.605Z] Successfully built 6688a5dd39ae [2021-03-03T00:38:39.605Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-03T00:38:50.082Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:38:50.083Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:38:50.083Z] ---> ad578baab571 [2021-03-03T00:38:50.083Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 1aafa1918672 [2021-03-03T00:38:50.083Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:38:50.083Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:38:50.083Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:38:50.083Z] ---> ad578baab571 [2021-03-03T00:38:50.083Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 1aafa1918672 [2021-03-03T00:38:50.083Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 30ce6277bcc4 [2021-03-03T00:38:50.083Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 30ce6277bcc4 [2021-03-03T00:38:50.083Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> b6c16b2fa242 [2021-03-03T00:38:50.083Z] Step 6/23 : COPY go.mod . [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> b6c16b2fa242 [2021-03-03T00:38:50.083Z] Step 6/21 : COPY go.mod . [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> ae22beae5ad4 [2021-03-03T00:38:50.083Z] Step 7/21 : RUN go mod download [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> ae22beae5ad4 [2021-03-03T00:38:50.083Z] Step 7/23 : RUN go mod download [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 5a4a784c5824 [2021-03-03T00:38:50.083Z] Step 8/21 : COPY . . [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 5a4a784c5824 [2021-03-03T00:38:50.083Z] Step 8/23 : COPY . . [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> dc4c0ff1cb7b [2021-03-03T00:38:50.083Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> dc4c0ff1cb7b [2021-03-03T00:38:50.083Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T00:38:50.083Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:38:50.083Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:38:50.083Z] ---> ad578baab571 [2021-03-03T00:38:50.083Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 1aafa1918672 [2021-03-03T00:38:50.083Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 30ce6277bcc4 [2021-03-03T00:38:50.083Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T00:38:50.083Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:38:50.083Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:38:50.083Z] ---> ad578baab571 [2021-03-03T00:38:50.083Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 1aafa1918672 [2021-03-03T00:38:50.083Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:38:50.083Z] ---> Using cache [2021-03-03T00:38:50.083Z] ---> 30ce6277bcc4 [2021-03-03T00:38:50.083Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T00:38:51.090Z] ---> Running in 665cb347c3fd [2021-03-03T00:38:51.090Z] ---> Running in 00be1fede283 [2021-03-03T00:38:51.090Z] ---> Running in b1b552227414 [2021-03-03T00:38:51.090Z] ---> Running in 3c1d7a379f6e [2021-03-03T00:38:52.044Z] 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-03T00:38:52.044Z] 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-03T00:38:52.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:52.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:52.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:52.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:53.951Z] OK: 233 MiB in 51 packages [2021-03-03T00:38:53.951Z] OK: 233 MiB in 51 packages [2021-03-03T00:38:55.362Z] Removing intermediate container 3c1d7a379f6e [2021-03-03T00:38:55.362Z] ---> 7b146bdd52af [2021-03-03T00:38:55.362Z] Step 6/23 : COPY go.mod . [2021-03-03T00:38:55.362Z] Removing intermediate container b1b552227414 [2021-03-03T00:38:55.362Z] ---> c17ca925ae7d [2021-03-03T00:38:55.362Z] Step 6/26 : COPY go.mod . [2021-03-03T00:38:56.790Z] ---> 17f104fc96a7 [2021-03-03T00:38:56.790Z] Step 7/23 : RUN go mod download [2021-03-03T00:38:57.062Z] ---> 81f03e52bed1 [2021-03-03T00:38:57.062Z] Step 7/26 : RUN go mod download [2021-03-03T00:38:57.062Z] ---> Running in ffbb58f159a1 [2021-03-03T00:38:57.335Z] ---> Running in 6a651195395f [2021-03-03T00:39:00.719Z] Removing intermediate container 6a651195395f [2021-03-03T00:39:00.719Z] ---> 7eaa46b26bde [2021-03-03T00:39:00.719Z] Step 8/26 : COPY . . [2021-03-03T00:39:00.719Z] Removing intermediate container ffbb58f159a1 [2021-03-03T00:39:00.719Z] ---> dce57c577571 [2021-03-03T00:39:00.719Z] Step 8/23 : COPY . . [2021-03-03T00:39:15.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T00:39:15.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T00:39:19.003Z] 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-03T00:39:21.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T00:39:21.815Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T00:39:24.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T00:39:24.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T00:39:24.450Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T00:39:24.450Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T00:39:27.232Z] Removing intermediate container 665cb347c3fd [2021-03-03T00:39:27.232Z] ---> 0ba816d38a36 [2021-03-03T00:39:27.232Z] [2021-03-03T00:39:27.232Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:39:27.232Z] ---> 88dd2752d2ea [2021-03-03T00:39:27.232Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:39:27.232Z] ---> Using cache [2021-03-03T00:39:27.232Z] ---> b83230a3f59a [2021-03-03T00:39:27.232Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:39:27.232Z] ---> Using cache [2021-03-03T00:39:27.232Z] ---> 9ac96a9023fd [2021-03-03T00:39:27.232Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T00:39:27.498Z] ---> 825747dc15cf [2021-03-03T00:39:27.498Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T00:39:27.868Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T00:39:28.443Z] ---> Running in 0dfa00236b11 [2021-03-03T00:39:28.443Z] ---> 100605ae14a3 [2021-03-03T00:39:28.443Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T00:39:28.443Z] ---> Running in 915d3e009b33 [2021-03-03T00:39:28.443Z] ---> Running in 4c60a9382165 [2021-03-03T00:39:28.469Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T00:39:28.712Z] Removing intermediate container 00be1fede283 [2021-03-03T00:39:28.712Z] ---> 85e4c22b32a3 [2021-03-03T00:39:28.712Z] [2021-03-03T00:39:28.712Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T00:39:28.712Z] ---> 88dd2752d2ea [2021-03-03T00:39:28.712Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T00:39:28.712Z] Removing intermediate container 0dfa00236b11 [2021-03-03T00:39:28.712Z] ---> 9c5bf74b59fa [2021-03-03T00:39:28.712Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:39:28.712Z] ---> Running in b3602f1f5e67 [2021-03-03T00:39:28.976Z] ---> Running in 8b6ca37be365 [2021-03-03T00:39:29.249Z] Removing intermediate container 8b6ca37be365 [2021-03-03T00:39:29.249Z] ---> 95e9453da197 [2021-03-03T00:39:29.249Z] Step 15/23 : WORKDIR / [2021-03-03T00:39:29.249Z] ---> Running in fcd726a1ff58 [2021-03-03T00:39:29.518Z] Removing intermediate container fcd726a1ff58 [2021-03-03T00:39:29.518Z] ---> 47ae664eec73 [2021-03-03T00:39:29.518Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:39:29.518Z] 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-03T00:39:29.518Z] 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-03T00:39:29.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:29.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:29.780Z] ---> 1f4571144b77 [2021-03-03T00:39:29.780Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T00:39:30.049Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T00:39:30.049Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:39:30.049Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T00:39:30.049Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T00:39:30.049Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:39:30.049Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:39:30.316Z] OK: 7 MiB in 18 packages [2021-03-03T00:39:31.804Z] ---> c9466d6b1f80 [2021-03-03T00:39:31.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T00:39:32.768Z] Removing intermediate container b3602f1f5e67 [2021-03-03T00:39:32.769Z] ---> c0809c89fb1e [2021-03-03T00:39:32.769Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:39:33.035Z] ---> 9afeef8ee9ea [2021-03-03T00:39:33.035Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T00:39:33.035Z] ---> Running in 3522ccad12e0 [2021-03-03T00:39:33.035Z] ---> Running in 0f56ce07dbfa [2021-03-03T00:39:33.624Z] Removing intermediate container 3522ccad12e0 [2021-03-03T00:39:33.624Z] ---> 2979096964e2 [2021-03-03T00:39:33.624Z] Step 13/21 : WORKDIR /edgex [2021-03-03T00:39:33.624Z] ---> Running in 9c2bf47a4b9e [2021-03-03T00:39:33.624Z] Removing intermediate container 0f56ce07dbfa [2021-03-03T00:39:33.624Z] ---> 32ec994e0759 [2021-03-03T00:39:33.624Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:39:33.624Z] ---> Running in 89869642d7e9 [2021-03-03T00:39:34.218Z] Removing intermediate container 9c2bf47a4b9e [2021-03-03T00:39:34.218Z] ---> 786113084290 [2021-03-03T00:39:34.218Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T00:39:34.815Z] Removing intermediate container 89869642d7e9 [2021-03-03T00:39:34.815Z] ---> f9a0be35726a [2021-03-03T00:39:34.815Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T00:39:34.815Z] ---> Running in 5919077cba59 [2021-03-03T00:39:35.769Z] ---> 0c4ca27e42ed [2021-03-03T00:39:35.769Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T00:39:35.769Z] Removing intermediate container 5919077cba59 [2021-03-03T00:39:35.769Z] ---> d2baded5f093 [2021-03-03T00:39:35.769Z] Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:39:36.035Z] ---> Running in 65f2c69cf917 [2021-03-03T00:39:36.310Z] Removing intermediate container 65f2c69cf917 [2021-03-03T00:39:36.310Z] ---> 93673c84a59e [2021-03-03T00:39:36.310Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:39:36.579Z] ---> ad1a12e51ec1 [2021-03-03T00:39:36.579Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T00:39:36.579Z] ---> Running in d590ea0142fa [2021-03-03T00:39:36.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T00:39:36.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T00:39:36.746Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T00:39:36.843Z] Removing intermediate container d590ea0142fa [2021-03-03T00:39:36.843Z] ---> fba774e3206f [2021-03-03T00:39:36.843Z] [2021-03-03T00:39:37.109Z] Successfully built fba774e3206f [2021-03-03T00:39:37.380Z] Successfully tagged docker-core-command-go:latest [2021-03-03T00:39:37.380Z]  Building docker-core-command-go ... done  ---> 463ebc9cd993 [2021-03-03T00:39:37.380Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T00:39:37.380Z] ---> Running in 3815e1925ecc [2021-03-03T00:39:37.657Z] Removing intermediate container 3815e1925ecc [2021-03-03T00:39:37.657Z] ---> 1dac4ff00912 [2021-03-03T00:39:37.657Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T00:39:37.657Z] ---> Running in dbb502d11a5d [2021-03-03T00:39:39.091Z] Removing intermediate container dbb502d11a5d [2021-03-03T00:39:39.091Z] ---> 808f8c9ea6e6 [2021-03-03T00:39:39.091Z] Step 19/21 : LABEL arch=x86_64 [2021-03-03T00:39:39.091Z] ---> Running in d47f754a9bec [2021-03-03T00:39:39.361Z] Removing intermediate container d47f754a9bec [2021-03-03T00:39:39.361Z] ---> 79a59a60020a [2021-03-03T00:39:39.361Z] Step 20/21 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:39:39.361Z] ---> Running in 0df98fcace70 [2021-03-03T00:39:39.636Z] Removing intermediate container 0df98fcace70 [2021-03-03T00:39:39.636Z] ---> 8bc18052b002 [2021-03-03T00:39:39.636Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T00:39:39.636Z] ---> Running in ded64a028e89 [2021-03-03T00:39:39.909Z] Removing intermediate container ded64a028e89 [2021-03-03T00:39:39.909Z] ---> f2491b4cde23 [2021-03-03T00:39:39.909Z] [2021-03-03T00:39:40.188Z] Successfully built f2491b4cde23 [2021-03-03T00:39:40.188Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-03T00:39:42.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.403s coverage: 45.9% of statements [2021-03-03T00:39:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T00:39:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T00:39:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T00:39:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T00:39:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T00:39:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T00:39:42.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T00:39:42.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.216s coverage: 100.0% of statements [2021-03-03T00:39:48.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.562s coverage: 27.1% of statements [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T00:39:48.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T00:39:48.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T00:39:48.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T00:39:49.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 65.8% of statements [2021-03-03T00:39:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T00:39:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T00:39:50.249Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 915d3e009b33 [2021-03-03T00:39:50.249Z] ---> 7e83ed06168d [2021-03-03T00:39:50.249Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T00:39:50.249Z] ---> Running in 1f0ccfd7de58 [2021-03-03T00:39:50.249Z] 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-03T00:39:52.166Z] Removing intermediate container 4c60a9382165 [2021-03-03T00:39:52.166Z] ---> 1446e1674e8f [2021-03-03T00:39:52.166Z] [2021-03-03T00:39:52.166Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:39:52.166Z] ---> 88dd2752d2ea [2021-03-03T00:39:52.166Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T00:39:52.166Z] ---> Running in cb882de10e03 [2021-03-03T00:39:52.166Z] Removing intermediate container 1f0ccfd7de58 [2021-03-03T00:39:52.166Z] ---> aca9ff894e04 [2021-03-03T00:39:52.166Z] [2021-03-03T00:39:52.166Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T00:39:52.166Z] 20.10.0: Pulling from library/docker [2021-03-03T00:39:52.166Z] Removing intermediate container cb882de10e03 [2021-03-03T00:39:52.166Z] ---> afda983ccd44 [2021-03-03T00:39:52.166Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T00:39:52.430Z] ---> Running in edffb5ec7d8e [2021-03-03T00:39:52.430Z] Removing intermediate container edffb5ec7d8e [2021-03-03T00:39:52.430Z] ---> a358421a1686 [2021-03-03T00:39:52.430Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T00:39:52.744Z] ---> Running in 26c75180b32d [2021-03-03T00:39:53.046Z] Removing intermediate container 26c75180b32d [2021-03-03T00:39:53.046Z] ---> 3d69c23e8694 [2021-03-03T00:39:53.046Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:39:53.046Z] ---> Running in 099553baa357 [2021-03-03T00:39:53.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.733s coverage: 82.3% of statements [2021-03-03T00:39:53.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T00:39:53.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:39:53.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-03T00:39:53.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T00:39:54.454Z] Removing intermediate container 099553baa357 [2021-03-03T00:39:54.454Z] ---> 2d27bbeecdc3 [2021-03-03T00:39:54.454Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T00:39:54.718Z] ---> Running in 7d35abee2b66 [2021-03-03T00:39:55.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:55.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:56.446Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T00:39:56.446Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T00:39:56.706Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T00:39:56.706Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T00:39:56.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.174s coverage: 28.6% of statements [2021-03-03T00:39:56.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T00:39:56.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T00:39:56.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T00:39:56.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T00:39:56.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T00:39:56.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-03-03T00:39:56.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T00:39:56.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-03-03T00:39:56.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T00:39:56.966Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T00:39:56.967Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T00:39:56.967Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:39:56.967Z] OK: 8 MiB in 20 packages [2021-03-03T00:39:57.232Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T00:39:57.232Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T00:39:57.232Z] ---> aefe523efa57 [2021-03-03T00:39:57.232Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T00:39:57.232Z] ---> Running in 1c8215a8bead [2021-03-03T00:39:57.809Z] Removing intermediate container 7d35abee2b66 [2021-03-03T00:39:57.809Z] ---> 2c1fba12fa07 [2021-03-03T00:39:57.809Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:39:57.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:57.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:58.072Z] ---> ce269875b379 [2021-03-03T00:39:58.072Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T00:39:58.072Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T00:39:58.072Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T00:39:58.072Z] Executing bash-5.0.17-r0.post-install [2021-03-03T00:39:58.072Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:39:58.072Z] OK: 12 MiB in 22 packages [2021-03-03T00:39:58.646Z] ---> 840d56f05194 [2021-03-03T00:39:58.646Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T00:39:58.646Z] Removing intermediate container 1c8215a8bead [2021-03-03T00:39:58.646Z] ---> cc984a11ce7d [2021-03-03T00:39:58.646Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T00:39:58.907Z] ---> Running in d1e8ca62823d [2021-03-03T00:39:58.907Z] ---> 17bf0d8a15b4 [2021-03-03T00:39:58.907Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T00:39:58.907Z] ---> Running in 0ea17fa9949b [2021-03-03T00:39:58.907Z] Removing intermediate container d1e8ca62823d [2021-03-03T00:39:58.907Z] ---> a4d883bb1568 [2021-03-03T00:39:58.907Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T00:39:59.167Z] ---> Running in 9d4de7edb183 [2021-03-03T00:39:59.167Z] Removing intermediate container 0ea17fa9949b [2021-03-03T00:39:59.167Z] ---> 4f8308d94daf [2021-03-03T00:39:59.167Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:39:59.167Z] ---> Running in 87389a187de1 [2021-03-03T00:39:59.428Z] Removing intermediate container 9d4de7edb183 [2021-03-03T00:39:59.428Z] ---> ee1e79da348a [2021-03-03T00:39:59.428Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T00:39:59.428Z] ---> Running in b745aaa77a64 [2021-03-03T00:39:59.428Z] Removing intermediate container 87389a187de1 [2021-03-03T00:39:59.428Z] ---> d7b80e3a3cc9 [2021-03-03T00:39:59.428Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T00:39:59.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.423s coverage: 86.7% of statements [2021-03-03T00:39:59.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T00:39:59.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements [2021-03-03T00:39:59.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T00:39:59.690Z] ---> Running in 5a4ef261a2f2 [2021-03-03T00:39:59.690Z] Removing intermediate container b745aaa77a64 [2021-03-03T00:39:59.690Z] ---> a8554df677e1 [2021-03-03T00:39:59.690Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T00:39:59.690Z] Removing intermediate container 5a4ef261a2f2 [2021-03-03T00:39:59.690Z] ---> 1945dbd37357 [2021-03-03T00:39:59.690Z] Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:39:59.951Z] ---> Running in 148476060d3e [2021-03-03T00:40:00.215Z] ---> 59724dbcc213 [2021-03-03T00:40:00.215Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T00:40:00.476Z] Removing intermediate container 148476060d3e [2021-03-03T00:40:00.476Z] ---> d1e496191c37 [2021-03-03T00:40:00.476Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:40:00.737Z] ---> Running in b23af0c50734 [2021-03-03T00:40:00.737Z] ---> 93af7aecdfc0 [2021-03-03T00:40:00.737Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T00:40:00.737Z] Removing intermediate container b23af0c50734 [2021-03-03T00:40:00.737Z] ---> c700ffa2d7b1 [2021-03-03T00:40:00.737Z] [2021-03-03T00:40:00.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2021-03-03T00:40:00.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T00:40:00.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T00:40:00.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T00:40:00.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T00:40:00.999Z] ---> 8d54b75637a2 [2021-03-03T00:40:00.999Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T00:40:00.999Z] Successfully built c700ffa2d7b1 [2021-03-03T00:40:00.999Z] Successfully tagged docker-core-data-go:latest [2021-03-03T00:40:00.999Z]  Building docker-core-data-go ... done  ---> Running in 95ad9cecddb2 [2021-03-03T00:40:01.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:01.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:02.112Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T00:40:02.112Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T00:40:02.112Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T00:40:02.112Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T00:40:02.112Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T00:40:02.112Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T00:40:02.112Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T00:40:03.059Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T00:40:03.059Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T00:40:03.059Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T00:40:03.059Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T00:40:03.059Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T00:40:03.059Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T00:40:03.059Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T00:40:03.059Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T00:40:03.059Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T00:40:03.059Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T00:40:03.321Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T00:40:03.321Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T00:40:03.321Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T00:40:03.321Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T00:40:03.321Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T00:40:03.321Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T00:40:03.321Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T00:40:03.321Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T00:40:03.321Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T00:40:03.321Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T00:40:03.321Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T00:40:03.321Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T00:40:03.321Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T00:40:03.321Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T00:40:03.321Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T00:40:03.321Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T00:40:03.591Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:40:03.591Z] OK: 71 MiB in 55 packages [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T00:40:09.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2021-03-03T00:40:09.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.102s coverage: 87.5% of statements [2021-03-03T00:40:11.769Z] Removing intermediate container 95ad9cecddb2 [2021-03-03T00:40:11.769Z] ---> 81be70e5e6eb [2021-03-03T00:40:11.769Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T00:40:12.037Z] ---> Running in 68c8c6260fcd [2021-03-03T00:40:13.426Z] Collecting docker-compose==1.23.2 [2021-03-03T00:40:13.426Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T00:40:13.687Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T00:40:13.687Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T00:40:13.687Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T00:40:13.688Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T00:40:14.261Z] 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-03T00:40:14.261Z] Collecting PyYAML<4,>=3.10 [2021-03-03T00:40:14.261Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T00:40:15.211Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T00:40:15.211Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T00:40:15.784Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T00:40:15.784Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T00:40:15.784Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T00:40:15.784Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T00:40:16.355Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T00:40:16.355Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T00:40:16.355Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T00:40:16.355Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-03T00:40:16.617Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T00:40:16.617Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T00:40:16.617Z] Collecting idna<2.8,>=2.5 [2021-03-03T00:40:16.617Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T00:40:16.617Z] 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-03T00:40:16.617Z] 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-03T00:40:16.885Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T00:40:16.885Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T00:40:16.885Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T00:40:16.885Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T00:40:16.885Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T00:40:16.885Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T00:40:16.885Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T00:40:16.885Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T00:40:17.156Z] Installing collected packages: jsonschema, dockerpty, PyYAML, texttable, idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-03-03T00:40:17.156Z] Running setup.py install for dockerpty: started [2021-03-03T00:40:17.733Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T00:40:17.733Z] Running setup.py install for PyYAML: started [2021-03-03T00:40:18.306Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T00:40:18.306Z] Running setup.py install for texttable: started [2021-03-03T00:40:18.567Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T00:40:18.567Z] Attempting uninstall: idna [2021-03-03T00:40:18.567Z] Found existing installation: idna 2.9 [2021-03-03T00:40:18.567Z] Uninstalling idna-2.9: [2021-03-03T00:40:18.567Z] Successfully uninstalled idna-2.9 [2021-03-03T00:40:18.829Z] Attempting uninstall: urllib3 [2021-03-03T00:40:18.829Z] Found existing installation: urllib3 1.25.9 [2021-03-03T00:40:18.829Z] Uninstalling urllib3-1.25.9: [2021-03-03T00:40:18.829Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T00:40:19.095Z] Attempting uninstall: requests [2021-03-03T00:40:19.095Z] Found existing installation: requests 2.23.0 [2021-03-03T00:40:19.095Z] Uninstalling requests-2.23.0: [2021-03-03T00:40:19.095Z] Successfully uninstalled requests-2.23.0 [2021-03-03T00:40:19.095Z] Running setup.py install for docopt: started [2021-03-03T00:40:19.668Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T00:40:20.252Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-03-03T00:40:21.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements [2021-03-03T00:40:21.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-03-03T00:40:23.579Z] Removing intermediate container 68c8c6260fcd [2021-03-03T00:40:23.579Z] ---> a7b0498b9c2d [2021-03-03T00:40:23.579Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T00:40:23.579Z] ---> Running in 01a1566dc827 [2021-03-03T00:40:24.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:24.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:24.153Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:40:24.153Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T00:40:24.153Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T00:40:24.153Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:40:24.153Z] OK: 72 MiB in 58 packages [2021-03-03T00:40:24.727Z] Removing intermediate container 01a1566dc827 [2021-03-03T00:40:24.727Z] ---> 6f74b10375ec [2021-03-03T00:40:24.727Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T00:40:24.727Z] ---> Running in bf5183dbb6e1 [2021-03-03T00:40:24.989Z] Removing intermediate container bf5183dbb6e1 [2021-03-03T00:40:24.989Z] ---> 895a2854d3f8 [2021-03-03T00:40:24.989Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:40:24.989Z] ---> Running in c77333c41ecc [2021-03-03T00:40:25.250Z] Removing intermediate container c77333c41ecc [2021-03-03T00:40:25.250Z] ---> 8cf47838432c [2021-03-03T00:40:25.250Z] Step 24/26 : LABEL arch=x86_64 [2021-03-03T00:40:25.250Z] ---> Running in 290b68bbcc69 [2021-03-03T00:40:25.250Z] Removing intermediate container 290b68bbcc69 [2021-03-03T00:40:25.250Z] ---> f1479133b366 [2021-03-03T00:40:25.250Z] Step 25/26 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:40:25.511Z] ---> Running in 51cfef5cc3c9 [2021-03-03T00:40:25.511Z] Removing intermediate container 51cfef5cc3c9 [2021-03-03T00:40:25.511Z] ---> 13d3539a0326 [2021-03-03T00:40:25.511Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T00:40:25.773Z] ---> Running in f15c9c552089 [2021-03-03T00:40:25.773Z] Removing intermediate container f15c9c552089 [2021-03-03T00:40:25.773Z] ---> d79960038202 [2021-03-03T00:40:25.773Z] [2021-03-03T00:40:26.034Z] Successfully built d79960038202 [2021-03-03T00:40:26.034Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-03T00:40:26.308Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-03T00:40:26.315Z] $ docker stop --time=1 8190ff27e40a3a96758895a5c326d4b5229125d86a54a461cb54ae0973d27c72 [2021-03-03T00:40:27.932Z] $ docker rm -f 8190ff27e40a3a96758895a5c326d4b5229125d86a54a461cb54ae0973d27c72 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T00:40:28.476Z] + docker images [2021-03-03T00:40:28.476Z] + grep docker [2021-03-03T00:40:29.051Z] docker-sys-mgmt-agent-go latest d79960038202 3 seconds ago 313MB [2021-03-03T00:40:29.051Z] docker-core-data-go latest c700ffa2d7b1 28 seconds ago 22.4MB [2021-03-03T00:40:29.051Z] docker-security-proxy-setup-go latest f2491b4cde23 49 seconds ago 24.7MB [2021-03-03T00:40:29.051Z] docker-core-command-go latest fba774e3206f 52 seconds ago 17MB [2021-03-03T00:40:29.051Z] docker-security-bootstrapper-go latest 6688a5dd39ae About a minute ago 18.7MB [2021-03-03T00:40:29.051Z] docker-security-secretstore-setup-go latest a25905e16136 2 minutes ago 24.9MB [2021-03-03T00:40:29.051Z] docker-core-metadata-go latest 36163714f97f 2 minutes ago 19MB [2021-03-03T00:40:29.051Z] docker-support-notifications-go latest 9d3963d8ea63 2 minutes ago 17.8MB [2021-03-03T00:40:29.051Z] docker-support-scheduler-go latest 2d76c342943d 2 minutes ago 17.2MB [2021-03-03T00:40:29.051Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.6% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.481s coverage: 62.4% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements [2021-03-03T00:40:36.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 69.1% of statements [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T00:40:36.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T00:40:37.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 38.4% of statements [2021-03-03T00:40:37.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T00:40:37.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T00:40:37.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements [2021-03-03T00:40:37.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T00:40:37.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements [2021-03-03T00:40:43.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.449s coverage: 47.0% of statements [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T00:40:43.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T00:40:43.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T00:40:43.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T00:40:43.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.395s coverage: 88.5% of statements [2021-03-03T00:40:43.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T00:40:43.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:40:43.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T00:40:44.650Z] Still waiting to schedule task [2021-03-03T00:40:44.650Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-03T00:40:51.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.098s coverage: 29.1% of statements [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T00:40:51.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T00:40:51.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T00:40:51.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.187s coverage: 94.3% of statements [2021-03-03T00:40:51.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T00:40:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T00:40:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T00:40:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T00:40:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T00:40:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.089s coverage: 100.0% of statements [2021-03-03T00:40:51.928Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements [2021-03-03T00:40:52.524Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-03-03T00:40:53.122Z] GO111MODULE=on go vet ./... [2021-03-03T00:42:14.939Z] gofmt -l . [2021-03-03T00:42:14.939Z] [ "`gofmt -l .`" = "" ] [2021-03-03T00:42:14.939Z] ./bin/test-go-mod-tidy.sh [2021-03-03T00:42:14.939Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T00:42:15.612Z] + ls -al . [2021-03-03T00:42:15.612Z] total 744 [2021-03-03T00:42:15.612Z] drwxrwxr-x 9 1001 1001 4096 Mar 3 00:42 . [2021-03-03T00:42:15.612Z] drwxr-xr-x 4 root root 4096 Mar 3 00:37 .. [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 00:36 .dockerignore [2021-03-03T00:42:15.612Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 00:36 .git [2021-03-03T00:42:15.612Z] drwxrwxr-x 3 1001 1001 4096 Mar 3 00:36 .github [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 00:36 .gitignore [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 00:36 .sonarcloud.properties [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 00:36 Attribution.txt [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 00:36 CONTRIBUTING.md [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 00:36 Dockerfile.build [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 00:36 Jenkinsfile [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 00:36 LICENSE [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 00:36 Makefile [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 00:36 README.md [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 00:36 SECURITY.md [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 00:32 VERSION [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 00:36 ZMQWindows.md [2021-03-03T00:42:15.612Z] drwxrwxr-x 2 1001 1001 4096 Mar 3 00:36 bin [2021-03-03T00:42:15.612Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 00:36 cmd [2021-03-03T00:42:15.612Z] -rw-r--r-- 1 root root 602804 Mar 3 00:40 coverage.out [2021-03-03T00:42:15.612Z] -rw-r--r-- 1 root root 1055 Mar 3 00:42 go.mod [2021-03-03T00:42:15.612Z] -rw-r--r-- 1 root root 21699 Mar 3 00:42 go.sum [2021-03-03T00:42:15.612Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 00:36 internal [2021-03-03T00:42:15.612Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 00:36 openapi [2021-03-03T00:42:15.612Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 00:36 snap [2021-03-03T00:42:15.612Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 00:36 version.go [Pipeline] sh [2021-03-03T00:42:16.276Z] + '[' -e coverage.out ] [2021-03-03T00:42:16.276Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T00:42:16.342Z] Warning: overwriting stash ‘coverage-report’ [2021-03-03T00:42:17.746Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T00:42:18.434Z] + make build [2021-03-03T00:42:18.434Z] 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-03T00:42:28.795Z] 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-03T00:42:34.144Z] Running on prd-ubuntu18.04-docker-8c-8g-28313 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-03T00:42:34.196Z] Running in /w/workspace/edgex-go/74 [Pipeline] { [Pipeline] checkout [2021-03-03T00:42:36.816Z] using credential edgex-jenkins-ssh [2021-03-03T00:42:36.905Z] Cloning the remote Git repository [2021-03-03T00:42:36.946Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:42:37.038Z] > git init /w/workspace/edgex-go/74 # timeout=10 [2021-03-03T00:42:37.084Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:42:37.085Z] > git --version # timeout=10 [2021-03-03T00:42:37.093Z] > git --version # 'git version 2.17.1' [2021-03-03T00:42:37.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:42:37.123Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:42:45.715Z] Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-03T00:42:44.982Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:42:44.990Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:42:45.008Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:42:45.022Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:42:45.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:42:45.027Z] > 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-03T00:42:45.729Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:42:45.739Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-03T00:42:46.233Z] Merge succeeded, producing 4a252a5529916a45aefcc3db8739cfe525c7d218 [2021-03-03T00:42:46.233Z] Checking out Revision 4a252a5529916a45aefcc3db8739cfe525c7d218 (PR-2858) [2021-03-03T00:42:45.881Z] > git remote # timeout=10 [2021-03-03T00:42:45.889Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T00:42:45.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:42:45.898Z] > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 [2021-03-03T00:42:46.221Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T00:42:46.240Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:42:46.245Z] > git checkout -f 4a252a5529916a45aefcc3db8739cfe525c7d218 # timeout=10 [2021-03-03T00:42:50.044Z] Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" [2021-03-03T00:42:50.058Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:42:50.052Z] > git rev-list --no-walk 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 [2021-03-03T00:42:51.169Z] + echo snap-build.sh [2021-03-03T00:42:51.169Z] snap-build.sh [2021-03-03T00:42:51.169Z] + SNAP_BASE_DIR=. [2021-03-03T00:42:51.169Z] + '[' '!' -z /w/workspace/edgex-go/74 ']' [2021-03-03T00:42:51.169Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/74 [2021-03-03T00:42:51.169Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/74]' [2021-03-03T00:42:51.169Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/74] [2021-03-03T00:42:51.169Z] + cd /w/workspace/edgex-go/74 [2021-03-03T00:42:51.169Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-03T00:42:51.169Z] Reading package lists... [2021-03-03T00:42:51.433Z] Building dependency tree... [2021-03-03T00:42:51.433Z] Reading state information... [2021-03-03T00:42:51.433Z] The following packages were automatically installed and are no longer required: [2021-03-03T00:42:51.433Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-03T00:42:51.434Z] uidmap xdelta3 [2021-03-03T00:42:51.434Z] Use 'sudo apt autoremove' to remove them. [2021-03-03T00:42:51.697Z] The following packages will be REMOVED: [2021-03-03T00:42:51.697Z] lxd* lxd-client* [2021-03-03T00:42:52.269Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-03T00:42:52.269Z] After this operation, 31.7 MB disk space will be freed. [2021-03-03T00:42:53.843Z] (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-03T00:42:53.843Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T00:42:54.791Z] Removing lxd dnsmasq configuration [2021-03-03T00:42:55.052Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T00:42:55.315Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-03T00:42:55.597Z] 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-03T00:42:56.259Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-03T00:42:56.521Z] (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-03T00:42:56.521Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T00:42:57.036Z] 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-03T00:42:58.445Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-03T00:42:58.445Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-03T00:43:00.375Z] + sudo snap remove --purge lxd [2021-03-03T00:43:00.638Z] snap "lxd" is not installed [2021-03-03T00:43:00.638Z] + sudo groupadd --force --system lxd [2021-03-03T00:43:00.638Z] ++ whoami [2021-03-03T00:43:00.638Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-03T00:43:00.638Z] + newgrp - lxd [2021-03-03T00:43:00.638Z] + sudo snap install lxd [2021-03-03T00:43:02.449Z] 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-03T00:43:04.416Z] 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-03T00:43:08.744Z] 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-03T00:43:10.664Z] 2021-03-03T00:43:07Z INFO Waiting for automatic snapd restart... [2021-03-03T00:43:15.474Z] 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-03T00:43:18.874Z] 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-03T00:43:23.200Z] 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-03T00:43:25.615Z] lxd 4.11 from Canonical* installed [2021-03-03T00:43:25.615Z] + sudo lxd init --auto [2021-03-03T00:43:25.853Z] 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-03T00:43:30.180Z] 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-03T00:43:35.601Z] $ docker stop --time=1 4b995a02260ae32470f8bb79b9a53a6d2b9a27c79d38bdb32e1ec3b6db1ea8b4 [2021-03-03T00:43:35.655Z] + sudo snap install --classic snapcraft [2021-03-03T00:43:38.017Z] $ docker rm -f 4b995a02260ae32470f8bb79b9a53a6d2b9a27c79d38bdb32e1ec3b6db1ea8b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:43:39.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:43:39.926Z] [2021-03-03T00:43:39.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:43:40.335Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:43:40.335Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-03T00:43:40.335Z] 29e5d40040c1: Pulling fs layer [2021-03-03T00:43:40.335Z] 1ce36da41761: Pulling fs layer [2021-03-03T00:43:40.335Z] 25b303627fd3: Pulling fs layer [2021-03-03T00:43:40.932Z] 29e5d40040c1: Verifying Checksum [2021-03-03T00:43:40.932Z] 29e5d40040c1: Download complete [2021-03-03T00:43:41.016Z] snapcraft 4.5.1 from Canonical* installed [2021-03-03T00:43:41.016Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-03T00:43:41.016Z] + patch --verbose -p1 [2021-03-03T00:43:41.016Z] Hmm... Looks like a unified diff to me... [2021-03-03T00:43:41.016Z] The text leading up to this was: [2021-03-03T00:43:41.016Z] -------------------------- [2021-03-03T00:43:41.016Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-03T00:43:41.016Z] |From: Tony Espy [2021-03-03T00:43:41.016Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-03T00:43:41.016Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-03T00:43:41.016Z] | [2021-03-03T00:43:41.016Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-03T00:43:41.016Z] |optimize the snap CI check run for pull requests. When [2021-03-03T00:43:41.016Z] |applied, it essentially strips out everything (apps and [2021-03-03T00:43:41.016Z] |parts) from the snapcraft.yaml file except those required [2021-03-03T00:43:41.016Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-03T00:43:41.016Z] |catch changes to edgex-go that break the snap build. [2021-03-03T00:43:41.016Z] | [2021-03-03T00:43:41.016Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-03T00:43:41.016Z] |to update this patch file, otherwise it may fail to apply, [2021-03-03T00:43:41.016Z] |resulting in a failed snap build CI check in the associated [2021-03-03T00:43:41.016Z] |pull request. [2021-03-03T00:43:41.016Z] | [2021-03-03T00:43:41.016Z] |Note - in addition to applying this patch, the pipeline also [2021-03-03T00:43:41.016Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-03T00:43:41.016Z] |need to build the finally binary .snap file (and it won't [2021-03-03T00:43:41.016Z] |work with the patch applied). This further reduces the build [2021-03-03T00:43:41.016Z] |time. [2021-03-03T00:43:41.016Z] |--- [2021-03-03T00:43:41.016Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-03T00:43:41.016Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-03T00:43:41.016Z] | [2021-03-03T00:43:41.016Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-03T00:43:41.016Z] |index 1e537489..faf42425 100644 [2021-03-03T00:43:41.016Z] |--- a/snap/snapcraft.yaml [2021-03-03T00:43:41.016Z] |+++ b/snap/snapcraft.yaml [2021-03-03T00:43:41.016Z] -------------------------- [2021-03-03T00:43:41.016Z] patching file snap/snapcraft.yaml [2021-03-03T00:43:41.016Z] Using Plan A... [2021-03-03T00:43:41.016Z] Hunk #1 succeeded at 73. [2021-03-03T00:43:41.016Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-03T00:43:41.016Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-03T00:43:41.016Z] Hunk #4 FAILED at 222. [2021-03-03T00:43:41.016Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-03-03T00:43:41.016Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-03-03T00:43:41.016Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-03-03T00:43:41.017Z] Hunk #8 FAILED at 411. [2021-03-03T00:43:41.017Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-03T00:43:41.017Z] Hmm... Ignoring the trailing garbage. [2021-03-03T00:43:41.017Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-03T00:43:41.538Z] 29e5d40040c1: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-03-03T00:43:41.812Z] 1ce36da41761: Download complete [Pipeline] } [2021-03-03T00:43:42.001Z] Failed in branch amd64 [2021-03-03T00:43:42.798Z] 1ce36da41761: Pull complete [2021-03-03T00:43:45.557Z] 25b303627fd3: Verifying Checksum [2021-03-03T00:43:45.557Z] 25b303627fd3: Download complete [2021-03-03T00:43:53.827Z] 25b303627fd3: Pull complete [2021-03-03T00:43:53.827Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-03T00:43:53.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:43:53.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-03T00:43:54.089Z] prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container [2021-03-03T00:43:54.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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-03T00:43:57.200Z] $ docker top 13ac0095ac7a4c7b66501a2e8fd2638fad383b78d44dd2595faa3c9e58944f85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:43:58.226Z] + docker-compose build --help [2021-03-03T00:43:58.226Z] + grep parallel [2021-03-03T00:44:01.591Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T00:44:01.873Z] $ docker stop --time=1 13ac0095ac7a4c7b66501a2e8fd2638fad383b78d44dd2595faa3c9e58944f85 [2021-03-03T00:44:03.835Z] $ docker rm -f 13ac0095ac7a4c7b66501a2e8fd2638fad383b78d44dd2595faa3c9e58944f85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:44:04.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:44:04.650Z] . [Pipeline] withDockerContainer [2021-03-03T00:44:04.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-28310 does not seem to be running inside a container [2021-03-03T00:44:04.978Z] $ 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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@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-03T00:44:06.408Z] $ docker top 30e6bf531e84c77f0bbe8ef7b5a0536788c2aed4bfcf82bd8380aa7f94d30525 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:44:07.440Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T00:44:10.811Z] Building docker-core-command-go ... [2021-03-03T00:44:10.811Z] Building docker-core-data-go ... [2021-03-03T00:44:10.811Z] Building docker-core-metadata-go ... [2021-03-03T00:44:10.811Z] Building docker-security-bootstrapper-go ... [2021-03-03T00:44:10.811Z] Building docker-security-proxy-setup-go ... [2021-03-03T00:44:10.811Z] Building docker-security-secretstore-setup-go ... [2021-03-03T00:44:10.811Z] Building docker-support-notifications-go ... [2021-03-03T00:44:10.811Z] Building docker-support-scheduler-go ... [2021-03-03T00:44:10.811Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T00:44:10.811Z] Building docker-support-scheduler-go [2021-03-03T00:44:10.811Z] Building docker-security-secretstore-setup-go [2021-03-03T00:44:11.083Z] Building docker-core-command-go [2021-03-03T00:44:11.083Z] Building docker-support-notifications-go [2021-03-03T00:44:11.083Z] Building docker-security-bootstrapper-go [2021-03-03T00:45:32.877Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:32.877Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:32.877Z] ---> 74300f0bfc29 [2021-03-03T00:45:32.877Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T00:45:32.877Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:32.877Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:32.877Z] ---> 74300f0bfc29 [2021-03-03T00:45:32.877Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T00:45:32.877Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:32.877Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:32.877Z] ---> 74300f0bfc29 [2021-03-03T00:45:32.877Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:45:32.877Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:32.877Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:32.877Z] ---> 74300f0bfc29 [2021-03-03T00:45:32.877Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T00:45:32.877Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:32.877Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:32.877Z] ---> 74300f0bfc29 [2021-03-03T00:45:32.877Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T00:45:32.877Z] ---> Running in 4e860269375b [2021-03-03T00:45:32.877Z] ---> Running in 1b6d3c2423c2 [2021-03-03T00:45:32.877Z] ---> Running in a967289eec08 [2021-03-03T00:45:32.877Z] ---> Running in 1468dd77e795 [2021-03-03T00:45:32.877Z] ---> Running in a4fdfda6d3d2 [2021-03-03T00:45:32.877Z] Removing intermediate container 1468dd77e795 [2021-03-03T00:45:32.877Z] ---> 08910e780e17 [2021-03-03T00:45:32.877Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:32.877Z] Removing intermediate container 4e860269375b [2021-03-03T00:45:32.877Z] ---> 4bc63f439999 [2021-03-03T00:45:32.877Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:32.877Z] Removing intermediate container 1b6d3c2423c2 [2021-03-03T00:45:32.877Z] ---> 040aac0c8303 [2021-03-03T00:45:32.877Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:32.877Z] ---> Running in e1c1fd908905 [2021-03-03T00:45:32.877Z] Removing intermediate container a4fdfda6d3d2 [2021-03-03T00:45:32.877Z] ---> 30e66dfbde29 [2021-03-03T00:45:32.877Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:32.877Z] Removing intermediate container a967289eec08 [2021-03-03T00:45:32.877Z] ---> 3f4e95ad3f49 [2021-03-03T00:45:32.877Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:32.877Z] ---> Running in 9926d1c038a3 [2021-03-03T00:45:32.877Z] ---> Running in 132d9ad1527b [2021-03-03T00:45:32.877Z] ---> Running in 2f6c9cc75ac1 [2021-03-03T00:45:32.877Z] ---> Running in ff6e58db308e [2021-03-03T00:45:32.877Z] Removing intermediate container e1c1fd908905 [2021-03-03T00:45:32.877Z] ---> 2936b5cf78cb [2021-03-03T00:45:32.877Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T00:45:32.877Z] ---> Running in 7903daafd204 [2021-03-03T00:45:32.877Z] Removing intermediate container 132d9ad1527b [2021-03-03T00:45:32.877Z] Removing intermediate container 9926d1c038a3 [2021-03-03T00:45:32.877Z] ---> 999d31089ef7 [2021-03-03T00:45:32.877Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T00:45:32.877Z] ---> 2210574d36d4 [2021-03-03T00:45:32.877Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:45:32.877Z] ---> Running in 2036baaf0df3 [2021-03-03T00:45:32.877Z] ---> Running in 525d3c2cf407 [2021-03-03T00:45:32.877Z] Removing intermediate container ff6e58db308e [2021-03-03T00:45:32.877Z] ---> b243f2122d83 [2021-03-03T00:45:32.877Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T00:45:32.877Z] Removing intermediate container 2f6c9cc75ac1 [2021-03-03T00:45:32.877Z] ---> 18d7b52d8fe8 [2021-03-03T00:45:32.877Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T00:45:32.877Z] ---> Running in 34e2fad8ebc9 [2021-03-03T00:45:32.877Z] ---> Running in d02c060873f8 [2021-03-03T00:45:32.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:32.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:32.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:32.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:32.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:32.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:32.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:32.877Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:33.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:33.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:33.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:33.761Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:34.381Z] Removing intermediate container 7903daafd204 [2021-03-03T00:45:34.381Z] ---> f7249ad41ac0 [2021-03-03T00:45:34.381Z] Step 6/22 : COPY go.mod . [2021-03-03T00:45:34.669Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:34.669Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:34.669Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:35.650Z] Removing intermediate container 2036baaf0df3 [2021-03-03T00:45:35.650Z] ---> 896b000855c4 [2021-03-03T00:45:35.650Z] Step 6/24 : COPY go.mod . [2021-03-03T00:45:35.650Z] ---> 10f6491db498 [2021-03-03T00:45:35.650Z] Step 7/22 : RUN go mod download [2021-03-03T00:45:35.931Z] ---> Running in 8bf3b32cef42 [2021-03-03T00:45:36.209Z] Removing intermediate container 34e2fad8ebc9 [2021-03-03T00:45:36.209Z] ---> 8b8761b7c490 [2021-03-03T00:45:36.209Z] Step 6/30 : COPY go.mod . [2021-03-03T00:45:36.486Z] Removing intermediate container d02c060873f8 [2021-03-03T00:45:36.486Z] ---> 2963f124df3e [2021-03-03T00:45:36.486Z] Step 6/22 : COPY go.mod . [2021-03-03T00:45:36.486Z] ---> c18c2a37829b [2021-03-03T00:45:36.486Z] Step 7/24 : RUN go mod download [2021-03-03T00:45:36.486Z] Removing intermediate container 525d3c2cf407 [2021-03-03T00:45:36.486Z] ---> e61ed3bb74f3 [2021-03-03T00:45:36.486Z] Step 6/23 : COPY go.mod . [2021-03-03T00:45:36.775Z] ---> Running in 36aafdbd0cb7 [2021-03-03T00:45:37.388Z] ---> c664796fe8dc [2021-03-03T00:45:37.388Z] Step 7/30 : RUN go mod download [2021-03-03T00:45:37.670Z] ---> Running in 52f5f708eaa6 [2021-03-03T00:45:37.670Z] ---> 7b4413416c1e [2021-03-03T00:45:37.670Z] Step 7/22 : RUN go mod download [2021-03-03T00:45:37.943Z] ---> 91739cbc7092 [2021-03-03T00:45:37.943Z] Step 7/23 : RUN go mod download [2021-03-03T00:45:37.943Z] ---> Running in e9a2d3e0ca3d [2021-03-03T00:45:38.217Z] ---> Running in 853bffa4f2bf [2021-03-03T00:45:39.664Z] Removing intermediate container 8bf3b32cef42 [2021-03-03T00:45:39.664Z] ---> 2dcec43e44da [2021-03-03T00:45:39.664Z] Step 8/22 : COPY . . [2021-03-03T00:45:41.679Z] Removing intermediate container 36aafdbd0cb7 [2021-03-03T00:45:41.679Z] ---> 80aeca017116 [2021-03-03T00:45:41.679Z] Step 8/24 : COPY . . [2021-03-03T00:45:41.958Z] Removing intermediate container 52f5f708eaa6 [2021-03-03T00:45:41.958Z] ---> b8e03d4c2f6c [2021-03-03T00:45:41.958Z] Step 8/30 : COPY . . [2021-03-03T00:45:42.947Z] Removing intermediate container 853bffa4f2bf [2021-03-03T00:45:42.947Z] ---> ea2940b31722 [2021-03-03T00:45:42.947Z] Step 8/23 : COPY . . [2021-03-03T00:45:42.947Z] Removing intermediate container e9a2d3e0ca3d [2021-03-03T00:45:42.947Z] ---> db4982f339bd [2021-03-03T00:45:42.947Z] Step 8/22 : COPY . . [2021-03-03T00:46:09.783Z] ---> 657814f64e80 [2021-03-03T00:46:09.783Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T00:46:09.783Z] ---> 31f3df1e7825 [2021-03-03T00:46:09.783Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T00:46:09.783Z] ---> 74600d346ab4 [2021-03-03T00:46:09.783Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T00:46:09.783Z] ---> a52bf54cdd98 [2021-03-03T00:46:09.783Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T00:46:09.783Z] ---> 6dc86a3fe26a [2021-03-03T00:46:09.783Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T00:46:09.783Z] ---> Running in 4cbd592d7656 [2021-03-03T00:46:09.783Z] ---> Running in 0b75ee471270 [2021-03-03T00:46:09.783Z] ---> Running in a88119e4b91d [2021-03-03T00:46:09.783Z] ---> Running in 828395b4e474 [2021-03-03T00:46:09.783Z] ---> Running in eb4e80d23f97 [2021-03-03T00:46:09.783Z] 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-03T00:46:10.063Z] 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-03T00:46:10.063Z] 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-03T00:46:10.349Z] 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-03T00:46:10.349Z] 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-03T00:47:47.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-03T00:47:55.597Z] Removing intermediate container 0b75ee471270 [2021-03-03T00:47:55.597Z] ---> eaeb6a16d395 [2021-03-03T00:47:55.597Z] [2021-03-03T00:47:55.597Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T00:47:55.597Z] 3.12: Pulling from library/alpine [2021-03-03T00:47:55.597Z] Removing intermediate container a88119e4b91d [2021-03-03T00:47:55.597Z] ---> 870f4c77ac7a [2021-03-03T00:47:55.597Z] [2021-03-03T00:47:55.597Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T00:47:55.597Z] 3.12: Pulling from library/alpine [2021-03-03T00:47:55.873Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T00:47:55.873Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T00:47:55.873Z] Status: Image is up to date for alpine:3.12 [2021-03-03T00:47:55.873Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T00:47:55.873Z] ---> d10569e2745f [2021-03-03T00:47:55.873Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T00:47:55.873Z] ---> d10569e2745f [2021-03-03T00:47:55.873Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T00:47:56.150Z] ---> Running in 0356ae05828a [2021-03-03T00:47:56.150Z] ---> Running in dac728d8188e [2021-03-03T00:47:57.139Z] Removing intermediate container 0356ae05828a [2021-03-03T00:47:57.139Z] ---> 5e4020c3b559 [2021-03-03T00:47:57.139Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T00:47:57.139Z] ---> Running in f1d7094e40e4 [2021-03-03T00:47:58.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:47:58.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:47:59.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:47:59.389Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T00:47:59.389Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:47:59.389Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T00:47:59.389Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T00:47:59.389Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T00:47:59.389Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:47:59.389Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:47:59.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:47:59.993Z] OK: 7 MiB in 19 packages [2021-03-03T00:47:59.993Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:47:59.993Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T00:47:59.993Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:47:59.993Z] OK: 5 MiB in 16 packages [2021-03-03T00:48:03.423Z] Removing intermediate container f1d7094e40e4 [2021-03-03T00:48:03.423Z] ---> c995552f9ec5 [2021-03-03T00:48:03.423Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T00:48:03.423Z] Removing intermediate container dac728d8188e [2021-03-03T00:48:03.423Z] ---> ef5b0bd8c68e [2021-03-03T00:48:03.423Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:48:04.424Z] ---> Running in f18060057000 [2021-03-03T00:48:04.424Z] ---> Running in 3827a5eb9b8a [2021-03-03T00:48:05.414Z] Removing intermediate container 828395b4e474 [2021-03-03T00:48:05.414Z] ---> 96a60b704783 [2021-03-03T00:48:05.414Z] [2021-03-03T00:48:05.414Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:48:05.414Z] ---> d10569e2745f [2021-03-03T00:48:05.414Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:48:05.686Z] Removing intermediate container f18060057000 [2021-03-03T00:48:05.686Z] ---> c899e989f479 [2021-03-03T00:48:05.686Z] Step 13/24 : WORKDIR / [2021-03-03T00:48:05.686Z] Removing intermediate container 3827a5eb9b8a [2021-03-03T00:48:05.686Z] ---> d97e84349659 [2021-03-03T00:48:05.686Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T00:48:05.686Z] Removing intermediate container eb4e80d23f97 [2021-03-03T00:48:05.686Z] ---> 4b0b85eb62bb [2021-03-03T00:48:05.686Z] [2021-03-03T00:48:05.686Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:48:05.686Z] ---> d10569e2745f [2021-03-03T00:48:05.686Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T00:48:05.962Z] ---> Running in 6386f200deb1 [2021-03-03T00:48:06.238Z] Removing intermediate container 4cbd592d7656 [2021-03-03T00:48:06.238Z] ---> 0a091cc105ff [2021-03-03T00:48:06.238Z] [2021-03-03T00:48:06.238Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:48:06.238Z] ---> d10569e2745f [2021-03-03T00:48:06.238Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:48:06.238Z] ---> Running in 815e345a5659 [2021-03-03T00:48:06.238Z] ---> Running in 34730ca402f6 [2021-03-03T00:48:06.512Z] ---> Running in 6da7aa685bb4 [2021-03-03T00:48:06.789Z] ---> Running in 6bc1d9408c8f [2021-03-03T00:48:07.067Z] Removing intermediate container 6da7aa685bb4 [2021-03-03T00:48:07.067Z] ---> 775789fb1b69 [2021-03-03T00:48:07.067Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T00:48:07.344Z] Removing intermediate container 34730ca402f6 [2021-03-03T00:48:07.344Z] ---> aa9853c3c908 [2021-03-03T00:48:07.344Z] 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-03T00:48:07.344Z] ---> Running in 272615da7f1a [2021-03-03T00:48:08.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:08.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:08.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:08.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:08.626Z] ---> 7e2c68e25e05 [2021-03-03T00:48:08.626Z] 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-03T00:48:08.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:08.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:09.184Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T00:48:09.184Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:09.184Z] OK: 5 MiB in 15 packages [2021-03-03T00:48:09.184Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T00:48:09.184Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:09.184Z] OK: 5 MiB in 15 packages [2021-03-03T00:48:09.791Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T00:48:09.791Z] ---> e7f39519932f [2021-03-03T00:48:09.791Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T00:48:09.791Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:48:09.791Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:09.791Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:48:10.068Z] OK: 6 MiB in 16 packages [2021-03-03T00:48:11.056Z] ---> 80531e4d2e43 [2021-03-03T00:48:11.056Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T00:48:11.056Z] Removing intermediate container 272615da7f1a [2021-03-03T00:48:11.057Z] ---> 2c678021585c [2021-03-03T00:48:11.057Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T00:48:11.057Z] ---> Running in 27946b141f8f [2021-03-03T00:48:11.410Z] Removing intermediate container 6386f200deb1 [2021-03-03T00:48:11.410Z] ---> d23654dceb09 [2021-03-03T00:48:11.410Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:48:11.410Z] Removing intermediate container 6bc1d9408c8f [2021-03-03T00:48:11.410Z] ---> 9adad3063906 [2021-03-03T00:48:11.410Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:48:11.410Z] ---> Running in 39b65c19e5f5 [2021-03-03T00:48:11.730Z] ---> Running in 2a729e158d48 [2021-03-03T00:48:12.369Z] Removing intermediate container 27946b141f8f [2021-03-03T00:48:12.369Z] ---> 05b8210c9cda [2021-03-03T00:48:12.369Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T00:48:12.645Z] Removing intermediate container 2a729e158d48 [2021-03-03T00:48:12.645Z] ---> 5f5155ee491a [2021-03-03T00:48:12.645Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T00:48:12.645Z] Removing intermediate container 39b65c19e5f5 [2021-03-03T00:48:12.645Z] ---> c86c58e9b213 [2021-03-03T00:48:12.645Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T00:48:12.645Z] Removing intermediate container 815e345a5659 [2021-03-03T00:48:12.645Z] ---> d6716322d713 [2021-03-03T00:48:12.645Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:48:12.927Z] ---> Running in a71c82ba3f9b [2021-03-03T00:48:12.927Z] ---> 9477b990de65 [2021-03-03T00:48:12.927Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T00:48:12.927Z] ---> Running in 67d7233b5674 [2021-03-03T00:48:12.927Z] ---> Running in a064c11824d8 [2021-03-03T00:48:13.576Z] Removing intermediate container 67d7233b5674 [2021-03-03T00:48:13.576Z] ---> 3e8a8787fed2 [2021-03-03T00:48:13.576Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:48:13.855Z] ---> 603787e4dbad [2021-03-03T00:48:13.855Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T00:48:13.855Z] Removing intermediate container a71c82ba3f9b [2021-03-03T00:48:13.855Z] ---> 4f00669fb909 [2021-03-03T00:48:13.855Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:48:14.165Z] ---> Running in a95f068e08ec [2021-03-03T00:48:14.165Z] ---> Running in cde801ee0c87 [2021-03-03T00:48:14.165Z] Removing intermediate container a064c11824d8 [2021-03-03T00:48:14.165Z] ---> b07cb36f13b7 [2021-03-03T00:48:14.165Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T00:48:14.582Z] ---> Running in ffc5a9b93ef4 [2021-03-03T00:48:14.582Z] ---> Running in e49813756668 [2021-03-03T00:48:14.886Z] Removing intermediate container a95f068e08ec [2021-03-03T00:48:14.886Z] ---> f680d01b711c [2021-03-03T00:48:14.886Z] Step 15/23 : WORKDIR / [2021-03-03T00:48:14.886Z] ---> 608fcbce0143 [2021-03-03T00:48:14.886Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T00:48:15.163Z] ---> Running in a44bd070b62b [2021-03-03T00:48:15.163Z] Removing intermediate container ffc5a9b93ef4 [2021-03-03T00:48:15.163Z] ---> 35326d232715 [2021-03-03T00:48:15.163Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:48:15.471Z] Removing intermediate container e49813756668 [2021-03-03T00:48:15.471Z] ---> cb65b79e69f7 [2021-03-03T00:48:15.471Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:48:15.745Z] ---> Running in 2f32f299417a [2021-03-03T00:48:16.018Z] Removing intermediate container a44bd070b62b [2021-03-03T00:48:16.018Z] ---> 8bdde20a9cab [2021-03-03T00:48:16.018Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:48:16.018Z] ---> 759a874c375c [2021-03-03T00:48:16.018Z] 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-03T00:48:16.292Z] Removing intermediate container 2f32f299417a [2021-03-03T00:48:16.292Z] ---> 9c154b4316d4 [2021-03-03T00:48:16.292Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:48:16.574Z] ---> Running in 33493ae3e1da [2021-03-03T00:48:16.574Z] ---> 33320841bf65 [2021-03-03T00:48:16.574Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T00:48:17.171Z] ---> 0667c3b43322 [2021-03-03T00:48:17.171Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T00:48:17.441Z] ---> 8b1436b2e008 [2021-03-03T00:48:17.441Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T00:48:17.716Z] Removing intermediate container cde801ee0c87 [2021-03-03T00:48:17.716Z] ---> 38228a81012f [2021-03-03T00:48:17.716Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:48:19.162Z] ---> 3981d3091501 [2021-03-03T00:48:19.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T00:48:19.162Z] ---> aec6181726ae [2021-03-03T00:48:19.162Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T00:48:19.434Z] ---> 0bc22c3c97a5 [2021-03-03T00:48:19.434Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T00:48:19.434Z] ---> 24596a018327 [2021-03-03T00:48:19.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T00:48:20.036Z] Removing intermediate container 33493ae3e1da [2021-03-03T00:48:20.036Z] ---> 5069ef3e1102 [2021-03-03T00:48:20.036Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T00:48:20.336Z] ---> 6e3ff3bca4cf [2021-03-03T00:48:20.336Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T00:48:20.336Z] ---> Running in e33f30125051 [2021-03-03T00:48:20.620Z] ---> c1790d6b017b [2021-03-03T00:48:20.620Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T00:48:20.620Z] ---> be76917c9fa5 [2021-03-03T00:48:20.620Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T00:48:20.620Z] ---> Running in 72c385901780 [2021-03-03T00:48:20.893Z] ---> Running in f504b30ac117 [2021-03-03T00:48:20.893Z] ---> Running in d4b71830535c [2021-03-03T00:48:21.170Z] Removing intermediate container e33f30125051 [2021-03-03T00:48:21.170Z] ---> 1511898e887d [2021-03-03T00:48:21.170Z] Step 22/24 : LABEL arch=arm64 [2021-03-03T00:48:21.170Z] ---> d5733f7aa1e4 [2021-03-03T00:48:21.170Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T00:48:21.449Z] ---> Running in 94529037312a [2021-03-03T00:48:21.449Z] Removing intermediate container 72c385901780 [2021-03-03T00:48:21.449Z] ---> 58a4d5802aff [2021-03-03T00:48:21.449Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:48:21.449Z] Removing intermediate container f504b30ac117 [2021-03-03T00:48:21.449Z] ---> 733f6408f702 [2021-03-03T00:48:21.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:48:21.449Z] Removing intermediate container d4b71830535c [2021-03-03T00:48:21.449Z] ---> 7f842e1ef3e1 [2021-03-03T00:48:21.449Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:48:21.732Z] ---> Running in e16dcbd04138 [2021-03-03T00:48:21.732Z] ---> Running in 89e9ae782ddf [2021-03-03T00:48:21.732Z] ---> Running in 8ee246793ec2 [2021-03-03T00:48:22.007Z] Removing intermediate container 94529037312a [2021-03-03T00:48:22.007Z] ---> 0efae40f3d8f [2021-03-03T00:48:22.280Z] Step 23/24 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:48:22.280Z] ---> a188c97f9267 [2021-03-03T00:48:22.280Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T00:48:22.280Z] ---> Running in 3000be5284d4 [2021-03-03T00:48:22.554Z] Removing intermediate container e16dcbd04138 [2021-03-03T00:48:22.554Z] ---> 7dafc497c318 [2021-03-03T00:48:22.554Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T00:48:22.554Z] Removing intermediate container 89e9ae782ddf [2021-03-03T00:48:22.554Z] ---> 91dfdaa4b8f3 [2021-03-03T00:48:22.554Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T00:48:22.829Z] Removing intermediate container 8ee246793ec2 [2021-03-03T00:48:22.829Z] ---> ab90f7b96e82 [2021-03-03T00:48:22.829Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T00:48:22.829Z] ---> Running in 2b154e56233f [2021-03-03T00:48:22.829Z] ---> Running in f38ea923338c [2021-03-03T00:48:22.829Z] ---> Running in 1ed2a7157f52 [2021-03-03T00:48:23.103Z] Removing intermediate container 3000be5284d4 [2021-03-03T00:48:23.103Z] ---> fd746bd0234b [2021-03-03T00:48:23.103Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T00:48:23.379Z] ---> 2a2cc7c660e8 [2021-03-03T00:48:23.379Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T00:48:23.379Z] ---> Running in 68675366e15e [2021-03-03T00:48:23.652Z] Removing intermediate container 2b154e56233f [2021-03-03T00:48:23.652Z] ---> 4608cfa2b8bc [2021-03-03T00:48:23.652Z] Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:48:23.652Z] Removing intermediate container f38ea923338c [2021-03-03T00:48:23.652Z] ---> 1b628920ecd2 [2021-03-03T00:48:23.652Z] Step 21/22 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:48:23.927Z] ---> Running in 281e590b8611 [2021-03-03T00:48:23.927Z] ---> Running in 370d63e3c858 [2021-03-03T00:48:23.927Z] Removing intermediate container 1ed2a7157f52 [2021-03-03T00:48:23.927Z] ---> 1b606134bbd8 [2021-03-03T00:48:23.927Z] Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:48:23.927Z] ---> Running in 65655d413656 [2021-03-03T00:48:24.200Z] Removing intermediate container 68675366e15e [2021-03-03T00:48:24.200Z] ---> 74f7af76ad4c [2021-03-03T00:48:24.200Z] [2021-03-03T00:48:24.200Z] ---> Running in 0435da3f2da0 [2021-03-03T00:48:24.479Z] Removing intermediate container 281e590b8611 [2021-03-03T00:48:24.479Z] ---> 33fc3befe6ad [2021-03-03T00:48:24.479Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:48:24.479Z] Removing intermediate container 370d63e3c858 [2021-03-03T00:48:24.479Z] ---> 53038a9b5c74 [2021-03-03T00:48:24.479Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T00:48:24.752Z] Successfully built 74f7af76ad4c [2021-03-03T00:48:24.752Z] Removing intermediate container 65655d413656 [2021-03-03T00:48:24.752Z] ---> d0b1f3de1bcb [2021-03-03T00:48:24.752Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:48:24.752Z] ---> Running in f8bd41abb3f4 [2021-03-03T00:48:24.752Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-03T00:48:24.752Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-03T00:48:25.025Z] ---> Running in f3e9da7b81d3 [2021-03-03T00:48:25.025Z] Removing intermediate container 0435da3f2da0 [2021-03-03T00:48:25.025Z] ---> ca121ddc4270 [2021-03-03T00:48:25.025Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:48:25.025Z] ---> Running in 78290d7cc68c [2021-03-03T00:48:25.613Z] Removing intermediate container f8bd41abb3f4 [2021-03-03T00:48:25.613Z] ---> 47750c1a346c [2021-03-03T00:48:25.613Z] [2021-03-03T00:48:25.613Z] ---> cb0bea52eaed [2021-03-03T00:48:25.613Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T00:48:25.886Z] Removing intermediate container f3e9da7b81d3 [2021-03-03T00:48:25.886Z] ---> b7d6fa91232d [2021-03-03T00:48:25.886Z] [2021-03-03T00:48:25.886Z] Successfully built 47750c1a346c [2021-03-03T00:48:25.886Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-03T00:48:25.886Z] Building docker-sys-mgmt-agent-go [2021-03-03T00:48:26.160Z]  Building docker-support-notifications-go ... done  ---> Running in 89942f149097 [2021-03-03T00:48:26.160Z] Removing intermediate container 78290d7cc68c [2021-03-03T00:48:26.160Z] ---> 83c15edce2f9 [2021-03-03T00:48:26.160Z] [2021-03-03T00:48:26.160Z] Successfully built b7d6fa91232d [2021-03-03T00:48:26.434Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-03T00:48:26.434Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-03T00:48:26.704Z] Successfully built 83c15edce2f9 [2021-03-03T00:48:26.704Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-03T00:48:26.704Z] Building docker-core-metadata-go [2021-03-03T00:48:28.689Z]  Building docker-core-command-go ... done Removing intermediate container 89942f149097 [2021-03-03T00:48:28.689Z] ---> 1ceb0f8a893b [2021-03-03T00:48:28.689Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T00:48:28.689Z] ---> Running in b17b35aa2240 [2021-03-03T00:48:29.291Z] Removing intermediate container b17b35aa2240 [2021-03-03T00:48:29.292Z] ---> 604f367ff93c [2021-03-03T00:48:29.292Z] Step 27/30 : CMD ["gate"] [2021-03-03T00:48:29.890Z] ---> Running in f459929a2d05 [2021-03-03T00:48:30.878Z] Removing intermediate container f459929a2d05 [2021-03-03T00:48:30.878Z] ---> 7d4e8656e521 [2021-03-03T00:48:30.878Z] Step 28/30 : LABEL arch=arm64 [2021-03-03T00:48:31.858Z] ---> Running in d5742ea0650c [2021-03-03T00:48:33.304Z] Removing intermediate container d5742ea0650c [2021-03-03T00:48:33.304Z] ---> 20a9aaab4fa9 [2021-03-03T00:48:33.304Z] Step 29/30 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:48:34.294Z] ---> Running in 486131f5b98c [2021-03-03T00:48:35.733Z] Removing intermediate container 486131f5b98c [2021-03-03T00:48:35.733Z] ---> b4c6fa196dc7 [2021-03-03T00:48:35.733Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T00:48:36.713Z] ---> Running in 6a991617a7dd [2021-03-03T00:48:37.309Z] Removing intermediate container 6a991617a7dd [2021-03-03T00:48:37.309Z] ---> c48f75ba2702 [2021-03-03T00:48:37.309Z] [2021-03-03T00:48:37.906Z] Successfully built c48f75ba2702 [2021-03-03T00:48:37.906Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-03T00:49:24.882Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:49:24.882Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:49:24.882Z] ---> 74300f0bfc29 [2021-03-03T00:49:24.882Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 3f4e95ad3f49 [2021-03-03T00:49:24.882Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> b243f2122d83 [2021-03-03T00:49:24.882Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 8b8761b7c490 [2021-03-03T00:49:24.882Z] Step 6/21 : COPY go.mod . [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> c664796fe8dc [2021-03-03T00:49:24.882Z] Step 7/21 : RUN go mod download [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> b8e03d4c2f6c [2021-03-03T00:49:24.882Z] Step 8/21 : COPY . . [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 74600d346ab4 [2021-03-03T00:49:24.882Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T00:49:24.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:49:24.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:49:24.882Z] ---> 74300f0bfc29 [2021-03-03T00:49:24.882Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 3f4e95ad3f49 [2021-03-03T00:49:24.882Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> b243f2122d83 [2021-03-03T00:49:24.882Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 8b8761b7c490 [2021-03-03T00:49:24.882Z] Step 6/23 : COPY go.mod . [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> c664796fe8dc [2021-03-03T00:49:24.882Z] Step 7/23 : RUN go mod download [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> b8e03d4c2f6c [2021-03-03T00:49:24.882Z] Step 8/23 : COPY . . [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 74600d346ab4 [2021-03-03T00:49:24.882Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T00:49:24.882Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:49:24.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:49:24.882Z] ---> 74300f0bfc29 [2021-03-03T00:49:24.882Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 3f4e95ad3f49 [2021-03-03T00:49:24.882Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> b243f2122d83 [2021-03-03T00:49:24.882Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T00:49:24.882Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:49:24.882Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:49:24.882Z] ---> 74300f0bfc29 [2021-03-03T00:49:24.882Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> 3f4e95ad3f49 [2021-03-03T00:49:24.882Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:49:24.882Z] ---> Using cache [2021-03-03T00:49:24.882Z] ---> b243f2122d83 [2021-03-03T00:49:24.882Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T00:49:26.853Z] ---> Running in 8f60d26e87ad [2021-03-03T00:49:26.853Z] ---> Running in 4f29259cac76 [2021-03-03T00:49:26.853Z] ---> Running in 72382d1820a3 [2021-03-03T00:49:26.853Z] ---> Running in d9eb97f2f88a [2021-03-03T00:49:28.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:28.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:28.841Z] 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-03T00:49:28.841Z] 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-03T00:49:29.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:29.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:30.044Z] OK: 217 MiB in 51 packages [2021-03-03T00:49:30.319Z] OK: 217 MiB in 51 packages [2021-03-03T00:49:31.773Z] Removing intermediate container 4f29259cac76 [2021-03-03T00:49:31.774Z] ---> 7d612bee72ae [2021-03-03T00:49:31.774Z] Step 6/26 : COPY go.mod . [2021-03-03T00:49:32.375Z] Removing intermediate container 8f60d26e87ad [2021-03-03T00:49:32.375Z] ---> 5593d8403f6a [2021-03-03T00:49:32.375Z] Step 6/23 : COPY go.mod . [2021-03-03T00:49:32.976Z] ---> 8564fed2b1c2 [2021-03-03T00:49:33.256Z] Step 7/26 : RUN go mod download [2021-03-03T00:49:33.256Z] ---> Running in 1683defdfb94 [2021-03-03T00:49:33.533Z] ---> 552582269c57 [2021-03-03T00:49:33.809Z] Step 7/23 : RUN go mod download [2021-03-03T00:49:34.101Z] ---> Running in 64f75b23da6b [2021-03-03T00:49:38.438Z] Removing intermediate container 1683defdfb94 [2021-03-03T00:49:38.438Z] ---> f9766029161f [2021-03-03T00:49:38.438Z] Step 8/26 : COPY . . [2021-03-03T00:49:38.712Z] Removing intermediate container 64f75b23da6b [2021-03-03T00:49:38.712Z] ---> 7b5d208b82fa [2021-03-03T00:49:38.712Z] Step 8/23 : COPY . . [2021-03-03T00:50:11.133Z] ---> cfd5dfe57094 [2021-03-03T00:50:11.133Z] Step 9/23 : RUN make cmd/core-data/core-data ---> 53f83ccafed5 [2021-03-03T00:50:11.133Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T00:50:11.133Z] [2021-03-03T00:50:11.133Z] ---> Running in 4338533120ea [2021-03-03T00:50:11.133Z] ---> Running in ab4bdfbc90d6 [2021-03-03T00:50:11.133Z] 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-03T00:50:11.133Z] 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-03T00:50:23.583Z] 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-03T00:50:41.935Z] Removing intermediate container d9eb97f2f88a [2021-03-03T00:50:41.935Z] ---> bc11767d495c [2021-03-03T00:50:41.935Z] [2021-03-03T00:50:41.935Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T00:50:41.935Z] ---> d10569e2745f [2021-03-03T00:50:41.935Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T00:50:41.935Z] ---> Running in a2e5a492654f [2021-03-03T00:50:41.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:50:41.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:50:42.214Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T00:50:42.214Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:50:42.214Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T00:50:42.214Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T00:50:42.214Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:50:42.214Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:50:42.489Z] OK: 7 MiB in 18 packages [2021-03-03T00:50:45.134Z] Removing intermediate container a2e5a492654f [2021-03-03T00:50:45.134Z] ---> 9729a4dedbca [2021-03-03T00:50:45.134Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:50:45.134Z] ---> Running in e59aea0c9050 [2021-03-03T00:50:45.739Z] Removing intermediate container e59aea0c9050 [2021-03-03T00:50:45.739Z] ---> 608d988915d8 [2021-03-03T00:50:45.739Z] Step 13/21 : WORKDIR /edgex [2021-03-03T00:50:46.020Z] ---> Running in 414f0e4b81d2 [2021-03-03T00:50:46.624Z] Removing intermediate container 414f0e4b81d2 [2021-03-03T00:50:46.624Z] ---> 1ec6ed6d7946 [2021-03-03T00:50:46.624Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T00:50:48.080Z] ---> 12459448880c [2021-03-03T00:50:48.080Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T00:50:49.529Z] ---> 280940e848c1 [2021-03-03T00:50:49.529Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T00:50:51.526Z] ---> b3500ac269ca [2021-03-03T00:50:51.526Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T00:50:51.526Z] ---> Running in 7b23458bc6dd [2021-03-03T00:50:52.130Z] Removing intermediate container 7b23458bc6dd [2021-03-03T00:50:52.130Z] ---> aa33d3d76506 [2021-03-03T00:50:52.130Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T00:50:52.409Z] ---> Running in 83b5b7d42ac7 [2021-03-03T00:50:53.016Z] Removing intermediate container 83b5b7d42ac7 [2021-03-03T00:50:53.016Z] ---> 44562b9eeddf [2021-03-03T00:50:53.016Z] Step 19/21 : LABEL arch=arm64 [2021-03-03T00:50:53.292Z] ---> Running in 00f4310f3166 [2021-03-03T00:50:53.893Z] Removing intermediate container 00f4310f3166 [2021-03-03T00:50:53.893Z] ---> 88b147b4932b [2021-03-03T00:50:53.893Z] Step 20/21 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:50:53.893Z] ---> Running in b82e38aea75b [2021-03-03T00:50:54.498Z] Removing intermediate container b82e38aea75b [2021-03-03T00:50:54.498Z] ---> 91e0bdada8c6 [2021-03-03T00:50:54.498Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T00:50:54.775Z] ---> Running in fc7f10f2e397 [2021-03-03T00:50:55.378Z] Removing intermediate container fc7f10f2e397 [2021-03-03T00:50:55.378Z] ---> 4d67075f5e76 [2021-03-03T00:50:55.378Z] [2021-03-03T00:50:55.979Z] Successfully built 4d67075f5e76 [2021-03-03T00:50:55.979Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-03T00:51:04.309Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 72382d1820a3 [2021-03-03T00:51:04.309Z] ---> 069f4b5dda00 [2021-03-03T00:51:04.309Z] [2021-03-03T00:51:04.309Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:51:04.309Z] ---> d10569e2745f [2021-03-03T00:51:04.309Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:51:04.309Z] ---> Using cache [2021-03-03T00:51:04.309Z] ---> 9adad3063906 [2021-03-03T00:51:04.309Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:51:04.309Z] ---> Using cache [2021-03-03T00:51:04.309Z] ---> 5f5155ee491a [2021-03-03T00:51:04.309Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T00:51:04.309Z] ---> Running in 2e901b2989e9 [2021-03-03T00:51:04.584Z] Removing intermediate container 2e901b2989e9 [2021-03-03T00:51:04.584Z] ---> 51e0c895b13e [2021-03-03T00:51:04.584Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:51:04.584Z] ---> Running in a7e09c89f168 [2021-03-03T00:51:05.183Z] Removing intermediate container a7e09c89f168 [2021-03-03T00:51:05.183Z] ---> 3719181efe9e [2021-03-03T00:51:05.183Z] Step 15/23 : WORKDIR / [2021-03-03T00:51:05.459Z] ---> Running in a6a114d328a0 [2021-03-03T00:51:06.063Z] Removing intermediate container a6a114d328a0 [2021-03-03T00:51:06.063Z] ---> d5dcba1ee295 [2021-03-03T00:51:06.063Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:51:07.533Z] ---> 0c148da53e53 [2021-03-03T00:51:07.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T00:51:09.548Z] ---> 8e93185772c6 [2021-03-03T00:51:09.548Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T00:51:10.545Z] ---> 633a94a3b41d [2021-03-03T00:51:10.545Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T00:51:10.545Z] ---> Running in a436ab446b42 [2021-03-03T00:51:11.531Z] Removing intermediate container a436ab446b42 [2021-03-03T00:51:11.531Z] ---> 586e866389f2 [2021-03-03T00:51:11.531Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:51:11.531Z] ---> Running in 128032c704e8 [2021-03-03T00:51:12.125Z] Removing intermediate container 128032c704e8 [2021-03-03T00:51:12.125Z] ---> a44b1f4068f8 [2021-03-03T00:51:12.125Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T00:51:12.397Z] ---> Running in faa7e4490571 [2021-03-03T00:51:13.372Z] Removing intermediate container faa7e4490571 [2021-03-03T00:51:13.372Z] ---> 6d4cec54e680 [2021-03-03T00:51:13.372Z] Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:51:13.372Z] ---> Running in ef73ce4b1b65 [2021-03-03T00:51:13.971Z] Removing intermediate container ef73ce4b1b65 [2021-03-03T00:51:13.971Z] ---> e2d2bc373fe8 [2021-03-03T00:51:13.971Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:51:14.246Z] ---> Running in 1c834a9b1a61 [2021-03-03T00:51:14.842Z] Removing intermediate container 1c834a9b1a61 [2021-03-03T00:51:14.842Z] ---> f2ffb1bb901b [2021-03-03T00:51:14.842Z] [2021-03-03T00:51:15.441Z] Successfully built f2ffb1bb901b [2021-03-03T00:51:15.441Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-03T00:51:22.197Z]  Building docker-core-metadata-go ... done Removing intermediate container 4338533120ea [2021-03-03T00:51:22.197Z] ---> ab2d2f27d9d3 [2021-03-03T00:51:22.197Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T00:51:22.197Z] ---> Running in 30b3490f3e48 [2021-03-03T00:51:22.467Z] 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-03T00:51:25.851Z] Removing intermediate container 30b3490f3e48 [2021-03-03T00:51:25.851Z] ---> 7f52462289ec [2021-03-03T00:51:25.851Z] [2021-03-03T00:51:25.851Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T00:51:25.851Z] 20.10.0: Pulling from library/docker [2021-03-03T00:51:34.145Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T00:51:34.145Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T00:51:34.145Z] ---> eeaf43b92773 [2021-03-03T00:51:34.145Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T00:51:34.741Z] ---> Running in 41b851c72b18 [2021-03-03T00:51:35.344Z] Removing intermediate container ab4bdfbc90d6 [2021-03-03T00:51:35.344Z] ---> 62ec44a2fb6c [2021-03-03T00:51:35.344Z] [2021-03-03T00:51:35.344Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:51:35.344Z] ---> d10569e2745f [2021-03-03T00:51:35.344Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T00:51:35.344Z] ---> Running in 5f0d85983dc2 [2021-03-03T00:51:35.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:35.895Z] Removing intermediate container 5f0d85983dc2 [2021-03-03T00:51:35.895Z] ---> 4762805bda15 [2021-03-03T00:51:35.895Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T00:51:35.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:35.895Z] ---> Running in 34a40ae68a80 [2021-03-03T00:51:36.490Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T00:51:36.490Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T00:51:36.490Z] Removing intermediate container 34a40ae68a80 [2021-03-03T00:51:36.490Z] ---> 0ec36aa5347a [2021-03-03T00:51:36.490Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T00:51:36.490Z] Executing bash-5.0.17-r0.post-install [2021-03-03T00:51:36.490Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:51:36.490Z] OK: 12 MiB in 22 packages [2021-03-03T00:51:36.490Z] ---> Running in 433a02f7ac3c [2021-03-03T00:51:37.087Z] Removing intermediate container 433a02f7ac3c [2021-03-03T00:51:37.087Z] ---> da66d81b2460 [2021-03-03T00:51:37.087Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:51:37.363Z] ---> Running in 03a6218a915f [2021-03-03T00:51:37.963Z] Removing intermediate container 41b851c72b18 [2021-03-03T00:51:37.963Z] ---> f1d4c3d84af9 [2021-03-03T00:51:37.963Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T00:51:37.963Z] ---> Running in b15f80df8b5b [2021-03-03T00:51:38.562Z] Removing intermediate container b15f80df8b5b [2021-03-03T00:51:38.562Z] ---> 5041e6b24646 [2021-03-03T00:51:38.562Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T00:51:38.837Z] ---> Running in 4a8dac08abba [2021-03-03T00:51:39.108Z] Removing intermediate container 4a8dac08abba [2021-03-03T00:51:39.108Z] ---> 9afdd6506fbc [2021-03-03T00:51:39.108Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T00:51:39.382Z] ---> Running in 6826280623c1 [2021-03-03T00:51:39.382Z] Removing intermediate container 03a6218a915f [2021-03-03T00:51:39.382Z] ---> 2c2a71b50db6 [2021-03-03T00:51:39.382Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T00:51:39.654Z] ---> Running in 9f028c974de3 [2021-03-03T00:51:39.927Z] Removing intermediate container 6826280623c1 [2021-03-03T00:51:39.927Z] ---> 7fd4d809c08b [2021-03-03T00:51:39.927Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T00:51:40.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:41.180Z] ---> bfa4b5a088df [2021-03-03T00:51:41.180Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T00:51:41.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:41.773Z] ---> e267f50cfaee [2021-03-03T00:51:41.773Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T00:51:42.367Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T00:51:42.638Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T00:51:42.638Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T00:51:42.638Z] ---> 99b8a2cd8596 [2021-03-03T00:51:42.638Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T00:51:42.909Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T00:51:42.909Z] ---> Running in fddee93a6b08 [2021-03-03T00:51:43.188Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T00:51:43.189Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T00:51:43.189Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:51:43.189Z] OK: 8 MiB in 20 packages [2021-03-03T00:51:44.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:44.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:44.451Z] Removing intermediate container 9f028c974de3 [2021-03-03T00:51:44.451Z] ---> 756234f1c02e [2021-03-03T00:51:44.451Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:51:44.722Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T00:51:44.722Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T00:51:44.722Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T00:51:44.722Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T00:51:44.722Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T00:51:44.722Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T00:51:44.722Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T00:51:46.152Z] ---> c63bb4da8ef2 [2021-03-03T00:51:46.152Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T00:51:46.425Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T00:51:46.425Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T00:51:46.425Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T00:51:46.425Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T00:51:46.425Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T00:51:46.425Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T00:51:46.699Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T00:51:46.699Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T00:51:46.699Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T00:51:46.699Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T00:51:46.699Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T00:51:46.699Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T00:51:46.699Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T00:51:46.699Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T00:51:46.971Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T00:51:46.971Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T00:51:46.971Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T00:51:46.971Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T00:51:46.971Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T00:51:46.971Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T00:51:46.971Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T00:51:46.971Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T00:51:46.971Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T00:51:46.971Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T00:51:46.971Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T00:51:46.971Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T00:51:47.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:51:47.243Z] OK: 71 MiB in 55 packages [2021-03-03T00:51:47.520Z] ---> 5b867cd4a1cd [2021-03-03T00:51:47.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T00:51:48.123Z] ---> bdd189e431b8 [2021-03-03T00:51:48.398Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T00:51:48.398Z] ---> Running in 056b9fe96889 [2021-03-03T00:51:48.994Z] Removing intermediate container 056b9fe96889 [2021-03-03T00:51:48.994Z] ---> edb12525a97e [2021-03-03T00:51:48.994Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:51:49.268Z] ---> Running in 1e7b56e6bd4e [2021-03-03T00:51:49.863Z] Removing intermediate container 1e7b56e6bd4e [2021-03-03T00:51:49.863Z] ---> 86d298b24309 [2021-03-03T00:51:49.863Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T00:51:49.863Z] ---> Running in 2ca1e330420d [2021-03-03T00:51:50.459Z] Removing intermediate container 2ca1e330420d [2021-03-03T00:51:50.459Z] ---> f91dfaf5ed13 [2021-03-03T00:51:50.459Z] Step 22/23 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:51:50.732Z] ---> Running in c6cdb35366c2 [2021-03-03T00:51:51.328Z] Removing intermediate container c6cdb35366c2 [2021-03-03T00:51:51.328Z] ---> 87dfc8632250 [2021-03-03T00:51:51.328Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:51:51.601Z] ---> Running in a522285b72b6 [2021-03-03T00:51:52.194Z] Removing intermediate container a522285b72b6 [2021-03-03T00:51:52.194Z] ---> 9604081207e1 [2021-03-03T00:51:52.194Z] [2021-03-03T00:51:52.789Z] Successfully built 9604081207e1 [2021-03-03T00:51:52.789Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-03T00:51:53.066Z]  Building docker-core-data-go ... done Removing intermediate container fddee93a6b08 [2021-03-03T00:51:53.066Z] ---> a43e708273a3 [2021-03-03T00:51:53.066Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T00:51:53.338Z] ---> Running in f09c42e6b45c [2021-03-03T00:51:58.720Z] Collecting docker-compose==1.23.2 [2021-03-03T00:51:58.720Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T00:51:58.993Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T00:51:58.993Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T00:51:59.265Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T00:51:59.535Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T00:52:01.500Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T00:52:01.500Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T00:52:02.923Z] 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-03T00:52:03.892Z] Collecting PyYAML<4,>=3.10 [2021-03-03T00:52:03.892Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T00:52:06.486Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T00:52:06.486Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T00:52:07.072Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T00:52:07.072Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-03T00:52:07.342Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T00:52:07.342Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T00:52:07.928Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T00:52:07.928Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T00:52:09.888Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T00:52:09.888Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T00:52:10.858Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T00:52:10.858Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T00:52:10.858Z] 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-03T00:52:11.134Z] Collecting idna<2.8,>=2.5 [2021-03-03T00:52:11.134Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T00:52:11.134Z] 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-03T00:52:11.408Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T00:52:11.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T00:52:11.408Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T00:52:11.408Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T00:52:11.408Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T00:52:11.408Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T00:52:12.376Z] Installing collected packages: urllib3, idna, requests, docopt, texttable, PyYAML, jsonschema, websocket-client, cached-property, dockerpty, docker-pycreds, docker, docker-compose [2021-03-03T00:52:12.376Z] Attempting uninstall: urllib3 [2021-03-03T00:52:12.376Z] Found existing installation: urllib3 1.25.9 [2021-03-03T00:52:12.376Z] Uninstalling urllib3-1.25.9: [2021-03-03T00:52:12.376Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T00:52:12.966Z] Attempting uninstall: idna [2021-03-03T00:52:12.966Z] Found existing installation: idna 2.9 [2021-03-03T00:52:12.966Z] Uninstalling idna-2.9: [2021-03-03T00:52:12.966Z] Successfully uninstalled idna-2.9 [2021-03-03T00:52:13.589Z] Attempting uninstall: requests [2021-03-03T00:52:13.589Z] Found existing installation: requests 2.23.0 [2021-03-03T00:52:13.589Z] Uninstalling requests-2.23.0: [2021-03-03T00:52:13.865Z] Successfully uninstalled requests-2.23.0 [2021-03-03T00:52:14.151Z] Running setup.py install for docopt: started [2021-03-03T00:52:16.158Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T00:52:16.158Z] Running setup.py install for texttable: started [2021-03-03T00:52:18.181Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T00:52:18.181Z] Running setup.py install for PyYAML: started [2021-03-03T00:52:20.166Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T00:52:20.756Z] Running setup.py install for dockerpty: started [2021-03-03T00:52:22.727Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T00:52:24.150Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-03-03T00:52:28.440Z] Removing intermediate container f09c42e6b45c [2021-03-03T00:52:28.440Z] ---> 2200593aff8a [2021-03-03T00:52:28.440Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T00:52:28.440Z] ---> Running in 0e0d20546a13 [2021-03-03T00:52:29.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:52:29.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:52:29.894Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:52:29.894Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T00:52:29.894Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T00:52:29.894Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:52:29.894Z] OK: 71 MiB in 58 packages [2021-03-03T00:52:31.325Z] Removing intermediate container 0e0d20546a13 [2021-03-03T00:52:31.325Z] ---> 21ab05b61a08 [2021-03-03T00:52:31.325Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T00:52:31.325Z] ---> Running in dbe568d1b8ba [2021-03-03T00:52:31.596Z] Removing intermediate container dbe568d1b8ba [2021-03-03T00:52:31.596Z] ---> 908ad55d61b2 [2021-03-03T00:52:31.596Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:52:31.871Z] ---> Running in 75f001f85a97 [2021-03-03T00:52:32.463Z] Removing intermediate container 75f001f85a97 [2021-03-03T00:52:32.463Z] ---> 8ad8a6c1a713 [2021-03-03T00:52:32.463Z] Step 24/26 : LABEL arch=arm64 [2021-03-03T00:52:32.463Z] ---> Running in 9fb6921d881a [2021-03-03T00:52:33.057Z] Removing intermediate container 9fb6921d881a [2021-03-03T00:52:33.057Z] ---> 4e76100d61d2 [2021-03-03T00:52:33.057Z] Step 25/26 : LABEL git_sha=dcbe3b3e9d6a17cb828c9b2039abfde564d98fca [2021-03-03T00:52:33.057Z] ---> Running in 969a6b24c126 [2021-03-03T00:52:33.651Z] Removing intermediate container 969a6b24c126 [2021-03-03T00:52:33.651Z] ---> 9b090b2b8e5e [2021-03-03T00:52:33.651Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T00:52:33.651Z] ---> Running in 75652ebb74d9 [2021-03-03T00:52:34.243Z] Removing intermediate container 75652ebb74d9 [2021-03-03T00:52:34.243Z] ---> 6def0b77b3b0 [2021-03-03T00:52:34.243Z] [2021-03-03T00:52:34.514Z] Successfully built 6def0b77b3b0 [2021-03-03T00:52:34.514Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-03T00:52:35.118Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-03T00:52:35.114Z] $ docker stop --time=1 30e6bf531e84c77f0bbe8ef7b5a0536788c2aed4bfcf82bd8380aa7f94d30525 [2021-03-03T00:52:37.043Z] $ docker rm -f 30e6bf531e84c77f0bbe8ef7b5a0536788c2aed4bfcf82bd8380aa7f94d30525 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T00:52:37.774Z] + + grepdocker docker images [2021-03-03T00:52:37.775Z] [2021-03-03T00:52:38.046Z] docker-sys-mgmt-agent-go-arm64 latest 6def0b77b3b0 4 seconds ago 300MB [2021-03-03T00:52:38.046Z] docker-core-data-go-arm64 latest 9604081207e1 46 seconds ago 21.1MB [2021-03-03T00:52:38.046Z] docker-core-metadata-go-arm64 latest f2ffb1bb901b About a minute ago 17.9MB [2021-03-03T00:52:38.046Z] docker-security-proxy-setup-go-arm64 latest 4d67075f5e76 About a minute ago 23.4MB [2021-03-03T00:52:38.046Z] docker-security-bootstrapper-go-arm64 latest c48f75ba2702 4 minutes ago 17.6MB [2021-03-03T00:52:38.046Z] docker-core-command-go-arm64 latest 83c15edce2f9 4 minutes ago 16.2MB [2021-03-03T00:52:38.046Z] docker-support-notifications-go-arm64 latest 47750c1a346c 4 minutes ago 16.9MB [2021-03-03T00:52:38.046Z] docker-support-scheduler-go-arm64 latest b7d6fa91232d 4 minutes ago 16.3MB [2021-03-03T00:52:38.046Z] docker-security-secretstore-setup-go-arm64 latest 74f7af76ad4c 4 minutes ago 23.7MB [2021-03-03T00:52:38.046Z] 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-03T00:52:38.978Z] ---> job-cost.sh [2021-03-03T00:52:38.978Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mLhO [2021-03-03T00:53:17.915Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-03T00:55:39.725Z] lf-activate-venv(): INFO: Adding /tmp/venv-mLhO/bin to PATH [2021-03-03T00:55:39.725Z] INFO: No Stack... [2021-03-03T00:55:39.725Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-03T00:55:39.725Z] INFO: Archiving Costs [Pipeline] sh [2021-03-03T00:55:40.057Z] + cat /w/workspace/edgex-go/74/archives/cost.csv [2021-03-03T00:55:40.057Z] + cut -d, -f6 [Pipeline] lock [2021-03-03T00:55:40.163Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-74-stack-cost] [2021-03-03T00:55:40.171Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-74-stack-cost] did not exist. Created. [2021-03-03T00:55:40.172Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-74-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-03T00:55:40.583Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-03T00:55:40.853Z] Stashed 1 file(s) [Pipeline] } [2021-03-03T00:55:40.874Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-74-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-03T00:55:43.309Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:55:44.200Z] ---> package-listing.sh [2021-03-03T00:55:44.200Z] ++ facter osfamily [2021-03-03T00:55:44.200Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-03T00:55:44.200Z] + OS_FAMILY=redhat [2021-03-03T00:55:44.200Z] + workspace=/w/workspace/edgex-go/74 [2021-03-03T00:55:44.200Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-03T00:55:44.200Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-03T00:55:44.200Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-03T00:55:44.200Z] + PACKAGES=/tmp/packages_start.txt [2021-03-03T00:55:44.200Z] + '[' /w/workspace/edgex-go/74 ']' [2021-03-03T00:55:44.200Z] + PACKAGES=/tmp/packages_end.txt [2021-03-03T00:55:44.200Z] + case "${OS_FAMILY}" in [2021-03-03T00:55:44.200Z] + rpm -qa [2021-03-03T00:55:44.200Z] + sort [2021-03-03T00:55:49.504Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-03T00:55:49.504Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-03T00:55:49.504Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-03T00:55:49.504Z] + '[' /w/workspace/edgex-go/74 ']' [2021-03-03T00:55:49.504Z] + mkdir -p /w/workspace/edgex-go/74/archives/ [2021-03-03T00:55:49.504Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/74/archives/ [Pipeline] echo [2021-03-03T00:55:49.518Z] 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/74/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-03T00:55:49.809Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:55:50.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:55:50.114Z] [2021-03-03T00:55:50.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:55:50.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:55:50.474Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-03T00:55:50.474Z] df20fa9351a1: Pulling fs layer [2021-03-03T00:55:50.474Z] 36b3adc4ff6f: Pulling fs layer [2021-03-03T00:55:50.474Z] 8ad3a11d3b57: Pulling fs layer [2021-03-03T00:55:50.474Z] 46f8f816bc3b: Pulling fs layer [2021-03-03T00:55:50.474Z] 93b61091891f: Pulling fs layer [2021-03-03T00:55:50.474Z] 93b9cdb0e59b: Pulling fs layer [2021-03-03T00:55:50.474Z] 5e14af77c1be: Pulling fs layer [2021-03-03T00:55:50.474Z] 01666e4c0597: Pulling fs layer [2021-03-03T00:55:50.474Z] aa168da1d23b: Pulling fs layer [2021-03-03T00:55:50.474Z] 46f8f816bc3b: Waiting [2021-03-03T00:55:50.474Z] 5e14af77c1be: Waiting [2021-03-03T00:55:50.474Z] 93b61091891f: Waiting [2021-03-03T00:55:50.474Z] 93b9cdb0e59b: Waiting [2021-03-03T00:55:50.474Z] aa168da1d23b: Waiting [2021-03-03T00:55:50.474Z] 36b3adc4ff6f: Verifying Checksum [2021-03-03T00:55:50.474Z] 36b3adc4ff6f: Download complete [2021-03-03T00:55:50.738Z] 46f8f816bc3b: Verifying Checksum [2021-03-03T00:55:50.738Z] 46f8f816bc3b: Download complete [2021-03-03T00:55:50.738Z] 93b61091891f: Verifying Checksum [2021-03-03T00:55:50.738Z] 93b61091891f: Download complete [2021-03-03T00:55:50.738Z] df20fa9351a1: Download complete [2021-03-03T00:55:50.738Z] 93b9cdb0e59b: Verifying Checksum [2021-03-03T00:55:50.738Z] 93b9cdb0e59b: Download complete [2021-03-03T00:55:50.738Z] 5e14af77c1be: Verifying Checksum [2021-03-03T00:55:50.738Z] 5e14af77c1be: Download complete [2021-03-03T00:55:50.738Z] 01666e4c0597: Verifying Checksum [2021-03-03T00:55:50.738Z] 01666e4c0597: Download complete [2021-03-03T00:55:50.738Z] 8ad3a11d3b57: Verifying Checksum [2021-03-03T00:55:50.738Z] 8ad3a11d3b57: Download complete [2021-03-03T00:55:51.003Z] df20fa9351a1: Pull complete [2021-03-03T00:55:51.266Z] 36b3adc4ff6f: Pull complete [2021-03-03T00:55:52.224Z] 8ad3a11d3b57: Pull complete [2021-03-03T00:55:52.224Z] 46f8f816bc3b: Pull complete [2021-03-03T00:55:52.806Z] aa168da1d23b: Verifying Checksum [2021-03-03T00:55:52.806Z] aa168da1d23b: Download complete [2021-03-03T00:55:53.381Z] 93b61091891f: Pull complete [2021-03-03T00:55:53.647Z] 93b9cdb0e59b: Pull complete [2021-03-03T00:55:53.647Z] 5e14af77c1be: Pull complete [2021-03-03T00:55:53.914Z] 01666e4c0597: Pull complete [2021-03-03T00:56:06.197Z] aa168da1d23b: Pull complete [2021-03-03T00:56:06.197Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-03T00:56:06.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:56:06.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-03T00:56:06.465Z] prd-centos7-docker-4c-2g-28302 does not seem to be running inside a container [2021-03-03T00:56:06.516Z] $ 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/74/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/74 -v /w/workspace/edgex-go/74:/w/workspace/edgex-go/74:rw,z -v /w/workspace/edgex-go/74@tmp:/w/workspace/edgex-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-03T00:56:10.211Z] $ docker top c1535fb2031b891f20091e4fa05ea07b3aa25f85f1fe84d3ffb03e422bdef91f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:56:10.754Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-03T00:56:11.055Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-03T00:56:11.361Z] + ls /var/log/sa-host [2021-03-03T00:56:11.361Z] + sadf -c /var/log/sa-host/sa03 [2021-03-03T00:56:11.361Z] file_magic: OK [2021-03-03T00:56:11.361Z] HZ: Using current value: 100 [2021-03-03T00:56:11.361Z] file_header: OK [2021-03-03T00:56:11.361Z] 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-03T00:56:11.361Z] Statistics: [2021-03-03T00:56:11.361Z] 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... [2021-03-03T00:56:11.361Z] File successfully converted to sysstat format version 12.2.1 [2021-03-03T00:56:11.361Z] + sadf -c /var/log/sa-host/sa23 [2021-03-03T00:56:11.361Z] file_magic: OK [2021-03-03T00:56:11.361Z] HZ: Using current value: 100 [2021-03-03T00:56:11.361Z] file_header: OK [2021-03-03T00:56:11.361Z] 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-03T00:56:11.361Z] Statistics: [2021-03-03T00:56:11.361Z] Hnuu...uuuununununu... [2021-03-03T00:56:11.361Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-03T00:56:11.573Z] provisioning config files... [2021-03-03T00:56:11.589Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/74@tmp/config2336335847856686342tmp [Pipeline] { [Pipeline] echo [2021-03-03T00:56:11.672Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:12.142Z] ---> create-netrc.sh [Pipeline] } [2021-03-03T00:56:12.151Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-03T00:56:12.246Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:12.544Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-03T00:56:12.553Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:12.853Z] ---> sudo-logs.sh [2021-03-03T00:56:12.853Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-03T00:56:13.013Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:13.317Z] ---> job-cost.sh [2021-03-03T00:56:13.318Z] lf-activate-venv: SKIPPING [2021-03-03T00:56:13.318Z] DEBUG: total: 0.20999999344348907 [2021-03-03T00:56:13.318Z] INFO: Retrieving Stack Cost... [2021-03-03T00:56:14.261Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-03T00:56:14.522Z] INFO: Archiving Costs [Pipeline] echo [2021-03-03T00:56:14.534Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:14.829Z] ---> logs-deploy.sh [2021-03-03T00:56:14.829Z] lf-activate-venv: SKIPPING [2021-03-03T00:56:14.829Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/74 [2021-03-03T00:56:14.829Z] INFO: archiving workspace using pattern(s): [2021-03-03T00:56:16.218Z] Archives upload complete. [2021-03-03T00:56:16.218Z] INFO: archiving logs to Nexus