Pull request #3274 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 38578564605a9cf0cacd04b8f8f753691b7dc710+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (6f72f638ea1bbd47af9e4b786dc128abeab06472) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30378’ Running on prd-centos7-docker-4c-2g-30380 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 38578564605a9cf0cacd04b8f8f753691b7dc710 Merge succeeded, producing 38578564605a9cf0cacd04b8f8f753691b7dc710 Checking out Revision 38578564605a9cf0cacd04b8f8f753691b7dc710 (PR-3274) > 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/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # 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 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 Commit message: "ci: attempt apt-get instead of snap" > git rev-list --no-walk 308530b8371a57ddd4130f4e543694d14e8a6661 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T23:00:57.854Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T23:00:58.125Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T23:00:58.252Z] ========================================================= [2021-03-18T23:00:58.252Z] EdgeX Global Pipelines Version Info [2021-03-18T23:00:58.252Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:00:59.710Z] ------------------- [2021-03-18T23:00:59.710Z] stable info: [2021-03-18T23:00:59.710Z] ------------------- [2021-03-18T23:00:59.710Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T23:00:59.710Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T23:00:59.710Z] Message: update stable to v1.0.186 [2021-03-18T23:01:00.657Z] ------------------- [2021-03-18T23:01:00.657Z] experimental info: [2021-03-18T23:01:00.657Z] ------------------- [2021-03-18T23:01:00.657Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T23:01:00.657Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T23:01:00.657Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T23:01:00.949Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-18T23:01:01.059Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-18T23:01:01.151Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T23:01:01.296Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T23:01:01.393Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T23:01:01.487Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T23:01:01.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T23:01:01.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-18T23:01:01.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-18T23:01:01.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-18T23:01:01.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T23:01:02.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T23:01:02.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T23:01:02.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T23:01:02.428Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T23:01:02.536Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T23:01:02.639Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T23:01:02.736Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T23:01:02.829Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-18T23:01:02.920Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-18T23:01:03.056Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-18T23:01:03.172Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T23:01:03.262Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3274 [Pipeline] echo [2021-03-18T23:01:03.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3274 [Pipeline] echo [2021-03-18T23:01:03.485Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3274 [Pipeline] echo [2021-03-18T23:01:03.571Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38578564605a9cf0cacd04b8f8f753691b7dc710 [Pipeline] echo [2021-03-18T23:01:03.679Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3857856 [Pipeline] echo [2021-03-18T23:01:03.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T23:01:04.002Z] provisioning config files... [2021-03-18T23:01:04.036Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7946755281955761492tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:01:04.390Z] ---> docker-login.sh [2021-03-18T23:01:04.390Z] nexus3.edgexfoundry.org:10001 [2021-03-18T23:01:04.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:01:04.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:01:04.654Z] Configure a credential helper to remove this warning. See [2021-03-18T23:01:04.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:01:04.654Z] [2021-03-18T23:01:04.654Z] Login Succeeded [2021-03-18T23:01:04.654Z] nexus3.edgexfoundry.org:10002 [2021-03-18T23:01:04.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:01:04.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:01:04.919Z] Configure a credential helper to remove this warning. See [2021-03-18T23:01:04.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:01:04.919Z] [2021-03-18T23:01:04.919Z] Login Succeeded [2021-03-18T23:01:04.919Z] nexus3.edgexfoundry.org:10003 [2021-03-18T23:01:05.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:01:05.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:01:05.182Z] Configure a credential helper to remove this warning. See [2021-03-18T23:01:05.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:01:05.182Z] [2021-03-18T23:01:05.182Z] Login Succeeded [2021-03-18T23:01:05.182Z] nexus3.edgexfoundry.org:10004 [2021-03-18T23:01:05.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:01:05.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:01:05.444Z] Configure a credential helper to remove this warning. See [2021-03-18T23:01:05.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:01:05.444Z] [2021-03-18T23:01:05.444Z] Login Succeeded [2021-03-18T23:01:05.444Z] docker.io [2021-03-18T23:01:05.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:01:05.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:01:05.706Z] Configure a credential helper to remove this warning. See [2021-03-18T23:01:05.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:01:05.706Z] [2021-03-18T23:01:05.706Z] Login Succeeded [2021-03-18T23:01:05.706Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T23:01:05.716Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T23:01:06.217Z] ++ 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-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/core-command/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/core-data/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-18T23:01:06.218Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:01:06.218Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-18T23:01:06.218Z] ++ cut -d/ -f2 [2021-03-18T23:01:06.218Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-18T23:01:06.339Z] 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-18T23:01:07.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T23:01:07.258Z] [2021-03-18T23:01:07.258Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:01:07.623Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T23:01:07.623Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T23:01:07.623Z] 31603596830f: Pulling fs layer [2021-03-18T23:01:07.623Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T23:01:07.623Z] 6ca5941a6612: Pulling fs layer [2021-03-18T23:01:07.623Z] ecc8261a40a4: Pulling fs layer [2021-03-18T23:01:07.623Z] ecc8261a40a4: Waiting [2021-03-18T23:01:07.623Z] 2a8b12db71e7: Verifying Checksum [2021-03-18T23:01:07.623Z] 31603596830f: Download complete [2021-03-18T23:01:07.886Z] ecc8261a40a4: Verifying Checksum [2021-03-18T23:01:07.886Z] ecc8261a40a4: Download complete [2021-03-18T23:01:07.886Z] 6ca5941a6612: Verifying Checksum [2021-03-18T23:01:07.886Z] 6ca5941a6612: Download complete [2021-03-18T23:01:08.150Z] 31603596830f: Pull complete [2021-03-18T23:01:08.150Z] 2a8b12db71e7: Pull complete [2021-03-18T23:01:09.100Z] 6ca5941a6612: Pull complete [2021-03-18T23:01:09.100Z] ecc8261a40a4: Pull complete [2021-03-18T23:01:09.100Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T23:01:09.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T23:01:09.100Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T23:01:09.201Z] prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container [2021-03-18T23:01:09.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T23:01:11.340Z] $ docker top 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T23:01:11.623Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T23:01:11.623Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T23:01:11.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T23:01:11.842Z] $ docker exec 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent [2021-03-18T23:01:12.006Z] SSH_AUTH_SOCK=/tmp/ssh-3AO3gDyV4KZl/agent.11 [2021-03-18T23:01:12.006Z] SSH_AGENT_PID=17 [2021-03-18T23:01:12.016Z] Running ssh-add (command line suppressed) [2021-03-18T23:01:12.130Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5151670288895885768.key (/w/workspace/edgex-go/3@tmp/private_key_5151670288895885768.key) [2021-03-18T23:01:12.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T23:01:12.518Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T23:01:12.615Z] $ docker exec --env ******** --env ******** 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent -k [2021-03-18T23:01:12.734Z] unset SSH_AUTH_SOCK; [2021-03-18T23:01:12.735Z] unset SSH_AGENT_PID; [2021-03-18T23:01:12.735Z] echo Agent pid 17 killed; [2021-03-18T23:01:12.782Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T23:01:12.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T23:01:12.971Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T23:01:13.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T23:01:13.141Z] $ docker exec 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent [2021-03-18T23:01:13.305Z] SSH_AUTH_SOCK=/tmp/ssh-6QlebjHnje3A/agent.48 [2021-03-18T23:01:13.305Z] SSH_AGENT_PID=54 [2021-03-18T23:01:13.312Z] Running ssh-add (command line suppressed) [2021-03-18T23:01:13.424Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7814345069814793758.key (/w/workspace/edgex-go/3@tmp/private_key_7814345069814793758.key) [2021-03-18T23:01:13.477Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T23:01:13.813Z] + git semver init [2021-03-18T23:01:13.813Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T23:01:13.813Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-18T23:01:13.813Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-18T23:01:13.813Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T23:01:13.813Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T23:01:13.813Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T23:01:13.813Z] # $SEMVER_BRANCH = PR-3274 [2021-03-18T23:01:13.813Z] # $SEMVER_TEMP = /tmp/semver-589810287 [2021-03-18T23:01:13.813Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-18T23:01:35.827Z] # '/tmp/semver-589810287' -> '/w/workspace/edgex-go/3/.semver' [2021-03-18T23:01:36.089Z] # -> Force: false [2021-03-18T23:01:36.089Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-18T23:01:36.104Z] $ docker exec --env ******** --env ******** 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent -k [2021-03-18T23:01:36.285Z] unset SSH_AUTH_SOCK; [2021-03-18T23:01:36.285Z] unset SSH_AGENT_PID; [2021-03-18T23:01:36.285Z] echo Agent pid 54 killed; [2021-03-18T23:01:36.348Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T23:01:36.846Z] + git semver [Pipeline] } [2021-03-18T23:01:36.864Z] $ docker stop --time=1 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e [2021-03-18T23:01:38.460Z] $ docker rm -f 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T23:01:39.008Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T23:01:39.617Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T23:01:39.621Z] [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-18T23:01:40.560Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T23:01:40.857Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T23:01:41.154Z] + sudo service docker restart [2021-03-18T23:01:41.154Z] + true [2021-03-18T23:01:41.154Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-18T23:01:41.743Z] ========================================================= [2021-03-18T23:01:41.743Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T23:01:41.743Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:01:42.127Z] + 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-18T23:01:46.362Z] Sending build context to Docker daemon 328.6MB [2021-03-18T23:01:46.362Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T23:01:46.362Z] Step 2/6 : FROM ${BASE} [2021-03-18T23:01:46.362Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T23:01:46.362Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T23:01:46.362Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T23:01:46.362Z] de9db76c5a1d: Pulling fs layer [2021-03-18T23:01:46.362Z] bca2f99d35d6: Pulling fs layer [2021-03-18T23:01:46.362Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T23:01:46.362Z] 7c6f9722023f: Pulling fs layer [2021-03-18T23:01:46.362Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T23:01:46.362Z] 93359f2a8cfa: Waiting [2021-03-18T23:01:46.362Z] 7c6f9722023f: Waiting [2021-03-18T23:01:46.362Z] a35cf1a2eb13: Waiting [2021-03-18T23:01:46.362Z] bca2f99d35d6: Waiting [2021-03-18T23:01:46.362Z] de9db76c5a1d: Download complete [2021-03-18T23:01:46.362Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T23:01:46.362Z] 0ef7d3d256c8: Download complete [2021-03-18T23:01:46.362Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T23:01:46.362Z] 93359f2a8cfa: Download complete [2021-03-18T23:01:46.362Z] 7c6f9722023f: Verifying Checksum [2021-03-18T23:01:46.362Z] 7c6f9722023f: Download complete [2021-03-18T23:01:46.362Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T23:01:46.362Z] 188c0c94c7c5: Download complete [2021-03-18T23:01:46.630Z] 188c0c94c7c5: Pull complete [2021-03-18T23:01:46.898Z] 0ef7d3d256c8: Pull complete [2021-03-18T23:01:47.163Z] de9db76c5a1d: Pull complete [2021-03-18T23:01:48.114Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T23:01:48.114Z] a35cf1a2eb13: Download complete [2021-03-18T23:01:48.378Z] bca2f99d35d6: Verifying Checksum [2021-03-18T23:01:48.378Z] bca2f99d35d6: Download complete [2021-03-18T23:01:53.712Z] bca2f99d35d6: Pull complete [2021-03-18T23:01:53.712Z] 93359f2a8cfa: Pull complete [2021-03-18T23:01:53.712Z] 7c6f9722023f: Pull complete [2021-03-18T23:01:54.997Z] Still waiting to schedule task [2021-03-18T23:01:54.997Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-18T23:01:59.059Z] a35cf1a2eb13: Pull complete [2021-03-18T23:01:59.059Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T23:01:59.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T23:01:59.059Z] ---> a62c8e92a672 [2021-03-18T23:01:59.059Z] 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-18T23:01:59.059Z] ---> Running in 80bd98250b73 [2021-03-18T23:01:59.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:01:59.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:02:00.208Z] (1/12) Installing libmagic (5.38-r0) [2021-03-18T23:02:00.474Z] (2/12) Installing file (5.38-r0) [2021-03-18T23:02:00.741Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-18T23:02:00.741Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-18T23:02:08.906Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-18T23:02:08.906Z] (6/12) Installing patch (2.7.6-r6) [2021-03-18T23:02:08.906Z] (7/12) Installing build-base (0.5-r2) [2021-03-18T23:02:08.906Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-18T23:02:08.906Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-18T23:02:09.170Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-18T23:02:09.170Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-18T23:02:09.432Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-18T23:02:09.432Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:02:09.432Z] OK: 233 MiB in 51 packages [2021-03-18T23:02:12.744Z] Removing intermediate container 80bd98250b73 [2021-03-18T23:02:12.744Z] ---> b48259d2e2d1 [2021-03-18T23:02:12.744Z] Step 4/6 : WORKDIR /edgex-go [2021-03-18T23:02:12.744Z] ---> Running in 2503a9662cec [2021-03-18T23:02:12.744Z] Removing intermediate container 2503a9662cec [2021-03-18T23:02:12.744Z] ---> 011882be6d48 [2021-03-18T23:02:12.744Z] Step 5/6 : COPY go.mod . [2021-03-18T23:02:12.744Z] ---> 8f913eee3ef5 [2021-03-18T23:02:12.744Z] Step 6/6 : RUN go mod download [2021-03-18T23:02:12.744Z] ---> Running in ad59fc56b553 [2021-03-18T23:02:34.756Z] Removing intermediate container ad59fc56b553 [2021-03-18T23:02:34.756Z] ---> e44ea5b3c457 [2021-03-18T23:02:34.756Z] Successfully built e44ea5b3c457 [2021-03-18T23:02:34.756Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:02:35.074Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T23:02:35.074Z] . [Pipeline] withDockerContainer [2021-03-18T23:02:35.179Z] prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container [2021-03-18T23:02:35.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T23:02:36.060Z] $ docker top 149d7d1e038ee9be5085ab466c0e00b004bb10f759ad3c17f202005072dc11ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:02:36.552Z] + go version [2021-03-18T23:02:36.552Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T23:02:36.568Z] $ docker stop --time=1 149d7d1e038ee9be5085ab466c0e00b004bb10f759ad3c17f202005072dc11ce [2021-03-18T23:02:37.908Z] $ docker rm -f 149d7d1e038ee9be5085ab466c0e00b004bb10f759ad3c17f202005072dc11ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:02:38.706Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T23:02:38.706Z] . [Pipeline] withDockerContainer [2021-03-18T23:02:38.804Z] prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container [2021-03-18T23:02:38.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T23:02:39.460Z] $ docker top 26a6f855f8a39a4e7d0717dedbb02e3c2e2b7ec35a27f1b70326b34f21c58c82 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-18T23:02:39.642Z] ========================================================= [2021-03-18T23:02:39.642Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-18T23:02:39.642Z] ========================================================= [Pipeline] sh [2021-03-18T23:02:39.942Z] + make test [2021-03-18T23:02:39.942Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-18T23:02:48.142Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-18T23:03:03.156Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-18T23:03:09.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-18T23:03:09.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-18T23:03:09.816Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-18T23:03:11.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-18T23:03:11.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-18T23:03:11.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-18T23:03:11.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-18T23:03:12.737Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-18T23:03:13.008Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-18T23:03:15.619Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-18T23:03:15.619Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-18T23:03:15.619Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-18T23:03:18.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements [2021-03-18T23:03:18.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-18T23:03:18.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-18T23:03:18.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-18T23:03:18.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-18T23:03:18.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-18T23:03:18.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-18T23:03:18.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements [2021-03-18T23:03:18.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements [2021-03-18T23:03:22.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-18T23:03:22.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-18T23:03:22.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-18T23:03:22.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-18T23:03:22.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.161s coverage: 82.9% of statements [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:03:22.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements [2021-03-18T23:03:22.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-18T23:03:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-18T23:03:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-18T23:03:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-18T23:03:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-18T23:03:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-18T23:03:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-18T23:03:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.451s coverage: 92.8% of statements [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-18T23:03:27.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 47.1% of statements [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-03-18T23:03:27.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-03-18T23:03:39.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-03-18T23:03:39.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-03-18T23:03:41.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.110s coverage: 81.9% of statements [2021-03-18T23:03:51.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.6% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 62.4% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 69.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.081s coverage: 38.4% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 87.1% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 96.5% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-18T23:03:51.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-03-18T23:03:51.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-18T23:03:51.983Z] GO111MODULE=on go vet ./... [2021-03-18T23:04:18.704Z] gofmt -l . [2021-03-18T23:04:18.704Z] [ "`gofmt -l .`" = "" ] [2021-03-18T23:04:18.704Z] ./bin/test-go-mod-tidy.sh [2021-03-18T23:04:18.704Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-18T23:04:19.589Z] + ls -al . [2021-03-18T23:04:19.589Z] total 760 [2021-03-18T23:04:19.589Z] drwxrwxr-x 10 1001 1001 4096 Mar 18 23:04 . [2021-03-18T23:04:19.589Z] drwxr-xr-x 4 root root 28 Mar 18 23:02 .. [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 11 Mar 18 23:00 .dockerignore [2021-03-18T23:04:19.589Z] drwxrwxr-x 8 1001 1001 179 Mar 18 23:00 .git [2021-03-18T23:04:19.589Z] drwxrwxr-x 3 1001 1001 125 Mar 18 23:00 .github [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 818 Mar 18 23:00 .gitignore [2021-03-18T23:04:19.589Z] drwx------ 3 1001 1001 60 Mar 18 23:01 .semver [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 166 Mar 18 23:00 .sonarcloud.properties [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 8607 Mar 18 23:00 Attribution.txt [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 3804 Mar 18 23:00 CONTRIBUTING.md [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 931 Mar 18 23:00 Dockerfile.build [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 863 Mar 18 23:00 Jenkinsfile [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 10775 Mar 18 23:00 LICENSE [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 5774 Mar 18 23:00 Makefile [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 6548 Mar 18 23:00 README.md [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 6755 Mar 18 23:00 SECURITY.md [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 5 Mar 18 23:01 VERSION [2021-03-18T23:04:19.589Z] -rw-rw-r-- 1 1001 1001 4131 Mar 18 23:00 ZMQWindows.md [2021-03-18T23:04:19.589Z] drwxrwxr-x 2 1001 1001 117 Mar 18 23:00 bin [2021-03-18T23:04:19.590Z] drwxrwxr-x 14 1001 1001 4096 Mar 18 23:00 cmd [2021-03-18T23:04:19.590Z] -rw-r--r-- 1 root root 650607 Mar 18 23:03 coverage.out [2021-03-18T23:04:19.590Z] -rw-r--r-- 1 root root 1055 Mar 18 23:04 go.mod [2021-03-18T23:04:19.590Z] -rw-r--r-- 1 root root 21981 Mar 18 23:04 go.sum [2021-03-18T23:04:19.590Z] drwxrwxr-x 8 1001 1001 127 Mar 18 23:00 internal [2021-03-18T23:04:19.590Z] drwxrwxr-x 4 1001 1001 26 Mar 18 23:00 openapi [2021-03-18T23:04:19.590Z] drwxrwxr-x 4 1001 1001 71 Mar 18 23:00 snap [2021-03-18T23:04:19.590Z] -rw-rw-r-- 1 1001 1001 168 Mar 18 23:00 version.go [Pipeline] sh [2021-03-18T23:04:19.897Z] + '[' -e coverage.out ] [2021-03-18T23:04:19.897Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-18T23:04:20.157Z] Stashed 1 file(s) [Pipeline] sh [2021-03-18T23:04:20.454Z] + make build [2021-03-18T23:04:20.454Z] 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-18T23:04:25.782Z] 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-18T23:04:34.095Z] 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-18T23:04:34.676Z] 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-18T23:04:36.070Z] 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-18T23:04:36.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-18T23:04:38.047Z] 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-18T23:04:39.854Z] 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-18T23:04:40.457Z] 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-18T23:04:41.881Z] 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-18T23:04:42.848Z] 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-18T23:04:43.802Z] 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-18T23:04:45.807Z] $ docker stop --time=1 26a6f855f8a39a4e7d0717dedbb02e3c2e2b7ec35a27f1b70326b34f21c58c82 [2021-03-18T23:04:47.475Z] $ docker rm -f 26a6f855f8a39a4e7d0717dedbb02e3c2e2b7ec35a27f1b70326b34f21c58c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:04:49.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T23:04:49.377Z] [2021-03-18T23:04:49.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:04:49.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T23:04:49.723Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-18T23:04:49.723Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-18T23:04:49.723Z] ca9280d653b3: Pulling fs layer [2021-03-18T23:04:49.723Z] 7e9c9ca2126c: Pulling fs layer [2021-03-18T23:04:49.723Z] cbdbe7a5bc2a: Download complete [2021-03-18T23:04:50.304Z] cbdbe7a5bc2a: Pull complete [2021-03-18T23:04:50.304Z] ca9280d653b3: Verifying Checksum [2021-03-18T23:04:50.304Z] ca9280d653b3: Download complete [2021-03-18T23:04:51.262Z] ca9280d653b3: Pull complete [2021-03-18T23:04:51.262Z] 7e9c9ca2126c: Download complete [2021-03-18T23:04:57.863Z] 7e9c9ca2126c: Pull complete [2021-03-18T23:04:57.864Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-18T23:04:57.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T23:04:57.864Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-18T23:04:57.970Z] prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container [2021-03-18T23:04:58.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-18T23:05:00.011Z] $ docker top 2cdc25751ab7fec5154900df764f186e193662d4ac4beecbb57039526782fafe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:05:00.535Z] + docker-compose build --help [2021-03-18T23:05:00.535Z] + grep parallel [2021-03-18T23:05:01.481Z] --parallel Build images in parallel. [Pipeline] } [2021-03-18T23:05:01.496Z] $ docker stop --time=1 2cdc25751ab7fec5154900df764f186e193662d4ac4beecbb57039526782fafe [2021-03-18T23:05:02.841Z] $ docker rm -f 2cdc25751ab7fec5154900df764f186e193662d4ac4beecbb57039526782fafe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:05:03.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T23:05:03.463Z] . [Pipeline] withDockerContainer [2021-03-18T23:05:03.564Z] prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container [2021-03-18T23:05:03.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-18T23:05:04.477Z] $ docker top 36c7ae32458dbab7026e27523c371d7ed8de41c5f012a814ab7b11b58b434ee7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:05:05.008Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-18T23:05:06.012Z] Building docker-core-command-go ... [2021-03-18T23:05:06.012Z] Building docker-core-data-go ... [2021-03-18T23:05:06.012Z] Building docker-core-metadata-go ... [2021-03-18T23:05:06.012Z] Building docker-security-bootstrapper-go ... [2021-03-18T23:05:06.012Z] Building docker-security-proxy-setup-go ... [2021-03-18T23:05:06.012Z] Building docker-security-secretstore-setup-go ... [2021-03-18T23:05:06.012Z] Building docker-support-notifications-go ... [2021-03-18T23:05:06.012Z] Building docker-support-scheduler-go ... [2021-03-18T23:05:06.013Z] Building docker-sys-mgmt-agent-go ... [2021-03-18T23:05:06.013Z] Building docker-support-notifications-go [2021-03-18T23:05:06.013Z] Building docker-core-command-go [2021-03-18T23:05:06.013Z] Building docker-sys-mgmt-agent-go [2021-03-18T23:05:06.013Z] Building docker-security-proxy-setup-go [2021-03-18T23:05:06.013Z] Building docker-security-bootstrapper-go [2021-03-18T23:05:38.420Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:05:38.420Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:05:38.420Z] ---> e44ea5b3c457 [2021-03-18T23:05:38.420Z] Step 3/21 : WORKDIR /edgex-go [2021-03-18T23:05:38.420Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:05:38.420Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:05:38.420Z] ---> e44ea5b3c457 [2021-03-18T23:05:38.420Z] Step 3/31 : WORKDIR /edgex-go [2021-03-18T23:05:38.420Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:05:38.420Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:05:38.420Z] ---> e44ea5b3c457 [2021-03-18T23:05:38.420Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T23:05:38.420Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:05:38.420Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:05:38.420Z] ---> e44ea5b3c457 [2021-03-18T23:05:38.420Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T23:05:38.420Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:05:38.420Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:05:38.420Z] ---> e44ea5b3c457 [2021-03-18T23:05:38.420Z] Step 3/26 : WORKDIR /edgex-go [2021-03-18T23:05:38.420Z] ---> Running in 9b7ea0a4765b [2021-03-18T23:05:38.420Z] ---> Running in 948356b86b79 [2021-03-18T23:05:38.420Z] ---> Running in 9fa72c320f94 [2021-03-18T23:05:38.420Z] ---> Running in c5f514334ea2 [2021-03-18T23:05:38.420Z] ---> Running in d3988cb26bca [2021-03-18T23:05:38.420Z] Removing intermediate container c5f514334ea2 [2021-03-18T23:05:38.420Z] ---> 2b61de9213d5 [2021-03-18T23:05:38.420Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:05:38.420Z] Removing intermediate container 9b7ea0a4765b [2021-03-18T23:05:38.420Z] ---> 96e1513c85dc [2021-03-18T23:05:38.420Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:05:38.420Z] Removing intermediate container 948356b86b79 [2021-03-18T23:05:38.420Z] ---> 90942e608191 [2021-03-18T23:05:38.420Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:05:38.420Z] Removing intermediate container 9fa72c320f94 [2021-03-18T23:05:38.420Z] ---> 0795402f1f4c [2021-03-18T23:05:38.420Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:05:38.420Z] Removing intermediate container d3988cb26bca [2021-03-18T23:05:38.420Z] ---> 99ebd35643b0 [2021-03-18T23:05:38.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:05:38.420Z] ---> Running in 64ca8642e659 [2021-03-18T23:05:38.420Z] ---> Running in 1e4dd314bd5a [2021-03-18T23:05:38.420Z] ---> Running in 3a78273558ea [2021-03-18T23:05:38.420Z] ---> Running in aedd5fee8d5c [2021-03-18T23:05:38.420Z] ---> Running in d3512f70a135 [2021-03-18T23:05:40.355Z] Removing intermediate container 1e4dd314bd5a [2021-03-18T23:05:40.355Z] ---> 3636569d8a7c [2021-03-18T23:05:40.355Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-18T23:05:40.616Z] ---> Running in f0b7724904ec [2021-03-18T23:05:40.616Z] Removing intermediate container 3a78273558ea [2021-03-18T23:05:40.616Z] ---> bd2278dabed2 [2021-03-18T23:05:40.616Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-18T23:05:40.616Z] Removing intermediate container 64ca8642e659 [2021-03-18T23:05:40.616Z] ---> 2ca3b98ad9d5 [2021-03-18T23:05:40.616Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-18T23:05:40.889Z] Removing intermediate container d3512f70a135 [2021-03-18T23:05:40.889Z] ---> 73de59b4910b [2021-03-18T23:05:40.889Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T23:05:40.889Z] Removing intermediate container aedd5fee8d5c [2021-03-18T23:05:40.889Z] ---> 29540ca7d703 [2021-03-18T23:05:40.889Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-18T23:05:40.889Z] ---> Running in 4c4eb5053096 [2021-03-18T23:05:40.889Z] ---> Running in de4cd47cbb52 [2021-03-18T23:05:41.049Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30382 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws [2021-03-18T23:05:41.139Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [2021-03-18T23:05:41.154Z] ---> Running in b6672e486b54 [2021-03-18T23:05:41.154Z] ---> Running in 45d3c27c18c0 [Pipeline] checkout [2021-03-18T23:05:41.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:41.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:41.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:41.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:41.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:41.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:42.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:42.537Z] OK: 233 MiB in 51 packages [2021-03-18T23:05:42.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:42.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:42.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:05:42.804Z] OK: 233 MiB in 51 packages [2021-03-18T23:05:43.072Z] Removing intermediate container f0b7724904ec [2021-03-18T23:05:43.073Z] ---> 9ccbb937f104 [2021-03-18T23:05:43.073Z] Step 6/26 : COPY go.mod . [2021-03-18T23:05:43.073Z] OK: 233 MiB in 51 packages [2021-03-18T23:05:43.335Z] OK: 233 MiB in 51 packages [2021-03-18T23:05:43.335Z] OK: 233 MiB in 51 packages [2021-03-18T23:05:43.335Z] ---> 2337c621e4df [2021-03-18T23:05:43.335Z] Step 7/26 : RUN go mod download [2021-03-18T23:05:43.335Z] ---> Running in 65c9ada61355 [2021-03-18T23:05:43.601Z] Removing intermediate container 4c4eb5053096 [2021-03-18T23:05:43.601Z] ---> a30395763ef7 [2021-03-18T23:05:43.601Z] Step 6/31 : COPY go.mod . [2021-03-18T23:05:44.177Z] Removing intermediate container de4cd47cbb52 [2021-03-18T23:05:44.177Z] ---> 7d9f237f32e3 [2021-03-18T23:05:44.177Z] Step 6/22 : COPY go.mod . [2021-03-18T23:05:44.177Z] ---> 125414b8f77d [2021-03-18T23:05:44.177Z] Step 7/31 : RUN go mod download [2021-03-18T23:05:44.438Z] ---> Running in 21e4acfe8103 [2021-03-18T23:05:44.438Z] Removing intermediate container 45d3c27c18c0 [2021-03-18T23:05:44.438Z] ---> 73f81a47c8c1 [2021-03-18T23:05:44.438Z] Step 6/21 : COPY go.mod . [2021-03-18T23:05:44.438Z] ---> 98dd0e92de88 [2021-03-18T23:05:44.438Z] Step 7/22 : RUN go mod download [2021-03-18T23:05:44.699Z] Removing intermediate container b6672e486b54 [2021-03-18T23:05:44.699Z] ---> f2412585bdf6 [2021-03-18T23:05:44.699Z] Step 6/23 : COPY go.mod . [2021-03-18T23:05:44.699Z] ---> Running in f3c4fbc95142 [2021-03-18T23:05:44.699Z] ---> 945f01df6912 [2021-03-18T23:05:44.699Z] Step 7/21 : RUN go mod download [2021-03-18T23:05:44.962Z] ---> Running in 524886f2034f [2021-03-18T23:05:45.233Z] ---> d973fdf087b6 [2021-03-18T23:05:45.233Z] Step 7/23 : RUN go mod download [2021-03-18T23:05:45.233Z] ---> Running in e3c473ab30b5 [2021-03-18T23:05:46.207Z] Removing intermediate container 65c9ada61355 [2021-03-18T23:05:46.207Z] ---> 4b798055e68c [2021-03-18T23:05:46.207Z] Step 8/26 : COPY . . [2021-03-18T23:05:46.207Z] Removing intermediate container 21e4acfe8103 [2021-03-18T23:05:46.207Z] ---> f44e7e3efd09 [2021-03-18T23:05:46.207Z] Step 8/31 : COPY . . [2021-03-18T23:05:46.641Z] using credential edgex-jenkins-ssh [2021-03-18T23:05:46.697Z] Cloning the remote Git repository [2021-03-18T23:05:46.773Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:05:46.891Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-18T23:05:46.961Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:05:46.962Z] > git --version # timeout=10 [2021-03-18T23:05:46.982Z] > git --version # 'git version 2.17.1' [2021-03-18T23:05:46.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:05:47.053Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T23:05:49.541Z] Removing intermediate container f3c4fbc95142 [2021-03-18T23:05:49.541Z] ---> 1557db85e31a [2021-03-18T23:05:49.541Z] Step 8/22 : COPY . . [2021-03-18T23:05:49.810Z] Removing intermediate container 524886f2034f [2021-03-18T23:05:49.810Z] ---> ea9db396516e [2021-03-18T23:05:49.810Z] Step 8/21 : COPY . . [2021-03-18T23:05:56.441Z] Removing intermediate container e3c473ab30b5 [2021-03-18T23:05:56.441Z] ---> ab988122adde [2021-03-18T23:05:56.441Z] Step 8/23 : COPY . . [2021-03-18T23:06:01.984Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T23:06:02.006Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T23:06:02.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T23:06:02.066Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:06:02.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:06:02.084Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T23:06:03.929Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:06:04.366Z] Merge succeeded, producing 38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:06:04.367Z] Checking out Revision 38578564605a9cf0cacd04b8f8f753691b7dc710 (PR-3274) [2021-03-18T23:06:03.965Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T23:06:03.980Z] > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 [2021-03-18T23:06:04.293Z] > git remote # timeout=10 [2021-03-18T23:06:04.313Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T23:06:04.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:06:04.341Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-18T23:06:04.363Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T23:06:04.389Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T23:06:04.398Z] > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 [2021-03-18T23:06:08.716Z] Commit message: "ci: attempt apt-get instead of snap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T23:06:10.146Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-18T23:06:10.609Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T23:06:10.953Z] + true [2021-03-18T23:06:10.953Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T23:06:13.016Z] provisioning config files... [2021-03-18T23:06:13.058Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2541525286676272822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:06:13.455Z] ---> docker-login.sh [2021-03-18T23:06:13.455Z] nexus3.edgexfoundry.org:10001 [2021-03-18T23:06:14.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:06:14.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:06:14.718Z] Configure a credential helper to remove this warning. See [2021-03-18T23:06:14.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:06:14.718Z] [2021-03-18T23:06:14.718Z] Login Succeeded [2021-03-18T23:06:14.718Z] nexus3.edgexfoundry.org:10002 [2021-03-18T23:06:14.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:06:15.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:06:15.263Z] Configure a credential helper to remove this warning. See [2021-03-18T23:06:15.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:06:15.263Z] [2021-03-18T23:06:15.263Z] Login Succeeded [2021-03-18T23:06:15.263Z] nexus3.edgexfoundry.org:10003 [2021-03-18T23:06:15.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:06:15.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:06:15.815Z] Configure a credential helper to remove this warning. See [2021-03-18T23:06:15.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:06:15.815Z] [2021-03-18T23:06:15.815Z] Login Succeeded [2021-03-18T23:06:15.815Z] nexus3.edgexfoundry.org:10004 [2021-03-18T23:06:16.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:06:16.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:06:16.362Z] Configure a credential helper to remove this warning. See [2021-03-18T23:06:16.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:06:16.362Z] [2021-03-18T23:06:16.362Z] Login Succeeded [2021-03-18T23:06:16.362Z] docker.io [2021-03-18T23:06:16.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T23:06:16.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T23:06:16.908Z] Configure a credential helper to remove this warning. See [2021-03-18T23:06:16.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T23:06:16.908Z] [2021-03-18T23:06:16.908Z] Login Succeeded [2021-03-18T23:06:16.908Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T23:06:16.926Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T23:06:17.386Z] ========================================================= [2021-03-18T23:06:17.386Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T23:06:17.386Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:06:17.761Z] + 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-18T23:06:20.409Z] Sending build context to Docker daemon 166.8MB [2021-03-18T23:06:20.409Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T23:06:20.410Z] Step 2/6 : FROM ${BASE} [2021-03-18T23:06:20.410Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T23:06:20.410Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T23:06:20.410Z] a4357932f1b6: Pulling fs layer [2021-03-18T23:06:20.410Z] 18c013af1878: Pulling fs layer [2021-03-18T23:06:20.410Z] 00ac8860ef70: Pulling fs layer [2021-03-18T23:06:20.410Z] 63d7cb157983: Pulling fs layer [2021-03-18T23:06:20.410Z] b116817d02f9: Pulling fs layer [2021-03-18T23:06:20.410Z] 745a02a5169b: Pulling fs layer [2021-03-18T23:06:20.410Z] 00ac8860ef70: Waiting [2021-03-18T23:06:20.410Z] 63d7cb157983: Waiting [2021-03-18T23:06:20.410Z] b116817d02f9: Waiting [2021-03-18T23:06:20.410Z] 745a02a5169b: Waiting [2021-03-18T23:06:20.410Z] 18c013af1878: Download complete [2021-03-18T23:06:20.410Z] a4357932f1b6: Verifying Checksum [2021-03-18T23:06:20.410Z] a4357932f1b6: Download complete [2021-03-18T23:06:20.410Z] 63d7cb157983: Verifying Checksum [2021-03-18T23:06:20.410Z] 63d7cb157983: Download complete [2021-03-18T23:06:20.410Z] b116817d02f9: Verifying Checksum [2021-03-18T23:06:20.410Z] b116817d02f9: Download complete [2021-03-18T23:06:20.410Z] 5f621e34cdf4: Download complete [2021-03-18T23:06:21.014Z] 5f621e34cdf4: Pull complete [2021-03-18T23:06:21.635Z] a4357932f1b6: Pull complete [2021-03-18T23:06:22.238Z] 18c013af1878: Pull complete [2021-03-18T23:06:22.840Z] 745a02a5169b: Verifying Checksum [2021-03-18T23:06:22.840Z] 745a02a5169b: Download complete [2021-03-18T23:06:24.274Z] 00ac8860ef70: Download complete [2021-03-18T23:06:34.441Z] 00ac8860ef70: Pull complete [2021-03-18T23:06:34.714Z] 63d7cb157983: Pull complete [2021-03-18T23:06:34.987Z] b116817d02f9: Pull complete [2021-03-18T23:06:35.339Z] ---> 0a0c1cd144ed [2021-03-18T23:06:35.339Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-18T23:06:35.339Z] ---> f674e9b9d667 [2021-03-18T23:06:35.339Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-18T23:06:35.339Z] ---> 5954c0ac7e93 [2021-03-18T23:06:35.339Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-18T23:06:35.339Z] ---> 745ee9c5b4fb [2021-03-18T23:06:35.339Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-18T23:06:35.339Z] ---> Running in 9aa5b8c126ad [2021-03-18T23:06:35.339Z] ---> Running in f03676e165aa [2021-03-18T23:06:35.339Z] ---> Running in e3e1b5f60f78 [2021-03-18T23:06:35.339Z] ---> Running in c29761619b7c [2021-03-18T23:06:35.339Z] ---> 73d3b7a2f64f [2021-03-18T23:06:35.339Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-18T23:06:35.339Z] ---> Running in fac872163e3f [2021-03-18T23:06:35.339Z] 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-18T23:06:35.339Z] 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-18T23:06:35.339Z] 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-18T23:06:35.339Z] 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-18T23:06:35.339Z] 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-18T23:06:39.311Z] 745a02a5169b: Pull complete [2021-03-18T23:06:39.312Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T23:06:39.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T23:06:39.312Z] ---> b7e6874047d6 [2021-03-18T23:06:39.312Z] 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-18T23:06:41.933Z] ---> Running in 92f9dcb7f8af [2021-03-18T23:06:42.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:06:43.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:06:45.302Z] (1/12) Installing libmagic (5.38-r0) [2021-03-18T23:06:45.891Z] (2/12) Installing file (5.38-r0) [2021-03-18T23:06:45.891Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-18T23:06:45.891Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-18T23:06:56.002Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-18T23:06:56.002Z] (6/12) Installing patch (2.7.6-r6) [2021-03-18T23:06:56.002Z] (7/12) Installing build-base (0.5-r2) [2021-03-18T23:06:56.002Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-18T23:06:56.002Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-18T23:06:56.002Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-18T23:06:56.275Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-18T23:06:56.275Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-18T23:06:56.275Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:06:56.275Z] OK: 217 MiB in 51 packages [2021-03-18T23:07:00.578Z] Removing intermediate container 92f9dcb7f8af [2021-03-18T23:07:00.578Z] ---> 785f77ce2986 [2021-03-18T23:07:00.578Z] Step 4/6 : WORKDIR /edgex-go [2021-03-18T23:07:00.578Z] ---> Running in 5c222b3a697f [2021-03-18T23:07:00.851Z] Removing intermediate container 5c222b3a697f [2021-03-18T23:07:00.851Z] ---> ceb4a2995852 [2021-03-18T23:07:00.851Z] Step 5/6 : COPY go.mod . [2021-03-18T23:07:01.444Z] ---> 9ccb13141157 [2021-03-18T23:07:01.444Z] Step 6/6 : RUN go mod download [2021-03-18T23:07:01.717Z] ---> Running in 6e83bebbd1e6 [2021-03-18T23:07:07.627Z] 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-18T23:07:10.988Z] Removing intermediate container 9aa5b8c126ad [2021-03-18T23:07:10.988Z] ---> bc1e2bd456a5 [2021-03-18T23:07:10.988Z] [2021-03-18T23:07:10.988Z] Step 10/31 : FROM alpine:3.12 [2021-03-18T23:07:10.988Z] Removing intermediate container e3e1b5f60f78 [2021-03-18T23:07:10.988Z] ---> 9abec1598a5b [2021-03-18T23:07:10.988Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-18T23:07:10.988Z] 3.12: Pulling from library/alpine [2021-03-18T23:07:10.988Z] Removing intermediate container fac872163e3f [2021-03-18T23:07:10.988Z] ---> 720c72557129 [2021-03-18T23:07:10.988Z] [2021-03-18T23:07:10.988Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T23:07:10.988Z] ---> Running in e30826d4bfe1 [2021-03-18T23:07:10.988Z] 3.12: Pulling from library/alpine [2021-03-18T23:07:11.573Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T23:07:11.573Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T23:07:11.573Z] Status: Image is up to date for alpine:3.12 [2021-03-18T23:07:11.573Z] ---> 88dd2752d2ea [2021-03-18T23:07:11.573Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T23:07:11.573Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T23:07:11.573Z] ---> 88dd2752d2ea [2021-03-18T23:07:11.573Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-18T23:07:13.492Z] 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-18T23:07:14.884Z] ---> Running in 54d0f1992d66 [2021-03-18T23:07:14.884Z] ---> Running in 3f7f63fc20d3 [2021-03-18T23:07:14.884Z] Removing intermediate container f03676e165aa [2021-03-18T23:07:14.884Z] ---> 259b53645b5a [2021-03-18T23:07:14.884Z] [2021-03-18T23:07:14.884Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T23:07:14.884Z] ---> 88dd2752d2ea [2021-03-18T23:07:14.884Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-18T23:07:14.884Z] Removing intermediate container c29761619b7c [2021-03-18T23:07:14.884Z] ---> 1b1dc1309384 [2021-03-18T23:07:14.884Z] [2021-03-18T23:07:14.884Z] Step 10/21 : FROM alpine:3.12 [2021-03-18T23:07:14.884Z] ---> 88dd2752d2ea [2021-03-18T23:07:14.885Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-18T23:07:15.147Z] Removing intermediate container 3f7f63fc20d3 [2021-03-18T23:07:15.147Z] ---> 3f11b18ad84f [2021-03-18T23:07:15.148Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-18T23:07:15.148Z] ---> Running in c0f26b6382af [2021-03-18T23:07:15.148Z] ---> Running in 8f841fa1ccab [2021-03-18T23:07:15.409Z] ---> Running in c8e640618a61 [2021-03-18T23:07:15.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:15.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:15.672Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T23:07:15.672Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:07:15.672Z] OK: 6 MiB in 15 packages [2021-03-18T23:07:15.672Z] Removing intermediate container e30826d4bfe1 [2021-03-18T23:07:15.672Z] ---> fa0f790c436c [2021-03-18T23:07:15.672Z] [2021-03-18T23:07:15.672Z] Step 11/26 : FROM docker:20.10.0 [2021-03-18T23:07:15.936Z] 20.10.0: Pulling from library/docker [2021-03-18T23:07:16.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:16.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:16.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:16.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:16.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:16.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:16.746Z] Removing intermediate container 54d0f1992d66 [2021-03-18T23:07:16.746Z] ---> 6244a20bd1ce [2021-03-18T23:07:16.746Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:07:16.746Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-18T23:07:16.746Z] (2/2) Installing su-exec (0.2-r1) [2021-03-18T23:07:16.746Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:07:16.746Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-18T23:07:16.746Z] OK: 6 MiB in 16 packages [2021-03-18T23:07:16.746Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-18T23:07:17.009Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T23:07:17.009Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-18T23:07:17.009Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:07:17.009Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-18T23:07:17.009Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T23:07:17.009Z] (4/4) Installing curl (7.69.1-r3) [2021-03-18T23:07:17.009Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:07:17.009Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T23:07:17.009Z] OK: 6 MiB in 16 packages [2021-03-18T23:07:17.009Z] OK: 7 MiB in 18 packages [2021-03-18T23:07:17.958Z] ---> Running in 1e7d898a2fdf [2021-03-18T23:07:18.539Z] Removing intermediate container 1e7d898a2fdf [2021-03-18T23:07:18.539Z] ---> 23d2019741d5 [2021-03-18T23:07:18.539Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-18T23:07:19.114Z] Removing intermediate container c8e640618a61 [2021-03-18T23:07:19.114Z] ---> e1f1755b742b [2021-03-18T23:07:19.114Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-18T23:07:19.114Z] ---> Running in f02a6f17a8a9 [2021-03-18T23:07:20.511Z] ---> Running in bcec979bcfaa [2021-03-18T23:07:20.511Z] Removing intermediate container 8f841fa1ccab [2021-03-18T23:07:20.511Z] ---> 53c3ce0862b9 [2021-03-18T23:07:20.511Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:07:20.511Z] Removing intermediate container c0f26b6382af [2021-03-18T23:07:20.511Z] ---> 12e687870ba5 [2021-03-18T23:07:20.511Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T23:07:20.511Z] Removing intermediate container f02a6f17a8a9 [2021-03-18T23:07:20.511Z] ---> 0eb4403b425b [2021-03-18T23:07:20.511Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T23:07:21.093Z] ---> Running in d6c5f0e2860a [2021-03-18T23:07:21.093Z] ---> Running in ee693f0e9f46 [2021-03-18T23:07:21.357Z] ---> Running in 99debd95ecd6 [2021-03-18T23:07:21.622Z] Removing intermediate container bcec979bcfaa [2021-03-18T23:07:21.622Z] ---> 1bc3be4c4139 [2021-03-18T23:07:21.622Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-18T23:07:21.622Z] ---> Running in dab01594d9b2 [2021-03-18T23:07:21.622Z] Removing intermediate container d6c5f0e2860a [2021-03-18T23:07:21.622Z] ---> f424841b29e4 [2021-03-18T23:07:21.622Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-18T23:07:21.622Z] Removing intermediate container ee693f0e9f46 [2021-03-18T23:07:21.622Z] ---> b3aba204ec6d [2021-03-18T23:07:21.622Z] Step 13/21 : WORKDIR /edgex [2021-03-18T23:07:21.884Z] Removing intermediate container 99debd95ecd6 [2021-03-18T23:07:21.884Z] ---> 524a4e83f46b [2021-03-18T23:07:21.884Z] Step 15/23 : WORKDIR / [2021-03-18T23:07:21.884Z] ---> Running in 132478221ab3 [2021-03-18T23:07:21.884Z] ---> Running in 90f7c901e3b8 [2021-03-18T23:07:22.147Z] ---> Running in b22ccad5ddfb [2021-03-18T23:07:22.147Z] Removing intermediate container dab01594d9b2 [2021-03-18T23:07:22.147Z] ---> 112d2c344470 [2021-03-18T23:07:22.147Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-18T23:07:22.410Z] ---> Running in db7c1c516b87 [2021-03-18T23:07:22.410Z] Removing intermediate container 132478221ab3 [2021-03-18T23:07:22.410Z] ---> 29ba87537c9d [2021-03-18T23:07:22.410Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T23:07:22.410Z] Removing intermediate container 90f7c901e3b8 [2021-03-18T23:07:22.410Z] ---> 51629a516f8e [2021-03-18T23:07:22.410Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-18T23:07:22.410Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-18T23:07:22.671Z] Removing intermediate container b22ccad5ddfb [2021-03-18T23:07:22.671Z] ---> a9444c27068a [2021-03-18T23:07:22.671Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:07:22.671Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-18T23:07:22.671Z] ---> aefe523efa57 [2021-03-18T23:07:22.671Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-18T23:07:22.945Z] ---> Running in d64e92b91062 [2021-03-18T23:07:22.945Z] ---> Running in 23a7197cb050 [2021-03-18T23:07:22.945Z] ---> ecc58f5298f3 [2021-03-18T23:07:22.945Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-18T23:07:22.945Z] ---> a86f8b1fc9b6 [2021-03-18T23:07:22.945Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-18T23:07:23.210Z] Removing intermediate container d64e92b91062 [2021-03-18T23:07:23.210Z] ---> 4869709ced37 [2021-03-18T23:07:23.210Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:07:23.797Z] ---> 579ff2efaa16 [2021-03-18T23:07:23.797Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-18T23:07:23.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:23.797Z] ---> 34bef22e6166 [2021-03-18T23:07:23.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-18T23:07:23.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:23.797Z] ---> acb9dd6c9292 [2021-03-18T23:07:23.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-18T23:07:24.062Z] (1/2) Installing readline (8.0.4-r0) [2021-03-18T23:07:24.062Z] (2/2) Installing bash (5.0.17-r0) [2021-03-18T23:07:24.062Z] Executing bash-5.0.17-r0.post-install [2021-03-18T23:07:24.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:07:24.062Z] OK: 12 MiB in 22 packages [2021-03-18T23:07:24.324Z] Removing intermediate container db7c1c516b87 [2021-03-18T23:07:24.325Z] ---> 93fee74f41b5 [2021-03-18T23:07:24.325Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-18T23:07:24.586Z] ---> Running in 6a7b262f8111 [2021-03-18T23:07:24.586Z] ---> 1006a71f3132 [2021-03-18T23:07:24.586Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-18T23:07:24.847Z] ---> 373ae24566b9 [2021-03-18T23:07:24.847Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-18T23:07:24.847Z] ---> 9e3a822859c3 [2021-03-18T23:07:24.847Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-18T23:07:24.847Z] ---> Running in 8688820348ee [2021-03-18T23:07:25.113Z] ---> Running in 663b58d7a0b3 [2021-03-18T23:07:25.113Z] Removing intermediate container 6a7b262f8111 [2021-03-18T23:07:25.113Z] ---> 50fe8ff47410 [2021-03-18T23:07:25.113Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-18T23:07:25.113Z] Removing intermediate container 23a7197cb050 [2021-03-18T23:07:25.113Z] ---> fe0fe17d5890 [2021-03-18T23:07:25.113Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-18T23:07:25.376Z] Removing intermediate container 8688820348ee [2021-03-18T23:07:25.376Z] ---> 3f673a2f99c0 [2021-03-18T23:07:25.376Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:07:25.376Z] ---> e8444d75073f [2021-03-18T23:07:25.376Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-18T23:07:25.376Z] ---> Running in a8c6d0e9cb86 [2021-03-18T23:07:25.376Z] Removing intermediate container 663b58d7a0b3 [2021-03-18T23:07:25.376Z] ---> ae4b22b2cf5b [2021-03-18T23:07:25.376Z] Step 18/21 : CMD ["--init=true"] [2021-03-18T23:07:25.638Z] ---> Running in 67fb636a8b50 [2021-03-18T23:07:25.638Z] ---> Running in 763f5ef4d116 [2021-03-18T23:07:25.638Z] ---> Running in 2c20437efb24 [2021-03-18T23:07:25.638Z] ---> 1266a92e1f0c [2021-03-18T23:07:25.638Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-18T23:07:25.900Z] Removing intermediate container a8c6d0e9cb86 [2021-03-18T23:07:25.900Z] ---> c3a28ec4af08 [2021-03-18T23:07:25.900Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-18T23:07:25.900Z] ---> Running in 76abacd92a84 [2021-03-18T23:07:26.161Z] ---> Running in 46eb0ddbd59f [2021-03-18T23:07:26.161Z] Removing intermediate container 763f5ef4d116 [2021-03-18T23:07:26.161Z] ---> b977fb5ca6d8 [2021-03-18T23:07:26.161Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T23:07:26.429Z] Removing intermediate container 67fb636a8b50 [2021-03-18T23:07:26.429Z] ---> 615a84e23cb1 [2021-03-18T23:07:26.429Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:07:26.429Z] Removing intermediate container 2c20437efb24 [2021-03-18T23:07:26.429Z] ---> 49a3ade89a16 [2021-03-18T23:07:26.429Z] Step 19/21 : LABEL arch=x86_64 [2021-03-18T23:07:26.429Z] ---> Running in db1a887f2ab3 [2021-03-18T23:07:26.699Z] ---> Running in fd4f5e2446e1 [2021-03-18T23:07:26.699Z] ---> Running in 536a3f5611a2 [2021-03-18T23:07:26.699Z] Removing intermediate container 46eb0ddbd59f [2021-03-18T23:07:26.699Z] ---> 7491cb584d5c [2021-03-18T23:07:26.699Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-18T23:07:27.272Z] ---> Running in d3917ecdbb2a [2021-03-18T23:07:27.272Z] Removing intermediate container db1a887f2ab3 [2021-03-18T23:07:27.272Z] ---> 8a1a99384a53 [2021-03-18T23:07:27.272Z] Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:07:27.540Z] Removing intermediate container fd4f5e2446e1 [2021-03-18T23:07:27.540Z] ---> 28249bcb54d2 [2021-03-18T23:07:27.540Z] Step 20/22 : LABEL arch=x86_64 [2021-03-18T23:07:27.540Z] Removing intermediate container 536a3f5611a2 [2021-03-18T23:07:27.540Z] ---> f1ce0189d1fa [2021-03-18T23:07:27.540Z] Step 20/21 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:07:27.807Z] ---> Running in 9a2a25c4caaa [2021-03-18T23:07:27.807Z] ---> Running in bb8a172aec2d [2021-03-18T23:07:27.807Z] ---> Running in 55e75559f7ab [2021-03-18T23:07:27.807Z] Removing intermediate container d3917ecdbb2a [2021-03-18T23:07:27.807Z] ---> 4cacc1428ec4 [2021-03-18T23:07:27.807Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-18T23:07:28.074Z] Removing intermediate container 9a2a25c4caaa [2021-03-18T23:07:28.074Z] ---> 86e4400629c2 [2021-03-18T23:07:28.074Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T23:07:28.338Z] Removing intermediate container bb8a172aec2d [2021-03-18T23:07:28.338Z] ---> 87d0bf582879 [2021-03-18T23:07:28.338Z] Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:07:28.338Z] Removing intermediate container 55e75559f7ab [2021-03-18T23:07:28.338Z] ---> 457f5fa90539 [2021-03-18T23:07:28.338Z] Step 21/21 : LABEL version=0.0.0 [2021-03-18T23:07:28.338Z] ---> Running in 6e71c2935d05 [2021-03-18T23:07:28.537Z] Removing intermediate container 6e83bebbd1e6 [2021-03-18T23:07:28.537Z] ---> cf385e0213d9 [2021-03-18T23:07:28.537Z] Successfully built cf385e0213d9 [2021-03-18T23:07:28.537Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:07:28.602Z] ---> Running in cc21a5253600 [2021-03-18T23:07:28.602Z] ---> Running in c8d4eed34daa [2021-03-18T23:07:28.602Z] Removing intermediate container 76abacd92a84 [2021-03-18T23:07:28.602Z] ---> db6e048fa649 [2021-03-18T23:07:28.602Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:07:28.602Z] ---> b906c0be44d2 [2021-03-18T23:07:28.602Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-18T23:07:28.602Z] Removing intermediate container 6e71c2935d05 [2021-03-18T23:07:28.602Z] ---> 31c03b261265 [2021-03-18T23:07:28.602Z] [2021-03-18T23:07:28.869Z] Removing intermediate container cc21a5253600 [2021-03-18T23:07:28.869Z] ---> 2796e6f58ec0 [2021-03-18T23:07:28.869Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T23:07:28.869Z] Removing intermediate container c8d4eed34daa [2021-03-18T23:07:28.869Z] ---> bde3f8cdefd1 [2021-03-18T23:07:28.869Z] [2021-03-18T23:07:28.877Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T23:07:28.877Z] . [Pipeline] withDockerContainer [2021-03-18T23:07:29.123Z] prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container [2021-03-18T23:07:29.143Z] Successfully built 31c03b261265 [2021-03-18T23:07:29.143Z] ---> Running in 5e0da378e24d [2021-03-18T23:07:29.143Z] Successfully tagged docker-core-command-go:latest [2021-03-18T23:07:29.143Z]  Building docker-core-command-go ... done  ---> a0ea819d7586 [2021-03-18T23:07:29.143Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-18T23:07:29.143Z] Building docker-security-secretstore-setup-go [2021-03-18T23:07:29.143Z] ---> 0bcf0a999520 [2021-03-18T23:07:29.143Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-18T23:07:29.143Z] Successfully built bde3f8cdefd1 [2021-03-18T23:07:29.143Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-18T23:07:29.143Z] Building docker-core-metadata-go [2021-03-18T23:07:29.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T23:07:29.409Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5e0da378e24d [2021-03-18T23:07:29.409Z] ---> 832a850b981a [2021-03-18T23:07:29.409Z] [2021-03-18T23:07:29.409Z] Successfully built 832a850b981a [2021-03-18T23:07:29.670Z] Successfully tagged docker-support-notifications-go:latest [2021-03-18T23:07:29.670Z] Building docker-support-scheduler-go [2021-03-18T23:07:29.670Z] ---> fb6a8cab4f4d [2021-03-18T23:07:29.670Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-18T23:07:29.670Z]  Building docker-support-notifications-go ... done  ---> Running in dfe9efbeaccf [2021-03-18T23:07:29.670Z] ---> b44029d9542a [2021-03-18T23:07:29.670Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-18T23:07:30.247Z] ---> 7ea6149313e8 [2021-03-18T23:07:30.247Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-18T23:07:30.729Z] $ docker top aae5bca9236aa06bc9d4e13606db1ff413b49fa7674ea5930b2271373b38ef05 -eo pid,comm [2021-03-18T23:07:30.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:07:30.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-03-18T23:07:31.085Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-18T23:07:31.085Z] (2/33) Installing expat (2.2.9-r1) [2021-03-18T23:07:31.085Z] (3/33) Installing libffi (3.3-r2) [2021-03-18T23:07:31.085Z] (4/33) Installing gdbm (1.13-r1) [2021-03-18T23:07:31.659Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-18T23:07:31.659Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-18T23:07:31.659Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-18T23:07:31.706Z] + go version [2021-03-18T23:07:31.706Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T23:07:31.761Z] $ docker stop --time=1 aae5bca9236aa06bc9d4e13606db1ff413b49fa7674ea5930b2271373b38ef05 [2021-03-18T23:07:33.705Z] $ docker rm -f aae5bca9236aa06bc9d4e13606db1ff413b49fa7674ea5930b2271373b38ef05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:07:34.795Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T23:07:34.795Z] . [Pipeline] withDockerContainer [2021-03-18T23:07:35.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container [2021-03-18T23:07:35.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T23:07:36.611Z] $ docker top 23f73acd94dd831eefa75a6ad18e99fa4975ae7e091ae20aa4858b53abe7f837 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-18T23:07:36.960Z] ========================================================= [2021-03-18T23:07:36.960Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-18T23:07:36.960Z] ========================================================= [Pipeline] sh [2021-03-18T23:07:37.608Z] + make test [2021-03-18T23:07:37.608Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-18T23:07:41.688Z] ---> 65ac7896db1b [2021-03-18T23:07:41.688Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-18T23:07:41.961Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-18T23:07:42.225Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-18T23:07:42.225Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-18T23:07:42.225Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-18T23:07:42.225Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-18T23:07:42.489Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-18T23:07:42.490Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-18T23:07:42.490Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-18T23:07:42.490Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-18T23:07:42.490Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-18T23:07:42.490Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-18T23:07:42.490Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-18T23:07:42.490Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-18T23:07:42.754Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-18T23:07:43.016Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-18T23:07:43.017Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-18T23:07:43.285Z] ---> af7872969683 [2021-03-18T23:07:43.285Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-18T23:07:43.285Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-18T23:07:43.285Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-18T23:07:43.285Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-18T23:07:43.285Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-18T23:07:43.285Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-18T23:07:43.285Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-18T23:07:43.285Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-18T23:07:43.285Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-18T23:07:43.285Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-18T23:07:43.285Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-18T23:07:47.520Z] ---> Running in 18b9db048b4c [2021-03-18T23:07:47.520Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:07:47.520Z] OK: 71 MiB in 55 packages [2021-03-18T23:07:51.803Z] Removing intermediate container 18b9db048b4c [2021-03-18T23:07:51.803Z] ---> ce268ac690f1 [2021-03-18T23:07:51.803Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-18T23:07:55.141Z] ---> 044e1e271755 [2021-03-18T23:07:55.141Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-18T23:07:56.674Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:07:56.674Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:07:56.674Z] ---> e44ea5b3c457 [2021-03-18T23:07:56.674Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T23:07:56.674Z] ---> Using cache [2021-03-18T23:07:56.674Z] ---> 99ebd35643b0 [2021-03-18T23:07:56.674Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:07:56.674Z] ---> Using cache [2021-03-18T23:07:56.674Z] ---> 73de59b4910b [2021-03-18T23:07:56.674Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-18T23:07:56.674Z] ---> Using cache [2021-03-18T23:07:56.674Z] ---> f2412585bdf6 [2021-03-18T23:07:56.674Z] Step 6/22 : COPY go.mod . [2021-03-18T23:07:56.674Z] ---> Using cache [2021-03-18T23:07:56.674Z] ---> d973fdf087b6 [2021-03-18T23:07:56.674Z] Step 7/22 : RUN go mod download [2021-03-18T23:07:56.942Z] ---> Using cache [2021-03-18T23:07:56.942Z] ---> ab988122adde [2021-03-18T23:07:56.942Z] Step 8/22 : COPY . . [2021-03-18T23:07:56.942Z] ---> Using cache [2021-03-18T23:07:56.942Z] ---> 73d3b7a2f64f [2021-03-18T23:07:56.942Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-18T23:07:57.206Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:07:57.206Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:07:57.206Z] ---> e44ea5b3c457 [2021-03-18T23:07:57.206Z] Step 3/24 : WORKDIR /edgex-go [2021-03-18T23:07:57.206Z] ---> Using cache [2021-03-18T23:07:57.206Z] ---> 99ebd35643b0 [2021-03-18T23:07:57.206Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:07:57.206Z] ---> Using cache [2021-03-18T23:07:57.206Z] ---> 73de59b4910b [2021-03-18T23:07:57.206Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-18T23:07:57.206Z] ---> Using cache [2021-03-18T23:07:57.206Z] ---> f2412585bdf6 [2021-03-18T23:07:57.206Z] Step 6/24 : COPY go.mod . [2021-03-18T23:07:57.206Z] ---> Using cache [2021-03-18T23:07:57.206Z] ---> d973fdf087b6 [2021-03-18T23:07:57.206Z] Step 7/24 : RUN go mod download [2021-03-18T23:07:57.206Z] ---> Using cache [2021-03-18T23:07:57.206Z] ---> ab988122adde [2021-03-18T23:07:57.206Z] Step 8/24 : COPY . . [2021-03-18T23:07:57.206Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:07:57.206Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:07:57.206Z] ---> e44ea5b3c457 [2021-03-18T23:07:57.206Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T23:07:57.206Z] ---> Using cache [2021-03-18T23:07:57.206Z] ---> 99ebd35643b0 [2021-03-18T23:07:57.206Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:07:57.206Z] ---> Using cache [2021-03-18T23:07:57.206Z] ---> 73de59b4910b [2021-03-18T23:07:57.207Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T23:07:57.207Z] ---> Using cache [2021-03-18T23:07:57.207Z] ---> f2412585bdf6 [2021-03-18T23:07:57.207Z] Step 6/23 : COPY go.mod . [2021-03-18T23:07:57.207Z] ---> Using cache [2021-03-18T23:07:57.207Z] ---> d973fdf087b6 [2021-03-18T23:07:57.207Z] Step 7/23 : RUN go mod download [2021-03-18T23:07:57.207Z] ---> Using cache [2021-03-18T23:07:57.207Z] ---> ab988122adde [2021-03-18T23:07:57.207Z] Step 8/23 : COPY . . [2021-03-18T23:07:57.472Z] ---> Using cache [2021-03-18T23:07:57.472Z] ---> 73d3b7a2f64f [2021-03-18T23:07:57.472Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-18T23:07:57.472Z] ---> Using cache [2021-03-18T23:07:57.472Z] ---> 73d3b7a2f64f [2021-03-18T23:07:57.472Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-18T23:07:58.880Z] ---> Running in c7d001d98f9f [2021-03-18T23:07:59.142Z] ---> Running in 287f4b916e09 [2021-03-18T23:07:59.142Z] ---> Running in 5eab06a9bdd5 [2021-03-18T23:07:59.142Z] ---> Running in 2f305ea550bc [2021-03-18T23:07:59.790Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-18T23:08:00.104Z] 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-18T23:08:00.104Z] 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-18T23:08:00.104Z] 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-18T23:08:02.054Z] Removing intermediate container c7d001d98f9f [2021-03-18T23:08:02.054Z] ---> 449822d7cc59 [2021-03-18T23:08:02.054Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-18T23:08:05.958Z] ---> Running in b3e713a2ec62 [2021-03-18T23:08:06.716Z] Removing intermediate container b3e713a2ec62 [2021-03-18T23:08:06.716Z] ---> 39eb31be8241 [2021-03-18T23:08:06.716Z] Step 28/31 : CMD ["gate"] [2021-03-18T23:08:08.164Z] ---> Running in e57eb0567e8f [2021-03-18T23:08:10.097Z] Removing intermediate container dfe9efbeaccf [2021-03-18T23:08:10.097Z] ---> c90ee8fa3f19 [2021-03-18T23:08:10.097Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-18T23:08:10.673Z] Removing intermediate container e57eb0567e8f [2021-03-18T23:08:10.673Z] ---> 3afb026c6240 [2021-03-18T23:08:10.673Z] Step 29/31 : LABEL arch=x86_64 [2021-03-18T23:08:10.673Z] ---> Running in 3306fb2a6287 [2021-03-18T23:08:10.937Z] ---> Running in 0ea9a8f384d9 [2021-03-18T23:08:11.204Z] Removing intermediate container 0ea9a8f384d9 [2021-03-18T23:08:11.204Z] ---> 7022b005b81b [2021-03-18T23:08:11.204Z] Step 30/31 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:08:11.476Z] ---> Running in 62b4e83e55da [2021-03-18T23:08:12.076Z] Removing intermediate container 62b4e83e55da [2021-03-18T23:08:12.076Z] ---> 64d7e0cad9ae [2021-03-18T23:08:12.076Z] Step 31/31 : LABEL version=0.0.0 [2021-03-18T23:08:12.076Z] ---> Running in c5391a811a4a [2021-03-18T23:08:12.347Z] Removing intermediate container c5391a811a4a [2021-03-18T23:08:12.347Z] ---> fffd9696ebc2 [2021-03-18T23:08:12.347Z] [2021-03-18T23:08:12.612Z] Successfully built fffd9696ebc2 [2021-03-18T23:08:12.612Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-18T23:08:12.612Z] Building docker-core-data-go [2021-03-18T23:08:15.235Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-03-18T23:08:15.508Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-18T23:08:16.110Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-18T23:08:16.110Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-18T23:08:17.072Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-18T23:08:17.342Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-18T23:08:18.769Z] Collecting cached-property<2,>=1.2.0 [2021-03-18T23:08:18.769Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-18T23:08:18.769Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-18T23:08:18.769Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-18T23:08:20.744Z] Collecting texttable<0.10,>=0.9.0 [2021-03-18T23:08:20.744Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-18T23:08:22.733Z] Collecting PyYAML<4,>=3.10 [2021-03-18T23:08:22.733Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-18T23:08:25.322Z] Collecting docopt<0.7,>=0.6.1 [2021-03-18T23:08:25.322Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-18T23:08:27.926Z] Collecting jsonschema<3,>=2.5.1 [2021-03-18T23:08:27.926Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-18T23:08:27.926Z] 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-18T23:08:28.195Z] Collecting docker<4.0,>=3.6.0 [2021-03-18T23:08:28.195Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-18T23:08:28.473Z] 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-18T23:08:28.473Z] 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-18T23:08:28.473Z] 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-18T23:08:29.459Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-18T23:08:29.459Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-18T23:08:30.043Z] Collecting idna<2.8,>=2.5 [2021-03-18T23:08:30.043Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-18T23:08:30.628Z] Collecting docker-pycreds>=0.4.0 [2021-03-18T23:08:30.628Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-18T23:08:30.628Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-18T23:08:30.628Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-18T23:08:30.628Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-18T23:08:30.628Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-18T23:08:30.904Z] Installing collected packages: urllib3, idna, requests, websocket-client, cached-property, dockerpty, texttable, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose [2021-03-18T23:08:30.904Z] Attempting uninstall: urllib3 [2021-03-18T23:08:30.904Z] Found existing installation: urllib3 1.25.9 [2021-03-18T23:08:30.904Z] Uninstalling urllib3-1.25.9: [2021-03-18T23:08:31.170Z] Successfully uninstalled urllib3-1.25.9 [2021-03-18T23:08:31.777Z] Attempting uninstall: idna [2021-03-18T23:08:31.777Z] Found existing installation: idna 2.9 [2021-03-18T23:08:31.777Z] Uninstalling idna-2.9: [2021-03-18T23:08:31.777Z] Successfully uninstalled idna-2.9 [2021-03-18T23:08:31.777Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:08:31.777Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:08:31.777Z] ---> e44ea5b3c457 [2021-03-18T23:08:31.777Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T23:08:31.777Z] ---> Using cache [2021-03-18T23:08:31.777Z] ---> 99ebd35643b0 [2021-03-18T23:08:31.777Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:08:31.777Z] ---> Using cache [2021-03-18T23:08:31.777Z] ---> 73de59b4910b [2021-03-18T23:08:31.777Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-18T23:08:32.737Z] Attempting uninstall: requests [2021-03-18T23:08:32.737Z] Found existing installation: requests 2.23.0 [2021-03-18T23:08:32.737Z] Uninstalling requests-2.23.0: [2021-03-18T23:08:32.737Z] ---> Running in a808a3309da4 [2021-03-18T23:08:32.737Z] Successfully uninstalled requests-2.23.0 [2021-03-18T23:08:33.316Z] Running setup.py install for dockerpty: started [2021-03-18T23:08:33.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:08:33.926Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-18T23:08:33.926Z] Running setup.py install for texttable: started [2021-03-18T23:08:34.511Z] Running setup.py install for texttable: finished with status 'done' [2021-03-18T23:08:34.511Z] Running setup.py install for PyYAML: started [2021-03-18T23:08:34.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:08:35.083Z] OK: 233 MiB in 51 packages [2021-03-18T23:08:36.035Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-18T23:08:36.035Z] Running setup.py install for docopt: started [2021-03-18T23:08:36.330Z] Running setup.py install for docopt: finished with status 'done' [2021-03-18T23:08:39.652Z] Removing intermediate container 287f4b916e09 [2021-03-18T23:08:39.652Z] ---> c1969d0f183c [2021-03-18T23:08:39.652Z] [2021-03-18T23:08:39.652Z] Step 10/24 : FROM alpine:3.12 [2021-03-18T23:08:39.652Z] ---> 88dd2752d2ea [2021-03-18T23:08:39.652Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-18T23:08:39.914Z] Removing intermediate container 5eab06a9bdd5 [2021-03-18T23:08:39.914Z] ---> 9565c1c0538e [2021-03-18T23:08:39.914Z] [2021-03-18T23:08:39.914Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T23:08:39.914Z] ---> 88dd2752d2ea [2021-03-18T23:08:39.914Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-18T23:08:39.914Z] ---> Using cache [2021-03-18T23:08:39.914Z] ---> 6244a20bd1ce [2021-03-18T23:08:39.914Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:08:39.914Z] ---> Using cache [2021-03-18T23:08:39.914Z] ---> 23d2019741d5 [2021-03-18T23:08:39.914Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-18T23:08:40.485Z] ---> Running in c5aaa382582b [2021-03-18T23:08:40.485Z] Removing intermediate container a808a3309da4 [2021-03-18T23:08:40.485Z] ---> e8831854e7e3 [2021-03-18T23:08:40.485Z] Step 6/23 : COPY go.mod . [2021-03-18T23:08:40.752Z] ---> Running in 97afc4fc430d [2021-03-18T23:08:41.014Z] Removing intermediate container 2f305ea550bc [2021-03-18T23:08:41.014Z] ---> 7832bcd6a3f2 [2021-03-18T23:08:41.014Z] [2021-03-18T23:08:41.014Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T23:08:41.014Z] ---> 88dd2752d2ea [2021-03-18T23:08:41.014Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T23:08:41.014Z] ---> Using cache [2021-03-18T23:08:41.014Z] ---> 6244a20bd1ce [2021-03-18T23:08:41.014Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:08:41.014Z] ---> Using cache [2021-03-18T23:08:41.014Z] ---> 23d2019741d5 [2021-03-18T23:08:41.014Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-18T23:08:41.014Z] 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-18T23:08:41.277Z] ---> 9e4521eb3126 [2021-03-18T23:08:41.277Z] Step 7/23 : RUN go mod download [2021-03-18T23:08:41.544Z] Removing intermediate container 97afc4fc430d [2021-03-18T23:08:41.544Z] ---> 37f76a687b76 [2021-03-18T23:08:41.544Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T23:08:41.544Z] ---> Running in 6b14d03cdbc9 [2021-03-18T23:08:41.544Z] ---> Running in e2cd80a1fab4 [2021-03-18T23:08:41.544Z] ---> Running in d594fca7b57f [2021-03-18T23:08:41.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:08:41.808Z] Removing intermediate container 6b14d03cdbc9 [2021-03-18T23:08:41.808Z] ---> 384eafe9e0be [2021-03-18T23:08:41.808Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T23:08:41.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:08:42.073Z] ---> Running in a0f31acf11a8 [2021-03-18T23:08:42.073Z] Removing intermediate container d594fca7b57f [2021-03-18T23:08:42.073Z] ---> 6aea74b629af [2021-03-18T23:08:42.073Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:08:42.073Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-18T23:08:42.073Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T23:08:42.073Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-18T23:08:42.073Z] (4/5) Installing curl (7.69.1-r3) [2021-03-18T23:08:42.073Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-18T23:08:42.073Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:08:42.646Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T23:08:42.646Z] OK: 7 MiB in 19 packages [2021-03-18T23:08:42.646Z] Removing intermediate container a0f31acf11a8 [2021-03-18T23:08:42.646Z] ---> ac44a5851a17 [2021-03-18T23:08:42.646Z] Step 15/23 : WORKDIR / [2021-03-18T23:08:44.564Z] ---> Running in 2fc0fbb8d2c9 [2021-03-18T23:08:44.564Z] ---> 0167b99f1ac8 [2021-03-18T23:08:44.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-18T23:08:44.828Z] Removing intermediate container 3306fb2a6287 [2021-03-18T23:08:44.828Z] ---> 214dec4b6749 [2021-03-18T23:08:44.828Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-18T23:08:45.092Z] ---> Running in e064b97c4430 [2021-03-18T23:08:45.357Z] Removing intermediate container 2fc0fbb8d2c9 [2021-03-18T23:08:45.357Z] ---> 758f5e3e1118 [2021-03-18T23:08:45.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:08:45.932Z] ---> 8b5033ba9ea6 [2021-03-18T23:08:45.932Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-18T23:08:45.932Z] Removing intermediate container c5aaa382582b [2021-03-18T23:08:45.932Z] ---> 17cb447f86fa [2021-03-18T23:08:45.932Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T23:08:45.932Z] Removing intermediate container e2cd80a1fab4 [2021-03-18T23:08:45.932Z] ---> d5463b85aaa6 [2021-03-18T23:08:45.932Z] Step 8/23 : COPY . . [2021-03-18T23:08:46.196Z] ---> 59167c81e883 [2021-03-18T23:08:46.196Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-18T23:08:46.196Z] ---> Running in 8074333b721b [2021-03-18T23:08:46.196Z] ---> d75ec7428255 [2021-03-18T23:08:46.196Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-18T23:08:46.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:08:46.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:08:46.728Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T23:08:46.728Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-18T23:08:46.728Z] (3/3) Installing curl (7.69.1-r3) [2021-03-18T23:08:46.728Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:08:46.728Z] OK: 72 MiB in 58 packages [2021-03-18T23:08:46.829Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-18T23:08:47.678Z] ---> Running in 69257a7cad03 [2021-03-18T23:08:47.679Z] Removing intermediate container 8074333b721b [2021-03-18T23:08:47.679Z] ---> 553713793cf3 [2021-03-18T23:08:47.679Z] Step 13/24 : WORKDIR / [2021-03-18T23:08:47.943Z] ---> f07f29227479 [2021-03-18T23:08:47.943Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-18T23:08:47.943Z] ---> Running in 13370706ce9e [2021-03-18T23:08:48.206Z] Removing intermediate container 69257a7cad03 [2021-03-18T23:08:48.206Z] ---> 50fb81667b6a [2021-03-18T23:08:48.206Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:08:51.534Z] ---> Running in a4adccfa68d3 [2021-03-18T23:08:54.094Z] Removing intermediate container e064b97c4430 [2021-03-18T23:08:54.094Z] ---> 08a358c19a2c [2021-03-18T23:08:54.094Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-18T23:08:54.355Z] ---> 98cce505b94c [2021-03-18T23:08:54.355Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-18T23:08:54.355Z] Removing intermediate container 13370706ce9e [2021-03-18T23:08:54.355Z] ---> c0f279645708 [2021-03-18T23:08:54.355Z] 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-18T23:08:55.259Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-18T23:08:55.762Z] ---> Running in 4a18569ae6b2 [2021-03-18T23:08:55.762Z] Removing intermediate container a4adccfa68d3 [2021-03-18T23:08:55.762Z] ---> 142707f82d9a [2021-03-18T23:08:55.762Z] Step 20/22 : LABEL arch=x86_64 [2021-03-18T23:08:56.025Z] ---> Running in e8a23c4ded87 [2021-03-18T23:08:57.421Z] ---> 866ad32506cf [2021-03-18T23:08:57.421Z] 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-18T23:08:57.421Z] ---> Running in 8965fe04b753 [2021-03-18T23:08:57.687Z] Removing intermediate container 4a18569ae6b2 [2021-03-18T23:08:57.687Z] ---> ecec4a2ce99e [2021-03-18T23:08:57.687Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:08:57.949Z] Removing intermediate container e8a23c4ded87 [2021-03-18T23:08:57.949Z] ---> 88aad07b5c55 [2021-03-18T23:08:57.949Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:08:58.906Z] Removing intermediate container 8965fe04b753 [2021-03-18T23:08:58.906Z] ---> 0d2b7db7a621 [2021-03-18T23:08:58.906Z] Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:08:58.906Z] ---> Running in 1d8d6a0c1af1 [2021-03-18T23:09:00.851Z] ---> db690496880f [2021-03-18T23:09:00.851Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-18T23:09:00.851Z] ---> Running in 02b3296955dc [2021-03-18T23:09:01.436Z] Removing intermediate container 1d8d6a0c1af1 [2021-03-18T23:09:01.436Z] ---> 94b833352fca [2021-03-18T23:09:01.436Z] Step 24/26 : LABEL arch=x86_64 [2021-03-18T23:09:01.701Z] ---> Running in 3689e9ff4efb [2021-03-18T23:09:02.030Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-18T23:09:02.030Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-18T23:09:03.644Z] ---> Running in 76d8340394ed [2021-03-18T23:09:03.644Z] ---> 25e76db94240 [2021-03-18T23:09:03.644Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-18T23:09:03.910Z] Removing intermediate container 02b3296955dc [2021-03-18T23:09:03.910Z] ---> b41fcf9bc3cb [2021-03-18T23:09:03.910Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T23:09:04.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-18T23:09:04.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-18T23:09:04.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-18T23:09:04.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-18T23:09:05.300Z] Removing intermediate container 3689e9ff4efb [2021-03-18T23:09:05.300Z] ---> 633cc3d045d8 [2021-03-18T23:09:05.300Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T23:09:05.566Z] ---> Running in a316c1e62ac8 [2021-03-18T23:09:05.566Z] ---> Running in 8dda0805df21 [2021-03-18T23:09:05.836Z] Removing intermediate container 76d8340394ed [2021-03-18T23:09:05.836Z] ---> 9e6bc837614f [2021-03-18T23:09:05.836Z] Step 25/26 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:09:05.836Z] ---> c4973d1d51b7 [2021-03-18T23:09:05.836Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-18T23:09:06.414Z] ---> 69c5659178f8 [2021-03-18T23:09:06.414Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-18T23:09:06.676Z] ---> Running in 61b8c0788a4a [2021-03-18T23:09:06.676Z] ---> Running in 646e6785d8fb [2021-03-18T23:09:06.676Z] Removing intermediate container a316c1e62ac8 [2021-03-18T23:09:06.676Z] ---> c23a0eb8d464 [2021-03-18T23:09:06.676Z] Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:09:06.948Z] ---> ad3a431f1a8a [2021-03-18T23:09:06.948Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-18T23:09:06.948Z] Removing intermediate container 8dda0805df21 [2021-03-18T23:09:06.948Z] ---> 9f6d0f1de94c [2021-03-18T23:09:06.948Z] [2021-03-18T23:09:06.948Z] ---> Running in e2d1bb22c98e [2021-03-18T23:09:07.214Z] Successfully built 9f6d0f1de94c [2021-03-18T23:09:07.214Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-18T23:09:07.214Z] Removing intermediate container 61b8c0788a4a [2021-03-18T23:09:07.214Z]  Building docker-support-scheduler-go ... done  ---> 95d33fedff91 [2021-03-18T23:09:07.214Z] Step 26/26 : LABEL version=0.0.0 [2021-03-18T23:09:07.214Z] ---> a44d98dc6b77 [2021-03-18T23:09:07.214Z] 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-18T23:09:07.477Z] Removing intermediate container e2d1bb22c98e [2021-03-18T23:09:07.477Z] ---> 6ed934f8c9bb [2021-03-18T23:09:07.477Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T23:09:07.477Z] ---> Running in e31c4d001013 [2021-03-18T23:09:07.477Z] ---> Running in ad9b011370f9 [2021-03-18T23:09:07.477Z] ---> Running in 0f99ee9f1321 [2021-03-18T23:09:07.741Z] 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-18T23:09:07.741Z] Removing intermediate container e31c4d001013 [2021-03-18T23:09:07.741Z] ---> db307da2dffe [2021-03-18T23:09:07.741Z] [2021-03-18T23:09:08.007Z] Removing intermediate container 0f99ee9f1321 [2021-03-18T23:09:08.007Z] ---> 6775ddfc082a [2021-03-18T23:09:08.007Z] [2021-03-18T23:09:08.007Z] Successfully built db307da2dffe [2021-03-18T23:09:08.007Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-18T23:09:08.085Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-18T23:09:08.271Z]  Building docker-sys-mgmt-agent-go ... done Successfully built 6775ddfc082a [2021-03-18T23:09:08.271Z] Successfully tagged docker-core-metadata-go:latest [2021-03-18T23:09:08.361Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-18T23:09:08.852Z]  Building docker-core-metadata-go ... done Removing intermediate container ad9b011370f9 [2021-03-18T23:09:08.852Z] ---> 35870487377b [2021-03-18T23:09:08.852Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-18T23:09:09.114Z] ---> Running in ec56a472a8e9 [2021-03-18T23:09:09.385Z] Removing intermediate container ec56a472a8e9 [2021-03-18T23:09:09.385Z] ---> ad29bd2d78c3 [2021-03-18T23:09:09.385Z] Step 22/24 : LABEL arch=x86_64 [2021-03-18T23:09:09.385Z] ---> Running in 1ce034768659 [2021-03-18T23:09:09.972Z] Removing intermediate container 1ce034768659 [2021-03-18T23:09:09.972Z] ---> 8b032b6936f8 [2021-03-18T23:09:09.972Z] Step 23/24 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:09:09.972Z] ---> Running in 4444a33cd6ad [2021-03-18T23:09:10.568Z] Removing intermediate container 4444a33cd6ad [2021-03-18T23:09:10.568Z] ---> 9d456dff6f52 [2021-03-18T23:09:10.568Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T23:09:10.568Z] ---> Running in aae0291e978d [2021-03-18T23:09:10.836Z] Removing intermediate container aae0291e978d [2021-03-18T23:09:10.836Z] ---> 3a254353b11d [2021-03-18T23:09:10.836Z] [2021-03-18T23:09:11.107Z] Successfully built 3a254353b11d [2021-03-18T23:09:11.107Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-18T23:09:16.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-18T23:09:16.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-18T23:09:16.691Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-18T23:09:22.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.367s coverage: 45.9% of statements [2021-03-18T23:09:22.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-18T23:09:22.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-18T23:09:22.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-18T23:09:22.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-18T23:09:22.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-18T23:09:22.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-18T23:09:22.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements [2021-03-18T23:09:22.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements [2021-03-18T23:09:23.647Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 646e6785d8fb [2021-03-18T23:09:23.647Z] ---> 1af1a9da6b3a [2021-03-18T23:09:23.647Z] [2021-03-18T23:09:23.647Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T23:09:23.647Z] ---> 88dd2752d2ea [2021-03-18T23:09:23.647Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-18T23:09:23.647Z] ---> Running in d118d7faa849 [2021-03-18T23:09:23.647Z] Removing intermediate container d118d7faa849 [2021-03-18T23:09:23.647Z] ---> 66fb216947e5 [2021-03-18T23:09:23.647Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-18T23:09:23.647Z] ---> Running in f95003adf660 [2021-03-18T23:09:23.647Z] Removing intermediate container f95003adf660 [2021-03-18T23:09:23.647Z] ---> 84f7f70ad6ca [2021-03-18T23:09:23.647Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-18T23:09:23.647Z] ---> Running in 95d9220fdefd [2021-03-18T23:09:23.919Z] Removing intermediate container 95d9220fdefd [2021-03-18T23:09:23.919Z] ---> c8ac59179f4c [2021-03-18T23:09:23.919Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:09:23.919Z] ---> Running in d108bdbde582 [2021-03-18T23:09:24.873Z] Removing intermediate container d108bdbde582 [2021-03-18T23:09:24.873Z] ---> 887918ea8cb8 [2021-03-18T23:09:24.873Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-18T23:09:24.873Z] ---> Running in 4c505a20f411 [2021-03-18T23:09:25.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:09:26.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:09:26.968Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-18T23:09:26.968Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-18T23:09:27.230Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-18T23:09:27.230Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-18T23:09:27.492Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T23:09:27.754Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-18T23:09:27.754Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:09:27.754Z] OK: 8 MiB in 20 packages [2021-03-18T23:09:28.330Z] Removing intermediate container 4c505a20f411 [2021-03-18T23:09:28.330Z] ---> e2e97a9d68ed [2021-03-18T23:09:28.330Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:09:28.593Z] ---> 47074c63812d [2021-03-18T23:09:28.593Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-18T23:09:29.171Z] ---> 641367efb293 [2021-03-18T23:09:29.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-18T23:09:29.434Z] ---> df3ca1086f3d [2021-03-18T23:09:29.434Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-18T23:09:29.434Z] ---> Running in 93ed8fb875cf [2021-03-18T23:09:29.695Z] Removing intermediate container 93ed8fb875cf [2021-03-18T23:09:29.696Z] ---> e303b766c8da [2021-03-18T23:09:29.696Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:09:29.696Z] ---> Running in bdb315473284 [2021-03-18T23:09:29.957Z] Removing intermediate container bdb315473284 [2021-03-18T23:09:29.957Z] ---> a7973ab5bb6c [2021-03-18T23:09:29.957Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T23:09:29.957Z] ---> Running in 9562f41780d9 [2021-03-18T23:09:30.221Z] Removing intermediate container 9562f41780d9 [2021-03-18T23:09:30.221Z] ---> 20c2ccd23a12 [2021-03-18T23:09:30.221Z] Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:09:30.221Z] ---> Running in a67aed27c858 [2021-03-18T23:09:30.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.535s coverage: 27.1% of statements [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-18T23:09:30.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-18T23:09:30.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-18T23:09:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-18T23:09:30.486Z] Removing intermediate container a67aed27c858 [2021-03-18T23:09:30.486Z] ---> cf58e5a01b40 [2021-03-18T23:09:30.486Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T23:09:30.486Z] ---> Running in f78e9691d5ed [2021-03-18T23:09:30.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements [2021-03-18T23:09:30.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-18T23:09:30.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-18T23:09:30.748Z] Removing intermediate container f78e9691d5ed [2021-03-18T23:09:30.748Z] ---> 38300ac84466 [2021-03-18T23:09:30.748Z] [2021-03-18T23:09:30.748Z] Successfully built 38300ac84466 [2021-03-18T23:09:30.748Z] Successfully tagged docker-core-data-go:latest [2021-03-18T23:09:31.337Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-18T23:09:31.352Z] $ docker stop --time=1 36c7ae32458dbab7026e27523c371d7ed8de41c5f012a814ab7b11b58b434ee7 [2021-03-18T23:09:31.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.513s coverage: 82.9% of statements [2021-03-18T23:09:31.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-18T23:09:31.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:09:31.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.146s coverage: 78.9% of statements [2021-03-18T23:09:31.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-18T23:09:33.087Z] $ docker rm -f 36c7ae32458dbab7026e27523c371d7ed8de41c5f012a814ab7b11b58b434ee7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T23:09:33.648Z] + docker images [2021-03-18T23:09:33.648Z] + grep docker [2021-03-18T23:09:33.913Z] docker-core-data-go latest 38300ac84466 3 seconds ago 22.6MB [2021-03-18T23:09:33.913Z] docker-security-secretstore-setup-go latest 3a254353b11d 23 seconds ago 24.9MB [2021-03-18T23:09:33.913Z] docker-core-metadata-go latest 6775ddfc082a 26 seconds ago 19MB [2021-03-18T23:09:33.913Z] docker-sys-mgmt-agent-go latest db307da2dffe 26 seconds ago 313MB [2021-03-18T23:09:33.913Z] docker-support-scheduler-go latest 9f6d0f1de94c 27 seconds ago 17.3MB [2021-03-18T23:09:33.913Z] docker-security-bootstrapper-go latest fffd9696ebc2 About a minute ago 18.8MB [2021-03-18T23:09:33.913Z] docker-support-notifications-go latest 832a850b981a 2 minutes ago 17.8MB [2021-03-18T23:09:33.913Z] docker-security-proxy-setup-go latest bde3f8cdefd1 2 minutes ago 24.7MB [2021-03-18T23:09:33.913Z] docker-core-command-go latest 31c03b261265 2 minutes ago 17.2MB [2021-03-18T23:09:33.913Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-18T23:09:44.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.117s coverage: 28.6% of statements [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-18T23:09:44.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-18T23:09:44.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-18T23:09:44.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-18T23:09:44.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.449s coverage: 97.5% of statements [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-18T23:09:44.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.124s coverage: 78.3% of statements [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-18T23:09:44.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-18T23:09:49.614Z] Still waiting to schedule task [2021-03-18T23:09:49.614Z] ‘prd-ubuntu18.04-docker-8c-8g-30385’ is offline [2021-03-18T23:09:49.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.185s coverage: 92.8% of statements [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-18T23:09:49.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-18T23:09:49.952Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-18T23:09:49.952Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-18T23:09:49.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-18T23:09:49.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2021-03-18T23:09:49.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 79.5% of statements [2021-03-18T23:09:49.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-03-18T23:09:49.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-03-18T23:09:49.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-03-18T23:10:02.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.104s coverage: 94.4% of statements [2021-03-18T23:10:02.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-18T23:10:09.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.275s coverage: 81.9% of statements [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.516s coverage: 62.4% of statements [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-18T23:10:17.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2021-03-18T23:10:17.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-18T23:10:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2021-03-18T23:10:18.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-03-18T23:10:23.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.958s coverage: 69.0% of statements [2021-03-18T23:10:23.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-18T23:10:23.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-18T23:10:23.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-18T23:10:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.403s coverage: 38.4% of statements [2021-03-18T23:10:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-18T23:10:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-18T23:10:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.154s coverage: 89.5% of statements [2021-03-18T23:10:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-18T23:10:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements [2021-03-18T23:10:31.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-18T23:10:31.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-18T23:10:31.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-18T23:10:31.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.473s coverage: 87.1% of statements [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:10:31.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-18T23:10:38.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.101s coverage: 29.1% of statements [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-18T23:10:38.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-18T23:10:38.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-18T23:10:38.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.237s coverage: 96.5% of statements [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-18T23:10:38.492Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.081s coverage: 0.0% of statements [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-18T23:10:38.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-18T23:10:38.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-18T23:10:38.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-03-18T23:10:38.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-18T23:10:38.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-18T23:10:38.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-03-18T23:10:38.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-18T23:10:39.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-18T23:10:40.229Z] GO111MODULE=on go vet ./... [2021-03-18T23:11:48.833Z] Running on prd-ubuntu18.04-docker-8c-8g-30386 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws [2021-03-18T23:11:48.911Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-18T23:11:50.996Z] using credential edgex-jenkins-ssh [2021-03-18T23:11:51.062Z] Cloning the remote Git repository [2021-03-18T23:11:51.097Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:11:51.169Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-18T23:11:51.200Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:11:51.200Z] > git --version # timeout=10 [2021-03-18T23:11:51.207Z] > git --version # 'git version 2.17.1' [2021-03-18T23:11:51.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:11:51.234Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T23:11:58.411Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:11:58.571Z] Merge succeeded, producing 38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:11:58.572Z] Checking out Revision 38578564605a9cf0cacd04b8f8f753691b7dc710 (PR-3274) [2021-03-18T23:11:57.789Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T23:11:57.794Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T23:11:57.802Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T23:11:57.813Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:11:57.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:11:57.817Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T23:11:58.440Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T23:11:58.444Z] > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 [2021-03-18T23:11:58.560Z] > git remote # timeout=10 [2021-03-18T23:11:58.566Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T23:11:58.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:11:58.580Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-18T23:11:58.588Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T23:11:58.596Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T23:11:58.600Z] > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 [2021-03-18T23:12:02.052Z] gofmt -l . [2021-03-18T23:12:02.052Z] [ "`gofmt -l .`" = "" ] [2021-03-18T23:12:02.052Z] ./bin/test-go-mod-tidy.sh [2021-03-18T23:12:02.052Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-18T23:12:02.211Z] Commit message: "ci: attempt apt-get instead of snap" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:12:02.719Z] + ls -al . [2021-03-18T23:12:02.719Z] total 788 [2021-03-18T23:12:02.719Z] drwxrwxr-x 9 1001 1001 4096 Mar 18 23:12 . [2021-03-18T23:12:02.719Z] drwxr-xr-x 4 root root 4096 Mar 18 23:07 .. [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 11 Mar 18 23:06 .dockerignore [2021-03-18T23:12:02.719Z] drwxrwxr-x 8 1001 1001 4096 Mar 18 23:06 .git [2021-03-18T23:12:02.719Z] drwxrwxr-x 3 1001 1001 4096 Mar 18 23:06 .github [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 818 Mar 18 23:06 .gitignore [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 166 Mar 18 23:06 .sonarcloud.properties [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 8607 Mar 18 23:06 Attribution.txt [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 3804 Mar 18 23:06 CONTRIBUTING.md [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 931 Mar 18 23:06 Dockerfile.build [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 863 Mar 18 23:06 Jenkinsfile [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 10775 Mar 18 23:06 LICENSE [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 5774 Mar 18 23:06 Makefile [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 6548 Mar 18 23:06 README.md [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 6755 Mar 18 23:06 SECURITY.md [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 5 Mar 18 23:01 VERSION [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 4131 Mar 18 23:06 ZMQWindows.md [2021-03-18T23:12:02.719Z] drwxrwxr-x 2 1001 1001 4096 Mar 18 23:06 bin [2021-03-18T23:12:02.719Z] drwxrwxr-x 14 1001 1001 4096 Mar 18 23:06 cmd [2021-03-18T23:12:02.719Z] -rw-r--r-- 1 root root 650607 Mar 18 23:10 coverage.out [2021-03-18T23:12:02.719Z] -rw-r--r-- 1 root root 1055 Mar 18 23:11 go.mod [2021-03-18T23:12:02.719Z] -rw-r--r-- 1 root root 21981 Mar 18 23:12 go.sum [2021-03-18T23:12:02.719Z] drwxrwxr-x 8 1001 1001 4096 Mar 18 23:06 internal [2021-03-18T23:12:02.719Z] drwxrwxr-x 4 1001 1001 4096 Mar 18 23:06 openapi [2021-03-18T23:12:02.719Z] drwxrwxr-x 4 1001 1001 4096 Mar 18 23:06 snap [2021-03-18T23:12:02.719Z] -rw-rw-r-- 1 1001 1001 168 Mar 18 23:06 version.go [Pipeline] sh [2021-03-18T23:12:03.231Z] + echo snap-build.sh [2021-03-18T23:12:03.231Z] snap-build.sh [2021-03-18T23:12:03.231Z] + SNAP_BASE_DIR=. [2021-03-18T23:12:03.231Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-18T23:12:03.231Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-18T23:12:03.231Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-18T23:12:03.231Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-18T23:12:03.231Z] + cd /w/workspace/edgex-go/3 [2021-03-18T23:12:03.231Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-18T23:12:03.231Z] Reading package lists... [2021-03-18T23:12:03.494Z] Building dependency tree... [2021-03-18T23:12:03.494Z] Reading state information... [2021-03-18T23:12:03.494Z] The following packages were automatically installed and are no longer required: [2021-03-18T23:12:03.494Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-18T23:12:03.494Z] uidmap xdelta3 [2021-03-18T23:12:03.494Z] Use 'sudo apt autoremove' to remove them. [2021-03-18T23:12:03.708Z] + '[' -e coverage.out ] [2021-03-18T23:12:03.708Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-18T23:12:03.757Z] The following packages will be REMOVED: [2021-03-18T23:12:03.757Z] lxd* lxd-client* [2021-03-18T23:12:03.791Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T23:12:04.020Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-18T23:12:04.020Z] After this operation, 31.7 MB disk space will be freed. [2021-03-18T23:12:05.086Z] (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-18T23:12:05.086Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T23:12:05.098Z] Stashed 1 file(s) [Pipeline] sh [2021-03-18T23:12:05.823Z] + make build [2021-03-18T23:12:05.823Z] 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-18T23:12:06.478Z] Removing lxd dnsmasq configuration [2021-03-18T23:12:06.478Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T23:12:06.478Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-18T23:12:07.421Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-18T23:12:07.421Z] (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-18T23:12:07.421Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T23:12:09.336Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-18T23:12:09.336Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-18T23:12:10.728Z] + sudo snap remove --purge lxd [2021-03-18T23:12:10.990Z] snap "lxd" is not installed [2021-03-18T23:12:10.990Z] + sudo groupadd --force --system lxd [2021-03-18T23:12:10.990Z] ++ whoami [2021-03-18T23:12:10.990Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-18T23:12:10.990Z] + newgrp - lxd [2021-03-18T23:12:10.990Z] + sudo snap install lxd [2021-03-18T23:12:15.971Z] 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-18T23:12:21.022Z] 2021-03-18T23:12:18Z INFO Waiting for automatic snapd restart... [2021-03-18T23:12:35.996Z] lxd 4.12 from Canonical* installed [2021-03-18T23:12:35.996Z] + sudo lxd init --auto [2021-03-18T23:12:42.612Z] + sudo snap install --classic snapcraft [2021-03-18T23:12:42.786Z] 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-18T23:12:43.380Z] 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-18T23:12:47.913Z] snapcraft 4.5.4 from Canonical* installed [2021-03-18T23:12:47.914Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-18T23:12:47.914Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-18T23:12:47.914Z] ===================================================== [2021-03-18T23:12:47.914Z] SNAP DEBUG [2021-03-18T23:12:47.914Z] sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:12:47.914Z] proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:12:47.914Z] udev on /dev type devtmpfs (rw,nosuid,relatime,size=4070380k,nr_inodes=1017595,mode=755) [2021-03-18T23:12:47.914Z] devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) [2021-03-18T23:12:47.914Z] tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) [2021-03-18T23:12:47.914Z] /dev/vda1 on / type ext4 (rw,relatime,data=ordered) [2021-03-18T23:12:47.914Z] securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:12:47.914Z] tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) [2021-03-18T23:12:47.914Z] tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) [2021-03-18T23:12:47.914Z] tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) [2021-03-18T23:12:47.914Z] pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) [2021-03-18T23:12:47.914Z] cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma) [2021-03-18T23:12:47.914Z] debugfs on /sys/kernel/debug type debugfs (rw,relatime) [2021-03-18T23:12:47.914Z] hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) [2021-03-18T23:12:47.914Z] mqueue on /dev/mqueue type mqueue (rw,relatime) [2021-03-18T23:12:47.914Z] systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=44,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11626) [2021-03-18T23:12:47.914Z] fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) [2021-03-18T23:12:47.914Z] configfs on /sys/kernel/config type configfs (rw,relatime) [2021-03-18T23:12:47.914Z] /dev/vda15 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) [2021-03-18T23:12:47.914Z] binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime) [2021-03-18T23:12:47.914Z] lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) [2021-03-18T23:12:47.914Z] tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=816680k,mode=700,uid=1001,gid=1001) [2021-03-18T23:12:47.914Z] /var/lib/snapd/snaps/snapd_11107.snap on /snap/snapd/11107 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:12:47.914Z] /var/lib/snapd/snaps/core18_1988.snap on /snap/core18/1988 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:12:47.914Z] /var/lib/snapd/snaps/lxd_19823.snap on /snap/lxd/19823 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:12:47.914Z] tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) [2021-03-18T23:12:47.914Z] nsfs on /run/snapd/ns/lxd.mnt type nsfs (rw) [2021-03-18T23:12:47.914Z] tmpfs on /var/snap/lxd/common/ns type tmpfs (rw,relatime,size=1024k,mode=700) [2021-03-18T23:12:47.914Z] nsfs on /var/snap/lxd/common/ns/shmounts type nsfs (rw) [2021-03-18T23:12:47.914Z] nsfs on /var/snap/lxd/common/ns/mntns type nsfs (rw) [2021-03-18T23:12:47.914Z] /var/lib/snapd/snaps/snapcraft_6120.snap on /snap/snapcraft/6120 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:12:47.914Z] ===================================================== [2021-03-18T23:12:47.914Z] Filesystem Size Used Avail Use% Mounted on [2021-03-18T23:12:47.914Z] udev 3.9G 0 3.9G 0% /dev [2021-03-18T23:12:47.914Z] tmpfs 798M 980K 797M 1% /run [2021-03-18T23:12:47.914Z] /dev/vda1 39G 8.3G 31G 22% / [2021-03-18T23:12:47.914Z] tmpfs 3.9G 0 3.9G 0% /dev/shm [2021-03-18T23:12:47.914Z] tmpfs 5.0M 0 5.0M 0% /run/lock [2021-03-18T23:12:47.914Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2021-03-18T23:12:47.914Z] /dev/vda15 105M 3.6M 101M 4% /boot/efi [2021-03-18T23:12:47.914Z] tmpfs 798M 0 798M 0% /run/user/1001 [2021-03-18T23:12:47.914Z] /dev/loop0 33M 33M 0 100% /snap/snapd/11107 [2021-03-18T23:12:47.914Z] /dev/loop1 56M 56M 0 100% /snap/core18/1988 [2021-03-18T23:12:47.914Z] /dev/loop2 69M 69M 0 100% /snap/lxd/19823 [2021-03-18T23:12:47.914Z] tmpfs 1.0M 0 1.0M 0% /var/snap/lxd/common/ns [2021-03-18T23:12:47.914Z] /dev/loop3 69M 69M 0 100% /snap/snapcraft/6120 [2021-03-18T23:12:47.914Z] ===================================================== [2021-03-18T23:12:47.914Z] /w/workspace/edgex-go/3 [2021-03-18T23:12:47.914Z] ===================================================== [2021-03-18T23:12:47.914Z] ===================================================== [2021-03-18T23:12:47.914Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-18T23:12:47.914Z] Get:2 http://apt.puppetlabs.com xenial InRelease [144 kB] [2021-03-18T23:12:47.914Z] Hit:3 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic InRelease [2021-03-18T23:12:47.914Z] Get:4 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] [2021-03-18T23:12:47.914Z] Get:5 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] [2021-03-18T23:12:47.914Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-18T23:12:47.914Z] Get:7 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-18T23:12:47.914Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-18T23:12:47.914Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-18T23:12:48.180Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-18T23:12:48.181Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-18T23:12:48.181Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-18T23:12:48.181Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-18T23:12:48.181Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-18T23:12:48.181Z] Get:15 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease [15.4 kB] [2021-03-18T23:12:48.181Z] Get:16 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages [17.4 kB] [2021-03-18T23:12:48.181Z] Get:17 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2021-03-18T23:12:48.442Z] Get:18 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main amd64 Packages [816 B] [2021-03-18T23:12:48.442Z] Get:19 http://apt.puppetlabs.com xenial/puppet all Packages [4101 B] [2021-03-18T23:12:48.442Z] Get:20 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1938 kB] [2021-03-18T23:12:48.705Z] Get:21 http://apt.puppetlabs.com xenial/puppet amd64 Packages [7049 B] [2021-03-18T23:12:48.705Z] Get:22 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main amd64 Packages [16.7 kB] [2021-03-18T23:12:48.779Z] 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-18T23:12:48.969Z] Get:23 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main Translation-en [1420 B] [2021-03-18T23:12:48.969Z] Get:24 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-18T23:12:48.969Z] Get:25 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-18T23:12:48.969Z] Get:26 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-18T23:12:48.969Z] Get:27 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-18T23:12:48.969Z] Get:28 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-18T23:12:48.969Z] Get:29 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-18T23:12:48.969Z] Get:30 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-18T23:12:49.763Z] 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-18T23:12:50.358Z] Fetched 8877 kB in 2s (3913 kB/s) [2021-03-18T23:12:51.746Z] Reading package lists... [2021-03-18T23:12:51.746Z] Reading package lists... [2021-03-18T23:12:52.008Z] Building dependency tree... [2021-03-18T23:12:52.009Z] Reading state information... [2021-03-18T23:12:52.009Z] [2021-03-18T23:12:52.009Z] No apt package "yq", but there is a snap with that name. [2021-03-18T23:12:52.009Z] Try "snap install yq" [2021-03-18T23:12:52.009Z] [2021-03-18T23:12:52.009Z] E: Unable to locate package yq [2021-03-18T23:12:52.009Z] ./snap/local/build-helpers/bin/minimal-snap-build.sh: 36: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found [2021-03-18T23:12:52.009Z] ./snap/local/build-helpers/bin/minimal-snap-build.sh: 39: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found [2021-03-18T23:12:52.009Z] ./snap/local/build-helpers/bin/minimal-snap-build.sh: 42: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found [2021-03-18T23:12:52.009Z] ./snap/local/build-helpers/bin/minimal-snap-build.sh: 45: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found [2021-03-18T23:12:52.009Z] ./snap/local/build-helpers/bin/minimal-snap-build.sh: 48: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T23:12:52.718Z] Failed in branch amd64 [2021-03-18T23:12:55.184Z] 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-18T23:12:59.488Z] 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-18T23:13:03.803Z] 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-18T23:13:08.108Z] 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-18T23:13:10.723Z] 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-18T23:13:16.123Z] 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-18T23:13:22.969Z] $ docker stop --time=1 23f73acd94dd831eefa75a6ad18e99fa4975ae7e091ae20aa4858b53abe7f837 [2021-03-18T23:13:25.505Z] $ docker rm -f 23f73acd94dd831eefa75a6ad18e99fa4975ae7e091ae20aa4858b53abe7f837 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:13:27.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T23:13:27.345Z] [2021-03-18T23:13:27.345Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:13:27.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T23:13:28.000Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-18T23:13:28.000Z] 29e5d40040c1: Pulling fs layer [2021-03-18T23:13:28.000Z] 1ce36da41761: Pulling fs layer [2021-03-18T23:13:28.000Z] 25b303627fd3: Pulling fs layer [2021-03-18T23:13:28.274Z] 29e5d40040c1: Verifying Checksum [2021-03-18T23:13:28.274Z] 29e5d40040c1: Download complete [2021-03-18T23:13:28.867Z] 29e5d40040c1: Pull complete [2021-03-18T23:13:28.867Z] 1ce36da41761: Verifying Checksum [2021-03-18T23:13:28.867Z] 1ce36da41761: Download complete [2021-03-18T23:13:30.304Z] 1ce36da41761: Pull complete [2021-03-18T23:13:30.304Z] 25b303627fd3: Verifying Checksum [2021-03-18T23:13:30.304Z] 25b303627fd3: Download complete [2021-03-18T23:13:38.559Z] 25b303627fd3: Pull complete [2021-03-18T23:13:38.560Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-18T23:13:38.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T23:13:38.560Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-18T23:13:38.800Z] prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container [2021-03-18T23:13:38.974Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-18T23:13:41.975Z] $ docker top 615e8a99b0c69e2acb4177bc0920c6fc5e77220dacd7749bf88ea039a05fc5df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:13:42.966Z] + + grepdocker-compose parallel build [2021-03-18T23:13:42.966Z] --help [2021-03-18T23:13:46.341Z] --parallel Build images in parallel. [Pipeline] } [2021-03-18T23:13:46.460Z] $ docker stop --time=1 615e8a99b0c69e2acb4177bc0920c6fc5e77220dacd7749bf88ea039a05fc5df [2021-03-18T23:13:48.414Z] $ docker rm -f 615e8a99b0c69e2acb4177bc0920c6fc5e77220dacd7749bf88ea039a05fc5df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:13:49.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T23:13:49.127Z] . [Pipeline] withDockerContainer [2021-03-18T23:13:49.398Z] prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container [2021-03-18T23:13:49.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-18T23:13:50.914Z] $ docker top 600c52338aff31b0149b67b4514c79132256aa7332001488f444f5c6690ef247 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:13:51.891Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-18T23:13:56.173Z] Building docker-core-command-go ... [2021-03-18T23:13:56.173Z] Building docker-core-data-go ... [2021-03-18T23:13:56.173Z] Building docker-core-metadata-go ... [2021-03-18T23:13:56.173Z] Building docker-security-bootstrapper-go ... [2021-03-18T23:13:56.173Z] Building docker-security-proxy-setup-go ... [2021-03-18T23:13:56.173Z] Building docker-security-secretstore-setup-go ... [2021-03-18T23:13:56.173Z] Building docker-support-notifications-go ... [2021-03-18T23:13:56.173Z] Building docker-support-scheduler-go ... [2021-03-18T23:13:56.173Z] Building docker-sys-mgmt-agent-go ... [2021-03-18T23:13:56.173Z] Building docker-core-data-go [2021-03-18T23:13:56.173Z] Building docker-core-metadata-go [2021-03-18T23:13:56.173Z] Building docker-support-notifications-go [2021-03-18T23:13:56.173Z] Building docker-support-scheduler-go [2021-03-18T23:13:56.173Z] Building docker-security-bootstrapper-go [2021-03-18T23:15:17.945Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:15:17.945Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:15:17.945Z] ---> cf385e0213d9 [2021-03-18T23:15:17.945Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T23:15:17.945Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:15:17.945Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:15:17.945Z] ---> cf385e0213d9 [2021-03-18T23:15:17.945Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T23:15:17.945Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:15:17.945Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:15:17.945Z] ---> cf385e0213d9 [2021-03-18T23:15:17.945Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T23:15:17.945Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:15:17.945Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:15:17.945Z] ---> cf385e0213d9 [2021-03-18T23:15:17.945Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T23:15:17.945Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:15:17.945Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:15:17.945Z] ---> cf385e0213d9 [2021-03-18T23:15:17.945Z] Step 3/31 : WORKDIR /edgex-go [2021-03-18T23:15:17.945Z] ---> Running in ca900f1343cf [2021-03-18T23:15:17.945Z] ---> Running in 93d8ee8c8aa6 [2021-03-18T23:15:17.945Z] ---> Running in 036060e560bf [2021-03-18T23:15:17.945Z] ---> Running in 511e25919c18 [2021-03-18T23:15:17.945Z] ---> Running in 9068b1cc8283 [2021-03-18T23:15:17.945Z] Removing intermediate container ca900f1343cf [2021-03-18T23:15:17.945Z] ---> f1b1d47b1887 [2021-03-18T23:15:17.945Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:15:17.945Z] Removing intermediate container 511e25919c18 [2021-03-18T23:15:17.945Z] ---> afd6ceb0ecf2 [2021-03-18T23:15:17.945Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:15:17.945Z] ---> Running in 1fe8a0c112cc [2021-03-18T23:15:17.945Z] Removing intermediate container 036060e560bf [2021-03-18T23:15:17.945Z] ---> cc37118ad90d [2021-03-18T23:15:17.945Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:15:17.945Z] Removing intermediate container 93d8ee8c8aa6 [2021-03-18T23:15:17.945Z] ---> 6bbe4cabbf02 [2021-03-18T23:15:17.945Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:15:17.945Z] Removing intermediate container 9068b1cc8283 [2021-03-18T23:15:17.945Z] ---> 8502bb31c748 [2021-03-18T23:15:17.945Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:15:17.945Z] ---> Running in 7b9c529f83f2 [2021-03-18T23:15:17.945Z] ---> Running in ed7532c5a9bb [2021-03-18T23:15:17.945Z] ---> Running in 0f886eec905b [2021-03-18T23:15:17.945Z] ---> Running in 7c07be636077 [2021-03-18T23:15:17.945Z] Removing intermediate container 1fe8a0c112cc [2021-03-18T23:15:17.945Z] ---> a30386a6bead [2021-03-18T23:15:17.945Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-18T23:15:17.945Z] ---> Running in 4ea137a2f208 [2021-03-18T23:15:17.945Z] Removing intermediate container 7b9c529f83f2 [2021-03-18T23:15:17.945Z] ---> 354433bc7ba8 [2021-03-18T23:15:17.945Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-18T23:15:17.945Z] ---> Running in ae1e3f00ce04 [2021-03-18T23:15:17.945Z] Removing intermediate container 0f886eec905b [2021-03-18T23:15:17.945Z] ---> e7541cc9da97 [2021-03-18T23:15:17.945Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T23:15:17.945Z] ---> Running in 46b92eab3874 [2021-03-18T23:15:17.945Z] Removing intermediate container ed7532c5a9bb [2021-03-18T23:15:17.945Z] ---> 121623152d33 [2021-03-18T23:15:17.945Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-18T23:15:17.945Z] ---> Running in 4f2d88fab4f4 [2021-03-18T23:15:17.945Z] Removing intermediate container 7c07be636077 [2021-03-18T23:15:17.945Z] ---> 85b3d49e2d5e [2021-03-18T23:15:17.945Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-18T23:15:17.945Z] ---> Running in 7585621268a4 [2021-03-18T23:15:17.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:17.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:17.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:17.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:18.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:18.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:18.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:18.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:18.768Z] OK: 217 MiB in 51 packages [2021-03-18T23:15:18.768Z] OK: 217 MiB in 51 packages [2021-03-18T23:15:19.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:19.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:15:19.329Z] OK: 217 MiB in 51 packages [2021-03-18T23:15:19.942Z] OK: 217 MiB in 51 packages [2021-03-18T23:15:19.942Z] OK: 217 MiB in 51 packages [2021-03-18T23:15:20.545Z] Removing intermediate container 4ea137a2f208 [2021-03-18T23:15:20.545Z] ---> 06e919bcc6e6 [2021-03-18T23:15:20.545Z] Step 6/23 : COPY go.mod . [2021-03-18T23:15:20.545Z] Removing intermediate container ae1e3f00ce04 [2021-03-18T23:15:20.545Z] ---> 953238248905 [2021-03-18T23:15:20.545Z] Step 6/31 : COPY go.mod . [2021-03-18T23:15:20.823Z] Removing intermediate container 46b92eab3874 [2021-03-18T23:15:20.823Z] ---> a8020fa17145 [2021-03-18T23:15:20.823Z] Step 6/23 : COPY go.mod . [2021-03-18T23:15:21.426Z] Removing intermediate container 7585621268a4 [2021-03-18T23:15:21.426Z] ---> 3df289400e9f [2021-03-18T23:15:21.426Z] Step 6/22 : COPY go.mod . [2021-03-18T23:15:21.701Z] Removing intermediate container 4f2d88fab4f4 [2021-03-18T23:15:21.701Z] ---> b5ebdf055345 [2021-03-18T23:15:21.701Z] Step 6/22 : COPY go.mod . [2021-03-18T23:15:21.701Z] ---> 49116ed91171 [2021-03-18T23:15:21.701Z] Step 7/31 : RUN go mod download [2021-03-18T23:15:21.701Z] ---> 4d4dadf01851 [2021-03-18T23:15:21.701Z] Step 7/23 : RUN go mod download [2021-03-18T23:15:21.979Z] ---> 3ae273d98a36 [2021-03-18T23:15:21.979Z] Step 7/23 : RUN go mod download [2021-03-18T23:15:21.979Z] ---> Running in b4ab31e5b3a5 [2021-03-18T23:15:21.979Z] ---> Running in 3df94a055d61 [2021-03-18T23:15:22.259Z] ---> Running in ea11ad5cdcf9 [2021-03-18T23:15:22.536Z] ---> 905f9eef1376 [2021-03-18T23:15:22.536Z] Step 7/22 : RUN go mod download [2021-03-18T23:15:22.816Z] ---> 5f198f773edb [2021-03-18T23:15:22.816Z] Step 7/22 : RUN go mod download [2021-03-18T23:15:22.816Z] ---> Running in 19521c510328 [2021-03-18T23:15:23.089Z] ---> Running in 699bcaa606c6 [2021-03-18T23:15:26.490Z] Removing intermediate container b4ab31e5b3a5 [2021-03-18T23:15:26.490Z] ---> 7caeb4d8ec68 [2021-03-18T23:15:26.490Z] Step 8/31 : COPY . . [2021-03-18T23:15:27.094Z] Removing intermediate container 3df94a055d61 [2021-03-18T23:15:27.094Z] ---> 60e1e5a2c376 [2021-03-18T23:15:27.094Z] Step 8/23 : COPY . . [2021-03-18T23:15:27.094Z] Removing intermediate container ea11ad5cdcf9 [2021-03-18T23:15:27.094Z] ---> e42501fd3ed2 [2021-03-18T23:15:27.094Z] Step 8/23 : COPY . . [2021-03-18T23:15:27.700Z] Removing intermediate container 699bcaa606c6 [2021-03-18T23:15:27.700Z] ---> 310e354c8a02 [2021-03-18T23:15:27.700Z] Step 8/22 : COPY . . [2021-03-18T23:15:27.975Z] Removing intermediate container 19521c510328 [2021-03-18T23:15:27.975Z] ---> b4fcf54269d2 [2021-03-18T23:15:27.975Z] Step 8/22 : COPY . . [2021-03-18T23:15:54.808Z] ---> 107aca2ef2d2 [2021-03-18T23:15:54.808Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-18T23:15:54.808Z] ---> fd3eaca78c39 [2021-03-18T23:15:54.808Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-18T23:15:54.808Z] ---> 6def17f19f2e [2021-03-18T23:15:54.808Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-18T23:15:54.808Z] ---> b94ae2d3617a [2021-03-18T23:15:54.808Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-18T23:15:54.808Z] ---> ec8ce14be2ca [2021-03-18T23:15:54.808Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-18T23:15:54.808Z] ---> Running in 012d3bba1cc7 [2021-03-18T23:15:54.808Z] ---> Running in 46f9e7927128 [2021-03-18T23:15:54.808Z] ---> Running in a44a255825ba [2021-03-18T23:15:54.808Z] ---> Running in 381fd2f372a1 [2021-03-18T23:15:54.808Z] ---> Running in 4781795b1621 [2021-03-18T23:15:54.808Z] 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-18T23:15:55.084Z] 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-18T23:15:55.084Z] 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-18T23:15:55.362Z] 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-18T23:15:55.363Z] 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-18T23:17:47.327Z] Removing intermediate container 012d3bba1cc7 [2021-03-18T23:17:47.327Z] ---> 964c8cd2e722 [2021-03-18T23:17:47.327Z] [2021-03-18T23:17:47.327Z] Step 10/31 : FROM alpine:3.12 [2021-03-18T23:17:47.327Z] 3.12: Pulling from library/alpine [2021-03-18T23:17:47.327Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T23:17:47.327Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T23:17:47.327Z] ---> d10569e2745f [2021-03-18T23:17:47.327Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-18T23:17:47.327Z] ---> Running in ae6d8ec586d5 [2021-03-18T23:17:47.327Z] Removing intermediate container ae6d8ec586d5 [2021-03-18T23:17:47.327Z] ---> 84e21b02e1c9 [2021-03-18T23:17:47.327Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-18T23:17:47.327Z] ---> Running in 5affaee4461b [2021-03-18T23:17:47.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:17:47.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:17:47.327Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-18T23:17:47.327Z] (2/2) Installing su-exec (0.2-r1) [2021-03-18T23:17:47.327Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:17:47.327Z] OK: 5 MiB in 16 packages [2021-03-18T23:17:48.774Z] Removing intermediate container 5affaee4461b [2021-03-18T23:17:48.774Z] ---> 557deef3f909 [2021-03-18T23:17:48.774Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-18T23:17:49.372Z] ---> Running in 6aad2f769d8d [2021-03-18T23:17:50.361Z] Removing intermediate container 6aad2f769d8d [2021-03-18T23:17:50.361Z] ---> 86b1e55dfee0 [2021-03-18T23:17:50.361Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-18T23:17:50.361Z] ---> Running in be93a843544a [2021-03-18T23:17:51.347Z] Removing intermediate container be93a843544a [2021-03-18T23:17:51.347Z] ---> edfefdd3923b [2021-03-18T23:17:51.347Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-18T23:17:51.947Z] ---> Running in a6ac533a8a3f [2021-03-18T23:17:58.695Z] Removing intermediate container 46f9e7927128 [2021-03-18T23:17:58.695Z] ---> f2663c23562e [2021-03-18T23:17:58.695Z] [2021-03-18T23:17:58.695Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T23:17:58.695Z] ---> d10569e2745f [2021-03-18T23:17:58.695Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-initRemoving intermediate container a6ac533a8a3f [2021-03-18T23:17:58.695Z] [2021-03-18T23:17:58.695Z] ---> d0e42e003c15 [2021-03-18T23:17:58.695Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-18T23:17:58.695Z] ---> Running in 2b17c7caea44 [2021-03-18T23:17:58.695Z] ---> Running in 40998b99a196 [2021-03-18T23:17:58.975Z] Removing intermediate container a44a255825ba [2021-03-18T23:17:58.975Z] ---> 72b6ac439580 [2021-03-18T23:17:58.975Z] [2021-03-18T23:17:58.975Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T23:17:58.975Z] ---> d10569e2745f [2021-03-18T23:17:58.975Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-18T23:17:59.257Z] Removing intermediate container 40998b99a196 [2021-03-18T23:17:59.257Z] ---> 17828ec2e46d [2021-03-18T23:17:59.257Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-18T23:17:59.257Z] ---> Running in 37584a41e8b3 [2021-03-18T23:18:00.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:18:00.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:18:01.001Z] ---> 84c6b68cbaa8 [2021-03-18T23:18:01.001Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-18T23:18:01.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:18:01.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:18:01.574Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-18T23:18:01.574Z] ---> Running in c6ae332de225 [2021-03-18T23:18:01.574Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-18T23:18:01.574Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:18:01.574Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T23:18:01.862Z] OK: 6 MiB in 16 packages [2021-03-18T23:18:01.862Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T23:18:01.862Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:18:02.140Z] OK: 5 MiB in 15 packages [2021-03-18T23:18:04.797Z] Removing intermediate container 37584a41e8b3 [2021-03-18T23:18:04.797Z] ---> 424801696296 [2021-03-18T23:18:04.797Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:18:05.083Z] ---> Running in ae7cf186c6de [2021-03-18T23:18:05.678Z] Removing intermediate container 2b17c7caea44 [2021-03-18T23:18:05.678Z] ---> ab8e1b1f8a33 [2021-03-18T23:18:05.678Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:18:05.952Z] Removing intermediate container 4781795b1621 [2021-03-18T23:18:05.952Z] ---> 8aeae6b7a1a2 [2021-03-18T23:18:05.952Z] [2021-03-18T23:18:05.952Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T23:18:05.952Z] ---> d10569e2745f [2021-03-18T23:18:05.952Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T23:18:05.952Z] ---> Using cache [2021-03-18T23:18:05.952Z] ---> 424801696296 [2021-03-18T23:18:05.952Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:18:06.228Z] ---> Running in 3068496770b7 [2021-03-18T23:18:06.228Z] Removing intermediate container ae7cf186c6de [2021-03-18T23:18:06.228Z] ---> Running in 25acc37748fa [2021-03-18T23:18:06.228Z] ---> fdb800748b48 [2021-03-18T23:18:06.228Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-18T23:18:06.228Z] Removing intermediate container c6ae332de225 [2021-03-18T23:18:06.228Z] ---> 08f6a8aa0597 [2021-03-18T23:18:06.228Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:18:06.508Z] ---> Running in b24f73d0cf82 [2021-03-18T23:18:06.786Z] Removing intermediate container 3068496770b7 [2021-03-18T23:18:06.786Z] ---> cf440170ef30 [2021-03-18T23:18:06.786Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-18T23:18:07.060Z] Removing intermediate container 25acc37748fa [2021-03-18T23:18:07.060Z] ---> 56e8054091f6 [2021-03-18T23:18:07.060Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-18T23:18:07.060Z] ---> Running in f1fe7824dee8 [2021-03-18T23:18:07.345Z] ---> Running in 025fee3de329 [2021-03-18T23:18:07.345Z] Removing intermediate container b24f73d0cf82 [2021-03-18T23:18:07.345Z] ---> 9f1c2b334e36 [2021-03-18T23:18:07.345Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T23:18:07.621Z] ---> f12b5fa641ef [2021-03-18T23:18:07.621Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-18T23:18:07.621Z] ---> Running in c32f82ce19cd [2021-03-18T23:18:07.902Z] Removing intermediate container f1fe7824dee8 [2021-03-18T23:18:07.902Z] ---> 11b66e053799 [2021-03-18T23:18:07.902Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T23:18:07.902Z] Removing intermediate container 025fee3de329 [2021-03-18T23:18:07.902Z] ---> 44755d427607 [2021-03-18T23:18:07.902Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T23:18:08.180Z] ---> Running in 1d98521d18a1 [2021-03-18T23:18:08.451Z] ---> Running in 500da1e2ca71 [2021-03-18T23:18:08.451Z] Removing intermediate container c32f82ce19cd [2021-03-18T23:18:08.451Z] ---> 416fc5f175ea [2021-03-18T23:18:08.451Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:18:09.047Z] Removing intermediate container 1d98521d18a1 [2021-03-18T23:18:09.047Z] ---> 6f1f8c4d5220 [2021-03-18T23:18:09.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:18:09.401Z] Removing intermediate container 500da1e2ca71 [2021-03-18T23:18:09.401Z] ---> 629e5ab5e83c [2021-03-18T23:18:09.401Z] Step 15/23 : WORKDIR / [2021-03-18T23:18:09.401Z] ---> 1f588c7e1648 [2021-03-18T23:18:09.401Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-18T23:18:09.723Z] ---> Running in a1fe8fd61b7b [2021-03-18T23:18:09.723Z] ---> ac62a6113cc8 [2021-03-18T23:18:09.723Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-18T23:18:10.810Z] ---> 09c623d1d42c [2021-03-18T23:18:10.810Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-18T23:18:10.810Z] Removing intermediate container a1fe8fd61b7b [2021-03-18T23:18:10.810Z] ---> 184eaeefd7c8 [2021-03-18T23:18:10.810Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:18:11.171Z] ---> a5aeeb97b133 [2021-03-18T23:18:11.171Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-18T23:18:12.769Z] ---> dc69bf12609f [2021-03-18T23:18:12.769Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-18T23:18:12.769Z] ---> f3a6703c7d01 [2021-03-18T23:18:12.769Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-18T23:18:12.769Z] ---> eda2d09cca65 [2021-03-18T23:18:12.769Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-18T23:18:14.232Z] ---> 75c9a5d4a2a3 [2021-03-18T23:18:14.232Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-18T23:18:14.504Z] ---> c9765ac5a229 [2021-03-18T23:18:14.504Z] ---> 9b1e2fbaaabb [2021-03-18T23:18:14.504Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-18T23:18:14.504Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-18T23:18:14.801Z] ---> Running in 349d0f4d6b88 [2021-03-18T23:18:14.801Z] ---> d8d86457f911 [2021-03-18T23:18:14.801Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-18T23:18:15.078Z] ---> Running in 5cee0f5134a8 [2021-03-18T23:18:15.078Z] ---> 13db5cf61108 [2021-03-18T23:18:15.078Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-18T23:18:15.350Z] Removing intermediate container 381fd2f372a1 [2021-03-18T23:18:15.350Z] ---> 2668cb6bd34c [2021-03-18T23:18:15.350Z] [2021-03-18T23:18:15.350Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T23:18:15.350Z] ---> d10569e2745f [2021-03-18T23:18:15.350Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-18T23:18:15.625Z] ---> Running in 74bc6ae89763 [2021-03-18T23:18:15.625Z] Removing intermediate container 349d0f4d6b88 [2021-03-18T23:18:15.625Z] ---> 4703d16390ab [2021-03-18T23:18:15.625Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:18:15.625Z] ---> Running in 9844647b00fb [2021-03-18T23:18:15.898Z] Removing intermediate container 5cee0f5134a8 [2021-03-18T23:18:15.898Z] ---> 37e517495486 [2021-03-18T23:18:15.898Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-18T23:18:15.898Z] ---> 20fe4f6a30d1 [2021-03-18T23:18:15.898Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-18T23:18:15.898Z] ---> Running in cc225c0bc090 [2021-03-18T23:18:16.191Z] ---> Running in 202d9b0f0630 [2021-03-18T23:18:16.191Z] Removing intermediate container 74bc6ae89763 [2021-03-18T23:18:16.191Z] ---> e0ca6ae1c02d [2021-03-18T23:18:16.191Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:18:16.465Z] Removing intermediate container 9844647b00fb [2021-03-18T23:18:16.465Z] ---> 2e2c86883c3c [2021-03-18T23:18:16.465Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-18T23:18:16.465Z] ---> Running in a09ca647b0e7 [2021-03-18T23:18:16.465Z] Removing intermediate container cc225c0bc090 [2021-03-18T23:18:16.465Z] ---> 50f048356ec7 [2021-03-18T23:18:16.746Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T23:18:16.746Z] ---> Running in b819af02c3c3 [2021-03-18T23:18:16.746Z] ---> Running in 9279b54bfb45 [2021-03-18T23:18:17.019Z] Removing intermediate container 202d9b0f0630 [2021-03-18T23:18:17.019Z] ---> 177df0030147 [2021-03-18T23:18:17.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:18:17.019Z] ---> 979186ceccf9 [2021-03-18T23:18:17.020Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-18T23:18:17.293Z] ---> Running in 7cd43ab6aa42 [2021-03-18T23:18:17.293Z] Removing intermediate container a09ca647b0e7 [2021-03-18T23:18:17.293Z] ---> 187186bd340f [2021-03-18T23:18:17.293Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T23:18:17.573Z] ---> Running in fae522d55225 [2021-03-18T23:18:17.573Z] Removing intermediate container b819af02c3c3 [2021-03-18T23:18:17.573Z] ---> 61a59ff0e5b0 [2021-03-18T23:18:17.573Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-18T23:18:17.573Z] Removing intermediate container 9279b54bfb45 [2021-03-18T23:18:17.573Z] ---> ca6526ea55ce [2021-03-18T23:18:17.573Z] Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:18:17.573Z] ---> Running in 7fc4427401d0 [2021-03-18T23:18:17.846Z] ---> Running in b27f5bb2d7cc [2021-03-18T23:18:17.846Z] ---> Running in 2fde1f79e3b0 [2021-03-18T23:18:18.131Z] Removing intermediate container 7cd43ab6aa42 [2021-03-18T23:18:18.131Z] ---> 9e120bc4e5a9 [2021-03-18T23:18:18.131Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T23:18:18.131Z] ---> Running in 6b4b56e43b7f [2021-03-18T23:18:18.403Z] Removing intermediate container 7fc4427401d0 [2021-03-18T23:18:18.403Z] ---> f310611b91e8 [2021-03-18T23:18:18.403Z] Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:18:18.677Z] ---> Running in 8d9a64d13ab4 [2021-03-18T23:18:18.677Z] Removing intermediate container 2fde1f79e3b0 [2021-03-18T23:18:18.677Z] ---> f3c4340c489c [2021-03-18T23:18:18.677Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T23:18:18.677Z] Removing intermediate container b27f5bb2d7cc [2021-03-18T23:18:18.677Z] ---> 37e525848ba4 [2021-03-18T23:18:18.677Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:18:18.959Z] ---> Running in c8b4ba0395a1 [2021-03-18T23:18:18.959Z] ---> Running in a686f3d0f0c8 [2021-03-18T23:18:18.959Z] Removing intermediate container 6b4b56e43b7f [2021-03-18T23:18:18.959Z] ---> a1c2cc7c4a30 [2021-03-18T23:18:18.959Z] Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:18:19.240Z] Removing intermediate container 8d9a64d13ab4 [2021-03-18T23:18:19.240Z] ---> 88dc2e5a666a [2021-03-18T23:18:19.240Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T23:18:19.514Z] ---> Running in 3715a45ced67 [2021-03-18T23:18:19.514Z] ---> Running in 3adc4f4123c6 [2021-03-18T23:18:19.789Z] Removing intermediate container a686f3d0f0c8 [2021-03-18T23:18:19.789Z] ---> 4ef19a5b0666 [2021-03-18T23:18:19.789Z] [2021-03-18T23:18:20.063Z] Removing intermediate container 3715a45ced67 [2021-03-18T23:18:20.063Z] ---> 18aa774aef38 [2021-03-18T23:18:20.063Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T23:18:20.338Z] Removing intermediate container 3adc4f4123c6 [2021-03-18T23:18:20.338Z] ---> 3965a8ad7188 [2021-03-18T23:18:20.338Z] [2021-03-18T23:18:20.338Z] Successfully built 4ef19a5b0666 [2021-03-18T23:18:20.338Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-18T23:18:20.338Z]  Building docker-support-scheduler-go ... done  ---> Running in d72cddcda821 [2021-03-18T23:18:20.338Z] Building docker-security-secretstore-setup-go [2021-03-18T23:18:20.620Z] Removing intermediate container fae522d55225 [2021-03-18T23:18:20.620Z] ---> 5051a97b5fa8 [2021-03-18T23:18:20.620Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-18T23:18:20.891Z] Successfully built 3965a8ad7188 [2021-03-18T23:18:21.163Z] ---> Running in f2f04e645cd6 [2021-03-18T23:18:21.163Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-18T23:18:21.163Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-18T23:18:21.163Z] Removing intermediate container d72cddcda821 [2021-03-18T23:18:21.163Z] ---> 9c02f335fa48 [2021-03-18T23:18:21.163Z] [2021-03-18T23:18:21.772Z] Successfully built 9c02f335fa48 [2021-03-18T23:18:21.772Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-18T23:18:21.772Z] Building docker-sys-mgmt-agent-go [2021-03-18T23:18:21.772Z] Removing intermediate container f2f04e645cd6 [2021-03-18T23:18:21.772Z]  Building docker-core-metadata-go ... done  ---> b6ae8e6ee968 [2021-03-18T23:18:21.772Z] Step 28/31 : CMD ["gate"] [2021-03-18T23:18:22.380Z] ---> Running in 9daf8d7a288d [2021-03-18T23:18:22.380Z] Removing intermediate container c8b4ba0395a1 [2021-03-18T23:18:22.380Z] ---> 92732e0f6f3c [2021-03-18T23:18:22.380Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-18T23:18:22.652Z] ---> Running in 7ff192df9ab6 [2021-03-18T23:18:22.652Z] Removing intermediate container 9daf8d7a288d [2021-03-18T23:18:22.652Z] ---> b74cd8dfaa93 [2021-03-18T23:18:22.931Z] Step 29/31 : LABEL arch=arm64 [2021-03-18T23:18:23.207Z] ---> Running in f4399dc6af3a [2021-03-18T23:18:23.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:18:23.805Z] Removing intermediate container f4399dc6af3a [2021-03-18T23:18:23.805Z] ---> 12bb653a83a0 [2021-03-18T23:18:23.805Z] Step 30/31 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:18:24.079Z] ---> Running in b98fe3ae822c [2021-03-18T23:18:25.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:18:25.059Z] Removing intermediate container b98fe3ae822c [2021-03-18T23:18:25.059Z] ---> 5947d3acc5c5 [2021-03-18T23:18:25.059Z] Step 31/31 : LABEL version=0.0.0 [2021-03-18T23:18:25.652Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-18T23:18:25.924Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-18T23:18:25.924Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-18T23:18:26.199Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-18T23:18:26.474Z] ---> Running in 3146fa01fea8 [2021-03-18T23:18:26.474Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T23:18:26.748Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-18T23:18:26.748Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:18:26.748Z] OK: 8 MiB in 20 packages [2021-03-18T23:18:27.766Z] Removing intermediate container 3146fa01fea8 [2021-03-18T23:18:27.766Z] ---> 7daf5c866463 [2021-03-18T23:18:27.766Z] [2021-03-18T23:18:28.043Z] Successfully built 7daf5c866463 [2021-03-18T23:18:28.319Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-18T23:18:28.319Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-18T23:18:29.291Z] Removing intermediate container 7ff192df9ab6 [2021-03-18T23:18:29.291Z] ---> d733681aaa32 [2021-03-18T23:18:29.291Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:18:30.716Z] ---> b735dbe2cc4d [2021-03-18T23:18:30.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-18T23:18:32.144Z] ---> f564d7238d0f [2021-03-18T23:18:32.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-18T23:18:33.568Z] ---> b9efa9e104a1 [2021-03-18T23:18:33.568Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-18T23:18:34.542Z] ---> Running in 0499f5eb1d38 [2021-03-18T23:18:35.642Z] Removing intermediate container 0499f5eb1d38 [2021-03-18T23:18:35.642Z] ---> 422ebba0acad [2021-03-18T23:18:35.642Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:18:36.613Z] ---> Running in 51a85ebc38c4 [2021-03-18T23:18:37.584Z] Removing intermediate container 51a85ebc38c4 [2021-03-18T23:18:37.584Z] ---> 7aa144184c38 [2021-03-18T23:18:37.584Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T23:18:37.854Z] ---> Running in ed8de8b8aeb1 [2021-03-18T23:18:38.445Z] Removing intermediate container ed8de8b8aeb1 [2021-03-18T23:18:38.445Z] ---> 40e7827fcc9e [2021-03-18T23:18:38.445Z] Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:18:38.445Z] ---> Running in f90d1114d526 [2021-03-18T23:18:39.033Z] Removing intermediate container f90d1114d526 [2021-03-18T23:18:39.033Z] ---> ffd355871ddd [2021-03-18T23:18:39.033Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T23:18:39.303Z] ---> Running in 748080cc2374 [2021-03-18T23:18:39.891Z] Removing intermediate container 748080cc2374 [2021-03-18T23:18:39.891Z] ---> e00a7efca14a [2021-03-18T23:18:39.891Z] [2021-03-18T23:18:40.162Z] Successfully built e00a7efca14a [2021-03-18T23:18:40.162Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-18T23:19:19.137Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:19:19.137Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:19:19.137Z] ---> cf385e0213d9 [2021-03-18T23:19:19.137Z] Step 3/21 : WORKDIR /edgex-go [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 8502bb31c748 [2021-03-18T23:19:19.137Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 85b3d49e2d5e [2021-03-18T23:19:19.137Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-18T23:19:19.137Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:19:19.137Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:19:19.137Z] ---> cf385e0213d9 [2021-03-18T23:19:19.137Z] Step 3/24 : WORKDIR /edgex-go [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 8502bb31c748 [2021-03-18T23:19:19.137Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 85b3d49e2d5e [2021-03-18T23:19:19.137Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-18T23:19:19.137Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:19:19.137Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:19:19.137Z] ---> cf385e0213d9 [2021-03-18T23:19:19.137Z] Step 3/26 : WORKDIR /edgex-go [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 8502bb31c748 [2021-03-18T23:19:19.137Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 85b3d49e2d5e [2021-03-18T23:19:19.137Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-18T23:19:19.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T23:19:19.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T23:19:19.137Z] ---> cf385e0213d9 [2021-03-18T23:19:19.137Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 8502bb31c748 [2021-03-18T23:19:19.137Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T23:19:19.137Z] ---> Using cache [2021-03-18T23:19:19.137Z] ---> 85b3d49e2d5e [2021-03-18T23:19:19.137Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T23:19:21.747Z] ---> Running in eb724d44af05 [2021-03-18T23:19:21.747Z] ---> Running in e2130a1aead3 [2021-03-18T23:19:21.747Z] ---> Running in 1e740a727324 [2021-03-18T23:19:21.747Z] ---> Running in ee2f4594b620 [2021-03-18T23:19:23.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:23.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:23.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:23.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:23.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:24.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:24.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:24.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:19:24.901Z] OK: 217 MiB in 51 packages [2021-03-18T23:19:24.901Z] OK: 217 MiB in 51 packages [2021-03-18T23:19:25.183Z] OK: 217 MiB in 51 packages [2021-03-18T23:19:25.183Z] OK: 217 MiB in 51 packages [2021-03-18T23:19:26.634Z] Removing intermediate container ee2f4594b620 [2021-03-18T23:19:26.634Z] ---> bedf223c14a5 [2021-03-18T23:19:26.634Z] Step 6/23 : COPY go.mod . [2021-03-18T23:19:26.634Z] Removing intermediate container e2130a1aead3 [2021-03-18T23:19:26.634Z] ---> 2af37a5a74d5 [2021-03-18T23:19:26.634Z] Step 6/26 : COPY go.mod . [2021-03-18T23:19:26.917Z] Removing intermediate container 1e740a727324 [2021-03-18T23:19:26.917Z] ---> f073b38096ed [2021-03-18T23:19:26.917Z] Step 6/21 : COPY go.mod . [2021-03-18T23:19:26.917Z] Removing intermediate container eb724d44af05 [2021-03-18T23:19:26.917Z] ---> afa7869f4f42 [2021-03-18T23:19:26.917Z] Step 6/24 : COPY go.mod . [2021-03-18T23:19:27.197Z] ---> 6f258d86c928 [2021-03-18T23:19:27.197Z] Step 7/23 : RUN go mod download [2021-03-18T23:19:27.473Z] ---> ecd1f26dd5f9 [2021-03-18T23:19:27.473Z] Step 7/26 : RUN go mod download [2021-03-18T23:19:27.473Z] ---> Running in 2da76e65341e [2021-03-18T23:19:27.473Z] ---> Running in acbe599b6bbe [2021-03-18T23:19:28.073Z] ---> 61a4dd0052c5 [2021-03-18T23:19:28.073Z] Step 7/21 : RUN go mod download [2021-03-18T23:19:28.073Z] ---> 696e2016eec8 [2021-03-18T23:19:28.073Z] Step 7/24 : RUN go mod download [2021-03-18T23:19:28.073Z] ---> Running in eaad8aa7fef5 [2021-03-18T23:19:28.345Z] ---> Running in 1885e6fea99a [2021-03-18T23:19:31.755Z] Removing intermediate container 2da76e65341e [2021-03-18T23:19:31.756Z] ---> 1a1a8d02d5e6 [2021-03-18T23:19:31.756Z] Step 8/23 : COPY . . [2021-03-18T23:19:31.756Z] Removing intermediate container acbe599b6bbe [2021-03-18T23:19:31.756Z] ---> 123795935eb7 [2021-03-18T23:19:31.756Z] Step 8/26 : COPY . . [2021-03-18T23:19:31.756Z] Removing intermediate container 1885e6fea99a [2021-03-18T23:19:31.756Z] ---> 65bb606f7675 [2021-03-18T23:19:31.756Z] Step 8/24 : COPY . . [2021-03-18T23:19:32.033Z] Removing intermediate container eaad8aa7fef5 [2021-03-18T23:19:32.033Z] ---> ce7f3babbfed [2021-03-18T23:19:32.033Z] Step 8/21 : COPY . . [2021-03-18T23:19:58.857Z] ---> db6cbd1fa167 [2021-03-18T23:19:58.857Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-18T23:19:58.857Z] ---> 861a89cfcb78 [2021-03-18T23:19:58.857Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-18T23:19:58.857Z] ---> fa16b92b93a0 [2021-03-18T23:19:58.857Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-18T23:19:58.857Z] ---> 1d795f6cd22c [2021-03-18T23:19:58.857Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-18T23:19:58.857Z] ---> Running in 69cd63477877 [2021-03-18T23:19:58.857Z] ---> Running in 7ef4035d673b [2021-03-18T23:19:58.857Z] ---> Running in 671f45cd225f [2021-03-18T23:19:58.857Z] ---> Running in a9e3ee222da8 [2021-03-18T23:19:58.857Z] 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-18T23:19:58.857Z] 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-18T23:19:58.857Z] 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-18T23:19:58.857Z] 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-18T23:21:06.904Z] 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-18T23:21:06.904Z] 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-18T23:21:19.363Z] Removing intermediate container 7ef4035d673b [2021-03-18T23:21:19.363Z] ---> 28a5ec8e7d38 [2021-03-18T23:21:19.363Z] [2021-03-18T23:21:19.363Z] Step 10/21 : FROM alpine:3.12 [2021-03-18T23:21:19.363Z] ---> d10569e2745f [2021-03-18T23:21:19.363Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-18T23:21:19.363Z] Removing intermediate container 671f45cd225f [2021-03-18T23:21:19.363Z] ---> cf700df08aef [2021-03-18T23:21:19.363Z] [2021-03-18T23:21:19.363Z] Step 10/24 : FROM alpine:3.12 [2021-03-18T23:21:19.363Z] ---> d10569e2745f [2021-03-18T23:21:19.363Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-18T23:21:19.363Z] Removing intermediate container a9e3ee222da8 [2021-03-18T23:21:19.363Z] ---> 81bc474736c0 [2021-03-18T23:21:19.363Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-18T23:21:19.363Z] ---> Running in 43cf34abe33a [2021-03-18T23:21:19.363Z] ---> Running in 27d3c7e6311e [2021-03-18T23:21:19.363Z] ---> Running in 78bbf1e22411 [2021-03-18T23:21:21.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:21.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:21.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:21.633Z] 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-18T23:21:21.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:22.236Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-18T23:21:22.236Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-18T23:21:22.236Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T23:21:22.236Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-18T23:21:22.236Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T23:21:22.236Z] (4/5) Installing curl (7.69.1-r3) [2021-03-18T23:21:22.236Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-18T23:21:22.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-18T23:21:22.236Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:21:22.236Z] (4/4) Installing curl (7.69.1-r3) [2021-03-18T23:21:22.236Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:21:22.236Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T23:21:22.236Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T23:21:22.522Z] OK: 7 MiB in 19 packages [2021-03-18T23:21:22.522Z] OK: 7 MiB in 18 packages [2021-03-18T23:21:23.520Z] Removing intermediate container 69cd63477877 [2021-03-18T23:21:23.520Z] ---> aa6538e6641b [2021-03-18T23:21:23.520Z] [2021-03-18T23:21:23.520Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T23:21:23.520Z] ---> d10569e2745f [2021-03-18T23:21:23.520Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T23:21:23.520Z] ---> Using cache [2021-03-18T23:21:23.520Z] ---> 424801696296 [2021-03-18T23:21:23.520Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T23:21:23.520Z] ---> Using cache [2021-03-18T23:21:23.520Z] ---> 56e8054091f6 [2021-03-18T23:21:23.520Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-18T23:21:23.520Z] ---> Running in 11098c00f8cc [2021-03-18T23:21:24.966Z] Removing intermediate container 11098c00f8cc [2021-03-18T23:21:24.966Z] ---> a23ba1deb131 [2021-03-18T23:21:24.966Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T23:21:24.966Z] Removing intermediate container 27d3c7e6311e [2021-03-18T23:21:24.966Z] ---> 998609fd6cfd [2021-03-18T23:21:24.966Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T23:21:24.966Z] Removing intermediate container 43cf34abe33a [2021-03-18T23:21:24.966Z] ---> 3e8f56ad9e13 [2021-03-18T23:21:24.966Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T23:21:24.966Z] ---> Running in 251b429de15b [2021-03-18T23:21:24.966Z] ---> Running in f7c36419935d [2021-03-18T23:21:25.240Z] ---> Running in 2245c9fbbb48 [2021-03-18T23:21:25.837Z] Removing intermediate container 251b429de15b [2021-03-18T23:21:25.837Z] ---> b279df6949c5 [2021-03-18T23:21:25.837Z] Step 15/23 : WORKDIR / [2021-03-18T23:21:25.837Z] Removing intermediate container f7c36419935d [2021-03-18T23:21:25.837Z] ---> bfb2dcd9edd1 [2021-03-18T23:21:25.837Z] Step 13/24 : WORKDIR / [2021-03-18T23:21:25.837Z] Removing intermediate container 2245c9fbbb48 [2021-03-18T23:21:25.837Z] ---> 4fa7d93f6078 [2021-03-18T23:21:25.837Z] Step 13/21 : WORKDIR /edgex [2021-03-18T23:21:25.837Z] Removing intermediate container 78bbf1e22411 [2021-03-18T23:21:25.837Z] ---> de32d421c791 [2021-03-18T23:21:25.837Z] [2021-03-18T23:21:25.837Z] Step 11/26 : FROM docker:20.10.0 [2021-03-18T23:21:25.837Z] ---> Running in 174d8897a7bd [2021-03-18T23:21:25.837Z] 20.10.0: Pulling from library/docker [2021-03-18T23:21:26.112Z] ---> Running in e886f48bc6bc [2021-03-18T23:21:26.112Z] ---> Running in 143661e04e40 [2021-03-18T23:21:26.707Z] Removing intermediate container 143661e04e40 [2021-03-18T23:21:26.707Z] ---> dd3396070b25 [2021-03-18T23:21:26.707Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-18T23:21:26.707Z] Removing intermediate container 174d8897a7bd [2021-03-18T23:21:26.707Z] ---> bc7683a59448 [2021-03-18T23:21:26.707Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T23:21:26.984Z] Removing intermediate container e886f48bc6bc [2021-03-18T23:21:26.984Z] ---> 31620a5dd75c [2021-03-18T23:21:26.984Z] 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-18T23:21:28.423Z] ---> 9bf2908f1be7 [2021-03-18T23:21:28.423Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-18T23:21:28.423Z] ---> 09e50673c6b5 [2021-03-18T23:21:28.423Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-18T23:21:28.423Z] ---> ab2d4fa8ed94 [2021-03-18T23:21:28.423Z] 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-18T23:21:31.807Z] ---> 399dc2160aaa [2021-03-18T23:21:31.807Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-18T23:21:31.807Z] ---> c775aa98a72c [2021-03-18T23:21:31.807Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-18T23:21:31.807Z] ---> 00c03d7a86a0 [2021-03-18T23:21:31.807Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-18T23:21:32.793Z] ---> cd71134e78d3 [2021-03-18T23:21:32.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-18T23:21:34.239Z] ---> cccdff97f1d3 [2021-03-18T23:21:34.239Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-18T23:21:34.239Z] ---> f85904000dc1 [2021-03-18T23:21:34.239Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-18T23:21:34.515Z] ---> Running in aaf8179b3f6a [2021-03-18T23:21:34.791Z] ---> b7e637dee3e0 [2021-03-18T23:21:34.791Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-18T23:21:34.791Z] ---> Running in 2b20785b7317 [2021-03-18T23:21:35.387Z] Removing intermediate container aaf8179b3f6a [2021-03-18T23:21:35.387Z] ---> d4f607f0fc38 [2021-03-18T23:21:35.387Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:21:35.985Z] Removing intermediate container 2b20785b7317 [2021-03-18T23:21:35.985Z] ---> 5b348ebd868f [2021-03-18T23:21:35.985Z] Step 18/21 : CMD ["--init=true"] [2021-03-18T23:21:36.259Z] ---> Running in a0c76f6b8fca [2021-03-18T23:21:36.259Z] ---> Running in 2522b60c1576 [2021-03-18T23:21:36.259Z] ---> d07306aca4cf [2021-03-18T23:21:36.259Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-18T23:21:36.858Z] Removing intermediate container a0c76f6b8fca [2021-03-18T23:21:36.858Z] ---> 9d70feaad10e [2021-03-18T23:21:36.858Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T23:21:37.133Z] ---> Running in ebd2bd67f330 [2021-03-18T23:21:37.134Z] Removing intermediate container 2522b60c1576 [2021-03-18T23:21:37.134Z] ---> 43f010aceb22 [2021-03-18T23:21:37.134Z] Step 19/21 : LABEL arch=arm64 [2021-03-18T23:21:37.134Z] ---> Running in 2cabb87ae7f0 [2021-03-18T23:21:37.407Z] ---> bc971ab697ed [2021-03-18T23:21:37.407Z] 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-18T23:21:37.684Z] ---> Running in e5891eb7991c [2021-03-18T23:21:37.684Z] Removing intermediate container ebd2bd67f330 [2021-03-18T23:21:37.684Z] ---> b0970047a492 [2021-03-18T23:21:37.684Z] Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:21:37.958Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-18T23:21:37.958Z] ---> Running in ce18db3c8c7b [2021-03-18T23:21:37.958Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-18T23:21:37.958Z] Removing intermediate container 2cabb87ae7f0 [2021-03-18T23:21:37.958Z] ---> eeaf43b92773 [2021-03-18T23:21:37.958Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-18T23:21:37.958Z] ---> 84cc5b6074a7 [2021-03-18T23:21:37.958Z] Step 20/21 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:21:38.231Z] ---> Running in 493337dee7d4 [2021-03-18T23:21:38.231Z] ---> Running in 84dee2fdc185 [2021-03-18T23:21:38.506Z] Removing intermediate container ce18db3c8c7b [2021-03-18T23:21:38.506Z] ---> 4cd387ce6979 [2021-03-18T23:21:38.506Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T23:21:38.779Z] ---> Running in 8d993c3d2cfa [2021-03-18T23:21:39.054Z] Removing intermediate container 84dee2fdc185 [2021-03-18T23:21:39.054Z] ---> b7129dde11d3 [2021-03-18T23:21:39.054Z] Step 21/21 : LABEL version=0.0.0 [2021-03-18T23:21:39.054Z] ---> Running in 026871a4b48a [2021-03-18T23:21:39.335Z] Removing intermediate container 8d993c3d2cfa [2021-03-18T23:21:39.335Z] ---> f8f3972795e9 [2021-03-18T23:21:39.335Z] [2021-03-18T23:21:39.612Z] Removing intermediate container 026871a4b48a [2021-03-18T23:21:39.612Z] ---> b09ace35074b [2021-03-18T23:21:39.612Z] [2021-03-18T23:21:39.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:39.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:39.883Z] Successfully built f8f3972795e9 [2021-03-18T23:21:40.156Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-18T23:21:40.440Z]  Building docker-core-command-go ... done Successfully built b09ace35074b [2021-03-18T23:21:40.440Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-18T23:21:40.440Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2021-03-18T23:21:40.440Z] (2/2) Installing bash (5.0.17-r0) [2021-03-18T23:21:40.440Z] Executing bash-5.0.17-r0.post-install [2021-03-18T23:21:40.440Z] Removing intermediate container e5891eb7991c [2021-03-18T23:21:40.440Z] ---> 84e5dcf39843 [2021-03-18T23:21:40.440Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-18T23:21:40.440Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:21:40.721Z] OK: 12 MiB in 22 packages [2021-03-18T23:21:40.721Z] ---> Running in c3ae15a29b32 [2021-03-18T23:21:41.313Z] Removing intermediate container c3ae15a29b32 [2021-03-18T23:21:41.313Z] ---> 2f7fda55ec67 [2021-03-18T23:21:41.313Z] Step 22/24 : LABEL arch=arm64 [2021-03-18T23:21:41.613Z] ---> Running in a8fec6cc28d7 [2021-03-18T23:21:41.885Z] Removing intermediate container 493337dee7d4 [2021-03-18T23:21:41.885Z] ---> 6b36e7f93359 [2021-03-18T23:21:41.885Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-18T23:21:41.885Z] Removing intermediate container a8fec6cc28d7 [2021-03-18T23:21:41.885Z] ---> a589ab5fba5f [2021-03-18T23:21:41.885Z] Step 23/24 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:21:42.162Z] ---> Running in 29a698fd23ce [2021-03-18T23:21:42.162Z] ---> Running in f201f584058b [2021-03-18T23:21:42.434Z] Removing intermediate container 29a698fd23ce [2021-03-18T23:21:42.435Z] ---> 4d2431e0bce8 [2021-03-18T23:21:42.435Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-18T23:21:42.709Z] Removing intermediate container f201f584058b [2021-03-18T23:21:42.709Z] ---> b85251292b47 [2021-03-18T23:21:42.709Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T23:21:42.709Z] ---> Running in 8e811f4a41aa [2021-03-18T23:21:42.991Z] ---> Running in bf00382c2ca8 [2021-03-18T23:21:43.261Z] Removing intermediate container 8e811f4a41aa [2021-03-18T23:21:43.261Z] ---> f95024f9c755 [2021-03-18T23:21:43.261Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-18T23:21:43.261Z] Removing intermediate container bf00382c2ca8 [2021-03-18T23:21:43.261Z] ---> 9393c3adefa2 [2021-03-18T23:21:43.261Z] [2021-03-18T23:21:43.536Z] ---> Running in a66c91402da5 [2021-03-18T23:21:43.815Z] Successfully built 9393c3adefa2 [2021-03-18T23:21:43.815Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-18T23:21:44.087Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a66c91402da5 [2021-03-18T23:21:44.087Z] ---> 3c24132f46b1 [2021-03-18T23:21:44.087Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-18T23:21:45.061Z] ---> 5726e075133a [2021-03-18T23:21:45.061Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-18T23:21:46.035Z] ---> 860ce4f889ae [2021-03-18T23:21:46.035Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-18T23:21:47.031Z] ---> f0525414dd84 [2021-03-18T23:21:47.031Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-18T23:21:47.031Z] ---> Running in bbb6f5381228 [2021-03-18T23:21:48.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:48.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:21:48.959Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-18T23:21:48.959Z] (2/33) Installing expat (2.2.9-r1) [2021-03-18T23:21:48.959Z] (3/33) Installing libffi (3.3-r2) [2021-03-18T23:21:48.959Z] (4/33) Installing gdbm (1.13-r1) [2021-03-18T23:21:48.959Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-18T23:21:48.959Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-18T23:21:48.959Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-18T23:21:50.973Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-18T23:21:50.973Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-18T23:21:50.973Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-18T23:21:50.973Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-18T23:21:50.973Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-18T23:21:50.973Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-18T23:21:50.973Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-18T23:21:50.973Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-18T23:21:50.973Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-18T23:21:50.973Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-18T23:21:50.973Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-18T23:21:50.973Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-18T23:21:50.973Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-18T23:21:50.973Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-18T23:21:50.973Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-18T23:21:50.973Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-18T23:21:50.973Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-18T23:21:50.973Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-18T23:21:50.973Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-18T23:21:51.250Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-18T23:21:51.250Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-18T23:21:51.250Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-18T23:21:51.250Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-18T23:21:51.250Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-18T23:21:51.250Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-18T23:21:51.250Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-18T23:21:51.250Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:21:51.250Z] OK: 71 MiB in 55 packages [2021-03-18T23:21:57.948Z] Removing intermediate container bbb6f5381228 [2021-03-18T23:21:57.948Z] ---> 864f68919b3d [2021-03-18T23:21:57.948Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-18T23:21:57.948Z] ---> Running in 70b611829b9a [2021-03-18T23:22:03.323Z] Collecting docker-compose==1.23.2 [2021-03-18T23:22:03.323Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-18T23:22:03.592Z] Collecting PyYAML<4,>=3.10 [2021-03-18T23:22:03.592Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-18T23:22:06.960Z] 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-18T23:22:06.960Z] Collecting jsonschema<3,>=2.5.1 [2021-03-18T23:22:06.960Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-18T23:22:07.231Z] Collecting texttable<0.10,>=0.9.0 [2021-03-18T23:22:07.231Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-18T23:22:09.191Z] Collecting docopt<0.7,>=0.6.1 [2021-03-18T23:22:09.191Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-18T23:22:11.151Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-18T23:22:11.151Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-18T23:22:11.421Z] Collecting cached-property<2,>=1.2.0 [2021-03-18T23:22:11.421Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-18T23:22:12.010Z] Collecting docker<4.0,>=3.6.0 [2021-03-18T23:22:12.010Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-18T23:22:13.426Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-18T23:22:13.427Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-18T23:22:13.696Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-18T23:22:13.696Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-18T23:22:15.656Z] Collecting docker-pycreds>=0.4.0 [2021-03-18T23:22:15.656Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-18T23:22:15.656Z] 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-18T23:22:15.656Z] 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-18T23:22:15.925Z] Collecting idna<2.8,>=2.5 [2021-03-18T23:22:15.925Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-18T23:22:16.514Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-18T23:22:16.514Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-18T23:22:16.785Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-18T23:22:16.785Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-18T23:22:16.785Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-18T23:22:16.785Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-18T23:22:17.374Z] Installing collected packages: PyYAML, jsonschema, texttable, docopt, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, dockerpty, docker-compose [2021-03-18T23:22:17.374Z] Running setup.py install for PyYAML: started [2021-03-18T23:22:19.335Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-18T23:22:19.925Z] Running setup.py install for texttable: started [2021-03-18T23:22:21.885Z] Running setup.py install for texttable: finished with status 'done' [2021-03-18T23:22:21.885Z] Running setup.py install for docopt: started [2021-03-18T23:22:23.306Z] Running setup.py install for docopt: finished with status 'done' [2021-03-18T23:22:23.895Z] Attempting uninstall: idna [2021-03-18T23:22:23.895Z] Found existing installation: idna 2.9 [2021-03-18T23:22:23.895Z] Uninstalling idna-2.9: [2021-03-18T23:22:23.895Z] Successfully uninstalled idna-2.9 [2021-03-18T23:22:24.487Z] Attempting uninstall: urllib3 [2021-03-18T23:22:24.487Z] Found existing installation: urllib3 1.25.9 [2021-03-18T23:22:24.487Z] Uninstalling urllib3-1.25.9: [2021-03-18T23:22:24.756Z] Successfully uninstalled urllib3-1.25.9 [2021-03-18T23:22:25.346Z] Attempting uninstall: requests [2021-03-18T23:22:25.346Z] Found existing installation: requests 2.23.0 [2021-03-18T23:22:25.346Z] Uninstalling requests-2.23.0: [2021-03-18T23:22:25.346Z] Successfully uninstalled requests-2.23.0 [2021-03-18T23:22:26.315Z] Running setup.py install for dockerpty: started [2021-03-18T23:22:28.277Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-18T23:22:29.247Z] 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-18T23:22:32.625Z] Removing intermediate container 70b611829b9a [2021-03-18T23:22:32.625Z] ---> 51af741e5786 [2021-03-18T23:22:32.625Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-18T23:22:32.625Z] ---> Running in e7420d20617c [2021-03-18T23:22:34.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T23:22:34.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T23:22:34.657Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T23:22:34.657Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-18T23:22:34.657Z] (3/3) Installing curl (7.69.1-r3) [2021-03-18T23:22:34.657Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:22:34.657Z] OK: 72 MiB in 58 packages [2021-03-18T23:22:35.632Z] Removing intermediate container e7420d20617c [2021-03-18T23:22:35.632Z] ---> 00574cbb7268 [2021-03-18T23:22:35.632Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-18T23:22:35.905Z] ---> Running in 6d421a933412 [2021-03-18T23:22:36.497Z] Removing intermediate container 6d421a933412 [2021-03-18T23:22:36.497Z] ---> b507a472994c [2021-03-18T23:22:36.497Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T23:22:36.497Z] ---> Running in 6535ede5c8d7 [2021-03-18T23:22:37.091Z] Removing intermediate container 6535ede5c8d7 [2021-03-18T23:22:37.091Z] ---> e7413af6d65d [2021-03-18T23:22:37.091Z] Step 24/26 : LABEL arch=arm64 [2021-03-18T23:22:37.091Z] ---> Running in d089e2e94fd4 [2021-03-18T23:22:37.389Z] Removing intermediate container d089e2e94fd4 [2021-03-18T23:22:37.389Z] ---> c4023588994e [2021-03-18T23:22:37.389Z] Step 25/26 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 [2021-03-18T23:22:37.660Z] ---> Running in ba909a23ce9e [2021-03-18T23:22:37.932Z] Removing intermediate container ba909a23ce9e [2021-03-18T23:22:37.932Z] ---> f66649473f0a [2021-03-18T23:22:37.932Z] Step 26/26 : LABEL version=0.0.0 [2021-03-18T23:22:38.209Z] ---> Running in 31be98e7ebbc [2021-03-18T23:22:38.803Z] Removing intermediate container 31be98e7ebbc [2021-03-18T23:22:38.803Z] ---> 4a23a434ff8f [2021-03-18T23:22:38.803Z] [2021-03-18T23:22:39.073Z] Successfully built 4a23a434ff8f [2021-03-18T23:22:39.073Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-18T23:22:39.679Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-18T23:22:39.823Z] $ docker stop --time=1 600c52338aff31b0149b67b4514c79132256aa7332001488f444f5c6690ef247 [2021-03-18T23:22:41.687Z] $ docker rm -f 600c52338aff31b0149b67b4514c79132256aa7332001488f444f5c6690ef247 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T23:22:42.259Z] + docker images [2021-03-18T23:22:42.260Z] + grep docker [2021-03-18T23:22:42.530Z] docker-sys-mgmt-agent-go-arm64 latest 4a23a434ff8f 4 seconds ago 300MB [2021-03-18T23:22:42.530Z] docker-security-secretstore-setup-go-arm64 latest 9393c3adefa2 59 seconds ago 23.7MB [2021-03-18T23:22:42.530Z] docker-core-command-go-arm64 latest f8f3972795e9 About a minute ago 16.2MB [2021-03-18T23:22:42.530Z] docker-security-proxy-setup-go-arm64 latest b09ace35074b About a minute ago 23.4MB [2021-03-18T23:22:42.530Z] docker-core-data-go-arm64 latest e00a7efca14a 4 minutes ago 21.3MB [2021-03-18T23:22:42.530Z] docker-security-bootstrapper-go-arm64 latest 7daf5c866463 4 minutes ago 17.8MB [2021-03-18T23:22:42.530Z] docker-support-notifications-go-arm64 latest 3965a8ad7188 4 minutes ago 16.9MB [2021-03-18T23:22:42.530Z] docker-core-metadata-go-arm64 latest 9c02f335fa48 4 minutes ago 17.9MB [2021-03-18T23:22:42.530Z] docker-support-scheduler-go-arm64 latest 4ef19a5b0666 4 minutes ago 16.3MB [2021-03-18T23:22:42.530Z] 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-18T23:22:43.540Z] ---> job-cost.sh [2021-03-18T23:22:43.540Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ji6z [2021-03-18T23:23:22.487Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T23:24:59.221Z] lf-activate-venv(): INFO: Adding /tmp/venv-Ji6z/bin to PATH [2021-03-18T23:24:59.221Z] INFO: No Stack... [2021-03-18T23:24:59.221Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T23:24:59.221Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T23:24:59.558Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-18T23:24:59.558Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T23:24:59.668Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3274-3-stack-cost] [2021-03-18T23:24:59.682Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3274-3-stack-cost] did not exist. Created. [2021-03-18T23:24:59.682Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3274-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T23:25:00.110Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T23:25:00.421Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T23:25:00.450Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3274-3-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-18T23:25:03.034Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:25:03.926Z] ---> package-listing.sh [2021-03-18T23:25:03.927Z] ++ facter osfamily [2021-03-18T23:25:03.927Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T23:25:03.927Z] + OS_FAMILY=redhat [2021-03-18T23:25:03.927Z] + workspace=/w/workspace/edgex-go/3 [2021-03-18T23:25:03.927Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T23:25:03.927Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T23:25:03.927Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T23:25:03.927Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T23:25:03.927Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-18T23:25:03.927Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T23:25:03.927Z] + case "${OS_FAMILY}" in [2021-03-18T23:25:03.927Z] + rpm -qa [2021-03-18T23:25:03.927Z] + sort [2021-03-18T23:25:09.237Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T23:25:09.237Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T23:25:09.237Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T23:25:09.237Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-18T23:25:09.237Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-18T23:25:09.237Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-18T23:25:09.254Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T23:25:09.572Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:25:09.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T23:25:09.879Z] [2021-03-18T23:25:09.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:25:10.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T23:25:10.225Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T23:25:10.225Z] df20fa9351a1: Pulling fs layer [2021-03-18T23:25:10.225Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T23:25:10.225Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T23:25:10.225Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T23:25:10.225Z] 93b61091891f: Pulling fs layer [2021-03-18T23:25:10.225Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T23:25:10.225Z] 5e14af77c1be: Pulling fs layer [2021-03-18T23:25:10.225Z] 01666e4c0597: Pulling fs layer [2021-03-18T23:25:10.225Z] aa168da1d23b: Pulling fs layer [2021-03-18T23:25:10.225Z] 93b9cdb0e59b: Waiting [2021-03-18T23:25:10.225Z] 01666e4c0597: Waiting [2021-03-18T23:25:10.225Z] 5e14af77c1be: Waiting [2021-03-18T23:25:10.225Z] 46f8f816bc3b: Waiting [2021-03-18T23:25:10.225Z] aa168da1d23b: Waiting [2021-03-18T23:25:10.225Z] 93b61091891f: Waiting [2021-03-18T23:25:10.225Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T23:25:10.225Z] 36b3adc4ff6f: Download complete [2021-03-18T23:25:10.225Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T23:25:10.225Z] 46f8f816bc3b: Download complete [2021-03-18T23:25:10.489Z] df20fa9351a1: Verifying Checksum [2021-03-18T23:25:10.489Z] df20fa9351a1: Download complete [2021-03-18T23:25:10.489Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T23:25:10.489Z] 93b9cdb0e59b: Download complete [2021-03-18T23:25:10.489Z] 93b61091891f: Verifying Checksum [2021-03-18T23:25:10.489Z] 93b61091891f: Download complete [2021-03-18T23:25:10.489Z] 5e14af77c1be: Download complete [2021-03-18T23:25:10.489Z] 01666e4c0597: Verifying Checksum [2021-03-18T23:25:10.489Z] 01666e4c0597: Download complete [2021-03-18T23:25:10.489Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T23:25:10.489Z] 8ad3a11d3b57: Download complete [2021-03-18T23:25:10.756Z] df20fa9351a1: Pull complete [2021-03-18T23:25:11.022Z] 36b3adc4ff6f: Pull complete [2021-03-18T23:25:13.018Z] aa168da1d23b: Verifying Checksum [2021-03-18T23:25:13.018Z] aa168da1d23b: Download complete [2021-03-18T23:25:13.592Z] 8ad3a11d3b57: Pull complete [2021-03-18T23:25:13.592Z] 46f8f816bc3b: Pull complete [2021-03-18T23:25:14.984Z] 93b61091891f: Pull complete [2021-03-18T23:25:14.984Z] 93b9cdb0e59b: Pull complete [2021-03-18T23:25:14.984Z] 5e14af77c1be: Pull complete [2021-03-18T23:25:15.246Z] 01666e4c0597: Pull complete [2021-03-18T23:25:25.308Z] aa168da1d23b: Pull complete [2021-03-18T23:25:25.308Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T23:25:25.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T23:25:25.308Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T23:25:25.535Z] prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container [2021-03-18T23:25:25.589Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T23:25:29.638Z] $ docker top e64b7cc7b842b253026d9bd273da1223b878f4f24d8a94cb0e372833034b7e50 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:25:30.199Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T23:25:30.499Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T23:25:30.807Z] + ls /var/log/sa-host [2021-03-18T23:25:30.807Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T23:25:30.807Z] file_magic: OK [2021-03-18T23:25:30.807Z] HZ: Using current value: 100 [2021-03-18T23:25:30.807Z] file_header: OK [2021-03-18T23:25:30.807Z] 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-18T23:25:30.807Z] Statistics: [2021-03-18T23:25:30.807Z] 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... [2021-03-18T23:25:30.807Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T23:25:30.807Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T23:25:30.807Z] file_magic: OK [2021-03-18T23:25:30.807Z] HZ: Using current value: 100 [2021-03-18T23:25:30.807Z] file_header: OK [2021-03-18T23:25:30.807Z] 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-18T23:25:30.807Z] Statistics: [2021-03-18T23:25:30.807Z] Hnuu...uuuununununu... [2021-03-18T23:25:30.807Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T23:25:31.037Z] provisioning config files... [2021-03-18T23:25:31.060Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6373908967300850950tmp [Pipeline] { [Pipeline] echo [2021-03-18T23:25:31.151Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:25:31.452Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T23:25:31.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T23:25:31.554Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:25:31.852Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T23:25:31.865Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:25:32.162Z] ---> sudo-logs.sh [2021-03-18T23:25:32.162Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T23:25:32.306Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:25:32.606Z] ---> job-cost.sh [2021-03-18T23:25:32.606Z] lf-activate-venv: SKIPPING [2021-03-18T23:25:32.606Z] DEBUG: total: 0.20999999344348907 [2021-03-18T23:25:32.606Z] INFO: Retrieving Stack Cost... [2021-03-18T23:25:33.183Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T23:25:33.756Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T23:25:33.772Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:25:34.080Z] ---> logs-deploy.sh [2021-03-18T23:25:34.080Z] lf-activate-venv: SKIPPING [2021-03-18T23:25:34.080Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3274/3 [2021-03-18T23:25:34.080Z] INFO: archiving workspace using pattern(s): [2021-03-18T23:25:35.507Z] Archives upload complete. [2021-03-18T23:25:35.507Z] INFO: archiving logs to Nexus