Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e8ca53e0dabe629b546d1c863a7204f7536b14ed+2bc9c9b3e55542447c270c13b14d4c2aa2a5583e (2cd6a2706345962d8279b869bda96d4abc5d5520) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31927 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/43 [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/43 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed Merge succeeded, producing c7b1b825becddcd54e10fe0af3432bfba2a6eeed Checking out Revision c7b1b825becddcd54e10fe0af3432bfba2a6eeed (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # 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 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7b1b825becddcd54e10fe0af3432bfba2a6eeed # timeout=10 Commit message: "Merge commit '2bc9c9b3e55542447c270c13b14d4c2aa2a5583e' into HEAD" > git rev-list --no-walk e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T00:36:19.377Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T00:36:19.701Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T00:36:19.790Z] ========================================================= [2021-03-30T00:36:19.790Z] EdgeX Global Pipelines Version Info [2021-03-30T00:36:19.790Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:36:21.287Z] ------------------- [2021-03-30T00:36:21.287Z] stable info: [2021-03-30T00:36:21.287Z] ------------------- [2021-03-30T00:36:21.287Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T00:36:21.287Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T00:36:21.287Z] Message: update stable to v1.0.186 [2021-03-30T00:36:22.235Z] ------------------- [2021-03-30T00:36:22.235Z] experimental info: [2021-03-30T00:36:22.235Z] ------------------- [2021-03-30T00:36:22.235Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T00:36:22.235Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T00:36:22.235Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T00:36:22.483Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-30T00:36:22.573Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-30T00:36:22.710Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T00:36:22.801Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T00:36:22.889Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T00:36:22.992Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T00:36:23.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T00:36:23.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-30T00:36:23.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-30T00:36:23.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-30T00:36:23.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T00:36:23.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T00:36:23.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T00:36:23.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T00:36:23.751Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T00:36:23.848Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T00:36:23.951Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T00:36:24.037Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T00:36:24.129Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-30T00:36:24.229Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-30T00:36:24.314Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-30T00:36:24.396Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T00:36:24.477Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-30T00:36:24.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-30T00:36:24.640Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-30T00:36:24.719Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7b1b825becddcd54e10fe0af3432bfba2a6eeed [Pipeline] echo [2021-03-30T00:36:24.797Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7b1b82 [Pipeline] echo [2021-03-30T00:36:24.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T00:36:25.079Z] provisioning config files... [2021-03-30T00:36:25.151Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config6821769371052481144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:36:25.660Z] ---> docker-login.sh [2021-03-30T00:36:25.661Z] nexus3.edgexfoundry.org:10001 [2021-03-30T00:36:25.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T00:36:25.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T00:36:25.924Z] Configure a credential helper to remove this warning. See [2021-03-30T00:36:25.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T00:36:25.924Z] [2021-03-30T00:36:25.924Z] Login Succeeded [2021-03-30T00:36:25.924Z] nexus3.edgexfoundry.org:10002 [2021-03-30T00:36:26.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T00:36:26.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T00:36:26.192Z] Configure a credential helper to remove this warning. See [2021-03-30T00:36:26.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T00:36:26.192Z] [2021-03-30T00:36:26.193Z] Login Succeeded [2021-03-30T00:36:26.193Z] nexus3.edgexfoundry.org:10003 [2021-03-30T00:36:26.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T00:36:26.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T00:36:26.193Z] Configure a credential helper to remove this warning. See [2021-03-30T00:36:26.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T00:36:26.193Z] [2021-03-30T00:36:26.193Z] Login Succeeded [2021-03-30T00:36:26.455Z] nexus3.edgexfoundry.org:10004 [2021-03-30T00:36:26.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T00:36:26.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T00:36:26.455Z] Configure a credential helper to remove this warning. See [2021-03-30T00:36:26.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T00:36:26.455Z] [2021-03-30T00:36:26.455Z] Login Succeeded [2021-03-30T00:36:26.455Z] docker.io [2021-03-30T00:36:26.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T00:36:26.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T00:36:26.980Z] Configure a credential helper to remove this warning. See [2021-03-30T00:36:26.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T00:36:26.980Z] [2021-03-30T00:36:26.980Z] Login Succeeded [2021-03-30T00:36:26.980Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T00:36:26.995Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T00:36:27.470Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/core-command/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/core-data/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-30T00:36:27.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T00:36:27.470Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-30T00:36:27.470Z] ++ cut -d/ -f2 [2021-03-30T00:36:27.470Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-30T00:36:27.546Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:36:28.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T00:36:28.371Z] [2021-03-30T00:36:28.371Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:36:28.717Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T00:36:28.717Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T00:36:28.717Z] 31603596830f: Pulling fs layer [2021-03-30T00:36:28.717Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T00:36:28.717Z] 6ca5941a6612: Pulling fs layer [2021-03-30T00:36:28.717Z] ecc8261a40a4: Pulling fs layer [2021-03-30T00:36:28.717Z] ecc8261a40a4: Waiting [2021-03-30T00:36:28.717Z] 2a8b12db71e7: Download complete [2021-03-30T00:36:28.717Z] 31603596830f: Verifying Checksum [2021-03-30T00:36:28.717Z] 31603596830f: Download complete [2021-03-30T00:36:28.982Z] ecc8261a40a4: Verifying Checksum [2021-03-30T00:36:28.982Z] ecc8261a40a4: Download complete [2021-03-30T00:36:28.982Z] 6ca5941a6612: Verifying Checksum [2021-03-30T00:36:28.982Z] 6ca5941a6612: Download complete [2021-03-30T00:36:28.982Z] 31603596830f: Pull complete [2021-03-30T00:36:29.245Z] 2a8b12db71e7: Pull complete [2021-03-30T00:36:29.817Z] 6ca5941a6612: Pull complete [2021-03-30T00:36:30.078Z] ecc8261a40a4: Pull complete [2021-03-30T00:36:30.079Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T00:36:30.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T00:36:30.079Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T00:36:30.181Z] prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container [2021-03-30T00:36:30.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T00:36:32.704Z] $ docker top 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T00:36:33.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T00:36:33.044Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T00:36:33.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T00:36:33.274Z] $ docker exec 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent [2021-03-30T00:36:33.455Z] SSH_AUTH_SOCK=/tmp/ssh-sG88EvM4NjEV/agent.12 [2021-03-30T00:36:33.455Z] SSH_AGENT_PID=17 [2021-03-30T00:36:33.466Z] Running ssh-add (command line suppressed) [2021-03-30T00:36:33.587Z] Identity added: /w/workspace/edgex-go/43@tmp/private_key_6096024540111004898.key (/w/workspace/edgex-go/43@tmp/private_key_6096024540111004898.key) [2021-03-30T00:36:33.642Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T00:36:33.976Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T00:36:33.997Z] $ docker exec --env ******** --env ******** 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent -k [2021-03-30T00:36:34.118Z] unset SSH_AUTH_SOCK; [2021-03-30T00:36:34.119Z] unset SSH_AGENT_PID; [2021-03-30T00:36:34.119Z] echo Agent pid 17 killed; [2021-03-30T00:36:34.176Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T00:36:34.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T00:36:34.316Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T00:36:34.479Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T00:36:34.482Z] $ docker exec 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent [2021-03-30T00:36:34.656Z] SSH_AUTH_SOCK=/tmp/ssh-cR2sSvxb2giD/agent.45 [2021-03-30T00:36:34.656Z] SSH_AGENT_PID=50 [2021-03-30T00:36:34.663Z] Running ssh-add (command line suppressed) [2021-03-30T00:36:34.782Z] Identity added: /w/workspace/edgex-go/43@tmp/private_key_3304174665644440215.key (/w/workspace/edgex-go/43@tmp/private_key_3304174665644440215.key) [2021-03-30T00:36:34.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T00:36:35.199Z] + git semver init [2021-03-30T00:36:35.199Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T00:36:35.199Z] # $GIT_DIR = /w/workspace/edgex-go/43/.git [2021-03-30T00:36:35.199Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/43 [2021-03-30T00:36:35.199Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T00:36:35.199Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T00:36:35.199Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T00:36:35.199Z] # $SEMVER_BRANCH = PR-3234 [2021-03-30T00:36:35.199Z] # $SEMVER_TEMP = /tmp/semver-005886134 [2021-03-30T00:36:35.199Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-30T00:37:01.824Z] # '/tmp/semver-005886134' -> '/w/workspace/edgex-go/43/.semver' [2021-03-30T00:37:01.824Z] # -> Force: false [2021-03-30T00:37:01.824Z] # $SEMVER_DIR = /w/workspace/edgex-go/43/.semver [Pipeline] } [2021-03-30T00:37:01.840Z] $ docker exec --env ******** --env ******** 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent -k [2021-03-30T00:37:02.050Z] unset SSH_AUTH_SOCK; [2021-03-30T00:37:02.050Z] unset SSH_AGENT_PID; [2021-03-30T00:37:02.050Z] echo Agent pid 50 killed; [2021-03-30T00:37:02.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T00:37:02.687Z] + git semver [Pipeline] } [2021-03-30T00:37:02.702Z] $ docker stop --time=1 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 [2021-03-30T00:37:04.629Z] $ docker rm -f 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T00:37:05.157Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T00:37:05.681Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T00:37:05.685Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T00:37:06.633Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T00:37:06.935Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T00:37:07.228Z] + sudo service docker restart [2021-03-30T00:37:07.228Z] + true [2021-03-30T00:37:07.228Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-30T00:37:07.820Z] ========================================================= [2021-03-30T00:37:07.820Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T00:37:07.820Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:37:08.160Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-30T00:37:11.466Z] Sending build context to Docker daemon 328.9MB [2021-03-30T00:37:11.466Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T00:37:11.466Z] Step 2/6 : FROM ${BASE} [2021-03-30T00:37:11.466Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T00:37:11.466Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T00:37:11.466Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T00:37:11.466Z] de9db76c5a1d: Pulling fs layer [2021-03-30T00:37:11.466Z] bca2f99d35d6: Pulling fs layer [2021-03-30T00:37:11.466Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T00:37:11.466Z] 7c6f9722023f: Pulling fs layer [2021-03-30T00:37:11.466Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T00:37:11.466Z] bca2f99d35d6: Waiting [2021-03-30T00:37:11.466Z] 93359f2a8cfa: Waiting [2021-03-30T00:37:11.466Z] 7c6f9722023f: Waiting [2021-03-30T00:37:11.466Z] a35cf1a2eb13: Waiting [2021-03-30T00:37:11.466Z] de9db76c5a1d: Verifying Checksum [2021-03-30T00:37:11.466Z] de9db76c5a1d: Download complete [2021-03-30T00:37:11.466Z] 0ef7d3d256c8: Download complete [2021-03-30T00:37:11.466Z] 93359f2a8cfa: Verifying Checksum [2021-03-30T00:37:11.466Z] 93359f2a8cfa: Download complete [2021-03-30T00:37:11.466Z] 7c6f9722023f: Download complete [2021-03-30T00:37:11.466Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T00:37:11.466Z] 188c0c94c7c5: Download complete [2021-03-30T00:37:11.726Z] 188c0c94c7c5: Pull complete [2021-03-30T00:37:11.726Z] 0ef7d3d256c8: Pull complete [2021-03-30T00:37:12.300Z] de9db76c5a1d: Pull complete [2021-03-30T00:37:13.262Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T00:37:13.262Z] a35cf1a2eb13: Download complete [2021-03-30T00:37:13.841Z] bca2f99d35d6: Verifying Checksum [2021-03-30T00:37:13.841Z] bca2f99d35d6: Download complete [2021-03-30T00:37:18.060Z] bca2f99d35d6: Pull complete [2021-03-30T00:37:18.321Z] 93359f2a8cfa: Pull complete [2021-03-30T00:37:18.321Z] 7c6f9722023f: Pull complete [2021-03-30T00:37:21.133Z] Still waiting to schedule task [2021-03-30T00:37:21.133Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-30T00:37:23.620Z] a35cf1a2eb13: Pull complete [2021-03-30T00:37:23.620Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T00:37:23.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T00:37:23.620Z] ---> a62c8e92a672 [2021-03-30T00:37:23.620Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-30T00:37:23.620Z] ---> Running in ca98802abc08 [2021-03-30T00:37:23.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:37:24.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:37:24.466Z] (1/12) Installing libmagic (5.38-r0) [2021-03-30T00:37:24.727Z] (2/12) Installing file (5.38-r0) [2021-03-30T00:37:24.727Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-30T00:37:24.989Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-30T00:37:30.278Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-30T00:37:30.278Z] (6/12) Installing patch (2.7.6-r6) [2021-03-30T00:37:30.278Z] (7/12) Installing build-base (0.5-r2) [2021-03-30T00:37:30.278Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-30T00:37:30.278Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-30T00:37:30.278Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-30T00:37:30.278Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-30T00:37:30.278Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-30T00:37:30.539Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:37:30.539Z] OK: 233 MiB in 51 packages [2021-03-30T00:37:33.843Z] Removing intermediate container ca98802abc08 [2021-03-30T00:37:33.843Z] ---> 0a0c9a0bc70a [2021-03-30T00:37:33.843Z] Step 4/6 : WORKDIR /edgex-go [2021-03-30T00:37:33.843Z] ---> Running in ca2f9416c3ea [2021-03-30T00:37:33.843Z] Removing intermediate container ca2f9416c3ea [2021-03-30T00:37:33.843Z] ---> ef22e50abe90 [2021-03-30T00:37:33.843Z] Step 5/6 : COPY go.mod . [2021-03-30T00:37:33.843Z] ---> 8483f42eb60a [2021-03-30T00:37:33.843Z] Step 6/6 : RUN go mod download [2021-03-30T00:37:34.106Z] ---> Running in 6b0f60c46121 [2021-03-30T00:37:53.164Z] Removing intermediate container 6b0f60c46121 [2021-03-30T00:37:53.164Z] ---> c0607e2a974e [2021-03-30T00:37:53.164Z] Successfully built c0607e2a974e [2021-03-30T00:37:53.424Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:37:53.735Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T00:37:53.735Z] . [Pipeline] withDockerContainer [2021-03-30T00:37:53.832Z] prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container [2021-03-30T00:37:53.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T00:37:55.081Z] $ docker top 23e1936745b0b2900bd2f6a8c38159d1bd681d111bbfef5afc964159d811eda4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T00:37:55.563Z] + go version [2021-03-30T00:37:55.563Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T00:37:55.575Z] $ docker stop --time=1 23e1936745b0b2900bd2f6a8c38159d1bd681d111bbfef5afc964159d811eda4 [2021-03-30T00:37:57.357Z] $ docker rm -f 23e1936745b0b2900bd2f6a8c38159d1bd681d111bbfef5afc964159d811eda4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:37:58.116Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T00:37:58.116Z] . [Pipeline] withDockerContainer [2021-03-30T00:37:58.213Z] prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container [2021-03-30T00:37:58.258Z] $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T00:37:58.835Z] $ docker top dd7eef5a4f896edb23db60cc7905de1c8202c8388e6013132b465fc0c7327032 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T00:37:59.027Z] ========================================================= [2021-03-30T00:37:59.027Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-30T00:37:59.027Z] ========================================================= [Pipeline] sh [2021-03-30T00:37:59.320Z] + make test [2021-03-30T00:37:59.320Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T00:38:07.526Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-30T00:38:22.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-30T00:38:27.894Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-30T00:38:27.894Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-30T00:38:27.894Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-30T00:38:29.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-30T00:38:29.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-30T00:38:29.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-30T00:38:29.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-30T00:38:30.865Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-30T00:38:31.149Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-30T00:38:33.124Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-30T00:38:33.124Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-30T00:38:33.124Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-30T00:38:35.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.9% of statements [2021-03-30T00:38:35.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-30T00:38:35.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-30T00:38:35.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-30T00:38:35.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-30T00:38:35.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-30T00:38:35.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-30T00:38:35.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements [2021-03-30T00:38:35.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements [2021-03-30T00:38:39.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.161s coverage: 27.1% of statements [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-30T00:38:39.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-30T00:38:39.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-30T00:38:39.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-30T00:38:39.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-30T00:38:39.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.186s coverage: 82.9% of statements [2021-03-30T00:38:39.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-30T00:38:39.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T00:38:39.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.076s coverage: 78.9% of statements [2021-03-30T00:38:39.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-30T00:38:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-30T00:38:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-30T00:38:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-30T00:38:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.170s coverage: 86.7% of statements [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-30T00:38:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-30T00:38:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-30T00:38:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.374s coverage: 92.8% of statements [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 1.0% of statements [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-30T00:38:44.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2021-03-30T00:38:44.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-03-30T00:38:56.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements [2021-03-30T00:38:56.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-03-30T00:38:59.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.177s coverage: 82.6% of statements [2021-03-30T00:39:09.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements [2021-03-30T00:39:09.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.6% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 64.4% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.298s coverage: 69.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 38.4% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 94.6% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-30T00:39:09.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements [2021-03-30T00:39:09.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-03-30T00:39:09.363Z] GO111MODULE=on go vet ./... [2021-03-30T00:39:36.075Z] gofmt -l . [2021-03-30T00:39:36.075Z] [ "`gofmt -l .`" = "" ] [2021-03-30T00:39:36.075Z] ./bin/test-go-mod-tidy.sh [2021-03-30T00:39:36.075Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-30T00:39:36.376Z] + ls -al . [2021-03-30T00:39:36.376Z] total 780 [2021-03-30T00:39:36.376Z] drwxrwxr-x 10 1001 1001 4096 Mar 30 00:39 . [2021-03-30T00:39:36.376Z] drwxr-xr-x 4 root root 30 Mar 30 00:37 .. [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 11 Mar 30 00:36 .dockerignore [2021-03-30T00:39:36.376Z] drwxrwxr-x 8 1001 1001 179 Mar 30 00:36 .git [2021-03-30T00:39:36.376Z] drwxrwxr-x 3 1001 1001 125 Mar 30 00:36 .github [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 818 Mar 30 00:36 .gitignore [2021-03-30T00:39:36.376Z] drwx------ 3 1001 1001 60 Mar 30 00:36 .semver [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 166 Mar 30 00:36 .sonarcloud.properties [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 8607 Mar 30 00:36 Attribution.txt [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 3804 Mar 30 00:36 CONTRIBUTING.md [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 931 Mar 30 00:36 Dockerfile.build [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 863 Mar 30 00:36 Jenkinsfile [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 10775 Mar 30 00:36 LICENSE [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 5774 Mar 30 00:36 Makefile [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 6548 Mar 30 00:36 README.md [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 6755 Mar 30 00:36 SECURITY.md [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 5 Mar 30 00:37 VERSION [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 4131 Mar 30 00:36 ZMQWindows.md [2021-03-30T00:39:36.376Z] drwxrwxr-x 2 1001 1001 117 Mar 30 00:36 bin [2021-03-30T00:39:36.376Z] drwxrwxr-x 14 1001 1001 4096 Mar 30 00:36 cmd [2021-03-30T00:39:36.376Z] -rw-r--r-- 1 root root 668090 Mar 30 00:39 coverage.out [2021-03-30T00:39:36.376Z] -rw-r--r-- 1 root root 1057 Mar 30 00:39 go.mod [2021-03-30T00:39:36.376Z] -rw-r--r-- 1 root root 22759 Mar 30 00:39 go.sum [2021-03-30T00:39:36.376Z] drwxrwxr-x 8 1001 1001 127 Mar 30 00:36 internal [2021-03-30T00:39:36.376Z] drwxrwxr-x 4 1001 1001 26 Mar 30 00:36 openapi [2021-03-30T00:39:36.376Z] drwxrwxr-x 4 1001 1001 71 Mar 30 00:36 snap [2021-03-30T00:39:36.376Z] -rw-rw-r-- 1 1001 1001 168 Mar 30 00:36 version.go [Pipeline] sh [2021-03-30T00:39:36.671Z] + '[' -e coverage.out ] [2021-03-30T00:39:36.671Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-30T00:39:36.888Z] Stashed 1 file(s) [Pipeline] sh [2021-03-30T00:39:37.179Z] + make build [2021-03-30T00:39:37.179Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-30T00:39:41.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-30T00:39:48.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-30T00:39:49.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-30T00:39:51.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-30T00:39:51.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-30T00:39:53.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-30T00:39:54.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-30T00:39:55.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-30T00:39:57.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-30T00:39:57.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-30T00:39:58.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-30T00:40:00.870Z] $ docker stop --time=1 dd7eef5a4f896edb23db60cc7905de1c8202c8388e6013132b465fc0c7327032 [2021-03-30T00:40:02.942Z] $ docker rm -f dd7eef5a4f896edb23db60cc7905de1c8202c8388e6013132b465fc0c7327032 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:40:04.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T00:40:04.955Z] [2021-03-30T00:40:04.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:40:05.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T00:40:05.307Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-30T00:40:05.307Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-30T00:40:05.307Z] ca9280d653b3: Pulling fs layer [2021-03-30T00:40:05.308Z] 7e9c9ca2126c: Pulling fs layer [2021-03-30T00:40:05.570Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-30T00:40:05.570Z] cbdbe7a5bc2a: Download complete [2021-03-30T00:40:05.831Z] cbdbe7a5bc2a: Pull complete [2021-03-30T00:40:05.831Z] ca9280d653b3: Download complete [2021-03-30T00:40:06.774Z] 7e9c9ca2126c: Download complete [2021-03-30T00:40:06.774Z] ca9280d653b3: Pull complete [2021-03-30T00:40:14.928Z] 7e9c9ca2126c: Pull complete [2021-03-30T00:40:14.928Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-30T00:40:14.928Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T00:40:14.928Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-30T00:40:15.030Z] prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container [2021-03-30T00:40:15.074Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T00:40:15.817Z] $ docker top dc93bc2ffaade4dc50ed5f5b952a89753ec6d69a024c15b6948321ed8136a7fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T00:40:16.322Z] + docker-compose build --help [2021-03-30T00:40:16.323Z] + grep parallel [2021-03-30T00:40:17.265Z] --parallel Build images in parallel. [Pipeline] } [2021-03-30T00:40:17.277Z] $ docker stop --time=1 dc93bc2ffaade4dc50ed5f5b952a89753ec6d69a024c15b6948321ed8136a7fd [2021-03-30T00:40:18.622Z] $ docker rm -f dc93bc2ffaade4dc50ed5f5b952a89753ec6d69a024c15b6948321ed8136a7fd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:40:19.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T00:40:19.300Z] . [Pipeline] withDockerContainer [2021-03-30T00:40:19.405Z] prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container [2021-03-30T00:40:19.545Z] $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T00:40:20.208Z] $ docker top d1e0631fe6d12bbf1c9e3d1958e59219ecc1ae7b218c8971fd4ac65e60beb3ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T00:40:20.842Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-30T00:40:21.825Z] Building docker-core-command-go ... [2021-03-30T00:40:21.825Z] Building docker-core-data-go ... [2021-03-30T00:40:21.825Z] Building docker-core-metadata-go ... [2021-03-30T00:40:21.825Z] Building docker-security-bootstrapper-go ... [2021-03-30T00:40:21.825Z] Building docker-security-proxy-setup-go ... [2021-03-30T00:40:21.825Z] Building docker-security-secretstore-setup-go ... [2021-03-30T00:40:21.825Z] Building docker-support-notifications-go ... [2021-03-30T00:40:21.825Z] Building docker-support-scheduler-go ... [2021-03-30T00:40:21.825Z] Building docker-sys-mgmt-agent-go ... [2021-03-30T00:40:21.825Z] Building docker-support-notifications-go [2021-03-30T00:40:21.825Z] Building docker-core-command-go [2021-03-30T00:40:21.825Z] Building docker-security-secretstore-setup-go [2021-03-30T00:40:21.825Z] Building docker-security-bootstrapper-go [2021-03-30T00:40:21.825Z] Building docker-core-data-go [2021-03-30T00:40:31.831Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31929 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-30T00:40:31.889Z] Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout [2021-03-30T00:40:36.917Z] using credential edgex-jenkins-ssh [2021-03-30T00:40:36.982Z] Cloning the remote Git repository [2021-03-30T00:40:37.039Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-30T00:40:37.161Z] > git init /w/workspace/edgex-go/43 # timeout=10 [2021-03-30T00:40:37.260Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T00:40:37.260Z] > git --version # timeout=10 [2021-03-30T00:40:37.275Z] > git --version # 'git version 2.17.1' [2021-03-30T00:40:37.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T00:40:37.325Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T00:40:54.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:40:54.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:40:54.015Z] ---> c0607e2a974e [2021-03-30T00:40:54.015Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T00:40:54.015Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:40:54.015Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:40:54.015Z] ---> c0607e2a974e [2021-03-30T00:40:54.015Z] Step 3/24 : WORKDIR /edgex-go [2021-03-30T00:40:54.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:40:54.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:40:54.015Z] ---> c0607e2a974e [2021-03-30T00:40:54.015Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T00:40:54.015Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:40:54.015Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:40:54.015Z] ---> c0607e2a974e [2021-03-30T00:40:54.015Z] Step 3/31 : WORKDIR /edgex-go [2021-03-30T00:40:54.015Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:40:54.015Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:40:54.015Z] ---> c0607e2a974e [2021-03-30T00:40:54.015Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T00:40:54.015Z] ---> Running in 25dae44a52db [2021-03-30T00:40:54.015Z] ---> Running in 91ea8f723f40 [2021-03-30T00:40:54.015Z] ---> Running in 42170dacca07 [2021-03-30T00:40:54.015Z] ---> Running in 6053aca9002f [2021-03-30T00:40:54.015Z] ---> Running in 15c2837f8e68 [2021-03-30T00:40:54.015Z] Removing intermediate container 42170dacca07 [2021-03-30T00:40:54.015Z] ---> 444f1ca6ec84 [2021-03-30T00:40:54.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:40:54.015Z] Removing intermediate container 6053aca9002f [2021-03-30T00:40:54.015Z] ---> 35d9f1e77dc2 [2021-03-30T00:40:54.015Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:40:54.015Z] Removing intermediate container 15c2837f8e68 [2021-03-30T00:40:54.015Z] ---> 0cedcffa125c [2021-03-30T00:40:54.015Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:40:54.015Z] Removing intermediate container 25dae44a52db [2021-03-30T00:40:54.015Z] ---> f8f615ced57b [2021-03-30T00:40:54.015Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:40:54.015Z] Removing intermediate container 91ea8f723f40 [2021-03-30T00:40:54.015Z] ---> b0c5943d609c [2021-03-30T00:40:54.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:40:54.015Z] ---> Running in e9e293eb2b52 [2021-03-30T00:40:54.015Z] ---> Running in 3f6e2412cf2a [2021-03-30T00:40:54.015Z] ---> Running in dd216ad94ca5 [2021-03-30T00:40:54.015Z] ---> Running in 04ff26aa34e4 [2021-03-30T00:40:54.015Z] ---> Running in aeb0dcc65941 [2021-03-30T00:40:54.015Z] Removing intermediate container e9e293eb2b52 [2021-03-30T00:40:54.015Z] ---> 3764ac686b88 [2021-03-30T00:40:54.015Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-30T00:40:54.015Z] ---> Running in 3b4d024f3e48 [2021-03-30T00:40:54.015Z] Removing intermediate container 3f6e2412cf2a [2021-03-30T00:40:54.015Z] ---> 21ce43610462 [2021-03-30T00:40:54.015Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-30T00:40:54.015Z] Removing intermediate container dd216ad94ca5 [2021-03-30T00:40:54.015Z] ---> c9443f1416d7 [2021-03-30T00:40:54.015Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T00:40:54.015Z] Removing intermediate container aeb0dcc65941 [2021-03-30T00:40:54.015Z] ---> 3e73985a6af3 [2021-03-30T00:40:54.015Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-30T00:40:54.015Z] Removing intermediate container 04ff26aa34e4 [2021-03-30T00:40:54.015Z] ---> 705fb537ed70 [2021-03-30T00:40:54.015Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-30T00:40:54.015Z] ---> Running in 351e2b4a90a4 [2021-03-30T00:40:54.015Z] ---> Running in 2cab7360ffe4 [2021-03-30T00:40:54.015Z] ---> Running in c6840026cb1f [2021-03-30T00:40:54.015Z] ---> Running in 699f59af4ff9 [2021-03-30T00:40:54.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:54.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:54.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:55.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:55.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:55.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:55.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:55.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:55.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:55.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:40:56.524Z] OK: 233 MiB in 51 packages [2021-03-30T00:40:56.524Z] OK: 233 MiB in 51 packages [2021-03-30T00:40:56.789Z] OK: 233 MiB in 51 packages [2021-03-30T00:40:56.789Z] OK: 233 MiB in 51 packages [2021-03-30T00:40:56.789Z] OK: 233 MiB in 51 packages [2021-03-30T00:40:57.749Z] Removing intermediate container 3b4d024f3e48 [2021-03-30T00:40:57.749Z] ---> 928b92ab61da [2021-03-30T00:40:57.749Z] Step 6/22 : COPY go.mod . [2021-03-30T00:40:57.749Z] Removing intermediate container 351e2b4a90a4 [2021-03-30T00:40:57.749Z] ---> 197dd28b90d2 [2021-03-30T00:40:57.749Z] Step 6/23 : COPY go.mod . [2021-03-30T00:40:57.749Z] Removing intermediate container 699f59af4ff9 [2021-03-30T00:40:57.749Z] ---> 48879b6a54df [2021-03-30T00:40:57.749Z] Step 6/31 : COPY go.mod . [2021-03-30T00:40:57.749Z] Removing intermediate container 2cab7360ffe4 [2021-03-30T00:40:57.749Z] ---> 740ad4ae92af [2021-03-30T00:40:57.749Z] Step 6/24 : COPY go.mod . [2021-03-30T00:40:57.749Z] Removing intermediate container c6840026cb1f [2021-03-30T00:40:57.749Z] ---> cfd9cb209c7c [2021-03-30T00:40:57.749Z] Step 6/23 : COPY go.mod . [2021-03-30T00:40:58.015Z] ---> 1b932acbced9 [2021-03-30T00:40:58.015Z] Step 7/22 : RUN go mod download [2021-03-30T00:40:58.015Z] ---> aa29dfc9b45c [2021-03-30T00:40:58.015Z] Step 7/23 : RUN go mod download [2021-03-30T00:40:58.276Z] ---> 07f3d3ac00a7 [2021-03-30T00:40:58.276Z] Step 7/31 : RUN go mod download [2021-03-30T00:40:58.276Z] ---> Running in 7c7fdb0cdc1e [2021-03-30T00:40:58.276Z] ---> 205779d28247 [2021-03-30T00:40:58.276Z] Step 7/24 : RUN go mod download [2021-03-30T00:40:58.277Z] ---> bbf8a33ceac7 [2021-03-30T00:40:58.277Z] Step 7/23 : RUN go mod download [2021-03-30T00:40:58.277Z] ---> Running in 049cab64d187 [2021-03-30T00:40:58.538Z] ---> Running in b988ffa36e8b [2021-03-30T00:40:58.538Z] ---> Running in 67cb6ac9c829 [2021-03-30T00:40:58.538Z] ---> Running in 6b525e4ce14b [2021-03-30T00:40:59.568Z] Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T00:41:00.171Z] Failed in branch arm64 [2021-03-30T00:40:58.811Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T00:40:58.831Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T00:40:58.874Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T00:40:58.907Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T00:40:58.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T00:40:58.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T00:40:59.590Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T00:40:59.603Z] > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 [2021-03-30T00:41:01.093Z] Removing intermediate container b988ffa36e8b [2021-03-30T00:41:01.093Z] ---> 35aa4d59ee75 [2021-03-30T00:41:01.093Z] Step 8/31 : COPY . . [2021-03-30T00:41:01.093Z] Removing intermediate container 6b525e4ce14b [2021-03-30T00:41:01.093Z] ---> 137996c4c5ba [2021-03-30T00:41:01.093Z] Step 8/24 : COPY . . [2021-03-30T00:41:01.093Z] Removing intermediate container 049cab64d187 [2021-03-30T00:41:01.093Z] ---> 2d2da88584cb [2021-03-30T00:41:01.093Z] Step 8/23 : COPY . . [2021-03-30T00:41:01.094Z] Removing intermediate container 67cb6ac9c829 [2021-03-30T00:41:01.094Z] ---> 28a42a8f2662 [2021-03-30T00:41:01.094Z] Step 8/23 : COPY . . [2021-03-30T00:41:01.094Z] Removing intermediate container 7c7fdb0cdc1e [2021-03-30T00:41:01.094Z] ---> 514fa3f81959 [2021-03-30T00:41:01.094Z] Step 8/22 : COPY . . [2021-03-30T00:41:39.984Z] ---> d4a92c89fcad [2021-03-30T00:41:39.984Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-30T00:41:39.984Z] ---> a620f3c02b89 [2021-03-30T00:41:39.984Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-30T00:41:39.984Z] ---> 5302150ea9b4 [2021-03-30T00:41:39.984Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-30T00:41:39.984Z] ---> 2f690ca405cd [2021-03-30T00:41:39.984Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-30T00:41:39.984Z] ---> Running in 42955e82bd7c [2021-03-30T00:41:39.984Z] ---> Running in 05acc5e4459f [2021-03-30T00:41:39.984Z] ---> Running in cb99f3a69161 [2021-03-30T00:41:39.984Z] ---> Running in 9970f81fdd0d [2021-03-30T00:41:39.984Z] ---> 6996b5437531 [2021-03-30T00:41:39.984Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-30T00:41:40.265Z] ---> Running in 8920b0ad63eb [2021-03-30T00:41:41.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-30T00:41:41.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-30T00:41:41.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-30T00:41:41.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-30T00:41:41.219Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-30T00:42:13.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-30T00:42:14.864Z] Removing intermediate container 42955e82bd7c [2021-03-30T00:42:14.864Z] ---> 0a9b6a2369c4 [2021-03-30T00:42:14.864Z] [2021-03-30T00:42:14.864Z] Step 10/31 : FROM alpine:3.12 [2021-03-30T00:42:14.864Z] 3.12: Pulling from library/alpine [2021-03-30T00:42:15.143Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T00:42:15.143Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T00:42:15.143Z] ---> 42cb162f0360 [2021-03-30T00:42:15.143Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-30T00:42:19.407Z] ---> Running in 4b99ad680fca [2021-03-30T00:42:19.979Z] Removing intermediate container 05acc5e4459f [2021-03-30T00:42:19.980Z] ---> dbdd46337d19 [2021-03-30T00:42:19.980Z] [2021-03-30T00:42:19.980Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T00:42:19.980Z] ---> 42cb162f0360 [2021-03-30T00:42:19.980Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-30T00:42:19.980Z] Removing intermediate container cb99f3a69161 [2021-03-30T00:42:19.980Z] ---> 3c6a0cecdba0 [2021-03-30T00:42:19.980Z] [2021-03-30T00:42:19.980Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T00:42:19.980Z] ---> 42cb162f0360 [2021-03-30T00:42:19.980Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T00:42:20.243Z] ---> Running in e76852d88ff4 [2021-03-30T00:42:20.243Z] Removing intermediate container 4b99ad680fca [2021-03-30T00:42:20.243Z] ---> e99d3dca230d [2021-03-30T00:42:20.243Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-30T00:42:20.243Z] ---> Running in 6e7fbdf911c2 [2021-03-30T00:42:20.508Z] ---> Running in d3b3bef1d63c [2021-03-30T00:42:21.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:21.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:21.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:21.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:21.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:21.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:21.492Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-30T00:42:21.492Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-30T00:42:21.492Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:42:21.492Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T00:42:21.492Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T00:42:21.492Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:42:21.492Z] OK: 6 MiB in 15 packages [2021-03-30T00:42:21.764Z] OK: 6 MiB in 16 packages [2021-03-30T00:42:21.764Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-30T00:42:21.764Z] (2/2) Installing su-exec (0.2-r1) [2021-03-30T00:42:21.764Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:42:21.764Z] OK: 6 MiB in 16 packages [2021-03-30T00:42:25.075Z] Removing intermediate container 9970f81fdd0d [2021-03-30T00:42:25.075Z] ---> bb92738b96a8 [2021-03-30T00:42:25.075Z] [2021-03-30T00:42:25.075Z] Step 10/24 : FROM alpine:3.12 [2021-03-30T00:42:25.075Z] ---> 42cb162f0360 [2021-03-30T00:42:25.075Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-30T00:42:25.075Z] Removing intermediate container 8920b0ad63eb [2021-03-30T00:42:25.075Z] ---> c1bafa9396b1 [2021-03-30T00:42:25.075Z] [2021-03-30T00:42:25.075Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T00:42:25.075Z] ---> 42cb162f0360 [2021-03-30T00:42:25.075Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-30T00:42:25.075Z] ---> Running in 339a8381cbde [2021-03-30T00:42:25.337Z] ---> Running in 708993ede809 [2021-03-30T00:42:26.280Z] Removing intermediate container 6e7fbdf911c2 [2021-03-30T00:42:26.280Z] ---> 202fb972774a [2021-03-30T00:42:26.280Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T00:42:26.280Z] Removing intermediate container 708993ede809 [2021-03-30T00:42:26.280Z] ---> 282100d40502 [2021-03-30T00:42:26.280Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-30T00:42:26.280Z] Removing intermediate container d3b3bef1d63c [2021-03-30T00:42:26.280Z] ---> 1834898ca378 [2021-03-30T00:42:26.280Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-30T00:42:26.280Z] Removing intermediate container e76852d88ff4 [2021-03-30T00:42:26.280Z] ---> eae8d9343a7e [2021-03-30T00:42:26.280Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T00:42:26.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:26.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:26.804Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-30T00:42:27.068Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T00:42:27.068Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-30T00:42:27.068Z] (4/6) Installing curl (7.69.1-r3) [2021-03-30T00:42:27.068Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-30T00:42:27.068Z] ---> Running in 25aee83a10e5 [2021-03-30T00:42:27.068Z] (6/6) Installing su-exec (0.2-r1) [2021-03-30T00:42:27.068Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:42:27.068Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T00:42:27.648Z] OK: 7 MiB in 20 packages [2021-03-30T00:42:27.648Z] ---> Running in 09850a288761 [2021-03-30T00:42:27.912Z] ---> Running in abc0d72a6691 [2021-03-30T00:42:27.912Z] ---> Running in 0fd28b61e1e3 [2021-03-30T00:42:27.912Z] Removing intermediate container 25aee83a10e5 [2021-03-30T00:42:27.912Z] ---> 95a13687a91f [2021-03-30T00:42:27.912Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-30T00:42:28.172Z] Removing intermediate container 09850a288761 [2021-03-30T00:42:28.173Z] ---> 77af6d55e1f8 [2021-03-30T00:42:28.173Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-30T00:42:28.173Z] Removing intermediate container abc0d72a6691 [2021-03-30T00:42:28.173Z] ---> fb93f0065c03 [2021-03-30T00:42:28.173Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-30T00:42:28.436Z] Removing intermediate container 0fd28b61e1e3 [2021-03-30T00:42:28.436Z] ---> 811b64d3415d [2021-03-30T00:42:28.436Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-30T00:42:29.014Z] ---> Running in f5a42fe6d1f7 [2021-03-30T00:42:29.014Z] ---> Running in 37f7d99bc497 [2021-03-30T00:42:29.014Z] ---> Running in db68a6d831c4 [2021-03-30T00:42:29.014Z] ---> Running in f9b8ee950ec7 [2021-03-30T00:42:29.014Z] Removing intermediate container 339a8381cbde [2021-03-30T00:42:29.014Z] ---> 61b4192b253e [2021-03-30T00:42:29.014Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T00:42:29.278Z] ---> Running in 384ac68f0076 [2021-03-30T00:42:29.278Z] Removing intermediate container f5a42fe6d1f7 [2021-03-30T00:42:29.278Z] ---> bef5c9eddd5d [2021-03-30T00:42:29.278Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T00:42:29.278Z] Removing intermediate container 37f7d99bc497 [2021-03-30T00:42:29.278Z] ---> 2e0622797776 [2021-03-30T00:42:29.278Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:42:29.278Z] Removing intermediate container db68a6d831c4 [2021-03-30T00:42:29.278Z] ---> c34492bfa8e5 [2021-03-30T00:42:29.278Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-30T00:42:29.545Z] Removing intermediate container f9b8ee950ec7 [2021-03-30T00:42:29.545Z] ---> 9e81933d3463 [2021-03-30T00:42:29.545Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T00:42:29.545Z] ---> Running in 6a34f586ae0d [2021-03-30T00:42:29.545Z] ---> Running in feb42e6750a8 [2021-03-30T00:42:29.545Z] ---> Running in 24482f7be78c [2021-03-30T00:42:29.545Z] ---> Running in 9971156f6959 [2021-03-30T00:42:29.545Z] Removing intermediate container 384ac68f0076 [2021-03-30T00:42:29.545Z] ---> fa6352eebc16 [2021-03-30T00:42:29.545Z] Step 13/24 : WORKDIR / [2021-03-30T00:42:30.128Z] ---> Running in 85575e4f7ef7 [2021-03-30T00:42:30.128Z] Removing intermediate container 6a34f586ae0d [2021-03-30T00:42:30.128Z] ---> a231e4982f99 [2021-03-30T00:42:30.128Z] Step 15/23 : WORKDIR / [2021-03-30T00:42:30.128Z] Removing intermediate container 9971156f6959 [2021-03-30T00:42:30.128Z] ---> e7eb0602d2fc [2021-03-30T00:42:30.128Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T00:42:30.390Z] ---> Running in effb30df95ed [2021-03-30T00:42:30.390Z] Removing intermediate container 85575e4f7ef7 [2021-03-30T00:42:30.390Z] ---> 034be0747a3e [2021-03-30T00:42:30.390Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-30T00:42:30.667Z] ---> e1f7f047b82c [2021-03-30T00:42:30.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-30T00:42:30.667Z] Removing intermediate container effb30df95ed [2021-03-30T00:42:30.667Z] ---> ca7d22afa8b0 [2021-03-30T00:42:30.667Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T00:42:30.930Z] ---> 6e8fd60645ea [2021-03-30T00:42:30.930Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-30T00:42:31.193Z] ---> 9a01b93b88f2 [2021-03-30T00:42:31.193Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-30T00:42:31.464Z] ---> 786a29060975 [2021-03-30T00:42:31.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-30T00:42:31.465Z] ---> 97833f033974 [2021-03-30T00:42:31.465Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-30T00:42:31.743Z] Removing intermediate container feb42e6750a8 [2021-03-30T00:42:31.743Z] ---> 5196da90f6ee [2021-03-30T00:42:31.743Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-30T00:42:31.743Z] ---> Running in 6f999a60550d [2021-03-30T00:42:31.743Z] Removing intermediate container 24482f7be78c [2021-03-30T00:42:31.743Z] ---> 00fe356aaaaf [2021-03-30T00:42:31.743Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-30T00:42:31.743Z] ---> 2862ff182a31 [2021-03-30T00:42:31.743Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-30T00:42:32.012Z] ---> 72da951c52fc [2021-03-30T00:42:32.012Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-30T00:42:32.012Z] ---> 1417bc232cbf [2021-03-30T00:42:32.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-30T00:42:32.012Z] ---> Running in 516219cbd948 [2021-03-30T00:42:32.288Z] ---> Running in 79824b9990d0 [2021-03-30T00:42:32.563Z] ---> b05338ad4890 [2021-03-30T00:42:32.563Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-30T00:42:32.563Z] ---> a738d3866bb0 [2021-03-30T00:42:32.563Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-30T00:42:32.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:32.829Z] ---> Running in f69ba4a8c063 [2021-03-30T00:42:32.829Z] Removing intermediate container 79824b9990d0 [2021-03-30T00:42:32.829Z] ---> 9ddf649f65f3 [2021-03-30T00:42:32.829Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T00:42:32.829Z] Removing intermediate container 516219cbd948 [2021-03-30T00:42:32.829Z] ---> 593f4afc9c1b [2021-03-30T00:42:32.829Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-30T00:42:32.829Z] ---> Running in 578ef75f72bb [2021-03-30T00:42:33.096Z] Removing intermediate container f69ba4a8c063 [2021-03-30T00:42:33.096Z] ---> 3395c0be0eca [2021-03-30T00:42:33.096Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T00:42:33.096Z] ---> 2aeb2fdc90b4 [2021-03-30T00:42:33.096Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-30T00:42:33.357Z] ---> 4eaf3bd84aff [2021-03-30T00:42:33.357Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-30T00:42:33.618Z] Removing intermediate container 578ef75f72bb [2021-03-30T00:42:33.618Z] ---> e5c658795816 [2021-03-30T00:42:33.618Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T00:42:33.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:42:33.618Z] ---> Running in f07e7b2f56f9 [2021-03-30T00:42:33.618Z] ---> Running in f1cd3210d5ca [2021-03-30T00:42:33.618Z] ---> Running in 4dd4bcdc8e74 [2021-03-30T00:42:33.618Z] ---> 65bf796f20e9 [2021-03-30T00:42:33.618Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-30T00:42:33.886Z] ---> Running in 194dba4a58fe [2021-03-30T00:42:33.886Z] Removing intermediate container f07e7b2f56f9 [2021-03-30T00:42:33.886Z] ---> bc2e9cbe8c47 [2021-03-30T00:42:33.886Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T00:42:34.148Z] Removing intermediate container 4dd4bcdc8e74 [2021-03-30T00:42:34.148Z] ---> b893d313327c [2021-03-30T00:42:34.148Z] Step 21/22 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:42:34.148Z] ---> Running in 6fcf7ee65c41 [2021-03-30T00:42:34.414Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-30T00:42:34.414Z] ---> Running in 770da702b60a [2021-03-30T00:42:34.414Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-30T00:42:34.414Z] Removing intermediate container 6fcf7ee65c41 [2021-03-30T00:42:34.414Z] ---> 238d8bb198b4 [2021-03-30T00:42:34.414Z] Step 22/23 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:42:34.414Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-30T00:42:34.682Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-30T00:42:34.683Z] Removing intermediate container 770da702b60a [2021-03-30T00:42:34.683Z] ---> f4ef70c32492 [2021-03-30T00:42:34.683Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T00:42:34.683Z] ---> Running in 691df7b7f148 [2021-03-30T00:42:34.977Z] ---> Running in b08233bc878b [2021-03-30T00:42:34.977Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T00:42:35.370Z] Removing intermediate container 691df7b7f148 [2021-03-30T00:42:35.370Z] ---> 842526bfb751 [2021-03-30T00:42:35.370Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T00:42:35.370Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-30T00:42:35.370Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:42:35.370Z] OK: 8 MiB in 20 packages [2021-03-30T00:42:35.370Z] Removing intermediate container b08233bc878b [2021-03-30T00:42:35.370Z] ---> 36833222c827 [2021-03-30T00:42:35.370Z] [2021-03-30T00:42:35.370Z] ---> Running in bbddc024c83f [2021-03-30T00:42:35.642Z] Successfully built 36833222c827 [2021-03-30T00:42:35.643Z] Removing intermediate container f1cd3210d5ca [2021-03-30T00:42:35.643Z] ---> a8cee1a9d275 [2021-03-30T00:42:35.643Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T00:42:35.930Z] Successfully tagged docker-support-notifications-go:latest [2021-03-30T00:42:35.930Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-30T00:42:35.930Z] Removing intermediate container bbddc024c83f [2021-03-30T00:42:35.930Z] ---> 98520f4be730 [2021-03-30T00:42:35.930Z] [2021-03-30T00:42:36.213Z] Removing intermediate container 194dba4a58fe [2021-03-30T00:42:36.213Z] ---> 7d03fdcc90ab [2021-03-30T00:42:36.213Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-30T00:42:36.213Z] ---> 07c7e82c197f [2021-03-30T00:42:36.213Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-30T00:42:36.213Z] ---> Running in bf0573f48ae1 [2021-03-30T00:42:36.213Z] Successfully built 98520f4be730 [2021-03-30T00:42:36.213Z] Successfully tagged docker-core-command-go:latest [2021-03-30T00:42:36.213Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-30T00:42:36.213Z] Removing intermediate container 6f999a60550d [2021-03-30T00:42:36.213Z] ---> 9c0defe208a1 [2021-03-30T00:42:36.213Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T00:42:36.474Z] Removing intermediate container bf0573f48ae1 [2021-03-30T00:42:36.474Z] ---> 7deb70a0e873 [2021-03-30T00:42:36.474Z] Step 22/24 : LABEL arch=x86_64 [2021-03-30T00:42:37.049Z] ---> dd9b9b3e05b9 [2021-03-30T00:42:37.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-30T00:42:37.049Z] ---> Running in 707f1e4bf95e [2021-03-30T00:42:39.624Z] ---> 61551adb94dd [2021-03-30T00:42:39.624Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-30T00:42:43.851Z] Removing intermediate container 707f1e4bf95e [2021-03-30T00:42:43.851Z] ---> 5380e9bd843d [2021-03-30T00:42:43.851Z] Step 23/24 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:42:43.851Z] ---> 335b3f68810c [2021-03-30T00:42:43.851Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-30T00:42:43.851Z] ---> 463825dc60e0 [2021-03-30T00:42:43.851Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-30T00:42:43.851Z] ---> Running in b159720d144d [2021-03-30T00:42:43.851Z] ---> 0089d22c31ef [2021-03-30T00:42:43.851Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-30T00:42:43.851Z] ---> c1f88515633c [2021-03-30T00:42:43.851Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-30T00:42:44.114Z] Removing intermediate container b159720d144d [2021-03-30T00:42:44.114Z] ---> 205697f64044 [2021-03-30T00:42:44.114Z] Step 24/24 : LABEL version=0.0.0 [2021-03-30T00:42:44.114Z] ---> Running in bfc1f2e2c0b8 [2021-03-30T00:42:46.724Z] ---> Running in cec871186edf [2021-03-30T00:42:48.118Z] ---> 3fff4baa6599 [2021-03-30T00:42:48.118Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-30T00:42:48.381Z] Removing intermediate container bfc1f2e2c0b8 [2021-03-30T00:42:48.381Z] ---> ccfd6a581515 [2021-03-30T00:42:48.381Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T00:42:49.391Z] Removing intermediate container cec871186edf [2021-03-30T00:42:49.391Z] ---> 2e89e5f222d4 [2021-03-30T00:42:49.391Z] [2021-03-30T00:42:49.391Z] ---> Running in 0af91750bb24 [2021-03-30T00:42:49.659Z] ---> Running in aa450fb2eacf [2021-03-30T00:42:49.659Z] Successfully built 2e89e5f222d4 [2021-03-30T00:42:49.919Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-30T00:42:49.919Z] Building docker-sys-mgmt-agent-go [2021-03-30T00:42:53.254Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0af91750bb24 [2021-03-30T00:42:53.254Z] ---> e25440dac529 [2021-03-30T00:42:53.254Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T00:42:54.215Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:42:54.215Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:42:54.215Z] ---> c0607e2a974e [2021-03-30T00:42:54.215Z] Step 3/21 : WORKDIR /edgex-go [2021-03-30T00:42:54.486Z] ---> Using cache [2021-03-30T00:42:54.486Z] ---> b0c5943d609c [2021-03-30T00:42:54.486Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:42:54.486Z] ---> Using cache [2021-03-30T00:42:54.486Z] ---> 3e73985a6af3 [2021-03-30T00:42:54.486Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-30T00:42:54.486Z] ---> Running in 2b8e7269a867 [2021-03-30T00:42:54.746Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:42:54.747Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:42:54.747Z] ---> c0607e2a974e [2021-03-30T00:42:54.747Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T00:42:54.747Z] ---> Using cache [2021-03-30T00:42:54.747Z] ---> b0c5943d609c [2021-03-30T00:42:54.747Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:42:54.747Z] ---> Using cache [2021-03-30T00:42:54.747Z] ---> 3e73985a6af3 [2021-03-30T00:42:54.747Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T00:42:55.689Z] Removing intermediate container aa450fb2eacf [2021-03-30T00:42:55.689Z] ---> 64f6254bb3e1 [2021-03-30T00:42:55.689Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-30T00:42:59.013Z] ---> Running in 18fca26247e3 [2021-03-30T00:42:59.013Z] ---> Running in 8e57251324c9 [2021-03-30T00:42:59.013Z] Removing intermediate container 2b8e7269a867 [2021-03-30T00:42:59.013Z] ---> ba174d180eee [2021-03-30T00:42:59.013Z] Step 22/23 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:42:59.013Z] ---> e5205deb40ab [2021-03-30T00:42:59.013Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-30T00:42:59.956Z] ---> Running in 35e1a7bd85aa [2021-03-30T00:43:00.939Z] ---> Running in 4217e71b3900 [2021-03-30T00:43:01.206Z] Removing intermediate container 35e1a7bd85aa [2021-03-30T00:43:01.206Z] ---> c8eb939b24e7 [2021-03-30T00:43:01.206Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T00:43:02.159Z] ---> Running in d5c710819a4b [2021-03-30T00:43:02.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:43:02.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:43:02.996Z] Removing intermediate container d5c710819a4b [2021-03-30T00:43:02.996Z] ---> edd14dc96734 [2021-03-30T00:43:02.996Z] [2021-03-30T00:43:03.263Z] Successfully built edd14dc96734 [2021-03-30T00:43:03.836Z] Successfully tagged docker-core-data-go:latest [2021-03-30T00:43:03.836Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-03-30T00:43:04.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:43:04.098Z] Removing intermediate container 4217e71b3900 [2021-03-30T00:43:04.098Z] ---> 84b6acec4cf8 [2021-03-30T00:43:04.098Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-30T00:43:04.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:43:05.754Z] ---> Running in a89a2389782f [2021-03-30T00:43:06.015Z] OK: 233 MiB in 51 packages [2021-03-30T00:43:06.592Z] OK: 233 MiB in 51 packages [2021-03-30T00:43:06.592Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:43:06.592Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:43:06.592Z] ---> c0607e2a974e [2021-03-30T00:43:06.592Z] Step 3/26 : WORKDIR /edgex-go [2021-03-30T00:43:06.592Z] ---> Using cache [2021-03-30T00:43:06.592Z] ---> b0c5943d609c [2021-03-30T00:43:06.592Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:43:06.592Z] ---> Using cache [2021-03-30T00:43:06.592Z] ---> 3e73985a6af3 [2021-03-30T00:43:06.592Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-30T00:43:07.985Z] Removing intermediate container a89a2389782f [2021-03-30T00:43:07.985Z] ---> 092ab4357899 [2021-03-30T00:43:07.985Z] Step 28/31 : CMD ["gate"] [2021-03-30T00:43:08.251Z] ---> Running in bfc92eeff653 [2021-03-30T00:43:08.519Z] ---> Running in e85ff885da66 [2021-03-30T00:43:08.782Z] Removing intermediate container e85ff885da66 [2021-03-30T00:43:08.782Z] ---> ec8e9ced87aa [2021-03-30T00:43:08.782Z] Step 29/31 : LABEL arch=x86_64 [2021-03-30T00:43:09.044Z] Removing intermediate container 8e57251324c9 [2021-03-30T00:43:09.044Z] ---> 9e956e597f32 [2021-03-30T00:43:09.044Z] Step 6/21 : COPY go.mod . [2021-03-30T00:43:09.316Z] ---> Running in 2a179e6e4c51 [2021-03-30T00:43:09.316Z] Removing intermediate container 18fca26247e3 [2021-03-30T00:43:09.316Z] ---> 2ed9e561ccfc [2021-03-30T00:43:09.316Z] Step 6/23 : COPY go.mod . [2021-03-30T00:43:09.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:43:09.316Z] ---> 71025dd38d2a [2021-03-30T00:43:09.316Z] Step 7/21 : RUN go mod download [2021-03-30T00:43:09.316Z] ---> Running in d9fe34805e2e [2021-03-30T00:43:09.586Z] Removing intermediate container 2a179e6e4c51 [2021-03-30T00:43:09.586Z] ---> 6a7a3ca7a777 [2021-03-30T00:43:09.586Z] Step 30/31 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:43:09.854Z] ---> feb49102bd20 [2021-03-30T00:43:09.854Z] Step 7/23 : RUN go mod download [2021-03-30T00:43:10.815Z] ---> Running in a5465533e0d9 [2021-03-30T00:43:10.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:43:10.815Z] ---> Running in 4a6ad1bf1645 [2021-03-30T00:43:11.764Z] Removing intermediate container 4a6ad1bf1645 [2021-03-30T00:43:11.764Z] ---> 3f936d5310f6 [2021-03-30T00:43:11.764Z] Step 31/31 : LABEL version=0.0.0 [2021-03-30T00:43:12.026Z] OK: 233 MiB in 51 packages [2021-03-30T00:43:12.604Z] ---> Running in 82d3b68cf4a1 [2021-03-30T00:43:13.180Z] Removing intermediate container 82d3b68cf4a1 [2021-03-30T00:43:13.180Z] ---> 02c6e0c91b25 [2021-03-30T00:43:13.180Z] [2021-03-30T00:43:13.768Z] Successfully built 02c6e0c91b25 [2021-03-30T00:43:13.768Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-30T00:43:14.724Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container bfc92eeff653 [2021-03-30T00:43:14.724Z] ---> 664512146211 [2021-03-30T00:43:14.724Z] Step 6/26 : COPY go.mod . [2021-03-30T00:43:15.673Z] Removing intermediate container a5465533e0d9 [2021-03-30T00:43:15.673Z] ---> 9574c47cce68 [2021-03-30T00:43:15.673Z] Step 8/23 : COPY . . [2021-03-30T00:43:17.064Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T00:43:17.064Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T00:43:17.064Z] ---> c0607e2a974e [2021-03-30T00:43:17.064Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T00:43:17.064Z] ---> Using cache [2021-03-30T00:43:17.064Z] ---> b0c5943d609c [2021-03-30T00:43:17.064Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T00:43:17.064Z] ---> Using cache [2021-03-30T00:43:17.064Z] ---> 3e73985a6af3 [2021-03-30T00:43:17.064Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-30T00:43:17.064Z] ---> Using cache [2021-03-30T00:43:17.064Z] ---> 2ed9e561ccfc [2021-03-30T00:43:17.064Z] Step 6/22 : COPY go.mod . [2021-03-30T00:43:17.064Z] ---> Using cache [2021-03-30T00:43:17.064Z] ---> feb49102bd20 [2021-03-30T00:43:17.064Z] Step 7/22 : RUN go mod download [2021-03-30T00:43:17.064Z] ---> Using cache [2021-03-30T00:43:17.064Z] ---> 9574c47cce68 [2021-03-30T00:43:17.064Z] Step 8/22 : COPY . . [2021-03-30T00:43:17.327Z] ---> 8e4d96355ac9 [2021-03-30T00:43:17.327Z] Step 7/26 : RUN go mod download [2021-03-30T00:43:18.719Z] Removing intermediate container d9fe34805e2e [2021-03-30T00:43:18.719Z] ---> b4c27428589a [2021-03-30T00:43:18.719Z] Step 8/21 : COPY . . [2021-03-30T00:43:18.996Z] ---> Running in 15b0ba8f2dd4 [2021-03-30T00:43:37.144Z] Removing intermediate container 15b0ba8f2dd4 [2021-03-30T00:43:37.144Z] ---> d4a0e10fc641 [2021-03-30T00:43:37.144Z] Step 8/26 : COPY . . [2021-03-30T00:43:49.421Z] ---> ca9a84059133 [2021-03-30T00:43:49.421Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-30T00:43:51.971Z] ---> Running in 99700f54fd15 [2021-03-30T00:43:51.971Z] ---> 9380bfb46070 [2021-03-30T00:43:51.971Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-30T00:43:51.971Z] ---> d7d839452779 [2021-03-30T00:43:51.971Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-30T00:43:52.917Z] ---> Running in a6a3408fdcd4 [2021-03-30T00:43:52.917Z] ---> Running in 05fbc1c1e27d [2021-03-30T00:43:53.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-30T00:43:53.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-30T00:43:54.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-30T00:43:58.694Z] ---> da9f7c12a223 [2021-03-30T00:43:58.694Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-30T00:43:58.694Z] ---> Running in 2c6e138a17b4 [2021-03-30T00:43:59.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-30T00:44:17.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-30T00:44:25.680Z] Removing intermediate container a6a3408fdcd4 [2021-03-30T00:44:25.680Z] ---> 56d4874165c8 [2021-03-30T00:44:25.680Z] [2021-03-30T00:44:25.680Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T00:44:25.680Z] ---> 42cb162f0360 [2021-03-30T00:44:25.680Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-30T00:44:25.680Z] ---> Using cache [2021-03-30T00:44:25.680Z] ---> 202fb972774a [2021-03-30T00:44:25.680Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T00:44:25.680Z] ---> Using cache [2021-03-30T00:44:25.680Z] ---> 95a13687a91f [2021-03-30T00:44:25.680Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-30T00:44:25.680Z] Removing intermediate container 05fbc1c1e27d [2021-03-30T00:44:25.680Z] ---> 895d262d8655 [2021-03-30T00:44:25.680Z] [2021-03-30T00:44:25.680Z] Step 10/21 : FROM alpine:3.12 [2021-03-30T00:44:25.680Z] ---> 42cb162f0360 [2021-03-30T00:44:25.680Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-30T00:44:25.680Z] ---> Running in 8aa4882e84f4 [2021-03-30T00:44:25.680Z] ---> Running in 9ce836a62b4f [2021-03-30T00:44:29.892Z] Removing intermediate container 8aa4882e84f4 [2021-03-30T00:44:29.892Z] ---> c006596476bc [2021-03-30T00:44:29.892Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T00:44:30.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:44:30.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:44:30.463Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-30T00:44:30.463Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T00:44:30.463Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-30T00:44:30.463Z] (4/4) Installing curl (7.69.1-r3) [2021-03-30T00:44:30.463Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:44:30.724Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T00:44:30.724Z] OK: 7 MiB in 18 packages [2021-03-30T00:44:31.294Z] Removing intermediate container 99700f54fd15 [2021-03-30T00:44:31.294Z] ---> 37aeea0dcde3 [2021-03-30T00:44:31.294Z] [2021-03-30T00:44:31.294Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T00:44:31.294Z] ---> 42cb162f0360 [2021-03-30T00:44:31.294Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T00:44:31.294Z] ---> Using cache [2021-03-30T00:44:31.294Z] ---> 202fb972774a [2021-03-30T00:44:31.294Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T00:44:31.294Z] ---> Using cache [2021-03-30T00:44:31.294Z] ---> 95a13687a91f [2021-03-30T00:44:31.294Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-30T00:44:31.294Z] ---> Running in 7c041da6049d [2021-03-30T00:44:31.294Z] Removing intermediate container 2c6e138a17b4 [2021-03-30T00:44:31.294Z] ---> 8729f74c3c10 [2021-03-30T00:44:31.294Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-30T00:44:31.554Z] ---> Running in 10ab24404aad [2021-03-30T00:44:31.554Z] ---> Running in 65bcb400ba3c [2021-03-30T00:44:31.815Z] Removing intermediate container 7c041da6049d [2021-03-30T00:44:31.815Z] ---> 514df8c4c013 [2021-03-30T00:44:31.815Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T00:44:32.388Z] Removing intermediate container 10ab24404aad [2021-03-30T00:44:32.388Z] ---> 7c1754a2f412 [2021-03-30T00:44:32.388Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T00:44:32.388Z] Removing intermediate container 9ce836a62b4f [2021-03-30T00:44:32.388Z] ---> 0c0d52883b15 [2021-03-30T00:44:32.388Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T00:44:32.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-30T00:44:32.652Z] ---> Running in 2696165e632e [2021-03-30T00:44:32.652Z] ---> 8d57922100af [2021-03-30T00:44:32.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-30T00:44:32.652Z] ---> Running in 01f485be48d9 [2021-03-30T00:44:32.914Z] Removing intermediate container 01f485be48d9 [2021-03-30T00:44:32.914Z] ---> 43a8801a2082 [2021-03-30T00:44:32.914Z] Step 13/21 : WORKDIR /edgex [2021-03-30T00:44:32.914Z] Removing intermediate container 2696165e632e [2021-03-30T00:44:32.914Z] ---> fcb81788d8bf [2021-03-30T00:44:32.914Z] Step 15/23 : WORKDIR / [2021-03-30T00:44:32.914Z] ---> Running in 612fbc88ad1b [2021-03-30T00:44:33.178Z] ---> Running in d08a6d0a6f7f [2021-03-30T00:44:33.178Z] ---> 164cc9ec99aa [2021-03-30T00:44:33.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-30T00:44:33.441Z] Removing intermediate container 612fbc88ad1b [2021-03-30T00:44:33.441Z] ---> 09f863882a77 [2021-03-30T00:44:33.441Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-30T00:44:33.441Z] Removing intermediate container d08a6d0a6f7f [2021-03-30T00:44:33.441Z] ---> bb162e0b4c81 [2021-03-30T00:44:33.441Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T00:44:33.709Z] ---> 77e31ccfa52e [2021-03-30T00:44:33.709Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-30T00:44:33.709Z] ---> Running in 04e15620b954 [2021-03-30T00:44:33.709Z] ---> 6248c9eb767e [2021-03-30T00:44:33.709Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-30T00:44:33.709Z] Removing intermediate container 65bcb400ba3c [2021-03-30T00:44:33.709Z] ---> a78d693099d8 [2021-03-30T00:44:33.709Z] [2021-03-30T00:44:33.709Z] Step 11/26 : FROM docker:20.10.0 [2021-03-30T00:44:33.709Z] ---> 1f081870f144 [2021-03-30T00:44:33.709Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-30T00:44:33.980Z] 20.10.0: Pulling from library/docker [2021-03-30T00:44:33.980Z] Removing intermediate container 04e15620b954 [2021-03-30T00:44:33.980Z] ---> 6dad8cbed6d3 [2021-03-30T00:44:33.980Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T00:44:34.246Z] ---> Running in 0887c59f0f89 [2021-03-30T00:44:34.821Z] Removing intermediate container 0887c59f0f89 [2021-03-30T00:44:34.821Z] ---> 673e47a3141a [2021-03-30T00:44:34.821Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T00:44:34.821Z] ---> 8f89c949de98 [2021-03-30T00:44:34.821Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-30T00:44:34.821Z] ---> Running in bd0d0a777798 [2021-03-30T00:44:34.821Z] ---> 4fe61879ed95 [2021-03-30T00:44:34.821Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-30T00:44:35.082Z] Removing intermediate container bd0d0a777798 [2021-03-30T00:44:35.082Z] ---> f58825202993 [2021-03-30T00:44:35.082Z] Step 21/22 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:44:36.467Z] ---> f0c68e7bb70e [2021-03-30T00:44:36.467Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-30T00:44:36.467Z] ---> Running in b3eb779e4019 [2021-03-30T00:44:36.467Z] ---> c4efdf16f8ab [2021-03-30T00:44:36.467Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-30T00:44:36.731Z] ---> Running in 97ce6141df2c [2021-03-30T00:44:36.731Z] ---> Running in 3f35d254a425 [2021-03-30T00:44:36.731Z] Removing intermediate container b3eb779e4019 [2021-03-30T00:44:36.731Z] ---> ca0e18446108 [2021-03-30T00:44:36.731Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T00:44:36.996Z] Removing intermediate container 97ce6141df2c [2021-03-30T00:44:36.996Z] ---> a2b07e04d35c [2021-03-30T00:44:36.996Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T00:44:36.996Z] ---> Running in ab72b2950d0d [2021-03-30T00:44:36.996Z] Removing intermediate container 3f35d254a425 [2021-03-30T00:44:36.996Z] ---> 5256592a2527 [2021-03-30T00:44:36.996Z] Step 18/21 : CMD ["--init=true"] [2021-03-30T00:44:36.996Z] ---> Running in b53b578463e2 [2021-03-30T00:44:37.257Z] ---> Running in 73d13001bd28 [2021-03-30T00:44:37.525Z] Removing intermediate container ab72b2950d0d [2021-03-30T00:44:37.525Z] ---> 1e755d218382 [2021-03-30T00:44:37.525Z] [2021-03-30T00:44:37.525Z] Removing intermediate container b53b578463e2 [2021-03-30T00:44:37.525Z] ---> 89d185766145 [2021-03-30T00:44:37.525Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T00:44:37.525Z] ---> Running in 00066a6bfa94 [2021-03-30T00:44:37.789Z] Removing intermediate container 73d13001bd28 [2021-03-30T00:44:37.789Z] ---> 1a15c2542d14 [2021-03-30T00:44:37.789Z] Step 19/21 : LABEL arch=x86_64 [2021-03-30T00:44:37.789Z] Successfully built 1e755d218382 [2021-03-30T00:44:37.789Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-30T00:44:37.789Z]  Building docker-support-scheduler-go ... done  ---> Running in 607dd8f1c856 [2021-03-30T00:44:37.789Z] Removing intermediate container 00066a6bfa94 [2021-03-30T00:44:37.789Z] ---> 0ef96d52321a [2021-03-30T00:44:37.789Z] Step 22/23 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:44:38.050Z] ---> Running in d4f1a4c71072 [2021-03-30T00:44:38.050Z] Removing intermediate container 607dd8f1c856 [2021-03-30T00:44:38.050Z] ---> 11d107bcd72c [2021-03-30T00:44:38.050Z] Step 20/21 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:44:38.649Z] ---> Running in 35bf4ccbb43f [2021-03-30T00:44:38.649Z] Removing intermediate container d4f1a4c71072 [2021-03-30T00:44:38.649Z] ---> 00c24353f138 [2021-03-30T00:44:38.649Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T00:44:38.649Z] ---> Running in 493dfdc298f7 [2021-03-30T00:44:38.649Z] Removing intermediate container 35bf4ccbb43f [2021-03-30T00:44:38.649Z] ---> a46402085c7c [2021-03-30T00:44:38.649Z] Step 21/21 : LABEL version=0.0.0 [2021-03-30T00:44:38.911Z] ---> Running in 1e0b12e36f15 [2021-03-30T00:44:38.911Z] Removing intermediate container 493dfdc298f7 [2021-03-30T00:44:38.911Z] ---> 6157a2df2861 [2021-03-30T00:44:38.911Z] [2021-03-30T00:44:39.852Z] Successfully built 6157a2df2861 [2021-03-30T00:44:39.852Z] Successfully tagged docker-core-metadata-go:latest [2021-03-30T00:44:40.113Z]  Building docker-core-metadata-go ... done Removing intermediate container 1e0b12e36f15 [2021-03-30T00:44:40.113Z] ---> eb43cd3a2fd6 [2021-03-30T00:44:40.113Z] [2021-03-30T00:44:40.374Z] Successfully built eb43cd3a2fd6 [2021-03-30T00:44:40.374Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-30T00:44:40.634Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T00:44:40.634Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T00:44:40.634Z] ---> aefe523efa57 [2021-03-30T00:44:40.634Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-30T00:44:40.634Z] ---> Running in 535afe4d1b1c [2021-03-30T00:44:41.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:44:41.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:44:41.206Z] (1/2) Installing readline (8.0.4-r0) [2021-03-30T00:44:41.206Z] (2/2) Installing bash (5.0.17-r0) [2021-03-30T00:44:41.206Z] Executing bash-5.0.17-r0.post-install [2021-03-30T00:44:41.206Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:44:41.206Z] OK: 12 MiB in 22 packages [2021-03-30T00:44:41.776Z] Removing intermediate container 535afe4d1b1c [2021-03-30T00:44:41.776Z] ---> aff0c37fc2fa [2021-03-30T00:44:41.776Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-30T00:44:41.776Z] ---> Running in e4f737313e6b [2021-03-30T00:44:42.040Z] Removing intermediate container e4f737313e6b [2021-03-30T00:44:42.040Z] ---> 659fc21ccd8f [2021-03-30T00:44:42.040Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-30T00:44:42.040Z] ---> Running in 29faeb66cdad [2021-03-30T00:44:42.300Z] Removing intermediate container 29faeb66cdad [2021-03-30T00:44:42.300Z] ---> 70a1470dfbd4 [2021-03-30T00:44:42.300Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-30T00:44:42.300Z] ---> Running in b17074d3a822 [2021-03-30T00:44:42.560Z] Removing intermediate container b17074d3a822 [2021-03-30T00:44:42.560Z] ---> 44b363302d39 [2021-03-30T00:44:42.560Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-30T00:44:43.138Z] ---> 1e1887831d78 [2021-03-30T00:44:43.138Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-30T00:44:43.398Z] ---> 3cfafa33f8e9 [2021-03-30T00:44:43.398Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-30T00:44:43.660Z] ---> d0ff1c1c7a46 [2021-03-30T00:44:43.660Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-30T00:44:43.660Z] ---> Running in d8c1c2e72156 [2021-03-30T00:44:44.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:44:44.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:44:44.494Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-30T00:44:44.495Z] (2/33) Installing expat (2.2.9-r1) [2021-03-30T00:44:44.495Z] (3/33) Installing libffi (3.3-r2) [2021-03-30T00:44:44.495Z] (4/33) Installing gdbm (1.13-r1) [2021-03-30T00:44:44.495Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-30T00:44:44.495Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-30T00:44:44.495Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-30T00:44:45.444Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-30T00:44:45.444Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-30T00:44:45.444Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-30T00:44:45.444Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-30T00:44:45.444Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-30T00:44:45.444Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-30T00:44:45.444Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-30T00:44:45.444Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-30T00:44:45.444Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-30T00:44:45.444Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-30T00:44:45.444Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-30T00:44:45.444Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-30T00:44:45.444Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-30T00:44:45.444Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-30T00:44:45.444Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-30T00:44:45.444Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-30T00:44:45.705Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-30T00:44:45.705Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-30T00:44:45.705Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-30T00:44:45.705Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-30T00:44:45.705Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-30T00:44:45.705Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-30T00:44:45.705Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-30T00:44:45.705Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-30T00:44:45.705Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-30T00:44:45.705Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-30T00:44:45.705Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:44:45.705Z] OK: 71 MiB in 55 packages [2021-03-30T00:44:53.841Z] Removing intermediate container d8c1c2e72156 [2021-03-30T00:44:53.841Z] ---> 5745b1d121b7 [2021-03-30T00:44:53.841Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-30T00:44:54.101Z] ---> Running in 40ef836355fc [2021-03-30T00:44:55.486Z] Collecting docker-compose==1.23.2 [2021-03-30T00:44:55.486Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-30T00:44:55.746Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-30T00:44:55.746Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-30T00:44:55.746Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-30T00:44:55.746Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-30T00:44:56.316Z] Collecting jsonschema<3,>=2.5.1 [2021-03-30T00:44:56.316Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-30T00:44:56.316Z] Collecting docopt<0.7,>=0.6.1 [2021-03-30T00:44:56.316Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-30T00:44:56.888Z] Collecting docker<4.0,>=3.6.0 [2021-03-30T00:44:56.888Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-30T00:44:56.888Z] Collecting texttable<0.10,>=0.9.0 [2021-03-30T00:44:56.888Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-30T00:44:57.457Z] Collecting cached-property<2,>=1.2.0 [2021-03-30T00:44:57.457Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-30T00:44:57.457Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-30T00:44:57.716Z] Collecting PyYAML<4,>=3.10 [2021-03-30T00:44:57.716Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-30T00:44:59.630Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-30T00:44:59.630Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-30T00:44:59.630Z] Collecting docker-pycreds>=0.4.0 [2021-03-30T00:44:59.630Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-30T00:44:59.630Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-30T00:44:59.630Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-30T00:44:59.630Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-30T00:44:59.889Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-30T00:44:59.889Z] Collecting idna<2.8,>=2.5 [2021-03-30T00:44:59.889Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-30T00:44:59.889Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-30T00:44:59.889Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-30T00:44:59.889Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-30T00:44:59.889Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-30T00:44:59.889Z] Installing collected packages: websocket-client, dockerpty, jsonschema, docopt, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, PyYAML, docker-compose [2021-03-30T00:45:00.150Z] Running setup.py install for dockerpty: started [2021-03-30T00:45:00.720Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-30T00:45:00.720Z] Running setup.py install for docopt: started [2021-03-30T00:45:00.985Z] Running setup.py install for docopt: finished with status 'done' [2021-03-30T00:45:01.246Z] Attempting uninstall: urllib3 [2021-03-30T00:45:01.246Z] Found existing installation: urllib3 1.25.9 [2021-03-30T00:45:01.246Z] Uninstalling urllib3-1.25.9: [2021-03-30T00:45:01.246Z] Successfully uninstalled urllib3-1.25.9 [2021-03-30T00:45:01.246Z] Attempting uninstall: idna [2021-03-30T00:45:01.246Z] Found existing installation: idna 2.9 [2021-03-30T00:45:01.508Z] Uninstalling idna-2.9: [2021-03-30T00:45:01.508Z] Successfully uninstalled idna-2.9 [2021-03-30T00:45:01.508Z] Attempting uninstall: requests [2021-03-30T00:45:01.508Z] Found existing installation: requests 2.23.0 [2021-03-30T00:45:01.508Z] Uninstalling requests-2.23.0: [2021-03-30T00:45:01.770Z] Successfully uninstalled requests-2.23.0 [2021-03-30T00:45:02.031Z] Running setup.py install for texttable: started [2021-03-30T00:45:02.292Z] Running setup.py install for texttable: finished with status 'done' [2021-03-30T00:45:02.293Z] Running setup.py install for PyYAML: started [2021-03-30T00:45:02.865Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-30T00:45:03.126Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-30T00:45:05.677Z] Removing intermediate container 40ef836355fc [2021-03-30T00:45:05.677Z] ---> 0f6bc9e51970 [2021-03-30T00:45:05.677Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-30T00:45:05.677Z] ---> Running in 47e9fa09be34 [2021-03-30T00:45:06.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T00:45:06.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T00:45:06.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T00:45:06.507Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-30T00:45:06.507Z] (3/3) Installing curl (7.69.1-r3) [2021-03-30T00:45:06.507Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T00:45:06.507Z] OK: 72 MiB in 58 packages [2021-03-30T00:45:07.079Z] Removing intermediate container 47e9fa09be34 [2021-03-30T00:45:07.079Z] ---> ec0e60dcf31e [2021-03-30T00:45:07.079Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-30T00:45:07.079Z] ---> Running in 8d6560f1497c [2021-03-30T00:45:07.340Z] Removing intermediate container 8d6560f1497c [2021-03-30T00:45:07.340Z] ---> a7604e94bd46 [2021-03-30T00:45:07.340Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T00:45:07.340Z] ---> Running in 19e097948a98 [2021-03-30T00:45:07.340Z] Removing intermediate container 19e097948a98 [2021-03-30T00:45:07.340Z] ---> 79a0dac5796d [2021-03-30T00:45:07.340Z] Step 24/26 : LABEL arch=x86_64 [2021-03-30T00:45:07.600Z] ---> Running in 22d5025d6811 [2021-03-30T00:45:07.601Z] Removing intermediate container 22d5025d6811 [2021-03-30T00:45:07.601Z] ---> 31416d5f57f8 [2021-03-30T00:45:07.601Z] Step 25/26 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed [2021-03-30T00:45:07.861Z] ---> Running in c6e6519b115f [2021-03-30T00:45:07.861Z] Removing intermediate container c6e6519b115f [2021-03-30T00:45:07.861Z] ---> 1024730e0172 [2021-03-30T00:45:07.861Z] Step 26/26 : LABEL version=0.0.0 [2021-03-30T00:45:07.861Z] ---> Running in 88f879e72511 [2021-03-30T00:45:08.125Z] Removing intermediate container 88f879e72511 [2021-03-30T00:45:08.125Z] ---> 3a25aea66034 [2021-03-30T00:45:08.125Z] [2021-03-30T00:45:08.385Z] Successfully built 3a25aea66034 [2021-03-30T00:45:08.385Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-30T00:45:08.659Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-30T00:45:08.678Z] $ docker stop --time=1 d1e0631fe6d12bbf1c9e3d1958e59219ecc1ae7b218c8971fd4ac65e60beb3ea [2021-03-30T00:45:10.220Z] $ docker rm -f d1e0631fe6d12bbf1c9e3d1958e59219ecc1ae7b218c8971fd4ac65e60beb3ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T00:45:10.746Z] + docker images [2021-03-30T00:45:10.746Z] + grep docker [2021-03-30T00:45:11.006Z] docker-sys-mgmt-agent-go latest 3a25aea66034 3 seconds ago 314MB [2021-03-30T00:45:11.006Z] docker-security-proxy-setup-go latest eb43cd3a2fd6 31 seconds ago 25.4MB [2021-03-30T00:45:11.006Z] docker-core-metadata-go latest 6157a2df2861 32 seconds ago 19MB [2021-03-30T00:45:11.006Z] docker-support-scheduler-go latest 1e755d218382 33 seconds ago 17.4MB [2021-03-30T00:45:11.006Z] docker-security-bootstrapper-go latest 02c6e0c91b25 About a minute ago 18.9MB [2021-03-30T00:45:11.006Z] docker-core-data-go latest edd14dc96734 2 minutes ago 22.7MB [2021-03-30T00:45:11.006Z] docker-security-secretstore-setup-go latest 2e89e5f222d4 2 minutes ago 25.7MB [2021-03-30T00:45:11.006Z] docker-core-command-go latest 98520f4be730 2 minutes ago 17.3MB [2021-03-30T00:45:11.006Z] docker-support-notifications-go latest 36833222c827 2 minutes ago 17.9MB [2021-03-30T00:45:11.006Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-30T00:45:26.639Z] Still waiting to schedule task [2021-03-30T00:45:26.639Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-30T00:48:31.918Z] Running on prd-ubuntu18.04-docker-8c-8g-31934 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-30T00:48:31.974Z] Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout [2021-03-30T00:48:34.265Z] using credential edgex-jenkins-ssh [2021-03-30T00:48:34.315Z] Cloning the remote Git repository [2021-03-30T00:48:34.341Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-30T00:48:34.420Z] > git init /w/workspace/edgex-go/43 # timeout=10 [2021-03-30T00:48:34.452Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T00:48:34.452Z] > git --version # timeout=10 [2021-03-30T00:48:34.458Z] > git --version # 'git version 2.17.1' [2021-03-30T00:48:34.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T00:48:34.483Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T00:48:49.670Z] Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-03-30T00:48:49.138Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T00:48:49.153Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T00:48:49.164Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T00:48:49.180Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T00:48:49.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T00:48:49.186Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T00:48:49.681Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T00:48:49.686Z] > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T00:48:50.346Z] 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-03-30T00:48:52.311Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:48:53.279Z] ---> package-listing.sh [2021-03-30T00:48:53.279Z] ++ facter osfamily [2021-03-30T00:48:53.279Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T00:48:53.279Z] + OS_FAMILY=redhat [2021-03-30T00:48:53.279Z] + workspace=/w/workspace/edgex-go/43 [2021-03-30T00:48:53.279Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T00:48:53.279Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T00:48:53.279Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T00:48:53.279Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T00:48:53.279Z] + '[' /w/workspace/edgex-go/43 ']' [2021-03-30T00:48:53.279Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T00:48:53.279Z] + case "${OS_FAMILY}" in [2021-03-30T00:48:53.279Z] + rpm -qa [2021-03-30T00:48:53.279Z] + sort [2021-03-30T00:48:58.590Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T00:48:58.590Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T00:48:58.590Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T00:48:58.590Z] + '[' /w/workspace/edgex-go/43 ']' [2021-03-30T00:48:58.590Z] + mkdir -p /w/workspace/edgex-go/43/archives/ [2021-03-30T00:48:58.590Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/43/archives/ [Pipeline] echo [2021-03-30T00:48:58.604Z] 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/43/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-30T00:48:58.905Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:48:59.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T00:48:59.235Z] [2021-03-30T00:48:59.235Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T00:48:59.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T00:48:59.574Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T00:48:59.574Z] df20fa9351a1: Pulling fs layer [2021-03-30T00:48:59.574Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T00:48:59.574Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T00:48:59.574Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T00:48:59.574Z] 93b61091891f: Pulling fs layer [2021-03-30T00:48:59.574Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T00:48:59.574Z] 5e14af77c1be: Pulling fs layer [2021-03-30T00:48:59.574Z] 01666e4c0597: Pulling fs layer [2021-03-30T00:48:59.574Z] aa168da1d23b: Pulling fs layer [2021-03-30T00:48:59.574Z] 93b9cdb0e59b: Waiting [2021-03-30T00:48:59.574Z] 5e14af77c1be: Waiting [2021-03-30T00:48:59.574Z] 01666e4c0597: Waiting [2021-03-30T00:48:59.574Z] aa168da1d23b: Waiting [2021-03-30T00:48:59.574Z] 46f8f816bc3b: Waiting [2021-03-30T00:48:59.574Z] 93b61091891f: Waiting [2021-03-30T00:48:59.574Z] 36b3adc4ff6f: Verifying Checksum [2021-03-30T00:48:59.574Z] 36b3adc4ff6f: Download complete [2021-03-30T00:48:59.574Z] 46f8f816bc3b: Download complete [2021-03-30T00:48:59.574Z] df20fa9351a1: Verifying Checksum [2021-03-30T00:48:59.574Z] df20fa9351a1: Download complete [2021-03-30T00:48:59.835Z] 93b9cdb0e59b: Download complete [2021-03-30T00:48:59.835Z] 5e14af77c1be: Verifying Checksum [2021-03-30T00:48:59.835Z] 5e14af77c1be: Download complete [2021-03-30T00:48:59.835Z] 93b61091891f: Verifying Checksum [2021-03-30T00:48:59.835Z] 93b61091891f: Download complete [2021-03-30T00:48:59.835Z] 01666e4c0597: Verifying Checksum [2021-03-30T00:48:59.835Z] 01666e4c0597: Download complete [2021-03-30T00:49:00.096Z] df20fa9351a1: Pull complete [2021-03-30T00:49:00.096Z] 36b3adc4ff6f: Pull complete [2021-03-30T00:49:00.367Z] 8ad3a11d3b57: Download complete [2021-03-30T00:49:01.758Z] 8ad3a11d3b57: Pull complete [2021-03-30T00:49:02.702Z] aa168da1d23b: Verifying Checksum [2021-03-30T00:49:02.702Z] aa168da1d23b: Download complete [2021-03-30T00:49:03.644Z] 46f8f816bc3b: Pull complete [2021-03-30T00:49:03.905Z] 93b61091891f: Pull complete [2021-03-30T00:49:03.905Z] 93b9cdb0e59b: Pull complete [2021-03-30T00:49:04.165Z] 5e14af77c1be: Pull complete [2021-03-30T00:49:04.165Z] 01666e4c0597: Pull complete [2021-03-30T00:49:10.764Z] aa168da1d23b: Pull complete [2021-03-30T00:49:10.764Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T00:49:11.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T00:49:11.025Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T00:49:11.170Z] prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container [2021-03-30T00:49:11.220Z] $ 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/43/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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T00:49:15.748Z] $ docker top f462e780b6a47b2fbb31a7a8e1d27d569218b051118b893c2bf4af4078bff12f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T00:49:16.270Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T00:49:16.569Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T00:49:16.865Z] + ls /var/log/sa-host [2021-03-30T00:49:16.865Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T00:49:16.865Z] file_magic: OK [2021-03-30T00:49:16.865Z] HZ: Using current value: 100 [2021-03-30T00:49:16.865Z] file_header: OK [2021-03-30T00:49:16.865Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-30T00:49:16.865Z] Statistics: [2021-03-30T00:49:16.865Z] Hnuu...uuuununununu... [2021-03-30T00:49:16.865Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T00:49:16.865Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T00:49:16.865Z] file_magic: OK [2021-03-30T00:49:16.865Z] HZ: Using current value: 100 [2021-03-30T00:49:16.865Z] file_header: OK [2021-03-30T00:49:16.865Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-30T00:49:16.865Z] Statistics: [2021-03-30T00:49:16.865Z] 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-03-30T00:49:16.865Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T00:49:17.601Z] provisioning config files... [2021-03-30T00:49:17.617Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/43@tmp/config5302644637298358607tmp [Pipeline] { [Pipeline] echo [2021-03-30T00:49:17.706Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:49:18.001Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T00:49:18.035Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T00:49:18.154Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:49:18.454Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T00:49:18.468Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:49:18.769Z] ---> sudo-logs.sh [2021-03-30T00:49:18.769Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T00:49:18.826Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:49:19.133Z] ---> job-cost.sh [2021-03-30T00:49:19.134Z] lf-activate-venv: SKIPPING [2021-03-30T00:49:19.134Z] INFO: No Stack... [2021-03-30T00:49:19.704Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T00:49:20.274Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T00:49:20.287Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T00:49:20.579Z] ---> logs-deploy.sh [2021-03-30T00:49:20.579Z] lf-activate-venv: SKIPPING [2021-03-30T00:49:20.579Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/43 [2021-03-30T00:49:20.579Z] INFO: archiving workspace using pattern(s): [2021-03-30T00:49:21.962Z] Archives upload complete. [2021-03-30T00:49:21.962Z] INFO: archiving logs to Nexus [2021-03-30T00:49:22.902Z] ---> uname -a: [2021-03-30T00:49:22.902Z] Linux prd-centos7-docker-4c-2g-31927.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-30T00:49:22.902Z] [2021-03-30T00:49:22.902Z] [2021-03-30T00:49:22.902Z] ---> lscpu: [2021-03-30T00:49:22.902Z] Architecture: x86_64 [2021-03-30T00:49:22.902Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-30T00:49:22.902Z] Byte Order: Little Endian [2021-03-30T00:49:22.902Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-30T00:49:22.902Z] CPU(s): 4 [2021-03-30T00:49:22.902Z] On-line CPU(s) list: 0-3 [2021-03-30T00:49:22.902Z] Thread(s) per core: 1 [2021-03-30T00:49:22.902Z] Core(s) per socket: 1 [2021-03-30T00:49:22.902Z] Socket(s): 4 [2021-03-30T00:49:22.902Z] NUMA node(s): 1 [2021-03-30T00:49:22.902Z] Vendor ID: GenuineIntel [2021-03-30T00:49:22.902Z] CPU family: 6 [2021-03-30T00:49:22.902Z] Model: 44 [2021-03-30T00:49:22.902Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-30T00:49:22.902Z] Stepping: 1 [2021-03-30T00:49:22.902Z] CPU MHz: 2933.438 [2021-03-30T00:49:22.902Z] BogoMIPS: 5866.87 [2021-03-30T00:49:22.902Z] Virtualization: VT-x [2021-03-30T00:49:22.902Z] Hypervisor vendor: KVM [2021-03-30T00:49:22.902Z] Virtualization type: full [2021-03-30T00:49:22.902Z] L1d cache: 128 KiB [2021-03-30T00:49:22.902Z] L1i cache: 128 KiB [2021-03-30T00:49:22.902Z] L2 cache: 16 MiB [2021-03-30T00:49:22.902Z] L3 cache: 64 MiB [2021-03-30T00:49:22.902Z] NUMA node0 CPU(s): 0-3 [2021-03-30T00:49:22.902Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-30T00:49:22.902Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-30T00:49:22.902Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-30T00:49:22.902Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-30T00:49:22.902Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-30T00:49:22.902Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-30T00:49:22.902Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-30T00:49:22.902Z] Vulnerability Srbds: Not affected [2021-03-30T00:49:22.902Z] Vulnerability Tsx async abort: Not affected [2021-03-30T00:49:22.902Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-30T00:49:22.902Z] [2021-03-30T00:49:22.902Z]