Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3103214cdd745ba99e56243b14eeb2a0a0c23a57 rather than a148bc7b0794070f87a957d151af18077b47b906 Obtained Jenkinsfile from 3103214cdd745ba99e56243b14eeb2a0a0c23a57 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3436 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit a148bc7b0794070f87a957d151af18077b47b906 Merge succeeded, producing fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c Checking out Revision fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c (PR-3422) > git config core.sparsecheckout # timeout=10 > git checkout -f a148bc7b0794070f87a957d151af18077b47b906 # 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 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c # timeout=10 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" > git rev-list --no-walk 76acf71a7cc5b29330a45469c29c6a2724b9a383 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-07T01:20:35.569Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-07T01:20:35.672Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-07T01:20:35.705Z] ========================================================= [2021-05-07T01:20:35.706Z] EdgeX Global Pipelines Version Info [2021-05-07T01:20:35.706Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:20:37.309Z] ------------------- [2021-05-07T01:20:37.309Z] stable info: [2021-05-07T01:20:37.309Z] ------------------- [2021-05-07T01:20:37.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-07T01:20:37.309Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T01:20:37.309Z] Message: update stable to v1.0.191 [2021-05-07T01:20:38.267Z] ------------------- [2021-05-07T01:20:38.267Z] experimental info: [2021-05-07T01:20:38.267Z] ------------------- [2021-05-07T01:20:38.267Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-07T01:20:38.267Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T01:20:38.267Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-07T01:20:38.440Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-07T01:20:38.476Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-07T01:20:38.554Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-07T01:20:38.575Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-07T01:20:38.595Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-07T01:20:38.616Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-07T01:20:38.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-07T01:20:38.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-07T01:20:38.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-07T01:20:38.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-07T01:20:38.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-07T01:20:38.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-07T01:20:38.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-07T01:20:38.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-07T01:20:38.839Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T01:20:38.860Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T01:20:38.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-07T01:20:38.901Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-07T01:20:38.922Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-07T01:20:38.943Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-07T01:20:38.963Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-07T01:20:39.010Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-07T01:20:39.032Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo [2021-05-07T01:20:39.054Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo [2021-05-07T01:20:39.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo [2021-05-07T01:20:39.096Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [Pipeline] echo [2021-05-07T01:20:39.117Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc584e0 [Pipeline] echo [2021-05-07T01:20:39.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T01:20:39.211Z] provisioning config files... [2021-05-07T01:20:39.246Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7336982051634954409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:20:39.574Z] ---> docker-login.sh [2021-05-07T01:20:39.574Z] nexus3.edgexfoundry.org:10001 [2021-05-07T01:20:39.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:20:40.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:20:40.105Z] Configure a credential helper to remove this warning. See [2021-05-07T01:20:40.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:20:40.105Z] [2021-05-07T01:20:40.105Z] Login Succeeded [2021-05-07T01:20:40.105Z] nexus3.edgexfoundry.org:10002 [2021-05-07T01:20:40.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:20:40.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:20:40.105Z] Configure a credential helper to remove this warning. See [2021-05-07T01:20:40.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:20:40.105Z] [2021-05-07T01:20:40.105Z] Login Succeeded [2021-05-07T01:20:40.105Z] nexus3.edgexfoundry.org:10003 [2021-05-07T01:20:40.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:20:40.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:20:40.370Z] Configure a credential helper to remove this warning. See [2021-05-07T01:20:40.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:20:40.370Z] [2021-05-07T01:20:40.370Z] Login Succeeded [2021-05-07T01:20:40.370Z] nexus3.edgexfoundry.org:10004 [2021-05-07T01:20:40.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:20:40.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:20:40.632Z] Configure a credential helper to remove this warning. See [2021-05-07T01:20:40.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:20:40.632Z] [2021-05-07T01:20:40.632Z] Login Succeeded [2021-05-07T01:20:40.632Z] docker.io [2021-05-07T01:20:40.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:20:40.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:20:40.909Z] Configure a credential helper to remove this warning. See [2021-05-07T01:20:40.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:20:40.909Z] [2021-05-07T01:20:40.909Z] Login Succeeded [2021-05-07T01:20:40.909Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T01:20:40.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T01:20:41.256Z] ++ 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-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/core-command/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/core-data/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-07T01:20:41.256Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:20:41.256Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-07T01:20:41.256Z] ++ cut -d/ -f2 [2021-05-07T01:20:41.256Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-07T01:20:41.351Z] 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-05-07T01:20:42.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T01:20:42.675Z] [2021-05-07T01:20:42.675Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:20:42.993Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T01:20:42.993Z] latest: Pulling from edgex-devops/git-semver [2021-05-07T01:20:42.993Z] 31603596830f: Pulling fs layer [2021-05-07T01:20:42.993Z] 54011a49482f: Pulling fs layer [2021-05-07T01:20:42.993Z] a6820b24f6d8: Pulling fs layer [2021-05-07T01:20:42.993Z] f581987b2513: Pulling fs layer [2021-05-07T01:20:42.993Z] f581987b2513: Waiting [2021-05-07T01:20:42.993Z] 54011a49482f: Download complete [2021-05-07T01:20:42.993Z] 31603596830f: Verifying Checksum [2021-05-07T01:20:42.993Z] 31603596830f: Download complete [2021-05-07T01:20:43.259Z] f581987b2513: Verifying Checksum [2021-05-07T01:20:43.259Z] f581987b2513: Download complete [2021-05-07T01:20:43.259Z] a6820b24f6d8: Verifying Checksum [2021-05-07T01:20:43.259Z] a6820b24f6d8: Download complete [2021-05-07T01:20:43.526Z] 31603596830f: Pull complete [2021-05-07T01:20:43.526Z] 54011a49482f: Pull complete [2021-05-07T01:20:44.482Z] a6820b24f6d8: Pull complete [2021-05-07T01:20:44.744Z] f581987b2513: Pull complete [2021-05-07T01:20:44.744Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-07T01:20:44.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T01:20:44.744Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-07T01:20:44.861Z] prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container [2021-05-07T01:20:44.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T01:20:47.011Z] $ docker top 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T01:20:47.180Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T01:20:47.180Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T01:20:47.420Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T01:20:47.427Z] $ docker exec 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent [2021-05-07T01:20:47.603Z] SSH_AUTH_SOCK=/tmp/ssh-qY0d1wSCTVhc/agent.12 [2021-05-07T01:20:47.603Z] SSH_AGENT_PID=18 [2021-05-07T01:20:47.617Z] Running ssh-add (command line suppressed) [2021-05-07T01:20:47.742Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6603800212891622972.key (/w/workspace/edgex-go/6@tmp/private_key_6603800212891622972.key) [2021-05-07T01:20:47.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T01:20:48.108Z] + git tag --points-at HEAD [Pipeline] } [2021-05-07T01:20:48.135Z] $ docker exec --env ******** --env ******** 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent -k [2021-05-07T01:20:48.254Z] unset SSH_AUTH_SOCK; [2021-05-07T01:20:48.255Z] unset SSH_AGENT_PID; [2021-05-07T01:20:48.255Z] echo Agent pid 18 killed; [2021-05-07T01:20:48.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-07T01:20:48.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T01:20:48.346Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T01:20:48.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T01:20:48.536Z] $ docker exec 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent [2021-05-07T01:20:48.700Z] SSH_AUTH_SOCK=/tmp/ssh-URa49xUSblNk/agent.49 [2021-05-07T01:20:48.700Z] SSH_AGENT_PID=55 [2021-05-07T01:20:48.707Z] Running ssh-add (command line suppressed) [2021-05-07T01:20:48.832Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6544169489100121554.key (/w/workspace/edgex-go/6@tmp/private_key_6544169489100121554.key) [2021-05-07T01:20:48.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T01:20:49.201Z] + git semver init [2021-05-07T01:20:49.201Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T01:20:49.201Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-05-07T01:20:49.201Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-05-07T01:20:49.201Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T01:20:49.201Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T01:20:49.201Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T01:20:49.201Z] # $SEMVER_BRANCH = PR-3422 [2021-05-07T01:20:49.201Z] # $SEMVER_TEMP = /tmp/semver-572370814 [2021-05-07T01:20:49.201Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-07T01:21:07.374Z] # '/tmp/semver-572370814' -> '/w/workspace/edgex-go/6/.semver' [2021-05-07T01:21:08.327Z] # -> Force: false [2021-05-07T01:21:08.327Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-05-07T01:21:08.347Z] $ docker exec --env ******** --env ******** 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b ssh-agent -k [2021-05-07T01:21:08.629Z] unset SSH_AUTH_SOCK; [2021-05-07T01:21:08.630Z] unset SSH_AGENT_PID; [2021-05-07T01:21:08.630Z] echo Agent pid 55 killed; [2021-05-07T01:21:08.729Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T01:21:09.065Z] + git semver [Pipeline] } [2021-05-07T01:21:09.085Z] $ docker stop --time=1 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b [2021-05-07T01:21:10.693Z] $ docker rm -f 226b2ae3bda5ac38214b8e762fd1a8fc90bcaf5d67229c00613412f1d2a9030b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T01:21:11.148Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-07T01:21:11.588Z] Stashed 1 file(s) [Pipeline] echo [2021-05-07T01:21:11.592Z] [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-05-07T01:21:12.125Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:21:12.428Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:21:12.739Z] + sudo service docker restart [2021-05-07T01:21:12.739Z] + true [2021-05-07T01:21:12.739Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-07T01:21:13.347Z] ========================================================= [2021-05-07T01:21:13.347Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-07T01:21:13.347Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:21:13.695Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-07T01:21:17.033Z] Sending build context to Docker daemon 330.1MB [2021-05-07T01:21:17.033Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T01:21:17.033Z] Step 2/6 : FROM ${BASE} [2021-05-07T01:21:17.033Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-07T01:21:17.033Z] 540db60ca938: Pulling fs layer [2021-05-07T01:21:17.033Z] adcc1eea9eea: Pulling fs layer [2021-05-07T01:21:17.033Z] 4c4ab2625f07: Pulling fs layer [2021-05-07T01:21:17.033Z] 0510c868ecb4: Pulling fs layer [2021-05-07T01:21:17.033Z] afea3b2eda06: Pulling fs layer [2021-05-07T01:21:17.033Z] 7809a108b3ef: Pulling fs layer [2021-05-07T01:21:17.033Z] f706445af74f: Pulling fs layer [2021-05-07T01:21:17.033Z] afea3b2eda06: Waiting [2021-05-07T01:21:17.033Z] f706445af74f: Waiting [2021-05-07T01:21:17.033Z] 7809a108b3ef: Waiting [2021-05-07T01:21:17.033Z] 0510c868ecb4: Waiting [2021-05-07T01:21:17.033Z] 4c4ab2625f07: Download complete [2021-05-07T01:21:17.033Z] adcc1eea9eea: Download complete [2021-05-07T01:21:17.033Z] afea3b2eda06: Verifying Checksum [2021-05-07T01:21:17.033Z] afea3b2eda06: Download complete [2021-05-07T01:21:17.033Z] 7809a108b3ef: Verifying Checksum [2021-05-07T01:21:17.033Z] 7809a108b3ef: Download complete [2021-05-07T01:21:17.033Z] 540db60ca938: Verifying Checksum [2021-05-07T01:21:17.033Z] 540db60ca938: Download complete [2021-05-07T01:21:17.717Z] 540db60ca938: Pull complete [2021-05-07T01:21:17.717Z] adcc1eea9eea: Pull complete [2021-05-07T01:21:18.001Z] 4c4ab2625f07: Pull complete [2021-05-07T01:21:19.444Z] f706445af74f: Verifying Checksum [2021-05-07T01:21:19.444Z] f706445af74f: Download complete [2021-05-07T01:21:19.708Z] 0510c868ecb4: Verifying Checksum [2021-05-07T01:21:19.708Z] 0510c868ecb4: Download complete [2021-05-07T01:21:25.043Z] 0510c868ecb4: Pull complete [2021-05-07T01:21:25.043Z] afea3b2eda06: Pull complete [2021-05-07T01:21:25.043Z] 7809a108b3ef: Pull complete [2021-05-07T01:21:26.746Z] Still waiting to schedule task [2021-05-07T01:21:26.747Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-07T01:21:30.353Z] f706445af74f: Pull complete [2021-05-07T01:21:30.353Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-07T01:21:30.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-07T01:21:30.353Z] ---> b068be0155e3 [2021-05-07T01:21:30.353Z] 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-05-07T01:21:31.305Z] ---> Running in ed51388f1a85 [2021-05-07T01:21:31.886Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:21:33.280Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:21:34.226Z] (1/12) Installing libmagic (5.39-r0) [2021-05-07T01:21:34.226Z] (2/12) Installing file (5.39-r0) [2021-05-07T01:21:34.226Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-07T01:21:34.489Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-07T01:21:41.098Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-07T01:21:41.098Z] (6/12) Installing patch (2.7.6-r6) [2021-05-07T01:21:41.098Z] (7/12) Installing build-base (0.5-r2) [2021-05-07T01:21:41.098Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-07T01:21:41.098Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-07T01:21:41.098Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-07T01:21:41.098Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-07T01:21:41.098Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-07T01:21:41.361Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T01:21:41.361Z] OK: 219 MiB in 52 packages [2021-05-07T01:21:45.587Z] Removing intermediate container ed51388f1a85 [2021-05-07T01:21:45.587Z] ---> d05e50c10e2a [2021-05-07T01:21:45.587Z] Step 4/6 : WORKDIR /edgex-go [2021-05-07T01:21:45.587Z] ---> Running in 220177a35bc5 [2021-05-07T01:21:45.587Z] Removing intermediate container 220177a35bc5 [2021-05-07T01:21:45.587Z] ---> 5b98ac2c3be2 [2021-05-07T01:21:45.587Z] Step 5/6 : COPY go.mod . [2021-05-07T01:21:45.587Z] ---> f1f9c33969b8 [2021-05-07T01:21:45.587Z] Step 6/6 : RUN go mod download [2021-05-07T01:21:45.587Z] ---> Running in ea5e5b4cc60c [2021-05-07T01:22:12.234Z] Removing intermediate container ea5e5b4cc60c [2021-05-07T01:22:12.234Z] ---> 4d84d2e7a351 [2021-05-07T01:22:12.234Z] Successfully built 4d84d2e7a351 [2021-05-07T01:22:12.234Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:22:12.559Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T01:22:12.559Z] . [Pipeline] withDockerContainer [2021-05-07T01:22:12.672Z] prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container [2021-05-07T01:22:12.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-07T01:22:13.688Z] $ docker top c1e02f60457bb0ac2b53b9cedadb1fbc831621c0a602836dbd17b5f44e6e2bef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:22:14.155Z] + go version [2021-05-07T01:22:14.155Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-07T01:22:14.174Z] $ docker stop --time=1 c1e02f60457bb0ac2b53b9cedadb1fbc831621c0a602836dbd17b5f44e6e2bef [2021-05-07T01:22:15.569Z] $ docker rm -f c1e02f60457bb0ac2b53b9cedadb1fbc831621c0a602836dbd17b5f44e6e2bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:22:16.114Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T01:22:16.114Z] . [Pipeline] withDockerContainer [2021-05-07T01:22:16.215Z] prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container [2021-05-07T01:22:16.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-07T01:22:17.151Z] $ docker top 8fd962feb6139778aab5dcc673f6383bcd46b429e42ba5989883020929faff36 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T01:22:17.298Z] ========================================================= [2021-05-07T01:22:17.298Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-07T01:22:17.298Z] ========================================================= [Pipeline] sh [2021-05-07T01:22:17.599Z] + go mod tidy [Pipeline] sh [2021-05-07T01:22:18.851Z] + make test [2021-05-07T01:22:18.851Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-07T01:22:27.032Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-07T01:22:49.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-07T01:22:54.551Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-07T01:22:54.551Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-07T01:22:54.551Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-07T01:22:57.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-07T01:22:57.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-07T01:22:57.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-07T01:22:57.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-07T01:22:59.310Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-07T01:22:59.311Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-07T01:23:02.667Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-07T01:23:02.667Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-07T01:23:02.667Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-07T01:23:04.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 45.9% of statements [2021-05-07T01:23:04.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-07T01:23:04.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-07T01:23:04.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-07T01:23:04.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-07T01:23:04.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-07T01:23:04.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-07T01:23:04.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements [2021-05-07T01:23:04.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements [2021-05-07T01:23:07.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-07T01:23:07.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-07T01:23:07.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-07T01:23:07.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-07T01:23:07.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.171s coverage: 87.7% of statements [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:23:07.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-05-07T01:23:07.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-07T01:23:12.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-07T01:23:12.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-07T01:23:12.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-07T01:23:12.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-07T01:23:12.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-05-07T01:23:12.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-07T01:23:12.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-05-07T01:23:12.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-07T01:23:12.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-07T01:23:12.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-07T01:23:12.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.363s coverage: 95.1% of statements [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.9% of statements [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.047s coverage: 22.0% of statements [2021-05-07T01:23:14.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-05-07T01:23:14.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-05-07T01:23:14.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-05-07T01:23:23.977Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3437 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-07T01:23:23.996Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-05-07T01:23:27.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-05-07T01:23:27.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-05-07T01:23:29.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 81.8% of statements [2021-05-07T01:23:29.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-07T01:23:29.363Z] using credential edgex-jenkins-ssh [2021-05-07T01:23:29.382Z] Cloning the remote Git repository [2021-05-07T01:23:29.443Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:23:29.559Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-05-07T01:23:29.636Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:23:29.637Z] > git --version # timeout=10 [2021-05-07T01:23:29.712Z] > git --version # 'git version 2.17.1' [2021-05-07T01:23:29.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:23:29.794Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:23:39.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.095s coverage: 92.9% of statements [2021-05-07T01:23:39.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-07T01:23:39.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-07T01:23:39.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-07T01:23:39.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-07T01:23:39.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 85.4% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.102s coverage: 91.2% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.400s coverage: 66.9% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 43.4% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.087s coverage: 22.7% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 92.6% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 28.7% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-07T01:23:39.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.058s coverage: 64.6% of statements [2021-05-07T01:23:39.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-07T01:23:40.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.125s coverage: 97.6% of statements [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-07T01:23:40.110Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-07T01:23:40.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-07T01:23:40.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-07T01:23:40.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-07T01:23:40.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-05-07T01:23:40.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-05-07T01:23:40.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-07T01:23:40.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-05-07T01:23:41.774Z] GO111MODULE=on go vet ./... [2021-05-07T01:23:45.999Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit a148bc7b0794070f87a957d151af18077b47b906 [2021-05-07T01:23:45.030Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:23:45.044Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:23:45.070Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:23:45.108Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:23:45.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:23:45.120Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T01:23:46.022Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T01:23:46.042Z] > git checkout -f a148bc7b0794070f87a957d151af18077b47b906 # timeout=10 [2021-05-07T01:23:46.800Z] Merge succeeded, producing ae8ea70613b4f03444cf7d4b4c2c04992b5b03ee [2021-05-07T01:23:46.801Z] Checking out Revision ae8ea70613b4f03444cf7d4b4c2c04992b5b03ee (PR-3422) [2021-05-07T01:23:46.372Z] > git remote # timeout=10 [2021-05-07T01:23:46.389Z] > git config --get remote.origin.url # timeout=10 [2021-05-07T01:23:46.400Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:23:46.411Z] > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 [2021-05-07T01:23:46.788Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-07T01:23:46.810Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T01:23:46.824Z] > git checkout -f ae8ea70613b4f03444cf7d4b4c2c04992b5b03ee # timeout=10 [2021-05-07T01:23:51.448Z] Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" [2021-05-07T01:23:51.461Z] > git rev-list --no-walk 76acf71a7cc5b29330a45469c29c6a2724b9a383 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T01:23:53.010Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:23:53.437Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:23:53.774Z] + sudo+ service docker restart [2021-05-07T01:23:53.774Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T01:23:55.795Z] provisioning config files... [2021-05-07T01:23:55.841Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4154472127348670440tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:23:56.218Z] ---> docker-login.sh [2021-05-07T01:23:56.218Z] nexus3.edgexfoundry.org:10001 [2021-05-07T01:23:57.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:23:57.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:23:57.479Z] Configure a credential helper to remove this warning. See [2021-05-07T01:23:57.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:23:57.479Z] [2021-05-07T01:23:57.479Z] Login Succeeded [2021-05-07T01:23:57.479Z] nexus3.edgexfoundry.org:10002 [2021-05-07T01:23:57.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:23:58.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:23:58.028Z] Configure a credential helper to remove this warning. See [2021-05-07T01:23:58.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:23:58.028Z] [2021-05-07T01:23:58.028Z] Login Succeeded [2021-05-07T01:23:58.028Z] nexus3.edgexfoundry.org:10003 [2021-05-07T01:23:58.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:23:58.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:23:58.576Z] Configure a credential helper to remove this warning. See [2021-05-07T01:23:58.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:23:58.576Z] [2021-05-07T01:23:58.576Z] Login Succeeded [2021-05-07T01:23:58.576Z] nexus3.edgexfoundry.org:10004 [2021-05-07T01:23:58.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:23:59.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:23:59.127Z] Configure a credential helper to remove this warning. See [2021-05-07T01:23:59.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:23:59.127Z] [2021-05-07T01:23:59.127Z] Login Succeeded [2021-05-07T01:23:59.127Z] docker.io [2021-05-07T01:23:59.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:23:59.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:23:59.678Z] Configure a credential helper to remove this warning. See [2021-05-07T01:23:59.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:23:59.678Z] [2021-05-07T01:23:59.678Z] Login Succeeded [2021-05-07T01:23:59.678Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T01:23:59.695Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-07T01:24:00.016Z] ========================================================= [2021-05-07T01:24:00.017Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-07T01:24:00.017Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:24:00.375Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-07T01:24:03.015Z] Sending build context to Docker daemon 167.7MB [2021-05-07T01:24:03.015Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T01:24:03.015Z] Step 2/6 : FROM ${BASE} [2021-05-07T01:24:03.015Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-07T01:24:03.015Z] 595b0fe564bb: Pulling fs layer [2021-05-07T01:24:03.015Z] 7186ed65a4f7: Pulling fs layer [2021-05-07T01:24:03.015Z] 316046926c0a: Pulling fs layer [2021-05-07T01:24:03.015Z] 4ebd0625c992: Pulling fs layer [2021-05-07T01:24:03.015Z] 207e8628e3a3: Pulling fs layer [2021-05-07T01:24:03.015Z] c791037a9be2: Pulling fs layer [2021-05-07T01:24:03.015Z] ffd874e62e21: Pulling fs layer [2021-05-07T01:24:03.015Z] 4ebd0625c992: Waiting [2021-05-07T01:24:03.015Z] 207e8628e3a3: Waiting [2021-05-07T01:24:03.015Z] ffd874e62e21: Waiting [2021-05-07T01:24:03.015Z] c791037a9be2: Waiting [2021-05-07T01:24:03.015Z] 316046926c0a: Verifying Checksum [2021-05-07T01:24:03.015Z] 316046926c0a: Download complete [2021-05-07T01:24:03.015Z] 7186ed65a4f7: Verifying Checksum [2021-05-07T01:24:03.015Z] 7186ed65a4f7: Download complete [2021-05-07T01:24:03.289Z] 595b0fe564bb: Verifying Checksum [2021-05-07T01:24:03.289Z] 595b0fe564bb: Download complete [2021-05-07T01:24:03.289Z] 207e8628e3a3: Download complete [2021-05-07T01:24:03.289Z] c791037a9be2: Download complete [2021-05-07T01:24:03.895Z] 595b0fe564bb: Pull complete [2021-05-07T01:24:04.170Z] 7186ed65a4f7: Pull complete [2021-05-07T01:24:04.767Z] 316046926c0a: Pull complete [2021-05-07T01:24:05.360Z] ffd874e62e21: Verifying Checksum [2021-05-07T01:24:05.360Z] ffd874e62e21: Download complete [2021-05-07T01:24:07.343Z] 4ebd0625c992: Verifying Checksum [2021-05-07T01:24:07.343Z] 4ebd0625c992: Download complete [2021-05-07T01:24:14.089Z] gofmt -l . [2021-05-07T01:24:14.089Z] [ "`gofmt -l .`" = "" ] [2021-05-07T01:24:15.088Z] ./bin/test-go-mod-tidy.sh [2021-05-07T01:24:15.385Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-07T01:24:16.671Z] + ls -al . [2021-05-07T01:24:16.671Z] total 828 [2021-05-07T01:24:16.671Z] drwxrwxr-x 10 1001 1001 4096 May 7 01:24 . [2021-05-07T01:24:16.671Z] drwxr-xr-x 4 root root 28 May 7 01:22 .. [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 11 May 7 01:20 .dockerignore [2021-05-07T01:24:16.671Z] drwxrwxr-x 8 1001 1001 179 May 7 01:20 .git [2021-05-07T01:24:16.671Z] drwxrwxr-x 3 1001 1001 125 May 7 01:20 .github [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 818 May 7 01:20 .gitignore [2021-05-07T01:24:16.671Z] drwx------ 3 1001 1001 60 May 7 01:21 .semver [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 166 May 7 01:20 .sonarcloud.properties [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 8609 May 7 01:20 Attribution.txt [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 3804 May 7 01:20 CONTRIBUTING.md [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 931 May 7 01:20 Dockerfile.build [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 863 May 7 01:20 Jenkinsfile [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 10775 May 7 01:20 LICENSE [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 5774 May 7 01:20 Makefile [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 7978 May 7 01:20 README.md [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 6755 May 7 01:20 SECURITY.md [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 5 May 7 01:21 VERSION [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 4131 May 7 01:20 ZMQWindows.md [2021-05-07T01:24:16.671Z] drwxrwxr-x 2 1001 1001 117 May 7 01:20 bin [2021-05-07T01:24:16.671Z] drwxrwxr-x 14 1001 1001 4096 May 7 01:20 cmd [2021-05-07T01:24:16.671Z] -rw-r--r-- 1 root root 718073 May 7 01:23 coverage.out [2021-05-07T01:24:16.671Z] -rw-r--r-- 1 root root 1060 May 7 01:24 go.mod [2021-05-07T01:24:16.671Z] -rw-r--r-- 1 root root 21942 May 7 01:22 go.sum [2021-05-07T01:24:16.671Z] drwxrwxr-x 8 1001 1001 127 May 7 01:20 internal [2021-05-07T01:24:16.671Z] drwxrwxr-x 4 1001 1001 26 May 7 01:20 openapi [2021-05-07T01:24:16.671Z] drwxrwxr-x 4 1001 1001 71 May 7 01:20 snap [2021-05-07T01:24:16.671Z] -rw-rw-r-- 1 1001 1001 168 May 7 01:20 version.go [Pipeline] sh [2021-05-07T01:24:16.972Z] + '[' -e coverage.out ] [2021-05-07T01:24:16.972Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-07T01:24:17.208Z] Stashed 1 file(s) [Pipeline] sh [2021-05-07T01:24:17.503Z] + make build [2021-05-07T01:24:17.503Z] 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-05-07T01:24:17.514Z] 4ebd0625c992: Pull complete [2021-05-07T01:24:17.514Z] 207e8628e3a3: Pull complete [2021-05-07T01:24:18.111Z] c791037a9be2: Pull complete [2021-05-07T01:24:19.429Z] 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-05-07T01:24:21.509Z] ffd874e62e21: Pull complete [2021-05-07T01:24:21.509Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-07T01:24:21.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-07T01:24:21.509Z] ---> cfc18b08335c [2021-05-07T01:24:21.509Z] 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-05-07T01:24:24.892Z] ---> Running in b3db81fd38a2 [2021-05-07T01:24:25.876Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:24:27.306Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:24:28.282Z] (1/12) Installing libmagic (5.39-r0) [2021-05-07T01:24:28.553Z] (2/12) Installing file (5.39-r0) [2021-05-07T01:24:28.553Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-07T01:24:28.831Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-07T01:24:29.536Z] 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-05-07T01:24:30.123Z] 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-05-07T01:24:32.052Z] 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-05-07T01:24:32.052Z] 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-05-07T01:24:33.446Z] 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-05-07T01:24:35.374Z] 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-05-07T01:24:35.513Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-07T01:24:35.513Z] (6/12) Installing patch (2.7.6-r6) [2021-05-07T01:24:35.513Z] (7/12) Installing build-base (0.5-r2) [2021-05-07T01:24:35.513Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-07T01:24:35.513Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-07T01:24:35.513Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-07T01:24:35.513Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-07T01:24:35.788Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-07T01:24:35.788Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T01:24:35.955Z] 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-05-07T01:24:36.062Z] OK: 218 MiB in 52 packages [2021-05-07T01:24:37.887Z] 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-05-07T01:24:39.305Z] 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-05-07T01:24:40.376Z] Removing intermediate container b3db81fd38a2 [2021-05-07T01:24:40.376Z] ---> 61919566ac71 [2021-05-07T01:24:40.376Z] Step 4/6 : WORKDIR /edgex-go [2021-05-07T01:24:40.376Z] ---> Running in 4f292d78b3bf [2021-05-07T01:24:40.650Z] Removing intermediate container 4f292d78b3bf [2021-05-07T01:24:40.650Z] ---> a917f0b884d0 [2021-05-07T01:24:40.650Z] Step 5/6 : COPY go.mod . [2021-05-07T01:24:40.709Z] 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-05-07T01:24:41.246Z] ---> 4dd3117e3512 [2021-05-07T01:24:41.246Z] Step 6/6 : RUN go mod download [2021-05-07T01:24:41.518Z] ---> Running in 4bb8ed0ed30c [Pipeline] } [2021-05-07T01:24:43.284Z] $ docker stop --time=1 8fd962feb6139778aab5dcc673f6383bcd46b429e42ba5989883020929faff36 [2021-05-07T01:24:45.007Z] $ docker rm -f 8fd962feb6139778aab5dcc673f6383bcd46b429e42ba5989883020929faff36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:24:48.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:24:48.371Z] [2021-05-07T01:24:48.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:24:48.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:24:48.687Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-07T01:24:48.687Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-07T01:24:48.687Z] ca9280d653b3: Pulling fs layer [2021-05-07T01:24:48.687Z] 7e9c9ca2126c: Pulling fs layer [2021-05-07T01:24:48.950Z] cbdbe7a5bc2a: Download complete [2021-05-07T01:24:49.215Z] cbdbe7a5bc2a: Pull complete [2021-05-07T01:24:49.485Z] ca9280d653b3: Verifying Checksum [2021-05-07T01:24:49.485Z] ca9280d653b3: Download complete [2021-05-07T01:24:50.434Z] ca9280d653b3: Pull complete [2021-05-07T01:24:50.434Z] 7e9c9ca2126c: Download complete [2021-05-07T01:24:57.065Z] 7e9c9ca2126c: Pull complete [2021-05-07T01:24:57.065Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-07T01:24:57.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:24:57.065Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-07T01:24:57.211Z] prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container [2021-05-07T01:24:57.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-05-07T01:24:59.793Z] $ docker top bd61240a216f5c25c0e68e41ebf8a68e619e732bf9ce91d701185564f5af1e25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:25:00.214Z] + docker-compose build --help [2021-05-07T01:25:00.214Z] + grep parallel [2021-05-07T01:25:01.158Z] --parallel Build images in parallel. [Pipeline] } [2021-05-07T01:25:01.176Z] $ docker stop --time=1 bd61240a216f5c25c0e68e41ebf8a68e619e732bf9ce91d701185564f5af1e25 [2021-05-07T01:25:02.598Z] $ docker rm -f bd61240a216f5c25c0e68e41ebf8a68e619e732bf9ce91d701185564f5af1e25 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:25:03.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:25:03.115Z] . [Pipeline] withDockerContainer [2021-05-07T01:25:03.222Z] prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container [2021-05-07T01:25:03.272Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-07T01:25:04.099Z] $ docker top 55eb198ec29bc73170f790b9f693b7c0c8ec685ecbe881b969381518643428a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:25:04.562Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-07T01:25:05.511Z] Building docker-core-command-go ... [2021-05-07T01:25:05.511Z] Building docker-core-data-go ... [2021-05-07T01:25:05.511Z] Building docker-core-metadata-go ... [2021-05-07T01:25:05.511Z] Building docker-security-bootstrapper-go ... [2021-05-07T01:25:05.511Z] Building docker-security-proxy-setup-go ... [2021-05-07T01:25:05.511Z] Building docker-security-secretstore-setup-go ... [2021-05-07T01:25:05.511Z] Building docker-support-notifications-go ... [2021-05-07T01:25:05.511Z] Building docker-support-scheduler-go ... [2021-05-07T01:25:05.511Z] Building docker-sys-mgmt-agent-go ... [2021-05-07T01:25:05.511Z] Building docker-sys-mgmt-agent-go [2021-05-07T01:25:05.511Z] Building docker-core-data-go [2021-05-07T01:25:05.511Z] Building docker-security-bootstrapper-go [2021-05-07T01:25:05.511Z] Building docker-core-command-go [2021-05-07T01:25:05.511Z] Building docker-security-secretstore-setup-go [2021-05-07T01:25:08.319Z] Removing intermediate container 4bb8ed0ed30c [2021-05-07T01:25:08.319Z] ---> 918d27205a99 [2021-05-07T01:25:08.319Z] Successfully built 918d27205a99 [2021-05-07T01:25:08.319Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:25:08.663Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T01:25:08.663Z] . [Pipeline] withDockerContainer [2021-05-07T01:25:08.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container [2021-05-07T01:25:09.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-07T01:25:10.601Z] $ docker top 36933062c3ec4945dc19f2d59106653fc2b8ab92ed36d27a5105590273ae950a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:25:11.530Z] + go version [2021-05-07T01:25:11.531Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-07T01:25:11.557Z] $ docker stop --time=1 36933062c3ec4945dc19f2d59106653fc2b8ab92ed36d27a5105590273ae950a [2021-05-07T01:25:13.540Z] $ docker rm -f 36933062c3ec4945dc19f2d59106653fc2b8ab92ed36d27a5105590273ae950a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:25:14.273Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T01:25:14.273Z] . [Pipeline] withDockerContainer [2021-05-07T01:25:14.513Z] prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container [2021-05-07T01:25:14.594Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-07T01:25:16.064Z] $ docker top 8d2a77f4fde41ab6bbc335b0926192cb3c3d8332d628c9e2cf2052953ca83ea8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T01:25:16.372Z] ========================================================= [2021-05-07T01:25:16.372Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-07T01:25:16.372Z] ========================================================= [Pipeline] sh [2021-05-07T01:25:17.015Z] + go mod tidy [Pipeline] sh [2021-05-07T01:25:18.657Z] + make test [2021-05-07T01:25:18.658Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-07T01:25:44.426Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:25:44.426Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:25:44.426Z] ---> 4d84d2e7a351 [2021-05-07T01:25:44.426Z] Step 3/31 : WORKDIR /edgex-go [2021-05-07T01:25:44.427Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:25:44.427Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:25:44.427Z] ---> 4d84d2e7a351 [2021-05-07T01:25:44.427Z] Step 3/25 : WORKDIR /edgex-go [2021-05-07T01:25:44.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:25:44.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:25:44.427Z] ---> 4d84d2e7a351 [2021-05-07T01:25:44.427Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:25:44.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:25:44.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:25:44.427Z] ---> 4d84d2e7a351 [2021-05-07T01:25:44.427Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:25:44.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:25:44.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:25:44.427Z] ---> 4d84d2e7a351 [2021-05-07T01:25:44.427Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:25:44.427Z] ---> Running in 7a3980791377 [2021-05-07T01:25:44.427Z] ---> Running in f530957b9568 [2021-05-07T01:25:44.427Z] ---> Running in e0f914e45471 [2021-05-07T01:25:44.427Z] ---> Running in c0b4c37e961f [2021-05-07T01:25:44.427Z] ---> Running in 7b2dc8cd919e [2021-05-07T01:25:44.427Z] Removing intermediate container f530957b9568 [2021-05-07T01:25:44.427Z] ---> 72da712d9ed2 [2021-05-07T01:25:44.427Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:25:44.427Z] Removing intermediate container c0b4c37e961f [2021-05-07T01:25:44.427Z] ---> 03fb7c485a8c [2021-05-07T01:25:44.427Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:25:44.427Z] Removing intermediate container 7b2dc8cd919e [2021-05-07T01:25:44.427Z] ---> c870cc85e98b [2021-05-07T01:25:44.427Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:25:44.427Z] Removing intermediate container 7a3980791377 [2021-05-07T01:25:44.427Z] ---> bea93f8ff362 [2021-05-07T01:25:44.427Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:25:44.427Z] Removing intermediate container e0f914e45471 [2021-05-07T01:25:44.427Z] ---> 3d716f254e80 [2021-05-07T01:25:44.427Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:25:44.427Z] ---> Running in f9ef78d7bb8c [2021-05-07T01:25:44.427Z] ---> Running in 7e8c2662dd4a [2021-05-07T01:25:44.427Z] ---> Running in 7c5e1e60b669 [2021-05-07T01:25:44.427Z] ---> Running in 0cc86acef689 [2021-05-07T01:25:44.427Z] ---> Running in 179649ac71ee [2021-05-07T01:25:44.690Z] Removing intermediate container f9ef78d7bb8c [2021-05-07T01:25:44.690Z] ---> 14360b6a85c8 [2021-05-07T01:25:44.690Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-07T01:25:44.690Z] Removing intermediate container 7e8c2662dd4a [2021-05-07T01:25:44.690Z] ---> 4783ac79f060 [2021-05-07T01:25:44.690Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:25:44.690Z] Removing intermediate container 7c5e1e60b669 [2021-05-07T01:25:44.690Z] ---> 7b60b818e32a [2021-05-07T01:25:44.690Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-07T01:25:44.690Z] Removing intermediate container 179649ac71ee [2021-05-07T01:25:44.690Z] ---> a3569f966c5f [2021-05-07T01:25:44.690Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-07T01:25:44.690Z] Removing intermediate container 0cc86acef689 [2021-05-07T01:25:44.690Z] ---> e4e4814f06ae [2021-05-07T01:25:44.690Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-07T01:25:44.952Z] ---> Running in 7d41a39167b5 [2021-05-07T01:25:44.952Z] ---> Running in 69f2ef83008b [2021-05-07T01:25:44.952Z] ---> Running in e7560f3ba021 [2021-05-07T01:25:44.952Z] ---> Running in 9f8c9c9317eb [2021-05-07T01:25:44.952Z] ---> Running in 65872d387723 [2021-05-07T01:25:45.458Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-07T01:25:45.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:45.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:45.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:46.175Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:46.175Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:47.123Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:47.123Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:47.386Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:47.386Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:47.386Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:25:47.974Z] OK: 219 MiB in 52 packages [2021-05-07T01:25:47.974Z] OK: 219 MiB in 52 packages [2021-05-07T01:25:47.974Z] OK: 219 MiB in 52 packages [2021-05-07T01:25:48.243Z] OK: 219 MiB in 52 packages [2021-05-07T01:25:48.243Z] OK: 219 MiB in 52 packages [2021-05-07T01:25:48.892Z] Removing intermediate container e7560f3ba021 [2021-05-07T01:25:48.892Z] ---> 72e401042545 [2021-05-07T01:25:48.892Z] Step 6/23 : COPY go.mod . [2021-05-07T01:25:49.223Z] Removing intermediate container 69f2ef83008b [2021-05-07T01:25:49.223Z] ---> e1864b2f2084 [2021-05-07T01:25:49.223Z] Step 6/23 : COPY go.mod . [2021-05-07T01:25:49.223Z] Removing intermediate container 7d41a39167b5 [2021-05-07T01:25:49.223Z] ---> f55137e611d3 [2021-05-07T01:25:49.223Z] Step 6/31 : COPY go.mod . [2021-05-07T01:25:49.223Z] Removing intermediate container 9f8c9c9317eb [2021-05-07T01:25:49.223Z] ---> b61a15572ef2 [2021-05-07T01:25:49.223Z] Step 6/23 : COPY go.mod . [2021-05-07T01:25:49.525Z] ---> d99c246f0a85 [2021-05-07T01:25:49.525Z] Step 7/23 : RUN go mod download [2021-05-07T01:25:49.525Z] Removing intermediate container 65872d387723 [2021-05-07T01:25:49.525Z] ---> 799403a10a6a [2021-05-07T01:25:49.525Z] Step 6/25 : COPY go.mod . [2021-05-07T01:25:49.525Z] ---> f79fc1d213e9 [2021-05-07T01:25:49.525Z] Step 7/23 : RUN go mod download [2021-05-07T01:25:49.525Z] ---> Running in c13186121da7 [2021-05-07T01:25:49.787Z] ---> f088b983da1e [2021-05-07T01:25:49.788Z] Step 7/31 : RUN go mod download [2021-05-07T01:25:49.788Z] ---> Running in 8fda2b71e89b [2021-05-07T01:25:49.788Z] ---> 67c3ae95f269 [2021-05-07T01:25:49.788Z] Step 7/23 : RUN go mod download [2021-05-07T01:25:50.051Z] ---> 8a13e67a349b [2021-05-07T01:25:50.051Z] Step 7/25 : RUN go mod download [2021-05-07T01:25:50.051Z] ---> Running in 84135fa7eddd [2021-05-07T01:25:50.051Z] ---> Running in efa33b3d0ea0 [2021-05-07T01:25:50.322Z] ---> Running in dc64791d150b [2021-05-07T01:25:52.265Z] Removing intermediate container 84135fa7eddd [2021-05-07T01:25:52.265Z] ---> 0cdc2e741e82 [2021-05-07T01:25:52.265Z] Step 8/31 : COPY . . [2021-05-07T01:25:52.265Z] Removing intermediate container efa33b3d0ea0 [2021-05-07T01:25:52.265Z] ---> ee36410c94d1 [2021-05-07T01:25:52.265Z] Step 8/23 : COPY . . [2021-05-07T01:25:52.265Z] Removing intermediate container dc64791d150b [2021-05-07T01:25:52.265Z] ---> 927d8b066986 [2021-05-07T01:25:52.265Z] Step 8/25 : COPY . . [2021-05-07T01:25:52.531Z] Removing intermediate container c13186121da7 [2021-05-07T01:25:52.531Z] ---> 6790e8c37d20 [2021-05-07T01:25:52.531Z] Step 8/23 : COPY . . [2021-05-07T01:25:52.531Z] Removing intermediate container 8fda2b71e89b [2021-05-07T01:25:52.531Z] ---> e4bf0654fd74 [2021-05-07T01:25:52.531Z] Step 8/23 : COPY . . [2021-05-07T01:26:31.664Z] ---> dcc9ba2df08b [2021-05-07T01:26:31.664Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-07T01:26:31.664Z] ---> bf26eb7cf670 [2021-05-07T01:26:31.664Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-07T01:26:31.664Z] ---> 98e0920d625d [2021-05-07T01:26:31.664Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-07T01:26:31.664Z] ---> Running in 80f85984f76d [2021-05-07T01:26:31.664Z] ---> Running in 756294c52514 [2021-05-07T01:26:31.664Z] ---> 2e9f5fd8d851 [2021-05-07T01:26:31.664Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-07T01:26:31.664Z] ---> 74e7925297a1 [2021-05-07T01:26:31.664Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-07T01:26:31.926Z] ---> Running in 4e3da35fbea2 [2021-05-07T01:26:32.212Z] ---> Running in ef75c58101ba [2021-05-07T01:26:32.212Z] ---> Running in 19a91f270487 [2021-05-07T01:26:33.175Z] 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-05-07T01:26:33.175Z] 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-05-07T01:26:33.175Z] 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-05-07T01:26:33.450Z] 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-05-07T01:26:33.450Z] 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-05-07T01:26:42.052Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-07T01:26:48.798Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-07T01:26:57.120Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-07T01:26:57.120Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-07T01:27:01.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-07T01:27:02.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-07T01:27:02.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-07T01:27:02.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-07T01:27:05.951Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-07T01:27:07.393Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-07T01:27:12.339Z] 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-05-07T01:27:17.630Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-07T01:27:17.630Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-07T01:27:17.630Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-07T01:27:20.529Z] Removing intermediate container 19a91f270487 [2021-05-07T01:27:20.529Z] ---> e1e3d175dd0f [2021-05-07T01:27:20.529Z] [2021-05-07T01:27:20.529Z] Step 10/31 : FROM alpine:3.12 [2021-05-07T01:27:20.529Z] Removing intermediate container 4e3da35fbea2 [2021-05-07T01:27:20.529Z] ---> 8110703ce812 [2021-05-07T01:27:20.529Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-07T01:27:20.529Z] Removing intermediate container 756294c52514 [2021-05-07T01:27:20.529Z] ---> f25c2825b96a [2021-05-07T01:27:20.529Z] [2021-05-07T01:27:20.529Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:27:20.529Z] 3.12: Pulling from library/alpine [2021-05-07T01:27:20.529Z] 3.12: Pulling from library/alpine [2021-05-07T01:27:20.529Z] Removing intermediate container 80f85984f76d [2021-05-07T01:27:20.529Z] ---> 6cf995af1e6c [2021-05-07T01:27:20.529Z] [2021-05-07T01:27:20.529Z] Step 10/25 : FROM alpine:3.12 [2021-05-07T01:27:20.529Z] ---> Running in 95b65c0f423f [2021-05-07T01:27:20.529Z] 3.12: Pulling from library/alpine [2021-05-07T01:27:20.529Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:27:20.529Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:27:20.529Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T01:27:20.529Z] Status: Image is up to date for alpine:3.12 [2021-05-07T01:27:20.529Z] ---> 13621d1b12d4 [2021-05-07T01:27:20.529Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-07T01:27:20.529Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:27:20.529Z] Status: Image is up to date for alpine:3.12 [2021-05-07T01:27:20.529Z] ---> 13621d1b12d4 [2021-05-07T01:27:20.529Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:27:20.529Z] ---> 13621d1b12d4 [2021-05-07T01:27:20.529Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-07T01:27:20.529Z] 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-05-07T01:27:21.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.434s coverage: 45.9% of statements [2021-05-07T01:27:21.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-07T01:27:21.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-07T01:27:21.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-07T01:27:21.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-07T01:27:21.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-07T01:27:21.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-07T01:27:21.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.125s coverage: 19.8% of statements [2021-05-07T01:27:21.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.305s coverage: 100.0% of statements [2021-05-07T01:27:23.125Z] ---> Running in a3b9f2130e96 [2021-05-07T01:27:23.125Z] ---> Running in 8a3cb9c9482f [2021-05-07T01:27:23.125Z] ---> Running in 041bbe5301c3 [2021-05-07T01:27:23.389Z] Removing intermediate container ef75c58101ba [2021-05-07T01:27:23.390Z] ---> 88384234c292 [2021-05-07T01:27:23.390Z] [2021-05-07T01:27:23.390Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:27:23.390Z] ---> 13621d1b12d4 [2021-05-07T01:27:23.390Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-07T01:27:23.390Z] Removing intermediate container 8a3cb9c9482f [2021-05-07T01:27:23.390Z] ---> 8524cba50b5b [2021-05-07T01:27:23.390Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-07T01:27:23.653Z] ---> Running in 8f76d9b63301 [2021-05-07T01:27:23.653Z] ---> Running in 53f1952273d1 [2021-05-07T01:27:23.925Z] Removing intermediate container 8f76d9b63301 [2021-05-07T01:27:23.925Z] ---> 0c9ef7c910e9 [2021-05-07T01:27:23.925Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-07T01:27:24.195Z] ---> Running in 0f8d0bcc76e4 [2021-05-07T01:27:24.458Z] Removing intermediate container 95b65c0f423f [2021-05-07T01:27:24.458Z] ---> b116b9cd52d4 [2021-05-07T01:27:24.458Z] [2021-05-07T01:27:24.458Z] Step 11/23 : FROM docker:20.10.0 [2021-05-07T01:27:24.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:24.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:24.458Z] 20.10.0: Pulling from library/docker [2021-05-07T01:27:24.458Z] Removing intermediate container 0f8d0bcc76e4 [2021-05-07T01:27:24.458Z] ---> 080a11fb52ea [2021-05-07T01:27:24.458Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-07T01:27:24.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:24.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:24.731Z] ---> Running in 25f27cf2fb16 [2021-05-07T01:27:24.731Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-07T01:27:24.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:24.731Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:27:24.731Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-07T01:27:24.731Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-07T01:27:24.731Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:27:24.731Z] OK: 6 MiB in 15 packages [2021-05-07T01:27:24.731Z] (4/6) Installing curl (7.76.1-r0) [2021-05-07T01:27:24.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:24.731Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:27:24.731Z] (6/6) Installing su-exec (0.2-r1) [2021-05-07T01:27:24.731Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:27:24.731Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:27:25.000Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:27:25.000Z] (2/2) Installing su-exec (0.2-r1) [2021-05-07T01:27:25.000Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:27:25.000Z] OK: 6 MiB in 16 packages [2021-05-07T01:27:25.000Z] OK: 7 MiB in 20 packages [2021-05-07T01:27:25.264Z] Removing intermediate container 25f27cf2fb16 [2021-05-07T01:27:25.264Z] ---> dca3fa0da0b0 [2021-05-07T01:27:25.264Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:27:25.863Z] ---> Running in ec935ceb842c [2021-05-07T01:27:27.264Z] Removing intermediate container 53f1952273d1 [2021-05-07T01:27:27.264Z] ---> e153ea2d504c [2021-05-07T01:27:27.264Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-07T01:27:27.264Z] Removing intermediate container 041bbe5301c3 [2021-05-07T01:27:27.264Z] ---> c65a7f7ab6bc [2021-05-07T01:27:27.264Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:27:27.264Z] ---> Running in 9ab956981ef9 [2021-05-07T01:27:27.264Z] ---> Running in cee50142a653 [2021-05-07T01:27:27.846Z] Removing intermediate container a3b9f2130e96 [2021-05-07T01:27:27.846Z] ---> 430d67cded27 [2021-05-07T01:27:27.846Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:27:28.108Z] Removing intermediate container 9ab956981ef9 [2021-05-07T01:27:28.108Z] ---> 8c9efb4b92ad [2021-05-07T01:27:28.108Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-07T01:27:28.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.1% of statements [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-07T01:27:28.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.186s coverage: 100.0% of statements [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-07T01:27:28.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.163s coverage: 100.0% of statements [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-07T01:27:28.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 71.3% of statements [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-07T01:27:28.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-07T01:27:29.066Z] Removing intermediate container cee50142a653 [2021-05-07T01:27:29.067Z] ---> 037d9ee6f32b [2021-05-07T01:27:29.067Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-07T01:27:29.067Z] ---> Running in a848f8e86987 [2021-05-07T01:27:29.335Z] ---> Running in ae1661d32663 [2021-05-07T01:27:29.335Z] ---> Running in dc1512bd2266 [2021-05-07T01:27:29.611Z] Removing intermediate container a848f8e86987 [2021-05-07T01:27:29.611Z] ---> 4a5f5c9fe814 [2021-05-07T01:27:29.611Z] Step 13/25 : WORKDIR / [2021-05-07T01:27:29.611Z] ---> Running in 5444bddb4022 [2021-05-07T01:27:29.878Z] Removing intermediate container ae1661d32663 [2021-05-07T01:27:29.878Z] ---> 3338833fdc16 [2021-05-07T01:27:29.878Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-07T01:27:29.878Z] Removing intermediate container ec935ceb842c [2021-05-07T01:27:29.878Z] ---> 1c72391499dc [2021-05-07T01:27:29.878Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-07T01:27:29.878Z] Removing intermediate container dc1512bd2266 [2021-05-07T01:27:29.878Z] ---> aa45f72bc8e4 [2021-05-07T01:27:29.878Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:27:29.878Z] ---> Running in c523d7ad7464 [2021-05-07T01:27:29.878Z] ---> Running in bbbf27974180 [2021-05-07T01:27:30.141Z] ---> Running in 2ad5a14c5808 [2021-05-07T01:27:30.141Z] Removing intermediate container 5444bddb4022 [2021-05-07T01:27:30.141Z] ---> 6059c9614435 [2021-05-07T01:27:30.141Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-07T01:27:30.411Z] Removing intermediate container 2ad5a14c5808 [2021-05-07T01:27:30.411Z] ---> bcb96e614c07 [2021-05-07T01:27:30.411Z] Step 15/23 : WORKDIR / [2021-05-07T01:27:30.700Z] ---> Running in 1fefde679fb9 [2021-05-07T01:27:30.700Z] ---> 6515918aedd8 [2021-05-07T01:27:30.700Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-07T01:27:31.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 87.7% of statements [2021-05-07T01:27:31.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-07T01:27:31.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:27:31.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.188s coverage: 78.9% of statements [2021-05-07T01:27:31.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-07T01:27:31.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:31.913Z] ---> 24d31f81580b [2021-05-07T01:27:31.913Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-07T01:27:31.913Z] Removing intermediate container 1fefde679fb9 [2021-05-07T01:27:31.913Z] ---> 9fa303f268bb [2021-05-07T01:27:31.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:27:31.913Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-07T01:27:31.913Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-07T01:27:31.913Z] ---> aefe523efa57 [2021-05-07T01:27:31.913Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:27:32.184Z] ---> Running in d8bcbe72baa7 [2021-05-07T01:27:32.184Z] ---> efd037f7212d [2021-05-07T01:27:32.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-07T01:27:32.184Z] ---> c64528a7abe5 [2021-05-07T01:27:32.184Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-07T01:27:32.447Z] Removing intermediate container d8bcbe72baa7 [2021-05-07T01:27:32.447Z] ---> 46d384ad7db2 [2021-05-07T01:27:32.447Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-07T01:27:32.447Z] Removing intermediate container bbbf27974180 [2021-05-07T01:27:32.447Z] ---> 9cee1bec7d2d [2021-05-07T01:27:32.447Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-07T01:27:32.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:32.713Z] ---> Running in 2c81276e8ce2 [2021-05-07T01:27:32.713Z] ---> Running in c90019ffff73 [2021-05-07T01:27:32.713Z] ---> 64abfc28b07e [2021-05-07T01:27:32.713Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-07T01:27:32.978Z] ---> d3a8cc9910aa [2021-05-07T01:27:32.978Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-07T01:27:32.978Z] Removing intermediate container c90019ffff73 [2021-05-07T01:27:32.978Z] ---> bd9f17bf2e63 [2021-05-07T01:27:32.978Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-07T01:27:33.241Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:27:33.241Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-07T01:27:33.533Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-07T01:27:33.533Z] ---> 2851ace85db7 [2021-05-07T01:27:33.533Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-07T01:27:33.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:33.533Z] ---> abffbfdb47dc [2021-05-07T01:27:33.533Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-07T01:27:33.533Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-07T01:27:33.533Z] ---> 9f7ddfddae68 [2021-05-07T01:27:33.533Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-07T01:27:33.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:27:33.533Z] ---> Running in 223db29de917 [2021-05-07T01:27:33.533Z] ---> Running in 15ca42c35963 [2021-05-07T01:27:33.816Z] (1/39) Installing readline (8.0.4-r0) [2021-05-07T01:27:33.816Z] (2/39) Installing bash (5.0.17-r0) [2021-05-07T01:27:33.816Z] Executing bash-5.0.17-r0.post-install [2021-05-07T01:27:33.816Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:27:33.816Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-07T01:27:34.084Z] (5/39) Installing curl (7.76.1-r0) [2021-05-07T01:27:34.084Z] Removing intermediate container 223db29de917 [2021-05-07T01:27:34.084Z] ---> c25cbfa2202a [2021-05-07T01:27:34.084Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:27:34.084Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-07T01:27:34.084Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-07T01:27:34.084Z] (8/39) Installing expat (2.2.9-r1) [2021-05-07T01:27:34.084Z] (9/39) Installing libffi (3.3-r2) [2021-05-07T01:27:34.084Z] (10/39) Installing gdbm (1.13-r1) [2021-05-07T01:27:34.084Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-07T01:27:34.084Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-07T01:27:34.084Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-07T01:27:34.084Z] ---> Running in d12cf823b9aa [2021-05-07T01:27:34.084Z] ---> 8a2b864b1d24 [2021-05-07T01:27:34.084Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-07T01:27:35.034Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-07T01:27:35.034Z] Removing intermediate container d12cf823b9aa [2021-05-07T01:27:35.034Z] ---> f9aee80d1794 [2021-05-07T01:27:35.034Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:27:35.982Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-07T01:27:35.982Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:27:36.558Z] OK: 8 MiB in 20 packages [2021-05-07T01:27:37.509Z] ---> 6b923c87d2cf [2021-05-07T01:27:37.509Z] Step 21/25 : 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-05-07T01:27:37.509Z] ---> Running in f9d649f70c4e [2021-05-07T01:27:37.509Z] ---> Running in b50a9f580ba5 [2021-05-07T01:27:37.509Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-07T01:27:37.509Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-07T01:27:37.509Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-07T01:27:37.771Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-07T01:27:37.771Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-07T01:27:37.771Z] Removing intermediate container 15ca42c35963 [2021-05-07T01:27:37.771Z] ---> d387291b5c5e [2021-05-07T01:27:37.771Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:27:38.032Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-07T01:27:38.033Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-07T01:27:38.033Z] Removing intermediate container f9d649f70c4e [2021-05-07T01:27:38.033Z] ---> aa62e5a959f4 [2021-05-07T01:27:38.033Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:27:38.033Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-07T01:27:38.611Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-07T01:27:38.611Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-07T01:27:38.611Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-07T01:27:38.611Z] Removing intermediate container c523d7ad7464 [2021-05-07T01:27:38.611Z] ---> 499293404526 [2021-05-07T01:27:38.611Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:27:38.611Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-07T01:27:39.185Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-07T01:27:39.185Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-07T01:27:39.185Z] ---> Running in 9bf837704a2e [2021-05-07T01:27:39.185Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-07T01:27:39.447Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-07T01:27:39.447Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-07T01:27:39.711Z] ---> 4e56378d4785 [2021-05-07T01:27:39.711Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-07T01:27:39.711Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-07T01:27:39.711Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-07T01:27:39.973Z] ---> 21650c99e2ec [2021-05-07T01:27:39.973Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-07T01:27:39.973Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-07T01:27:39.973Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-07T01:27:39.973Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-07T01:27:39.973Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-07T01:27:40.920Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-07T01:27:41.502Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-07T01:27:41.502Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-07T01:27:41.502Z] Removing intermediate container 9bf837704a2e [2021-05-07T01:27:41.502Z] ---> 028f05ff6e79 [2021-05-07T01:27:41.502Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:27:41.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.118s coverage: 28.6% of statements [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-07T01:27:41.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.257s coverage: 100.0% of statements [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-07T01:27:41.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.151s coverage: 100.0% of statements [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-07T01:27:41.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.396s coverage: 86.7% of statements [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-07T01:27:41.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-07T01:27:41.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.314s coverage: 78.3% of statements [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-07T01:27:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-07T01:27:42.081Z] Executing busybox-1.31.1-r19.trigger [2021-05-07T01:27:42.081Z] OK: 72 MiB in 59 packages [2021-05-07T01:27:42.081Z] ---> Running in 5ac42420aa3c [2021-05-07T01:27:42.081Z] ---> 88e97f67553a [2021-05-07T01:27:42.081Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-07T01:27:42.081Z] ---> 5c0626d3e5c6 [2021-05-07T01:27:42.081Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-07T01:27:42.344Z] Removing intermediate container b50a9f580ba5 [2021-05-07T01:27:42.344Z] ---> 0a0b9b8fc47e [2021-05-07T01:27:42.344Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-07T01:27:42.344Z] ---> Running in 5ff2ad8e19cd [2021-05-07T01:27:42.344Z] Removing intermediate container 5ac42420aa3c [2021-05-07T01:27:42.344Z] ---> 71b3787f3bc4 [2021-05-07T01:27:42.344Z] [2021-05-07T01:27:42.609Z] ---> 986c3cae8ed4 [2021-05-07T01:27:42.609Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-07T01:27:42.609Z] ---> 886989817122 [2021-05-07T01:27:42.609Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-07T01:27:42.874Z] ---> Running in 8485f9008150 [2021-05-07T01:27:42.874Z] Removing intermediate container 5ff2ad8e19cd [2021-05-07T01:27:42.874Z] ---> 4fcf5266146e [2021-05-07T01:27:42.874Z] Step 23/25 : LABEL arch=x86_64 [2021-05-07T01:27:42.874Z] Successfully built 71b3787f3bc4 [2021-05-07T01:27:42.874Z] Successfully tagged docker-core-command-go:latest [2021-05-07T01:27:42.874Z] ---> Running in 59e2b3010ac5 [2021-05-07T01:27:42.874Z] Building docker-security-proxy-setup-go [2021-05-07T01:27:43.136Z]  Building docker-core-command-go ... done  ---> ff251ad28f35 [2021-05-07T01:27:43.136Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-07T01:27:43.136Z] Removing intermediate container 8485f9008150 [2021-05-07T01:27:43.136Z] ---> 4a4e779e707d [2021-05-07T01:27:43.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:27:43.136Z] Collecting docker-compose==1.23.2 [2021-05-07T01:27:43.136Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-07T01:27:44.525Z] Removing intermediate container 59e2b3010ac5 [2021-05-07T01:27:44.525Z] ---> 85205492b4dd [2021-05-07T01:27:44.526Z] Step 24/25 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:27:44.526Z] ---> Running in 08841c560e54 [2021-05-07T01:27:44.526Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-07T01:27:44.526Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-07T01:27:44.526Z] ---> Running in b3e4322896c8 [2021-05-07T01:27:44.526Z] ---> ef266f69b54e [2021-05-07T01:27:44.526Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-07T01:27:45.925Z] Collecting jsonschema<3,>=2.5.1 [2021-05-07T01:27:45.925Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-07T01:27:45.925Z] Removing intermediate container 08841c560e54 [2021-05-07T01:27:45.925Z] ---> 41419c0c8871 [2021-05-07T01:27:45.925Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:27:46.874Z] Collecting cached-property<2,>=1.2.0 [2021-05-07T01:27:46.874Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-07T01:27:47.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 95.1% of statements [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-07T01:27:47.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-07T01:27:47.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.9% of statements [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-07T01:27:47.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.176s coverage: 22.0% of statements [2021-05-07T01:27:47.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-07T01:27:47.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.211s coverage: 47.1% of statements [2021-05-07T01:27:47.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.134s coverage: 79.5% of statements [2021-05-07T01:27:47.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.180s coverage: 94.1% of statements [2021-05-07T01:27:47.828Z] 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-05-07T01:27:48.433Z] Removing intermediate container b3e4322896c8 [2021-05-07T01:27:48.433Z] ---> 43fb322a581a [2021-05-07T01:27:48.433Z] Step 25/25 : LABEL version=0.0.0 [2021-05-07T01:27:48.433Z] ---> Running in 35edad9576c8 [2021-05-07T01:27:48.433Z] ---> Running in 51ddc7802c13 [2021-05-07T01:27:48.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements [2021-05-07T01:27:48.697Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-07T01:27:48.697Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-07T01:27:49.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.183s coverage: 87.5% of statements [2021-05-07T01:27:49.278Z] ---> Running in 952bc5a0ece8 [2021-05-07T01:27:49.542Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-07T01:27:49.542Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-07T01:27:50.939Z] Removing intermediate container 51ddc7802c13 [2021-05-07T01:27:50.939Z] ---> 77b809619833 [2021-05-07T01:27:50.939Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:27:51.205Z] Removing intermediate container 35edad9576c8 [2021-05-07T01:27:51.205Z] ---> cdc529f8ea1e [2021-05-07T01:27:51.205Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-07T01:27:51.205Z] Collecting PyYAML<4,>=3.10 [2021-05-07T01:27:51.205Z] Removing intermediate container 952bc5a0ece8 [2021-05-07T01:27:51.205Z] ---> 8ebee66a40f2 [2021-05-07T01:27:51.205Z] [2021-05-07T01:27:51.205Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-07T01:27:51.472Z] ---> Running in 427084141f25 [2021-05-07T01:27:51.752Z] Successfully built 8ebee66a40f2 [2021-05-07T01:27:52.028Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-07T01:27:52.028Z] Building docker-support-notifications-go [2021-05-07T01:27:52.987Z]  Building docker-security-secretstore-setup-go ... done  ---> fff113efe48a [2021-05-07T01:27:52.987Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-07T01:27:53.580Z] Collecting docker<4.0,>=3.6.0 [2021-05-07T01:27:53.580Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-07T01:27:54.981Z] Collecting texttable<0.10,>=0.9.0 [2021-05-07T01:27:54.981Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-07T01:27:55.571Z] Removing intermediate container 427084141f25 [2021-05-07T01:27:55.571Z] ---> 2d87d577374c [2021-05-07T01:27:55.571Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:27:55.836Z] ---> Running in db975942647a [2021-05-07T01:27:56.814Z] Collecting docopt<0.7,>=0.6.1 [2021-05-07T01:27:56.814Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-07T01:27:58.205Z] 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-05-07T01:27:58.794Z] Collecting idna<2.8,>=2.5 [2021-05-07T01:27:59.063Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-07T01:27:59.063Z] ---> Running in 4a7ca448510c [2021-05-07T01:27:59.340Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-07T01:27:59.340Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-07T01:27:59.604Z] 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-05-07T01:28:00.555Z] Collecting docker-pycreds>=0.4.0 [2021-05-07T01:28:00.555Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-07T01:28:00.816Z] Removing intermediate container 4a7ca448510c [2021-05-07T01:28:00.816Z] ---> 3a89014c702c [2021-05-07T01:28:00.816Z] [2021-05-07T01:28:01.404Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-07T01:28:01.404Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-07T01:28:01.404Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-07T01:28:01.404Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-07T01:28:01.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.174s coverage: 94.4% of statements [2021-05-07T01:28:01.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-05-07T01:28:01.668Z] Installing collected packages: dockerpty, jsonschema, cached-property, idna, urllib3, requests, websocket-client, PyYAML, docker-pycreds, docker, texttable, docopt, docker-compose [2021-05-07T01:28:01.668Z] Running setup.py install for dockerpty: started [2021-05-07T01:28:02.628Z] Successfully built 3a89014c702c [2021-05-07T01:28:02.628Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-07T01:28:02.628Z] Successfully tagged docker-core-data-go:latest [2021-05-07T01:28:02.628Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-05-07T01:28:03.219Z] Attempting uninstall: idna [2021-05-07T01:28:03.219Z] Found existing installation: idna 2.9 [2021-05-07T01:28:03.219Z] Uninstalling idna-2.9: [2021-05-07T01:28:03.219Z] Successfully uninstalled idna-2.9 [2021-05-07T01:28:03.485Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:28:03.485Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:28:03.485Z] ---> 4d84d2e7a351 [2021-05-07T01:28:03.485Z] Step 3/21 : WORKDIR /edgex-go [2021-05-07T01:28:03.749Z] ---> Using cache [2021-05-07T01:28:03.749Z] ---> 3d716f254e80 [2021-05-07T01:28:03.749Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:28:03.749Z] ---> Using cache [2021-05-07T01:28:03.749Z] ---> a3569f966c5f [2021-05-07T01:28:03.749Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-07T01:28:05.160Z] Attempting uninstall: urllib3 [2021-05-07T01:28:05.160Z] Found existing installation: urllib3 1.25.9 [2021-05-07T01:28:05.423Z] Uninstalling urllib3-1.25.9: [2021-05-07T01:28:05.423Z] Successfully uninstalled urllib3-1.25.9 [2021-05-07T01:28:07.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.492s coverage: 81.8% of statements [2021-05-07T01:28:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-07T01:28:07.986Z] ---> Running in 992c0036b93f [2021-05-07T01:28:07.986Z] Attempting uninstall: requests [2021-05-07T01:28:07.986Z] Found existing installation: requests 2.23.0 [2021-05-07T01:28:07.986Z] Uninstalling requests-2.23.0: [2021-05-07T01:28:07.986Z] Successfully uninstalled requests-2.23.0 [2021-05-07T01:28:07.986Z] Removing intermediate container db975942647a [2021-05-07T01:28:07.986Z] ---> a3f7e20ef0ad [2021-05-07T01:28:07.986Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-07T01:28:12.241Z] Running setup.py install for PyYAML: started [2021-05-07T01:28:12.241Z] ---> Running in b602fa3f493c [2021-05-07T01:28:12.241Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:28:12.241Z] Removing intermediate container b602fa3f493c [2021-05-07T01:28:12.241Z] ---> 224cfbc9f232 [2021-05-07T01:28:12.241Z] Step 28/31 : CMD ["gate"] [2021-05-07T01:28:13.654Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:28:13.654Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-07T01:28:13.654Z] ---> Running in aecec85b2156 [2021-05-07T01:28:13.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.204s coverage: 92.9% of statements [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 76.0% of statements [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.0% of statements [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 85.4% of statements [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.555s coverage: 64.4% of statements [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-07T01:28:13.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-05-07T01:28:13.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-05-07T01:28:15.083Z] OK: 219 MiB in 52 packages [2021-05-07T01:28:15.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-05-07T01:28:15.351Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:28:15.352Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:28:15.352Z] ---> 4d84d2e7a351 [2021-05-07T01:28:15.352Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:28:15.352Z] ---> Using cache [2021-05-07T01:28:15.352Z] ---> 3d716f254e80 [2021-05-07T01:28:15.352Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:28:15.352Z] ---> Using cache [2021-05-07T01:28:15.352Z] ---> a3569f966c5f [2021-05-07T01:28:15.352Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-07T01:28:15.352Z] Running setup.py install for texttable: started [2021-05-07T01:28:15.941Z] Running setup.py install for texttable: finished with status 'done' [2021-05-07T01:28:15.941Z] Running setup.py install for docopt: started [2021-05-07T01:28:16.205Z] Removing intermediate container aecec85b2156 [2021-05-07T01:28:16.205Z] ---> 48cc89a67e31 [2021-05-07T01:28:16.205Z] Step 29/31 : LABEL arch=x86_64 [2021-05-07T01:28:16.205Z] ---> Running in c8c9d5ae95fd [2021-05-07T01:28:16.805Z] Running setup.py install for docopt: finished with status 'done' [2021-05-07T01:28:16.805Z] ---> Running in 328c6d87d4f5 [2021-05-07T01:28:17.383Z] Removing intermediate container 992c0036b93f [2021-05-07T01:28:17.383Z] ---> b445cfea0993 [2021-05-07T01:28:17.383Z] Step 6/21 : COPY go.mod . [2021-05-07T01:28:17.658Z] Removing intermediate container 328c6d87d4f5 [2021-05-07T01:28:17.658Z] ---> 6ece9c366c21 [2021-05-07T01:28:17.658Z] Step 30/31 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:28:17.658Z] 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.59.0 [2021-05-07T01:28:17.932Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:28:17.932Z] ---> 0b90620ae269 [2021-05-07T01:28:17.932Z] Step 7/21 : RUN go mod download [2021-05-07T01:28:18.195Z] ---> Running in 6b77e68cdbc7 [2021-05-07T01:28:18.467Z] ---> Running in 150d73ac7f5d [2021-05-07T01:28:19.054Z] Removing intermediate container 6b77e68cdbc7 [2021-05-07T01:28:19.054Z] ---> 84025882d922 [2021-05-07T01:28:19.054Z] Step 31/31 : LABEL version=0.0.0 [2021-05-07T01:28:19.054Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:28:19.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.950s coverage: 66.9% of statements [2021-05-07T01:28:19.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-07T01:28:19.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-07T01:28:19.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-07T01:28:20.031Z] OK: 219 MiB in 52 packages [2021-05-07T01:28:20.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.754s coverage: 43.4% of statements [2021-05-07T01:28:20.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-07T01:28:20.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-07T01:28:20.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements [2021-05-07T01:28:20.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-07T01:28:20.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.126s coverage: 84.8% of statements [2021-05-07T01:28:21.440Z] ---> Running in 9b574d635f4e [2021-05-07T01:28:22.522Z] Removing intermediate container 9b574d635f4e [2021-05-07T01:28:22.522Z] ---> d0540d211ad9 [2021-05-07T01:28:22.522Z] [2021-05-07T01:28:23.526Z] Successfully built d0540d211ad9 [2021-05-07T01:28:23.832Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-07T01:28:23.832Z] Building docker-support-scheduler-go [2021-05-07T01:28:24.183Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c8c9d5ae95fd [2021-05-07T01:28:24.183Z] ---> 98050876cd0b [2021-05-07T01:28:24.183Z] Step 6/22 : COPY go.mod . [2021-05-07T01:28:25.626Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.0% of statements [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-07T01:28:25.626Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-07T01:28:25.626Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-07T01:28:25.626Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-07T01:28:27.583Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:28:27.583Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:28:27.852Z] ---> 4d84d2e7a351 [2021-05-07T01:28:27.852Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:28:27.852Z] ---> Using cache [2021-05-07T01:28:27.852Z] ---> 3d716f254e80 [2021-05-07T01:28:27.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:28:27.852Z] ---> Using cache [2021-05-07T01:28:27.852Z] ---> a3569f966c5f [2021-05-07T01:28:27.852Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:28:27.852Z] ---> Using cache [2021-05-07T01:28:27.852Z] ---> b445cfea0993 [2021-05-07T01:28:27.852Z] Step 6/23 : COPY go.mod . [2021-05-07T01:28:27.852Z] ---> Using cache [2021-05-07T01:28:27.852Z] ---> 0b90620ae269 [2021-05-07T01:28:27.852Z] Step 7/23 : RUN go mod download [2021-05-07T01:28:27.852Z] ---> Using cache [2021-05-07T01:28:27.852Z] ---> b40fb7d98b1a [2021-05-07T01:28:27.852Z] Step 8/23 : COPY . . [2021-05-07T01:28:27.852Z] ---> 01c1ae41a59c [2021-05-07T01:28:27.852Z] Step 7/22 : RUN go mod download [2021-05-07T01:28:27.852Z] Removing intermediate container 150d73ac7f5d [2021-05-07T01:28:27.852Z] ---> b40fb7d98b1a [2021-05-07T01:28:27.852Z] Step 8/21 : COPY . . [2021-05-07T01:28:28.289Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.190s coverage: 22.7% of statements [2021-05-07T01:28:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-07T01:28:28.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.408s coverage: 92.6% of statements [2021-05-07T01:28:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-07T01:28:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:28:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-07T01:28:28.453Z] ---> Running in ec24846bf15b [2021-05-07T01:28:36.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.629s coverage: 28.7% of statements [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-07T01:28:36.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.243s coverage: 99.0% of statements [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-07T01:28:36.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.193s coverage: 100.0% of statements [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-07T01:28:36.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.163s coverage: 64.6% of statements [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-07T01:28:36.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.396s coverage: 97.6% of statements [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-07T01:28:36.607Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-07T01:28:36.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.117s coverage: 100.0% of statements [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-07T01:28:36.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-07T01:28:36.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-07T01:28:36.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-07T01:28:36.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-05-07T01:28:36.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-07T01:28:36.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-07T01:28:36.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-05-07T01:28:36.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.133s coverage: 28.1% of statements [2021-05-07T01:28:36.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-07T01:28:36.882Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-05-07T01:28:37.862Z] GO111MODULE=on go vet ./... [2021-05-07T01:28:46.727Z] Removing intermediate container ec24846bf15b [2021-05-07T01:28:46.727Z] ---> 5a909ecb18f6 [2021-05-07T01:28:46.727Z] Step 8/22 : COPY . . [2021-05-07T01:28:53.407Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:28:53.407Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:28:53.407Z] ---> 4d84d2e7a351 [2021-05-07T01:28:53.407Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:28:53.407Z] ---> Using cache [2021-05-07T01:28:53.407Z] ---> 3d716f254e80 [2021-05-07T01:28:53.407Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:28:53.407Z] ---> Using cache [2021-05-07T01:28:53.407Z] ---> a3569f966c5f [2021-05-07T01:28:53.407Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-07T01:28:53.407Z] ---> Using cache [2021-05-07T01:28:53.407Z] ---> b445cfea0993 [2021-05-07T01:28:53.407Z] Step 6/22 : COPY go.mod . [2021-05-07T01:28:53.407Z] ---> Using cache [2021-05-07T01:28:53.407Z] ---> 0b90620ae269 [2021-05-07T01:28:53.407Z] Step 7/22 : RUN go mod download [2021-05-07T01:28:53.407Z] ---> Using cache [2021-05-07T01:28:53.407Z] ---> b40fb7d98b1a [2021-05-07T01:28:53.407Z] Step 8/22 : COPY . . [2021-05-07T01:29:03.490Z] Removing intermediate container 2c81276e8ce2 [2021-05-07T01:29:03.490Z] ---> 66584793804a [2021-05-07T01:29:03.490Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-07T01:29:05.425Z] ---> ab4d0e28457f [2021-05-07T01:29:05.425Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-07T01:29:08.745Z] ---> Running in d4897393d4c9 [2021-05-07T01:29:09.845Z] ---> Running in 2c63f2cd1770 [2021-05-07T01:29:10.797Z] Removing intermediate container d4897393d4c9 [2021-05-07T01:29:10.797Z] ---> 077fe2aa11f4 [2021-05-07T01:29:10.797Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-07T01:29:15.042Z] ---> 31aedbecd2d1 [2021-05-07T01:29:15.042Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-07T01:29:15.042Z] ---> Running in c8e1ae08441e [2021-05-07T01:29:16.447Z] 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-05-07T01:29:16.447Z] ---> Running in ecbb7788a83c [2021-05-07T01:29:17.030Z] Removing intermediate container c8e1ae08441e [2021-05-07T01:29:17.030Z] ---> 48003165d5fa [2021-05-07T01:29:17.030Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-07T01:29:18.455Z] 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-05-07T01:29:19.044Z] ---> 674ed2641103 [2021-05-07T01:29:19.044Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-07T01:29:22.462Z] ---> 5974686a23b4 [2021-05-07T01:29:22.462Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-07T01:29:25.095Z] ---> bb975cb81fcf [2021-05-07T01:29:25.095Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-07T01:29:28.463Z] ---> Running in 5243f070b7d1 [2021-05-07T01:29:29.038Z] ---> 67d15d007d4d [2021-05-07T01:29:29.038Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-07T01:29:29.306Z] Removing intermediate container 5243f070b7d1 [2021-05-07T01:29:29.306Z] ---> 1c99f95a22fa [2021-05-07T01:29:29.306Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:29:29.582Z] ---> Running in 664f7595fad4 [2021-05-07T01:29:29.582Z] ---> cfc5d660be97 [2021-05-07T01:29:29.582Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-07T01:29:29.865Z] ---> Running in 7bed3973110e [2021-05-07T01:29:30.143Z] ---> Running in 4dc46ddb13ec [2021-05-07T01:29:30.422Z] Removing intermediate container 7bed3973110e [2021-05-07T01:29:30.422Z] ---> f0994a9d8054 [2021-05-07T01:29:30.422Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:29:30.422Z] ---> Running in b297cb7dc286 [2021-05-07T01:29:30.694Z] Removing intermediate container b297cb7dc286 [2021-05-07T01:29:30.694Z] ---> 87fe675c5b03 [2021-05-07T01:29:30.694Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:29:30.968Z] ---> Running in 2f1c9d744132 [2021-05-07T01:29:31.237Z] 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-05-07T01:29:31.237Z] 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-05-07T01:29:31.237Z] Removing intermediate container 2f1c9d744132 [2021-05-07T01:29:31.237Z] ---> 4745e1ab49ba [2021-05-07T01:29:31.237Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:29:31.510Z] ---> Running in f4905a3500b4 [2021-05-07T01:29:31.784Z] Removing intermediate container f4905a3500b4 [2021-05-07T01:29:31.784Z] ---> a50c374acacc [2021-05-07T01:29:31.784Z] [2021-05-07T01:29:32.053Z] Successfully built a50c374acacc [2021-05-07T01:29:32.053Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-07T01:29:42.153Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-07T01:29:52.232Z] Removing intermediate container 2c63f2cd1770 [2021-05-07T01:29:52.232Z] ---> fbeafa383106 [2021-05-07T01:29:52.232Z] [2021-05-07T01:29:52.232Z] Step 10/21 : FROM alpine:3.12 [2021-05-07T01:29:52.232Z] ---> 13621d1b12d4 [2021-05-07T01:29:52.232Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-07T01:29:52.499Z] ---> Running in 7bca7bfef8ee [2021-05-07T01:29:53.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:29:53.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:29:54.251Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-07T01:29:54.523Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:29:54.523Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-07T01:29:54.523Z] (4/4) Installing curl (7.76.1-r0) [2021-05-07T01:29:54.523Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:29:54.523Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:29:54.523Z] OK: 7 MiB in 18 packages [2021-05-07T01:29:57.142Z] Removing intermediate container 7bca7bfef8ee [2021-05-07T01:29:57.142Z] ---> 15c94d7e98a9 [2021-05-07T01:29:57.142Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:29:58.126Z] ---> Running in 2b02f105b84b [2021-05-07T01:29:59.100Z] Removing intermediate container 2b02f105b84b [2021-05-07T01:29:59.100Z] ---> 50e296e09abb [2021-05-07T01:29:59.100Z] Step 13/21 : WORKDIR /edgex [2021-05-07T01:29:59.363Z] ---> Running in e3df62041de9 [2021-05-07T01:29:59.363Z] Removing intermediate container ecbb7788a83c [2021-05-07T01:29:59.363Z] ---> 80917b1abdd5 [2021-05-07T01:29:59.363Z] [2021-05-07T01:29:59.363Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:29:59.363Z] ---> 13621d1b12d4 [2021-05-07T01:29:59.363Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:29:59.363Z] ---> Using cache [2021-05-07T01:29:59.363Z] ---> c65a7f7ab6bc [2021-05-07T01:29:59.363Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:29:59.363Z] ---> Using cache [2021-05-07T01:29:59.363Z] ---> 037d9ee6f32b [2021-05-07T01:29:59.363Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-07T01:29:59.363Z] ---> Running in a404f93788d1 [2021-05-07T01:29:59.640Z] Removing intermediate container e3df62041de9 [2021-05-07T01:29:59.640Z] ---> 0dfa4e9e0a21 [2021-05-07T01:29:59.640Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-07T01:29:59.640Z] Removing intermediate container a404f93788d1 [2021-05-07T01:29:59.640Z] ---> 1e56fa5d671b [2021-05-07T01:29:59.640Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:29:59.640Z] ---> Running in 21cb342bf876 [2021-05-07T01:29:59.905Z] ---> 43a082454a3a [2021-05-07T01:29:59.905Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-07T01:29:59.905Z] Removing intermediate container 21cb342bf876 [2021-05-07T01:29:59.905Z] ---> 7d630a23dbb7 [2021-05-07T01:29:59.905Z] Step 15/23 : WORKDIR / [2021-05-07T01:30:01.301Z] ---> Running in 33ab3f95629b [2021-05-07T01:30:01.301Z] ---> 202ae5f7c74d [2021-05-07T01:30:01.301Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-07T01:30:01.565Z] Removing intermediate container 33ab3f95629b [2021-05-07T01:30:01.565Z] ---> db3513eeb4fd [2021-05-07T01:30:01.565Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:30:02.154Z] ---> 7fdea4268f29 [2021-05-07T01:30:02.154Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-07T01:30:02.154Z] ---> dabf03a392b4 [2021-05-07T01:30:02.154Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-07T01:30:02.154Z] ---> Running in 79228cd29c6d [2021-05-07T01:30:04.079Z] Removing intermediate container 79228cd29c6d [2021-05-07T01:30:04.079Z] ---> c1cf880b5c00 [2021-05-07T01:30:04.079Z] Step 18/21 : CMD ["--init=true"] [2021-05-07T01:30:06.693Z] ---> e91856df372b [2021-05-07T01:30:06.693Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-07T01:30:06.693Z] ---> Running in d1703c5f01bf [2021-05-07T01:30:06.956Z] Removing intermediate container 664f7595fad4 [2021-05-07T01:30:06.956Z] ---> e74ff278bf24 [2021-05-07T01:30:06.956Z] [2021-05-07T01:30:06.956Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:30:06.956Z] ---> 13621d1b12d4 [2021-05-07T01:30:06.956Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-07T01:30:06.956Z] Removing intermediate container 4dc46ddb13ec [2021-05-07T01:30:06.956Z] ---> 7c103adbc4d1 [2021-05-07T01:30:06.956Z] [2021-05-07T01:30:06.956Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:30:06.956Z] ---> 13621d1b12d4 [2021-05-07T01:30:06.956Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:30:06.956Z] ---> Using cache [2021-05-07T01:30:06.956Z] ---> c65a7f7ab6bc [2021-05-07T01:30:06.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:30:06.956Z] ---> Using cache [2021-05-07T01:30:06.956Z] ---> 037d9ee6f32b [2021-05-07T01:30:06.956Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-07T01:30:07.225Z] ---> Running in 6e823154d85c [2021-05-07T01:30:07.225Z] ---> Running in f79c23be4430 [2021-05-07T01:30:07.225Z] ---> 64f4b2c8fe6c [2021-05-07T01:30:07.225Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-07T01:30:07.225Z] Removing intermediate container d1703c5f01bf [2021-05-07T01:30:07.225Z] ---> 7536a2295541 [2021-05-07T01:30:07.225Z] Step 19/21 : LABEL arch=x86_64 [2021-05-07T01:30:07.488Z] ---> Running in 6d9776a463aa [2021-05-07T01:30:07.488Z] ---> Running in 89685eb1aaf2 [2021-05-07T01:30:07.488Z] Removing intermediate container 6e823154d85c [2021-05-07T01:30:07.488Z] ---> 5d15ca8efceb [2021-05-07T01:30:07.488Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:30:07.762Z] ---> Running in c274ab64de4f [2021-05-07T01:30:07.762Z] Removing intermediate container 6d9776a463aa [2021-05-07T01:30:07.762Z] ---> 531c9f651ad7 [2021-05-07T01:30:07.762Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:30:07.762Z] ---> Running in a9c010813dce [2021-05-07T01:30:08.034Z] Removing intermediate container 89685eb1aaf2 [2021-05-07T01:30:08.034Z] ---> 53ed39c9f2d5 [2021-05-07T01:30:08.034Z] Step 20/21 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:30:08.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:30:08.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:30:08.034Z] Removing intermediate container c274ab64de4f [2021-05-07T01:30:08.034Z] ---> 74a87da1751d [2021-05-07T01:30:08.034Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:30:08.034Z] ---> Running in 6b2793d1617d [2021-05-07T01:30:08.297Z] Removing intermediate container a9c010813dce [2021-05-07T01:30:08.297Z] ---> 65f18b62d7df [2021-05-07T01:30:08.297Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:30:08.297Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-07T01:30:08.297Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:30:08.297Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:30:08.297Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:30:08.559Z] OK: 6 MiB in 16 packages [2021-05-07T01:30:08.824Z] ---> Running in 8b354a31ac6f [2021-05-07T01:30:08.824Z] ---> b45382aa80f6 [2021-05-07T01:30:08.824Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-07T01:30:08.824Z] Removing intermediate container 6b2793d1617d [2021-05-07T01:30:08.824Z] ---> 83ad0a5a4590 [2021-05-07T01:30:08.824Z] Step 21/21 : LABEL version=0.0.0 [2021-05-07T01:30:09.090Z] ---> Running in 0a68b6a21a94 [2021-05-07T01:30:09.090Z] Removing intermediate container 8b354a31ac6f [2021-05-07T01:30:09.090Z] ---> 137d78270778 [2021-05-07T01:30:09.090Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:30:11.072Z] ---> Running in f5ad3f8cc3f2 [2021-05-07T01:30:11.072Z] Removing intermediate container 0a68b6a21a94 [2021-05-07T01:30:11.072Z] ---> 6d1f6f7fbbaf [2021-05-07T01:30:11.072Z] [2021-05-07T01:30:11.072Z] ---> d517224c331e [2021-05-07T01:30:11.072Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-07T01:30:11.072Z] Removing intermediate container f79c23be4430 [2021-05-07T01:30:11.072Z] ---> 4827ea3ecb58 [2021-05-07T01:30:11.072Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:30:11.072Z] Successfully built 6d1f6f7fbbaf [2021-05-07T01:30:11.072Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-07T01:30:11.072Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f5ad3f8cc3f2 [2021-05-07T01:30:11.072Z] ---> 2b1c057c0a47 [2021-05-07T01:30:11.072Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:30:11.072Z] ---> Running in e181f2b0589e [2021-05-07T01:30:11.072Z] ---> Running in ecddf1533cf1 [2021-05-07T01:30:11.355Z] ---> d11fa880ec7d [2021-05-07T01:30:11.355Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-07T01:30:11.355Z] Removing intermediate container e181f2b0589e [2021-05-07T01:30:11.355Z] ---> 992a1c172a2a [2021-05-07T01:30:11.355Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-07T01:30:11.966Z] ---> Running in 3794d00b11f5 [2021-05-07T01:30:11.966Z] Removing intermediate container ecddf1533cf1 [2021-05-07T01:30:11.966Z] ---> ed23a34cb379 [2021-05-07T01:30:11.966Z] [2021-05-07T01:30:11.966Z] ---> Running in 6c06eab79aa7 [2021-05-07T01:30:12.256Z] Successfully built ed23a34cb379 [2021-05-07T01:30:12.256Z] Successfully tagged docker-core-metadata-go:latest [2021-05-07T01:30:12.256Z]  Building docker-core-metadata-go ... done Removing intermediate container 6c06eab79aa7 [2021-05-07T01:30:12.256Z] ---> 817cb5076146 [2021-05-07T01:30:12.256Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:30:12.256Z] Removing intermediate container 3794d00b11f5 [2021-05-07T01:30:12.256Z] ---> 148f2737d6ff [2021-05-07T01:30:12.256Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:30:12.256Z] ---> Running in a8543547b81d [2021-05-07T01:30:12.256Z] ---> Running in d235695cd921 [2021-05-07T01:30:12.567Z] Removing intermediate container a8543547b81d [2021-05-07T01:30:12.567Z] ---> 5b45ecf8c906 [2021-05-07T01:30:12.567Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:30:12.567Z] Removing intermediate container d235695cd921 [2021-05-07T01:30:12.567Z] ---> 0aa53e983a5a [2021-05-07T01:30:12.567Z] Step 20/22 : LABEL arch=x86_64 [2021-05-07T01:30:12.567Z] ---> Running in c2bcf23b19e2 [2021-05-07T01:30:12.567Z] ---> 4b3e52666c28 [2021-05-07T01:30:12.567Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-07T01:30:12.838Z] Removing intermediate container c2bcf23b19e2 [2021-05-07T01:30:12.838Z] ---> a2d64dde4397 [2021-05-07T01:30:12.838Z] Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:30:12.838Z] ---> Running in 52327067706f [2021-05-07T01:30:13.101Z] Removing intermediate container 52327067706f [2021-05-07T01:30:13.101Z] ---> 3bae59d7bffd [2021-05-07T01:30:13.101Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:30:13.101Z] ---> Running in 7f38c94f3d45 [2021-05-07T01:30:13.364Z] ---> 973ff29e097d [2021-05-07T01:30:13.364Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-07T01:30:13.627Z] Removing intermediate container 7f38c94f3d45 [2021-05-07T01:30:13.628Z] ---> 6593963bb67b [2021-05-07T01:30:13.628Z] [2021-05-07T01:30:14.575Z] ---> 8345539d8505 [2021-05-07T01:30:14.575Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-07T01:30:14.575Z] Successfully built 6593963bb67b [2021-05-07T01:30:14.575Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-07T01:30:14.575Z]  Building docker-support-scheduler-go ... done  ---> Running in f337dad49ffa [2021-05-07T01:30:14.712Z] gofmt -l . [2021-05-07T01:30:14.712Z] [ "`gofmt -l .`" = "" ] [2021-05-07T01:30:14.837Z] Removing intermediate container f337dad49ffa [2021-05-07T01:30:14.837Z] ---> 37826b148395 [2021-05-07T01:30:14.837Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:30:14.837Z] ---> Running in a43dc256f338 [2021-05-07T01:30:15.101Z] Removing intermediate container a43dc256f338 [2021-05-07T01:30:15.101Z] ---> 064a157c5e4d [2021-05-07T01:30:15.101Z] Step 20/22 : LABEL arch=x86_64 [2021-05-07T01:30:15.101Z] ---> Running in 297d2acba97c [2021-05-07T01:30:15.363Z] Removing intermediate container 297d2acba97c [2021-05-07T01:30:15.363Z] ---> 3e89a3cf11bc [2021-05-07T01:30:15.363Z] Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:30:15.363Z] ---> Running in a497ade80e94 [2021-05-07T01:30:15.628Z] Removing intermediate container a497ade80e94 [2021-05-07T01:30:15.628Z] ---> d532acf144fe [2021-05-07T01:30:15.628Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:30:15.628Z] ---> Running in f3cb08807e79 [2021-05-07T01:30:15.628Z] Removing intermediate container f3cb08807e79 [2021-05-07T01:30:15.628Z] ---> 420c39b6a977 [2021-05-07T01:30:15.628Z] [2021-05-07T01:30:15.892Z] Successfully built 420c39b6a977 [2021-05-07T01:30:15.892Z] Successfully tagged docker-support-notifications-go:latest [2021-05-07T01:30:16.480Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-05-07T01:30:16.513Z] $ docker stop --time=1 55eb198ec29bc73170f790b9f693b7c0c8ec685ecbe881b969381518643428a5 [2021-05-07T01:30:17.338Z] ./bin/test-go-mod-tidy.sh [2021-05-07T01:30:18.263Z] $ docker rm -f 55eb198ec29bc73170f790b9f693b7c0c8ec685ecbe881b969381518643428a5 [2021-05-07T01:30:18.333Z] ./bin/test-attribution-txt.sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T01:30:18.739Z] + docker images [2021-05-07T01:30:18.739Z] + grep docker [2021-05-07T01:30:19.002Z] docker-support-notifications-go latest 420c39b6a977 3 seconds ago 17.7MB [2021-05-07T01:30:19.002Z] docker-support-scheduler-go latest 6593963bb67b 5 seconds ago 17.1MB [2021-05-07T01:30:19.002Z] docker-core-metadata-go latest ed23a34cb379 7 seconds ago 18.6MB [2021-05-07T01:30:19.002Z] docker-security-proxy-setup-go latest 6d1f6f7fbbaf 9 seconds ago 25.3MB [2021-05-07T01:30:19.002Z] docker-sys-mgmt-agent-go latest a50c374acacc 47 seconds ago 312MB [2021-05-07T01:30:19.002Z] docker-security-bootstrapper-go latest d0540d211ad9 About a minute ago 18.2MB [2021-05-07T01:30:19.002Z] docker-core-data-go latest 3a89014c702c 2 minutes ago 21.5MB [2021-05-07T01:30:19.002Z] docker-security-secretstore-setup-go latest 8ebee66a40f2 2 minutes ago 25.7MB [2021-05-07T01:30:19.002Z] docker-core-command-go latest 71b3787f3bc4 2 minutes ago 17MB [2021-05-07T01:30:19.002Z] docker 20.10.0 aefe523efa57 4 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-05-07T01:30:19.398Z] Running on prd-ubuntu18.04-docker-8c-8g-3395 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-07T01:30:19.419Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-05-07T01:30:20.991Z] + ls -al . [2021-05-07T01:30:20.991Z] total 856 [2021-05-07T01:30:20.991Z] drwxrwxr-x 9 1001 1001 4096 May 7 01:30 . [2021-05-07T01:30:20.991Z] drwxr-xr-x 4 root root 4096 May 7 01:25 .. [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 11 May 7 01:23 .dockerignore [2021-05-07T01:30:20.991Z] drwxrwxr-x 8 1001 1001 4096 May 7 01:23 .git [2021-05-07T01:30:20.991Z] drwxrwxr-x 3 1001 1001 4096 May 7 01:23 .github [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 818 May 7 01:23 .gitignore [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 166 May 7 01:23 .sonarcloud.properties [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 8609 May 7 01:23 Attribution.txt [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 3804 May 7 01:23 CONTRIBUTING.md [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 931 May 7 01:23 Dockerfile.build [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 863 May 7 01:23 Jenkinsfile [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 10775 May 7 01:23 LICENSE [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 5774 May 7 01:23 Makefile [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 7978 May 7 01:23 README.md [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 6755 May 7 01:23 SECURITY.md [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 5 May 7 01:21 VERSION [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 4131 May 7 01:23 ZMQWindows.md [2021-05-07T01:30:20.991Z] drwxrwxr-x 2 1001 1001 4096 May 7 01:23 bin [2021-05-07T01:30:20.991Z] drwxrwxr-x 14 1001 1001 4096 May 7 01:23 cmd [2021-05-07T01:30:20.991Z] -rw-r--r-- 1 root root 718073 May 7 01:28 coverage.out [2021-05-07T01:30:20.991Z] -rw-r--r-- 1 root root 1060 May 7 01:30 go.mod [2021-05-07T01:30:20.991Z] -rw-r--r-- 1 root root 21942 May 7 01:25 go.sum [2021-05-07T01:30:20.991Z] drwxrwxr-x 8 1001 1001 4096 May 7 01:23 internal [2021-05-07T01:30:20.991Z] drwxrwxr-x 4 1001 1001 4096 May 7 01:23 openapi [2021-05-07T01:30:20.991Z] drwxrwxr-x 4 1001 1001 4096 May 7 01:23 snap [2021-05-07T01:30:20.991Z] -rw-rw-r-- 1 1001 1001 168 May 7 01:23 version.go [Pipeline] sh [2021-05-07T01:30:21.657Z] + '[' -e coverage.out ] [2021-05-07T01:30:21.657Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-07T01:30:21.683Z] Warning: overwriting stash ‘coverage-report’ [2021-05-07T01:30:21.789Z] using credential edgex-jenkins-ssh [2021-05-07T01:30:21.805Z] Cloning the remote Git repository [2021-05-07T01:30:21.831Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:30:21.896Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-05-07T01:30:21.923Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:30:21.923Z] > git --version # timeout=10 [2021-05-07T01:30:21.929Z] > git --version # 'git version 2.17.1' [2021-05-07T01:30:21.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:30:21.950Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:30:23.072Z] Stashed 1 file(s) [Pipeline] sh [2021-05-07T01:30:23.904Z] + make build [2021-05-07T01:30:23.904Z] 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-05-07T01:30:29.078Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:30:29.081Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:30:29.098Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:30:29.111Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:30:29.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:30:29.115Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T01:30:29.722Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit a148bc7b0794070f87a957d151af18077b47b906 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-07T01:30:29.867Z] Failed in branch amd64 [2021-05-07T01:30:30.765Z] 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-05-07T01:30:29.735Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T01:30:29.741Z] > git checkout -f a148bc7b0794070f87a957d151af18077b47b906 # timeout=10 [2021-05-07T01:30:57.595Z] 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-05-07T01:31:00.238Z] 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-05-07T01:31:04.557Z] 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-05-07T01:31:05.536Z] 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-05-07T01:31:10.967Z] 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-05-07T01:31:15.282Z] 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-05-07T01:31:18.678Z] 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-05-07T01:31:22.060Z] 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-05-07T01:31:24.675Z] 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-05-07T01:31:28.062Z] 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-05-07T01:31:33.486Z] $ docker stop --time=1 8d2a77f4fde41ab6bbc335b0926192cb3c3d8332d628c9e2cf2052953ca83ea8 [2021-05-07T01:31:36.182Z] $ docker rm -f 8d2a77f4fde41ab6bbc335b0926192cb3c3d8332d628c9e2cf2052953ca83ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:31:37.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:31:38.111Z] [2021-05-07T01:31:38.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:31:38.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:31:38.470Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-07T01:31:38.470Z] 29e5d40040c1: Pulling fs layer [2021-05-07T01:31:38.470Z] 1ce36da41761: Pulling fs layer [2021-05-07T01:31:38.470Z] 25b303627fd3: Pulling fs layer [2021-05-07T01:31:38.750Z] 29e5d40040c1: Verifying Checksum [2021-05-07T01:31:38.750Z] 29e5d40040c1: Download complete [2021-05-07T01:31:39.357Z] 1ce36da41761: Verifying Checksum [2021-05-07T01:31:39.357Z] 1ce36da41761: Download complete [2021-05-07T01:31:39.632Z] 29e5d40040c1: Pull complete [2021-05-07T01:31:41.069Z] 1ce36da41761: Pull complete [2021-05-07T01:31:41.069Z] 25b303627fd3: Verifying Checksum [2021-05-07T01:31:41.069Z] 25b303627fd3: Download complete [2021-05-07T01:31:51.245Z] 25b303627fd3: Pull complete [2021-05-07T01:31:51.245Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-07T01:31:51.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:31:51.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-07T01:31:51.500Z] prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container [2021-05-07T01:31:51.574Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-05-07T01:31:54.888Z] $ docker top 763e60adfa038f7914da972363435c367aca93aaa93170c7566b764e306d7ed1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:31:55.801Z] + docker-compose build --help [2021-05-07T01:31:55.801Z] + grep parallel [2021-05-07T01:32:00.102Z] --parallel Build images in parallel. [Pipeline] } [2021-05-07T01:32:00.124Z] $ docker stop --time=1 763e60adfa038f7914da972363435c367aca93aaa93170c7566b764e306d7ed1 [2021-05-07T01:32:02.108Z] $ docker rm -f 763e60adfa038f7914da972363435c367aca93aaa93170c7566b764e306d7ed1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:32:02.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:32:02.753Z] . [Pipeline] withDockerContainer [2021-05-07T01:32:02.989Z] prd-ubuntu18.04-docker-arm64-4c-16g-3437 does not seem to be running inside a container [2021-05-07T01:32:03.064Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-07T01:32:04.495Z] $ docker top 5433a2c677289788b3f4bc3d328ed28f9d7008464bf6ceaf493c054ec634cfd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:32:05.399Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-07T01:32:09.697Z] Building docker-core-command-go ... [2021-05-07T01:32:09.697Z] Building docker-core-data-go ... [2021-05-07T01:32:09.697Z] Building docker-core-metadata-go ... [2021-05-07T01:32:09.697Z] Building docker-security-bootstrapper-go ... [2021-05-07T01:32:09.697Z] Building docker-security-proxy-setup-go ... [2021-05-07T01:32:09.697Z] Building docker-security-secretstore-setup-go ... [2021-05-07T01:32:09.697Z] Building docker-support-notifications-go ... [2021-05-07T01:32:09.697Z] Building docker-support-scheduler-go ... [2021-05-07T01:32:09.697Z] Building docker-sys-mgmt-agent-go ... [2021-05-07T01:32:09.697Z] Building docker-support-scheduler-go [2021-05-07T01:32:09.697Z] Building docker-security-bootstrapper-go [2021-05-07T01:32:09.697Z] Building docker-core-data-go [2021-05-07T01:32:09.697Z] Building docker-support-notifications-go [2021-05-07T01:32:09.697Z] Building docker-security-secretstore-setup-go [2021-05-07T01:33:31.443Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:33:31.443Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:33:31.443Z] ---> 918d27205a99 [2021-05-07T01:33:31.443Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:33:31.443Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:33:31.443Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:33:31.443Z] ---> 918d27205a99 [2021-05-07T01:33:31.443Z] Step 3/25 : WORKDIR /edgex-go [2021-05-07T01:33:31.443Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:33:31.443Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:33:31.443Z] ---> 918d27205a99 [2021-05-07T01:33:31.443Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:33:31.443Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:33:31.443Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:33:31.443Z] ---> 918d27205a99 [2021-05-07T01:33:31.443Z] Step 3/31 : WORKDIR /edgex-go [2021-05-07T01:33:31.443Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:33:31.443Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:33:31.443Z] ---> 918d27205a99 [2021-05-07T01:33:31.443Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:33:31.443Z] ---> Running in 603b05c865a1 [2021-05-07T01:33:31.443Z] ---> Running in b818014e320e [2021-05-07T01:33:31.443Z] ---> Running in 012b8c62e599 [2021-05-07T01:33:31.443Z] ---> Running in e6776230b8a8 [2021-05-07T01:33:31.443Z] ---> Running in 0c813e0f77f1 [2021-05-07T01:33:31.443Z] Removing intermediate container 603b05c865a1 [2021-05-07T01:33:31.443Z] ---> 62dc58d0b6f7 [2021-05-07T01:33:31.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:33:31.443Z] Removing intermediate container 012b8c62e599 [2021-05-07T01:33:31.443Z] ---> 372dd8d675e7 [2021-05-07T01:33:31.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:33:31.443Z] Removing intermediate container b818014e320e [2021-05-07T01:33:31.443Z] ---> b8ad82780154 [2021-05-07T01:33:31.443Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:33:31.443Z] Removing intermediate container e6776230b8a8 [2021-05-07T01:33:31.443Z] ---> e7502af07aae [2021-05-07T01:33:31.443Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:33:31.443Z] Removing intermediate container 0c813e0f77f1 [2021-05-07T01:33:31.443Z] ---> fe46fadf237b [2021-05-07T01:33:31.443Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:33:31.443Z] ---> Running in e84464b1c8c2 [2021-05-07T01:33:31.443Z] ---> Running in c6a4eac9fb44 [2021-05-07T01:33:31.443Z] ---> Running in 6e7fc460db84 [2021-05-07T01:33:31.443Z] ---> Running in 74b7dc505732 [2021-05-07T01:33:31.443Z] ---> Running in 49a5eff4557a [2021-05-07T01:33:31.443Z] Removing intermediate container e84464b1c8c2 [2021-05-07T01:33:31.443Z] ---> 9fbce2730b8f [2021-05-07T01:33:31.443Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-07T01:33:31.443Z] ---> Running in ad2bccbb9200 [2021-05-07T01:33:31.443Z] Removing intermediate container 6e7fc460db84 [2021-05-07T01:33:31.443Z] ---> cc348cc42f69 [2021-05-07T01:33:31.443Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-07T01:33:31.443Z] Removing intermediate container c6a4eac9fb44 [2021-05-07T01:33:31.443Z] ---> 313a84b4b8d7 [2021-05-07T01:33:31.443Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-07T01:33:31.443Z] ---> Running in 1c92ef81c3ce [2021-05-07T01:33:31.443Z] Removing intermediate container 74b7dc505732 [2021-05-07T01:33:31.443Z] ---> e7968ef4c2ae [2021-05-07T01:33:31.443Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-07T01:33:31.443Z] ---> Running in 8f9fa36c8618 [2021-05-07T01:33:31.443Z] Removing intermediate container 49a5eff4557a [2021-05-07T01:33:31.443Z] ---> 767530ca907e [2021-05-07T01:33:31.444Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-07T01:33:31.444Z] ---> Running in 11f32c871efd [2021-05-07T01:33:31.444Z] ---> Running in 42f2e5c264b7 [2021-05-07T01:33:31.444Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:31.444Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:31.444Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:31.444Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:31.444Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:31.444Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:31.718Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:31.991Z] OK: 218 MiB in 52 packages [2021-05-07T01:33:32.267Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:32.267Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:32.267Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:33:33.279Z] OK: 218 MiB in 52 packages [2021-05-07T01:33:33.279Z] OK: 218 MiB in 52 packages [2021-05-07T01:33:33.559Z] Removing intermediate container ad2bccbb9200 [2021-05-07T01:33:33.559Z] ---> 6ad8697d0f17 [2021-05-07T01:33:33.559Z] Step 6/22 : COPY go.mod . [2021-05-07T01:33:33.559Z] OK: 218 MiB in 52 packages [2021-05-07T01:33:33.844Z] OK: 218 MiB in 52 packages [2021-05-07T01:33:34.840Z] ---> 28b69b5c7c8d [2021-05-07T01:33:34.840Z] Step 7/22 : RUN go mod download [2021-05-07T01:33:34.841Z] Removing intermediate container 1c92ef81c3ce [2021-05-07T01:33:34.841Z] ---> c5cced409ff4 [2021-05-07T01:33:34.841Z] Step 6/22 : COPY go.mod . [2021-05-07T01:33:35.123Z] ---> Running in e2575135e930 [2021-05-07T01:33:35.123Z] Removing intermediate container 11f32c871efd [2021-05-07T01:33:35.123Z] ---> ed5cd62a54a3 [2021-05-07T01:33:35.123Z] Step 6/25 : COPY go.mod . [2021-05-07T01:33:36.103Z] Removing intermediate container 42f2e5c264b7 [2021-05-07T01:33:36.103Z] ---> e9342e8606e6 [2021-05-07T01:33:36.103Z] Step 6/31 : COPY go.mod . [2021-05-07T01:33:36.103Z] ---> 32bf75075d2b [2021-05-07T01:33:36.103Z] Step 7/22 : RUN go mod download [2021-05-07T01:33:36.103Z] Removing intermediate container 8f9fa36c8618 [2021-05-07T01:33:36.103Z] ---> 12413aa65332 [2021-05-07T01:33:36.103Z] Step 6/23 : COPY go.mod . [2021-05-07T01:33:36.103Z] ---> Running in 732f56280792 [2021-05-07T01:33:36.378Z] ---> 50ddc793719e [2021-05-07T01:33:36.378Z] Step 7/25 : RUN go mod download [2021-05-07T01:33:36.653Z] ---> Running in f007b14d8cd5 [2021-05-07T01:33:37.259Z] ---> 89df279712d8 [2021-05-07T01:33:37.259Z] Step 7/31 : RUN go mod download [2021-05-07T01:33:37.259Z] ---> cba774e454c7 [2021-05-07T01:33:37.259Z] Step 7/23 : RUN go mod download [2021-05-07T01:33:37.533Z] ---> Running in ffeabd34edfd [2021-05-07T01:33:37.533Z] ---> Running in 8d37c681e0a4 [2021-05-07T01:33:38.529Z] Removing intermediate container e2575135e930 [2021-05-07T01:33:38.529Z] ---> 0c7f5b4146ff [2021-05-07T01:33:38.529Z] Step 8/22 : COPY . . [2021-05-07T01:33:40.524Z] Removing intermediate container 732f56280792 [2021-05-07T01:33:40.524Z] ---> 8c5350a3b1f5 [2021-05-07T01:33:40.524Z] Step 8/22 : COPY . . [2021-05-07T01:33:41.509Z] Removing intermediate container f007b14d8cd5 [2021-05-07T01:33:41.509Z] ---> 70cd957264ef [2021-05-07T01:33:41.509Z] Step 8/25 : COPY . . [2021-05-07T01:33:42.954Z] Removing intermediate container ffeabd34edfd [2021-05-07T01:33:42.955Z] ---> f8a8446c44aa [2021-05-07T01:33:42.955Z] Step 8/31 : COPY . . [2021-05-07T01:33:43.232Z] Removing intermediate container 8d37c681e0a4 [2021-05-07T01:33:43.232Z] ---> e87b5474ce30 [2021-05-07T01:33:43.232Z] Step 8/23 : COPY . . [2021-05-07T01:34:10.054Z] ---> 11c63a4015ba [2021-05-07T01:34:10.054Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-07T01:34:10.054Z] ---> 2309cc2a200e [2021-05-07T01:34:10.054Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-07T01:34:10.054Z] ---> 8ae095990e5e [2021-05-07T01:34:10.054Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-07T01:34:10.054Z] ---> 9a96f24c3053 [2021-05-07T01:34:10.054Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-07T01:34:10.054Z] ---> Running in a1b781b4faca [2021-05-07T01:34:10.054Z] ---> Running in c56fe5172c62 [2021-05-07T01:34:10.054Z] ---> Running in 534bc1c71b65 [2021-05-07T01:34:10.054Z] ---> Running in 216da47a6272 [2021-05-07T01:34:10.054Z] ---> daff12ef9c4c [2021-05-07T01:34:10.054Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-07T01:34:10.054Z] ---> Running in 98b2bcef840d [2021-05-07T01:34:10.654Z] 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-05-07T01:34:10.939Z] 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-05-07T01:34:11.222Z] 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-05-07T01:34:11.222Z] 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-05-07T01:34:11.516Z] 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-05-07T01:36:03.418Z] 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-05-07T01:36:08.868Z] Removing intermediate container 98b2bcef840d [2021-05-07T01:36:08.868Z] ---> c952451064b0 [2021-05-07T01:36:08.868Z] [2021-05-07T01:36:08.868Z] Step 10/31 : FROM alpine:3.12 [2021-05-07T01:36:08.868Z] 3.12: Pulling from library/alpine [2021-05-07T01:36:10.329Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:36:10.329Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T01:36:10.329Z] ---> 9852663dfa18 [2021-05-07T01:36:10.329Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-07T01:36:12.011Z] ---> Running in b56015dd5cf0 [2021-05-07T01:36:12.694Z] Removing intermediate container a1b781b4faca [2021-05-07T01:36:12.694Z] ---> b83893dce877 [2021-05-07T01:36:12.694Z] [2021-05-07T01:36:12.694Z] Step 10/25 : FROM alpine:3.12 [2021-05-07T01:36:12.694Z] ---> 9852663dfa18 [2021-05-07T01:36:12.694Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-07T01:36:12.694Z] Removing intermediate container b56015dd5cf0 [2021-05-07T01:36:12.694Z] ---> 17030157786e [2021-05-07T01:36:12.694Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-07T01:36:12.694Z] ---> Running in 0420a11be40f [2021-05-07T01:36:12.694Z] ---> Running in bb2f459db59e [2021-05-07T01:36:15.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:15.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:15.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:15.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:16.335Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-07T01:36:16.335Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:36:16.335Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-07T01:36:16.335Z] (4/6) Installing curl (7.76.1-r0) [2021-05-07T01:36:16.335Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:36:16.335Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:36:16.335Z] (6/6) Installing su-exec (0.2-r1) [2021-05-07T01:36:16.335Z] (2/2) Installing su-exec (0.2-r1) [2021-05-07T01:36:16.335Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:36:16.610Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:36:16.610Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:36:16.610Z] OK: 5 MiB in 16 packages [2021-05-07T01:36:16.886Z] OK: 7 MiB in 20 packages [2021-05-07T01:36:18.944Z] Removing intermediate container bb2f459db59e [2021-05-07T01:36:18.944Z] ---> 666624491f52 [2021-05-07T01:36:18.944Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-07T01:36:18.944Z] ---> Running in fe2928d8ea57 [2021-05-07T01:36:19.934Z] Removing intermediate container 0420a11be40f [2021-05-07T01:36:19.934Z] ---> 503b5116f559 [2021-05-07T01:36:19.934Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:36:19.934Z] Removing intermediate container fe2928d8ea57 [2021-05-07T01:36:19.934Z] ---> d29dc0686d4a [2021-05-07T01:36:19.934Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-07T01:36:20.212Z] ---> Running in fb49086ab422 [2021-05-07T01:36:20.489Z] ---> Running in a4fc3c18fed3 [2021-05-07T01:36:21.476Z] Removing intermediate container fb49086ab422 [2021-05-07T01:36:21.476Z] ---> 28b60acb0660 [2021-05-07T01:36:21.476Z] Step 13/25 : WORKDIR / [2021-05-07T01:36:21.476Z] Removing intermediate container a4fc3c18fed3 [2021-05-07T01:36:21.476Z] ---> ceaf79e23c1c [2021-05-07T01:36:21.476Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-07T01:36:21.753Z] ---> Running in 1ab360628ed2 [2021-05-07T01:36:22.029Z] ---> Running in 5cd0453d13b6 [2021-05-07T01:36:23.007Z] Removing intermediate container 1ab360628ed2 [2021-05-07T01:36:23.007Z] ---> 552f7bf78cab [2021-05-07T01:36:23.007Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-07T01:36:24.452Z] ---> 1e2c7ece8a44 [2021-05-07T01:36:24.452Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-07T01:36:26.455Z] ---> 46cf74c20868 [2021-05-07T01:36:26.455Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-07T01:36:26.736Z] Removing intermediate container 5cd0453d13b6 [2021-05-07T01:36:26.736Z] ---> 1444a203a8c4 [2021-05-07T01:36:26.736Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-07T01:36:27.357Z] ---> Running in 42d72fe7bdc6 [2021-05-07T01:36:27.357Z] Removing intermediate container c56fe5172c62 [2021-05-07T01:36:27.357Z] ---> 743beb9025ee [2021-05-07T01:36:27.357Z] [2021-05-07T01:36:27.357Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:36:27.357Z] ---> 9852663dfa18 [2021-05-07T01:36:27.357Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:36:27.959Z] Removing intermediate container 216da47a6272 [2021-05-07T01:36:27.959Z] ---> c4d8b4d21d5f [2021-05-07T01:36:27.959Z] [2021-05-07T01:36:27.959Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:36:28.233Z] ---> 9852663dfa18 [2021-05-07T01:36:28.233Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-07T01:36:28.233Z] ---> Running in 4e66f66063e6 [2021-05-07T01:36:28.507Z] ---> aee01b261636 [2021-05-07T01:36:28.507Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-07T01:36:28.507Z] ---> Running in 73ce809ae9c3 [2021-05-07T01:36:28.507Z] Removing intermediate container 42d72fe7bdc6 [2021-05-07T01:36:28.507Z] ---> c790261cef6d [2021-05-07T01:36:28.507Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-07T01:36:29.947Z] ---> 0ac2a9e78f48 [2021-05-07T01:36:29.947Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-07T01:36:30.230Z] ---> f9e0ae37bf00 [2021-05-07T01:36:30.230Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-07T01:36:30.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:30.230Z] ---> Running in 67c5ccfbe3c6 [2021-05-07T01:36:30.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:30.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:30.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:31.388Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-07T01:36:31.388Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-07T01:36:31.388Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:36:31.667Z] OK: 5 MiB in 15 packages [2021-05-07T01:36:31.667Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:36:31.667Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:36:31.667Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:36:31.948Z] OK: 6 MiB in 16 packages [2021-05-07T01:36:32.548Z] ---> aaef196f5cee [2021-05-07T01:36:32.548Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-07T01:36:34.006Z] Removing intermediate container 4e66f66063e6 [2021-05-07T01:36:34.006Z] ---> 8559ee8d8259 [2021-05-07T01:36:34.006Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:36:34.006Z] ---> Running in bacfc32f27f9 [2021-05-07T01:36:34.604Z] Removing intermediate container 73ce809ae9c3 [2021-05-07T01:36:34.604Z] ---> d865d6d7c55f [2021-05-07T01:36:34.604Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:36:34.879Z] ---> 77c77e7d24d5 [2021-05-07T01:36:34.879Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-07T01:36:34.879Z] Removing intermediate container 67c5ccfbe3c6 [2021-05-07T01:36:34.879Z] ---> aff3bd412ddb [2021-05-07T01:36:34.879Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:36:34.879Z] ---> Running in 4040e19ee5ff [2021-05-07T01:36:35.151Z] Removing intermediate container bacfc32f27f9 [2021-05-07T01:36:35.151Z] ---> c9b74ac9ca31 [2021-05-07T01:36:35.151Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-07T01:36:35.429Z] ---> Running in fcb7ef21a437 [2021-05-07T01:36:36.033Z] Removing intermediate container 4040e19ee5ff [2021-05-07T01:36:36.033Z] ---> 878c07244962 [2021-05-07T01:36:36.033Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-07T01:36:36.308Z] ---> b2f367011c3b [2021-05-07T01:36:36.308Z] Step 21/25 : 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-05-07T01:36:36.308Z] ---> Running in 88d4558f264c [2021-05-07T01:36:36.580Z] ---> 596837dd7e9f [2021-05-07T01:36:36.580Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-07T01:36:36.580Z] Removing intermediate container fcb7ef21a437 [2021-05-07T01:36:36.580Z] ---> df92e25efcf7 [2021-05-07T01:36:36.580Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:36:36.580Z] ---> Running in de8fb8870507 [2021-05-07T01:36:36.855Z] ---> Running in 8472b3ca13f0 [2021-05-07T01:36:37.133Z] Removing intermediate container 88d4558f264c [2021-05-07T01:36:37.133Z] ---> 3138c500ce1e [2021-05-07T01:36:37.133Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:36:37.133Z] Removing intermediate container 534bc1c71b65 [2021-05-07T01:36:37.133Z] ---> 3a5869b5099a [2021-05-07T01:36:37.133Z] [2021-05-07T01:36:37.133Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:36:37.134Z] ---> 9852663dfa18 [2021-05-07T01:36:37.134Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-07T01:36:37.413Z] ---> Running in faf00a247a1c [2021-05-07T01:36:37.413Z] ---> Running in 06a86debf9d4 [2021-05-07T01:36:37.692Z] Removing intermediate container 8472b3ca13f0 [2021-05-07T01:36:37.692Z] ---> 2f3e86a2e4a9 [2021-05-07T01:36:37.692Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:36:38.302Z] ---> 62041ac7cf97 [2021-05-07T01:36:38.302Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-07T01:36:38.576Z] Removing intermediate container faf00a247a1c [2021-05-07T01:36:38.576Z] ---> 0da1252b537c [2021-05-07T01:36:38.576Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:36:38.576Z] Removing intermediate container 06a86debf9d4 [2021-05-07T01:36:38.576Z] ---> a2a8437bf5e2 [2021-05-07T01:36:38.576Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-07T01:36:38.851Z] ---> Running in 3fc62c4378c5 [2021-05-07T01:36:38.851Z] ---> 47c76cf6b1e8 [2021-05-07T01:36:38.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-07T01:36:39.829Z] ---> 5cff6142b9b0 [2021-05-07T01:36:39.829Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-07T01:36:39.829Z] ---> bb51295560bf [2021-05-07T01:36:39.829Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-07T01:36:39.829Z] Removing intermediate container 3fc62c4378c5 [2021-05-07T01:36:39.829Z] ---> 53053433dca4 [2021-05-07T01:36:39.829Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-07T01:36:40.102Z] Removing intermediate container de8fb8870507 [2021-05-07T01:36:40.102Z] ---> 62e6e7cd33dc [2021-05-07T01:36:40.102Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-07T01:36:40.102Z] ---> Running in bc1092448a9a [2021-05-07T01:36:40.385Z] ---> Running in 6f211ad45663 [2021-05-07T01:36:40.988Z] ---> df4835947fa6 [2021-05-07T01:36:40.988Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-07T01:36:40.988Z] ---> beb7df8d206e [2021-05-07T01:36:40.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-07T01:36:41.266Z] Removing intermediate container 6f211ad45663 [2021-05-07T01:36:41.266Z] Removing intermediate container bc1092448a9a [2021-05-07T01:36:41.266Z] ---> 9e32fbf58797 [2021-05-07T01:36:41.266Z] ---> 786fad125fe0 [2021-05-07T01:36:41.266Z] Step 23/25 : LABEL arch=arm64 [2021-05-07T01:36:41.266Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:36:41.550Z] ---> a12e98cec3bd [2021-05-07T01:36:41.550Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-07T01:36:41.550Z] ---> Running in f21d63f5585b [2021-05-07T01:36:41.550Z] ---> Running in 8c4337f52a97 [2021-05-07T01:36:42.150Z] ---> 9e2e93632b7e [2021-05-07T01:36:42.150Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-07T01:36:42.428Z] ---> 25141771c855 [2021-05-07T01:36:42.428Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-07T01:36:42.428Z] ---> Running in 73fa634f5d45 [2021-05-07T01:36:42.428Z] Removing intermediate container 8c4337f52a97 [2021-05-07T01:36:42.428Z] ---> 2e89422416f9 [2021-05-07T01:36:42.428Z] Step 24/25 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:36:42.701Z] ---> Running in 681d4868f013 [2021-05-07T01:36:42.701Z] ---> 7186162147a9 [2021-05-07T01:36:42.701Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-07T01:36:42.977Z] ---> Running in aa888a9936d2 [2021-05-07T01:36:42.977Z] ---> Running in 61a8be77df91 [2021-05-07T01:36:43.253Z] Removing intermediate container 73fa634f5d45 [2021-05-07T01:36:43.253Z] ---> ac01e0a1c08f [2021-05-07T01:36:43.253Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-07T01:36:43.527Z] Removing intermediate container 681d4868f013 [2021-05-07T01:36:43.527Z] ---> cc6e8c3d7ea7 [2021-05-07T01:36:43.527Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:36:43.808Z] Removing intermediate container aa888a9936d2 [2021-05-07T01:36:43.808Z] ---> 87e6cf4fe562 [2021-05-07T01:36:43.808Z] Step 25/25 : LABEL version=0.0.0 [2021-05-07T01:36:43.808Z] ---> Running in 06f0cc8dec06 [2021-05-07T01:36:43.808Z] Removing intermediate container 61a8be77df91 [2021-05-07T01:36:43.808Z] ---> dd159f5bdae6 [2021-05-07T01:36:43.808Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:36:44.085Z] ---> Running in 1ac37c93eed0 [2021-05-07T01:36:44.085Z] ---> Running in 8f83becffca5 [2021-05-07T01:36:44.360Z] ---> a924e9bbf1c7 [2021-05-07T01:36:44.360Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-07T01:36:44.636Z] Removing intermediate container 06f0cc8dec06 [2021-05-07T01:36:44.636Z] ---> 7b9969ad1fd5 [2021-05-07T01:36:44.636Z] Step 20/22 : LABEL arch=arm64 [2021-05-07T01:36:44.636Z] Removing intermediate container 1ac37c93eed0 [2021-05-07T01:36:44.636Z] ---> c6030ac091e7 [2021-05-07T01:36:44.636Z] [2021-05-07T01:36:44.919Z] ---> Running in 562002cdb7d6 [2021-05-07T01:36:44.919Z] ---> Running in 16e9f7d63a01 [2021-05-07T01:36:44.919Z] Removing intermediate container f21d63f5585b [2021-05-07T01:36:44.919Z] ---> 702217f23b57 [2021-05-07T01:36:44.919Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-07T01:36:44.919Z] Removing intermediate container 8f83becffca5 [2021-05-07T01:36:44.919Z] ---> a3d80738749c [2021-05-07T01:36:44.919Z] Step 20/22 : LABEL arch=arm64 [2021-05-07T01:36:45.518Z] ---> Running in efb9eef71442 [2021-05-07T01:36:45.518Z] ---> Running in 72a1827e87aa [2021-05-07T01:36:45.518Z] Successfully built c6030ac091e7 [2021-05-07T01:36:45.518Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-07T01:36:45.518Z] Building docker-sys-mgmt-agent-go [2021-05-07T01:36:45.799Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 562002cdb7d6 [2021-05-07T01:36:45.799Z] ---> 67aa188f055b [2021-05-07T01:36:45.799Z] Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:36:46.094Z] ---> Running in 723df14b594d [2021-05-07T01:36:46.094Z] Removing intermediate container 72a1827e87aa [2021-05-07T01:36:46.094Z] ---> 7084000b4a0e [2021-05-07T01:36:46.094Z] Step 21/22 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:36:46.369Z] ---> Running in cb01bd919909 [2021-05-07T01:36:46.647Z] Removing intermediate container 723df14b594d [2021-05-07T01:36:46.647Z] ---> ea3b8ef7a599 [2021-05-07T01:36:46.647Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:36:46.921Z] ---> Running in 3f112f71fc2a [2021-05-07T01:36:47.201Z] Removing intermediate container cb01bd919909 [2021-05-07T01:36:47.201Z] ---> 876f1f8d3fce [2021-05-07T01:36:47.201Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:36:47.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:47.478Z] ---> Running in 379f178e9156 [2021-05-07T01:36:48.076Z] Removing intermediate container 3f112f71fc2a [2021-05-07T01:36:48.076Z] ---> 89ec237f4430 [2021-05-07T01:36:48.076Z] [2021-05-07T01:36:48.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:36:48.630Z] Successfully built 89ec237f4430 [2021-05-07T01:36:48.631Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-07T01:36:48.631Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-05-07T01:36:48.912Z] Removing intermediate container 379f178e9156 [2021-05-07T01:36:48.912Z] ---> 187fe69acac0 [2021-05-07T01:36:48.912Z] [2021-05-07T01:36:49.512Z] Successfully built 187fe69acac0 [2021-05-07T01:36:49.512Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:36:49.512Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-07T01:36:49.512Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-07T01:36:49.512Z] Building docker-core-metadata-go [2021-05-07T01:36:49.784Z]  Building docker-support-notifications-go ... done Removing intermediate container 16e9f7d63a01 [2021-05-07T01:36:49.784Z] ---> 6033386015ba [2021-05-07T01:36:49.784Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-07T01:36:49.784Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-07T01:36:49.784Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-07T01:36:50.061Z] ---> Running in 0ab00bcf1c18 [2021-05-07T01:36:50.061Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-07T01:36:50.342Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-07T01:36:50.342Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:36:50.625Z] OK: 8 MiB in 20 packages [2021-05-07T01:36:50.625Z] Removing intermediate container 0ab00bcf1c18 [2021-05-07T01:36:50.625Z] ---> 208463d7a08a [2021-05-07T01:36:50.625Z] Step 28/31 : CMD ["gate"] [2021-05-07T01:36:51.242Z] ---> Running in b587525bc31b [2021-05-07T01:36:51.857Z] Removing intermediate container b587525bc31b [2021-05-07T01:36:51.857Z] ---> e7d678afd665 [2021-05-07T01:36:51.857Z] Step 29/31 : LABEL arch=arm64 [2021-05-07T01:36:52.473Z] ---> Running in 808f8e9967bc [2021-05-07T01:36:52.473Z] Removing intermediate container efb9eef71442 [2021-05-07T01:36:52.473Z] ---> bd279d1a0eaa [2021-05-07T01:36:52.473Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:36:54.493Z] Removing intermediate container 808f8e9967bc [2021-05-07T01:36:54.493Z] ---> 6b13d85eadd2 [2021-05-07T01:36:54.493Z] Step 30/31 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:36:54.493Z] ---> 32df4d0430aa [2021-05-07T01:36:54.493Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-07T01:36:55.091Z] ---> Running in 9cf85dfbffca [2021-05-07T01:36:57.084Z] Removing intermediate container 9cf85dfbffca [2021-05-07T01:36:57.084Z] ---> c2347daf002f [2021-05-07T01:36:57.084Z] Step 31/31 : LABEL version=0.0.0 [2021-05-07T01:36:58.528Z] ---> a55b22582d2e [2021-05-07T01:36:58.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-07T01:36:58.528Z] ---> Running in c57dc99dacc4 [2021-05-07T01:36:59.126Z] Removing intermediate container c57dc99dacc4 [2021-05-07T01:36:59.126Z] ---> 59ceef14e42e [2021-05-07T01:36:59.126Z] [2021-05-07T01:36:59.398Z] ---> 58060249905a [2021-05-07T01:36:59.398Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-07T01:36:59.669Z] Successfully built 59ceef14e42e [2021-05-07T01:36:59.669Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-07T01:36:59.669Z] Building docker-core-command-go [2021-05-07T01:36:59.941Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 7d6aacd55b45 [2021-05-07T01:37:00.223Z] Removing intermediate container 7d6aacd55b45 [2021-05-07T01:37:00.223Z] ---> da3d1e0133ce [2021-05-07T01:37:00.223Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:37:00.495Z] ---> Running in 9ef0005e4c3c [2021-05-07T01:37:01.094Z] Removing intermediate container 9ef0005e4c3c [2021-05-07T01:37:01.094Z] ---> 5a5fe498dd47 [2021-05-07T01:37:01.094Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:37:01.094Z] ---> Running in ad558b762a44 [2021-05-07T01:37:01.689Z] Removing intermediate container ad558b762a44 [2021-05-07T01:37:01.689Z] ---> 75085e6b5cb8 [2021-05-07T01:37:01.689Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:37:01.963Z] ---> Running in 221d0ce5d03f [2021-05-07T01:37:02.573Z] Removing intermediate container 221d0ce5d03f [2021-05-07T01:37:02.573Z] ---> 4b30e41bde7d [2021-05-07T01:37:02.573Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:37:02.573Z] ---> Running in 0f40d61f7d4b [2021-05-07T01:37:03.167Z] Removing intermediate container 0f40d61f7d4b [2021-05-07T01:37:03.167Z] ---> cde82c23dd77 [2021-05-07T01:37:03.167Z] [2021-05-07T01:37:03.763Z] Successfully built cde82c23dd77 [2021-05-07T01:37:03.763Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-07T01:37:42.768Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:37:42.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:37:42.768Z] ---> 918d27205a99 [2021-05-07T01:37:42.768Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:37:42.768Z] ---> Using cache [2021-05-07T01:37:42.768Z] ---> fe46fadf237b [2021-05-07T01:37:42.768Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:37:42.768Z] ---> Using cache [2021-05-07T01:37:42.768Z] ---> 767530ca907e [2021-05-07T01:37:42.768Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-07T01:37:44.226Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:37:44.226Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:37:44.226Z] ---> 918d27205a99 [2021-05-07T01:37:44.226Z] Step 3/21 : WORKDIR /edgex-go [2021-05-07T01:37:44.226Z] ---> Using cache [2021-05-07T01:37:44.226Z] ---> fe46fadf237b [2021-05-07T01:37:44.226Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:37:44.226Z] ---> Using cache [2021-05-07T01:37:44.226Z] ---> 767530ca907e [2021-05-07T01:37:44.226Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-07T01:37:44.226Z] ---> Using cache [2021-05-07T01:37:44.226Z] ---> e9342e8606e6 [2021-05-07T01:37:44.226Z] Step 6/21 : COPY go.mod . [2021-05-07T01:37:44.226Z] ---> Using cache [2021-05-07T01:37:44.226Z] ---> 89df279712d8 [2021-05-07T01:37:44.226Z] Step 7/21 : RUN go mod download [2021-05-07T01:37:44.226Z] ---> Using cache [2021-05-07T01:37:44.226Z] ---> f8a8446c44aa [2021-05-07T01:37:44.226Z] Step 8/21 : COPY . . [2021-05-07T01:37:44.500Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:37:44.500Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:37:44.500Z] ---> 918d27205a99 [2021-05-07T01:37:44.500Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:37:44.500Z] ---> Using cache [2021-05-07T01:37:44.500Z] ---> fe46fadf237b [2021-05-07T01:37:44.500Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:37:44.500Z] ---> Using cache [2021-05-07T01:37:44.500Z] ---> 767530ca907e [2021-05-07T01:37:44.500Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:37:44.500Z] ---> Using cache [2021-05-07T01:37:44.500Z] ---> e9342e8606e6 [2021-05-07T01:37:44.500Z] Step 6/23 : COPY go.mod . [2021-05-07T01:37:44.500Z] ---> Using cache [2021-05-07T01:37:44.500Z] ---> 89df279712d8 [2021-05-07T01:37:44.500Z] Step 7/23 : RUN go mod download [2021-05-07T01:37:44.500Z] ---> Using cache [2021-05-07T01:37:44.500Z] ---> f8a8446c44aa [2021-05-07T01:37:44.500Z] Step 8/23 : COPY . . [2021-05-07T01:37:44.777Z] ---> Using cache [2021-05-07T01:37:44.778Z] ---> daff12ef9c4c [2021-05-07T01:37:44.778Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-07T01:37:44.778Z] ---> Using cache [2021-05-07T01:37:44.778Z] ---> daff12ef9c4c [2021-05-07T01:37:44.778Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-07T01:37:45.058Z] ---> Running in 219e98faaf8e [2021-05-07T01:37:45.338Z] ---> Running in b7e88b0a5dc7 [2021-05-07T01:37:45.338Z] ---> Running in 67f659b0aa1e [2021-05-07T01:37:47.335Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:37:47.335Z] 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-05-07T01:37:47.612Z] 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-05-07T01:37:47.612Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:37:47.612Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:37:47.612Z] ---> 918d27205a99 [2021-05-07T01:37:47.612Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:37:47.612Z] ---> Using cache [2021-05-07T01:37:47.612Z] ---> fe46fadf237b [2021-05-07T01:37:47.612Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:37:47.612Z] ---> Using cache [2021-05-07T01:37:47.612Z] ---> 767530ca907e [2021-05-07T01:37:47.612Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:37:47.612Z] ---> Using cache [2021-05-07T01:37:47.612Z] ---> e9342e8606e6 [2021-05-07T01:37:47.612Z] Step 6/23 : COPY go.mod . [2021-05-07T01:37:47.612Z] ---> Using cache [2021-05-07T01:37:47.612Z] ---> 89df279712d8 [2021-05-07T01:37:47.612Z] Step 7/23 : RUN go mod download [2021-05-07T01:37:47.612Z] ---> Using cache [2021-05-07T01:37:47.612Z] ---> f8a8446c44aa [2021-05-07T01:37:47.612Z] Step 8/23 : COPY . . [2021-05-07T01:37:47.883Z] ---> Using cache [2021-05-07T01:37:47.883Z] ---> daff12ef9c4c [2021-05-07T01:37:47.883Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-07T01:37:48.884Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:37:48.884Z] ---> Running in 61bf78db7915 [2021-05-07T01:37:49.869Z] OK: 218 MiB in 52 packages [2021-05-07T01:37:50.477Z] 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-05-07T01:37:51.480Z] Removing intermediate container 219e98faaf8e [2021-05-07T01:37:51.480Z] ---> 80c00bec5b4a [2021-05-07T01:37:51.480Z] Step 6/23 : COPY go.mod . [2021-05-07T01:37:52.468Z] ---> 18115ce01246 [2021-05-07T01:37:52.468Z] Step 7/23 : RUN go mod download [2021-05-07T01:37:52.744Z] ---> Running in 0233bc61c70a [2021-05-07T01:37:57.078Z] Removing intermediate container 0233bc61c70a [2021-05-07T01:37:57.078Z] ---> 68a18bed7f32 [2021-05-07T01:37:57.078Z] Step 8/23 : COPY . . [2021-05-07T01:38:19.305Z] ---> 2e827714ad01 [2021-05-07T01:38:19.305Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-07T01:38:19.305Z] ---> Running in 4f2d415f511d [2021-05-07T01:38:19.305Z] 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-05-07T01:39:15.913Z] 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-05-07T01:39:26.080Z] Removing intermediate container 67f659b0aa1e [2021-05-07T01:39:26.080Z] ---> 32097cd2622b [2021-05-07T01:39:26.080Z] [2021-05-07T01:39:26.080Z] Step 10/21 : FROM alpine:3.12 [2021-05-07T01:39:26.080Z] ---> 9852663dfa18 [2021-05-07T01:39:26.080Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-07T01:39:26.353Z] ---> Running in f741a972ca18 [2021-05-07T01:39:28.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:39:28.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:39:28.934Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-07T01:39:29.217Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:39:29.217Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-07T01:39:29.217Z] (4/4) Installing curl (7.76.1-r0) [2021-05-07T01:39:29.217Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:39:29.217Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:39:29.491Z] OK: 7 MiB in 18 packages [2021-05-07T01:39:32.906Z] Removing intermediate container f741a972ca18 [2021-05-07T01:39:32.906Z] ---> 1354ed277ade [2021-05-07T01:39:32.906Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:39:33.179Z] ---> Running in 34573657d196 [2021-05-07T01:39:34.178Z] Removing intermediate container 34573657d196 [2021-05-07T01:39:34.178Z] ---> b99f60e5a892 [2021-05-07T01:39:34.178Z] Step 13/21 : WORKDIR /edgex [2021-05-07T01:39:34.782Z] ---> Running in dfdb89208111 [2021-05-07T01:39:35.396Z] Removing intermediate container 61bf78db7915 [2021-05-07T01:39:35.396Z] ---> b95c1de2e1c3 [2021-05-07T01:39:35.396Z] [2021-05-07T01:39:35.396Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:39:35.396Z] ---> 9852663dfa18 [2021-05-07T01:39:35.396Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:39:35.396Z] ---> Using cache [2021-05-07T01:39:35.396Z] ---> 8559ee8d8259 [2021-05-07T01:39:35.396Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:39:35.396Z] ---> Using cache [2021-05-07T01:39:35.396Z] ---> c9b74ac9ca31 [2021-05-07T01:39:35.396Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-07T01:39:35.396Z] ---> Running in ce9db35e233b [2021-05-07T01:39:35.670Z] Removing intermediate container dfdb89208111 [2021-05-07T01:39:35.670Z] ---> 14d825e0086b [2021-05-07T01:39:35.670Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-07T01:39:36.279Z] Removing intermediate container ce9db35e233b [2021-05-07T01:39:36.279Z] ---> e16b352738a3 [2021-05-07T01:39:36.279Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:39:36.552Z] ---> Running in a0a147083674 [2021-05-07T01:39:36.828Z] ---> bd51b208f449 [2021-05-07T01:39:36.828Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-07T01:39:37.108Z] Removing intermediate container a0a147083674 [2021-05-07T01:39:37.108Z] ---> 1e97675d407b [2021-05-07T01:39:37.108Z] Step 15/23 : WORKDIR / [2021-05-07T01:39:37.721Z] ---> Running in c0577d6b0ce2 [2021-05-07T01:39:38.323Z] ---> fb3f57181958 [2021-05-07T01:39:38.323Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-07T01:39:38.600Z] Removing intermediate container c0577d6b0ce2 [2021-05-07T01:39:38.600Z] ---> 4aa59ccd59ed [2021-05-07T01:39:38.600Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:39:40.611Z] ---> 678655c324af [2021-05-07T01:39:40.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-07T01:39:40.611Z] ---> a5c4dde11bca [2021-05-07T01:39:40.611Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-07T01:39:40.887Z] ---> Running in 9d323fc3f256 [2021-05-07T01:39:41.868Z] Removing intermediate container 9d323fc3f256 [2021-05-07T01:39:41.868Z] ---> 9596cf8e64b8 [2021-05-07T01:39:41.868Z] Step 18/21 : CMD ["--init=true"] [2021-05-07T01:39:42.468Z] ---> Running in 4b8d8113e716 [2021-05-07T01:39:42.468Z] ---> 9290e34db3ac [2021-05-07T01:39:42.468Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-07T01:39:42.758Z] Removing intermediate container b7e88b0a5dc7 [2021-05-07T01:39:42.758Z] ---> 582164b7d175 [2021-05-07T01:39:42.758Z] [2021-05-07T01:39:42.758Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:39:42.758Z] ---> 9852663dfa18 [2021-05-07T01:39:42.758Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:39:42.758Z] ---> Using cache [2021-05-07T01:39:42.758Z] ---> 8559ee8d8259 [2021-05-07T01:39:42.758Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:39:42.758Z] ---> Using cache [2021-05-07T01:39:42.758Z] ---> c9b74ac9ca31 [2021-05-07T01:39:42.758Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-07T01:39:43.036Z] Removing intermediate container 4b8d8113e716 [2021-05-07T01:39:43.036Z] ---> cb8968452383 [2021-05-07T01:39:43.036Z] Step 19/21 : LABEL arch=arm64 [2021-05-07T01:39:43.324Z] ---> Running in c5b9431fc08d [2021-05-07T01:39:43.324Z] ---> Running in 7fc6b940203f [2021-05-07T01:39:43.606Z] ---> a3bd16a1d8b7 [2021-05-07T01:39:43.606Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-07T01:39:43.606Z] Removing intermediate container 4f2d415f511d [2021-05-07T01:39:43.606Z] ---> fd4a92431123 [2021-05-07T01:39:43.606Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-07T01:39:43.875Z] ---> Running in 48af590db880 [2021-05-07T01:39:43.875Z] ---> Running in 29d1769b6a7f [2021-05-07T01:39:43.875Z] Removing intermediate container c5b9431fc08d [2021-05-07T01:39:43.875Z] ---> 12eeeb5f4f21 [2021-05-07T01:39:43.875Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:39:44.150Z] Removing intermediate container 7fc6b940203f [2021-05-07T01:39:44.150Z] ---> bffb5316d357 [2021-05-07T01:39:44.150Z] Step 20/21 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:39:44.150Z] ---> Running in fbe02826359d [2021-05-07T01:39:44.421Z] ---> Running in 996ac28c5b6c [2021-05-07T01:39:44.421Z] Removing intermediate container 48af590db880 [2021-05-07T01:39:44.421Z] ---> 8fbc11a39609 [2021-05-07T01:39:44.421Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:39:44.691Z] ---> Running in 7137bca99c6c [2021-05-07T01:39:44.967Z] Removing intermediate container fbe02826359d [2021-05-07T01:39:44.967Z] ---> e0eaebd694dc [2021-05-07T01:39:44.967Z] Step 15/23 : WORKDIR / [2021-05-07T01:39:44.967Z] Removing intermediate container 996ac28c5b6c [2021-05-07T01:39:44.967Z] ---> 9f4d3deb2c17 [2021-05-07T01:39:44.967Z] Step 21/21 : LABEL version=0.0.0 [2021-05-07T01:39:45.238Z] ---> Running in 0f60be2f3cb7 [2021-05-07T01:39:45.238Z] 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-05-07T01:39:45.238Z] ---> Running in 56b771c71ee1 [2021-05-07T01:39:45.513Z] Removing intermediate container 7137bca99c6c [2021-05-07T01:39:45.513Z] ---> bb453747c023 [2021-05-07T01:39:45.513Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:39:45.789Z] ---> Running in 733c2bafcea2 [2021-05-07T01:39:45.789Z] Removing intermediate container 0f60be2f3cb7 [2021-05-07T01:39:45.789Z] ---> 6c6446ca4df8 [2021-05-07T01:39:45.789Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:39:46.068Z] Removing intermediate container 56b771c71ee1 [2021-05-07T01:39:46.068Z] ---> bd606e59797b [2021-05-07T01:39:46.068Z] [2021-05-07T01:39:46.346Z] Removing intermediate container 733c2bafcea2 [2021-05-07T01:39:46.346Z] ---> 965917b3e3a4 [2021-05-07T01:39:46.346Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:39:46.617Z] Successfully built bd606e59797b [2021-05-07T01:39:46.617Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-07T01:39:46.887Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c2049f022a9c [2021-05-07T01:39:46.887Z] ---> 68f4ab06cd93 [2021-05-07T01:39:46.887Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-07T01:39:47.480Z] Removing intermediate container c2049f022a9c [2021-05-07T01:39:47.480Z] ---> d92059f35e13 [2021-05-07T01:39:47.480Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:39:47.759Z] ---> Running in a2b41e572d53 [2021-05-07T01:39:48.034Z] Removing intermediate container 29d1769b6a7f [2021-05-07T01:39:48.034Z] ---> 094a179f1447 [2021-05-07T01:39:48.034Z] [2021-05-07T01:39:48.034Z] Step 11/23 : FROM docker:20.10.0 [2021-05-07T01:39:48.034Z] 20.10.0: Pulling from library/docker [2021-05-07T01:39:48.309Z] ---> 3fbf2e2e4f9d [2021-05-07T01:39:48.309Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-07T01:39:48.309Z] Removing intermediate container a2b41e572d53 [2021-05-07T01:39:48.309Z] ---> 7a323e61bbcd [2021-05-07T01:39:48.309Z] [2021-05-07T01:39:48.906Z] Successfully built 7a323e61bbcd [2021-05-07T01:39:49.181Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-07T01:39:50.166Z]  Building docker-core-command-go ... done  ---> c51ecb2de60a [2021-05-07T01:39:50.166Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-07T01:39:50.444Z] ---> Running in 9a570a7232e8 [2021-05-07T01:39:51.041Z] Removing intermediate container 9a570a7232e8 [2021-05-07T01:39:51.041Z] ---> 1641a43e9e3c [2021-05-07T01:39:51.041Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:39:51.636Z] ---> Running in 0f67e9a800ee [2021-05-07T01:39:52.614Z] Removing intermediate container 0f67e9a800ee [2021-05-07T01:39:52.615Z] ---> cb25fe824e67 [2021-05-07T01:39:52.615Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:39:53.211Z] ---> Running in 9e8c89b8c02d [2021-05-07T01:39:53.821Z] Removing intermediate container 9e8c89b8c02d [2021-05-07T01:39:53.821Z] ---> b793c1a48f93 [2021-05-07T01:39:53.821Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:39:54.815Z] ---> Running in 38944d5cff6e [2021-05-07T01:39:55.410Z] Removing intermediate container 38944d5cff6e [2021-05-07T01:39:55.410Z] ---> cd0f0f48ec83 [2021-05-07T01:39:55.410Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:39:55.682Z] ---> Running in 2aaa12cb4b34 [2021-05-07T01:39:55.955Z] Removing intermediate container 2aaa12cb4b34 [2021-05-07T01:39:55.955Z] ---> d4d28470f423 [2021-05-07T01:39:55.955Z] [2021-05-07T01:39:56.551Z] Successfully built d4d28470f423 [2021-05-07T01:39:56.551Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-07T01:39:56.551Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-07T01:39:56.551Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-07T01:39:56.551Z] ---> eeaf43b92773 [2021-05-07T01:39:56.551Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:39:56.822Z] ---> Running in 1fbf6a81a7d2 [2021-05-07T01:39:57.417Z] Removing intermediate container 1fbf6a81a7d2 [2021-05-07T01:39:57.417Z] ---> c6a7cbad5bb2 [2021-05-07T01:39:57.417Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-07T01:39:57.417Z] ---> Running in 1f5cf9bede85 [2021-05-07T01:39:58.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:39:58.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:39:59.116Z] (1/39) Installing readline (8.0.4-r0) [2021-05-07T01:39:59.116Z] (2/39) Installing bash (5.0.17-r0) [2021-05-07T01:39:59.385Z] Executing bash-5.0.17-r0.post-install [2021-05-07T01:39:59.385Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:39:59.385Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-07T01:39:59.385Z] (5/39) Installing curl (7.76.1-r0) [2021-05-07T01:39:59.385Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-07T01:39:59.385Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-07T01:39:59.385Z] (8/39) Installing expat (2.2.9-r1) [2021-05-07T01:39:59.385Z] (9/39) Installing libffi (3.3-r2) [2021-05-07T01:39:59.385Z] (10/39) Installing gdbm (1.13-r1) [2021-05-07T01:39:59.385Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-07T01:39:59.385Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-07T01:39:59.385Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-07T01:40:01.349Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-07T01:40:01.349Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-07T01:40:01.349Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-07T01:40:01.349Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-07T01:40:01.349Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-07T01:40:01.350Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-07T01:40:01.350Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-07T01:40:01.350Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-07T01:40:01.350Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-07T01:40:01.350Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-07T01:40:01.350Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-07T01:40:01.350Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-07T01:40:01.350Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-07T01:40:01.350Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-07T01:40:01.624Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-07T01:40:01.624Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-07T01:40:01.624Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-07T01:40:01.624Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-07T01:40:01.624Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-07T01:40:01.624Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-07T01:40:01.624Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-07T01:40:01.624Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-07T01:40:01.624Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-07T01:40:01.624Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-07T01:40:01.624Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-07T01:40:01.624Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-07T01:40:01.905Z] Executing busybox-1.31.1-r19.trigger [2021-05-07T01:40:01.905Z] OK: 72 MiB in 59 packages [2021-05-07T01:40:06.211Z] Collecting docker-compose==1.23.2 [2021-05-07T01:40:06.211Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-07T01:40:06.482Z] Collecting texttable<0.10,>=0.9.0 [2021-05-07T01:40:06.482Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-07T01:40:09.085Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-07T01:40:09.085Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-07T01:40:10.057Z] Collecting PyYAML<4,>=3.10 [2021-05-07T01:40:10.057Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-07T01:40:13.426Z] Collecting cached-property<2,>=1.2.0 [2021-05-07T01:40:13.426Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-07T01:40:13.426Z] 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-05-07T01:40:13.696Z] Collecting docker<4.0,>=3.6.0 [2021-05-07T01:40:13.696Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-07T01:40:14.286Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-07T01:40:14.558Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-07T01:40:14.829Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-07T01:40:14.829Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-07T01:40:16.791Z] Collecting docopt<0.7,>=0.6.1 [2021-05-07T01:40:16.791Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-07T01:40:18.756Z] Collecting jsonschema<3,>=2.5.1 [2021-05-07T01:40:18.756Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-07T01:40:19.349Z] Collecting idna<2.8,>=2.5 [2021-05-07T01:40:19.349Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-07T01:40:19.941Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-07T01:40:19.941Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-07T01:40:19.942Z] 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-05-07T01:40:19.942Z] 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-05-07T01:40:20.217Z] Collecting docker-pycreds>=0.4.0 [2021-05-07T01:40:20.217Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-07T01:40:20.217Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-07T01:40:20.217Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-07T01:40:20.217Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-07T01:40:20.217Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-07T01:40:21.219Z] Installing collected packages: texttable, idna, urllib3, requests, PyYAML, cached-property, docker-pycreds, websocket-client, docker, dockerpty, docopt, jsonschema, docker-compose [2021-05-07T01:40:21.219Z] Running setup.py install for texttable: started [2021-05-07T01:40:23.238Z] Running setup.py install for texttable: finished with status 'done' [2021-05-07T01:40:23.238Z] Attempting uninstall: idna [2021-05-07T01:40:23.238Z] Found existing installation: idna 2.9 [2021-05-07T01:40:23.238Z] Uninstalling idna-2.9: [2021-05-07T01:40:23.238Z] Successfully uninstalled idna-2.9 [2021-05-07T01:40:23.853Z] Attempting uninstall: urllib3 [2021-05-07T01:40:23.853Z] Found existing installation: urllib3 1.25.9 [2021-05-07T01:40:23.853Z] Uninstalling urllib3-1.25.9: [2021-05-07T01:40:24.144Z] Successfully uninstalled urllib3-1.25.9 [2021-05-07T01:40:24.748Z] Attempting uninstall: requests [2021-05-07T01:40:24.748Z] Found existing installation: requests 2.23.0 [2021-05-07T01:40:24.748Z] Uninstalling requests-2.23.0: [2021-05-07T01:40:24.748Z] Successfully uninstalled requests-2.23.0 [2021-05-07T01:40:25.025Z] Running setup.py install for PyYAML: started [2021-05-07T01:40:27.665Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-07T01:40:28.640Z] Running setup.py install for dockerpty: started [2021-05-07T01:40:30.605Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-07T01:40:30.605Z] Running setup.py install for docopt: started [2021-05-07T01:40:32.570Z] Running setup.py install for docopt: finished with status 'done' [2021-05-07T01:40:34.001Z] 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.59.0 [2021-05-07T01:40:42.274Z] Removing intermediate container 1f5cf9bede85 [2021-05-07T01:40:42.274Z] ---> a66789164495 [2021-05-07T01:40:42.274Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-07T01:40:42.547Z] ---> Running in cb4da19f5401 [2021-05-07T01:40:42.820Z] Removing intermediate container cb4da19f5401 [2021-05-07T01:40:42.820Z] ---> 6c996d63a347 [2021-05-07T01:40:42.820Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-07T01:40:43.092Z] ---> Running in beb4f5e4d616 [2021-05-07T01:40:43.365Z] Removing intermediate container beb4f5e4d616 [2021-05-07T01:40:43.365Z] ---> ad6ef4907d74 [2021-05-07T01:40:43.365Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-07T01:40:44.817Z] ---> 69a14f193db4 [2021-05-07T01:40:44.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-07T01:40:45.414Z] ---> ac91fa029b22 [2021-05-07T01:40:45.414Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-07T01:40:46.388Z] ---> 5ca82647bbfa [2021-05-07T01:40:46.388Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-07T01:40:46.388Z] ---> Running in d3d798c4d435 [2021-05-07T01:40:46.984Z] Removing intermediate container d3d798c4d435 [2021-05-07T01:40:46.984Z] ---> a62f1b887d28 [2021-05-07T01:40:46.984Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:40:46.984Z] ---> Running in d386fa8d760b [2021-05-07T01:40:47.576Z] Removing intermediate container d386fa8d760b [2021-05-07T01:40:47.576Z] ---> a3a5991cbf50 [2021-05-07T01:40:47.576Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:40:47.576Z] ---> Running in 1511fc21120b [2021-05-07T01:40:48.170Z] Removing intermediate container 1511fc21120b [2021-05-07T01:40:48.170Z] ---> 9da61ea72a58 [2021-05-07T01:40:48.170Z] Step 22/23 : LABEL git_sha=fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c [2021-05-07T01:40:48.170Z] ---> Running in 9d254a837b0c [2021-05-07T01:40:48.765Z] Removing intermediate container 9d254a837b0c [2021-05-07T01:40:48.765Z] ---> 8577b29af2e6 [2021-05-07T01:40:48.765Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:40:48.765Z] ---> Running in 34d6f04cd7cf [2021-05-07T01:40:49.362Z] Removing intermediate container 34d6f04cd7cf [2021-05-07T01:40:49.362Z] ---> cc18657d249f [2021-05-07T01:40:49.362Z] [2021-05-07T01:40:49.955Z] Successfully built cc18657d249f [2021-05-07T01:40:49.955Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-07T01:40:50.240Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-07T01:40:50.238Z] $ docker stop --time=1 5433a2c677289788b3f4bc3d328ed28f9d7008464bf6ceaf493c054ec634cfd4 [2021-05-07T01:40:52.125Z] $ docker rm -f 5433a2c677289788b3f4bc3d328ed28f9d7008464bf6ceaf493c054ec634cfd4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T01:40:52.732Z] + + docker images [2021-05-07T01:40:52.732Z] grep docker [2021-05-07T01:40:53.002Z] docker-sys-mgmt-agent-go-arm64 latest cc18657d249f 3 seconds ago 299MB [2021-05-07T01:40:53.002Z] docker-core-metadata-go-arm64 latest d4d28470f423 57 seconds ago 17.4MB [2021-05-07T01:40:53.002Z] docker-core-command-go-arm64 latest 7a323e61bbcd About a minute ago 16.1MB [2021-05-07T01:40:53.002Z] docker-security-proxy-setup-go-arm64 latest bd606e59797b About a minute ago 23.9MB [2021-05-07T01:40:53.003Z] docker-core-data-go-arm64 latest cde82c23dd77 3 minutes ago 20.3MB [2021-05-07T01:40:53.003Z] docker-security-bootstrapper-go-arm64 latest 59ceef14e42e 3 minutes ago 17.1MB [2021-05-07T01:40:53.003Z] docker-support-scheduler-go-arm64 latest 89ec237f4430 4 minutes ago 16.1MB [2021-05-07T01:40:53.003Z] docker-support-notifications-go-arm64 latest 187fe69acac0 4 minutes ago 16.6MB [2021-05-07T01:40:53.003Z] docker-security-secretstore-setup-go-arm64 latest c6030ac091e7 4 minutes ago 24.3MB [2021-05-07T01:40:53.003Z] docker 20.10.0 eeaf43b92773 4 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-05-07T01:40:53.680Z] ---> job-cost.sh [2021-05-07T01:40:53.680Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-o6P5 [2021-05-07T01:41:32.611Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T01:43:09.336Z] lf-activate-venv(): INFO: Adding /tmp/venv-o6P5/bin to PATH [2021-05-07T01:43:09.336Z] INFO: No Stack... [2021-05-07T01:43:09.336Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-07T01:43:09.336Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T01:43:09.677Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-05-07T01:43:09.678Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T01:43:09.798Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3422-6-stack-cost] [2021-05-07T01:43:09.807Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3422-6-stack-cost] did not exist. Created. [2021-05-07T01:43:09.807Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3422-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T01:43:10.171Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-07T01:43:10.439Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T01:43:10.452Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3422-6-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-05-07T01:43:11.369Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:43:12.280Z] ---> package-listing.sh [2021-05-07T01:43:12.280Z] ++ facter osfamily [2021-05-07T01:43:12.280Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-07T01:43:12.280Z] + OS_FAMILY=redhat [2021-05-07T01:43:12.280Z] + workspace=/w/workspace/edgex-go/6 [2021-05-07T01:43:12.280Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-07T01:43:12.280Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-07T01:43:12.280Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-07T01:43:12.280Z] + PACKAGES=/tmp/packages_start.txt [2021-05-07T01:43:12.280Z] + '[' /w/workspace/edgex-go/6 ']' [2021-05-07T01:43:12.280Z] + PACKAGES=/tmp/packages_end.txt [2021-05-07T01:43:12.280Z] + case "${OS_FAMILY}" in [2021-05-07T01:43:12.280Z] + rpm -qa [2021-05-07T01:43:12.280Z] + sort [2021-05-07T01:43:17.603Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-07T01:43:17.603Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-07T01:43:17.603Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-07T01:43:17.603Z] + '[' /w/workspace/edgex-go/6 ']' [2021-05-07T01:43:17.603Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-05-07T01:43:17.603Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-05-07T01:43:17.620Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-07T01:43:17.923Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:43:18.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T01:43:18.234Z] [2021-05-07T01:43:18.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:43:18.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T01:43:18.557Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-07T01:43:18.557Z] df20fa9351a1: Pulling fs layer [2021-05-07T01:43:18.557Z] 36b3adc4ff6f: Pulling fs layer [2021-05-07T01:43:18.557Z] 8ad3a11d3b57: Pulling fs layer [2021-05-07T01:43:18.557Z] 46f8f816bc3b: Pulling fs layer [2021-05-07T01:43:18.557Z] 93b61091891f: Pulling fs layer [2021-05-07T01:43:18.557Z] 93b9cdb0e59b: Pulling fs layer [2021-05-07T01:43:18.557Z] 5e14af77c1be: Pulling fs layer [2021-05-07T01:43:18.557Z] 01666e4c0597: Pulling fs layer [2021-05-07T01:43:18.557Z] aa168da1d23b: Pulling fs layer [2021-05-07T01:43:18.557Z] 46f8f816bc3b: Waiting [2021-05-07T01:43:18.557Z] 93b61091891f: Waiting [2021-05-07T01:43:18.557Z] 93b9cdb0e59b: Waiting [2021-05-07T01:43:18.557Z] 5e14af77c1be: Waiting [2021-05-07T01:43:18.557Z] 01666e4c0597: Waiting [2021-05-07T01:43:18.557Z] aa168da1d23b: Waiting [2021-05-07T01:43:18.557Z] 36b3adc4ff6f: Verifying Checksum [2021-05-07T01:43:18.557Z] 36b3adc4ff6f: Download complete [2021-05-07T01:43:18.557Z] 46f8f816bc3b: Verifying Checksum [2021-05-07T01:43:18.557Z] 46f8f816bc3b: Download complete [2021-05-07T01:43:18.823Z] 93b61091891f: Download complete [2021-05-07T01:43:18.823Z] 93b9cdb0e59b: Download complete [2021-05-07T01:43:18.823Z] 5e14af77c1be: Verifying Checksum [2021-05-07T01:43:18.823Z] 5e14af77c1be: Download complete [2021-05-07T01:43:18.823Z] 01666e4c0597: Verifying Checksum [2021-05-07T01:43:18.823Z] 01666e4c0597: Download complete [2021-05-07T01:43:18.823Z] df20fa9351a1: Verifying Checksum [2021-05-07T01:43:18.823Z] df20fa9351a1: Download complete [2021-05-07T01:43:18.823Z] 8ad3a11d3b57: Verifying Checksum [2021-05-07T01:43:18.823Z] 8ad3a11d3b57: Download complete [2021-05-07T01:43:19.403Z] df20fa9351a1: Pull complete [2021-05-07T01:43:19.670Z] 36b3adc4ff6f: Pull complete [2021-05-07T01:43:20.634Z] 8ad3a11d3b57: Pull complete [2021-05-07T01:43:20.913Z] 46f8f816bc3b: Pull complete [2021-05-07T01:43:21.866Z] aa168da1d23b: Verifying Checksum [2021-05-07T01:43:21.866Z] aa168da1d23b: Download complete [2021-05-07T01:43:22.812Z] 93b61091891f: Pull complete [2021-05-07T01:43:22.812Z] 93b9cdb0e59b: Pull complete [2021-05-07T01:43:23.074Z] 5e14af77c1be: Pull complete [2021-05-07T01:43:23.074Z] 01666e4c0597: Pull complete [2021-05-07T01:43:33.124Z] aa168da1d23b: Pull complete [2021-05-07T01:43:33.124Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-07T01:43:33.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T01:43:33.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-07T01:43:33.371Z] prd-centos7-docker-4c-2g-3436 does not seem to be running inside a container [2021-05-07T01:43:33.423Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-07T01:43:38.643Z] $ docker top e02c95d437b3715baa48419f91ac150b923b06810229eda365cafa37540cf2b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:43:39.149Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-07T01:43:39.458Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-07T01:43:39.758Z] + ls /var/log/sa-host [2021-05-07T01:43:39.758Z] + sadf -c /var/log/sa-host/sa07 [2021-05-07T01:43:39.758Z] file_magic: OK [2021-05-07T01:43:39.758Z] HZ: Using current value: 100 [2021-05-07T01:43:39.758Z] file_header: OK [2021-05-07T01:43:39.758Z] 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-05-07T01:43:39.758Z] Statistics: [2021-05-07T01:43:39.758Z] 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... [2021-05-07T01:43:39.758Z] File successfully converted to sysstat format version 12.2.1 [2021-05-07T01:43:39.758Z] + sadf -c /var/log/sa-host/sa23 [2021-05-07T01:43:39.758Z] file_magic: OK [2021-05-07T01:43:39.758Z] HZ: Using current value: 100 [2021-05-07T01:43:39.758Z] file_header: OK [2021-05-07T01:43:39.758Z] 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-05-07T01:43:39.758Z] Statistics: [2021-05-07T01:43:39.758Z] Hnuu...uuuununununu... [2021-05-07T01:43:39.758Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-07T01:43:40.374Z] provisioning config files... [2021-05-07T01:43:40.400Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8169122925668862620tmp [Pipeline] { [Pipeline] echo [2021-05-07T01:43:40.428Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:43:40.727Z] ---> create-netrc.sh [Pipeline] } [2021-05-07T01:43:40.737Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-07T01:43:40.762Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:43:41.062Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-07T01:43:41.073Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:43:41.375Z] ---> sudo-logs.sh [2021-05-07T01:43:41.375Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-07T01:43:41.506Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:43:41.808Z] ---> job-cost.sh [2021-05-07T01:43:41.808Z] lf-activate-venv: SKIPPING [2021-05-07T01:43:41.808Z] DEBUG: total: 0.20999999344348907 [2021-05-07T01:43:41.808Z] INFO: Retrieving Stack Cost... [2021-05-07T01:43:43.201Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T01:43:43.463Z] INFO: Archiving Costs [Pipeline] echo [2021-05-07T01:43:43.478Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:43:43.776Z] ---> logs-deploy.sh [2021-05-07T01:43:43.776Z] lf-activate-venv: SKIPPING [2021-05-07T01:43:43.776Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/6 [2021-05-07T01:43:43.776Z] INFO: archiving workspace using pattern(s): [2021-05-07T01:43:45.705Z] Archives upload complete. [2021-05-07T01:43:45.705Z] INFO: archiving logs to Nexus [2021-05-07T01:43:46.767Z] ---> uname -a: [2021-05-07T01:43:46.767Z] Linux prd-centos7-docker-4c-2g-3436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-07T01:43:46.767Z] [2021-05-07T01:43:46.767Z]