Pull request #3115 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f6488ce3fa4db70bcc85873cdb1055f3a197a9f7+74c372326013f994c98436bf4455b6fe21c08430 (a088f7e8562ca09e3142c8a77278f1536717f09a) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24721 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 Merge succeeded, producing f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 Checking out Revision f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 (PR-3115) > git config core.sparsecheckout # timeout=10 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 Commit message: "feat(security): Address PR feedback" > git rev-list --no-walk 81e9efdcccb5f166fe2149ef91226e89df21d494 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T15:49:42.634Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T15:49:42.916Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T15:49:43.025Z] ========================================================= [2021-02-03T15:49:43.025Z] EdgeX Global Pipelines Version Info [2021-02-03T15:49:43.025Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T15:49:44.493Z] ------------------- [2021-02-03T15:49:44.493Z] stable info: [2021-02-03T15:49:44.493Z] ------------------- [2021-02-03T15:49:44.493Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T15:49:44.493Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T15:49:44.493Z] Message: update stable to v1.0.179 [2021-02-03T15:49:45.439Z] ------------------- [2021-02-03T15:49:45.439Z] experimental info: [2021-02-03T15:49:45.439Z] ------------------- [2021-02-03T15:49:45.439Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T15:49:45.439Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T15:49:45.439Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T15:49:45.706Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-03T15:49:45.801Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-03T15:49:45.897Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T15:49:46.002Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T15:49:46.098Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T15:49:46.196Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T15:49:46.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T15:49:46.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-03T15:49:46.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-03T15:49:46.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-03T15:49:46.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T15:49:46.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T15:49:46.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T15:49:46.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T15:49:47.209Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T15:49:47.306Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T15:49:47.401Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T15:49:47.495Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T15:49:47.594Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-03T15:49:47.688Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-03T15:49:47.780Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-03T15:49:47.897Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T15:49:48.057Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T15:49:48.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo [2021-02-03T15:49:48.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo [2021-02-03T15:49:48.348Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo [2021-02-03T15:49:48.439Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [Pipeline] echo [2021-02-03T15:49:48.543Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6488ce [Pipeline] echo [2021-02-03T15:49:48.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T15:49:48.811Z] provisioning config files... [2021-02-03T15:49:48.842Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4690126107620151961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T15:49:49.215Z] ---> docker-login.sh [2021-02-03T15:49:49.215Z] nexus3.edgexfoundry.org:10001 [2021-02-03T15:49:49.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:49:49.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:49:49.745Z] Configure a credential helper to remove this warning. See [2021-02-03T15:49:49.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:49:49.745Z] [2021-02-03T15:49:49.745Z] Login Succeeded [2021-02-03T15:49:49.745Z] nexus3.edgexfoundry.org:10002 [2021-02-03T15:49:49.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:49:50.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:49:50.008Z] Configure a credential helper to remove this warning. See [2021-02-03T15:49:50.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:49:50.008Z] [2021-02-03T15:49:50.008Z] Login Succeeded [2021-02-03T15:49:50.008Z] nexus3.edgexfoundry.org:10003 [2021-02-03T15:49:50.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:49:50.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:49:50.272Z] Configure a credential helper to remove this warning. See [2021-02-03T15:49:50.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:49:50.272Z] [2021-02-03T15:49:50.272Z] Login Succeeded [2021-02-03T15:49:50.272Z] nexus3.edgexfoundry.org:10004 [2021-02-03T15:49:50.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:49:50.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:49:50.272Z] Configure a credential helper to remove this warning. See [2021-02-03T15:49:50.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:49:50.272Z] [2021-02-03T15:49:50.272Z] Login Succeeded [2021-02-03T15:49:50.272Z] docker.io [2021-02-03T15:49:50.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:49:50.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:49:50.798Z] Configure a credential helper to remove this warning. See [2021-02-03T15:49:50.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:49:50.798Z] [2021-02-03T15:49:50.798Z] Login Succeeded [2021-02-03T15:49:50.798Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T15:49:50.808Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T15:49:51.339Z] ++ 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-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/core-command/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/core-data/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-03T15:49:51.339Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T15:49:51.339Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-03T15:49:51.339Z] ++ cut -d/ -f2 [2021-02-03T15:49:51.339Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-03T15:49:51.413Z] 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-02-03T15:49:53.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T15:49:53.038Z] [2021-02-03T15:49:53.038Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:49:53.390Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T15:49:53.390Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T15:49:53.390Z] 31603596830f: Pulling fs layer [2021-02-03T15:49:53.390Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T15:49:53.390Z] 6ca5941a6612: Pulling fs layer [2021-02-03T15:49:53.390Z] ecc8261a40a4: Pulling fs layer [2021-02-03T15:49:53.390Z] ecc8261a40a4: Waiting [2021-02-03T15:49:53.390Z] 2a8b12db71e7: Verifying Checksum [2021-02-03T15:49:53.390Z] 2a8b12db71e7: Download complete [2021-02-03T15:49:53.655Z] 31603596830f: Verifying Checksum [2021-02-03T15:49:53.655Z] 31603596830f: Download complete [2021-02-03T15:49:53.655Z] ecc8261a40a4: Verifying Checksum [2021-02-03T15:49:53.655Z] ecc8261a40a4: Download complete [2021-02-03T15:49:53.655Z] 6ca5941a6612: Verifying Checksum [2021-02-03T15:49:53.655Z] 6ca5941a6612: Download complete [2021-02-03T15:49:53.918Z] 31603596830f: Pull complete [2021-02-03T15:49:54.181Z] 2a8b12db71e7: Pull complete [2021-02-03T15:49:55.129Z] 6ca5941a6612: Pull complete [2021-02-03T15:49:55.393Z] ecc8261a40a4: Pull complete [2021-02-03T15:49:55.393Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T15:49:55.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T15:49:55.393Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T15:49:55.496Z] prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container [2021-02-03T15:49:55.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T15:49:58.254Z] $ docker top cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T15:49:58.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T15:49:58.660Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T15:49:58.884Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T15:49:58.886Z] $ docker exec cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent [2021-02-03T15:49:59.054Z] SSH_AUTH_SOCK=/tmp/ssh-mnnpk2jsO4o9/agent.12 [2021-02-03T15:49:59.054Z] SSH_AGENT_PID=17 [2021-02-03T15:49:59.070Z] Running ssh-add (command line suppressed) [2021-02-03T15:49:59.197Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4321460964624935004.key (/w/workspace/edgex-go/3@tmp/private_key_4321460964624935004.key) [2021-02-03T15:49:59.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T15:49:59.589Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T15:49:59.614Z] $ docker exec --env ******** --env ******** cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent -k [2021-02-03T15:49:59.736Z] unset SSH_AUTH_SOCK; [2021-02-03T15:49:59.736Z] unset SSH_AGENT_PID; [2021-02-03T15:49:59.736Z] echo Agent pid 17 killed; [2021-02-03T15:49:59.786Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T15:49:59.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T15:49:59.987Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T15:50:00.154Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T15:50:00.157Z] $ docker exec cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent [2021-02-03T15:50:00.341Z] SSH_AUTH_SOCK=/tmp/ssh-fZUkq5YWNveO/agent.46 [2021-02-03T15:50:00.341Z] SSH_AGENT_PID=51 [2021-02-03T15:50:00.349Z] Running ssh-add (command line suppressed) [2021-02-03T15:50:00.472Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_320730057072894394.key (/w/workspace/edgex-go/3@tmp/private_key_320730057072894394.key) [2021-02-03T15:50:00.526Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T15:50:00.863Z] + git semver init [2021-02-03T15:50:00.863Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T15:50:00.863Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-03T15:50:00.863Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-03T15:50:00.863Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T15:50:00.863Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T15:50:00.863Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T15:50:00.863Z] # $SEMVER_BRANCH = PR-3115 [2021-02-03T15:50:00.863Z] # $SEMVER_TEMP = /tmp/semver-050315828 [2021-02-03T15:50:00.863Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-03T15:50:22.890Z] # '/tmp/semver-050315828' -> '/w/workspace/edgex-go/3/.semver' [2021-02-03T15:50:22.890Z] # -> Force: false [2021-02-03T15:50:22.890Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-03T15:50:22.912Z] $ docker exec --env ******** --env ******** cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent -k [2021-02-03T15:50:23.122Z] unset SSH_AUTH_SOCK; [2021-02-03T15:50:23.122Z] unset SSH_AGENT_PID; [2021-02-03T15:50:23.122Z] echo Agent pid 51 killed; [2021-02-03T15:50:23.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T15:50:23.762Z] + git semver [Pipeline] } [2021-02-03T15:50:23.780Z] $ docker stop --time=1 cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 [2021-02-03T15:50:25.406Z] $ docker rm -f cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T15:50:25.964Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T15:50:26.536Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T15:50:26.539Z] [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-02-03T15:50:27.563Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-03T15:50:27.867Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T15:50:28.169Z] + sudo service docker restart [2021-02-03T15:50:28.169Z] + true [2021-02-03T15:50:28.169Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-03T15:50:28.762Z] ========================================================= [2021-02-03T15:50:28.762Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T15:50:28.762Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:50:29.111Z] + 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-02-03T15:50:33.362Z] Sending build context to Docker daemon 327.6MB [2021-02-03T15:50:33.362Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T15:50:33.362Z] Step 2/6 : FROM ${BASE} [2021-02-03T15:50:33.362Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T15:50:33.362Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T15:50:33.362Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T15:50:33.362Z] de9db76c5a1d: Pulling fs layer [2021-02-03T15:50:33.362Z] bca2f99d35d6: Pulling fs layer [2021-02-03T15:50:33.362Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T15:50:33.362Z] 7c6f9722023f: Pulling fs layer [2021-02-03T15:50:33.362Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T15:50:33.362Z] 7c6f9722023f: Waiting [2021-02-03T15:50:33.362Z] bca2f99d35d6: Waiting [2021-02-03T15:50:33.362Z] a35cf1a2eb13: Waiting [2021-02-03T15:50:33.362Z] 93359f2a8cfa: Waiting [2021-02-03T15:50:33.362Z] de9db76c5a1d: Verifying Checksum [2021-02-03T15:50:33.362Z] de9db76c5a1d: Download complete [2021-02-03T15:50:33.362Z] 0ef7d3d256c8: Verifying Checksum [2021-02-03T15:50:33.362Z] 0ef7d3d256c8: Download complete [2021-02-03T15:50:33.362Z] 93359f2a8cfa: Verifying Checksum [2021-02-03T15:50:33.362Z] 93359f2a8cfa: Download complete [2021-02-03T15:50:33.362Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T15:50:33.362Z] 188c0c94c7c5: Download complete [2021-02-03T15:50:33.362Z] 7c6f9722023f: Verifying Checksum [2021-02-03T15:50:33.362Z] 7c6f9722023f: Download complete [2021-02-03T15:50:33.362Z] 188c0c94c7c5: Pull complete [2021-02-03T15:50:33.626Z] 0ef7d3d256c8: Pull complete [2021-02-03T15:50:33.626Z] de9db76c5a1d: Pull complete [2021-02-03T15:50:35.036Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T15:50:35.036Z] a35cf1a2eb13: Download complete [2021-02-03T15:50:35.614Z] bca2f99d35d6: Verifying Checksum [2021-02-03T15:50:35.614Z] bca2f99d35d6: Download complete [2021-02-03T15:50:40.950Z] bca2f99d35d6: Pull complete [2021-02-03T15:50:41.215Z] 93359f2a8cfa: Pull complete [2021-02-03T15:50:41.215Z] 7c6f9722023f: Pull complete [2021-02-03T15:50:42.052Z] Still waiting to schedule task [2021-02-03T15:50:42.052Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-03T15:50:46.544Z] a35cf1a2eb13: Pull complete [2021-02-03T15:50:46.544Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T15:50:46.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T15:50:46.544Z] ---> a62c8e92a672 [2021-02-03T15:50:46.544Z] 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-02-03T15:50:46.544Z] ---> Running in 331d3ce70721 [2021-02-03T15:50:47.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:50:48.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:50:48.340Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T15:50:48.916Z] (2/12) Installing file (5.38-r0) [2021-02-03T15:50:48.916Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T15:50:49.180Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T15:50:54.497Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T15:50:54.497Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T15:50:54.497Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T15:50:54.497Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T15:50:54.759Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T15:50:54.759Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T15:50:55.023Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T15:50:55.023Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T15:50:55.023Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:50:55.023Z] OK: 233 MiB in 51 packages [2021-02-03T15:50:58.343Z] Removing intermediate container 331d3ce70721 [2021-02-03T15:50:58.343Z] ---> 44d7c49b91f8 [2021-02-03T15:50:58.343Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T15:50:58.607Z] ---> Running in 9fde9093e259 [2021-02-03T15:50:58.870Z] Removing intermediate container 9fde9093e259 [2021-02-03T15:50:58.870Z] ---> f89322778d5f [2021-02-03T15:50:58.870Z] Step 5/6 : COPY go.mod . [2021-02-03T15:50:59.132Z] ---> 64c105a97d02 [2021-02-03T15:50:59.132Z] Step 6/6 : RUN go mod download [2021-02-03T15:50:59.132Z] ---> Running in 6accfa5f4beb [2021-02-03T15:51:21.156Z] Removing intermediate container 6accfa5f4beb [2021-02-03T15:51:21.156Z] ---> 8366487757b8 [2021-02-03T15:51:21.156Z] Successfully built 8366487757b8 [2021-02-03T15:51:21.156Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:51:21.488Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T15:51:21.488Z] . [Pipeline] withDockerContainer [2021-02-03T15:51:21.599Z] prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container [2021-02-03T15:51:21.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T15:51:22.534Z] $ docker top 049e2bc25adc320334489b0784aab9a43015fd171f78c1b5d3b1be935d49e2f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T15:51:23.067Z] + go version [2021-02-03T15:51:23.067Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T15:51:23.081Z] $ docker stop --time=1 049e2bc25adc320334489b0784aab9a43015fd171f78c1b5d3b1be935d49e2f6 [2021-02-03T15:51:24.435Z] $ docker rm -f 049e2bc25adc320334489b0784aab9a43015fd171f78c1b5d3b1be935d49e2f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:51:25.343Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T15:51:25.343Z] . [Pipeline] withDockerContainer [2021-02-03T15:51:25.442Z] prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container [2021-02-03T15:51:25.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T15:51:26.248Z] $ docker top 75b5d0c615301851ffbf1d986d0f88b48377dfc85d68d342df9d5f22ab4e4cd9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T15:51:26.507Z] ========================================================= [2021-02-03T15:51:26.507Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T15:51:26.507Z] ========================================================= [Pipeline] sh [2021-02-03T15:51:26.804Z] + make test [2021-02-03T15:51:26.804Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T15:51:36.903Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T15:51:52.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T15:51:57.839Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T15:51:57.839Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T15:51:57.839Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-03T15:52:00.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-03T15:52:00.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T15:52:00.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T15:52:00.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T15:52:00.718Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T15:52:01.693Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T15:52:03.666Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T15:52:03.666Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T15:52:03.666Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T15:52:07.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 46.0% of statements [2021-02-03T15:52:07.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T15:52:07.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T15:52:07.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T15:52:07.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T15:52:07.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T15:52:07.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-03T15:52:07.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-03T15:52:07.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-03T15:52:08.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T15:52:08.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T15:52:08.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T15:52:08.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 65.8% of statements [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T15:52:08.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T15:52:09.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.454s coverage: 82.3% of statements [2021-02-03T15:52:09.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T15:52:09.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:52:09.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T15:52:09.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T15:52:11.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T15:52:11.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T15:52:11.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T15:52:11.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T15:52:11.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-02-03T15:52:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T15:52:12.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-02-03T15:52:12.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T15:52:12.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T15:52:12.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T15:52:12.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.415s coverage: 92.8% of statements [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T15:52:14.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 45.5% of statements [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2021-02-03T15:52:14.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-02-03T15:52:27.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-02-03T15:52:27.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-03T15:52:31.726Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24722 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws [2021-02-03T15:52:31.845Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-03T15:52:36.914Z] using credential edgex-jenkins-ssh [2021-02-03T15:52:36.972Z] Cloning the remote Git repository [2021-02-03T15:52:37.013Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T15:52:37.117Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-03T15:52:37.197Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T15:52:37.198Z] > git --version # timeout=10 [2021-02-03T15:52:37.217Z] > git --version # 'git version 2.17.1' [2021-02-03T15:52:37.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T15:52:37.303Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-02-03T15:52:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T15:52:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-03T15:52:39.333Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-03T15:52:39.333Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T15:52:39.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T15:52:39.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T15:52:39.333Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T15:52:39.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-03T15:52:39.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-03T15:52:39.333Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-03T15:52:39.333Z] GO111MODULE=on go vet ./... [2021-02-03T15:52:53.929Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T15:52:53.945Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T15:52:53.984Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T15:52:54.037Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T15:52:54.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T15:52:54.051Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T15:52:54.853Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:52:55.290Z] Merge succeeded, producing f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:52:55.290Z] Checking out Revision f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 (PR-3115) [2021-02-03T15:52:54.873Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T15:52:54.893Z] > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 [2021-02-03T15:52:55.196Z] > git remote # timeout=10 [2021-02-03T15:52:55.215Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T15:52:55.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T15:52:55.246Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-03T15:52:55.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T15:52:55.297Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T15:52:55.355Z] > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 [2021-02-03T15:52:59.790Z] Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T15:53:01.621Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T15:53:02.125Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T15:53:02.472Z] + true [2021-02-03T15:53:02.472Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T15:53:05.180Z] provisioning config files... [2021-02-03T15:53:05.226Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1580789803197510290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T15:53:05.645Z] ---> docker-login.sh [2021-02-03T15:53:05.645Z] nexus3.edgexfoundry.org:10001 [2021-02-03T15:53:06.102Z] gofmt -l . [2021-02-03T15:53:06.102Z] [ "`gofmt -l .`" = "" ] [2021-02-03T15:53:06.102Z] ./bin/test-go-mod-tidy.sh [2021-02-03T15:53:06.102Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T15:53:06.420Z] + ls -al . [2021-02-03T15:53:06.420Z] total 684 [2021-02-03T15:53:06.420Z] drwxrwxr-x 10 1001 1001 4096 Feb 3 15:53 . [2021-02-03T15:53:06.420Z] drwxr-xr-x 4 root root 28 Feb 3 15:51 .. [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 15:49 .dockerignore [2021-02-03T15:53:06.420Z] drwxrwxr-x 8 1001 1001 179 Feb 3 15:49 .git [2021-02-03T15:53:06.420Z] drwxrwxr-x 3 1001 1001 125 Feb 3 15:49 .github [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 818 Feb 3 15:49 .gitignore [2021-02-03T15:53:06.420Z] drwx------ 3 1001 1001 60 Feb 3 15:50 .semver [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 15:49 .sonarcloud.properties [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 7859 Feb 3 15:49 Attribution.txt [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 15:49 CONTRIBUTING.md [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 931 Feb 3 15:49 Dockerfile.build [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 15:49 Jenkinsfile [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 15:49 LICENSE [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 5774 Feb 3 15:49 Makefile [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 6524 Feb 3 15:49 README.md [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 6755 Feb 3 15:49 SECURITY.md [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 15:50 VERSION [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 15:49 ZMQWindows.md [2021-02-03T15:53:06.420Z] drwxrwxr-x 2 1001 1001 117 Feb 3 15:49 bin [2021-02-03T15:53:06.420Z] drwxrwxr-x 14 1001 1001 4096 Feb 3 15:49 cmd [2021-02-03T15:53:06.420Z] -rw-r--r-- 1 root root 580844 Feb 3 15:52 coverage.out [2021-02-03T15:53:06.420Z] -rw-r--r-- 1 root root 1054 Feb 3 15:53 go.mod [2021-02-03T15:53:06.420Z] -rw-r--r-- 1 root root 19399 Feb 3 15:53 go.sum [2021-02-03T15:53:06.420Z] drwxrwxr-x 8 1001 1001 127 Feb 3 15:49 internal [2021-02-03T15:53:06.420Z] drwxrwxr-x 4 1001 1001 26 Feb 3 15:49 openapi [2021-02-03T15:53:06.420Z] drwxrwxr-x 4 1001 1001 71 Feb 3 15:49 snap [2021-02-03T15:53:06.420Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 15:49 version.go [Pipeline] sh [2021-02-03T15:53:06.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:53:06.728Z] + '[' -e coverage.out ] [2021-02-03T15:53:06.728Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T15:53:06.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:53:06.905Z] Configure a credential helper to remove this warning. See [2021-02-03T15:53:06.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:53:06.905Z] [2021-02-03T15:53:06.905Z] Login Succeeded [2021-02-03T15:53:06.905Z] nexus3.edgexfoundry.org:10002 [2021-02-03T15:53:06.978Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T15:53:07.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:53:07.277Z] + make build [2021-02-03T15:53:07.277Z] 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-02-03T15:53:07.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:53:07.458Z] Configure a credential helper to remove this warning. See [2021-02-03T15:53:07.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:53:07.458Z] [2021-02-03T15:53:07.458Z] Login Succeeded [2021-02-03T15:53:07.458Z] nexus3.edgexfoundry.org:10003 [2021-02-03T15:53:07.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:53:08.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:53:08.006Z] Configure a credential helper to remove this warning. See [2021-02-03T15:53:08.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:53:08.006Z] [2021-02-03T15:53:08.006Z] Login Succeeded [2021-02-03T15:53:08.006Z] nexus3.edgexfoundry.org:10004 [2021-02-03T15:53:08.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:53:08.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:53:08.557Z] Configure a credential helper to remove this warning. See [2021-02-03T15:53:08.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:53:08.557Z] [2021-02-03T15:53:08.557Z] Login Succeeded [2021-02-03T15:53:08.557Z] docker.io [2021-02-03T15:53:08.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T15:53:09.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T15:53:09.108Z] Configure a credential helper to remove this warning. See [2021-02-03T15:53:09.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T15:53:09.108Z] [2021-02-03T15:53:09.108Z] Login Succeeded [2021-02-03T15:53:09.108Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T15:53:09.126Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-03T15:53:09.642Z] ========================================================= [2021-02-03T15:53:09.642Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T15:53:09.642Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:53:10.035Z] + 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-02-03T15:53:11.532Z] 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-02-03T15:53:12.685Z] Sending build context to Docker daemon 166.2MB [2021-02-03T15:53:12.685Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T15:53:12.685Z] Step 2/6 : FROM ${BASE} [2021-02-03T15:53:12.685Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T15:53:12.685Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T15:53:12.685Z] a4357932f1b6: Pulling fs layer [2021-02-03T15:53:12.685Z] 18c013af1878: Pulling fs layer [2021-02-03T15:53:12.685Z] 00ac8860ef70: Pulling fs layer [2021-02-03T15:53:12.685Z] 63d7cb157983: Pulling fs layer [2021-02-03T15:53:12.685Z] b116817d02f9: Pulling fs layer [2021-02-03T15:53:12.685Z] 745a02a5169b: Pulling fs layer [2021-02-03T15:53:12.685Z] 00ac8860ef70: Waiting [2021-02-03T15:53:12.685Z] 63d7cb157983: Waiting [2021-02-03T15:53:12.685Z] 745a02a5169b: Waiting [2021-02-03T15:53:12.685Z] b116817d02f9: Waiting [2021-02-03T15:53:12.685Z] 18c013af1878: Verifying Checksum [2021-02-03T15:53:12.685Z] a4357932f1b6: Verifying Checksum [2021-02-03T15:53:12.685Z] b116817d02f9: Download complete [2021-02-03T15:53:12.685Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T15:53:12.960Z] 5f621e34cdf4: Download complete [2021-02-03T15:53:13.561Z] 5f621e34cdf4: Pull complete [2021-02-03T15:53:14.162Z] a4357932f1b6: Pull complete [2021-02-03T15:53:14.440Z] 18c013af1878: Pull complete [2021-02-03T15:53:15.890Z] 745a02a5169b: Verifying Checksum [2021-02-03T15:53:15.890Z] 745a02a5169b: Download complete [2021-02-03T15:53:16.877Z] 00ac8860ef70: Verifying Checksum [2021-02-03T15:53:16.877Z] 00ac8860ef70: Download complete [2021-02-03T15:53:19.783Z] 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-02-03T15:53:20.733Z] 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-02-03T15:53:22.134Z] 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-02-03T15:53:22.713Z] 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-02-03T15:53:24.128Z] 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-02-03T15:53:25.539Z] 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-02-03T15:53:26.953Z] 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-02-03T15:53:27.032Z] 00ac8860ef70: Pull complete [2021-02-03T15:53:27.033Z] 63d7cb157983: Pull complete [2021-02-03T15:53:27.628Z] b116817d02f9: Pull complete [2021-02-03T15:53:27.909Z] 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-02-03T15:53:29.308Z] 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-02-03T15:53:30.267Z] 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-02-03T15:53:31.940Z] 745a02a5169b: Pull complete [2021-02-03T15:53:31.940Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T15:53:31.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T15:53:31.940Z] ---> b7e6874047d6 [2021-02-03T15:53:31.940Z] 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 [Pipeline] } [2021-02-03T15:53:32.247Z] $ docker stop --time=1 75b5d0c615301851ffbf1d986d0f88b48377dfc85d68d342df9d5f22ab4e4cd9 [2021-02-03T15:53:33.843Z] $ docker rm -f 75b5d0c615301851ffbf1d986d0f88b48377dfc85d68d342df9d5f22ab4e4cd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-03T15:53:34.553Z] ---> Running in 7f4b8abac661 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-03T15:53:35.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T15:53:36.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T15:53:37.118Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T15:53:37.118Z] (2/12) Installing file (5.38-r0) [2021-02-03T15:53:37.118Z] (3/12) Installing libc-dev (0.7.2-r3) [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:53:37.388Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T15:53:37.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T15:53:37.473Z] [2021-02-03T15:53:37.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:53:37.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T15:53:37.833Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-03T15:53:37.833Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-03T15:53:37.833Z] ca9280d653b3: Pulling fs layer [2021-02-03T15:53:37.833Z] 7e9c9ca2126c: Pulling fs layer [2021-02-03T15:53:38.096Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-03T15:53:38.096Z] cbdbe7a5bc2a: Download complete [2021-02-03T15:53:38.360Z] cbdbe7a5bc2a: Pull complete [2021-02-03T15:53:38.624Z] ca9280d653b3: Verifying Checksum [2021-02-03T15:53:38.624Z] ca9280d653b3: Download complete [2021-02-03T15:53:39.578Z] 7e9c9ca2126c: Verifying Checksum [2021-02-03T15:53:39.578Z] 7e9c9ca2126c: Download complete [2021-02-03T15:53:39.578Z] ca9280d653b3: Pull complete [2021-02-03T15:53:46.222Z] 7e9c9ca2126c: Pull complete [2021-02-03T15:53:46.222Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-03T15:53:46.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T15:53:46.222Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-03T15:53:46.488Z] prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container [2021-02-03T15:53:46.539Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-03T15:53:47.570Z] $ docker top d2e06e20f927e7ed9fc39d33ef8f406565dcd3028c73d728bb99dee2c26c70f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T15:53:48.186Z] + docker-compose build --help [2021-02-03T15:53:48.186Z] + grep parallel [2021-02-03T15:53:49.266Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T15:53:49.311Z] $ docker stop --time=1 d2e06e20f927e7ed9fc39d33ef8f406565dcd3028c73d728bb99dee2c26c70f5 [2021-02-03T15:53:50.708Z] $ docker rm -f d2e06e20f927e7ed9fc39d33ef8f406565dcd3028c73d728bb99dee2c26c70f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:53:51.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T15:53:51.345Z] . [Pipeline] withDockerContainer [2021-02-03T15:53:51.453Z] prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container [2021-02-03T15:53:51.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-03T15:53:52.193Z] $ docker top 6bf525bb0e46e58724339048eaee4354354b5ef62d8d9ba234ff578449bff0c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T15:53:52.436Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T15:53:52.437Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T15:53:52.437Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T15:53:52.437Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T15:53:52.704Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T15:53:52.707Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T15:53:52.707Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T15:53:52.977Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T15:53:53.249Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T15:53:53.249Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:53:53.249Z] OK: 217 MiB in 51 packages [2021-02-03T15:53:53.651Z] Building docker-core-command-go ... [2021-02-03T15:53:53.651Z] Building docker-core-data-go ... [2021-02-03T15:53:53.651Z] Building docker-core-metadata-go ... [2021-02-03T15:53:53.651Z] Building docker-security-bootstrapper-go ... [2021-02-03T15:53:53.651Z] Building docker-security-proxy-setup-go ... [2021-02-03T15:53:53.651Z] Building docker-security-secretstore-setup-go ... [2021-02-03T15:53:53.651Z] Building docker-support-notifications-go ... [2021-02-03T15:53:53.651Z] Building docker-support-scheduler-go ... [2021-02-03T15:53:53.651Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T15:53:53.651Z] Building docker-security-proxy-setup-go [2021-02-03T15:53:53.651Z] Building docker-support-scheduler-go [2021-02-03T15:53:53.651Z] Building docker-core-metadata-go [2021-02-03T15:53:53.651Z] Building docker-core-data-go [2021-02-03T15:53:53.651Z] Building docker-core-command-go [2021-02-03T15:53:57.559Z] Removing intermediate container 7f4b8abac661 [2021-02-03T15:53:57.559Z] ---> ebd3b9230d71 [2021-02-03T15:53:57.559Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T15:53:57.559Z] ---> Running in 023bedb8c759 [2021-02-03T15:53:58.160Z] Removing intermediate container 023bedb8c759 [2021-02-03T15:53:58.160Z] ---> 33613156b7b3 [2021-02-03T15:53:58.160Z] Step 5/6 : COPY go.mod . [2021-02-03T15:53:58.756Z] ---> 6a69c646716e [2021-02-03T15:53:58.756Z] Step 6/6 : RUN go mod download [2021-02-03T15:53:58.756Z] ---> Running in 6cb0bd42d597 [2021-02-03T15:54:25.571Z] Removing intermediate container 6cb0bd42d597 [2021-02-03T15:54:25.571Z] ---> e96f9ae6e072 [2021-02-03T15:54:25.571Z] Successfully built e96f9ae6e072 [2021-02-03T15:54:25.571Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:54:25.908Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T15:54:25.908Z] . [2021-02-03T15:54:25.922Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:54:25.922Z] [2021-02-03T15:54:25.922Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:54:25.922Z] ---> 8366487757b8 [2021-02-03T15:54:25.922Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T15:54:25.922Z] [2021-02-03T15:54:25.922Z] ---> 8366487757b8 [2021-02-03T15:54:25.922Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T15:54:25.922Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:54:25.922Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:54:25.922Z] ---> 8366487757b8 [2021-02-03T15:54:25.922Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] withDockerContainer [2021-02-03T15:54:26.133Z] prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container [2021-02-03T15:54:26.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-03T15:54:26.520Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:54:26.520Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:54:26.520Z] ---> 8366487757b8 [2021-02-03T15:54:26.520Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T15:54:26.520Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:54:26.520Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:54:26.520Z] ---> 8366487757b8 [2021-02-03T15:54:26.520Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T15:54:26.520Z] ---> Running in 6fb8f66dad06 [2021-02-03T15:54:26.520Z] ---> Running in 18144d6afb70 [2021-02-03T15:54:26.520Z] ---> Running in d6d910e81db8 [2021-02-03T15:54:26.520Z] ---> Running in 15e4ed6653c4 [2021-02-03T15:54:26.520Z] ---> Running in a1af5c27752c [2021-02-03T15:54:27.098Z] Removing intermediate container d6d910e81db8 [2021-02-03T15:54:27.098Z] ---> 15931441b994 [2021-02-03T15:54:27.098Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:54:27.098Z] Removing intermediate container a1af5c27752c [2021-02-03T15:54:27.098Z] ---> b9662e3faf50 [2021-02-03T15:54:27.098Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:54:27.098Z] Removing intermediate container 15e4ed6653c4 [2021-02-03T15:54:27.098Z] ---> 53460d6a87b1 [2021-02-03T15:54:27.098Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:54:27.098Z] Removing intermediate container 18144d6afb70 [2021-02-03T15:54:27.098Z] ---> bed450e2b7d5 [2021-02-03T15:54:27.098Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:54:27.098Z] Removing intermediate container 6fb8f66dad06 [2021-02-03T15:54:27.098Z] ---> d6037defcee4 [2021-02-03T15:54:27.098Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:54:27.380Z] ---> Running in 4e0e7c83b4bd [2021-02-03T15:54:27.380Z] ---> Running in b11e6add3396 [2021-02-03T15:54:27.380Z] ---> Running in 29dc12c71585 [2021-02-03T15:54:27.380Z] ---> Running in 0a204f2abdcb [2021-02-03T15:54:27.380Z] ---> Running in 8b8c4e8567ce [2021-02-03T15:54:27.655Z] $ docker top 1865f59edaa6fea3662947e5f8a3ab4cda168b48bcdde7d3c7e8420aad44d772 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T15:54:28.698Z] + go version [2021-02-03T15:54:28.698Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T15:54:28.728Z] $ docker stop --time=1 1865f59edaa6fea3662947e5f8a3ab4cda168b48bcdde7d3c7e8420aad44d772 [2021-02-03T15:54:29.323Z] Removing intermediate container 4e0e7c83b4bd [2021-02-03T15:54:29.323Z] ---> 8d22afe69404 [2021-02-03T15:54:29.323Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T15:54:29.588Z] Removing intermediate container b11e6add3396 [2021-02-03T15:54:29.588Z] ---> 1f0ae01003a0 [2021-02-03T15:54:29.588Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T15:54:29.588Z] Removing intermediate container 8b8c4e8567ce [2021-02-03T15:54:29.588Z] ---> f3664c533f9b [2021-02-03T15:54:29.588Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T15:54:29.588Z] ---> Running in 50199e3fb82e [2021-02-03T15:54:29.588Z] Removing intermediate container 29dc12c71585 [2021-02-03T15:54:29.588Z] ---> afbb1004fb6e [2021-02-03T15:54:29.588Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T15:54:29.860Z] Removing intermediate container 0a204f2abdcb [2021-02-03T15:54:29.860Z] ---> d663e5824cfb [2021-02-03T15:54:29.860Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T15:54:29.860Z] ---> Running in 81a225510fd0 [2021-02-03T15:54:30.123Z] ---> Running in 367fc0923b89 [2021-02-03T15:54:30.123Z] ---> Running in 6a94ab947167 [2021-02-03T15:54:30.123Z] ---> Running in 65c01ba72c37 [2021-02-03T15:54:30.617Z] $ docker rm -f 1865f59edaa6fea3662947e5f8a3ab4cda168b48bcdde7d3c7e8420aad44d772 [2021-02-03T15:54:30.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:54:30.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-03T15:54:30.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:54:30.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-03T15:54:31.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T15:54:31.687Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T15:54:31.687Z] . [Pipeline] withDockerContainer [2021-02-03T15:54:31.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:54:31.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:54:31.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:54:31.949Z] prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container [2021-02-03T15:54:32.034Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-03T15:54:32.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:54:32.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:54:32.915Z] OK: 233 MiB in 51 packages [2021-02-03T15:54:33.178Z] OK: 233 MiB in 51 packages [2021-02-03T15:54:33.178Z] OK: 233 MiB in 51 packages [2021-02-03T15:54:33.178Z] OK: 233 MiB in 51 packages [2021-02-03T15:54:33.410Z] $ docker top 230d5e09feebf919f9e51a51a12a459615bac64a9946a55c05410efa2f0a570a -eo pid,comm [Pipeline] { [2021-02-03T15:54:33.753Z] Removing intermediate container 50199e3fb82e [2021-02-03T15:54:33.753Z] ---> d187a953dddf [2021-02-03T15:54:33.753Z] Step 6/21 : COPY go.mod . [2021-02-03T15:54:33.753Z] OK: 233 MiB in 51 packages [Pipeline] echo [2021-02-03T15:54:33.764Z] ========================================================= [2021-02-03T15:54:33.764Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T15:54:33.764Z] ========================================================= [Pipeline] sh [2021-02-03T15:54:34.018Z] Removing intermediate container 367fc0923b89 [2021-02-03T15:54:34.018Z] ---> 6d4dff56c0bc [2021-02-03T15:54:34.018Z] Step 6/23 : COPY go.mod . [2021-02-03T15:54:34.018Z] Removing intermediate container 81a225510fd0 [2021-02-03T15:54:34.018Z] ---> f788b20baf88 [2021-02-03T15:54:34.018Z] Step 6/22 : COPY go.mod . [2021-02-03T15:54:34.283Z] ---> c612be57afb5 [2021-02-03T15:54:34.283Z] Step 7/21 : RUN go mod download [2021-02-03T15:54:34.283Z] Removing intermediate container 65c01ba72c37 [2021-02-03T15:54:34.283Z] ---> 90e2ec02ad65 [2021-02-03T15:54:34.283Z] Step 6/23 : COPY go.mod . [2021-02-03T15:54:34.283Z] ---> Running in 3ff10d811f6f [2021-02-03T15:54:34.406Z] + make test [2021-02-03T15:54:34.406Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T15:54:34.549Z] ---> fc4339d76e39 [2021-02-03T15:54:34.549Z] Step 7/23 : RUN go mod download [2021-02-03T15:54:34.549Z] ---> 034c7e0fb029 [2021-02-03T15:54:34.549Z] Step 7/22 : RUN go mod download [2021-02-03T15:54:34.813Z] ---> Running in c69a3af9570d [2021-02-03T15:54:34.813Z] ---> Running in 91d7444fd6e5 [2021-02-03T15:54:35.075Z] ---> 00df637e4ff2 [2021-02-03T15:54:35.075Z] Step 7/23 : RUN go mod download [2021-02-03T15:54:35.075Z] Removing intermediate container 6a94ab947167 [2021-02-03T15:54:35.075Z] ---> e9e5357bde9c [2021-02-03T15:54:35.075Z] Step 6/23 : COPY go.mod . [2021-02-03T15:54:35.075Z] ---> Running in 897238fc71ee [2021-02-03T15:54:35.663Z] ---> 09aeef006eb5 [2021-02-03T15:54:35.663Z] Step 7/23 : RUN go mod download [2021-02-03T15:54:35.663Z] ---> Running in 0e8eb43a9014 [2021-02-03T15:54:37.063Z] Removing intermediate container 3ff10d811f6f [2021-02-03T15:54:37.063Z] ---> cca73c751e0d [2021-02-03T15:54:37.063Z] Step 8/21 : COPY . . [2021-02-03T15:54:37.641Z] Removing intermediate container c69a3af9570d [2021-02-03T15:54:37.641Z] ---> fcf035d93236 [2021-02-03T15:54:37.641Z] Step 8/23 : COPY . . [2021-02-03T15:54:38.220Z] Removing intermediate container 897238fc71ee [2021-02-03T15:54:38.220Z] ---> 2978f713a728 [2021-02-03T15:54:38.220Z] Step 8/23 : COPY . . [2021-02-03T15:54:39.639Z] Removing intermediate container 91d7444fd6e5 [2021-02-03T15:54:39.639Z] ---> 04ab7e6c8f24 [2021-02-03T15:54:39.639Z] Step 8/22 : COPY . . [2021-02-03T15:54:41.046Z] Removing intermediate container 0e8eb43a9014 [2021-02-03T15:54:41.046Z] ---> 2db15b9fc88f [2021-02-03T15:54:41.046Z] Step 8/23 : COPY . . [2021-02-03T15:54:56.574Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T15:55:19.932Z] ---> 0805e7f5a500 [2021-02-03T15:55:19.932Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-03T15:55:19.932Z] ---> 8e6abb4a2ac6 [2021-02-03T15:55:19.932Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T15:55:19.932Z] ---> 76904846fd35 [2021-02-03T15:55:19.932Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T15:55:19.932Z] ---> e15657eb2b72 [2021-02-03T15:55:19.932Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-03T15:55:19.932Z] ---> aac6734ccc8a [2021-02-03T15:55:19.932Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T15:55:19.932Z] ---> Running in e75c87958344 [2021-02-03T15:55:19.932Z] ---> Running in 0ccd2ac74265 [2021-02-03T15:55:19.932Z] ---> Running in 7299e62b83a4 [2021-02-03T15:55:19.932Z] ---> Running in e9689fc4e7ed [2021-02-03T15:55:19.932Z] ---> Running in 1009522197f0 [2021-02-03T15:55:19.932Z] 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-02-03T15:55:19.932Z] 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-02-03T15:55:19.932Z] 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-02-03T15:55:20.216Z] 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-02-03T15:55:20.216Z] 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-02-03T15:55:43.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T15:55:46.920Z] 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-02-03T15:55:47.942Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T15:55:52.279Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T15:55:52.279Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-03T15:55:59.235Z] Removing intermediate container e75c87958344 [2021-02-03T15:55:59.235Z] ---> 2388b0791ff8 [2021-02-03T15:55:59.235Z] [2021-02-03T15:55:59.235Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T15:55:59.235Z] Removing intermediate container 1009522197f0 [2021-02-03T15:55:59.235Z] ---> 8c9c59763804 [2021-02-03T15:55:59.235Z] [2021-02-03T15:55:59.235Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T15:55:59.235Z] 3.12: Pulling from library/alpine [2021-02-03T15:55:59.235Z] 3.12: Pulling from library/alpine [2021-02-03T15:55:59.499Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T15:55:59.764Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T15:55:59.764Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T15:55:59.764Z] ---> 389fef711851 [2021-02-03T15:55:59.764Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T15:55:59.764Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T15:55:59.764Z] ---> 389fef711851 [2021-02-03T15:55:59.764Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T15:56:01.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-03T15:56:01.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T15:56:01.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T15:56:01.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T15:56:01.082Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T15:56:01.360Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T15:56:05.103Z] ---> Running in f7b8bbf5ddf0 [2021-02-03T15:56:05.104Z] ---> Running in b0b16876e2b7 [2021-02-03T15:56:05.104Z] Removing intermediate container 7299e62b83a4 [2021-02-03T15:56:05.104Z] ---> ec9883ac877a [2021-02-03T15:56:05.104Z] [2021-02-03T15:56:05.104Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T15:56:05.104Z] ---> 389fef711851 [2021-02-03T15:56:05.104Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T15:56:05.104Z] Removing intermediate container 0ccd2ac74265 [2021-02-03T15:56:05.104Z] ---> d5514ebaae23 [2021-02-03T15:56:05.104Z] [2021-02-03T15:56:05.104Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T15:56:05.104Z] ---> 389fef711851 [2021-02-03T15:56:05.104Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T15:56:05.104Z] Removing intermediate container e9689fc4e7ed [2021-02-03T15:56:05.104Z] ---> 957f7d81cb33 [2021-02-03T15:56:05.104Z] [2021-02-03T15:56:05.104Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T15:56:05.104Z] ---> 389fef711851 [2021-02-03T15:56:05.104Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T15:56:05.104Z] ---> Running in baa55aa8fb3e [2021-02-03T15:56:05.104Z] ---> Running in 59f12c879241 [2021-02-03T15:56:05.104Z] ---> Running in 39a25bfa8b4f [2021-02-03T15:56:05.695Z] Removing intermediate container 59f12c879241 [2021-02-03T15:56:05.695Z] ---> 2f873bd5784f [2021-02-03T15:56:05.695Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T15:56:05.695Z] ---> Running in cdd5565c402f [2021-02-03T15:56:05.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:05.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:05.967Z] Removing intermediate container cdd5565c402f [2021-02-03T15:56:05.967Z] ---> ddfff9dfdde0 [2021-02-03T15:56:05.967Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T15:56:05.967Z] ---> Running in 9a3920ba1359 [2021-02-03T15:56:05.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:05.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:05.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:05.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:05.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:05.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:06.241Z] Removing intermediate container 9a3920ba1359 [2021-02-03T15:56:06.241Z] ---> d2d926e0fecf [2021-02-03T15:56:06.241Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:56:06.241Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T15:56:06.241Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T15:56:06.241Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T15:56:06.241Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:56:06.241Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T15:56:06.241Z] OK: 6 MiB in 15 packages [2021-02-03T15:56:06.241Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T15:56:06.241Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:56:06.241Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:56:06.241Z] OK: 6 MiB in 15 packages [2021-02-03T15:56:06.241Z] OK: 6 MiB in 15 packages [2021-02-03T15:56:06.241Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T15:56:06.241Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T15:56:06.241Z] ---> Running in a9072495ff8d [2021-02-03T15:56:06.241Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:56:06.241Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T15:56:06.241Z] OK: 7 MiB in 18 packages [2021-02-03T15:56:07.640Z] Removing intermediate container 39a25bfa8b4f [2021-02-03T15:56:07.640Z] ---> b00c97f1c9d6 [2021-02-03T15:56:07.640Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T15:56:08.215Z] ---> Running in 0ed7e33768d0 [2021-02-03T15:56:08.215Z] Removing intermediate container baa55aa8fb3e [2021-02-03T15:56:08.216Z] ---> e7471ccabbfa [2021-02-03T15:56:08.216Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T15:56:09.165Z] Removing intermediate container f7b8bbf5ddf0 [2021-02-03T15:56:09.165Z] ---> 739fb4869b21 [2021-02-03T15:56:09.165Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T15:56:09.165Z] Removing intermediate container b0b16876e2b7 [2021-02-03T15:56:09.165Z] ---> f7a5e756d66f [2021-02-03T15:56:09.165Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T15:56:09.165Z] ---> Running in 6a87eb078093 [2021-02-03T15:56:09.165Z] ---> Running in 533199044af9 [2021-02-03T15:56:09.428Z] ---> Running in b4f7f9a13826 [2021-02-03T15:56:09.428Z] Removing intermediate container a9072495ff8d [2021-02-03T15:56:09.428Z] ---> 9ea77a3e7f05 [2021-02-03T15:56:09.428Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T15:56:09.428Z] Removing intermediate container 0ed7e33768d0 [2021-02-03T15:56:09.428Z] ---> f7331d0c7c4d [2021-02-03T15:56:09.428Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T15:56:09.691Z] ---> Running in 87f817cdf69a [2021-02-03T15:56:09.691Z] ---> Running in a5d7e2b652a5 [2021-02-03T15:56:09.691Z] Removing intermediate container 6a87eb078093 [2021-02-03T15:56:09.691Z] ---> d9f1bc35fd2b [2021-02-03T15:56:09.691Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T15:56:09.691Z] Removing intermediate container b4f7f9a13826 [2021-02-03T15:56:09.691Z] ---> e085b6913ee5 [2021-02-03T15:56:09.691Z] Step 13/21 : WORKDIR /edgex [2021-02-03T15:56:09.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T15:56:09.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T15:56:09.702Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T15:56:09.962Z] Removing intermediate container 533199044af9 [2021-02-03T15:56:09.962Z] ---> b2f407cad70a [2021-02-03T15:56:09.962Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T15:56:09.962Z] ---> Running in dc4131c8fb2d [2021-02-03T15:56:09.962Z] ---> Running in 119aa05023ae [2021-02-03T15:56:09.962Z] ---> Running in ca37c2e9849e [2021-02-03T15:56:09.962Z] Removing intermediate container a5d7e2b652a5 [2021-02-03T15:56:09.962Z] ---> 1f80cc606a9c [2021-02-03T15:56:09.962Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T15:56:10.230Z] ---> Running in 94139ecb7130 [2021-02-03T15:56:10.230Z] Removing intermediate container dc4131c8fb2d [2021-02-03T15:56:10.230Z] ---> ea551123acfe [2021-02-03T15:56:10.230Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T15:56:10.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:10.498Z] Removing intermediate container ca37c2e9849e [2021-02-03T15:56:10.498Z] ---> 5604018a61f3 [2021-02-03T15:56:10.498Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T15:56:10.498Z] Removing intermediate container 119aa05023ae [2021-02-03T15:56:10.498Z] ---> 1e9ec4393764 [2021-02-03T15:56:10.498Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T15:56:10.498Z] ---> Running in 09c4e3df164f [2021-02-03T15:56:10.498Z] ---> Running in aeef36936236 [2021-02-03T15:56:10.498Z] Removing intermediate container 94139ecb7130 [2021-02-03T15:56:10.498Z] ---> 72acec77e0c9 [2021-02-03T15:56:10.498Z] Step 15/23 : WORKDIR / [2021-02-03T15:56:10.759Z] ---> Running in 7fc3cd67d4d8 [2021-02-03T15:56:10.759Z] Removing intermediate container 09c4e3df164f [2021-02-03T15:56:10.759Z] ---> 1356b9c31cb0 [2021-02-03T15:56:10.759Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T15:56:11.025Z] Removing intermediate container aeef36936236 [2021-02-03T15:56:11.025Z] ---> 7be3467125ae [2021-02-03T15:56:11.025Z] Step 15/23 : WORKDIR / [2021-02-03T15:56:11.025Z] ---> 0d1920e2d88b [2021-02-03T15:56:11.025Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T15:56:11.025Z] Removing intermediate container 7fc3cd67d4d8 [2021-02-03T15:56:11.025Z] ---> e6b333cfbb84 [2021-02-03T15:56:11.025Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T15:56:11.025Z] ---> Running in bcbdbde2f656 [2021-02-03T15:56:11.287Z] ---> fe0eeee5d6f9 [2021-02-03T15:56:11.287Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T15:56:11.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:12.238Z] ---> e8e616b79c61 [2021-02-03T15:56:12.238Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T15:56:12.238Z] Removing intermediate container bcbdbde2f656 [2021-02-03T15:56:12.238Z] ---> 8b0718056827 [2021-02-03T15:56:12.238Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T15:56:12.238Z] ---> 4ebafb7017e0 [2021-02-03T15:56:12.238Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T15:56:12.238Z] ---> 3e2efaff49aa [2021-02-03T15:56:12.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T15:56:12.238Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T15:56:12.504Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T15:56:12.504Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T15:56:12.504Z] ---> 17bf47dc3ac2 [2021-02-03T15:56:12.504Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T15:56:12.779Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T15:56:12.779Z] ---> 59be6f16f4c7 [2021-02-03T15:56:12.779Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T15:56:12.779Z] ---> ed9fd6bb8822 [2021-02-03T15:56:12.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T15:56:12.779Z] ---> 049b3041364b [2021-02-03T15:56:12.779Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T15:56:12.779Z] ---> Running in a741322c61e6 [2021-02-03T15:56:13.042Z] ---> Running in f91393045440 [2021-02-03T15:56:13.042Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T15:56:13.042Z] Removing intermediate container a741322c61e6 [2021-02-03T15:56:13.042Z] ---> 40376a5483c5 [2021-02-03T15:56:13.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T15:56:13.312Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T15:56:13.312Z] ---> 872447bb47dc [2021-02-03T15:56:13.312Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T15:56:13.312Z] Removing intermediate container f91393045440 [2021-02-03T15:56:13.312Z] ---> e88efd581812 [2021-02-03T15:56:13.312Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T15:56:13.312Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:56:13.313Z] OK: 8 MiB in 20 packages [2021-02-03T15:56:13.313Z] ---> 7ec1a4565122 [2021-02-03T15:56:13.313Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T15:56:13.313Z] ---> Running in c758ff2c00f2 [2021-02-03T15:56:13.313Z] ---> Running in d54839fab559 [2021-02-03T15:56:13.313Z] ---> Running in 8775a4133bfd [2021-02-03T15:56:13.581Z] Removing intermediate container c758ff2c00f2 [2021-02-03T15:56:13.581Z] ---> 182cbed6c408 [2021-02-03T15:56:13.581Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T15:56:13.843Z] ---> Running in cb9f36cde163 [2021-02-03T15:56:14.105Z] Removing intermediate container 8775a4133bfd [2021-02-03T15:56:14.105Z] ---> 57764e4b600d [2021-02-03T15:56:14.105Z] Step 19/21 : LABEL arch=x86_64 [2021-02-03T15:56:14.105Z] ---> d5b5956231e2 [2021-02-03T15:56:14.105Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T15:56:14.105Z] Removing intermediate container d54839fab559 [2021-02-03T15:56:14.105Z] ---> f6260100b050 [2021-02-03T15:56:14.105Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T15:56:14.368Z] ---> Running in 6b14c912a63f [2021-02-03T15:56:14.368Z] ---> Running in d8dd909142b6 [2021-02-03T15:56:14.368Z] ---> Running in c3d249118b73 [2021-02-03T15:56:14.368Z] Removing intermediate container cb9f36cde163 [2021-02-03T15:56:14.368Z] ---> bcc9f4b5ff07 [2021-02-03T15:56:14.368Z] Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:56:14.368Z] Removing intermediate container 87f817cdf69a [2021-02-03T15:56:14.368Z] ---> 7fddfd1259fd [2021-02-03T15:56:14.368Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T15:56:14.631Z] ---> Running in cc8770c788dc [2021-02-03T15:56:14.631Z] Removing intermediate container 6b14c912a63f [2021-02-03T15:56:14.631Z] ---> 4c01bf51362d [2021-02-03T15:56:14.631Z] Step 20/21 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:56:14.631Z] Removing intermediate container c3d249118b73 [2021-02-03T15:56:14.631Z] ---> 4512c5467662 [2021-02-03T15:56:14.631Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T15:56:14.897Z] Removing intermediate container d8dd909142b6 [2021-02-03T15:56:14.897Z] ---> a06a154c50cf [2021-02-03T15:56:14.897Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T15:56:14.897Z] ---> Running in 2b7e0098766e [2021-02-03T15:56:14.897Z] ---> Running in da9e95d2a767 [2021-02-03T15:56:14.897Z] ---> Running in b60037bcf992 [2021-02-03T15:56:14.897Z] Removing intermediate container cc8770c788dc [2021-02-03T15:56:14.897Z] ---> 5747674643fa [2021-02-03T15:56:14.897Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T15:56:15.163Z] ---> 5e291fa69c54 [2021-02-03T15:56:15.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T15:56:15.163Z] ---> Running in 9ce5681b50c2 [2021-02-03T15:56:15.427Z] Removing intermediate container 2b7e0098766e [2021-02-03T15:56:15.427Z] ---> 24e5d0712e7d [2021-02-03T15:56:15.427Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T15:56:15.427Z] Removing intermediate container b60037bcf992 [2021-02-03T15:56:15.427Z] ---> 28aa8d44ff5e [2021-02-03T15:56:15.427Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T15:56:15.427Z] Removing intermediate container da9e95d2a767 [2021-02-03T15:56:15.427Z] ---> ed2a28c2974d [2021-02-03T15:56:15.427Z] Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:56:15.698Z] Removing intermediate container 9ce5681b50c2 [2021-02-03T15:56:15.698Z] ---> 9c2245dc36f5 [2021-02-03T15:56:15.698Z] [2021-02-03T15:56:15.698Z] ---> Running in b5957becb33d [2021-02-03T15:56:15.698Z] ---> Running in 20b8d0478f69 [2021-02-03T15:56:15.698Z] ---> Running in 615e298ad578 [2021-02-03T15:56:15.698Z] ---> 5d86201d53f7 [2021-02-03T15:56:15.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T15:56:15.962Z] Successfully built 9c2245dc36f5 [2021-02-03T15:56:15.962Z] Removing intermediate container b5957becb33d [2021-02-03T15:56:15.962Z] ---> dbae9b006b2d [2021-02-03T15:56:15.962Z] [2021-02-03T15:56:16.227Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-03T15:56:16.227Z] Removing intermediate container 20b8d0478f69 [2021-02-03T15:56:16.227Z] ---> daa6cec72575 [2021-02-03T15:56:16.227Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T15:56:16.227Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-03T15:56:16.227Z] Removing intermediate container 615e298ad578 [2021-02-03T15:56:16.227Z] ---> d81d3f8439cb [2021-02-03T15:56:16.227Z] Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:56:16.227Z] Successfully built dbae9b006b2d [2021-02-03T15:56:16.227Z] ---> 304795a4da51 [2021-02-03T15:56:16.227Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T15:56:16.227Z] ---> Running in 35aee85555bf [2021-02-03T15:56:16.227Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-03T15:56:16.227Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-03T15:56:16.227Z] ---> Running in f960f59d2ff9 [2021-02-03T15:56:16.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.466s coverage: 46.0% of statements [2021-02-03T15:56:16.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T15:56:16.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T15:56:16.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T15:56:16.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T15:56:16.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T15:56:16.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-03T15:56:16.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-03T15:56:16.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.183s coverage: 100.0% of statements [2021-02-03T15:56:16.488Z] ---> Running in 9fea933a47d8 [2021-02-03T15:56:16.488Z] Removing intermediate container 35aee85555bf [2021-02-03T15:56:16.488Z] ---> 2f01ac255423 [2021-02-03T15:56:16.488Z] [2021-02-03T15:56:16.751Z] Successfully built 2f01ac255423 [2021-02-03T15:56:16.751Z] Successfully tagged docker-core-metadata-go:latest [2021-02-03T15:56:16.751Z] Building docker-sys-mgmt-agent-go [2021-02-03T15:56:16.751Z]  Building docker-core-metadata-go ... done Removing intermediate container f960f59d2ff9 [2021-02-03T15:56:16.751Z] ---> fe7c232d8c4c [2021-02-03T15:56:16.751Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T15:56:16.751Z] Removing intermediate container 9fea933a47d8 [2021-02-03T15:56:16.751Z] ---> 7eadcf9dc729 [2021-02-03T15:56:16.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T15:56:17.036Z] ---> Running in ab4770dcf80f [2021-02-03T15:56:17.036Z] ---> Running in 01e1080bb9c7 [2021-02-03T15:56:17.036Z] Removing intermediate container 01e1080bb9c7 [2021-02-03T15:56:17.036Z] ---> 7fe7337f9154 [2021-02-03T15:56:17.036Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T15:56:17.036Z] Removing intermediate container ab4770dcf80f [2021-02-03T15:56:17.036Z] ---> c3216246536c [2021-02-03T15:56:17.036Z] [2021-02-03T15:56:17.327Z] ---> Running in 194d5fde0ab5 [2021-02-03T15:56:17.327Z] Successfully built c3216246536c [2021-02-03T15:56:17.327Z] Successfully tagged docker-core-command-go:latest [2021-02-03T15:56:17.327Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-02-03T15:56:17.602Z] Removing intermediate container 194d5fde0ab5 [2021-02-03T15:56:17.602Z] ---> d44fb967cdc0 [2021-02-03T15:56:17.602Z] Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:56:17.920Z] ---> Running in ae6904a6afa5 [2021-02-03T15:56:18.215Z] Removing intermediate container ae6904a6afa5 [2021-02-03T15:56:18.215Z] ---> 0fc62aeb308d [2021-02-03T15:56:18.215Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T15:56:18.508Z] ---> Running in 2ea3973d9b2c [2021-02-03T15:56:19.463Z] Removing intermediate container 2ea3973d9b2c [2021-02-03T15:56:19.463Z] ---> cdf44788b65c [2021-02-03T15:56:19.463Z] [2021-02-03T15:56:19.727Z] Successfully built cdf44788b65c [2021-02-03T15:56:20.673Z] Successfully tagged docker-core-data-go:latest [2021-02-03T15:56:21.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.1% of statements [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T15:56:21.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T15:56:21.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T15:56:21.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T15:56:22.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.238s coverage: 65.8% of statements [2021-02-03T15:56:22.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T15:56:22.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T15:56:24.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.3% of statements [2021-02-03T15:56:24.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T15:56:24.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:56:24.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T15:56:24.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T15:56:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.312s coverage: 28.6% of statements [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T15:56:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T15:56:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T15:56:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.290s coverage: 86.7% of statements [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T15:56:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements [2021-02-03T15:56:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T15:56:33.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-02-03T15:56:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T15:56:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T15:56:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T15:56:33.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.231s coverage: 92.8% of statements [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T15:56:41.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 45.5% of statements [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.103s coverage: 79.5% of statements [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-02-03T15:56:41.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-02-03T15:56:42.981Z]  Building docker-core-data-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:56:42.981Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:56:42.981Z] ---> 8366487757b8 [2021-02-03T15:56:42.981Z] Step 3/30 : WORKDIR /edgex-go [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> bed450e2b7d5 [2021-02-03T15:56:42.981Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> f3664c533f9b [2021-02-03T15:56:42.981Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> 6d4dff56c0bc [2021-02-03T15:56:42.981Z] Step 6/30 : COPY go.mod . [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> fc4339d76e39 [2021-02-03T15:56:42.981Z] Step 7/30 : RUN go mod download [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> fcf035d93236 [2021-02-03T15:56:42.981Z] Step 8/30 : COPY . . [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> e15657eb2b72 [2021-02-03T15:56:42.981Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-03T15:56:42.981Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:56:42.981Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:56:42.981Z] ---> 8366487757b8 [2021-02-03T15:56:42.981Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> bed450e2b7d5 [2021-02-03T15:56:42.981Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> f3664c533f9b [2021-02-03T15:56:42.981Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> 6d4dff56c0bc [2021-02-03T15:56:42.981Z] Step 6/24 : COPY go.mod . [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> fc4339d76e39 [2021-02-03T15:56:42.981Z] Step 7/24 : RUN go mod download [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> fcf035d93236 [2021-02-03T15:56:42.981Z] Step 8/24 : COPY . . [2021-02-03T15:56:42.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:56:42.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:56:42.981Z] ---> 8366487757b8 [2021-02-03T15:56:42.981Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> bed450e2b7d5 [2021-02-03T15:56:42.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> f3664c533f9b [2021-02-03T15:56:42.981Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> e15657eb2b72 [2021-02-03T15:56:42.981Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T15:56:42.981Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T15:56:42.981Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T15:56:42.981Z] ---> 8366487757b8 [2021-02-03T15:56:42.981Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> bed450e2b7d5 [2021-02-03T15:56:42.981Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T15:56:42.981Z] ---> Using cache [2021-02-03T15:56:42.981Z] ---> f3664c533f9b [2021-02-03T15:56:42.981Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T15:56:43.257Z] ---> Running in 0da99900bdd5 [2021-02-03T15:56:43.257Z] ---> Running in 0d9cb4863cd1 [2021-02-03T15:56:43.257Z] ---> Running in 11ecd85b1d3f [2021-02-03T15:56:43.257Z] ---> Running in 644d86836d64 [2021-02-03T15:56:44.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-03T15:56:44.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-03T15:56:44.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:44.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:45.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:45.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:56:47.115Z] OK: 233 MiB in 51 packages [2021-02-03T15:56:47.115Z] OK: 233 MiB in 51 packages [2021-02-03T15:56:50.522Z] Removing intermediate container 0da99900bdd5 [2021-02-03T15:56:50.522Z] ---> a7343d69a0e2 [2021-02-03T15:56:50.522Z] Step 6/26 : COPY go.mod . [2021-02-03T15:56:50.522Z] Removing intermediate container 11ecd85b1d3f [2021-02-03T15:56:50.522Z] ---> 0c386becdaac [2021-02-03T15:56:50.522Z] Step 6/22 : COPY go.mod . [2021-02-03T15:56:50.522Z] ---> 8fc39a0817d8 [2021-02-03T15:56:50.522Z] Step 7/22 : RUN go mod download [2021-02-03T15:56:50.522Z] ---> 7dbdf3695bfd [2021-02-03T15:56:50.522Z] Step 7/26 : RUN go mod download [2021-02-03T15:56:50.522Z] ---> Running in 3935d4e336c1 [2021-02-03T15:56:50.522Z] ---> Running in b042a10822b6 [2021-02-03T15:56:53.319Z] Removing intermediate container 3935d4e336c1 [2021-02-03T15:56:53.319Z] ---> 4879d02efafd [2021-02-03T15:56:53.319Z] Step 8/22 : COPY . . [2021-02-03T15:56:53.319Z] Removing intermediate container b042a10822b6 [2021-02-03T15:56:53.319Z] ---> 7586eb352fc0 [2021-02-03T15:56:53.319Z] Step 8/26 : COPY . . [2021-02-03T15:56:54.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements [2021-02-03T15:56:54.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-02-03T15:57:09.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements [2021-02-03T15:57:09.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-03T15:57:09.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.4% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.553s coverage: 63.5% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 68.9% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T15:57:09.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.314s coverage: 37.0% of statements [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T15:57:09.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T15:57:09.816Z] 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-02-03T15:57:09.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.593s coverage: 84.0% of statements [2021-02-03T15:57:09.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements [2021-02-03T15:57:16.532Z] Removing intermediate container 0d9cb4863cd1 [2021-02-03T15:57:16.532Z] ---> d08ec5918c76 [2021-02-03T15:57:16.532Z] [2021-02-03T15:57:16.532Z] Step 10/30 : FROM alpine:3.12 [2021-02-03T15:57:16.532Z] ---> 389fef711851 [2021-02-03T15:57:16.532Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T15:57:16.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.0% of statements [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T15:57:16.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T15:57:16.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-03T15:57:16.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.238s coverage: 100.0% of statements [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:57:16.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-03T15:57:17.949Z] ---> Running in ed467c0d4acf [2021-02-03T15:57:21.281Z] Removing intermediate container ed467c0d4acf [2021-02-03T15:57:21.281Z] ---> 72561b2d288c [2021-02-03T15:57:21.281Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T15:57:21.281Z] ---> 70b6b83c2c90 [2021-02-03T15:57:21.281Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T15:57:21.281Z] Removing intermediate container 644d86836d64 [2021-02-03T15:57:21.281Z] ---> 500debde0af2 [2021-02-03T15:57:21.281Z] [2021-02-03T15:57:21.281Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T15:57:21.281Z] ---> 389fef711851 [2021-02-03T15:57:21.281Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T15:57:21.281Z] ---> Running in d39ae4074859 [2021-02-03T15:57:21.281Z] ---> 71480ec559e0 [2021-02-03T15:57:21.281Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-03T15:57:21.546Z] ---> Running in 56c77a604783 [2021-02-03T15:57:21.546Z] ---> Running in 682a7d407077 [2021-02-03T15:57:21.546Z] ---> Running in 149b78627f07 [2021-02-03T15:57:22.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:22.508Z] 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-02-03T15:57:22.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:22.508Z] 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-02-03T15:57:22.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:22.789Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T15:57:22.789Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T15:57:22.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:22.789Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:57:22.789Z] OK: 6 MiB in 16 packages [2021-02-03T15:57:23.066Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T15:57:23.066Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T15:57:23.066Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T15:57:23.066Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T15:57:23.066Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T15:57:23.066Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:57:23.328Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T15:57:23.328Z] OK: 7 MiB in 19 packages [2021-02-03T15:57:24.301Z] Removing intermediate container d39ae4074859 [2021-02-03T15:57:24.301Z] ---> e1f600c4a50c [2021-02-03T15:57:24.301Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T15:57:24.577Z] ---> Running in e292f9e3e2dd [2021-02-03T15:57:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.986s coverage: 29.1% of statements [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T15:57:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T15:57:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-03T15:57:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 100.0% of statements [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-03T15:57:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T15:57:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T15:57:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T15:57:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T15:57:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T15:57:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-02-03T15:57:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T15:57:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T15:57:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-02-03T15:57:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-03T15:57:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-03T15:57:25.173Z] Removing intermediate container 682a7d407077 [2021-02-03T15:57:25.174Z] ---> a216e75320c5 [2021-02-03T15:57:25.174Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T15:57:25.174Z] Removing intermediate container e292f9e3e2dd [2021-02-03T15:57:25.174Z] ---> 122a47aacd0d [2021-02-03T15:57:25.174Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T15:57:25.174Z] ---> Running in 624ed7d0fa7c [2021-02-03T15:57:25.438Z] ---> Running in e78e8f111912 [2021-02-03T15:57:25.546Z] GO111MODULE=on go vet ./... [2021-02-03T15:57:25.705Z] Removing intermediate container 624ed7d0fa7c [2021-02-03T15:57:25.705Z] ---> fe2793b4fd63 [2021-02-03T15:57:25.705Z] Step 13/24 : WORKDIR / [2021-02-03T15:57:25.705Z] Removing intermediate container e78e8f111912 [2021-02-03T15:57:25.705Z] ---> e2de12e8502e [2021-02-03T15:57:25.705Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T15:57:25.705Z] ---> Running in dc9ef1d82d99 [2021-02-03T15:57:25.987Z] ---> Running in 5471929ebb9b [2021-02-03T15:57:26.262Z] Removing intermediate container dc9ef1d82d99 [2021-02-03T15:57:26.262Z] ---> 55b38a5b7da9 [2021-02-03T15:57:26.262Z] 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-02-03T15:57:27.217Z] ---> ab56559e3a39 [2021-02-03T15:57:27.217Z] 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-02-03T15:57:27.808Z] ---> 3eed4a7aa1ee [2021-02-03T15:57:27.808Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T15:57:28.410Z] ---> 250918ca5dae [2021-02-03T15:57:28.410Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T15:57:28.410Z] Removing intermediate container 5471929ebb9b [2021-02-03T15:57:28.410Z] ---> a583a47f708b [2021-02-03T15:57:28.410Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T15:57:28.686Z] ---> Running in 75a3f7a8cfb6 [2021-02-03T15:57:28.983Z] Removing intermediate container 75a3f7a8cfb6 [2021-02-03T15:57:28.983Z] ---> 21387d40f6f4 [2021-02-03T15:57:28.983Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T15:57:29.284Z] ---> cc41bb89a6bb [2021-02-03T15:57:29.284Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T15:57:29.561Z] ---> dd3427dba06a [2021-02-03T15:57:29.562Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T15:57:29.838Z] ---> Running in f7b2b52ec58a [2021-02-03T15:57:30.107Z] ---> d98e046a17f1 [2021-02-03T15:57:30.107Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T15:57:30.721Z] ---> 85e0669fee4d [2021-02-03T15:57:30.721Z] 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-02-03T15:57:31.000Z] ---> Running in 2282dc533af6 [2021-02-03T15:57:31.600Z] Removing intermediate container f7b2b52ec58a [2021-02-03T15:57:31.600Z] ---> 86f6b3af0bc6 [2021-02-03T15:57:31.600Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T15:57:31.869Z] ---> 6e9f5067a5c1 [2021-02-03T15:57:31.869Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T15:57:32.834Z] Removing intermediate container 2282dc533af6 [2021-02-03T15:57:32.834Z] ---> 03b244e1f116 [2021-02-03T15:57:32.834Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T15:57:32.834Z] ---> Running in 2a5dd0c67f4e [2021-02-03T15:57:32.834Z] ---> 7c10d355dc48 [2021-02-03T15:57:32.834Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T15:57:33.109Z] Removing intermediate container 2a5dd0c67f4e [2021-02-03T15:57:33.109Z] ---> 1857f9d66d04 [2021-02-03T15:57:33.109Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T15:57:33.382Z] ---> 51fadc509208 [2021-02-03T15:57:33.382Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-03T15:57:33.382Z] ---> Running in 38f6c39754c1 [2021-02-03T15:57:33.980Z] ---> 43e59a850149 [2021-02-03T15:57:33.980Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T15:57:34.250Z] Removing intermediate container 38f6c39754c1 [2021-02-03T15:57:34.250Z] ---> b3aee60c5668 [2021-02-03T15:57:34.250Z] Step 23/24 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:57:34.515Z] ---> Running in d752eeaa5593 [2021-02-03T15:57:34.515Z] ---> Running in 9b09684078f0 [2021-02-03T15:57:34.781Z] Removing intermediate container d752eeaa5593 [2021-02-03T15:57:34.781Z] ---> 30d7ee2a5df9 [2021-02-03T15:57:34.781Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T15:57:35.049Z] Removing intermediate container 9b09684078f0 [2021-02-03T15:57:35.049Z] ---> 15f2b1b61d9a [2021-02-03T15:57:35.049Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-03T15:57:35.316Z] ---> Running in ab84b817fc83 [2021-02-03T15:57:35.893Z] ---> 5b73af501a61 [2021-02-03T15:57:35.893Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-03T15:57:36.165Z] Removing intermediate container ab84b817fc83 [2021-02-03T15:57:36.165Z] ---> 0e8e9402add6 [2021-02-03T15:57:36.165Z] [2021-02-03T15:57:36.429Z] ---> Running in 9d0357d4b79a [2021-02-03T15:57:36.699Z] Successfully built 0e8e9402add6 [2021-02-03T15:57:36.699Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-03T15:57:38.633Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9d0357d4b79a [2021-02-03T15:57:38.633Z] ---> 6ea1faea194e [2021-02-03T15:57:38.633Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T15:57:38.633Z] ---> Running in 08afa1b92d19 [2021-02-03T15:57:38.633Z] Removing intermediate container 08afa1b92d19 [2021-02-03T15:57:38.633Z] ---> 28731a386c9b [2021-02-03T15:57:38.633Z] Step 27/30 : CMD ["gate"] [2021-02-03T15:57:39.211Z] ---> Running in ddfc058700e2 [2021-02-03T15:57:40.604Z] Removing intermediate container ddfc058700e2 [2021-02-03T15:57:40.604Z] ---> aaa6619db4b2 [2021-02-03T15:57:40.604Z] Step 28/30 : LABEL arch=x86_64 [2021-02-03T15:57:40.870Z] ---> Running in c0eea24776fb [2021-02-03T15:57:40.870Z] Removing intermediate container 56c77a604783 [2021-02-03T15:57:40.870Z] ---> 2f1f22f4c16a [2021-02-03T15:57:40.870Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T15:57:40.870Z] ---> Running in f41bba7385d4 [2021-02-03T15:57:41.132Z] Removing intermediate container c0eea24776fb [2021-02-03T15:57:41.132Z] ---> 833ca5b86776 [2021-02-03T15:57:41.132Z] Step 29/30 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:57:42.524Z] ---> Running in f3681f5eae27 [2021-02-03T15:57:42.525Z] 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-02-03T15:57:43.127Z] Removing intermediate container 149b78627f07 [2021-02-03T15:57:43.127Z] ---> 7f12f796bb44 [2021-02-03T15:57:43.127Z] [2021-02-03T15:57:43.127Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T15:57:43.127Z] ---> 389fef711851 [2021-02-03T15:57:43.127Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T15:57:43.127Z] Removing intermediate container f3681f5eae27 [2021-02-03T15:57:43.127Z] ---> 66e9fb334353 [2021-02-03T15:57:43.127Z] Step 30/30 : LABEL version=0.0.0 [2021-02-03T15:57:43.127Z] ---> Running in 2358d7598825 [2021-02-03T15:57:43.703Z] ---> Running in 114d5a1b3d86 [2021-02-03T15:57:44.279Z] Removing intermediate container 114d5a1b3d86 [2021-02-03T15:57:44.279Z] ---> 5e416f393072 [2021-02-03T15:57:44.279Z] [2021-02-03T15:57:44.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:44.542Z] Successfully built 5e416f393072 [2021-02-03T15:57:44.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:44.542Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-03T15:57:44.542Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f41bba7385d4 [2021-02-03T15:57:44.542Z] ---> 3a9f9961071d [2021-02-03T15:57:44.542Z] [2021-02-03T15:57:44.542Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T15:57:44.542Z] 20.10.0: Pulling from library/docker [2021-02-03T15:57:44.542Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T15:57:44.808Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T15:57:44.808Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:57:44.808Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T15:57:44.808Z] OK: 6 MiB in 16 packages [2021-02-03T15:57:46.744Z] Removing intermediate container 2358d7598825 [2021-02-03T15:57:46.744Z] ---> 3b417dd1ec11 [2021-02-03T15:57:46.744Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T15:57:47.006Z] ---> Running in 765c75aa807a [2021-02-03T15:57:47.006Z] Removing intermediate container 765c75aa807a [2021-02-03T15:57:47.006Z] ---> 56d833ba968e [2021-02-03T15:57:47.006Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T15:57:47.270Z] ---> Running in e3980807a5dd [2021-02-03T15:57:47.539Z] Removing intermediate container e3980807a5dd [2021-02-03T15:57:47.539Z] ---> 41295cd6720b [2021-02-03T15:57:47.539Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T15:57:47.804Z] ---> Running in f0c79a20d486 [2021-02-03T15:57:48.066Z] Removing intermediate container f0c79a20d486 [2021-02-03T15:57:48.066Z] ---> 27b904f9a339 [2021-02-03T15:57:48.066Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T15:57:48.329Z] ---> 362f64d8680b [2021-02-03T15:57:48.329Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T15:57:49.292Z] ---> 81411d223e4d [2021-02-03T15:57:49.292Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T15:57:50.688Z] ---> 24b9633f4c1f [2021-02-03T15:57:50.688Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T15:57:50.688Z] ---> Running in 9021b22c4cef [2021-02-03T15:57:50.688Z] Removing intermediate container 9021b22c4cef [2021-02-03T15:57:50.688Z] ---> 6ca15bc634c5 [2021-02-03T15:57:50.688Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T15:57:50.952Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T15:57:50.952Z] ---> Running in 579d0a5acc05 [2021-02-03T15:57:50.952Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T15:57:50.952Z] ---> aefe523efa57 [2021-02-03T15:57:50.952Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T15:57:50.952Z] ---> Running in bce652e82abe [2021-02-03T15:57:50.952Z] Removing intermediate container 579d0a5acc05 [2021-02-03T15:57:50.952Z] ---> 0bfb34b70ffd [2021-02-03T15:57:50.952Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T15:57:51.216Z] ---> Running in a2a6d19db2ba [2021-02-03T15:57:51.480Z] Removing intermediate container a2a6d19db2ba [2021-02-03T15:57:51.480Z] ---> 1720f544fc5b [2021-02-03T15:57:51.480Z] Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:57:51.480Z] ---> Running in cf1bbfea13cd [2021-02-03T15:57:51.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:51.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:51.741Z] Removing intermediate container cf1bbfea13cd [2021-02-03T15:57:51.741Z] ---> 3f9b1a5f2f01 [2021-02-03T15:57:51.741Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T15:57:51.741Z] ---> Running in 23f137a0bca2 [2021-02-03T15:57:51.741Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T15:57:51.741Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T15:57:51.741Z] Executing bash-5.0.17-r0.post-install [2021-02-03T15:57:51.741Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:57:51.741Z] OK: 12 MiB in 22 packages [2021-02-03T15:57:52.003Z] Removing intermediate container 23f137a0bca2 [2021-02-03T15:57:52.003Z] ---> 3b6c84951443 [2021-02-03T15:57:52.003Z] [2021-02-03T15:57:52.003Z] Successfully built 3b6c84951443 [2021-02-03T15:57:52.003Z] Successfully tagged docker-support-notifications-go:latest [2021-02-03T15:57:52.265Z]  Building docker-support-notifications-go ... done Removing intermediate container bce652e82abe [2021-02-03T15:57:52.265Z] ---> 957232e68e74 [2021-02-03T15:57:52.265Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T15:57:52.526Z] ---> Running in 3a877b559420 [2021-02-03T15:57:52.526Z] Removing intermediate container 3a877b559420 [2021-02-03T15:57:52.526Z] ---> 7c9620feff41 [2021-02-03T15:57:52.526Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T15:57:52.788Z] ---> Running in 5d03c1de75b5 [2021-02-03T15:57:52.789Z] Removing intermediate container 5d03c1de75b5 [2021-02-03T15:57:52.789Z] ---> 9a84e0483c9f [2021-02-03T15:57:52.789Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T15:57:52.789Z] ---> Running in f5451d8ef657 [2021-02-03T15:57:53.050Z] Removing intermediate container f5451d8ef657 [2021-02-03T15:57:53.050Z] ---> 6e62ea012246 [2021-02-03T15:57:53.050Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T15:57:53.623Z] ---> 0d0cd2946246 [2021-02-03T15:57:53.623Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T15:57:53.884Z] ---> 2db390684862 [2021-02-03T15:57:53.884Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T15:57:54.145Z] ---> 945797c81fc4 [2021-02-03T15:57:54.145Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T15:57:54.145Z] ---> Running in 234e6deba144 [2021-02-03T15:57:54.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:54.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:57:54.985Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T15:57:54.985Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T15:57:54.985Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T15:57:54.985Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T15:57:54.985Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T15:57:54.985Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T15:57:54.985Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-03T15:57:56.373Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T15:57:56.373Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T15:57:56.373Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T15:57:56.373Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T15:57:56.373Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T15:57:56.373Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T15:57:56.373Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T15:57:56.373Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T15:57:56.373Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T15:57:56.373Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T15:57:56.373Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T15:57:56.373Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T15:57:56.373Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T15:57:56.373Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T15:57:56.373Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T15:57:56.373Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T15:57:56.373Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T15:57:56.373Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T15:57:56.636Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T15:57:56.636Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T15:57:56.636Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T15:57:56.636Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T15:57:56.636Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T15:57:56.636Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T15:57:56.636Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T15:57:56.636Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T15:57:56.636Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:57:56.898Z] OK: 71 MiB in 55 packages [2021-02-03T15:58:05.359Z] Removing intermediate container 234e6deba144 [2021-02-03T15:58:05.359Z] ---> 151b28fe379e [2021-02-03T15:58:05.359Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T15:58:05.359Z] ---> Running in da5f32327923 [2021-02-03T15:58:06.754Z] Collecting docker-compose==1.23.2 [2021-02-03T15:58:06.754Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T15:58:06.754Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T15:58:06.754Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T15:58:07.327Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T15:58:07.327Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T15:58:07.901Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T15:58:07.901Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T15:58:08.162Z] Collecting PyYAML<4,>=3.10 [2021-02-03T15:58:08.162Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T15:58:08.741Z] 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-02-03T15:58:09.002Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T15:58:09.002Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T15:58:09.264Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T15:58:09.264Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T15:58:09.264Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T15:58:09.526Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T15:58:09.526Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T15:58:09.526Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T15:58:09.788Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T15:58:09.788Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T15:58:10.363Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T15:58:10.363Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T15:58:10.363Z] 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-02-03T15:58:10.363Z] 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-02-03T15:58:10.363Z] Collecting idna<2.8,>=2.5 [2021-02-03T15:58:10.363Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T15:58:10.363Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T15:58:10.363Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T15:58:10.625Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T15:58:10.625Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T15:58:10.625Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T15:58:10.625Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T15:58:10.625Z] Installing collected packages: dockerpty, texttable, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, docopt, docker-compose [2021-02-03T15:58:10.625Z] Running setup.py install for dockerpty: started [2021-02-03T15:58:11.199Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T15:58:11.199Z] Running setup.py install for texttable: started [2021-02-03T15:58:11.773Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T15:58:11.773Z] Running setup.py install for PyYAML: started [2021-02-03T15:58:12.349Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T15:58:12.349Z] Attempting uninstall: idna [2021-02-03T15:58:12.349Z] Found existing installation: idna 2.9 [2021-02-03T15:58:12.349Z] Uninstalling idna-2.9: [2021-02-03T15:58:12.349Z] Successfully uninstalled idna-2.9 [2021-02-03T15:58:12.349Z] Attempting uninstall: urllib3 [2021-02-03T15:58:12.349Z] Found existing installation: urllib3 1.25.9 [2021-02-03T15:58:12.349Z] Uninstalling urllib3-1.25.9: [2021-02-03T15:58:12.611Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T15:58:12.611Z] Attempting uninstall: requests [2021-02-03T15:58:12.611Z] Found existing installation: requests 2.23.0 [2021-02-03T15:58:12.611Z] Uninstalling requests-2.23.0: [2021-02-03T15:58:12.872Z] Successfully uninstalled requests-2.23.0 [2021-02-03T15:58:13.134Z] Running setup.py install for docopt: started [2021-02-03T15:58:13.710Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T15:58:13.972Z] 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.57.0 [2021-02-03T15:58:17.331Z] Removing intermediate container da5f32327923 [2021-02-03T15:58:17.331Z] ---> 56b417494368 [2021-02-03T15:58:17.331Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T15:58:17.331Z] ---> Running in 4ee0fc45d04c [2021-02-03T15:58:17.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T15:58:17.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T15:58:18.167Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T15:58:18.167Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T15:58:18.167Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T15:58:18.167Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T15:58:18.167Z] OK: 72 MiB in 58 packages [2021-02-03T15:58:18.743Z] Removing intermediate container 4ee0fc45d04c [2021-02-03T15:58:18.743Z] ---> 623638820cbe [2021-02-03T15:58:18.743Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T15:58:18.743Z] ---> Running in 7446570e3c48 [2021-02-03T15:58:19.005Z] Removing intermediate container 7446570e3c48 [2021-02-03T15:58:19.005Z] ---> 098a0fc10803 [2021-02-03T15:58:19.006Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T15:58:19.006Z] ---> Running in 491d00f088d0 [2021-02-03T15:58:19.006Z] Removing intermediate container 491d00f088d0 [2021-02-03T15:58:19.006Z] ---> b69ddf63bfad [2021-02-03T15:58:19.006Z] Step 24/26 : LABEL arch=x86_64 [2021-02-03T15:58:19.268Z] ---> Running in 89265d5817da [2021-02-03T15:58:19.268Z] Removing intermediate container 89265d5817da [2021-02-03T15:58:19.268Z] ---> 98276e92ac28 [2021-02-03T15:58:19.268Z] Step 25/26 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:58:19.268Z] ---> Running in 32a5a51771ee [2021-02-03T15:58:20.218Z] Removing intermediate container 32a5a51771ee [2021-02-03T15:58:20.218Z] ---> 89ff42e6c5bc [2021-02-03T15:58:20.218Z] Step 26/26 : LABEL version=0.0.0 [2021-02-03T15:58:20.218Z] ---> Running in 989b83d2a554 [2021-02-03T15:58:20.480Z] Removing intermediate container 989b83d2a554 [2021-02-03T15:58:20.480Z] ---> f87a1ee4e969 [2021-02-03T15:58:20.480Z] [2021-02-03T15:58:20.480Z] Successfully built f87a1ee4e969 [2021-02-03T15:58:20.480Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-03T15:58:20.753Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-03T15:58:20.787Z] $ docker stop --time=1 6bf525bb0e46e58724339048eaee4354354b5ef62d8d9ba234ff578449bff0c9 [2021-02-03T15:58:22.482Z] $ docker rm -f 6bf525bb0e46e58724339048eaee4354354b5ef62d8d9ba234ff578449bff0c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T15:58:23.077Z] + docker images [2021-02-03T15:58:23.077Z] + grep docker [2021-02-03T15:58:23.339Z] docker-sys-mgmt-agent-go latest f87a1ee4e969 3 seconds ago 313MB [2021-02-03T15:58:23.339Z] docker-support-notifications-go latest 3b6c84951443 32 seconds ago 17.5MB [2021-02-03T15:58:23.339Z] docker-security-bootstrapper-go latest 5e416f393072 40 seconds ago 17.9MB [2021-02-03T15:58:23.339Z] docker-security-secretstore-setup-go latest 0e8e9402add6 48 seconds ago 24.6MB [2021-02-03T15:58:23.339Z] docker-core-data-go latest cdf44788b65c 2 minutes ago 22.3MB [2021-02-03T15:58:23.339Z] docker-core-command-go latest c3216246536c 2 minutes ago 16.9MB [2021-02-03T15:58:23.339Z] docker-core-metadata-go latest 2f01ac255423 2 minutes ago 18.8MB [2021-02-03T15:58:23.339Z] docker-security-proxy-setup-go latest dbae9b006b2d 2 minutes ago 24.4MB [2021-02-03T15:58:23.339Z] docker-support-scheduler-go latest 9c2245dc36f5 2 minutes ago 17MB [2021-02-03T15:58:23.339Z] docker 20.10.0 aefe523efa57 7 weeks 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-02-03T15:58:39.189Z] Still waiting to schedule task [2021-02-03T15:58:39.190Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-03T15:58:47.368Z] gofmt -l . [2021-02-03T15:58:47.369Z] [ "`gofmt -l .`" = "" ] [2021-02-03T15:58:47.369Z] ./bin/test-go-mod-tidy.sh [2021-02-03T15:58:47.369Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T15:58:48.028Z] + ls -al . [2021-02-03T15:58:48.028Z] total 712 [2021-02-03T15:58:48.028Z] drwxrwxr-x 9 1001 1001 4096 Feb 3 15:58 . [2021-02-03T15:58:48.028Z] drwxr-xr-x 4 root root 4096 Feb 3 15:54 .. [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 15:52 .dockerignore [2021-02-03T15:58:48.028Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 15:52 .git [2021-02-03T15:58:48.028Z] drwxrwxr-x 3 1001 1001 4096 Feb 3 15:52 .github [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 818 Feb 3 15:52 .gitignore [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 15:52 .sonarcloud.properties [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 7859 Feb 3 15:52 Attribution.txt [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 15:52 CONTRIBUTING.md [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 931 Feb 3 15:52 Dockerfile.build [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 15:52 Jenkinsfile [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 15:52 LICENSE [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 5774 Feb 3 15:52 Makefile [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 6524 Feb 3 15:52 README.md [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 6755 Feb 3 15:52 SECURITY.md [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 15:50 VERSION [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 15:52 ZMQWindows.md [2021-02-03T15:58:48.028Z] drwxrwxr-x 2 1001 1001 4096 Feb 3 15:52 bin [2021-02-03T15:58:48.028Z] drwxrwxr-x 14 1001 1001 4096 Feb 3 15:52 cmd [2021-02-03T15:58:48.028Z] -rw-r--r-- 1 root root 580844 Feb 3 15:57 coverage.out [2021-02-03T15:58:48.028Z] -rw-r--r-- 1 root root 1054 Feb 3 15:58 go.mod [2021-02-03T15:58:48.028Z] -rw-r--r-- 1 root root 19399 Feb 3 15:58 go.sum [2021-02-03T15:58:48.028Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 15:52 internal [2021-02-03T15:58:48.028Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 15:52 openapi [2021-02-03T15:58:48.028Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 15:52 snap [2021-02-03T15:58:48.028Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 15:52 version.go [Pipeline] sh [2021-02-03T15:58:48.690Z] + '[' -e coverage.out ] [2021-02-03T15:58:48.690Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T15:58:48.711Z] Warning: overwriting stash ‘coverage-report’ [2021-02-03T15:58:49.822Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T15:58:50.493Z] + make build [2021-02-03T15:58:50.493Z] 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-02-03T15:59:00.643Z] 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-02-03T15:59:22.835Z] 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-02-03T15:59:26.255Z] 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-02-03T15:59:30.833Z] Running on prd-ubuntu18.04-docker-8c-8g-24723 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws [2021-02-03T15:59:30.895Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-03T15:59:31.685Z] 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-02-03T15:59:33.104Z] using credential edgex-jenkins-ssh [2021-02-03T15:59:33.177Z] Cloning the remote Git repository [2021-02-03T15:59:33.206Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T15:59:33.294Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-03T15:59:33.325Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T15:59:33.325Z] > git --version # timeout=10 [2021-02-03T15:59:33.332Z] > git --version # 'git version 2.17.1' [2021-02-03T15:59:33.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T15:59:33.355Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T15:59:33.720Z] 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-02-03T15:59:39.124Z] 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-02-03T15:59:43.870Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T15:59:43.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T15:59:43.893Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T15:59:44.547Z] 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-02-03T15:59:44.592Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:59:44.739Z] Merge succeeded, producing f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T15:59:44.739Z] Checking out Revision f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 (PR-3115) [2021-02-03T15:59:43.905Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T15:59:43.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T15:59:43.910Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T15:59:44.604Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T15:59:44.610Z] > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 [2021-02-03T15:59:44.700Z] > git remote # timeout=10 [2021-02-03T15:59:44.707Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T15:59:44.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T15:59:44.724Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-03T15:59:44.734Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T15:59:44.745Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T15:59:44.749Z] > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 [2021-02-03T15:59:47.168Z] 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-02-03T15:59:48.462Z] Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T15:59:49.778Z] + echo snap-build.sh [2021-02-03T15:59:49.778Z] snap-build.sh [2021-02-03T15:59:49.778Z] + SNAP_BASE_DIR=. [2021-02-03T15:59:49.778Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-03T15:59:49.778Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-03T15:59:49.778Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-03T15:59:49.778Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-03T15:59:49.778Z] + cd /w/workspace/edgex-go/3 [2021-02-03T15:59:49.778Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-03T15:59:49.778Z] Reading package lists... [2021-02-03T15:59:49.778Z] Building dependency tree... [2021-02-03T15:59:49.778Z] Reading state information... [2021-02-03T15:59:50.041Z] The following packages were automatically installed and are no longer required: [2021-02-03T15:59:50.041Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-03T15:59:50.041Z] uidmap xdelta3 [2021-02-03T15:59:50.041Z] Use 'sudo apt autoremove' to remove them. [2021-02-03T15:59:50.041Z] The following packages will be REMOVED: [2021-02-03T15:59:50.041Z] lxd* lxd-client* [2021-02-03T15:59:50.304Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-03T15:59:50.304Z] After this operation, 31.7 MB disk space will be freed. [2021-02-03T15:59:51.491Z] 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-02-03T15:59:51.616Z] (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-02-03T15:59:51.616Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T15:59:52.562Z] Removing lxd dnsmasq configuration [2021-02-03T15:59:52.562Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T15:59:52.824Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-03T15:59:53.768Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-03T15:59:54.030Z] (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-02-03T15:59:54.030Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T15:59:54.864Z] 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-02-03T15:59:55.420Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-03T15:59:55.420Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-03T15:59:57.347Z] + sudo snap remove --purge lxd [2021-02-03T15:59:57.347Z] snap "lxd" is not installed [2021-02-03T15:59:57.347Z] + sudo groupadd --force --system lxd [2021-02-03T15:59:57.347Z] ++ whoami [2021-02-03T15:59:57.347Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-03T15:59:57.347Z] + newgrp - lxd [2021-02-03T15:59:57.347Z] + sudo snap install lxd [2021-02-03T15:59:58.251Z] 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-02-03T16:00:05.012Z] $ docker stop --time=1 230d5e09feebf919f9e51a51a12a459615bac64a9946a55c05410efa2f0a570a [2021-02-03T16:00:05.522Z] 2021-02-03T16:00:02Z INFO Waiting for automatic snapd restart... [2021-02-03T16:00:07.439Z] $ docker rm -f 230d5e09feebf919f9e51a51a12a459615bac64a9946a55c05410efa2f0a570a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T16:00:09.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T16:00:09.493Z] [2021-02-03T16:00:09.493Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T16:00:09.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T16:00:09.882Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-03T16:00:09.882Z] 29e5d40040c1: Pulling fs layer [2021-02-03T16:00:09.882Z] 1ce36da41761: Pulling fs layer [2021-02-03T16:00:09.882Z] 25b303627fd3: Pulling fs layer [2021-02-03T16:00:10.155Z] 29e5d40040c1: Verifying Checksum [2021-02-03T16:00:10.155Z] 29e5d40040c1: Download complete [2021-02-03T16:00:10.431Z] 1ce36da41761: Verifying Checksum [2021-02-03T16:00:10.431Z] 1ce36da41761: Download complete [2021-02-03T16:00:11.030Z] 29e5d40040c1: Pull complete [2021-02-03T16:00:12.010Z] 1ce36da41761: Pull complete [2021-02-03T16:00:12.284Z] 25b303627fd3: Verifying Checksum [2021-02-03T16:00:12.284Z] 25b303627fd3: Download complete [2021-02-03T16:00:22.453Z] 25b303627fd3: Pull complete [2021-02-03T16:00:22.453Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-03T16:00:22.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T16:00:22.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-03T16:00:22.678Z] prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container [2021-02-03T16:00:22.780Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-03T16:00:23.672Z] lxd 4.10 from Canonical* installed [2021-02-03T16:00:23.672Z] + sudo lxd init --auto [2021-02-03T16:00:25.816Z] $ docker top eedd0711e76f722b69ef4d365012e3a8b5a38428d3e58e6d6b4895268f822e36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T16:00:26.900Z] + docker-compose+ build --help [2021-02-03T16:00:26.900Z] grep parallel [2021-02-03T16:00:30.274Z] --parallel Build images in parallel. [2021-02-03T16:00:30.283Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-02-03T16:00:30.588Z] $ docker stop --time=1 eedd0711e76f722b69ef4d365012e3a8b5a38428d3e58e6d6b4895268f822e36 [2021-02-03T16:00:32.456Z] $ docker rm -f eedd0711e76f722b69ef4d365012e3a8b5a38428d3e58e6d6b4895268f822e36 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T16:00:33.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T16:00:33.318Z] . [Pipeline] withDockerContainer [2021-02-03T16:00:33.628Z] prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container [2021-02-03T16:00:33.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-03T16:00:35.095Z] $ docker top 7f271aaee733b302e601dd99d995f9c35324c74088508c69d74af42770dce2ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T16:00:36.187Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T16:00:38.454Z] snapcraft 4.4.4 from Canonical* installed [2021-02-03T16:00:38.454Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-03T16:00:38.454Z] + patch --verbose -p1 [2021-02-03T16:00:38.454Z] Hmm... Looks like a unified diff to me... [2021-02-03T16:00:38.454Z] The text leading up to this was: [2021-02-03T16:00:38.454Z] -------------------------- [2021-02-03T16:00:38.454Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-03T16:00:38.454Z] |From: Tony Espy [2021-02-03T16:00:38.454Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-03T16:00:38.454Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-03T16:00:38.454Z] | [2021-02-03T16:00:38.454Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-03T16:00:38.454Z] |optimize the snap CI check run for pull requests. When [2021-02-03T16:00:38.454Z] |applied, it essentially strips out everything (apps and [2021-02-03T16:00:38.454Z] |parts) from the snapcraft.yaml file except those required [2021-02-03T16:00:38.454Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-03T16:00:38.454Z] |catch changes to edgex-go that break the snap build. [2021-02-03T16:00:38.454Z] | [2021-02-03T16:00:38.454Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-03T16:00:38.454Z] |to update this patch file, otherwise it may fail to apply, [2021-02-03T16:00:38.454Z] |resulting in a failed snap build CI check in the associated [2021-02-03T16:00:38.454Z] |pull request. [2021-02-03T16:00:38.454Z] | [2021-02-03T16:00:38.454Z] |Note - in addition to applying this patch, the pipeline also [2021-02-03T16:00:38.454Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-03T16:00:38.454Z] |need to build the finally binary .snap file (and it won't [2021-02-03T16:00:38.454Z] |work with the patch applied). This further reduces the build [2021-02-03T16:00:38.454Z] |time. [2021-02-03T16:00:38.454Z] |--- [2021-02-03T16:00:38.454Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-03T16:00:38.454Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-03T16:00:38.454Z] | [2021-02-03T16:00:38.454Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-03T16:00:38.454Z] |index 1e537489..faf42425 100644 [2021-02-03T16:00:38.454Z] |--- a/snap/snapcraft.yaml [2021-02-03T16:00:38.454Z] |+++ b/snap/snapcraft.yaml [2021-02-03T16:00:38.454Z] -------------------------- [2021-02-03T16:00:38.454Z] patching file snap/snapcraft.yaml [2021-02-03T16:00:38.454Z] Using Plan A... [2021-02-03T16:00:38.454Z] Hunk #1 FAILED at 73. [2021-02-03T16:00:38.454Z] Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). [2021-02-03T16:00:38.454Z] Hunk #3 succeeded at 289 (offset 3 lines). [2021-02-03T16:00:38.454Z] Hunk #4 succeeded at 297 (offset 3 lines). [2021-02-03T16:00:38.454Z] Hunk #5 succeeded at 304 (offset 3 lines). [2021-02-03T16:00:38.454Z] Hunk #6 succeeded at 331 (offset 3 lines). [2021-02-03T16:00:38.454Z] Hunk #7 succeeded at 365 (offset 3 lines). [2021-02-03T16:00:38.454Z] Hunk #8 succeeded at 424 (offset 11 lines). [2021-02-03T16:00:38.454Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-03T16:00:38.454Z] Hmm... Ignoring the trailing garbage. [2021-02-03T16:00:38.454Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-03T16:00:39.380Z] Failed in branch amd64 [2021-02-03T16:00:40.496Z] Building docker-core-command-go ... [2021-02-03T16:00:40.496Z] Building docker-core-data-go ... [2021-02-03T16:00:40.496Z] Building docker-core-metadata-go ... [2021-02-03T16:00:40.496Z] Building docker-security-bootstrapper-go ... [2021-02-03T16:00:40.496Z] Building docker-security-proxy-setup-go ... [2021-02-03T16:00:40.496Z] Building docker-security-secretstore-setup-go ... [2021-02-03T16:00:40.496Z] Building docker-support-notifications-go ... [2021-02-03T16:00:40.496Z] Building docker-support-scheduler-go ... [2021-02-03T16:00:40.496Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T16:00:40.496Z] Building docker-support-notifications-go [2021-02-03T16:00:40.496Z] Building docker-security-bootstrapper-go [2021-02-03T16:00:40.496Z] Building docker-security-proxy-setup-go [2021-02-03T16:00:40.496Z] Building docker-core-command-go [2021-02-03T16:00:40.496Z] Building docker-sys-mgmt-agent-go [2021-02-03T16:02:02.279Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:02:02.279Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:02:02.279Z] ---> e96f9ae6e072 [2021-02-03T16:02:02.279Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T16:02:02.279Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:02:02.279Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:02:02.279Z] ---> e96f9ae6e072 [2021-02-03T16:02:02.279Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T16:02:02.279Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:02:02.279Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:02:02.279Z] ---> e96f9ae6e072 [2021-02-03T16:02:02.279Z] Step 3/30 : WORKDIR /edgex-go [2021-02-03T16:02:02.279Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:02:02.279Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:02:02.279Z] ---> e96f9ae6e072 [2021-02-03T16:02:02.279Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T16:02:02.279Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:02:02.279Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:02:02.279Z] ---> e96f9ae6e072 [2021-02-03T16:02:02.279Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T16:02:02.279Z] ---> Running in 18683ea64d39 [2021-02-03T16:02:02.279Z] ---> Running in 93ccfeae0ebe [2021-02-03T16:02:02.279Z] ---> Running in 439780e4bde7 [2021-02-03T16:02:02.279Z] ---> Running in 1d1a5d779ce9 [2021-02-03T16:02:02.279Z] ---> Running in e211c463ad98 [2021-02-03T16:02:02.279Z] Removing intermediate container 18683ea64d39 [2021-02-03T16:02:02.280Z] ---> 2a6ce75c600d [2021-02-03T16:02:02.280Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:02:02.280Z] Removing intermediate container 93ccfeae0ebe [2021-02-03T16:02:02.280Z] ---> bc8c06d86e83 [2021-02-03T16:02:02.280Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:02:02.280Z] Removing intermediate container 1d1a5d779ce9 [2021-02-03T16:02:02.280Z] ---> 5a481092ada3 [2021-02-03T16:02:02.280Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:02:02.280Z] Removing intermediate container e211c463ad98 [2021-02-03T16:02:02.280Z] ---> b2d57b31a457 [2021-02-03T16:02:02.280Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:02:02.280Z] Removing intermediate container 439780e4bde7 [2021-02-03T16:02:02.280Z] ---> dcf17fb5a789 [2021-02-03T16:02:02.280Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:02:02.280Z] ---> Running in b6b391fe4388 [2021-02-03T16:02:02.280Z] ---> Running in 05ec0af06988 [2021-02-03T16:02:02.280Z] ---> Running in c8e11006aede [2021-02-03T16:02:02.280Z] ---> Running in 64f90d107436 [2021-02-03T16:02:02.280Z] ---> Running in 5464915fd18d [2021-02-03T16:02:02.280Z] Removing intermediate container b6b391fe4388 [2021-02-03T16:02:02.280Z] ---> 63a08501cb9c [2021-02-03T16:02:02.280Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-03T16:02:02.280Z] Removing intermediate container 05ec0af06988 [2021-02-03T16:02:02.280Z] ---> 1cc164f8ed00 [2021-02-03T16:02:02.280Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T16:02:02.280Z] ---> Running in 1de224742083 [2021-02-03T16:02:02.280Z] Removing intermediate container c8e11006aede [2021-02-03T16:02:02.280Z] ---> a5b95c308179 [2021-02-03T16:02:02.280Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-03T16:02:02.280Z] ---> Running in b5de0d527d91 [2021-02-03T16:02:02.280Z] ---> Running in 0026005b5146 [2021-02-03T16:02:02.280Z] Removing intermediate container 64f90d107436 [2021-02-03T16:02:02.280Z] ---> 76bd7626e309 [2021-02-03T16:02:02.280Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T16:02:02.280Z] Removing intermediate container 5464915fd18d [2021-02-03T16:02:02.280Z] ---> 1ec0c4c60bf2 [2021-02-03T16:02:02.280Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T16:02:02.280Z] ---> Running in df822aee5efa [2021-02-03T16:02:02.280Z] ---> Running in 7fcffd40fce1 [2021-02-03T16:02:02.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:02.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:03.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:03.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:03.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:03.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:03.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:04.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:04.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:04.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:02:04.749Z] OK: 217 MiB in 51 packages [2021-02-03T16:02:05.729Z] OK: 217 MiB in 51 packages [2021-02-03T16:02:05.729Z] OK: 217 MiB in 51 packages [2021-02-03T16:02:06.017Z] OK: 217 MiB in 51 packages [2021-02-03T16:02:06.289Z] Removing intermediate container 1de224742083 [2021-02-03T16:02:06.289Z] ---> d06737270dd5 [2021-02-03T16:02:06.289Z] Step 6/22 : COPY go.mod . [2021-02-03T16:02:06.289Z] OK: 217 MiB in 51 packages [2021-02-03T16:02:07.273Z] Removing intermediate container b5de0d527d91 [2021-02-03T16:02:07.273Z] ---> 1024298ede95 [2021-02-03T16:02:07.273Z] Step 6/26 : COPY go.mod . [2021-02-03T16:02:07.546Z] ---> 230aeb76172e [2021-02-03T16:02:07.546Z] Step 7/22 : RUN go mod download [2021-02-03T16:02:07.546Z] Removing intermediate container 7fcffd40fce1 [2021-02-03T16:02:07.546Z] ---> 5582bcf8f36d [2021-02-03T16:02:07.546Z] Step 6/21 : COPY go.mod . [2021-02-03T16:02:07.821Z] Removing intermediate container 0026005b5146 [2021-02-03T16:02:07.821Z] ---> 79ea969d0d4c [2021-02-03T16:02:07.821Z] Step 6/30 : COPY go.mod . [2021-02-03T16:02:07.821Z] ---> Running in 121f16370537 [2021-02-03T16:02:08.096Z] Removing intermediate container df822aee5efa [2021-02-03T16:02:08.096Z] ---> be8afc9dc52b [2021-02-03T16:02:08.096Z] Step 6/23 : COPY go.mod . [2021-02-03T16:02:08.373Z] ---> 755979c1e165 [2021-02-03T16:02:08.373Z] Step 7/26 : RUN go mod download [2021-02-03T16:02:08.373Z] ---> Running in cdb0f2784cad [2021-02-03T16:02:08.653Z] ---> 80c3ade3bacd [2021-02-03T16:02:08.653Z] Step 7/21 : RUN go mod download [2021-02-03T16:02:08.930Z] ---> cda36b2ced2a [2021-02-03T16:02:08.931Z] Step 7/30 : RUN go mod download [2021-02-03T16:02:08.931Z] ---> Running in c033a416d6ba [2021-02-03T16:02:09.528Z] ---> Running in e61ce925788f [2021-02-03T16:02:09.528Z] ---> 849d498e7144 [2021-02-03T16:02:09.528Z] Step 7/23 : RUN go mod download [2021-02-03T16:02:09.803Z] ---> Running in 9effbdd3621b [2021-02-03T16:02:12.464Z] Removing intermediate container 121f16370537 [2021-02-03T16:02:12.464Z] ---> 84dbcecf3def [2021-02-03T16:02:12.464Z] Step 8/22 : COPY . . [2021-02-03T16:02:13.071Z] Removing intermediate container cdb0f2784cad [2021-02-03T16:02:13.071Z] ---> eed08d694475 [2021-02-03T16:02:13.071Z] Step 8/26 : COPY . . [2021-02-03T16:02:13.345Z] Removing intermediate container c033a416d6ba [2021-02-03T16:02:13.345Z] ---> 1c7f70e9ad08 [2021-02-03T16:02:13.345Z] Step 8/21 : COPY . . [2021-02-03T16:02:13.944Z] Removing intermediate container e61ce925788f [2021-02-03T16:02:13.944Z] ---> 6a0e60457c94 [2021-02-03T16:02:13.944Z] Step 8/30 : COPY . . [2021-02-03T16:02:14.541Z] Removing intermediate container 9effbdd3621b [2021-02-03T16:02:14.541Z] ---> 62c56613ca1a [2021-02-03T16:02:14.541Z] Step 8/23 : COPY . . [2021-02-03T16:02:41.347Z] ---> 466ec87bc986 [2021-02-03T16:02:41.347Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-03T16:02:41.347Z] ---> 2b6c9ef59f6f [2021-02-03T16:02:41.347Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-03T16:02:41.347Z] ---> 7a69db7fc37b [2021-02-03T16:02:41.347Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-03T16:02:41.347Z] ---> 5bca726f327c [2021-02-03T16:02:41.347Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T16:02:41.347Z] ---> Running in c96a9eca05d6 [2021-02-03T16:02:41.347Z] ---> 208db0b38b23 [2021-02-03T16:02:41.347Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-03T16:02:41.347Z] ---> Running in 0018502e2500 [2021-02-03T16:02:41.347Z] ---> Running in a911cea187ab [2021-02-03T16:02:41.347Z] ---> Running in f2e590c6a71b [2021-02-03T16:02:41.347Z] ---> Running in e8aa83e998ea [2021-02-03T16:02:41.347Z] 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-02-03T16:02:41.347Z] 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-02-03T16:02:41.347Z] 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-02-03T16:02:41.347Z] 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-02-03T16:02:41.620Z] 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-02-03T16:04:03.461Z] 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-02-03T16:04:13.680Z] Removing intermediate container a911cea187ab [2021-02-03T16:04:13.680Z] ---> 3e088ab31b4a [2021-02-03T16:04:13.680Z] [2021-02-03T16:04:13.680Z] Step 10/30 : FROM alpine:3.12 [2021-02-03T16:04:13.680Z] 3.12: Pulling from library/alpine [2021-02-03T16:04:15.674Z] Removing intermediate container f2e590c6a71b [2021-02-03T16:04:15.674Z] ---> 02636c64d908 [2021-02-03T16:04:15.674Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T16:04:15.674Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T16:04:15.674Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T16:04:15.674Z] ---> afeebe901d6b [2021-02-03T16:04:15.674Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T16:04:15.957Z] Removing intermediate container 0018502e2500 [2021-02-03T16:04:15.957Z] ---> 00bf06ff1502 [2021-02-03T16:04:15.957Z] [2021-02-03T16:04:15.957Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T16:04:15.957Z] ---> afeebe901d6b [2021-02-03T16:04:15.957Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T16:04:15.957Z] ---> Running in b3920cdce9c7 [2021-02-03T16:04:16.236Z] ---> Running in b4081f31fd77 [2021-02-03T16:04:16.236Z] ---> Running in 4f13e215fbf0 [2021-02-03T16:04:17.225Z] Removing intermediate container b4081f31fd77 [2021-02-03T16:04:17.225Z] ---> bb3b217206b7 [2021-02-03T16:04:17.225Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T16:04:17.499Z] ---> Running in 2e733b72eae6 [2021-02-03T16:04:18.162Z] 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-02-03T16:04:18.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:19.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:19.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:19.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:19.669Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T16:04:19.949Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T16:04:19.949Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T16:04:19.949Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T16:04:19.950Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:04:19.950Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T16:04:20.230Z] OK: 7 MiB in 18 packages [2021-02-03T16:04:20.230Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T16:04:20.517Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T16:04:20.517Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:04:20.517Z] OK: 5 MiB in 16 packages [2021-02-03T16:04:23.162Z] Removing intermediate container 2e733b72eae6 [2021-02-03T16:04:23.162Z] ---> 5d81ed182403 [2021-02-03T16:04:23.162Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T16:04:23.162Z] Removing intermediate container 4f13e215fbf0 [2021-02-03T16:04:23.162Z] ---> d9988383e746 [2021-02-03T16:04:23.162Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T16:04:23.433Z] Removing intermediate container b3920cdce9c7 [2021-02-03T16:04:23.433Z] ---> 0d3b06b12537 [2021-02-03T16:04:23.433Z] [2021-02-03T16:04:23.433Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T16:04:23.712Z] 20.10.0: Pulling from library/docker [2021-02-03T16:04:23.712Z] ---> Running in b77700be66fd [2021-02-03T16:04:23.712Z] ---> Running in 9b9500fcfa26 [2021-02-03T16:04:24.687Z] Removing intermediate container b77700be66fd [2021-02-03T16:04:24.687Z] ---> 7c5ecca40da3 [2021-02-03T16:04:24.687Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T16:04:24.961Z] Removing intermediate container 9b9500fcfa26 [2021-02-03T16:04:24.961Z] ---> 43eb98d92260 [2021-02-03T16:04:24.961Z] Step 13/21 : WORKDIR /edgex [2021-02-03T16:04:25.234Z] ---> Running in 00c5f43ab1e7 [2021-02-03T16:04:26.213Z] ---> Running in b03eee3916b0 [2021-02-03T16:04:27.203Z] Removing intermediate container 00c5f43ab1e7 [2021-02-03T16:04:27.203Z] ---> b4799bdb0cd7 [2021-02-03T16:04:27.203Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T16:04:27.475Z] ---> Running in a02d303038fe [2021-02-03T16:04:27.757Z] Removing intermediate container b03eee3916b0 [2021-02-03T16:04:27.757Z] ---> bae960b17e5e [2021-02-03T16:04:27.757Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T16:04:27.757Z] Removing intermediate container e8aa83e998ea [2021-02-03T16:04:27.757Z] ---> 94010a696222 [2021-02-03T16:04:27.757Z] [2021-02-03T16:04:27.757Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T16:04:27.757Z] ---> afeebe901d6b [2021-02-03T16:04:27.757Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T16:04:28.362Z] Removing intermediate container c96a9eca05d6 [2021-02-03T16:04:28.362Z] ---> 4692ed476c20 [2021-02-03T16:04:28.362Z] [2021-02-03T16:04:28.362Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T16:04:28.362Z] ---> afeebe901d6b [2021-02-03T16:04:28.362Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T16:04:28.362Z] ---> Running in 6c7790d745f2 [2021-02-03T16:04:28.636Z] ---> Running in 2d5452a9ba68 [2021-02-03T16:04:28.957Z] ---> 66164b5af46c [2021-02-03T16:04:28.957Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T16:04:31.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:31.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:31.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:31.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:31.733Z] ---> a97363b6de9f [2021-02-03T16:04:31.733Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T16:04:32.009Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T16:04:32.009Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T16:04:32.009Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:04:32.009Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T16:04:32.009Z] Removing intermediate container a02d303038fe [2021-02-03T16:04:32.009Z] ---> b27f957382f0 [2021-02-03T16:04:32.009Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T16:04:32.009Z] OK: 5 MiB in 15 packages [2021-02-03T16:04:32.009Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:04:32.009Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T16:04:32.283Z] OK: 6 MiB in 16 packages [2021-02-03T16:04:32.555Z] ---> Running in 5ccfdc186192 [2021-02-03T16:04:34.011Z] Removing intermediate container 5ccfdc186192 [2021-02-03T16:04:34.011Z] ---> 19a62c53068a [2021-02-03T16:04:34.011Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T16:04:34.011Z] Removing intermediate container 6c7790d745f2 [2021-02-03T16:04:34.011Z] ---> 1889d3352959 [2021-02-03T16:04:34.011Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T16:04:34.283Z] ---> 4415c0372b9e [2021-02-03T16:04:34.283Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T16:04:34.559Z] ---> Running in e96eff533755 [2021-02-03T16:04:34.559Z] ---> Running in 2371c7fccc0c [2021-02-03T16:04:34.834Z] Removing intermediate container 2d5452a9ba68 [2021-02-03T16:04:34.834Z] ---> e17f93653722 [2021-02-03T16:04:34.834Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T16:04:35.115Z] ---> e0eb1fb75a9d [2021-02-03T16:04:35.115Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T16:04:35.387Z] ---> Running in 64744d18555d [2021-02-03T16:04:35.662Z] ---> Running in 7b001370bf2f [2021-02-03T16:04:35.662Z] Removing intermediate container e96eff533755 [2021-02-03T16:04:35.662Z] ---> 62e612c3cf51 [2021-02-03T16:04:35.662Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T16:04:35.662Z] Removing intermediate container 2371c7fccc0c [2021-02-03T16:04:35.662Z] ---> 54cdb137bd8a [2021-02-03T16:04:35.662Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T16:04:36.258Z] ---> Running in d0b44aa262bc [2021-02-03T16:04:36.258Z] ---> Running in 1b82538552ba [2021-02-03T16:04:36.529Z] Removing intermediate container 64744d18555d [2021-02-03T16:04:36.529Z] ---> b4de2f89d15d [2021-02-03T16:04:36.529Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T16:04:37.127Z] ---> Running in 75c59ed51718 [2021-02-03T16:04:37.400Z] Removing intermediate container 1b82538552ba [2021-02-03T16:04:37.400Z] Removing intermediate container d0b44aa262bc [2021-02-03T16:04:37.400Z] ---> 6de58eb6d99c [2021-02-03T16:04:37.400Z] Step 19/21 : LABEL arch=arm64 ---> 9aadf1969555 [2021-02-03T16:04:37.400Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T16:04:37.400Z] [2021-02-03T16:04:37.676Z] ---> Running in f4242c1d5567 [2021-02-03T16:04:37.676Z] ---> Running in e895f5e64868 [2021-02-03T16:04:37.956Z] Removing intermediate container 75c59ed51718 [2021-02-03T16:04:37.956Z] ---> 7d568a97a532 [2021-02-03T16:04:37.956Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T16:04:38.231Z] ---> Running in 4ec68fc21eba [2021-02-03T16:04:38.231Z] Removing intermediate container e895f5e64868 [2021-02-03T16:04:38.231Z] ---> 147523fceb9a [2021-02-03T16:04:38.231Z] Step 20/21 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:04:38.507Z] Removing intermediate container f4242c1d5567 [2021-02-03T16:04:38.507Z] ---> 0b03e33ba5e4 [2021-02-03T16:04:38.507Z] Step 15/23 : WORKDIR / [2021-02-03T16:04:38.507Z] ---> Running in 488306399d4b [2021-02-03T16:04:38.780Z] ---> Running in 6e527a6506bb [2021-02-03T16:04:38.780Z] Removing intermediate container 4ec68fc21eba [2021-02-03T16:04:38.780Z] ---> c688288345ec [2021-02-03T16:04:38.780Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T16:04:38.780Z] Removing intermediate container 7b001370bf2f [2021-02-03T16:04:38.780Z] ---> 00114674dfe9 [2021-02-03T16:04:38.780Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T16:04:38.780Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T16:04:38.780Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T16:04:38.780Z] ---> eeaf43b92773 [2021-02-03T16:04:38.780Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T16:04:39.052Z] Removing intermediate container 488306399d4b [2021-02-03T16:04:39.052Z] ---> e924dbf0cd93 [2021-02-03T16:04:39.052Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T16:04:39.325Z] ---> Running in 8be59f314e49 [2021-02-03T16:04:39.600Z] ---> Running in f3a1922dd32e [2021-02-03T16:04:39.600Z] Removing intermediate container 6e527a6506bb [2021-02-03T16:04:39.600Z] ---> 9c42b83c663b [2021-02-03T16:04:39.600Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T16:04:39.878Z] ---> 75cd1d9aa336 [2021-02-03T16:04:39.878Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T16:04:39.878Z] ---> 072bad9a3ef6 [2021-02-03T16:04:39.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T16:04:40.152Z] Removing intermediate container f3a1922dd32e [2021-02-03T16:04:40.152Z] ---> 514a6811d618 [2021-02-03T16:04:40.152Z] [2021-02-03T16:04:41.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:41.145Z] Successfully built 514a6811d618 [2021-02-03T16:04:41.145Z] ---> 789eb914a228 [2021-02-03T16:04:41.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T16:04:41.145Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-03T16:04:41.145Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-02-03T16:04:41.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:41.745Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T16:04:41.745Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T16:04:42.026Z] Executing bash-5.0.17-r0.post-install [2021-02-03T16:04:42.026Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:04:42.026Z] OK: 12 MiB in 22 packages [2021-02-03T16:04:42.026Z] ---> 1e770dc8b6c6 [2021-02-03T16:04:42.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T16:04:42.312Z] ---> 91d6be197b6c [2021-02-03T16:04:42.312Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T16:04:43.752Z] ---> 2106f66f402c [2021-02-03T16:04:43.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T16:04:44.362Z] ---> 029aa79d593f [2021-02-03T16:04:44.362Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> caf6a32c3bc3 [2021-02-03T16:04:44.362Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T16:04:44.362Z] [2021-02-03T16:04:44.637Z] Removing intermediate container 8be59f314e49 [2021-02-03T16:04:44.913Z] ---> 9b41070b93e8 [2021-02-03T16:04:44.913Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T16:04:44.913Z] ---> Running in 91c470f787f1 [2021-02-03T16:04:44.913Z] ---> 3403cece60b0 [2021-02-03T16:04:44.913Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T16:04:45.188Z] ---> Running in 39c658bff5c6 [2021-02-03T16:04:45.188Z] ---> Running in 6fe244ef4d78 [2021-02-03T16:04:45.782Z] ---> 8959a52fa551 [2021-02-03T16:04:45.782Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T16:04:46.052Z] Removing intermediate container 91c470f787f1 [2021-02-03T16:04:46.052Z] ---> 39b338617b73 [2021-02-03T16:04:46.052Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T16:04:46.647Z] Removing intermediate container 39c658bff5c6 [2021-02-03T16:04:46.647Z] ---> 156e58920ea9 [2021-02-03T16:04:46.647Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T16:04:46.647Z] Removing intermediate container 6fe244ef4d78 [2021-02-03T16:04:46.647Z] ---> 3f67146e78b1 [2021-02-03T16:04:46.647Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T16:04:46.923Z] ---> Running in 8f0fb56e32de [2021-02-03T16:04:46.923Z] ---> Running in 6ae500ad8103 [2021-02-03T16:04:47.199Z] ---> Running in ed6b252d79c7 [2021-02-03T16:04:47.199Z] ---> Running in fdc97aa85dcf [2021-02-03T16:04:47.475Z] Removing intermediate container 6ae500ad8103 [2021-02-03T16:04:47.475Z] ---> b841280e3344 [2021-02-03T16:04:47.475Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T16:04:48.072Z] ---> Running in 9595119b197e [2021-02-03T16:04:48.072Z] Removing intermediate container ed6b252d79c7 [2021-02-03T16:04:48.072Z] ---> b78cea144bd4 [2021-02-03T16:04:48.072Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T16:04:48.072Z] Removing intermediate container fdc97aa85dcf [2021-02-03T16:04:48.072Z] ---> 25d2c476846c [2021-02-03T16:04:48.072Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T16:04:48.072Z] Removing intermediate container 8f0fb56e32de [2021-02-03T16:04:48.072Z] ---> be0145b3ca2f [2021-02-03T16:04:48.072Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-03T16:04:48.072Z] ---> Running in 5c9d7df92372 [2021-02-03T16:04:48.072Z] ---> Running in 23a6fbe4e900 [2021-02-03T16:04:48.670Z] Removing intermediate container 9595119b197e [2021-02-03T16:04:48.670Z] ---> 7d700454ce4e [2021-02-03T16:04:48.670Z] Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:04:48.670Z] ---> Running in aae6cc15bdb7 [2021-02-03T16:04:48.948Z] Removing intermediate container 5c9d7df92372 [2021-02-03T16:04:48.948Z] ---> 43baa68ca60a [2021-02-03T16:04:48.948Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T16:04:48.948Z] Removing intermediate container 23a6fbe4e900 [2021-02-03T16:04:48.948Z] ---> 6f648cb75585 [2021-02-03T16:04:48.948Z] Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:04:49.222Z] ---> ebff23cb09a7 [2021-02-03T16:04:49.222Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-03T16:04:49.222Z] ---> Running in 6377ace7a323 [2021-02-03T16:04:50.205Z] ---> Running in 6778b363ae6e [2021-02-03T16:04:50.205Z] Removing intermediate container aae6cc15bdb7 [2021-02-03T16:04:50.205Z] ---> 2b26980bbfac [2021-02-03T16:04:50.205Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T16:04:50.478Z] Removing intermediate container 6377ace7a323 [2021-02-03T16:04:50.478Z] ---> 9792161868e1 [2021-02-03T16:04:50.478Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T16:04:51.074Z] ---> Running in ce704d5aa25d [2021-02-03T16:04:51.074Z] ---> 68a7fef512df [2021-02-03T16:04:51.074Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T16:04:51.367Z] ---> Running in 737bf9894145 [2021-02-03T16:04:51.648Z] Removing intermediate container ce704d5aa25d [2021-02-03T16:04:51.648Z] ---> 1e9902f850e5 [2021-02-03T16:04:51.648Z] [2021-02-03T16:04:52.246Z] Removing intermediate container 737bf9894145 [2021-02-03T16:04:52.246Z] ---> 89c2b27a7454 [2021-02-03T16:04:52.246Z] [2021-02-03T16:04:52.521Z] Successfully built 1e9902f850e5 [2021-02-03T16:04:52.521Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-03T16:04:52.521Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-03T16:04:52.794Z] ---> 9eff601da3a3 [2021-02-03T16:04:52.794Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T16:04:52.794Z] Successfully built 89c2b27a7454 [2021-02-03T16:04:52.794Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-03T16:04:52.794Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-03T16:04:53.782Z] Removing intermediate container 6778b363ae6e [2021-02-03T16:04:53.782Z] ---> 74c048a9f09e [2021-02-03T16:04:53.782Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T16:04:53.782Z] ---> ba6a3ef20925 [2021-02-03T16:04:53.782Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T16:04:54.056Z] ---> Running in f3751a7dc50f [2021-02-03T16:04:54.056Z] ---> Running in b4de60c5f5cf [2021-02-03T16:04:55.048Z] Removing intermediate container b4de60c5f5cf [2021-02-03T16:04:55.048Z] ---> da863b7f35ed [2021-02-03T16:04:55.048Z] Step 27/30 : CMD ["gate"] [2021-02-03T16:04:55.321Z] ---> Running in 98c326e6c49e [2021-02-03T16:04:55.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:55.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:04:55.871Z] Removing intermediate container 98c326e6c49e [2021-02-03T16:04:55.871Z] ---> dfb66bece05e [2021-02-03T16:04:55.871Z] Step 28/30 : LABEL arch=arm64 [2021-02-03T16:04:56.475Z] ---> Running in d646fa0231e9 [2021-02-03T16:04:56.475Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T16:04:56.475Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T16:04:56.475Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T16:04:56.475Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T16:04:56.475Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T16:04:56.475Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T16:04:56.475Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-03T16:04:57.932Z] Removing intermediate container d646fa0231e9 [2021-02-03T16:04:57.932Z] ---> 48af3a12e71f [2021-02-03T16:04:57.932Z] Step 29/30 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:04:58.921Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T16:04:58.921Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T16:04:58.921Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T16:04:58.921Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T16:04:58.921Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T16:04:58.921Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T16:04:58.921Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T16:04:58.921Z] ---> Running in 4b5839afa4fd [2021-02-03T16:04:59.193Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T16:04:59.193Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T16:04:59.193Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T16:04:59.193Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T16:04:59.193Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T16:04:59.193Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T16:04:59.193Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T16:04:59.193Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T16:04:59.466Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T16:04:59.466Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T16:04:59.466Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T16:04:59.466Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T16:04:59.466Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T16:04:59.466Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T16:04:59.466Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T16:04:59.466Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T16:04:59.466Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T16:04:59.466Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T16:04:59.749Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T16:04:59.749Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:04:59.749Z] OK: 71 MiB in 55 packages [2021-02-03T16:05:00.345Z] Removing intermediate container 4b5839afa4fd [2021-02-03T16:05:00.345Z] ---> 16723771778d [2021-02-03T16:05:00.345Z] Step 30/30 : LABEL version=0.0.0 [2021-02-03T16:05:01.330Z] ---> Running in 62ac17dfc19b [2021-02-03T16:05:02.767Z] Removing intermediate container 62ac17dfc19b [2021-02-03T16:05:02.767Z] ---> c0a1ed721433 [2021-02-03T16:05:02.767Z] [2021-02-03T16:05:03.369Z] Successfully built c0a1ed721433 [2021-02-03T16:05:03.369Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-03T16:05:03.369Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-03T16:05:07.674Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:05:07.674Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:05:07.674Z] ---> e96f9ae6e072 [2021-02-03T16:05:07.674Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T16:05:07.674Z] ---> Using cache [2021-02-03T16:05:07.674Z] ---> b2d57b31a457 [2021-02-03T16:05:07.674Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:05:07.674Z] ---> Using cache [2021-02-03T16:05:07.674Z] ---> 76bd7626e309 [2021-02-03T16:05:07.674Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T16:05:07.674Z] ---> Using cache [2021-02-03T16:05:07.674Z] ---> be8afc9dc52b [2021-02-03T16:05:07.674Z] Step 6/24 : COPY go.mod . [2021-02-03T16:05:07.674Z] ---> Using cache [2021-02-03T16:05:07.674Z] ---> 849d498e7144 [2021-02-03T16:05:07.674Z] Step 7/24 : RUN go mod download [2021-02-03T16:05:07.674Z] ---> Using cache [2021-02-03T16:05:07.674Z] ---> 62c56613ca1a [2021-02-03T16:05:07.674Z] Step 8/24 : COPY . . [2021-02-03T16:05:07.674Z] ---> Using cache [2021-02-03T16:05:07.674Z] ---> 208db0b38b23 [2021-02-03T16:05:07.674Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T16:05:07.959Z] Removing intermediate container f3751a7dc50f [2021-02-03T16:05:07.960Z] ---> 83bf42aba8c3 [2021-02-03T16:05:07.960Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T16:05:08.949Z] ---> Running in 13ce2a7fd53c [2021-02-03T16:05:09.226Z] ---> Running in cd8ced86249e [2021-02-03T16:05:10.663Z] 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-02-03T16:05:14.970Z] Collecting docker-compose==1.23.2 [2021-02-03T16:05:14.970Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T16:05:16.409Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T16:05:16.409Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T16:05:17.008Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T16:05:17.008Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T16:05:17.610Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T16:05:17.888Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T16:05:18.872Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T16:05:18.872Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T16:05:19.856Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T16:05:19.856Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T16:05:22.490Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T16:05:22.490Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T16:05:25.914Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T16:05:25.914Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T16:05:26.512Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T16:05:26.512Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T16:05:28.492Z] 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-02-03T16:05:29.480Z] Collecting PyYAML<4,>=3.10 [2021-02-03T16:05:29.480Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T16:05:33.854Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T16:05:33.854Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T16:05:33.854Z] 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-02-03T16:05:34.127Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T16:05:34.127Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T16:05:34.727Z] Collecting idna<2.8,>=2.5 [2021-02-03T16:05:34.727Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T16:05:34.727Z] 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-02-03T16:05:34.727Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T16:05:34.727Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T16:05:34.727Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T16:05:34.727Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T16:05:36.364Z] Installing collected packages: cached-property, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, docopt, PyYAML, docker-compose [2021-02-03T16:05:36.981Z] Attempting uninstall: urllib3 [2021-02-03T16:05:36.981Z] Found existing installation: urllib3 1.25.9 [2021-02-03T16:05:36.981Z] Uninstalling urllib3-1.25.9: [2021-02-03T16:05:37.271Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T16:05:38.286Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:05:38.286Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:05:38.286Z] ---> e96f9ae6e072 [2021-02-03T16:05:38.286Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T16:05:38.286Z] ---> Using cache [2021-02-03T16:05:38.286Z] ---> b2d57b31a457 [2021-02-03T16:05:38.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:05:38.286Z] ---> Using cache [2021-02-03T16:05:38.286Z] ---> 76bd7626e309 [2021-02-03T16:05:38.286Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T16:05:38.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:05:38.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:05:38.900Z] ---> e96f9ae6e072 [2021-02-03T16:05:38.900Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T16:05:38.900Z] ---> Using cache [2021-02-03T16:05:38.900Z] ---> b2d57b31a457 [2021-02-03T16:05:38.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:05:38.900Z] ---> Using cache [2021-02-03T16:05:38.900Z] ---> 76bd7626e309 [2021-02-03T16:05:38.900Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T16:05:38.900Z] ---> Using cache [2021-02-03T16:05:38.900Z] ---> be8afc9dc52b [2021-02-03T16:05:38.900Z] Step 6/23 : COPY go.mod . [2021-02-03T16:05:38.900Z] ---> Using cache [2021-02-03T16:05:38.900Z] ---> 849d498e7144 [2021-02-03T16:05:38.900Z] Step 7/23 : RUN go mod download [2021-02-03T16:05:38.900Z] ---> Using cache [2021-02-03T16:05:38.900Z] ---> 62c56613ca1a [2021-02-03T16:05:38.900Z] Step 8/23 : COPY . . [2021-02-03T16:05:39.178Z] ---> Using cache [2021-02-03T16:05:39.178Z] ---> 208db0b38b23 [2021-02-03T16:05:39.178Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T16:05:39.461Z] Attempting uninstall: idna [2021-02-03T16:05:39.461Z] Found existing installation: idna 2.9 [2021-02-03T16:05:39.461Z] Uninstalling idna-2.9: [2021-02-03T16:05:39.461Z] Successfully uninstalled idna-2.9 [2021-02-03T16:05:42.102Z] Attempting uninstall: requests [2021-02-03T16:05:42.102Z] Found existing installation: requests 2.23.0 [2021-02-03T16:05:42.102Z] Uninstalling requests-2.23.0: [2021-02-03T16:05:42.102Z] Successfully uninstalled requests-2.23.0 [2021-02-03T16:05:44.087Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T16:05:44.087Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T16:05:44.087Z] ---> e96f9ae6e072 [2021-02-03T16:05:44.087Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T16:05:44.087Z] ---> Using cache [2021-02-03T16:05:44.087Z] ---> b2d57b31a457 [2021-02-03T16:05:44.087Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:05:44.087Z] ---> Using cache [2021-02-03T16:05:44.087Z] ---> Running in 91c4814cadc1 [2021-02-03T16:05:44.087Z] ---> 76bd7626e309 [2021-02-03T16:05:44.087Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T16:05:44.087Z] ---> Using cache [2021-02-03T16:05:44.087Z] ---> be8afc9dc52b [2021-02-03T16:05:44.087Z] Step 6/22 : COPY go.mod . [2021-02-03T16:05:44.087Z] ---> Using cache [2021-02-03T16:05:44.087Z] ---> 849d498e7144 [2021-02-03T16:05:44.087Z] Step 7/22 : RUN go mod download [2021-02-03T16:05:44.087Z] ---> Using cache [2021-02-03T16:05:44.087Z] ---> 62c56613ca1a [2021-02-03T16:05:44.087Z] Step 8/22 : COPY . . [2021-02-03T16:05:44.087Z] ---> Running in d98214b72ce4 [2021-02-03T16:05:44.087Z] ---> Using cache [2021-02-03T16:05:44.087Z] ---> 208db0b38b23 [2021-02-03T16:05:44.087Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T16:05:44.087Z] ---> Running in ca7ad5c50f9e [2021-02-03T16:05:44.686Z] Running setup.py install for texttable: started [2021-02-03T16:05:46.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:05:46.397Z] 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-02-03T16:05:46.397Z] 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-02-03T16:05:46.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:05:47.274Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T16:05:47.274Z] Running setup.py install for dockerpty: started [2021-02-03T16:05:47.871Z] OK: 217 MiB in 51 packages [2021-02-03T16:05:49.857Z] Removing intermediate container 91c4814cadc1 [2021-02-03T16:05:49.857Z] ---> c1148c4f4912 [2021-02-03T16:05:49.857Z] Step 6/23 : COPY go.mod . [2021-02-03T16:05:50.454Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T16:05:50.454Z] Running setup.py install for docopt: started [2021-02-03T16:05:50.735Z] ---> 6b0c27ff5605 [2021-02-03T16:05:50.735Z] Step 7/23 : RUN go mod download [2021-02-03T16:05:51.009Z] ---> Running in 831404dbcc77 [2021-02-03T16:05:53.634Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T16:05:53.635Z] Running setup.py install for PyYAML: started [2021-02-03T16:05:55.611Z] Removing intermediate container 831404dbcc77 [2021-02-03T16:05:55.611Z] ---> ac7296793291 [2021-02-03T16:05:55.611Z] Step 8/23 : COPY . . [2021-02-03T16:05:57.046Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T16:05:58.027Z] 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-02-03T16:05:58.624Z] 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.57.0 [2021-02-03T16:06:06.910Z] Removing intermediate container 13ce2a7fd53c [2021-02-03T16:06:06.910Z] ---> 134b48f47e33 [2021-02-03T16:06:06.910Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T16:06:07.506Z] ---> Running in 8274b53f0068 [2021-02-03T16:06:10.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:06:10.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:06:11.128Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T16:06:11.128Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T16:06:11.128Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T16:06:11.128Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:06:11.128Z] OK: 71 MiB in 58 packages [2021-02-03T16:06:15.470Z] Removing intermediate container 8274b53f0068 [2021-02-03T16:06:15.470Z] ---> 2f9d82ca3f1b [2021-02-03T16:06:15.470Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T16:06:15.470Z] ---> Running in 22744fc5c882 [2021-02-03T16:06:16.453Z] Removing intermediate container 22744fc5c882 [2021-02-03T16:06:16.453Z] ---> ef0d599b1eaa [2021-02-03T16:06:16.453Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T16:06:16.727Z] ---> Running in 841c9a24892b [2021-02-03T16:06:17.000Z] ---> 52407fa2e78a [2021-02-03T16:06:17.000Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T16:06:17.272Z] ---> Running in a31d33ca506a [2021-02-03T16:06:17.874Z] Removing intermediate container 841c9a24892b [2021-02-03T16:06:17.874Z] ---> ecbf8d1a2aa4 [2021-02-03T16:06:17.874Z] Step 24/26 : LABEL arch=arm64 [2021-02-03T16:06:17.874Z] Removing intermediate container cd8ced86249e [2021-02-03T16:06:17.874Z] ---> a91d3adadfdd [2021-02-03T16:06:17.874Z] [2021-02-03T16:06:17.874Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T16:06:17.874Z] ---> afeebe901d6b [2021-02-03T16:06:17.874Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T16:06:18.158Z] ---> Running in e71feb73738e [2021-02-03T16:06:18.158Z] ---> Running in 7760f53013ff [2021-02-03T16:06:19.642Z] Removing intermediate container 7760f53013ff [2021-02-03T16:06:19.642Z] ---> fc3a1544cbc4 [2021-02-03T16:06:19.642Z] Step 25/26 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:06:19.922Z] ---> Running in 2a22fe6478df [2021-02-03T16:06:19.922Z] 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-02-03T16:06:20.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:06:20.526Z] Removing intermediate container 2a22fe6478df [2021-02-03T16:06:20.526Z] ---> 9f1f1adc81cf [2021-02-03T16:06:20.526Z] Step 26/26 : LABEL version=0.0.0 [2021-02-03T16:06:20.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:06:20.810Z] ---> Running in 4670a446b968 [2021-02-03T16:06:21.424Z] Removing intermediate container 4670a446b968 [2021-02-03T16:06:21.424Z] ---> a4c00d9747d6 [2021-02-03T16:06:21.424Z] [2021-02-03T16:06:21.704Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T16:06:21.704Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T16:06:21.988Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T16:06:21.988Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T16:06:21.988Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T16:06:21.988Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:06:21.988Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T16:06:21.988Z] Successfully built a4c00d9747d6 [2021-02-03T16:06:21.988Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-03T16:06:22.264Z]  Building docker-sys-mgmt-agent-go ... done OK: 7 MiB in 19 packages [2021-02-03T16:06:24.895Z] Removing intermediate container e71feb73738e [2021-02-03T16:06:24.895Z] ---> 14579789e114 [2021-02-03T16:06:24.895Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T16:06:25.168Z] ---> Running in f1f5d4bfb109 [2021-02-03T16:06:25.767Z] Removing intermediate container f1f5d4bfb109 [2021-02-03T16:06:25.767Z] ---> e8797066e066 [2021-02-03T16:06:25.767Z] Step 13/24 : WORKDIR / [2021-02-03T16:06:25.767Z] ---> Running in 362d371d1513 [2021-02-03T16:06:26.749Z] Removing intermediate container 362d371d1513 [2021-02-03T16:06:26.749Z] ---> cca3f8b356c7 [2021-02-03T16:06:26.749Z] 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-02-03T16:06:27.734Z] ---> 08d744282088 [2021-02-03T16:06:27.734Z] 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-02-03T16:06:28.720Z] ---> 0932f26a2b73 [2021-02-03T16:06:28.720Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T16:06:30.157Z] ---> 60c46520eee5 [2021-02-03T16:06:30.157Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T16:06:32.139Z] ---> b043f593f976 [2021-02-03T16:06:32.139Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T16:06:33.578Z] ---> 4bc23352beaa [2021-02-03T16:06:33.578Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T16:06:35.022Z] ---> d9325db07933 [2021-02-03T16:06:35.022Z] 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-02-03T16:06:35.292Z] ---> Running in 28a2aa440359 [2021-02-03T16:06:38.698Z] Removing intermediate container 28a2aa440359 [2021-02-03T16:06:38.698Z] ---> 4375480ee1de [2021-02-03T16:06:38.698Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T16:06:38.971Z] ---> Running in 9ab05615cac0 [2021-02-03T16:06:39.569Z] Removing intermediate container 9ab05615cac0 [2021-02-03T16:06:39.569Z] ---> 1604b61cacad [2021-02-03T16:06:39.569Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T16:06:39.843Z] ---> Running in dd65fde7a54b [2021-02-03T16:06:40.442Z] Removing intermediate container dd65fde7a54b [2021-02-03T16:06:40.442Z] ---> 714907547593 [2021-02-03T16:06:40.442Z] Step 23/24 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:06:40.717Z] ---> Running in b406feeff7e4 [2021-02-03T16:06:41.316Z] Removing intermediate container b406feeff7e4 [2021-02-03T16:06:41.316Z] ---> b0c55d43c23c [2021-02-03T16:06:41.316Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T16:06:41.590Z] ---> Running in de9e0dff3cab [2021-02-03T16:06:42.189Z] Removing intermediate container de9e0dff3cab [2021-02-03T16:06:42.189Z] ---> 5a64f8e83ad1 [2021-02-03T16:06:42.189Z] [2021-02-03T16:06:42.788Z] Successfully built 5a64f8e83ad1 [2021-02-03T16:06:42.788Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-03T16:07:15.563Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ca7ad5c50f9e [2021-02-03T16:07:15.563Z] ---> 55c3e32532a6 [2021-02-03T16:07:15.563Z] [2021-02-03T16:07:15.563Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T16:07:15.563Z] ---> afeebe901d6b [2021-02-03T16:07:15.563Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T16:07:15.563Z] ---> Using cache [2021-02-03T16:07:15.563Z] ---> 1889d3352959 [2021-02-03T16:07:15.563Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T16:07:15.563Z] ---> Using cache [2021-02-03T16:07:15.563Z] ---> 62e612c3cf51 [2021-02-03T16:07:15.563Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T16:07:15.856Z] ---> Running in c75e151dccac [2021-02-03T16:07:16.847Z] Removing intermediate container c75e151dccac [2021-02-03T16:07:16.847Z] ---> 17474facfcba [2021-02-03T16:07:16.847Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T16:07:17.119Z] ---> Running in a45db24e4f96 [2021-02-03T16:07:18.100Z] Removing intermediate container a45db24e4f96 [2021-02-03T16:07:18.100Z] ---> 8443879d3ea0 [2021-02-03T16:07:18.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T16:07:20.089Z] ---> 48939f17339e [2021-02-03T16:07:20.089Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T16:07:22.718Z] Removing intermediate container d98214b72ce4 [2021-02-03T16:07:22.718Z] ---> 7f79127b73f7 [2021-02-03T16:07:22.718Z] [2021-02-03T16:07:22.718Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T16:07:22.718Z] ---> afeebe901d6b [2021-02-03T16:07:22.718Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T16:07:22.718Z] ---> Using cache [2021-02-03T16:07:22.718Z] ---> 1889d3352959 [2021-02-03T16:07:22.718Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T16:07:22.718Z] ---> Using cache [2021-02-03T16:07:22.718Z] ---> 62e612c3cf51 [2021-02-03T16:07:22.718Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T16:07:22.718Z] ---> 0b5fbf6cd0a5 [2021-02-03T16:07:22.718Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T16:07:22.718Z] ---> Running in 6462d5f40f07 [2021-02-03T16:07:23.328Z] Removing intermediate container 6462d5f40f07 [2021-02-03T16:07:23.328Z] ---> c393edba71a7 [2021-02-03T16:07:23.328Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T16:07:23.927Z] ---> 1fd7d192e119 [2021-02-03T16:07:23.927Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T16:07:23.927Z] ---> Running in bd1e5a086618 [2021-02-03T16:07:24.201Z] ---> Running in ea6d34c24d5b [2021-02-03T16:07:24.482Z] Removing intermediate container bd1e5a086618 [2021-02-03T16:07:24.482Z] ---> 25c3a64c0064 [2021-02-03T16:07:24.482Z] Step 15/23 : WORKDIR / [2021-02-03T16:07:24.755Z] ---> Running in 4db7a5cde73f [2021-02-03T16:07:24.755Z] Removing intermediate container ea6d34c24d5b [2021-02-03T16:07:24.755Z] ---> 49cdc25d73ea [2021-02-03T16:07:24.755Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T16:07:25.030Z] ---> Running in e775ccec897a [2021-02-03T16:07:25.308Z] Removing intermediate container 4db7a5cde73f [2021-02-03T16:07:25.308Z] ---> 30e037464ebc [2021-02-03T16:07:25.308Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T16:07:25.912Z] Removing intermediate container e775ccec897a [2021-02-03T16:07:25.912Z] ---> 68527b6d9fc7 [2021-02-03T16:07:25.912Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T16:07:25.912Z] ---> Running in e0d09b933fba [2021-02-03T16:07:26.184Z] ---> 6019339d989f [2021-02-03T16:07:26.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T16:07:26.467Z] Removing intermediate container e0d09b933fba [2021-02-03T16:07:26.467Z] ---> 1134cf129a4a [2021-02-03T16:07:26.467Z] Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:07:27.059Z] ---> Running in 530583af0148 [2021-02-03T16:07:27.659Z] ---> 2f4dff824771 [2021-02-03T16:07:27.659Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T16:07:27.659Z] Removing intermediate container 530583af0148 [2021-02-03T16:07:27.659Z] ---> 1e5910051efc [2021-02-03T16:07:27.659Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T16:07:27.933Z] ---> Running in 8fe56e43bf07 [2021-02-03T16:07:28.538Z] ---> d606ebb89be9 [2021-02-03T16:07:28.538Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T16:07:28.847Z] Removing intermediate container 8fe56e43bf07 [2021-02-03T16:07:28.847Z] ---> 45d863849424 [2021-02-03T16:07:28.847Z] [2021-02-03T16:07:29.124Z] ---> Running in c6db95e6fc75 [2021-02-03T16:07:29.399Z] Successfully built 45d863849424 [2021-02-03T16:07:29.399Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-03T16:07:29.990Z]  Building docker-support-scheduler-go ... done Removing intermediate container c6db95e6fc75 [2021-02-03T16:07:29.990Z] ---> 81fb6e96c25f [2021-02-03T16:07:29.990Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T16:07:30.267Z] ---> Running in fc304b144bcb [2021-02-03T16:07:30.858Z] Removing intermediate container fc304b144bcb [2021-02-03T16:07:30.858Z] ---> 672f142cd316 [2021-02-03T16:07:30.858Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T16:07:31.143Z] ---> Running in 2609514a92e7 [2021-02-03T16:07:31.414Z] Removing intermediate container 2609514a92e7 [2021-02-03T16:07:31.414Z] ---> c2f2dbf4bd52 [2021-02-03T16:07:31.414Z] Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:07:31.695Z] ---> Running in 314467bb4afd [2021-02-03T16:07:32.285Z] Removing intermediate container 314467bb4afd [2021-02-03T16:07:32.285Z] ---> 92c47a24204f [2021-02-03T16:07:32.285Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T16:07:32.557Z] ---> Running in 86531606f340 [2021-02-03T16:07:33.148Z] Removing intermediate container 86531606f340 [2021-02-03T16:07:33.148Z] ---> 33b220afc306 [2021-02-03T16:07:33.148Z] [2021-02-03T16:07:33.419Z] Successfully built 33b220afc306 [2021-02-03T16:07:33.688Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-03T16:07:37.973Z]  Building docker-core-metadata-go ... done Removing intermediate container a31d33ca506a [2021-02-03T16:07:37.973Z] ---> f1edd75d8d36 [2021-02-03T16:07:37.973Z] [2021-02-03T16:07:37.973Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T16:07:37.973Z] ---> afeebe901d6b [2021-02-03T16:07:37.973Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T16:07:37.973Z] ---> Running in bc98391e8c3f [2021-02-03T16:07:37.973Z] Removing intermediate container bc98391e8c3f [2021-02-03T16:07:37.973Z] ---> 62e381837653 [2021-02-03T16:07:37.973Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T16:07:37.973Z] ---> Running in 5af952bd41a1 [2021-02-03T16:07:38.563Z] Removing intermediate container 5af952bd41a1 [2021-02-03T16:07:38.563Z] ---> de30fb19cd20 [2021-02-03T16:07:38.563Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T16:07:38.833Z] ---> Running in be9640f67169 [2021-02-03T16:07:39.426Z] Removing intermediate container be9640f67169 [2021-02-03T16:07:39.426Z] ---> 93fd9aec9cf5 [2021-02-03T16:07:39.426Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T16:07:39.426Z] ---> Running in 71eb63308ce1 [2021-02-03T16:07:42.060Z] Removing intermediate container 71eb63308ce1 [2021-02-03T16:07:42.060Z] ---> 5629361843ce [2021-02-03T16:07:42.060Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T16:07:42.060Z] ---> Running in 08bd1298f2fb [2021-02-03T16:07:43.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T16:07:43.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T16:07:44.588Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T16:07:44.858Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T16:07:44.858Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T16:07:45.127Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T16:07:45.396Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T16:07:45.668Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T16:07:45.668Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T16:07:45.668Z] OK: 8 MiB in 20 packages [2021-02-03T16:07:47.090Z] Removing intermediate container 08bd1298f2fb [2021-02-03T16:07:47.090Z] ---> b3e7003158a5 [2021-02-03T16:07:47.090Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T16:07:47.682Z] ---> 5d2ffe375b5d [2021-02-03T16:07:47.682Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T16:07:49.117Z] ---> 37fc5b352bd9 [2021-02-03T16:07:49.117Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T16:07:49.708Z] ---> d754841188d5 [2021-02-03T16:07:49.708Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T16:07:49.982Z] ---> Running in a3e10303dd4b [2021-02-03T16:07:50.255Z] Removing intermediate container a3e10303dd4b [2021-02-03T16:07:50.255Z] ---> 4dec17150706 [2021-02-03T16:07:50.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T16:07:50.527Z] ---> Running in baf27108a5fe [2021-02-03T16:07:50.799Z] Removing intermediate container baf27108a5fe [2021-02-03T16:07:50.799Z] ---> 8dc4508c95ff [2021-02-03T16:07:50.799Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T16:07:51.072Z] ---> Running in a8296e86b138 [2021-02-03T16:07:51.343Z] Removing intermediate container a8296e86b138 [2021-02-03T16:07:51.343Z] ---> dff17bca5429 [2021-02-03T16:07:51.343Z] Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [2021-02-03T16:07:51.615Z] ---> Running in 93563100c7a3 [2021-02-03T16:07:51.890Z] Removing intermediate container 93563100c7a3 [2021-02-03T16:07:51.891Z] ---> b6ab7a2e2a21 [2021-02-03T16:07:51.891Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T16:07:52.162Z] ---> Running in 91d540d401f2 [2021-02-03T16:07:52.754Z] Removing intermediate container 91d540d401f2 [2021-02-03T16:07:52.754Z] ---> 2de9ee5ed2bb [2021-02-03T16:07:52.754Z] [2021-02-03T16:07:53.025Z] Successfully built 2de9ee5ed2bb [2021-02-03T16:07:53.025Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-03T16:07:53.312Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-03T16:07:53.345Z] $ docker stop --time=1 7f271aaee733b302e601dd99d995f9c35324c74088508c69d74af42770dce2ef [2021-02-03T16:07:55.232Z] $ docker rm -f 7f271aaee733b302e601dd99d995f9c35324c74088508c69d74af42770dce2ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T16:07:55.976Z] + docker images [2021-02-03T16:07:55.976Z] + grep docker [2021-02-03T16:07:56.245Z] docker-core-data-go-arm64 latest 2de9ee5ed2bb 4 seconds ago 21MB [2021-02-03T16:07:56.245Z] docker-core-metadata-go-arm64 latest 33b220afc306 24 seconds ago 17.7MB [2021-02-03T16:07:56.245Z] docker-support-scheduler-go-arm64 latest 45d863849424 28 seconds ago 16.1MB [2021-02-03T16:07:56.245Z] docker-security-secretstore-setup-go-arm64 latest 5a64f8e83ad1 About a minute ago 23.4MB [2021-02-03T16:07:56.245Z] docker-sys-mgmt-agent-go-arm64 latest a4c00d9747d6 About a minute ago 300MB [2021-02-03T16:07:56.245Z] docker-security-bootstrapper-go-arm64 latest c0a1ed721433 2 minutes ago 17MB [2021-02-03T16:07:56.245Z] docker-support-notifications-go-arm64 latest 1e9902f850e5 3 minutes ago 16.6MB [2021-02-03T16:07:56.245Z] docker-core-command-go-arm64 latest 89c2b27a7454 3 minutes ago 16MB [2021-02-03T16:07:56.245Z] docker-security-proxy-setup-go-arm64 latest 514a6811d618 3 minutes ago 23.2MB [2021-02-03T16:07:56.245Z] docker 20.10.0 eeaf43b92773 7 weeks 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 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-03T16:07:59.925Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T16:08:01.187Z] ---> package-listing.sh [2021-02-03T16:08:01.187Z] ++ facter osfamily [2021-02-03T16:08:01.187Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T16:08:01.187Z] + OS_FAMILY=redhat [2021-02-03T16:08:01.187Z] + workspace=/w/workspace/edgex-go/3 [2021-02-03T16:08:01.187Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T16:08:01.187Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T16:08:01.187Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T16:08:01.187Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T16:08:01.187Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-03T16:08:01.188Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T16:08:01.188Z] + case "${OS_FAMILY}" in [2021-02-03T16:08:01.188Z] + rpm -qa [2021-02-03T16:08:01.188Z] + sort [2021-02-03T16:08:06.503Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T16:08:06.503Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T16:08:06.503Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T16:08:06.503Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-03T16:08:06.503Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-03T16:08:06.503Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-03T16:08:06.546Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T16:08:06.854Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T16:08:07.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T16:08:07.183Z] [2021-02-03T16:08:07.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T16:08:07.551Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T16:08:07.551Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T16:08:07.551Z] df20fa9351a1: Pulling fs layer [2021-02-03T16:08:07.551Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T16:08:07.551Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T16:08:07.551Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T16:08:07.551Z] 93b61091891f: Pulling fs layer [2021-02-03T16:08:07.551Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T16:08:07.551Z] 5e14af77c1be: Pulling fs layer [2021-02-03T16:08:07.551Z] 01666e4c0597: Pulling fs layer [2021-02-03T16:08:07.551Z] aa168da1d23b: Pulling fs layer [2021-02-03T16:08:07.551Z] 46f8f816bc3b: Waiting [2021-02-03T16:08:07.551Z] 93b61091891f: Waiting [2021-02-03T16:08:07.551Z] 93b9cdb0e59b: Waiting [2021-02-03T16:08:07.551Z] 5e14af77c1be: Waiting [2021-02-03T16:08:07.551Z] 01666e4c0597: Waiting [2021-02-03T16:08:07.551Z] aa168da1d23b: Waiting [2021-02-03T16:08:07.819Z] 36b3adc4ff6f: Verifying Checksum [2021-02-03T16:08:07.819Z] 36b3adc4ff6f: Download complete [2021-02-03T16:08:07.819Z] 46f8f816bc3b: Verifying Checksum [2021-02-03T16:08:07.819Z] 46f8f816bc3b: Download complete [2021-02-03T16:08:07.819Z] df20fa9351a1: Verifying Checksum [2021-02-03T16:08:07.819Z] df20fa9351a1: Download complete [2021-02-03T16:08:07.819Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T16:08:07.819Z] 93b9cdb0e59b: Download complete [2021-02-03T16:08:07.819Z] 5e14af77c1be: Verifying Checksum [2021-02-03T16:08:07.819Z] 5e14af77c1be: Download complete [2021-02-03T16:08:07.819Z] 01666e4c0597: Verifying Checksum [2021-02-03T16:08:07.819Z] 01666e4c0597: Download complete [2021-02-03T16:08:07.819Z] 93b61091891f: Verifying Checksum [2021-02-03T16:08:07.819Z] 93b61091891f: Download complete [2021-02-03T16:08:08.088Z] df20fa9351a1: Pull complete [2021-02-03T16:08:08.356Z] 36b3adc4ff6f: Pull complete [2021-02-03T16:08:08.934Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T16:08:08.934Z] 8ad3a11d3b57: Download complete [2021-02-03T16:08:09.524Z] 8ad3a11d3b57: Pull complete [2021-02-03T16:08:09.524Z] 46f8f816bc3b: Pull complete [2021-02-03T16:08:10.487Z] aa168da1d23b: Verifying Checksum [2021-02-03T16:08:10.488Z] aa168da1d23b: Download complete [2021-02-03T16:08:11.878Z] 93b61091891f: Pull complete [2021-02-03T16:08:11.878Z] 93b9cdb0e59b: Pull complete [2021-02-03T16:08:12.141Z] 5e14af77c1be: Pull complete [2021-02-03T16:08:12.141Z] 01666e4c0597: Pull complete [2021-02-03T16:08:18.785Z] aa168da1d23b: Pull complete [2021-02-03T16:08:18.785Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T16:08:19.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T16:08:19.047Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T16:08:19.514Z] prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container [2021-02-03T16:08:19.566Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-03T16:08:24.254Z] $ docker top 5509e680ee2dda1b949498d0bb69cfa1cfcec521a59fe9c901c7d77f1674db93 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T16:08:24.760Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T16:08:25.058Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T16:08:25.357Z] + ls /var/log/sa-host [2021-02-03T16:08:25.357Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T16:08:25.357Z] file_magic: OK [2021-02-03T16:08:25.357Z] HZ: Using current value: 100 [2021-02-03T16:08:25.357Z] file_header: OK [2021-02-03T16:08:25.357Z] 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-02-03T16:08:25.357Z] Statistics: [2021-02-03T16:08:25.357Z] 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... [2021-02-03T16:08:25.357Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T16:08:25.357Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T16:08:25.357Z] file_magic: OK [2021-02-03T16:08:25.357Z] HZ: Using current value: 100 [2021-02-03T16:08:25.357Z] file_header: OK [2021-02-03T16:08:25.357Z] 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-02-03T16:08:25.357Z] Statistics: [2021-02-03T16:08:25.357Z] Hnuu...uuuununununu... [2021-02-03T16:08:25.357Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T16:08:26.014Z] provisioning config files... [2021-02-03T16:08:26.078Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4202437660036827704tmp [Pipeline] { [Pipeline] echo [2021-02-03T16:08:26.142Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T16:08:26.530Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T16:08:26.544Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T16:08:26.652Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T16:08:26.984Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T16:08:26.994Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T16:08:27.291Z] ---> sudo-logs.sh [2021-02-03T16:08:27.291Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T16:08:27.302Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T16:08:27.600Z] ---> job-cost.sh [2021-02-03T16:08:27.601Z] lf-activate-venv: SKIPPING [2021-02-03T16:08:27.601Z] INFO: No Stack... [2021-02-03T16:08:28.550Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T16:08:28.813Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T16:08:28.828Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T16:08:29.126Z] ---> logs-deploy.sh [2021-02-03T16:08:29.126Z] lf-activate-venv: SKIPPING [2021-02-03T16:08:29.126Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/3 [2021-02-03T16:08:29.126Z] INFO: archiving workspace using pattern(s): [2021-02-03T16:08:30.517Z] Archives upload complete. [2021-02-03T16:08:30.517Z] INFO: archiving logs to Nexus