Pull request #3400 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 rather than ef5daba276cedf4f022dfa528dd774098765b9ba Obtained Jenkinsfile from 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1987’ Running on prd-centos7-docker-4c-2g-1990 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit ef5daba276cedf4f022dfa528dd774098765b9ba Merge succeeded, producing ef5daba276cedf4f022dfa528dd774098765b9ba Checking out Revision ef5daba276cedf4f022dfa528dd774098765b9ba (PR-3400) > 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/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # 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 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 Commit message: "refactor: Refactor controller error handling" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T06:37:48.788Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T06:37:48.878Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T06:37:48.905Z] ========================================================= [2021-04-27T06:37:48.905Z] EdgeX Global Pipelines Version Info [2021-04-27T06:37:48.905Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e88632989d995950f8ed99cd4dac89851eebb9af # timeout=10 [2021-04-27T06:37:51.394Z] ------------------- [2021-04-27T06:37:51.394Z] stable info: [2021-04-27T06:37:51.394Z] ------------------- [2021-04-27T06:37:51.394Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T06:37:51.394Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T06:37:51.394Z] Message: update stable to v1.0.186 [2021-04-27T06:37:51.976Z] ------------------- [2021-04-27T06:37:51.976Z] experimental info: [2021-04-27T06:37:51.976Z] ------------------- [2021-04-27T06:37:51.976Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T06:37:51.976Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T06:37:51.976Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T06:37:52.210Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-27T06:37:52.232Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-27T06:37:52.256Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T06:37:52.279Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T06:37:52.301Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T06:37:52.322Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T06:37:52.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T06:37:52.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-27T06:37:52.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-27T06:37:52.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-27T06:37:52.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T06:37:52.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T06:37:52.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T06:37:52.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T06:37:52.547Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-27T06:37:52.570Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-27T06:37:52.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T06:37:52.614Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T06:37:52.636Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-27T06:37:52.659Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-27T06:37:52.680Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-27T06:37:52.702Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T06:37:52.723Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3400 [Pipeline] echo [2021-04-27T06:37:52.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3400 [Pipeline] echo [2021-04-27T06:37:52.768Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3400 [Pipeline] echo [2021-04-27T06:37:52.790Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef5daba276cedf4f022dfa528dd774098765b9ba [Pipeline] echo [2021-04-27T06:37:52.812Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef5daba [Pipeline] echo [2021-04-27T06:37:52.834Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-27T06:37:52.920Z] provisioning config files... [2021-04-27T06:37:52.969Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7036261311452619162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:37:53.328Z] ---> docker-login.sh [2021-04-27T06:37:53.328Z] nexus3.edgexfoundry.org:10001 [2021-04-27T06:37:53.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T06:37:53.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T06:37:53.938Z] Configure a credential helper to remove this warning. See [2021-04-27T06:37:53.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T06:37:53.938Z] [2021-04-27T06:37:53.938Z] Login Succeeded [2021-04-27T06:37:53.938Z] nexus3.edgexfoundry.org:10002 [2021-04-27T06:37:54.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T06:37:54.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T06:37:54.486Z] Configure a credential helper to remove this warning. See [2021-04-27T06:37:54.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T06:37:54.486Z] [2021-04-27T06:37:54.486Z] Login Succeeded [2021-04-27T06:37:54.486Z] nexus3.edgexfoundry.org:10003 [2021-04-27T06:37:54.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T06:37:54.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T06:37:54.766Z] Configure a credential helper to remove this warning. See [2021-04-27T06:37:54.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T06:37:54.766Z] [2021-04-27T06:37:54.766Z] Login Succeeded [2021-04-27T06:37:54.766Z] nexus3.edgexfoundry.org:10004 [2021-04-27T06:37:55.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T06:37:55.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T06:37:55.049Z] Configure a credential helper to remove this warning. See [2021-04-27T06:37:55.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T06:37:55.049Z] [2021-04-27T06:37:55.049Z] Login Succeeded [2021-04-27T06:37:55.049Z] docker.io [2021-04-27T06:37:55.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T06:37:55.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T06:37:55.598Z] Configure a credential helper to remove this warning. See [2021-04-27T06:37:55.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T06:37:55.598Z] [2021-04-27T06:37:55.598Z] Login Succeeded [2021-04-27T06:37:55.598Z] ---> docker-login.sh ends [Pipeline] } [2021-04-27T06:37:55.626Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T06:37:55.985Z] ++ 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-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/core-command/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/core-data/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-27T06:37:55.985Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-27T06:37:55.985Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T06:37:55.985Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-27T06:37:55.985Z] ++ cut -d/ -f2 [2021-04-27T06:37:55.985Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-27T06:37:56.110Z] 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-04-27T06:37:57.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T06:37:57.653Z] [2021-04-27T06:37:57.653Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:37:57.998Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T06:37:57.998Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T06:37:57.998Z] 31603596830f: Pulling fs layer [2021-04-27T06:37:57.998Z] 2a8b12db71e7: Pulling fs layer [2021-04-27T06:37:57.998Z] 6ca5941a6612: Pulling fs layer [2021-04-27T06:37:57.998Z] ecc8261a40a4: Pulling fs layer [2021-04-27T06:37:57.998Z] ecc8261a40a4: Waiting [2021-04-27T06:37:57.998Z] 2a8b12db71e7: Download complete [2021-04-27T06:37:58.297Z] 31603596830f: Verifying Checksum [2021-04-27T06:37:58.297Z] 31603596830f: Download complete [2021-04-27T06:37:58.578Z] 6ca5941a6612: Verifying Checksum [2021-04-27T06:37:58.578Z] 6ca5941a6612: Download complete [2021-04-27T06:37:58.578Z] ecc8261a40a4: Verifying Checksum [2021-04-27T06:37:58.578Z] ecc8261a40a4: Download complete [2021-04-27T06:37:58.578Z] 31603596830f: Pull complete [2021-04-27T06:37:58.848Z] 2a8b12db71e7: Pull complete [2021-04-27T06:38:00.267Z] 6ca5941a6612: Pull complete [2021-04-27T06:38:00.267Z] ecc8261a40a4: Pull complete [2021-04-27T06:38:00.267Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-27T06:38:00.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T06:38:00.267Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T06:38:00.496Z] prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container [2021-04-27T06:38:00.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T06:38:03.776Z] $ docker top 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T06:38:03.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T06:38:03.981Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T06:38:04.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T06:38:04.256Z] $ docker exec 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent [2021-04-27T06:38:04.441Z] SSH_AUTH_SOCK=/tmp/ssh-KndL9HPJZkil/agent.12 [2021-04-27T06:38:04.441Z] SSH_AGENT_PID=17 [2021-04-27T06:38:04.464Z] Running ssh-add (command line suppressed) [2021-04-27T06:38:04.646Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3992208220464567252.key (/w/workspace/edgex-go/3@tmp/private_key_3992208220464567252.key) [2021-04-27T06:38:04.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T06:38:05.115Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T06:38:05.452Z] $ docker exec --env ******** --env ******** 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent -k [2021-04-27T06:38:05.739Z] unset SSH_AUTH_SOCK; [2021-04-27T06:38:05.739Z] unset SSH_AGENT_PID; [2021-04-27T06:38:05.739Z] echo Agent pid 17 killed; [2021-04-27T06:38:05.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T06:38:05.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T06:38:05.843Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T06:38:06.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T06:38:06.289Z] $ docker exec 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent [2021-04-27T06:38:06.700Z] SSH_AUTH_SOCK=/tmp/ssh-6y7MNFqlMTRt/agent.46 [2021-04-27T06:38:06.700Z] SSH_AGENT_PID=51 [2021-04-27T06:38:06.719Z] Running ssh-add (command line suppressed) [2021-04-27T06:38:06.924Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8065725120239983379.key (/w/workspace/edgex-go/3@tmp/private_key_8065725120239983379.key) [2021-04-27T06:38:07.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T06:38:07.414Z] + git semver init [2021-04-27T06:38:07.414Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T06:38:07.414Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-27T06:38:07.414Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-27T06:38:07.414Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T06:38:07.414Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T06:38:07.414Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T06:38:07.414Z] # $SEMVER_BRANCH = PR-3400 [2021-04-27T06:38:07.414Z] # $SEMVER_TEMP = /tmp/semver-960216297 [2021-04-27T06:38:07.414Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-27T06:38:39.849Z] # '/tmp/semver-960216297' -> '/w/workspace/edgex-go/3/.semver' [2021-04-27T06:38:40.808Z] # -> Force: false [2021-04-27T06:38:40.808Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-27T06:38:40.836Z] $ docker exec --env ******** --env ******** 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent -k [2021-04-27T06:38:41.182Z] unset SSH_AUTH_SOCK; [2021-04-27T06:38:41.182Z] unset SSH_AGENT_PID; [2021-04-27T06:38:41.182Z] echo Agent pid 51 killed; [2021-04-27T06:38:41.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T06:38:41.673Z] + git semver [Pipeline] } [2021-04-27T06:38:41.704Z] $ docker stop --time=1 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e [2021-04-27T06:38:43.464Z] $ docker rm -f 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T06:38:43.964Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T06:38:44.596Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T06:38:44.601Z] [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-04-27T06:38:45.298Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T06:38:45.607Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T06:38:45.911Z] + sudo service docker restart [2021-04-27T06:38:45.911Z] + true [2021-04-27T06:38:45.911Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-27T06:38:46.506Z] ========================================================= [2021-04-27T06:38:46.506Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T06:38:46.506Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:38:46.818Z] + 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-04-27T06:38:52.218Z] Sending build context to Docker daemon 329.7MB [2021-04-27T06:38:52.218Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T06:38:52.218Z] Step 2/6 : FROM ${BASE} [2021-04-27T06:38:52.219Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T06:38:52.219Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T06:38:52.219Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T06:38:52.219Z] de9db76c5a1d: Pulling fs layer [2021-04-27T06:38:52.219Z] bca2f99d35d6: Pulling fs layer [2021-04-27T06:38:52.219Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T06:38:52.219Z] 7c6f9722023f: Pulling fs layer [2021-04-27T06:38:52.219Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T06:38:52.219Z] 93359f2a8cfa: Waiting [2021-04-27T06:38:52.219Z] 7c6f9722023f: Waiting [2021-04-27T06:38:52.219Z] a35cf1a2eb13: Waiting [2021-04-27T06:38:52.219Z] bca2f99d35d6: Waiting [2021-04-27T06:38:52.219Z] de9db76c5a1d: Verifying Checksum [2021-04-27T06:38:52.219Z] de9db76c5a1d: Download complete [2021-04-27T06:38:52.219Z] 0ef7d3d256c8: Download complete [2021-04-27T06:38:52.219Z] 93359f2a8cfa: Verifying Checksum [2021-04-27T06:38:52.219Z] 93359f2a8cfa: Download complete [2021-04-27T06:38:52.219Z] 7c6f9722023f: Verifying Checksum [2021-04-27T06:38:52.219Z] 7c6f9722023f: Download complete [2021-04-27T06:38:52.219Z] 188c0c94c7c5: Verifying Checksum [2021-04-27T06:38:52.219Z] 188c0c94c7c5: Download complete [2021-04-27T06:38:52.219Z] 188c0c94c7c5: Pull complete [2021-04-27T06:38:52.219Z] 0ef7d3d256c8: Pull complete [2021-04-27T06:38:52.486Z] de9db76c5a1d: Pull complete [2021-04-27T06:38:54.460Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T06:38:54.460Z] a35cf1a2eb13: Download complete [2021-04-27T06:38:54.733Z] bca2f99d35d6: Verifying Checksum [2021-04-27T06:38:54.733Z] bca2f99d35d6: Download complete [2021-04-27T06:38:59.779Z] Still waiting to schedule task [2021-04-27T06:38:59.779Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1988’ [2021-04-27T06:39:01.432Z] bca2f99d35d6: Pull complete [2021-04-27T06:39:01.432Z] 93359f2a8cfa: Pull complete [2021-04-27T06:39:01.433Z] 7c6f9722023f: Pull complete [2021-04-27T06:39:05.700Z] a35cf1a2eb13: Pull complete [2021-04-27T06:39:05.700Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T06:39:05.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T06:39:05.969Z] ---> a62c8e92a672 [2021-04-27T06:39:05.969Z] 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-04-27T06:39:06.234Z] ---> Running in a179ec8ed741 [2021-04-27T06:39:06.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:39:07.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:39:08.047Z] (1/12) Installing libmagic (5.38-r0) [2021-04-27T06:39:08.626Z] (2/12) Installing file (5.38-r0) [2021-04-27T06:39:08.901Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-27T06:39:08.901Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-27T06:39:14.318Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-27T06:39:14.318Z] (6/12) Installing patch (2.7.6-r6) [2021-04-27T06:39:14.318Z] (7/12) Installing build-base (0.5-r2) [2021-04-27T06:39:14.318Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-27T06:39:14.318Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-27T06:39:14.318Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-27T06:39:14.584Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-27T06:39:14.584Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-27T06:39:14.584Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T06:39:14.584Z] OK: 233 MiB in 51 packages [2021-04-27T06:39:18.860Z] Removing intermediate container a179ec8ed741 [2021-04-27T06:39:18.860Z] ---> 554c5109cfd0 [2021-04-27T06:39:18.860Z] Step 4/6 : WORKDIR /edgex-go [2021-04-27T06:39:18.860Z] ---> Running in 9223f2b7f6a6 [2021-04-27T06:39:18.860Z] Removing intermediate container 9223f2b7f6a6 [2021-04-27T06:39:18.860Z] ---> 4a041175c1e6 [2021-04-27T06:39:18.860Z] Step 5/6 : COPY go.mod . [2021-04-27T06:39:19.130Z] ---> 010a25daad48 [2021-04-27T06:39:19.130Z] Step 6/6 : RUN go mod download [2021-04-27T06:39:19.130Z] ---> Running in 3fa845813f3c [2021-04-27T06:39:41.198Z] Removing intermediate container 3fa845813f3c [2021-04-27T06:39:41.198Z] ---> e526a426e185 [2021-04-27T06:39:41.198Z] Successfully built e526a426e185 [2021-04-27T06:39:41.198Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:39:41.554Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T06:39:41.554Z] . [Pipeline] withDockerContainer [2021-04-27T06:39:41.721Z] prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container [2021-04-27T06:39:41.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-27T06:39:42.881Z] $ docker top 2131a270b467f2c2b13d7940fff2fc9a87c2cfa4f8d552f403af3cb9615699c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T06:39:43.328Z] + go version [2021-04-27T06:39:43.328Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T06:39:43.362Z] $ docker stop --time=1 2131a270b467f2c2b13d7940fff2fc9a87c2cfa4f8d552f403af3cb9615699c2 [2021-04-27T06:39:44.824Z] $ docker rm -f 2131a270b467f2c2b13d7940fff2fc9a87c2cfa4f8d552f403af3cb9615699c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:39:45.373Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T06:39:45.373Z] . [Pipeline] withDockerContainer [2021-04-27T06:39:45.493Z] prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container [2021-04-27T06:39:45.574Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-27T06:39:46.513Z] $ docker top 42e68509cdb0a45e955bd8038e5827ad1db903f0eb38241b8c2d2e127e105740 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-27T06:39:46.698Z] ========================================================= [2021-04-27T06:39:46.699Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-27T06:39:46.699Z] ========================================================= [Pipeline] sh [2021-04-27T06:39:47.022Z] + make test [2021-04-27T06:39:47.022Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-27T06:39:57.130Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-27T06:40:19.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-27T06:40:24.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-27T06:40:24.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-27T06:40:24.752Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-27T06:40:28.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-27T06:40:28.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-27T06:40:28.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-27T06:40:28.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-27T06:40:28.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-27T06:40:29.395Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-27T06:40:32.032Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-27T06:40:32.032Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-27T06:40:32.032Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-27T06:40:34.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements [2021-04-27T06:40:34.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-27T06:40:34.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-27T06:40:34.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-27T06:40:34.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-27T06:40:34.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-27T06:40:34.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-27T06:40:34.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-04-27T06:40:34.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements [2021-04-27T06:40:39.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.1% of statements [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-27T06:40:39.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-27T06:40:39.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-27T06:40:39.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-27T06:40:39.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.222s coverage: 87.7% of statements [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T06:40:39.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements [2021-04-27T06:40:39.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-27T06:40:43.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.531s coverage: 28.6% of statements [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-27T06:40:43.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-27T06:40:43.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-27T06:40:43.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.214s coverage: 86.7% of statements [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-27T06:40:43.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.233s coverage: 97.5% of statements [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-27T06:40:43.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-27T06:40:43.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.498s coverage: 95.1% of statements [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.102s coverage: 0.9% of statements [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-27T06:40:46.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2021-04-27T06:40:46.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.108s coverage: 87.5% of statements [2021-04-27T06:40:59.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2021-04-27T06:40:59.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.069s coverage: 44.8% of statements [2021-04-27T06:41:03.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.311s coverage: 81.9% of statements [2021-04-27T06:41:03.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.126s coverage: 92.9% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.133s coverage: 75.5% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.6% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.6% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.230s coverage: 64.4% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 69.0% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 38.4% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.0% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.062s coverage: 9.6% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.184s coverage: 92.6% of statements [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T06:41:13.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-27T06:41:13.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.896s coverage: 28.7% of statements [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-27T06:41:13.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-27T06:41:13.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-27T06:41:13.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.075s coverage: 64.6% of statements [2021-04-27T06:41:13.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-27T06:41:15.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.167s coverage: 97.6% of statements [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-27T06:41:15.255Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-27T06:41:15.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-27T06:41:15.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-27T06:41:15.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-27T06:41:15.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-04-27T06:41:15.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.087s coverage: 28.1% of statements [2021-04-27T06:41:15.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-04-27T06:41:16.111Z] GO111MODULE=on go vet ./... [2021-04-27T06:41:55.173Z] gofmt -l . [2021-04-27T06:41:55.173Z] [ "`gofmt -l .`" = "" ] [2021-04-27T06:41:55.173Z] ./bin/test-go-mod-tidy.sh [2021-04-27T06:41:55.173Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-27T06:41:55.823Z] + ls -al . [2021-04-27T06:41:55.824Z] total 800 [2021-04-27T06:41:55.824Z] drwxrwxr-x 10 1001 1001 4096 Apr 27 06:41 . [2021-04-27T06:41:55.824Z] drwxr-xr-x 4 root root 28 Apr 27 06:39 .. [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 11 Apr 27 06:37 .dockerignore [2021-04-27T06:41:55.824Z] drwxrwxr-x 8 1001 1001 179 Apr 27 06:37 .git [2021-04-27T06:41:55.824Z] drwxrwxr-x 3 1001 1001 125 Apr 27 06:37 .github [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 818 Apr 27 06:37 .gitignore [2021-04-27T06:41:55.824Z] drwx------ 3 1001 1001 60 Apr 27 06:38 .semver [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 166 Apr 27 06:37 .sonarcloud.properties [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 8609 Apr 27 06:37 Attribution.txt [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 3804 Apr 27 06:37 CONTRIBUTING.md [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 931 Apr 27 06:37 Dockerfile.build [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 863 Apr 27 06:37 Jenkinsfile [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 10775 Apr 27 06:37 LICENSE [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 5774 Apr 27 06:37 Makefile [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 7978 Apr 27 06:37 README.md [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 6755 Apr 27 06:37 SECURITY.md [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 5 Apr 27 06:38 VERSION [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 4131 Apr 27 06:37 ZMQWindows.md [2021-04-27T06:41:55.824Z] drwxrwxr-x 2 1001 1001 117 Apr 27 06:37 bin [2021-04-27T06:41:55.824Z] drwxrwxr-x 14 1001 1001 4096 Apr 27 06:37 cmd [2021-04-27T06:41:55.824Z] -rw-r--r-- 1 root root 689494 Apr 27 06:41 coverage.out [2021-04-27T06:41:55.824Z] -rw-r--r-- 1 root root 1060 Apr 27 06:41 go.mod [2021-04-27T06:41:55.824Z] -rw-r--r-- 1 root root 22420 Apr 27 06:41 go.sum [2021-04-27T06:41:55.824Z] drwxrwxr-x 8 1001 1001 127 Apr 27 06:37 internal [2021-04-27T06:41:55.824Z] drwxrwxr-x 4 1001 1001 26 Apr 27 06:37 openapi [2021-04-27T06:41:55.824Z] drwxrwxr-x 4 1001 1001 71 Apr 27 06:37 snap [2021-04-27T06:41:55.824Z] -rw-rw-r-- 1 1001 1001 168 Apr 27 06:37 version.go [Pipeline] sh [2021-04-27T06:41:56.158Z] + '[' -e coverage.out ] [2021-04-27T06:41:56.159Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-27T06:41:56.520Z] Stashed 1 file(s) [Pipeline] sh [2021-04-27T06:41:56.835Z] + make build [2021-04-27T06:41:56.835Z] 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-04-27T06:42:01.115Z] 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-04-27T06:42:11.330Z] 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-04-27T06:42:13.305Z] 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-04-27T06:42:15.270Z] 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-04-27T06:42:15.872Z] 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-04-27T06:42:18.521Z] 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-04-27T06:42:20.522Z] 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-04-27T06:42:22.501Z] 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-04-27T06:42:24.464Z] 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-04-27T06:42:25.430Z] 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-04-27T06:42:27.408Z] 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-04-27T06:42:30.100Z] $ docker stop --time=1 42e68509cdb0a45e955bd8038e5827ad1db903f0eb38241b8c2d2e127e105740 [2021-04-27T06:42:31.960Z] $ docker rm -f 42e68509cdb0a45e955bd8038e5827ad1db903f0eb38241b8c2d2e127e105740 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:42:36.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T06:42:36.053Z] [2021-04-27T06:42:36.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:42:36.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T06:42:36.396Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-27T06:42:36.396Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-27T06:42:36.396Z] ca9280d653b3: Pulling fs layer [2021-04-27T06:42:36.396Z] 7e9c9ca2126c: Pulling fs layer [2021-04-27T06:42:36.820Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-27T06:42:36.820Z] cbdbe7a5bc2a: Download complete [2021-04-27T06:42:37.431Z] cbdbe7a5bc2a: Pull complete [2021-04-27T06:42:37.701Z] ca9280d653b3: Download complete [2021-04-27T06:42:39.137Z] 7e9c9ca2126c: Verifying Checksum [2021-04-27T06:42:39.137Z] 7e9c9ca2126c: Download complete [2021-04-27T06:42:39.137Z] ca9280d653b3: Pull complete [2021-04-27T06:42:47.404Z] 7e9c9ca2126c: Pull complete [2021-04-27T06:42:47.405Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-27T06:42:47.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T06:42:47.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-27T06:42:47.676Z] prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container [2021-04-27T06:42:47.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-04-27T06:42:50.909Z] $ docker top d70611f7b2a0f8d35f82f4f8de135564975db8c3eeea2d1ab86a33321a9e987b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T06:42:51.167Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1991 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws [2021-04-27T06:42:51.184Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-27T06:42:51.400Z] + docker-compose build --help [2021-04-27T06:42:51.400Z] + grep parallel [2021-04-27T06:42:52.950Z] --parallel Build images in parallel. [Pipeline] } [2021-04-27T06:42:53.021Z] $ docker stop --time=1 d70611f7b2a0f8d35f82f4f8de135564975db8c3eeea2d1ab86a33321a9e987b [2021-04-27T06:42:54.609Z] $ docker rm -f d70611f7b2a0f8d35f82f4f8de135564975db8c3eeea2d1ab86a33321a9e987b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:42:55.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T06:42:55.173Z] . [Pipeline] withDockerContainer [2021-04-27T06:42:55.304Z] prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container [2021-04-27T06:42:55.369Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-27T06:42:56.248Z] $ docker top 3ff90e0753e40e2e4d01cdb758126a75bdaff239b687eb7c03e463eda05a1d03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T06:42:56.765Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-27T06:42:57.151Z] using credential edgex-jenkins-ssh [2021-04-27T06:42:57.180Z] Cloning the remote Git repository [2021-04-27T06:42:57.230Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-27T06:42:58.163Z] Building docker-core-command-go ... [2021-04-27T06:42:58.163Z] Building docker-core-data-go ... [2021-04-27T06:42:58.163Z] Building docker-core-metadata-go ... [2021-04-27T06:42:58.163Z] Building docker-security-bootstrapper-go ... [2021-04-27T06:42:58.163Z] Building docker-security-proxy-setup-go ... [2021-04-27T06:42:58.163Z] Building docker-security-secretstore-setup-go ... [2021-04-27T06:42:58.163Z] Building docker-support-notifications-go ... [2021-04-27T06:42:58.163Z] Building docker-support-scheduler-go ... [2021-04-27T06:42:58.163Z] Building docker-sys-mgmt-agent-go ... [2021-04-27T06:42:58.163Z] Building docker-sys-mgmt-agent-go [2021-04-27T06:42:58.163Z] Building docker-security-proxy-setup-go [2021-04-27T06:42:58.163Z] Building docker-support-notifications-go [2021-04-27T06:42:58.163Z] Building docker-support-scheduler-go [2021-04-27T06:42:58.163Z] Building docker-core-metadata-go [2021-04-27T06:42:57.348Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-27T06:42:57.417Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T06:42:57.417Z] > git --version # timeout=10 [2021-04-27T06:42:57.435Z] > git --version # 'git version 2.17.1' [2021-04-27T06:42:57.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T06:42:57.489Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T06:43:14.149Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit ef5daba276cedf4f022dfa528dd774098765b9ba [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T06:43:14.287Z] Failed in branch arm64 [2021-04-27T06:43:12.803Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T06:43:12.822Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T06:43:12.850Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T06:43:12.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T06:43:12.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T06:43:12.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T06:43:14.165Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T06:43:14.181Z] > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 [2021-04-27T06:43:45.184Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:43:45.184Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:43:45.184Z] ---> e526a426e185 [2021-04-27T06:43:45.184Z] Step 3/21 : WORKDIR /edgex-go [2021-04-27T06:43:45.184Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:43:45.184Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:43:45.184Z] ---> e526a426e185 [2021-04-27T06:43:45.184Z] Step 3/22 : WORKDIR /edgex-go [2021-04-27T06:43:45.184Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:43:45.184Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:43:45.184Z] ---> e526a426e185 [2021-04-27T06:43:45.184Z] Step 3/22 : WORKDIR /edgex-go [2021-04-27T06:43:45.184Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:43:45.184Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:43:45.184Z] ---> e526a426e185 [2021-04-27T06:43:45.184Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T06:43:45.184Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:43:45.184Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:43:45.184Z] ---> e526a426e185 [2021-04-27T06:43:45.184Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T06:43:45.184Z] ---> Running in 3d08cb3531dc [2021-04-27T06:43:45.184Z] ---> Running in 5a84ff37337c [2021-04-27T06:43:45.184Z] ---> Running in 8f2649a8c9d0 [2021-04-27T06:43:45.184Z] ---> Running in fd7baa51ffce [2021-04-27T06:43:45.184Z] ---> Running in 4fe6d957b224 [2021-04-27T06:43:45.184Z] Removing intermediate container 5a84ff37337c [2021-04-27T06:43:45.184Z] ---> f21730818d73 [2021-04-27T06:43:45.184Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:43:45.184Z] Removing intermediate container 4fe6d957b224 [2021-04-27T06:43:45.184Z] ---> 1a738884460a [2021-04-27T06:43:45.184Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:43:45.184Z] Removing intermediate container fd7baa51ffce [2021-04-27T06:43:45.184Z] ---> 3b882b6e6d8f [2021-04-27T06:43:45.184Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:43:45.184Z] Removing intermediate container 8f2649a8c9d0 [2021-04-27T06:43:45.184Z] ---> 1059409031bb [2021-04-27T06:43:45.184Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:43:45.184Z] Removing intermediate container 3d08cb3531dc [2021-04-27T06:43:45.184Z] ---> 1850b3738e19 [2021-04-27T06:43:45.184Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:43:45.184Z] ---> Running in 72bdf4b7d547 [2021-04-27T06:43:45.184Z] ---> Running in 7752b33ad4d7 [2021-04-27T06:43:45.184Z] ---> Running in 3270204e5baf [2021-04-27T06:43:45.184Z] ---> Running in 4b3e2ee2c683 [2021-04-27T06:43:45.184Z] ---> Running in fea1e428741a [2021-04-27T06:43:45.766Z] Removing intermediate container 3270204e5baf [2021-04-27T06:43:45.766Z] ---> b04197451a06 [2021-04-27T06:43:45.766Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-27T06:43:46.030Z] Removing intermediate container 72bdf4b7d547 [2021-04-27T06:43:46.030Z] ---> 08a503b50f18 [2021-04-27T06:43:46.030Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-27T06:43:46.030Z] ---> Running in 0422612fa0fb [2021-04-27T06:43:46.030Z] Removing intermediate container 4b3e2ee2c683 [2021-04-27T06:43:46.030Z] ---> 9f110f5c0da9 [2021-04-27T06:43:46.030Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-27T06:43:46.293Z] ---> Running in 4370c3c3dcda [2021-04-27T06:43:46.293Z] Removing intermediate container 7752b33ad4d7 [2021-04-27T06:43:46.293Z] ---> 685058986e28 [2021-04-27T06:43:46.293Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-27T06:43:46.293Z] ---> Running in fe76d024f532 [2021-04-27T06:43:46.559Z] Removing intermediate container fea1e428741a [2021-04-27T06:43:46.559Z] ---> 8af3d045099d [2021-04-27T06:43:46.559Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-27T06:43:46.559Z] ---> Running in ced0fad31608 [2021-04-27T06:43:46.831Z] ---> Running in 761f513cf20c [2021-04-27T06:43:47.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:47.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:47.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:47.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:47.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:47.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:48.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:48.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:48.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:48.743Z] OK: 233 MiB in 51 packages [2021-04-27T06:43:48.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:43:49.323Z] OK: 233 MiB in 51 packages [2021-04-27T06:43:49.594Z] OK: 233 MiB in 51 packages [2021-04-27T06:43:49.594Z] Removing intermediate container 0422612fa0fb [2021-04-27T06:43:49.594Z] ---> 74528408ee72 [2021-04-27T06:43:49.594Z] Step 6/22 : COPY go.mod . [2021-04-27T06:43:49.594Z] OK: 233 MiB in 51 packages [2021-04-27T06:43:50.176Z] ---> 75da12dc846a [2021-04-27T06:43:50.176Z] Step 7/22 : RUN go mod download [2021-04-27T06:43:50.176Z] OK: 233 MiB in 51 packages [2021-04-27T06:43:50.176Z] ---> Running in 22bc122787bf [2021-04-27T06:43:50.176Z] Removing intermediate container fe76d024f532 [2021-04-27T06:43:50.176Z] ---> e6a56904fbe1 [2021-04-27T06:43:50.176Z] Step 6/23 : COPY go.mod . [2021-04-27T06:43:50.442Z] Removing intermediate container ced0fad31608 [2021-04-27T06:43:50.442Z] ---> efbf119a8b18 [2021-04-27T06:43:50.442Z] Step 6/22 : COPY go.mod . [2021-04-27T06:43:50.442Z] Removing intermediate container 4370c3c3dcda [2021-04-27T06:43:50.442Z] ---> 61438270ff7f [2021-04-27T06:43:50.442Z] Step 6/23 : COPY go.mod . [2021-04-27T06:43:50.708Z] ---> 1ab5490908c2 [2021-04-27T06:43:50.708Z] Step 7/23 : RUN go mod download [2021-04-27T06:43:50.978Z] ---> f49350350765 [2021-04-27T06:43:50.978Z] Step 7/22 : RUN go mod download [2021-04-27T06:43:50.978Z] ---> Running in e859395979f1 [2021-04-27T06:43:50.978Z] ---> f4b443804f32 [2021-04-27T06:43:50.978Z] Step 7/23 : RUN go mod download [2021-04-27T06:43:50.978Z] Removing intermediate container 761f513cf20c [2021-04-27T06:43:50.978Z] ---> 0eb0fc167616 [2021-04-27T06:43:50.978Z] Step 6/21 : COPY go.mod . [2021-04-27T06:43:51.244Z] ---> Running in e6c5bdecbcc6 [2021-04-27T06:43:51.244Z] ---> Running in 4107a7d81760 [2021-04-27T06:43:51.510Z] ---> 9733864bf7c0 [2021-04-27T06:43:51.510Z] Step 7/21 : RUN go mod download [2021-04-27T06:43:51.779Z] ---> Running in f47283924a6d [2021-04-27T06:43:53.789Z] Removing intermediate container 22bc122787bf [2021-04-27T06:43:53.789Z] ---> 9e894038a4d2 [2021-04-27T06:43:53.789Z] Step 8/22 : COPY . . [2021-04-27T06:43:53.789Z] Removing intermediate container e859395979f1 [2021-04-27T06:43:53.789Z] ---> fe7d2891f695 [2021-04-27T06:43:53.789Z] Step 8/23 : COPY . . [2021-04-27T06:43:54.414Z] Removing intermediate container f47283924a6d [2021-04-27T06:43:54.414Z] ---> 2ba5eb768c2d [2021-04-27T06:43:54.414Z] Step 8/21 : COPY . . [2021-04-27T06:43:58.779Z] Removing intermediate container e6c5bdecbcc6 [2021-04-27T06:43:58.779Z] ---> 9f85392359bc [2021-04-27T06:43:58.779Z] Step 8/22 : COPY . . [2021-04-27T06:43:58.779Z] Removing intermediate container 4107a7d81760 [2021-04-27T06:43:58.779Z] ---> ce5aa309170b [2021-04-27T06:43:58.779Z] Step 8/23 : COPY . . [2021-04-27T06:44:37.972Z] ---> c8830a2a931f [2021-04-27T06:44:37.972Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-27T06:44:37.972Z] ---> Running in ce8b0b0ea9c0 [2021-04-27T06:44:37.972Z] ---> 718df34f8039 [2021-04-27T06:44:37.972Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-27T06:44:37.972Z] ---> 33bd5cb0bc37 [2021-04-27T06:44:37.972Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-27T06:44:37.972Z] ---> db7ec05c108b [2021-04-27T06:44:37.972Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-27T06:44:37.972Z] ---> 345b17d79a88 [2021-04-27T06:44:37.972Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-27T06:44:37.972Z] ---> Running in 26a7cc20891e [2021-04-27T06:44:37.972Z] ---> Running in 521533ec5aed [2021-04-27T06:44:37.972Z] ---> Running in 52540c961fdc [2021-04-27T06:44:37.972Z] ---> Running in 879f4fc423e3 [2021-04-27T06:44:39.464Z] 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-04-27T06:44:39.464Z] 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-04-27T06:44:39.464Z] 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-04-27T06:44:39.744Z] 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-04-27T06:44:39.744Z] 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-04-27T06:45:27.054Z] 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-04-27T06:45:35.397Z] Removing intermediate container 879f4fc423e3 [2021-04-27T06:45:35.397Z] ---> 44b53e1deb06 [2021-04-27T06:45:35.397Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-27T06:45:35.987Z] ---> Running in 621a299fcbe6 [2021-04-27T06:45:36.282Z] Removing intermediate container ce8b0b0ea9c0 [2021-04-27T06:45:36.282Z] ---> 9315af80de98 [2021-04-27T06:45:36.282Z] [2021-04-27T06:45:36.282Z] Step 10/22 : FROM alpine:3.12 [2021-04-27T06:45:36.282Z] Removing intermediate container 521533ec5aed [2021-04-27T06:45:36.282Z] ---> 2a0c8ec360cc [2021-04-27T06:45:36.282Z] [2021-04-27T06:45:36.282Z] Step 10/22 : FROM alpine:3.12 [2021-04-27T06:45:36.282Z] 3.12: Pulling from library/alpine [2021-04-27T06:45:36.282Z] 3.12: Pulling from library/alpine [2021-04-27T06:45:37.292Z] 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-04-27T06:45:37.292Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-27T06:45:37.292Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-27T06:45:37.292Z] Status: Downloaded newer image for alpine:3.12 [2021-04-27T06:45:37.292Z] ---> 13621d1b12d4 [2021-04-27T06:45:37.292Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-27T06:45:37.292Z] Status: Image is up to date for alpine:3.12 [2021-04-27T06:45:37.292Z] ---> 13621d1b12d4 [2021-04-27T06:45:37.292Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-27T06:45:41.535Z] ---> Running in 334c423de091 [2021-04-27T06:45:41.535Z] ---> Running in ad79e29a50e5 [2021-04-27T06:45:41.803Z] Removing intermediate container 52540c961fdc [2021-04-27T06:45:41.803Z] ---> d898de5aff09 [2021-04-27T06:45:41.803Z] [2021-04-27T06:45:41.803Z] Step 10/21 : FROM alpine:3.12 [2021-04-27T06:45:41.803Z] ---> 13621d1b12d4 [2021-04-27T06:45:41.803Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-27T06:45:41.803Z] Removing intermediate container 26a7cc20891e [2021-04-27T06:45:41.803Z] ---> 7530f96e6ebe [2021-04-27T06:45:41.803Z] [2021-04-27T06:45:41.803Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T06:45:41.803Z] ---> 13621d1b12d4 [2021-04-27T06:45:41.803Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-27T06:45:42.076Z] ---> Running in 6de5aed305e9 [2021-04-27T06:45:42.076Z] ---> Running in 846c0bd98d42 [2021-04-27T06:45:43.106Z] Removing intermediate container 621a299fcbe6 [2021-04-27T06:45:43.106Z] ---> 34a744cf4f77 [2021-04-27T06:45:43.106Z] [2021-04-27T06:45:43.106Z] Step 11/23 : FROM docker:20.10.0 [2021-04-27T06:45:43.106Z] 20.10.0: Pulling from library/docker [2021-04-27T06:45:43.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.685Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-27T06:45:43.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.685Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-27T06:45:43.685Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-27T06:45:43.685Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T06:45:43.685Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T06:45:43.685Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T06:45:43.685Z] OK: 6 MiB in 15 packages [2021-04-27T06:45:43.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:43.965Z] OK: 6 MiB in 16 packages [2021-04-27T06:45:43.965Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-27T06:45:43.965Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-27T06:45:43.965Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T06:45:43.965Z] OK: 6 MiB in 15 packages [2021-04-27T06:45:43.965Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T06:45:43.965Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-27T06:45:43.965Z] (4/4) Installing curl (7.76.1-r0) [2021-04-27T06:45:43.965Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T06:45:43.965Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T06:45:44.280Z] OK: 7 MiB in 18 packages [2021-04-27T06:45:45.766Z] Removing intermediate container 334c423de091 [2021-04-27T06:45:45.766Z] ---> fb5e34585719 [2021-04-27T06:45:45.766Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T06:45:45.766Z] ---> Running in b13e2af6b3cc [2021-04-27T06:45:46.036Z] Removing intermediate container 846c0bd98d42 [2021-04-27T06:45:46.036Z] ---> da7fa3071f63 [2021-04-27T06:45:46.036Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T06:45:46.312Z] Removing intermediate container ad79e29a50e5 [2021-04-27T06:45:46.312Z] ---> 416b0e15be5c [2021-04-27T06:45:46.312Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T06:45:46.312Z] Removing intermediate container 6de5aed305e9 [2021-04-27T06:45:46.312Z] ---> 73c26e6211f8 [2021-04-27T06:45:46.312Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-27T06:45:46.312Z] ---> Running in d79dbee0b2fd [2021-04-27T06:45:46.312Z] Removing intermediate container b13e2af6b3cc [2021-04-27T06:45:46.312Z] ---> 051eb10f9cbb [2021-04-27T06:45:46.312Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-27T06:45:46.590Z] ---> Running in f03b43540057 [2021-04-27T06:45:46.590Z] ---> Running in d4e1ab334c91 [2021-04-27T06:45:46.590Z] ---> Running in 84a6eb9edc64 [2021-04-27T06:45:46.878Z] Removing intermediate container d79dbee0b2fd [2021-04-27T06:45:46.878Z] ---> 8299b9b55a8b [2021-04-27T06:45:46.878Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-27T06:45:46.878Z] Removing intermediate container f03b43540057 [2021-04-27T06:45:46.878Z] ---> 01b98e4caaa6 [2021-04-27T06:45:46.878Z] Step 13/21 : WORKDIR /edgex [2021-04-27T06:45:47.151Z] Removing intermediate container d4e1ab334c91 [2021-04-27T06:45:47.151Z] ---> 46008d13b015 [2021-04-27T06:45:47.151Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-27T06:45:47.151Z] Removing intermediate container 84a6eb9edc64 [2021-04-27T06:45:47.151Z] ---> bd3679af8068 [2021-04-27T06:45:47.151Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-27T06:45:47.151Z] ---> Running in 3000b0491be8 [2021-04-27T06:45:47.151Z] ---> Running in df2ea6c3907c [2021-04-27T06:45:47.151Z] ---> Running in dfbee6fafd60 [2021-04-27T06:45:47.151Z] ---> Running in 6950ebf72471 [2021-04-27T06:45:47.420Z] Removing intermediate container 3000b0491be8 [2021-04-27T06:45:47.420Z] ---> 4c28c8bd4f2a [2021-04-27T06:45:47.420Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-27T06:45:47.420Z] ---> Running in 01b415ded558 [2021-04-27T06:45:47.420Z] Removing intermediate container dfbee6fafd60 [2021-04-27T06:45:47.420Z] ---> 658417f27859 [2021-04-27T06:45:47.420Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-27T06:45:47.691Z] Removing intermediate container 6950ebf72471 [2021-04-27T06:45:47.691Z] ---> 834be83a745d [2021-04-27T06:45:47.691Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T06:45:47.691Z] Removing intermediate container df2ea6c3907c [2021-04-27T06:45:47.691Z] ---> 8aec00b53352 [2021-04-27T06:45:47.691Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-27T06:45:47.691Z] ---> Running in 5c2e535b0d42 [2021-04-27T06:45:47.961Z] Removing intermediate container 01b415ded558 [2021-04-27T06:45:47.961Z] ---> 4fd7867d9cd7 [2021-04-27T06:45:47.961Z] Step 15/23 : WORKDIR / [2021-04-27T06:45:48.232Z] ---> Running in 2e627d1739e8 [2021-04-27T06:45:48.823Z] Removing intermediate container 5c2e535b0d42 [2021-04-27T06:45:48.823Z] ---> 63d0e25b7074 [2021-04-27T06:45:48.823Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T06:45:48.823Z] ---> 1bf20eed8c0c [2021-04-27T06:45:48.823Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-27T06:45:49.124Z] ---> 9c1d1dfab3c3 [2021-04-27T06:45:49.124Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-27T06:45:49.398Z] Removing intermediate container 2e627d1739e8 [2021-04-27T06:45:49.398Z] ---> c95b2dce0473 [2021-04-27T06:45:49.398Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T06:45:49.666Z] ---> c9f800151b04 [2021-04-27T06:45:49.666Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-27T06:45:49.941Z] ---> cbfb1bd151c4 [2021-04-27T06:45:49.941Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-27T06:45:49.941Z] ---> e8e42187bfa8 [2021-04-27T06:45:49.941Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-27T06:45:50.220Z] ---> 2f1a83cf03e1 [2021-04-27T06:45:50.220Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-27T06:45:50.521Z] ---> 4abbce283248 [2021-04-27T06:45:50.521Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-27T06:45:50.798Z] ---> Running in cba8e0529eac [2021-04-27T06:45:50.798Z] ---> 418b7fd0ad4a [2021-04-27T06:45:50.798Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-27T06:45:51.765Z] ---> 46bcfb579036 [2021-04-27T06:45:51.765Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-27T06:45:51.765Z] Removing intermediate container cba8e0529eac [2021-04-27T06:45:51.765Z] ---> c7ceebcae0e9 [2021-04-27T06:45:51.765Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T06:45:51.765Z] ---> 8ebbb2b2f9b0 [2021-04-27T06:45:51.765Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-27T06:45:51.765Z] ---> d0f0bf2290a8 [2021-04-27T06:45:51.765Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-27T06:45:52.038Z] ---> Running in cace717f4285 [2021-04-27T06:45:52.038Z] ---> Running in 081ef3ceae7b [2021-04-27T06:45:52.038Z] ---> Running in 50fd2e896543 [2021-04-27T06:45:52.306Z] ---> 136273e9c681 [2021-04-27T06:45:52.306Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-27T06:45:52.306Z] Removing intermediate container cace717f4285 [2021-04-27T06:45:52.306Z] ---> f578477494be [2021-04-27T06:45:52.306Z] Step 20/22 : LABEL arch=x86_64 [2021-04-27T06:45:52.306Z] ---> Running in 9a693d16cd88 [2021-04-27T06:45:52.583Z] Removing intermediate container 081ef3ceae7b [2021-04-27T06:45:52.583Z] ---> 9ccbcb8b0da7 [2021-04-27T06:45:52.583Z] Step 18/21 : CMD ["--init=true"] [2021-04-27T06:45:52.583Z] Removing intermediate container 50fd2e896543 [2021-04-27T06:45:52.583Z] ---> ce2aab1bcc07 [2021-04-27T06:45:52.583Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T06:45:52.583Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-27T06:45:52.583Z] ---> Running in d2ae83a8a41d [2021-04-27T06:45:52.583Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-27T06:45:52.583Z] ---> aefe523efa57 [2021-04-27T06:45:52.583Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-27T06:45:52.583Z] ---> Running in a6afd43d9b05 [2021-04-27T06:45:52.583Z] ---> Running in 3836f0b179a5 [2021-04-27T06:45:52.850Z] Removing intermediate container 9a693d16cd88 [2021-04-27T06:45:52.850Z] ---> 8deee42e1303 [2021-04-27T06:45:52.850Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T06:45:52.850Z] ---> Running in 3e52192d01a3 [2021-04-27T06:45:52.850Z] Removing intermediate container d2ae83a8a41d [2021-04-27T06:45:52.850Z] ---> d7f24c6bfedb [2021-04-27T06:45:52.850Z] Step 21/22 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:45:53.128Z] Removing intermediate container a6afd43d9b05 [2021-04-27T06:45:53.128Z] ---> c88b8a1d0bb3 [2021-04-27T06:45:53.128Z] Step 19/21 : LABEL arch=x86_64 [2021-04-27T06:45:53.128Z] ---> Running in 2f007f8df7f1 [2021-04-27T06:45:53.128Z] Removing intermediate container 3836f0b179a5 [2021-04-27T06:45:53.128Z] ---> c5ecc34f2ff8 [2021-04-27T06:45:53.128Z] Step 20/22 : LABEL arch=x86_64 [2021-04-27T06:45:53.128Z] ---> Running in 9e13a21ed480 [2021-04-27T06:45:53.128Z] ---> Running in a5f566f6e42b [2021-04-27T06:45:53.128Z] Removing intermediate container 3e52192d01a3 [2021-04-27T06:45:53.128Z] ---> 761d4c0faa75 [2021-04-27T06:45:53.128Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-27T06:45:53.400Z] ---> Running in 7e7a97171790 [2021-04-27T06:45:53.400Z] ---> Running in dbd2d21e2655 [2021-04-27T06:45:53.400Z] Removing intermediate container 2f007f8df7f1 [2021-04-27T06:45:53.400Z] ---> e217fc5bcf54 [2021-04-27T06:45:53.400Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T06:45:53.670Z] Removing intermediate container a5f566f6e42b [2021-04-27T06:45:53.670Z] ---> eadb14aa23f9 [2021-04-27T06:45:53.670Z] Step 22/22 : LABEL version=0.0.0 [2021-04-27T06:45:53.670Z] Removing intermediate container 9e13a21ed480 [2021-04-27T06:45:53.670Z] ---> 34dfb12b1b3f [2021-04-27T06:45:53.670Z] Step 20/21 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:45:53.952Z] ---> Running in 8df8c1ee4a52 [2021-04-27T06:45:53.952Z] ---> Running in 9d246877a46f [2021-04-27T06:45:53.952Z] Removing intermediate container 7e7a97171790 [2021-04-27T06:45:53.952Z] ---> b5b51451223f [2021-04-27T06:45:53.952Z] Step 21/22 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:45:53.952Z] ---> Running in 0f5c22605f10 [2021-04-27T06:45:53.952Z] ---> Running in 39f735b750d5 [2021-04-27T06:45:54.236Z] Removing intermediate container 8df8c1ee4a52 [2021-04-27T06:45:54.236Z] ---> f7e91d8e130f [2021-04-27T06:45:54.236Z] Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:45:54.236Z] Removing intermediate container 9d246877a46f [2021-04-27T06:45:54.236Z] ---> 2d8888cc70b7 [2021-04-27T06:45:54.236Z] [2021-04-27T06:45:54.236Z] ---> Running in c82eb784678b [2021-04-27T06:45:54.534Z] Removing intermediate container 0f5c22605f10 [2021-04-27T06:45:54.534Z] ---> a7b774eab1d3 [2021-04-27T06:45:54.534Z] Step 21/21 : LABEL version=0.0.0 [2021-04-27T06:45:54.534Z] Removing intermediate container 39f735b750d5 [2021-04-27T06:45:54.534Z] ---> cefcfcb415a1 [2021-04-27T06:45:54.534Z] Step 22/22 : LABEL version=0.0.0 [2021-04-27T06:45:54.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:54.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:45:54.534Z] ---> Running in 5b4c925055af [2021-04-27T06:45:54.534Z] ---> Running in 2b04803ee8ee [2021-04-27T06:45:54.802Z] Removing intermediate container c82eb784678b [2021-04-27T06:45:54.802Z] ---> 786cb7a591cd [2021-04-27T06:45:54.802Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T06:45:54.802Z] Successfully built 2d8888cc70b7 [2021-04-27T06:45:54.802Z] (1/39) Installing readline (8.0.4-r0) [2021-04-27T06:45:54.802Z] (2/39) Installing bash (5.0.17-r0) [2021-04-27T06:45:54.802Z] Executing bash-5.0.17-r0.post-install [2021-04-27T06:45:54.802Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T06:45:54.802Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-27T06:45:54.802Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-27T06:45:54.802Z] Building docker-security-bootstrapper-go [2021-04-27T06:45:54.802Z] (5/39) Installing curl (7.76.1-r0) [2021-04-27T06:45:54.802Z]  Building docker-support-scheduler-go ... done (6/39) Installing dumb-init (1.2.2-r1) [2021-04-27T06:45:54.802Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-27T06:45:54.802Z] (8/39) Installing expat (2.2.9-r1) [2021-04-27T06:45:54.802Z] (9/39) Installing libffi (3.3-r2) [2021-04-27T06:45:54.802Z] (10/39) Installing gdbm (1.13-r1) [2021-04-27T06:45:54.802Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-27T06:45:54.802Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-27T06:45:55.066Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-27T06:45:55.066Z] ---> Running in 5cd1e825020c [2021-04-27T06:45:55.066Z] Removing intermediate container 2b04803ee8ee [2021-04-27T06:45:55.066Z] ---> 681b8e0e6d5a [2021-04-27T06:45:55.066Z] [2021-04-27T06:45:55.066Z] Removing intermediate container 5b4c925055af [2021-04-27T06:45:55.066Z] ---> cf8e33bf4b20 [2021-04-27T06:45:55.066Z] [2021-04-27T06:45:55.338Z] Successfully built cf8e33bf4b20 [2021-04-27T06:45:55.338Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-27T06:45:55.338Z] Building docker-core-command-go [2021-04-27T06:45:55.926Z]  Building docker-security-proxy-setup-go ... done Successfully built 681b8e0e6d5a [2021-04-27T06:45:59.007Z] Successfully tagged docker-support-notifications-go:latest [2021-04-27T06:45:59.007Z] Building docker-core-data-go [2021-04-27T06:46:00.096Z]  Building docker-support-notifications-go ... done Removing intermediate container 5cd1e825020c [2021-04-27T06:46:00.096Z] ---> b4301e4dbdc1 [2021-04-27T06:46:00.096Z] [2021-04-27T06:46:02.892Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-27T06:46:02.892Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-27T06:46:02.892Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-27T06:46:02.892Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-27T06:46:02.892Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-27T06:46:03.168Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-27T06:46:03.439Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-27T06:46:04.856Z] Successfully built b4301e4dbdc1 [2021-04-27T06:46:05.477Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-27T06:46:05.477Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-27T06:46:05.477Z] Successfully tagged docker-core-metadata-go:latest [2021-04-27T06:46:05.477Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-27T06:46:05.477Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-04-27T06:46:05.746Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-27T06:46:06.030Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-27T06:46:06.030Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-27T06:46:06.030Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-27T06:46:06.030Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-27T06:46:06.030Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-27T06:46:06.030Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-27T06:46:06.030Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-27T06:46:06.030Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-27T06:46:06.638Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-27T06:46:06.638Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-27T06:46:06.638Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-27T06:46:06.638Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-27T06:46:07.597Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-27T06:46:07.863Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-27T06:46:07.863Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-27T06:46:11.154Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T06:46:11.154Z] OK: 72 MiB in 59 packages [2021-04-27T06:46:17.662Z] Collecting docker-compose==1.23.2 [2021-04-27T06:46:17.663Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-27T06:46:17.663Z] Collecting docopt<0.7,>=0.6.1 [2021-04-27T06:46:17.663Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-27T06:46:19.240Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-27T06:46:19.240Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-27T06:46:19.240Z] Collecting cached-property<2,>=1.2.0 [2021-04-27T06:46:19.240Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-27T06:46:19.526Z] Collecting docker<4.0,>=3.6.0 [2021-04-27T06:46:19.526Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-27T06:46:19.802Z] 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-04-27T06:46:20.409Z] Collecting jsonschema<3,>=2.5.1 [2021-04-27T06:46:20.409Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-27T06:46:20.692Z] Collecting texttable<0.10,>=0.9.0 [2021-04-27T06:46:20.692Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-27T06:46:22.774Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-27T06:46:22.774Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-27T06:46:24.243Z] Collecting PyYAML<4,>=3.10 [2021-04-27T06:46:24.243Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-27T06:46:25.693Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-27T06:46:25.693Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-27T06:46:25.693Z] Collecting docker-pycreds>=0.4.0 [2021-04-27T06:46:25.693Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-27T06:46:25.960Z] 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-04-27T06:46:25.960Z] 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-04-27T06:46:25.960Z] Collecting idna<2.8,>=2.5 [2021-04-27T06:46:25.960Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-27T06:46:26.225Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-27T06:46:26.225Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-27T06:46:26.494Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-27T06:46:26.494Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-27T06:46:26.494Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-27T06:46:26.494Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-27T06:46:26.780Z] Installing collected packages: docopt, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, jsonschema, texttable, dockerpty, PyYAML, docker-compose [2021-04-27T06:46:27.060Z] Running setup.py install for docopt: started [2021-04-27T06:46:28.560Z] Running setup.py install for docopt: finished with status 'done' [2021-04-27T06:46:28.843Z] Attempting uninstall: idna [2021-04-27T06:46:28.843Z] Found existing installation: idna 2.9 [2021-04-27T06:46:28.843Z] Uninstalling idna-2.9: [2021-04-27T06:46:29.125Z] Successfully uninstalled idna-2.9 [2021-04-27T06:46:29.396Z] Attempting uninstall: urllib3 [2021-04-27T06:46:29.396Z] Found existing installation: urllib3 1.25.9 [2021-04-27T06:46:29.396Z] Uninstalling urllib3-1.25.9: [2021-04-27T06:46:29.396Z] Successfully uninstalled urllib3-1.25.9 [2021-04-27T06:46:29.996Z] Attempting uninstall: requests [2021-04-27T06:46:29.996Z] Found existing installation: requests 2.23.0 [2021-04-27T06:46:29.996Z] Uninstalling requests-2.23.0: [2021-04-27T06:46:29.996Z] Successfully uninstalled requests-2.23.0 [2021-04-27T06:46:31.518Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:46:31.518Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:46:31.518Z] ---> e526a426e185 [2021-04-27T06:46:31.518Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T06:46:31.518Z] ---> Using cache [2021-04-27T06:46:31.518Z] ---> 1850b3738e19 [2021-04-27T06:46:31.518Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:46:31.518Z] Running setup.py install for texttable: started [2021-04-27T06:46:31.518Z] ---> Using cache [2021-04-27T06:46:31.518Z] ---> 8af3d045099d [2021-04-27T06:46:31.518Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-27T06:46:31.518Z] ---> Using cache [2021-04-27T06:46:31.518Z] ---> 0eb0fc167616 [2021-04-27T06:46:31.518Z] Step 6/23 : COPY go.mod . [2021-04-27T06:46:31.518Z] ---> Using cache [2021-04-27T06:46:31.518Z] ---> 9733864bf7c0 [2021-04-27T06:46:31.518Z] Step 7/23 : RUN go mod download [2021-04-27T06:46:31.518Z] ---> Using cache [2021-04-27T06:46:31.518Z] ---> 2ba5eb768c2d [2021-04-27T06:46:31.518Z] Step 8/23 : COPY . . [2021-04-27T06:46:31.919Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:46:31.919Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:46:31.919Z] ---> e526a426e185 [2021-04-27T06:46:31.919Z] Step 3/31 : WORKDIR /edgex-go [2021-04-27T06:46:31.919Z] ---> Using cache [2021-04-27T06:46:31.919Z] ---> 1850b3738e19 [2021-04-27T06:46:31.919Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:46:31.919Z] ---> Using cache [2021-04-27T06:46:31.919Z] ---> 8af3d045099d [2021-04-27T06:46:31.919Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-27T06:46:31.919Z] ---> Using cache [2021-04-27T06:46:31.919Z] ---> 0eb0fc167616 [2021-04-27T06:46:31.919Z] Step 6/31 : COPY go.mod . [2021-04-27T06:46:31.919Z] ---> Using cache [2021-04-27T06:46:31.919Z] ---> 9733864bf7c0 [2021-04-27T06:46:31.919Z] Step 7/31 : RUN go mod download [2021-04-27T06:46:31.919Z] ---> Using cache [2021-04-27T06:46:31.919Z] ---> 2ba5eb768c2d [2021-04-27T06:46:31.919Z] Step 8/31 : COPY . . [2021-04-27T06:46:31.919Z] ---> Using cache [2021-04-27T06:46:31.919Z] ---> 718df34f8039 [2021-04-27T06:46:31.919Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-27T06:46:32.214Z] ---> Using cache [2021-04-27T06:46:32.215Z] ---> 718df34f8039 [2021-04-27T06:46:32.215Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-27T06:46:32.215Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:46:32.215Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:46:32.215Z] ---> e526a426e185 [2021-04-27T06:46:32.215Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T06:46:32.215Z] ---> Using cache [2021-04-27T06:46:32.215Z] ---> 1850b3738e19 [2021-04-27T06:46:32.215Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:46:32.215Z] ---> Using cache [2021-04-27T06:46:32.215Z] ---> 8af3d045099d [2021-04-27T06:46:32.215Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-27T06:46:33.262Z] Running setup.py install for texttable: finished with status 'done' [2021-04-27T06:46:33.262Z] Running setup.py install for dockerpty: started [2021-04-27T06:46:34.261Z] ---> Running in 7763eaed46b5 [2021-04-27T06:46:34.261Z] ---> Running in 0ae0a513cc77 [2021-04-27T06:46:34.261Z] ---> Running in 988a6b84cb35 [2021-04-27T06:46:34.261Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-27T06:46:34.261Z] Running setup.py install for PyYAML: started [2021-04-27T06:46:35.785Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-27T06:46:37.273Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T06:46:37.273Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-27T06:46:37.273Z] ---> e526a426e185 [2021-04-27T06:46:37.273Z] Step 3/24 : WORKDIR /edgex-go [2021-04-27T06:46:37.273Z] ---> Using cache [2021-04-27T06:46:37.273Z] ---> 1850b3738e19 [2021-04-27T06:46:37.273Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:46:37.273Z] ---> Using cache [2021-04-27T06:46:37.273Z] ---> 8af3d045099d [2021-04-27T06:46:37.273Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-27T06:46:37.273Z] ---> Using cache [2021-04-27T06:46:37.273Z] ---> 0eb0fc167616 [2021-04-27T06:46:37.273Z] Step 6/24 : COPY go.mod . [2021-04-27T06:46:37.273Z] ---> Using cache [2021-04-27T06:46:37.273Z] ---> 9733864bf7c0 [2021-04-27T06:46:37.273Z] Step 7/24 : RUN go mod download [2021-04-27T06:46:37.273Z] ---> Using cache [2021-04-27T06:46:37.273Z] ---> 2ba5eb768c2d [2021-04-27T06:46:37.273Z] Step 8/24 : COPY . . [2021-04-27T06:46:37.273Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-27T06:46:37.547Z] ---> Using cache [2021-04-27T06:46:37.547Z] ---> 718df34f8039 [2021-04-27T06:46:37.547Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-27T06:46:37.547Z] 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-04-27T06:46:37.547Z] 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-04-27T06:46:37.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:46:38.112Z] ---> Running in c439821fd1ab [2021-04-27T06:46:38.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:46:39.053Z] OK: 233 MiB in 51 packages [2021-04-27T06:46:39.691Z] 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-04-27T06:46:40.302Z] Removing intermediate container 7763eaed46b5 [2021-04-27T06:46:40.302Z] ---> f8c686c3259b [2021-04-27T06:46:40.302Z] Step 6/23 : COPY go.mod . [2021-04-27T06:46:42.324Z] ---> bf88f5df8226 [2021-04-27T06:46:42.324Z] Step 7/23 : RUN go mod download [2021-04-27T06:46:43.330Z] ---> Running in 1febb8a91772 [2021-04-27T06:46:48.858Z] Removing intermediate container 1febb8a91772 [2021-04-27T06:46:48.858Z] ---> 8911089b0dbb [2021-04-27T06:46:48.858Z] Step 8/23 : COPY . . [2021-04-27T06:47:07.627Z] Removing intermediate container dbd2d21e2655 [2021-04-27T06:47:07.627Z] ---> 6e7a6177344c [2021-04-27T06:47:07.627Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-27T06:47:07.916Z] ---> Running in 3c50b5d690c1 [2021-04-27T06:47:10.090Z] Removing intermediate container 3c50b5d690c1 [2021-04-27T06:47:10.090Z] ---> 22e0abffd7df [2021-04-27T06:47:10.090Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-27T06:47:12.159Z] ---> Running in 350844d496b6 [2021-04-27T06:47:14.873Z] Removing intermediate container 350844d496b6 [2021-04-27T06:47:14.873Z] ---> 762561d03175 [2021-04-27T06:47:14.873Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-27T06:47:18.419Z] ---> d13a15515b55 [2021-04-27T06:47:18.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-27T06:47:19.054Z] 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-04-27T06:47:19.054Z] ---> 25c0166aa6cf [2021-04-27T06:47:19.054Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-27T06:47:20.048Z] ---> db3e1e03810f [2021-04-27T06:47:20.048Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-27T06:47:20.048Z] ---> Running in fec46eb5e9a1 [2021-04-27T06:47:21.064Z] Removing intermediate container fec46eb5e9a1 [2021-04-27T06:47:21.064Z] ---> 9c234a75924a [2021-04-27T06:47:21.064Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T06:47:21.344Z] ---> Running in 51045a74f444 [2021-04-27T06:47:22.847Z] Removing intermediate container 51045a74f444 [2021-04-27T06:47:22.847Z] ---> 88d209741f10 [2021-04-27T06:47:22.847Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T06:47:26.180Z] ---> Running in d99ed7a86062 [2021-04-27T06:47:26.180Z] ---> 7ddd18dcb2c9 [2021-04-27T06:47:26.180Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-27T06:47:26.180Z] ---> Running in f94e2f7937a3 [2021-04-27T06:47:26.180Z] Removing intermediate container 0ae0a513cc77 [2021-04-27T06:47:26.180Z] ---> 66d25adf55a2 [2021-04-27T06:47:26.180Z] [2021-04-27T06:47:26.180Z] Step 10/31 : FROM alpine:3.12 [2021-04-27T06:47:26.180Z] ---> 13621d1b12d4 [2021-04-27T06:47:26.180Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-27T06:47:26.180Z] Removing intermediate container 988a6b84cb35 [2021-04-27T06:47:26.180Z] ---> 119c112aca0d [2021-04-27T06:47:26.180Z] [2021-04-27T06:47:26.180Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T06:47:26.180Z] ---> 13621d1b12d4 [2021-04-27T06:47:26.180Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-27T06:47:26.180Z] ---> Using cache [2021-04-27T06:47:26.180Z] ---> da7fa3071f63 [2021-04-27T06:47:26.180Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T06:47:26.180Z] ---> Using cache [2021-04-27T06:47:26.180Z] ---> 8299b9b55a8b [2021-04-27T06:47:26.180Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-27T06:47:26.180Z] Removing intermediate container d99ed7a86062 [2021-04-27T06:47:26.180Z] ---> c33b005be81c [2021-04-27T06:47:26.180Z] Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:47:26.180Z] ---> Running in 509fa6031d93 [2021-04-27T06:47:26.461Z] ---> Running in f14f381c4657 [2021-04-27T06:47:26.461Z] ---> Running in 671c754fbe13 [2021-04-27T06:47:26.755Z] Removing intermediate container 509fa6031d93 [2021-04-27T06:47:26.755Z] ---> 67eb7748215d [2021-04-27T06:47:26.755Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-27T06:47:26.755Z] Removing intermediate container f14f381c4657 [2021-04-27T06:47:26.755Z] ---> b1d38e1311b8 [2021-04-27T06:47:26.755Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-27T06:47:26.755Z] Removing intermediate container 671c754fbe13 [2021-04-27T06:47:26.755Z] ---> 64b2c9fee98b [2021-04-27T06:47:26.755Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T06:47:27.067Z] ---> Running in d86f0b89c428 [2021-04-27T06:47:27.067Z] ---> Running in 779fe9068463 [2021-04-27T06:47:27.067Z] ---> Running in c854c982af10 [2021-04-27T06:47:27.678Z] 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-04-27T06:47:27.678Z] Removing intermediate container c854c982af10 [2021-04-27T06:47:27.678Z] ---> aa5f703e3666 [2021-04-27T06:47:27.678Z] [2021-04-27T06:47:27.959Z] Removing intermediate container 779fe9068463 [2021-04-27T06:47:27.959Z] ---> beae6114c805 [2021-04-27T06:47:27.959Z] Step 15/23 : WORKDIR / [2021-04-27T06:47:28.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:47:28.255Z] Successfully built aa5f703e3666 [2021-04-27T06:47:28.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:47:28.533Z] ---> Running in 10497d368aee [2021-04-27T06:47:28.533Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-27T06:47:28.533Z]  Building docker-sys-mgmt-agent-go ... done (1/2) Installing dumb-init (1.2.2-r1) [2021-04-27T06:47:28.533Z] (2/2) Installing su-exec (0.2-r1) [2021-04-27T06:47:28.533Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T06:47:28.533Z] OK: 6 MiB in 16 packages [2021-04-27T06:47:30.321Z] Removing intermediate container 10497d368aee [2021-04-27T06:47:30.321Z] ---> 1c085ed888a0 [2021-04-27T06:47:30.321Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T06:47:30.321Z] Removing intermediate container c439821fd1ab [2021-04-27T06:47:30.321Z] ---> d94dd7a0e747 [2021-04-27T06:47:30.321Z] [2021-04-27T06:47:30.321Z] Step 10/24 : FROM alpine:3.12 [2021-04-27T06:47:30.321Z] ---> 13621d1b12d4 [2021-04-27T06:47:30.321Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-27T06:47:30.321Z] ---> Running in 49cecac7c4ef [2021-04-27T06:47:31.580Z] Removing intermediate container d86f0b89c428 [2021-04-27T06:47:31.580Z] ---> 5f88fe78545d [2021-04-27T06:47:31.580Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-27T06:47:31.580Z] ---> 4e2e9b51fd84 [2021-04-27T06:47:31.580Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-27T06:47:31.580Z] ---> Running in b49afd43cc05 [2021-04-27T06:47:32.206Z] Removing intermediate container b49afd43cc05 [2021-04-27T06:47:32.206Z] ---> 058a2f42ccfc [2021-04-27T06:47:32.206Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-27T06:47:32.503Z] ---> Running in cf90bd6d5f40 [2021-04-27T06:47:32.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:47:32.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:47:32.777Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-27T06:47:33.069Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T06:47:33.069Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-27T06:47:33.069Z] (4/6) Installing curl (7.76.1-r0) [2021-04-27T06:47:33.069Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-27T06:47:33.069Z] (6/6) Installing su-exec (0.2-r1) [2021-04-27T06:47:33.069Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T06:47:33.069Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T06:47:33.069Z] Removing intermediate container cf90bd6d5f40 [2021-04-27T06:47:33.069Z] ---> cee0fcbada39 [2021-04-27T06:47:33.069Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-27T06:47:33.069Z] OK: 7 MiB in 20 packages [2021-04-27T06:47:33.407Z] ---> aaa367246e07 [2021-04-27T06:47:33.407Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-27T06:47:33.407Z] ---> Running in 9f232acf2203 [2021-04-27T06:47:34.039Z] ---> d17b5426c124 [2021-04-27T06:47:34.039Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-27T06:47:34.039Z] ---> Running in 309ff56c94ee [2021-04-27T06:47:35.545Z] Removing intermediate container 309ff56c94ee [2021-04-27T06:47:35.545Z] ---> 3102f56bfaae [2021-04-27T06:47:35.545Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T06:47:35.545Z] Removing intermediate container 49cecac7c4ef [2021-04-27T06:47:35.545Z] ---> 81cd6d209bc0 [2021-04-27T06:47:35.545Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-27T06:47:35.545Z] ---> Running in a9788a0682c9 [2021-04-27T06:47:35.859Z] ---> Running in bde356738321 [2021-04-27T06:47:36.168Z] Removing intermediate container a9788a0682c9 [2021-04-27T06:47:36.168Z] ---> 702adaac7951 [2021-04-27T06:47:36.168Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T06:47:36.833Z] Removing intermediate container bde356738321 [2021-04-27T06:47:36.833Z] ---> dfad7cebf276 [2021-04-27T06:47:36.833Z] Step 13/24 : WORKDIR / [2021-04-27T06:47:36.833Z] ---> Running in cb5bc910d638 [2021-04-27T06:47:36.833Z] Removing intermediate container 9f232acf2203 [2021-04-27T06:47:36.833Z] ---> 1a3e9b4e8012 [2021-04-27T06:47:36.833Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-27T06:47:36.833Z] ---> Running in 53ce3360ff67 [2021-04-27T06:47:36.833Z] ---> Running in e3cbe7206b56 [2021-04-27T06:47:37.118Z] Removing intermediate container cb5bc910d638 [2021-04-27T06:47:37.118Z] ---> c8dc53a53f47 [2021-04-27T06:47:37.118Z] Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:47:38.687Z] ---> Running in b8a8bea7d5b2 [2021-04-27T06:47:38.687Z] Removing intermediate container 53ce3360ff67 [2021-04-27T06:47:38.687Z] ---> 876d8e6e933c [2021-04-27T06:47:38.687Z] 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-04-27T06:47:38.687Z] Removing intermediate container e3cbe7206b56 [2021-04-27T06:47:38.687Z] ---> 5762ab4b9621 [2021-04-27T06:47:38.687Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-27T06:47:39.305Z] Removing intermediate container b8a8bea7d5b2 [2021-04-27T06:47:39.305Z] ---> c5954ccc081c [2021-04-27T06:47:39.305Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T06:47:39.305Z] ---> Running in 5b956aa764a0 [2021-04-27T06:47:39.305Z] ---> ee77c7053d36 [2021-04-27T06:47:39.305Z] 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-04-27T06:47:39.305Z] ---> 4aa96c7c4c11 [2021-04-27T06:47:39.305Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-27T06:47:39.646Z] ---> Running in 19563205bbfa [2021-04-27T06:47:40.262Z] Removing intermediate container 5b956aa764a0 [2021-04-27T06:47:40.262Z] ---> cf5b6a073995 [2021-04-27T06:47:40.262Z] [2021-04-27T06:47:40.262Z] ---> bf4fa85cf60e [2021-04-27T06:47:40.262Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-27T06:47:40.566Z] Successfully built cf5b6a073995 [2021-04-27T06:47:41.289Z] Successfully tagged docker-core-command-go:latest [2021-04-27T06:47:41.620Z]  Building docker-core-command-go ... done  ---> 3c11d8233117 [2021-04-27T06:47:41.620Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-27T06:47:43.834Z] ---> fa86b87b319e [2021-04-27T06:47:43.834Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-27T06:47:43.834Z] Removing intermediate container 19563205bbfa [2021-04-27T06:47:43.834Z] ---> 2f34f5d57ae7 [2021-04-27T06:47:43.834Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T06:47:44.471Z] ---> 095c42606f13 [2021-04-27T06:47:44.472Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-27T06:47:44.472Z] ---> 5f998ac37d44 [2021-04-27T06:47:44.472Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-27T06:47:45.487Z] ---> 60dc256a7166 [2021-04-27T06:47:45.487Z] 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-04-27T06:47:45.487Z] ---> Running in 0cd0256f6986 [2021-04-27T06:47:45.487Z] ---> 8a16e358b8c7 [2021-04-27T06:47:45.487Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-27T06:47:46.088Z] ---> d23dc3d63c3e [2021-04-27T06:47:46.088Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-27T06:47:46.714Z] ---> fb72265e6bba [2021-04-27T06:47:46.714Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-27T06:47:46.997Z] ---> a600da1a2225 [2021-04-27T06:47:46.997Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-27T06:47:47.274Z] Removing intermediate container 0cd0256f6986 [2021-04-27T06:47:47.274Z] ---> 060c5d137c15 [2021-04-27T06:47:47.274Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-27T06:47:47.274Z] ---> Running in 50f127acf52d [2021-04-27T06:47:47.274Z] ---> Running in c0daddb9e0dd [2021-04-27T06:47:47.543Z] Removing intermediate container 50f127acf52d [2021-04-27T06:47:47.543Z] ---> 5e0be253e5cc [2021-04-27T06:47:47.543Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-27T06:47:47.543Z] Removing intermediate container c0daddb9e0dd [2021-04-27T06:47:47.543Z] ---> 58943bbeac3e [2021-04-27T06:47:47.543Z] Step 22/24 : LABEL arch=x86_64 [2021-04-27T06:47:47.809Z] ---> Running in ae3c8a702243 [2021-04-27T06:47:47.809Z] ---> 48415d56c391 [2021-04-27T06:47:47.809Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-27T06:47:48.098Z] Removing intermediate container ae3c8a702243 [2021-04-27T06:47:48.098Z] ---> 5eaf7040a33e [2021-04-27T06:47:48.098Z] Step 23/24 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:47:48.098Z] ---> Running in 5db1f9abe051 [2021-04-27T06:47:48.098Z] ---> Running in f9518beb3b03 [2021-04-27T06:47:50.085Z] Removing intermediate container f9518beb3b03 [2021-04-27T06:47:50.085Z] ---> 1e6a839cdc8d [2021-04-27T06:47:50.085Z] Step 24/24 : LABEL version=0.0.0 [2021-04-27T06:47:50.357Z] ---> Running in d2cc140c13b3 [2021-04-27T06:47:50.645Z] Removing intermediate container d2cc140c13b3 [2021-04-27T06:47:50.645Z] ---> 3d59cb217a00 [2021-04-27T06:47:50.645Z] [2021-04-27T06:47:50.931Z] Successfully built 3d59cb217a00 [2021-04-27T06:47:50.931Z] Removing intermediate container 5db1f9abe051 [2021-04-27T06:47:50.931Z] ---> b0df5ef17cbe [2021-04-27T06:47:50.931Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-27T06:47:50.931Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-27T06:47:51.196Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 6f58259d9d87 [2021-04-27T06:47:51.196Z] Removing intermediate container 6f58259d9d87 [2021-04-27T06:47:51.196Z] ---> ec1ffebcd5f8 [2021-04-27T06:47:51.196Z] Step 28/31 : CMD ["gate"] [2021-04-27T06:47:51.462Z] ---> Running in a9bd6275ef00 [2021-04-27T06:47:51.731Z] Removing intermediate container a9bd6275ef00 [2021-04-27T06:47:51.731Z] ---> 8ce050e85058 [2021-04-27T06:47:51.731Z] Step 29/31 : LABEL arch=x86_64 [2021-04-27T06:47:51.996Z] ---> Running in de32bc90b731 [2021-04-27T06:47:52.578Z] Removing intermediate container de32bc90b731 [2021-04-27T06:47:52.578Z] ---> 055e4f8d6d60 [2021-04-27T06:47:52.578Z] Step 30/31 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:47:53.989Z] ---> Running in ec727008fb72 [2021-04-27T06:47:53.989Z] Removing intermediate container f94e2f7937a3 [2021-04-27T06:47:53.989Z] ---> 35cabb1054f6 [2021-04-27T06:47:53.989Z] [2021-04-27T06:47:53.989Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T06:47:53.989Z] ---> 13621d1b12d4 [2021-04-27T06:47:53.989Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-27T06:47:53.989Z] ---> Running in a5f8d18f786d [2021-04-27T06:47:53.989Z] Removing intermediate container ec727008fb72 [2021-04-27T06:47:53.989Z] ---> 4ffafa5135e2 [2021-04-27T06:47:53.989Z] Step 31/31 : LABEL version=0.0.0 [2021-04-27T06:47:54.255Z] ---> Running in 11c48943d19e [2021-04-27T06:47:54.521Z] Removing intermediate container a5f8d18f786d [2021-04-27T06:47:54.521Z] ---> d3a128af6e7a [2021-04-27T06:47:54.521Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-27T06:47:54.521Z] ---> Running in 12a52fea0850 [2021-04-27T06:47:54.521Z] Removing intermediate container 11c48943d19e [2021-04-27T06:47:54.521Z] ---> 4c4d5a27c158 [2021-04-27T06:47:54.521Z] [2021-04-27T06:47:54.786Z] Removing intermediate container 12a52fea0850 [2021-04-27T06:47:54.786Z] ---> 3a341c5e3c36 [2021-04-27T06:47:54.786Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-27T06:47:54.786Z] Successfully built 4c4d5a27c158 [2021-04-27T06:47:54.786Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-27T06:47:54.786Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 3f08e9d9d352 [2021-04-27T06:47:55.051Z] Removing intermediate container 3f08e9d9d352 [2021-04-27T06:47:55.051Z] ---> 26ac880dfbd9 [2021-04-27T06:47:55.051Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T06:47:55.051Z] ---> Running in b5dc849492d6 [2021-04-27T06:47:56.466Z] Removing intermediate container b5dc849492d6 [2021-04-27T06:47:56.466Z] ---> bdb5b33bc54f [2021-04-27T06:47:56.466Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-27T06:47:56.466Z] ---> Running in a57b2733df12 [2021-04-27T06:47:56.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T06:47:57.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T06:47:57.931Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-27T06:47:57.931Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-27T06:47:58.196Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-27T06:47:58.196Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-27T06:47:59.159Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-27T06:47:59.159Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-27T06:47:59.159Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T06:47:59.159Z] OK: 8 MiB in 20 packages [2021-04-27T06:48:00.120Z] Removing intermediate container a57b2733df12 [2021-04-27T06:48:00.120Z] ---> 9fc458c11e61 [2021-04-27T06:48:00.120Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T06:48:00.120Z] ---> 2162542217e9 [2021-04-27T06:48:00.120Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-27T06:48:01.072Z] ---> f971e2ef7d7b [2021-04-27T06:48:01.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-27T06:48:01.337Z] ---> aea4ae74034b [2021-04-27T06:48:01.337Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-27T06:48:01.337Z] ---> Running in f8592c87b20c [2021-04-27T06:48:01.606Z] Removing intermediate container f8592c87b20c [2021-04-27T06:48:01.606Z] ---> c260d5ecc502 [2021-04-27T06:48:01.606Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T06:48:01.606Z] ---> Running in bae47c757fd1 [2021-04-27T06:48:01.875Z] Removing intermediate container bae47c757fd1 [2021-04-27T06:48:01.875Z] ---> 5b78f52834b1 [2021-04-27T06:48:01.875Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T06:48:02.459Z] ---> Running in 0f43f3e9df8d [2021-04-27T06:48:02.725Z] Removing intermediate container 0f43f3e9df8d [2021-04-27T06:48:02.725Z] ---> e30d6e1af904 [2021-04-27T06:48:02.725Z] Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba [2021-04-27T06:48:02.725Z] ---> Running in 68b6e152cc9c [2021-04-27T06:48:02.990Z] Removing intermediate container 68b6e152cc9c [2021-04-27T06:48:02.990Z] ---> 6228d4c1af1a [2021-04-27T06:48:02.990Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T06:48:02.990Z] ---> Running in 6d6ed0eb8ce9 [2021-04-27T06:48:02.990Z] Removing intermediate container 6d6ed0eb8ce9 [2021-04-27T06:48:02.990Z] ---> 07a69e28386a [2021-04-27T06:48:02.990Z] [2021-04-27T06:48:03.255Z] Successfully built 07a69e28386a [2021-04-27T06:48:03.255Z] Successfully tagged docker-core-data-go:latest [2021-04-27T06:48:03.879Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-27T06:48:03.974Z] $ docker stop --time=1 3ff90e0753e40e2e4d01cdb758126a75bdaff239b687eb7c03e463eda05a1d03 [2021-04-27T06:48:05.973Z] $ docker rm -f 3ff90e0753e40e2e4d01cdb758126a75bdaff239b687eb7c03e463eda05a1d03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T06:48:06.513Z] + grep docker [2021-04-27T06:48:06.513Z] + docker images [2021-04-27T06:48:07.101Z] docker-core-data-go latest 07a69e28386a 4 seconds ago 22.9MB [2021-04-27T06:48:07.101Z] docker-security-bootstrapper-go latest 4c4d5a27c158 12 seconds ago 19.3MB [2021-04-27T06:48:07.101Z] docker-security-secretstore-setup-go latest 3d59cb217a00 16 seconds ago 26.3MB [2021-04-27T06:48:07.101Z] docker-core-command-go latest cf5b6a073995 27 seconds ago 17.5MB [2021-04-27T06:48:07.101Z] docker-sys-mgmt-agent-go latest aa5f703e3666 39 seconds ago 312MB [2021-04-27T06:48:07.101Z] docker-core-metadata-go latest b4301e4dbdc1 2 minutes ago 19.2MB [2021-04-27T06:48:07.101Z] docker-support-notifications-go latest 681b8e0e6d5a 2 minutes ago 18.2MB [2021-04-27T06:48:07.101Z] docker-security-proxy-setup-go latest cf8e33bf4b20 2 minutes ago 26MB [2021-04-27T06:48:07.101Z] docker-support-scheduler-go latest 2d8888cc70b7 2 minutes ago 17.7MB [2021-04-27T06:48:07.101Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-27T06:48:22.368Z] Still waiting to schedule task [2021-04-27T06:48:22.368Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-27T06:49:21.997Z] Running on prd-ubuntu18.04-docker-8c-8g-1994 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws [2021-04-27T06:49:22.014Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-27T06:49:24.247Z] using credential edgex-jenkins-ssh [2021-04-27T06:49:24.260Z] Cloning the remote Git repository [2021-04-27T06:49:24.284Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-27T06:49:24.348Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-27T06:49:24.378Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T06:49:24.378Z] > git --version # timeout=10 [2021-04-27T06:49:24.385Z] > git --version # 'git version 2.17.1' [2021-04-27T06:49:24.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T06:49:24.408Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T06:49:49.276Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit ef5daba276cedf4f022dfa528dd774098765b9ba [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T06:49:49.467Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:49:50.268Z] ---> sysstat.sh [2021-04-27T06:49:48.565Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T06:49:48.572Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T06:49:48.583Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T06:49:48.594Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T06:49:48.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T06:49:48.598Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T06:49:49.288Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T06:49:49.322Z] > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:49:51.597Z] ---> package-listing.sh [2021-04-27T06:49:51.597Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T06:49:51.597Z] ++ facter osfamily [2021-04-27T06:49:51.876Z] + OS_FAMILY=redhat [2021-04-27T06:49:51.876Z] + workspace=/w/workspace/edgex-go/3 [2021-04-27T06:49:51.876Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T06:49:51.876Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T06:49:51.876Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T06:49:51.876Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T06:49:51.876Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-27T06:49:51.876Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T06:49:51.876Z] + case "${OS_FAMILY}" in [2021-04-27T06:49:51.876Z] + rpm -qa [2021-04-27T06:49:51.876Z] + sort [2021-04-27T06:49:58.777Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T06:49:58.777Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T06:49:58.777Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T06:49:58.777Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-27T06:49:58.777Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-27T06:49:58.777Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-27T06:49:58.793Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-27T06:49:59.137Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:49:59.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T06:49:59.734Z] [2021-04-27T06:49:59.734Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T06:50:00.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T06:50:00.059Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T06:50:00.059Z] df20fa9351a1: Pulling fs layer [2021-04-27T06:50:00.059Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T06:50:00.059Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T06:50:00.059Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T06:50:00.059Z] 93b61091891f: Pulling fs layer [2021-04-27T06:50:00.059Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T06:50:00.059Z] 5e14af77c1be: Pulling fs layer [2021-04-27T06:50:00.059Z] 01666e4c0597: Pulling fs layer [2021-04-27T06:50:00.059Z] aa168da1d23b: Pulling fs layer [2021-04-27T06:50:00.059Z] 46f8f816bc3b: Waiting [2021-04-27T06:50:00.059Z] 93b61091891f: Waiting [2021-04-27T06:50:00.059Z] 93b9cdb0e59b: Waiting [2021-04-27T06:50:00.059Z] 5e14af77c1be: Waiting [2021-04-27T06:50:00.060Z] 01666e4c0597: Waiting [2021-04-27T06:50:00.060Z] aa168da1d23b: Waiting [2021-04-27T06:50:00.060Z] 36b3adc4ff6f: Verifying Checksum [2021-04-27T06:50:00.060Z] 36b3adc4ff6f: Download complete [2021-04-27T06:50:00.060Z] 46f8f816bc3b: Verifying Checksum [2021-04-27T06:50:00.060Z] 46f8f816bc3b: Download complete [2021-04-27T06:50:00.325Z] df20fa9351a1: Download complete [2021-04-27T06:50:00.325Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T06:50:00.325Z] 93b9cdb0e59b: Download complete [2021-04-27T06:50:00.325Z] 93b61091891f: Download complete [2021-04-27T06:50:00.325Z] 5e14af77c1be: Verifying Checksum [2021-04-27T06:50:00.325Z] 5e14af77c1be: Download complete [2021-04-27T06:50:00.325Z] 01666e4c0597: Verifying Checksum [2021-04-27T06:50:00.325Z] 01666e4c0597: Download complete [2021-04-27T06:50:00.588Z] df20fa9351a1: Pull complete [2021-04-27T06:50:00.852Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T06:50:00.852Z] 8ad3a11d3b57: Download complete [2021-04-27T06:50:01.121Z] 36b3adc4ff6f: Pull complete [2021-04-27T06:50:02.596Z] 8ad3a11d3b57: Pull complete [2021-04-27T06:50:02.596Z] 46f8f816bc3b: Pull complete [2021-04-27T06:50:03.182Z] 93b61091891f: Pull complete [2021-04-27T06:50:03.953Z] aa168da1d23b: Verifying Checksum [2021-04-27T06:50:03.953Z] aa168da1d23b: Download complete [2021-04-27T06:50:04.680Z] 93b9cdb0e59b: Pull complete [2021-04-27T06:50:04.983Z] 5e14af77c1be: Pull complete [2021-04-27T06:50:05.265Z] 01666e4c0597: Pull complete [2021-04-27T06:50:17.723Z] aa168da1d23b: Pull complete [2021-04-27T06:50:17.724Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T06:50:17.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T06:50:17.724Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T06:50:17.990Z] prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container [2021-04-27T06:50:18.057Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-27T06:50:21.085Z] $ docker top 24ffb87da4b5d33850cfa7d3147067fb9eb501c1061c9a4adf3d96e6581dd5f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T06:50:21.562Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T06:50:21.866Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T06:50:22.183Z] + ls /var/log/sa-host [2021-04-27T06:50:22.183Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T06:50:22.183Z] file_magic: OK [2021-04-27T06:50:22.183Z] HZ: Using current value: 100 [2021-04-27T06:50:22.183Z] file_header: OK [2021-04-27T06:50:22.183Z] 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-04-27T06:50:22.183Z] Statistics: [2021-04-27T06:50:22.183Z] Hnuu...uuuununununu... [2021-04-27T06:50:22.183Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T06:50:22.183Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T06:50:22.183Z] file_magic: OK [2021-04-27T06:50:22.183Z] HZ: Using current value: 100 [2021-04-27T06:50:22.183Z] file_header: OK [2021-04-27T06:50:22.183Z] 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-04-27T06:50:22.183Z] Statistics: [2021-04-27T06:50:22.183Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-27T06:50:22.183Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T06:50:22.370Z] provisioning config files... [2021-04-27T06:50:22.398Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2064963879419696001tmp [Pipeline] { [Pipeline] echo [2021-04-27T06:50:22.425Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:50:22.736Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T06:50:22.749Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T06:50:22.773Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:50:23.091Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T06:50:23.105Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:50:23.417Z] ---> sudo-logs.sh [2021-04-27T06:50:23.417Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T06:50:23.452Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:50:24.089Z] ---> job-cost.sh [2021-04-27T06:50:24.089Z] lf-activate-venv: SKIPPING [2021-04-27T06:50:24.089Z] INFO: No Stack... [2021-04-27T06:50:26.699Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T06:50:26.963Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T06:50:26.991Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T06:50:27.351Z] ---> logs-deploy.sh [2021-04-27T06:50:27.351Z] lf-activate-venv: SKIPPING [2021-04-27T06:50:27.351Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3400/3 [2021-04-27T06:50:27.351Z] INFO: archiving workspace using pattern(s): [2021-04-27T06:50:29.980Z] Archives upload complete. [2021-04-27T06:50:29.980Z] INFO: archiving logs to Nexus