Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a31d707a985f2a2c82673e0a11119d02d3fdd0bf+ffeef0baf9084ef973288a9a81981f0cc896aaf1 (3f2b66d0bcd80b2749c4bb7f853ac00a97ed5dfb) 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 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1176’ is offline; ‘prd-centos7-docker-4c-2g-1188’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1198 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/80 [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/80 # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf Merge succeeded, producing a31d707a985f2a2c82673e0a11119d02d3fdd0bf Checking out Revision a31d707a985f2a2c82673e0a11119d02d3fdd0bf (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk c980fbf2f99952e9ede285420b02d20704a13b34 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T15:55:18.100Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T15:55:18.211Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T15:55:18.252Z] ========================================================= [2021-04-20T15:55:18.252Z] EdgeX Global Pipelines Version Info [2021-04-20T15:55:18.252Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:55:20.513Z] ------------------- [2021-04-20T15:55:20.513Z] stable info: [2021-04-20T15:55:20.513Z] ------------------- [2021-04-20T15:55:20.513Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T15:55:20.513Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T15:55:20.513Z] Message: update stable to v1.0.186 [2021-04-20T15:55:21.092Z] ------------------- [2021-04-20T15:55:21.092Z] experimental info: [2021-04-20T15:55:21.092Z] ------------------- [2021-04-20T15:55:21.092Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T15:55:21.092Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T15:55:21.092Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T15:55:21.227Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T15:55:21.260Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T15:55:21.283Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T15:55:21.321Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T15:55:21.349Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T15:55:21.385Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T15:55:21.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T15:55:21.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T15:55:21.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T15:55:21.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T15:55:21.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T15:55:21.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T15:55:21.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T15:55:21.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T15:55:21.653Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:55:21.692Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:55:21.715Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T15:55:21.752Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T15:55:21.775Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T15:55:21.812Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T15:55:21.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T15:55:21.869Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T15:55:21.891Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T15:55:21.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T15:55:21.951Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-20T15:55:21.989Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a31d707a985f2a2c82673e0a11119d02d3fdd0bf [Pipeline] echo [2021-04-20T15:55:22.014Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a31d707 [Pipeline] echo [2021-04-20T15:55:22.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:55:22.127Z] provisioning config files... [2021-04-20T15:55:22.161Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config1227815359954827041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:55:22.495Z] ---> docker-login.sh [2021-04-20T15:55:22.495Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:55:22.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:55:23.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:55:23.038Z] Configure a credential helper to remove this warning. See [2021-04-20T15:55:23.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:55:23.038Z] [2021-04-20T15:55:23.038Z] Login Succeeded [2021-04-20T15:55:23.038Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:55:23.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:55:23.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:55:23.310Z] Configure a credential helper to remove this warning. See [2021-04-20T15:55:23.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:55:23.310Z] [2021-04-20T15:55:23.310Z] Login Succeeded [2021-04-20T15:55:23.310Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:55:23.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:55:23.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:55:23.572Z] Configure a credential helper to remove this warning. See [2021-04-20T15:55:23.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:55:23.572Z] [2021-04-20T15:55:23.572Z] Login Succeeded [2021-04-20T15:55:23.572Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:55:23.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:55:23.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:55:23.836Z] Configure a credential helper to remove this warning. See [2021-04-20T15:55:23.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:55:23.836Z] [2021-04-20T15:55:23.836Z] Login Succeeded [2021-04-20T15:55:23.836Z] docker.io [2021-04-20T15:55:23.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:55:24.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:55:24.100Z] Configure a credential helper to remove this warning. See [2021-04-20T15:55:24.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:55:24.100Z] [2021-04-20T15:55:24.100Z] Login Succeeded [2021-04-20T15:55:24.100Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:55:24.110Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:55:24.459Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:55:24.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.459Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T15:55:24.459Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.459Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T15:55:24.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.459Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T15:55:24.459Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T15:55:24.460Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.460Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T15:55:24.460Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T15:55:24.460Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.460Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T15:55:24.460Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T15:55:24.460Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.460Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T15:55:24.460Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T15:55:24.460Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.460Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:55:24.460Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:55:24.460Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.460Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T15:55:24.460Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T15:55:24.460Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.460Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T15:55:24.460Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T15:55:24.460Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:55:24.460Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:55:24.460Z] ++ cut -d/ -f2 [2021-04-20T15:55:24.460Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T15:55:24.555Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:55:25.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:55:25.182Z] [2021-04-20T15:55:25.182Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:55:25.495Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:55:25.495Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T15:55:25.495Z] 31603596830f: Pulling fs layer [2021-04-20T15:55:25.495Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T15:55:25.495Z] 6ca5941a6612: Pulling fs layer [2021-04-20T15:55:25.495Z] ecc8261a40a4: Pulling fs layer [2021-04-20T15:55:25.495Z] ecc8261a40a4: Waiting [2021-04-20T15:55:25.495Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T15:55:25.495Z] 2a8b12db71e7: Download complete [2021-04-20T15:55:25.495Z] 31603596830f: Verifying Checksum [2021-04-20T15:55:25.495Z] 31603596830f: Download complete [2021-04-20T15:55:25.760Z] ecc8261a40a4: Verifying Checksum [2021-04-20T15:55:25.760Z] ecc8261a40a4: Download complete [2021-04-20T15:55:25.760Z] 6ca5941a6612: Verifying Checksum [2021-04-20T15:55:25.760Z] 6ca5941a6612: Download complete [2021-04-20T15:55:26.023Z] 31603596830f: Pull complete [2021-04-20T15:55:26.286Z] 2a8b12db71e7: Pull complete [2021-04-20T15:55:27.232Z] 6ca5941a6612: Pull complete [2021-04-20T15:55:27.232Z] ecc8261a40a4: Pull complete [2021-04-20T15:55:27.232Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T15:55:27.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:55:27.232Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T15:55:27.345Z] prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container [2021-04-20T15:55:27.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T15:55:29.915Z] $ docker top a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T15:55:30.090Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:55:30.090Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:55:30.331Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:55:30.331Z] $ docker exec a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent [2021-04-20T15:55:30.508Z] SSH_AUTH_SOCK=/tmp/ssh-pGxZ4u7goNsx/agent.12 [2021-04-20T15:55:30.508Z] SSH_AGENT_PID=17 [2021-04-20T15:55:30.519Z] Running ssh-add (command line suppressed) [2021-04-20T15:55:30.637Z] Identity added: /w/workspace/edgex-go/80@tmp/private_key_6307402684985932795.key (/w/workspace/edgex-go/80@tmp/private_key_6307402684985932795.key) [2021-04-20T15:55:30.697Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:55:31.000Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T15:55:31.017Z] $ docker exec --env ******** --env ******** a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent -k [2021-04-20T15:55:31.150Z] unset SSH_AUTH_SOCK; [2021-04-20T15:55:31.150Z] unset SSH_AGENT_PID; [2021-04-20T15:55:31.150Z] echo Agent pid 17 killed; [2021-04-20T15:55:31.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T15:55:31.243Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:55:31.243Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:55:31.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:55:31.459Z] $ docker exec a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent [2021-04-20T15:55:31.641Z] SSH_AUTH_SOCK=/tmp/ssh-Zx6aIgigRy0x/agent.47 [2021-04-20T15:55:31.641Z] SSH_AGENT_PID=53 [2021-04-20T15:55:31.649Z] Running ssh-add (command line suppressed) [2021-04-20T15:55:31.781Z] Identity added: /w/workspace/edgex-go/80@tmp/private_key_8918198484309769031.key (/w/workspace/edgex-go/80@tmp/private_key_8918198484309769031.key) [2021-04-20T15:55:31.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:55:32.160Z] + git semver init [2021-04-20T15:55:32.160Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T15:55:32.160Z] # $GIT_DIR = /w/workspace/edgex-go/80/.git [2021-04-20T15:55:32.160Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/80 [2021-04-20T15:55:32.160Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T15:55:32.160Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T15:55:32.160Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T15:55:32.160Z] # $SEMVER_BRANCH = PR-3234 [2021-04-20T15:55:32.160Z] # $SEMVER_TEMP = /tmp/semver-009287589 [2021-04-20T15:55:32.160Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T15:56:04.364Z] # '/tmp/semver-009287589' -> '/w/workspace/edgex-go/80/.semver' [2021-04-20T15:56:04.364Z] # -> Force: false [2021-04-20T15:56:04.364Z] # $SEMVER_DIR = /w/workspace/edgex-go/80/.semver [Pipeline] } [2021-04-20T15:56:04.376Z] $ docker exec --env ******** --env ******** a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent -k [2021-04-20T15:56:04.675Z] unset SSH_AUTH_SOCK; [2021-04-20T15:56:04.676Z] unset SSH_AGENT_PID; [2021-04-20T15:56:04.676Z] echo Agent pid 53 killed; [2021-04-20T15:56:04.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:56:05.174Z] + git semver [Pipeline] } [2021-04-20T15:56:05.194Z] $ docker stop --time=1 a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 [2021-04-20T15:56:06.780Z] $ docker rm -f a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:56:07.292Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T15:56:07.820Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T15:56:07.824Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T15:56:08.377Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:56:08.830Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:56:09.186Z] + sudo service docker restart [2021-04-20T15:56:09.186Z] + true [2021-04-20T15:56:09.186Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T15:56:10.175Z] ========================================================= [2021-04-20T15:56:10.175Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T15:56:10.175Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:56:10.496Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-20T15:56:14.747Z] Sending build context to Docker daemon 329.6MB [2021-04-20T15:56:14.747Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:56:14.747Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:56:14.748Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T15:56:14.748Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T15:56:14.748Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T15:56:14.748Z] de9db76c5a1d: Pulling fs layer [2021-04-20T15:56:14.748Z] bca2f99d35d6: Pulling fs layer [2021-04-20T15:56:14.748Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T15:56:14.748Z] 7c6f9722023f: Pulling fs layer [2021-04-20T15:56:14.748Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T15:56:14.748Z] bca2f99d35d6: Waiting [2021-04-20T15:56:14.748Z] 93359f2a8cfa: Waiting [2021-04-20T15:56:14.748Z] 7c6f9722023f: Waiting [2021-04-20T15:56:14.748Z] a35cf1a2eb13: Waiting [2021-04-20T15:56:14.748Z] de9db76c5a1d: Verifying Checksum [2021-04-20T15:56:14.748Z] de9db76c5a1d: Download complete [2021-04-20T15:56:14.748Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T15:56:14.748Z] 0ef7d3d256c8: Download complete [2021-04-20T15:56:14.748Z] 93359f2a8cfa: Download complete [2021-04-20T15:56:14.748Z] 7c6f9722023f: Verifying Checksum [2021-04-20T15:56:14.748Z] 7c6f9722023f: Download complete [2021-04-20T15:56:14.748Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T15:56:14.748Z] 188c0c94c7c5: Download complete [2021-04-20T15:56:15.334Z] 188c0c94c7c5: Pull complete [2021-04-20T15:56:15.334Z] 0ef7d3d256c8: Pull complete [2021-04-20T15:56:15.609Z] de9db76c5a1d: Pull complete [2021-04-20T15:56:17.036Z] a35cf1a2eb13: Download complete [2021-04-20T15:56:17.616Z] bca2f99d35d6: Verifying Checksum [2021-04-20T15:56:17.616Z] bca2f99d35d6: Download complete [2021-04-20T15:56:22.981Z] Still waiting to schedule task [2021-04-20T15:56:22.981Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T15:56:25.896Z] bca2f99d35d6: Pull complete [2021-04-20T15:56:25.896Z] 93359f2a8cfa: Pull complete [2021-04-20T15:56:25.896Z] 7c6f9722023f: Pull complete [2021-04-20T15:56:30.172Z] a35cf1a2eb13: Pull complete [2021-04-20T15:56:30.172Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T15:56:30.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T15:56:30.172Z] ---> a62c8e92a672 [2021-04-20T15:56:30.172Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T15:56:30.172Z] ---> Running in b6cbb50cfb6a [2021-04-20T15:56:30.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:56:31.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:56:32.004Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:56:32.267Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:56:32.267Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:56:32.530Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:56:44.803Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:56:44.804Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:56:44.804Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:56:44.804Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:56:44.804Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:56:44.804Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:56:44.804Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:56:44.804Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:56:44.804Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:56:44.804Z] OK: 233 MiB in 51 packages [2021-04-20T15:56:49.079Z] Removing intermediate container b6cbb50cfb6a [2021-04-20T15:56:49.079Z] ---> 4baf9d049b86 [2021-04-20T15:56:49.079Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:56:49.344Z] ---> Running in 43135d42366f [2021-04-20T15:56:49.344Z] Removing intermediate container 43135d42366f [2021-04-20T15:56:49.344Z] ---> 2cecf9c5f0b6 [2021-04-20T15:56:49.344Z] Step 5/6 : COPY go.mod . [2021-04-20T15:56:49.925Z] ---> 25fb33b3825c [2021-04-20T15:56:49.925Z] Step 6/6 : RUN go mod download [2021-04-20T15:56:49.925Z] ---> Running in c7fcb87bc1a2 [2021-04-20T15:57:12.021Z] Removing intermediate container c7fcb87bc1a2 [2021-04-20T15:57:12.021Z] ---> 7f92ed82c843 [2021-04-20T15:57:12.021Z] Successfully built 7f92ed82c843 [2021-04-20T15:57:12.021Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:57:12.338Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:57:12.338Z] . [Pipeline] withDockerContainer [2021-04-20T15:57:12.463Z] prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container [2021-04-20T15:57:12.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:57:13.374Z] $ docker top 6f7aee673cf5be5b8f531dbfea1b8960a43b6c295deabe0e7316081a63dba5d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:57:13.847Z] + go version [2021-04-20T15:57:13.847Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T15:57:13.859Z] $ docker stop --time=1 6f7aee673cf5be5b8f531dbfea1b8960a43b6c295deabe0e7316081a63dba5d0 [2021-04-20T15:57:16.021Z] $ docker rm -f 6f7aee673cf5be5b8f531dbfea1b8960a43b6c295deabe0e7316081a63dba5d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:57:16.584Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:57:16.584Z] . [Pipeline] withDockerContainer [2021-04-20T15:57:16.698Z] prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container [2021-04-20T15:57:16.754Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:57:17.737Z] $ docker top 8d7f26cf30df3134b9391d64a24ad47062d7523ba4baa6726b7ccc316d54d444 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:57:17.916Z] ========================================================= [2021-04-20T15:57:17.916Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:57:17.916Z] ========================================================= [Pipeline] sh [2021-04-20T15:57:18.225Z] + make test [2021-04-20T15:57:18.225Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:57:30.615Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:57:52.907Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T15:58:01.212Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T15:58:01.212Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T15:58:01.212Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T15:58:05.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T15:58:05.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T15:58:05.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T15:58:05.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T15:58:06.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T15:58:06.769Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T15:58:10.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T15:58:10.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T15:58:10.189Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T15:58:12.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.153s coverage: 45.9% of statements [2021-04-20T15:58:12.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T15:58:12.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T15:58:12.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T15:58:12.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T15:58:12.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T15:58:12.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T15:58:12.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements [2021-04-20T15:58:12.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.120s coverage: 100.0% of statements [2021-04-20T15:58:17.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.288s coverage: 27.1% of statements [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T15:58:17.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T15:58:17.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T15:58:17.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T15:58:18.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.150s coverage: 71.3% of statements [2021-04-20T15:58:18.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T15:58:18.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T15:58:18.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.212s coverage: 82.9% of statements [2021-04-20T15:58:18.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T15:58:18.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:58:18.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-04-20T15:58:18.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T15:58:23.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.419s coverage: 28.6% of statements [2021-04-20T15:58:23.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T15:58:23.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T15:58:23.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T15:58:23.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T15:58:23.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T15:58:23.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements [2021-04-20T15:58:23.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T15:58:23.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-04-20T15:58:23.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T15:58:23.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.237s coverage: 86.7% of statements [2021-04-20T15:58:23.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T15:58:23.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.261s coverage: 97.5% of statements [2021-04-20T15:58:23.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T15:58:23.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements [2021-04-20T15:58:23.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T15:58:23.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T15:58:23.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T15:58:23.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.709s coverage: 93.0% of statements [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.089s coverage: 58.8% of statements [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.136s coverage: 0.9% of statements [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T15:58:27.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.112s coverage: 79.5% of statements [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-04-20T15:58:27.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-04-20T15:58:37.860Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1201 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T15:58:37.877Z] Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout [2021-04-20T15:58:39.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.077s coverage: 94.4% of statements [2021-04-20T15:58:39.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.107s coverage: 44.8% of statements [2021-04-20T15:58:43.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.444s coverage: 81.9% of statements [2021-04-20T15:58:43.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T15:58:44.039Z] using credential edgex-jenkins-ssh [2021-04-20T15:58:44.063Z] Cloning the remote Git repository [2021-04-20T15:58:44.124Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:58:44.251Z] > git init /w/workspace/edgex-go/80 # timeout=10 [2021-04-20T15:58:44.345Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:58:44.346Z] > git --version # timeout=10 [2021-04-20T15:58:44.369Z] > git --version # 'git version 2.17.1' [2021-04-20T15:58:44.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:58:44.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.173s coverage: 92.9% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 77.8% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.096s coverage: 84.6% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.6% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.273s coverage: 64.4% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.404s coverage: 69.0% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 38.4% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2021-04-20T15:58:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.251s coverage: 47.0% of statements [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T15:58:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T15:58:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T15:58:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T15:58:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T15:58:51.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-04-20T15:58:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T15:58:51.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements [2021-04-20T15:58:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T15:58:51.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T15:58:51.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.093s coverage: 9.6% of statements [2021-04-20T15:58:51.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T15:58:52.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.242s coverage: 88.6% of statements [2021-04-20T15:58:52.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T15:58:52.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:58:52.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T15:58:54.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.878s coverage: 28.7% of statements [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T15:58:54.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T15:58:54.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T15:58:54.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.097s coverage: 64.6% of statements [2021-04-20T15:58:54.862Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T15:58:55.467Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.144s coverage: 95.6% of statements [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T15:58:55.467Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T15:58:55.467Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T15:58:55.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T15:58:55.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-04-20T15:58:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T15:58:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T15:58:55.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-04-20T15:58:56.000Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-20T15:58:56.575Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-20T15:58:56.837Z] GO111MODULE=on go vet ./... [2021-04-20T15:59:08.210Z] Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T15:59:08.680Z] Merge succeeded, producing a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T15:59:08.680Z] Checking out Revision a31d707a985f2a2c82673e0a11119d02d3fdd0bf (PR-3234) [2021-04-20T15:59:07.282Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:59:07.310Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:59:07.335Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:59:07.373Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:59:07.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:59:07.388Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T15:59:08.228Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:59:08.248Z] > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [2021-04-20T15:59:08.589Z] > git remote # timeout=10 [2021-04-20T15:59:08.609Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T15:59:08.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:59:08.641Z] > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 [2021-04-20T15:59:08.664Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T15:59:08.684Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:59:08.697Z] > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [2021-04-20T15:59:13.233Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T15:59:14.659Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:59:15.077Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:59:15.418Z] + sudo service docker restart+ [2021-04-20T15:59:15.418Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:59:18.087Z] provisioning config files... [2021-04-20T15:59:18.135Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config4036167071344691929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:59:18.502Z] ---> docker-login.sh [2021-04-20T15:59:18.502Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:59:19.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:59:19.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:59:19.699Z] Configure a credential helper to remove this warning. See [2021-04-20T15:59:19.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:59:19.699Z] [2021-04-20T15:59:19.699Z] Login Succeeded [2021-04-20T15:59:19.699Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:59:19.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:59:20.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:59:20.249Z] Configure a credential helper to remove this warning. See [2021-04-20T15:59:20.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:59:20.249Z] [2021-04-20T15:59:20.249Z] Login Succeeded [2021-04-20T15:59:20.249Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:59:20.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:59:20.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:59:20.801Z] Configure a credential helper to remove this warning. See [2021-04-20T15:59:20.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:59:20.801Z] [2021-04-20T15:59:20.801Z] Login Succeeded [2021-04-20T15:59:20.801Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:59:21.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:59:21.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:59:21.347Z] Configure a credential helper to remove this warning. See [2021-04-20T15:59:21.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:59:21.347Z] [2021-04-20T15:59:21.347Z] Login Succeeded [2021-04-20T15:59:21.347Z] docker.io [2021-04-20T15:59:21.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:59:21.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:59:21.890Z] Configure a credential helper to remove this warning. See [2021-04-20T15:59:21.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:59:21.890Z] [2021-04-20T15:59:21.890Z] Login Succeeded [2021-04-20T15:59:21.890Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:59:21.908Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T15:59:22.209Z] ========================================================= [2021-04-20T15:59:22.209Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T15:59:22.209Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:59:22.552Z] + 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-04-20T15:59:25.203Z] Sending build context to Docker daemon 167.4MB [2021-04-20T15:59:25.203Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:59:25.203Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:59:25.203Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T15:59:25.203Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T15:59:25.203Z] a4357932f1b6: Pulling fs layer [2021-04-20T15:59:25.203Z] 18c013af1878: Pulling fs layer [2021-04-20T15:59:25.203Z] 00ac8860ef70: Pulling fs layer [2021-04-20T15:59:25.203Z] 63d7cb157983: Pulling fs layer [2021-04-20T15:59:25.203Z] b116817d02f9: Pulling fs layer [2021-04-20T15:59:25.203Z] 745a02a5169b: Pulling fs layer [2021-04-20T15:59:25.203Z] 00ac8860ef70: Waiting [2021-04-20T15:59:25.203Z] 63d7cb157983: Waiting [2021-04-20T15:59:25.203Z] b116817d02f9: Waiting [2021-04-20T15:59:25.203Z] 745a02a5169b: Waiting [2021-04-20T15:59:25.203Z] 18c013af1878: Verifying Checksum [2021-04-20T15:59:25.203Z] 18c013af1878: Download complete [2021-04-20T15:59:25.203Z] a4357932f1b6: Verifying Checksum [2021-04-20T15:59:25.203Z] 63d7cb157983: Verifying Checksum [2021-04-20T15:59:25.203Z] 63d7cb157983: Download complete [2021-04-20T15:59:25.203Z] b116817d02f9: Download complete [2021-04-20T15:59:25.203Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T15:59:25.203Z] 5f621e34cdf4: Download complete [2021-04-20T15:59:26.204Z] 5f621e34cdf4: Pull complete [2021-04-20T15:59:26.483Z] a4357932f1b6: Pull complete [2021-04-20T15:59:26.757Z] 18c013af1878: Pull complete [2021-04-20T15:59:27.739Z] 745a02a5169b: Download complete [2021-04-20T15:59:28.718Z] 00ac8860ef70: Verifying Checksum [2021-04-20T15:59:28.718Z] 00ac8860ef70: Download complete [2021-04-20T15:59:35.816Z] gofmt -l . [2021-04-20T15:59:35.816Z] [ "`gofmt -l .`" = "" ] [2021-04-20T15:59:35.816Z] ./bin/test-go-mod-tidy.sh [2021-04-20T15:59:36.089Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T15:59:37.712Z] + ls -al . [2021-04-20T15:59:37.712Z] total 812 [2021-04-20T15:59:37.712Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 15:59 . [2021-04-20T15:59:37.712Z] drwxr-xr-x 4 root root 30 Apr 20 15:57 .. [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:55 .dockerignore [2021-04-20T15:59:37.712Z] drwxrwxr-x 8 1001 1001 179 Apr 20 15:55 .git [2021-04-20T15:59:37.712Z] drwxrwxr-x 3 1001 1001 125 Apr 20 15:55 .github [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:55 .gitignore [2021-04-20T15:59:37.712Z] drwx------ 3 1001 1001 60 Apr 20 15:56 .semver [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:55 .sonarcloud.properties [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:55 Attribution.txt [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:55 CONTRIBUTING.md [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:55 Dockerfile.build [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:55 Jenkinsfile [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:55 LICENSE [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:55 Makefile [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:55 README.md [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:55 SECURITY.md [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:56 VERSION [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:55 ZMQWindows.md [2021-04-20T15:59:37.712Z] drwxrwxr-x 2 1001 1001 117 Apr 20 15:55 bin [2021-04-20T15:59:37.712Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:55 cmd [2021-04-20T15:59:37.712Z] -rw-r--r-- 1 root root 703598 Apr 20 15:58 coverage.out [2021-04-20T15:59:37.712Z] -rw-r--r-- 1 root root 1059 Apr 20 15:59 go.mod [2021-04-20T15:59:37.712Z] -rw-r--r-- 1 root root 22073 Apr 20 15:59 go.sum [2021-04-20T15:59:37.712Z] drwxrwxr-x 8 1001 1001 127 Apr 20 15:55 internal [2021-04-20T15:59:37.712Z] drwxrwxr-x 4 1001 1001 26 Apr 20 15:55 openapi [2021-04-20T15:59:37.712Z] drwxrwxr-x 4 1001 1001 71 Apr 20 15:55 snap [2021-04-20T15:59:37.712Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:55 version.go [Pipeline] sh [2021-04-20T15:59:38.021Z] + '[' -e coverage.out ] [2021-04-20T15:59:38.021Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T15:59:38.370Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T15:59:38.679Z] + make build [2021-04-20T15:59:38.679Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T15:59:38.910Z] 00ac8860ef70: Pull complete [2021-04-20T15:59:38.910Z] 63d7cb157983: Pull complete [2021-04-20T15:59:39.194Z] b116817d02f9: Pull complete [2021-04-20T15:59:42.589Z] 745a02a5169b: Pull complete [2021-04-20T15:59:42.589Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T15:59:42.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T15:59:42.589Z] ---> b7e6874047d6 [2021-04-20T15:59:42.589Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T15:59:42.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T15:59:46.003Z] ---> Running in 2f56b7e55470 [2021-04-20T15:59:47.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:59:48.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:59:48.636Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:59:48.907Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:59:48.907Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:59:49.179Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:59:54.569Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:59:54.569Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:59:54.569Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:59:54.840Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:59:54.840Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:59:54.840Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:59:55.113Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:59:55.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T15:59:55.384Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:59:55.384Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:59:55.384Z] OK: 217 MiB in 51 packages [2021-04-20T15:59:56.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T15:59:58.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T15:59:59.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T15:59:59.693Z] Removing intermediate container 2f56b7e55470 [2021-04-20T15:59:59.693Z] ---> 42e45f0c6fa9 [2021-04-20T15:59:59.693Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:59:59.693Z] ---> Running in bd2b18ead583 [2021-04-20T16:00:00.294Z] Removing intermediate container bd2b18ead583 [2021-04-20T16:00:00.294Z] ---> 2321c97005a9 [2021-04-20T16:00:00.294Z] Step 5/6 : COPY go.mod . [2021-04-20T16:00:00.905Z] ---> 302c0168d603 [2021-04-20T16:00:00.905Z] Step 6/6 : RUN go mod download [2021-04-20T16:00:01.200Z] ---> Running in a6e031874202 [2021-04-20T16:00:01.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T16:00:03.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T16:00:04.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T16:00:06.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T16:00:07.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T16:00:09.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T16:00:11.357Z] $ docker stop --time=1 8d7f26cf30df3134b9391d64a24ad47062d7523ba4baa6726b7ccc316d54d444 [2021-04-20T16:00:13.218Z] $ docker rm -f 8d7f26cf30df3134b9391d64a24ad47062d7523ba4baa6726b7ccc316d54d444 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:14.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:00:14.757Z] [2021-04-20T16:00:14.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:15.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:00:15.100Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T16:00:15.100Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T16:00:15.100Z] ca9280d653b3: Pulling fs layer [2021-04-20T16:00:15.100Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T16:00:15.369Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T16:00:15.369Z] cbdbe7a5bc2a: Download complete [2021-04-20T16:00:15.954Z] ca9280d653b3: Verifying Checksum [2021-04-20T16:00:15.954Z] ca9280d653b3: Download complete [2021-04-20T16:00:16.229Z] cbdbe7a5bc2a: Pull complete [2021-04-20T16:00:17.206Z] 7e9c9ca2126c: Download complete [2021-04-20T16:00:17.476Z] ca9280d653b3: Pull complete [2021-04-20T16:00:24.150Z] 7e9c9ca2126c: Pull complete [2021-04-20T16:00:24.150Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T16:00:24.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:00:24.150Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T16:00:24.395Z] prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container [2021-04-20T16:00:24.476Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T16:00:26.504Z] $ docker top 8fff96e7e1da14bf708c955e094a912f0e3336f427960d33982adace3baadbf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:00:27.001Z] + + docker-compose build --helpgrep [2021-04-20T16:00:27.001Z] parallel [2021-04-20T16:00:28.050Z] Removing intermediate container a6e031874202 [2021-04-20T16:00:28.050Z] ---> 486b54e15766 [2021-04-20T16:00:28.050Z] Successfully built 486b54e15766 [2021-04-20T16:00:28.050Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:28.392Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T16:00:28.392Z] . [2021-04-20T16:00:28.399Z] --parallel Build images in parallel. [Pipeline] withDockerContainer [2021-04-20T16:00:28.627Z] prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container [2021-04-20T16:00:28.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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 ******** ci-base-image-arm64 cat [2021-04-20T16:00:30.353Z] $ docker top c08eb0942a3696470185a81fbf5505e8fd2f1a24e78925371448259e3526d530 -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-20T16:00:30.713Z] $ docker stop --time=1 8fff96e7e1da14bf708c955e094a912f0e3336f427960d33982adace3baadbf6 [2021-04-20T16:00:32.228Z] $ docker rm -f 8fff96e7e1da14bf708c955e094a912f0e3336f427960d33982adace3baadbf6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:32.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:00:32.933Z] . [Pipeline] withDockerContainer [2021-04-20T16:00:33.090Z] + go version [2021-04-20T16:00:33.090Z] go version go1.15.5 linux/arm64 [2021-04-20T16:00:33.107Z] prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container [2021-04-20T16:00:33.167Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T16:00:34.061Z] $ docker top eacd75e90a47514045061c2e1dc290b8749a5bba94f53967ad3f785713b0d745 -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-20T16:00:34.299Z] $ docker stop --time=1 c08eb0942a3696470185a81fbf5505e8fd2f1a24e78925371448259e3526d530 [2021-04-20T16:00:36.251Z] $ docker rm -f c08eb0942a3696470185a81fbf5505e8fd2f1a24e78925371448259e3526d530 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:36.914Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T16:00:37.082Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T16:00:37.082Z] . [Pipeline] withDockerContainer [2021-04-20T16:00:37.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container [2021-04-20T16:00:37.406Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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 ******** ci-base-image-arm64 cat [2021-04-20T16:00:38.360Z] Building docker-core-command-go ... [2021-04-20T16:00:38.360Z] Building docker-core-data-go ... [2021-04-20T16:00:38.360Z] Building docker-core-metadata-go ... [2021-04-20T16:00:38.360Z] Building docker-security-bootstrapper-go ... [2021-04-20T16:00:38.360Z] Building docker-security-proxy-setup-go ... [2021-04-20T16:00:38.360Z] Building docker-security-secretstore-setup-go ... [2021-04-20T16:00:38.360Z] Building docker-support-notifications-go ... [2021-04-20T16:00:38.360Z] Building docker-support-scheduler-go ... [2021-04-20T16:00:38.360Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T16:00:38.360Z] Building docker-sys-mgmt-agent-go [2021-04-20T16:00:38.360Z] Building docker-security-secretstore-setup-go [2021-04-20T16:00:38.360Z] Building docker-support-scheduler-go [2021-04-20T16:00:38.360Z] Building docker-security-proxy-setup-go [2021-04-20T16:00:38.360Z] Building docker-security-bootstrapper-go [2021-04-20T16:00:38.835Z] $ docker top 545e3eafb2af4cb7c5f9e31941b5048f5fd50c90788fa5ee4e17d9fa30d884c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T16:00:39.131Z] ========================================================= [2021-04-20T16:00:39.131Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T16:00:39.131Z] ========================================================= [Pipeline] sh [2021-04-20T16:00:39.779Z] + make test [2021-04-20T16:00:39.779Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T16:01:06.600Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T16:01:25.538Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:01:25.538Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:01:25.538Z] ---> 7f92ed82c843 [2021-04-20T16:01:25.538Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:01:25.538Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:01:25.538Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:01:25.538Z] ---> 7f92ed82c843 [2021-04-20T16:01:25.538Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T16:01:25.538Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:01:25.538Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:01:25.538Z] ---> 7f92ed82c843 [2021-04-20T16:01:25.538Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:01:25.538Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:01:25.538Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:01:25.538Z] ---> 7f92ed82c843 [2021-04-20T16:01:25.538Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:01:25.538Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:01:25.538Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:01:25.538Z] ---> 7f92ed82c843 [2021-04-20T16:01:25.538Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T16:01:25.538Z] ---> Running in c100617a7f72 [2021-04-20T16:01:25.538Z] ---> Running in 655a89b232dd [2021-04-20T16:01:25.538Z] ---> Running in 898006b9d1f2 [2021-04-20T16:01:25.538Z] ---> Running in 169d43d292e5 [2021-04-20T16:01:25.538Z] ---> Running in ba66b1a04335 [2021-04-20T16:01:25.802Z] Removing intermediate container 655a89b232dd [2021-04-20T16:01:25.802Z] ---> 9e108d543913 [2021-04-20T16:01:25.802Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:01:25.802Z] Removing intermediate container ba66b1a04335 [2021-04-20T16:01:25.802Z] ---> 7bdc73ec0187 [2021-04-20T16:01:25.802Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:01:25.802Z] Removing intermediate container c100617a7f72 [2021-04-20T16:01:25.802Z] ---> 602e20cd6359 [2021-04-20T16:01:25.802Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:01:25.802Z] Removing intermediate container 898006b9d1f2 [2021-04-20T16:01:25.802Z] ---> 4649458281c3 [2021-04-20T16:01:25.802Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:01:25.802Z] Removing intermediate container 169d43d292e5 [2021-04-20T16:01:25.802Z] ---> c4eccaf7afe5 [2021-04-20T16:01:25.802Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:01:26.066Z] ---> Running in 9541bea8aa5a [2021-04-20T16:01:26.066Z] ---> Running in 681d587c94f8 [2021-04-20T16:01:26.066Z] ---> Running in d061066c1dc8 [2021-04-20T16:01:26.066Z] ---> Running in f685a4230468 [2021-04-20T16:01:26.066Z] ---> Running in 848744dc7222 [2021-04-20T16:01:28.721Z] Removing intermediate container 681d587c94f8 [2021-04-20T16:01:28.721Z] ---> 5ebb62be7070 [2021-04-20T16:01:28.721Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T16:01:28.721Z] ---> Running in 7f1653430107 [2021-04-20T16:01:28.992Z] Removing intermediate container f685a4230468 [2021-04-20T16:01:28.992Z] ---> e7613d0372bb [2021-04-20T16:01:28.992Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T16:01:28.992Z] Removing intermediate container 9541bea8aa5a [2021-04-20T16:01:28.992Z] ---> 09738afa3e6e [2021-04-20T16:01:28.992Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T16:01:29.277Z] ---> Running in 0ed21bf34c1b [2021-04-20T16:01:29.277Z] ---> Running in 9135138ccc7f [2021-04-20T16:01:29.564Z] Removing intermediate container d061066c1dc8 [2021-04-20T16:01:29.564Z] ---> ff0f22c7093a [2021-04-20T16:01:29.564Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:01:29.564Z] Removing intermediate container 848744dc7222 [2021-04-20T16:01:29.564Z] ---> f4aa446b54ef [2021-04-20T16:01:29.564Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T16:01:29.564Z] ---> Running in 8834f4c5bf8e [2021-04-20T16:01:29.846Z] ---> Running in 499b8454163b [2021-04-20T16:01:30.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:30.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:30.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:30.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:30.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:30.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:31.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:31.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:31.241Z] OK: 233 MiB in 51 packages [2021-04-20T16:01:31.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:31.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:01:31.780Z] OK: 233 MiB in 51 packages [2021-04-20T16:01:32.049Z] OK: 233 MiB in 51 packages [2021-04-20T16:01:32.049Z] OK: 233 MiB in 51 packages [2021-04-20T16:01:32.324Z] Removing intermediate container 7f1653430107 [2021-04-20T16:01:32.324Z] ---> 746109dee58a [2021-04-20T16:01:32.324Z] Step 6/23 : COPY go.mod . [2021-04-20T16:01:32.324Z] OK: 233 MiB in 51 packages [2021-04-20T16:01:32.595Z] Removing intermediate container 0ed21bf34c1b [2021-04-20T16:01:32.595Z] ---> 5ade693acc4d [2021-04-20T16:01:32.595Z] Step 6/22 : COPY go.mod . [2021-04-20T16:01:32.595Z] ---> 15e2667396bb [2021-04-20T16:01:32.595Z] Step 7/23 : RUN go mod download [2021-04-20T16:01:32.866Z] ---> Running in 2acefa7b0cbf [2021-04-20T16:01:33.139Z] Removing intermediate container 8834f4c5bf8e [2021-04-20T16:01:33.139Z] ---> 9e1cd6c8ce89 [2021-04-20T16:01:33.139Z] Step 6/31 : COPY go.mod . [2021-04-20T16:01:33.139Z] ---> 203e29f3624d [2021-04-20T16:01:33.139Z] Step 7/22 : RUN go mod download [2021-04-20T16:01:33.139Z] Removing intermediate container 499b8454163b [2021-04-20T16:01:33.139Z] ---> 07ed7bf523dc [2021-04-20T16:01:33.139Z] Step 6/21 : COPY go.mod . [2021-04-20T16:01:33.725Z] ---> Running in 6d62f4fe8998 [2021-04-20T16:01:33.992Z] Removing intermediate container 9135138ccc7f [2021-04-20T16:01:33.992Z] ---> 61a22a15751b [2021-04-20T16:01:33.992Z] Step 6/24 : COPY go.mod . [2021-04-20T16:01:33.992Z] ---> b003b003d5f0 [2021-04-20T16:01:33.992Z] Step 7/31 : RUN go mod download [2021-04-20T16:01:33.992Z] ---> f83a8716a25a [2021-04-20T16:01:33.992Z] Step 7/21 : RUN go mod download [2021-04-20T16:01:34.273Z] ---> Running in a05bc8c7e672 [2021-04-20T16:01:34.273Z] ---> Running in 00a3ea898e20 [2021-04-20T16:01:34.273Z] ---> 383d1f0f0e1b [2021-04-20T16:01:34.273Z] Step 7/24 : RUN go mod download [2021-04-20T16:01:34.539Z] ---> Running in 57227e163f89 [2021-04-20T16:01:36.550Z] Removing intermediate container 6d62f4fe8998 [2021-04-20T16:01:36.550Z] ---> 2f74e0020b6a [2021-04-20T16:01:36.550Z] Step 8/22 : COPY . . [2021-04-20T16:01:36.550Z] Removing intermediate container 2acefa7b0cbf [2021-04-20T16:01:36.550Z] ---> 684e499a3854 [2021-04-20T16:01:36.550Z] Step 8/23 : COPY . . [2021-04-20T16:01:38.057Z] Removing intermediate container a05bc8c7e672 [2021-04-20T16:01:38.057Z] ---> 5d90bacbee66 [2021-04-20T16:01:38.057Z] Step 8/31 : COPY . . [2021-04-20T16:01:40.781Z] Removing intermediate container 00a3ea898e20 [2021-04-20T16:01:40.781Z] ---> c3fda7dc2827 [2021-04-20T16:01:40.781Z] Step 8/21 : COPY . . [2021-04-20T16:01:41.051Z] Removing intermediate container 57227e163f89 [2021-04-20T16:01:41.051Z] ---> a1f856b00e4f [2021-04-20T16:01:41.051Z] Step 8/24 : COPY . . [2021-04-20T16:02:03.241Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T16:02:03.241Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T16:02:11.548Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T16:02:11.548Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T16:02:14.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T16:02:14.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T16:02:14.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T16:02:14.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T16:02:17.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T16:02:18.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T16:02:26.827Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T16:02:26.827Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T16:02:26.827Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T16:02:28.286Z] ---> ce036a196085 [2021-04-20T16:02:28.286Z] ---> 9fac180e0a3c [2021-04-20T16:02:28.286Z] Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T16:02:28.286Z] [2021-04-20T16:02:28.286Z] ---> b1cd0a4b7803 [2021-04-20T16:02:28.287Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T16:02:28.287Z] ---> Running in a7c52158a551 [2021-04-20T16:02:28.287Z] ---> Running in b4efdff90ee2 [2021-04-20T16:02:28.287Z] ---> db493a48f827 [2021-04-20T16:02:28.287Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T16:02:28.287Z] ---> Running in 4d75c8eea892 [2021-04-20T16:02:28.287Z] ---> 2b0f9c6a4a48 [2021-04-20T16:02:28.287Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T16:02:28.287Z] ---> Running in 8d02275f0022 [2021-04-20T16:02:28.287Z] ---> Running in 0f7474b336eb [2021-04-20T16:02:28.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T16:02:28.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T16:02:28.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T16:02:28.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T16:02:28.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T16:02:33.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements [2021-04-20T16:02:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T16:02:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T16:02:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T16:02:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T16:02:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T16:02:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T16:02:33.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements [2021-04-20T16:02:33.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.204s coverage: 100.0% of statements [2021-04-20T16:02:41.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.1% of statements [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T16:02:41.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.211s coverage: 100.0% of statements [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T16:02:41.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.181s coverage: 100.0% of statements [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T16:02:41.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T16:02:42.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.254s coverage: 71.3% of statements [2021-04-20T16:02:42.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T16:02:42.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T16:02:44.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.594s coverage: 82.9% of statements [2021-04-20T16:02:44.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T16:02:44.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:02:44.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements [2021-04-20T16:02:44.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T16:02:57.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.295s coverage: 28.6% of statements [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T16:02:57.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.204s coverage: 100.0% of statements [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T16:02:57.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T16:02:57.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.432s coverage: 86.7% of statements [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T16:02:57.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.508s coverage: 97.5% of statements [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T16:02:57.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.229s coverage: 78.3% of statements [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T16:02:57.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.358s coverage: 93.0% of statements [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 0.9% of statements [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T16:03:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.182s coverage: 47.1% of statements [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.168s coverage: 79.5% of statements [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.175s coverage: 94.1% of statements [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements [2021-04-20T16:03:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.136s coverage: 87.5% of statements [2021-04-20T16:03:07.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T16:03:07.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T16:03:08.794Z] Removing intermediate container 4d75c8eea892 [2021-04-20T16:03:08.794Z] ---> cbd284cdefa2 [2021-04-20T16:03:08.794Z] [2021-04-20T16:03:08.794Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:03:08.794Z] 3.12: Pulling from library/alpine [2021-04-20T16:03:10.299Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:03:10.299Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T16:03:10.299Z] ---> 13621d1b12d4 [2021-04-20T16:03:10.299Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:03:13.639Z] ---> Running in a816829ef735 [2021-04-20T16:03:15.054Z] Removing intermediate container b4efdff90ee2 [2021-04-20T16:03:15.054Z] ---> 32d5f13646b8 [2021-04-20T16:03:15.054Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T16:03:16.477Z] Removing intermediate container a816829ef735 [2021-04-20T16:03:16.477Z] ---> 27c41a94c4bb [2021-04-20T16:03:16.477Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:03:16.754Z] Removing intermediate container 0f7474b336eb [2021-04-20T16:03:16.754Z] ---> 525950a98bc7 [2021-04-20T16:03:16.754Z] [2021-04-20T16:03:16.754Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T16:03:16.754Z] ---> 13621d1b12d4 [2021-04-20T16:03:16.754Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T16:03:16.754Z] Removing intermediate container a7c52158a551 [2021-04-20T16:03:16.754Z] ---> 49cb1418c162 [2021-04-20T16:03:16.754Z] [2021-04-20T16:03:16.754Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:03:16.754Z] ---> 13621d1b12d4 [2021-04-20T16:03:16.754Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:03:16.754Z] ---> Running in 828a6f0afe84 [2021-04-20T16:03:16.754Z] ---> Running in 120dd0f62184 [2021-04-20T16:03:16.754Z] Removing intermediate container 8d02275f0022 [2021-04-20T16:03:16.754Z] ---> 15b3a505992c [2021-04-20T16:03:16.754Z] [2021-04-20T16:03:16.754Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T16:03:16.754Z] ---> 13621d1b12d4 [2021-04-20T16:03:16.754Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T16:03:17.023Z] ---> Running in f0be5ec581ae [2021-04-20T16:03:17.023Z] ---> Running in f7c365e16914 [2021-04-20T16:03:17.023Z] ---> Running in a0c86409de60 [2021-04-20T16:03:18.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.176s coverage: 94.4% of statements [2021-04-20T16:03:18.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements [2021-04-20T16:03:18.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T16:03:19.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:19.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:19.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:19.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:19.730Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:03:19.730Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:19.730Z] OK: 6 MiB in 15 packages [2021-04-20T16:03:19.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:19.730Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:03:19.730Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:03:19.730Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:19.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:19.730Z] OK: 6 MiB in 16 packages [2021-04-20T16:03:20.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:20.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:20.044Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T16:03:20.320Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:03:20.320Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T16:03:20.320Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T16:03:20.320Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:20.320Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:03:20.320Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T16:03:20.320Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:03:20.320Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T16:03:20.320Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T16:03:20.320Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:03:20.320Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T16:03:20.320Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:03:20.320Z] OK: 7 MiB in 18 packages [2021-04-20T16:03:20.320Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:03:20.594Z] OK: 7 MiB in 20 packages [2021-04-20T16:03:21.598Z] Removing intermediate container 120dd0f62184 [2021-04-20T16:03:21.598Z] ---> 87afe17ab68d [2021-04-20T16:03:21.598Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:03:21.598Z] Removing intermediate container f0be5ec581ae [2021-04-20T16:03:21.598Z] ---> b6d2e4c1dfc7 [2021-04-20T16:03:21.598Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:03:22.181Z] ---> Running in b35b7448a23f [2021-04-20T16:03:22.181Z] Removing intermediate container 828a6f0afe84 [2021-04-20T16:03:22.181Z] ---> 86e0e711e0a5 [2021-04-20T16:03:22.181Z] [2021-04-20T16:03:22.181Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T16:03:22.451Z] Removing intermediate container a0c86409de60 [2021-04-20T16:03:22.451Z] ---> add540a94a36 [2021-04-20T16:03:22.451Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:03:22.451Z] 20.10.0: Pulling from library/docker [2021-04-20T16:03:22.451Z] ---> Running in aef862f75294 [2021-04-20T16:03:22.451Z] Removing intermediate container f7c365e16914 [2021-04-20T16:03:22.451Z] ---> bda28a3a26bc [2021-04-20T16:03:22.451Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:03:22.451Z] ---> Running in 56c7bd3a1cba [2021-04-20T16:03:22.720Z] ---> Running in ff1a8f67a227 [2021-04-20T16:03:22.720Z] Removing intermediate container b35b7448a23f [2021-04-20T16:03:22.720Z] ---> 2ae35a00cd0e [2021-04-20T16:03:22.720Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:03:22.720Z] Removing intermediate container aef862f75294 [2021-04-20T16:03:22.720Z] ---> a78b4efacfb8 [2021-04-20T16:03:22.720Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T16:03:22.720Z] ---> Running in 182f2cf15429 [2021-04-20T16:03:22.988Z] ---> Running in 29791e840824 [2021-04-20T16:03:22.988Z] Removing intermediate container 56c7bd3a1cba [2021-04-20T16:03:22.988Z] ---> d9f057eff7ab [2021-04-20T16:03:22.988Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:03:22.988Z] Removing intermediate container ff1a8f67a227 [2021-04-20T16:03:22.988Z] ---> a943177cab5f [2021-04-20T16:03:22.988Z] Step 13/24 : WORKDIR / [2021-04-20T16:03:22.988Z] ---> Running in 77fbc21cbeb2 [2021-04-20T16:03:23.257Z] ---> Running in 93844b57e642 [2021-04-20T16:03:23.257Z] Removing intermediate container 182f2cf15429 [2021-04-20T16:03:23.257Z] ---> 72706f0d1686 [2021-04-20T16:03:23.257Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:03:23.257Z] Removing intermediate container 29791e840824 [2021-04-20T16:03:23.257Z] ---> 259eb52eb386 [2021-04-20T16:03:23.257Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:03:23.524Z] ---> Running in 429afce55532 [2021-04-20T16:03:23.524Z] ---> Running in 06587fb5228b [2021-04-20T16:03:23.524Z] Removing intermediate container 77fbc21cbeb2 [2021-04-20T16:03:23.524Z] ---> ea76c535446b [2021-04-20T16:03:23.524Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:03:23.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.549s coverage: 81.9% of statements [2021-04-20T16:03:23.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T16:03:23.803Z] Removing intermediate container 93844b57e642 [2021-04-20T16:03:23.803Z] ---> 9b1c47d0726b [2021-04-20T16:03:23.803Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T16:03:24.097Z] Removing intermediate container 06587fb5228b [2021-04-20T16:03:24.097Z] ---> d19d350f8472 [2021-04-20T16:03:24.097Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:03:24.366Z] ---> 1b52edea883e [2021-04-20T16:03:24.366Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:03:24.642Z] ---> a0c7ebf3fd2c [2021-04-20T16:03:24.642Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T16:03:25.259Z] ---> 5a71aca4eed4 [2021-04-20T16:03:25.259Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:03:25.259Z] ---> 72ae8241a4a4 [2021-04-20T16:03:25.259Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:03:25.260Z] ---> 55c75b8631ba [2021-04-20T16:03:25.260Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:03:25.881Z] Removing intermediate container 429afce55532 [2021-04-20T16:03:25.881Z] ---> 1877f17ebd07 [2021-04-20T16:03:25.881Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:03:25.881Z] ---> 886deb183c8f [2021-04-20T16:03:25.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:03:26.154Z] ---> Running in f97dcaf5c8f0 [2021-04-20T16:03:26.469Z] ---> 44d2b698b438 [2021-04-20T16:03:26.469Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:03:26.469Z] ---> a8e2b1a8a869 [2021-04-20T16:03:26.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:03:26.748Z] ---> Running in a286a58388c5 [2021-04-20T16:03:26.748Z] Removing intermediate container f97dcaf5c8f0 [2021-04-20T16:03:26.748Z] ---> 84aca2cb98c9 [2021-04-20T16:03:26.748Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:03:27.034Z] ---> f281f029ffde [2021-04-20T16:03:27.034Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:03:27.034Z] ---> b7e7a44b3107 [2021-04-20T16:03:27.034Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:03:27.034Z] ---> Running in a798ac18892e [2021-04-20T16:03:27.619Z] Removing intermediate container a286a58388c5 [2021-04-20T16:03:27.619Z] ---> 6bcbdc7e4e12 [2021-04-20T16:03:27.619Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:03:27.907Z] ---> bb0cc1b18cfc [2021-04-20T16:03:27.907Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:03:27.907Z] ---> Running in 6b006ed82331 [2021-04-20T16:03:27.907Z] Removing intermediate container a798ac18892e [2021-04-20T16:03:27.907Z] ---> c1fc0c390df6 [2021-04-20T16:03:27.907Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:03:27.907Z] ---> Running in b1802e77d55d [2021-04-20T16:03:27.907Z] ---> 680a1166668e [2021-04-20T16:03:27.907Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:03:28.191Z] ---> Running in 11b83236bba5 [2021-04-20T16:03:28.477Z] Removing intermediate container 6b006ed82331 [2021-04-20T16:03:28.477Z] ---> 3ace0519add2 [2021-04-20T16:03:28.477Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T16:03:28.477Z] Removing intermediate container 11b83236bba5 [2021-04-20T16:03:28.477Z] ---> 0019e59ab2e1 [2021-04-20T16:03:28.477Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:03:28.745Z] ---> Running in 3a21641e06da [2021-04-20T16:03:28.745Z] ---> Running in 350c0c17b19d [2021-04-20T16:03:29.018Z] ---> 85a0898a5d7f [2021-04-20T16:03:29.018Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T16:03:29.018Z] ---> Running in 7ca8b74cbda0 [2021-04-20T16:03:29.284Z] Removing intermediate container 3a21641e06da [2021-04-20T16:03:29.284Z] ---> b2ffe31b7e2a [2021-04-20T16:03:29.284Z] Step 20/21 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:03:29.284Z] Removing intermediate container 350c0c17b19d [2021-04-20T16:03:29.284Z] ---> bd0a15c406a1 [2021-04-20T16:03:29.284Z] Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:03:29.554Z] ---> Running in 00ac4447ca55 [2021-04-20T16:03:29.554Z] ---> Running in e54fbcb0457e [2021-04-20T16:03:30.515Z] Removing intermediate container e54fbcb0457e [2021-04-20T16:03:30.515Z] ---> 58bf2e535135 [2021-04-20T16:03:30.515Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:03:30.781Z] Removing intermediate container 00ac4447ca55 [2021-04-20T16:03:30.781Z] ---> 126a93bcb903 [2021-04-20T16:03:30.781Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T16:03:30.781Z] Removing intermediate container b1802e77d55d [2021-04-20T16:03:30.781Z] ---> 9261362fb9dd [2021-04-20T16:03:30.781Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:03:30.781Z] ---> Running in 8967c13c7b76 [2021-04-20T16:03:31.052Z] ---> Running in a64ef219cda0 [2021-04-20T16:03:31.322Z] Removing intermediate container 8967c13c7b76 [2021-04-20T16:03:31.322Z] ---> ba1fb17713f8 [2021-04-20T16:03:31.322Z] [2021-04-20T16:03:31.322Z] ---> 2579aeedb814 [2021-04-20T16:03:31.322Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:03:31.592Z] Removing intermediate container a64ef219cda0 [2021-04-20T16:03:31.593Z] ---> 1be2d4aa4514 [2021-04-20T16:03:31.593Z] [2021-04-20T16:03:31.593Z] Removing intermediate container 7ca8b74cbda0 [2021-04-20T16:03:31.593Z] ---> d72587bf5937 [2021-04-20T16:03:31.593Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:03:31.593Z] Successfully built ba1fb17713f8 [2021-04-20T16:03:31.861Z] Successfully built 1be2d4aa4514 [2021-04-20T16:03:31.861Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T16:03:31.861Z] Building docker-core-command-go [2021-04-20T16:03:31.861Z]  Building docker-support-scheduler-go ... done  ---> Running in 05f853e95bdb [2021-04-20T16:03:31.861Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:03:31.861Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T16:03:31.861Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-04-20T16:03:31.861Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:03:31.861Z] ---> aefe523efa57 [2021-04-20T16:03:31.861Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:03:31.861Z] ---> Running in 3afaec36830f [2021-04-20T16:03:32.146Z] Removing intermediate container 05f853e95bdb [2021-04-20T16:03:32.146Z] ---> 59fd86837fbf [2021-04-20T16:03:32.146Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T16:03:32.146Z] ---> 1f4d1b5c881b [2021-04-20T16:03:32.146Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:03:32.146Z] ---> Running in 251f957d91bd [2021-04-20T16:03:32.146Z] Removing intermediate container 3afaec36830f [2021-04-20T16:03:32.146Z] ---> 7556a105eb55 [2021-04-20T16:03:32.146Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:03:32.146Z] ---> Running in e60ba28e1a75 [2021-04-20T16:03:32.433Z] Removing intermediate container 251f957d91bd [2021-04-20T16:03:32.433Z] ---> 4405abcdc4f5 [2021-04-20T16:03:32.433Z] Step 23/24 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:03:32.703Z] ---> Running in 2f2e779a523a [2021-04-20T16:03:32.703Z] ---> 547953724cc0 [2021-04-20T16:03:32.703Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:03:33.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.196s coverage: 92.9% of statements [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.178s coverage: 75.5% of statements [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.170s coverage: 80.8% of statements [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.6% of statements [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.6% of statements [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.750s coverage: 64.4% of statements [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T16:03:33.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T16:03:33.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-04-20T16:03:34.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-04-20T16:03:34.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-04-20T16:03:35.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:35.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:03:35.278Z] ---> 8b222750b587 [2021-04-20T16:03:35.278Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:03:35.278Z] Removing intermediate container 2f2e779a523a [2021-04-20T16:03:35.278Z] ---> a326ea530fde [2021-04-20T16:03:35.278Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T16:03:35.545Z] ---> Running in f748eb6af89a [2021-04-20T16:03:35.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.110s coverage: 73.7% of statements [2021-04-20T16:03:35.809Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:03:35.809Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:03:35.809Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:03:35.809Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:03:35.809Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:03:36.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.082s coverage: 100.0% of statements [2021-04-20T16:03:36.397Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:03:36.397Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:03:36.397Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:03:36.662Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:03:37.240Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:03:37.240Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:03:37.240Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:03:37.240Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:03:37.240Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:03:39.182Z] Removing intermediate container f748eb6af89a [2021-04-20T16:03:39.182Z] ---> 092750c27ffd [2021-04-20T16:03:39.182Z] [2021-04-20T16:03:40.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.013s coverage: 69.0% of statements [2021-04-20T16:03:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T16:03:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T16:03:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T16:03:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.507s coverage: 38.4% of statements [2021-04-20T16:03:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T16:03:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T16:03:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-04-20T16:03:42.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T16:03:42.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.113s coverage: 84.8% of statements [2021-04-20T16:03:42.535Z] ---> 3e1881e43d95 [2021-04-20T16:03:42.536Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:03:42.536Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:03:42.536Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:03:42.831Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:03:42.831Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:03:42.831Z] Successfully built 092750c27ffd [2021-04-20T16:03:42.831Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:03:42.831Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:03:42.831Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T16:03:42.831Z] Building docker-core-data-go [2021-04-20T16:03:42.831Z]  Building docker-security-secretstore-setup-go ... done (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:03:43.411Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:03:43.995Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:03:44.270Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:03:44.550Z] ---> Running in 023b9a162bac [2021-04-20T16:03:44.550Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:03:45.136Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:03:45.401Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:03:45.993Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:03:46.588Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:03:46.861Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:03:46.861Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:03:46.861Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:03:47.154Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:03:47.764Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:03:47.764Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:03:47.764Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:03:47.764Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:03:48.034Z] Removing intermediate container 023b9a162bac [2021-04-20T16:03:48.034Z] ---> bacfa8445bf1 [2021-04-20T16:03:48.034Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:03:48.311Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:03:48.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T16:03:48.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.171s coverage: 100.0% of statements [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T16:03:48.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T16:03:48.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.138s coverage: 9.6% of statements [2021-04-20T16:03:48.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T16:03:48.912Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:03:48.912Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:03:50.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 88.6% of statements [2021-04-20T16:03:50.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T16:03:50.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:03:50.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T16:03:51.530Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:03:52.144Z] OK: 72 MiB in 59 packages [2021-04-20T16:03:53.753Z] ---> 61a74c102857 [2021-04-20T16:03:53.753Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:03:54.115Z] ---> Running in b39f490fed22 [2021-04-20T16:03:58.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.001s coverage: 28.7% of statements [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T16:03:58.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T16:03:58.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.223s coverage: 100.0% of statements [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T16:03:58.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T16:03:58.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.161s coverage: 64.6% of statements [2021-04-20T16:03:58.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T16:03:58.760Z] Collecting docker-compose==1.23.2 [2021-04-20T16:03:58.760Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:03:58.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.441s coverage: 95.6% of statements [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T16:03:58.948Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T16:03:58.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T16:03:58.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T16:03:58.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T16:03:58.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-04-20T16:03:59.769Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:03:59.769Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:04:00.380Z] Removing intermediate container b39f490fed22 [2021-04-20T16:04:00.380Z] ---> 12189a5ea151 [2021-04-20T16:04:00.380Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:04:00.380Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:04:00.380Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:04:00.969Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:00.969Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:00.969Z] ---> 7f92ed82c843 [2021-04-20T16:04:00.969Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:04:00.969Z] ---> Using cache [2021-04-20T16:04:00.969Z] ---> c4eccaf7afe5 [2021-04-20T16:04:00.969Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:00.969Z] ---> Using cache [2021-04-20T16:04:00.969Z] ---> f4aa446b54ef [2021-04-20T16:04:00.969Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:04:01.233Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:04:01.233Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:04:01.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.141s coverage: 28.1% of statements [2021-04-20T16:04:01.819Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:01.819Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:01.819Z] ---> 7f92ed82c843 [2021-04-20T16:04:01.819Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:04:01.819Z] ---> Using cache [2021-04-20T16:04:01.819Z] ---> c4eccaf7afe5 [2021-04-20T16:04:01.819Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:01.819Z] ---> Using cache [2021-04-20T16:04:01.819Z] ---> f4aa446b54ef [2021-04-20T16:04:01.819Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:04:01.819Z] ---> Using cache [2021-04-20T16:04:01.819Z] ---> 07ed7bf523dc [2021-04-20T16:04:01.819Z] Step 6/23 : COPY go.mod . [2021-04-20T16:04:01.819Z] ---> Using cache [2021-04-20T16:04:01.819Z] ---> f83a8716a25a [2021-04-20T16:04:01.819Z] Step 7/23 : RUN go mod download [2021-04-20T16:04:01.819Z] ---> Using cache [2021-04-20T16:04:01.819Z] ---> c3fda7dc2827 [2021-04-20T16:04:01.819Z] Step 8/23 : COPY . . [2021-04-20T16:04:01.819Z] ---> Using cache [2021-04-20T16:04:01.819Z] ---> db493a48f827 [2021-04-20T16:04:01.819Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T16:04:02.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-04-20T16:04:03.162Z] GO111MODULE=on go vet ./... [2021-04-20T16:04:03.767Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:04:03.767Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:04:03.767Z] ---> Running in 4b525931a352 [2021-04-20T16:04:03.767Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T16:04:03.767Z] ---> Running in 0c0190c8c8eb [2021-04-20T16:04:04.030Z] ---> Running in 68270b3afa17 [2021-04-20T16:04:04.030Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:04:04.030Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:04:05.452Z] Removing intermediate container 4b525931a352 [2021-04-20T16:04:05.452Z] ---> b81ad429986a [2021-04-20T16:04:05.452Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:04:07.414Z] ---> Running in 619a1b71fce5 [2021-04-20T16:04:07.414Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:04:07.414Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:04:07.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T16:04:07.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:08.011Z] Removing intermediate container 619a1b71fce5 [2021-04-20T16:04:08.011Z] ---> 1a886b5ae2cb [2021-04-20T16:04:08.011Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T16:04:08.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:08.282Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:08.282Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:08.282Z] ---> 7f92ed82c843 [2021-04-20T16:04:08.282Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:04:08.282Z] ---> Using cache [2021-04-20T16:04:08.282Z] ---> c4eccaf7afe5 [2021-04-20T16:04:08.282Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:08.282Z] ---> Using cache [2021-04-20T16:04:08.282Z] ---> f4aa446b54ef [2021-04-20T16:04:08.282Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:04:08.554Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:04:08.554Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:04:08.554Z] OK: 233 MiB in 51 packages [2021-04-20T16:04:08.838Z] ---> Running in 859d0ce55237 [2021-04-20T16:04:08.838Z] ---> Running in fc6869dd5298 [2021-04-20T16:04:08.838Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:04:08.838Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:04:09.136Z] Removing intermediate container fc6869dd5298 [2021-04-20T16:04:09.136Z] ---> 25ef35f1dee9 [2021-04-20T16:04:09.136Z] Step 30/31 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:04:09.415Z] ---> Running in 77bb0ee6d8a7 [2021-04-20T16:04:09.705Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:04:09.705Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:04:09.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:09.986Z] Removing intermediate container 77bb0ee6d8a7 [2021-04-20T16:04:09.987Z] ---> a737be216f85 [2021-04-20T16:04:09.987Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T16:04:10.270Z] Removing intermediate container 68270b3afa17 [2021-04-20T16:04:10.271Z] ---> e8ed470950d2 [2021-04-20T16:04:10.271Z] Step 6/22 : COPY go.mod . [2021-04-20T16:04:10.271Z] ---> Running in ad3d23b01bc1 [2021-04-20T16:04:10.539Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:04:10.539Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:04:10.539Z] ---> 5a7281035b67 [2021-04-20T16:04:10.539Z] Step 7/22 : RUN go mod download [2021-04-20T16:04:10.809Z] Removing intermediate container ad3d23b01bc1 [2021-04-20T16:04:10.809Z] ---> 81820dce2a53 [2021-04-20T16:04:10.809Z] [2021-04-20T16:04:10.809Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:04:10.809Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:04:10.809Z] ---> Running in c0e0aca61040 [2021-04-20T16:04:10.809Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T16:04:10.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:04:11.088Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:04:11.088Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:04:11.088Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T16:04:11.088Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:04:11.088Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:04:11.088Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:04:11.088Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:04:11.366Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, cached-property, docopt, PyYAML, texttable, dockerpty, docker-compose [2021-04-20T16:04:11.366Z] Successfully built 81820dce2a53 [2021-04-20T16:04:11.366Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T16:04:11.366Z] Building docker-core-metadata-go [2021-04-20T16:04:11.638Z]  Building docker-security-bootstrapper-go ... done  Attempting uninstall: urllib3 [2021-04-20T16:04:11.638Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:04:11.638Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:04:11.638Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:04:11.638Z] OK: 233 MiB in 51 packages [2021-04-20T16:04:11.921Z] Attempting uninstall: idna [2021-04-20T16:04:11.921Z] Found existing installation: idna 2.9 [2021-04-20T16:04:11.921Z] Uninstalling idna-2.9: [2021-04-20T16:04:11.921Z] Successfully uninstalled idna-2.9 [2021-04-20T16:04:14.529Z] Attempting uninstall: requests [2021-04-20T16:04:14.529Z] Found existing installation: requests 2.23.0 [2021-04-20T16:04:14.529Z] Uninstalling requests-2.23.0: [2021-04-20T16:04:14.529Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:04:17.213Z] Removing intermediate container 859d0ce55237 [2021-04-20T16:04:17.213Z] ---> efbd7acd6723 [2021-04-20T16:04:17.213Z] Step 6/23 : COPY go.mod . [2021-04-20T16:04:17.856Z] Running setup.py install for docopt: started [2021-04-20T16:04:18.165Z] ---> 6340191e2662 [2021-04-20T16:04:18.165Z] Step 7/23 : RUN go mod download [2021-04-20T16:04:18.789Z] ---> Running in be6698c54fd5 [2021-04-20T16:04:19.066Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:04:19.066Z] Running setup.py install for PyYAML: started [2021-04-20T16:04:19.346Z] Removing intermediate container c0e0aca61040 [2021-04-20T16:04:19.346Z] ---> b95c872baf99 [2021-04-20T16:04:19.346Z] Step 8/22 : COPY . . [2021-04-20T16:04:20.347Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:04:20.347Z] Running setup.py install for texttable: started [2021-04-20T16:04:21.779Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:04:21.779Z] Running setup.py install for dockerpty: started [2021-04-20T16:04:22.748Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:04:26.139Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T16:04:31.360Z] Removing intermediate container be6698c54fd5 [2021-04-20T16:04:31.360Z] ---> caa3ed50b99c [2021-04-20T16:04:31.360Z] Step 8/23 : COPY . . [2021-04-20T16:04:36.757Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:04:36.757Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:04:36.757Z] ---> 7f92ed82c843 [2021-04-20T16:04:36.757Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:04:36.757Z] ---> Using cache [2021-04-20T16:04:36.757Z] ---> c4eccaf7afe5 [2021-04-20T16:04:36.757Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:04:36.757Z] ---> Using cache [2021-04-20T16:04:36.757Z] ---> f4aa446b54ef [2021-04-20T16:04:36.757Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:04:36.757Z] ---> Using cache [2021-04-20T16:04:36.757Z] ---> 07ed7bf523dc [2021-04-20T16:04:36.757Z] Step 6/23 : COPY go.mod . [2021-04-20T16:04:36.757Z] ---> Using cache [2021-04-20T16:04:36.757Z] ---> f83a8716a25a [2021-04-20T16:04:36.757Z] Step 7/23 : RUN go mod download [2021-04-20T16:04:36.757Z] ---> Using cache [2021-04-20T16:04:36.757Z] ---> c3fda7dc2827 [2021-04-20T16:04:36.757Z] Step 8/23 : COPY . . [2021-04-20T16:04:36.757Z] ---> Using cache [2021-04-20T16:04:36.757Z] ---> db493a48f827 [2021-04-20T16:04:36.757Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:04:41.069Z] ---> Running in 069e037c5872 [2021-04-20T16:04:42.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T16:04:57.142Z] ---> 6419ae7e88c0 [2021-04-20T16:04:57.142Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:04:58.093Z] Removing intermediate container 0c0190c8c8eb [2021-04-20T16:04:58.093Z] ---> 2e9fb1870392 [2021-04-20T16:04:58.093Z] [2021-04-20T16:04:58.093Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:04:58.093Z] ---> 13621d1b12d4 [2021-04-20T16:04:58.093Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:04:58.361Z] ---> Using cache [2021-04-20T16:04:58.361Z] ---> b6d2e4c1dfc7 [2021-04-20T16:04:58.361Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:04:58.361Z] ---> Using cache [2021-04-20T16:04:58.361Z] ---> a78b4efacfb8 [2021-04-20T16:04:58.361Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T16:04:58.975Z] ---> Running in 58080e49f1e3 [2021-04-20T16:04:59.262Z] ---> Running in acc041e998da [2021-04-20T16:05:01.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T16:05:02.143Z] Removing intermediate container acc041e998da [2021-04-20T16:05:02.143Z] ---> 515a0061b825 [2021-04-20T16:05:02.143Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:05:04.133Z] ---> Running in 518b27206386 [2021-04-20T16:05:06.728Z] Removing intermediate container e60ba28e1a75 [2021-04-20T16:05:06.728Z] ---> 41eb4a7f5ee1 [2021-04-20T16:05:06.728Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:05:07.339Z] Removing intermediate container 518b27206386 [2021-04-20T16:05:07.339Z] ---> d5f6b6ad2048 [2021-04-20T16:05:07.339Z] Step 15/23 : WORKDIR / [2021-04-20T16:05:07.339Z] ---> Running in 07f8093c1629 [2021-04-20T16:05:07.622Z] ---> Running in 2e4616973f82 [2021-04-20T16:05:07.903Z] Removing intermediate container 07f8093c1629 [2021-04-20T16:05:07.903Z] ---> 63286551298f [2021-04-20T16:05:07.903Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:05:07.903Z] ---> 25a91f1a0103 [2021-04-20T16:05:07.903Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:05:07.903Z] ---> Running in d4ac7d483675 [2021-04-20T16:05:07.903Z] ---> Running in c166aba55869 [2021-04-20T16:05:08.176Z] Removing intermediate container 2e4616973f82 [2021-04-20T16:05:08.176Z] ---> 7b7067a4f45f [2021-04-20T16:05:08.176Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:05:08.455Z] Removing intermediate container d4ac7d483675 [2021-04-20T16:05:08.455Z] ---> e250c5db4884 [2021-04-20T16:05:08.455Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:05:09.057Z] ---> fbaa1c301dc4 [2021-04-20T16:05:09.057Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:05:09.325Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T16:05:09.926Z] ---> fa8f30819eba [2021-04-20T16:05:09.926Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:05:10.207Z] ---> c8806982b9cb [2021-04-20T16:05:10.207Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:05:10.486Z] ---> fa4fb6b35a19 [2021-04-20T16:05:10.486Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:05:11.087Z] ---> c0996c7d6cb7 [2021-04-20T16:05:11.087Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:05:11.087Z] ---> Running in 7a8537cb7a17 [2021-04-20T16:05:11.087Z] ---> 40c415c563c3 [2021-04-20T16:05:11.087Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:05:11.087Z] ---> Running in 4a2aed16da95 [2021-04-20T16:05:11.368Z] Removing intermediate container 7a8537cb7a17 [2021-04-20T16:05:11.368Z] ---> 746d4a5e1d8f [2021-04-20T16:05:11.368Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:05:11.368Z] ---> Running in b86e335bd1cb [2021-04-20T16:05:11.638Z] Removing intermediate container 4a2aed16da95 [2021-04-20T16:05:11.638Z] ---> 7d4ded25b946 [2021-04-20T16:05:11.638Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:05:11.638Z] ---> Running in 4739de49fcaa [2021-04-20T16:05:11.638Z] Removing intermediate container b86e335bd1cb [2021-04-20T16:05:11.638Z] ---> 4d9fa4963f9c [2021-04-20T16:05:11.638Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:05:13.043Z] ---> Running in 207b1bb0f653 [2021-04-20T16:05:13.043Z] Removing intermediate container 4739de49fcaa [2021-04-20T16:05:13.043Z] ---> 19a8848afae3 [2021-04-20T16:05:13.043Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:05:13.318Z] Removing intermediate container 207b1bb0f653 [2021-04-20T16:05:13.318Z] ---> 114e8fa9be12 [2021-04-20T16:05:13.318Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:05:13.318Z] ---> Running in 57e8537f6458 [2021-04-20T16:05:13.590Z] ---> Running in 45b4f7a938b7 [2021-04-20T16:05:13.859Z] Removing intermediate container 57e8537f6458 [2021-04-20T16:05:13.859Z] ---> 4a89d491461c [2021-04-20T16:05:13.859Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:05:13.859Z] Removing intermediate container 45b4f7a938b7 [2021-04-20T16:05:13.859Z] ---> c58388f72ec4 [2021-04-20T16:05:13.859Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:05:13.859Z] ---> Running in e8f9645bc4ea [2021-04-20T16:05:13.859Z] ---> Running in 2680992b37a9 [2021-04-20T16:05:14.446Z] Removing intermediate container e8f9645bc4ea [2021-04-20T16:05:14.446Z] ---> 2ef11221018b [2021-04-20T16:05:14.446Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:05:14.446Z] Removing intermediate container 2680992b37a9 [2021-04-20T16:05:14.446Z] ---> 7aa541a1d28f [2021-04-20T16:05:14.446Z] [2021-04-20T16:05:14.446Z] ---> Running in 2641f2b4e697 [2021-04-20T16:05:14.715Z] Successfully built 7aa541a1d28f [2021-04-20T16:05:14.715Z] Successfully tagged docker-core-command-go:latest [2021-04-20T16:05:14.715Z] Removing intermediate container 2641f2b4e697 [2021-04-20T16:05:14.715Z] ---> 582829b91842 [2021-04-20T16:05:14.715Z] [2021-04-20T16:05:14.989Z]  Building docker-core-command-go ... done Successfully built 582829b91842 [2021-04-20T16:05:15.274Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T16:05:25.438Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 069e037c5872 [2021-04-20T16:05:25.438Z] ---> 758358796f23 [2021-04-20T16:05:25.438Z] [2021-04-20T16:05:25.438Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:05:25.438Z] ---> 13621d1b12d4 [2021-04-20T16:05:25.438Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:05:25.438Z] ---> Using cache [2021-04-20T16:05:25.438Z] ---> b6d2e4c1dfc7 [2021-04-20T16:05:25.438Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:05:25.438Z] ---> Using cache [2021-04-20T16:05:25.438Z] ---> a78b4efacfb8 [2021-04-20T16:05:25.438Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:05:25.438Z] ---> Running in c082f08f70d4 [2021-04-20T16:05:25.438Z] Removing intermediate container c082f08f70d4 [2021-04-20T16:05:25.438Z] ---> d2ee582cff12 [2021-04-20T16:05:25.438Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:05:25.438Z] ---> Running in c24b5d76c1f3 [2021-04-20T16:05:25.438Z] Removing intermediate container c24b5d76c1f3 [2021-04-20T16:05:25.438Z] ---> 5457b4275fe9 [2021-04-20T16:05:25.438Z] Step 15/23 : WORKDIR / [2021-04-20T16:05:25.438Z] ---> Running in be85437eadca [2021-04-20T16:05:25.743Z] Removing intermediate container be85437eadca [2021-04-20T16:05:25.743Z] ---> da30b21f7cc8 [2021-04-20T16:05:25.743Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:05:26.350Z] ---> 1a4d6f28d0f0 [2021-04-20T16:05:26.350Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:05:27.351Z] ---> c3d7acc9b1ea [2021-04-20T16:05:27.351Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:05:27.970Z] ---> 2840181cab23 [2021-04-20T16:05:27.970Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:05:28.585Z] ---> Running in 9642a2864f21 [2021-04-20T16:05:28.863Z] Removing intermediate container 9642a2864f21 [2021-04-20T16:05:28.863Z] ---> fdd5522bd1df [2021-04-20T16:05:28.863Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:05:29.147Z] ---> Running in e20951d93634 [2021-04-20T16:05:29.767Z] Removing intermediate container e20951d93634 [2021-04-20T16:05:29.767Z] ---> 91977e8bd884 [2021-04-20T16:05:29.767Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:05:29.767Z] ---> Running in 9e8265c8475f [2021-04-20T16:05:31.429Z] Removing intermediate container 9e8265c8475f [2021-04-20T16:05:31.429Z] ---> dc708ea9324f [2021-04-20T16:05:31.429Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:05:32.272Z] ---> Running in 27dd11f53664 [2021-04-20T16:05:32.272Z] Removing intermediate container 58080e49f1e3 [2021-04-20T16:05:32.272Z] ---> 1fa67f780733 [2021-04-20T16:05:32.272Z] [2021-04-20T16:05:32.272Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:05:32.272Z] ---> 13621d1b12d4 [2021-04-20T16:05:32.272Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:05:33.239Z] ---> Running in 6f592a990574 [2021-04-20T16:05:33.239Z] Removing intermediate container 27dd11f53664 [2021-04-20T16:05:33.239Z] ---> 2ebe65c9dcfa [2021-04-20T16:05:33.239Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:05:33.511Z] ---> Running in 0f714b98a65a [2021-04-20T16:05:33.786Z] Removing intermediate container 0f714b98a65a [2021-04-20T16:05:33.786Z] ---> dd7f5be5a0c8 [2021-04-20T16:05:33.786Z] [2021-04-20T16:05:33.786Z] Successfully built dd7f5be5a0c8 [2021-04-20T16:05:34.052Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T16:05:34.052Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:05:34.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:05:34.319Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:05:34.585Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:05:34.585Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:05:34.585Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:05:34.585Z] OK: 6 MiB in 16 packages [2021-04-20T16:05:37.985Z] Removing intermediate container 6f592a990574 [2021-04-20T16:05:37.985Z] ---> 14f6732346ab [2021-04-20T16:05:37.985Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:05:37.985Z] ---> Running in 85c41dbbe889 [2021-04-20T16:05:37.985Z] Removing intermediate container 85c41dbbe889 [2021-04-20T16:05:37.985Z] ---> 3123e2796d21 [2021-04-20T16:05:37.985Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:05:37.985Z] ---> Running in aafca174074f [2021-04-20T16:05:38.249Z] Removing intermediate container aafca174074f [2021-04-20T16:05:38.249Z] ---> d1d1019c9e7e [2021-04-20T16:05:38.249Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:05:38.516Z] ---> Running in 9b9ed94e94fe [2021-04-20T16:05:39.095Z] Removing intermediate container 9b9ed94e94fe [2021-04-20T16:05:39.095Z] ---> 4f2a5c152f5e [2021-04-20T16:05:39.095Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:05:40.079Z] gofmt -l . [2021-04-20T16:05:40.079Z] [ "`gofmt -l .`" = "" ] [2021-04-20T16:05:40.079Z] ./bin/test-go-mod-tidy.sh [2021-04-20T16:05:40.079Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T16:05:40.496Z] ---> 16f21016acd1 [2021-04-20T16:05:40.496Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:05:40.754Z] + ls -al . [2021-04-20T16:05:40.754Z] total 840 [2021-04-20T16:05:40.754Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 16:05 . [2021-04-20T16:05:40.754Z] drwxr-xr-x 4 root root 4096 Apr 20 16:00 .. [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:59 .dockerignore [2021-04-20T16:05:40.754Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 15:59 .git [2021-04-20T16:05:40.754Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 15:59 .github [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:59 .gitignore [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:59 .sonarcloud.properties [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:59 Attribution.txt [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:59 CONTRIBUTING.md [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:59 Dockerfile.build [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:59 Jenkinsfile [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:59 LICENSE [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:59 Makefile [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:59 README.md [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:59 SECURITY.md [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:56 VERSION [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:59 ZMQWindows.md [2021-04-20T16:05:40.754Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 15:59 bin [2021-04-20T16:05:40.754Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:59 cmd [2021-04-20T16:05:40.754Z] -rw-r--r-- 1 root root 703598 Apr 20 16:04 coverage.out [2021-04-20T16:05:40.754Z] -rw-r--r-- 1 root root 1059 Apr 20 16:05 go.mod [2021-04-20T16:05:40.754Z] -rw-r--r-- 1 root root 22073 Apr 20 16:05 go.sum [2021-04-20T16:05:40.754Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 15:59 internal [2021-04-20T16:05:40.754Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 15:59 openapi [2021-04-20T16:05:40.754Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 15:59 snap [2021-04-20T16:05:40.754Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:59 version.go [2021-04-20T16:05:40.761Z] Removing intermediate container c166aba55869 [2021-04-20T16:05:40.761Z] ---> 62e62b9178fa [2021-04-20T16:05:40.761Z] [2021-04-20T16:05:40.761Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:05:40.761Z] ---> 13621d1b12d4 [2021-04-20T16:05:40.761Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:05:40.761Z] ---> Running in 2e125bd717ce [Pipeline] sh [2021-04-20T16:05:41.028Z] Removing intermediate container 2e125bd717ce [2021-04-20T16:05:41.028Z] ---> 75a13c74b959 [2021-04-20T16:05:41.028Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:05:41.028Z] ---> Running in dc127147da24 [2021-04-20T16:05:41.295Z] ---> d2f331ec6706 [2021-04-20T16:05:41.295Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:05:41.295Z] Removing intermediate container dc127147da24 [2021-04-20T16:05:41.295Z] ---> 9e55ff02fda7 [2021-04-20T16:05:41.295Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:05:41.295Z] ---> Running in d6b1b498ae62 [2021-04-20T16:05:41.423Z] + '[' -e coverage.out ] [2021-04-20T16:05:41.423Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T16:05:41.444Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T16:05:41.577Z] ---> e6b0ffd32965 [2021-04-20T16:05:41.577Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:05:41.577Z] ---> Running in 0b5ff664ed49 [2021-04-20T16:05:41.577Z] Removing intermediate container d6b1b498ae62 [2021-04-20T16:05:41.577Z] ---> d54d0190ed66 [2021-04-20T16:05:41.577Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:05:41.577Z] ---> Running in 7abdf19106e7 [2021-04-20T16:05:41.843Z] Removing intermediate container 0b5ff664ed49 [2021-04-20T16:05:41.843Z] ---> 65acbfae2152 [2021-04-20T16:05:41.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:05:41.843Z] ---> Running in 45d79f630097 [2021-04-20T16:05:42.109Z] Removing intermediate container 45d79f630097 [2021-04-20T16:05:42.109Z] ---> 84a807254009 [2021-04-20T16:05:42.109Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:05:42.396Z] ---> Running in b99c191df1f2 [2021-04-20T16:05:42.396Z] Removing intermediate container b99c191df1f2 [2021-04-20T16:05:42.396Z] ---> 52bea8dcb7f6 [2021-04-20T16:05:42.396Z] Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:05:42.667Z] ---> Running in 8fabfeccae9a [2021-04-20T16:05:42.667Z] Removing intermediate container 8fabfeccae9a [2021-04-20T16:05:42.667Z] ---> e575311a7256 [2021-04-20T16:05:42.667Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:05:42.847Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T16:05:42.930Z] ---> Running in 9845eddbe25c [2021-04-20T16:05:43.194Z] Removing intermediate container 7abdf19106e7 [2021-04-20T16:05:43.194Z] ---> ec9e569d31c4 [2021-04-20T16:05:43.194Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:05:43.194Z] Removing intermediate container 9845eddbe25c [2021-04-20T16:05:43.194Z] ---> 34dd9934d3b8 [2021-04-20T16:05:43.194Z] [2021-04-20T16:05:43.194Z] ---> Running in b13139b3f31e [2021-04-20T16:05:43.458Z] Successfully built 34dd9934d3b8 [2021-04-20T16:05:43.458Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T16:05:43.551Z] + make build [2021-04-20T16:05:43.551Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T16:05:43.720Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:05:44.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:05:44.931Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:05:44.931Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:05:45.194Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:05:45.194Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:05:45.458Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:05:45.458Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:05:45.720Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:05:45.720Z] OK: 8 MiB in 20 packages [2021-04-20T16:05:46.296Z] Removing intermediate container b13139b3f31e [2021-04-20T16:05:46.296Z] ---> c0ff037ffb6b [2021-04-20T16:05:46.296Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:05:46.296Z] ---> de1158d64ead [2021-04-20T16:05:46.296Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:05:47.243Z] ---> bc6255572254 [2021-04-20T16:05:47.243Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:05:47.243Z] ---> 5da1520209c9 [2021-04-20T16:05:47.243Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:05:47.505Z] ---> Running in 05f22390dfbc [2021-04-20T16:05:47.505Z] Removing intermediate container 05f22390dfbc [2021-04-20T16:05:47.505Z] ---> 5545017fa7f2 [2021-04-20T16:05:47.505Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:05:47.505Z] ---> Running in 6774d769f8ff [2021-04-20T16:05:47.770Z] Removing intermediate container 6774d769f8ff [2021-04-20T16:05:47.770Z] ---> 8f09210e283b [2021-04-20T16:05:47.770Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:05:47.770Z] ---> Running in 92491d5d3608 [2021-04-20T16:05:49.695Z] Removing intermediate container 92491d5d3608 [2021-04-20T16:05:49.695Z] ---> 0d067375e77e [2021-04-20T16:05:49.695Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:05:49.695Z] ---> Running in 1d971e1c5252 [2021-04-20T16:05:49.695Z] Removing intermediate container 1d971e1c5252 [2021-04-20T16:05:49.695Z] ---> b24b2080c491 [2021-04-20T16:05:49.695Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:05:49.695Z] ---> Running in c0bf5a4d4a03 [2021-04-20T16:05:49.695Z] Removing intermediate container c0bf5a4d4a03 [2021-04-20T16:05:49.695Z] ---> 20491b50f4e1 [2021-04-20T16:05:49.695Z] [2021-04-20T16:05:49.957Z] Successfully built 20491b50f4e1 [2021-04-20T16:05:49.957Z] Successfully tagged docker-core-data-go:latest [2021-04-20T16:05:50.229Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-20T16:05:50.247Z] $ docker stop --time=1 eacd75e90a47514045061c2e1dc290b8749a5bba94f53967ad3f785713b0d745 [2021-04-20T16:05:51.959Z] $ docker rm -f eacd75e90a47514045061c2e1dc290b8749a5bba94f53967ad3f785713b0d745 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:05:52.430Z] + docker images [2021-04-20T16:05:52.430Z] + grep docker [2021-04-20T16:05:52.694Z] docker-core-data-go latest 20491b50f4e1 3 seconds ago 22.9MB [2021-04-20T16:05:52.694Z] docker-support-notifications-go latest 34dd9934d3b8 10 seconds ago 18.2MB [2021-04-20T16:05:52.694Z] docker-core-metadata-go latest dd7f5be5a0c8 19 seconds ago 19.2MB [2021-04-20T16:05:52.694Z] docker-core-command-go latest 7aa541a1d28f 38 seconds ago 17.5MB [2021-04-20T16:05:52.694Z] docker-sys-mgmt-agent-go latest 582829b91842 38 seconds ago 312MB [2021-04-20T16:05:52.694Z] docker-security-bootstrapper-go latest 81820dce2a53 About a minute ago 19.3MB [2021-04-20T16:05:52.694Z] docker-security-secretstore-setup-go latest 092750c27ffd 2 minutes ago 26.3MB [2021-04-20T16:05:52.694Z] docker-support-scheduler-go latest ba1fb17713f8 2 minutes ago 17.7MB [2021-04-20T16:05:52.694Z] docker-security-proxy-setup-go latest 1be2d4aa4514 2 minutes ago 26MB [2021-04-20T16:05:52.694Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T16:05:56.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T16:06:08.017Z] Still waiting to schedule task [2021-04-20T16:06:08.017Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-1206’ [2021-04-20T16:06:22.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T16:06:29.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T16:06:35.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T16:06:37.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T16:06:43.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T16:06:50.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T16:06:54.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T16:07:00.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T16:07:03.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T16:07:10.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T16:07:16.997Z] $ docker stop --time=1 545e3eafb2af4cb7c5f9e31941b5048f5fd50c90788fa5ee4e17d9fa30d884c3 [2021-04-20T16:07:19.527Z] $ docker rm -f 545e3eafb2af4cb7c5f9e31941b5048f5fd50c90788fa5ee4e17d9fa30d884c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:21.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:07:21.258Z] [2021-04-20T16:07:21.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:21.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:07:21.607Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T16:07:21.607Z] 29e5d40040c1: Pulling fs layer [2021-04-20T16:07:21.607Z] 1ce36da41761: Pulling fs layer [2021-04-20T16:07:21.607Z] 25b303627fd3: Pulling fs layer [2021-04-20T16:07:21.877Z] 29e5d40040c1: Verifying Checksum [2021-04-20T16:07:22.478Z] 1ce36da41761: Verifying Checksum [2021-04-20T16:07:22.478Z] 1ce36da41761: Download complete [2021-04-20T16:07:22.478Z] 29e5d40040c1: Pull complete [2021-04-20T16:07:23.918Z] 1ce36da41761: Pull complete [2021-04-20T16:07:24.192Z] 25b303627fd3: Verifying Checksum [2021-04-20T16:07:24.192Z] 25b303627fd3: Download complete [2021-04-20T16:07:34.337Z] 25b303627fd3: Pull complete [2021-04-20T16:07:34.337Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T16:07:34.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:07:34.337Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T16:07:34.567Z] prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container [2021-04-20T16:07:34.632Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T16:07:37.768Z] $ docker top 5a55d19911e61de52935d0e7f36488f0bc71d844b8f2e791074c6384e82ef013 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:07:38.703Z] + docker-compose build --help [2021-04-20T16:07:38.703Z] + grep parallel [2021-04-20T16:07:42.996Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T16:07:42.993Z] $ docker stop --time=1 5a55d19911e61de52935d0e7f36488f0bc71d844b8f2e791074c6384e82ef013 [2021-04-20T16:07:44.879Z] $ docker rm -f 5a55d19911e61de52935d0e7f36488f0bc71d844b8f2e791074c6384e82ef013 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:07:45.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:07:45.657Z] . [Pipeline] withDockerContainer [2021-04-20T16:07:45.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container [2021-04-20T16:07:45.967Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T16:07:47.460Z] $ docker top 95bcc4d30cd5d9b9fd5ea2ab7696476b79d1f7f5051fb4a79250d041ded6326b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:07:48.438Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T16:07:52.722Z] Building docker-core-command-go ... [2021-04-20T16:07:52.722Z] Building docker-core-data-go ... [2021-04-20T16:07:52.722Z] Building docker-core-metadata-go ... [2021-04-20T16:07:52.722Z] Building docker-security-bootstrapper-go ... [2021-04-20T16:07:52.722Z] Building docker-security-proxy-setup-go ... [2021-04-20T16:07:52.722Z] Building docker-security-secretstore-setup-go ... [2021-04-20T16:07:52.722Z] Building docker-support-notifications-go ... [2021-04-20T16:07:52.722Z] Building docker-support-scheduler-go ... [2021-04-20T16:07:52.722Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T16:07:52.722Z] Building docker-sys-mgmt-agent-go [2021-04-20T16:07:52.722Z] Building docker-security-secretstore-setup-go [2021-04-20T16:07:52.722Z] Building docker-core-data-go [2021-04-20T16:07:52.722Z] Building docker-support-scheduler-go [2021-04-20T16:07:52.722Z] Building docker-security-proxy-setup-go [2021-04-20T16:08:10.124Z] Running on prd-ubuntu18.04-docker-8c-8g-1207 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T16:08:10.144Z] Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout [2021-04-20T16:08:12.727Z] using credential edgex-jenkins-ssh [2021-04-20T16:08:12.744Z] Cloning the remote Git repository [2021-04-20T16:08:12.767Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:08:12.833Z] > git init /w/workspace/edgex-go/80 # timeout=10 [2021-04-20T16:08:12.864Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:08:12.864Z] > git --version # timeout=10 [2021-04-20T16:08:12.870Z] > git --version # 'git version 2.17.1' [2021-04-20T16:08:12.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:08:12.892Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:08:22.649Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:08:22.653Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:08:22.660Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:08:22.682Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:08:22.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:08:22.687Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T16:08:23.209Z] Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:08:23.348Z] Merge succeeded, producing a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:08:23.348Z] Checking out Revision a31d707a985f2a2c82673e0a11119d02d3fdd0bf (PR-3234) [2021-04-20T16:08:23.218Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:08:23.224Z] > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [2021-04-20T16:08:23.321Z] > git remote # timeout=10 [2021-04-20T16:08:23.327Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T16:08:23.331Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:08:23.334Z] > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 [2021-04-20T16:08:23.342Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T16:08:23.350Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:08:23.354Z] > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [2021-04-20T16:08:26.971Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:08:28.063Z] + echo snap-build.sh [2021-04-20T16:08:28.063Z] snap-build.sh [2021-04-20T16:08:28.063Z] + SNAP_BASE_DIR=. [2021-04-20T16:08:28.063Z] + '[' '!' -z /w/workspace/edgex-go/80 ']' [2021-04-20T16:08:28.063Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/80 [2021-04-20T16:08:28.063Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/80]' [2021-04-20T16:08:28.063Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/80] [2021-04-20T16:08:28.063Z] + cd /w/workspace/edgex-go/80 [2021-04-20T16:08:28.063Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T16:08:28.063Z] Reading package lists... [2021-04-20T16:08:28.063Z] Building dependency tree... [2021-04-20T16:08:28.324Z] Reading state information... [2021-04-20T16:08:28.324Z] The following packages were automatically installed and are no longer required: [2021-04-20T16:08:28.324Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T16:08:28.324Z] uidmap xdelta3 [2021-04-20T16:08:28.324Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T16:08:28.324Z] The following packages will be REMOVED: [2021-04-20T16:08:28.324Z] lxd* lxd-client* [2021-04-20T16:08:28.895Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T16:08:28.895Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T16:08:29.941Z] (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-04-20T16:08:29.941Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:08:30.514Z] Removing lxd dnsmasq configuration [2021-04-20T16:08:30.774Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:08:31.034Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T16:08:31.976Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T16:08:32.238Z] (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-04-20T16:08:32.238Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:08:33.635Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T16:08:33.895Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T16:08:35.276Z] + sudo snap remove --purge lxd [2021-04-20T16:08:35.276Z] snap "lxd" is not installed [2021-04-20T16:08:35.276Z] + sudo groupadd --force --system lxd [2021-04-20T16:08:35.276Z] ++ whoami [2021-04-20T16:08:35.276Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T16:08:35.536Z] + newgrp - lxd [2021-04-20T16:08:35.536Z] + sudo snap install lxd [2021-04-20T16:09:07.642Z] error: cannot install "lxd": cannot query the store for updates: got unexpected [2021-04-20T16:09:07.642Z] HTTP status code 503 via POST to [2021-04-20T16:09:07.642Z] "https://api.snapcraft.io/v2/snaps/refresh" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T16:09:07.887Z] Failed in branch amd64 [2021-04-20T16:09:14.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:09:14.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:09:14.506Z] ---> 486b54e15766 [2021-04-20T16:09:14.506Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:09:14.506Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:09:14.506Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:09:14.506Z] ---> 486b54e15766 [2021-04-20T16:09:14.506Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:09:14.506Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:09:14.506Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:09:14.506Z] ---> 486b54e15766 [2021-04-20T16:09:14.506Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T16:09:14.506Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:09:14.506Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:09:14.506Z] ---> 486b54e15766 [2021-04-20T16:09:14.506Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T16:09:14.506Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:09:14.506Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:09:14.506Z] ---> 486b54e15766 [2021-04-20T16:09:14.506Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:09:14.506Z] ---> Running in 19fad33dd2d6 [2021-04-20T16:09:14.507Z] ---> Running in 03b2c731cbde [2021-04-20T16:09:14.507Z] ---> Running in 4800c84097f2 [2021-04-20T16:09:14.507Z] ---> Running in 65f342213772 [2021-04-20T16:09:14.507Z] ---> Running in f48677ec0638 [2021-04-20T16:09:14.507Z] Removing intermediate container 03b2c731cbde [2021-04-20T16:09:14.507Z] ---> 368b17b9fcc3 [2021-04-20T16:09:14.507Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:09:14.507Z] Removing intermediate container f48677ec0638 [2021-04-20T16:09:14.507Z] ---> c079d9963d35 [2021-04-20T16:09:14.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:09:14.507Z] Removing intermediate container 19fad33dd2d6 [2021-04-20T16:09:14.507Z] ---> 582ac985eee3 [2021-04-20T16:09:14.507Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:09:14.507Z] Removing intermediate container 4800c84097f2 [2021-04-20T16:09:14.507Z] ---> a40477ebe6ec [2021-04-20T16:09:14.507Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:09:14.507Z] Removing intermediate container 65f342213772 [2021-04-20T16:09:14.507Z] ---> d3f8b1a9cfd3 [2021-04-20T16:09:14.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:09:14.507Z] ---> Running in 0deb8664cbb6 [2021-04-20T16:09:14.507Z] ---> Running in 14ddb926a120 [2021-04-20T16:09:14.507Z] ---> Running in 6e1ef24f95d7 [2021-04-20T16:09:14.507Z] ---> Running in 15026c4d74e1 [2021-04-20T16:09:14.507Z] ---> Running in ca03ab58420f [2021-04-20T16:09:14.507Z] Removing intermediate container 0deb8664cbb6 [2021-04-20T16:09:14.507Z] ---> c2b50ea954cb [2021-04-20T16:09:14.507Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:09:14.507Z] ---> Running in 1bf2f7c04cf0 [2021-04-20T16:09:14.507Z] Removing intermediate container 6e1ef24f95d7 [2021-04-20T16:09:14.507Z] ---> f2ed36dbb122 [2021-04-20T16:09:14.507Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T16:09:14.507Z] Removing intermediate container 14ddb926a120 [2021-04-20T16:09:14.507Z] ---> 8cf98f525c7a [2021-04-20T16:09:14.507Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T16:09:14.507Z] ---> Running in 185269ff4c60 [2021-04-20T16:09:14.507Z] ---> Running in bada3b2d2166 [2021-04-20T16:09:14.507Z] Removing intermediate container 15026c4d74e1 [2021-04-20T16:09:14.507Z] Removing intermediate container ca03ab58420f [2021-04-20T16:09:14.507Z] ---> 46daf2e46602 [2021-04-20T16:09:14.507Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T16:09:14.507Z] ---> d6fd0706bac2 [2021-04-20T16:09:14.507Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T16:09:14.507Z] ---> Running in 42c2190fe5d6 [2021-04-20T16:09:14.507Z] ---> Running in c93c00ef6ccf [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:09:14.507Z] OK: 217 MiB in 51 packages [2021-04-20T16:09:14.783Z] OK: 217 MiB in 51 packages [2021-04-20T16:09:15.058Z] OK: 217 MiB in 51 packages [2021-04-20T16:09:15.059Z] OK: 217 MiB in 51 packages [2021-04-20T16:09:15.331Z] OK: 217 MiB in 51 packages [2021-04-20T16:09:16.318Z] Removing intermediate container 1bf2f7c04cf0 [2021-04-20T16:09:16.318Z] ---> ebd40ecbbb95 [2021-04-20T16:09:16.318Z] Step 6/23 : COPY go.mod . [2021-04-20T16:09:16.593Z] Removing intermediate container bada3b2d2166 [2021-04-20T16:09:16.593Z] ---> 97fccacd203b [2021-04-20T16:09:16.593Z] Step 6/22 : COPY go.mod . [2021-04-20T16:09:16.593Z] Removing intermediate container 185269ff4c60 [2021-04-20T16:09:16.593Z] ---> 49d0729883d0 [2021-04-20T16:09:16.593Z] Step 6/21 : COPY go.mod . [2021-04-20T16:09:17.205Z] Removing intermediate container 42c2190fe5d6 [2021-04-20T16:09:17.205Z] ---> c1cac594cc72 [2021-04-20T16:09:17.205Z] Step 6/24 : COPY go.mod . [2021-04-20T16:09:17.205Z] Removing intermediate container c93c00ef6ccf [2021-04-20T16:09:17.205Z] ---> be7dcc6b9366 [2021-04-20T16:09:17.205Z] Step 6/23 : COPY go.mod . [2021-04-20T16:09:17.205Z] ---> 8dee42f42239 [2021-04-20T16:09:17.205Z] Step 7/23 : RUN go mod download [2021-04-20T16:09:17.481Z] ---> Running in c7754ab2d9f7 [2021-04-20T16:09:17.481Z] ---> 1085686b87f1 [2021-04-20T16:09:17.481Z] Step 7/22 : RUN go mod download [2021-04-20T16:09:17.763Z] ---> 7d48bae7bdb6 [2021-04-20T16:09:17.763Z] Step 7/21 : RUN go mod download [2021-04-20T16:09:17.763Z] ---> Running in 583ff2656048 [2021-04-20T16:09:18.044Z] ---> c6e3d1a9414c [2021-04-20T16:09:18.044Z] Step 7/23 : RUN go mod download [2021-04-20T16:09:18.044Z] ---> Running in cbbdd70e7db1 [2021-04-20T16:09:19.293Z] ---> 25d4aec8f484 [2021-04-20T16:09:19.293Z] Step 7/24 : RUN go mod download [2021-04-20T16:09:19.293Z] ---> Running in 487915f164b6 [2021-04-20T16:09:19.293Z] ---> Running in d46680ef9178 [2021-04-20T16:09:21.956Z] Removing intermediate container c7754ab2d9f7 [2021-04-20T16:09:21.956Z] ---> 1baf3f125724 [2021-04-20T16:09:21.956Z] Step 8/23 : COPY . . [2021-04-20T16:09:22.229Z] Removing intermediate container 583ff2656048 [2021-04-20T16:09:22.229Z] ---> f60dd2ba6a77 [2021-04-20T16:09:22.229Z] Step 8/22 : COPY . . [2021-04-20T16:09:23.216Z] Removing intermediate container d46680ef9178 [2021-04-20T16:09:23.216Z] ---> 4753e03fdf75 [2021-04-20T16:09:23.216Z] Step 8/24 : COPY . . [2021-04-20T16:09:23.813Z] Removing intermediate container 487915f164b6 [2021-04-20T16:09:23.813Z] ---> de180f249d5d [2021-04-20T16:09:23.813Z] Step 8/23 : COPY . . [2021-04-20T16:09:23.813Z] Removing intermediate container cbbdd70e7db1 [2021-04-20T16:09:23.813Z] ---> 44e2c829c288 [2021-04-20T16:09:23.813Z] Step 8/21 : COPY . . [2021-04-20T16:09:50.620Z] ---> 738aedd6ac00 [2021-04-20T16:09:50.620Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:09:50.620Z] ---> 70c74f3f7075 [2021-04-20T16:09:50.620Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T16:09:50.620Z] ---> Running in f773196a7c8c [2021-04-20T16:09:50.620Z] ---> fe481065f14f [2021-04-20T16:09:50.620Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T16:09:50.620Z] ---> fd4414a8d331 [2021-04-20T16:09:50.620Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T16:09:50.620Z] ---> 18498df1131f [2021-04-20T16:09:50.620Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T16:09:50.621Z] ---> Running in 87b8d37b5c7f [2021-04-20T16:09:50.621Z] ---> Running in d4a6ce82140c [2021-04-20T16:09:50.621Z] ---> Running in 27628e1138d0 [2021-04-20T16:09:50.621Z] ---> Running in 1a9071f8f84a [2021-04-20T16:09:50.621Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T16:09:50.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T16:09:50.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T16:09:50.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T16:09:50.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T16:11:27.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T16:11:30.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T16:11:49.225Z] Removing intermediate container d4a6ce82140c [2021-04-20T16:11:49.225Z] ---> daaf5d0fa060 [2021-04-20T16:11:49.225Z] [2021-04-20T16:11:49.225Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T16:11:49.225Z] 3.12: Pulling from library/alpine [2021-04-20T16:11:49.501Z] Removing intermediate container 1a9071f8f84a [2021-04-20T16:11:49.501Z] ---> 21bee7cb27ff [2021-04-20T16:11:49.501Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T16:11:50.489Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:11:50.489Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T16:11:50.489Z] ---> Running in f91a586fd008 [2021-04-20T16:11:50.489Z] ---> 9852663dfa18 [2021-04-20T16:11:50.489Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T16:11:50.766Z] ---> Running in df394cac7b86 [2021-04-20T16:11:51.054Z] Removing intermediate container 27628e1138d0 [2021-04-20T16:11:51.054Z] ---> b97fa3cab7f9 [2021-04-20T16:11:51.054Z] [2021-04-20T16:11:51.054Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T16:11:51.054Z] ---> 9852663dfa18 [2021-04-20T16:11:51.054Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T16:11:51.328Z] ---> Running in 307bb4a7f767 [2021-04-20T16:11:53.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T16:11:53.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:53.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:53.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:54.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:54.519Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T16:11:54.519Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:11:54.519Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T16:11:54.519Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T16:11:55.035Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:55.035Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T16:11:55.035Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:55.035Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:11:55.331Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T16:11:55.331Z] OK: 7 MiB in 20 packages [2021-04-20T16:11:55.331Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:11:55.331Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T16:11:55.331Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T16:11:55.331Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:55.625Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:11:55.926Z] OK: 7 MiB in 18 packages [2021-04-20T16:11:57.044Z] Removing intermediate container 87b8d37b5c7f [2021-04-20T16:11:57.044Z] ---> 45c8abd80b9e [2021-04-20T16:11:57.044Z] [2021-04-20T16:11:57.044Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:11:57.044Z] ---> 9852663dfa18 [2021-04-20T16:11:57.044Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:11:57.649Z] ---> Running in 4c9c1b244356 [2021-04-20T16:11:58.687Z] Removing intermediate container df394cac7b86 [2021-04-20T16:11:58.687Z] ---> 38772e21efbf [2021-04-20T16:11:58.687Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:11:59.284Z] ---> Running in 2aba802fba2b [2021-04-20T16:11:59.284Z] Removing intermediate container 307bb4a7f767 [2021-04-20T16:11:59.284Z] ---> 58d5c04a30d2 [2021-04-20T16:11:59.284Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:11:59.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:11:59.891Z] ---> Running in 515f8797250e [2021-04-20T16:12:00.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:00.180Z] Removing intermediate container 2aba802fba2b [2021-04-20T16:12:00.180Z] ---> 696f2914545e [2021-04-20T16:12:00.180Z] Step 13/24 : WORKDIR / [2021-04-20T16:12:00.180Z] Removing intermediate container f91a586fd008 [2021-04-20T16:12:00.180Z] ---> 4237faee5965 [2021-04-20T16:12:00.180Z] [2021-04-20T16:12:00.180Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T16:12:00.470Z] 20.10.0: Pulling from library/docker [2021-04-20T16:12:00.470Z] Removing intermediate container 515f8797250e [2021-04-20T16:12:00.470Z] ---> 378640cdd9e4 [2021-04-20T16:12:00.470Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:12:00.470Z] ---> Running in d6f4d52374b2 [2021-04-20T16:12:00.748Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:12:00.748Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:12:00.748Z] OK: 5 MiB in 15 packages [2021-04-20T16:12:01.023Z] ---> Running in 7ad65723aadf [2021-04-20T16:12:01.304Z] Removing intermediate container d6f4d52374b2 [2021-04-20T16:12:01.304Z] ---> 3d018612abce [2021-04-20T16:12:01.304Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T16:12:02.751Z] Removing intermediate container 7ad65723aadf [2021-04-20T16:12:02.751Z] ---> 6a9813aa782c [2021-04-20T16:12:02.751Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:12:03.029Z] ---> b2c6b9412d6e [2021-04-20T16:12:03.029Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T16:12:03.029Z] Removing intermediate container 4c9c1b244356 [2021-04-20T16:12:03.029Z] ---> 8dc5e5d02478 [2021-04-20T16:12:03.029Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:12:03.644Z] ---> Running in 74902d3ec246 [2021-04-20T16:12:03.922Z] ---> e29d03243f1c [2021-04-20T16:12:03.922Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:12:04.197Z] Removing intermediate container 74902d3ec246 [2021-04-20T16:12:04.197Z] ---> cc08c87a6202 [2021-04-20T16:12:04.197Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T16:12:04.480Z] ---> 3f778bfe1568 [2021-04-20T16:12:04.480Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:12:04.480Z] ---> Running in f2d0821d0695 [2021-04-20T16:12:05.469Z] Removing intermediate container f2d0821d0695 [2021-04-20T16:12:05.469Z] ---> ec22f32c3a91 [2021-04-20T16:12:05.469Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:12:05.742Z] ---> de17b42e0f2e [2021-04-20T16:12:05.742Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:12:06.015Z] ---> Running in 3e14b9ecae7f [2021-04-20T16:12:06.015Z] ---> 8fac73050867 [2021-04-20T16:12:06.015Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:12:07.000Z] Removing intermediate container 3e14b9ecae7f [2021-04-20T16:12:07.000Z] ---> 42c80b32ac84 [2021-04-20T16:12:07.000Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:12:08.985Z] ---> d5f31dece891 [2021-04-20T16:12:08.985Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:12:09.259Z] ---> d84b6879636e [2021-04-20T16:12:09.259Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:12:09.259Z] ---> bd96b60e8aff [2021-04-20T16:12:09.259Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:12:09.887Z] ---> Running in ecb5f222cad2 [2021-04-20T16:12:10.490Z] Removing intermediate container f773196a7c8c [2021-04-20T16:12:10.490Z] ---> 6cb20512b0ec [2021-04-20T16:12:10.490Z] [2021-04-20T16:12:10.490Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:12:10.490Z] ---> 9852663dfa18 [2021-04-20T16:12:10.490Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:12:10.765Z] ---> b8f0302f42b4 [2021-04-20T16:12:10.765Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:12:11.365Z] ---> Running in 094df4cd220b [2021-04-20T16:12:11.365Z] Removing intermediate container ecb5f222cad2 [2021-04-20T16:12:11.365Z] ---> 9db3bf0b9046 [2021-04-20T16:12:11.365Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:12:11.365Z] ---> 2381fec6c174 [2021-04-20T16:12:11.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:12:11.636Z] ---> Running in 755d4a3bd422 [2021-04-20T16:12:11.907Z] ---> 9d189541f387 [2021-04-20T16:12:11.907Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T16:12:12.182Z] Removing intermediate container 094df4cd220b [2021-04-20T16:12:12.182Z] ---> 0265962eb6e2 [2021-04-20T16:12:12.182Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:12:12.182Z] ---> Running in b4eebcd76dff [2021-04-20T16:12:12.773Z] ---> Running in 48b1b4e0c237 [2021-04-20T16:12:12.773Z] Removing intermediate container 755d4a3bd422 [2021-04-20T16:12:12.773Z] ---> 39c56bf26a36 [2021-04-20T16:12:12.773Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T16:12:12.773Z] ---> 04fc92b78574 [2021-04-20T16:12:12.773Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:12:13.055Z] ---> Running in 525518ae55a8 [2021-04-20T16:12:13.055Z] ---> Running in fb8ea3385da6 [2021-04-20T16:12:13.055Z] Removing intermediate container 48b1b4e0c237 [2021-04-20T16:12:13.055Z] ---> c2f053be4024 [2021-04-20T16:12:13.327Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:12:13.327Z] ---> Running in c0ec8bc130bf [2021-04-20T16:12:13.601Z] Removing intermediate container 525518ae55a8 [2021-04-20T16:12:13.601Z] ---> ef1ac42b96aa [2021-04-20T16:12:13.601Z] Step 20/21 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:12:13.874Z] Removing intermediate container fb8ea3385da6 [2021-04-20T16:12:13.874Z] ---> 5314bf268271 [2021-04-20T16:12:13.874Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:12:13.874Z] ---> Running in c8cdb3445c9f [2021-04-20T16:12:13.874Z] ---> Running in 242f2dfe0ebf [2021-04-20T16:12:14.146Z] Removing intermediate container c0ec8bc130bf [2021-04-20T16:12:14.146Z] ---> 99c8c39e754b [2021-04-20T16:12:14.146Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:12:14.418Z] ---> Running in 4845d8274108 [2021-04-20T16:12:14.418Z] Removing intermediate container c8cdb3445c9f [2021-04-20T16:12:14.418Z] ---> 4e1fec63bc27 [2021-04-20T16:12:14.418Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T16:12:14.696Z] Removing intermediate container 242f2dfe0ebf [2021-04-20T16:12:14.696Z] ---> b4ec8100f5f8 [2021-04-20T16:12:14.696Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:12:14.696Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:12:14.696Z] ---> Running in ca3877ee7fb8 [2021-04-20T16:12:14.696Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:12:14.696Z] ---> eeaf43b92773 [2021-04-20T16:12:14.696Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:12:14.977Z] ---> Running in c3fbc1264939 [2021-04-20T16:12:14.977Z] ---> Running in e3299b30f131 [2021-04-20T16:12:15.569Z] Removing intermediate container ca3877ee7fb8 [2021-04-20T16:12:15.569Z] ---> 992d960344d9 [2021-04-20T16:12:15.569Z] [2021-04-20T16:12:15.569Z] Removing intermediate container c3fbc1264939 [2021-04-20T16:12:15.569Z] ---> 3614e9841362 [2021-04-20T16:12:15.569Z] Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:12:15.569Z] Removing intermediate container e3299b30f131 [2021-04-20T16:12:15.569Z] ---> b989615e0ffd [2021-04-20T16:12:15.569Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:12:15.841Z] Successfully built 992d960344d9 [2021-04-20T16:12:15.841Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T16:12:15.841Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-20T16:12:15.841Z] Removing intermediate container b4eebcd76dff [2021-04-20T16:12:15.841Z] ---> 30e7956cddeb [2021-04-20T16:12:15.841Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:12:16.119Z] ---> Running in 52b2ddaa08db [2021-04-20T16:12:16.119Z] ---> Running in 23d8a625006e [2021-04-20T16:12:16.397Z] ---> Running in 19cafae52b36 [2021-04-20T16:12:17.011Z] Removing intermediate container 52b2ddaa08db [2021-04-20T16:12:17.011Z] ---> eb40c0fcecf3 [2021-04-20T16:12:17.011Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:12:17.011Z] Removing intermediate container 19cafae52b36 [2021-04-20T16:12:17.011Z] ---> 7672a47889fd [2021-04-20T16:12:17.011Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T16:12:17.285Z] ---> Running in a5f6dcd1d36a [2021-04-20T16:12:17.285Z] ---> Running in 2c13f47a6871 [2021-04-20T16:12:17.558Z] Removing intermediate container 4845d8274108 [2021-04-20T16:12:17.558Z] ---> 10c4259376d9 [2021-04-20T16:12:17.558Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:12:17.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:18.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:18.101Z] ---> Running in cc95d321776b [2021-04-20T16:12:18.378Z] Removing intermediate container 2c13f47a6871 [2021-04-20T16:12:18.378Z] ---> b1df8ee7b483 [2021-04-20T16:12:18.378Z] Step 23/24 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:12:18.378Z] Removing intermediate container a5f6dcd1d36a [2021-04-20T16:12:18.378Z] ---> 4dc69472c298 [2021-04-20T16:12:18.378Z] [2021-04-20T16:12:18.652Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:12:18.652Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:12:18.652Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:12:18.652Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:12:18.652Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:12:18.652Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:12:18.652Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:12:18.652Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:12:18.924Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:12:18.924Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:12:18.924Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:12:18.924Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:12:18.924Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:12:18.924Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:12:19.207Z] Successfully built 4dc69472c298 [2021-04-20T16:12:19.806Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T16:12:19.806Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-04-20T16:12:19.806Z] ---> Running in 277b12ace850 [2021-04-20T16:12:20.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:20.676Z] Removing intermediate container 277b12ace850 [2021-04-20T16:12:20.676Z] ---> e9629465ee83 [2021-04-20T16:12:20.676Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T16:12:20.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:12:20.948Z] ---> Running in 33f0ade08f05 [2021-04-20T16:12:20.948Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:12:21.222Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:12:21.222Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:12:21.222Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:12:21.222Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:12:21.222Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:12:21.222Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:12:21.222Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:12:21.222Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:12:21.222Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:12:21.495Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:12:21.495Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:12:21.495Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:12:21.495Z] Removing intermediate container 33f0ade08f05 [2021-04-20T16:12:21.495Z] ---> 62614b54e871 [2021-04-20T16:12:21.495Z] [2021-04-20T16:12:21.495Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:12:21.495Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:12:21.495Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:12:21.495Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:12:21.495Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:12:21.495Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:12:21.495Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:12:21.776Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:12:21.776Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:12:21.776Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:12:21.776Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:12:21.776Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:12:21.776Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:12:21.776Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:12:21.776Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:12:21.776Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:12:21.776Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:12:21.776Z] OK: 72 MiB in 59 packages [2021-04-20T16:12:22.052Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:12:22.052Z] Successfully built 62614b54e871 [2021-04-20T16:12:22.052Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T16:12:22.052Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-04-20T16:12:22.052Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:12:22.326Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:12:22.326Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:12:22.326Z] OK: 8 MiB in 20 packages [2021-04-20T16:12:24.961Z] Removing intermediate container cc95d321776b [2021-04-20T16:12:24.961Z] ---> 40f5cc2d592c [2021-04-20T16:12:24.961Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:12:26.401Z] Collecting docker-compose==1.23.2 [2021-04-20T16:12:26.401Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:12:27.381Z] ---> cea538e0bf95 [2021-04-20T16:12:27.381Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:12:27.654Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:12:27.654Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:12:28.253Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:12:28.253Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:12:28.253Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T16:12:29.246Z] ---> fc4c8dea1cf7 [2021-04-20T16:12:29.246Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:12:29.246Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:12:29.246Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:12:30.234Z] ---> b27aab5dad8f [2021-04-20T16:12:30.234Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:12:30.234Z] ---> Running in c5fef256be75 [2021-04-20T16:12:30.833Z] Removing intermediate container c5fef256be75 [2021-04-20T16:12:30.833Z] ---> 7557221f2f74 [2021-04-20T16:12:30.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:12:31.120Z] ---> Running in 16477a7982fb [2021-04-20T16:12:31.721Z] Removing intermediate container 16477a7982fb [2021-04-20T16:12:31.721Z] ---> 730e4b9e7966 [2021-04-20T16:12:31.721Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:12:31.994Z] ---> Running in fe40b4161ca1 [2021-04-20T16:12:32.269Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:12:32.269Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:12:32.870Z] Removing intermediate container fe40b4161ca1 [2021-04-20T16:12:32.870Z] ---> 3ff3fe8c0e05 [2021-04-20T16:12:32.870Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:12:33.471Z] ---> Running in 9421f789b071 [2021-04-20T16:12:34.457Z] Removing intermediate container 9421f789b071 [2021-04-20T16:12:34.457Z] ---> 27e30ddefa54 [2021-04-20T16:12:34.457Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:12:34.457Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:12:34.457Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:12:34.730Z] ---> Running in 7af8bb3ede49 [2021-04-20T16:12:35.002Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:12:35.002Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:12:35.605Z] Removing intermediate container 7af8bb3ede49 [2021-04-20T16:12:35.605Z] ---> dd9b43220dec [2021-04-20T16:12:35.605Z] [2021-04-20T16:12:35.605Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:12:35.605Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:12:35.879Z] Successfully built dd9b43220dec [2021-04-20T16:12:35.879Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T16:12:35.879Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-04-20T16:12:37.853Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:12:37.853Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:12:40.471Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:12:40.471Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:12:43.860Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:12:43.860Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:12:43.860Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:12:43.860Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:12:44.135Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T16:12:44.135Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T16:12:44.735Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:12:44.735Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:12:45.009Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:12:45.009Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:12:45.009Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:12:45.009Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:12:46.444Z] Installing collected packages: jsonschema, cached-property, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose [2021-04-20T16:12:46.444Z] Running setup.py install for dockerpty: started [2021-04-20T16:12:49.072Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:12:49.072Z] Attempting uninstall: idna [2021-04-20T16:12:49.072Z] Found existing installation: idna 2.9 [2021-04-20T16:12:49.072Z] Uninstalling idna-2.9: [2021-04-20T16:12:49.072Z] Successfully uninstalled idna-2.9 [2021-04-20T16:12:49.345Z] Attempting uninstall: urllib3 [2021-04-20T16:12:49.345Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:12:49.618Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:12:49.618Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:12:50.217Z] Attempting uninstall: requests [2021-04-20T16:12:50.217Z] Found existing installation: requests 2.23.0 [2021-04-20T16:12:50.217Z] Uninstalling requests-2.23.0: [2021-04-20T16:12:50.217Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:12:52.190Z] Running setup.py install for texttable: started [2021-04-20T16:12:54.169Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:12:54.169Z] Running setup.py install for docopt: started [2021-04-20T16:12:56.156Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:12:56.156Z] Running setup.py install for PyYAML: started [2021-04-20T16:12:58.777Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:12:59.054Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:12:59.054Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:12:59.054Z] ---> 486b54e15766 [2021-04-20T16:12:59.054Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:12:59.054Z] ---> Using cache [2021-04-20T16:12:59.054Z] ---> d3f8b1a9cfd3 [2021-04-20T16:12:59.054Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:12:59.054Z] ---> Using cache [2021-04-20T16:12:59.054Z] ---> 46daf2e46602 [2021-04-20T16:12:59.054Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:13:01.032Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T16:13:05.361Z] ---> Running in 9bdf4b88c921 [2021-04-20T16:13:07.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:07.393Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:13:07.393Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:13:07.393Z] ---> 486b54e15766 [2021-04-20T16:13:07.393Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:13:07.393Z] ---> Using cache [2021-04-20T16:13:07.393Z] ---> d3f8b1a9cfd3 [2021-04-20T16:13:07.393Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:13:07.393Z] ---> Using cache [2021-04-20T16:13:07.393Z] ---> 46daf2e46602 [2021-04-20T16:13:07.393Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:13:07.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:07.951Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:13:07.951Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:13:07.951Z] ---> 486b54e15766 [2021-04-20T16:13:07.951Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:13:07.951Z] ---> Using cache [2021-04-20T16:13:07.951Z] ---> d3f8b1a9cfd3 [2021-04-20T16:13:07.951Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:13:07.951Z] ---> Using cache [2021-04-20T16:13:07.951Z] ---> 46daf2e46602 [2021-04-20T16:13:07.951Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:13:07.951Z] ---> Running in b261cd03ab3a [2021-04-20T16:13:08.225Z] ---> Running in e1f0e8089dee [2021-04-20T16:13:09.210Z] OK: 217 MiB in 51 packages [2021-04-20T16:13:10.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:10.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:11.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:11.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:11.652Z] Removing intermediate container 9bdf4b88c921 [2021-04-20T16:13:11.652Z] ---> a63fdac8a433 [2021-04-20T16:13:11.652Z] Step 6/31 : COPY go.mod . [2021-04-20T16:13:11.926Z] OK: 217 MiB in 51 packages [2021-04-20T16:13:12.203Z] OK: 217 MiB in 51 packages [2021-04-20T16:13:13.197Z] ---> a1a6899b7785 [2021-04-20T16:13:13.197Z] Step 7/31 : RUN go mod download [2021-04-20T16:13:13.794Z] ---> Running in 8981834cc799 [2021-04-20T16:13:13.794Z] Removing intermediate container b261cd03ab3a [2021-04-20T16:13:13.794Z] ---> dd24aff1d3e3 [2021-04-20T16:13:13.794Z] Step 6/23 : COPY go.mod . [2021-04-20T16:13:14.398Z] Removing intermediate container e1f0e8089dee [2021-04-20T16:13:14.398Z] ---> df16e207a9fb [2021-04-20T16:13:14.399Z] Step 6/22 : COPY go.mod . [2021-04-20T16:13:15.870Z] ---> 4d4e1ddf3ebe [2021-04-20T16:13:15.871Z] Step 7/23 : RUN go mod download [2021-04-20T16:13:15.871Z] ---> b3cd620a4240 [2021-04-20T16:13:15.871Z] Step 7/22 : RUN go mod download [2021-04-20T16:13:16.146Z] ---> Running in 0d52be9dddb4 [2021-04-20T16:13:16.420Z] ---> Running in 18e9bda40ce9 [2021-04-20T16:13:17.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:13:17.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:13:17.403Z] ---> 486b54e15766 [2021-04-20T16:13:17.403Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:13:17.403Z] ---> Using cache [2021-04-20T16:13:17.403Z] ---> d3f8b1a9cfd3 [2021-04-20T16:13:17.403Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:13:17.403Z] ---> Using cache [2021-04-20T16:13:17.403Z] ---> 46daf2e46602 [2021-04-20T16:13:17.403Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:13:17.403Z] ---> Using cache [2021-04-20T16:13:17.403Z] ---> dd24aff1d3e3 [2021-04-20T16:13:17.403Z] Step 6/23 : COPY go.mod . [2021-04-20T16:13:17.403Z] ---> Using cache [2021-04-20T16:13:17.403Z] ---> 4d4e1ddf3ebe [2021-04-20T16:13:17.403Z] Step 7/23 : RUN go mod download [2021-04-20T16:13:17.675Z] Removing intermediate container 23d8a625006e [2021-04-20T16:13:17.675Z] ---> b4b25d749538 [2021-04-20T16:13:17.675Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:13:17.675Z] ---> Running in 18973e1eb5f3 [2021-04-20T16:13:17.675Z] ---> Running in d883c334eea0 [2021-04-20T16:13:17.950Z] Removing intermediate container 8981834cc799 [2021-04-20T16:13:17.950Z] ---> 0526b9c15a1c [2021-04-20T16:13:17.950Z] Step 8/31 : COPY . . [2021-04-20T16:13:18.556Z] Removing intermediate container d883c334eea0 [2021-04-20T16:13:18.556Z] ---> 5ca53d15418d [2021-04-20T16:13:18.556Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:13:18.829Z] ---> Running in e70e3d572b1d [2021-04-20T16:13:19.813Z] Removing intermediate container e70e3d572b1d [2021-04-20T16:13:19.813Z] ---> 19471cc5e10d [2021-04-20T16:13:19.813Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:13:21.791Z] ---> 675b475991bd [2021-04-20T16:13:21.791Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:13:22.388Z] Removing intermediate container 0d52be9dddb4 [2021-04-20T16:13:22.388Z] ---> 9e242497e997 [2021-04-20T16:13:22.388Z] Step 8/23 : COPY . . [2021-04-20T16:13:22.388Z] Removing intermediate container 18e9bda40ce9 [2021-04-20T16:13:22.388Z] ---> e4e8660f453c [2021-04-20T16:13:22.388Z] Step 8/22 : COPY . . [2021-04-20T16:13:23.001Z] Removing intermediate container 18973e1eb5f3 [2021-04-20T16:13:23.001Z] ---> 92d1a9d8001f [2021-04-20T16:13:23.001Z] Step 8/23 : COPY . . [2021-04-20T16:13:23.999Z] ---> 0955dcdf72d4 [2021-04-20T16:13:23.999Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:13:28.330Z] ---> 705c6a8444b7 [2021-04-20T16:13:28.330Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:13:29.796Z] ---> Running in fcc29b5f3f5a [2021-04-20T16:13:31.244Z] Removing intermediate container fcc29b5f3f5a [2021-04-20T16:13:31.244Z] ---> 6cb41098f9ea [2021-04-20T16:13:31.244Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:13:31.850Z] ---> Running in c57483fa87e8 [2021-04-20T16:13:33.314Z] Removing intermediate container c57483fa87e8 [2021-04-20T16:13:33.314Z] ---> b4bb7f0818d6 [2021-04-20T16:13:33.314Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:13:34.768Z] ---> Running in e1fcff5f876c [2021-04-20T16:13:36.242Z] Removing intermediate container e1fcff5f876c [2021-04-20T16:13:36.243Z] ---> deaf19eb8a83 [2021-04-20T16:13:36.243Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:13:37.232Z] ---> Running in 50124d32b210 [2021-04-20T16:13:37.509Z] ---> c76531b1c293 [2021-04-20T16:13:37.509Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T16:13:38.954Z] Removing intermediate container 50124d32b210 [2021-04-20T16:13:38.954Z] ---> 9a1f3d612b45 [2021-04-20T16:13:38.954Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:13:38.954Z] ---> Running in 323140ce64ff [2021-04-20T16:13:40.415Z] ---> Running in fdcdd57e4c89 [2021-04-20T16:13:41.871Z] Removing intermediate container fdcdd57e4c89 [2021-04-20T16:13:41.871Z] ---> 50ea2b3557da [2021-04-20T16:13:41.871Z] [2021-04-20T16:13:42.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T16:13:42.772Z] Successfully built 50ea2b3557da [2021-04-20T16:13:43.053Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T16:13:43.656Z]  Building docker-sys-mgmt-agent-go ... done  ---> 791de3a83d7b [2021-04-20T16:13:43.656Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:13:44.645Z] ---> Running in 6ecb02894902 [2021-04-20T16:13:45.249Z] ---> af233147b571 [2021-04-20T16:13:45.249Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T16:13:45.536Z] ---> bdfd3c6fdfc3 [2021-04-20T16:13:45.536Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:13:45.536Z] ---> Running in aff624f29cbf [2021-04-20T16:13:45.819Z] ---> Running in 8a1604ca8599 [2021-04-20T16:13:46.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T16:13:47.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T16:13:48.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T16:15:09.920Z] Removing intermediate container 323140ce64ff [2021-04-20T16:15:09.920Z] ---> f74a859e9825 [2021-04-20T16:15:09.920Z] [2021-04-20T16:15:09.920Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:15:09.920Z] ---> 9852663dfa18 [2021-04-20T16:15:09.920Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:15:09.920Z] ---> Running in 8e31149ca06a [2021-04-20T16:15:09.920Z] Removing intermediate container 8e31149ca06a [2021-04-20T16:15:09.920Z] ---> a941b5fa3908 [2021-04-20T16:15:09.920Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:15:09.920Z] ---> Running in 08c08c681f93 [2021-04-20T16:15:09.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:09.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:09.920Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:15:09.920Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:15:09.920Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:15:09.920Z] OK: 5 MiB in 16 packages [2021-04-20T16:15:11.925Z] Removing intermediate container 08c08c681f93 [2021-04-20T16:15:11.925Z] ---> 67069a96f148 [2021-04-20T16:15:11.925Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:15:12.207Z] ---> Running in b41dab057f3a [2021-04-20T16:15:12.820Z] Removing intermediate container b41dab057f3a [2021-04-20T16:15:12.820Z] ---> 043cac64fe09 [2021-04-20T16:15:12.820Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:15:13.104Z] ---> Running in f1b5bc849c1a [2021-04-20T16:15:13.719Z] Removing intermediate container f1b5bc849c1a [2021-04-20T16:15:13.719Z] ---> 9209e0714e5a [2021-04-20T16:15:13.719Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:15:13.999Z] ---> Running in a9147a035c66 [2021-04-20T16:15:17.436Z] Removing intermediate container a9147a035c66 [2021-04-20T16:15:17.436Z] ---> 19e1278096e0 [2021-04-20T16:15:17.436Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:15:17.711Z] ---> Running in 7df374fe91ee [2021-04-20T16:15:18.312Z] Removing intermediate container 7df374fe91ee [2021-04-20T16:15:18.312Z] ---> f1d85c464a04 [2021-04-20T16:15:18.312Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:15:19.311Z] ---> 9fccc47f8bc1 [2021-04-20T16:15:19.311Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:15:19.586Z] ---> Running in 8443244c9a20 [2021-04-20T16:15:23.024Z] Removing intermediate container 8443244c9a20 [2021-04-20T16:15:23.024Z] ---> c410662da779 [2021-04-20T16:15:23.024Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:24.490Z] ---> d42adabbaaf8 [2021-04-20T16:15:24.490Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:15:27.909Z] ---> d193891a49b5 [2021-04-20T16:15:27.909Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:15:27.909Z] Removing intermediate container aff624f29cbf [2021-04-20T16:15:27.909Z] ---> 84824cdf9c9e [2021-04-20T16:15:27.909Z] [2021-04-20T16:15:27.909Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:15:27.909Z] ---> 9852663dfa18 [2021-04-20T16:15:27.909Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:15:27.909Z] ---> Using cache [2021-04-20T16:15:27.909Z] ---> 8dc5e5d02478 [2021-04-20T16:15:27.909Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:15:27.909Z] ---> Using cache [2021-04-20T16:15:27.909Z] ---> cc08c87a6202 [2021-04-20T16:15:27.909Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T16:15:27.909Z] Removing intermediate container 6ecb02894902 [2021-04-20T16:15:27.909Z] ---> 80e7aa0311c9 [2021-04-20T16:15:27.909Z] [2021-04-20T16:15:27.909Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:15:27.909Z] ---> 9852663dfa18 [2021-04-20T16:15:27.909Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:15:28.182Z] ---> Running in 79fe3639e8c4 [2021-04-20T16:15:28.455Z] ---> Running in bfb1371c97cb [2021-04-20T16:15:28.732Z] ---> 5228f8a3ce84 [2021-04-20T16:15:28.732Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:15:28.732Z] Removing intermediate container 79fe3639e8c4 [2021-04-20T16:15:28.732Z] ---> 0d5beadf797e [2021-04-20T16:15:28.732Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:15:29.351Z] ---> Running in 89185ec368e0 [2021-04-20T16:15:29.628Z] ---> 893a06de2707 [2021-04-20T16:15:29.628Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:15:29.903Z] Removing intermediate container 89185ec368e0 [2021-04-20T16:15:29.903Z] ---> 36558e5618ee [2021-04-20T16:15:29.903Z] Step 15/23 : WORKDIR / [2021-04-20T16:15:30.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:30.174Z] ---> Running in 4377ab193e86 [2021-04-20T16:15:30.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:30.773Z] ---> ed25347b08d1 [2021-04-20T16:15:30.773Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:15:30.773Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:15:31.046Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:15:31.046Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:15:31.046Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:15:31.318Z] OK: 6 MiB in 16 packages [2021-04-20T16:15:31.318Z] ---> Running in dc600eb65cae [2021-04-20T16:15:31.318Z] Removing intermediate container 4377ab193e86 [2021-04-20T16:15:31.318Z] ---> e1ed2bfa4a99 [2021-04-20T16:15:31.318Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:32.759Z] Removing intermediate container dc600eb65cae [2021-04-20T16:15:32.759Z] ---> 2020f5828649 [2021-04-20T16:15:32.759Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:15:32.759Z] ---> 3f88e3c5b357 [2021-04-20T16:15:32.759Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:15:33.749Z] ---> d9b3c12fa0f3 [2021-04-20T16:15:33.749Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:15:33.749Z] Removing intermediate container 8a1604ca8599 [2021-04-20T16:15:33.749Z] ---> f1b711e69715 [2021-04-20T16:15:33.749Z] [2021-04-20T16:15:33.749Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:15:33.749Z] ---> 9852663dfa18 [2021-04-20T16:15:33.749Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:15:33.749Z] ---> Using cache [2021-04-20T16:15:33.749Z] ---> 8dc5e5d02478 [2021-04-20T16:15:33.749Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:15:33.749Z] ---> Using cache [2021-04-20T16:15:33.749Z] ---> cc08c87a6202 [2021-04-20T16:15:33.749Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:15:33.749Z] Removing intermediate container bfb1371c97cb [2021-04-20T16:15:33.749Z] ---> f296299621d9 [2021-04-20T16:15:33.749Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:15:34.344Z] ---> Running in e168e9d83998 [2021-04-20T16:15:34.344Z] ---> Running in 0fa819c0c5b6 [2021-04-20T16:15:34.344Z] ---> Running in 3072cb85573e [2021-04-20T16:15:34.615Z] ---> 6fe3e25b56ce [2021-04-20T16:15:34.615Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:34.892Z] Removing intermediate container 3072cb85573e [2021-04-20T16:15:34.892Z] ---> e08d84ac4064 [2021-04-20T16:15:34.892Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:15:35.178Z] Removing intermediate container e168e9d83998 [2021-04-20T16:15:35.178Z] ---> 5b42834e5dfc [2021-04-20T16:15:35.178Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:15:35.178Z] ---> Running in c0712e17225c [2021-04-20T16:15:35.178Z] ---> Running in 8536de4c74f9 [2021-04-20T16:15:35.774Z] ---> 50ba76f60cde [2021-04-20T16:15:35.774Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:15:35.774Z] Removing intermediate container c0712e17225c [2021-04-20T16:15:35.774Z] ---> 8655b7a9192a [2021-04-20T16:15:35.774Z] Step 15/23 : WORKDIR / [2021-04-20T16:15:35.774Z] ---> Running in c3cccd79b6aa [2021-04-20T16:15:36.047Z] ---> Running in 8fa52bb9973b [2021-04-20T16:15:36.047Z] Removing intermediate container 8536de4c74f9 [2021-04-20T16:15:36.047Z] ---> cac1f19b3bb9 [2021-04-20T16:15:36.047Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:15:36.047Z] ---> Running in 97a2a473338d [2021-04-20T16:15:36.319Z] Removing intermediate container c3cccd79b6aa [2021-04-20T16:15:36.319Z] ---> 9bf19cc7c081 [2021-04-20T16:15:36.319Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:36.590Z] ---> Running in 5fcb2e87dacd [2021-04-20T16:15:36.948Z] Removing intermediate container 97a2a473338d [2021-04-20T16:15:36.948Z] ---> 5474d36425e4 [2021-04-20T16:15:36.948Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:36.948Z] Removing intermediate container 8fa52bb9973b [2021-04-20T16:15:36.948Z] ---> 7b10ee19d8ff [2021-04-20T16:15:36.948Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:36.948Z] Removing intermediate container 0fa819c0c5b6 [2021-04-20T16:15:36.948Z] ---> 04e2959470ee [2021-04-20T16:15:36.948Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:15:37.381Z] Removing intermediate container 5fcb2e87dacd [2021-04-20T16:15:37.381Z] ---> d9a50986917a [2021-04-20T16:15:37.381Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:15:37.683Z] ---> Running in 6c6265a36ab0 [2021-04-20T16:15:37.683Z] ---> Running in 1e8ef12faaea [2021-04-20T16:15:37.683Z] ---> f03faa408ba7 [2021-04-20T16:15:37.683Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:15:37.683Z] ---> c3593526fa25 [2021-04-20T16:15:37.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:15:38.318Z] Removing intermediate container 1e8ef12faaea [2021-04-20T16:15:38.318Z] ---> ce9946fcebd5 [2021-04-20T16:15:38.318Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:15:38.318Z] Removing intermediate container 6c6265a36ab0 [2021-04-20T16:15:38.318Z] ---> fa203fc8809e [2021-04-20T16:15:38.318Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:15:38.924Z] ---> Running in ba89e5169b5e [2021-04-20T16:15:38.924Z] ---> Running in 8dda9448b298 [2021-04-20T16:15:39.986Z] ---> dccc55097a10 [2021-04-20T16:15:39.986Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:39.986Z] Removing intermediate container ba89e5169b5e [2021-04-20T16:15:39.986Z] ---> 8345ad7cf5c7 [2021-04-20T16:15:39.986Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:15:39.986Z] Removing intermediate container 8dda9448b298 [2021-04-20T16:15:39.986Z] ---> f34d843e46bb [2021-04-20T16:15:39.986Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T16:15:39.986Z] ---> 49974ad65d24 [2021-04-20T16:15:39.986Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:40.291Z] ---> Running in 5241cc70b26a [2021-04-20T16:15:40.621Z] ---> Running in 9e4846e75e65 [2021-04-20T16:15:40.904Z] ---> 43f2bb397235 [2021-04-20T16:15:40.904Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:15:40.904Z] Removing intermediate container 5241cc70b26a [2021-04-20T16:15:40.904Z] ---> 28c6a3843dd4 [2021-04-20T16:15:40.904Z] [2021-04-20T16:15:41.208Z] ---> Running in 7b600c5ab39e [2021-04-20T16:15:41.208Z] ---> 9cbdce67ce38 [2021-04-20T16:15:41.208Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:15:41.520Z] Removing intermediate container 9e4846e75e65 [2021-04-20T16:15:41.520Z] ---> ab7a6a0c735b [2021-04-20T16:15:41.520Z] Step 30/31 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:15:41.520Z] ---> Running in e34b42e5bc15 [2021-04-20T16:15:41.810Z] Successfully built 28c6a3843dd4 [2021-04-20T16:15:41.810Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T16:15:41.810Z]  Building docker-core-command-go ... done Removing intermediate container 7b600c5ab39e [2021-04-20T16:15:41.810Z] ---> c022de96cb72 [2021-04-20T16:15:41.810Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:42.087Z] ---> Running in 6537f87d7d55 [2021-04-20T16:15:42.087Z] ---> Running in b8891ad8fd41 [2021-04-20T16:15:42.358Z] Removing intermediate container e34b42e5bc15 [2021-04-20T16:15:42.358Z] ---> e2076d2e9365 [2021-04-20T16:15:42.358Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:42.358Z] ---> Running in a54df8c377d4 [2021-04-20T16:15:42.632Z] Removing intermediate container 6537f87d7d55 [2021-04-20T16:15:42.632Z] ---> f032a3e85adc [2021-04-20T16:15:42.632Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T16:15:42.633Z] Removing intermediate container b8891ad8fd41 [2021-04-20T16:15:42.633Z] ---> a42fdae0db11 [2021-04-20T16:15:42.633Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:15:42.903Z] ---> Running in 0cd7f815fb50 [2021-04-20T16:15:43.177Z] ---> Running in e187fb35701e [2021-04-20T16:15:43.177Z] Removing intermediate container a54df8c377d4 [2021-04-20T16:15:43.177Z] ---> fe9b22975160 [2021-04-20T16:15:43.177Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:15:43.450Z] ---> Running in f6bbc7a39f9f [2021-04-20T16:15:43.450Z] Removing intermediate container 0cd7f815fb50 [2021-04-20T16:15:43.450Z] ---> 4e82509a0010 [2021-04-20T16:15:43.450Z] [2021-04-20T16:15:43.724Z] Removing intermediate container e187fb35701e [2021-04-20T16:15:43.724Z] ---> af857e94e438 [2021-04-20T16:15:43.724Z] Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:15:43.724Z] ---> Running in e77023f44c01 [2021-04-20T16:15:43.997Z] Successfully built 4e82509a0010 [2021-04-20T16:15:43.997Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T16:15:43.997Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f6bbc7a39f9f [2021-04-20T16:15:43.997Z] ---> a553092d4e06 [2021-04-20T16:15:43.997Z] Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf [2021-04-20T16:15:44.271Z] ---> Running in e35ff6658286 [2021-04-20T16:15:44.271Z] Removing intermediate container e77023f44c01 [2021-04-20T16:15:44.271Z] ---> 1dd8ca698f64 [2021-04-20T16:15:44.271Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:15:44.544Z] ---> Running in e6029fc59f7f [2021-04-20T16:15:44.815Z] Removing intermediate container e35ff6658286 [2021-04-20T16:15:44.815Z] ---> 1617071b097c [2021-04-20T16:15:44.815Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:15:44.815Z] ---> Running in da827d42192e [2021-04-20T16:15:45.088Z] Removing intermediate container e6029fc59f7f [2021-04-20T16:15:45.088Z] ---> 6508f197d24a [2021-04-20T16:15:45.088Z] [2021-04-20T16:15:45.678Z] Removing intermediate container da827d42192e [2021-04-20T16:15:45.678Z] ---> 319fedcb1456 [2021-04-20T16:15:45.678Z] [2021-04-20T16:15:45.678Z] Successfully built 6508f197d24a [2021-04-20T16:15:45.678Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T16:15:45.951Z]  Building docker-support-notifications-go ... done Successfully built 319fedcb1456 [2021-04-20T16:15:45.951Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T16:15:46.236Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-04-20T16:15:46.213Z] $ docker stop --time=1 95bcc4d30cd5d9b9fd5ea2ab7696476b79d1f7f5051fb4a79250d041ded6326b [2021-04-20T16:15:48.080Z] $ docker rm -f 95bcc4d30cd5d9b9fd5ea2ab7696476b79d1f7f5051fb4a79250d041ded6326b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:15:48.665Z] + docker images [2021-04-20T16:15:48.665Z] + grep docker [2021-04-20T16:15:48.937Z] docker-core-metadata-go-arm64 latest 319fedcb1456 3 seconds ago 18.1MB [2021-04-20T16:15:48.937Z] docker-support-notifications-go-arm64 latest 6508f197d24a 4 seconds ago 17.2MB [2021-04-20T16:15:48.937Z] docker-security-bootstrapper-go-arm64 latest 4e82509a0010 5 seconds ago 18.1MB [2021-04-20T16:15:48.937Z] docker-core-command-go-arm64 latest 28c6a3843dd4 8 seconds ago 16.5MB [2021-04-20T16:15:48.937Z] docker-sys-mgmt-agent-go-arm64 latest 50ea2b3557da 2 minutes ago 299MB [2021-04-20T16:15:48.937Z] docker-core-data-go-arm64 latest dd9b43220dec 3 minutes ago 21.6MB [2021-04-20T16:15:48.937Z] docker-security-secretstore-setup-go-arm64 latest 62614b54e871 3 minutes ago 24.9MB [2021-04-20T16:15:48.937Z] docker-support-scheduler-go-arm64 latest 4dc69472c298 3 minutes ago 16.6MB [2021-04-20T16:15:48.937Z] docker-security-proxy-setup-go-arm64 latest 992d960344d9 3 minutes ago 24.6MB [2021-04-20T16:15:48.937Z] docker 20.10.0 eeaf43b92773 4 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-04-20T16:15:50.748Z] ---> job-cost.sh [2021-04-20T16:15:50.748Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R2Le [2021-04-20T16:16:29.678Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T16:18:06.394Z] lf-activate-venv(): INFO: Adding /tmp/venv-R2Le/bin to PATH [2021-04-20T16:18:06.394Z] INFO: No Stack... [2021-04-20T16:18:06.394Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T16:18:06.394Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T16:18:06.746Z] + cut -d, -f6 [2021-04-20T16:18:06.746Z] + cat /w/workspace/edgex-go/80/archives/cost.csv [Pipeline] lock [2021-04-20T16:18:06.866Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-80-stack-cost] [2021-04-20T16:18:06.877Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-80-stack-cost] did not exist. Created. [2021-04-20T16:18:06.877Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T16:18:07.245Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T16:18:07.503Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T16:18:07.523Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-80-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-04-20T16:18:08.696Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:09.585Z] ---> package-listing.sh [2021-04-20T16:18:09.585Z] ++ facter osfamily [2021-04-20T16:18:09.585Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T16:18:09.585Z] + OS_FAMILY=redhat [2021-04-20T16:18:09.585Z] + workspace=/w/workspace/edgex-go/80 [2021-04-20T16:18:09.585Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T16:18:09.585Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T16:18:09.585Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T16:18:09.585Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T16:18:09.585Z] + '[' /w/workspace/edgex-go/80 ']' [2021-04-20T16:18:09.585Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T16:18:09.585Z] + case "${OS_FAMILY}" in [2021-04-20T16:18:09.585Z] + rpm -qa [2021-04-20T16:18:09.585Z] + sort [2021-04-20T16:18:14.889Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T16:18:14.889Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T16:18:14.889Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T16:18:14.889Z] + '[' /w/workspace/edgex-go/80 ']' [2021-04-20T16:18:14.889Z] + mkdir -p /w/workspace/edgex-go/80/archives/ [2021-04-20T16:18:14.889Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/80/archives/ [Pipeline] echo [2021-04-20T16:18:14.904Z] 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/80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T16:18:15.199Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:18:15.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:18:15.511Z] [2021-04-20T16:18:15.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:18:15.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:18:15.830Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T16:18:15.830Z] df20fa9351a1: Pulling fs layer [2021-04-20T16:18:15.830Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T16:18:15.830Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T16:18:15.830Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T16:18:15.830Z] 93b61091891f: Pulling fs layer [2021-04-20T16:18:15.830Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T16:18:15.830Z] 5e14af77c1be: Pulling fs layer [2021-04-20T16:18:15.830Z] 01666e4c0597: Pulling fs layer [2021-04-20T16:18:15.830Z] aa168da1d23b: Pulling fs layer [2021-04-20T16:18:15.830Z] 93b9cdb0e59b: Waiting [2021-04-20T16:18:15.830Z] 5e14af77c1be: Waiting [2021-04-20T16:18:15.830Z] 01666e4c0597: Waiting [2021-04-20T16:18:15.830Z] aa168da1d23b: Waiting [2021-04-20T16:18:15.830Z] 46f8f816bc3b: Waiting [2021-04-20T16:18:15.830Z] 36b3adc4ff6f: Download complete [2021-04-20T16:18:15.830Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T16:18:15.830Z] 46f8f816bc3b: Download complete [2021-04-20T16:18:16.096Z] df20fa9351a1: Verifying Checksum [2021-04-20T16:18:16.096Z] df20fa9351a1: Download complete [2021-04-20T16:18:16.096Z] 93b61091891f: Verifying Checksum [2021-04-20T16:18:16.096Z] 93b61091891f: Download complete [2021-04-20T16:18:16.096Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T16:18:16.096Z] 93b9cdb0e59b: Download complete [2021-04-20T16:18:16.096Z] 01666e4c0597: Verifying Checksum [2021-04-20T16:18:16.096Z] 01666e4c0597: Download complete [2021-04-20T16:18:16.096Z] 5e14af77c1be: Verifying Checksum [2021-04-20T16:18:16.096Z] 5e14af77c1be: Download complete [2021-04-20T16:18:16.096Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T16:18:16.096Z] 8ad3a11d3b57: Download complete [2021-04-20T16:18:16.363Z] df20fa9351a1: Pull complete [2021-04-20T16:18:16.626Z] 36b3adc4ff6f: Pull complete [2021-04-20T16:18:17.202Z] 8ad3a11d3b57: Pull complete [2021-04-20T16:18:17.468Z] 46f8f816bc3b: Pull complete [2021-04-20T16:18:18.422Z] aa168da1d23b: Verifying Checksum [2021-04-20T16:18:18.422Z] aa168da1d23b: Download complete [2021-04-20T16:18:19.007Z] 93b61091891f: Pull complete [2021-04-20T16:18:19.007Z] 93b9cdb0e59b: Pull complete [2021-04-20T16:18:19.275Z] 5e14af77c1be: Pull complete [2021-04-20T16:18:19.541Z] 01666e4c0597: Pull complete [2021-04-20T16:18:29.679Z] aa168da1d23b: Pull complete [2021-04-20T16:18:29.941Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T16:18:30.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:18:30.203Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T16:18:30.403Z] prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container [2021-04-20T16:18:30.454Z] $ 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/80/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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T16:18:35.764Z] $ docker top 2e3015de7c4046edfc665048201fcaa66ecb014da96ee6640317c6eb17c8e871 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:18:36.303Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T16:18:36.606Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T16:18:36.911Z] + ls /var/log/sa-host [2021-04-20T16:18:36.912Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T16:18:36.912Z] file_magic: OK [2021-04-20T16:18:36.912Z] HZ: Using current value: 100 [2021-04-20T16:18:36.912Z] file_header: OK [2021-04-20T16:18:36.912Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T16:18:36.912Z] Statistics: [2021-04-20T16:18:36.912Z] 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-04-20T16:18:36.912Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T16:18:36.912Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T16:18:36.912Z] file_magic: OK [2021-04-20T16:18:36.912Z] HZ: Using current value: 100 [2021-04-20T16:18:36.912Z] file_header: OK [2021-04-20T16:18:36.912Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T16:18:36.912Z] Statistics: [2021-04-20T16:18:36.912Z] Hnuu...uuuununununu... [2021-04-20T16:18:36.912Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T16:18:37.092Z] provisioning config files... [2021-04-20T16:18:37.115Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/80@tmp/config9080155019975614610tmp [Pipeline] { [Pipeline] echo [2021-04-20T16:18:37.141Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:37.441Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T16:18:37.451Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T16:18:37.477Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:37.776Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T16:18:37.788Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:38.093Z] ---> sudo-logs.sh [2021-04-20T16:18:38.093Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T16:18:38.276Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:38.662Z] ---> job-cost.sh [2021-04-20T16:18:38.662Z] lf-activate-venv: SKIPPING [2021-04-20T16:18:38.662Z] DEBUG: total: 0.20999999344348907 [2021-04-20T16:18:38.662Z] INFO: Retrieving Stack Cost... [2021-04-20T16:18:39.248Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T16:18:39.827Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T16:18:39.843Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:40.148Z] ---> logs-deploy.sh [2021-04-20T16:18:40.149Z] lf-activate-venv: SKIPPING [2021-04-20T16:18:40.149Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/80 [2021-04-20T16:18:40.149Z] INFO: archiving workspace using pattern(s): [2021-04-20T16:18:41.538Z] Archives upload complete. [2021-04-20T16:18:41.800Z] INFO: archiving logs to Nexus [2021-04-20T16:18:42.754Z] ---> uname -a: [2021-04-20T16:18:42.754Z] Linux prd-centos7-docker-4c-2g-1198.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] ---> lscpu: [2021-04-20T16:18:42.754Z] Architecture: x86_64 [2021-04-20T16:18:42.754Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T16:18:42.754Z] Byte Order: Little Endian [2021-04-20T16:18:42.754Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T16:18:42.754Z] CPU(s): 4 [2021-04-20T16:18:42.754Z] On-line CPU(s) list: 0-3 [2021-04-20T16:18:42.754Z] Thread(s) per core: 1 [2021-04-20T16:18:42.754Z] Core(s) per socket: 1 [2021-04-20T16:18:42.754Z] Socket(s): 4 [2021-04-20T16:18:42.754Z] NUMA node(s): 1 [2021-04-20T16:18:42.754Z] Vendor ID: GenuineIntel [2021-04-20T16:18:42.754Z] CPU family: 6 [2021-04-20T16:18:42.754Z] Model: 44 [2021-04-20T16:18:42.754Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T16:18:42.754Z] Stepping: 1 [2021-04-20T16:18:42.754Z] CPU MHz: 2933.438 [2021-04-20T16:18:42.754Z] BogoMIPS: 5866.87 [2021-04-20T16:18:42.754Z] Virtualization: VT-x [2021-04-20T16:18:42.754Z] Hypervisor vendor: KVM [2021-04-20T16:18:42.754Z] Virtualization type: full [2021-04-20T16:18:42.754Z] L1d cache: 128 KiB [2021-04-20T16:18:42.754Z] L1i cache: 128 KiB [2021-04-20T16:18:42.754Z] L2 cache: 16 MiB [2021-04-20T16:18:42.754Z] L3 cache: 64 MiB [2021-04-20T16:18:42.754Z] NUMA node0 CPU(s): 0-3 [2021-04-20T16:18:42.754Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T16:18:42.754Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T16:18:42.754Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T16:18:42.754Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T16:18:42.754Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T16:18:42.754Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T16:18:42.754Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T16:18:42.754Z] Vulnerability Srbds: Not affected [2021-04-20T16:18:42.754Z] Vulnerability Tsx async abort: Not affected [2021-04-20T16:18:42.754Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] ---> nproc: [2021-04-20T16:18:42.754Z] 4 [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] ---> df -h: [2021-04-20T16:18:42.754Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T16:18:42.754Z] overlay 50.0G 11.8G 38.2G 24% / [2021-04-20T16:18:42.754Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T16:18:42.754Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T16:18:42.754Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/80 [2021-04-20T16:18:42.754Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/80@tmp [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] ---> free -m: [2021-04-20T16:18:42.754Z] total used free shared buff/cache available [2021-04-20T16:18:42.754Z] Mem: 1837 724 121 0 991 1031 [2021-04-20T16:18:42.754Z] Swap: 1023 78 945 [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z] ---> ip addr: [2021-04-20T16:18:42.754Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T16:18:42.754Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T16:18:42.754Z] inet 127.0.0.1/8 scope host lo [2021-04-20T16:18:42.754Z] valid_lft forever preferred_lft forever [2021-04-20T16:18:42.754Z] inet6 ::1/128 scope host [2021-04-20T16:18:42.754Z] valid_lft forever preferred_lft forever [2021-04-20T16:18:42.754Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T16:18:42.754Z] link/ether fa:16:3e:55:e3:77 brd ff:ff:ff:ff:ff:ff [2021-04-20T16:18:42.754Z] inet 10.30.123.10/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T16:18:42.754Z] valid_lft 84945sec preferred_lft 84945sec [2021-04-20T16:18:42.754Z] inet6 fe80::f816:3eff:fe55:e377/64 scope link [2021-04-20T16:18:42.754Z] valid_lft forever preferred_lft forever [2021-04-20T16:18:42.754Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T16:18:42.754Z] link/ether 02:42:cc:69:9c:f9 brd ff:ff:ff:ff:ff:ff [2021-04-20T16:18:42.754Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T16:18:42.754Z] valid_lft forever preferred_lft forever [2021-04-20T16:18:42.754Z] inet6 fe80::42:ccff:fe69:9cf9/64 scope link [2021-04-20T16:18:42.754Z] valid_lft forever preferred_lft forever [2021-04-20T16:18:42.754Z] [2021-04-20T16:18:42.754Z]