lenny-intel commented: recheck 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c433a97cf53e5b5d4aee74011f1d830a5f691fbb+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (8cd41e1d07652b883dbb67dc2dafe4149fa959c5) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30357 in /w/workspace/edgexfoundry_edgex-go_PR-3272 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit c433a97cf53e5b5d4aee74011f1d830a5f691fbb Merge succeeded, producing c433a97cf53e5b5d4aee74011f1d830a5f691fbb Checking out Revision c433a97cf53e5b5d4aee74011f1d830a5f691fbb (PR-3272) > 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/3272/head:refs/remotes/origin/PR-3272 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # 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 c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 Commit message: "fix: Added Content-TYpe from REST header to Context" > git rev-list --no-walk c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T21:12:09.266Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T21:12:09.529Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T21:12:09.630Z] ========================================================= [2021-03-18T21:12:09.630Z] EdgeX Global Pipelines Version Info [2021-03-18T21:12:09.630Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:12:11.111Z] ------------------- [2021-03-18T21:12:11.111Z] stable info: [2021-03-18T21:12:11.111Z] ------------------- [2021-03-18T21:12:11.111Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T21:12:11.111Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T21:12:11.111Z] Message: update stable to v1.0.186 [2021-03-18T21:12:12.065Z] ------------------- [2021-03-18T21:12:12.065Z] experimental info: [2021-03-18T21:12:12.065Z] ------------------- [2021-03-18T21:12:12.065Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T21:12:12.065Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T21:12:12.065Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T21:12:12.357Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-18T21:12:12.468Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-18T21:12:12.568Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T21:12:12.661Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T21:12:12.756Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T21:12:12.866Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T21:12:12.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T21:12:13.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-18T21:12:13.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-18T21:12:13.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-18T21:12:13.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T21:12:13.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T21:12:13.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T21:12:13.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T21:12:13.856Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T21:12:13.980Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T21:12:14.077Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T21:12:14.169Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T21:12:14.297Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-18T21:12:14.396Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-18T21:12:14.495Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-18T21:12:14.585Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T21:12:14.688Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3272 [Pipeline] echo [2021-03-18T21:12:14.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3272 [Pipeline] echo [2021-03-18T21:12:14.899Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3272 [Pipeline] echo [2021-03-18T21:12:14.994Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c433a97cf53e5b5d4aee74011f1d830a5f691fbb [Pipeline] echo [2021-03-18T21:12:15.079Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c433a97 [Pipeline] echo [2021-03-18T21:12:15.164Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T21:12:15.355Z] provisioning config files... [2021-03-18T21:12:15.391Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2544401280239135610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:12:15.752Z] ---> docker-login.sh [2021-03-18T21:12:15.752Z] nexus3.edgexfoundry.org:10001 [2021-03-18T21:12:16.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:12:16.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:12:16.277Z] Configure a credential helper to remove this warning. See [2021-03-18T21:12:16.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:12:16.277Z] [2021-03-18T21:12:16.277Z] Login Succeeded [2021-03-18T21:12:16.277Z] nexus3.edgexfoundry.org:10002 [2021-03-18T21:12:16.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:12:16.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:12:16.541Z] Configure a credential helper to remove this warning. See [2021-03-18T21:12:16.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:12:16.541Z] [2021-03-18T21:12:16.541Z] Login Succeeded [2021-03-18T21:12:16.541Z] nexus3.edgexfoundry.org:10003 [2021-03-18T21:12:16.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:12:16.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:12:16.541Z] Configure a credential helper to remove this warning. See [2021-03-18T21:12:16.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:12:16.541Z] [2021-03-18T21:12:16.541Z] Login Succeeded [2021-03-18T21:12:16.541Z] nexus3.edgexfoundry.org:10004 [2021-03-18T21:12:16.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:12:16.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:12:16.802Z] Configure a credential helper to remove this warning. See [2021-03-18T21:12:16.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:12:16.802Z] [2021-03-18T21:12:16.802Z] Login Succeeded [2021-03-18T21:12:16.802Z] docker.io [2021-03-18T21:12:16.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:12:17.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:12:17.064Z] Configure a credential helper to remove this warning. See [2021-03-18T21:12:17.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:12:17.064Z] [2021-03-18T21:12:17.064Z] Login Succeeded [2021-03-18T21:12:17.064Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T21:12:17.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T21:12:17.554Z] ++ 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-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/core-command/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/core-data/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-18T21:12:17.554Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T21:12:17.554Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-18T21:12:17.554Z] ++ cut -d/ -f2 [2021-03-18T21:12:17.554Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-18T21:12:17.627Z] 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-18T21:12:19.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:12:19.295Z] [2021-03-18T21:12:19.295Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:12:19.645Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:12:19.645Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T21:12:19.645Z] 31603596830f: Pulling fs layer [2021-03-18T21:12:19.645Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T21:12:19.645Z] 6ca5941a6612: Pulling fs layer [2021-03-18T21:12:19.645Z] ecc8261a40a4: Pulling fs layer [2021-03-18T21:12:19.645Z] ecc8261a40a4: Waiting [2021-03-18T21:12:19.645Z] 2a8b12db71e7: Verifying Checksum [2021-03-18T21:12:19.645Z] 2a8b12db71e7: Download complete [2021-03-18T21:12:19.910Z] 31603596830f: Download complete [2021-03-18T21:12:19.910Z] ecc8261a40a4: Verifying Checksum [2021-03-18T21:12:19.910Z] ecc8261a40a4: Download complete [2021-03-18T21:12:19.910Z] 6ca5941a6612: Download complete [2021-03-18T21:12:20.175Z] 31603596830f: Pull complete [2021-03-18T21:12:20.175Z] 2a8b12db71e7: Pull complete [2021-03-18T21:12:21.140Z] 6ca5941a6612: Pull complete [2021-03-18T21:12:21.403Z] ecc8261a40a4: Pull complete [2021-03-18T21:12:21.403Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T21:12:21.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:12:21.403Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T21:12:21.507Z] prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container [2021-03-18T21:12:21.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T21:12:24.322Z] $ docker top 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T21:12:24.714Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T21:12:24.714Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T21:12:24.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T21:12:24.953Z] $ docker exec 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent [2021-03-18T21:12:25.122Z] SSH_AUTH_SOCK=/tmp/ssh-CWBD93ZOn1yJ/agent.11 [2021-03-18T21:12:25.122Z] SSH_AGENT_PID=16 [2021-03-18T21:12:25.138Z] Running ssh-add (command line suppressed) [2021-03-18T21:12:25.260Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5393295561247290189.key (/w/workspace/edgex-go/2@tmp/private_key_5393295561247290189.key) [2021-03-18T21:12:25.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T21:12:25.687Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T21:12:25.713Z] $ docker exec --env ******** --env ******** 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent -k [2021-03-18T21:12:25.836Z] unset SSH_AUTH_SOCK; [2021-03-18T21:12:25.836Z] unset SSH_AGENT_PID; [2021-03-18T21:12:25.836Z] echo Agent pid 16 killed; [2021-03-18T21:12:25.883Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T21:12:26.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T21:12:26.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T21:12:26.200Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T21:12:26.205Z] $ docker exec 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent [2021-03-18T21:12:26.367Z] SSH_AUTH_SOCK=/tmp/ssh-p8VVqG1BYJ9r/agent.45 [2021-03-18T21:12:26.367Z] SSH_AGENT_PID=50 [2021-03-18T21:12:26.374Z] Running ssh-add (command line suppressed) [2021-03-18T21:12:26.493Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8886148441875626858.key (/w/workspace/edgex-go/2@tmp/private_key_8886148441875626858.key) [2021-03-18T21:12:26.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T21:12:26.881Z] + git semver init [2021-03-18T21:12:26.881Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T21:12:26.881Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-18T21:12:26.881Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-18T21:12:26.881Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T21:12:26.882Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T21:12:26.882Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T21:12:26.882Z] # $SEMVER_BRANCH = PR-3272 [2021-03-18T21:12:26.882Z] # $SEMVER_TEMP = /tmp/semver-108077095 [2021-03-18T21:12:26.882Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-18T21:12:45.073Z] # '/tmp/semver-108077095' -> '/w/workspace/edgex-go/2/.semver' [2021-03-18T21:12:45.073Z] # -> Force: false [2021-03-18T21:12:45.073Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-18T21:12:45.089Z] $ docker exec --env ******** --env ******** 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 ssh-agent -k [2021-03-18T21:12:45.288Z] unset SSH_AUTH_SOCK; [2021-03-18T21:12:45.289Z] unset SSH_AGENT_PID; [2021-03-18T21:12:45.289Z] echo Agent pid 50 killed; [2021-03-18T21:12:45.379Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T21:12:45.999Z] + git semver [Pipeline] } [2021-03-18T21:12:46.020Z] $ docker stop --time=1 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 [2021-03-18T21:12:47.623Z] $ docker rm -f 999a09908f0e71243a2fe0df80b928fab35603a6a60e30a9ea6f9d44ac006074 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T21:12:48.187Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T21:12:48.750Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T21:12:48.753Z] [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-18T21:12:49.756Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:12:50.055Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:12:50.356Z] + sudo service docker restart [2021-03-18T21:12:50.356Z] + true [2021-03-18T21:12:50.356Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-18T21:12:50.953Z] ========================================================= [2021-03-18T21:12:50.953Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T21:12:50.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:12:51.299Z] + 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-18T21:12:54.625Z] Sending build context to Docker daemon 328.6MB [2021-03-18T21:12:54.625Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T21:12:54.625Z] Step 2/6 : FROM ${BASE} [2021-03-18T21:12:54.625Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T21:12:54.625Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T21:12:54.625Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T21:12:54.625Z] de9db76c5a1d: Pulling fs layer [2021-03-18T21:12:54.625Z] bca2f99d35d6: Pulling fs layer [2021-03-18T21:12:54.625Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T21:12:54.625Z] 7c6f9722023f: Pulling fs layer [2021-03-18T21:12:54.625Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T21:12:54.625Z] bca2f99d35d6: Waiting [2021-03-18T21:12:54.625Z] 93359f2a8cfa: Waiting [2021-03-18T21:12:54.625Z] 7c6f9722023f: Waiting [2021-03-18T21:12:54.625Z] a35cf1a2eb13: Waiting [2021-03-18T21:12:54.887Z] de9db76c5a1d: Verifying Checksum [2021-03-18T21:12:54.887Z] de9db76c5a1d: Download complete [2021-03-18T21:12:54.887Z] 0ef7d3d256c8: Download complete [2021-03-18T21:12:54.887Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T21:12:54.887Z] 93359f2a8cfa: Download complete [2021-03-18T21:12:54.888Z] 7c6f9722023f: Verifying Checksum [2021-03-18T21:12:54.888Z] 7c6f9722023f: Download complete [2021-03-18T21:12:54.888Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T21:12:54.888Z] 188c0c94c7c5: Download complete [2021-03-18T21:12:55.466Z] 188c0c94c7c5: Pull complete [2021-03-18T21:12:55.466Z] 0ef7d3d256c8: Pull complete [2021-03-18T21:12:55.732Z] de9db76c5a1d: Pull complete [2021-03-18T21:12:57.659Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T21:12:57.659Z] a35cf1a2eb13: Download complete [2021-03-18T21:12:58.238Z] bca2f99d35d6: Verifying Checksum [2021-03-18T21:12:58.238Z] bca2f99d35d6: Download complete [2021-03-18T21:13:03.583Z] bca2f99d35d6: Pull complete [2021-03-18T21:13:03.583Z] 93359f2a8cfa: Pull complete [2021-03-18T21:13:03.583Z] 7c6f9722023f: Pull complete [2021-03-18T21:13:04.134Z] Still waiting to schedule task [2021-03-18T21:13:04.134Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-18T21:13:08.911Z] a35cf1a2eb13: Pull complete [2021-03-18T21:13:08.911Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T21:13:08.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T21:13:08.911Z] ---> a62c8e92a672 [2021-03-18T21:13:08.911Z] 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-18T21:13:08.911Z] ---> Running in de15820a99f4 [2021-03-18T21:13:09.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:13:10.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:13:10.698Z] (1/12) Installing libmagic (5.38-r0) [2021-03-18T21:13:10.698Z] (2/12) Installing file (5.38-r0) [2021-03-18T21:13:10.698Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-18T21:13:10.961Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-18T21:13:16.263Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-18T21:13:16.263Z] (6/12) Installing patch (2.7.6-r6) [2021-03-18T21:13:16.263Z] (7/12) Installing build-base (0.5-r2) [2021-03-18T21:13:16.263Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-18T21:13:16.263Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-18T21:13:16.263Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-18T21:13:16.526Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-18T21:13:16.526Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-18T21:13:16.526Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:13:16.791Z] OK: 233 MiB in 51 packages [2021-03-18T21:13:21.029Z] Removing intermediate container de15820a99f4 [2021-03-18T21:13:21.029Z] ---> 6b151fc31707 [2021-03-18T21:13:21.029Z] Step 4/6 : WORKDIR /edgex-go [2021-03-18T21:13:21.029Z] ---> Running in fb9406ba6074 [2021-03-18T21:13:21.029Z] Removing intermediate container fb9406ba6074 [2021-03-18T21:13:21.029Z] ---> 7da03c290ef1 [2021-03-18T21:13:21.029Z] Step 5/6 : COPY go.mod . [2021-03-18T21:13:21.029Z] ---> e195504ce267 [2021-03-18T21:13:21.029Z] Step 6/6 : RUN go mod download [2021-03-18T21:13:21.029Z] ---> Running in 1cb0f711c2d0 [2021-03-18T21:13:47.670Z] Removing intermediate container 1cb0f711c2d0 [2021-03-18T21:13:47.670Z] ---> 1909486fe2fe [2021-03-18T21:13:47.670Z] Successfully built 1909486fe2fe [2021-03-18T21:13:47.670Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:13:47.994Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T21:13:47.994Z] . [Pipeline] withDockerContainer [2021-03-18T21:13:48.104Z] prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container [2021-03-18T21:13:48.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T21:13:48.916Z] $ docker top a9ef4d25040555f44108b3635b2f79cfa01830b8b1cbae3b2c79e8de24ec0480 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:13:49.407Z] + go version [2021-03-18T21:13:49.407Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T21:13:49.423Z] $ docker stop --time=1 a9ef4d25040555f44108b3635b2f79cfa01830b8b1cbae3b2c79e8de24ec0480 [2021-03-18T21:13:51.190Z] $ docker rm -f a9ef4d25040555f44108b3635b2f79cfa01830b8b1cbae3b2c79e8de24ec0480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:13:52.071Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T21:13:52.071Z] . [Pipeline] withDockerContainer [2021-03-18T21:13:52.167Z] prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container [2021-03-18T21:13:52.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T21:13:52.943Z] $ docker top ec87b3a95d3ccf1ca268dab24c21403bd73f2e4ac5e39189310d760d5537438a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-18T21:13:53.186Z] ========================================================= [2021-03-18T21:13:53.186Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-18T21:13:53.186Z] ========================================================= [Pipeline] sh [2021-03-18T21:13:53.482Z] + make test [2021-03-18T21:13:53.482Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-18T21:14:03.558Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-18T21:14:18.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-18T21:14:25.273Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-18T21:14:25.273Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-18T21:14:25.273Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-18T21:14:27.511Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-18T21:14:27.511Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-18T21:14:27.511Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-18T21:14:27.511Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-18T21:14:28.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-18T21:14:28.799Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-18T21:14:31.376Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-18T21:14:31.376Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-18T21:14:31.376Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-18T21:14:33.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.9% of statements [2021-03-18T21:14:33.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-18T21:14:33.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-18T21:14:33.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-18T21:14:33.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-18T21:14:33.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-18T21:14:33.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-18T21:14:33.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.046s coverage: 19.8% of statements [2021-03-18T21:14:33.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements [2021-03-18T21:14:38.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.1% of statements [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-18T21:14:38.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-18T21:14:38.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-18T21:14:38.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-18T21:14:38.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.154s coverage: 82.9% of statements [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:14:38.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.059s coverage: 78.9% of statements [2021-03-18T21:14:38.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-18T21:14:40.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-18T21:14:40.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-18T21:14:40.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-18T21:14:40.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-03-18T21:14:40.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-18T21:14:40.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2021-03-18T21:14:40.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-18T21:14:40.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-03-18T21:14:40.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-18T21:14:40.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-18T21:14:40.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-18T21:14:40.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-18T21:14:43.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 92.8% of statements [2021-03-18T21:14:43.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-18T21:14:43.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-18T21:14:43.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-18T21:14:43.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-18T21:14:43.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements [2021-03-18T21:14:43.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2021-03-18T21:14:43.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements [2021-03-18T21:14:43.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-03-18T21:14:43.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-03-18T21:14:55.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-03-18T21:14:55.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-03-18T21:14:55.592Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30358 in /w/workspace/edgexfoundry_edgex-go_PR-3272 [Pipeline] { [Pipeline] ws [2021-03-18T21:14:55.642Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-18T21:14:58.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.128s coverage: 81.9% of statements [2021-03-18T21:15:01.255Z] using credential edgex-jenkins-ssh [2021-03-18T21:15:01.360Z] Cloning the remote Git repository [2021-03-18T21:15:01.445Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-18T21:15:01.575Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-18T21:15:01.661Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T21:15:01.662Z] > git --version # timeout=10 [2021-03-18T21:15:01.686Z] > git --version # 'git version 2.17.1' [2021-03-18T21:15:01.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:15:01.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.065s coverage: 92.9% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 91.6% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 62.4% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 69.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.164s coverage: 47.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.708s coverage: 29.1% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 96.5% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-18T21:15:08.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-18T21:15:08.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-18T21:15:08.745Z] GO111MODULE=on go vet ./... [2021-03-18T21:15:26.385Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:15:26.934Z] Merge succeeded, producing c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:15:26.935Z] Checking out Revision c433a97cf53e5b5d4aee74011f1d830a5f691fbb (PR-3272) [2021-03-18T21:15:25.367Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T21:15:25.391Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:15:25.421Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T21:15:25.470Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T21:15:25.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:15:25.484Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3272/head:refs/remotes/origin/PR-3272 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T21:15:26.407Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T21:15:26.439Z] > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 [2021-03-18T21:15:26.776Z] > git remote # timeout=10 [2021-03-18T21:15:26.797Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T21:15:26.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:15:26.828Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-18T21:15:26.854Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T21:15:26.944Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T21:15:26.975Z] > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 [2021-03-18T21:15:31.605Z] Commit message: "fix: Added Content-TYpe from REST header to Context" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T21:15:33.216Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:15:33.652Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:15:34.069Z] + sudo service docker restart [2021-03-18T21:15:34.069Z] + true [2021-03-18T21:15:35.453Z] gofmt -l . [2021-03-18T21:15:35.453Z] [ "`gofmt -l .`" = "" ] [2021-03-18T21:15:35.453Z] ./bin/test-go-mod-tidy.sh [2021-03-18T21:15:36.035Z] ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T21:15:36.173Z] provisioning config files... [2021-03-18T21:15:36.216Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8680472013394064176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2021-03-18T21:15:36.646Z] ---> docker-login.sh [2021-03-18T21:15:36.646Z] nexus3.edgexfoundry.org:10001 [2021-03-18T21:15:36.931Z] + ls -al . [2021-03-18T21:15:36.931Z] total 760 [2021-03-18T21:15:36.931Z] drwxrwxr-x 10 1001 1001 4096 Mar 18 21:15 . [2021-03-18T21:15:36.931Z] drwxr-xr-x 4 root root 28 Mar 18 21:13 .. [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 11 Mar 18 21:12 .dockerignore [2021-03-18T21:15:36.931Z] drwxrwxr-x 8 1001 1001 179 Mar 18 21:12 .git [2021-03-18T21:15:36.931Z] drwxrwxr-x 3 1001 1001 125 Mar 18 21:12 .github [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 818 Mar 18 21:12 .gitignore [2021-03-18T21:15:36.931Z] drwx------ 3 1001 1001 60 Mar 18 21:12 .semver [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 166 Mar 18 21:12 .sonarcloud.properties [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 8607 Mar 18 21:12 Attribution.txt [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 3804 Mar 18 21:12 CONTRIBUTING.md [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 931 Mar 18 21:12 Dockerfile.build [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 863 Mar 18 21:12 Jenkinsfile [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 10775 Mar 18 21:12 LICENSE [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 5774 Mar 18 21:12 Makefile [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 6548 Mar 18 21:12 README.md [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 6755 Mar 18 21:12 SECURITY.md [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 5 Mar 18 21:12 VERSION [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 4131 Mar 18 21:12 ZMQWindows.md [2021-03-18T21:15:36.931Z] drwxrwxr-x 2 1001 1001 117 Mar 18 21:12 bin [2021-03-18T21:15:36.931Z] drwxrwxr-x 14 1001 1001 4096 Mar 18 21:12 cmd [2021-03-18T21:15:36.931Z] -rw-r--r-- 1 root root 650607 Mar 18 21:15 coverage.out [2021-03-18T21:15:36.931Z] -rw-r--r-- 1 root root 1055 Mar 18 21:15 go.mod [2021-03-18T21:15:36.931Z] -rw-r--r-- 1 root root 21981 Mar 18 21:15 go.sum [2021-03-18T21:15:36.931Z] drwxrwxr-x 8 1001 1001 127 Mar 18 21:12 internal [2021-03-18T21:15:36.931Z] drwxrwxr-x 4 1001 1001 26 Mar 18 21:12 openapi [2021-03-18T21:15:36.931Z] drwxrwxr-x 4 1001 1001 71 Mar 18 21:12 snap [2021-03-18T21:15:36.931Z] -rw-rw-r-- 1 1001 1001 168 Mar 18 21:12 version.go [Pipeline] sh [2021-03-18T21:15:37.233Z] + '[' -e coverage.out ] [2021-03-18T21:15:37.233Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-18T21:15:37.511Z] Stashed 1 file(s) [Pipeline] sh [2021-03-18T21:15:37.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:15:37.807Z] + make build [2021-03-18T21:15:37.807Z] 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-18T21:15:37.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:15:37.910Z] Configure a credential helper to remove this warning. See [2021-03-18T21:15:37.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:15:37.910Z] [2021-03-18T21:15:37.910Z] Login Succeeded [2021-03-18T21:15:37.910Z] nexus3.edgexfoundry.org:10002 [2021-03-18T21:15:38.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:15:38.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:15:38.509Z] Configure a credential helper to remove this warning. See [2021-03-18T21:15:38.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:15:38.509Z] [2021-03-18T21:15:38.509Z] Login Succeeded [2021-03-18T21:15:38.509Z] nexus3.edgexfoundry.org:10003 [2021-03-18T21:15:39.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:15:39.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:15:39.109Z] Configure a credential helper to remove this warning. See [2021-03-18T21:15:39.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:15:39.109Z] [2021-03-18T21:15:39.109Z] Login Succeeded [2021-03-18T21:15:39.109Z] nexus3.edgexfoundry.org:10004 [2021-03-18T21:15:39.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:15:39.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:15:39.708Z] Configure a credential helper to remove this warning. See [2021-03-18T21:15:39.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:15:39.708Z] [2021-03-18T21:15:39.708Z] Login Succeeded [2021-03-18T21:15:39.708Z] docker.io [2021-03-18T21:15:39.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:15:40.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:15:40.582Z] Configure a credential helper to remove this warning. See [2021-03-18T21:15:40.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:15:40.582Z] [2021-03-18T21:15:40.582Z] Login Succeeded [2021-03-18T21:15:40.582Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T21:15:40.599Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T21:15:41.131Z] ========================================================= [2021-03-18T21:15:41.132Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T21:15:41.132Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:15:41.526Z] + 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-18T21:15:42.034Z] 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-18T21:15:44.197Z] Sending build context to Docker daemon 166.8MB [2021-03-18T21:15:44.197Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T21:15:44.197Z] Step 2/6 : FROM ${BASE} [2021-03-18T21:15:44.473Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T21:15:44.473Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T21:15:44.473Z] a4357932f1b6: Pulling fs layer [2021-03-18T21:15:44.473Z] 18c013af1878: Pulling fs layer [2021-03-18T21:15:44.473Z] 00ac8860ef70: Pulling fs layer [2021-03-18T21:15:44.473Z] 63d7cb157983: Pulling fs layer [2021-03-18T21:15:44.473Z] b116817d02f9: Pulling fs layer [2021-03-18T21:15:44.473Z] 745a02a5169b: Pulling fs layer [2021-03-18T21:15:44.473Z] 63d7cb157983: Waiting [2021-03-18T21:15:44.473Z] 745a02a5169b: Waiting [2021-03-18T21:15:44.473Z] 00ac8860ef70: Waiting [2021-03-18T21:15:44.473Z] b116817d02f9: Waiting [2021-03-18T21:15:44.473Z] 18c013af1878: Verifying Checksum [2021-03-18T21:15:44.473Z] 18c013af1878: Download complete [2021-03-18T21:15:44.473Z] a4357932f1b6: Verifying Checksum [2021-03-18T21:15:44.473Z] a4357932f1b6: Download complete [2021-03-18T21:15:44.473Z] 63d7cb157983: Verifying Checksum [2021-03-18T21:15:44.473Z] 63d7cb157983: Download complete [2021-03-18T21:15:45.076Z] b116817d02f9: Download complete [2021-03-18T21:15:45.076Z] 5f621e34cdf4: Verifying Checksum [2021-03-18T21:15:45.076Z] 5f621e34cdf4: Download complete [2021-03-18T21:15:45.681Z] 5f621e34cdf4: Pull complete [2021-03-18T21:15:46.291Z] a4357932f1b6: Pull complete [2021-03-18T21:15:46.568Z] 18c013af1878: Pull complete [2021-03-18T21:15:48.018Z] 745a02a5169b: Verifying Checksum [2021-03-18T21:15:48.018Z] 745a02a5169b: Download complete [2021-03-18T21:15:49.460Z] 00ac8860ef70: Verifying Checksum [2021-03-18T21:15:49.460Z] 00ac8860ef70: Download complete [2021-03-18T21:15:50.288Z] 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-18T21:15:51.681Z] 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-18T21:15:53.076Z] 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-18T21:15:53.659Z] 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-18T21:15:55.054Z] 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-18T21:15:56.449Z] 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-18T21:15:57.841Z] 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-18T21:15:58.808Z] 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-18T21:15:59.650Z] 00ac8860ef70: Pull complete [2021-03-18T21:15:59.650Z] 63d7cb157983: Pull complete [2021-03-18T21:15:59.761Z] 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-18T21:15:59.924Z] b116817d02f9: Pull complete [2021-03-18T21:16:01.181Z] 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-18T21:16:03.130Z] $ docker stop --time=1 ec87b3a95d3ccf1ca268dab24c21403bd73f2e4ac5e39189310d760d5537438a [2021-03-18T21:16:03.325Z] 745a02a5169b: Pull complete [2021-03-18T21:16:03.325Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T21:16:03.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T21:16:03.325Z] ---> b7e6874047d6 [2021-03-18T21:16:03.325Z] 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-18T21:16:04.890Z] $ docker rm -f ec87b3a95d3ccf1ca268dab24c21403bd73f2e4ac5e39189310d760d5537438a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-18T21:16:06.754Z] ---> Running in 6b0be9aa86d4 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:16:08.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T21:16:08.174Z] [2021-03-18T21:16:08.174Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-03-18T21:16:08.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-03-18T21:16:08.555Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T21:16:08.555Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-18T21:16:08.555Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-18T21:16:08.555Z] ca9280d653b3: Pulling fs layer [2021-03-18T21:16:08.555Z] 7e9c9ca2126c: Pulling fs layer [2021-03-18T21:16:08.818Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-18T21:16:08.818Z] cbdbe7a5bc2a: Download complete [2021-03-18T21:16:08.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:16:09.086Z] cbdbe7a5bc2a: Pull complete [2021-03-18T21:16:09.352Z] ca9280d653b3: Verifying Checksum [2021-03-18T21:16:09.352Z] ca9280d653b3: Download complete [2021-03-18T21:16:10.322Z] 7e9c9ca2126c: Verifying Checksum [2021-03-18T21:16:10.322Z] 7e9c9ca2126c: Download complete [2021-03-18T21:16:10.322Z] ca9280d653b3: Pull complete [2021-03-18T21:16:10.841Z] (1/12) Installing libmagic (5.38-r0) [2021-03-18T21:16:11.114Z] (2/12) Installing file (5.38-r0) [2021-03-18T21:16:11.114Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-18T21:16:11.384Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-18T21:16:16.961Z] 7e9c9ca2126c: Pull complete [2021-03-18T21:16:16.961Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-18T21:16:16.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T21:16:16.961Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-18T21:16:17.115Z] prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container [2021-03-18T21:16:17.162Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-18T21:16:20.275Z] $ docker top ee4951425a8fe5b865f7817551e6f8f4e7929131e1e806bef8b696d57198d5e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:16:20.777Z] + docker-compose build --help [2021-03-18T21:16:20.778Z] + grep parallel [2021-03-18T21:16:21.723Z] --parallel Build images in parallel. [Pipeline] } [2021-03-18T21:16:21.739Z] $ docker stop --time=1 ee4951425a8fe5b865f7817551e6f8f4e7929131e1e806bef8b696d57198d5e2 [2021-03-18T21:16:23.109Z] $ docker rm -f ee4951425a8fe5b865f7817551e6f8f4e7929131e1e806bef8b696d57198d5e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:16:23.761Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-18T21:16:23.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-18T21:16:23.959Z] . [Pipeline] withDockerContainer [2021-03-18T21:16:24.042Z] (6/12) Installing patch (2.7.6-r6) [2021-03-18T21:16:24.042Z] (7/12) Installing build-base (0.5-r2) [2021-03-18T21:16:24.043Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-18T21:16:24.113Z] prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container [2021-03-18T21:16:24.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-18T21:16:24.316Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-18T21:16:24.316Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-18T21:16:24.316Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-18T21:16:24.590Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-18T21:16:24.590Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:16:24.590Z] OK: 217 MiB in 51 packages [2021-03-18T21:16:24.850Z] $ docker top ae11ccf607f9d7de7d0dc9143cf9bd04c9d828476e5089d33b9d8601ad9a15b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:16:25.413Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-18T21:16:26.357Z] Building docker-core-command-go ... [2021-03-18T21:16:26.357Z] Building docker-core-data-go ... [2021-03-18T21:16:26.357Z] Building docker-core-metadata-go ... [2021-03-18T21:16:26.357Z] Building docker-security-bootstrapper-go ... [2021-03-18T21:16:26.357Z] Building docker-security-proxy-setup-go ... [2021-03-18T21:16:26.357Z] Building docker-security-secretstore-setup-go ... [2021-03-18T21:16:26.357Z] Building docker-support-notifications-go ... [2021-03-18T21:16:26.357Z] Building docker-support-scheduler-go ... [2021-03-18T21:16:26.357Z] Building docker-sys-mgmt-agent-go ... [2021-03-18T21:16:26.357Z] Building docker-core-metadata-go [2021-03-18T21:16:26.357Z] Building docker-support-scheduler-go [2021-03-18T21:16:26.357Z] Building docker-security-proxy-setup-go [2021-03-18T21:16:26.357Z] Building docker-security-bootstrapper-go [2021-03-18T21:16:26.357Z] Building docker-sys-mgmt-agent-go [2021-03-18T21:16:28.940Z] Removing intermediate container 6b0be9aa86d4 [2021-03-18T21:16:28.940Z] ---> 2affb2a73cf5 [2021-03-18T21:16:28.940Z] Step 4/6 : WORKDIR /edgex-go [2021-03-18T21:16:28.940Z] ---> Running in 4aeba8cb1391 [2021-03-18T21:16:29.213Z] Removing intermediate container 4aeba8cb1391 [2021-03-18T21:16:29.213Z] ---> ce3ab69abd52 [2021-03-18T21:16:29.213Z] Step 5/6 : COPY go.mod . [2021-03-18T21:16:29.811Z] ---> dfaa81603c17 [2021-03-18T21:16:29.811Z] Step 6/6 : RUN go mod download [2021-03-18T21:16:30.085Z] ---> Running in 40232e12ac3b [2021-03-18T21:16:56.875Z] Removing intermediate container 40232e12ac3b [2021-03-18T21:16:56.875Z] ---> c003896c600c [2021-03-18T21:16:56.875Z] Successfully built c003896c600c [2021-03-18T21:16:56.875Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:16:57.212Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T21:16:57.212Z] . [Pipeline] withDockerContainer [2021-03-18T21:16:57.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container [2021-03-18T21:16:57.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T21:16:58.773Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:16:58.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:16:58.773Z] ---> 1909486fe2fe [2021-03-18T21:16:58.773Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T21:16:58.773Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:16:58.773Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:16:58.773Z] ---> 1909486fe2fe [2021-03-18T21:16:58.773Z] Step 3/31 : WORKDIR /edgex-go [2021-03-18T21:16:58.975Z] $ docker top bfeae4dcc13eec6bb0df60586285292dd5b649cab074e5556c3ccc93da6383f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:16:59.696Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:16:59.696Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:16:59.696Z] ---> 1909486fe2fe [2021-03-18T21:16:59.696Z] Step 3/26 : WORKDIR /edgex-go [2021-03-18T21:16:59.696Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:16:59.958Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:16:59.958Z] ---> 1909486fe2fe [2021-03-18T21:16:59.958Z] Step 3/21 : WORKDIR /edgex-go [2021-03-18T21:16:59.997Z] + go version [2021-03-18T21:16:59.997Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T21:17:00.022Z] $ docker stop --time=1 bfeae4dcc13eec6bb0df60586285292dd5b649cab074e5556c3ccc93da6383f9 [2021-03-18T21:17:00.221Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:17:00.221Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:17:00.221Z] ---> 1909486fe2fe [2021-03-18T21:17:00.221Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T21:17:00.483Z] ---> Running in 46fb9b767c45 [2021-03-18T21:17:00.483Z] ---> Running in 02420d6a51cc [2021-03-18T21:17:00.483Z] ---> Running in 1dd11130a41d [2021-03-18T21:17:00.483Z] ---> Running in d58b56a462ca [2021-03-18T21:17:00.483Z] ---> Running in f5b946b57b75 [2021-03-18T21:17:01.064Z] Removing intermediate container d58b56a462ca [2021-03-18T21:17:01.064Z] ---> 58b38a0e1ea9 [2021-03-18T21:17:01.064Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:17:01.064Z] Removing intermediate container 46fb9b767c45 [2021-03-18T21:17:01.064Z] ---> 68f603aec62b [2021-03-18T21:17:01.064Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:17:01.064Z] Removing intermediate container 02420d6a51cc [2021-03-18T21:17:01.064Z] ---> f2e68679497a [2021-03-18T21:17:01.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:17:01.064Z] Removing intermediate container f5b946b57b75 [2021-03-18T21:17:01.064Z] ---> 1a5d2a568003 [2021-03-18T21:17:01.064Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:17:01.327Z] Removing intermediate container 1dd11130a41d [2021-03-18T21:17:01.327Z] ---> 2a86bd86fe2e [2021-03-18T21:17:01.327Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:17:01.327Z] ---> Running in 4a3edba182a3 [2021-03-18T21:17:01.327Z] ---> Running in 3b5f400946e8 [2021-03-18T21:17:01.327Z] ---> Running in 2808818c949a [2021-03-18T21:17:01.327Z] ---> Running in e22b8c560f5e [2021-03-18T21:17:01.327Z] ---> Running in e9b3af2952bd [2021-03-18T21:17:01.977Z] $ docker rm -f bfeae4dcc13eec6bb0df60586285292dd5b649cab074e5556c3ccc93da6383f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:17:02.954Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T21:17:02.954Z] . [Pipeline] withDockerContainer [2021-03-18T21:17:03.232Z] prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container [2021-03-18T21:17:03.293Z] Removing intermediate container 3b5f400946e8 [2021-03-18T21:17:03.294Z] ---> 46d40ee28da3 [2021-03-18T21:17:03.294Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T21:17:03.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T21:17:03.556Z] Removing intermediate container 2808818c949a [2021-03-18T21:17:03.556Z] ---> c89c5f2b1ba5 [2021-03-18T21:17:03.556Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-18T21:17:03.556Z] ---> Running in 7cd7bf14df1d [2021-03-18T21:17:03.556Z] Removing intermediate container 4a3edba182a3 [2021-03-18T21:17:03.556Z] ---> ef685e83b632 [2021-03-18T21:17:03.556Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-18T21:17:03.818Z] ---> Running in cf9a216eb293 [2021-03-18T21:17:03.818Z] ---> Running in 63a236806293 [2021-03-18T21:17:04.082Z] Removing intermediate container e9b3af2952bd [2021-03-18T21:17:04.082Z] ---> 9ed2f70ff295 [2021-03-18T21:17:04.082Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-18T21:17:04.082Z] Removing intermediate container e22b8c560f5e [2021-03-18T21:17:04.082Z] ---> 92bc94e70853 [2021-03-18T21:17:04.082Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-18T21:17:04.346Z] ---> Running in f05b7477d8ca [2021-03-18T21:17:04.346Z] ---> Running in 6233ffacbb18 [2021-03-18T21:17:04.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:04.756Z] $ docker top 6eff6068e64d2c0f1ca38f577f18bd46abf41673460a259a3a1bed31d55c0d32 -eo pid,comm [2021-03-18T21:17:04.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:04.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [2021-03-18T21:17:05.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:05.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-03-18T21:17:05.165Z] ========================================================= [2021-03-18T21:17:05.165Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-18T21:17:05.165Z] ========================================================= [Pipeline] sh [2021-03-18T21:17:05.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:05.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:05.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:05.816Z] + make test [2021-03-18T21:17:05.816Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-18T21:17:05.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:05.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:17:06.199Z] OK: 233 MiB in 51 packages [2021-03-18T21:17:06.462Z] OK: 233 MiB in 51 packages [2021-03-18T21:17:06.462Z] OK: 233 MiB in 51 packages [2021-03-18T21:17:06.738Z] Removing intermediate container 7cd7bf14df1d [2021-03-18T21:17:06.738Z] ---> 6bd315615b30 [2021-03-18T21:17:06.738Z] Step 6/23 : COPY go.mod . [2021-03-18T21:17:06.738Z] OK: 233 MiB in 51 packages [2021-03-18T21:17:07.004Z] OK: 233 MiB in 51 packages [2021-03-18T21:17:07.270Z] ---> 6a131b929b65 [2021-03-18T21:17:07.270Z] Step 7/23 : RUN go mod download [2021-03-18T21:17:07.270Z] Removing intermediate container cf9a216eb293 [2021-03-18T21:17:07.270Z] ---> 98d86afb8631 [2021-03-18T21:17:07.270Z] Step 6/31 : COPY go.mod . [2021-03-18T21:17:07.270Z] Removing intermediate container 63a236806293 [2021-03-18T21:17:07.270Z] ---> a190ba8a179e [2021-03-18T21:17:07.270Z] Step 6/22 : COPY go.mod . [2021-03-18T21:17:07.533Z] ---> Running in f27dfb1fabad [2021-03-18T21:17:07.796Z] ---> a1c946af1326 [2021-03-18T21:17:07.796Z] Step 7/31 : RUN go mod download [2021-03-18T21:17:08.064Z] ---> 4c7312960d60 [2021-03-18T21:17:08.064Z] Step 7/22 : RUN go mod download [2021-03-18T21:17:08.064Z] Removing intermediate container 6233ffacbb18 [2021-03-18T21:17:08.064Z] ---> cab99d604685 [2021-03-18T21:17:08.064Z] Step 6/21 : COPY go.mod . [2021-03-18T21:17:08.064Z] ---> Running in 69ac017b4b18 [2021-03-18T21:17:08.064Z] Removing intermediate container f05b7477d8ca [2021-03-18T21:17:08.064Z] ---> d915b24e77d1 [2021-03-18T21:17:08.064Z] Step 6/26 : COPY go.mod . [2021-03-18T21:17:08.064Z] ---> Running in 9df85d48ecf6 [2021-03-18T21:17:08.326Z] ---> 06c7c452306e [2021-03-18T21:17:08.326Z] Step 7/21 : RUN go mod download [2021-03-18T21:17:08.590Z] ---> 0a23ea4aa91d [2021-03-18T21:17:08.590Z] Step 7/26 : RUN go mod download [2021-03-18T21:17:08.590Z] ---> Running in a81a2fc15401 [2021-03-18T21:17:08.854Z] ---> Running in f544be1582b8 [2021-03-18T21:17:09.825Z] Removing intermediate container f27dfb1fabad [2021-03-18T21:17:09.825Z] ---> 1a39081c78f0 [2021-03-18T21:17:09.825Z] Step 8/23 : COPY . . [2021-03-18T21:17:10.783Z] Removing intermediate container 69ac017b4b18 [2021-03-18T21:17:10.783Z] ---> c08c4df73794 [2021-03-18T21:17:10.783Z] Step 8/31 : COPY . . [2021-03-18T21:17:14.103Z] Removing intermediate container 9df85d48ecf6 [2021-03-18T21:17:14.103Z] ---> 01ab15ff2def [2021-03-18T21:17:14.103Z] Step 8/22 : COPY . . [2021-03-18T21:17:16.698Z] Removing intermediate container a81a2fc15401 [2021-03-18T21:17:16.698Z] ---> 4341d5cfc509 [2021-03-18T21:17:16.698Z] Step 8/21 : COPY . . [2021-03-18T21:17:20.028Z] Removing intermediate container f544be1582b8 [2021-03-18T21:17:20.028Z] ---> 6435c472dfc6 [2021-03-18T21:17:20.028Z] Step 8/26 : COPY . . [2021-03-18T21:17:28.009Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-18T21:17:52.277Z] ---> 9a8b3e2e9065 [2021-03-18T21:17:52.277Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-18T21:17:52.277Z] ---> 86ade9f087b3 [2021-03-18T21:17:52.277Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-18T21:17:52.277Z] ---> a8449c301ac6 [2021-03-18T21:17:52.277Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-18T21:17:52.277Z] ---> Running in 0254d03ec84d [2021-03-18T21:17:52.277Z] ---> Running in 07d75ce11957 [2021-03-18T21:17:52.277Z] ---> Running in f6ae548c7597 [2021-03-18T21:17:52.277Z] ---> 38035e7063db [2021-03-18T21:17:52.277Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-18T21:17:52.277Z] ---> 8878ce1da399 [2021-03-18T21:17:52.277Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-18T21:17:52.277Z] ---> Running in b3368a1895b3 [2021-03-18T21:17:52.277Z] ---> Running in f5a5f3b50fef [2021-03-18T21:17:53.716Z] 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-18T21:17:53.716Z] 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-18T21:17:53.716Z] 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-18T21:17:53.716Z] 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-18T21:17:53.716Z] 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-18T21:18:24.983Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-18T21:18:25.995Z] 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-18T21:18:26.750Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-18T21:18:30.279Z] Removing intermediate container b3368a1895b3 [2021-03-18T21:18:30.279Z] ---> 63056e7c3a30 [2021-03-18T21:18:30.279Z] [2021-03-18T21:18:30.279Z] Step 10/21 : FROM alpine:3.12 [2021-03-18T21:18:30.279Z] Removing intermediate container f5a5f3b50fef [2021-03-18T21:18:30.279Z] ---> 2832d36af68b [2021-03-18T21:18:30.279Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-18T21:18:30.279Z] Removing intermediate container 07d75ce11957 [2021-03-18T21:18:30.279Z] ---> 8dc171ed0d9d [2021-03-18T21:18:30.279Z] [2021-03-18T21:18:30.279Z] Step 10/31 : FROM alpine:3.12 [2021-03-18T21:18:30.279Z] 3.12: Pulling from library/alpine [2021-03-18T21:18:30.279Z] 3.12: Pulling from library/alpine [2021-03-18T21:18:30.279Z] ---> Running in a6636612a169 [2021-03-18T21:18:30.864Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T21:18:30.864Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T21:18:30.864Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T21:18:30.864Z] ---> 88dd2752d2ea [2021-03-18T21:18:30.864Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-18T21:18:30.864Z] Status: Image is up to date for alpine:3.12 [2021-03-18T21:18:30.864Z] ---> 88dd2752d2ea [2021-03-18T21:18:30.864Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-18T21:18:31.126Z] 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-18T21:18:35.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-18T21:18:35.101Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-18T21:18:35.354Z] ---> Running in 31236b149dce [2021-03-18T21:18:35.354Z] ---> Running in 82d8d1aea5b8 [2021-03-18T21:18:35.354Z] Removing intermediate container f6ae548c7597 [2021-03-18T21:18:35.354Z] ---> 6b0bbff00834 [2021-03-18T21:18:35.354Z] [2021-03-18T21:18:35.354Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T21:18:35.354Z] ---> 88dd2752d2ea [2021-03-18T21:18:35.354Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-18T21:18:35.354Z] Removing intermediate container 0254d03ec84d [2021-03-18T21:18:35.354Z] ---> 4ab1eb72ad9e [2021-03-18T21:18:35.354Z] [2021-03-18T21:18:35.354Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T21:18:35.354Z] ---> 88dd2752d2ea [2021-03-18T21:18:35.354Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T21:18:35.354Z] ---> Running in 6ca48c47b498 [2021-03-18T21:18:35.354Z] Removing intermediate container 82d8d1aea5b8 [2021-03-18T21:18:35.354Z] ---> 05dfaac62601 [2021-03-18T21:18:35.354Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-18T21:18:35.354Z] ---> Running in aa08a6f58fdb [2021-03-18T21:18:35.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:35.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:35.354Z] ---> Running in 2216913c7ff1 [2021-03-18T21:18:35.616Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-18T21:18:35.616Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T21:18:35.616Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-18T21:18:35.616Z] (4/4) Installing curl (7.69.1-r3) [2021-03-18T21:18:35.616Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:18:35.616Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:18:35.616Z] OK: 7 MiB in 18 packages [2021-03-18T21:18:36.193Z] Removing intermediate container a6636612a169 [2021-03-18T21:18:36.193Z] ---> 9cdb11e1b0e2 [2021-03-18T21:18:36.193Z] [2021-03-18T21:18:36.193Z] Step 11/26 : FROM docker:20.10.0 [2021-03-18T21:18:36.193Z] 20.10.0: Pulling from library/docker [2021-03-18T21:18:36.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:36.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:37.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:37.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:37.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T21:18:37.044Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:18:37.044Z] OK: 6 MiB in 15 packages [2021-03-18T21:18:37.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T21:18:37.044Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:18:37.313Z] OK: 6 MiB in 15 packages [2021-03-18T21:18:37.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:37.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:37.577Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-18T21:18:37.577Z] (2/2) Installing su-exec (0.2-r1) [2021-03-18T21:18:37.577Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:18:37.577Z] OK: 6 MiB in 16 packages [2021-03-18T21:18:37.839Z] Removing intermediate container 31236b149dce [2021-03-18T21:18:37.839Z] ---> 8cb48016128f [2021-03-18T21:18:37.839Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T21:18:38.101Z] ---> Running in 6dde3e03c15a [2021-03-18T21:18:38.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-18T21:18:38.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-18T21:18:38.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-18T21:18:38.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-18T21:18:38.679Z] Removing intermediate container 6dde3e03c15a [2021-03-18T21:18:38.679Z] ---> 06ea25229db7 [2021-03-18T21:18:38.679Z] Step 13/21 : WORKDIR /edgex [2021-03-18T21:18:38.679Z] ---> Running in 604eaa12e329 [2021-03-18T21:18:38.949Z] Removing intermediate container 6ca48c47b498 [2021-03-18T21:18:38.949Z] ---> 1449cd2d844b [2021-03-18T21:18:38.949Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:18:38.949Z] Removing intermediate container aa08a6f58fdb [2021-03-18T21:18:38.949Z] ---> dbf4a0e4951b [2021-03-18T21:18:38.949Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:18:38.949Z] Removing intermediate container 2216913c7ff1 [2021-03-18T21:18:38.949Z] ---> 1c164ca8038f [2021-03-18T21:18:38.949Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-18T21:18:39.215Z] ---> Running in 75ed26017fdb [2021-03-18T21:18:39.215Z] ---> Running in 9f1dc9a58edd [2021-03-18T21:18:39.215Z] ---> Running in 579ea587c059 [2021-03-18T21:18:39.215Z] Removing intermediate container 604eaa12e329 [2021-03-18T21:18:39.215Z] ---> 3cc85d619b4b [2021-03-18T21:18:39.215Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-18T21:18:40.161Z] Removing intermediate container 75ed26017fdb [2021-03-18T21:18:40.161Z] ---> fdbfb0ff73d3 [2021-03-18T21:18:40.161Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-18T21:18:41.123Z] ---> Running in f3371d186a8f [2021-03-18T21:18:41.123Z] Removing intermediate container 9f1dc9a58edd [2021-03-18T21:18:41.123Z] ---> 4e1ed33d72c2 [2021-03-18T21:18:41.123Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-18T21:18:41.123Z] Removing intermediate container 579ea587c059 [2021-03-18T21:18:41.123Z] ---> 336fba85f6c0 [2021-03-18T21:18:41.123Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-18T21:18:41.123Z] ---> 49e5d3f2e81a [2021-03-18T21:18:41.123Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-18T21:18:41.123Z] ---> Running in c648626ff041 [2021-03-18T21:18:41.123Z] ---> Running in 4d6869a187a7 [2021-03-18T21:18:41.144Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-18T21:18:42.073Z] Removing intermediate container f3371d186a8f [2021-03-18T21:18:42.073Z] ---> f79e59c6b963 [2021-03-18T21:18:42.073Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T21:18:42.073Z] ---> Running in c729e7561120 [2021-03-18T21:18:42.073Z] Removing intermediate container c648626ff041 [2021-03-18T21:18:42.073Z] ---> d620d2a0ada9 [2021-03-18T21:18:42.073Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T21:18:42.073Z] Removing intermediate container 4d6869a187a7 [2021-03-18T21:18:42.073Z] ---> bce277f7a360 [2021-03-18T21:18:42.073Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-18T21:18:42.132Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-18T21:18:42.338Z] ---> f393d6585983 [2021-03-18T21:18:42.338Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-18T21:18:42.338Z] ---> Running in 73a75488d6c5 [2021-03-18T21:18:42.338Z] ---> Running in 1824b8ce1222 [2021-03-18T21:18:42.600Z] Removing intermediate container c729e7561120 [2021-03-18T21:18:42.600Z] ---> deaddec3698f [2021-03-18T21:18:42.600Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:18:42.866Z] Removing intermediate container 73a75488d6c5 [2021-03-18T21:18:42.866Z] ---> cc507ce82b83 [2021-03-18T21:18:42.866Z] Step 15/23 : WORKDIR / [2021-03-18T21:18:43.130Z] ---> Running in d948a6d8767d [2021-03-18T21:18:43.130Z] ---> 9f778226db17 [2021-03-18T21:18:43.130Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-18T21:18:43.130Z] ---> 62eba7d77ddc [2021-03-18T21:18:43.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-18T21:18:43.130Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-18T21:18:43.130Z] ---> Running in cbca24a33290 [2021-03-18T21:18:43.404Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-18T21:18:43.404Z] ---> aefe523efa57 [2021-03-18T21:18:43.404Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-18T21:18:43.404Z] Removing intermediate container d948a6d8767d [2021-03-18T21:18:43.404Z] ---> 0cc6477a9473 [2021-03-18T21:18:43.404Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:18:43.404Z] ---> Running in 3ce6a920b7b1 [2021-03-18T21:18:43.665Z] Removing intermediate container cbca24a33290 [2021-03-18T21:18:43.665Z] ---> d58dba7e16f0 [2021-03-18T21:18:43.665Z] Step 18/21 : CMD ["--init=true"] [2021-03-18T21:18:43.929Z] ---> Running in 8ffaef00cbcf [2021-03-18T21:18:43.929Z] ---> 291554ce34d0 [2021-03-18T21:18:43.929Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-18T21:18:43.929Z] ---> 95bab11db93d [2021-03-18T21:18:43.929Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-18T21:18:44.196Z] Removing intermediate container 8ffaef00cbcf [2021-03-18T21:18:44.196Z] ---> efd47cda28bc [2021-03-18T21:18:44.196Z] Step 19/21 : LABEL arch=x86_64 [2021-03-18T21:18:44.460Z] ---> ae09f433de1d [2021-03-18T21:18:44.460Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-18T21:18:44.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:44.460Z] ---> Running in 9f6a285ec530 [2021-03-18T21:18:44.460Z] Removing intermediate container 1824b8ce1222 [2021-03-18T21:18:44.460Z] ---> 3a1b95df6e79 [2021-03-18T21:18:44.460Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-18T21:18:44.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:18:44.460Z] ---> Running in 06d58d7ea0e4 [2021-03-18T21:18:44.723Z] ---> Running in 6ebde4c1fc95 [2021-03-18T21:18:44.723Z] (1/2) Installing readline (8.0.4-r0) [2021-03-18T21:18:44.723Z] ---> 7e537be0ec19 [2021-03-18T21:18:44.723Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-18T21:18:44.723Z] (2/2) Installing bash (5.0.17-r0) [2021-03-18T21:18:44.723Z] Executing bash-5.0.17-r0.post-install [2021-03-18T21:18:44.723Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:18:44.723Z] OK: 12 MiB in 22 packages [2021-03-18T21:18:44.723Z] Removing intermediate container 9f6a285ec530 [2021-03-18T21:18:44.723Z] ---> 70719419f908 [2021-03-18T21:18:44.723Z] Step 20/21 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:18:44.985Z] ---> Running in 504e512300fa [2021-03-18T21:18:44.985Z] Removing intermediate container 06d58d7ea0e4 [2021-03-18T21:18:44.985Z] ---> 4108cee2c7b9 [2021-03-18T21:18:44.985Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:18:45.247Z] Removing intermediate container 6ebde4c1fc95 [2021-03-18T21:18:45.247Z] ---> 6d920f9f3530 [2021-03-18T21:18:45.247Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-18T21:18:45.247Z] ---> d0d42a7913f3 [2021-03-18T21:18:45.247Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-18T21:18:45.247Z] ---> Running in 95dd1157f168 [2021-03-18T21:18:45.509Z] ---> Running in 2e3d59f3edfe [2021-03-18T21:18:45.509Z] Removing intermediate container 504e512300fa [2021-03-18T21:18:45.509Z] ---> beddf8513ecf [2021-03-18T21:18:45.509Z] Step 21/21 : LABEL version=0.0.0 [2021-03-18T21:18:45.509Z] ---> 85fb88efe9d7 [2021-03-18T21:18:45.509Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-18T21:18:45.772Z] Removing intermediate container 95dd1157f168 [2021-03-18T21:18:45.772Z] ---> a4c905f3e08a [2021-03-18T21:18:45.772Z] Step 20/22 : LABEL arch=x86_64 [2021-03-18T21:18:45.772Z] Removing intermediate container 3ce6a920b7b1 [2021-03-18T21:18:45.772Z] ---> 3f19308bdf2f [2021-03-18T21:18:45.772Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-18T21:18:45.772Z] ---> Running in 397da9387dd6 [2021-03-18T21:18:45.772Z] ---> Running in a3b9d9ef0cb0 [2021-03-18T21:18:45.772Z] Removing intermediate container 2e3d59f3edfe [2021-03-18T21:18:45.772Z] ---> 07004e1b683b [2021-03-18T21:18:45.772Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:18:46.034Z] ---> Running in 7b796005f399 [2021-03-18T21:18:46.034Z] ---> Running in 1eb2d06673d4 [2021-03-18T21:18:46.034Z] ---> Running in 17aa3dd98bc6 [2021-03-18T21:18:46.302Z] Removing intermediate container 397da9387dd6 [2021-03-18T21:18:46.302Z] ---> 1b4d44243ff4 [2021-03-18T21:18:46.302Z] [2021-03-18T21:18:46.302Z] Removing intermediate container 7b796005f399 [2021-03-18T21:18:46.302Z] ---> 022dbc3aa722 [2021-03-18T21:18:46.302Z] Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:18:46.302Z] Removing intermediate container 1eb2d06673d4 [2021-03-18T21:18:46.302Z] ---> 09ae466ea514 [2021-03-18T21:18:46.302Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-18T21:18:46.569Z] Removing intermediate container 17aa3dd98bc6 [2021-03-18T21:18:46.569Z] ---> 166d07e3706d [2021-03-18T21:18:46.569Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T21:18:46.569Z] ---> Running in 03a100b8600b [2021-03-18T21:18:46.569Z] Successfully built 1b4d44243ff4 [2021-03-18T21:18:46.569Z] ---> Running in 3c219a3b49d6 [2021-03-18T21:18:46.569Z] ---> Running in 106594b688a0 [2021-03-18T21:18:46.569Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-18T21:18:46.569Z] Building docker-core-command-go [2021-03-18T21:18:46.832Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 03a100b8600b [2021-03-18T21:18:46.832Z] ---> 0be9528c74e7 [2021-03-18T21:18:46.832Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T21:18:47.094Z] ---> Running in 87ab77cc25ca [2021-03-18T21:18:47.094Z] Removing intermediate container 3c219a3b49d6 [2021-03-18T21:18:47.094Z] ---> 77c12386f3d9 [2021-03-18T21:18:47.094Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-18T21:18:47.094Z] Removing intermediate container 106594b688a0 [2021-03-18T21:18:47.094Z] ---> b7eca3481b48 [2021-03-18T21:18:47.094Z] Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:18:47.356Z] ---> Running in 6b14cd62da39 [2021-03-18T21:18:47.356Z] ---> Running in 92eb09cfdc3f [2021-03-18T21:18:48.749Z] Removing intermediate container 87ab77cc25ca [2021-03-18T21:18:48.749Z] ---> 4607aca6263c [2021-03-18T21:18:48.749Z] [2021-03-18T21:18:49.695Z] Successfully built 4607aca6263c [2021-03-18T21:18:50.461Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-18T21:18:50.461Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-18T21:18:50.461Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-18T21:18:50.644Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-18T21:18:50.644Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-18T21:18:51.220Z] Removing intermediate container a3b9d9ef0cb0 [2021-03-18T21:18:51.220Z] ---> cd6d3e0a1d49 [2021-03-18T21:18:51.220Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:18:52.176Z] Removing intermediate container 6b14cd62da39 [2021-03-18T21:18:52.176Z] ---> 198c1aa1d1b0 [2021-03-18T21:18:52.176Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-18T21:18:52.755Z] Removing intermediate container 92eb09cfdc3f [2021-03-18T21:18:52.755Z] ---> 24d307333f63 [2021-03-18T21:18:52.755Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T21:18:54.682Z] ---> 1312420dd9f7 [2021-03-18T21:18:54.682Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-18T21:18:55.273Z] ---> Running in 7255bca776e3 [2021-03-18T21:18:56.245Z] ---> 5ba15166367e [2021-03-18T21:18:56.245Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-18T21:18:57.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 45.9% of statements [2021-03-18T21:18:57.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-18T21:18:57.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-18T21:18:57.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-18T21:18:57.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-18T21:18:57.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-18T21:18:57.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-18T21:18:57.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.132s coverage: 19.8% of statements [2021-03-18T21:18:57.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements [2021-03-18T21:18:57.483Z] ---> 02d7f8b84f43 [2021-03-18T21:18:57.483Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-18T21:18:57.483Z] Removing intermediate container 7255bca776e3 [2021-03-18T21:18:57.483Z] ---> 1f15cfaf2acf [2021-03-18T21:18:57.483Z] [2021-03-18T21:18:57.936Z] ---> 0ff4c0ff7ed1 [2021-03-18T21:18:57.936Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-18T21:18:58.241Z] Successfully built 1f15cfaf2acf [2021-03-18T21:18:58.670Z] Successfully tagged docker-core-metadata-go:latest [2021-03-18T21:18:58.670Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-18T21:18:58.947Z] ---> 732427892a7f [2021-03-18T21:18:58.947Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-18T21:19:02.320Z] ---> a9d4f94a1a0e [2021-03-18T21:19:02.320Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-18T21:19:05.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.611s coverage: 27.1% of statements [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-18T21:19:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-18T21:19:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-18T21:19:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.326s coverage: 71.3% of statements [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-18T21:19:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-18T21:19:06.578Z] ---> 43dd13d743cc [2021-03-18T21:19:06.578Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-18T21:19:06.578Z] ---> Running in 87d3697b6fe7 [2021-03-18T21:19:06.578Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:19:06.578Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:19:06.578Z] ---> 1909486fe2fe [2021-03-18T21:19:06.578Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T21:19:06.578Z] ---> Using cache [2021-03-18T21:19:06.578Z] ---> 2a86bd86fe2e [2021-03-18T21:19:06.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:19:06.578Z] ---> Using cache [2021-03-18T21:19:06.578Z] ---> 9ed2f70ff295 [2021-03-18T21:19:06.578Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T21:19:08.512Z] ---> Running in 3d2221f7e0c5 [2021-03-18T21:19:08.512Z] ---> df8ffafa1ea1 [2021-03-18T21:19:08.512Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-18T21:19:09.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:09.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:09.365Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:19:09.365Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:19:09.365Z] ---> 1909486fe2fe [2021-03-18T21:19:09.365Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T21:19:09.365Z] ---> Using cache [2021-03-18T21:19:09.365Z] ---> 2a86bd86fe2e [2021-03-18T21:19:09.365Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:19:09.365Z] ---> Using cache [2021-03-18T21:19:09.365Z] ---> 9ed2f70ff295 [2021-03-18T21:19:09.365Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-18T21:19:09.365Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-18T21:19:09.627Z] (2/33) Installing expat (2.2.9-r1) [2021-03-18T21:19:09.628Z] (3/33) Installing libffi (3.3-r2) [2021-03-18T21:19:09.628Z] (4/33) Installing gdbm (1.13-r1) [2021-03-18T21:19:09.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 82.9% of statements [2021-03-18T21:19:09.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-18T21:19:09.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:19:09.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.159s coverage: 78.9% of statements [2021-03-18T21:19:09.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-18T21:19:11.019Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-18T21:19:11.019Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-18T21:19:11.019Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-18T21:19:11.019Z] ---> Running in 08d5f8a4b39d [2021-03-18T21:19:12.418Z] ---> Running in 2261132e75b2 [2021-03-18T21:19:13.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:13.585Z] Removing intermediate container 08d5f8a4b39d [2021-03-18T21:19:13.585Z] ---> 3eb38e745315 [2021-03-18T21:19:13.585Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-18T21:19:13.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:14.813Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-18T21:19:14.813Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-18T21:19:14.813Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-18T21:19:14.813Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-18T21:19:15.389Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-18T21:19:15.389Z] OK: 233 MiB in 51 packages [2021-03-18T21:19:15.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:15.917Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-18T21:19:15.917Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-18T21:19:16.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:16.626Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-18T21:19:16.892Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-18T21:19:16.892Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-18T21:19:17.154Z] OK: 233 MiB in 51 packages [2021-03-18T21:19:17.727Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-18T21:19:17.727Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-18T21:19:18.140Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-18T21:19:18.440Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-18T21:19:19.081Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-18T21:19:19.364Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:19:19.364Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:19:19.364Z] ---> 1909486fe2fe [2021-03-18T21:19:19.364Z] Step 3/24 : WORKDIR /edgex-go [2021-03-18T21:19:19.364Z] ---> Using cache [2021-03-18T21:19:19.364Z] ---> 2a86bd86fe2e [2021-03-18T21:19:19.364Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:19:19.364Z] ---> Using cache [2021-03-18T21:19:19.364Z] ---> 9ed2f70ff295 [2021-03-18T21:19:19.364Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-18T21:19:20.016Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-18T21:19:20.016Z] ---> 5b93f29ba5db [2021-03-18T21:19:20.016Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-18T21:19:20.016Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-18T21:19:20.016Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-18T21:19:20.016Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-18T21:19:20.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.299s coverage: 28.6% of statements [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-18T21:19:20.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-18T21:19:20.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-18T21:19:20.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.381s coverage: 86.7% of statements [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-18T21:19:20.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.453s coverage: 97.5% of statements [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-18T21:19:20.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-18T21:19:20.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-18T21:19:20.309Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-18T21:19:20.309Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-18T21:19:20.309Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-18T21:19:20.309Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-18T21:19:20.309Z] ---> Running in 0895d17d077b [2021-03-18T21:19:20.309Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-18T21:19:20.309Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-18T21:19:20.309Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-18T21:19:21.269Z] ---> Running in eb9a9e0c5c45 [2021-03-18T21:19:21.532Z] Removing intermediate container 3d2221f7e0c5 [2021-03-18T21:19:21.532Z] ---> bd575ed761bd [2021-03-18T21:19:21.532Z] Step 6/23 : COPY go.mod . [2021-03-18T21:19:21.532Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:19:21.532Z] OK: 71 MiB in 55 packages [2021-03-18T21:19:22.492Z] Removing intermediate container 2261132e75b2 [2021-03-18T21:19:22.492Z] ---> 3e359febfbae [2021-03-18T21:19:22.492Z] Step 6/23 : COPY go.mod . [2021-03-18T21:19:22.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:22.492Z] ---> 7da7c5b83f1e [2021-03-18T21:19:22.492Z] Step 7/23 : RUN go mod download [2021-03-18T21:19:22.755Z] ---> Running in c07240ed9fac [2021-03-18T21:19:22.756Z] ---> 6531a30dca9b [2021-03-18T21:19:22.756Z] Step 7/23 : RUN go mod download [2021-03-18T21:19:23.022Z] ---> Running in 962310473aad [2021-03-18T21:19:23.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:19:23.632Z] OK: 233 MiB in 51 packages [2021-03-18T21:19:24.210Z] Removing intermediate container eb9a9e0c5c45 [2021-03-18T21:19:24.210Z] ---> 55f5c5eb1df7 [2021-03-18T21:19:24.210Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-18T21:19:25.602Z] ---> Running in 06374542191a [2021-03-18T21:19:27.000Z] Removing intermediate container 06374542191a [2021-03-18T21:19:27.000Z] ---> e5bcd353944c [2021-03-18T21:19:27.000Z] Step 28/31 : CMD ["gate"] [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.1% of statements [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-18T21:19:28.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-03-18T21:19:28.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-03-18T21:19:28.927Z] Removing intermediate container 0895d17d077b [2021-03-18T21:19:28.927Z] ---> 1a92a1d9d14a [2021-03-18T21:19:28.927Z] Step 6/24 : COPY go.mod . [2021-03-18T21:19:28.927Z] ---> Running in 7f036c49cf32 [2021-03-18T21:19:28.927Z] Removing intermediate container c07240ed9fac [2021-03-18T21:19:28.927Z] ---> 01b41e4cb161 [2021-03-18T21:19:28.927Z] Step 8/23 : COPY . . [2021-03-18T21:19:28.927Z] Removing intermediate container 962310473aad [2021-03-18T21:19:28.927Z] ---> 522004c5c07f [2021-03-18T21:19:28.927Z] Step 8/23 : COPY . . [2021-03-18T21:19:29.193Z] Removing intermediate container 87d3697b6fe7 [2021-03-18T21:19:29.193Z] ---> b15e3473a57c [2021-03-18T21:19:29.193Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-18T21:19:29.193Z] Removing intermediate container 7f036c49cf32 [2021-03-18T21:19:29.193Z] ---> 480d40512303 [2021-03-18T21:19:29.193Z] Step 29/31 : LABEL arch=x86_64 [2021-03-18T21:19:29.780Z] ---> Running in bf91bfcdf07e [2021-03-18T21:19:31.250Z] ---> 23db1a289bd1 [2021-03-18T21:19:31.250Z] Step 7/24 : RUN go mod download [2021-03-18T21:19:34.598Z] ---> Running in c3a3ddce9944 [2021-03-18T21:19:35.676Z] ---> Running in 0d3d354eb802 [2021-03-18T21:19:36.869Z] Removing intermediate container c3a3ddce9944 [2021-03-18T21:19:36.869Z] ---> d099f6f56d10 [2021-03-18T21:19:36.869Z] Step 30/31 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:19:40.249Z] ---> Running in e75fc06f9bbc [2021-03-18T21:19:40.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2021-03-18T21:19:40.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-03-18T21:19:44.858Z] Collecting docker-compose==1.23.2 [2021-03-18T21:19:44.858Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-18T21:19:45.315Z] 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-18T21:19:45.315Z] Removing intermediate container e75fc06f9bbc [2021-03-18T21:19:45.315Z] ---> 41a08c915531 [2021-03-18T21:19:45.315Z] Step 31/31 : LABEL version=0.0.0 [2021-03-18T21:19:45.315Z] Collecting texttable<0.10,>=0.9.0 [2021-03-18T21:19:45.315Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-18T21:19:46.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.258s coverage: 81.9% of statements [2021-03-18T21:19:46.722Z] Removing intermediate container 0d3d354eb802 [2021-03-18T21:19:46.722Z] ---> 506260b719d6 [2021-03-18T21:19:46.722Z] Step 8/24 : COPY . . [2021-03-18T21:19:47.405Z] ---> Running in e52487cb70e9 [2021-03-18T21:19:50.859Z] Collecting docker<4.0,>=3.6.0 [2021-03-18T21:19:50.859Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-18T21:19:52.327Z] Collecting jsonschema<3,>=2.5.1 [2021-03-18T21:19:52.327Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-18T21:19:54.355Z] Collecting docopt<0.7,>=0.6.1 [2021-03-18T21:19:54.355Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-18T21:19:54.618Z] Removing intermediate container e52487cb70e9 [2021-03-18T21:19:54.618Z] ---> cf32ca6c1aa7 [2021-03-18T21:19:54.618Z] [2021-03-18T21:19:55.573Z] Successfully built cf32ca6c1aa7 [2021-03-18T21:19:56.311Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-18T21:19:56.311Z] Building docker-support-notifications-go [2021-03-18T21:19:56.311Z]  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.6% of statements [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-18T21:19:56.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 62.4% of statements [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-18T21:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-18T21:19:56.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-03-18T21:19:56.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-03-18T21:19:56.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-03-18T21:19:56.588Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-18T21:19:56.588Z] ---> 66d2e3e40796 [2021-03-18T21:19:56.588Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-18T21:19:56.588Z] ---> 3b06df107b50 [2021-03-18T21:19:56.588Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-18T21:19:56.588Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-18T21:19:56.588Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-18T21:19:57.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-03-18T21:19:57.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-18T21:19:58.513Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-18T21:19:58.514Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-18T21:19:59.584Z] ---> Running in 1a658a6ce0c3 [2021-03-18T21:19:59.584Z] ---> Running in 59c1423ba4dc [2021-03-18T21:20:00.559Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-18T21:20:00.559Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-18T21:20:00.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.866s coverage: 69.0% of statements [2021-03-18T21:20:00.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-18T21:20:00.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-18T21:20:00.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-18T21:20:01.544Z] Collecting PyYAML<4,>=3.10 [2021-03-18T21:20:01.544Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-18T21:20:01.544Z] 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-18T21:20:01.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-18T21:20:02.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements [2021-03-18T21:20:02.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-18T21:20:02.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-18T21:20:02.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements [2021-03-18T21:20:02.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-18T21:20:02.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements [2021-03-18T21:20:03.814Z] Collecting docker-pycreds>=0.4.0 [2021-03-18T21:20:03.814Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-18T21:20:03.814Z] Collecting idna<2.8,>=2.5 [2021-03-18T21:20:03.814Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-18T21:20:03.814Z] 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-18T21:20:03.814Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-18T21:20:03.814Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-18T21:20:03.814Z] 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-18T21:20:03.814Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-18T21:20:03.814Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-18T21:20:03.814Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-18T21:20:03.814Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-18T21:20:04.083Z] Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, docopt, cached-property, dockerpty, PyYAML, docker-compose [2021-03-18T21:20:04.083Z] Running setup.py install for texttable: started [2021-03-18T21:20:05.044Z] Running setup.py install for texttable: finished with status 'done' [2021-03-18T21:20:05.320Z] Attempting uninstall: idna [2021-03-18T21:20:05.320Z] Found existing installation: idna 2.9 [2021-03-18T21:20:05.320Z] Uninstalling idna-2.9: [2021-03-18T21:20:05.909Z] Successfully uninstalled idna-2.9 [2021-03-18T21:20:06.897Z] Attempting uninstall: urllib3 [2021-03-18T21:20:06.897Z] Found existing installation: urllib3 1.25.9 [2021-03-18T21:20:06.897Z] Uninstalling urllib3-1.25.9: [2021-03-18T21:20:07.491Z] Successfully uninstalled urllib3-1.25.9 [2021-03-18T21:20:08.095Z] Attempting uninstall: requests [2021-03-18T21:20:08.095Z] Found existing installation: requests 2.23.0 [2021-03-18T21:20:08.095Z] Uninstalling requests-2.23.0: [2021-03-18T21:20:08.369Z] Successfully uninstalled requests-2.23.0 [2021-03-18T21:20:09.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-18T21:20:09.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-18T21:20:09.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-18T21:20:09.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.458s coverage: 87.1% of statements [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:20:09.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-18T21:20:13.848Z] Running setup.py install for docopt: started [2021-03-18T21:20:13.848Z] ---> 8417e88219fb [2021-03-18T21:20:13.848Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-18T21:20:13.848Z] ---> Running in 55533e31deed [2021-03-18T21:20:14.842Z] 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-18T21:20:15.111Z] Running setup.py install for docopt: finished with status 'done' [2021-03-18T21:20:15.388Z] Running setup.py install for dockerpty: started [2021-03-18T21:20:16.384Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-18T21:20:16.384Z] Running setup.py install for PyYAML: started [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.549s coverage: 29.1% of statements [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.274s coverage: 96.5% of statements [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-18T21:20:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-03-18T21:20:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-18T21:20:17.824Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-18T21:20:18.747Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-18T21:20:18.797Z] 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-18T21:20:19.340Z] GO111MODULE=on go vet ./... [2021-03-18T21:20:19.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:20:19.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:20:19.427Z] ---> 1909486fe2fe [2021-03-18T21:20:19.427Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T21:20:19.427Z] ---> Using cache [2021-03-18T21:20:19.427Z] ---> 2a86bd86fe2e [2021-03-18T21:20:19.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:20:19.427Z] ---> Using cache [2021-03-18T21:20:19.427Z] ---> 9ed2f70ff295 [2021-03-18T21:20:19.427Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-18T21:20:21.403Z] ---> Running in efa7219615ab [2021-03-18T21:20:23.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:20:23.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:20:24.428Z] OK: 233 MiB in 51 packages [2021-03-18T21:20:25.056Z] Removing intermediate container bf91bfcdf07e [2021-03-18T21:20:25.056Z] ---> 6efbbbd7e687 [2021-03-18T21:20:25.056Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-18T21:20:25.640Z] ---> Running in e822d11e7c09 [2021-03-18T21:20:26.234Z] Removing intermediate container efa7219615ab [2021-03-18T21:20:26.234Z] ---> 8247bc6ebac2 [2021-03-18T21:20:26.234Z] Step 6/22 : COPY go.mod . [2021-03-18T21:20:26.824Z] ---> 239218392d79 [2021-03-18T21:20:26.824Z] Step 7/22 : RUN go mod download [2021-03-18T21:20:27.090Z] ---> Running in 096e70e86084 [2021-03-18T21:20:27.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:20:27.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:20:27.364Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T21:20:27.365Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-18T21:20:27.365Z] (3/3) Installing curl (7.69.1-r3) [2021-03-18T21:20:27.365Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:20:27.643Z] OK: 72 MiB in 58 packages [2021-03-18T21:20:28.613Z] Removing intermediate container e822d11e7c09 [2021-03-18T21:20:28.613Z] ---> a40e5959973f [2021-03-18T21:20:28.613Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-18T21:20:28.613Z] ---> Running in a5c127334c5d [2021-03-18T21:20:28.884Z] Removing intermediate container a5c127334c5d [2021-03-18T21:20:28.884Z] ---> be1195d1c96d [2021-03-18T21:20:28.884Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:20:29.155Z] ---> Running in 88568c42117a [2021-03-18T21:20:29.434Z] Removing intermediate container 88568c42117a [2021-03-18T21:20:29.434Z] ---> de25691a968f [2021-03-18T21:20:29.434Z] Step 24/26 : LABEL arch=x86_64 [2021-03-18T21:20:29.707Z] Removing intermediate container 096e70e86084 [2021-03-18T21:20:29.707Z] ---> aebf4c1ea580 [2021-03-18T21:20:29.707Z] Step 8/22 : COPY . . [2021-03-18T21:20:29.707Z] ---> Running in dad10361ef32 [2021-03-18T21:20:29.983Z] Removing intermediate container dad10361ef32 [2021-03-18T21:20:29.983Z] ---> 9f962e8721e4 [2021-03-18T21:20:29.983Z] Step 25/26 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:20:30.257Z] ---> Running in 9d6d3efee7ad [2021-03-18T21:20:35.577Z] Removing intermediate container 9d6d3efee7ad [2021-03-18T21:20:35.577Z] ---> 63820770b961 [2021-03-18T21:20:35.577Z] Step 26/26 : LABEL version=0.0.0 [2021-03-18T21:20:39.348Z] ---> Running in 68f5c241a5a4 [2021-03-18T21:20:41.276Z] Removing intermediate container 68f5c241a5a4 [2021-03-18T21:20:41.276Z] ---> 137c6c4a3b07 [2021-03-18T21:20:41.276Z] [2021-03-18T21:20:41.276Z] 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-18T21:20:41.554Z] Successfully built 137c6c4a3b07 [2021-03-18T21:20:41.554Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-18T21:20:45.791Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 59c1423ba4dc [2021-03-18T21:20:45.791Z] ---> 396e8c3002a4 [2021-03-18T21:20:45.791Z] [2021-03-18T21:20:45.791Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T21:20:45.791Z] ---> 88dd2752d2ea [2021-03-18T21:20:45.791Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T21:20:45.791Z] ---> Using cache [2021-03-18T21:20:45.791Z] ---> dbf4a0e4951b [2021-03-18T21:20:45.791Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:20:45.791Z] ---> Using cache [2021-03-18T21:20:45.791Z] ---> 4e1ed33d72c2 [2021-03-18T21:20:45.791Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-18T21:20:51.138Z] ---> Running in e91da09ac24c [2021-03-18T21:20:54.477Z] Removing intermediate container e91da09ac24c [2021-03-18T21:20:54.477Z] ---> 1ace6cd89d26 [2021-03-18T21:20:54.477Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T21:20:55.056Z] Removing intermediate container 1a658a6ce0c3 [2021-03-18T21:20:55.056Z] ---> bc93c20701b2 [2021-03-18T21:20:55.056Z] [2021-03-18T21:20:55.056Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T21:20:55.056Z] ---> 88dd2752d2ea [2021-03-18T21:20:55.056Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-18T21:20:58.369Z] ---> Running in 499a56e34833 [2021-03-18T21:20:58.369Z] ---> Running in 89077b112f80 [2021-03-18T21:20:58.369Z] Removing intermediate container 55533e31deed [2021-03-18T21:20:58.369Z] ---> 9a5e5ef7b89b [2021-03-18T21:20:58.369Z] [2021-03-18T21:20:58.369Z] Step 10/24 : FROM alpine:3.12 [2021-03-18T21:20:58.369Z] ---> 88dd2752d2ea [2021-03-18T21:20:58.369Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-18T21:20:58.369Z] ---> ad975d0c238e [2021-03-18T21:20:58.369Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-18T21:20:58.369Z] ---> Running in 6d9358be1ec5 [2021-03-18T21:20:58.369Z] Removing intermediate container 499a56e34833 [2021-03-18T21:20:58.369Z] ---> dec1a0ea6815 [2021-03-18T21:20:58.369Z] Step 15/23 : WORKDIR / [2021-03-18T21:20:58.369Z] Removing intermediate container 89077b112f80 [2021-03-18T21:20:58.369Z] ---> dca3a26f3d51 [2021-03-18T21:20:58.369Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-18T21:20:58.632Z] ---> Running in 02469050851d [2021-03-18T21:20:58.632Z] ---> Running in a261422e5421 [2021-03-18T21:20:58.632Z] ---> Running in 577e47220355 [2021-03-18T21:20:58.902Z] Removing intermediate container a261422e5421 [2021-03-18T21:20:58.902Z] ---> 51497dd63288 [2021-03-18T21:20:58.902Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:20:58.902Z] Removing intermediate container 577e47220355 [2021-03-18T21:20:58.902Z] ---> e6ec610e83a3 [2021-03-18T21:20:58.902Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-18T21:20:59.173Z] ---> Running in 1e8583159ec4 [2021-03-18T21:20:59.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:20:59.173Z] 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-18T21:20:59.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:20:59.173Z] ---> 60b3bf2859a4 [2021-03-18T21:20:59.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-18T21:20:59.173Z] Removing intermediate container 1e8583159ec4 [2021-03-18T21:20:59.173Z] ---> 70a6df882049 [2021-03-18T21:20:59.173Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:20:59.443Z] ---> Running in e5834153a56d [2021-03-18T21:20:59.443Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-18T21:20:59.443Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T21:20:59.443Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-18T21:20:59.443Z] (4/5) Installing curl (7.69.1-r3) [2021-03-18T21:20:59.443Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-18T21:20:59.443Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:20:59.443Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:20:59.443Z] OK: 7 MiB in 19 packages [2021-03-18T21:21:00.413Z] ---> 6f95c8642cec [2021-03-18T21:21:00.413Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-18T21:21:01.019Z] ---> 003fcdc72bdb [2021-03-18T21:21:01.019Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-18T21:21:01.304Z] ---> Running in 06776ffe2c15 [2021-03-18T21:21:01.573Z] Removing intermediate container 6d9358be1ec5 [2021-03-18T21:21:01.573Z] ---> bc59cb312157 [2021-03-18T21:21:01.573Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T21:21:02.159Z] ---> Running in 9b969c8772ee [2021-03-18T21:21:02.426Z] Removing intermediate container e5834153a56d [2021-03-18T21:21:02.426Z] ---> 70b63d464965 [2021-03-18T21:21:02.426Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-18T21:21:02.693Z] Removing intermediate container 06776ffe2c15 [2021-03-18T21:21:02.693Z] ---> 7a6753f756d6 [2021-03-18T21:21:02.693Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:21:02.966Z] ---> Running in ddcb011fdffc [2021-03-18T21:21:03.246Z] ---> Running in f06f6b2ff96e [2021-03-18T21:21:03.246Z] Removing intermediate container 9b969c8772ee [2021-03-18T21:21:03.246Z] ---> 2720d5f68b37 [2021-03-18T21:21:03.246Z] Step 13/24 : WORKDIR / [2021-03-18T21:21:03.517Z] ---> Running in 9e2f3626ca1b [2021-03-18T21:21:03.517Z] Removing intermediate container f06f6b2ff96e [2021-03-18T21:21:03.517Z] ---> 0fdf02c62355 [2021-03-18T21:21:03.517Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T21:21:03.799Z] ---> Running in 673fd210a5c4 [2021-03-18T21:21:04.066Z] Removing intermediate container 9e2f3626ca1b [2021-03-18T21:21:04.066Z] ---> 3e2f380450c3 [2021-03-18T21:21:04.066Z] 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-18T21:21:04.066Z] Removing intermediate container 673fd210a5c4 [2021-03-18T21:21:04.066Z] ---> 63bf03fbbbba [2021-03-18T21:21:04.066Z] Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:21:04.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:21:04.332Z] ---> Running in cf6fd5d6e850 [2021-03-18T21:21:04.599Z] ---> fe6ef3cd0b71 [2021-03-18T21:21:04.599Z] 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-18T21:21:04.599Z] Removing intermediate container cf6fd5d6e850 [2021-03-18T21:21:04.599Z] ---> 19ee6b371477 [2021-03-18T21:21:04.599Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T21:21:04.866Z] ---> Running in d6595405341d [2021-03-18T21:21:04.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:21:05.131Z] ---> e5d3357cc2de [2021-03-18T21:21:05.131Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-18T21:21:05.131Z] Removing intermediate container d6595405341d [2021-03-18T21:21:05.131Z] ---> 9bb8ad86ecc9 [2021-03-18T21:21:05.131Z] [2021-03-18T21:21:05.396Z] Successfully built 9bb8ad86ecc9 [2021-03-18T21:21:05.396Z] Successfully tagged docker-core-command-go:latest [2021-03-18T21:21:05.396Z]  Building docker-core-command-go ... done  ---> 549067cbaabc [2021-03-18T21:21:05.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-18T21:21:05.679Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-18T21:21:05.679Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-18T21:21:05.945Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-18T21:21:05.945Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-18T21:21:06.211Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T21:21:06.211Z] ---> c312b8529ae7 [2021-03-18T21:21:06.211Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-18T21:21:06.211Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-18T21:21:06.487Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:21:06.487Z] OK: 8 MiB in 20 packages [2021-03-18T21:21:07.077Z] ---> 5d0357e1926c [2021-03-18T21:21:07.078Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-18T21:21:07.669Z] Removing intermediate container ddcb011fdffc [2021-03-18T21:21:07.669Z] ---> 044afc016583 [2021-03-18T21:21:07.669Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:21:07.669Z] ---> 2645c86598d3 [2021-03-18T21:21:07.669Z] 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-18T21:21:07.669Z] ---> Running in c99941c3e324 [2021-03-18T21:21:08.270Z] ---> 77119ba34470 [2021-03-18T21:21:08.270Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-18T21:21:09.706Z] ---> f2dcb9f3d488 [2021-03-18T21:21:09.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-18T21:21:09.970Z] ---> d606a8782853 [2021-03-18T21:21:09.970Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-18T21:21:10.233Z] Removing intermediate container c99941c3e324 [2021-03-18T21:21:10.233Z] ---> 880d7f3dffba [2021-03-18T21:21:10.233Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-18T21:21:10.233Z] ---> Running in ba56be248934 [2021-03-18T21:21:10.495Z] ---> Running in 9b30fe753f9d [2021-03-18T21:21:10.495Z] Removing intermediate container ba56be248934 [2021-03-18T21:21:10.495Z] ---> cf838c4a87f9 [2021-03-18T21:21:10.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:21:10.495Z] ---> Running in 94c8f958c5b0 [2021-03-18T21:21:10.495Z] Removing intermediate container 9b30fe753f9d [2021-03-18T21:21:10.495Z] ---> f2c36c1dc93f [2021-03-18T21:21:10.495Z] Step 22/24 : LABEL arch=x86_64 [2021-03-18T21:21:10.765Z] ---> Running in c318bbcab373 [2021-03-18T21:21:10.765Z] Removing intermediate container 94c8f958c5b0 [2021-03-18T21:21:10.765Z] ---> 98a218f72d79 [2021-03-18T21:21:10.765Z] Step 21/23 : LABEL arch=x86_64 [2021-03-18T21:21:10.765Z] ---> Running in ed94605c2998 [2021-03-18T21:21:11.028Z] Removing intermediate container c318bbcab373 [2021-03-18T21:21:11.028Z] ---> 424150848cb5 [2021-03-18T21:21:11.028Z] Step 23/24 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:21:11.028Z] ---> Running in 1a61a96c5f6f [2021-03-18T21:21:11.028Z] Removing intermediate container ed94605c2998 [2021-03-18T21:21:11.028Z] ---> 103db0f8d9da [2021-03-18T21:21:11.028Z] Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:21:11.291Z] ---> Running in 8dc733c7aa79 [2021-03-18T21:21:11.291Z] Removing intermediate container 1a61a96c5f6f [2021-03-18T21:21:11.291Z] ---> 1a02a4c97a9b [2021-03-18T21:21:11.291Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T21:21:11.865Z] ---> Running in 6b4ae4e3b9f5 [2021-03-18T21:21:11.865Z] Removing intermediate container 8dc733c7aa79 [2021-03-18T21:21:11.865Z] ---> a022f5f00a4f [2021-03-18T21:21:11.865Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T21:21:12.130Z] ---> Running in 89b5f7768441 [2021-03-18T21:21:12.131Z] Removing intermediate container 6b4ae4e3b9f5 [2021-03-18T21:21:12.131Z] ---> f31a52931ce8 [2021-03-18T21:21:12.131Z] [2021-03-18T21:21:12.398Z] Removing intermediate container 89b5f7768441 [2021-03-18T21:21:12.398Z] ---> e55826a58356 [2021-03-18T21:21:12.398Z] [2021-03-18T21:21:12.398Z] Successfully built f31a52931ce8 [2021-03-18T21:21:12.398Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-18T21:21:12.661Z]  Building docker-security-secretstore-setup-go ... done Successfully built e55826a58356 [2021-03-18T21:21:12.924Z] Successfully tagged docker-core-data-go:latest [2021-03-18T21:21:14.845Z]  Building docker-core-data-go ... done Removing intermediate container 02469050851d [2021-03-18T21:21:14.845Z] ---> 2aab55af8590 [2021-03-18T21:21:14.845Z] [2021-03-18T21:21:14.845Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T21:21:14.845Z] ---> 88dd2752d2ea [2021-03-18T21:21:14.845Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-18T21:21:14.845Z] ---> Running in 3ac2abaf6443 [2021-03-18T21:21:15.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:21:15.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:21:15.368Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-18T21:21:15.368Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-18T21:21:15.368Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:21:15.368Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:21:15.368Z] OK: 6 MiB in 16 packages [2021-03-18T21:21:16.316Z] Removing intermediate container 3ac2abaf6443 [2021-03-18T21:21:16.316Z] ---> 1baf754da611 [2021-03-18T21:21:16.316Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:21:16.316Z] ---> Running in 69cd38eea69e [2021-03-18T21:21:16.578Z] Removing intermediate container 69cd38eea69e [2021-03-18T21:21:16.578Z] ---> f64ba8ab2d9f [2021-03-18T21:21:16.578Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-18T21:21:16.578Z] ---> Running in 7270269fa031 [2021-03-18T21:21:16.843Z] Removing intermediate container 7270269fa031 [2021-03-18T21:21:16.843Z] ---> a21cd7283935 [2021-03-18T21:21:16.843Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T21:21:16.843Z] ---> Running in 6537871ba76d [2021-03-18T21:21:16.843Z] Removing intermediate container 6537871ba76d [2021-03-18T21:21:16.843Z] ---> 30c11cd1d532 [2021-03-18T21:21:16.843Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:21:17.105Z] ---> 0ab976909669 [2021-03-18T21:21:17.105Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-18T21:21:17.679Z] ---> bcb37e2f8621 [2021-03-18T21:21:17.679Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-18T21:21:17.942Z] ---> e42bb1e1be01 [2021-03-18T21:21:17.942Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-18T21:21:17.942Z] ---> Running in a15419e7c004 [2021-03-18T21:21:18.204Z] Removing intermediate container a15419e7c004 [2021-03-18T21:21:18.204Z] ---> 04e7a09f7d14 [2021-03-18T21:21:18.204Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:21:18.204Z] ---> Running in 984764b49fb5 [2021-03-18T21:21:18.466Z] Removing intermediate container 984764b49fb5 [2021-03-18T21:21:18.466Z] ---> 9f04776aa386 [2021-03-18T21:21:18.466Z] Step 20/22 : LABEL arch=x86_64 [2021-03-18T21:21:18.466Z] ---> Running in 442cdb1b65df [2021-03-18T21:21:18.728Z] Removing intermediate container 442cdb1b65df [2021-03-18T21:21:18.728Z] ---> d8a60c35dc41 [2021-03-18T21:21:18.728Z] Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:21:18.728Z] ---> Running in 76d09c43b8f2 [2021-03-18T21:21:18.990Z] Removing intermediate container 76d09c43b8f2 [2021-03-18T21:21:18.990Z] ---> d337bc57ceb0 [2021-03-18T21:21:18.990Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T21:21:18.990Z] ---> Running in 515c0eff9a8d [2021-03-18T21:21:19.254Z] Removing intermediate container 515c0eff9a8d [2021-03-18T21:21:19.254Z] ---> 6915cc120fdf [2021-03-18T21:21:19.254Z] [2021-03-18T21:21:19.254Z] Successfully built 6915cc120fdf [2021-03-18T21:21:19.254Z] Successfully tagged docker-support-notifications-go:latest [2021-03-18T21:21:19.859Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-18T21:21:19.914Z] $ docker stop --time=1 ae11ccf607f9d7de7d0dc9143cf9bd04c9d828476e5089d33b9d8601ad9a15b3 [2021-03-18T21:21:21.717Z] $ docker rm -f ae11ccf607f9d7de7d0dc9143cf9bd04c9d828476e5089d33b9d8601ad9a15b3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T21:21:23.564Z] + docker images [2021-03-18T21:21:23.564Z] + grep docker [2021-03-18T21:21:24.140Z] docker-support-notifications-go latest 6915cc120fdf 4 seconds ago 17.8MB [2021-03-18T21:21:24.140Z] docker-core-data-go latest e55826a58356 11 seconds ago 22.6MB [2021-03-18T21:21:24.140Z] docker-security-secretstore-setup-go latest f31a52931ce8 12 seconds ago 24.9MB [2021-03-18T21:21:24.140Z] docker-core-command-go latest 9bb8ad86ecc9 19 seconds ago 17.2MB [2021-03-18T21:21:24.140Z] docker-sys-mgmt-agent-go latest 137c6c4a3b07 43 seconds ago 313MB [2021-03-18T21:21:24.140Z] docker-security-bootstrapper-go latest cf32ca6c1aa7 About a minute ago 18.8MB [2021-03-18T21:21:24.140Z] docker-core-metadata-go latest 1f15cfaf2acf 2 minutes ago 19MB [2021-03-18T21:21:24.140Z] docker-support-scheduler-go latest 4607aca6263c 2 minutes ago 17.3MB [2021-03-18T21:21:24.140Z] docker-security-proxy-setup-go latest 1b4d44243ff4 2 minutes ago 24.7MB [2021-03-18T21:21:24.140Z] 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-18T21:21:39.964Z] Still waiting to schedule task [2021-03-18T21:21:39.964Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-18T21:21:41.155Z] gofmt -l . [2021-03-18T21:21:41.155Z] [ "`gofmt -l .`" = "" ] [2021-03-18T21:21:43.834Z] ./bin/test-go-mod-tidy.sh [2021-03-18T21:21:44.821Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-18T21:21:47.459Z] + ls -al . [2021-03-18T21:21:47.459Z] total 788 [2021-03-18T21:21:47.459Z] drwxrwxr-x 9 1001 1001 4096 Mar 18 21:21 . [2021-03-18T21:21:47.459Z] drwxr-xr-x 4 root root 4096 Mar 18 21:17 .. [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 11 Mar 18 21:15 .dockerignore [2021-03-18T21:21:47.459Z] drwxrwxr-x 8 1001 1001 4096 Mar 18 21:15 .git [2021-03-18T21:21:47.459Z] drwxrwxr-x 3 1001 1001 4096 Mar 18 21:15 .github [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 818 Mar 18 21:15 .gitignore [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 166 Mar 18 21:15 .sonarcloud.properties [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 8607 Mar 18 21:15 Attribution.txt [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 3804 Mar 18 21:15 CONTRIBUTING.md [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 931 Mar 18 21:15 Dockerfile.build [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 863 Mar 18 21:15 Jenkinsfile [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 10775 Mar 18 21:15 LICENSE [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 5774 Mar 18 21:15 Makefile [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 6548 Mar 18 21:15 README.md [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 6755 Mar 18 21:15 SECURITY.md [2021-03-18T21:21:47.459Z] -rw-rw-r-- 1 1001 1001 5 Mar 18 21:12 VERSION [2021-03-18T21:21:47.460Z] -rw-rw-r-- 1 1001 1001 4131 Mar 18 21:15 ZMQWindows.md [2021-03-18T21:21:47.460Z] drwxrwxr-x 2 1001 1001 4096 Mar 18 21:15 bin [2021-03-18T21:21:47.460Z] drwxrwxr-x 14 1001 1001 4096 Mar 18 21:15 cmd [2021-03-18T21:21:47.460Z] -rw-r--r-- 1 root root 650607 Mar 18 21:20 coverage.out [2021-03-18T21:21:47.460Z] -rw-r--r-- 1 root root 1055 Mar 18 21:21 go.mod [2021-03-18T21:21:47.460Z] -rw-r--r-- 1 root root 21981 Mar 18 21:21 go.sum [2021-03-18T21:21:47.460Z] drwxrwxr-x 8 1001 1001 4096 Mar 18 21:15 internal [2021-03-18T21:21:47.460Z] drwxrwxr-x 4 1001 1001 4096 Mar 18 21:15 openapi [2021-03-18T21:21:47.460Z] drwxrwxr-x 4 1001 1001 4096 Mar 18 21:15 snap [2021-03-18T21:21:47.460Z] -rw-rw-r-- 1 1001 1001 168 Mar 18 21:15 version.go [Pipeline] sh [2021-03-18T21:21:48.117Z] + '[' -e coverage.out ] [2021-03-18T21:21:48.117Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-18T21:21:48.137Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T21:21:49.389Z] Stashed 1 file(s) [Pipeline] sh [2021-03-18T21:21:50.044Z] + make build [2021-03-18T21:21:50.044Z] 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-18T21:22:05.125Z] 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-18T21:22:27.322Z] 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-18T21:22:32.722Z] 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-18T21:22:35.397Z] Running on prd-ubuntu18.04-docker-8c-8g-30362 in /w/workspace/edgexfoundry_edgex-go_PR-3272 [Pipeline] { [Pipeline] ws [2021-03-18T21:22:35.464Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-18T21:22:38.442Z] using credential edgex-jenkins-ssh [2021-03-18T21:22:38.502Z] Cloning the remote Git repository [2021-03-18T21:22:38.549Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-18T21:22:38.650Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-18T21:22:38.685Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T21:22:38.685Z] > git --version # timeout=10 [2021-03-18T21:22:38.693Z] > git --version # 'git version 2.17.1' [2021-03-18T21:22:38.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:22:38.725Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:22:39.442Z] 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-18T21:22:40.421Z] 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-18T21:22:45.839Z] 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-18T21:22:46.248Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:22:46.457Z] Merge succeeded, producing c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:22:46.457Z] Checking out Revision c433a97cf53e5b5d4aee74011f1d830a5f691fbb (PR-3272) [2021-03-18T21:22:45.579Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T21:22:45.592Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:22:45.604Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T21:22:45.620Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T21:22:45.620Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:22:45.626Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3272/head:refs/remotes/origin/PR-3272 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T21:22:46.271Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T21:22:46.277Z] > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 [2021-03-18T21:22:46.430Z] > git remote # timeout=10 [2021-03-18T21:22:46.438Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T21:22:46.446Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:22:46.451Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-18T21:22:46.464Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T21:22:46.474Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T21:22:46.479Z] > git checkout -f c433a97cf53e5b5d4aee74011f1d830a5f691fbb # timeout=10 [2021-03-18T21:22:50.400Z] Commit message: "fix: Added Content-TYpe from REST header to Context" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:22:51.584Z] + echo snap-build.sh [2021-03-18T21:22:51.584Z] snap-build.sh [2021-03-18T21:22:51.584Z] + SNAP_BASE_DIR=. [2021-03-18T21:22:51.584Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-18T21:22:51.584Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-18T21:22:51.584Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-18T21:22:51.584Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-18T21:22:51.584Z] + cd /w/workspace/edgex-go/2 [2021-03-18T21:22:51.584Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-18T21:22:51.584Z] Reading package lists... [2021-03-18T21:22:51.856Z] Building dependency tree... [2021-03-18T21:22:51.856Z] Reading state information... [2021-03-18T21:22:52.126Z] The following packages were automatically installed and are no longer required: [2021-03-18T21:22:52.126Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-18T21:22:52.126Z] uidmap xdelta3 [2021-03-18T21:22:52.126Z] Use 'sudo apt autoremove' to remove them. [2021-03-18T21:22:52.392Z] The following packages will be REMOVED: [2021-03-18T21:22:52.392Z] lxd* lxd-client* [2021-03-18T21:22:52.979Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-18T21:22:52.979Z] After this operation, 31.7 MB disk space will be freed. [2021-03-18T21:22:54.308Z] (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-18T21:22:54.308Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T21:22:55.281Z] Removing lxd dnsmasq configuration [2021-03-18T21:22:55.548Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T21:22:55.852Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-18T21:22:56.023Z] 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-18T21:22:57.273Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-18T21:22:57.273Z] (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-18T21:22:57.273Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T21:22:59.210Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-18T21:22:59.210Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-18T21:22:59.412Z] 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-18T21:23:01.149Z] + sudo snap remove --purge lxd [2021-03-18T21:23:01.150Z] snap "lxd" is not installed [2021-03-18T21:23:01.150Z] + sudo groupadd --force --system lxd [2021-03-18T21:23:01.150Z] ++ whoami [2021-03-18T21:23:01.420Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-18T21:23:01.420Z] + newgrp - lxd [2021-03-18T21:23:01.420Z] + sudo snap install lxd [2021-03-18T21:23:04.818Z] 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-18T21:23:09.116Z] 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-18T21:23:14.517Z] 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-18T21:23:22.813Z] $ docker stop --time=1 6eff6068e64d2c0f1ca38f577f18bd46abf41673460a259a3a1bed31d55c0d32 [2021-03-18T21:23:25.458Z] $ docker rm -f 6eff6068e64d2c0f1ca38f577f18bd46abf41673460a259a3a1bed31d55c0d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:23:27.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T21:23:27.859Z] [2021-03-18T21:23:27.859Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:23:28.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T21:23:28.523Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-18T21:23:28.523Z] 29e5d40040c1: Pulling fs layer [2021-03-18T21:23:28.523Z] 1ce36da41761: Pulling fs layer [2021-03-18T21:23:28.523Z] 25b303627fd3: Pulling fs layer [2021-03-18T21:23:29.506Z] 29e5d40040c1: Download complete [2021-03-18T21:23:29.780Z] 1ce36da41761: Verifying Checksum [2021-03-18T21:23:29.780Z] 1ce36da41761: Download complete [2021-03-18T21:23:30.055Z] 29e5d40040c1: Pull complete [2021-03-18T21:23:31.498Z] 1ce36da41761: Pull complete [2021-03-18T21:23:31.498Z] 25b303627fd3: Verifying Checksum [2021-03-18T21:23:31.498Z] 25b303627fd3: Download complete [2021-03-18T21:23:41.648Z] 25b303627fd3: Pull complete [2021-03-18T21:23:41.648Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-18T21:23:41.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T21:23:41.648Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-18T21:23:41.929Z] prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container [2021-03-18T21:23:42.001Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-18T21:23:45.276Z] $ docker top 81d13e2b845464546288f6b7f59b9cdf1cc53c2970d1590eda5a40f2047d29c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:23:46.333Z] + + grepdocker-compose parallel build [2021-03-18T21:23:46.333Z] --help [2021-03-18T21:23:50.623Z] --parallel Build images in parallel. [Pipeline] } [2021-03-18T21:23:50.903Z] $ docker stop --time=1 81d13e2b845464546288f6b7f59b9cdf1cc53c2970d1590eda5a40f2047d29c7 [2021-03-18T21:23:52.905Z] $ docker rm -f 81d13e2b845464546288f6b7f59b9cdf1cc53c2970d1590eda5a40f2047d29c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:23:53.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-18T21:23:53.847Z] . [Pipeline] withDockerContainer [2021-03-18T21:23:54.131Z] prd-ubuntu18.04-docker-arm64-4c-16g-30358 does not seem to be running inside a container [2021-03-18T21:23:54.206Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-18T21:23:55.678Z] $ docker top e1845e51e9d796766435cd2f534f530d5e9dd507301e32325972421590c0aafc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:23:56.725Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-18T21:23:57.810Z] 2021-03-18T21:23:53Z INFO Waiting for automatic snapd restart... [2021-03-18T21:24:01.077Z] Building docker-core-command-go ... [2021-03-18T21:24:01.077Z] Building docker-core-data-go ... [2021-03-18T21:24:01.077Z] Building docker-core-metadata-go ... [2021-03-18T21:24:01.077Z] Building docker-security-bootstrapper-go ... [2021-03-18T21:24:01.077Z] Building docker-security-proxy-setup-go ... [2021-03-18T21:24:01.077Z] Building docker-security-secretstore-setup-go ... [2021-03-18T21:24:01.077Z] Building docker-support-notifications-go ... [2021-03-18T21:24:01.077Z] Building docker-support-scheduler-go ... [2021-03-18T21:24:01.077Z] Building docker-sys-mgmt-agent-go ... [2021-03-18T21:24:01.077Z] Building docker-core-data-go [2021-03-18T21:24:01.077Z] Building docker-security-bootstrapper-go [2021-03-18T21:24:01.077Z] Building docker-security-secretstore-setup-go [2021-03-18T21:24:01.077Z] Building docker-security-proxy-setup-go [2021-03-18T21:24:01.077Z] Building docker-core-metadata-go [2021-03-18T21:25:22.848Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:25:22.848Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:25:22.848Z] ---> c003896c600c [2021-03-18T21:25:22.848Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T21:25:22.848Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:25:22.848Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:25:22.848Z] ---> c003896c600c [2021-03-18T21:25:22.848Z] [2021-03-18T21:25:22.848Z] Step 3/23 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:25:22.848Z] [2021-03-18T21:25:22.848Z] ---> c003896c600c [2021-03-18T21:25:22.848Z] Step 3/24 : WORKDIR /edgex-go [2021-03-18T21:25:22.848Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:25:22.848Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:25:22.848Z] ---> c003896c600c [2021-03-18T21:25:22.848Z] Step 3/21 : WORKDIR /edgex-go [2021-03-18T21:25:22.848Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:25:22.848Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:25:22.848Z] ---> c003896c600c [2021-03-18T21:25:22.848Z] Step 3/31 : WORKDIR /edgex-go [2021-03-18T21:25:22.848Z] ---> Running in 42d962af6b54 [2021-03-18T21:25:22.848Z] ---> Running in 3d6b8a30fefa [2021-03-18T21:25:22.848Z] ---> Running in b48902743377 [2021-03-18T21:25:22.848Z] ---> Running in ee694ae44181 [2021-03-18T21:25:22.848Z] ---> Running in 1c5984b84ac8 [2021-03-18T21:25:22.848Z] Removing intermediate container 1c5984b84ac8 [2021-03-18T21:25:22.848Z] ---> 0573ba353029 [2021-03-18T21:25:22.848Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:25:22.848Z] Removing intermediate container 3d6b8a30fefa [2021-03-18T21:25:22.848Z] ---> 6116650c61e5 [2021-03-18T21:25:22.848Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:25:22.848Z] Removing intermediate container ee694ae44181 [2021-03-18T21:25:22.848Z] ---> 94994dad1b72 [2021-03-18T21:25:22.848Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:25:22.848Z] Removing intermediate container 42d962af6b54 [2021-03-18T21:25:22.848Z] Removing intermediate container b48902743377 [2021-03-18T21:25:22.848Z] ---> 96e5afd93a3c [2021-03-18T21:25:22.848Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:25:22.848Z] ---> aa840626df76 [2021-03-18T21:25:22.848Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:25:22.848Z] ---> Running in 037003155f67 [2021-03-18T21:25:22.848Z] ---> Running in f88ac88ab6de [2021-03-18T21:25:22.848Z] ---> Running in 1fadfb77d51c [2021-03-18T21:25:22.848Z] ---> Running in 48bc19fdafc5 [2021-03-18T21:25:22.848Z] ---> Running in 5f52257d64a5 [2021-03-18T21:25:22.848Z] Removing intermediate container f88ac88ab6de [2021-03-18T21:25:22.848Z] ---> 68e4a93b1983 [2021-03-18T21:25:22.848Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-18T21:25:22.848Z] ---> Running in de6b10e314cb [2021-03-18T21:25:22.848Z] Removing intermediate container 037003155f67 [2021-03-18T21:25:22.848Z] ---> 30fc830e5393 [2021-03-18T21:25:22.848Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-18T21:25:22.848Z] Removing intermediate container 5f52257d64a5 [2021-03-18T21:25:22.848Z] ---> 2e2dac83794d [2021-03-18T21:25:22.848Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-18T21:25:22.848Z] ---> Running in c2ea65105cb0 [2021-03-18T21:25:22.848Z] Removing intermediate container 48bc19fdafc5 [2021-03-18T21:25:22.848Z] ---> 933bc42832c4 [2021-03-18T21:25:22.848Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T21:25:23.129Z] ---> Running in f558fb06b69e [2021-03-18T21:25:23.129Z] Removing intermediate container 1fadfb77d51c [2021-03-18T21:25:23.129Z] ---> 9cde687adb9f [2021-03-18T21:25:23.129Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-18T21:25:23.129Z] ---> Running in fefed351ae31 [2021-03-18T21:25:23.411Z] ---> Running in 1e76b509c519 [2021-03-18T21:25:24.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:25.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:25.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:25.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:25.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:25.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:25.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:25.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:26.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:26.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:25:26.746Z] OK: 217 MiB in 51 packages [2021-03-18T21:25:26.746Z] OK: 217 MiB in 51 packages [2021-03-18T21:25:27.026Z] OK: 217 MiB in 51 packages [2021-03-18T21:25:27.304Z] OK: 217 MiB in 51 packages [2021-03-18T21:25:27.304Z] OK: 217 MiB in 51 packages [2021-03-18T21:25:28.298Z] Removing intermediate container de6b10e314cb [2021-03-18T21:25:28.298Z] ---> 68399d06a745 [2021-03-18T21:25:28.298Z] Step 6/24 : COPY go.mod . [2021-03-18T21:25:28.575Z] Removing intermediate container c2ea65105cb0 [2021-03-18T21:25:28.575Z] ---> 5f2a5b4ab98a [2021-03-18T21:25:28.575Z] Step 6/31 : COPY go.mod . [2021-03-18T21:25:28.575Z] Removing intermediate container f558fb06b69e [2021-03-18T21:25:28.575Z] ---> cf3ba41b0bb9 [2021-03-18T21:25:28.575Z] Step 6/21 : COPY go.mod . [2021-03-18T21:25:29.173Z] Removing intermediate container fefed351ae31 [2021-03-18T21:25:29.173Z] Removing intermediate container 1e76b509c519 [2021-03-18T21:25:29.173Z] ---> 36fb9448e65b [2021-03-18T21:25:29.173Z] Step 6/23 : COPY go.mod . [2021-03-18T21:25:29.173Z] ---> b639ec11c978 [2021-03-18T21:25:29.173Z] Step 6/23 : COPY go.mod . [2021-03-18T21:25:29.173Z] ---> 0972dbdde94f [2021-03-18T21:25:29.173Z] Step 7/24 : RUN go mod download [2021-03-18T21:25:29.455Z] ---> Running in 329b7f5bde5c [2021-03-18T21:25:29.731Z] ---> 1b3cc2500157 [2021-03-18T21:25:29.731Z] Step 7/31 : RUN go mod download [2021-03-18T21:25:29.731Z] ---> aefb891d1f34 [2021-03-18T21:25:29.731Z] Step 7/21 : RUN go mod download [2021-03-18T21:25:30.020Z] ---> Running in 30666569dd72 [2021-03-18T21:25:30.020Z] ---> Running in e4cd008bc288 [2021-03-18T21:25:30.296Z] ---> 75e2fe1faaa3 [2021-03-18T21:25:30.296Z] Step 7/23 : RUN go mod download [2021-03-18T21:25:30.296Z] ---> 0cf8df7ca224 [2021-03-18T21:25:30.296Z] Step 7/23 : RUN go mod download [2021-03-18T21:25:30.577Z] ---> Running in f777589e22ac [2021-03-18T21:25:30.577Z] ---> Running in d5354d7cbe9d [2021-03-18T21:25:33.999Z] Removing intermediate container 329b7f5bde5c [2021-03-18T21:25:33.999Z] ---> ccebee329d0b [2021-03-18T21:25:33.999Z] Step 8/24 : COPY . . [2021-03-18T21:25:34.455Z] lxd 4.12 from Canonical* installed [2021-03-18T21:25:34.455Z] + sudo lxd init --auto [2021-03-18T21:25:34.987Z] Removing intermediate container 30666569dd72 [2021-03-18T21:25:34.987Z] ---> fc1b4fc41825 [2021-03-18T21:25:34.987Z] Step 8/31 : COPY . . [2021-03-18T21:25:35.980Z] Removing intermediate container e4cd008bc288 [2021-03-18T21:25:35.980Z] ---> c345f90888a7 [2021-03-18T21:25:35.980Z] Step 8/21 : COPY . . [2021-03-18T21:25:36.255Z] Removing intermediate container d5354d7cbe9d [2021-03-18T21:25:36.255Z] ---> 51cdcfa65b67 [2021-03-18T21:25:36.255Z] Step 8/23 : COPY . . [2021-03-18T21:25:36.255Z] Removing intermediate container f777589e22ac [2021-03-18T21:25:36.255Z] ---> 3f45464d8f38 [2021-03-18T21:25:36.255Z] Step 8/23 : COPY . . [2021-03-18T21:25:37.038Z] + sudo snap install --classic snapcraft [2021-03-18T21:26:03.110Z] ---> b4642a38b287 [2021-03-18T21:26:03.110Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-18T21:26:03.110Z] ---> 83b0b6853218 [2021-03-18T21:26:03.110Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-18T21:26:03.110Z] ---> e6ccc575b395 [2021-03-18T21:26:03.110Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-18T21:26:03.110Z] ---> fd29242f2f2f [2021-03-18T21:26:03.110Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-18T21:26:03.110Z] ---> Running in b7dd7786e7f4 [2021-03-18T21:26:03.110Z] ---> Running in 92c7a93c1feb [2021-03-18T21:26:03.110Z] ---> 2ab9a6719c06 [2021-03-18T21:26:03.110Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-18T21:26:03.110Z] ---> Running in 1d5ac4200374 [2021-03-18T21:26:03.110Z] ---> Running in 9fbac66147e3 [2021-03-18T21:26:03.110Z] ---> Running in 14fb7ad9a568 [2021-03-18T21:26:05.093Z] 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-18T21:26:05.093Z] 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-18T21:26:05.372Z] 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-18T21:26:05.372Z] 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-18T21:26:05.372Z] 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-18T21:27:13.642Z] snapcraft 4.5.4 from Canonical* installed [2021-03-18T21:27:13.642Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-18T21:27:13.642Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-18T21:27:13.642Z] yq (v4/stable) 4.3.1 from Mike Farah (mikefarah) installed [2021-03-18T21:27:13.642Z] Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory [2021-03-18T21:27:13.642Z] Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory [2021-03-18T21:27:13.642Z] Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory [2021-03-18T21:27:13.642Z] Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory [2021-03-18T21:27:13.642Z] Error: stat /w/workspace/edgex-go/2/snap/snapcraft.yaml: no such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T21:27:14.425Z] Failed in branch amd64 [2021-03-18T21:27:42.251Z] 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-18T21:27:42.251Z] 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-18T21:28:04.502Z] Removing intermediate container 1d5ac4200374 [2021-03-18T21:28:04.502Z] ---> a2ad891ed2f5 [2021-03-18T21:28:04.502Z] [2021-03-18T21:28:04.502Z] Step 10/21 : FROM alpine:3.12 [2021-03-18T21:28:04.502Z] 3.12: Pulling from library/alpine [2021-03-18T21:28:04.502Z] Removing intermediate container 92c7a93c1feb [2021-03-18T21:28:04.502Z] ---> 39acca02e6fb [2021-03-18T21:28:04.502Z] [2021-03-18T21:28:04.502Z] Step 10/31 : FROM alpine:3.12 [2021-03-18T21:28:04.502Z] Removing intermediate container b7dd7786e7f4 [2021-03-18T21:28:04.502Z] ---> 7a67ac9f6339 [2021-03-18T21:28:04.502Z] [2021-03-18T21:28:04.502Z] Step 10/24 : FROM alpine:3.12 [2021-03-18T21:28:04.502Z] 3.12: Pulling from library/alpine [2021-03-18T21:28:04.502Z] 3.12: Pulling from library/alpine [2021-03-18T21:28:05.522Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T21:28:05.522Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T21:28:05.522Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T21:28:05.522Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T21:28:05.522Z] Status: Image is up to date for alpine:3.12 [2021-03-18T21:28:05.522Z] ---> d10569e2745f [2021-03-18T21:28:05.522Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-18T21:28:05.522Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T21:28:05.522Z] ---> d10569e2745f [2021-03-18T21:28:05.522Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-18T21:28:05.522Z] ---> d10569e2745f [2021-03-18T21:28:05.522Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-18T21:28:06.127Z] ---> Running in 20e70d4c05ae [2021-03-18T21:28:06.127Z] ---> Running in 50dcf5961542 [2021-03-18T21:28:06.127Z] ---> Running in d95fd5462f6d [2021-03-18T21:28:07.599Z] Removing intermediate container d95fd5462f6d [2021-03-18T21:28:07.599Z] ---> f9339ce907e6 [2021-03-18T21:28:07.599Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-18T21:28:07.883Z] ---> Running in b4c1c8460bf9 [2021-03-18T21:28:09.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:09.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:09.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:09.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:10.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:10.168Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-18T21:28:10.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:10.444Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T21:28:10.444Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-18T21:28:10.444Z] (4/5) Installing curl (7.69.1-r3) [2021-03-18T21:28:10.444Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-18T21:28:10.444Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-18T21:28:10.444Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:28:10.444Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:28:10.444Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T21:28:10.444Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-18T21:28:10.444Z] (4/4) Installing curl (7.69.1-r3) [2021-03-18T21:28:10.444Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:28:10.722Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:28:10.722Z] OK: 7 MiB in 19 packages [2021-03-18T21:28:11.004Z] OK: 7 MiB in 18 packages [2021-03-18T21:28:11.004Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-18T21:28:11.004Z] (2/2) Installing su-exec (0.2-r1) [2021-03-18T21:28:11.004Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:28:11.004Z] OK: 5 MiB in 16 packages [2021-03-18T21:28:14.477Z] Removing intermediate container 20e70d4c05ae [2021-03-18T21:28:14.477Z] ---> 9c53d9bdbbd1 [2021-03-18T21:28:14.477Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T21:28:14.477Z] Removing intermediate container b4c1c8460bf9 [2021-03-18T21:28:14.477Z] ---> e0ae60beb809 [2021-03-18T21:28:14.477Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-18T21:28:14.477Z] Removing intermediate container 50dcf5961542 [2021-03-18T21:28:14.477Z] ---> bf38735cf761 [2021-03-18T21:28:14.477Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-18T21:28:14.477Z] ---> Running in fe141771372d [2021-03-18T21:28:14.756Z] ---> Running in 9400327d8074 [2021-03-18T21:28:14.756Z] ---> Running in 6eeae6ffaeef [2021-03-18T21:28:15.365Z] Removing intermediate container fe141771372d [2021-03-18T21:28:15.365Z] ---> dc46cac3cc10 [2021-03-18T21:28:15.365Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-18T21:28:15.653Z] Removing intermediate container 9400327d8074 [2021-03-18T21:28:15.653Z] ---> 10e495f7c88f [2021-03-18T21:28:15.653Z] Step 13/24 : WORKDIR / [2021-03-18T21:28:15.653Z] ---> Running in 7caa947d9f87 [2021-03-18T21:28:15.940Z] ---> Running in 5a5e7ae2b405 [2021-03-18T21:28:15.940Z] Removing intermediate container 6eeae6ffaeef [2021-03-18T21:28:15.940Z] ---> 58cd074625a5 [2021-03-18T21:28:15.940Z] Step 13/21 : WORKDIR /edgex [2021-03-18T21:28:16.234Z] ---> Running in 48bbf051c1ec [2021-03-18T21:28:16.523Z] Removing intermediate container 7caa947d9f87 [2021-03-18T21:28:16.523Z] ---> 12949cfff915 [2021-03-18T21:28:16.523Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-18T21:28:16.805Z] ---> Running in 599836359d5a [2021-03-18T21:28:16.805Z] Removing intermediate container 5a5e7ae2b405 [2021-03-18T21:28:16.805Z] ---> 5fe8727dfc7d [2021-03-18T21:28:16.805Z] 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-18T21:28:17.425Z] Removing intermediate container 48bbf051c1ec [2021-03-18T21:28:17.425Z] ---> fac97ef715a5 [2021-03-18T21:28:17.425Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-18T21:28:18.425Z] ---> c5fdc7059fa0 [2021-03-18T21:28:18.425Z] 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-18T21:28:18.895Z] ---> 06be5c7cddab [2021-03-18T21:28:18.895Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-18T21:28:19.992Z] ---> 7bc3e0c12a5a [2021-03-18T21:28:19.992Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-18T21:28:21.214Z] Removing intermediate container 599836359d5a [2021-03-18T21:28:21.214Z] ---> ad480c338bd3 [2021-03-18T21:28:21.214Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-18T21:28:21.214Z] ---> Running in 2489c484685c [2021-03-18T21:28:21.843Z] ---> 2fc1ba210092 [2021-03-18T21:28:21.843Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-18T21:28:21.843Z] ---> 8241484d1d4d [2021-03-18T21:28:21.843Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-18T21:28:22.444Z] Removing intermediate container 2489c484685c [2021-03-18T21:28:22.444Z] ---> f8efe037beb3 [2021-03-18T21:28:22.444Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-18T21:28:24.451Z] ---> e0df0d1faedc [2021-03-18T21:28:24.451Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-18T21:28:24.726Z] ---> d03238bc3696 [2021-03-18T21:28:24.726Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-18T21:28:24.726Z] ---> 7e7b533a94a5 [2021-03-18T21:28:24.726Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-18T21:28:24.726Z] ---> Running in 3620aabed97e [2021-03-18T21:28:25.011Z] ---> Running in 01b5bb5cb8c3 [2021-03-18T21:28:26.806Z] Removing intermediate container 3620aabed97e [2021-03-18T21:28:26.806Z] ---> 492653a442b2 [2021-03-18T21:28:26.806Z] Step 18/21 : CMD ["--init=true"] [2021-03-18T21:28:26.806Z] ---> Running in 66168e37b65f [2021-03-18T21:28:27.081Z] ---> 07069296e8aa [2021-03-18T21:28:27.081Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-18T21:28:27.687Z] Removing intermediate container 66168e37b65f [2021-03-18T21:28:27.687Z] ---> 35ec73e46225 [2021-03-18T21:28:27.687Z] Step 19/21 : LABEL arch=arm64 [2021-03-18T21:28:27.966Z] ---> Running in e2cc87f6e486 [2021-03-18T21:28:28.956Z] ---> 363f56b96de5 [2021-03-18T21:28:28.956Z] 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-18T21:28:29.233Z] ---> Running in 5bc20401e3ff [2021-03-18T21:28:29.233Z] Removing intermediate container e2cc87f6e486 [2021-03-18T21:28:29.233Z] ---> 0f8b1e99d3e7 [2021-03-18T21:28:29.233Z] Step 20/21 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:28:29.233Z] Removing intermediate container 01b5bb5cb8c3 [2021-03-18T21:28:29.233Z] ---> 2b6b6e3a6b76 [2021-03-18T21:28:29.233Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:28:29.509Z] ---> Running in 4af5f6ebab11 [2021-03-18T21:28:30.118Z] Removing intermediate container 14fb7ad9a568 [2021-03-18T21:28:30.118Z] ---> 5061b4873319 [2021-03-18T21:28:30.118Z] [2021-03-18T21:28:30.118Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T21:28:30.118Z] ---> d10569e2745f [2021-03-18T21:28:30.118Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T21:28:30.407Z] ---> Running in 78e62fe6ce0e [2021-03-18T21:28:30.684Z] Removing intermediate container 4af5f6ebab11 [2021-03-18T21:28:30.684Z] ---> 328838ec4f70 [2021-03-18T21:28:30.684Z] Step 21/21 : LABEL version=0.0.0 [2021-03-18T21:28:30.961Z] ---> 739b43fc7c03 [2021-03-18T21:28:30.961Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-18T21:28:30.961Z] ---> Running in 99f9e683630e [2021-03-18T21:28:31.958Z] Removing intermediate container 99f9e683630e [2021-03-18T21:28:31.958Z] ---> 4163f75bf0d0 [2021-03-18T21:28:31.958Z] [2021-03-18T21:28:32.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:32.854Z] Successfully built 4163f75bf0d0 [2021-03-18T21:28:32.854Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-18T21:28:32.854Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-18T21:28:32.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:33.468Z] ---> 41486ee0a0f7 [2021-03-18T21:28:33.468Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-18T21:28:33.468Z] Removing intermediate container 5bc20401e3ff [2021-03-18T21:28:33.468Z] ---> 998983f696f8 [2021-03-18T21:28:33.468Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-18T21:28:33.750Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-18T21:28:33.750Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:28:33.750Z] OK: 5 MiB in 15 packages [2021-03-18T21:28:34.027Z] ---> Running in 40cc22ab859e [2021-03-18T21:28:36.027Z] ---> fe4ee97d18df [2021-03-18T21:28:36.027Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-18T21:28:36.027Z] Removing intermediate container 40cc22ab859e [2021-03-18T21:28:36.027Z] ---> 3fc4a9110a52 [2021-03-18T21:28:36.027Z] Step 22/24 : LABEL arch=arm64 [2021-03-18T21:28:36.644Z] ---> Running in adc478bafede [2021-03-18T21:28:36.644Z] Removing intermediate container 78e62fe6ce0e [2021-03-18T21:28:36.644Z] ---> fb0d8e8bc9d4 [2021-03-18T21:28:36.644Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:28:36.919Z] Removing intermediate container 9fbac66147e3 [2021-03-18T21:28:36.919Z] ---> 5bc32e6119f7 [2021-03-18T21:28:36.919Z] [2021-03-18T21:28:36.919Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T21:28:36.919Z] ---> d10569e2745f [2021-03-18T21:28:36.919Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-18T21:28:37.191Z] ---> Running in d233ac0589df [2021-03-18T21:28:37.191Z] ---> Running in 2479032a1ec3 [2021-03-18T21:28:37.191Z] ---> 51db7dd7195c [2021-03-18T21:28:37.191Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-18T21:28:37.467Z] Removing intermediate container adc478bafede [2021-03-18T21:28:37.467Z] ---> 617363c60cd3 [2021-03-18T21:28:37.467Z] Step 23/24 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:28:37.467Z] ---> Running in b4d4d294d045 [2021-03-18T21:28:38.090Z] Removing intermediate container d233ac0589df [2021-03-18T21:28:38.090Z] ---> 88e9d9f19d1a [2021-03-18T21:28:38.090Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-18T21:28:38.090Z] Removing intermediate container 2479032a1ec3 [2021-03-18T21:28:38.090Z] ---> 6c3c2ef34bdd [2021-03-18T21:28:38.090Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-18T21:28:38.407Z] ---> Running in d37d75d20a58 [2021-03-18T21:28:38.683Z] ---> Running in 003b5b4c91c9 [2021-03-18T21:28:38.683Z] ---> e353b88b5da0 [2021-03-18T21:28:38.683Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-18T21:28:38.959Z] Removing intermediate container b4d4d294d045 [2021-03-18T21:28:38.959Z] ---> 2c4f3949e958 [2021-03-18T21:28:38.959Z] Step 24/24 : LABEL version=0.0.0 [2021-03-18T21:28:39.232Z] ---> Running in 1f660ea85f06 [2021-03-18T21:28:39.506Z] ---> Running in aec2cad59449 [2021-03-18T21:28:39.506Z] Removing intermediate container d37d75d20a58 [2021-03-18T21:28:39.506Z] ---> 16db45005e79 [2021-03-18T21:28:39.506Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T21:28:39.789Z] ---> Running in 7b005c71f7e3 [2021-03-18T21:28:40.400Z] Removing intermediate container 1f660ea85f06 [2021-03-18T21:28:40.400Z] ---> 9baa6f27f197 [2021-03-18T21:28:40.400Z] [2021-03-18T21:28:40.400Z] Removing intermediate container 003b5b4c91c9 [2021-03-18T21:28:40.400Z] ---> 9c2c9aa0e044 [2021-03-18T21:28:40.400Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-18T21:28:40.400Z] Removing intermediate container 7b005c71f7e3 [2021-03-18T21:28:40.400Z] ---> 2f06080281aa [2021-03-18T21:28:40.400Z] Step 15/23 : WORKDIR / [2021-03-18T21:28:40.688Z] Removing intermediate container aec2cad59449 [2021-03-18T21:28:40.688Z] ---> 6091d3ea1b43 [2021-03-18T21:28:40.688Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-18T21:28:40.688Z] ---> Running in d525d164395a [2021-03-18T21:28:40.971Z] ---> Running in 832467a38f73 [2021-03-18T21:28:40.971Z] Successfully built 9baa6f27f197 [2021-03-18T21:28:40.971Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-18T21:28:41.253Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-18T21:28:41.536Z] Removing intermediate container d525d164395a [2021-03-18T21:28:41.536Z] ---> 373677cd3b3b [2021-03-18T21:28:41.536Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:28:41.536Z] ---> Running in 1792d75a2902 [2021-03-18T21:28:41.536Z] Removing intermediate container 832467a38f73 [2021-03-18T21:28:41.536Z] ---> 165b31402407 [2021-03-18T21:28:41.536Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:28:41.833Z] ---> 3c5227635173 [2021-03-18T21:28:41.833Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-18T21:28:42.445Z] ---> Running in 1a8439418321 [2021-03-18T21:28:43.047Z] ---> bb4521840924 [2021-03-18T21:28:43.047Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-18T21:28:45.709Z] Removing intermediate container 1792d75a2902 [2021-03-18T21:28:45.709Z] ---> 04a1025b3dbf [2021-03-18T21:28:45.709Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-18T21:28:45.709Z] ---> 150eb0f5f07b [2021-03-18T21:28:45.709Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-18T21:28:45.984Z] ---> Running in e75540f80213 [2021-03-18T21:28:45.984Z] Removing intermediate container 1a8439418321 [2021-03-18T21:28:45.984Z] ---> dbab5dbabe81 [2021-03-18T21:28:45.984Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-18T21:28:46.973Z] ---> Running in 0978878268c6 [2021-03-18T21:28:47.252Z] ---> 272a41f8eba9 [2021-03-18T21:28:47.252Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-18T21:28:47.860Z] ---> Running in 5dd6d61b6499 [2021-03-18T21:28:47.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:47.860Z] Removing intermediate container 0978878268c6 [2021-03-18T21:28:47.860Z] ---> 93be2c4ea6bb [2021-03-18T21:28:47.860Z] Step 28/31 : CMD ["gate"] [2021-03-18T21:28:48.458Z] ---> Running in 241977d7d080 [2021-03-18T21:28:48.458Z] Removing intermediate container 5dd6d61b6499 [2021-03-18T21:28:48.458Z] ---> f1a92318d557 [2021-03-18T21:28:48.458Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:28:48.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:28:48.738Z] ---> Running in 7283f0953891 [2021-03-18T21:28:49.345Z] Removing intermediate container 241977d7d080 [2021-03-18T21:28:49.345Z] ---> fd6e42073d85 [2021-03-18T21:28:49.345Z] Step 29/31 : LABEL arch=arm64 [2021-03-18T21:28:49.345Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-18T21:28:49.619Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-18T21:28:49.619Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-18T21:28:49.619Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-18T21:28:49.905Z] ---> Running in 96a89efdd804 [2021-03-18T21:28:49.905Z] Removing intermediate container 7283f0953891 [2021-03-18T21:28:49.905Z] ---> 5b1e58305f96 [2021-03-18T21:28:49.905Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T21:28:49.905Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T21:28:50.184Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-18T21:28:50.184Z] ---> Running in a8da39c178a4 [2021-03-18T21:28:50.184Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:28:50.462Z] OK: 8 MiB in 20 packages [2021-03-18T21:28:50.743Z] Removing intermediate container 96a89efdd804 [2021-03-18T21:28:50.743Z] ---> 481827e3b90a [2021-03-18T21:28:50.743Z] Step 30/31 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:28:51.367Z] ---> Running in cf96cfec5b2b [2021-03-18T21:28:51.367Z] Removing intermediate container a8da39c178a4 [2021-03-18T21:28:51.367Z] ---> 5beb678d2585 [2021-03-18T21:28:51.367Z] Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:28:51.976Z] ---> Running in 3fc02aeb66f1 [2021-03-18T21:28:55.387Z] Removing intermediate container 3fc02aeb66f1 [2021-03-18T21:28:55.387Z] ---> 27dcad6769a9 [2021-03-18T21:28:55.387Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T21:28:55.387Z] Removing intermediate container cf96cfec5b2b [2021-03-18T21:28:55.387Z] ---> 4c4b92e3e8b3 [2021-03-18T21:28:55.387Z] Step 31/31 : LABEL version=0.0.0 [2021-03-18T21:28:55.387Z] Removing intermediate container e75540f80213 [2021-03-18T21:28:55.387Z] ---> f95c3dfa80ee [2021-03-18T21:28:55.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:28:55.672Z] ---> Running in 7e8174a9b1fa [2021-03-18T21:28:55.672Z] ---> Running in 25d0ecc3c716 [2021-03-18T21:28:56.687Z] Removing intermediate container 7e8174a9b1fa [2021-03-18T21:28:56.687Z] ---> 3dd332863391 [2021-03-18T21:28:56.687Z] [2021-03-18T21:28:56.972Z] ---> 35bc88224324 [2021-03-18T21:28:56.972Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-18T21:28:56.972Z] Removing intermediate container 25d0ecc3c716 [2021-03-18T21:28:56.972Z] ---> 71cd2794a31c [2021-03-18T21:28:56.972Z] [2021-03-18T21:28:57.571Z] Successfully built 3dd332863391 [2021-03-18T21:28:57.571Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-18T21:28:57.571Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-18T21:28:57.847Z] Successfully built 71cd2794a31c [2021-03-18T21:28:57.847Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-18T21:28:57.847Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-18T21:28:59.287Z] ---> 7ae75453d536 [2021-03-18T21:28:59.287Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-18T21:29:00.272Z] ---> 3ccb914e0fc0 [2021-03-18T21:29:00.272Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-18T21:29:00.272Z] ---> Running in f4d0cf4de8ee [2021-03-18T21:29:00.867Z] Removing intermediate container f4d0cf4de8ee [2021-03-18T21:29:00.867Z] ---> 2e45def605c3 [2021-03-18T21:29:00.867Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:29:01.139Z] ---> Running in 09df343eba75 [2021-03-18T21:29:01.743Z] Removing intermediate container 09df343eba75 [2021-03-18T21:29:01.743Z] ---> 53a5cea7a5fc [2021-03-18T21:29:01.743Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T21:29:02.029Z] ---> Running in c3a874f2eac1 [2021-03-18T21:29:03.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:29:03.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:29:03.037Z] ---> c003896c600c [2021-03-18T21:29:03.037Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T21:29:03.037Z] ---> Using cache [2021-03-18T21:29:03.037Z] ---> 96e5afd93a3c [2021-03-18T21:29:03.037Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:29:03.037Z] ---> Using cache [2021-03-18T21:29:03.037Z] ---> 9cde687adb9f [2021-03-18T21:29:03.037Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-18T21:29:03.327Z] Removing intermediate container c3a874f2eac1 [2021-03-18T21:29:03.638Z] ---> 18311b9658ec [2021-03-18T21:29:03.638Z] Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:29:03.638Z] ---> Running in 3a7fe4a2f09f [2021-03-18T21:29:03.912Z] ---> Running in dd4a30338b47 [2021-03-18T21:29:04.916Z] Removing intermediate container dd4a30338b47 [2021-03-18T21:29:04.916Z] ---> cc004d8f85b2 [2021-03-18T21:29:04.916Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T21:29:05.197Z] ---> Running in fc8420d63f63 [2021-03-18T21:29:05.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:29:06.094Z] Removing intermediate container fc8420d63f63 [2021-03-18T21:29:06.094Z] ---> 661b8f9668ed [2021-03-18T21:29:06.094Z] [2021-03-18T21:29:06.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:29:06.644Z] Successfully built 661b8f9668ed [2021-03-18T21:29:06.644Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-18T21:29:07.247Z]  Building docker-core-data-go ... done OK: 217 MiB in 51 packages [2021-03-18T21:29:09.245Z] Removing intermediate container 3a7fe4a2f09f [2021-03-18T21:29:09.245Z] ---> 3f0f8f81cd74 [2021-03-18T21:29:09.245Z] Step 6/22 : COPY go.mod . [2021-03-18T21:29:10.229Z] ---> d1f926524639 [2021-03-18T21:29:10.229Z] Step 7/22 : RUN go mod download [2021-03-18T21:29:10.229Z] ---> Running in 0f92d93e6711 [2021-03-18T21:29:15.693Z] Removing intermediate container 0f92d93e6711 [2021-03-18T21:29:15.693Z] ---> e6ae6a89d8a1 [2021-03-18T21:29:15.693Z] Step 8/22 : COPY . . [2021-03-18T21:29:20.029Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:29:20.029Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:29:20.029Z] ---> c003896c600c [2021-03-18T21:29:20.029Z] Step 3/22 : WORKDIR /edgex-go [2021-03-18T21:29:20.029Z] ---> Using cache [2021-03-18T21:29:20.029Z] ---> 96e5afd93a3c [2021-03-18T21:29:20.029Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:29:20.029Z] ---> Using cache [2021-03-18T21:29:20.029Z] ---> 9cde687adb9f [2021-03-18T21:29:20.029Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-18T21:29:22.755Z] ---> Running in aedd4382f266 [2021-03-18T21:29:24.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:29:25.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:29:25.868Z] OK: 217 MiB in 51 packages [2021-03-18T21:29:30.243Z] Removing intermediate container aedd4382f266 [2021-03-18T21:29:30.243Z] ---> 3c89896501ad [2021-03-18T21:29:30.243Z] Step 6/22 : COPY go.mod . [2021-03-18T21:29:31.699Z] ---> 810ab7e55a7a [2021-03-18T21:29:31.699Z] Step 7/22 : RUN go mod download [2021-03-18T21:29:32.306Z] ---> Running in 2a42e7a13b8c [2021-03-18T21:29:32.912Z] ---> 0aab7722578d [2021-03-18T21:29:32.912Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-18T21:29:33.516Z] ---> Running in 15c484ac2bed [2021-03-18T21:29:33.797Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:29:33.797Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:29:33.797Z] ---> c003896c600c [2021-03-18T21:29:33.797Z] Step 3/26 : WORKDIR /edgex-go [2021-03-18T21:29:33.797Z] ---> Using cache [2021-03-18T21:29:33.797Z] ---> 96e5afd93a3c [2021-03-18T21:29:33.797Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:29:33.797Z] ---> Using cache [2021-03-18T21:29:33.797Z] ---> 9cde687adb9f [2021-03-18T21:29:33.797Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-18T21:29:34.078Z] ---> Running in 97dbf7f33750 [2021-03-18T21:29:34.637Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-18T21:29:34.637Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-18T21:29:34.637Z] ---> c003896c600c [2021-03-18T21:29:34.637Z] Step 3/23 : WORKDIR /edgex-go [2021-03-18T21:29:34.637Z] ---> Using cache [2021-03-18T21:29:34.637Z] ---> 96e5afd93a3c [2021-03-18T21:29:34.637Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:29:34.637Z] ---> Using cache [2021-03-18T21:29:34.637Z] ---> 9cde687adb9f [2021-03-18T21:29:34.637Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-18T21:29:34.637Z] ---> Using cache [2021-03-18T21:29:34.637Z] ---> 3f0f8f81cd74 [2021-03-18T21:29:34.637Z] Step 6/23 : COPY go.mod . [2021-03-18T21:29:34.637Z] ---> Using cache [2021-03-18T21:29:34.637Z] ---> d1f926524639 [2021-03-18T21:29:34.637Z] Step 7/23 : RUN go mod download [2021-03-18T21:29:34.637Z] ---> Using cache [2021-03-18T21:29:34.637Z] ---> e6ae6a89d8a1 [2021-03-18T21:29:34.637Z] Step 8/23 : COPY . . [2021-03-18T21:29:34.637Z] ---> Using cache [2021-03-18T21:29:34.637Z] ---> 0aab7722578d [2021-03-18T21:29:34.637Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-18T21:29:34.909Z] ---> Running in 8313bdb65c99 [2021-03-18T21:29:35.911Z] 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-18T21:29:36.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:29:36.804Z] Removing intermediate container 2a42e7a13b8c [2021-03-18T21:29:36.804Z] ---> 648c4be6d6c1 [2021-03-18T21:29:36.804Z] Step 8/22 : COPY . . [2021-03-18T21:29:36.804Z] 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-18T21:29:36.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:29:38.633Z] OK: 217 MiB in 51 packages [2021-03-18T21:29:42.090Z] Removing intermediate container 97dbf7f33750 [2021-03-18T21:29:42.090Z] ---> c2f5b6a81508 [2021-03-18T21:29:42.090Z] Step 6/26 : COPY go.mod . [2021-03-18T21:29:44.741Z] ---> a6f8529451e8 [2021-03-18T21:29:44.741Z] Step 7/26 : RUN go mod download [2021-03-18T21:29:44.741Z] ---> Running in b149e71efc76 [2021-03-18T21:29:51.492Z] Removing intermediate container b149e71efc76 [2021-03-18T21:29:51.492Z] ---> 47aee507c722 [2021-03-18T21:29:51.492Z] Step 8/26 : COPY . . [2021-03-18T21:30:01.699Z] ---> a5ea7e32359a [2021-03-18T21:30:01.699Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-18T21:30:02.764Z] ---> Running in ae276371fb1d [2021-03-18T21:30:05.425Z] 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-18T21:30:17.904Z] ---> 48232cd56e66 [2021-03-18T21:30:17.904Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-18T21:30:17.904Z] ---> Running in b4f2e8bdd7b3 [2021-03-18T21:30:18.517Z] 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-18T21:31:26.626Z] Removing intermediate container 15c484ac2bed [2021-03-18T21:31:26.626Z] ---> 55bec2af5a6e [2021-03-18T21:31:26.626Z] [2021-03-18T21:31:26.626Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T21:31:26.626Z] ---> d10569e2745f [2021-03-18T21:31:26.626Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-18T21:31:26.626Z] ---> Using cache [2021-03-18T21:31:26.626Z] ---> fb0d8e8bc9d4 [2021-03-18T21:31:26.626Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:31:26.626Z] ---> Using cache [2021-03-18T21:31:26.626Z] ---> 88e9d9f19d1a [2021-03-18T21:31:26.626Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-18T21:31:26.626Z] Removing intermediate container 8313bdb65c99 [2021-03-18T21:31:26.626Z] ---> 0c71444b99b3 [2021-03-18T21:31:26.626Z] [2021-03-18T21:31:26.626Z] Step 10/23 : FROM alpine:3.12 [2021-03-18T21:31:26.626Z] ---> d10569e2745f [2021-03-18T21:31:26.626Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-18T21:31:26.626Z] ---> Using cache [2021-03-18T21:31:26.626Z] ---> fb0d8e8bc9d4 [2021-03-18T21:31:26.626Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:31:26.626Z] ---> Using cache [2021-03-18T21:31:26.626Z] ---> 88e9d9f19d1a [2021-03-18T21:31:26.626Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-18T21:31:26.626Z] ---> Running in 971ae77c3a66 [2021-03-18T21:31:26.626Z] ---> Running in 7dc342f10864 [2021-03-18T21:31:26.626Z] Removing intermediate container 971ae77c3a66 [2021-03-18T21:31:26.626Z] ---> 49724ef0928c [2021-03-18T21:31:26.626Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T21:31:26.626Z] Removing intermediate container 7dc342f10864 [2021-03-18T21:31:26.626Z] ---> 3716eae59c3a [2021-03-18T21:31:26.626Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-18T21:31:26.626Z] ---> Running in bdf1cb55f259 [2021-03-18T21:31:26.626Z] ---> Running in b625fcc9d712 [2021-03-18T21:31:26.626Z] Removing intermediate container b625fcc9d712 [2021-03-18T21:31:26.626Z] ---> 85d5f2e2819f [2021-03-18T21:31:26.626Z] Step 15/23 : WORKDIR / [2021-03-18T21:31:26.626Z] Removing intermediate container bdf1cb55f259 [2021-03-18T21:31:26.626Z] ---> 668cd87da8ac [2021-03-18T21:31:26.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:31:26.626Z] ---> Running in 3e8381464522 [2021-03-18T21:31:26.626Z] Removing intermediate container 3e8381464522 [2021-03-18T21:31:26.626Z] ---> c308dc02ec23 [2021-03-18T21:31:26.626Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:31:26.626Z] ---> b6527e539342 [2021-03-18T21:31:26.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-18T21:31:26.626Z] ---> d5cfcd2664e5 [2021-03-18T21:31:26.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-18T21:31:26.626Z] ---> b4673e5aebe0 [2021-03-18T21:31:26.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-18T21:31:26.626Z] ---> 9eff732b99c3 [2021-03-18T21:31:26.626Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-18T21:31:26.626Z] ---> 75fa0d79c6c6 [2021-03-18T21:31:26.626Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-18T21:31:26.626Z] ---> Running in ca08b4dcb804 [2021-03-18T21:31:27.626Z] ---> 90e3c82c9674 [2021-03-18T21:31:27.626Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-18T21:31:27.626Z] Removing intermediate container ca08b4dcb804 [2021-03-18T21:31:27.626Z] ---> 5017634a8c8f [2021-03-18T21:31:27.626Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:31:27.626Z] ---> Running in d420b2e9330d [2021-03-18T21:31:27.626Z] ---> Running in 1e35065c4943 [2021-03-18T21:31:28.636Z] Removing intermediate container d420b2e9330d [2021-03-18T21:31:28.636Z] ---> eeae7085dad8 [2021-03-18T21:31:28.636Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T21:31:28.636Z] Removing intermediate container 1e35065c4943 [2021-03-18T21:31:28.636Z] ---> fda7b2b68316 [2021-03-18T21:31:28.636Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:31:28.915Z] ---> Running in 0d6742a7f037 [2021-03-18T21:31:28.915Z] ---> Running in 6ce91347e940 [2021-03-18T21:31:29.909Z] Removing intermediate container 6ce91347e940 [2021-03-18T21:31:29.909Z] ---> 9c5dbd3da506 [2021-03-18T21:31:29.909Z] Step 21/23 : LABEL arch=arm64 [2021-03-18T21:31:29.909Z] Removing intermediate container 0d6742a7f037 [2021-03-18T21:31:29.909Z] ---> 8a5c5d418a76 [2021-03-18T21:31:29.909Z] Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:31:29.909Z] ---> Running in 90a4db11ad99 [2021-03-18T21:31:30.183Z] ---> Running in d846626ae722 [2021-03-18T21:31:30.796Z] Removing intermediate container 90a4db11ad99 [2021-03-18T21:31:30.796Z] ---> 0c2187347497 [2021-03-18T21:31:30.796Z] Step 22/23 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:31:30.796Z] Removing intermediate container d846626ae722 [2021-03-18T21:31:30.796Z] ---> 4e12fbb3d9b1 [2021-03-18T21:31:30.796Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T21:31:31.077Z] ---> Running in d9087548af91 [2021-03-18T21:31:31.077Z] ---> Running in c9d8987aadcd [2021-03-18T21:31:31.689Z] Removing intermediate container d9087548af91 [2021-03-18T21:31:31.689Z] ---> af29c34207d6 [2021-03-18T21:31:31.689Z] Step 23/23 : LABEL version=0.0.0 [2021-03-18T21:31:31.969Z] Removing intermediate container c9d8987aadcd [2021-03-18T21:31:31.969Z] ---> 8774eeb460a1 [2021-03-18T21:31:31.969Z] [2021-03-18T21:31:31.970Z] ---> Running in 9ad03546825a [2021-03-18T21:31:32.581Z] Successfully built 8774eeb460a1 [2021-03-18T21:31:32.857Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-18T21:31:32.857Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9ad03546825a [2021-03-18T21:31:32.858Z] ---> 3716ff08cb32 [2021-03-18T21:31:32.858Z] [2021-03-18T21:31:33.462Z] Successfully built 3716ff08cb32 [2021-03-18T21:31:33.463Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-18T21:31:38.875Z]  Building docker-core-command-go ... done Removing intermediate container b4f2e8bdd7b3 [2021-03-18T21:31:38.875Z] ---> ada779ac5dfe [2021-03-18T21:31:38.875Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-18T21:31:39.149Z] ---> Running in 25b350abed06 [2021-03-18T21:31:40.589Z] 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-18T21:31:41.567Z] Removing intermediate container ae276371fb1d [2021-03-18T21:31:41.567Z] ---> 27197216da81 [2021-03-18T21:31:41.567Z] [2021-03-18T21:31:41.567Z] Step 10/22 : FROM alpine:3.12 [2021-03-18T21:31:41.567Z] ---> d10569e2745f [2021-03-18T21:31:41.567Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-18T21:31:41.836Z] ---> Running in 4220205a3004 [2021-03-18T21:31:43.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:31:43.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:31:43.322Z] Removing intermediate container 25b350abed06 [2021-03-18T21:31:43.322Z] ---> bbf291cfd6ed [2021-03-18T21:31:43.322Z] [2021-03-18T21:31:43.322Z] Step 11/26 : FROM docker:20.10.0 [2021-03-18T21:31:43.631Z] 20.10.0: Pulling from library/docker [2021-03-18T21:31:43.924Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-18T21:31:43.924Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-18T21:31:43.924Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:31:43.924Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:31:44.251Z] OK: 6 MiB in 16 packages [2021-03-18T21:31:46.948Z] Removing intermediate container 4220205a3004 [2021-03-18T21:31:46.948Z] ---> 858c28c4c74b [2021-03-18T21:31:46.948Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-18T21:31:46.948Z] ---> Running in 1e3ad4193a65 [2021-03-18T21:31:47.222Z] Removing intermediate container 1e3ad4193a65 [2021-03-18T21:31:47.222Z] ---> 85440e7b511d [2021-03-18T21:31:47.222Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-18T21:31:47.498Z] ---> Running in 684483b654cc [2021-03-18T21:31:48.480Z] Removing intermediate container 684483b654cc [2021-03-18T21:31:48.480Z] ---> 8340bd4dd83d [2021-03-18T21:31:48.480Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T21:31:48.751Z] ---> Running in b3faec487eba [2021-03-18T21:31:49.730Z] Removing intermediate container b3faec487eba [2021-03-18T21:31:49.730Z] ---> d879dec39a39 [2021-03-18T21:31:49.730Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-18T21:31:51.710Z] ---> 6f561faf3dac [2021-03-18T21:31:51.710Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-18T21:31:53.163Z] ---> c29a30f3133e [2021-03-18T21:31:53.163Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-18T21:31:53.163Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-18T21:31:53.438Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-18T21:31:53.438Z] ---> eeaf43b92773 [2021-03-18T21:31:53.438Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-18T21:31:53.438Z] ---> Running in b297791798fc [2021-03-18T21:31:53.711Z] ---> c8cdaf3a2cb5 [2021-03-18T21:31:53.711Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-18T21:31:53.986Z] ---> Running in ad81ef3d2ed8 [2021-03-18T21:31:54.581Z] Removing intermediate container ad81ef3d2ed8 [2021-03-18T21:31:54.581Z] ---> c5be957ce694 [2021-03-18T21:31:54.581Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:31:54.581Z] ---> Running in cff538dd13cb [2021-03-18T21:31:54.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:31:54.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:31:55.139Z] Removing intermediate container cff538dd13cb [2021-03-18T21:31:55.139Z] ---> e14e6bb86c86 [2021-03-18T21:31:55.139Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T21:31:55.139Z] ---> Running in 859794a169f5 [2021-03-18T21:31:55.411Z] (1/2) Installing readline (8.0.4-r0) [2021-03-18T21:31:55.683Z] (2/2) Installing bash (5.0.17-r0) [2021-03-18T21:31:55.683Z] Executing bash-5.0.17-r0.post-install [2021-03-18T21:31:55.683Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:31:55.683Z] OK: 12 MiB in 22 packages [2021-03-18T21:31:55.683Z] Removing intermediate container 859794a169f5 [2021-03-18T21:31:55.683Z] ---> 869423fb521c [2021-03-18T21:31:55.683Z] Step 21/22 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:31:55.959Z] ---> Running in d3945a553bef [2021-03-18T21:31:56.558Z] Removing intermediate container d3945a553bef [2021-03-18T21:31:56.558Z] ---> 658abb8c97c1 [2021-03-18T21:31:56.558Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T21:31:56.558Z] ---> Running in 08756e2c52b7 [2021-03-18T21:31:57.154Z] Removing intermediate container b297791798fc [2021-03-18T21:31:57.154Z] ---> 81d377305d50 [2021-03-18T21:31:57.154Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-18T21:31:57.154Z] Removing intermediate container 08756e2c52b7 [2021-03-18T21:31:57.154Z] ---> 9c295ed9c0d4 [2021-03-18T21:31:57.154Z] [2021-03-18T21:31:57.154Z] ---> Running in 79d484ab6f3a [2021-03-18T21:31:57.751Z] Successfully built 9c295ed9c0d4 [2021-03-18T21:31:57.751Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-18T21:31:57.751Z]  Building docker-support-notifications-go ... done Removing intermediate container 79d484ab6f3a [2021-03-18T21:31:57.751Z] ---> 763a6aa0bf68 [2021-03-18T21:31:57.751Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-18T21:31:58.022Z] ---> Running in 4e0848d9bcc8 [2021-03-18T21:31:58.295Z] Removing intermediate container 4e0848d9bcc8 [2021-03-18T21:31:58.295Z] ---> 3dc99ce9b109 [2021-03-18T21:31:58.295Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-18T21:31:58.565Z] ---> Running in 2422d882e7b5 [2021-03-18T21:31:59.159Z] Removing intermediate container 2422d882e7b5 [2021-03-18T21:31:59.159Z] ---> b2ae14a9a036 [2021-03-18T21:31:59.159Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-18T21:32:00.135Z] ---> 584f251eebb8 [2021-03-18T21:32:00.135Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-18T21:32:01.108Z] ---> 3df13b4f54d6 [2021-03-18T21:32:01.108Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-18T21:32:01.701Z] ---> 2199fa19e43f [2021-03-18T21:32:01.701Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-18T21:32:01.983Z] ---> Running in 5bed29ed8faf [2021-03-18T21:32:02.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:32:02.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:32:03.559Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-18T21:32:03.559Z] (2/33) Installing expat (2.2.9-r1) [2021-03-18T21:32:03.559Z] (3/33) Installing libffi (3.3-r2) [2021-03-18T21:32:03.559Z] (4/33) Installing gdbm (1.13-r1) [2021-03-18T21:32:03.559Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-18T21:32:03.559Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-18T21:32:03.559Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-18T21:32:05.525Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-18T21:32:05.525Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-18T21:32:05.525Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-18T21:32:05.525Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-18T21:32:05.525Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-18T21:32:05.525Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-18T21:32:05.525Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-18T21:32:05.525Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-18T21:32:05.525Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-18T21:32:05.525Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-18T21:32:05.525Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-18T21:32:05.525Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-18T21:32:05.525Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-18T21:32:05.525Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-18T21:32:05.525Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-18T21:32:05.525Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-18T21:32:05.794Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-18T21:32:05.795Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-18T21:32:05.795Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-18T21:32:05.795Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-18T21:32:05.795Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-18T21:32:05.795Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-18T21:32:05.795Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-18T21:32:05.795Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-18T21:32:05.795Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-18T21:32:05.795Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-18T21:32:06.066Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:32:06.066Z] OK: 71 MiB in 55 packages [2021-03-18T21:32:12.780Z] Removing intermediate container 5bed29ed8faf [2021-03-18T21:32:12.780Z] ---> 5c1fc25a4bd7 [2021-03-18T21:32:12.780Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-18T21:32:12.780Z] ---> Running in 712c76fe57c4 [2021-03-18T21:32:17.064Z] Collecting docker-compose==1.23.2 [2021-03-18T21:32:17.064Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-18T21:32:18.490Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-18T21:32:18.490Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-18T21:32:19.464Z] Collecting docker<4.0,>=3.6.0 [2021-03-18T21:32:19.464Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-18T21:32:20.061Z] Collecting cached-property<2,>=1.2.0 [2021-03-18T21:32:20.061Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-18T21:32:20.333Z] Collecting jsonschema<3,>=2.5.1 [2021-03-18T21:32:20.333Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-18T21:32:20.603Z] 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-18T21:32:21.574Z] Collecting PyYAML<4,>=3.10 [2021-03-18T21:32:21.574Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-18T21:32:24.947Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-18T21:32:24.947Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-18T21:32:25.218Z] Collecting texttable<0.10,>=0.9.0 [2021-03-18T21:32:25.218Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-18T21:32:27.182Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-18T21:32:27.453Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-18T21:32:29.420Z] Collecting docopt<0.7,>=0.6.1 [2021-03-18T21:32:29.420Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-18T21:32:31.382Z] 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-18T21:32:31.382Z] 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-18T21:32:31.974Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-18T21:32:31.974Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-18T21:32:32.567Z] Collecting idna<2.8,>=2.5 [2021-03-18T21:32:32.567Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-18T21:32:32.838Z] Collecting docker-pycreds>=0.4.0 [2021-03-18T21:32:32.838Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-18T21:32:32.838Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-18T21:32:32.838Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-18T21:32:32.838Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-18T21:32:32.838Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-18T21:32:33.810Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, PyYAML, texttable, dockerpty, docopt, docker-compose [2021-03-18T21:32:33.810Z] Attempting uninstall: urllib3 [2021-03-18T21:32:33.810Z] Found existing installation: urllib3 1.25.9 [2021-03-18T21:32:33.810Z] Uninstalling urllib3-1.25.9: [2021-03-18T21:32:34.082Z] Successfully uninstalled urllib3-1.25.9 [2021-03-18T21:32:34.674Z] Attempting uninstall: idna [2021-03-18T21:32:34.674Z] Found existing installation: idna 2.9 [2021-03-18T21:32:34.674Z] Uninstalling idna-2.9: [2021-03-18T21:32:34.945Z] Successfully uninstalled idna-2.9 [2021-03-18T21:32:35.539Z] Attempting uninstall: requests [2021-03-18T21:32:35.539Z] Found existing installation: requests 2.23.0 [2021-03-18T21:32:35.539Z] Uninstalling requests-2.23.0: [2021-03-18T21:32:35.539Z] Successfully uninstalled requests-2.23.0 [2021-03-18T21:32:37.508Z] Running setup.py install for PyYAML: started [2021-03-18T21:32:40.115Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-18T21:32:40.115Z] Running setup.py install for texttable: started [2021-03-18T21:32:42.077Z] Running setup.py install for texttable: finished with status 'done' [2021-03-18T21:32:42.077Z] Running setup.py install for dockerpty: started [2021-03-18T21:32:44.039Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-18T21:32:44.039Z] Running setup.py install for docopt: started [2021-03-18T21:32:46.045Z] Running setup.py install for docopt: finished with status 'done' [2021-03-18T21:32:47.036Z] 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-18T21:32:51.327Z] Removing intermediate container 712c76fe57c4 [2021-03-18T21:32:51.327Z] ---> d99d520d5196 [2021-03-18T21:32:51.327Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-18T21:32:51.327Z] ---> Running in 5197448cbb96 [2021-03-18T21:32:51.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:32:51.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:32:52.466Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-18T21:32:52.467Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-18T21:32:52.467Z] (3/3) Installing curl (7.69.1-r3) [2021-03-18T21:32:52.467Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:32:52.467Z] OK: 72 MiB in 58 packages [2021-03-18T21:32:55.102Z] Removing intermediate container 5197448cbb96 [2021-03-18T21:32:55.102Z] ---> fa9c19454179 [2021-03-18T21:32:55.102Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-18T21:32:55.102Z] ---> Running in 61aa51404ffb [2021-03-18T21:32:55.372Z] Removing intermediate container 61aa51404ffb [2021-03-18T21:32:55.372Z] ---> 48542b62996b [2021-03-18T21:32:55.372Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:32:55.644Z] ---> Running in 6e71aa25d5cd [2021-03-18T21:32:56.240Z] Removing intermediate container 6e71aa25d5cd [2021-03-18T21:32:56.240Z] ---> 7fde8e59c59d [2021-03-18T21:32:56.240Z] Step 24/26 : LABEL arch=arm64 [2021-03-18T21:32:56.240Z] ---> Running in 405bb05f690b [2021-03-18T21:32:56.515Z] Removing intermediate container 405bb05f690b [2021-03-18T21:32:56.515Z] ---> a96e7563535f [2021-03-18T21:32:56.515Z] Step 25/26 : LABEL git_sha=c433a97cf53e5b5d4aee74011f1d830a5f691fbb [2021-03-18T21:32:56.790Z] ---> Running in e92394adf5ad [2021-03-18T21:32:57.385Z] Removing intermediate container e92394adf5ad [2021-03-18T21:32:57.385Z] ---> d9e9cd3b96d3 [2021-03-18T21:32:57.385Z] Step 26/26 : LABEL version=0.0.0 [2021-03-18T21:32:57.385Z] ---> Running in 951781badf2d [2021-03-18T21:32:57.980Z] Removing intermediate container 951781badf2d [2021-03-18T21:32:57.980Z] ---> a2676a044021 [2021-03-18T21:32:57.980Z] [2021-03-18T21:32:58.262Z] Successfully built a2676a044021 [2021-03-18T21:32:58.262Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-18T21:32:58.562Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-18T21:32:58.551Z] $ docker stop --time=1 e1845e51e9d796766435cd2f534f530d5e9dd507301e32325972421590c0aafc [2021-03-18T21:33:00.419Z] $ docker rm -f e1845e51e9d796766435cd2f534f530d5e9dd507301e32325972421590c0aafc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T21:33:01.104Z] + docker images [2021-03-18T21:33:01.104Z] + grep docker [2021-03-18T21:33:01.374Z] docker-sys-mgmt-agent-go-arm64 latest a2676a044021 4 seconds ago 300MB [2021-03-18T21:33:01.374Z] docker-support-notifications-go-arm64 latest 9c295ed9c0d4 About a minute ago 16.9MB [2021-03-18T21:33:01.374Z] docker-core-command-go-arm64 latest 3716ff08cb32 About a minute ago 16.2MB [2021-03-18T21:33:01.374Z] docker-support-scheduler-go-arm64 latest 8774eeb460a1 About a minute ago 16.3MB [2021-03-18T21:33:01.374Z] docker-core-data-go-arm64 latest 661b8f9668ed 3 minutes ago 21.3MB [2021-03-18T21:33:01.374Z] docker-core-metadata-go-arm64 latest 3dd332863391 4 minutes ago 17.9MB [2021-03-18T21:33:01.374Z] docker-security-bootstrapper-go-arm64 latest 71cd2794a31c 4 minutes ago 17.8MB [2021-03-18T21:33:01.374Z] docker-security-secretstore-setup-go-arm64 latest 9baa6f27f197 4 minutes ago 23.7MB [2021-03-18T21:33:01.374Z] docker-security-proxy-setup-go-arm64 latest 4163f75bf0d0 4 minutes ago 23.4MB [2021-03-18T21:33:01.374Z] 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-18T21:33:02.331Z] ---> job-cost.sh [2021-03-18T21:33:02.331Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-T6xZ [2021-03-18T21:33:41.272Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T21:35:18.004Z] lf-activate-venv(): INFO: Adding /tmp/venv-T6xZ/bin to PATH [2021-03-18T21:35:18.004Z] INFO: No Stack... [2021-03-18T21:35:18.004Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T21:35:18.004Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T21:35:18.343Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-18T21:35:18.343Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T21:35:18.459Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3272-2-stack-cost] [2021-03-18T21:35:18.469Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3272-2-stack-cost] did not exist. Created. [2021-03-18T21:35:18.469Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3272-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T21:35:18.901Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T21:35:19.216Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T21:35:19.231Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3272-2-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-18T21:35:21.771Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:35:22.665Z] ---> package-listing.sh [2021-03-18T21:35:22.665Z] ++ facter osfamily [2021-03-18T21:35:22.665Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T21:35:22.665Z] + OS_FAMILY=redhat [2021-03-18T21:35:22.665Z] + workspace=/w/workspace/edgex-go/2 [2021-03-18T21:35:22.665Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T21:35:22.665Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T21:35:22.665Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T21:35:22.665Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T21:35:22.665Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-18T21:35:22.665Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T21:35:22.665Z] + case "${OS_FAMILY}" in [2021-03-18T21:35:22.665Z] + rpm -qa [2021-03-18T21:35:22.665Z] + sort [2021-03-18T21:35:28.080Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T21:35:28.080Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T21:35:28.080Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T21:35:28.080Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-18T21:35:28.080Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-18T21:35:28.080Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-18T21:35:28.097Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T21:35:28.415Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:35:28.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T21:35:28.726Z] [2021-03-18T21:35:28.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:35:29.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T21:35:29.071Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T21:35:29.071Z] df20fa9351a1: Pulling fs layer [2021-03-18T21:35:29.071Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T21:35:29.071Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T21:35:29.071Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T21:35:29.071Z] 93b61091891f: Pulling fs layer [2021-03-18T21:35:29.071Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T21:35:29.071Z] 5e14af77c1be: Pulling fs layer [2021-03-18T21:35:29.071Z] 01666e4c0597: Pulling fs layer [2021-03-18T21:35:29.071Z] aa168da1d23b: Pulling fs layer [2021-03-18T21:35:29.071Z] 93b9cdb0e59b: Waiting [2021-03-18T21:35:29.071Z] 5e14af77c1be: Waiting [2021-03-18T21:35:29.071Z] 01666e4c0597: Waiting [2021-03-18T21:35:29.071Z] 46f8f816bc3b: Waiting [2021-03-18T21:35:29.071Z] 93b61091891f: Waiting [2021-03-18T21:35:29.071Z] aa168da1d23b: Waiting [2021-03-18T21:35:29.071Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T21:35:29.071Z] 36b3adc4ff6f: Download complete [2021-03-18T21:35:29.071Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T21:35:29.071Z] 46f8f816bc3b: Download complete [2021-03-18T21:35:29.071Z] df20fa9351a1: Verifying Checksum [2021-03-18T21:35:29.071Z] df20fa9351a1: Download complete [2021-03-18T21:35:29.336Z] 93b9cdb0e59b: Download complete [2021-03-18T21:35:29.336Z] 93b61091891f: Verifying Checksum [2021-03-18T21:35:29.336Z] 93b61091891f: Download complete [2021-03-18T21:35:29.336Z] 5e14af77c1be: Verifying Checksum [2021-03-18T21:35:29.336Z] 5e14af77c1be: Download complete [2021-03-18T21:35:29.336Z] 01666e4c0597: Verifying Checksum [2021-03-18T21:35:29.336Z] 01666e4c0597: Download complete [2021-03-18T21:35:29.336Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T21:35:29.336Z] 8ad3a11d3b57: Download complete [2021-03-18T21:35:29.598Z] df20fa9351a1: Pull complete [2021-03-18T21:35:29.861Z] 36b3adc4ff6f: Pull complete [2021-03-18T21:35:30.820Z] 8ad3a11d3b57: Pull complete [2021-03-18T21:35:30.820Z] 46f8f816bc3b: Pull complete [2021-03-18T21:35:31.766Z] aa168da1d23b: Download complete [2021-03-18T21:35:32.715Z] 93b61091891f: Pull complete [2021-03-18T21:35:32.715Z] 93b9cdb0e59b: Pull complete [2021-03-18T21:35:34.107Z] 5e14af77c1be: Pull complete [2021-03-18T21:35:34.107Z] 01666e4c0597: Pull complete [2021-03-18T21:35:42.289Z] aa168da1d23b: Pull complete [2021-03-18T21:35:43.681Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T21:35:43.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T21:35:43.681Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T21:35:43.934Z] prd-centos7-docker-4c-2g-30357 does not seem to be running inside a container [2021-03-18T21:35:44.000Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T21:35:47.107Z] $ docker top de64726e6ce734430c48b49a0b9e38984cb02dd2c43544af9dc7ae59df9e35a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:35:47.627Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T21:35:47.933Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T21:35:48.235Z] + ls /var/log/sa-host [2021-03-18T21:35:48.235Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T21:35:48.235Z] file_magic: OK [2021-03-18T21:35:48.235Z] HZ: Using current value: 100 [2021-03-18T21:35:48.235Z] file_header: OK [2021-03-18T21:35:48.235Z] 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-18T21:35:48.235Z] Statistics: [2021-03-18T21:35:48.235Z] 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... [2021-03-18T21:35:48.235Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T21:35:48.235Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T21:35:48.235Z] file_magic: OK [2021-03-18T21:35:48.235Z] HZ: Using current value: 100 [2021-03-18T21:35:48.235Z] file_header: OK [2021-03-18T21:35:48.235Z] 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-18T21:35:48.235Z] Statistics: [2021-03-18T21:35:48.235Z] Hnuu...uuuununununu... [2021-03-18T21:35:48.235Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T21:35:48.439Z] provisioning config files... [2021-03-18T21:35:48.465Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2983531381466485367tmp [Pipeline] { [Pipeline] echo [2021-03-18T21:35:48.538Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:35:48.842Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T21:35:48.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T21:35:48.941Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:35:49.246Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T21:35:49.258Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:35:49.565Z] ---> sudo-logs.sh [2021-03-18T21:35:49.565Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T21:35:49.905Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:35:50.210Z] ---> job-cost.sh [2021-03-18T21:35:50.210Z] lf-activate-venv: SKIPPING [2021-03-18T21:35:50.210Z] DEBUG: total: 0.20999999344348907 [2021-03-18T21:35:50.210Z] INFO: Retrieving Stack Cost... [2021-03-18T21:35:51.157Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T21:35:51.419Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T21:35:51.434Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:35:51.732Z] ---> logs-deploy.sh [2021-03-18T21:35:51.732Z] lf-activate-venv: SKIPPING [2021-03-18T21:35:51.732Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3272/2 [2021-03-18T21:35:51.732Z] INFO: archiving workspace using pattern(s): [2021-03-18T21:35:53.121Z] Archives upload complete. [2021-03-18T21:35:53.121Z] INFO: archiving logs to Nexus