Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e1f8108961685962612542af4b49151a44b672f9+dd3c5304426daa1a06e165d92e5378a7e6535b25 (2dcbe4173e4f5f51ed776b8b8cff79e491732f40) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29147 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit e1f8108961685962612542af4b49151a44b672f9 Merge succeeded, producing 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 Checking out Revision 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1f8108961685962612542af4b49151a44b672f9 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 6c6fbb608c49776eba7e8824bd8f952d2d02612a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T16:38:31.825Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T16:38:32.167Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T16:38:32.267Z] ========================================================= [2021-03-09T16:38:32.267Z] EdgeX Global Pipelines Version Info [2021-03-09T16:38:32.267Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:38:33.792Z] ------------------- [2021-03-09T16:38:33.793Z] stable info: [2021-03-09T16:38:33.793Z] ------------------- [2021-03-09T16:38:33.793Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T16:38:33.793Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:38:33.793Z] Message: update stable to v1.0.184 [2021-03-09T16:38:34.743Z] ------------------- [2021-03-09T16:38:34.743Z] experimental info: [2021-03-09T16:38:34.743Z] ------------------- [2021-03-09T16:38:34.743Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T16:38:34.743Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:38:34.743Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T16:38:34.984Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T16:38:35.067Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T16:38:35.157Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T16:38:35.257Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T16:38:35.347Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T16:38:35.428Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T16:38:35.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T16:38:35.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T16:38:35.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T16:38:35.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T16:38:35.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T16:38:36.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T16:38:36.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T16:38:36.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T16:38:36.314Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:38:36.397Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:38:36.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T16:38:36.559Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T16:38:36.645Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T16:38:36.748Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T16:38:36.832Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T16:38:36.917Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T16:38:36.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-09T16:38:37.080Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-09T16:38:37.175Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-09T16:38:37.261Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [Pipeline] echo [2021-03-09T16:38:37.344Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79e945f [Pipeline] echo [2021-03-09T16:38:37.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:38:37.591Z] provisioning config files... [2021-03-09T16:38:37.625Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4463737882165477433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:38:37.978Z] ---> docker-login.sh [2021-03-09T16:38:37.978Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:38:38.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:38:38.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:38:38.505Z] Configure a credential helper to remove this warning. See [2021-03-09T16:38:38.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:38:38.505Z] [2021-03-09T16:38:38.505Z] Login Succeeded [2021-03-09T16:38:38.505Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:38:38.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:38:38.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:38:38.505Z] Configure a credential helper to remove this warning. See [2021-03-09T16:38:38.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:38:38.505Z] [2021-03-09T16:38:38.505Z] Login Succeeded [2021-03-09T16:38:38.505Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:38:38.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:38:38.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:38:38.772Z] Configure a credential helper to remove this warning. See [2021-03-09T16:38:38.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:38:38.772Z] [2021-03-09T16:38:38.772Z] Login Succeeded [2021-03-09T16:38:38.772Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:38:39.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:38:39.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:38:39.034Z] Configure a credential helper to remove this warning. See [2021-03-09T16:38:39.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:38:39.034Z] [2021-03-09T16:38:39.034Z] Login Succeeded [2021-03-09T16:38:39.034Z] docker.io [2021-03-09T16:38:39.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:38:39.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:38:39.298Z] Configure a credential helper to remove this warning. See [2021-03-09T16:38:39.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:38:39.298Z] [2021-03-09T16:38:39.298Z] Login Succeeded [2021-03-09T16:38:39.298Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:38:39.308Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:38:39.806Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T16:38:39.806Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:38:39.806Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:38:39.806Z] ++ cut -d/ -f2 [2021-03-09T16:38:39.806Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T16:38:39.889Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:38:40.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:38:40.753Z] [2021-03-09T16:38:40.753Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:38:41.137Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:38:41.137Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T16:38:41.137Z] 31603596830f: Pulling fs layer [2021-03-09T16:38:41.137Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T16:38:41.137Z] 6ca5941a6612: Pulling fs layer [2021-03-09T16:38:41.137Z] ecc8261a40a4: Pulling fs layer [2021-03-09T16:38:41.137Z] ecc8261a40a4: Waiting [2021-03-09T16:38:41.137Z] 2a8b12db71e7: Verifying Checksum [2021-03-09T16:38:41.137Z] 2a8b12db71e7: Download complete [2021-03-09T16:38:41.137Z] 31603596830f: Download complete [2021-03-09T16:38:41.402Z] 6ca5941a6612: Verifying Checksum [2021-03-09T16:38:41.402Z] 6ca5941a6612: Download complete [2021-03-09T16:38:41.402Z] ecc8261a40a4: Verifying Checksum [2021-03-09T16:38:41.402Z] ecc8261a40a4: Download complete [2021-03-09T16:38:41.669Z] 31603596830f: Pull complete [2021-03-09T16:38:41.669Z] 2a8b12db71e7: Pull complete [2021-03-09T16:38:42.625Z] 6ca5941a6612: Pull complete [2021-03-09T16:38:42.886Z] ecc8261a40a4: Pull complete [2021-03-09T16:38:42.886Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T16:38:42.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:38:42.886Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T16:38:42.989Z] prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container [2021-03-09T16:38:43.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T16:38:45.499Z] $ docker top 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T16:38:45.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:38:45.805Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:38:46.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:38:46.044Z] $ docker exec 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent [2021-03-09T16:38:46.226Z] SSH_AUTH_SOCK=/tmp/ssh-ntgMDrag6qyn/agent.12 [2021-03-09T16:38:46.226Z] SSH_AGENT_PID=17 [2021-03-09T16:38:46.236Z] Running ssh-add (command line suppressed) [2021-03-09T16:38:46.359Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_2841957058313665379.key (/w/workspace/edgex-go/10@tmp/private_key_2841957058313665379.key) [2021-03-09T16:38:46.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:38:46.747Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T16:38:46.770Z] $ docker exec --env ******** --env ******** 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent -k [2021-03-09T16:38:46.897Z] unset SSH_AUTH_SOCK; [2021-03-09T16:38:46.897Z] unset SSH_AGENT_PID; [2021-03-09T16:38:46.897Z] echo Agent pid 17 killed; [2021-03-09T16:38:46.979Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T16:38:47.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:38:47.110Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:38:47.302Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:38:47.305Z] $ docker exec 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent [2021-03-09T16:38:47.473Z] SSH_AUTH_SOCK=/tmp/ssh-4s3kc6Zyww4K/agent.45 [2021-03-09T16:38:47.473Z] SSH_AGENT_PID=50 [2021-03-09T16:38:47.481Z] Running ssh-add (command line suppressed) [2021-03-09T16:38:47.620Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_1508985816911679241.key (/w/workspace/edgex-go/10@tmp/private_key_1508985816911679241.key) [2021-03-09T16:38:47.690Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:38:48.029Z] + git semver init [2021-03-09T16:38:48.029Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T16:38:48.029Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-03-09T16:38:48.029Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-03-09T16:38:48.029Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T16:38:48.029Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T16:38:48.029Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T16:38:48.029Z] # $SEMVER_BRANCH = PR-3209 [2021-03-09T16:38:48.029Z] # $SEMVER_TEMP = /tmp/semver-829642096 [2021-03-09T16:38:48.029Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T16:39:06.260Z] # '/tmp/semver-829642096' -> '/w/workspace/edgex-go/10/.semver' [2021-03-09T16:39:06.524Z] # -> Force: false [2021-03-09T16:39:06.524Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-03-09T16:39:06.803Z] $ docker exec --env ******** --env ******** 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent -k [2021-03-09T16:39:07.061Z] unset SSH_AUTH_SOCK; [2021-03-09T16:39:07.062Z] unset SSH_AGENT_PID; [2021-03-09T16:39:07.062Z] echo Agent pid 50 killed; [2021-03-09T16:39:07.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:39:07.655Z] + git semver [Pipeline] } [2021-03-09T16:39:07.676Z] $ docker stop --time=1 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db [2021-03-09T16:39:09.374Z] $ docker rm -f 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:39:09.898Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T16:39:10.506Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T16:39:10.509Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T16:39:11.412Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:39:11.715Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:39:12.021Z] + sudo service docker restart [2021-03-09T16:39:12.021Z] + true [2021-03-09T16:39:12.021Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T16:39:12.614Z] ========================================================= [2021-03-09T16:39:12.614Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T16:39:12.614Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:39:12.967Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-09T16:39:17.218Z] Sending build context to Docker daemon 328.4MB [2021-03-09T16:39:17.218Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:39:17.218Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:39:17.218Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T16:39:17.218Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T16:39:17.218Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T16:39:17.218Z] de9db76c5a1d: Pulling fs layer [2021-03-09T16:39:17.218Z] bca2f99d35d6: Pulling fs layer [2021-03-09T16:39:17.218Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T16:39:17.218Z] 7c6f9722023f: Pulling fs layer [2021-03-09T16:39:17.218Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T16:39:17.218Z] bca2f99d35d6: Waiting [2021-03-09T16:39:17.218Z] 93359f2a8cfa: Waiting [2021-03-09T16:39:17.218Z] 7c6f9722023f: Waiting [2021-03-09T16:39:17.218Z] a35cf1a2eb13: Waiting [2021-03-09T16:39:17.218Z] de9db76c5a1d: Verifying Checksum [2021-03-09T16:39:17.218Z] de9db76c5a1d: Download complete [2021-03-09T16:39:17.218Z] 0ef7d3d256c8: Verifying Checksum [2021-03-09T16:39:17.218Z] 0ef7d3d256c8: Download complete [2021-03-09T16:39:17.218Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T16:39:17.218Z] 93359f2a8cfa: Download complete [2021-03-09T16:39:17.218Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T16:39:17.218Z] 188c0c94c7c5: Download complete [2021-03-09T16:39:17.218Z] 7c6f9722023f: Verifying Checksum [2021-03-09T16:39:17.218Z] 7c6f9722023f: Download complete [2021-03-09T16:39:17.488Z] 188c0c94c7c5: Pull complete [2021-03-09T16:39:17.756Z] 0ef7d3d256c8: Pull complete [2021-03-09T16:39:17.756Z] de9db76c5a1d: Pull complete [2021-03-09T16:39:19.162Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T16:39:19.162Z] a35cf1a2eb13: Download complete [2021-03-09T16:39:19.425Z] bca2f99d35d6: Verifying Checksum [2021-03-09T16:39:19.425Z] bca2f99d35d6: Download complete [2021-03-09T16:39:25.913Z] Still waiting to schedule task [2021-03-09T16:39:25.913Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-09T16:39:26.086Z] bca2f99d35d6: Pull complete [2021-03-09T16:39:26.086Z] 93359f2a8cfa: Pull complete [2021-03-09T16:39:26.086Z] 7c6f9722023f: Pull complete [2021-03-09T16:39:29.446Z] a35cf1a2eb13: Pull complete [2021-03-09T16:39:29.446Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T16:39:29.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T16:39:29.446Z] ---> a62c8e92a672 [2021-03-09T16:39:29.446Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T16:39:29.446Z] ---> Running in 9aeeb929146f [2021-03-09T16:39:30.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:39:31.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:39:32.037Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:39:32.304Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:39:32.571Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:39:32.571Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:39:47.524Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:39:47.525Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:39:47.525Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:39:47.525Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:39:47.525Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:39:47.525Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:39:47.525Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:39:47.525Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:39:47.525Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:39:47.525Z] OK: 233 MiB in 51 packages [2021-03-09T16:39:51.796Z] Removing intermediate container 9aeeb929146f [2021-03-09T16:39:51.796Z] ---> 63297c25ad8a [2021-03-09T16:39:51.796Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:39:51.796Z] ---> Running in 1af06bebb9c7 [2021-03-09T16:39:51.796Z] Removing intermediate container 1af06bebb9c7 [2021-03-09T16:39:51.796Z] ---> 1e93d0c732b2 [2021-03-09T16:39:51.796Z] Step 5/6 : COPY go.mod . [2021-03-09T16:39:51.796Z] ---> 0d0111e3e451 [2021-03-09T16:39:51.796Z] Step 6/6 : RUN go mod download [2021-03-09T16:39:51.796Z] ---> Running in 54713d00d9ed [2021-03-09T16:40:18.500Z] Removing intermediate container 54713d00d9ed [2021-03-09T16:40:18.500Z] ---> 13a3d7775fe5 [2021-03-09T16:40:18.500Z] Successfully built 13a3d7775fe5 [2021-03-09T16:40:18.500Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:40:18.837Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:40:18.837Z] . [Pipeline] withDockerContainer [2021-03-09T16:40:18.970Z] prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container [2021-03-09T16:40:19.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2021-03-09T16:40:19.939Z] $ docker top 774c6fa74f71afc8d92e168158089b248272b0926c7758bdb4b96a7c1270b076 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:40:20.495Z] + go version [2021-03-09T16:40:20.495Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T16:40:20.515Z] $ docker stop --time=1 774c6fa74f71afc8d92e168158089b248272b0926c7758bdb4b96a7c1270b076 [2021-03-09T16:40:21.917Z] $ docker rm -f 774c6fa74f71afc8d92e168158089b248272b0926c7758bdb4b96a7c1270b076 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:40:22.743Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:40:22.743Z] . [Pipeline] withDockerContainer [2021-03-09T16:40:22.869Z] prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container [2021-03-09T16:40:22.934Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2021-03-09T16:40:23.752Z] $ docker top b83c60cde118702d924d7190ad85a89bf7d1cb7446b6256674cf25efa5f6d2c9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:40:24.070Z] ========================================================= [2021-03-09T16:40:24.070Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:40:24.070Z] ========================================================= [Pipeline] sh [2021-03-09T16:40:24.374Z] + make test [2021-03-09T16:40:24.374Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:40:34.485Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:40:52.887Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:41:01.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:41:01.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:41:01.174Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:41:03.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:41:03.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:41:03.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:41:03.805Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:41:04.399Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:41:05.017Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:41:08.402Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:41:08.402Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:41:08.402Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:41:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.150s coverage: 45.9% of statements [2021-03-09T16:41:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:41:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:41:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:41:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:41:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:41:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:41:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:41:12.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-03-09T16:41:14.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.249s coverage: 27.1% of statements [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:41:14.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:41:14.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:41:14.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:41:14.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:41:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.251s coverage: 82.9% of statements [2021-03-09T16:41:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:41:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:41:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-03-09T16:41:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:41:18.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.487s coverage: 28.6% of statements [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:41:18.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:41:18.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:41:18.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.130s coverage: 86.7% of statements [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:41:18.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:41:18.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.095s coverage: 78.3% of statements [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:41:18.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:41:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.561s coverage: 92.8% of statements [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:41:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:41:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:41:22.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:41:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements [2021-03-09T16:41:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements [2021-03-09T16:41:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-09T16:41:22.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2021-03-09T16:41:22.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-03-09T16:41:34.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.059s coverage: 94.4% of statements [2021-03-09T16:41:34.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-09T16:41:34.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.056s coverage: 81.4% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.068s coverage: 92.9% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 77.8% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.6% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 62.4% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.371s coverage: 69.0% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 38.4% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.161s coverage: 47.0% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.8% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.846s coverage: 29.1% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:41:49.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:41:49.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:41:49.693Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.078s coverage: 95.6% of statements [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:41:49.693Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:41:49.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:41:49.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:41:49.693Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:41:49.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-09T16:41:49.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-03-09T16:41:49.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-09T16:41:49.693Z] GO111MODULE=on go vet ./... [2021-03-09T16:42:06.376Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29153 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-09T16:42:06.432Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-03-09T16:42:12.000Z] using credential edgex-jenkins-ssh [2021-03-09T16:42:12.074Z] Cloning the remote Git repository [2021-03-09T16:42:12.108Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:42:12.223Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-03-09T16:42:12.294Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:42:12.295Z] > git --version # timeout=10 [2021-03-09T16:42:12.316Z] > git --version # 'git version 2.17.1' [2021-03-09T16:42:12.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:42:12.381Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:42:22.109Z] gofmt -l . [2021-03-09T16:42:22.109Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:42:22.109Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:42:22.109Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:42:22.743Z] + ls -al . [2021-03-09T16:42:22.743Z] total 736 [2021-03-09T16:42:22.743Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 16:42 . [2021-03-09T16:42:22.743Z] drwxr-xr-x 4 root root 30 Mar 9 16:40 .. [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:38 .dockerignore [2021-03-09T16:42:22.743Z] drwxrwxr-x 8 1001 1001 179 Mar 9 16:38 .git [2021-03-09T16:42:22.743Z] drwxrwxr-x 3 1001 1001 125 Mar 9 16:38 .github [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:38 .gitignore [2021-03-09T16:42:22.743Z] drwx------ 3 1001 1001 60 Mar 9 16:39 .semver [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:38 .sonarcloud.properties [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:38 Attribution.txt [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:38 CONTRIBUTING.md [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:38 Dockerfile.build [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:38 Jenkinsfile [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:38 LICENSE [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:38 Makefile [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:38 README.md [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:38 SECURITY.md [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:39 VERSION [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:38 ZMQWindows.md [2021-03-09T16:42:22.743Z] drwxrwxr-x 2 1001 1001 117 Mar 9 16:38 bin [2021-03-09T16:42:22.743Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:38 cmd [2021-03-09T16:42:22.743Z] -rw-r--r-- 1 root root 624012 Mar 9 16:41 coverage.out [2021-03-09T16:42:22.743Z] -rw-r--r-- 1 root root 1055 Mar 9 16:42 go.mod [2021-03-09T16:42:22.743Z] -rw-r--r-- 1 root root 22099 Mar 9 16:42 go.sum [2021-03-09T16:42:22.743Z] drwxrwxr-x 8 1001 1001 127 Mar 9 16:38 internal [2021-03-09T16:42:22.743Z] drwxrwxr-x 4 1001 1001 26 Mar 9 16:38 openapi [2021-03-09T16:42:22.743Z] drwxrwxr-x 4 1001 1001 71 Mar 9 16:38 snap [2021-03-09T16:42:22.743Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:38 version.go [Pipeline] sh [2021-03-09T16:42:23.049Z] + '[' -e coverage.out ] [2021-03-09T16:42:23.049Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:42:23.297Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:42:23.606Z] + make build [2021-03-09T16:42:23.606Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:42:28.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T16:42:37.089Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit e1f8108961685962612542af4b49151a44b672f9 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T16:42:37.596Z] Failed in branch arm64 [2021-03-09T16:42:36.275Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:42:36.328Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:42:36.361Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:42:36.445Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:42:36.446Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:42:36.457Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:42:37.105Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:42:37.121Z] > git checkout -f e1f8108961685962612542af4b49151a44b672f9 # timeout=10 [2021-03-09T16:42:39.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:42:39.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T16:42:41.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:42:41.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:42:43.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:42:46.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:42:47.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:42:49.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:42:50.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:42:51.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-09T16:42:54.178Z] $ docker stop --time=1 b83c60cde118702d924d7190ad85a89bf7d1cb7446b6256674cf25efa5f6d2c9 [2021-03-09T16:42:55.977Z] $ docker rm -f b83c60cde118702d924d7190ad85a89bf7d1cb7446b6256674cf25efa5f6d2c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:42:57.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:42:57.779Z] [2021-03-09T16:42:57.779Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:42:58.130Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:42:58.130Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T16:42:58.130Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T16:42:58.130Z] ca9280d653b3: Pulling fs layer [2021-03-09T16:42:58.130Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T16:42:58.395Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-09T16:42:58.395Z] cbdbe7a5bc2a: Download complete [2021-03-09T16:42:59.009Z] cbdbe7a5bc2a: Pull complete [2021-03-09T16:42:59.009Z] ca9280d653b3: Verifying Checksum [2021-03-09T16:42:59.009Z] ca9280d653b3: Download complete [2021-03-09T16:43:00.458Z] ca9280d653b3: Pull complete [2021-03-09T16:43:01.458Z] 7e9c9ca2126c: Verifying Checksum [2021-03-09T16:43:01.458Z] 7e9c9ca2126c: Download complete [2021-03-09T16:43:09.729Z] 7e9c9ca2126c: Pull complete [2021-03-09T16:43:09.729Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T16:43:09.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:43:09.729Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T16:43:09.896Z] prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container [2021-03-09T16:43:09.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T16:43:11.924Z] $ docker top c99d55fc7c91051651305a9314bc210b9a5dae5adec4c58be3b1b306ee6b523d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:43:12.463Z] + grep parallel [2021-03-09T16:43:12.463Z] + docker-compose build --help [2021-03-09T16:43:13.411Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:43:13.689Z] $ docker stop --time=1 c99d55fc7c91051651305a9314bc210b9a5dae5adec4c58be3b1b306ee6b523d [2021-03-09T16:43:15.081Z] $ docker rm -f c99d55fc7c91051651305a9314bc210b9a5dae5adec4c58be3b1b306ee6b523d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:43:15.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:43:15.866Z] . [Pipeline] withDockerContainer [2021-03-09T16:43:16.042Z] prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container [2021-03-09T16:43:16.246Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T16:43:17.294Z] $ docker top a5d1ca849b9423e6bbfc204dfd277fc6957d78f68c0cf2f33b8fd785622f364b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:43:17.935Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:43:19.332Z] Building docker-core-command-go ... [2021-03-09T16:43:19.332Z] Building docker-core-data-go ... [2021-03-09T16:43:19.332Z] Building docker-core-metadata-go ... [2021-03-09T16:43:19.332Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:43:19.332Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:43:19.332Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:43:19.332Z] Building docker-support-notifications-go ... [2021-03-09T16:43:19.332Z] Building docker-support-scheduler-go ... [2021-03-09T16:43:19.332Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:43:19.332Z] Building docker-core-data-go [2021-03-09T16:43:19.332Z] Building docker-security-bootstrapper-go [2021-03-09T16:43:19.332Z] Building docker-support-scheduler-go [2021-03-09T16:43:19.332Z] Building docker-support-notifications-go [2021-03-09T16:43:19.332Z] Building docker-security-secretstore-setup-go [2021-03-09T16:43:58.649Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:43:58.649Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:43:58.649Z] ---> 13a3d7775fe5 [2021-03-09T16:43:58.649Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:43:58.649Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:43:58.649Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:43:58.649Z] ---> 13a3d7775fe5 [2021-03-09T16:43:58.649Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T16:43:58.649Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:43:58.649Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:43:58.649Z] ---> 13a3d7775fe5 [2021-03-09T16:43:58.649Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:43:58.649Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:43:58.649Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:43:58.649Z] ---> 13a3d7775fe5 [2021-03-09T16:43:58.649Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:43:58.649Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:43:58.649Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:43:58.649Z] ---> 13a3d7775fe5 [2021-03-09T16:43:58.649Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T16:43:58.649Z] ---> Running in 11ae8f458d59 [2021-03-09T16:43:58.649Z] ---> Running in dced8990a782 [2021-03-09T16:43:58.649Z] ---> Running in 3353dc2168b1 [2021-03-09T16:43:58.649Z] ---> Running in 0e4680bdff67 [2021-03-09T16:43:58.649Z] ---> Running in b5803b41682a [2021-03-09T16:43:59.236Z] Removing intermediate container 11ae8f458d59 [2021-03-09T16:43:59.236Z] ---> 400eb45ec77c [2021-03-09T16:43:59.236Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:43:59.236Z] Removing intermediate container 0e4680bdff67 [2021-03-09T16:43:59.236Z] ---> 6b8510449159 [2021-03-09T16:43:59.236Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:43:59.236Z] Removing intermediate container dced8990a782 [2021-03-09T16:43:59.236Z] ---> bd1f784abf34 [2021-03-09T16:43:59.236Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:43:59.236Z] Removing intermediate container 3353dc2168b1 [2021-03-09T16:43:59.236Z] ---> 9a6c038d6b3f [2021-03-09T16:43:59.236Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:43:59.236Z] Removing intermediate container b5803b41682a [2021-03-09T16:43:59.236Z] ---> 40f404d0a94f [2021-03-09T16:43:59.236Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:43:59.236Z] ---> Running in 983a487c10ac [2021-03-09T16:43:59.236Z] ---> Running in 30849b294196 [2021-03-09T16:43:59.236Z] ---> Running in 3618bb1e13ef [2021-03-09T16:43:59.236Z] ---> Running in b94a9a1bf2a3 [2021-03-09T16:43:59.523Z] ---> Running in 52c68853c5bb [2021-03-09T16:44:02.976Z] Removing intermediate container 3618bb1e13ef [2021-03-09T16:44:02.976Z] ---> 3d0d32b7a439 [2021-03-09T16:44:02.976Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:44:02.976Z] Removing intermediate container 983a487c10ac [2021-03-09T16:44:02.976Z] ---> 025a953c4455 [2021-03-09T16:44:02.976Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T16:44:02.976Z] Removing intermediate container 30849b294196 [2021-03-09T16:44:02.976Z] ---> ca4416d0b1a1 [2021-03-09T16:44:02.976Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T16:44:02.976Z] Removing intermediate container 52c68853c5bb [2021-03-09T16:44:02.976Z] ---> 5fa238aa6119 [2021-03-09T16:44:02.976Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T16:44:02.976Z] ---> Running in 800fbb5bd2d8 [2021-03-09T16:44:02.976Z] ---> Running in e1bf7e565198 [2021-03-09T16:44:02.976Z] Removing intermediate container b94a9a1bf2a3 [2021-03-09T16:44:02.976Z] ---> ff5cd2fb54dc [2021-03-09T16:44:02.976Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:44:02.976Z] ---> Running in 5510b6c1080b [2021-03-09T16:44:03.249Z] ---> Running in bd30b3934ef1 [2021-03-09T16:44:03.249Z] ---> Running in f531dac799b9 [2021-03-09T16:44:04.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:04.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:04.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:04.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:04.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:05.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:05.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:05.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:05.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:05.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:44:05.980Z] OK: 233 MiB in 51 packages [2021-03-09T16:44:05.980Z] OK: 233 MiB in 51 packages [2021-03-09T16:44:05.980Z] OK: 233 MiB in 51 packages [2021-03-09T16:44:06.245Z] OK: 233 MiB in 51 packages [2021-03-09T16:44:06.842Z] OK: 233 MiB in 51 packages [2021-03-09T16:44:06.842Z] Removing intermediate container bd30b3934ef1 [2021-03-09T16:44:06.842Z] ---> 1c9cd9f04d4c [2021-03-09T16:44:06.842Z] Step 6/24 : COPY go.mod . [2021-03-09T16:44:06.842Z] Removing intermediate container e1bf7e565198 [2021-03-09T16:44:06.842Z] ---> 4ac20d80bd84 [2021-03-09T16:44:06.842Z] Step 6/31 : COPY go.mod . [2021-03-09T16:44:07.110Z] Removing intermediate container 5510b6c1080b [2021-03-09T16:44:07.110Z] ---> 3313153a35c2 [2021-03-09T16:44:07.110Z] Step 6/22 : COPY go.mod . [2021-03-09T16:44:07.111Z] Removing intermediate container 800fbb5bd2d8 [2021-03-09T16:44:07.111Z] ---> 2520870653a9 [2021-03-09T16:44:07.111Z] Step 6/23 : COPY go.mod . [2021-03-09T16:44:07.376Z] ---> 77083e7fcbb3 [2021-03-09T16:44:07.376Z] Step 7/24 : RUN go mod download [2021-03-09T16:44:07.376Z] ---> af25b911900a [2021-03-09T16:44:07.376Z] Step 7/31 : RUN go mod download [2021-03-09T16:44:07.376Z] ---> Running in f8f9fd0dbf66 [2021-03-09T16:44:07.376Z] ---> Running in 2de8cdb161da [2021-03-09T16:44:07.654Z] Removing intermediate container f531dac799b9 [2021-03-09T16:44:07.654Z] ---> d03d4da6367b [2021-03-09T16:44:07.654Z] Step 6/22 : COPY go.mod . [2021-03-09T16:44:07.654Z] ---> 5d19c2c7db92 [2021-03-09T16:44:07.654Z] Step 7/22 : RUN go mod download [2021-03-09T16:44:07.918Z] ---> 1df096dfbaa3 [2021-03-09T16:44:07.918Z] Step 7/23 : RUN go mod download [2021-03-09T16:44:07.918Z] ---> Running in 1c51998825c8 [2021-03-09T16:44:08.186Z] ---> Running in d56567d64af0 [2021-03-09T16:44:08.186Z] ---> acebcb0ecf9d [2021-03-09T16:44:08.186Z] Step 7/22 : RUN go mod download [2021-03-09T16:44:09.156Z] ---> Running in 9a2d1fe45db6 [2021-03-09T16:44:11.803Z] Removing intermediate container 9a2d1fe45db6 [2021-03-09T16:44:11.803Z] ---> f5390142f48f [2021-03-09T16:44:11.803Z] Step 8/22 : COPY . . [2021-03-09T16:44:11.803Z] Removing intermediate container 1c51998825c8 [2021-03-09T16:44:11.803Z] ---> 5eb363ed4501 [2021-03-09T16:44:11.803Z] Step 8/22 : COPY . . [2021-03-09T16:44:11.803Z] Removing intermediate container f8f9fd0dbf66 [2021-03-09T16:44:11.803Z] ---> 153e74c9a064 [2021-03-09T16:44:11.803Z] Step 8/24 : COPY . . [2021-03-09T16:44:11.803Z] Removing intermediate container 2de8cdb161da [2021-03-09T16:44:11.803Z] ---> 177677e77992 [2021-03-09T16:44:11.803Z] Step 8/31 : COPY . . [2021-03-09T16:44:11.803Z] Removing intermediate container d56567d64af0 [2021-03-09T16:44:11.803Z] ---> 044f2a5affb0 [2021-03-09T16:44:11.803Z] Step 8/23 : COPY . . [2021-03-09T16:44:58.901Z] ---> 0af7f2562a29 [2021-03-09T16:44:58.901Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:44:58.901Z] ---> Running in e93fcf6806d9 [2021-03-09T16:44:58.901Z] ---> d36d018621bf [2021-03-09T16:44:58.901Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T16:44:58.901Z] ---> abc8643363c0 [2021-03-09T16:44:58.901Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T16:44:58.901Z] ---> fd5deb3fa46d [2021-03-09T16:44:58.901Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T16:44:58.901Z] ---> 74fa221ec7e8 [2021-03-09T16:44:58.901Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T16:44:58.901Z] ---> Running in 43f034fc789b [2021-03-09T16:44:58.901Z] ---> Running in adee8f2b32eb [2021-03-09T16:44:58.901Z] ---> Running in dbf8f301acea [2021-03-09T16:44:58.901Z] ---> Running in aed7416aa3ae [2021-03-09T16:44:58.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:44:58.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:44:58.901Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:44:58.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T16:44:58.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T16:45:31.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:45:38.093Z] Removing intermediate container aed7416aa3ae [2021-03-09T16:45:38.093Z] ---> 2687cda9c833 [2021-03-09T16:45:38.093Z] [2021-03-09T16:45:38.093Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T16:45:38.093Z] 3.12: Pulling from library/alpine [2021-03-09T16:45:38.375Z] Removing intermediate container 43f034fc789b [2021-03-09T16:45:38.375Z] ---> be51e98b8979 [2021-03-09T16:45:38.375Z] [2021-03-09T16:45:38.375Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T16:45:38.375Z] 3.12: Pulling from library/alpine [2021-03-09T16:45:41.753Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:45:41.753Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:45:41.753Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:45:41.753Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:45:41.753Z] ---> 88dd2752d2ea [2021-03-09T16:45:41.753Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T16:45:41.753Z] ---> 88dd2752d2ea [2021-03-09T16:45:41.753Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T16:45:43.766Z] Removing intermediate container e93fcf6806d9 [2021-03-09T16:45:43.766Z] ---> 7e7b87e56aed [2021-03-09T16:45:43.766Z] [2021-03-09T16:45:43.766Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:45:43.766Z] ---> 88dd2752d2ea [2021-03-09T16:45:43.766Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:45:43.766Z] ---> Running in d88a2ea24a28 [2021-03-09T16:45:43.766Z] ---> Running in 07c6c4923715 [2021-03-09T16:45:44.041Z] Removing intermediate container dbf8f301acea [2021-03-09T16:45:44.041Z] ---> fb4f7957dfd4 [2021-03-09T16:45:44.041Z] [2021-03-09T16:45:44.041Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:45:44.041Z] ---> 88dd2752d2ea [2021-03-09T16:45:44.041Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T16:45:44.041Z] ---> Running in 83f7c1433e11 [2021-03-09T16:45:44.334Z] ---> Running in 582657bb11e9 [2021-03-09T16:45:44.618Z] Removing intermediate container 07c6c4923715 [2021-03-09T16:45:44.618Z] ---> 234725a47d24 [2021-03-09T16:45:44.618Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T16:45:45.235Z] ---> Running in e17c9abde3bb [2021-03-09T16:45:45.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:45.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:45.817Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T16:45:45.817Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:45:45.817Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T16:45:45.817Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T16:45:45.817Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T16:45:45.817Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:45:45.817Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:45:46.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:46.123Z] OK: 7 MiB in 19 packages [2021-03-09T16:45:46.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:46.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:46.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:46.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:46.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:46.762Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:45:46.762Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:45:46.762Z] OK: 6 MiB in 15 packages [2021-03-09T16:45:46.762Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T16:45:46.762Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:45:46.762Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:45:46.762Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:45:46.762Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T16:45:46.762Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:45:46.762Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:45:46.762Z] OK: 6 MiB in 16 packages [2021-03-09T16:45:47.039Z] OK: 6 MiB in 16 packages [2021-03-09T16:45:49.676Z] Removing intermediate container adee8f2b32eb [2021-03-09T16:45:49.676Z] ---> 97a1d6646d3b [2021-03-09T16:45:49.676Z] [2021-03-09T16:45:49.676Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:45:49.676Z] ---> 88dd2752d2ea [2021-03-09T16:45:49.676Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T16:45:49.961Z] ---> Running in 3108eaafd0c4 [2021-03-09T16:45:50.235Z] Removing intermediate container 83f7c1433e11 [2021-03-09T16:45:50.235Z] ---> 0600abc95f0d [2021-03-09T16:45:50.235Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:45:50.235Z] Removing intermediate container d88a2ea24a28 [2021-03-09T16:45:50.235Z] ---> 9b1b37dee7aa [2021-03-09T16:45:50.235Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:45:50.235Z] Removing intermediate container e17c9abde3bb [2021-03-09T16:45:50.235Z] ---> a92020614814 [2021-03-09T16:45:50.235Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T16:45:50.500Z] ---> Running in 47b01ad623dc [2021-03-09T16:45:50.500Z] ---> Running in 947ef2fb91f5 [2021-03-09T16:45:50.764Z] ---> Running in 2d62877c3e13 [2021-03-09T16:45:50.764Z] Removing intermediate container 3108eaafd0c4 [2021-03-09T16:45:50.764Z] ---> 363f851bc3cd [2021-03-09T16:45:50.764Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T16:45:50.764Z] Removing intermediate container 582657bb11e9 [2021-03-09T16:45:50.764Z] ---> a1477d724f3a [2021-03-09T16:45:50.764Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:45:50.764Z] ---> Running in 3474a16eef88 [2021-03-09T16:45:51.030Z] ---> Running in 7ba655b8a9e0 [2021-03-09T16:45:51.030Z] Removing intermediate container 47b01ad623dc [2021-03-09T16:45:51.030Z] ---> c732d6702ce8 [2021-03-09T16:45:51.030Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T16:45:51.030Z] Removing intermediate container 2d62877c3e13 [2021-03-09T16:45:51.030Z] ---> 00a7ba385420 [2021-03-09T16:45:51.030Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T16:45:51.030Z] Removing intermediate container 947ef2fb91f5 [2021-03-09T16:45:51.030Z] ---> fe2fee6b0825 [2021-03-09T16:45:51.030Z] Step 13/24 : WORKDIR / [2021-03-09T16:45:51.624Z] ---> Running in 865118bed9d3 [2021-03-09T16:45:51.624Z] ---> Running in 1d03318667c6 [2021-03-09T16:45:51.624Z] ---> Running in 4fba78c40973 [2021-03-09T16:45:51.624Z] Removing intermediate container 3474a16eef88 [2021-03-09T16:45:51.624Z] ---> d7d2c33f01eb [2021-03-09T16:45:51.624Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T16:45:51.624Z] Removing intermediate container 7ba655b8a9e0 [2021-03-09T16:45:51.624Z] ---> fdfb971b3f70 [2021-03-09T16:45:51.624Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T16:45:51.894Z] ---> Running in 85b8591397b1 [2021-03-09T16:45:51.894Z] ---> Running in 00140f7eca0b [2021-03-09T16:45:51.894Z] Removing intermediate container 865118bed9d3 [2021-03-09T16:45:51.894Z] ---> 5957d707d334 [2021-03-09T16:45:51.894Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:45:51.894Z] Removing intermediate container 4fba78c40973 [2021-03-09T16:45:51.894Z] ---> ef45a04e51b4 [2021-03-09T16:45:51.894Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T16:45:52.168Z] Removing intermediate container 1d03318667c6 [2021-03-09T16:45:52.168Z] ---> ec7e802f4f92 [2021-03-09T16:45:52.168Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T16:45:52.168Z] ---> Running in 4d59bffdaf92 [2021-03-09T16:45:52.168Z] ---> Running in b2ca071dd21c [2021-03-09T16:45:52.438Z] Removing intermediate container 85b8591397b1 [2021-03-09T16:45:52.438Z] ---> 742f3d0c8478 [2021-03-09T16:45:52.438Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:45:52.438Z] Removing intermediate container 00140f7eca0b [2021-03-09T16:45:52.438Z] ---> fa4f6bbcc10e [2021-03-09T16:45:52.438Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:45:52.714Z] ---> abcb5a15a7a0 [2021-03-09T16:45:52.714Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T16:45:52.714Z] ---> Running in e621015f5264 [2021-03-09T16:45:52.714Z] Removing intermediate container 4d59bffdaf92 [2021-03-09T16:45:52.714Z] ---> fc9fb6e3f5e0 [2021-03-09T16:45:52.714Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:45:52.714Z] ---> Running in 29a86b210f89 [2021-03-09T16:45:53.314Z] Removing intermediate container 29a86b210f89 [2021-03-09T16:45:53.314Z] ---> fb1679cde7c5 [2021-03-09T16:45:53.314Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:45:53.314Z] ---> a5382049abcd [2021-03-09T16:45:53.314Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T16:45:53.314Z] ---> 15ae39c90320 [2021-03-09T16:45:53.314Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T16:45:53.605Z] ---> a3190462d033 [2021-03-09T16:45:53.605Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T16:45:54.611Z] ---> 3e26d1bc7422 [2021-03-09T16:45:54.612Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T16:45:54.612Z] ---> 22d8736acc4e [2021-03-09T16:45:54.612Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T16:45:54.933Z] ---> 5b40cbd7edc2 [2021-03-09T16:45:54.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T16:45:55.207Z] Removing intermediate container b2ca071dd21c [2021-03-09T16:45:55.207Z] ---> bf21c7faa08d [2021-03-09T16:45:55.207Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T16:45:55.207Z] Removing intermediate container e621015f5264 [2021-03-09T16:45:55.207Z] ---> be882e21c41d [2021-03-09T16:45:55.207Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T16:45:55.495Z] ---> Running in aac4e020c09f [2021-03-09T16:45:55.495Z] ---> Running in e3bc303e450d [2021-03-09T16:45:55.495Z] ---> cc24ae81fcbb [2021-03-09T16:45:55.495Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T16:45:55.762Z] ---> 3f3b316202e9 [2021-03-09T16:45:55.762Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T16:45:55.762Z] ---> 3cca3306cc18 [2021-03-09T16:45:55.762Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T16:45:55.762Z] ---> Running in a5771f984781 [2021-03-09T16:45:56.036Z] Removing intermediate container aac4e020c09f [2021-03-09T16:45:56.036Z] ---> cdedadf0f5e7 [2021-03-09T16:45:56.036Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T16:45:56.036Z] Removing intermediate container a5771f984781 [2021-03-09T16:45:56.036Z] ---> 02111f4c10d8 [2021-03-09T16:45:56.036Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:45:56.305Z] ---> b29323f88293 [2021-03-09T16:45:56.305Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T16:45:56.305Z] ---> 603c47d53a3e [2021-03-09T16:45:56.305Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T16:45:56.305Z] ---> Running in c07154ca4d21 [2021-03-09T16:45:56.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:56.305Z] ---> Running in 14c12fb24e1e [2021-03-09T16:45:56.592Z] ---> Running in 6cd2528139e4 [2021-03-09T16:45:56.592Z] ---> db95e1b33478 [2021-03-09T16:45:56.592Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T16:45:56.858Z] ---> Running in 8b5c410c097d [2021-03-09T16:45:56.858Z] Removing intermediate container c07154ca4d21 [2021-03-09T16:45:56.858Z] ---> fc3fe98ebb9c [2021-03-09T16:45:56.858Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:45:56.858Z] Removing intermediate container 6cd2528139e4 [2021-03-09T16:45:56.858Z] ---> 09f10c3e6de2 [2021-03-09T16:45:56.858Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:45:57.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:57.132Z] ---> Running in 7512a93da1ef [2021-03-09T16:45:57.132Z] ---> Running in 858345a46b02 [2021-03-09T16:45:57.404Z] Removing intermediate container 7512a93da1ef [2021-03-09T16:45:57.404Z] ---> 40d899d963dc [2021-03-09T16:45:57.404Z] Step 21/22 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:45:57.404Z] Removing intermediate container 858345a46b02 [2021-03-09T16:45:57.404Z] ---> 58970f342507 [2021-03-09T16:45:57.404Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:45:57.679Z] ---> Running in 8f2e3549160c [2021-03-09T16:45:57.679Z] ---> Running in 403c73d63873 [2021-03-09T16:45:57.679Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T16:45:57.943Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T16:45:57.943Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T16:45:57.943Z] Removing intermediate container 8f2e3549160c [2021-03-09T16:45:57.943Z] ---> 27e3f5ff6112 [2021-03-09T16:45:57.943Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:45:57.943Z] Removing intermediate container 403c73d63873 [2021-03-09T16:45:57.943Z] ---> 429d48e4ea28 [2021-03-09T16:45:57.943Z] Step 21/22 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:45:57.943Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T16:45:57.943Z] Removing intermediate container 14c12fb24e1e [2021-03-09T16:45:57.943Z] ---> 2467ed536455 [2021-03-09T16:45:57.943Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T16:45:58.216Z] ---> Running in 3fd5c4cdc5c2 [2021-03-09T16:45:58.216Z] ---> Running in 0cd668f357c7 [2021-03-09T16:45:58.216Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T16:45:58.216Z] ---> Running in 96eaf9558ea2 [2021-03-09T16:45:58.508Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T16:45:58.508Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:45:58.508Z] OK: 8 MiB in 20 packages [2021-03-09T16:45:58.508Z] Removing intermediate container 3fd5c4cdc5c2 [2021-03-09T16:45:58.508Z] ---> 5d6dbb5c747e [2021-03-09T16:45:58.508Z] [2021-03-09T16:45:58.778Z] Removing intermediate container 0cd668f357c7 [2021-03-09T16:45:58.778Z] ---> 4b18f71b561e [2021-03-09T16:45:58.778Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:45:58.778Z] Removing intermediate container 96eaf9558ea2 [2021-03-09T16:45:58.778Z] ---> 47112b0a2350 [2021-03-09T16:45:58.778Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T16:45:59.053Z] Removing intermediate container 8b5c410c097d [2021-03-09T16:45:59.053Z] ---> 32d141bcbbe8 [2021-03-09T16:45:59.053Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:45:59.053Z] Successfully built 5d6dbb5c747e [2021-03-09T16:45:59.053Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T16:45:59.053Z] Building docker-sys-mgmt-agent-go [2021-03-09T16:45:59.053Z] ---> Running in 3bdfc3196f72 [2021-03-09T16:45:59.053Z] ---> Running in ce3ee84cca21 [2021-03-09T16:45:59.325Z]  Building docker-support-scheduler-go ... done  ---> bcc9f9540349 [2021-03-09T16:45:59.325Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T16:45:59.325Z] Removing intermediate container ce3ee84cca21 [2021-03-09T16:45:59.325Z] ---> c3e93dbde27a [2021-03-09T16:45:59.325Z] [2021-03-09T16:45:59.613Z] Removing intermediate container 3bdfc3196f72 [2021-03-09T16:45:59.613Z] ---> efa545818064 [2021-03-09T16:45:59.613Z] Step 23/24 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:45:59.613Z] Removing intermediate container e3bc303e450d [2021-03-09T16:45:59.614Z] ---> 9e6642f81a4b [2021-03-09T16:45:59.614Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:45:59.614Z] ---> Running in c3e6e07a5925 [2021-03-09T16:45:59.970Z] Successfully built c3e93dbde27a [2021-03-09T16:45:59.970Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T16:45:59.970Z] Building docker-security-proxy-setup-go [2021-03-09T16:46:00.262Z]  Building docker-support-notifications-go ... done Removing intermediate container c3e6e07a5925 [2021-03-09T16:46:00.262Z] ---> 2f678137ca40 [2021-03-09T16:46:00.262Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T16:46:00.262Z] ---> 2027844c4be3 [2021-03-09T16:46:00.262Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T16:46:00.856Z] ---> da25087ff1e1 [2021-03-09T16:46:00.856Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T16:46:00.856Z] ---> Running in 886967f1f3ae [2021-03-09T16:46:02.814Z] Removing intermediate container 886967f1f3ae [2021-03-09T16:46:02.814Z] ---> f5c8f80a17f6 [2021-03-09T16:46:02.814Z] [2021-03-09T16:46:02.814Z] ---> 043ac5c298b7 [2021-03-09T16:46:02.814Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T16:46:02.814Z] ---> eb36f3840a3e [2021-03-09T16:46:02.814Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T16:46:03.419Z] Successfully built f5c8f80a17f6 [2021-03-09T16:46:03.688Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T16:46:03.688Z] Building docker-core-metadata-go [2021-03-09T16:46:05.626Z]  Building docker-security-secretstore-setup-go ... done  ---> b39339da11cc [2021-03-09T16:46:05.626Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T16:46:05.626Z] ---> 95d6daccb66d [2021-03-09T16:46:05.626Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T16:46:06.222Z] ---> Running in fb22ae99009a [2021-03-09T16:46:07.215Z] ---> 8023085ffc79 [2021-03-09T16:46:07.215Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T16:46:07.808Z] Removing intermediate container fb22ae99009a [2021-03-09T16:46:07.808Z] ---> 069282efbeed [2021-03-09T16:46:07.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:46:08.090Z] ---> Running in 0c8e2ce59e8c [2021-03-09T16:46:08.709Z] ---> Running in 2b78c35f905c [2021-03-09T16:46:09.300Z] Removing intermediate container 0c8e2ce59e8c [2021-03-09T16:46:09.300Z] ---> 0a8fbbf217ff [2021-03-09T16:46:09.300Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T16:46:09.300Z] Removing intermediate container 2b78c35f905c [2021-03-09T16:46:09.300Z] ---> d9ee29bfda78 [2021-03-09T16:46:09.300Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:46:09.566Z] ---> Running in c7e054b507dc [2021-03-09T16:46:10.149Z] ---> c76db4106956 [2021-03-09T16:46:10.149Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T16:46:10.149Z] Removing intermediate container c7e054b507dc [2021-03-09T16:46:10.149Z] ---> 1a4d1a62fa2f [2021-03-09T16:46:10.149Z] Step 22/23 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:46:10.431Z] ---> Running in 82e4ceb029b2 [2021-03-09T16:46:10.431Z] ---> Running in dc4b10daed45 [2021-03-09T16:46:11.429Z] Removing intermediate container dc4b10daed45 [2021-03-09T16:46:11.429Z] ---> 451a3abafae9 [2021-03-09T16:46:11.429Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:46:11.717Z] ---> Running in 82580d1c674a [2021-03-09T16:46:13.128Z] Removing intermediate container 82580d1c674a [2021-03-09T16:46:13.128Z] ---> a2d50d86b691 [2021-03-09T16:46:13.128Z] [2021-03-09T16:46:13.467Z] Successfully built a2d50d86b691 [2021-03-09T16:46:13.467Z] Successfully tagged docker-core-data-go:latest [2021-03-09T16:46:13.467Z] Building docker-core-command-go [2021-03-09T16:46:15.823Z]  Building docker-core-data-go ... done Removing intermediate container 82e4ceb029b2 [2021-03-09T16:46:15.823Z] ---> 9b59a3922d8e [2021-03-09T16:46:15.823Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T16:46:16.430Z] ---> Running in db0c03faba82 [2021-03-09T16:46:17.893Z] Removing intermediate container db0c03faba82 [2021-03-09T16:46:17.893Z] ---> f88e6e54ac87 [2021-03-09T16:46:17.893Z] Step 28/31 : CMD ["gate"] [2021-03-09T16:46:18.484Z] ---> Running in aedd8897fc13 [2021-03-09T16:46:20.564Z] Removing intermediate container aedd8897fc13 [2021-03-09T16:46:20.564Z] ---> d9193873d5f8 [2021-03-09T16:46:20.564Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T16:46:21.193Z] ---> Running in 3afca903a8e2 [2021-03-09T16:46:22.175Z] Removing intermediate container 3afca903a8e2 [2021-03-09T16:46:22.176Z] ---> 7f758c95a412 [2021-03-09T16:46:22.176Z] Step 30/31 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:46:22.764Z] ---> Running in 5b30f7fc8fb0 [2021-03-09T16:46:23.380Z] Removing intermediate container 5b30f7fc8fb0 [2021-03-09T16:46:23.380Z] ---> dd95e277630d [2021-03-09T16:46:23.380Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T16:46:23.984Z] ---> Running in c0ab43c77538 [2021-03-09T16:46:25.426Z] Removing intermediate container c0ab43c77538 [2021-03-09T16:46:25.426Z] ---> 238a1a646b3b [2021-03-09T16:46:25.426Z] [2021-03-09T16:46:26.450Z] Successfully built 238a1a646b3b [2021-03-09T16:46:26.719Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T16:46:31.129Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:46:31.129Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:46:31.129Z] ---> 13a3d7775fe5 [2021-03-09T16:46:31.129Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> 40f404d0a94f [2021-03-09T16:46:31.129Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> 5fa238aa6119 [2021-03-09T16:46:31.129Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> 1c9cd9f04d4c [2021-03-09T16:46:31.129Z] Step 6/21 : COPY go.mod . [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> 77083e7fcbb3 [2021-03-09T16:46:31.129Z] Step 7/21 : RUN go mod download [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> 153e74c9a064 [2021-03-09T16:46:31.129Z] Step 8/21 : COPY . . [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> abc8643363c0 [2021-03-09T16:46:31.129Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:46:31.129Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:46:31.129Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:46:31.129Z] ---> 13a3d7775fe5 [2021-03-09T16:46:31.129Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> 40f404d0a94f [2021-03-09T16:46:31.129Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:46:31.129Z] ---> Using cache [2021-03-09T16:46:31.129Z] ---> 5fa238aa6119 [2021-03-09T16:46:31.129Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:46:32.578Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:46:32.578Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:46:32.578Z] ---> 13a3d7775fe5 [2021-03-09T16:46:32.578Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:46:32.578Z] ---> Using cache [2021-03-09T16:46:32.578Z] ---> 40f404d0a94f [2021-03-09T16:46:32.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:46:32.578Z] ---> Using cache [2021-03-09T16:46:32.578Z] ---> 5fa238aa6119 [2021-03-09T16:46:32.578Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:46:32.578Z] ---> Using cache [2021-03-09T16:46:32.578Z] ---> 1c9cd9f04d4c [2021-03-09T16:46:32.578Z] Step 6/23 : COPY go.mod . [2021-03-09T16:46:32.578Z] ---> Using cache [2021-03-09T16:46:32.578Z] ---> 77083e7fcbb3 [2021-03-09T16:46:32.578Z] Step 7/23 : RUN go mod download [2021-03-09T16:46:32.578Z] ---> Using cache [2021-03-09T16:46:32.578Z] ---> 153e74c9a064 [2021-03-09T16:46:32.578Z] Step 8/23 : COPY . . [2021-03-09T16:46:32.578Z] ---> Using cache [2021-03-09T16:46:32.578Z] ---> abc8643363c0 [2021-03-09T16:46:32.578Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T16:46:32.850Z] ---> Running in 17d53a61ae89 [2021-03-09T16:46:32.850Z] ---> Running in 093c1f8a2ca9 [2021-03-09T16:46:33.155Z] ---> Running in 9e917322bbe3 [2021-03-09T16:46:35.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T16:46:35.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:46:35.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:46:36.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:46:38.301Z] OK: 233 MiB in 51 packages [2021-03-09T16:46:40.997Z] Removing intermediate container 17d53a61ae89 [2021-03-09T16:46:40.997Z] ---> 914a22784e87 [2021-03-09T16:46:40.997Z] Step 6/26 : COPY go.mod . [2021-03-09T16:46:42.087Z] ---> f29c828038e5 [2021-03-09T16:46:42.087Z] Step 7/26 : RUN go mod download [2021-03-09T16:46:42.087Z] ---> Running in 6ee972e27288 [2021-03-09T16:46:43.621Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:46:43.621Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:46:43.621Z] ---> 13a3d7775fe5 [2021-03-09T16:46:43.621Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:46:43.621Z] ---> Using cache [2021-03-09T16:46:43.621Z] ---> 40f404d0a94f [2021-03-09T16:46:43.621Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:46:43.621Z] ---> Using cache [2021-03-09T16:46:43.621Z] ---> 5fa238aa6119 [2021-03-09T16:46:43.621Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:46:43.621Z] ---> Using cache [2021-03-09T16:46:43.621Z] ---> 1c9cd9f04d4c [2021-03-09T16:46:43.621Z] Step 6/23 : COPY go.mod . [2021-03-09T16:46:43.621Z] ---> Using cache [2021-03-09T16:46:43.621Z] ---> 77083e7fcbb3 [2021-03-09T16:46:43.621Z] Step 7/23 : RUN go mod download [2021-03-09T16:46:43.621Z] ---> Using cache [2021-03-09T16:46:43.621Z] ---> 153e74c9a064 [2021-03-09T16:46:43.621Z] Step 8/23 : COPY . . [2021-03-09T16:46:43.621Z] ---> Using cache [2021-03-09T16:46:43.621Z] ---> abc8643363c0 [2021-03-09T16:46:43.621Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:46:44.642Z] ---> Running in 2e6c666a55c3 [2021-03-09T16:46:45.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:46:47.195Z] Removing intermediate container 6ee972e27288 [2021-03-09T16:46:47.195Z] ---> 3324cb07c9c0 [2021-03-09T16:46:47.195Z] Step 8/26 : COPY . . [2021-03-09T16:47:09.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:47:15.098Z] ---> 24db2eca5e7f [2021-03-09T16:47:15.098Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T16:47:15.424Z] ---> Running in aa83a36b7f94 [2021-03-09T16:47:16.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:47:19.071Z] Removing intermediate container 093c1f8a2ca9 [2021-03-09T16:47:19.071Z] ---> c5a5dbe9b68f [2021-03-09T16:47:19.071Z] [2021-03-09T16:47:19.071Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T16:47:19.071Z] ---> 88dd2752d2ea [2021-03-09T16:47:19.071Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T16:47:20.068Z] ---> Running in fcfcb6979eac [2021-03-09T16:47:21.530Z] Removing intermediate container 9e917322bbe3 [2021-03-09T16:47:21.530Z] ---> 3d741f01378a [2021-03-09T16:47:21.530Z] [2021-03-09T16:47:21.530Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:47:21.530Z] ---> 88dd2752d2ea [2021-03-09T16:47:21.530Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:47:21.530Z] ---> Using cache [2021-03-09T16:47:21.530Z] ---> 0600abc95f0d [2021-03-09T16:47:21.530Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:47:21.530Z] ---> Using cache [2021-03-09T16:47:21.530Z] ---> c732d6702ce8 [2021-03-09T16:47:21.530Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T16:47:22.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:22.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:23.733Z] ---> Running in 18656a266b4a [2021-03-09T16:47:23.733Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T16:47:23.733Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:47:23.733Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T16:47:23.733Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T16:47:23.733Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:23.733Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:47:24.346Z] OK: 7 MiB in 18 packages [2021-03-09T16:47:24.629Z] Removing intermediate container 18656a266b4a [2021-03-09T16:47:24.629Z] ---> 1747327239e0 [2021-03-09T16:47:24.629Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:47:24.904Z] Removing intermediate container 2e6c666a55c3 [2021-03-09T16:47:24.904Z] ---> 3951f7568f72 [2021-03-09T16:47:24.904Z] [2021-03-09T16:47:24.904Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:47:24.904Z] ---> 88dd2752d2ea [2021-03-09T16:47:24.904Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:47:24.904Z] ---> Using cache [2021-03-09T16:47:24.904Z] ---> 0600abc95f0d [2021-03-09T16:47:24.904Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:47:24.904Z] ---> Using cache [2021-03-09T16:47:24.904Z] ---> c732d6702ce8 [2021-03-09T16:47:24.904Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:47:25.182Z] ---> Running in 409b5687c04d [2021-03-09T16:47:25.182Z] ---> Running in e695c3556976 [2021-03-09T16:47:25.473Z] Removing intermediate container 409b5687c04d [2021-03-09T16:47:25.473Z] ---> b4788a0e96d2 [2021-03-09T16:47:25.473Z] Step 15/23 : WORKDIR / [2021-03-09T16:47:26.060Z] ---> Running in 4b86a5ec40da [2021-03-09T16:47:26.060Z] Removing intermediate container e695c3556976 [2021-03-09T16:47:26.060Z] ---> c256bdb917d6 [2021-03-09T16:47:26.060Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:47:26.338Z] Removing intermediate container fcfcb6979eac [2021-03-09T16:47:26.338Z] ---> 58e344a5e4de [2021-03-09T16:47:26.338Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:47:26.338Z] ---> Running in 0a0ec54182d3 [2021-03-09T16:47:26.623Z] ---> Running in b4655816a915 [2021-03-09T16:47:27.218Z] Removing intermediate container 4b86a5ec40da [2021-03-09T16:47:27.218Z] ---> d203522c1288 [2021-03-09T16:47:27.218Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:47:27.492Z] Removing intermediate container b4655816a915 [2021-03-09T16:47:27.492Z] ---> 82ba718c0f09 [2021-03-09T16:47:27.492Z] Step 13/21 : WORKDIR /edgex [2021-03-09T16:47:27.492Z] Removing intermediate container 0a0ec54182d3 [2021-03-09T16:47:27.492Z] ---> 270db8455e87 [2021-03-09T16:47:27.492Z] Step 15/23 : WORKDIR / [2021-03-09T16:47:27.763Z] ---> Running in ede216902f67 [2021-03-09T16:47:27.763Z] ---> 0c741cb99484 [2021-03-09T16:47:27.763Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T16:47:27.763Z] ---> Running in 0bc07716ec1e [2021-03-09T16:47:28.038Z] Removing intermediate container 0bc07716ec1e [2021-03-09T16:47:28.038Z] ---> 623c22dbe45c [2021-03-09T16:47:28.038Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:47:28.038Z] Removing intermediate container ede216902f67 [2021-03-09T16:47:28.038Z] ---> f5ae02635e72 [2021-03-09T16:47:28.038Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T16:47:28.626Z] ---> 9fd530276925 [2021-03-09T16:47:28.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:47:28.626Z] ---> 97c5412c8d78 [2021-03-09T16:47:28.626Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T16:47:28.910Z] ---> 406a12d059d0 [2021-03-09T16:47:28.910Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T16:47:29.492Z] ---> 93b8b1738605 [2021-03-09T16:47:29.492Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T16:47:29.492Z] ---> Running in 9807ca4f5e6d [2021-03-09T16:47:29.492Z] ---> 65647e769fd0 [2021-03-09T16:47:29.492Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:47:29.492Z] ---> 46ef882edbd5 [2021-03-09T16:47:29.492Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T16:47:29.756Z] Removing intermediate container 9807ca4f5e6d [2021-03-09T16:47:29.756Z] ---> 20d551557dc0 [2021-03-09T16:47:29.756Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:47:30.020Z] ---> c89519b9ad89 [2021-03-09T16:47:30.020Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:47:30.983Z] ---> Running in b2686325e99b [2021-03-09T16:47:31.935Z] ---> Running in d627791f29d9 [2021-03-09T16:47:32.218Z] ---> 09cd459f1d4f [2021-03-09T16:47:32.218Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T16:47:32.218Z] Removing intermediate container b2686325e99b [2021-03-09T16:47:32.218Z] ---> d8bf6c43d6f4 [2021-03-09T16:47:32.218Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:47:32.218Z] Removing intermediate container aa83a36b7f94 [2021-03-09T16:47:32.218Z] ---> f30fee859daa [2021-03-09T16:47:32.218Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T16:47:32.218Z] ---> Running in 9a345d9ca351 [2021-03-09T16:47:32.218Z] ---> Running in 95fd92d96a42 [2021-03-09T16:47:32.218Z] ---> Running in e41e3a52fa5c [2021-03-09T16:47:32.218Z] Removing intermediate container d627791f29d9 [2021-03-09T16:47:32.218Z] ---> 9f5e6a89f0ce [2021-03-09T16:47:32.219Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:47:32.488Z] ---> Running in 566e4c909bfb [2021-03-09T16:47:32.765Z] Removing intermediate container 9a345d9ca351 [2021-03-09T16:47:32.765Z] ---> 65e8f43f5bc5 [2021-03-09T16:47:32.765Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T16:47:32.765Z] Removing intermediate container e41e3a52fa5c [2021-03-09T16:47:32.765Z] ---> 1e3a0648b5d7 [2021-03-09T16:47:32.765Z] Step 22/23 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:47:33.032Z] ---> Running in 0e7f7ee3a897 [2021-03-09T16:47:33.033Z] ---> Running in ea9a0ce5504c [2021-03-09T16:47:33.033Z] Removing intermediate container 566e4c909bfb [2021-03-09T16:47:33.033Z] ---> 9814acb90796 [2021-03-09T16:47:33.033Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:47:33.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:47:33.033Z] ---> Running in 8edce40bf3ba [2021-03-09T16:47:33.300Z] Removing intermediate container 0e7f7ee3a897 [2021-03-09T16:47:33.300Z] ---> a8fb0de76a82 [2021-03-09T16:47:33.300Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T16:47:33.300Z] Removing intermediate container ea9a0ce5504c [2021-03-09T16:47:33.300Z] ---> 764d30e61899 [2021-03-09T16:47:33.300Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:47:33.300Z] ---> Running in d98180a65a1a [2021-03-09T16:47:33.577Z] ---> Running in f2a7e143ad9e [2021-03-09T16:47:33.577Z] Removing intermediate container 8edce40bf3ba [2021-03-09T16:47:33.577Z] ---> 77cf623157fd [2021-03-09T16:47:33.577Z] Step 22/23 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:47:33.577Z] ---> Running in 00b897bf8b6c [2021-03-09T16:47:33.577Z] Removing intermediate container d98180a65a1a [2021-03-09T16:47:33.577Z] ---> b322a7691378 [2021-03-09T16:47:33.577Z] Step 20/21 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:47:33.851Z] Removing intermediate container f2a7e143ad9e [2021-03-09T16:47:33.851Z] ---> 58e15a241d76 [2021-03-09T16:47:33.851Z] [2021-03-09T16:47:33.851Z] ---> Running in 9c127e7ed332 [2021-03-09T16:47:33.851Z] Removing intermediate container 00b897bf8b6c [2021-03-09T16:47:33.851Z] ---> 2809f2c38d12 [2021-03-09T16:47:33.851Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:47:34.115Z] Successfully built 58e15a241d76 [2021-03-09T16:47:34.115Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T16:47:34.115Z] ---> Running in 2686522d3faf [2021-03-09T16:47:34.115Z]  Building docker-core-metadata-go ... done Removing intermediate container 9c127e7ed332 [2021-03-09T16:47:34.115Z] ---> 98315bd5c2bb [2021-03-09T16:47:34.115Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T16:47:34.377Z] ---> Running in cdc85f7cfb4e [2021-03-09T16:47:34.377Z] Removing intermediate container 2686522d3faf [2021-03-09T16:47:34.377Z] ---> 07a089055ec3 [2021-03-09T16:47:34.377Z] [2021-03-09T16:47:34.962Z] Successfully built 07a089055ec3 [2021-03-09T16:47:34.962Z] Successfully tagged docker-core-command-go:latest [2021-03-09T16:47:34.962Z]  Building docker-core-command-go ... done Removing intermediate container cdc85f7cfb4e [2021-03-09T16:47:34.962Z] ---> 774181721ee0 [2021-03-09T16:47:34.962Z] [2021-03-09T16:47:34.962Z] Removing intermediate container 95fd92d96a42 [2021-03-09T16:47:34.962Z] ---> 9ef5da91742e [2021-03-09T16:47:34.962Z] [2021-03-09T16:47:34.962Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T16:47:34.962Z] 20.10.0: Pulling from library/docker [2021-03-09T16:47:35.230Z] Successfully built 774181721ee0 [2021-03-09T16:47:35.230Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T16:47:41.874Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T16:47:41.874Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T16:47:41.874Z] ---> aefe523efa57 [2021-03-09T16:47:41.874Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T16:47:41.874Z] ---> Running in ee63e18808af [2021-03-09T16:47:41.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:41.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:41.874Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T16:47:41.874Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T16:47:41.874Z] Executing bash-5.0.17-r0.post-install [2021-03-09T16:47:41.874Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:41.874Z] OK: 12 MiB in 22 packages [2021-03-09T16:47:42.831Z] Removing intermediate container ee63e18808af [2021-03-09T16:47:42.831Z] ---> 5cfc5220480c [2021-03-09T16:47:42.831Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T16:47:42.831Z] ---> Running in 5390c62f5331 [2021-03-09T16:47:42.831Z] Removing intermediate container 5390c62f5331 [2021-03-09T16:47:42.831Z] ---> dc338ae2d220 [2021-03-09T16:47:42.831Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T16:47:43.094Z] ---> Running in 79422fd9667f [2021-03-09T16:47:43.094Z] Removing intermediate container 79422fd9667f [2021-03-09T16:47:43.094Z] ---> fb41389873a4 [2021-03-09T16:47:43.094Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T16:47:43.367Z] ---> Running in 88efde98018f [2021-03-09T16:47:43.634Z] Removing intermediate container 88efde98018f [2021-03-09T16:47:43.634Z] ---> 52e994fd498f [2021-03-09T16:47:43.634Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T16:47:44.224Z] ---> 9f2b3b0139fe [2021-03-09T16:47:44.224Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T16:47:44.490Z] ---> 744e9e3fb9f0 [2021-03-09T16:47:44.490Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T16:47:44.754Z] ---> 48ad3844e7cd [2021-03-09T16:47:44.754Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T16:47:44.754Z] ---> Running in e1436473dddb [2021-03-09T16:47:45.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:45.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:45.592Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T16:47:45.592Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T16:47:45.592Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T16:47:45.592Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T16:47:45.592Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T16:47:45.592Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T16:47:45.592Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T16:47:46.984Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T16:47:46.984Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T16:47:46.984Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T16:47:46.984Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T16:47:46.984Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T16:47:46.984Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T16:47:46.984Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T16:47:46.984Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T16:47:46.984Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T16:47:46.984Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T16:47:46.984Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T16:47:46.984Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T16:47:46.984Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T16:47:46.984Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T16:47:46.984Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T16:47:46.984Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T16:47:46.984Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T16:47:46.984Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T16:47:46.984Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T16:47:47.248Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T16:47:47.248Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T16:47:47.248Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T16:47:47.248Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T16:47:47.248Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T16:47:47.248Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T16:47:47.248Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T16:47:47.248Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:47.248Z] OK: 71 MiB in 55 packages [2021-03-09T16:47:57.358Z] Removing intermediate container e1436473dddb [2021-03-09T16:47:57.358Z] ---> d22bdfdfc71c [2021-03-09T16:47:57.358Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T16:47:57.358Z] ---> Running in 480fa1723f24 [2021-03-09T16:47:57.358Z] Collecting docker-compose==1.23.2 [2021-03-09T16:47:57.358Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T16:47:57.692Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T16:47:57.692Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T16:47:58.304Z] Collecting PyYAML<4,>=3.10 [2021-03-09T16:47:58.304Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T16:47:59.284Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T16:47:59.284Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T16:47:59.862Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T16:47:59.862Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T16:47:59.862Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T16:47:59.862Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T16:47:59.862Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T16:48:00.126Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T16:48:00.126Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T16:48:00.710Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T16:48:00.710Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T16:48:00.710Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T16:48:00.710Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T16:48:01.283Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T16:48:01.283Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T16:48:01.283Z] Collecting idna<2.8,>=2.5 [2021-03-09T16:48:01.283Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T16:48:01.547Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T16:48:01.547Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T16:48:01.547Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T16:48:01.547Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T16:48:01.810Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T16:48:01.810Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T16:48:01.810Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T16:48:01.810Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T16:48:01.810Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T16:48:01.810Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T16:48:02.074Z] Installing collected packages: idna, urllib3, requests, PyYAML, texttable, docker-pycreds, websocket-client, docker, cached-property, dockerpty, jsonschema, docopt, docker-compose [2021-03-09T16:48:02.074Z] Attempting uninstall: idna [2021-03-09T16:48:02.074Z] Found existing installation: idna 2.9 [2021-03-09T16:48:02.074Z] Uninstalling idna-2.9: [2021-03-09T16:48:02.074Z] Successfully uninstalled idna-2.9 [2021-03-09T16:48:02.074Z] Attempting uninstall: urllib3 [2021-03-09T16:48:02.074Z] Found existing installation: urllib3 1.25.9 [2021-03-09T16:48:02.336Z] Uninstalling urllib3-1.25.9: [2021-03-09T16:48:02.336Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T16:48:02.598Z] Attempting uninstall: requests [2021-03-09T16:48:02.598Z] Found existing installation: requests 2.23.0 [2021-03-09T16:48:02.598Z] Uninstalling requests-2.23.0: [2021-03-09T16:48:02.598Z] Successfully uninstalled requests-2.23.0 [2021-03-09T16:48:02.598Z] Running setup.py install for PyYAML: started [2021-03-09T16:48:03.173Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T16:48:03.173Z] Running setup.py install for texttable: started [2021-03-09T16:48:03.752Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T16:48:04.329Z] Running setup.py install for dockerpty: started [2021-03-09T16:48:04.592Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T16:48:04.855Z] Running setup.py install for docopt: started [2021-03-09T16:48:05.432Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T16:48:05.696Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T16:48:09.022Z] Removing intermediate container 480fa1723f24 [2021-03-09T16:48:09.022Z] ---> 2dcbeed84f5a [2021-03-09T16:48:09.022Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T16:48:09.598Z] ---> Running in 1893429d8481 [2021-03-09T16:48:10.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:10.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:10.438Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:48:10.438Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T16:48:10.438Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T16:48:10.438Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:48:10.438Z] OK: 72 MiB in 58 packages [2021-03-09T16:48:11.021Z] Removing intermediate container 1893429d8481 [2021-03-09T16:48:11.021Z] ---> a563cae364c7 [2021-03-09T16:48:11.021Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T16:48:11.021Z] ---> Running in 36b7712a315b [2021-03-09T16:48:11.284Z] Removing intermediate container 36b7712a315b [2021-03-09T16:48:11.284Z] ---> 7ee6017744d9 [2021-03-09T16:48:11.284Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:48:11.284Z] ---> Running in 7ddbc02fb192 [2021-03-09T16:48:11.549Z] Removing intermediate container 7ddbc02fb192 [2021-03-09T16:48:11.549Z] ---> d0981e4a7853 [2021-03-09T16:48:11.550Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T16:48:11.550Z] ---> Running in b4e86950a42f [2021-03-09T16:48:11.814Z] Removing intermediate container b4e86950a42f [2021-03-09T16:48:11.814Z] ---> 0faee2896c1c [2021-03-09T16:48:11.814Z] Step 25/26 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [2021-03-09T16:48:11.814Z] ---> Running in c730c377fc70 [2021-03-09T16:48:12.075Z] Removing intermediate container c730c377fc70 [2021-03-09T16:48:12.075Z] ---> ac2ac29d3283 [2021-03-09T16:48:12.075Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T16:48:12.075Z] ---> Running in afc40299b8d6 [2021-03-09T16:48:12.337Z] Removing intermediate container afc40299b8d6 [2021-03-09T16:48:12.337Z] ---> ed329ca720b6 [2021-03-09T16:48:12.337Z] [2021-03-09T16:48:12.337Z] Successfully built ed329ca720b6 [2021-03-09T16:48:12.337Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T16:48:12.923Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T16:48:12.950Z] $ docker stop --time=1 a5d1ca849b9423e6bbfc204dfd277fc6957d78f68c0cf2f33b8fd785622f364b [2021-03-09T16:48:14.641Z] $ docker rm -f a5d1ca849b9423e6bbfc204dfd277fc6957d78f68c0cf2f33b8fd785622f364b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:48:15.188Z] + docker images [2021-03-09T16:48:15.188Z] + grep docker [2021-03-09T16:48:15.450Z] docker-sys-mgmt-agent-go latest ed329ca720b6 3 seconds ago 313MB [2021-03-09T16:48:15.450Z] docker-core-command-go latest 07a089055ec3 41 seconds ago 17.2MB [2021-03-09T16:48:15.450Z] docker-security-proxy-setup-go latest 774181721ee0 41 seconds ago 24.7MB [2021-03-09T16:48:15.450Z] docker-core-metadata-go latest 58e15a241d76 42 seconds ago 19MB [2021-03-09T16:48:15.450Z] docker-security-bootstrapper-go latest 238a1a646b3b About a minute ago 18.7MB [2021-03-09T16:48:15.450Z] docker-core-data-go latest a2d50d86b691 2 minutes ago 22.6MB [2021-03-09T16:48:15.450Z] docker-security-secretstore-setup-go latest f5c8f80a17f6 2 minutes ago 24.9MB [2021-03-09T16:48:15.450Z] docker-support-notifications-go latest c3e93dbde27a 2 minutes ago 17.8MB [2021-03-09T16:48:15.450Z] docker-support-scheduler-go latest 5d6dbb5c747e 2 minutes ago 17.2MB [2021-03-09T16:48:15.450Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-09T16:48:31.044Z] Still waiting to schedule task [2021-03-09T16:48:31.044Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-09T16:49:28.755Z] Running on prd-ubuntu18.04-docker-8c-8g-29163 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-09T16:49:28.850Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-03-09T16:49:31.421Z] using credential edgex-jenkins-ssh [2021-03-09T16:49:31.474Z] Cloning the remote Git repository [2021-03-09T16:49:31.511Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:49:31.592Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-03-09T16:49:31.626Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:49:31.626Z] > git --version # timeout=10 [2021-03-09T16:49:31.637Z] > git --version # 'git version 2.17.1' [2021-03-09T16:49:31.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:49:31.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:49:38.590Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:49:38.614Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:49:38.630Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:49:38.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:49:38.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:49:38.662Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:49:39.195Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit e1f8108961685962612542af4b49151a44b672f9 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T16:49:39.853Z] Failed in branch amd64 [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) [2021-03-09T16:49:39.209Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:49:39.214Z] > git checkout -f e1f8108961685962612542af4b49151a44b672f9 # timeout=10 Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:49:42.076Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:49:42.963Z] ---> package-listing.sh [2021-03-09T16:49:42.963Z] ++ facter osfamily [2021-03-09T16:49:42.963Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T16:49:42.963Z] + OS_FAMILY=redhat [2021-03-09T16:49:42.963Z] + workspace=/w/workspace/edgex-go/10 [2021-03-09T16:49:42.963Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T16:49:42.963Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T16:49:42.963Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T16:49:42.963Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T16:49:42.963Z] + '[' /w/workspace/edgex-go/10 ']' [2021-03-09T16:49:42.963Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T16:49:42.963Z] + case "${OS_FAMILY}" in [2021-03-09T16:49:42.963Z] + rpm -qa [2021-03-09T16:49:42.963Z] + sort [2021-03-09T16:49:48.276Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T16:49:48.276Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T16:49:48.276Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T16:49:48.276Z] + '[' /w/workspace/edgex-go/10 ']' [2021-03-09T16:49:48.276Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-03-09T16:49:48.276Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-03-09T16:49:48.291Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T16:49:48.587Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:49:48.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T16:49:48.897Z] [2021-03-09T16:49:48.897Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:49:49.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T16:49:49.265Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T16:49:49.265Z] df20fa9351a1: Pulling fs layer [2021-03-09T16:49:49.265Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T16:49:49.265Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T16:49:49.265Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T16:49:49.265Z] 93b61091891f: Pulling fs layer [2021-03-09T16:49:49.265Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T16:49:49.265Z] 5e14af77c1be: Pulling fs layer [2021-03-09T16:49:49.265Z] 01666e4c0597: Pulling fs layer [2021-03-09T16:49:49.265Z] aa168da1d23b: Pulling fs layer [2021-03-09T16:49:49.265Z] 46f8f816bc3b: Waiting [2021-03-09T16:49:49.265Z] 93b9cdb0e59b: Waiting [2021-03-09T16:49:49.265Z] 01666e4c0597: Waiting [2021-03-09T16:49:49.265Z] aa168da1d23b: Waiting [2021-03-09T16:49:49.265Z] 5e14af77c1be: Waiting [2021-03-09T16:49:49.265Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T16:49:49.265Z] 36b3adc4ff6f: Download complete [2021-03-09T16:49:49.265Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T16:49:49.265Z] 46f8f816bc3b: Download complete [2021-03-09T16:49:49.536Z] df20fa9351a1: Verifying Checksum [2021-03-09T16:49:49.536Z] df20fa9351a1: Download complete [2021-03-09T16:49:49.536Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T16:49:49.536Z] 93b9cdb0e59b: Download complete [2021-03-09T16:49:49.536Z] 5e14af77c1be: Verifying Checksum [2021-03-09T16:49:49.536Z] 5e14af77c1be: Download complete [2021-03-09T16:49:49.536Z] 93b61091891f: Verifying Checksum [2021-03-09T16:49:49.536Z] 93b61091891f: Download complete [2021-03-09T16:49:49.536Z] 01666e4c0597: Download complete [2021-03-09T16:49:49.799Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T16:49:49.799Z] 8ad3a11d3b57: Download complete [2021-03-09T16:49:49.799Z] df20fa9351a1: Pull complete [2021-03-09T16:49:50.062Z] 36b3adc4ff6f: Pull complete [2021-03-09T16:49:51.027Z] 8ad3a11d3b57: Pull complete [2021-03-09T16:49:51.028Z] 46f8f816bc3b: Pull complete [2021-03-09T16:49:51.995Z] aa168da1d23b: Verifying Checksum [2021-03-09T16:49:51.995Z] aa168da1d23b: Download complete [2021-03-09T16:49:52.265Z] 93b61091891f: Pull complete [2021-03-09T16:49:52.531Z] 93b9cdb0e59b: Pull complete [2021-03-09T16:49:52.531Z] 5e14af77c1be: Pull complete [2021-03-09T16:49:52.794Z] 01666e4c0597: Pull complete [2021-03-09T16:50:01.021Z] aa168da1d23b: Pull complete [2021-03-09T16:50:01.021Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T16:50:01.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T16:50:01.021Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T16:50:01.245Z] prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container [2021-03-09T16:50:01.297Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10003/edgex-lftools-log-publisher:alpine cat [2021-03-09T16:50:04.997Z] $ docker top 4baa85a552896ea757d98102c427d72d4bc58503a7e78d798275cc2ff2ca17ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:50:05.570Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T16:50:05.870Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T16:50:06.172Z] + ls /var/log/sa-host [2021-03-09T16:50:06.172Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T16:50:06.172Z] file_magic: OK [2021-03-09T16:50:06.172Z] HZ: Using current value: 100 [2021-03-09T16:50:06.172Z] file_header: OK [2021-03-09T16:50:06.172Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T16:50:06.172Z] Statistics: [2021-03-09T16:50:06.172Z] 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... [2021-03-09T16:50:06.172Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T16:50:06.172Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T16:50:06.172Z] file_magic: OK [2021-03-09T16:50:06.172Z] HZ: Using current value: 100 [2021-03-09T16:50:06.172Z] file_header: OK [2021-03-09T16:50:06.172Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T16:50:06.172Z] Statistics: [2021-03-09T16:50:06.172Z] Hnuu...uuuununununu... [2021-03-09T16:50:06.172Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T16:50:06.844Z] provisioning config files... [2021-03-09T16:50:06.865Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config5093684468087881125tmp [Pipeline] { [Pipeline] echo [2021-03-09T16:50:06.944Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:50:07.252Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T16:50:07.265Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T16:50:07.352Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:50:07.655Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T16:50:07.668Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:50:07.968Z] ---> sudo-logs.sh [2021-03-09T16:50:07.968Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T16:50:08.026Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:50:08.334Z] ---> job-cost.sh [2021-03-09T16:50:08.334Z] lf-activate-venv: SKIPPING [2021-03-09T16:50:08.334Z] INFO: No Stack... [2021-03-09T16:50:09.725Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T16:50:09.988Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T16:50:10.002Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:50:10.474Z] ---> logs-deploy.sh [2021-03-09T16:50:10.474Z] lf-activate-venv: SKIPPING [2021-03-09T16:50:10.474Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/10 [2021-03-09T16:50:10.474Z] INFO: archiving workspace using pattern(s): [2021-03-09T16:50:11.874Z] Archives upload complete. [2021-03-09T16:50:11.874Z] INFO: archiving logs to Nexus