Pull request #3269 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f93fc19fc1f67fc6453447aaae3294d80ec3e045+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (4a596857da4b5d94bbae5e8b7e3c99641c5837a0) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3269/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3269/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-30264 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit f93fc19fc1f67fc6453447aaae3294d80ec3e045 Merge succeeded, producing f93fc19fc1f67fc6453447aaae3294d80ec3e045 Checking out Revision f93fc19fc1f67fc6453447aaae3294d80ec3e045 (PR-3269) > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T06:05:34.898Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T06:05:35.262Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T06:05:35.481Z] ========================================================= [2021-03-18T06:05:35.481Z] EdgeX Global Pipelines Version Info [2021-03-18T06:05:35.481Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:05:37.084Z] ------------------- [2021-03-18T06:05:37.085Z] stable info: [2021-03-18T06:05:37.085Z] ------------------- [2021-03-18T06:05:37.085Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T06:05:37.085Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T06:05:37.085Z] Message: update stable to v1.0.186 [2021-03-18T06:05:38.036Z] ------------------- [2021-03-18T06:05:38.036Z] experimental info: [2021-03-18T06:05:38.036Z] ------------------- [2021-03-18T06:05:38.036Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T06:05:38.036Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T06:05:38.036Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T06:05:38.387Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-18T06:05:38.524Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-18T06:05:38.681Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T06:05:38.807Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T06:05:38.927Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T06:05:39.040Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T06:05:39.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T06:05:39.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-18T06:05:39.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-18T06:05:39.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-18T06:05:39.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T06:05:39.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T06:05:39.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T06:05:40.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T06:05:40.339Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T06:05:40.495Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T06:05:40.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T06:05:40.825Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T06:05:40.953Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-18T06:05:41.071Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-18T06:05:41.199Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-18T06:05:41.343Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T06:05:41.480Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo [2021-03-18T06:05:41.595Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo [2021-03-18T06:05:41.737Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo [2021-03-18T06:05:41.860Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f93fc19fc1f67fc6453447aaae3294d80ec3e045 [Pipeline] echo [2021-03-18T06:05:41.982Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f93fc19 [Pipeline] echo [2021-03-18T06:05:42.097Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T06:05:42.394Z] provisioning config files... [2021-03-18T06:05:42.427Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3337885646770769419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:05:42.859Z] ---> docker-login.sh [2021-03-18T06:05:42.859Z] nexus3.edgexfoundry.org:10001 [2021-03-18T06:05:43.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:05:43.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:05:43.384Z] Configure a credential helper to remove this warning. See [2021-03-18T06:05:43.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:05:43.384Z] [2021-03-18T06:05:43.384Z] Login Succeeded [2021-03-18T06:05:43.384Z] nexus3.edgexfoundry.org:10002 [2021-03-18T06:05:43.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:05:43.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:05:43.384Z] Configure a credential helper to remove this warning. See [2021-03-18T06:05:43.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:05:43.384Z] [2021-03-18T06:05:43.384Z] Login Succeeded [2021-03-18T06:05:43.384Z] nexus3.edgexfoundry.org:10003 [2021-03-18T06:05:43.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:05:43.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:05:43.646Z] Configure a credential helper to remove this warning. See [2021-03-18T06:05:43.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:05:43.646Z] [2021-03-18T06:05:43.646Z] Login Succeeded [2021-03-18T06:05:43.646Z] nexus3.edgexfoundry.org:10004 [2021-03-18T06:05:43.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:05:43.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:05:43.909Z] Configure a credential helper to remove this warning. See [2021-03-18T06:05:43.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:05:43.909Z] [2021-03-18T06:05:43.909Z] Login Succeeded [2021-03-18T06:05:43.909Z] docker.io [2021-03-18T06:05:43.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:05:44.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:05:44.172Z] Configure a credential helper to remove this warning. See [2021-03-18T06:05:44.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:05:44.172Z] [2021-03-18T06:05:44.172Z] Login Succeeded [2021-03-18T06:05:44.172Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T06:05:44.203Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T06:05:44.764Z] ++ 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-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/core-command/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/core-data/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-18T06:05:44.765Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T06:05:44.765Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-18T06:05:44.765Z] ++ cut -d/ -f2 [2021-03-18T06:05:44.765Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-18T06:05:44.854Z] 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-18T06:05:45.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T06:05:45.818Z] [2021-03-18T06:05:45.818Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:05:46.239Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T06:05:46.239Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T06:05:46.239Z] 31603596830f: Pulling fs layer [2021-03-18T06:05:46.239Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T06:05:46.239Z] 6ca5941a6612: Pulling fs layer [2021-03-18T06:05:46.239Z] ecc8261a40a4: Pulling fs layer [2021-03-18T06:05:46.239Z] ecc8261a40a4: Waiting [2021-03-18T06:05:46.239Z] 2a8b12db71e7: Download complete [2021-03-18T06:05:46.501Z] 31603596830f: Verifying Checksum [2021-03-18T06:05:46.501Z] 31603596830f: Download complete [2021-03-18T06:05:46.501Z] ecc8261a40a4: Verifying Checksum [2021-03-18T06:05:46.501Z] ecc8261a40a4: Download complete [2021-03-18T06:05:46.501Z] 6ca5941a6612: Verifying Checksum [2021-03-18T06:05:46.502Z] 6ca5941a6612: Download complete [2021-03-18T06:05:46.766Z] 31603596830f: Pull complete [2021-03-18T06:05:47.034Z] 2a8b12db71e7: Pull complete [2021-03-18T06:05:47.625Z] 6ca5941a6612: Pull complete [2021-03-18T06:05:47.889Z] ecc8261a40a4: Pull complete [2021-03-18T06:05:47.889Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T06:05:48.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T06:05:48.154Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T06:05:48.290Z] prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container [2021-03-18T06:05:48.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T06:05:51.037Z] $ docker top e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T06:05:51.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T06:05:51.543Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T06:05:51.782Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T06:05:51.786Z] $ docker exec e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent [2021-03-18T06:05:51.961Z] SSH_AUTH_SOCK=/tmp/ssh-PgLadKDo8Wee/agent.11 [2021-03-18T06:05:51.961Z] SSH_AGENT_PID=17 [2021-03-18T06:05:51.974Z] Running ssh-add (command line suppressed) [2021-03-18T06:05:52.096Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7429821893439969846.key (/w/workspace/edgex-go/1@tmp/private_key_7429821893439969846.key) [2021-03-18T06:05:52.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T06:05:52.522Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T06:05:52.557Z] $ docker exec --env ******** --env ******** e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent -k [2021-03-18T06:05:52.674Z] unset SSH_AUTH_SOCK; [2021-03-18T06:05:52.674Z] unset SSH_AGENT_PID; [2021-03-18T06:05:52.674Z] echo Agent pid 17 killed; [2021-03-18T06:05:52.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T06:05:52.906Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T06:05:52.907Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T06:05:53.075Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T06:05:53.081Z] $ docker exec e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent [2021-03-18T06:05:53.248Z] SSH_AUTH_SOCK=/tmp/ssh-9abcV93wLl7B/agent.45 [2021-03-18T06:05:53.248Z] SSH_AGENT_PID=50 [2021-03-18T06:05:53.257Z] Running ssh-add (command line suppressed) [2021-03-18T06:05:53.388Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5044996986184512994.key (/w/workspace/edgex-go/1@tmp/private_key_5044996986184512994.key) [2021-03-18T06:05:53.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T06:05:53.818Z] + git semver init [2021-03-18T06:05:53.818Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T06:05:53.818Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-03-18T06:05:53.818Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-03-18T06:05:53.818Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T06:05:53.818Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T06:05:53.818Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T06:05:53.818Z] # $SEMVER_BRANCH = PR-3269 [2021-03-18T06:05:53.818Z] # $SEMVER_TEMP = /tmp/semver-965359123 [2021-03-18T06:05:53.818Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-18T06:06:12.048Z] # '/tmp/semver-965359123' -> '/w/workspace/edgex-go/1/.semver' [2021-03-18T06:06:12.316Z] # -> Force: false [2021-03-18T06:06:12.316Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-03-18T06:06:12.338Z] $ docker exec --env ******** --env ******** e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent -k [2021-03-18T06:06:12.559Z] unset SSH_AUTH_SOCK; [2021-03-18T06:06:12.559Z] unset SSH_AGENT_PID; [2021-03-18T06:06:12.559Z] echo Agent pid 50 killed; [2021-03-18T06:06:12.660Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T06:06:13.215Z] + git semver [Pipeline] } [2021-03-18T06:06:13.252Z] $ docker stop --time=1 e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 [2021-03-18T06:06:14.856Z] $ docker rm -f e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T06:06:15.463Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T06:06:16.039Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T06:06:16.067Z] [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-18T06:06:17.327Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T06:06:17.652Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T06:06:17.989Z] + sudo service docker restart [2021-03-18T06:06:17.989Z] + true [2021-03-18T06:06:17.989Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-18T06:06:18.605Z] ========================================================= [2021-03-18T06:06:18.605Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T06:06:18.605Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:06:18.999Z] + 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-18T06:06:22.337Z] Sending build context to Docker daemon 328.6MB [2021-03-18T06:06:22.337Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T06:06:22.337Z] Step 2/6 : FROM ${BASE} [2021-03-18T06:06:22.600Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T06:06:22.600Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T06:06:22.600Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T06:06:22.600Z] de9db76c5a1d: Pulling fs layer [2021-03-18T06:06:22.600Z] bca2f99d35d6: Pulling fs layer [2021-03-18T06:06:22.600Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T06:06:22.600Z] 7c6f9722023f: Pulling fs layer [2021-03-18T06:06:22.600Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T06:06:22.600Z] 93359f2a8cfa: Waiting [2021-03-18T06:06:22.600Z] 7c6f9722023f: Waiting [2021-03-18T06:06:22.600Z] a35cf1a2eb13: Waiting [2021-03-18T06:06:22.600Z] bca2f99d35d6: Waiting [2021-03-18T06:06:22.600Z] de9db76c5a1d: Verifying Checksum [2021-03-18T06:06:22.600Z] de9db76c5a1d: Download complete [2021-03-18T06:06:22.600Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T06:06:22.600Z] 0ef7d3d256c8: Download complete [2021-03-18T06:06:22.601Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T06:06:22.601Z] 93359f2a8cfa: Download complete [2021-03-18T06:06:22.601Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T06:06:22.601Z] 188c0c94c7c5: Download complete [2021-03-18T06:06:22.601Z] 7c6f9722023f: Verifying Checksum [2021-03-18T06:06:22.601Z] 7c6f9722023f: Download complete [2021-03-18T06:06:23.558Z] 188c0c94c7c5: Pull complete [2021-03-18T06:06:23.822Z] 0ef7d3d256c8: Pull complete [2021-03-18T06:06:24.085Z] de9db76c5a1d: Pull complete [2021-03-18T06:06:25.042Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T06:06:25.042Z] a35cf1a2eb13: Download complete [2021-03-18T06:06:25.995Z] bca2f99d35d6: Verifying Checksum [2021-03-18T06:06:25.995Z] bca2f99d35d6: Download complete [2021-03-18T06:06:31.319Z] bca2f99d35d6: Pull complete [2021-03-18T06:06:31.319Z] 93359f2a8cfa: Pull complete [2021-03-18T06:06:31.319Z] 7c6f9722023f: Pull complete [2021-03-18T06:06:31.697Z] Still waiting to schedule task [2021-03-18T06:06:31.697Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-18T06:06:35.584Z] a35cf1a2eb13: Pull complete [2021-03-18T06:06:35.584Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T06:06:35.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T06:06:35.584Z] ---> a62c8e92a672 [2021-03-18T06:06:35.584Z] 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-18T06:06:35.857Z] ---> Running in 7f6fd21477a5 [2021-03-18T06:06:36.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:06:37.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:06:37.666Z] (1/12) Installing libmagic (5.38-r0) [2021-03-18T06:06:37.929Z] (2/12) Installing file (5.38-r0) [2021-03-18T06:06:37.929Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-18T06:06:38.194Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-18T06:06:44.808Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-18T06:06:44.808Z] (6/12) Installing patch (2.7.6-r6) [2021-03-18T06:06:44.808Z] (7/12) Installing build-base (0.5-r2) [2021-03-18T06:06:44.808Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-18T06:06:44.808Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-18T06:06:44.808Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-18T06:06:44.808Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-18T06:06:44.808Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-18T06:06:44.808Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:06:44.808Z] OK: 233 MiB in 51 packages [2021-03-18T06:06:48.130Z] Removing intermediate container 7f6fd21477a5 [2021-03-18T06:06:48.130Z] ---> 39440b7093d9 [2021-03-18T06:06:48.130Z] Step 4/6 : WORKDIR /edgex-go [2021-03-18T06:06:48.130Z] ---> Running in 73691aaf06f1 [2021-03-18T06:06:48.394Z] Removing intermediate container 73691aaf06f1 [2021-03-18T06:06:48.394Z] ---> e0d26dc35d3c [2021-03-18T06:06:48.394Z] Step 5/6 : COPY go.mod . [2021-03-18T06:06:48.394Z] ---> eb4facc5152e [2021-03-18T06:06:48.394Z] Step 6/6 : RUN go mod download [2021-03-18T06:06:48.656Z] ---> Running in 20e932c90037 [2021-03-18T06:07:10.675Z] Removing intermediate container 20e932c90037 [2021-03-18T06:07:10.675Z] ---> f334bdbc7192 [2021-03-18T06:07:10.675Z] Successfully built f334bdbc7192 [2021-03-18T06:07:10.675Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:07:11.043Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T06:07:11.043Z] . [Pipeline] withDockerContainer [2021-03-18T06:07:11.183Z] prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container [2021-03-18T06:07:11.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-18T06:07:12.147Z] $ docker top fc57629361c0c53e5b800f2a3bdf58f9d2fcb51c324592d18a6cb149563ce8b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:07:12.700Z] + go version [2021-03-18T06:07:12.700Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T06:07:12.731Z] $ docker stop --time=1 fc57629361c0c53e5b800f2a3bdf58f9d2fcb51c324592d18a6cb149563ce8b1 [2021-03-18T06:07:14.127Z] $ docker rm -f fc57629361c0c53e5b800f2a3bdf58f9d2fcb51c324592d18a6cb149563ce8b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:07:15.140Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T06:07:15.140Z] . [Pipeline] withDockerContainer [2021-03-18T06:07:15.268Z] prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container [2021-03-18T06:07:15.315Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-18T06:07:15.951Z] $ docker top 73845bd37028bdcf19573e3e11981d2b384db9bc0515c524074b4802efde7a8a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-18T06:07:16.177Z] ========================================================= [2021-03-18T06:07:16.177Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-18T06:07:16.177Z] ========================================================= [Pipeline] sh [2021-03-18T06:07:16.503Z] + make test [2021-03-18T06:07:16.504Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-18T06:07:24.703Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-18T06:07:39.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-18T06:07:46.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-18T06:07:46.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-18T06:07:47.173Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-18T06:07:49.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-18T06:07:49.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-18T06:07:49.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-18T06:07:49.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-18T06:07:50.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-18T06:07:50.993Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-18T06:07:53.573Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-18T06:07:53.573Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-18T06:07:53.573Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-18T06:07:55.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements [2021-03-18T06:07:55.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-18T06:07:55.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-18T06:07:55.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-18T06:07:55.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-18T06:07:55.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-18T06:07:55.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-18T06:07:55.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-18T06:07:55.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements [2021-03-18T06:07:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-18T06:07:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-18T06:07:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-18T06:07:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-18T06:07:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.187s coverage: 82.9% of statements [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:07:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-03-18T06:07:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-18T06:08:02.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements [2021-03-18T06:08:02.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-18T06:08:02.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-18T06:08:02.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-18T06:08:02.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-18T06:08:02.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-18T06:08:02.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-18T06:08:02.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-18T06:08:02.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-18T06:08:05.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-03-18T06:08:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-18T06:08:17.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements [2021-03-18T06:08:17.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-03-18T06:08:19.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.112s coverage: 81.9% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 62.4% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.124s coverage: 87.1% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-03-18T06:08:29.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-18T06:08:29.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-18T06:08:29.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.103s coverage: 96.5% of statements [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-18T06:08:29.359Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-18T06:08:29.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-18T06:08:29.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-18T06:08:29.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-18T06:08:29.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-18T06:08:29.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-18T06:08:29.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-18T06:08:29.359Z] GO111MODULE=on go vet ./... [2021-03-18T06:09:01.655Z] gofmt -l . [2021-03-18T06:09:01.655Z] [ "`gofmt -l .`" = "" ] [2021-03-18T06:09:01.655Z] ./bin/test-go-mod-tidy.sh [2021-03-18T06:09:01.655Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-18T06:09:01.997Z] + ls -al . [2021-03-18T06:09:01.997Z] total 760 [2021-03-18T06:09:01.997Z] drwxrwxr-x 10 1001 1001 4096 Mar 18 06:08 . [2021-03-18T06:09:01.997Z] drwxr-xr-x 4 root root 28 Mar 18 06:07 .. [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 11 Mar 18 06:05 .dockerignore [2021-03-18T06:09:01.997Z] drwxrwxr-x 8 1001 1001 179 Mar 18 06:05 .git [2021-03-18T06:09:01.997Z] drwxrwxr-x 3 1001 1001 125 Mar 18 06:05 .github [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 818 Mar 18 06:05 .gitignore [2021-03-18T06:09:01.997Z] drwx------ 3 1001 1001 60 Mar 18 06:06 .semver [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 166 Mar 18 06:05 .sonarcloud.properties [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 8607 Mar 18 06:05 Attribution.txt [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 3804 Mar 18 06:05 CONTRIBUTING.md [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 931 Mar 18 06:05 Dockerfile.build [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 863 Mar 18 06:05 Jenkinsfile [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 10775 Mar 18 06:05 LICENSE [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 5774 Mar 18 06:05 Makefile [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 6548 Mar 18 06:05 README.md [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 6755 Mar 18 06:05 SECURITY.md [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 5 Mar 18 06:06 VERSION [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 4131 Mar 18 06:05 ZMQWindows.md [2021-03-18T06:09:01.997Z] drwxrwxr-x 2 1001 1001 117 Mar 18 06:05 bin [2021-03-18T06:09:01.997Z] drwxrwxr-x 14 1001 1001 4096 Mar 18 06:05 cmd [2021-03-18T06:09:01.997Z] -rw-r--r-- 1 root root 650607 Mar 18 06:08 coverage.out [2021-03-18T06:09:01.997Z] -rw-r--r-- 1 root root 1055 Mar 18 06:08 go.mod [2021-03-18T06:09:01.997Z] -rw-r--r-- 1 root root 22097 Mar 18 06:08 go.sum [2021-03-18T06:09:01.997Z] drwxrwxr-x 8 1001 1001 127 Mar 18 06:05 internal [2021-03-18T06:09:01.997Z] drwxrwxr-x 4 1001 1001 26 Mar 18 06:05 openapi [2021-03-18T06:09:01.997Z] drwxrwxr-x 4 1001 1001 71 Mar 18 06:05 snap [2021-03-18T06:09:01.997Z] -rw-rw-r-- 1 1001 1001 168 Mar 18 06:05 version.go [Pipeline] sh [2021-03-18T06:09:02.329Z] + '[' -e coverage.out ] [2021-03-18T06:09:02.329Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-18T06:09:02.594Z] Stashed 1 file(s) [Pipeline] sh [2021-03-18T06:09:02.912Z] + make build [2021-03-18T06:09:02.912Z] 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-18T06:09:06.245Z] 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-18T06:09:14.462Z] 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-18T06:09:15.865Z] 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-18T06:09:17.797Z] 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-18T06:09:18.377Z] 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-18T06:09:19.805Z] 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-18T06:09:21.583Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30266 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-18T06:09:21.691Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [2021-03-18T06:09:21.749Z] 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 [Pipeline] checkout [2021-03-18T06:09:23.165Z] 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-18T06:09:24.567Z] 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-18T06:09:25.535Z] 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-18T06:09:26.950Z] 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-18T06:09:27.226Z] using credential edgex-jenkins-ssh [2021-03-18T06:09:27.290Z] Cloning the remote Git repository [2021-03-18T06:09:27.365Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [Pipeline] } [2021-03-18T06:09:29.364Z] $ docker stop --time=1 73845bd37028bdcf19573e3e11981d2b384db9bc0515c524074b4802efde7a8a [2021-03-18T06:09:28.541Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-18T06:09:28.638Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T06:09:28.639Z] > git --version # timeout=10 [2021-03-18T06:09:28.661Z] > git --version # 'git version 2.17.1' [2021-03-18T06:09:28.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:09:28.732Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:09:32.238Z] $ docker rm -f 73845bd37028bdcf19573e3e11981d2b384db9bc0515c524074b4802efde7a8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:09:34.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T06:09:34.535Z] [2021-03-18T06:09:34.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:09:34.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T06:09:34.964Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-18T06:09:34.964Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-18T06:09:34.964Z] ca9280d653b3: Pulling fs layer [2021-03-18T06:09:34.964Z] 7e9c9ca2126c: Pulling fs layer [2021-03-18T06:09:35.231Z] cbdbe7a5bc2a: Download complete [2021-03-18T06:09:35.832Z] cbdbe7a5bc2a: Pull complete [2021-03-18T06:09:35.832Z] ca9280d653b3: Download complete [2021-03-18T06:09:36.812Z] 7e9c9ca2126c: Verifying Checksum [2021-03-18T06:09:36.812Z] 7e9c9ca2126c: Download complete [2021-03-18T06:09:37.075Z] ca9280d653b3: Pull complete [2021-03-18T06:09:43.723Z] 7e9c9ca2126c: Pull complete [2021-03-18T06:09:43.723Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-18T06:09:43.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T06:09:43.723Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-18T06:09:43.914Z] prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container [2021-03-18T06:09:43.975Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-03-18T06:09:46.049Z] $ docker top 1a08e01e7e856236ebed9882e2fb622a8844846ebed35b4a96ce3749f74fcbfd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:09:46.606Z] + docker-compose build --help [2021-03-18T06:09:46.606Z] + grep parallel [2021-03-18T06:09:47.591Z] --parallel Build images in parallel. [Pipeline] } [2021-03-18T06:09:47.667Z] $ docker stop --time=1 1a08e01e7e856236ebed9882e2fb622a8844846ebed35b4a96ce3749f74fcbfd [2021-03-18T06:09:49.041Z] $ docker rm -f 1a08e01e7e856236ebed9882e2fb622a8844846ebed35b4a96ce3749f74fcbfd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:09:50.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T06:09:50.138Z] . [Pipeline] withDockerContainer [2021-03-18T06:09:50.293Z] prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container [2021-03-18T06:09:50.359Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:09:50.362Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-18T06:09:49.606Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T06:09:49.633Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:09:49.666Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T06:09:49.703Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T06:09:49.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:09:49.718Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T06:09:50.383Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:09:50.405Z] > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 [2021-03-18T06:09:50.732Z] > git remote # timeout=10 [2021-03-18T06:09:50.868Z] Merge succeeded, producing f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:09:50.868Z] Checking out Revision f93fc19fc1f67fc6453447aaae3294d80ec3e045 (PR-3269) [2021-03-18T06:09:51.142Z] $ docker top 4e093b8cdd69ff65958afb953b082f8d88f08a8d091f34515130243e0f665b82 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:09:51.753Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-18T06:09:52.711Z] Building docker-core-command-go ... [2021-03-18T06:09:52.711Z] Building docker-core-data-go ... [2021-03-18T06:09:52.711Z] Building docker-core-metadata-go ... [2021-03-18T06:09:52.711Z] Building docker-security-bootstrapper-go ... [2021-03-18T06:09:52.711Z] Building docker-security-proxy-setup-go ... [2021-03-18T06:09:52.711Z] Building docker-security-secretstore-setup-go ... [2021-03-18T06:09:52.711Z] Building docker-support-notifications-go ... [2021-03-18T06:09:52.711Z] Building docker-support-scheduler-go ... [2021-03-18T06:09:52.711Z] Building docker-sys-mgmt-agent-go ... [2021-03-18T06:09:52.711Z] Building docker-security-proxy-setup-go [2021-03-18T06:09:52.711Z] Building docker-security-secretstore-setup-go [2021-03-18T06:09:52.711Z] Building docker-support-scheduler-go [2021-03-18T06:09:52.711Z] Building docker-sys-mgmt-agent-go [2021-03-18T06:09:52.711Z] Building docker-core-command-go [2021-03-18T06:09:50.762Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T06:09:50.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:09:50.785Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-18T06:09:50.850Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T06:09:50.882Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:09:50.925Z] > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 [2021-03-18T06:09:55.587Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-03-18T06:09:55.646Z] > git --version # timeout=10 [2021-03-18T06:09:55.654Z] > git --version # 'git version 2.17.1' [2021-03-18T06:09:55.665Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T06:09:57.331Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-18T06:09:57.803Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T06:09:58.193Z] + sudo service docker restart [2021-03-18T06:09:58.193Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T06:10:00.317Z] provisioning config files... [2021-03-18T06:10:00.358Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6836210220888076324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:10:01.002Z] ---> docker-login.sh [2021-03-18T06:10:01.002Z] nexus3.edgexfoundry.org:10001 [2021-03-18T06:10:01.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:10:02.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:10:02.270Z] Configure a credential helper to remove this warning. See [2021-03-18T06:10:02.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:10:02.270Z] [2021-03-18T06:10:02.270Z] Login Succeeded [2021-03-18T06:10:02.270Z] nexus3.edgexfoundry.org:10002 [2021-03-18T06:10:02.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:10:03.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:10:03.145Z] Configure a credential helper to remove this warning. See [2021-03-18T06:10:03.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:10:03.145Z] [2021-03-18T06:10:03.145Z] Login Succeeded [2021-03-18T06:10:03.145Z] nexus3.edgexfoundry.org:10003 [2021-03-18T06:10:03.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:10:03.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:10:03.749Z] Configure a credential helper to remove this warning. See [2021-03-18T06:10:03.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:10:03.749Z] [2021-03-18T06:10:03.749Z] Login Succeeded [2021-03-18T06:10:03.749Z] nexus3.edgexfoundry.org:10004 [2021-03-18T06:10:04.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:10:04.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:10:04.347Z] Configure a credential helper to remove this warning. See [2021-03-18T06:10:04.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:10:04.347Z] [2021-03-18T06:10:04.347Z] Login Succeeded [2021-03-18T06:10:04.347Z] docker.io [2021-03-18T06:10:04.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T06:10:05.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T06:10:05.218Z] Configure a credential helper to remove this warning. See [2021-03-18T06:10:05.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T06:10:05.218Z] [2021-03-18T06:10:05.218Z] Login Succeeded [2021-03-18T06:10:05.218Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T06:10:05.259Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T06:10:05.863Z] ========================================================= [2021-03-18T06:10:05.863Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T06:10:05.863Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:10:06.292Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-18T06:10:08.939Z] Sending build context to Docker daemon 166.8MB [2021-03-18T06:10:08.939Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T06:10:08.939Z] Step 2/6 : FROM ${BASE} [2021-03-18T06:10:08.939Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T06:10:08.939Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T06:10:08.939Z] a4357932f1b6: Pulling fs layer [2021-03-18T06:10:08.939Z] 18c013af1878: Pulling fs layer [2021-03-18T06:10:08.939Z] 00ac8860ef70: Pulling fs layer [2021-03-18T06:10:08.939Z] 63d7cb157983: Pulling fs layer [2021-03-18T06:10:08.939Z] b116817d02f9: Pulling fs layer [2021-03-18T06:10:08.939Z] 745a02a5169b: Pulling fs layer [2021-03-18T06:10:08.939Z] 00ac8860ef70: Waiting [2021-03-18T06:10:08.939Z] 63d7cb157983: Waiting [2021-03-18T06:10:08.939Z] b116817d02f9: Waiting [2021-03-18T06:10:08.939Z] 745a02a5169b: Waiting [2021-03-18T06:10:08.939Z] 18c013af1878: Verifying Checksum [2021-03-18T06:10:08.939Z] 18c013af1878: Download complete [2021-03-18T06:10:08.939Z] a4357932f1b6: Verifying Checksum [2021-03-18T06:10:08.939Z] a4357932f1b6: Download complete [2021-03-18T06:10:08.939Z] 63d7cb157983: Verifying Checksum [2021-03-18T06:10:08.939Z] 63d7cb157983: Download complete [2021-03-18T06:10:08.939Z] b116817d02f9: Verifying Checksum [2021-03-18T06:10:08.939Z] b116817d02f9: Download complete [2021-03-18T06:10:08.939Z] 5f621e34cdf4: Verifying Checksum [2021-03-18T06:10:08.939Z] 5f621e34cdf4: Download complete [2021-03-18T06:10:09.540Z] 5f621e34cdf4: Pull complete [2021-03-18T06:10:10.143Z] a4357932f1b6: Pull complete [2021-03-18T06:10:10.426Z] 18c013af1878: Pull complete [2021-03-18T06:10:11.036Z] 745a02a5169b: Verifying Checksum [2021-03-18T06:10:11.036Z] 745a02a5169b: Download complete [2021-03-18T06:10:12.485Z] 00ac8860ef70: Verifying Checksum [2021-03-18T06:10:12.485Z] 00ac8860ef70: Download complete [2021-03-18T06:10:22.688Z] 00ac8860ef70: Pull complete [2021-03-18T06:10:22.963Z] 63d7cb157983: Pull complete [2021-03-18T06:10:23.244Z] b116817d02f9: Pull complete [2021-03-18T06:10:26.654Z] 745a02a5169b: Pull complete [2021-03-18T06:10:26.654Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T06:10:26.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T06:10:26.932Z] ---> b7e6874047d6 [2021-03-18T06:10:26.932Z] 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-18T06:10:30.338Z] ---> Running in 9c00a29111bb [2021-03-18T06:10:31.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:10:31.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:10:31.650Z] ---> f334bdbc7192 [2021-03-18T06:10:31.650Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T06:10:31.650Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:10:31.650Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:10:31.650Z] ---> f334bdbc7192 [2021-03-18T06:10:31.650Z] Step 3/21 : WORKDIR /edgex-go [2021-03-18T06:10:31.650Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:10:31.650Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:10:31.650Z] ---> f334bdbc7192 [2021-03-18T06:10:31.650Z] Step 3/24 : WORKDIR /edgex-go [2021-03-18T06:10:31.650Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:10:31.650Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:10:31.650Z] ---> f334bdbc7192 [2021-03-18T06:10:31.650Z] Step 3/26 : WORKDIR /edgex-go [2021-03-18T06:10:31.650Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:10:31.650Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:10:31.650Z] ---> f334bdbc7192 [2021-03-18T06:10:31.650Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T06:10:31.650Z] ---> Running in bf6c628ed2d8 [2021-03-18T06:10:31.650Z] ---> Running in fd245a6b1212 [2021-03-18T06:10:31.650Z] ---> Running in a021eac91d08 [2021-03-18T06:10:31.650Z] ---> Running in e6ded3a8c8bf [2021-03-18T06:10:31.650Z] ---> Running in 01ca06fe6de2 [2021-03-18T06:10:31.650Z] Removing intermediate container 01ca06fe6de2 [2021-03-18T06:10:31.650Z] ---> 6aad7651dd2d [2021-03-18T06:10:31.650Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:10:31.650Z] Removing intermediate container e6ded3a8c8bf [2021-03-18T06:10:31.650Z] ---> 840c410f148b [2021-03-18T06:10:31.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:10:31.650Z] Removing intermediate container fd245a6b1212 [2021-03-18T06:10:31.650Z] ---> bb14ee877e2c [2021-03-18T06:10:31.650Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:10:31.650Z] Removing intermediate container a021eac91d08 [2021-03-18T06:10:31.650Z] ---> c89767a3f709 [2021-03-18T06:10:31.650Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:10:31.650Z] Removing intermediate container bf6c628ed2d8 [2021-03-18T06:10:31.650Z] ---> a8eb78c6d9c4 [2021-03-18T06:10:31.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:10:31.650Z] ---> Running in 364794c55ba2 [2021-03-18T06:10:31.650Z] ---> Running in bde407d4f237 [2021-03-18T06:10:31.650Z] ---> Running in 3d2874e29c26 [2021-03-18T06:10:31.650Z] ---> Running in 85fe67c03993 [2021-03-18T06:10:31.650Z] ---> Running in 48cdf4aa1cf8 [2021-03-18T06:10:31.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:10:32.237Z] Removing intermediate container bde407d4f237 [2021-03-18T06:10:32.237Z] ---> 2a0da5b50d71 [2021-03-18T06:10:32.237Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-18T06:10:32.499Z] Removing intermediate container 364794c55ba2 [2021-03-18T06:10:32.499Z] ---> 7a9881549cca [2021-03-18T06:10:32.499Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-18T06:10:32.499Z] ---> Running in a5261e6d9110 [2021-03-18T06:10:32.499Z] Removing intermediate container 48cdf4aa1cf8 [2021-03-18T06:10:32.499Z] ---> ec0a07c00b7c [2021-03-18T06:10:32.499Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T06:10:32.499Z] ---> Running in 0d5706f9150a [2021-03-18T06:10:32.762Z] Removing intermediate container 3d2874e29c26 [2021-03-18T06:10:32.762Z] ---> 90b10db5932b [2021-03-18T06:10:32.762Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-18T06:10:32.762Z] Removing intermediate container 85fe67c03993 [2021-03-18T06:10:32.762Z] ---> 5c11cdc1cc70 [2021-03-18T06:10:32.762Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-18T06:10:33.027Z] ---> Running in 77796d5e8602 [2021-03-18T06:10:33.027Z] ---> Running in 65ca4dcfdb4a [2021-03-18T06:10:33.027Z] ---> Running in 9bd4a99edc4f [2021-03-18T06:10:33.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:10:34.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:34.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:34.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:34.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:34.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:34.661Z] (1/12) Installing libmagic (5.38-r0) [2021-03-18T06:10:34.934Z] (2/12) Installing file (5.38-r0) [2021-03-18T06:10:35.206Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-18T06:10:35.206Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-18T06:10:35.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:35.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:35.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:35.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:35.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:10:36.615Z] OK: 233 MiB in 51 packages [2021-03-18T06:10:36.615Z] OK: 233 MiB in 51 packages [2021-03-18T06:10:36.615Z] OK: 233 MiB in 51 packages [2021-03-18T06:10:37.209Z] Removing intermediate container 0d5706f9150a [2021-03-18T06:10:37.209Z] ---> 6202884ff281 [2021-03-18T06:10:37.209Z] Step 6/26 : COPY go.mod . [2021-03-18T06:10:37.477Z] Removing intermediate container 77796d5e8602 [2021-03-18T06:10:37.477Z] ---> 87dad90c9f3f [2021-03-18T06:10:37.477Z] Step 6/23 : COPY go.mod . [2021-03-18T06:10:37.477Z] Removing intermediate container a5261e6d9110 [2021-03-18T06:10:37.477Z] ---> ca713ba69a64 [2021-03-18T06:10:37.477Z] Step 6/22 : COPY go.mod . [2021-03-18T06:10:37.477Z] ---> 1a01d6c66190 [2021-03-18T06:10:37.477Z] Step 7/26 : RUN go mod download [2021-03-18T06:10:37.752Z] ---> Running in a9b4f2b5bbc5 [2021-03-18T06:10:37.752Z] ---> 3afb2f47a5f4 [2021-03-18T06:10:37.752Z] Step 7/23 : RUN go mod download [2021-03-18T06:10:37.752Z] OK: 233 MiB in 51 packages [2021-03-18T06:10:38.024Z] ---> Running in 98e1a5fa6046 [2021-03-18T06:10:38.024Z] ---> 6b01d603e5ec [2021-03-18T06:10:38.024Z] Step 7/22 : RUN go mod download [2021-03-18T06:10:38.290Z] ---> Running in 4421605f0dc3 [2021-03-18T06:10:38.564Z] OK: 233 MiB in 51 packages [2021-03-18T06:10:38.835Z] Removing intermediate container 65ca4dcfdb4a [2021-03-18T06:10:38.835Z] ---> d72612a2b6c2 [2021-03-18T06:10:38.835Z] Step 6/24 : COPY go.mod . [2021-03-18T06:10:39.115Z] Removing intermediate container 9bd4a99edc4f [2021-03-18T06:10:39.115Z] ---> b41143d6fc6c [2021-03-18T06:10:39.115Z] Step 6/21 : COPY go.mod . [2021-03-18T06:10:39.392Z] ---> dcfbb4d37b89 [2021-03-18T06:10:39.392Z] Step 7/24 : RUN go mod download [2021-03-18T06:10:39.392Z] ---> Running in 778806292e8f [2021-03-18T06:10:39.656Z] ---> 0e9ea9eb01be [2021-03-18T06:10:39.656Z] Step 7/21 : RUN go mod download [2021-03-18T06:10:39.656Z] ---> Running in 73ab02f6f8fd [2021-03-18T06:10:40.235Z] Removing intermediate container a9b4f2b5bbc5 [2021-03-18T06:10:40.235Z] ---> 4755d1e2f957 [2021-03-18T06:10:40.235Z] Step 8/26 : COPY . . [2021-03-18T06:10:41.209Z] Removing intermediate container 98e1a5fa6046 [2021-03-18T06:10:41.209Z] ---> 4b86cf14d08d [2021-03-18T06:10:41.209Z] Step 8/23 : COPY . . [2021-03-18T06:10:42.618Z] Removing intermediate container 4421605f0dc3 [2021-03-18T06:10:42.618Z] ---> 70f39f514917 [2021-03-18T06:10:42.618Z] Step 8/22 : COPY . . [2021-03-18T06:10:47.597Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-18T06:10:47.597Z] (6/12) Installing patch (2.7.6-r6) [2021-03-18T06:10:47.597Z] (7/12) Installing build-base (0.5-r2) [2021-03-18T06:10:47.597Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-18T06:10:47.597Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-18T06:10:47.597Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-18T06:10:47.597Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-18T06:10:47.597Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-18T06:10:47.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:10:47.597Z] OK: 217 MiB in 51 packages [2021-03-18T06:10:47.961Z] Removing intermediate container 778806292e8f [2021-03-18T06:10:47.961Z] ---> 0e39666a92ca [2021-03-18T06:10:47.961Z] Step 8/24 : COPY . . [2021-03-18T06:10:51.922Z] Removing intermediate container 9c00a29111bb [2021-03-18T06:10:51.922Z] ---> 9c581ef5ef6b [2021-03-18T06:10:51.922Z] Step 4/6 : WORKDIR /edgex-go [2021-03-18T06:10:51.922Z] ---> Running in 3c235f1cc96d [2021-03-18T06:10:52.205Z] Removing intermediate container 3c235f1cc96d [2021-03-18T06:10:52.205Z] ---> 5ce033ac9528 [2021-03-18T06:10:52.205Z] Step 5/6 : COPY go.mod . [2021-03-18T06:10:53.188Z] ---> 8731d62290fc [2021-03-18T06:10:53.188Z] Step 6/6 : RUN go mod download [2021-03-18T06:10:53.188Z] ---> Running in 6ef701eb2b1e [2021-03-18T06:10:54.615Z] Removing intermediate container 73ab02f6f8fd [2021-03-18T06:10:54.615Z] ---> f8a76e29331d [2021-03-18T06:10:54.615Z] Step 8/21 : COPY . . [2021-03-18T06:11:20.011Z] Removing intermediate container 6ef701eb2b1e [2021-03-18T06:11:20.011Z] ---> 2690e1394c41 [2021-03-18T06:11:20.289Z] Successfully built 2690e1394c41 [2021-03-18T06:11:20.289Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:11:20.671Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T06:11:20.671Z] . [Pipeline] withDockerContainer [2021-03-18T06:11:20.937Z] prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container [2021-03-18T06:11:21.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-18T06:11:21.442Z] ---> c3890649a181 [2021-03-18T06:11:21.442Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-18T06:11:22.538Z] $ docker top 5726f497fa2549f3294e39deaf5f2d80f86e2abb07b4df1ff18e34c3e1f3efeb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:11:23.635Z] + go version [2021-03-18T06:11:23.635Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T06:11:23.678Z] $ docker stop --time=1 5726f497fa2549f3294e39deaf5f2d80f86e2abb07b4df1ff18e34c3e1f3efeb [2021-03-18T06:11:24.053Z] ---> e01b39c4ab86 [2021-03-18T06:11:24.053Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-18T06:11:24.053Z] ---> 4c855782275b [2021-03-18T06:11:24.053Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-18T06:11:24.053Z] ---> 0571dbe18cd9 [2021-03-18T06:11:24.053Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-18T06:11:24.645Z] ---> Running in 38d8c266bf99 [2021-03-18T06:11:24.645Z] ---> Running in e219b996bdb0 [2021-03-18T06:11:24.645Z] ---> Running in 7fed4637b83d [2021-03-18T06:11:24.924Z] ---> Running in ec5a7338915a [2021-03-18T06:11:25.659Z] $ docker rm -f 5726f497fa2549f3294e39deaf5f2d80f86e2abb07b4df1ff18e34c3e1f3efeb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:11:26.929Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T06:11:26.929Z] . [Pipeline] withDockerContainer [2021-03-18T06:11:27.266Z] prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container [2021-03-18T06:11:27.358Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-18T06:11:27.521Z] 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-18T06:11:27.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-18T06:11:27.521Z] 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-18T06:11:27.521Z] 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-18T06:11:28.776Z] $ docker top a040ca414173c09b0b0411a8f1b794dc1978347a25921abaa1d5155d410ea9c1 -eo pid,comm [2021-03-18T06:11:28.922Z] ---> 06b8b7ce8417 [2021-03-18T06:11:28.922Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-18T06:11:28.922Z] ---> Running in a49a70be3c68 [Pipeline] { [Pipeline] echo [2021-03-18T06:11:29.194Z] ========================================================= [2021-03-18T06:11:29.194Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-18T06:11:29.194Z] ========================================================= [Pipeline] sh [2021-03-18T06:11:29.856Z] + make test [2021-03-18T06:11:29.857Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-18T06:11:29.889Z] 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-18T06:11:56.644Z] 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-18T06:11:56.669Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-18T06:11:57.231Z] 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-18T06:12:07.309Z] Removing intermediate container a49a70be3c68 [2021-03-18T06:12:07.309Z] ---> 121b7892c202 [2021-03-18T06:12:07.309Z] [2021-03-18T06:12:07.309Z] Step 10/21 : FROM alpine:3.12 [2021-03-18T06:12:07.309Z] Removing intermediate container 38d8c266bf99 [2021-03-18T06:12:07.309Z] ---> e7f599546d17 [2021-03-18T06:12:07.309Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-18T06:12:07.309Z] Removing intermediate container 7fed4637b83d [2021-03-18T06:12:07.309Z] ---> 0933877523ce [2021-03-18T06:12:07.309Z] [2021-03-18T06:12:07.309Z] Step 10/24 : FROM alpine:3.12 [2021-03-18T06:12:07.309Z] Removing intermediate container ec5a7338915a [2021-03-18T06:12:07.309Z] ---> 09d71e48bbbc [2021-03-18T06:12:07.309Z] [2021-03-18T06:12:07.309Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T06:12:07.309Z] 3.12: Pulling from library/alpine [2021-03-18T06:12:07.309Z] 3.12: Pulling from library/alpine [2021-03-18T06:12:07.309Z] 3.12: Pulling from library/alpine [2021-03-18T06:12:07.309Z] ---> Running in f7d34e83755d [2021-03-18T06:12:07.576Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T06:12:07.576Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T06:12:07.576Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T06:12:07.576Z] Status: Image is up to date for alpine:3.12 [2021-03-18T06:12:07.576Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T06:12:07.576Z] Status: Image is up to date for alpine:3.12 [2021-03-18T06:12:07.576Z] ---> 88dd2752d2ea [2021-03-18T06:12:07.576Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-18T06:12:07.576Z] ---> 88dd2752d2ea [2021-03-18T06:12:07.576Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-18T06:12:07.576Z] ---> 88dd2752d2ea [2021-03-18T06:12:07.576Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T06:12:07.845Z] 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-18T06:12:09.250Z] ---> Running in 6f19c6b863cc [2021-03-18T06:12:09.250Z] ---> Running in dcda4a7db499 [2021-03-18T06:12:09.250Z] ---> Running in ed6f08ca2c2d [2021-03-18T06:12:09.513Z] Removing intermediate container e219b996bdb0 [2021-03-18T06:12:09.513Z] ---> 3f1ea518d536 [2021-03-18T06:12:09.513Z] [2021-03-18T06:12:09.513Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T06:12:09.513Z] ---> 88dd2752d2ea [2021-03-18T06:12:09.513Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-18T06:12:09.777Z] ---> Running in 65ffa90243f0 [2021-03-18T06:12:10.041Z] Removing intermediate container f7d34e83755d [2021-03-18T06:12:10.041Z] ---> add0e839091d [2021-03-18T06:12:10.041Z] [2021-03-18T06:12:10.041Z] Step 11/26 : FROM docker:20.10.0 [2021-03-18T06:12:10.041Z] 20.10.0: Pulling from library/docker [2021-03-18T06:12:10.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:10.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:10.580Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-18T06:12:10.580Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T06:12:10.580Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-18T06:12:10.581Z] (4/4) Installing curl (7.69.1-r3) [2021-03-18T06:12:10.581Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:12:10.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:10.581Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T06:12:10.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:10.581Z] OK: 7 MiB in 18 packages [2021-03-18T06:12:10.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:10.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:10.854Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T06:12:11.118Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-18T06:12:11.399Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:12:11.399Z] OK: 6 MiB in 15 packages [2021-03-18T06:12:11.399Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T06:12:11.399Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-18T06:12:11.399Z] (4/5) Installing curl (7.69.1-r3) [2021-03-18T06:12:11.399Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-18T06:12:11.399Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:12:11.399Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T06:12:11.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:11.399Z] OK: 7 MiB in 19 packages [2021-03-18T06:12:11.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:11.668Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T06:12:11.668Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:12:11.668Z] OK: 6 MiB in 15 packages [2021-03-18T06:12:13.593Z] Removing intermediate container 6f19c6b863cc [2021-03-18T06:12:13.593Z] ---> 8713e91ef982 [2021-03-18T06:12:13.593Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T06:12:13.593Z] Removing intermediate container dcda4a7db499 [2021-03-18T06:12:13.593Z] ---> f690a68883e9 [2021-03-18T06:12:13.593Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:12:13.593Z] ---> Running in 441ef7999ede [2021-03-18T06:12:14.188Z] ---> Running in 1660637cd239 [2021-03-18T06:12:14.454Z] Removing intermediate container 65ffa90243f0 [2021-03-18T06:12:14.454Z] ---> bcc6a856ad37 [2021-03-18T06:12:14.454Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:12:14.454Z] Removing intermediate container 441ef7999ede [2021-03-18T06:12:14.454Z] ---> 9fcba72a9790 [2021-03-18T06:12:14.454Z] Step 13/21 : WORKDIR /edgex [2021-03-18T06:12:14.454Z] Removing intermediate container ed6f08ca2c2d [2021-03-18T06:12:14.454Z] ---> 7ed01196fa0e [2021-03-18T06:12:14.454Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T06:12:14.722Z] Removing intermediate container 1660637cd239 [2021-03-18T06:12:14.722Z] ---> 113bb10cbcf0 [2021-03-18T06:12:14.722Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-18T06:12:14.722Z] ---> Running in 566020c82141 [2021-03-18T06:12:14.722Z] ---> Running in 2f54c9012275 [2021-03-18T06:12:14.722Z] ---> Running in 7b1d83f7b76f [2021-03-18T06:12:14.990Z] ---> Running in 9675dde4e316 [2021-03-18T06:12:14.990Z] Removing intermediate container 566020c82141 [2021-03-18T06:12:14.990Z] ---> d8163b7513b2 [2021-03-18T06:12:14.990Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-18T06:12:15.255Z] ---> Running in 9f601290d5ff [2021-03-18T06:12:15.256Z] Removing intermediate container 7b1d83f7b76f [2021-03-18T06:12:15.256Z] ---> bfd5dd417a78 [2021-03-18T06:12:15.256Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-18T06:12:15.256Z] Removing intermediate container 2f54c9012275 [2021-03-18T06:12:15.256Z] ---> 7309ec9fb588 [2021-03-18T06:12:15.256Z] Step 13/24 : WORKDIR / [2021-03-18T06:12:15.256Z] Removing intermediate container 9675dde4e316 [2021-03-18T06:12:15.256Z] ---> bedfced422f3 [2021-03-18T06:12:15.256Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T06:12:15.520Z] ---> Running in a0961d42354f [2021-03-18T06:12:15.520Z] ---> Running in 6764229b3ede [2021-03-18T06:12:15.520Z] Removing intermediate container 9f601290d5ff [2021-03-18T06:12:15.520Z] ---> 0973b6115d83 [2021-03-18T06:12:15.520Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T06:12:15.787Z] ---> c14b95c94931 [2021-03-18T06:12:15.787Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-18T06:12:15.787Z] ---> Running in 005c0ad4cb19 [2021-03-18T06:12:15.787Z] Removing intermediate container a0961d42354f [2021-03-18T06:12:15.787Z] ---> 4d66db0916d2 [2021-03-18T06:12:15.787Z] 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-18T06:12:16.056Z] Removing intermediate container 6764229b3ede [2021-03-18T06:12:16.056Z] ---> 39c1954bce73 [2021-03-18T06:12:16.056Z] Step 15/23 : WORKDIR / [2021-03-18T06:12:16.056Z] Removing intermediate container 005c0ad4cb19 [2021-03-18T06:12:16.056Z] ---> 3d6baa6a7acb [2021-03-18T06:12:16.056Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:12:17.004Z] ---> Running in 5931ea21f643 [2021-03-18T06:12:17.272Z] ---> 9535b2ab56b6 [2021-03-18T06:12:17.272Z] 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-18T06:12:17.272Z] ---> 0212f1068e4b [2021-03-18T06:12:17.272Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-18T06:12:17.272Z] ---> af74ca89c67a [2021-03-18T06:12:17.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-18T06:12:17.539Z] Removing intermediate container 5931ea21f643 [2021-03-18T06:12:17.539Z] ---> e71c3e6c32e4 [2021-03-18T06:12:17.539Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:12:18.116Z] ---> 739c03c8879d [2021-03-18T06:12:18.116Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-18T06:12:18.116Z] ---> 057512722390 [2021-03-18T06:12:18.116Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-18T06:12:18.116Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-18T06:12:18.116Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-18T06:12:18.116Z] ---> aefe523efa57 [2021-03-18T06:12:18.116Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-18T06:12:18.116Z] ---> 3f671acd1173 [2021-03-18T06:12:18.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-18T06:12:18.116Z] ---> 2074da4bf82e [2021-03-18T06:12:18.116Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-18T06:12:18.383Z] ---> Running in abb3b08dfc16 [2021-03-18T06:12:18.383Z] ---> Running in 0ff56e1db7ef [2021-03-18T06:12:18.661Z] ---> b2455641c9a3 [2021-03-18T06:12:18.661Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-18T06:12:18.661Z] ---> 10a275ad452c [2021-03-18T06:12:18.661Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-18T06:12:18.927Z] Removing intermediate container 0ff56e1db7ef [2021-03-18T06:12:18.927Z] ---> cbf7fadebdf0 [2021-03-18T06:12:18.927Z] Step 18/21 : CMD ["--init=true"] [2021-03-18T06:12:18.927Z] ---> de4ad975f9f7 [2021-03-18T06:12:18.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-18T06:12:19.503Z] ---> Running in e0cef495b37e [2021-03-18T06:12:19.503Z] ---> Running in 68823172c1ad [2021-03-18T06:12:19.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:19.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:19.769Z] ---> 39659669423e [2021-03-18T06:12:19.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-18T06:12:19.769Z] ---> a93e9a3d39ef [2021-03-18T06:12:19.769Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-18T06:12:19.769Z] (1/2) Installing readline (8.0.4-r0) [2021-03-18T06:12:19.769Z] ---> Running in 3e2b4ad6ed3b [2021-03-18T06:12:19.769Z] (2/2) Installing bash (5.0.17-r0) [2021-03-18T06:12:19.769Z] Removing intermediate container e0cef495b37e [2021-03-18T06:12:19.769Z] ---> e780d190d2a7 [2021-03-18T06:12:19.769Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:12:19.769Z] Removing intermediate container 68823172c1ad [2021-03-18T06:12:19.769Z] ---> 8a8161740a58 [2021-03-18T06:12:19.769Z] Step 19/21 : LABEL arch=x86_64 [2021-03-18T06:12:19.769Z] Executing bash-5.0.17-r0.post-install [2021-03-18T06:12:20.035Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:12:20.035Z] OK: 12 MiB in 22 packages [2021-03-18T06:12:20.299Z] ---> Running in b28a68ff90a6 [2021-03-18T06:12:20.299Z] ---> Running in 58e337328e91 [2021-03-18T06:12:20.299Z] Removing intermediate container 3e2b4ad6ed3b [2021-03-18T06:12:20.299Z] ---> 1812ab24ca05 [2021-03-18T06:12:20.299Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:12:20.299Z] ---> e1bcae5ac837 [2021-03-18T06:12:20.299Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-18T06:12:20.589Z] ---> Running in e0dafe0531ed [2021-03-18T06:12:20.590Z] Removing intermediate container b28a68ff90a6 [2021-03-18T06:12:20.590Z] ---> 63ba51406add [2021-03-18T06:12:20.590Z] Step 20/21 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:12:20.590Z] Removing intermediate container 58e337328e91 [2021-03-18T06:12:20.590Z] ---> 6adb2fceeb74 [2021-03-18T06:12:20.590Z] Step 20/22 : LABEL arch=x86_64 [2021-03-18T06:12:20.852Z] ---> Running in 3da5e04cc51c [2021-03-18T06:12:20.852Z] ---> Running in c9d83a2f7856 [2021-03-18T06:12:20.852Z] ---> aa3902e92ac3 [2021-03-18T06:12:20.852Z] 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-18T06:12:21.117Z] Removing intermediate container e0dafe0531ed [2021-03-18T06:12:21.117Z] ---> e13c86880de2 [2021-03-18T06:12:21.117Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T06:12:21.117Z] Removing intermediate container abb3b08dfc16 [2021-03-18T06:12:21.117Z] ---> fc01688f2fed [2021-03-18T06:12:21.117Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-18T06:12:21.117Z] ---> Running in ef40f16040a1 [2021-03-18T06:12:21.380Z] ---> Running in b15037d0b7cf [2021-03-18T06:12:21.380Z] ---> Running in 4ceb804c810b [2021-03-18T06:12:21.380Z] Removing intermediate container 3da5e04cc51c [2021-03-18T06:12:21.380Z] ---> 95a9a563db66 [2021-03-18T06:12:21.380Z] Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:12:21.647Z] Removing intermediate container c9d83a2f7856 [2021-03-18T06:12:21.647Z] ---> ac93a4249812 [2021-03-18T06:12:21.647Z] Step 21/21 : LABEL version=0.0.0 [2021-03-18T06:12:21.647Z] ---> Running in c335ac806e40 [2021-03-18T06:12:21.647Z] ---> Running in af1f91c377b2 [2021-03-18T06:12:21.647Z] Removing intermediate container b15037d0b7cf [2021-03-18T06:12:21.647Z] ---> d4332f58b191 [2021-03-18T06:12:21.647Z] Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:12:21.910Z] Removing intermediate container 4ceb804c810b [2021-03-18T06:12:21.910Z] ---> c5b919b2d44e [2021-03-18T06:12:21.910Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-18T06:12:21.910Z] ---> Running in 55bb8831334d [2021-03-18T06:12:21.910Z] ---> Running in 8f1ca7ff40d1 [2021-03-18T06:12:22.180Z] Removing intermediate container c335ac806e40 [2021-03-18T06:12:22.180Z] ---> 11971e6d080c [2021-03-18T06:12:22.180Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T06:12:22.180Z] Removing intermediate container af1f91c377b2 [2021-03-18T06:12:22.180Z] ---> 7838b975c865 [2021-03-18T06:12:22.180Z] [2021-03-18T06:12:22.180Z] ---> Running in 3baa98621cca [2021-03-18T06:12:22.180Z] Successfully built 7838b975c865 [2021-03-18T06:12:22.443Z] Removing intermediate container 8f1ca7ff40d1 [2021-03-18T06:12:22.443Z] ---> 61332730983d [2021-03-18T06:12:22.443Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-18T06:12:22.443Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-18T06:12:22.443Z] Building docker-core-metadata-go [2021-03-18T06:12:22.443Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 55bb8831334d [2021-03-18T06:12:22.443Z] ---> 152d29d1bc8e [2021-03-18T06:12:22.443Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T06:12:22.746Z] ---> Running in 59fa12f426ad [2021-03-18T06:12:22.746Z] ---> Running in 31202e50b28a [2021-03-18T06:12:22.746Z] Removing intermediate container 3baa98621cca [2021-03-18T06:12:22.746Z] ---> f6feeb6652dd [2021-03-18T06:12:22.746Z] [2021-03-18T06:12:22.746Z] Successfully built f6feeb6652dd [2021-03-18T06:12:22.746Z] Removing intermediate container ef40f16040a1 [2021-03-18T06:12:22.746Z] ---> 0baf70da21e6 [2021-03-18T06:12:22.746Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-18T06:12:23.093Z] Removing intermediate container 59fa12f426ad [2021-03-18T06:12:23.093Z] ---> cd2f6eb250af [2021-03-18T06:12:23.093Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-18T06:12:23.093Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-18T06:12:23.093Z] Building docker-security-bootstrapper-go [2021-03-18T06:12:23.093Z]  Building docker-support-scheduler-go ... done Removing intermediate container 31202e50b28a [2021-03-18T06:12:23.093Z] ---> a77e395801a4 [2021-03-18T06:12:23.093Z] [2021-03-18T06:12:23.093Z] ---> Running in cbc6676f9817 [2021-03-18T06:12:23.407Z] Successfully built a77e395801a4 [2021-03-18T06:12:23.407Z] Successfully tagged docker-core-command-go:latest [2021-03-18T06:12:23.407Z] Building docker-support-notifications-go [2021-03-18T06:12:26.705Z]  Building docker-core-command-go ... done Removing intermediate container cbc6676f9817 [2021-03-18T06:12:26.705Z] ---> c31e11746781 [2021-03-18T06:12:26.705Z] Step 22/24 : LABEL arch=x86_64 [2021-03-18T06:12:28.110Z] ---> Running in 82ddd409b249 [2021-03-18T06:12:28.111Z] ---> e6936de800fc [2021-03-18T06:12:28.111Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-18T06:12:30.056Z] Removing intermediate container 82ddd409b249 [2021-03-18T06:12:30.056Z] ---> 7a3c1df25a61 [2021-03-18T06:12:30.056Z] Step 23/24 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:12:30.321Z] ---> Running in b15c74b4b90a [2021-03-18T06:12:30.321Z] ---> c4c097b63350 [2021-03-18T06:12:30.321Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-18T06:12:33.636Z] Removing intermediate container b15c74b4b90a [2021-03-18T06:12:33.636Z] ---> 3e1ec07ff142 [2021-03-18T06:12:33.636Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T06:12:33.636Z] ---> f14b46b4d0b5 [2021-03-18T06:12:33.636Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-18T06:12:33.636Z] ---> Running in f2ba2f7783c4 [2021-03-18T06:12:33.636Z] ---> Running in 62101ead47e5 [2021-03-18T06:12:33.636Z] Removing intermediate container f2ba2f7783c4 [2021-03-18T06:12:33.636Z] ---> 0928f9493be0 [2021-03-18T06:12:33.636Z] [2021-03-18T06:12:33.898Z] Successfully built 0928f9493be0 [2021-03-18T06:12:33.898Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-18T06:12:34.159Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-18T06:12:34.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:34.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:34.696Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-18T06:12:34.969Z] (2/33) Installing expat (2.2.9-r1) [2021-03-18T06:12:34.969Z] (3/33) Installing libffi (3.3-r2) [2021-03-18T06:12:34.969Z] (4/33) Installing gdbm (1.13-r1) [2021-03-18T06:12:34.969Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-18T06:12:34.969Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-18T06:12:34.969Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-18T06:12:45.045Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-18T06:12:45.045Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-18T06:12:45.045Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-18T06:12:45.045Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-18T06:12:45.045Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-18T06:12:45.045Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-18T06:12:45.045Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-18T06:12:45.045Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-18T06:12:45.309Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-18T06:12:45.575Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-18T06:12:45.840Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-18T06:12:45.840Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-18T06:12:45.840Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-18T06:12:46.109Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-18T06:12:46.109Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-18T06:12:46.109Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-18T06:12:46.109Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-18T06:12:46.377Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-18T06:12:46.641Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-18T06:12:46.641Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-18T06:12:46.641Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-18T06:12:46.641Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-18T06:12:46.641Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-18T06:12:46.641Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-18T06:12:46.909Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-18T06:12:46.909Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-18T06:12:47.862Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:12:47.862Z] OK: 71 MiB in 55 packages [2021-03-18T06:12:48.817Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:12:48.817Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:12:48.817Z] ---> f334bdbc7192 [2021-03-18T06:12:48.817Z] Step 3/31 : WORKDIR /edgex-go [2021-03-18T06:12:48.817Z] ---> Using cache [2021-03-18T06:12:48.817Z] ---> a8eb78c6d9c4 [2021-03-18T06:12:48.817Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:12:48.817Z] ---> Using cache [2021-03-18T06:12:48.817Z] ---> ec0a07c00b7c [2021-03-18T06:12:48.817Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-18T06:12:48.817Z] ---> Using cache [2021-03-18T06:12:48.817Z] ---> 87dad90c9f3f [2021-03-18T06:12:48.817Z] Step 6/31 : COPY go.mod . [2021-03-18T06:12:48.817Z] ---> Using cache [2021-03-18T06:12:48.817Z] ---> 3afb2f47a5f4 [2021-03-18T06:12:48.817Z] Step 7/31 : RUN go mod download [2021-03-18T06:12:48.817Z] ---> Using cache [2021-03-18T06:12:48.817Z] ---> 4b86cf14d08d [2021-03-18T06:12:48.817Z] Step 8/31 : COPY . . [2021-03-18T06:12:49.088Z] ---> Using cache [2021-03-18T06:12:49.088Z] ---> 4c855782275b [2021-03-18T06:12:49.088Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-18T06:12:49.088Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:12:49.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:12:49.088Z] ---> f334bdbc7192 [2021-03-18T06:12:49.088Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T06:12:49.088Z] ---> Using cache [2021-03-18T06:12:49.088Z] ---> a8eb78c6d9c4 [2021-03-18T06:12:49.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:12:49.088Z] ---> Using cache [2021-03-18T06:12:49.088Z] ---> ec0a07c00b7c [2021-03-18T06:12:49.088Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T06:12:49.088Z] ---> Using cache [2021-03-18T06:12:49.088Z] ---> 87dad90c9f3f [2021-03-18T06:12:49.088Z] Step 6/23 : COPY go.mod . [2021-03-18T06:12:49.088Z] ---> Using cache [2021-03-18T06:12:49.088Z] ---> 3afb2f47a5f4 [2021-03-18T06:12:49.088Z] Step 7/23 : RUN go mod download [2021-03-18T06:12:49.088Z] ---> Using cache [2021-03-18T06:12:49.088Z] ---> 4b86cf14d08d [2021-03-18T06:12:49.088Z] Step 8/23 : COPY . . [2021-03-18T06:12:49.353Z] ---> Using cache [2021-03-18T06:12:49.353Z] ---> 4c855782275b [2021-03-18T06:12:49.353Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-18T06:12:49.353Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:12:49.353Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:12:49.353Z] ---> f334bdbc7192 [2021-03-18T06:12:49.353Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T06:12:49.353Z] ---> Using cache [2021-03-18T06:12:49.353Z] ---> a8eb78c6d9c4 [2021-03-18T06:12:49.353Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:12:49.353Z] ---> Using cache [2021-03-18T06:12:49.353Z] ---> ec0a07c00b7c [2021-03-18T06:12:49.353Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-18T06:12:50.758Z] ---> Running in cf46fbd2314c [2021-03-18T06:12:50.758Z] ---> Running in 368f5ca2fcbc [2021-03-18T06:12:51.022Z] ---> Running in 952246db15e7 [2021-03-18T06:12:52.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:52.978Z] 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-18T06:12:52.979Z] 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-18T06:12:53.251Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-18T06:12:53.251Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-18T06:12:54.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:12:55.380Z] OK: 233 MiB in 51 packages [2021-03-18T06:12:59.735Z] Removing intermediate container 952246db15e7 [2021-03-18T06:12:59.735Z] ---> 17e47d1e5c11 [2021-03-18T06:12:59.735Z] Step 6/22 : COPY go.mod . [2021-03-18T06:13:00.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:13:00.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:13:00.715Z] ---> f334bdbc7192 [2021-03-18T06:13:00.715Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T06:13:00.715Z] ---> Using cache [2021-03-18T06:13:00.715Z] ---> a8eb78c6d9c4 [2021-03-18T06:13:00.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:13:00.715Z] ---> Using cache [2021-03-18T06:13:00.715Z] ---> ec0a07c00b7c [2021-03-18T06:13:00.715Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-18T06:13:01.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-18T06:13:01.562Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-18T06:13:01.684Z] ---> baa1c49c3ece [2021-03-18T06:13:01.684Z] Step 7/22 : RUN go mod download [2021-03-18T06:13:03.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-18T06:13:03.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-18T06:13:03.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-18T06:13:03.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-18T06:13:03.640Z] ---> Running in 475aa2d281e6 [2021-03-18T06:13:03.640Z] ---> Running in 0856b8e50e3d [2021-03-18T06:13:05.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:13:06.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:13:07.525Z] OK: 233 MiB in 51 packages [2021-03-18T06:13:07.525Z] Removing intermediate container 62101ead47e5 [2021-03-18T06:13:07.525Z] ---> 32a2198b54e0 [2021-03-18T06:13:07.525Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-18T06:13:07.797Z] ---> Running in b68abcb8a977 [2021-03-18T06:13:07.797Z] Removing intermediate container 0856b8e50e3d [2021-03-18T06:13:07.797Z] ---> c33fda634a47 [2021-03-18T06:13:07.798Z] Step 8/22 : COPY . . [2021-03-18T06:13:08.381Z] Removing intermediate container 475aa2d281e6 [2021-03-18T06:13:08.381Z] ---> 411570176698 [2021-03-18T06:13:08.381Z] Step 6/23 : COPY go.mod . [2021-03-18T06:13:09.153Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-18T06:13:09.153Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-18T06:13:15.045Z] ---> 2f61a767dedf [2021-03-18T06:13:15.045Z] Step 7/23 : RUN go mod download [2021-03-18T06:13:16.002Z] Collecting docker-compose==1.23.2 [2021-03-18T06:13:16.002Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-18T06:13:16.962Z] ---> Running in 323dc8ad506a [2021-03-18T06:13:16.962Z] Collecting PyYAML<4,>=3.10 [2021-03-18T06:13:16.962Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-18T06:13:17.457Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-18T06:13:17.457Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-18T06:13:17.457Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-18T06:13:21.237Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-18T06:13:21.237Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-18T06:13:23.179Z] Collecting docopt<0.7,>=0.6.1 [2021-03-18T06:13:23.179Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-18T06:13:24.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.9% of statements [2021-03-18T06:13:24.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-18T06:13:24.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-18T06:13:24.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-18T06:13:24.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-18T06:13:24.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-18T06:13:24.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-18T06:13:24.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.131s coverage: 19.8% of statements [2021-03-18T06:13:24.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements [2021-03-18T06:13:26.510Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-18T06:13:26.510Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-18T06:13:26.510Z] Removing intermediate container 323dc8ad506a [2021-03-18T06:13:26.510Z] ---> 936483de9eba [2021-03-18T06:13:26.510Z] Step 8/23 : COPY . . [2021-03-18T06:13:27.115Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-18T06:13:27.115Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-18T06:13:29.076Z] Collecting docker<4.0,>=3.6.0 [2021-03-18T06:13:29.076Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-18T06:13:30.025Z] 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-18T06:13:30.292Z] Collecting jsonschema<3,>=2.5.1 [2021-03-18T06:13:30.292Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-18T06:13:30.570Z] Collecting texttable<0.10,>=0.9.0 [2021-03-18T06:13:30.570Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-18T06:13:32.513Z] Collecting cached-property<2,>=1.2.0 [2021-03-18T06:13:32.513Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-18T06:13:32.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.1% of statements [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-18T06:13:32.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-18T06:13:32.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-18T06:13:32.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 71.3% of statements [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-18T06:13:32.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-18T06:13:33.923Z] 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-18T06:13:33.923Z] 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-18T06:13:35.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.495s coverage: 82.9% of statements [2021-03-18T06:13:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-18T06:13:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:13:35.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements [2021-03-18T06:13:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-18T06:13:35.849Z] Collecting idna<2.8,>=2.5 [2021-03-18T06:13:35.849Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-18T06:13:36.803Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-18T06:13:37.382Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-18T06:13:37.961Z] Collecting docker-pycreds>=0.4.0 [2021-03-18T06:13:37.961Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-18T06:13:39.353Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-18T06:13:39.353Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-18T06:13:39.353Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-18T06:13:39.353Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-18T06:13:39.353Z] ---> caacc8b2fe6a [2021-03-18T06:13:39.353Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-18T06:13:39.615Z] Installing collected packages: PyYAML, dockerpty, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, cached-property, docker-compose [2021-03-18T06:13:39.615Z] Running setup.py install for PyYAML: started [2021-03-18T06:13:39.615Z] Removing intermediate container cf46fbd2314c [2021-03-18T06:13:39.615Z] ---> 8d124ea20bc9 [2021-03-18T06:13:39.615Z] [2021-03-18T06:13:39.615Z] Step 10/31 : FROM alpine:3.12 [2021-03-18T06:13:39.615Z] ---> 88dd2752d2ea [2021-03-18T06:13:39.615Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-18T06:13:40.571Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-18T06:13:40.571Z] Running setup.py install for dockerpty: started [2021-03-18T06:13:41.151Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-18T06:13:41.726Z] ---> Running in 3086dc2f18af [2021-03-18T06:13:42.320Z] Running setup.py install for docopt: started [2021-03-18T06:13:42.321Z] ---> Running in c25cfda79b6d [2021-03-18T06:13:42.899Z] Running setup.py install for docopt: finished with status 'done' [2021-03-18T06:13:43.852Z] Attempting uninstall: idna [2021-03-18T06:13:43.852Z] Found existing installation: idna 2.9 [2021-03-18T06:13:43.852Z] Uninstalling idna-2.9: [2021-03-18T06:13:43.852Z] Successfully uninstalled idna-2.9 [2021-03-18T06:13:44.119Z] Removing intermediate container 368f5ca2fcbc [2021-03-18T06:13:44.119Z] ---> 23bbcd16e7ab [2021-03-18T06:13:44.119Z] [2021-03-18T06:13:44.119Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T06:13:44.119Z] ---> 88dd2752d2ea [2021-03-18T06:13:44.119Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T06:13:44.119Z] ---> Using cache [2021-03-18T06:13:44.119Z] ---> bcc6a856ad37 [2021-03-18T06:13:44.120Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:13:44.120Z] ---> Using cache [2021-03-18T06:13:44.120Z] ---> d8163b7513b2 [2021-03-18T06:13:44.120Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-18T06:13:44.391Z] Attempting uninstall: urllib3 [2021-03-18T06:13:44.391Z] Removing intermediate container c25cfda79b6d [2021-03-18T06:13:44.391Z] ---> 701079d1b422 [2021-03-18T06:13:44.391Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-18T06:13:44.391Z] Found existing installation: urllib3 1.25.9 [2021-03-18T06:13:44.391Z] Uninstalling urllib3-1.25.9: [2021-03-18T06:13:45.790Z] Successfully uninstalled urllib3-1.25.9 [2021-03-18T06:13:45.790Z] ---> Running in 667c99ae096c [2021-03-18T06:13:46.057Z] 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-18T06:13:47.020Z] ---> Running in 57d8281bbb31 [2021-03-18T06:13:47.287Z] Attempting uninstall: requests [2021-03-18T06:13:47.287Z] Found existing installation: requests 2.23.0 [2021-03-18T06:13:47.287Z] Uninstalling requests-2.23.0: [2021-03-18T06:13:47.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.229s coverage: 28.6% of statements [2021-03-18T06:13:47.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-18T06:13:47.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-18T06:13:47.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-18T06:13:47.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-18T06:13:47.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-18T06:13:47.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-18T06:13:47.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-18T06:13:47.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.406s coverage: 97.5% of statements [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-18T06:13:47.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-18T06:13:47.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-18T06:13:48.238Z] Successfully uninstalled requests-2.23.0 [2021-03-18T06:13:49.217Z] Removing intermediate container 667c99ae096c [2021-03-18T06:13:49.217Z] ---> d670ee8abd3e [2021-03-18T06:13:49.217Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T06:13:51.798Z] ---> Running in 43619689b916 [2021-03-18T06:13:52.778Z] Running setup.py install for texttable: started [2021-03-18T06:13:53.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:13:53.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:13:53.698Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-18T06:13:53.698Z] (2/2) Installing su-exec (0.2-r1) [2021-03-18T06:13:53.698Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:13:53.698Z] OK: 6 MiB in 16 packages [2021-03-18T06:13:53.698Z] Removing intermediate container 43619689b916 [2021-03-18T06:13:53.698Z] ---> e5652d2dc2bf [2021-03-18T06:13:53.698Z] Step 15/23 : WORKDIR / [2021-03-18T06:13:53.698Z] Running setup.py install for texttable: finished with status 'done' [2021-03-18T06:13:54.193Z] ---> Running in d4d062dcbd39 [2021-03-18T06:13:54.193Z] ---> 518b511c0f25 [2021-03-18T06:13:54.193Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-18T06:13:54.492Z] 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-18T06:13:55.087Z] ---> Running in 5cfcf07cb925 [2021-03-18T06:13:55.087Z] Removing intermediate container d4d062dcbd39 [2021-03-18T06:13:55.087Z] ---> 4820ea88b0b5 [2021-03-18T06:13:55.087Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:13:55.551Z] Removing intermediate container 57d8281bbb31 [2021-03-18T06:13:55.551Z] ---> 24d77255824a [2021-03-18T06:13:55.551Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-18T06:13:55.551Z] ---> Running in ba9d48edeea9 [2021-03-18T06:13:55.551Z] ---> 21d3bc951d2d [2021-03-18T06:13:55.551Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-18T06:13:55.841Z] Removing intermediate container ba9d48edeea9 [2021-03-18T06:13:55.841Z] ---> 093866bfeb3f [2021-03-18T06:13:55.841Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-18T06:13:55.841Z] ---> Running in c6202f1fc760 [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.338s coverage: 92.8% of statements [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-18T06:13:56.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-03-18T06:13:56.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-03-18T06:13:56.116Z] 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-18T06:13:56.726Z] Removing intermediate container c6202f1fc760 [2021-03-18T06:13:56.726Z] ---> 0cddf3e0ac7e [2021-03-18T06:13:56.726Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-18T06:13:57.685Z] ---> Running in cc9ef1bf4909 [2021-03-18T06:13:57.954Z] ---> bd53f8e24a7c [2021-03-18T06:13:57.954Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-18T06:13:58.930Z] Removing intermediate container b68abcb8a977 [2021-03-18T06:13:58.930Z] ---> 60ed431ac30e [2021-03-18T06:13:58.930Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-18T06:13:59.529Z] ---> Running in 2f5c288f52e9 [2021-03-18T06:13:59.796Z] ---> cd56ddb482d2 [2021-03-18T06:13:59.796Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-18T06:14:00.390Z] ---> Running in ed3f0133a8fc [2021-03-18T06:14:00.661Z] Removing intermediate container ed3f0133a8fc [2021-03-18T06:14:00.661Z] ---> 4672decbe715 [2021-03-18T06:14:00.661Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:14:00.661Z] ---> Running in 345e0fccf77e [2021-03-18T06:14:00.938Z] Removing intermediate container cc9ef1bf4909 [2021-03-18T06:14:00.938Z] ---> b886cb90210a [2021-03-18T06:14:00.938Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-18T06:14:00.938Z] ---> Running in 9d1c37859f3e [2021-03-18T06:14:01.216Z] Removing intermediate container 345e0fccf77e [2021-03-18T06:14:01.216Z] ---> 2f6fa798dd36 [2021-03-18T06:14:01.216Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T06:14:01.216Z] ---> Running in a13e8d228726 [2021-03-18T06:14:01.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:14:01.489Z] Removing intermediate container 9d1c37859f3e [2021-03-18T06:14:01.489Z] ---> 902905f43357 [2021-03-18T06:14:01.489Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-18T06:14:01.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:14:01.757Z] Removing intermediate container a13e8d228726 [2021-03-18T06:14:01.758Z] ---> 92f8cc59cdbb [2021-03-18T06:14:01.758Z] Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:14:01.758Z] ---> Running in 66282275fb6a [2021-03-18T06:14:01.758Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T06:14:01.758Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-18T06:14:01.758Z] (3/3) Installing curl (7.69.1-r3) [2021-03-18T06:14:01.758Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:14:02.025Z] OK: 72 MiB in 58 packages [2021-03-18T06:14:02.025Z] Removing intermediate container 66282275fb6a [2021-03-18T06:14:02.025Z] ---> 545d263d3dae [2021-03-18T06:14:02.025Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T06:14:03.464Z] ---> Running in 44857acafe2c [2021-03-18T06:14:04.047Z] ---> 3e1beec15379 [2021-03-18T06:14:04.047Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-18T06:14:04.638Z] ---> Running in b2385f3de4c9 [2021-03-18T06:14:04.907Z] Removing intermediate container 44857acafe2c [2021-03-18T06:14:04.907Z] ---> 771d2e595929 [2021-03-18T06:14:04.907Z] [2021-03-18T06:14:05.177Z] Successfully built 771d2e595929 [2021-03-18T06:14:05.177Z] Successfully tagged docker-core-metadata-go:latest [2021-03-18T06:14:05.177Z]  Building docker-core-metadata-go ... done Removing intermediate container 2f5c288f52e9 [2021-03-18T06:14:05.177Z] ---> a9d1c90d2ba9 [2021-03-18T06:14:05.177Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-18T06:14:05.454Z] ---> Running in afd30282890c [2021-03-18T06:14:05.734Z] Removing intermediate container afd30282890c [2021-03-18T06:14:05.734Z] ---> ae49be7988dc [2021-03-18T06:14:05.734Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:14:05.734Z] ---> Running in 8b07247e2e42 [2021-03-18T06:14:06.336Z] Removing intermediate container 8b07247e2e42 [2021-03-18T06:14:06.336Z] ---> 2f663fbf35de [2021-03-18T06:14:06.336Z] Step 24/26 : LABEL arch=x86_64 [2021-03-18T06:14:06.336Z] ---> Running in 2bf092c74589 [2021-03-18T06:14:06.602Z] Removing intermediate container 2bf092c74589 [2021-03-18T06:14:06.602Z] ---> 9335f7bd8f47 [2021-03-18T06:14:06.602Z] Step 25/26 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:14:06.884Z] Removing intermediate container b2385f3de4c9 [2021-03-18T06:14:06.884Z] ---> c5f69b89c667 [2021-03-18T06:14:06.884Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:14:06.884Z] ---> Running in 5e914c240666 [2021-03-18T06:14:07.482Z] Removing intermediate container 5e914c240666 [2021-03-18T06:14:07.482Z] ---> 4274b6fd7fce [2021-03-18T06:14:07.482Z] Step 26/26 : LABEL version=0.0.0 [2021-03-18T06:14:07.482Z] ---> 952d4cc8d04e [2021-03-18T06:14:07.482Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-18T06:14:07.482Z] ---> Running in a5036c7e9424 [2021-03-18T06:14:07.749Z] Removing intermediate container a5036c7e9424 [2021-03-18T06:14:07.749Z] ---> 5cbaeaddaf41 [2021-03-18T06:14:07.749Z] [2021-03-18T06:14:08.345Z] Successfully built 5cbaeaddaf41 [2021-03-18T06:14:08.345Z] ---> 768b2e42f739 [2021-03-18T06:14:08.345Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-18T06:14:08.345Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-18T06:14:08.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.115s coverage: 94.4% of statements [2021-03-18T06:14:08.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-18T06:14:08.934Z]  Building docker-sys-mgmt-agent-go ... done  ---> 55fe054da8e0 [2021-03-18T06:14:08.934Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-18T06:14:10.894Z] ---> 8481734abc18 [2021-03-18T06:14:10.894Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-18T06:14:12.308Z] Removing intermediate container 3086dc2f18af [2021-03-18T06:14:12.308Z] ---> a6cb351cf1db [2021-03-18T06:14:12.308Z] [2021-03-18T06:14:12.308Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T06:14:12.308Z] ---> 88dd2752d2ea [2021-03-18T06:14:12.308Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-18T06:14:12.308Z] ---> 8e0195b2c00a [2021-03-18T06:14:12.308Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-18T06:14:12.308Z] ---> Running in b2d59b9f9d59 [2021-03-18T06:14:12.575Z] ---> Running in 3f00e8fcff33 [2021-03-18T06:14:13.689Z] Removing intermediate container 3f00e8fcff33 [2021-03-18T06:14:13.690Z] ---> ab5e70939c72 [2021-03-18T06:14:13.690Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-18T06:14:13.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:14:13.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:14:13.690Z] ---> 5199beb75f96 [2021-03-18T06:14:13.690Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-18T06:14:13.690Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-18T06:14:13.690Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-18T06:14:13.690Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:14:13.690Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T06:14:13.690Z] OK: 6 MiB in 16 packages [2021-03-18T06:14:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.309s coverage: 81.9% of statements [2021-03-18T06:14:13.959Z] ---> Running in 262f3bef7516 [2021-03-18T06:14:14.926Z] Removing intermediate container b2d59b9f9d59 [2021-03-18T06:14:14.926Z] ---> 9066e522dbfc [2021-03-18T06:14:14.926Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:14:16.847Z] ---> Running in 000cabee918f [2021-03-18T06:14:17.823Z] Removing intermediate container 000cabee918f [2021-03-18T06:14:17.823Z] ---> 1493106f459f [2021-03-18T06:14:17.823Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-18T06:14:17.823Z] ---> Running in 299b848d71d9 [2021-03-18T06:14:17.823Z] Removing intermediate container 262f3bef7516 [2021-03-18T06:14:17.823Z] ---> 993092d81b2c [2021-03-18T06:14:17.823Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-18T06:14:18.089Z] ---> Running in 272f0af94d17 [2021-03-18T06:14:18.089Z] Removing intermediate container 299b848d71d9 [2021-03-18T06:14:18.089Z] ---> 4d16ab4a942d [2021-03-18T06:14:18.089Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T06:14:18.089Z] ---> Running in 2fe33615d432 [2021-03-18T06:14:18.351Z] Removing intermediate container 272f0af94d17 [2021-03-18T06:14:18.351Z] ---> a010ffdcf560 [2021-03-18T06:14:18.351Z] Step 28/31 : CMD ["gate"] [2021-03-18T06:14:18.615Z] Removing intermediate container 2fe33615d432 [2021-03-18T06:14:18.615Z] ---> a9118b6e5c13 [2021-03-18T06:14:18.615Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:14:18.615Z] ---> Running in 42f831182f0c [2021-03-18T06:14:19.565Z] Removing intermediate container 42f831182f0c [2021-03-18T06:14:19.565Z] ---> bfea126633e3 [2021-03-18T06:14:19.565Z] Step 29/31 : LABEL arch=x86_64 [2021-03-18T06:14:20.962Z] ---> 2c19099fc08f [2021-03-18T06:14:20.962Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-18T06:14:20.962Z] ---> Running in 2c88b63e1947 [2021-03-18T06:14:20.962Z] Removing intermediate container 5cfcf07cb925 [2021-03-18T06:14:20.962Z] ---> d1ee355aa4f9 [2021-03-18T06:14:20.962Z] [2021-03-18T06:14:20.962Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T06:14:20.962Z] ---> 88dd2752d2ea [2021-03-18T06:14:20.962Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-18T06:14:20.962Z] ---> Running in 3f1f327cc7d5 [2021-03-18T06:14:20.962Z] Removing intermediate container 2c88b63e1947 [2021-03-18T06:14:20.962Z] ---> 3a2064e3fb07 [2021-03-18T06:14:20.962Z] Step 30/31 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:14:20.962Z] Removing intermediate container 3f1f327cc7d5 [2021-03-18T06:14:20.962Z] ---> 443def2147f2 [2021-03-18T06:14:20.962Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-18T06:14:21.226Z] ---> Running in 683aeb22f466 [2021-03-18T06:14:21.226Z] ---> Running in 9552b8cafefb [2021-03-18T06:14:21.226Z] ---> 7f1afd05d63b [2021-03-18T06:14:21.226Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-18T06:14:21.226Z] Removing intermediate container 683aeb22f466 [2021-03-18T06:14:21.226Z] ---> b4256d1d0002 [2021-03-18T06:14:21.226Z] Step 31/31 : LABEL version=0.0.0 [2021-03-18T06:14:21.491Z] Removing intermediate container 9552b8cafefb [2021-03-18T06:14:21.491Z] ---> c98130addb0e [2021-03-18T06:14:21.491Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-18T06:14:21.491Z] ---> Running in 52365c589347 [2021-03-18T06:14:21.754Z] ---> Running in 516ffcadcca3 [2021-03-18T06:14:21.754Z] ---> 146450f5de2e [2021-03-18T06:14:21.754Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-18T06:14:21.754Z] ---> Running in 9310fff05495 [2021-03-18T06:14:21.754Z] Removing intermediate container 52365c589347 [2021-03-18T06:14:21.754Z] ---> 2a1c7dc46c0b [2021-03-18T06:14:21.755Z] [2021-03-18T06:14:22.019Z] Removing intermediate container 516ffcadcca3 [2021-03-18T06:14:22.019Z] ---> ff4b9cfff05d [2021-03-18T06:14:22.019Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:14:22.019Z] Successfully built 2a1c7dc46c0b [2021-03-18T06:14:22.019Z] ---> Running in e74bc483a595 [2021-03-18T06:14:22.019Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-18T06:14:22.019Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 9310fff05495 [2021-03-18T06:14:22.019Z] ---> 29dbb42d479d [2021-03-18T06:14:22.019Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:14:22.290Z] ---> Running in d7681250a7a3 [2021-03-18T06:14:22.555Z] Removing intermediate container d7681250a7a3 [2021-03-18T06:14:22.555Z] ---> 3e3c36bc6b68 [2021-03-18T06:14:22.555Z] Step 20/22 : LABEL arch=x86_64 [2021-03-18T06:14:22.555Z] ---> Running in d087c67e444c [2021-03-18T06:14:22.818Z] Removing intermediate container d087c67e444c [2021-03-18T06:14:22.818Z] ---> dfe56f6b8f3b [2021-03-18T06:14:22.818Z] Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:14:22.818Z] ---> Running in 7f2b5bc8ba29 [2021-03-18T06:14:23.090Z] Removing intermediate container 7f2b5bc8ba29 [2021-03-18T06:14:23.090Z] ---> c45ee2e97915 [2021-03-18T06:14:23.090Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T06:14:23.090Z] ---> Running in 47ef08e99cbc [2021-03-18T06:14:23.090Z] Removing intermediate container e74bc483a595 [2021-03-18T06:14:23.090Z] ---> dcebcb7d48d9 [2021-03-18T06:14:23.090Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-18T06:14:23.362Z] ---> Running in e82da5791e5d [2021-03-18T06:14:23.362Z] Removing intermediate container 47ef08e99cbc [2021-03-18T06:14:23.362Z] ---> 9cf5a13867a2 [2021-03-18T06:14:23.362Z] [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.6% of statements [2021-03-18T06:14:23.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.196s coverage: 91.6% of statements [2021-03-18T06:14:23.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-18T06:14:24.306Z] Successfully built 9cf5a13867a2 [2021-03-18T06:14:24.306Z] Successfully tagged docker-support-notifications-go:latest [2021-03-18T06:14:24.306Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T06:14:25.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T06:14:25.827Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-18T06:14:25.828Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-18T06:14:25.828Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-18T06:14:25.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.684s coverage: 62.4% of statements [2021-03-18T06:14:25.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-18T06:14:25.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-18T06:14:25.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-03-18T06:14:26.093Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-18T06:14:26.355Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T06:14:26.355Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-18T06:14:26.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:14:26.355Z] OK: 8 MiB in 20 packages [2021-03-18T06:14:26.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-03-18T06:14:26.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-03-18T06:14:26.931Z] Removing intermediate container e82da5791e5d [2021-03-18T06:14:26.931Z] ---> 49dff0ceb328 [2021-03-18T06:14:26.931Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:14:27.198Z] ---> f95b72bd2a10 [2021-03-18T06:14:27.198Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-18T06:14:27.778Z] ---> 3b41b283c14c [2021-03-18T06:14:27.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-18T06:14:27.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-03-18T06:14:28.044Z] ---> c65dd8abc0c2 [2021-03-18T06:14:28.044Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-18T06:14:28.044Z] ---> Running in fac2c54b365f [2021-03-18T06:14:28.307Z] Removing intermediate container fac2c54b365f [2021-03-18T06:14:28.307Z] ---> 86b9301afd5e [2021-03-18T06:14:28.307Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:14:28.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-03-18T06:14:28.602Z] ---> Running in 16bf90b80f7f [2021-03-18T06:14:28.602Z] Removing intermediate container 16bf90b80f7f [2021-03-18T06:14:28.602Z] ---> cd7dd7087733 [2021-03-18T06:14:28.602Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T06:14:28.602Z] ---> Running in c5d7f9f613d9 [2021-03-18T06:14:28.864Z] Removing intermediate container c5d7f9f613d9 [2021-03-18T06:14:28.864Z] ---> 439d3184b6cb [2021-03-18T06:14:28.864Z] Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:14:28.864Z] ---> Running in 54851dfed2d5 [2021-03-18T06:14:29.127Z] Removing intermediate container 54851dfed2d5 [2021-03-18T06:14:29.127Z] ---> 4700b8177e0a [2021-03-18T06:14:29.127Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T06:14:29.127Z] ---> Running in 3a54f1ab2948 [2021-03-18T06:14:29.389Z] Removing intermediate container 3a54f1ab2948 [2021-03-18T06:14:29.389Z] ---> 5ea4880c52ff [2021-03-18T06:14:29.389Z] [2021-03-18T06:14:29.389Z] Successfully built 5ea4880c52ff [2021-03-18T06:14:29.389Z] Successfully tagged docker-core-data-go:latest [2021-03-18T06:14:29.974Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-18T06:14:30.010Z] $ docker stop --time=1 4e093b8cdd69ff65958afb953b082f8d88f08a8d091f34515130243e0f665b82 [2021-03-18T06:14:31.643Z] $ docker rm -f 4e093b8cdd69ff65958afb953b082f8d88f08a8d091f34515130243e0f665b82 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T06:14:32.234Z] + docker images [2021-03-18T06:14:32.234Z] + grep docker [2021-03-18T06:14:32.496Z] docker-core-data-go latest 5ea4880c52ff 3 seconds ago 22.6MB [2021-03-18T06:14:32.496Z] docker-support-notifications-go latest 9cf5a13867a2 9 seconds ago 17.8MB [2021-03-18T06:14:32.496Z] docker-security-bootstrapper-go latest 2a1c7dc46c0b 11 seconds ago 18.8MB [2021-03-18T06:14:32.496Z] docker-sys-mgmt-agent-go latest 5cbaeaddaf41 25 seconds ago 313MB [2021-03-18T06:14:32.496Z] docker-core-metadata-go latest 771d2e595929 28 seconds ago 19MB [2021-03-18T06:14:32.496Z] docker-security-secretstore-setup-go latest 0928f9493be0 About a minute ago 24.9MB [2021-03-18T06:14:32.496Z] docker-core-command-go latest a77e395801a4 2 minutes ago 17.2MB [2021-03-18T06:14:32.496Z] docker-support-scheduler-go latest f6feeb6652dd 2 minutes ago 17.3MB [2021-03-18T06:14:32.496Z] docker-security-proxy-setup-go latest 7838b975c865 2 minutes ago 24.7MB [2021-03-18T06:14:32.496Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-18T06:14:32.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 69.0% of statements [2021-03-18T06:14:32.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-18T06:14:32.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-18T06:14:32.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-03-18T06:14:33.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.403s coverage: 38.4% of statements [2021-03-18T06:14:33.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-18T06:14:33.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-18T06:14:33.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements [2021-03-18T06:14:33.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-18T06:14:33.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [Pipeline] node [2021-03-18T06:14:41.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.0% of statements [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-18T06:14:41.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-18T06:14:41.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-18T06:14:41.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 87.1% of statements [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:14:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-18T06:14:48.570Z] Still waiting to schedule task [2021-03-18T06:14:48.570Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-18T06:14:50.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.554s coverage: 29.1% of statements [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-18T06:14:50.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-18T06:14:50.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-18T06:14:50.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.248s coverage: 96.5% of statements [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-18T06:14:50.161Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-18T06:14:50.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-18T06:14:50.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-18T06:14:50.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-18T06:14:50.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-18T06:14:50.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-18T06:14:50.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-18T06:14:50.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-03-18T06:14:50.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-18T06:14:50.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-18T06:14:50.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-18T06:14:50.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-18T06:14:50.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-18T06:14:51.728Z] GO111MODULE=on go vet ./... [2021-03-18T06:15:39.995Z] Running on prd-ubuntu18.04-docker-8c-8g-30269 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-18T06:15:40.189Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-18T06:15:42.438Z] using credential edgex-jenkins-ssh [2021-03-18T06:15:42.510Z] Cloning the remote Git repository [2021-03-18T06:15:42.539Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-18T06:15:42.605Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-18T06:15:42.639Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T06:15:42.640Z] > git --version # timeout=10 [2021-03-18T06:15:42.646Z] > git --version # 'git version 2.17.1' [2021-03-18T06:15:42.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:15:42.682Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:15:51.404Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:15:51.536Z] Merge succeeded, producing f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:15:51.537Z] Checking out Revision f93fc19fc1f67fc6453447aaae3294d80ec3e045 (PR-3269) [2021-03-18T06:15:50.864Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T06:15:50.883Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T06:15:50.896Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T06:15:50.908Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T06:15:50.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:15:50.912Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T06:15:51.417Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:15:51.422Z] > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 [2021-03-18T06:15:51.507Z] > git remote # timeout=10 [2021-03-18T06:15:51.513Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T06:15:51.523Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T06:15:51.527Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-18T06:15:51.536Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T06:15:51.543Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T06:15:51.546Z] > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 [2021-03-18T06:15:55.247Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-03-18T06:15:55.272Z] > git --version # timeout=10 [2021-03-18T06:15:55.276Z] > git --version # 'git version 2.17.1' [2021-03-18T06:15:55.280Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:15:56.495Z] + echo snap-build.sh [2021-03-18T06:15:56.495Z] snap-build.sh [2021-03-18T06:15:56.495Z] + SNAP_BASE_DIR=. [2021-03-18T06:15:56.495Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-03-18T06:15:56.495Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-03-18T06:15:56.495Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-03-18T06:15:56.495Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-03-18T06:15:56.495Z] + cd /w/workspace/edgex-go/1 [2021-03-18T06:15:56.495Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-18T06:15:56.495Z] Reading package lists... [2021-03-18T06:15:56.495Z] Building dependency tree... [2021-03-18T06:15:56.495Z] Reading state information... [2021-03-18T06:15:56.762Z] The following packages were automatically installed and are no longer required: [2021-03-18T06:15:56.762Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-18T06:15:56.762Z] uidmap xdelta3 [2021-03-18T06:15:56.762Z] Use 'sudo apt autoremove' to remove them. [2021-03-18T06:15:56.762Z] The following packages will be REMOVED: [2021-03-18T06:15:56.762Z] lxd* lxd-client* [2021-03-18T06:15:57.031Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-18T06:15:57.031Z] After this operation, 31.7 MB disk space will be freed. [2021-03-18T06:15:58.078Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-18T06:15:58.078Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T06:15:59.027Z] Removing lxd dnsmasq configuration [2021-03-18T06:15:59.027Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T06:15:59.289Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-18T06:16:00.233Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-18T06:16:00.233Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-18T06:16:00.233Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T06:16:01.626Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-18T06:16:01.894Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-18T06:16:02.834Z] + sudo snap remove --purge lxd [2021-03-18T06:16:03.096Z] snap "lxd" is not installed [2021-03-18T06:16:03.096Z] + sudo groupadd --force --system lxd [2021-03-18T06:16:03.096Z] ++ whoami [2021-03-18T06:16:03.096Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-18T06:16:03.096Z] + newgrp - lxd [2021-03-18T06:16:03.096Z] + sudo snap install lxd [2021-03-18T06:16:11.261Z] 2021-03-18T06:16:08Z INFO Waiting for automatic snapd restart... [2021-03-18T06:16:13.535Z] gofmt -l . [2021-03-18T06:16:13.535Z] [ "`gofmt -l .`" = "" ] [2021-03-18T06:16:13.535Z] ./bin/test-go-mod-tidy.sh [2021-03-18T06:16:13.535Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-18T06:16:15.194Z] + ls -al . [2021-03-18T06:16:15.194Z] total 788 [2021-03-18T06:16:15.194Z] drwxrwxr-x 9 1001 1001 4096 Mar 18 06:16 . [2021-03-18T06:16:15.194Z] drwxr-xr-x 4 root root 4096 Mar 18 06:11 .. [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 11 Mar 18 06:09 .dockerignore [2021-03-18T06:16:15.194Z] drwxrwxr-x 8 1001 1001 4096 Mar 18 06:09 .git [2021-03-18T06:16:15.194Z] drwxrwxr-x 3 1001 1001 4096 Mar 18 06:09 .github [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 818 Mar 18 06:09 .gitignore [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 166 Mar 18 06:09 .sonarcloud.properties [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 8607 Mar 18 06:09 Attribution.txt [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 3804 Mar 18 06:09 CONTRIBUTING.md [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 931 Mar 18 06:09 Dockerfile.build [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 863 Mar 18 06:09 Jenkinsfile [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 10775 Mar 18 06:09 LICENSE [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 5774 Mar 18 06:09 Makefile [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 6548 Mar 18 06:09 README.md [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 6755 Mar 18 06:09 SECURITY.md [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 5 Mar 18 06:06 VERSION [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 4131 Mar 18 06:09 ZMQWindows.md [2021-03-18T06:16:15.194Z] drwxrwxr-x 2 1001 1001 4096 Mar 18 06:09 bin [2021-03-18T06:16:15.194Z] drwxrwxr-x 14 1001 1001 4096 Mar 18 06:09 cmd [2021-03-18T06:16:15.194Z] -rw-r--r-- 1 root root 650607 Mar 18 06:14 coverage.out [2021-03-18T06:16:15.194Z] -rw-r--r-- 1 root root 1055 Mar 18 06:16 go.mod [2021-03-18T06:16:15.194Z] -rw-r--r-- 1 root root 22097 Mar 18 06:16 go.sum [2021-03-18T06:16:15.194Z] drwxrwxr-x 8 1001 1001 4096 Mar 18 06:09 internal [2021-03-18T06:16:15.194Z] drwxrwxr-x 4 1001 1001 4096 Mar 18 06:09 openapi [2021-03-18T06:16:15.194Z] drwxrwxr-x 4 1001 1001 4096 Mar 18 06:09 snap [2021-03-18T06:16:15.194Z] -rw-rw-r-- 1 1001 1001 168 Mar 18 06:09 version.go [Pipeline] sh [2021-03-18T06:16:15.899Z] + '[' -e coverage.out ] [2021-03-18T06:16:15.899Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-18T06:16:15.941Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T06:16:17.269Z] Stashed 1 file(s) [Pipeline] sh [2021-03-18T06:16:17.995Z] + make build [2021-03-18T06:16:17.995Z] 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-18T06:16:26.179Z] lxd 4.12 from Canonical* installed [2021-03-18T06:16:26.179Z] + sudo lxd init --auto [2021-03-18T06:16:30.452Z] 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-18T06:16:32.799Z] + sudo snap install --classic snapcraft [2021-03-18T06:16:38.096Z] snapcraft 4.5.4 from Canonical* installed [2021-03-18T06:16:38.096Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-18T06:16:38.096Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-18T06:16:41.407Z] yq (v4/stable) 4.3.1 from Mike Farah (mikefarah) installed [2021-03-18T06:16:41.676Z] Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory [2021-03-18T06:16:41.676Z] Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory [2021-03-18T06:16:41.938Z] Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory [2021-03-18T06:16:42.202Z] Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory [2021-03-18T06:16:42.462Z] Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T06:16:43.557Z] Failed in branch amd64 [2021-03-18T06:16:57.258Z] 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-18T06:16:58.684Z] 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-18T06:17:05.384Z] 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-18T06:17:06.813Z] 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-18T06:17:12.210Z] 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-18T06:17:17.600Z] 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-18T06:17:21.893Z] 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-18T06:17:27.289Z] 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-18T06:17:31.598Z] 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-18T06:17:36.999Z] 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-18T06:17:45.331Z] $ docker stop --time=1 a040ca414173c09b0b0411a8f1b794dc1978347a25921abaa1d5155d410ea9c1 [2021-03-18T06:17:47.918Z] $ docker rm -f a040ca414173c09b0b0411a8f1b794dc1978347a25921abaa1d5155d410ea9c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:17:50.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T06:17:50.295Z] [2021-03-18T06:17:50.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:17:50.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T06:17:50.751Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-18T06:17:50.751Z] 29e5d40040c1: Pulling fs layer [2021-03-18T06:17:50.751Z] 1ce36da41761: Pulling fs layer [2021-03-18T06:17:50.751Z] 25b303627fd3: Pulling fs layer [2021-03-18T06:17:51.728Z] 29e5d40040c1: Download complete [2021-03-18T06:17:51.728Z] 1ce36da41761: Verifying Checksum [2021-03-18T06:17:51.728Z] 1ce36da41761: Download complete [2021-03-18T06:17:52.322Z] 29e5d40040c1: Pull complete [2021-03-18T06:17:53.307Z] 1ce36da41761: Pull complete [2021-03-18T06:17:53.578Z] 25b303627fd3: Verifying Checksum [2021-03-18T06:17:53.579Z] 25b303627fd3: Download complete [2021-03-18T06:18:03.736Z] 25b303627fd3: Pull complete [2021-03-18T06:18:03.736Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-18T06:18:03.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T06:18:03.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-18T06:18:04.040Z] prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container [2021-03-18T06:18:04.119Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-18T06:18:07.587Z] $ docker top b7bd89ffc022873c9df131407930598a2f8363a1ac878f1291d9f30a4f920f1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:18:08.704Z] + docker-compose build --help [2021-03-18T06:18:08.704Z] + grep parallel [2021-03-18T06:18:14.105Z] --parallel Build images in parallel. [Pipeline] } [2021-03-18T06:18:14.441Z] $ docker stop --time=1 b7bd89ffc022873c9df131407930598a2f8363a1ac878f1291d9f30a4f920f1b [2021-03-18T06:18:16.483Z] $ docker rm -f b7bd89ffc022873c9df131407930598a2f8363a1ac878f1291d9f30a4f920f1b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:18:17.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T06:18:17.492Z] . [Pipeline] withDockerContainer [2021-03-18T06:18:17.822Z] prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container [2021-03-18T06:18:17.923Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-18T06:18:19.467Z] $ docker top 78cae464c27db0551acc008e53c11e622713114b7478c1c935a89c01216e1461 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:18:20.586Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-18T06:18:25.972Z] Building docker-core-command-go ... [2021-03-18T06:18:25.972Z] Building docker-core-data-go ... [2021-03-18T06:18:25.972Z] Building docker-core-metadata-go ... [2021-03-18T06:18:25.972Z] Building docker-security-bootstrapper-go ... [2021-03-18T06:18:25.972Z] Building docker-security-proxy-setup-go ... [2021-03-18T06:18:25.972Z] Building docker-security-secretstore-setup-go ... [2021-03-18T06:18:25.972Z] Building docker-support-notifications-go ... [2021-03-18T06:18:25.972Z] Building docker-support-scheduler-go ... [2021-03-18T06:18:25.972Z] Building docker-sys-mgmt-agent-go ... [2021-03-18T06:18:25.972Z] Building docker-support-notifications-go [2021-03-18T06:18:25.972Z] Building docker-security-secretstore-setup-go [2021-03-18T06:18:25.972Z] Building docker-security-bootstrapper-go [2021-03-18T06:18:25.972Z] Building docker-core-command-go [2021-03-18T06:18:25.972Z] Building docker-core-metadata-go [2021-03-18T06:19:47.760Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:19:47.760Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:19:47.760Z] ---> 2690e1394c41 [2021-03-18T06:19:47.760Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T06:19:47.760Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:19:47.760Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:19:47.760Z] ---> 2690e1394c41 [2021-03-18T06:19:47.760Z] Step 3/31 : WORKDIR /edgex-go [2021-03-18T06:19:47.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:19:47.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:19:47.760Z] ---> 2690e1394c41 [2021-03-18T06:19:47.760Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T06:19:47.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:19:47.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:19:47.760Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 2690e1394c41 [2021-03-18T06:19:47.760Z] [2021-03-18T06:19:47.760Z] Step 3/23 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:19:47.760Z] [2021-03-18T06:19:47.760Z] ---> 2690e1394c41 [2021-03-18T06:19:47.760Z] Step 3/24 : WORKDIR /edgex-go [2021-03-18T06:19:47.760Z] ---> Running in 7f0b32f05b88 [2021-03-18T06:19:47.760Z] ---> Running in fd5ff20240ad [2021-03-18T06:19:47.760Z] ---> Running in 4a994354f5f1 [2021-03-18T06:19:47.760Z] ---> Running in 56e0b57f9903 [2021-03-18T06:19:47.760Z] ---> Running in 1fca8b6b157d [2021-03-18T06:19:47.760Z] Removing intermediate container 7f0b32f05b88 [2021-03-18T06:19:47.760Z] ---> 71cd1b74a48d [2021-03-18T06:19:47.760Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:19:47.760Z] Removing intermediate container 56e0b57f9903 [2021-03-18T06:19:47.760Z] ---> e2e2d8db739b [2021-03-18T06:19:47.760Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:19:47.760Z] Removing intermediate container 1fca8b6b157d [2021-03-18T06:19:47.760Z] ---> 0731403d5dfc [2021-03-18T06:19:47.760Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:19:47.760Z] Removing intermediate container fd5ff20240ad [2021-03-18T06:19:47.760Z] ---> 34b718777326 [2021-03-18T06:19:47.760Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:19:47.760Z] Removing intermediate container 4a994354f5f1 [2021-03-18T06:19:47.760Z] ---> d90f4522b38c [2021-03-18T06:19:47.760Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:19:47.760Z] ---> Running in 01637f3d0ff7 [2021-03-18T06:19:47.760Z] ---> Running in ff763cf25536 [2021-03-18T06:19:47.760Z] ---> Running in f0854ee2bdfe [2021-03-18T06:19:47.760Z] ---> Running in ff6063a7011b [2021-03-18T06:19:47.760Z] ---> Running in e00938d3dc32 [2021-03-18T06:19:48.041Z] Removing intermediate container 01637f3d0ff7 [2021-03-18T06:19:48.041Z] ---> 2dd1e4b02850 [2021-03-18T06:19:48.041Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T06:19:48.041Z] Removing intermediate container ff763cf25536 [2021-03-18T06:19:48.041Z] ---> 224129dbe02b [2021-03-18T06:19:48.041Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T06:19:48.317Z] ---> Running in 0f4146ac01b5 [2021-03-18T06:19:48.588Z] ---> Running in f2f1bbf88649 [2021-03-18T06:19:48.588Z] Removing intermediate container e00938d3dc32 [2021-03-18T06:19:48.588Z] ---> 973a7f083969 [2021-03-18T06:19:48.588Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-18T06:19:48.863Z] Removing intermediate container f0854ee2bdfe [2021-03-18T06:19:48.863Z] ---> d0c6abd98f10 [2021-03-18T06:19:48.863Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-18T06:19:48.863Z] ---> Running in e1b63ac3f36f [2021-03-18T06:19:48.863Z] Removing intermediate container ff6063a7011b [2021-03-18T06:19:48.863Z] ---> 6c1ff5a83db5 [2021-03-18T06:19:48.863Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-18T06:19:49.138Z] ---> Running in 9d84b4c1f692 [2021-03-18T06:19:49.138Z] ---> Running in 8d708e9b554b [2021-03-18T06:19:50.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:50.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:50.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:50.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:50.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:50.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:51.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:51.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:51.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:51.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:19:52.131Z] OK: 217 MiB in 51 packages [2021-03-18T06:19:52.131Z] OK: 217 MiB in 51 packages [2021-03-18T06:19:52.412Z] OK: 217 MiB in 51 packages [2021-03-18T06:19:52.685Z] OK: 217 MiB in 51 packages [2021-03-18T06:19:52.685Z] OK: 217 MiB in 51 packages [2021-03-18T06:19:53.671Z] Removing intermediate container 0f4146ac01b5 [2021-03-18T06:19:53.671Z] ---> e73df3770dfe [2021-03-18T06:19:53.671Z] Step 6/23 : COPY go.mod . [2021-03-18T06:19:53.949Z] Removing intermediate container e1b63ac3f36f [2021-03-18T06:19:53.949Z] ---> afca8451b6b5 [2021-03-18T06:19:53.949Z] Step 6/31 : COPY go.mod . [2021-03-18T06:19:54.226Z] Removing intermediate container 9d84b4c1f692 [2021-03-18T06:19:54.226Z] ---> ccfd14bec47a [2021-03-18T06:19:54.226Z] Step 6/22 : COPY go.mod . [2021-03-18T06:19:54.505Z] Removing intermediate container f2f1bbf88649 [2021-03-18T06:19:54.505Z] ---> 592e5526ccd0 [2021-03-18T06:19:54.505Z] Step 6/23 : COPY go.mod . [2021-03-18T06:19:54.505Z] Removing intermediate container 8d708e9b554b [2021-03-18T06:19:54.505Z] ---> c08e4c81db45 [2021-03-18T06:19:54.505Z] Step 6/24 : COPY go.mod . [2021-03-18T06:19:54.780Z] ---> 8ca2cffb2ede [2021-03-18T06:19:54.780Z] Step 7/23 : RUN go mod download [2021-03-18T06:19:55.059Z] ---> 4db1ea9edd00 [2021-03-18T06:19:55.059Z] Step 7/31 : RUN go mod download [2021-03-18T06:19:55.059Z] ---> Running in 6d31cb2b0ee7 [2021-03-18T06:19:55.334Z] ---> Running in bf57cf4117fb [2021-03-18T06:19:55.608Z] ---> 483c50160eb0 [2021-03-18T06:19:55.608Z] Step 7/22 : RUN go mod download [2021-03-18T06:19:55.608Z] ---> bcac7db9855d [2021-03-18T06:19:55.608Z] Step 7/23 : RUN go mod download [2021-03-18T06:19:55.608Z] ---> 62f92453261d [2021-03-18T06:19:55.608Z] Step 7/24 : RUN go mod download [2021-03-18T06:19:55.879Z] ---> Running in 1347dd0b6920 [2021-03-18T06:19:55.879Z] ---> Running in 2849bbc76e60 [2021-03-18T06:19:55.879Z] ---> Running in ba2d345b00ea [2021-03-18T06:20:00.202Z] Removing intermediate container 6d31cb2b0ee7 [2021-03-18T06:20:00.202Z] ---> 1041d782e0df [2021-03-18T06:20:00.202Z] Step 8/23 : COPY . . [2021-03-18T06:20:00.202Z] Removing intermediate container bf57cf4117fb [2021-03-18T06:20:00.202Z] ---> ab91f2e09e7e [2021-03-18T06:20:00.202Z] Step 8/31 : COPY . . [2021-03-18T06:20:00.202Z] Removing intermediate container 2849bbc76e60 [2021-03-18T06:20:00.202Z] ---> 16e98fefd69f [2021-03-18T06:20:00.202Z] Step 8/23 : COPY . . [2021-03-18T06:20:01.191Z] Removing intermediate container ba2d345b00ea [2021-03-18T06:20:01.191Z] ---> 78ffba1aa589 [2021-03-18T06:20:01.191Z] Step 8/24 : COPY . . [2021-03-18T06:20:01.474Z] Removing intermediate container 1347dd0b6920 [2021-03-18T06:20:01.474Z] ---> 43a12c1ca75c [2021-03-18T06:20:01.474Z] Step 8/22 : COPY . . [2021-03-18T06:20:28.289Z] ---> 2e7f5541896f [2021-03-18T06:20:28.289Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-18T06:20:28.289Z] ---> a60f06e66b52 [2021-03-18T06:20:28.289Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-18T06:20:28.289Z] ---> 6fbc17a695b7 [2021-03-18T06:20:28.289Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-18T06:20:28.289Z] ---> 4757299e02a0 [2021-03-18T06:20:28.289Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-18T06:20:28.289Z] ---> Running in e65e087c727b [2021-03-18T06:20:28.289Z] ---> 8e00eef63a84 [2021-03-18T06:20:28.289Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-18T06:20:28.289Z] ---> Running in 793ff7fba6f6 [2021-03-18T06:20:28.289Z] ---> Running in b5bac927e1da [2021-03-18T06:20:28.289Z] ---> Running in 9b084d5603e3 [2021-03-18T06:20:28.289Z] ---> Running in d6da9751379b [2021-03-18T06:20:28.289Z] 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-18T06:20:28.289Z] 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-18T06:20:28.289Z] 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-18T06:20:28.289Z] 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-18T06:20:28.289Z] 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-18T06:22:05.188Z] 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-18T06:22:17.616Z] Removing intermediate container d6da9751379b [2021-03-18T06:22:17.616Z] ---> 60ffc119f2fe [2021-03-18T06:22:17.616Z] [2021-03-18T06:22:17.616Z] Step 10/24 : FROM alpine:3.12 [2021-03-18T06:22:17.616Z] 3.12: Pulling from library/alpine [2021-03-18T06:22:17.616Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T06:22:17.616Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T06:22:17.616Z] ---> d10569e2745f [2021-03-18T06:22:17.616Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-18T06:22:17.895Z] ---> Running in fb561406c3d1 [2021-03-18T06:22:20.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:20.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:21.538Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-18T06:22:21.538Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T06:22:21.538Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-18T06:22:21.538Z] (4/5) Installing curl (7.69.1-r3) [2021-03-18T06:22:21.538Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-18T06:22:21.538Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:22:21.538Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T06:22:22.152Z] OK: 7 MiB in 19 packages [2021-03-18T06:22:23.159Z] Removing intermediate container b5bac927e1da [2021-03-18T06:22:23.159Z] ---> f2bda00ce436 [2021-03-18T06:22:23.159Z] [2021-03-18T06:22:23.159Z] Step 10/31 : FROM alpine:3.12 [2021-03-18T06:22:23.159Z] ---> d10569e2745f [2021-03-18T06:22:23.159Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-18T06:22:23.436Z] ---> Running in af1875922464 [2021-03-18T06:22:24.457Z] Removing intermediate container af1875922464 [2021-03-18T06:22:24.457Z] ---> c1a6d2faf2f3 [2021-03-18T06:22:24.457Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-18T06:22:24.733Z] ---> Running in 249bc1005986 [2021-03-18T06:22:24.733Z] Removing intermediate container fb561406c3d1 [2021-03-18T06:22:24.733Z] ---> f4420291864b [2021-03-18T06:22:24.733Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T06:22:25.013Z] ---> Running in a5622da229e5 [2021-03-18T06:22:26.019Z] Removing intermediate container a5622da229e5 [2021-03-18T06:22:26.019Z] ---> fedf091c7a43 [2021-03-18T06:22:26.019Z] Step 13/24 : WORKDIR / [2021-03-18T06:22:26.293Z] ---> Running in 1584609fe7df [2021-03-18T06:22:26.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:26.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:27.137Z] Removing intermediate container 1584609fe7df [2021-03-18T06:22:27.137Z] ---> 689e1ecaafbc [2021-03-18T06:22:27.137Z] 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-18T06:22:27.756Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-18T06:22:27.756Z] (2/2) Installing su-exec (0.2-r1) [2021-03-18T06:22:27.756Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:22:27.756Z] OK: 5 MiB in 16 packages [2021-03-18T06:22:28.447Z] ---> c8438bd83f00 [2021-03-18T06:22:28.447Z] 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-18T06:22:30.863Z] ---> aedafc3dd857 [2021-03-18T06:22:30.863Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-18T06:22:30.863Z] Removing intermediate container 249bc1005986 [2021-03-18T06:22:30.863Z] ---> f1c94114ddfa [2021-03-18T06:22:30.863Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-18T06:22:30.863Z] ---> Running in a3e5f468c5d4 [2021-03-18T06:22:32.308Z] Removing intermediate container a3e5f468c5d4 [2021-03-18T06:22:32.308Z] ---> cdf9334db235 [2021-03-18T06:22:32.308Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-18T06:22:32.618Z] ---> Running in 5428d769f02c [2021-03-18T06:22:32.893Z] ---> 48133fb231b1 [2021-03-18T06:22:32.893Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-18T06:22:33.936Z] Removing intermediate container 5428d769f02c [2021-03-18T06:22:33.936Z] ---> dd45d3c1dd52 [2021-03-18T06:22:33.936Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-18T06:22:34.757Z] ---> Running in 362a30322c8f [2021-03-18T06:22:35.357Z] ---> 8881330887cd [2021-03-18T06:22:35.357Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-18T06:22:35.635Z] Removing intermediate container 793ff7fba6f6 [2021-03-18T06:22:35.635Z] ---> 0b9ce622cbc0 [2021-03-18T06:22:35.635Z] [2021-03-18T06:22:35.635Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T06:22:35.636Z] ---> d10569e2745f [2021-03-18T06:22:35.636Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T06:22:36.231Z] ---> Running in ce40d20adc23 [2021-03-18T06:22:38.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:38.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:38.220Z] ---> 8dce8867b063 [2021-03-18T06:22:38.220Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-18T06:22:38.815Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T06:22:38.815Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:22:38.815Z] OK: 5 MiB in 15 packages [2021-03-18T06:22:39.408Z] Removing intermediate container 362a30322c8f [2021-03-18T06:22:39.408Z] ---> 080d30e37824 [2021-03-18T06:22:39.408Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-18T06:22:39.408Z] Removing intermediate container 9b084d5603e3 [2021-03-18T06:22:39.408Z] ---> 775fca9f7a89 [2021-03-18T06:22:39.408Z] [2021-03-18T06:22:39.408Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T06:22:39.408Z] ---> d10569e2745f [2021-03-18T06:22:39.408Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-18T06:22:40.012Z] ---> 44796ece7c10 [2021-03-18T06:22:40.012Z] 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-18T06:22:40.012Z] ---> Running in 08577f277984 [2021-03-18T06:22:40.012Z] ---> Running in c5e6cbfee2a7 [2021-03-18T06:22:40.288Z] ---> Running in 81275a41a8f8 [2021-03-18T06:22:40.891Z] Removing intermediate container ce40d20adc23 [2021-03-18T06:22:40.891Z] ---> 33815f73c994 [2021-03-18T06:22:40.891Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:22:40.891Z] Removing intermediate container 08577f277984 [2021-03-18T06:22:40.891Z] ---> cfb9398213f9 [2021-03-18T06:22:40.891Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-18T06:22:40.891Z] ---> Running in 6605eb12da0a [2021-03-18T06:22:41.880Z] Removing intermediate container 6605eb12da0a [2021-03-18T06:22:41.880Z] ---> dee57e0a4464 [2021-03-18T06:22:41.880Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-18T06:22:41.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:42.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:22:42.432Z] ---> Running in a883fa4ee72c [2021-03-18T06:22:42.432Z] ---> b84bf5179da9 [2021-03-18T06:22:42.432Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-18T06:22:42.707Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-18T06:22:42.707Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-18T06:22:42.707Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:22:42.707Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T06:22:42.986Z] ---> Running in 8a9dd4bf13e6 [2021-03-18T06:22:42.986Z] OK: 6 MiB in 16 packages [2021-03-18T06:22:43.591Z] Removing intermediate container a883fa4ee72c [2021-03-18T06:22:43.591Z] ---> 541222650a0f [2021-03-18T06:22:43.591Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T06:22:44.575Z] ---> Running in 26ce8b6649fd [2021-03-18T06:22:44.575Z] Removing intermediate container 81275a41a8f8 [2021-03-18T06:22:44.575Z] ---> fbf9984b03b5 [2021-03-18T06:22:44.575Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-18T06:22:44.853Z] Removing intermediate container e65e087c727b [2021-03-18T06:22:44.853Z] ---> 3952b3b18f8d [2021-03-18T06:22:44.853Z] [2021-03-18T06:22:44.853Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T06:22:44.853Z] ---> d10569e2745f [2021-03-18T06:22:44.853Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T06:22:44.853Z] ---> Using cache [2021-03-18T06:22:44.853Z] ---> 33815f73c994 [2021-03-18T06:22:44.853Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:22:44.853Z] ---> Using cache [2021-03-18T06:22:44.853Z] ---> dee57e0a4464 [2021-03-18T06:22:44.853Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-18T06:22:45.129Z] ---> Running in af42bb6fcf6c [2021-03-18T06:22:45.401Z] ---> Running in e76f2b4fbdee [2021-03-18T06:22:45.401Z] Removing intermediate container 26ce8b6649fd [2021-03-18T06:22:45.401Z] ---> e750f2979084 [2021-03-18T06:22:45.401Z] Step 15/23 : WORKDIR / [2021-03-18T06:22:45.680Z] Removing intermediate container c5e6cbfee2a7 [2021-03-18T06:22:45.680Z] ---> a51da1f690f9 [2021-03-18T06:22:45.680Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:22:45.958Z] Removing intermediate container af42bb6fcf6c [2021-03-18T06:22:45.958Z] ---> f8f45f98a81b [2021-03-18T06:22:45.958Z] Step 22/24 : LABEL arch=arm64 [2021-03-18T06:22:45.958Z] ---> Running in 555a6c82b74a [2021-03-18T06:22:45.958Z] ---> Running in c1fa99a5f8d7 [2021-03-18T06:22:45.958Z] ---> Running in 85198e18adc7 [2021-03-18T06:22:46.228Z] Removing intermediate container e76f2b4fbdee [2021-03-18T06:22:46.228Z] ---> 270f10730a05 [2021-03-18T06:22:46.228Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T06:22:46.502Z] ---> Running in 230c03551968 [2021-03-18T06:22:46.502Z] Removing intermediate container 555a6c82b74a [2021-03-18T06:22:46.773Z] ---> 802089630905 [2021-03-18T06:22:46.773Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:22:46.773Z] Removing intermediate container c1fa99a5f8d7 [2021-03-18T06:22:46.773Z] ---> 3c1fb2ad2d60 [2021-03-18T06:22:46.773Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-18T06:22:46.773Z] Removing intermediate container 85198e18adc7 [2021-03-18T06:22:46.773Z] ---> 9df7d76b3578 [2021-03-18T06:22:46.773Z] Step 23/24 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:22:47.044Z] ---> Running in 9a58860b4c03 [2021-03-18T06:22:47.044Z] ---> Running in 35f03e4a2914 [2021-03-18T06:22:47.317Z] Removing intermediate container 230c03551968 [2021-03-18T06:22:47.317Z] ---> 698a26f6983a [2021-03-18T06:22:47.317Z] Step 15/23 : WORKDIR / [2021-03-18T06:22:47.317Z] ---> Running in 2b2efd01353e [2021-03-18T06:22:47.613Z] Removing intermediate container 8a9dd4bf13e6 [2021-03-18T06:22:47.613Z] ---> e43ce96e6bb4 [2021-03-18T06:22:47.613Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:22:47.613Z] Removing intermediate container 9a58860b4c03 [2021-03-18T06:22:47.613Z] ---> 6724cd6ff52f [2021-03-18T06:22:47.613Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T06:22:47.888Z] Removing intermediate container 35f03e4a2914 [2021-03-18T06:22:47.888Z] ---> 7db77c81034a [2021-03-18T06:22:47.888Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T06:22:47.888Z] ---> 71973ccd806e [2021-03-18T06:22:47.888Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-18T06:22:47.888Z] ---> Running in 6e1ea4df4c23 [2021-03-18T06:22:48.162Z] ---> Running in b075018a59c2 [2021-03-18T06:22:48.162Z] Removing intermediate container 2b2efd01353e [2021-03-18T06:22:48.162Z] ---> 34aca95f08f5 [2021-03-18T06:22:48.162Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:22:48.755Z] Removing intermediate container 6e1ea4df4c23 [2021-03-18T06:22:48.755Z] ---> 8d6b2ff4f954 [2021-03-18T06:22:48.755Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:22:48.755Z] Removing intermediate container b075018a59c2 [2021-03-18T06:22:48.755Z] ---> 00e373cf605d [2021-03-18T06:22:48.755Z] [2021-03-18T06:22:49.029Z] ---> db07c96f9a96 [2021-03-18T06:22:49.029Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-18T06:22:49.625Z] Successfully built 00e373cf605d [2021-03-18T06:22:49.901Z] ---> a8cadd1c8419 [2021-03-18T06:22:49.901Z] ---> b1f519267bc0 [2021-03-18T06:22:49.901Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-18T06:22:49.901Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-18T06:22:49.901Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-18T06:22:49.901Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-18T06:22:50.177Z] ---> fa10895834f9 [2021-03-18T06:22:50.177Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-18T06:22:50.822Z] ---> 826033f2031f [2021-03-18T06:22:50.823Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-18T06:22:51.097Z] ---> 82dfb4b0f3c9 [2021-03-18T06:22:51.097Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-18T06:22:52.081Z] ---> Running in 45a90fa4130c [2021-03-18T06:22:53.073Z] ---> 20f1f95cc706 [2021-03-18T06:22:53.073Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-18T06:22:53.073Z] ---> df660c0a0de1 [2021-03-18T06:22:53.073Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-18T06:22:53.073Z] ---> ef0e4d99ca57 [2021-03-18T06:22:53.073Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-18T06:22:53.349Z] Removing intermediate container 45a90fa4130c [2021-03-18T06:22:53.349Z] ---> 12c280a1af26 [2021-03-18T06:22:53.349Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:22:53.951Z] ---> Running in b82586d7a206 [2021-03-18T06:22:54.229Z] ---> 89ffbf9282bd [2021-03-18T06:22:54.229Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-18T06:22:54.502Z] ---> Running in 0e7a9bfb6685 [2021-03-18T06:22:54.502Z] ---> 0b0401c6704a [2021-03-18T06:22:54.502Z] ---> 835516706782 [2021-03-18T06:22:54.502Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-18T06:22:54.502Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-18T06:22:54.790Z] Removing intermediate container b82586d7a206 [2021-03-18T06:22:54.791Z] ---> 6332b6641782 [2021-03-18T06:22:54.791Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T06:22:55.388Z] ---> Running in d0718de4fe05 [2021-03-18T06:22:55.982Z] ---> Running in ed3ece60efed [2021-03-18T06:22:55.982Z] Removing intermediate container 0e7a9bfb6685 [2021-03-18T06:22:55.982Z] ---> 04451f19aec6 [2021-03-18T06:22:55.982Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:22:56.262Z] ---> d4137125ac4d [2021-03-18T06:22:56.262Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-18T06:22:56.539Z] ---> Running in 2e4e8245f35d [2021-03-18T06:22:56.539Z] Removing intermediate container d0718de4fe05 [2021-03-18T06:22:56.539Z] ---> 3f07a5fc9352 [2021-03-18T06:22:56.539Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:22:56.813Z] Removing intermediate container ed3ece60efed [2021-03-18T06:22:56.813Z] ---> 16ec5801a342 [2021-03-18T06:22:56.813Z] Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:22:57.098Z] ---> Running in e9a477d4c507 [2021-03-18T06:22:57.099Z] ---> Running in 5ffd0b248d45 [2021-03-18T06:22:57.099Z] ---> Running in b199a94d61de [2021-03-18T06:22:57.377Z] Removing intermediate container 2e4e8245f35d [2021-03-18T06:22:57.377Z] ---> c1b56142e879 [2021-03-18T06:22:57.377Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T06:22:57.651Z] ---> Running in fc45cd9370f6 [2021-03-18T06:22:57.651Z] Removing intermediate container e9a477d4c507 [2021-03-18T06:22:57.651Z] ---> a64680cd24c3 [2021-03-18T06:22:57.651Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-18T06:22:57.930Z] Removing intermediate container 5ffd0b248d45 [2021-03-18T06:22:57.930Z] ---> fe387422d1eb [2021-03-18T06:22:57.930Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T06:22:57.931Z] Removing intermediate container b199a94d61de [2021-03-18T06:22:57.931Z] ---> 14c1a092889d [2021-03-18T06:22:57.931Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T06:22:58.207Z] ---> Running in 0815c2a39036 [2021-03-18T06:22:58.207Z] Removing intermediate container fc45cd9370f6 [2021-03-18T06:22:58.207Z] ---> 52a2b9f7b54e [2021-03-18T06:22:58.207Z] Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:22:58.488Z] ---> Running in e67a7b140e29 [2021-03-18T06:22:58.488Z] ---> Running in af40df86e6e7 [2021-03-18T06:22:58.760Z] Removing intermediate container 0815c2a39036 [2021-03-18T06:22:58.760Z] ---> 12b347533b5e [2021-03-18T06:22:58.760Z] Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:22:58.760Z] ---> 7c9ca4b750fc [2021-03-18T06:22:58.760Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-18T06:22:59.747Z] ---> Running in c42cafb455d0 [2021-03-18T06:22:59.747Z] ---> Running in 8b22517be66b [2021-03-18T06:22:59.747Z] Removing intermediate container af40df86e6e7 [2021-03-18T06:22:59.747Z] ---> 6049631b6475 [2021-03-18T06:22:59.747Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T06:22:59.747Z] Removing intermediate container e67a7b140e29 [2021-03-18T06:22:59.747Z] ---> a825d6d3d0a9 [2021-03-18T06:22:59.747Z] [2021-03-18T06:23:00.733Z] Successfully built a825d6d3d0a9 [2021-03-18T06:23:00.733Z] ---> Running in 58a79f88a726 [2021-03-18T06:23:00.733Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-18T06:23:00.733Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-18T06:23:01.009Z] Removing intermediate container 8b22517be66b [2021-03-18T06:23:01.009Z] ---> 8d484ed30049 [2021-03-18T06:23:01.009Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T06:23:01.283Z] ---> Running in c48eca1aeb1b [2021-03-18T06:23:01.559Z] Removing intermediate container 58a79f88a726 [2021-03-18T06:23:01.559Z] ---> 26e7fdc5d3ec [2021-03-18T06:23:01.559Z] [2021-03-18T06:23:02.160Z] Successfully built 26e7fdc5d3ec [2021-03-18T06:23:02.160Z] Removing intermediate container c48eca1aeb1b [2021-03-18T06:23:02.160Z] ---> f0feb0ac9d89 [2021-03-18T06:23:02.160Z] [2021-03-18T06:23:02.160Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-18T06:23:02.160Z] Building docker-support-scheduler-go [2021-03-18T06:23:02.757Z]  Building docker-support-notifications-go ... done Successfully built f0feb0ac9d89 [2021-03-18T06:23:02.757Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-18T06:23:02.757Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-18T06:23:03.348Z] Removing intermediate container c42cafb455d0 [2021-03-18T06:23:03.348Z] ---> 7da067383f00 [2021-03-18T06:23:03.348Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-18T06:23:03.617Z] ---> Running in acff7e5ec990 [2021-03-18T06:23:04.213Z] Removing intermediate container acff7e5ec990 [2021-03-18T06:23:04.213Z] ---> b43c68c57fe2 [2021-03-18T06:23:04.213Z] Step 28/31 : CMD ["gate"] [2021-03-18T06:23:04.806Z] ---> Running in f9a761bac873 [2021-03-18T06:23:05.408Z] Removing intermediate container f9a761bac873 [2021-03-18T06:23:05.408Z] ---> 23f2414c5731 [2021-03-18T06:23:05.408Z] Step 29/31 : LABEL arch=arm64 [2021-03-18T06:23:05.998Z] ---> Running in ffd9071a9451 [2021-03-18T06:23:06.596Z] Removing intermediate container ffd9071a9451 [2021-03-18T06:23:06.596Z] ---> 4f491dedcbc7 [2021-03-18T06:23:06.596Z] Step 30/31 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:23:08.025Z] ---> Running in a9483dfe1ce0 [2021-03-18T06:23:08.997Z] Removing intermediate container a9483dfe1ce0 [2021-03-18T06:23:08.997Z] ---> 5d160869580f [2021-03-18T06:23:08.997Z] Step 31/31 : LABEL version=0.0.0 [2021-03-18T06:23:10.423Z] ---> Running in 635be3ca770b [2021-03-18T06:23:11.401Z] Removing intermediate container 635be3ca770b [2021-03-18T06:23:11.401Z] ---> 9271c2639f0a [2021-03-18T06:23:11.401Z] [2021-03-18T06:23:12.020Z] Successfully built 9271c2639f0a [2021-03-18T06:23:12.020Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-18T06:23:30.309Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:23:30.309Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:23:30.309Z] ---> 2690e1394c41 [2021-03-18T06:23:30.309Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T06:23:30.309Z] ---> Using cache [2021-03-18T06:23:30.309Z] ---> d90f4522b38c [2021-03-18T06:23:30.309Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:23:30.309Z] ---> Using cache [2021-03-18T06:23:30.309Z] ---> 6c1ff5a83db5 [2021-03-18T06:23:30.309Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-18T06:23:37.014Z] ---> Running in f5dd3935f2e3 [2021-03-18T06:23:37.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:23:37.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:23:38.913Z] OK: 217 MiB in 51 packages [2021-03-18T06:23:42.298Z] Removing intermediate container f5dd3935f2e3 [2021-03-18T06:23:42.298Z] ---> 874f4e9ffb00 [2021-03-18T06:23:42.298Z] Step 6/23 : COPY go.mod . [2021-03-18T06:23:43.732Z] ---> c791c283eb7a [2021-03-18T06:23:43.732Z] Step 7/23 : RUN go mod download [2021-03-18T06:23:44.007Z] ---> Running in a234559a6ee5 [2021-03-18T06:23:47.408Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:23:47.409Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:23:47.409Z] ---> 2690e1394c41 [2021-03-18T06:23:47.409Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> d90f4522b38c [2021-03-18T06:23:47.409Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> 6c1ff5a83db5 [2021-03-18T06:23:47.409Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> c08e4c81db45 [2021-03-18T06:23:47.409Z] Step 6/22 : COPY go.mod . [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> 62f92453261d [2021-03-18T06:23:47.409Z] Step 7/22 : RUN go mod download [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> 78ffba1aa589 [2021-03-18T06:23:47.409Z] Step 8/22 : COPY . . [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> 8e00eef63a84 [2021-03-18T06:23:47.409Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-18T06:23:47.409Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:23:47.409Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:23:47.409Z] ---> 2690e1394c41 [2021-03-18T06:23:47.409Z] Step 3/21 : WORKDIR /edgex-go [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> d90f4522b38c [2021-03-18T06:23:47.409Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> 6c1ff5a83db5 [2021-03-18T06:23:47.409Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> c08e4c81db45 [2021-03-18T06:23:47.409Z] Step 6/21 : COPY go.mod . [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> 62f92453261d [2021-03-18T06:23:47.409Z] Step 7/21 : RUN go mod download [2021-03-18T06:23:47.409Z] ---> Using cache [2021-03-18T06:23:47.409Z] ---> 78ffba1aa589 [2021-03-18T06:23:47.409Z] Step 8/21 : COPY . . [2021-03-18T06:23:47.681Z] ---> Using cache [2021-03-18T06:23:47.681Z] ---> 8e00eef63a84 [2021-03-18T06:23:47.681Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-18T06:23:47.681Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T06:23:47.681Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-18T06:23:47.681Z] ---> 2690e1394c41 [2021-03-18T06:23:47.681Z] Step 3/26 : WORKDIR /edgex-go [2021-03-18T06:23:47.681Z] ---> Using cache [2021-03-18T06:23:47.681Z] ---> d90f4522b38c [2021-03-18T06:23:47.681Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:23:47.681Z] ---> Using cache [2021-03-18T06:23:47.681Z] ---> 6c1ff5a83db5 [2021-03-18T06:23:47.681Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-18T06:23:47.957Z] ---> Running in 142431493e99 [2021-03-18T06:23:47.957Z] ---> Running in 4eba29036454 [2021-03-18T06:23:47.957Z] ---> Running in ed274742f4c8 [2021-03-18T06:23:48.234Z] Removing intermediate container a234559a6ee5 [2021-03-18T06:23:48.234Z] ---> 073797ea82e6 [2021-03-18T06:23:48.234Z] Step 8/23 : COPY . . [2021-03-18T06:23:49.684Z] 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-18T06:23:49.969Z] 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-18T06:23:50.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:23:51.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:23:51.819Z] OK: 217 MiB in 51 packages [2021-03-18T06:23:57.228Z] Removing intermediate container ed274742f4c8 [2021-03-18T06:23:57.228Z] ---> 16a465979721 [2021-03-18T06:23:57.228Z] Step 6/26 : COPY go.mod . [2021-03-18T06:23:58.212Z] ---> bcba3ed4863c [2021-03-18T06:23:58.212Z] Step 7/26 : RUN go mod download [2021-03-18T06:23:58.804Z] ---> Running in 02a09bca4ea6 [2021-03-18T06:24:05.539Z] Removing intermediate container 02a09bca4ea6 [2021-03-18T06:24:05.539Z] ---> ce00f190cba2 [2021-03-18T06:24:05.539Z] Step 8/26 : COPY . . [2021-03-18T06:24:10.968Z] ---> 5b37cfebc6ab [2021-03-18T06:24:10.968Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-18T06:24:11.971Z] ---> Running in d2e99c5027c2 [2021-03-18T06:24:14.602Z] 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-18T06:24:29.735Z] ---> 0fba8f6babf4 [2021-03-18T06:24:29.735Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-18T06:24:29.735Z] ---> Running in f5caa6308a23 [2021-03-18T06:24:30.010Z] 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-18T06:25:02.410Z] 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-18T06:25:20.770Z] Removing intermediate container 4eba29036454 [2021-03-18T06:25:20.770Z] ---> de1bdc34be34 [2021-03-18T06:25:20.770Z] [2021-03-18T06:25:20.770Z] Step 10/21 : FROM alpine:3.12 [2021-03-18T06:25:20.770Z] ---> d10569e2745f [2021-03-18T06:25:20.770Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-18T06:25:20.770Z] ---> Running in 053353f0016c [2021-03-18T06:25:21.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:25:22.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:25:23.040Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-18T06:25:23.040Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T06:25:23.040Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-18T06:25:23.040Z] (4/4) Installing curl (7.69.1-r3) [2021-03-18T06:25:23.040Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:25:23.040Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T06:25:23.321Z] OK: 7 MiB in 18 packages [2021-03-18T06:25:26.746Z] Removing intermediate container 053353f0016c [2021-03-18T06:25:26.746Z] ---> a00af25476d6 [2021-03-18T06:25:26.746Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T06:25:26.746Z] ---> Running in 15e968d312eb [2021-03-18T06:25:27.748Z] Removing intermediate container 15e968d312eb [2021-03-18T06:25:27.748Z] ---> 5579bf23193d [2021-03-18T06:25:27.748Z] Step 13/21 : WORKDIR /edgex [2021-03-18T06:25:27.748Z] ---> Running in 91b5dce02039 [2021-03-18T06:25:28.737Z] Removing intermediate container 91b5dce02039 [2021-03-18T06:25:28.738Z] ---> 103563e08f9b [2021-03-18T06:25:28.738Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-18T06:25:30.195Z] ---> f249d75cf213 [2021-03-18T06:25:30.195Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-18T06:25:32.855Z] ---> bdc565025833 [2021-03-18T06:25:32.855Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-18T06:25:36.278Z] ---> 6569554484cb [2021-03-18T06:25:36.278Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-18T06:25:36.558Z] ---> Running in 693fc28ab16f [2021-03-18T06:25:38.010Z] Removing intermediate container 693fc28ab16f [2021-03-18T06:25:38.010Z] ---> c40b12ed2485 [2021-03-18T06:25:38.010Z] Step 18/21 : CMD ["--init=true"] [2021-03-18T06:25:38.010Z] ---> Running in 090ca8acd555 [2021-03-18T06:25:38.287Z] Removing intermediate container 142431493e99 [2021-03-18T06:25:38.287Z] ---> 114a855271e7 [2021-03-18T06:25:38.287Z] [2021-03-18T06:25:38.287Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T06:25:38.287Z] ---> d10569e2745f [2021-03-18T06:25:38.287Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-18T06:25:38.287Z] ---> Using cache [2021-03-18T06:25:38.287Z] ---> 33815f73c994 [2021-03-18T06:25:38.287Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T06:25:38.287Z] ---> Using cache [2021-03-18T06:25:38.287Z] ---> dee57e0a4464 [2021-03-18T06:25:38.287Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-18T06:25:38.560Z] ---> Running in 934188ceb51b [2021-03-18T06:25:39.173Z] Removing intermediate container 090ca8acd555 [2021-03-18T06:25:39.173Z] ---> e597f763e892 [2021-03-18T06:25:39.173Z] Step 19/21 : LABEL arch=arm64 [2021-03-18T06:25:39.459Z] ---> Running in ba4ba5a4d992 [2021-03-18T06:25:39.742Z] Removing intermediate container 934188ceb51b [2021-03-18T06:25:39.742Z] ---> ae28bcfd5c76 [2021-03-18T06:25:39.742Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T06:25:40.021Z] ---> Running in 55342786819e [2021-03-18T06:25:40.300Z] Removing intermediate container ba4ba5a4d992 [2021-03-18T06:25:40.300Z] ---> 9128a251cfa6 [2021-03-18T06:25:40.300Z] Step 20/21 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:25:40.580Z] ---> Running in da03f20ee513 [2021-03-18T06:25:41.190Z] Removing intermediate container 55342786819e [2021-03-18T06:25:41.190Z] ---> 3725e30e2703 [2021-03-18T06:25:41.190Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:25:41.794Z] Removing intermediate container da03f20ee513 [2021-03-18T06:25:41.794Z] ---> cc99340a7b40 [2021-03-18T06:25:41.794Z] Step 21/21 : LABEL version=0.0.0 [2021-03-18T06:25:42.088Z] ---> Running in 1d3136a54e21 [2021-03-18T06:25:43.080Z] ---> 2ccef54e2ba2 [2021-03-18T06:25:43.080Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-18T06:25:43.080Z] Removing intermediate container 1d3136a54e21 [2021-03-18T06:25:43.080Z] ---> e55d634b21fd [2021-03-18T06:25:43.080Z] [2021-03-18T06:25:44.528Z] Successfully built e55d634b21fd [2021-03-18T06:25:44.809Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-18T06:25:46.259Z]  Building docker-security-proxy-setup-go ... done  ---> d5f2157e3afa [2021-03-18T06:25:46.259Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-18T06:25:47.712Z] ---> 5d2cdee65b22 [2021-03-18T06:25:47.712Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-18T06:25:47.994Z] ---> Running in 7ef8dcff557b [2021-03-18T06:25:48.600Z] Removing intermediate container 7ef8dcff557b [2021-03-18T06:25:48.600Z] ---> 3d7579c9a6ce [2021-03-18T06:25:48.600Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:25:48.880Z] ---> Running in 83f0cc15aa9a [2021-03-18T06:25:49.485Z] Removing intermediate container 83f0cc15aa9a [2021-03-18T06:25:49.485Z] ---> 09b9f30a6286 [2021-03-18T06:25:49.485Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T06:25:49.766Z] ---> Running in 2ebb7f649d52 [2021-03-18T06:25:50.760Z] Removing intermediate container 2ebb7f649d52 [2021-03-18T06:25:50.760Z] ---> 2232850b7acc [2021-03-18T06:25:50.760Z] Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:25:51.040Z] ---> Running in f1ec915bc385 [2021-03-18T06:25:51.653Z] Removing intermediate container f1ec915bc385 [2021-03-18T06:25:51.653Z] ---> ce3d45c0334f [2021-03-18T06:25:51.653Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T06:25:51.938Z] ---> Running in a77a953d8743 [2021-03-18T06:25:52.944Z] Removing intermediate container a77a953d8743 [2021-03-18T06:25:52.944Z] ---> a6adb706ab55 [2021-03-18T06:25:52.944Z] [2021-03-18T06:25:53.550Z] Successfully built a6adb706ab55 [2021-03-18T06:25:53.550Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-18T06:26:03.776Z]  Building docker-support-scheduler-go ... done Removing intermediate container f5caa6308a23 [2021-03-18T06:26:03.776Z] ---> b883d8af1550 [2021-03-18T06:26:03.776Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-18T06:26:03.776Z] ---> Running in 5597fa960be3 [2021-03-18T06:26:05.230Z] 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-18T06:26:09.569Z] Removing intermediate container 5597fa960be3 [2021-03-18T06:26:09.569Z] ---> 83fcaed8be8d [2021-03-18T06:26:09.569Z] [2021-03-18T06:26:09.569Z] Step 11/26 : FROM docker:20.10.0 [2021-03-18T06:26:09.569Z] 20.10.0: Pulling from library/docker [2021-03-18T06:26:19.784Z] Removing intermediate container d2e99c5027c2 [2021-03-18T06:26:19.784Z] ---> 86ef8d38dbcf [2021-03-18T06:26:19.784Z] [2021-03-18T06:26:19.784Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T06:26:19.784Z] ---> d10569e2745f [2021-03-18T06:26:19.784Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-18T06:26:19.784Z] ---> Running in d1c6f9276f68 [2021-03-18T06:26:20.060Z] Removing intermediate container d1c6f9276f68 [2021-03-18T06:26:20.060Z] ---> 6d59eed14b60 [2021-03-18T06:26:20.060Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-18T06:26:20.663Z] ---> Running in 0c88c4fa88c0 [2021-03-18T06:26:21.649Z] Removing intermediate container 0c88c4fa88c0 [2021-03-18T06:26:21.649Z] ---> c45802be7ee9 [2021-03-18T06:26:21.649Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-18T06:26:21.649Z] ---> Running in 0b56eab6149b [2021-03-18T06:26:22.268Z] Removing intermediate container 0b56eab6149b [2021-03-18T06:26:22.268Z] ---> a096099c2b2f [2021-03-18T06:26:22.268Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T06:26:22.573Z] ---> Running in ce513700dace [2021-03-18T06:26:23.281Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-18T06:26:23.281Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-18T06:26:23.281Z] ---> eeaf43b92773 [2021-03-18T06:26:23.281Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-18T06:26:23.569Z] ---> Running in d8abb075b2c5 [2021-03-18T06:26:25.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:26:25.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:26:25.970Z] Removing intermediate container ce513700dace [2021-03-18T06:26:25.970Z] ---> 7528864db0f8 [2021-03-18T06:26:25.970Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-18T06:26:26.274Z] ---> Running in 2fb40db36697 [2021-03-18T06:26:26.274Z] (1/2) Installing readline (8.0.4-r0) [2021-03-18T06:26:26.274Z] (2/2) Installing bash (5.0.17-r0) [2021-03-18T06:26:26.602Z] Executing bash-5.0.17-r0.post-install [2021-03-18T06:26:26.602Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:26:26.602Z] OK: 12 MiB in 22 packages [2021-03-18T06:26:28.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:26:28.341Z] Removing intermediate container d8abb075b2c5 [2021-03-18T06:26:28.341Z] ---> dd1cfbd8b005 [2021-03-18T06:26:28.341Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-18T06:26:28.620Z] ---> Running in 94811113f5ff [2021-03-18T06:26:28.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:26:29.248Z] Removing intermediate container 94811113f5ff [2021-03-18T06:26:29.248Z] ---> bee3265cf5bc [2021-03-18T06:26:29.248Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-18T06:26:29.248Z] ---> Running in 0d55a50f34ae [2021-03-18T06:26:29.520Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-18T06:26:29.521Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-18T06:26:29.794Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-18T06:26:29.794Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-18T06:26:29.794Z] Removing intermediate container 0d55a50f34ae [2021-03-18T06:26:29.794Z] ---> 66f43424bbc7 [2021-03-18T06:26:29.794Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-18T06:26:30.068Z] ---> Running in af2b83ad1a80 [2021-03-18T06:26:30.068Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T06:26:30.068Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-18T06:26:30.358Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:26:30.358Z] OK: 8 MiB in 20 packages [2021-03-18T06:26:30.638Z] Removing intermediate container af2b83ad1a80 [2021-03-18T06:26:30.638Z] ---> e0843b48920c [2021-03-18T06:26:30.638Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-18T06:26:32.621Z] Removing intermediate container 2fb40db36697 [2021-03-18T06:26:32.621Z] ---> ec80891f0ab7 [2021-03-18T06:26:32.621Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T06:26:32.621Z] ---> 719f1f9c5fd5 [2021-03-18T06:26:32.621Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-18T06:26:33.603Z] ---> 40196e3c6e83 [2021-03-18T06:26:33.603Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-18T06:26:33.603Z] ---> 0929a20e2e71 [2021-03-18T06:26:33.603Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-18T06:26:35.608Z] ---> 518a14aaf61b [2021-03-18T06:26:35.608Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-18T06:26:35.608Z] ---> c3f7045cc03e [2021-03-18T06:26:35.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-18T06:26:35.608Z] ---> Running in f215897d6500 [2021-03-18T06:26:36.601Z] ---> d5045c9ab9e0 [2021-03-18T06:26:36.601Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-18T06:26:36.879Z] ---> Running in 77a7e5b24fcb [2021-03-18T06:26:36.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:26:37.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:26:37.431Z] Removing intermediate container 77a7e5b24fcb [2021-03-18T06:26:37.431Z] ---> 7836de1a673f [2021-03-18T06:26:37.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:26:37.706Z] ---> Running in e52cadc20f6e [2021-03-18T06:26:37.982Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-18T06:26:37.982Z] (2/33) Installing expat (2.2.9-r1) [2021-03-18T06:26:37.982Z] (3/33) Installing libffi (3.3-r2) [2021-03-18T06:26:38.259Z] (4/33) Installing gdbm (1.13-r1) [2021-03-18T06:26:38.259Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-18T06:26:38.259Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-18T06:26:38.259Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-18T06:26:38.259Z] Removing intermediate container e52cadc20f6e [2021-03-18T06:26:38.259Z] ---> d9498af7846f [2021-03-18T06:26:38.259Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T06:26:38.535Z] ---> Running in 2fc08a750c68 [2021-03-18T06:26:39.543Z] Removing intermediate container 2fc08a750c68 [2021-03-18T06:26:39.543Z] ---> eafc55d24695 [2021-03-18T06:26:39.543Z] Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:26:40.143Z] ---> Running in 8e0424343e1f [2021-03-18T06:26:40.446Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-18T06:26:40.446Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-18T06:26:40.446Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-18T06:26:40.446Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-18T06:26:40.446Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-18T06:26:40.718Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-18T06:26:40.718Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-18T06:26:40.718Z] Removing intermediate container 8e0424343e1f [2021-03-18T06:26:40.718Z] ---> 67fc9490a5a8 [2021-03-18T06:26:40.718Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T06:26:40.718Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-18T06:26:40.718Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-18T06:26:40.718Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-18T06:26:40.992Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-18T06:26:40.992Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-18T06:26:40.992Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-18T06:26:40.992Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-18T06:26:40.992Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-18T06:26:40.992Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-18T06:26:40.992Z] ---> Running in b31e9ca0e511 [2021-03-18T06:26:40.992Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-18T06:26:40.992Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-18T06:26:40.992Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-18T06:26:41.268Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-18T06:26:41.268Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-18T06:26:41.268Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-18T06:26:41.268Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-18T06:26:41.268Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-18T06:26:41.268Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-18T06:26:41.268Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-18T06:26:41.543Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:26:41.543Z] OK: 71 MiB in 55 packages [2021-03-18T06:26:41.816Z] Removing intermediate container b31e9ca0e511 [2021-03-18T06:26:41.816Z] ---> 22bf34d06982 [2021-03-18T06:26:41.816Z] [2021-03-18T06:26:42.415Z] Successfully built 22bf34d06982 [2021-03-18T06:26:42.415Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-18T06:26:49.131Z]  Building docker-core-data-go ... done Removing intermediate container f215897d6500 [2021-03-18T06:26:49.131Z] ---> 14395ed3fd6e [2021-03-18T06:26:49.131Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-18T06:26:49.406Z] ---> Running in 9de74992b6f3 [2021-03-18T06:26:57.694Z] Collecting docker-compose==1.23.2 [2021-03-18T06:26:57.694Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-18T06:26:59.678Z] Collecting PyYAML<4,>=3.10 [2021-03-18T06:26:59.678Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-18T06:27:03.996Z] Collecting docopt<0.7,>=0.6.1 [2021-03-18T06:27:03.996Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-18T06:27:07.398Z] Collecting cached-property<2,>=1.2.0 [2021-03-18T06:27:07.399Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-18T06:27:07.399Z] Collecting texttable<0.10,>=0.9.0 [2021-03-18T06:27:07.670Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-18T06:27:11.120Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-18T06:27:11.120Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-18T06:27:11.719Z] Collecting docker<4.0,>=3.6.0 [2021-03-18T06:27:11.719Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-18T06:27:13.708Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-18T06:27:13.708Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-18T06:27:13.981Z] 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-18T06:27:14.267Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-18T06:27:14.267Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-18T06:27:17.669Z] Collecting jsonschema<3,>=2.5.1 [2021-03-18T06:27:17.669Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-18T06:27:17.669Z] Collecting docker-pycreds>=0.4.0 [2021-03-18T06:27:17.669Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-18T06:27:17.946Z] 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-18T06:27:18.927Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-18T06:27:18.927Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-18T06:27:19.200Z] 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-18T06:27:19.471Z] Collecting idna<2.8,>=2.5 [2021-03-18T06:27:19.471Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-18T06:27:19.471Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-18T06:27:19.471Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-18T06:27:19.471Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-18T06:27:19.471Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-18T06:27:20.909Z] Installing collected packages: PyYAML, docopt, cached-property, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docker-compose [2021-03-18T06:27:20.909Z] Running setup.py install for PyYAML: started [2021-03-18T06:27:24.306Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-18T06:27:24.306Z] Running setup.py install for docopt: started [2021-03-18T06:27:26.934Z] Running setup.py install for docopt: finished with status 'done' [2021-03-18T06:27:26.934Z] Running setup.py install for texttable: started [2021-03-18T06:27:29.599Z] Running setup.py install for texttable: finished with status 'done' [2021-03-18T06:27:29.875Z] Attempting uninstall: urllib3 [2021-03-18T06:27:29.875Z] Found existing installation: urllib3 1.25.9 [2021-03-18T06:27:29.875Z] Uninstalling urllib3-1.25.9: [2021-03-18T06:27:30.149Z] Successfully uninstalled urllib3-1.25.9 [2021-03-18T06:27:31.131Z] Attempting uninstall: idna [2021-03-18T06:27:31.131Z] Found existing installation: idna 2.9 [2021-03-18T06:27:31.131Z] Uninstalling idna-2.9: [2021-03-18T06:27:31.131Z] Successfully uninstalled idna-2.9 [2021-03-18T06:27:31.736Z] Attempting uninstall: requests [2021-03-18T06:27:31.736Z] Found existing installation: requests 2.23.0 [2021-03-18T06:27:31.736Z] Uninstalling requests-2.23.0: [2021-03-18T06:27:32.010Z] Successfully uninstalled requests-2.23.0 [2021-03-18T06:27:33.440Z] Running setup.py install for dockerpty: started [2021-03-18T06:27:35.407Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-18T06:27:36.829Z] 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-18T06:27:41.118Z] Removing intermediate container 9de74992b6f3 [2021-03-18T06:27:41.118Z] ---> 795b29d60903 [2021-03-18T06:27:41.118Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-18T06:27:41.391Z] ---> Running in f4b6518936a1 [2021-03-18T06:27:42.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T06:27:42.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T06:27:43.407Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T06:27:43.407Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-18T06:27:43.407Z] (3/3) Installing curl (7.69.1-r3) [2021-03-18T06:27:43.407Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T06:27:43.407Z] OK: 72 MiB in 58 packages [2021-03-18T06:27:44.866Z] Removing intermediate container f4b6518936a1 [2021-03-18T06:27:44.866Z] ---> 53e6b0ad51a7 [2021-03-18T06:27:44.866Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-18T06:27:44.866Z] ---> Running in 2f8adb842862 [2021-03-18T06:27:45.459Z] Removing intermediate container 2f8adb842862 [2021-03-18T06:27:45.459Z] ---> f375d147eaa1 [2021-03-18T06:27:45.459Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T06:27:45.459Z] ---> Running in 87618846b28f [2021-03-18T06:27:46.050Z] Removing intermediate container 87618846b28f [2021-03-18T06:27:46.050Z] ---> df10f27e3567 [2021-03-18T06:27:46.050Z] Step 24/26 : LABEL arch=arm64 [2021-03-18T06:27:46.321Z] ---> Running in e5b081af25f8 [2021-03-18T06:27:46.912Z] Removing intermediate container e5b081af25f8 [2021-03-18T06:27:46.912Z] ---> 06b5ed0c6b1d [2021-03-18T06:27:46.912Z] Step 25/26 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 [2021-03-18T06:27:47.182Z] ---> Running in 4a37e86296b0 [2021-03-18T06:27:47.772Z] Removing intermediate container 4a37e86296b0 [2021-03-18T06:27:47.772Z] ---> e431fa6bd1fa [2021-03-18T06:27:47.772Z] Step 26/26 : LABEL version=0.0.0 [2021-03-18T06:27:47.772Z] ---> Running in 6fee04b36a5a [2021-03-18T06:27:48.371Z] Removing intermediate container 6fee04b36a5a [2021-03-18T06:27:48.371Z] ---> f63d85135950 [2021-03-18T06:27:48.371Z] [2021-03-18T06:27:48.964Z] Successfully built f63d85135950 [2021-03-18T06:27:48.965Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-18T06:27:49.250Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-18T06:27:49.276Z] $ docker stop --time=1 78cae464c27db0551acc008e53c11e622713114b7478c1c935a89c01216e1461 [2021-03-18T06:27:51.256Z] $ docker rm -f 78cae464c27db0551acc008e53c11e622713114b7478c1c935a89c01216e1461 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T06:27:52.131Z] + docker images [2021-03-18T06:27:52.131Z] + grep docker [2021-03-18T06:27:52.402Z] docker-sys-mgmt-agent-go-arm64 latest f63d85135950 4 seconds ago 300MB [2021-03-18T06:27:52.402Z] docker-core-data-go-arm64 latest 22bf34d06982 About a minute ago 21.3MB [2021-03-18T06:27:52.402Z] docker-support-scheduler-go-arm64 latest a6adb706ab55 2 minutes ago 16.3MB [2021-03-18T06:27:52.402Z] docker-security-proxy-setup-go-arm64 latest e55d634b21fd 2 minutes ago 23.4MB [2021-03-18T06:27:52.402Z] docker-security-bootstrapper-go-arm64 latest 9271c2639f0a 4 minutes ago 17.8MB [2021-03-18T06:27:52.402Z] docker-core-metadata-go-arm64 latest f0feb0ac9d89 4 minutes ago 17.9MB [2021-03-18T06:27:52.402Z] docker-support-notifications-go-arm64 latest 26e7fdc5d3ec 4 minutes ago 16.9MB [2021-03-18T06:27:52.402Z] docker-core-command-go-arm64 latest a825d6d3d0a9 4 minutes ago 16.2MB [2021-03-18T06:27:52.402Z] docker-security-secretstore-setup-go-arm64 latest 00e373cf605d 5 minutes ago 23.7MB [2021-03-18T06:27:52.402Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:27:53.985Z] ---> job-cost.sh [2021-03-18T06:27:53.986Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gd3h [2021-03-18T06:28:40.947Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T06:30:17.692Z] lf-activate-venv(): INFO: Adding /tmp/venv-Gd3h/bin to PATH [2021-03-18T06:30:17.692Z] INFO: No Stack... [2021-03-18T06:30:17.692Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T06:30:17.692Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T06:30:18.053Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-03-18T06:30:18.053Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T06:30:18.195Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-1-stack-cost] [2021-03-18T06:30:18.202Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3269-1-stack-cost] did not exist. Created. [2021-03-18T06:30:18.202Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T06:30:18.745Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T06:30:19.031Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T06:30:19.049Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:30:23.496Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:30:24.425Z] ---> package-listing.sh [2021-03-18T06:30:24.425Z] ++ facter osfamily [2021-03-18T06:30:24.425Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T06:30:24.425Z] + OS_FAMILY=redhat [2021-03-18T06:30:24.425Z] + workspace=/w/workspace/edgex-go/1 [2021-03-18T06:30:24.425Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T06:30:24.425Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T06:30:24.425Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T06:30:24.425Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T06:30:24.425Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-18T06:30:24.425Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T06:30:24.425Z] + case "${OS_FAMILY}" in [2021-03-18T06:30:24.425Z] + rpm -qa [2021-03-18T06:30:24.425Z] + sort [2021-03-18T06:30:29.738Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T06:30:29.738Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T06:30:29.738Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T06:30:29.738Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-18T06:30:29.738Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-03-18T06:30:29.738Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-03-18T06:30:29.772Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T06:30:30.090Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:30:30.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T06:30:30.435Z] [2021-03-18T06:30:30.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T06:30:30.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T06:30:30.866Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T06:30:30.866Z] df20fa9351a1: Pulling fs layer [2021-03-18T06:30:30.866Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T06:30:30.866Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T06:30:30.866Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T06:30:30.866Z] 93b61091891f: Pulling fs layer [2021-03-18T06:30:30.866Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T06:30:30.866Z] 5e14af77c1be: Pulling fs layer [2021-03-18T06:30:30.866Z] 01666e4c0597: Pulling fs layer [2021-03-18T06:30:30.866Z] aa168da1d23b: Pulling fs layer [2021-03-18T06:30:30.866Z] 46f8f816bc3b: Waiting [2021-03-18T06:30:30.866Z] 93b61091891f: Waiting [2021-03-18T06:30:30.866Z] 93b9cdb0e59b: Waiting [2021-03-18T06:30:30.866Z] 5e14af77c1be: Waiting [2021-03-18T06:30:30.866Z] 01666e4c0597: Waiting [2021-03-18T06:30:30.866Z] aa168da1d23b: Waiting [2021-03-18T06:30:30.866Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T06:30:30.866Z] 36b3adc4ff6f: Download complete [2021-03-18T06:30:30.866Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T06:30:30.866Z] 46f8f816bc3b: Download complete [2021-03-18T06:30:31.131Z] df20fa9351a1: Verifying Checksum [2021-03-18T06:30:31.131Z] df20fa9351a1: Download complete [2021-03-18T06:30:31.131Z] 93b61091891f: Download complete [2021-03-18T06:30:31.131Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T06:30:31.131Z] 93b9cdb0e59b: Download complete [2021-03-18T06:30:31.131Z] 5e14af77c1be: Verifying Checksum [2021-03-18T06:30:31.131Z] 5e14af77c1be: Download complete [2021-03-18T06:30:31.131Z] 01666e4c0597: Verifying Checksum [2021-03-18T06:30:31.131Z] 01666e4c0597: Download complete [2021-03-18T06:30:31.394Z] df20fa9351a1: Pull complete [2021-03-18T06:30:31.664Z] 36b3adc4ff6f: Pull complete [2021-03-18T06:30:31.664Z] 8ad3a11d3b57: Download complete [2021-03-18T06:30:32.636Z] 8ad3a11d3b57: Pull complete [2021-03-18T06:30:32.636Z] 46f8f816bc3b: Pull complete [2021-03-18T06:30:33.258Z] aa168da1d23b: Verifying Checksum [2021-03-18T06:30:33.258Z] aa168da1d23b: Download complete [2021-03-18T06:30:34.206Z] 93b61091891f: Pull complete [2021-03-18T06:30:34.467Z] 93b9cdb0e59b: Pull complete [2021-03-18T06:30:34.467Z] 5e14af77c1be: Pull complete [2021-03-18T06:30:34.731Z] 01666e4c0597: Pull complete [2021-03-18T06:30:43.133Z] aa168da1d23b: Pull complete [2021-03-18T06:30:44.523Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T06:30:44.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T06:30:44.523Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T06:30:44.769Z] prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container [2021-03-18T06:30:44.822Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T06:30:48.751Z] $ docker top 3b537fd0b77db0b3c6729f71e9353974ccb033a3bf2a4d187a308f55a10b23db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T06:30:49.409Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T06:30:49.737Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T06:30:50.063Z] + ls /var/log/sa-host [2021-03-18T06:30:50.063Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T06:30:50.063Z] file_magic: OK [2021-03-18T06:30:50.063Z] HZ: Using current value: 100 [2021-03-18T06:30:50.063Z] file_header: OK [2021-03-18T06:30:50.063Z] 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-18T06:30:50.063Z] Statistics: [2021-03-18T06:30:50.063Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-18T06:30:50.063Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T06:30:50.063Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T06:30:50.063Z] file_magic: OK [2021-03-18T06:30:50.063Z] HZ: Using current value: 100 [2021-03-18T06:30:50.063Z] file_header: OK [2021-03-18T06:30:50.063Z] 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-18T06:30:50.063Z] Statistics: [2021-03-18T06:30:50.063Z] Hnuu...uuuununununu... [2021-03-18T06:30:50.063Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T06:30:50.770Z] provisioning config files... [2021-03-18T06:30:50.790Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4581963483522529216tmp [Pipeline] { [Pipeline] echo [2021-03-18T06:30:50.913Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:30:51.250Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T06:30:51.274Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T06:30:51.434Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:30:51.770Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T06:30:51.802Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:30:52.151Z] ---> sudo-logs.sh [2021-03-18T06:30:52.151Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T06:30:52.330Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:30:52.668Z] ---> job-cost.sh [2021-03-18T06:30:52.668Z] lf-activate-venv: SKIPPING [2021-03-18T06:30:52.668Z] DEBUG: total: 0.20999999344348907 [2021-03-18T06:30:52.668Z] INFO: Retrieving Stack Cost... [2021-03-18T06:30:53.612Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T06:30:54.186Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T06:30:54.221Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T06:30:54.558Z] ---> logs-deploy.sh [2021-03-18T06:30:54.558Z] lf-activate-venv: SKIPPING [2021-03-18T06:30:54.558Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/1 [2021-03-18T06:30:54.558Z] INFO: archiving workspace using pattern(s): [2021-03-18T06:30:55.953Z] Archives upload complete. [2021-03-18T06:30:56.215Z] INFO: archiving logs to Nexus [2021-03-18T06:30:57.164Z] ---> uname -a: [2021-03-18T06:30:57.164Z] Linux prd-centos7-docker-4c-2g-30264.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-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] ---> lscpu: [2021-03-18T06:30:57.164Z] Architecture: x86_64 [2021-03-18T06:30:57.164Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-18T06:30:57.164Z] Byte Order: Little Endian [2021-03-18T06:30:57.164Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-18T06:30:57.164Z] CPU(s): 4 [2021-03-18T06:30:57.164Z] On-line CPU(s) list: 0-3 [2021-03-18T06:30:57.164Z] Thread(s) per core: 1 [2021-03-18T06:30:57.164Z] Core(s) per socket: 1 [2021-03-18T06:30:57.164Z] Socket(s): 4 [2021-03-18T06:30:57.164Z] NUMA node(s): 1 [2021-03-18T06:30:57.164Z] Vendor ID: GenuineIntel [2021-03-18T06:30:57.164Z] CPU family: 6 [2021-03-18T06:30:57.164Z] Model: 44 [2021-03-18T06:30:57.164Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-18T06:30:57.164Z] Stepping: 1 [2021-03-18T06:30:57.164Z] CPU MHz: 2933.438 [2021-03-18T06:30:57.164Z] BogoMIPS: 5866.87 [2021-03-18T06:30:57.164Z] Virtualization: VT-x [2021-03-18T06:30:57.164Z] Hypervisor vendor: KVM [2021-03-18T06:30:57.164Z] Virtualization type: full [2021-03-18T06:30:57.164Z] L1d cache: 128 KiB [2021-03-18T06:30:57.164Z] L1i cache: 128 KiB [2021-03-18T06:30:57.164Z] L2 cache: 16 MiB [2021-03-18T06:30:57.164Z] L3 cache: 64 MiB [2021-03-18T06:30:57.164Z] NUMA node0 CPU(s): 0-3 [2021-03-18T06:30:57.164Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-18T06:30:57.164Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-18T06:30:57.164Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-18T06:30:57.164Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-18T06:30:57.164Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-18T06:30:57.164Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-18T06:30:57.164Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-18T06:30:57.164Z] Vulnerability Srbds: Not affected [2021-03-18T06:30:57.164Z] Vulnerability Tsx async abort: Not affected [2021-03-18T06:30:57.164Z] 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-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] ---> nproc: [2021-03-18T06:30:57.164Z] 4 [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] ---> df -h: [2021-03-18T06:30:57.164Z] Filesystem Size Used Available Use% Mounted on [2021-03-18T06:30:57.164Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-18T06:30:57.164Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-18T06:30:57.164Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-18T06:30:57.164Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/1@tmp [2021-03-18T06:30:57.164Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/1 [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] ---> free -m: [2021-03-18T06:30:57.164Z] total used free shared buff/cache available [2021-03-18T06:30:57.164Z] Mem: 1837 716 130 0 990 1036 [2021-03-18T06:30:57.164Z] Swap: 1023 55 968 [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z] ---> ip addr: [2021-03-18T06:30:57.164Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-18T06:30:57.164Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-18T06:30:57.164Z] inet 127.0.0.1/8 scope host lo [2021-03-18T06:30:57.164Z] valid_lft forever preferred_lft forever [2021-03-18T06:30:57.164Z] inet6 ::1/128 scope host [2021-03-18T06:30:57.164Z] valid_lft forever preferred_lft forever [2021-03-18T06:30:57.164Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-18T06:30:57.164Z] link/ether fa:16:3e:5d:9a:1c brd ff:ff:ff:ff:ff:ff [2021-03-18T06:30:57.164Z] inet 10.30.123.151/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-18T06:30:57.164Z] valid_lft 84825sec preferred_lft 84825sec [2021-03-18T06:30:57.164Z] inet6 fe80::f816:3eff:fe5d:9a1c/64 scope link [2021-03-18T06:30:57.164Z] valid_lft forever preferred_lft forever [2021-03-18T06:30:57.164Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-18T06:30:57.164Z] link/ether 02:42:78:cf:19:f2 brd ff:ff:ff:ff:ff:ff [2021-03-18T06:30:57.164Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-18T06:30:57.164Z] valid_lft forever preferred_lft forever [2021-03-18T06:30:57.164Z] inet6 fe80::42:78ff:fecf:19f2/64 scope link [2021-03-18T06:30:57.164Z] valid_lft forever preferred_lft forever [2021-03-18T06:30:57.164Z] [2021-03-18T06:30:57.164Z]