Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 841d489cfe614676ae574a25cc9174e0e37bb1d2+74c372326013f994c98436bf4455b6fe21c08430 (d2c7bd6801750ee03cd44d71db836503cd4fe08e) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24579 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 Merge succeeded, producing 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 Checking out Revision 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 # timeout=10 Commit message: "Merge commit '74c372326013f994c98436bf4455b6fe21c08430' into HEAD" > git rev-list --no-walk 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T17:27:59.981Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T17:28:00.364Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T17:28:00.469Z] ========================================================= [2021-02-02T17:28:00.469Z] EdgeX Global Pipelines Version Info [2021-02-02T17:28:00.469Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:28:02.021Z] ------------------- [2021-02-02T17:28:02.021Z] stable info: [2021-02-02T17:28:02.021Z] ------------------- [2021-02-02T17:28:02.021Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:28:02.021Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:28:02.021Z] Message: update stable to v1.0.179 [2021-02-02T17:28:02.971Z] ------------------- [2021-02-02T17:28:02.971Z] experimental info: [2021-02-02T17:28:02.971Z] ------------------- [2021-02-02T17:28:02.971Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:28:02.971Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:28:02.971Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T17:28:03.231Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T17:28:03.342Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T17:28:03.439Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T17:28:03.540Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T17:28:03.684Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T17:28:03.809Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T17:28:03.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T17:28:04.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T17:28:04.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T17:28:04.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T17:28:04.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T17:28:04.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T17:28:04.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T17:28:04.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T17:28:04.731Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:28:04.818Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:28:04.909Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T17:28:05.001Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T17:28:05.107Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T17:28:05.208Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T17:28:05.306Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T17:28:05.388Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T17:28:05.480Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T17:28:05.566Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-02T17:28:05.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-02T17:28:05.758Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-02T17:28:05.845Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [Pipeline] echo [2021-02-02T17:28:05.941Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68a7bb9 [Pipeline] echo [2021-02-02T17:28:06.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:28:06.281Z] provisioning config files... [2021-02-02T17:28:06.313Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4620025046681466879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:28:06.680Z] ---> docker-login.sh [2021-02-02T17:28:06.680Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:28:06.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:07.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:07.213Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:07.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:07.214Z] [2021-02-02T17:28:07.214Z] Login Succeeded [2021-02-02T17:28:07.214Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:28:07.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:07.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:07.214Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:07.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:07.214Z] [2021-02-02T17:28:07.214Z] Login Succeeded [2021-02-02T17:28:07.214Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:28:07.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:07.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:07.479Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:07.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:07.479Z] [2021-02-02T17:28:07.479Z] Login Succeeded [2021-02-02T17:28:07.479Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:28:07.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:07.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:07.742Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:07.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:07.742Z] [2021-02-02T17:28:07.742Z] Login Succeeded [2021-02-02T17:28:07.742Z] docker.io [2021-02-02T17:28:07.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:08.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:08.005Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:08.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:08.005Z] [2021-02-02T17:28:08.005Z] Login Succeeded [2021-02-02T17:28:08.005Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:28:08.018Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:28:08.519Z] ++ 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-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T17:28:08.519Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:08.519Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T17:28:08.519Z] ++ cut -d/ -f2 [2021-02-02T17:28:08.519Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T17:28:08.606Z] 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-02-02T17:28:09.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:28:09.437Z] [2021-02-02T17:28:09.437Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:28:09.788Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:28:09.788Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T17:28:09.788Z] 31603596830f: Pulling fs layer [2021-02-02T17:28:09.788Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T17:28:09.788Z] 6ca5941a6612: Pulling fs layer [2021-02-02T17:28:09.788Z] ecc8261a40a4: Pulling fs layer [2021-02-02T17:28:09.788Z] ecc8261a40a4: Waiting [2021-02-02T17:28:09.788Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T17:28:09.788Z] 2a8b12db71e7: Download complete [2021-02-02T17:28:10.052Z] 31603596830f: Download complete [2021-02-02T17:28:10.052Z] ecc8261a40a4: Verifying Checksum [2021-02-02T17:28:10.052Z] ecc8261a40a4: Download complete [2021-02-02T17:28:10.052Z] 6ca5941a6612: Verifying Checksum [2021-02-02T17:28:10.052Z] 6ca5941a6612: Download complete [2021-02-02T17:28:10.317Z] 31603596830f: Pull complete [2021-02-02T17:28:10.584Z] 2a8b12db71e7: Pull complete [2021-02-02T17:28:11.543Z] 6ca5941a6612: Pull complete [2021-02-02T17:28:11.808Z] ecc8261a40a4: Pull complete [2021-02-02T17:28:11.808Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T17:28:11.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:28:11.808Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T17:28:11.927Z] prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container [2021-02-02T17:28:11.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T17:28:14.572Z] $ docker top f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:28:14.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:28:14.950Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:28:15.179Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:28:15.181Z] $ docker exec f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent [2021-02-02T17:28:15.353Z] SSH_AUTH_SOCK=/tmp/ssh-cizcXhCbjVnD/agent.12 [2021-02-02T17:28:15.353Z] SSH_AGENT_PID=18 [2021-02-02T17:28:15.365Z] Running ssh-add (command line suppressed) [2021-02-02T17:28:15.494Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_974847736767392672.key (/w/workspace/edgex-go/2@tmp/private_key_974847736767392672.key) [2021-02-02T17:28:15.553Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:28:15.943Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T17:28:15.965Z] $ docker exec --env ******** --env ******** f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent -k [2021-02-02T17:28:16.091Z] unset SSH_AUTH_SOCK; [2021-02-02T17:28:16.092Z] unset SSH_AGENT_PID; [2021-02-02T17:28:16.092Z] echo Agent pid 18 killed; [2021-02-02T17:28:16.141Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T17:28:16.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:28:16.295Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:28:16.466Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:28:16.468Z] $ docker exec f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent [2021-02-02T17:28:16.642Z] SSH_AUTH_SOCK=/tmp/ssh-neyD6OVsgjB2/agent.46 [2021-02-02T17:28:16.642Z] SSH_AGENT_PID=51 [2021-02-02T17:28:16.651Z] Running ssh-add (command line suppressed) [2021-02-02T17:28:16.781Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1081783556971290933.key (/w/workspace/edgex-go/2@tmp/private_key_1081783556971290933.key) [2021-02-02T17:28:16.840Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:28:17.237Z] + git semver init [2021-02-02T17:28:17.237Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:28:17.237Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-02T17:28:17.237Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-02T17:28:17.237Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:28:17.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:28:17.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:28:17.237Z] # $SEMVER_BRANCH = PR-3109 [2021-02-02T17:28:17.237Z] # $SEMVER_TEMP = /tmp/semver-869769478 [2021-02-02T17:28:17.237Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T17:28:43.902Z] # '/tmp/semver-869769478' -> '/w/workspace/edgex-go/2/.semver' [2021-02-02T17:28:43.902Z] # -> Force: false [2021-02-02T17:28:43.902Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-02T17:28:43.916Z] $ docker exec --env ******** --env ******** f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b ssh-agent -k [2021-02-02T17:28:44.188Z] unset SSH_AUTH_SOCK; [2021-02-02T17:28:44.189Z] unset SSH_AGENT_PID; [2021-02-02T17:28:44.189Z] echo Agent pid 51 killed; [2021-02-02T17:28:44.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:28:44.837Z] + git semver [Pipeline] } [2021-02-02T17:28:44.857Z] $ docker stop --time=1 f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b [2021-02-02T17:28:46.804Z] $ docker rm -f f3246767562521b4ebb67074466f6c2335d81ebc9cb8929da0f402561672e77b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:28:47.340Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T17:28:48.010Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T17:28:48.014Z] [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-02-02T17:28:49.058Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:28:49.362Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:28:49.661Z] + sudo service docker restart [2021-02-02T17:28:49.661Z] + true [2021-02-02T17:28:49.661Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T17:28:50.271Z] ========================================================= [2021-02-02T17:28:50.271Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T17:28:50.271Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:28:50.627Z] + 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-02-02T17:28:54.908Z] Sending build context to Docker daemon 327.4MB [2021-02-02T17:28:54.908Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:28:54.908Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:28:54.908Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T17:28:54.908Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T17:28:54.908Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T17:28:54.909Z] de9db76c5a1d: Pulling fs layer [2021-02-02T17:28:54.909Z] bca2f99d35d6: Pulling fs layer [2021-02-02T17:28:54.909Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T17:28:54.909Z] 7c6f9722023f: Pulling fs layer [2021-02-02T17:28:54.909Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T17:28:54.909Z] 93359f2a8cfa: Waiting [2021-02-02T17:28:54.909Z] 7c6f9722023f: Waiting [2021-02-02T17:28:54.909Z] a35cf1a2eb13: Waiting [2021-02-02T17:28:54.909Z] bca2f99d35d6: Waiting [2021-02-02T17:28:54.909Z] de9db76c5a1d: Verifying Checksum [2021-02-02T17:28:54.909Z] de9db76c5a1d: Download complete [2021-02-02T17:28:54.909Z] 0ef7d3d256c8: Download complete [2021-02-02T17:28:54.909Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T17:28:54.909Z] 93359f2a8cfa: Download complete [2021-02-02T17:28:54.909Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T17:28:54.909Z] 188c0c94c7c5: Download complete [2021-02-02T17:28:54.909Z] 7c6f9722023f: Verifying Checksum [2021-02-02T17:28:54.909Z] 7c6f9722023f: Download complete [2021-02-02T17:28:54.909Z] 188c0c94c7c5: Pull complete [2021-02-02T17:28:55.173Z] 0ef7d3d256c8: Pull complete [2021-02-02T17:28:55.173Z] de9db76c5a1d: Pull complete [2021-02-02T17:28:56.617Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T17:28:56.617Z] a35cf1a2eb13: Download complete [2021-02-02T17:28:57.195Z] bca2f99d35d6: Verifying Checksum [2021-02-02T17:28:57.195Z] bca2f99d35d6: Download complete [2021-02-02T17:29:03.550Z] Still waiting to schedule task [2021-02-02T17:29:03.550Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24581’ is offline [2021-02-02T17:29:03.915Z] bca2f99d35d6: Pull complete [2021-02-02T17:29:03.915Z] 93359f2a8cfa: Pull complete [2021-02-02T17:29:03.915Z] 7c6f9722023f: Pull complete [2021-02-02T17:29:09.246Z] a35cf1a2eb13: Pull complete [2021-02-02T17:29:09.246Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T17:29:09.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T17:29:09.246Z] ---> a62c8e92a672 [2021-02-02T17:29:09.246Z] 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-02-02T17:29:09.246Z] ---> Running in 5c7037326e66 [2021-02-02T17:29:09.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:29:10.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:29:10.691Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:29:10.691Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:29:10.954Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:29:10.954Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:29:23.231Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:29:23.231Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:29:23.231Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:29:23.231Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:29:23.231Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:29:23.231Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:29:23.231Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:29:23.231Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:29:23.231Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:29:23.231Z] OK: 233 MiB in 51 packages [2021-02-02T17:29:26.571Z] Removing intermediate container 5c7037326e66 [2021-02-02T17:29:26.571Z] ---> bcd5a6cbd16f [2021-02-02T17:29:26.571Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:29:26.840Z] ---> Running in 1b195632f9b3 [2021-02-02T17:29:26.840Z] Removing intermediate container 1b195632f9b3 [2021-02-02T17:29:26.840Z] ---> 8bf62176291f [2021-02-02T17:29:26.840Z] Step 5/6 : COPY go.mod . [2021-02-02T17:29:27.103Z] ---> bc3ade31add1 [2021-02-02T17:29:27.103Z] Step 6/6 : RUN go mod download [2021-02-02T17:29:27.374Z] ---> Running in 5dc7ac98a897 [2021-02-02T17:29:49.435Z] Removing intermediate container 5dc7ac98a897 [2021-02-02T17:29:49.435Z] ---> 0b3f301afe2e [2021-02-02T17:29:49.702Z] Successfully built 0b3f301afe2e [2021-02-02T17:29:49.702Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:29:50.021Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:29:50.021Z] . [Pipeline] withDockerContainer [2021-02-02T17:29:50.130Z] prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container [2021-02-02T17:29:50.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T17:29:51.131Z] $ docker top be9fe7d928c7abaf07d1ea586c25326e9b292cb4968f9ec9ea423fd0910d7e10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:29:51.666Z] + go version [2021-02-02T17:29:51.666Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T17:29:51.681Z] $ docker stop --time=1 be9fe7d928c7abaf07d1ea586c25326e9b292cb4968f9ec9ea423fd0910d7e10 [2021-02-02T17:29:53.055Z] $ docker rm -f be9fe7d928c7abaf07d1ea586c25326e9b292cb4968f9ec9ea423fd0910d7e10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:29:54.051Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:29:54.051Z] . [Pipeline] withDockerContainer [2021-02-02T17:29:54.177Z] prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container [2021-02-02T17:29:54.233Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T17:29:55.028Z] $ docker top b3a736236ecc5d7181337e51ad9acd60a0fa38a9b5d31b909cd61852e4e62bb5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:29:55.257Z] ========================================================= [2021-02-02T17:29:55.257Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:29:55.257Z] ========================================================= [Pipeline] sh [2021-02-02T17:29:55.559Z] + make test [2021-02-02T17:29:55.559Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:30:05.682Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:30:24.084Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:30:28.672Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:30:28.672Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:30:28.672Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:30:28.672Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:30:31.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:30:31.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:30:31.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:30:31.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:30:31.258Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:30:31.846Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:30:33.807Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:30:33.807Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:30:33.807Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:30:36.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 46.0% of statements [2021-02-02T17:30:36.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:30:36.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:30:36.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:30:36.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:30:36.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:30:36.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:30:36.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:30:36.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements [2021-02-02T17:30:39.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:30:39.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:30:39.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:30:39.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 65.8% of statements [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:30:39.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.3% of statements [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:30:39.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:30:43.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 28.6% of statements [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:30:43.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:30:43.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:30:43.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:30:43.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:30:43.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:30:43.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:30:45.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements [2021-02-02T17:30:45.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:30:45.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:30:45.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:30:45.949Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:30:45.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:30:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:30:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:30:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:30:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements [2021-02-02T17:30:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-02-02T17:30:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-02-02T17:30:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-02-02T17:30:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements [2021-02-02T17:30:58.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2021-02-02T17:30:58.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 68.9% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 37.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.390s coverage: 84.0% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.082s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:31:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:31:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:31:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-02-02T17:31:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:31:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:31:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-02T17:31:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.040s coverage: 32.1% of statements [2021-02-02T17:31:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-02T17:31:10.602Z] GO111MODULE=on go vet ./... [2021-02-02T17:31:33.491Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24584 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-02T17:31:33.577Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-02T17:31:38.818Z] using credential edgex-jenkins-ssh [2021-02-02T17:31:38.923Z] Cloning the remote Git repository [2021-02-02T17:31:38.995Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:31:39.111Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-02T17:31:39.195Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:31:39.198Z] > git --version # timeout=10 [2021-02-02T17:31:39.226Z] > git --version # 'git version 2.17.1' [2021-02-02T17:31:39.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:31:39.289Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:31:43.013Z] gofmt -l . [2021-02-02T17:31:43.013Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:31:43.013Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:31:43.013Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:31:43.337Z] + ls -al . [2021-02-02T17:31:43.337Z] total 684 [2021-02-02T17:31:43.337Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 17:31 . [2021-02-02T17:31:43.337Z] drwxr-xr-x 4 root root 28 Feb 2 17:29 .. [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:27 .dockerignore [2021-02-02T17:31:43.337Z] drwxrwxr-x 8 1001 1001 179 Feb 2 17:27 .git [2021-02-02T17:31:43.337Z] drwxrwxr-x 3 1001 1001 125 Feb 2 17:27 .github [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:27 .gitignore [2021-02-02T17:31:43.337Z] drwx------ 3 1001 1001 60 Feb 2 17:28 .semver [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:27 .sonarcloud.properties [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:27 Attribution.txt [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:27 CONTRIBUTING.md [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:27 Dockerfile.build [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:27 Jenkinsfile [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:27 LICENSE [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:27 Makefile [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:27 README.md [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:27 SECURITY.md [2021-02-02T17:31:43.337Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 17:28 VERSION [2021-02-02T17:31:43.338Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:27 ZMQWindows.md [2021-02-02T17:31:43.338Z] drwxrwxr-x 2 1001 1001 117 Feb 2 17:27 bin [2021-02-02T17:31:43.338Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:27 cmd [2021-02-02T17:31:43.338Z] -rw-r--r-- 1 root root 578674 Feb 2 17:31 coverage.out [2021-02-02T17:31:43.338Z] -rw-r--r-- 1 root root 1054 Feb 2 17:31 go.mod [2021-02-02T17:31:43.338Z] -rw-r--r-- 1 root root 19517 Feb 2 17:31 go.sum [2021-02-02T17:31:43.338Z] drwxrwxr-x 8 1001 1001 127 Feb 2 17:27 internal [2021-02-02T17:31:43.338Z] drwxrwxr-x 4 1001 1001 26 Feb 2 17:27 openapi [2021-02-02T17:31:43.338Z] drwxrwxr-x 4 1001 1001 71 Feb 2 17:27 snap [2021-02-02T17:31:43.338Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:27 version.go [Pipeline] sh [2021-02-02T17:31:43.649Z] + '[' -e coverage.out ] [2021-02-02T17:31:43.649Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:31:43.896Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:31:44.206Z] + make build [2021-02-02T17:31:44.207Z] 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-02-02T17:31:48.477Z] 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-02-02T17:31:56.480Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 [2021-02-02T17:31:54.375Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:31:54.396Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:31:54.421Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:31:54.524Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:31:54.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:31:54.541Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:31:56.489Z] 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 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:31:56.907Z] Failed in branch arm64 [2021-02-02T17:31:57.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-02T17:31:56.525Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:31:56.537Z] > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [2021-02-02T17:31:59.844Z] 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-02-02T17:32:00.111Z] 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-02-02T17:32:02.078Z] 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-02-02T17:32:03.484Z] 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-02-02T17:32:04.882Z] 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-02-02T17:32:06.275Z] 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-02-02T17:32:07.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:32:08.663Z] 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-02-02T17:32:09.621Z] 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-02-02T17:32:12.218Z] $ docker stop --time=1 b3a736236ecc5d7181337e51ad9acd60a0fa38a9b5d31b909cd61852e4e62bb5 [2021-02-02T17:32:14.006Z] $ docker rm -f b3a736236ecc5d7181337e51ad9acd60a0fa38a9b5d31b909cd61852e4e62bb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:32:15.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:32:15.969Z] [2021-02-02T17:32:15.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:32:16.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:32:16.333Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T17:32:16.333Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T17:32:16.333Z] ca9280d653b3: Pulling fs layer [2021-02-02T17:32:16.333Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T17:32:16.607Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T17:32:16.607Z] cbdbe7a5bc2a: Download complete [2021-02-02T17:32:17.193Z] cbdbe7a5bc2a: Pull complete [2021-02-02T17:32:17.193Z] ca9280d653b3: Download complete [2021-02-02T17:32:18.611Z] 7e9c9ca2126c: Verifying Checksum [2021-02-02T17:32:18.611Z] 7e9c9ca2126c: Download complete [2021-02-02T17:32:18.611Z] ca9280d653b3: Pull complete [2021-02-02T17:32:26.867Z] 7e9c9ca2126c: Pull complete [2021-02-02T17:32:26.867Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T17:32:26.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:32:26.867Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T17:32:27.029Z] prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container [2021-02-02T17:32:27.086Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02-02T17:32:28.713Z] $ docker top e4527d61d56709f63d01ff595d215900f98f27834d5fbd79bbbdc1be3a4ea6bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:32:29.275Z] + docker-compose build --help [2021-02-02T17:32:29.275Z] + grep parallel [2021-02-02T17:32:30.668Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:32:30.684Z] $ docker stop --time=1 e4527d61d56709f63d01ff595d215900f98f27834d5fbd79bbbdc1be3a4ea6bd [2021-02-02T17:32:32.134Z] $ docker rm -f e4527d61d56709f63d01ff595d215900f98f27834d5fbd79bbbdc1be3a4ea6bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:32:32.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:32:32.933Z] . [Pipeline] withDockerContainer [2021-02-02T17:32:33.072Z] prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container [2021-02-02T17:32:33.122Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T17:32:34.007Z] $ docker top f83611cee03908771e402760638225a46daf2b68c35e8e7b16c54d0d0553f033 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:32:34.578Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:32:35.534Z] Building docker-core-command-go ... [2021-02-02T17:32:35.534Z] Building docker-core-data-go ... [2021-02-02T17:32:35.534Z] Building docker-core-metadata-go ... [2021-02-02T17:32:35.534Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:32:35.534Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:32:35.534Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:32:35.534Z] Building docker-support-notifications-go ... [2021-02-02T17:32:35.534Z] Building docker-support-scheduler-go ... [2021-02-02T17:32:35.534Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:32:35.534Z] Building docker-security-secretstore-setup-go [2021-02-02T17:32:35.534Z] Building docker-security-proxy-setup-go [2021-02-02T17:32:35.534Z] Building docker-core-metadata-go [2021-02-02T17:32:35.534Z] Building docker-support-notifications-go [2021-02-02T17:32:35.534Z] Building docker-support-scheduler-go [2021-02-02T17:33:14.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:14.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:33:14.680Z] ---> 0b3f301afe2e [2021-02-02T17:33:14.680Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:33:14.680Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:14.680Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:33:14.680Z] ---> 0b3f301afe2e [2021-02-02T17:33:14.680Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:33:14.680Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:14.680Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:33:14.680Z] ---> 0b3f301afe2e [2021-02-02T17:33:14.680Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:33:14.680Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:14.680Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:33:14.680Z] ---> 0b3f301afe2e [2021-02-02T17:33:14.680Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:33:14.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:14.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:33:14.680Z] ---> 0b3f301afe2e [2021-02-02T17:33:14.680Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:33:14.680Z] ---> Running in 228b9ec1baec [2021-02-02T17:33:14.680Z] ---> Running in 37d08a3ba83c [2021-02-02T17:33:14.680Z] ---> Running in f1cfd4126f01 [2021-02-02T17:33:14.680Z] ---> Running in 8417eec41c3b [2021-02-02T17:33:14.680Z] ---> Running in b9bbd6cedd77 [2021-02-02T17:33:14.680Z] Removing intermediate container 37d08a3ba83c [2021-02-02T17:33:14.680Z] ---> 8248e3df94d1 [2021-02-02T17:33:14.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:33:14.680Z] Removing intermediate container b9bbd6cedd77 [2021-02-02T17:33:14.680Z] ---> ebc9b490a396 [2021-02-02T17:33:14.680Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:33:14.680Z] Removing intermediate container 8417eec41c3b [2021-02-02T17:33:14.680Z] ---> 74969ec359c1 [2021-02-02T17:33:14.680Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:33:14.680Z] Removing intermediate container f1cfd4126f01 [2021-02-02T17:33:14.680Z] ---> 71070614b3cf [2021-02-02T17:33:14.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:33:14.680Z] Removing intermediate container 228b9ec1baec [2021-02-02T17:33:14.680Z] ---> 11f0fad7bae2 [2021-02-02T17:33:14.680Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:33:14.680Z] ---> Running in 4368bc99c8f8 [2021-02-02T17:33:14.680Z] ---> Running in 2e15fa178ec3 [2021-02-02T17:33:14.680Z] ---> Running in 910f80e833e7 [2021-02-02T17:33:14.680Z] ---> Running in 04558a1e59a4 [2021-02-02T17:33:14.680Z] ---> Running in 7552c0d3ffbf [2021-02-02T17:33:15.643Z] Removing intermediate container 4368bc99c8f8 [2021-02-02T17:33:15.643Z] ---> 083fabc85e0d [2021-02-02T17:33:15.643Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:33:15.643Z] Removing intermediate container 910f80e833e7 [2021-02-02T17:33:15.643Z] ---> e2eda3a2325b [2021-02-02T17:33:15.644Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:33:15.644Z] Removing intermediate container 7552c0d3ffbf [2021-02-02T17:33:15.644Z] ---> 21ed86e71328 [2021-02-02T17:33:15.644Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:33:15.644Z] Removing intermediate container 2e15fa178ec3 [2021-02-02T17:33:15.644Z] ---> 912120410cdf [2021-02-02T17:33:15.644Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:33:15.905Z] ---> Running in 60a039b850e0 [2021-02-02T17:33:15.905Z] ---> Running in 5a440d4adcac [2021-02-02T17:33:15.905Z] Removing intermediate container 04558a1e59a4 [2021-02-02T17:33:15.905Z] ---> 0916a1b1fcee [2021-02-02T17:33:15.905Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:33:15.905Z] ---> Running in 0fa50ed67594 [2021-02-02T17:33:15.905Z] ---> Running in e68e64d1ab7b [2021-02-02T17:33:15.905Z] ---> Running in ea4edb389ae1 [2021-02-02T17:33:16.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:16.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:33:17.993Z] OK: 233 MiB in 51 packages [2021-02-02T17:33:18.278Z] OK: 233 MiB in 51 packages [2021-02-02T17:33:18.548Z] OK: 233 MiB in 51 packages [2021-02-02T17:33:18.548Z] OK: 233 MiB in 51 packages [2021-02-02T17:33:18.818Z] OK: 233 MiB in 51 packages [2021-02-02T17:33:18.818Z] Removing intermediate container 60a039b850e0 [2021-02-02T17:33:18.818Z] ---> 2dd509b6b3d9 [2021-02-02T17:33:18.818Z] Step 6/23 : COPY go.mod . [2021-02-02T17:33:19.403Z] Removing intermediate container 5a440d4adcac [2021-02-02T17:33:19.403Z] ---> 0a0771956965 [2021-02-02T17:33:19.403Z] Step 6/22 : COPY go.mod . [2021-02-02T17:33:19.403Z] ---> c404f8868233 [2021-02-02T17:33:19.403Z] Step 7/23 : RUN go mod download [2021-02-02T17:33:19.403Z] Removing intermediate container e68e64d1ab7b [2021-02-02T17:33:19.403Z] ---> de2951a07ab6 [2021-02-02T17:33:19.403Z] Step 6/24 : COPY go.mod . [2021-02-02T17:33:19.670Z] ---> Running in fd6c85a281d0 [2021-02-02T17:33:19.670Z] Removing intermediate container ea4edb389ae1 [2021-02-02T17:33:19.670Z] ---> 6122e45187a7 [2021-02-02T17:33:19.670Z] Step 6/22 : COPY go.mod . [2021-02-02T17:33:19.942Z] ---> ba06a4829a7a [2021-02-02T17:33:19.942Z] Step 7/22 : RUN go mod download [2021-02-02T17:33:19.942Z] Removing intermediate container 0fa50ed67594 [2021-02-02T17:33:19.942Z] ---> dd25095d38db [2021-02-02T17:33:19.942Z] Step 6/21 : COPY go.mod . [2021-02-02T17:33:19.942Z] ---> 101dabe80ac8 [2021-02-02T17:33:19.942Z] Step 7/22 : RUN go mod download [2021-02-02T17:33:19.942Z] ---> b755c9f916d3 [2021-02-02T17:33:19.942Z] Step 7/24 : RUN go mod download [2021-02-02T17:33:20.212Z] ---> Running in 90afa1d8bdf3 [2021-02-02T17:33:20.212Z] ---> Running in 4bb3bdf3796b [2021-02-02T17:33:20.212Z] ---> Running in 884d02290986 [2021-02-02T17:33:20.476Z] ---> 4ddda3374ee2 [2021-02-02T17:33:20.476Z] Step 7/21 : RUN go mod download [2021-02-02T17:33:20.476Z] ---> Running in 89a712e1d145 [2021-02-02T17:33:21.968Z] Removing intermediate container fd6c85a281d0 [2021-02-02T17:33:21.968Z] ---> ed594499b842 [2021-02-02T17:33:21.968Z] Step 8/23 : COPY . . [2021-02-02T17:33:23.401Z] Removing intermediate container 90afa1d8bdf3 [2021-02-02T17:33:23.401Z] ---> a2d572de6eb5 [2021-02-02T17:33:23.401Z] Step 8/22 : COPY . . [2021-02-02T17:33:30.072Z] Removing intermediate container 4bb3bdf3796b [2021-02-02T17:33:30.072Z] ---> 69bf3f661caa [2021-02-02T17:33:30.072Z] Step 8/24 : COPY . . [2021-02-02T17:33:33.414Z] Removing intermediate container 89a712e1d145 [2021-02-02T17:33:33.414Z] ---> ea614ba450fc [2021-02-02T17:33:33.414Z] Step 8/21 : COPY . . [2021-02-02T17:33:33.680Z] Removing intermediate container 884d02290986 [2021-02-02T17:33:33.680Z] ---> eb0731a02968 [2021-02-02T17:33:33.680Z] Step 8/22 : COPY . . [2021-02-02T17:34:00.578Z] ---> 783bd5c6dffe [2021-02-02T17:34:00.578Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:34:00.578Z] ---> 38fe4491237a [2021-02-02T17:34:00.578Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:34:00.875Z] ---> Running in 947006b4d8a8 [2021-02-02T17:34:00.875Z] ---> Running in e91caad9dcf7 [2021-02-02T17:34:04.259Z] 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-02-02T17:34:04.259Z] 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-02-02T17:34:09.736Z] ---> f947fe1f7ad7 [2021-02-02T17:34:09.736Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:34:10.012Z] ---> 2eacd16036c8 [2021-02-02T17:34:10.012Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:34:10.299Z] ---> Running in 6f6c68e8a3e4 [2021-02-02T17:34:10.299Z] ---> Running in af21e8a3ef05 [2021-02-02T17:34:10.609Z] ---> 281e1305f959 [2021-02-02T17:34:10.609Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:34:10.889Z] ---> Running in 192a10d0dfe5 [2021-02-02T17:34:13.536Z] 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-02-02T17:34:13.536Z] 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-02-02T17:34:13.536Z] 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-02-02T17:34:40.274Z] 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-02-02T17:34:40.550Z] 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-02-02T17:34:44.827Z] Removing intermediate container e91caad9dcf7 [2021-02-02T17:34:44.827Z] ---> 6ac42bc45e06 [2021-02-02T17:34:44.827Z] [2021-02-02T17:34:44.827Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:34:44.827Z] 3.12: Pulling from library/alpine [2021-02-02T17:34:45.832Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:34:45.832Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:34:45.832Z] ---> 389fef711851 [2021-02-02T17:34:45.832Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:34:49.174Z] ---> Running in 47dfbd450c9c [2021-02-02T17:34:49.174Z] Removing intermediate container 6f6c68e8a3e4 [2021-02-02T17:34:49.174Z] ---> 08cd33c0a4a8 [2021-02-02T17:34:49.174Z] [2021-02-02T17:34:49.174Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:34:49.174Z] ---> 389fef711851 [2021-02-02T17:34:49.174Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:34:49.175Z] Removing intermediate container 947006b4d8a8 [2021-02-02T17:34:49.175Z] ---> b5ccfc2eaafc [2021-02-02T17:34:49.175Z] [2021-02-02T17:34:49.175Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:34:49.175Z] ---> 389fef711851 [2021-02-02T17:34:49.175Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:34:49.175Z] ---> Running in ea2d924e7a4c [2021-02-02T17:34:49.175Z] ---> Running in d4abfb390ec1 [2021-02-02T17:34:49.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:49.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:49.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:50.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:50.084Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:34:50.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:50.353Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:50.353Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:34:50.353Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:50.353Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:34:50.353Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:34:50.353Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:34:50.353Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:34:50.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:50.353Z] OK: 6 MiB in 16 packages [2021-02-02T17:34:50.616Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:50.616Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:50.616Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:50.616Z] OK: 6 MiB in 15 packages [2021-02-02T17:34:50.616Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:50.616Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:34:50.881Z] OK: 7 MiB in 19 packages [2021-02-02T17:34:54.230Z] Removing intermediate container af21e8a3ef05 [2021-02-02T17:34:54.231Z] ---> 7a9a0374e123 [2021-02-02T17:34:54.231Z] [2021-02-02T17:34:54.231Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:34:54.231Z] ---> 389fef711851 [2021-02-02T17:34:54.231Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:34:54.231Z] Removing intermediate container 192a10d0dfe5 [2021-02-02T17:34:54.231Z] ---> e195054ab3db [2021-02-02T17:34:54.231Z] [2021-02-02T17:34:54.231Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:34:54.231Z] ---> 389fef711851 [2021-02-02T17:34:54.231Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:34:54.231Z] ---> Running in df1bf03ddfcd [2021-02-02T17:34:54.231Z] ---> Running in a56c52878ea0 [2021-02-02T17:34:55.197Z] Removing intermediate container d4abfb390ec1 [2021-02-02T17:34:55.197Z] ---> 555561d41919 [2021-02-02T17:34:55.197Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:34:55.197Z] Removing intermediate container 47dfbd450c9c [2021-02-02T17:34:55.197Z] ---> 4bbd254909ba [2021-02-02T17:34:55.197Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:34:55.197Z] ---> Running in eb835248aee3 [2021-02-02T17:34:55.197Z] ---> Running in e5f9c2f19b43 [2021-02-02T17:34:55.464Z] Removing intermediate container ea2d924e7a4c [2021-02-02T17:34:55.464Z] ---> c997dd2afc62 [2021-02-02T17:34:55.464Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:34:55.732Z] ---> Running in 4987c49cd1fe [2021-02-02T17:34:55.732Z] Removing intermediate container eb835248aee3 [2021-02-02T17:34:55.732Z] ---> 256d93e141f8 [2021-02-02T17:34:55.732Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:34:55.732Z] Removing intermediate container e5f9c2f19b43 [2021-02-02T17:34:55.732Z] ---> 971fcd5b8e72 [2021-02-02T17:34:55.732Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:34:55.732Z] ---> Running in 63d98147e766 [2021-02-02T17:34:55.732Z] ---> Running in 00da775cf449 [2021-02-02T17:34:55.998Z] Removing intermediate container 4987c49cd1fe [2021-02-02T17:34:55.998Z] ---> 83f3d15bc6fb [2021-02-02T17:34:55.998Z] Step 13/24 : WORKDIR / [2021-02-02T17:34:55.998Z] ---> Running in 3a665b1aa47c [2021-02-02T17:34:56.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:56.279Z] Removing intermediate container 63d98147e766 [2021-02-02T17:34:56.279Z] ---> a7fadf28c19b [2021-02-02T17:34:56.279Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:34:56.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:56.279Z] Removing intermediate container 00da775cf449 [2021-02-02T17:34:56.279Z] ---> 6a2bd5dad30e [2021-02-02T17:34:56.279Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:34:56.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:56.279Z] ---> Running in 2b25d5b20974 [2021-02-02T17:34:56.279Z] ---> Running in 240a694a9958 [2021-02-02T17:34:56.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:34:56.553Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:34:56.553Z] Removing intermediate container 3a665b1aa47c [2021-02-02T17:34:56.553Z] ---> 455471539c74 [2021-02-02T17:34:56.553Z] 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-02-02T17:34:56.553Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:34:56.553Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:34:56.553Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:34:56.553Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:56.553Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:34:56.553Z] OK: 7 MiB in 18 packages [2021-02-02T17:34:56.819Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:34:56.819Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:34:56.819Z] OK: 6 MiB in 15 packages [2021-02-02T17:34:56.819Z] Removing intermediate container 240a694a9958 [2021-02-02T17:34:56.819Z] ---> d8687df4ae21 [2021-02-02T17:34:56.819Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:34:56.819Z] Removing intermediate container 2b25d5b20974 [2021-02-02T17:34:56.819Z] ---> 7a73441a91da [2021-02-02T17:34:56.819Z] Step 15/23 : WORKDIR / [2021-02-02T17:34:57.087Z] ---> 318c96992181 [2021-02-02T17:34:57.087Z] 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-02-02T17:34:57.087Z] ---> Running in 6c5f2eed6340 [2021-02-02T17:34:58.042Z] ---> ae5737d9c14d [2021-02-02T17:34:58.042Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:34:58.042Z] ---> c0d7eff7ae16 [2021-02-02T17:34:58.042Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:34:58.314Z] Removing intermediate container 6c5f2eed6340 [2021-02-02T17:34:58.314Z] ---> 527e33ab59ff [2021-02-02T17:34:58.314Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:34:58.579Z] Removing intermediate container df1bf03ddfcd [2021-02-02T17:34:58.579Z] ---> 801c5e23d164 [2021-02-02T17:34:58.579Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:34:58.579Z] Removing intermediate container a56c52878ea0 [2021-02-02T17:34:58.579Z] ---> 5a64a1dba77b [2021-02-02T17:34:58.579Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:34:58.850Z] ---> Running in 3130cfd810b5 [2021-02-02T17:34:58.850Z] ---> efe3c6012b1a [2021-02-02T17:34:58.850Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:34:58.850Z] ---> 05f70c45340c [2021-02-02T17:34:58.850Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:34:58.850Z] ---> be28bbb20739 [2021-02-02T17:34:58.850Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:34:58.850Z] ---> Running in b6f9bd2e367e [2021-02-02T17:34:59.130Z] Removing intermediate container 3130cfd810b5 [2021-02-02T17:34:59.130Z] ---> 5af44dadc213 [2021-02-02T17:34:59.130Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:34:59.395Z] ---> Running in 933fa080eb0e [2021-02-02T17:34:59.395Z] Removing intermediate container b6f9bd2e367e [2021-02-02T17:34:59.395Z] ---> 78d21120e2e9 [2021-02-02T17:34:59.395Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:34:59.395Z] ---> b424e81a0304 [2021-02-02T17:34:59.395Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:34:59.395Z] ---> Running in 7160e0c79457 [2021-02-02T17:34:59.979Z] ---> Running in 0acc00a0db17 [2021-02-02T17:34:59.979Z] ---> 7cd5360efbd6 [2021-02-02T17:34:59.979Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:34:59.979Z] Removing intermediate container 933fa080eb0e [2021-02-02T17:34:59.979Z] ---> c32e072d74d9 [2021-02-02T17:34:59.979Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:34:59.979Z] Removing intermediate container 7160e0c79457 [2021-02-02T17:34:59.979Z] ---> 8242449bbd09 [2021-02-02T17:34:59.979Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:34:59.979Z] ---> 9724180e01ab [2021-02-02T17:34:59.979Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:35:00.244Z] ---> Running in e0ec0ab826e5 [2021-02-02T17:35:00.244Z] Removing intermediate container 0acc00a0db17 [2021-02-02T17:35:00.244Z] ---> ea3a290647f6 [2021-02-02T17:35:00.244Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:35:00.509Z] ---> e6a8b5f72468 [2021-02-02T17:35:00.509Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:35:00.509Z] ---> Running in 938b5fc13ebd [2021-02-02T17:35:00.509Z] Removing intermediate container e0ec0ab826e5 [2021-02-02T17:35:00.509Z] ---> 18252d30978c [2021-02-02T17:35:00.509Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:35:00.509Z] ---> f8bcf9f16e3b [2021-02-02T17:35:00.509Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:35:00.792Z] ---> 17de04cbd70b [2021-02-02T17:35:00.792Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:35:00.792Z] ---> Running in edff9db2f254 [2021-02-02T17:35:00.792Z] Removing intermediate container 938b5fc13ebd [2021-02-02T17:35:00.792Z] ---> 12772a9e828d [2021-02-02T17:35:00.792Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:35:01.060Z] ---> 485c150adff5 [2021-02-02T17:35:01.060Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:35:01.060Z] ---> Running in d2be0501d9cd [2021-02-02T17:35:01.060Z] ---> 74b2a2fd054d [2021-02-02T17:35:01.060Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:35:01.325Z] Removing intermediate container edff9db2f254 [2021-02-02T17:35:01.325Z] ---> 5e2107bc4a8a [2021-02-02T17:35:01.325Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:35:01.325Z] ---> 57ccc2747519 [2021-02-02T17:35:01.325Z] 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-02-02T17:35:01.600Z] ---> Running in 22477a0eafba [2021-02-02T17:35:01.600Z] Removing intermediate container d2be0501d9cd [2021-02-02T17:35:01.600Z] ---> a761c64a049d [2021-02-02T17:35:01.600Z] Step 21/22 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:35:01.600Z] ---> Running in 1e7e2879e944 [2021-02-02T17:35:01.870Z] ---> Running in d9f0b3794432 [2021-02-02T17:35:01.870Z] ---> 6ebcfb005b76 [2021-02-02T17:35:01.870Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:35:02.136Z] Removing intermediate container 22477a0eafba [2021-02-02T17:35:02.136Z] ---> 1cfef46fbc9e [2021-02-02T17:35:02.136Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:35:02.136Z] ---> 713066cb3423 [2021-02-02T17:35:02.136Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:35:02.409Z] Removing intermediate container d9f0b3794432 [2021-02-02T17:35:02.409Z] ---> 42abe64ff14f [2021-02-02T17:35:02.409Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:35:02.409Z] ---> Running in 8e9289b4246b [2021-02-02T17:35:02.409Z] ---> Running in c1f65f3c26e9 [2021-02-02T17:35:02.409Z] ---> Running in 0b48426d00e9 [2021-02-02T17:35:02.678Z] ---> 8909d7206520 [2021-02-02T17:35:02.679Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:35:02.679Z] ---> Running in b46c8feafffd [2021-02-02T17:35:02.679Z] Removing intermediate container 8e9289b4246b [2021-02-02T17:35:02.679Z] ---> 03a0f48e7ada [2021-02-02T17:35:02.679Z] Step 22/23 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:35:03.691Z] ---> Running in ebd7dadc4113 [2021-02-02T17:35:03.691Z] Removing intermediate container c1f65f3c26e9 [2021-02-02T17:35:03.691Z] ---> 1bc959d09126 [2021-02-02T17:35:03.691Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:35:03.691Z] Removing intermediate container 0b48426d00e9 [2021-02-02T17:35:03.691Z] ---> 3b957746f3fe [2021-02-02T17:35:03.691Z] [2021-02-02T17:35:03.691Z] Removing intermediate container b46c8feafffd [2021-02-02T17:35:03.691Z] ---> ff23fed3e287 [2021-02-02T17:35:03.691Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:35:03.691Z] ---> Running in 63bb1688883c [2021-02-02T17:35:03.691Z] ---> Running in d3c9a8fb5115 [2021-02-02T17:35:03.691Z] Successfully built 3b957746f3fe [2021-02-02T17:35:03.691Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T17:35:03.691Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-02T17:35:03.691Z] Removing intermediate container ebd7dadc4113 [2021-02-02T17:35:03.691Z] ---> 4731f12aaa6c [2021-02-02T17:35:03.691Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:35:03.691Z] Removing intermediate container 1e7e2879e944 [2021-02-02T17:35:03.691Z] ---> 74f816c993c8 [2021-02-02T17:35:03.691Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:35:03.691Z] Removing intermediate container 63bb1688883c [2021-02-02T17:35:03.691Z] ---> 6cb01dac8187 [2021-02-02T17:35:03.691Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T17:35:03.691Z] ---> Running in 972c6f52e131 [2021-02-02T17:35:03.968Z] Removing intermediate container d3c9a8fb5115 [2021-02-02T17:35:03.968Z] ---> 1144830ead75 [2021-02-02T17:35:03.968Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:35:03.968Z] ---> Running in 1b6002320388 [2021-02-02T17:35:03.968Z] ---> Running in d8ce277ecff1 [2021-02-02T17:35:03.968Z] ---> Running in 71c918cc004a [2021-02-02T17:35:03.968Z] Removing intermediate container 972c6f52e131 [2021-02-02T17:35:03.968Z] ---> f2baa923a685 [2021-02-02T17:35:03.968Z] [2021-02-02T17:35:04.555Z] Removing intermediate container 1b6002320388 [2021-02-02T17:35:04.555Z] ---> b9c0d6024413 [2021-02-02T17:35:04.555Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T17:35:04.555Z] Successfully built f2baa923a685 [2021-02-02T17:35:04.555Z] Removing intermediate container d8ce277ecff1 [2021-02-02T17:35:04.555Z] ---> 4845a9cd56d1 [2021-02-02T17:35:04.555Z] Step 20/21 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:35:04.555Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T17:35:04.555Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-02T17:35:04.827Z] Removing intermediate container 71c918cc004a [2021-02-02T17:35:04.827Z] ---> 1edc0fadadf2 [2021-02-02T17:35:04.827Z] Step 21/22 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:35:04.827Z] ---> Running in ab2526b62068 [2021-02-02T17:35:04.827Z] ---> Running in 5c1c3ba184ba [2021-02-02T17:35:04.827Z] ---> Running in a097a6c4b9dc [2021-02-02T17:35:06.491Z] Removing intermediate container ab2526b62068 [2021-02-02T17:35:06.491Z] ---> 96e7542be232 [2021-02-02T17:35:06.491Z] Step 23/24 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:35:06.491Z] Removing intermediate container 5c1c3ba184ba [2021-02-02T17:35:06.491Z] ---> 323ec517e3fd [2021-02-02T17:35:06.491Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T17:35:06.767Z] Removing intermediate container a097a6c4b9dc [2021-02-02T17:35:06.767Z] ---> d846238e9ad6 [2021-02-02T17:35:06.767Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:35:09.488Z] ---> Running in fcbb264ce2a8 [2021-02-02T17:35:09.488Z] ---> Running in 496afa8aa1b8 [2021-02-02T17:35:09.488Z] ---> Running in 6435880f8fe6 [2021-02-02T17:35:10.461Z] Removing intermediate container 496afa8aa1b8 [2021-02-02T17:35:10.461Z] ---> 4861ff4f6eee [2021-02-02T17:35:10.461Z] [2021-02-02T17:35:10.461Z] Removing intermediate container fcbb264ce2a8 [2021-02-02T17:35:10.461Z] ---> a5955fd50391 [2021-02-02T17:35:10.461Z] [2021-02-02T17:35:10.461Z] Removing intermediate container 6435880f8fe6 [2021-02-02T17:35:10.461Z] ---> b595a80467ad [2021-02-02T17:35:10.461Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T17:35:10.726Z] ---> Running in 2ba88ba69c61 [2021-02-02T17:35:10.726Z] Successfully built 4861ff4f6eee [2021-02-02T17:35:10.726Z] Successfully built a5955fd50391 [2021-02-02T17:35:10.726Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T17:35:10.726Z] Building docker-core-command-go [2021-02-02T17:35:10.726Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-02-02T17:35:10.726Z] Building docker-core-data-go [2021-02-02T17:35:11.672Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2ba88ba69c61 [2021-02-02T17:35:11.672Z] ---> 9f298b95eef9 [2021-02-02T17:35:11.672Z] [2021-02-02T17:35:11.672Z] Successfully built 9f298b95eef9 [2021-02-02T17:35:11.672Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T17:35:26.814Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:26.814Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:26.814Z] ---> 0b3f301afe2e [2021-02-02T17:35:26.814Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:35:26.814Z] ---> Using cache [2021-02-02T17:35:26.814Z] ---> 11f0fad7bae2 [2021-02-02T17:35:26.814Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:26.814Z] ---> Using cache [2021-02-02T17:35:26.814Z] ---> 21ed86e71328 [2021-02-02T17:35:26.814Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:35:27.083Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:27.083Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:27.083Z] ---> 0b3f301afe2e [2021-02-02T17:35:27.083Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:35:27.083Z] ---> Using cache [2021-02-02T17:35:27.083Z] ---> 11f0fad7bae2 [2021-02-02T17:35:27.083Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:27.083Z] ---> Using cache [2021-02-02T17:35:27.083Z] ---> 21ed86e71328 [2021-02-02T17:35:27.083Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:35:27.083Z] ---> Using cache [2021-02-02T17:35:27.083Z] ---> dd25095d38db [2021-02-02T17:35:27.083Z] Step 6/31 : COPY go.mod . [2021-02-02T17:35:27.083Z] ---> Using cache [2021-02-02T17:35:27.083Z] ---> 4ddda3374ee2 [2021-02-02T17:35:27.083Z] Step 7/31 : RUN go mod download [2021-02-02T17:35:27.083Z] ---> Using cache [2021-02-02T17:35:27.083Z] ---> ea614ba450fc [2021-02-02T17:35:27.083Z] Step 8/31 : COPY . . [2021-02-02T17:35:27.352Z] ---> Using cache [2021-02-02T17:35:27.352Z] ---> 2eacd16036c8 [2021-02-02T17:35:27.352Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:35:27.641Z] ---> Running in 18f295bd4033 [2021-02-02T17:35:27.918Z] ---> Running in aa1e709f707d [2021-02-02T17:35:29.931Z] 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-02-02T17:35:30.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:30.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:31.791Z] OK: 233 MiB in 51 packages [2021-02-02T17:35:34.529Z] Removing intermediate container 18f295bd4033 [2021-02-02T17:35:34.529Z] ---> 9c5cad2662d8 [2021-02-02T17:35:34.529Z] Step 6/26 : COPY go.mod . [2021-02-02T17:35:35.585Z] ---> 976118e1d532 [2021-02-02T17:35:35.585Z] Step 7/26 : RUN go mod download [2021-02-02T17:35:36.202Z] ---> Running in 9ab55664d4ae [2021-02-02T17:35:39.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:39.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:39.695Z] ---> 0b3f301afe2e [2021-02-02T17:35:39.695Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> 11f0fad7bae2 [2021-02-02T17:35:39.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> 21ed86e71328 [2021-02-02T17:35:39.695Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:35:39.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:39.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:35:39.695Z] ---> 0b3f301afe2e [2021-02-02T17:35:39.695Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> 11f0fad7bae2 [2021-02-02T17:35:39.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> 21ed86e71328 [2021-02-02T17:35:39.695Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> dd25095d38db [2021-02-02T17:35:39.695Z] Step 6/23 : COPY go.mod . [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> 4ddda3374ee2 [2021-02-02T17:35:39.695Z] Step 7/23 : RUN go mod download [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> ea614ba450fc [2021-02-02T17:35:39.695Z] Step 8/23 : COPY . . [2021-02-02T17:35:39.695Z] ---> Using cache [2021-02-02T17:35:39.695Z] ---> 2eacd16036c8 [2021-02-02T17:35:39.695Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:35:40.691Z] ---> Running in 35642c8b274f [2021-02-02T17:35:40.691Z] ---> Running in 2464ca283307 [2021-02-02T17:35:41.290Z] Removing intermediate container 9ab55664d4ae [2021-02-02T17:35:41.290Z] ---> 310f4983f5ad [2021-02-02T17:35:41.290Z] Step 8/26 : COPY . . [2021-02-02T17:35:42.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:42.276Z] 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-02-02T17:35:42.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:35:43.861Z] OK: 233 MiB in 51 packages [2021-02-02T17:35:48.240Z] Removing intermediate container 35642c8b274f [2021-02-02T17:35:48.240Z] ---> 1e35f2275f5f [2021-02-02T17:35:48.240Z] Step 6/23 : COPY go.mod . [2021-02-02T17:35:49.224Z] ---> a4e435fc3cbc [2021-02-02T17:35:49.224Z] Step 7/23 : RUN go mod download [2021-02-02T17:35:50.704Z] ---> Running in 55cde613d613 [2021-02-02T17:35:50.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:35:55.343Z] Removing intermediate container 55cde613d613 [2021-02-02T17:35:55.343Z] ---> 56192ef54e7f [2021-02-02T17:35:55.343Z] Step 8/23 : COPY . . [2021-02-02T17:36:13.736Z] ---> ca4ee028f2b5 [2021-02-02T17:36:13.736Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:36:13.736Z] ---> Running in 5bd6abefef66 [2021-02-02T17:36:13.736Z] Removing intermediate container aa1e709f707d [2021-02-02T17:36:13.736Z] ---> 5bd8568e8415 [2021-02-02T17:36:13.736Z] [2021-02-02T17:36:13.736Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:36:13.736Z] ---> 389fef711851 [2021-02-02T17:36:13.736Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:36:14.705Z] ---> Running in 5ada506d3ba2 [2021-02-02T17:36:15.294Z] 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-02-02T17:36:15.568Z] Removing intermediate container 5ada506d3ba2 [2021-02-02T17:36:15.568Z] ---> 971a1ac9ef0b [2021-02-02T17:36:15.568Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:36:17.004Z] ---> Running in 7fc796a6028b [2021-02-02T17:36:18.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:18.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:19.047Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:36:19.047Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:36:19.047Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:36:19.047Z] OK: 6 MiB in 16 packages [2021-02-02T17:36:19.047Z] Removing intermediate container 2464ca283307 [2021-02-02T17:36:19.047Z] ---> cf0146435870 [2021-02-02T17:36:19.047Z] [2021-02-02T17:36:19.047Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:36:19.047Z] ---> 389fef711851 [2021-02-02T17:36:19.047Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:36:19.047Z] ---> Using cache [2021-02-02T17:36:19.047Z] ---> 5a64a1dba77b [2021-02-02T17:36:19.047Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:36:19.047Z] ---> Using cache [2021-02-02T17:36:19.047Z] ---> 78d21120e2e9 [2021-02-02T17:36:19.047Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:36:20.052Z] ---> Running in 1fec391d1477 [2021-02-02T17:36:20.671Z] ---> fa8ab6a5e42c [2021-02-02T17:36:20.671Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:36:20.671Z] Removing intermediate container 1fec391d1477 [2021-02-02T17:36:20.671Z] ---> 663fd19ba741 [2021-02-02T17:36:20.671Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:36:20.671Z] ---> Running in f2c7ecaf6971 [2021-02-02T17:36:20.671Z] ---> Running in 2e9461000991 [2021-02-02T17:36:20.967Z] Removing intermediate container 7fc796a6028b [2021-02-02T17:36:20.967Z] ---> f52d82783d4c [2021-02-02T17:36:20.967Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:36:20.967Z] ---> Running in 9d2306d91781 [2021-02-02T17:36:21.246Z] Removing intermediate container f2c7ecaf6971 [2021-02-02T17:36:21.246Z] ---> b141db5428b0 [2021-02-02T17:36:21.246Z] Step 15/23 : WORKDIR / [2021-02-02T17:36:21.525Z] ---> Running in e034ec9e3980 [2021-02-02T17:36:21.525Z] Removing intermediate container 9d2306d91781 [2021-02-02T17:36:21.525Z] ---> c24b66b67394 [2021-02-02T17:36:21.525Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:36:21.525Z] ---> Running in 24e9dba67844 [2021-02-02T17:36:21.812Z] Removing intermediate container e034ec9e3980 [2021-02-02T17:36:21.812Z] ---> b50fddbe5da5 [2021-02-02T17:36:21.812Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:36:21.812Z] Removing intermediate container 24e9dba67844 [2021-02-02T17:36:21.812Z] ---> 10d096a8ba20 [2021-02-02T17:36:21.812Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:36:22.092Z] 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-02-02T17:36:22.092Z] ---> Running in aeff80a453e8 [2021-02-02T17:36:22.698Z] ---> b800815dfcd1 [2021-02-02T17:36:22.698Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:36:23.708Z] ---> a970c563aea3 [2021-02-02T17:36:23.708Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:36:23.987Z] Removing intermediate container aeff80a453e8 [2021-02-02T17:36:23.987Z] ---> 525ab7bbafdb [2021-02-02T17:36:23.987Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:36:23.987Z] ---> Running in fcb3d4201241 [2021-02-02T17:36:24.265Z] ---> 2a50df9c3683 [2021-02-02T17:36:24.265Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:36:24.265Z] ---> Running in 542f183c72d5 [2021-02-02T17:36:24.547Z] Removing intermediate container fcb3d4201241 [2021-02-02T17:36:24.547Z] ---> 7c1c175d9a62 [2021-02-02T17:36:24.547Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:36:24.547Z] Removing intermediate container 542f183c72d5 [2021-02-02T17:36:24.547Z] ---> 9acc47144e43 [2021-02-02T17:36:24.547Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:36:24.830Z] ---> Running in 830ec5ba0f05 [2021-02-02T17:36:25.118Z] ---> 6edcd436bf37 [2021-02-02T17:36:25.118Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:36:25.118Z] Removing intermediate container 830ec5ba0f05 [2021-02-02T17:36:25.118Z] ---> 7e57d2379a63 [2021-02-02T17:36:25.118Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:36:25.399Z] ---> Running in 8307731e5f8f [2021-02-02T17:36:25.399Z] ---> Running in 6f1b4c4391a2 [2021-02-02T17:36:26.022Z] Removing intermediate container 6f1b4c4391a2 [2021-02-02T17:36:26.022Z] ---> de4eb2aa392f [2021-02-02T17:36:26.022Z] Step 22/23 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:36:26.022Z] ---> Running in a5ab57ffef90 [2021-02-02T17:36:26.306Z] Removing intermediate container a5ab57ffef90 [2021-02-02T17:36:26.306Z] ---> 54f5c940c4ea [2021-02-02T17:36:26.306Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:36:26.580Z] ---> Running in 7e9990c33683 [2021-02-02T17:36:27.572Z] Removing intermediate container 7e9990c33683 [2021-02-02T17:36:27.572Z] ---> a92ed558ff17 [2021-02-02T17:36:27.572Z] [2021-02-02T17:36:27.841Z] Successfully built a92ed558ff17 [2021-02-02T17:36:28.125Z] Successfully tagged docker-core-command-go:latest [2021-02-02T17:36:28.422Z]  Building docker-core-command-go ... done Removing intermediate container 8307731e5f8f [2021-02-02T17:36:28.422Z] ---> b22eabfd03a2 [2021-02-02T17:36:28.422Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:36:29.420Z] ---> a3b0267bdcd4 [2021-02-02T17:36:29.420Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:36:30.418Z] ---> c586697bf18c [2021-02-02T17:36:30.418Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:36:30.695Z] ---> 585ad1bcaf53 [2021-02-02T17:36:30.695Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:36:32.696Z] ---> 86b3e845bca5 [2021-02-02T17:36:32.696Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:36:32.696Z] ---> 4bbc1df1bfe3 [2021-02-02T17:36:32.696Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:36:33.292Z] ---> Running in ebe1d34e8a0f [2021-02-02T17:36:34.272Z] Removing intermediate container ebe1d34e8a0f [2021-02-02T17:36:34.272Z] ---> 7a453b7ae940 [2021-02-02T17:36:34.272Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:36:34.873Z] Removing intermediate container 5bd6abefef66 [2021-02-02T17:36:34.873Z] ---> f92fe9a9e8b7 [2021-02-02T17:36:34.873Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:36:34.873Z] ---> fe8589c5a5c6 [2021-02-02T17:36:34.873Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:36:35.149Z] ---> Running in 403b719e4988 [2021-02-02T17:36:35.430Z] ---> Running in 1db5b68fd4a0 [2021-02-02T17:36:36.887Z] 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-02-02T17:36:37.880Z] Removing intermediate container 1db5b68fd4a0 [2021-02-02T17:36:37.880Z] ---> d6272566fb5f [2021-02-02T17:36:37.880Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:36:37.880Z] ---> Running in 2ed0488b1dee [2021-02-02T17:36:38.168Z] Removing intermediate container 2ed0488b1dee [2021-02-02T17:36:38.168Z] ---> 32a16dcdaa15 [2021-02-02T17:36:38.168Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:36:38.436Z] ---> Running in 3e894a39be1d [2021-02-02T17:36:38.722Z] Removing intermediate container 3e894a39be1d [2021-02-02T17:36:38.722Z] ---> c18af42d57b2 [2021-02-02T17:36:38.722Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T17:36:38.722Z] Removing intermediate container 403b719e4988 [2021-02-02T17:36:38.722Z] ---> 9cc6b7f2eb99 [2021-02-02T17:36:38.722Z] [2021-02-02T17:36:38.722Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:36:38.722Z] 20.10.0: Pulling from library/docker [2021-02-02T17:36:38.722Z] ---> Running in ad0f580ad141 [2021-02-02T17:36:38.995Z] Removing intermediate container ad0f580ad141 [2021-02-02T17:36:38.995Z] ---> e30747a9659f [2021-02-02T17:36:38.995Z] Step 30/31 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:36:39.261Z] ---> Running in 822eb623893a [2021-02-02T17:36:39.850Z] Removing intermediate container 822eb623893a [2021-02-02T17:36:39.850Z] ---> f701783568c9 [2021-02-02T17:36:39.850Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T17:36:39.850Z] ---> Running in 0afc5ffba07e [2021-02-02T17:36:42.440Z] Removing intermediate container 0afc5ffba07e [2021-02-02T17:36:42.440Z] ---> 47c440e2ece2 [2021-02-02T17:36:42.440Z] [2021-02-02T17:36:43.027Z] Successfully built 47c440e2ece2 [2021-02-02T17:36:43.292Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T17:36:46.660Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 2e9461000991 [2021-02-02T17:36:46.660Z] ---> d9dd63dad798 [2021-02-02T17:36:46.660Z] [2021-02-02T17:36:46.660Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:36:46.660Z] ---> 389fef711851 [2021-02-02T17:36:46.660Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:36:46.660Z] ---> Running in 1268c2fde72f [2021-02-02T17:36:46.660Z] Removing intermediate container 1268c2fde72f [2021-02-02T17:36:46.660Z] ---> 9c80f0a98004 [2021-02-02T17:36:46.660Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:36:46.660Z] ---> Running in f05051d6db95 [2021-02-02T17:36:46.660Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:36:46.660Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:36:46.660Z] ---> aefe523efa57 [2021-02-02T17:36:46.660Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:36:46.660Z] ---> Running in c7e5951a7f13 [2021-02-02T17:36:46.945Z] Removing intermediate container f05051d6db95 [2021-02-02T17:36:46.945Z] ---> ebfe2cf219eb [2021-02-02T17:36:46.945Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:36:46.945Z] ---> Running in 54e0366fb150 [2021-02-02T17:36:47.221Z] Removing intermediate container 54e0366fb150 [2021-02-02T17:36:47.221Z] ---> 8e7258e395fe [2021-02-02T17:36:47.221Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:47.221Z] ---> Running in 97430eb054e3 [2021-02-02T17:36:47.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:47.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:47.761Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:36:47.761Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:36:47.761Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:36:47.761Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:36:47.761Z] OK: 12 MiB in 22 packages [2021-02-02T17:36:48.342Z] Removing intermediate container 97430eb054e3 [2021-02-02T17:36:48.342Z] ---> 972291fc796e [2021-02-02T17:36:48.342Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:36:48.609Z] ---> Running in ea4f65f75a67 [2021-02-02T17:36:48.609Z] Removing intermediate container c7e5951a7f13 [2021-02-02T17:36:48.609Z] ---> acf7661f7ffa [2021-02-02T17:36:48.609Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:36:48.609Z] ---> Running in 00ca14abcecc [2021-02-02T17:36:48.878Z] Removing intermediate container 00ca14abcecc [2021-02-02T17:36:48.879Z] ---> 3092043413b5 [2021-02-02T17:36:48.879Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:36:48.879Z] ---> Running in 022788ce483f [2021-02-02T17:36:49.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:49.153Z] Removing intermediate container 022788ce483f [2021-02-02T17:36:49.153Z] ---> 026d82360877 [2021-02-02T17:36:49.153Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:36:49.421Z] ---> Running in f7b8e6c0af59 [2021-02-02T17:36:49.686Z] Removing intermediate container f7b8e6c0af59 [2021-02-02T17:36:49.686Z] ---> 335bf3e62e86 [2021-02-02T17:36:49.686Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:36:49.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:50.370Z] ---> 045209b55702 [2021-02-02T17:36:50.370Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:36:50.699Z] ---> 94c8024da99e [2021-02-02T17:36:50.699Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:36:50.985Z] ---> a16dc1bb97ab [2021-02-02T17:36:50.985Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:36:50.985Z] ---> Running in 899656682b3f [2021-02-02T17:36:51.279Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:36:51.279Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:36:51.279Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:36:51.580Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:36:51.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:51.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:51.880Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:36:51.880Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:36:51.880Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:36:51.880Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:36:51.880Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:36:51.880Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:36:51.880Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:36:51.880Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:36:52.210Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:36:52.210Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:36:52.210Z] OK: 8 MiB in 20 packages [2021-02-02T17:36:55.569Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:36:55.570Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:36:55.570Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:36:55.570Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:36:55.570Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:36:55.570Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:36:55.834Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:36:55.834Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:36:56.099Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:36:56.366Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:36:56.366Z] Removing intermediate container ea4f65f75a67 [2021-02-02T17:36:56.366Z] ---> 5ce40e79489b [2021-02-02T17:36:56.366Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:36:56.366Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:36:56.366Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:36:56.631Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:36:56.631Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:36:56.631Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:36:56.631Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:36:56.631Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:36:56.631Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:36:56.631Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:36:56.631Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:36:56.631Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:36:56.631Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:36:56.631Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:36:56.631Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:36:57.211Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:36:57.211Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:36:58.164Z] ---> 3cec13da3af8 [2021-02-02T17:36:58.164Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:36:58.164Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:36:58.164Z] OK: 71 MiB in 55 packages [2021-02-02T17:36:59.134Z] ---> dd07cb48e1a3 [2021-02-02T17:36:59.134Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:37:01.073Z] ---> aa9472770e1d [2021-02-02T17:37:01.073Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:37:03.023Z] ---> Running in 0b78361f0492 [2021-02-02T17:37:03.300Z] Removing intermediate container 899656682b3f [2021-02-02T17:37:03.300Z] ---> 739d8b7e27a6 [2021-02-02T17:37:03.300Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:37:03.300Z] ---> Running in b67e48efbfb0 [2021-02-02T17:37:03.300Z] Removing intermediate container 0b78361f0492 [2021-02-02T17:37:03.300Z] ---> ef54f0f904a9 [2021-02-02T17:37:03.300Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:37:03.568Z] ---> Running in 683463e96a56 [2021-02-02T17:37:03.839Z] Removing intermediate container 683463e96a56 [2021-02-02T17:37:03.839Z] ---> 1747f127c591 [2021-02-02T17:37:03.839Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:37:03.839Z] ---> Running in 5eada4429feb [2021-02-02T17:37:04.106Z] Removing intermediate container 5eada4429feb [2021-02-02T17:37:04.106Z] ---> afe7f50b7f44 [2021-02-02T17:37:04.106Z] Step 22/23 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:37:04.106Z] ---> Running in 110a2535458f [2021-02-02T17:37:04.371Z] Removing intermediate container 110a2535458f [2021-02-02T17:37:04.371Z] ---> b8f5b8d1982f [2021-02-02T17:37:04.371Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:37:04.371Z] ---> Running in 7638108f298b [2021-02-02T17:37:04.636Z] Removing intermediate container 7638108f298b [2021-02-02T17:37:04.636Z] ---> b0ead8a538a4 [2021-02-02T17:37:04.636Z] [2021-02-02T17:37:04.636Z] Successfully built b0ead8a538a4 [2021-02-02T17:37:04.902Z] Successfully tagged docker-core-data-go:latest [2021-02-02T17:37:05.168Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-02T17:37:05.168Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:37:05.748Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:37:05.748Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:37:05.748Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:37:05.748Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:37:06.013Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:37:06.013Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:37:06.593Z] 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-02-02T17:37:06.593Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:37:06.593Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:37:06.858Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:37:06.858Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:37:07.124Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:37:07.124Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:37:07.389Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:37:07.389Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:37:08.343Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:37:08.343Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:37:08.922Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:37:08.922Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:37:09.503Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:37:09.503Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:37:09.503Z] 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-02-02T17:37:09.503Z] 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-02-02T17:37:09.503Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:37:09.503Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:37:09.768Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:37:09.768Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:37:09.768Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:37:09.768Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:37:09.768Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:37:09.768Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:37:10.033Z] Installing collected packages: idna, urllib3, requests, cached-property, texttable, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, docopt, dockerpty, docker-compose [2021-02-02T17:37:10.033Z] Attempting uninstall: idna [2021-02-02T17:37:10.033Z] Found existing installation: idna 2.9 [2021-02-02T17:37:10.033Z] Uninstalling idna-2.9: [2021-02-02T17:37:10.033Z] Successfully uninstalled idna-2.9 [2021-02-02T17:37:10.299Z] Attempting uninstall: urllib3 [2021-02-02T17:37:10.299Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:37:10.299Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:37:10.566Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:37:10.833Z] Attempting uninstall: requests [2021-02-02T17:37:10.833Z] Found existing installation: requests 2.23.0 [2021-02-02T17:37:10.833Z] Uninstalling requests-2.23.0: [2021-02-02T17:37:10.833Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:37:11.097Z] Running setup.py install for texttable: started [2021-02-02T17:37:11.676Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:37:13.081Z] Running setup.py install for PyYAML: started [2021-02-02T17:37:13.660Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:37:13.660Z] Running setup.py install for docopt: started [2021-02-02T17:37:13.930Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:37:13.930Z] Running setup.py install for dockerpty: started [2021-02-02T17:37:14.516Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:37:14.780Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-02T17:37:18.127Z] Removing intermediate container b67e48efbfb0 [2021-02-02T17:37:18.127Z] ---> 6558e8caa10c [2021-02-02T17:37:18.127Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:37:18.127Z] ---> Running in d5f68822aeff [2021-02-02T17:37:18.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:18.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:37:18.658Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:37:18.658Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:37:18.658Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:37:18.658Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:37:18.658Z] OK: 72 MiB in 58 packages [2021-02-02T17:37:19.254Z] Removing intermediate container d5f68822aeff [2021-02-02T17:37:19.254Z] ---> aedc7849464e [2021-02-02T17:37:19.254Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:37:19.254Z] ---> Running in 10f7f07f3c15 [2021-02-02T17:37:19.524Z] Removing intermediate container 10f7f07f3c15 [2021-02-02T17:37:19.524Z] ---> 589fc214e92c [2021-02-02T17:37:19.524Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:37:19.524Z] ---> Running in 051a93f27a59 [2021-02-02T17:37:19.789Z] Removing intermediate container 051a93f27a59 [2021-02-02T17:37:19.789Z] ---> 305f255b1b13 [2021-02-02T17:37:19.789Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T17:37:19.789Z] ---> Running in a11302058101 [2021-02-02T17:37:20.055Z] Removing intermediate container a11302058101 [2021-02-02T17:37:20.055Z] ---> e71cb241da1d [2021-02-02T17:37:20.056Z] Step 25/26 : LABEL git_sha=68a7bb9a1f25b8719b0a4707ed505817e4ab8202 [2021-02-02T17:37:20.056Z] ---> Running in a77040a80b24 [2021-02-02T17:37:20.324Z] Removing intermediate container a77040a80b24 [2021-02-02T17:37:20.324Z] ---> 93b100d9b080 [2021-02-02T17:37:20.324Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T17:37:20.324Z] ---> Running in 05cf0a7a6de9 [2021-02-02T17:37:20.589Z] Removing intermediate container 05cf0a7a6de9 [2021-02-02T17:37:20.589Z] ---> 53a12277455f [2021-02-02T17:37:20.589Z] [2021-02-02T17:37:20.859Z] Successfully built 53a12277455f [2021-02-02T17:37:20.859Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T17:37:21.138Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T17:37:21.158Z] $ docker stop --time=1 f83611cee03908771e402760638225a46daf2b68c35e8e7b16c54d0d0553f033 [2021-02-02T17:37:22.976Z] $ docker rm -f f83611cee03908771e402760638225a46daf2b68c35e8e7b16c54d0d0553f033 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:37:23.547Z] + docker images [2021-02-02T17:37:23.547Z] + grep docker [2021-02-02T17:37:23.812Z] docker-sys-mgmt-agent-go latest 53a12277455f 3 seconds ago 313MB [2021-02-02T17:37:23.812Z] docker-core-data-go latest b0ead8a538a4 19 seconds ago 22.3MB [2021-02-02T17:37:23.812Z] docker-security-bootstrapper-go latest 47c440e2ece2 42 seconds ago 23.8MB [2021-02-02T17:37:23.812Z] docker-core-command-go latest a92ed558ff17 57 seconds ago 16.9MB [2021-02-02T17:37:23.812Z] docker-security-secretstore-setup-go latest 9f298b95eef9 2 minutes ago 24.6MB [2021-02-02T17:37:23.813Z] docker-support-scheduler-go latest a5955fd50391 2 minutes ago 17MB [2021-02-02T17:37:23.813Z] docker-security-proxy-setup-go latest 4861ff4f6eee 2 minutes ago 24.4MB [2021-02-02T17:37:23.813Z] docker-core-metadata-go latest f2baa923a685 2 minutes ago 18.8MB [2021-02-02T17:37:23.813Z] docker-support-notifications-go latest 3b957746f3fe 2 minutes ago 17.5MB [2021-02-02T17:37:23.813Z] docker 20.10.0 aefe523efa57 7 weeks 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-02-02T17:37:39.579Z] Still waiting to schedule task [2021-02-02T17:37:39.579Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-02T17:38:32.778Z] Running on prd-ubuntu18.04-docker-8c-8g-24589 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-02T17:38:32.874Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-02T17:38:35.218Z] using credential edgex-jenkins-ssh [2021-02-02T17:38:35.274Z] Cloning the remote Git repository [2021-02-02T17:38:35.304Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:38:35.368Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-02T17:38:35.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:38:35.397Z] > git --version # timeout=10 [2021-02-02T17:38:35.403Z] > git --version # 'git version 2.17.1' [2021-02-02T17:38:35.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:38:35.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:38:42.099Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 841d489cfe614676ae574a25cc9174e0e37bb1d2 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:38:42.808Z] Failed in branch amd64 [Pipeline] // parallel [2021-02-02T17:38:41.586Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:38:41.595Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:38:41.606Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:38:41.625Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:38:41.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:38:41.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:38:42.111Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:38:42.117Z] > git checkout -f 841d489cfe614676ae574a25cc9174e0e37bb1d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-02T17:38:44.730Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:38:45.616Z] ---> package-listing.sh [2021-02-02T17:38:45.616Z] ++ facter osfamily [2021-02-02T17:38:45.616Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T17:38:45.616Z] + OS_FAMILY=redhat [2021-02-02T17:38:45.616Z] + workspace=/w/workspace/edgex-go/2 [2021-02-02T17:38:45.616Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T17:38:45.616Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T17:38:45.616Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T17:38:45.616Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T17:38:45.616Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-02T17:38:45.616Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T17:38:45.616Z] + case "${OS_FAMILY}" in [2021-02-02T17:38:45.616Z] + rpm -qa [2021-02-02T17:38:45.616Z] + sort [2021-02-02T17:38:50.927Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T17:38:50.927Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T17:38:50.927Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T17:38:50.927Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-02T17:38:50.927Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-02T17:38:50.927Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-02T17:38:50.941Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T17:38:51.235Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:51.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:38:51.544Z] [2021-02-02T17:38:51.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:38:51.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:38:51.897Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T17:38:51.897Z] df20fa9351a1: Pulling fs layer [2021-02-02T17:38:51.897Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T17:38:51.897Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T17:38:51.897Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T17:38:51.897Z] 93b61091891f: Pulling fs layer [2021-02-02T17:38:51.897Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T17:38:51.897Z] 5e14af77c1be: Pulling fs layer [2021-02-02T17:38:51.897Z] 01666e4c0597: Pulling fs layer [2021-02-02T17:38:51.897Z] aa168da1d23b: Pulling fs layer [2021-02-02T17:38:51.897Z] 93b61091891f: Waiting [2021-02-02T17:38:51.897Z] 93b9cdb0e59b: Waiting [2021-02-02T17:38:51.897Z] 5e14af77c1be: Waiting [2021-02-02T17:38:51.897Z] 01666e4c0597: Waiting [2021-02-02T17:38:51.897Z] aa168da1d23b: Waiting [2021-02-02T17:38:51.897Z] 46f8f816bc3b: Waiting [2021-02-02T17:38:51.897Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T17:38:51.897Z] 36b3adc4ff6f: Download complete [2021-02-02T17:38:51.897Z] 46f8f816bc3b: Download complete [2021-02-02T17:38:52.158Z] df20fa9351a1: Verifying Checksum [2021-02-02T17:38:52.158Z] df20fa9351a1: Download complete [2021-02-02T17:38:52.158Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T17:38:52.158Z] 93b9cdb0e59b: Download complete [2021-02-02T17:38:52.158Z] 93b61091891f: Verifying Checksum [2021-02-02T17:38:52.158Z] 93b61091891f: Download complete [2021-02-02T17:38:52.158Z] 5e14af77c1be: Verifying Checksum [2021-02-02T17:38:52.158Z] 5e14af77c1be: Download complete [2021-02-02T17:38:52.158Z] 01666e4c0597: Verifying Checksum [2021-02-02T17:38:52.158Z] 01666e4c0597: Download complete [2021-02-02T17:38:52.421Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T17:38:52.421Z] 8ad3a11d3b57: Download complete [2021-02-02T17:38:52.421Z] df20fa9351a1: Pull complete [2021-02-02T17:38:52.685Z] 36b3adc4ff6f: Pull complete [2021-02-02T17:38:54.095Z] 8ad3a11d3b57: Pull complete [2021-02-02T17:38:54.364Z] aa168da1d23b: Verifying Checksum [2021-02-02T17:38:54.627Z] 46f8f816bc3b: Pull complete [2021-02-02T17:38:55.204Z] 93b61091891f: Pull complete [2021-02-02T17:38:55.204Z] 93b9cdb0e59b: Pull complete [2021-02-02T17:38:55.466Z] 5e14af77c1be: Pull complete [2021-02-02T17:38:55.466Z] 01666e4c0597: Pull complete [2021-02-02T17:39:03.685Z] aa168da1d23b: Pull complete [2021-02-02T17:39:03.685Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T17:39:03.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:39:03.685Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T17:39:03.855Z] prd-centos7-docker-4c-2g-24579 does not seem to be running inside a container [2021-02-02T17:39:03.910Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T17:39:15.592Z] $ docker top 0f67bbd66b99f3c7f6496eb0b94666875685de4cdbc42e70889d810545f1bd7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:39:16.260Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T17:39:16.718Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T17:39:17.171Z] + ls /var/log/sa-host [2021-02-02T17:39:17.171Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T17:39:17.171Z] file_magic: OK [2021-02-02T17:39:17.171Z] HZ: Using current value: 100 [2021-02-02T17:39:17.171Z] file_header: OK [2021-02-02T17:39:17.171Z] 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-02-02T17:39:17.171Z] Statistics: [2021-02-02T17:39:17.171Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T17:39:17.171Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T17:39:17.171Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T17:39:17.171Z] file_magic: OK [2021-02-02T17:39:17.171Z] HZ: Using current value: 100 [2021-02-02T17:39:17.171Z] file_header: OK [2021-02-02T17:39:17.171Z] 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-02-02T17:39:17.171Z] Statistics: [2021-02-02T17:39:17.171Z] Hnuu...uuuununununu... [2021-02-02T17:39:17.171Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T17:39:17.913Z] provisioning config files... [2021-02-02T17:39:17.938Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3465771618895335139tmp [Pipeline] { [Pipeline] echo [2021-02-02T17:39:18.017Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:39:18.319Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T17:39:18.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T17:39:18.449Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:39:18.756Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T17:39:18.769Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:39:19.087Z] ---> sudo-logs.sh [2021-02-02T17:39:19.087Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T17:39:19.106Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:39:19.457Z] ---> job-cost.sh [2021-02-02T17:39:19.457Z] lf-activate-venv: SKIPPING [2021-02-02T17:39:19.457Z] INFO: No Stack... [2021-02-02T17:39:20.433Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T17:39:21.006Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T17:39:21.022Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:39:21.323Z] ---> logs-deploy.sh [2021-02-02T17:39:21.323Z] lf-activate-venv: SKIPPING [2021-02-02T17:39:21.323Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/2 [2021-02-02T17:39:21.323Z] INFO: archiving workspace using pattern(s): [2021-02-02T17:39:22.715Z] Archives upload complete. [2021-02-02T17:39:22.976Z] INFO: archiving logs to Nexus