Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 62a248a5b0afc117ade2468f75438786c02ce52d rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 62a248a5b0afc117ade2468f75438786c02ce52d 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25880 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/61 [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/61 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 Merge succeeded, producing b933dfdc39a383d59ed037cea67bd74704804290 Checking out Revision b933dfdc39a383d59ed037cea67bd74704804290 (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 Commit message: "Merge commit '62a248a5b0afc117ade2468f75438786c02ce52d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-10T00:31:16.385Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-10T00:31:16.645Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-10T00:31:16.750Z] ========================================================= [2021-02-10T00:31:16.750Z] EdgeX Global Pipelines Version Info [2021-02-10T00:31:16.750Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:31:18.792Z] ------------------- [2021-02-10T00:31:18.792Z] stable info: [2021-02-10T00:31:18.792Z] ------------------- [2021-02-10T00:31:18.792Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-10T00:31:18.792Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-10T00:31:18.792Z] Message: update stable to v1.0.179 [2021-02-10T00:31:19.369Z] ------------------- [2021-02-10T00:31:19.369Z] experimental info: [2021-02-10T00:31:19.369Z] ------------------- [2021-02-10T00:31:19.369Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-10T00:31:19.369Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-10T00:31:19.369Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-10T00:31:19.620Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-10T00:31:19.707Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-10T00:31:19.792Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-10T00:31:19.934Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-10T00:31:20.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-10T00:31:20.105Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-10T00:31:20.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-10T00:31:20.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-10T00:31:20.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-10T00:31:20.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-10T00:31:20.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-10T00:31:20.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-10T00:31:20.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-10T00:31:21.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-10T00:31:21.109Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-10T00:31:21.188Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-10T00:31:21.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-10T00:31:21.365Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-10T00:31:21.452Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-10T00:31:21.542Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-10T00:31:21.629Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-10T00:31:21.713Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-10T00:31:21.799Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-10T00:31:21.881Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-10T00:31:21.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-10T00:31:22.059Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-10T00:31:22.155Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b933dfdc39a383d59ed037cea67bd74704804290 [Pipeline] echo [2021-02-10T00:31:22.243Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b933dfd [Pipeline] echo [2021-02-10T00:31:22.340Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-10T00:31:22.537Z] provisioning config files... [2021-02-10T00:31:22.567Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config1470926044212777013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:31:22.933Z] ---> docker-login.sh [2021-02-10T00:31:22.934Z] nexus3.edgexfoundry.org:10001 [2021-02-10T00:31:23.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:31:23.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:31:23.198Z] Configure a credential helper to remove this warning. See [2021-02-10T00:31:23.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:31:23.198Z] [2021-02-10T00:31:23.198Z] Login Succeeded [2021-02-10T00:31:23.198Z] nexus3.edgexfoundry.org:10002 [2021-02-10T00:31:23.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:31:23.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:31:23.461Z] Configure a credential helper to remove this warning. See [2021-02-10T00:31:23.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:31:23.461Z] [2021-02-10T00:31:23.461Z] Login Succeeded [2021-02-10T00:31:23.461Z] nexus3.edgexfoundry.org:10003 [2021-02-10T00:31:23.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:31:23.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:31:23.723Z] Configure a credential helper to remove this warning. See [2021-02-10T00:31:23.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:31:23.723Z] [2021-02-10T00:31:23.723Z] Login Succeeded [2021-02-10T00:31:23.723Z] nexus3.edgexfoundry.org:10004 [2021-02-10T00:31:23.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:31:23.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:31:23.985Z] Configure a credential helper to remove this warning. See [2021-02-10T00:31:23.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:31:23.985Z] [2021-02-10T00:31:23.985Z] Login Succeeded [2021-02-10T00:31:23.985Z] docker.io [2021-02-10T00:31:23.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:31:24.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:31:24.250Z] Configure a credential helper to remove this warning. See [2021-02-10T00:31:24.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:31:24.250Z] [2021-02-10T00:31:24.250Z] Login Succeeded [2021-02-10T00:31:24.250Z] ---> docker-login.sh ends [Pipeline] } [2021-02-10T00:31:24.260Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-10T00:31:24.733Z] ++ 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-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/core-command/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/core-data/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-10T00:31:24.733Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-10T00:31:24.733Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-10T00:31:24.733Z] ++ cut -d/ -f2 [2021-02-10T00:31:24.733Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-10T00:31:24.813Z] 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-10T00:31:25.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-10T00:31:25.622Z] [2021-02-10T00:31:25.622Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:31:25.974Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-10T00:31:25.974Z] latest: Pulling from edgex-devops/git-semver [2021-02-10T00:31:25.974Z] 31603596830f: Pulling fs layer [2021-02-10T00:31:25.974Z] 2a8b12db71e7: Pulling fs layer [2021-02-10T00:31:25.974Z] 6ca5941a6612: Pulling fs layer [2021-02-10T00:31:25.974Z] ecc8261a40a4: Pulling fs layer [2021-02-10T00:31:25.974Z] ecc8261a40a4: Waiting [2021-02-10T00:31:25.974Z] 2a8b12db71e7: Verifying Checksum [2021-02-10T00:31:25.974Z] 2a8b12db71e7: Download complete [2021-02-10T00:31:25.974Z] 31603596830f: Verifying Checksum [2021-02-10T00:31:25.974Z] 31603596830f: Download complete [2021-02-10T00:31:26.243Z] ecc8261a40a4: Verifying Checksum [2021-02-10T00:31:26.243Z] ecc8261a40a4: Download complete [2021-02-10T00:31:26.243Z] 6ca5941a6612: Verifying Checksum [2021-02-10T00:31:26.243Z] 6ca5941a6612: Download complete [2021-02-10T00:31:26.511Z] 31603596830f: Pull complete [2021-02-10T00:31:26.511Z] 2a8b12db71e7: Pull complete [2021-02-10T00:31:27.466Z] 6ca5941a6612: Pull complete [2021-02-10T00:31:27.728Z] ecc8261a40a4: Pull complete [2021-02-10T00:31:27.729Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-10T00:31:27.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-10T00:31:27.729Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-10T00:31:27.838Z] prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container [2021-02-10T00:31:27.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-10T00:31:30.592Z] $ docker top e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-10T00:31:31.134Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-10T00:31:31.134Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-10T00:31:31.436Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-10T00:31:31.441Z] $ docker exec e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent [2021-02-10T00:31:31.636Z] SSH_AUTH_SOCK=/tmp/ssh-ZJjvDglqsJlS/agent.11 [2021-02-10T00:31:31.636Z] SSH_AGENT_PID=16 [2021-02-10T00:31:31.653Z] Running ssh-add (command line suppressed) [2021-02-10T00:31:31.774Z] Identity added: /w/workspace/edgex-go/61@tmp/private_key_477936483865764004.key (/w/workspace/edgex-go/61@tmp/private_key_477936483865764004.key) [2021-02-10T00:31:31.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-10T00:31:32.191Z] + git tag --points-at HEAD [Pipeline] } [2021-02-10T00:31:32.220Z] $ docker exec --env ******** --env ******** e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent -k [2021-02-10T00:31:32.350Z] unset SSH_AUTH_SOCK; [2021-02-10T00:31:32.351Z] unset SSH_AGENT_PID; [2021-02-10T00:31:32.351Z] echo Agent pid 16 killed; [2021-02-10T00:31:32.408Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-10T00:31:32.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-10T00:31:32.570Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-10T00:31:32.757Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-10T00:31:32.761Z] $ docker exec e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent [2021-02-10T00:31:32.962Z] SSH_AUTH_SOCK=/tmp/ssh-2SVqLAa4cCW7/agent.46 [2021-02-10T00:31:32.962Z] SSH_AGENT_PID=51 [2021-02-10T00:31:32.971Z] Running ssh-add (command line suppressed) [2021-02-10T00:31:33.184Z] Identity added: /w/workspace/edgex-go/61@tmp/private_key_8414721567311119088.key (/w/workspace/edgex-go/61@tmp/private_key_8414721567311119088.key) [2021-02-10T00:31:33.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-10T00:31:33.585Z] + git semver init [2021-02-10T00:31:33.585Z] # -> Open(): unable to determine branch for HEAD [2021-02-10T00:31:33.585Z] # $GIT_DIR = /w/workspace/edgex-go/61/.git [2021-02-10T00:31:33.585Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/61 [2021-02-10T00:31:33.585Z] # $SEMVER_REMOTE_NAME = origin [2021-02-10T00:31:33.585Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-10T00:31:33.585Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-10T00:31:33.585Z] # $SEMVER_BRANCH = PR-2858 [2021-02-10T00:31:33.585Z] # $SEMVER_TEMP = /tmp/semver-846584288 [2021-02-10T00:31:33.585Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-10T00:31:55.682Z] # '/tmp/semver-846584288' -> '/w/workspace/edgex-go/61/.semver' [2021-02-10T00:31:56.646Z] # -> Force: false [2021-02-10T00:31:56.646Z] # $SEMVER_DIR = /w/workspace/edgex-go/61/.semver [Pipeline] } [2021-02-10T00:31:56.661Z] $ docker exec --env ******** --env ******** e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b ssh-agent -k [2021-02-10T00:31:56.961Z] unset SSH_AUTH_SOCK; [2021-02-10T00:31:56.962Z] unset SSH_AGENT_PID; [2021-02-10T00:31:56.962Z] echo Agent pid 51 killed; [2021-02-10T00:31:57.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-10T00:31:57.624Z] + git semver [Pipeline] } [2021-02-10T00:31:57.642Z] $ docker stop --time=1 e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b [2021-02-10T00:31:59.378Z] $ docker rm -f e1ea15900d47dc94ca3974684a663ded514b1c1fe67f368603f537b6b6d89d8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-10T00:31:59.966Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-10T00:32:00.565Z] Stashed 1 file(s) [Pipeline] echo [2021-02-10T00:32:00.568Z] [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-10T00:32:01.470Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-10T00:32:01.773Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-10T00:32:02.091Z] + sudo service docker restart [2021-02-10T00:32:02.092Z] + true [2021-02-10T00:32:02.092Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-10T00:32:02.685Z] ========================================================= [2021-02-10T00:32:02.685Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-10T00:32:02.685Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:32:03.045Z] + 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-10T00:32:07.299Z] Sending build context to Docker daemon 327.9MB [2021-02-10T00:32:07.299Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-10T00:32:07.299Z] Step 2/6 : FROM ${BASE} [2021-02-10T00:32:07.299Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-10T00:32:07.299Z] 188c0c94c7c5: Pulling fs layer [2021-02-10T00:32:07.299Z] 0ef7d3d256c8: Pulling fs layer [2021-02-10T00:32:07.299Z] de9db76c5a1d: Pulling fs layer [2021-02-10T00:32:07.299Z] bca2f99d35d6: Pulling fs layer [2021-02-10T00:32:07.299Z] 93359f2a8cfa: Pulling fs layer [2021-02-10T00:32:07.299Z] 7c6f9722023f: Pulling fs layer [2021-02-10T00:32:07.299Z] a35cf1a2eb13: Pulling fs layer [2021-02-10T00:32:07.299Z] 93359f2a8cfa: Waiting [2021-02-10T00:32:07.299Z] 7c6f9722023f: Waiting [2021-02-10T00:32:07.299Z] a35cf1a2eb13: Waiting [2021-02-10T00:32:07.299Z] bca2f99d35d6: Waiting [2021-02-10T00:32:07.299Z] de9db76c5a1d: Verifying Checksum [2021-02-10T00:32:07.299Z] de9db76c5a1d: Download complete [2021-02-10T00:32:07.299Z] 0ef7d3d256c8: Verifying Checksum [2021-02-10T00:32:07.299Z] 0ef7d3d256c8: Download complete [2021-02-10T00:32:07.299Z] 93359f2a8cfa: Verifying Checksum [2021-02-10T00:32:07.299Z] 93359f2a8cfa: Download complete [2021-02-10T00:32:07.299Z] 7c6f9722023f: Verifying Checksum [2021-02-10T00:32:07.299Z] 7c6f9722023f: Download complete [2021-02-10T00:32:07.299Z] 188c0c94c7c5: Verifying Checksum [2021-02-10T00:32:07.299Z] 188c0c94c7c5: Download complete [2021-02-10T00:32:07.564Z] 188c0c94c7c5: Pull complete [2021-02-10T00:32:07.832Z] 0ef7d3d256c8: Pull complete [2021-02-10T00:32:07.832Z] de9db76c5a1d: Pull complete [2021-02-10T00:32:08.823Z] a35cf1a2eb13: Verifying Checksum [2021-02-10T00:32:08.823Z] a35cf1a2eb13: Download complete [2021-02-10T00:32:09.420Z] bca2f99d35d6: Verifying Checksum [2021-02-10T00:32:09.420Z] bca2f99d35d6: Download complete [2021-02-10T00:32:14.774Z] bca2f99d35d6: Pull complete [2021-02-10T00:32:14.774Z] 93359f2a8cfa: Pull complete [2021-02-10T00:32:14.774Z] 7c6f9722023f: Pull complete [2021-02-10T00:32:15.975Z] Still waiting to schedule task [2021-02-10T00:32:15.975Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25874’ [2021-02-10T00:32:20.126Z] a35cf1a2eb13: Pull complete [2021-02-10T00:32:20.126Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-10T00:32:20.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-10T00:32:20.126Z] ---> a62c8e92a672 [2021-02-10T00:32:20.126Z] 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-10T00:32:20.126Z] ---> Running in cfb3b65e7874 [2021-02-10T00:32:20.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:32:21.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:32:21.855Z] (1/12) Installing libmagic (5.38-r0) [2021-02-10T00:32:22.431Z] (2/12) Installing file (5.38-r0) [2021-02-10T00:32:22.431Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-10T00:32:22.431Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-10T00:32:27.755Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-10T00:32:27.755Z] (6/12) Installing patch (2.7.6-r6) [2021-02-10T00:32:27.755Z] (7/12) Installing build-base (0.5-r2) [2021-02-10T00:32:27.755Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-10T00:32:27.755Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-10T00:32:27.755Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-10T00:32:27.755Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-10T00:32:28.037Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-10T00:32:28.303Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:32:28.303Z] OK: 233 MiB in 51 packages [2021-02-10T00:32:31.634Z] Removing intermediate container cfb3b65e7874 [2021-02-10T00:32:31.634Z] ---> 66e18d37814f [2021-02-10T00:32:31.634Z] Step 4/6 : WORKDIR /edgex-go [2021-02-10T00:32:31.634Z] ---> Running in b56c757ade5a [2021-02-10T00:32:31.897Z] Removing intermediate container b56c757ade5a [2021-02-10T00:32:31.897Z] ---> 6fd98c08d101 [2021-02-10T00:32:31.897Z] Step 5/6 : COPY go.mod . [2021-02-10T00:32:32.191Z] ---> 481abe34997c [2021-02-10T00:32:32.191Z] Step 6/6 : RUN go mod download [2021-02-10T00:32:32.191Z] ---> Running in 7a168ad60dda [2021-02-10T00:32:58.869Z] Removing intermediate container 7a168ad60dda [2021-02-10T00:32:58.869Z] ---> 6f1e87303505 [2021-02-10T00:32:58.869Z] Successfully built 6f1e87303505 [2021-02-10T00:32:58.869Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:32:59.193Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-10T00:32:59.193Z] . [Pipeline] withDockerContainer [2021-02-10T00:32:59.324Z] prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container [2021-02-10T00:32:59.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-x86_64 cat [2021-02-10T00:33:00.308Z] $ docker top 2064801df6794364ed6b087b1424a9c13d41aa74514b1be3b8a286ad65ec1b4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-10T00:33:00.951Z] + go version [2021-02-10T00:33:00.951Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-10T00:33:00.966Z] $ docker stop --time=1 2064801df6794364ed6b087b1424a9c13d41aa74514b1be3b8a286ad65ec1b4c [2021-02-10T00:33:02.362Z] $ docker rm -f 2064801df6794364ed6b087b1424a9c13d41aa74514b1be3b8a286ad65ec1b4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:33:03.228Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-10T00:33:03.228Z] . [Pipeline] withDockerContainer [2021-02-10T00:33:03.327Z] prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container [2021-02-10T00:33:03.385Z] $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-x86_64 cat [2021-02-10T00:33:04.209Z] $ docker top 268417a46bd45f4ba849af1e58eef8f6abd2089d4b823450e2aa30762f161d28 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-10T00:33:04.432Z] ========================================================= [2021-02-10T00:33:04.432Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-10T00:33:04.432Z] ========================================================= [Pipeline] sh [2021-02-10T00:33:04.740Z] + make test [2021-02-10T00:33:04.740Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-10T00:33:14.808Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-10T00:33:29.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-10T00:33:36.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-10T00:33:36.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-10T00:33:36.582Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-10T00:33:39.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-10T00:33:39.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-10T00:33:39.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-10T00:33:39.193Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-10T00:33:39.193Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-10T00:33:40.177Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-10T00:33:42.116Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-10T00:33:42.116Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-10T00:33:42.116Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-10T00:33:45.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements [2021-02-10T00:33:45.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-10T00:33:45.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-10T00:33:45.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-10T00:33:45.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-10T00:33:45.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-10T00:33:45.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-10T00:33:45.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-10T00:33:45.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements [2021-02-10T00:33:48.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-10T00:33:48.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-10T00:33:48.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-10T00:33:48.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-10T00:33:48.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-10T00:33:49.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.474s coverage: 82.3% of statements [2021-02-10T00:33:49.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-10T00:33:49.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:33:49.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-10T00:33:49.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-10T00:33:51.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-10T00:33:51.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-10T00:33:51.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-10T00:33:51.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-02-10T00:33:51.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-10T00:33:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-02-10T00:33:51.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-10T00:33:51.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-02-10T00:33:51.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-10T00:33:51.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-10T00:33:51.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-10T00:33:51.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-10T00:33:55.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-10T00:33:55.017Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-10T00:33:55.017Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-10T00:33:55.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-10T00:33:55.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-10T00:33:55.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.041s coverage: 79.5% of statements [2021-02-10T00:33:55.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-02-10T00:33:55.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-02-10T00:33:55.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-02-10T00:34:05.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements [2021-02-10T00:34:05.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-02-10T00:34:17.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-10T00:34:17.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-10T00:34:17.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-10T00:34:17.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-10T00:34:17.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2021-02-10T00:34:17.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-10T00:34:17.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-10T00:34:17.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.101s coverage: 89.4% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.757s coverage: 29.1% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-10T00:34:17.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-10T00:34:17.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-10T00:34:17.692Z] GO111MODULE=on go vet ./... [2021-02-10T00:34:44.396Z] gofmt -l . [2021-02-10T00:34:44.396Z] [ "`gofmt -l .`" = "" ] [2021-02-10T00:34:45.348Z] ./bin/test-go-mod-tidy.sh [2021-02-10T00:34:45.612Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-10T00:34:46.505Z] + ls -al . [2021-02-10T00:34:46.505Z] total 700 [2021-02-10T00:34:46.505Z] drwxrwxr-x 10 1001 1001 4096 Feb 10 00:34 . [2021-02-10T00:34:46.505Z] drwxr-xr-x 4 root root 30 Feb 10 00:33 .. [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 11 Feb 10 00:31 .dockerignore [2021-02-10T00:34:46.505Z] drwxrwxr-x 8 1001 1001 179 Feb 10 00:31 .git [2021-02-10T00:34:46.505Z] drwxrwxr-x 3 1001 1001 125 Feb 10 00:31 .github [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 818 Feb 10 00:31 .gitignore [2021-02-10T00:34:46.505Z] drwx------ 3 1001 1001 60 Feb 10 00:31 .semver [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 166 Feb 10 00:31 .sonarcloud.properties [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 7859 Feb 10 00:31 Attribution.txt [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 3804 Feb 10 00:31 CONTRIBUTING.md [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 931 Feb 10 00:31 Dockerfile.build [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 863 Feb 10 00:31 Jenkinsfile [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 10775 Feb 10 00:31 LICENSE [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 5774 Feb 10 00:31 Makefile [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 6524 Feb 10 00:31 README.md [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 6755 Feb 10 00:31 SECURITY.md [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 5 Feb 10 00:32 VERSION [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 4131 Feb 10 00:31 ZMQWindows.md [2021-02-10T00:34:46.505Z] drwxrwxr-x 2 1001 1001 117 Feb 10 00:31 bin [2021-02-10T00:34:46.505Z] drwxrwxr-x 14 1001 1001 4096 Feb 10 00:31 cmd [2021-02-10T00:34:46.505Z] -rw-r--r-- 1 root root 594557 Feb 10 00:34 coverage.out [2021-02-10T00:34:46.505Z] -rw-r--r-- 1 root root 1054 Feb 10 00:34 go.mod [2021-02-10T00:34:46.505Z] -rw-r--r-- 1 root root 19290 Feb 10 00:34 go.sum [2021-02-10T00:34:46.505Z] drwxrwxr-x 8 1001 1001 127 Feb 10 00:31 internal [2021-02-10T00:34:46.505Z] drwxrwxr-x 4 1001 1001 26 Feb 10 00:31 openapi [2021-02-10T00:34:46.505Z] drwxrwxr-x 4 1001 1001 71 Feb 10 00:31 snap [2021-02-10T00:34:46.505Z] -rw-rw-r-- 1 1001 1001 168 Feb 10 00:31 version.go [Pipeline] sh [2021-02-10T00:34:46.808Z] + '[' -e coverage.out ] [2021-02-10T00:34:46.808Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-10T00:34:47.105Z] Stashed 1 file(s) [Pipeline] sh [2021-02-10T00:34:47.407Z] + make build [2021-02-10T00:34:47.407Z] 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-10T00:34:50.731Z] 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-10T00:35:00.842Z] 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-10T00:35:00.842Z] 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-10T00:35:02.256Z] 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-10T00:35:02.836Z] 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-10T00:35:04.250Z] 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-10T00:35:05.652Z] 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-10T00:35:07.043Z] 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-10T00:35:08.456Z] 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-10T00:35:09.411Z] 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-10T00:35:10.815Z] 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-10T00:35:12.764Z] $ docker stop --time=1 268417a46bd45f4ba849af1e58eef8f6abd2089d4b823450e2aa30762f161d28 [2021-02-10T00:35:14.602Z] $ docker rm -f 268417a46bd45f4ba849af1e58eef8f6abd2089d4b823450e2aa30762f161d28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:35:18.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-10T00:35:18.352Z] [2021-02-10T00:35:18.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:35:18.699Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-10T00:35:18.700Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-10T00:35:18.700Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-10T00:35:18.700Z] ca9280d653b3: Pulling fs layer [2021-02-10T00:35:18.700Z] 7e9c9ca2126c: Pulling fs layer [2021-02-10T00:35:18.969Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-10T00:35:18.969Z] cbdbe7a5bc2a: Download complete [2021-02-10T00:35:19.236Z] cbdbe7a5bc2a: Pull complete [2021-02-10T00:35:19.499Z] ca9280d653b3: Verifying Checksum [2021-02-10T00:35:19.499Z] ca9280d653b3: Download complete [2021-02-10T00:35:20.457Z] 7e9c9ca2126c: Verifying Checksum [2021-02-10T00:35:20.457Z] 7e9c9ca2126c: Download complete [2021-02-10T00:35:20.457Z] ca9280d653b3: Pull complete [2021-02-10T00:35:27.095Z] 7e9c9ca2126c: Pull complete [2021-02-10T00:35:27.095Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-10T00:35:27.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-10T00:35:27.095Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-10T00:35:27.265Z] prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container [2021-02-10T00:35:27.314Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-10T00:35:29.336Z] $ docker top d4b0130e40ff4aad46f57b105e691c47db827089f105bc5c84379e3c4fd156b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-10T00:35:29.914Z] + docker-compose build --help [2021-02-10T00:35:29.914Z] + grep parallel [2021-02-10T00:35:30.865Z] --parallel Build images in parallel. [Pipeline] } [2021-02-10T00:35:31.143Z] $ docker stop --time=1 d4b0130e40ff4aad46f57b105e691c47db827089f105bc5c84379e3c4fd156b8 [2021-02-10T00:35:32.564Z] $ docker rm -f d4b0130e40ff4aad46f57b105e691c47db827089f105bc5c84379e3c4fd156b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:35:33.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-10T00:35:33.177Z] . [Pipeline] withDockerContainer [2021-02-10T00:35:33.275Z] prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container [2021-02-10T00:35:33.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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:latest cat [2021-02-10T00:35:34.169Z] $ docker top cbd282636998c1b51272653495b736c9fe9864bae2c74f546c143154f17c1f39 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-10T00:35:34.695Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-10T00:35:35.641Z] Building docker-core-command-go ... [2021-02-10T00:35:35.641Z] Building docker-core-data-go ... [2021-02-10T00:35:35.641Z] Building docker-core-metadata-go ... [2021-02-10T00:35:35.641Z] Building docker-security-bootstrapper-go ... [2021-02-10T00:35:35.641Z] Building docker-security-proxy-setup-go ... [2021-02-10T00:35:35.641Z] Building docker-security-secretstore-setup-go ... [2021-02-10T00:35:35.641Z] Building docker-support-notifications-go ... [2021-02-10T00:35:35.641Z] Building docker-support-scheduler-go ... [2021-02-10T00:35:35.641Z] Building docker-sys-mgmt-agent-go ... [2021-02-10T00:35:35.641Z] Building docker-support-notifications-go [2021-02-10T00:35:35.641Z] Building docker-core-metadata-go [2021-02-10T00:35:35.641Z] Building docker-sys-mgmt-agent-go [2021-02-10T00:35:35.641Z] Building docker-security-proxy-setup-go [2021-02-10T00:35:35.641Z] Building docker-support-scheduler-go [2021-02-10T00:35:46.551Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25883 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-10T00:35:46.608Z] Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] checkout [2021-02-10T00:35:52.058Z] using credential edgex-jenkins-ssh [2021-02-10T00:35:52.116Z] Cloning the remote Git repository [2021-02-10T00:35:52.177Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-10T00:35:52.293Z] > git init /w/workspace/edgex-go/61 # timeout=10 [2021-02-10T00:35:52.380Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-10T00:35:52.381Z] > git --version # timeout=10 [2021-02-10T00:35:52.399Z] > git --version # 'git version 2.17.1' [2021-02-10T00:35:52.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-10T00:35:52.464Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-10T00:36:07.939Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:36:07.939Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:36:07.939Z] ---> 6f1e87303505 [2021-02-10T00:36:07.939Z] Step 3/26 : WORKDIR /edgex-go [2021-02-10T00:36:07.939Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:36:07.939Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:36:07.939Z] ---> 6f1e87303505 [2021-02-10T00:36:07.939Z] Step 3/22 : WORKDIR /edgex-go [2021-02-10T00:36:08.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:36:08.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:36:08.539Z] ---> 6f1e87303505 [2021-02-10T00:36:08.539Z] Step 3/22 : WORKDIR /edgex-go [2021-02-10T00:36:08.806Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:36:08.806Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:36:08.806Z] ---> 6f1e87303505 [2021-02-10T00:36:08.806Z] Step 3/21 : WORKDIR /edgex-go [2021-02-10T00:36:08.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:36:08.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:36:08.806Z] ---> 6f1e87303505 [2021-02-10T00:36:08.806Z] Step 3/23 : WORKDIR /edgex-go [2021-02-10T00:36:09.773Z] ---> Running in 8b220a31e7a2 [2021-02-10T00:36:09.773Z] ---> Running in a342ace1d738 [2021-02-10T00:36:09.773Z] ---> Running in dc3a3627c731 [2021-02-10T00:36:09.773Z] ---> Running in 3836a1c84144 [2021-02-10T00:36:09.773Z] ---> Running in bc89b5d0c54f [2021-02-10T00:36:10.046Z] Removing intermediate container 8b220a31e7a2 [2021-02-10T00:36:10.046Z] ---> 291162862bc3 [2021-02-10T00:36:10.046Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:36:10.046Z] Removing intermediate container dc3a3627c731 [2021-02-10T00:36:10.046Z] ---> 87237ba89ffd [2021-02-10T00:36:10.046Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:36:10.046Z] Removing intermediate container bc89b5d0c54f [2021-02-10T00:36:10.046Z] ---> 2106d23730f9 [2021-02-10T00:36:10.046Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:36:10.315Z] Removing intermediate container 3836a1c84144 [2021-02-10T00:36:10.315Z] ---> e739457b0d6b [2021-02-10T00:36:10.315Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:36:10.315Z] Removing intermediate container a342ace1d738 [2021-02-10T00:36:10.315Z] ---> d6896235da98 [2021-02-10T00:36:10.315Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:36:10.315Z] ---> Running in 3fdb7c36f7e2 [2021-02-10T00:36:10.315Z] ---> Running in 0bd4012020b8 [2021-02-10T00:36:10.315Z] ---> Running in d5cbf06a51dd [2021-02-10T00:36:10.315Z] ---> Running in 1d6c89bcde11 [2021-02-10T00:36:10.315Z] ---> Running in 5f60f5021b71 [2021-02-10T00:36:12.282Z] Removing intermediate container 0bd4012020b8 [2021-02-10T00:36:12.282Z] ---> ba40cbd2bd53 [2021-02-10T00:36:12.282Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-10T00:36:12.548Z] ---> Running in f3b14693a67f [2021-02-10T00:36:12.548Z] Removing intermediate container 3fdb7c36f7e2 [2021-02-10T00:36:12.548Z] ---> bcc023f76283 [2021-02-10T00:36:12.548Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-10T00:36:12.822Z] Removing intermediate container d5cbf06a51dd [2021-02-10T00:36:12.822Z] ---> 51a5efaadab7 [2021-02-10T00:36:12.822Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-10T00:36:12.822Z] ---> Running in 029b5e95d0a7 [2021-02-10T00:36:12.822Z] Removing intermediate container 5f60f5021b71 [2021-02-10T00:36:12.822Z] ---> 8cad2ceea479 [2021-02-10T00:36:12.822Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-10T00:36:13.087Z] ---> Running in 08a305ca8031 [2021-02-10T00:36:13.087Z] Removing intermediate container 1d6c89bcde11 [2021-02-10T00:36:13.087Z] ---> d0987bcfc6c2 [2021-02-10T00:36:13.087Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-10T00:36:13.087Z] ---> Running in e20467853974 [2021-02-10T00:36:12.583Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-10T00:36:12.597Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-10T00:36:12.623Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-10T00:36:12.654Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-10T00:36:12.655Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-10T00:36:12.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-10T00:36:13.350Z] ---> Running in 5065f8d590a2 [2021-02-10T00:36:13.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:13.522Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-10T00:36:13.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:13.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:13.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:14.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:14.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:14.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:14.479Z] OK: 233 MiB in 51 packages [2021-02-10T00:36:14.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:14.852Z] Merge succeeded, producing 3fba4e0640393cd4d9a97a886a1637e384569257 [2021-02-10T00:36:14.853Z] Checking out Revision 3fba4e0640393cd4d9a97a886a1637e384569257 (PR-2858) [2021-02-10T00:36:15.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:15.007Z] Removing intermediate container f3b14693a67f [2021-02-10T00:36:15.007Z] ---> 6ea6e2941069 [2021-02-10T00:36:15.007Z] Step 6/22 : COPY go.mod . [2021-02-10T00:36:15.286Z] ---> f6b97eb7a5b4 [2021-02-10T00:36:15.286Z] Step 7/22 : RUN go mod download [2021-02-10T00:36:15.286Z] OK: 233 MiB in 51 packages [2021-02-10T00:36:15.286Z] OK: 233 MiB in 51 packages [2021-02-10T00:36:15.286Z] ---> Running in 97c875df8f12 [2021-02-10T00:36:15.550Z] OK: 233 MiB in 51 packages [2021-02-10T00:36:13.541Z] > git config core.sparsecheckout # timeout=10 [2021-02-10T00:36:13.552Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-10T00:36:13.852Z] > git remote # timeout=10 [2021-02-10T00:36:13.870Z] > git config --get remote.origin.url # timeout=10 [2021-02-10T00:36:13.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-10T00:36:13.947Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-10T00:36:14.841Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-10T00:36:14.860Z] > git config core.sparsecheckout # timeout=10 [2021-02-10T00:36:14.871Z] > git checkout -f 3fba4e0640393cd4d9a97a886a1637e384569257 # timeout=10 [2021-02-10T00:36:17.291Z] Removing intermediate container 029b5e95d0a7 [2021-02-10T00:36:17.291Z] ---> ca6ccc68c5a1 [2021-02-10T00:36:17.291Z] Step 6/22 : COPY go.mod . [2021-02-10T00:36:17.291Z] Removing intermediate container 08a305ca8031 [2021-02-10T00:36:17.291Z] ---> f3d7a2a5188c [2021-02-10T00:36:17.291Z] Step 6/26 : COPY go.mod . [2021-02-10T00:36:17.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:36:17.291Z] Removing intermediate container 5065f8d590a2 [2021-02-10T00:36:17.291Z] ---> 4631d430ffbe [2021-02-10T00:36:17.291Z] Step 6/23 : COPY go.mod . [2021-02-10T00:36:17.291Z] ---> 07bd20f3502b [2021-02-10T00:36:17.291Z] Step 7/26 : RUN go mod download [2021-02-10T00:36:17.291Z] ---> d63313e63b20 [2021-02-10T00:36:17.291Z] Step 7/22 : RUN go mod download [2021-02-10T00:36:17.291Z] ---> Running in b822891bc4b6 [2021-02-10T00:36:17.291Z] ---> Running in 3eab4f07493a [2021-02-10T00:36:17.291Z] ---> ce0da21112c8 [2021-02-10T00:36:17.291Z] Step 7/23 : RUN go mod download [2021-02-10T00:36:17.291Z] ---> Running in c6044f62d88c [2021-02-10T00:36:17.291Z] Removing intermediate container 97c875df8f12 [2021-02-10T00:36:17.291Z] ---> e9c963ca9ff3 [2021-02-10T00:36:17.291Z] Step 8/22 : COPY . . [2021-02-10T00:36:18.715Z] OK: 233 MiB in 51 packages [2021-02-10T00:36:19.326Z] Commit message: "Merge commit '62a248a5b0afc117ade2468f75438786c02ce52d' into HEAD" [2021-02-10T00:36:19.350Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-10T00:36:19.336Z] > git rev-list --no-walk 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 [2021-02-10T00:36:20.765Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-10T00:36:21.201Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-10T00:36:21.581Z] + sudo service docker restart [2021-02-10T00:36:21.581Z] + true [2021-02-10T00:36:22.985Z] Removing intermediate container b822891bc4b6 [2021-02-10T00:36:22.986Z] ---> 7706c90be145 [2021-02-10T00:36:22.986Z] Step 8/26 : COPY . . [2021-02-10T00:36:22.986Z] Removing intermediate container 3eab4f07493a [2021-02-10T00:36:22.986Z] ---> c1c9db3f6585 [2021-02-10T00:36:22.986Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-10T00:36:24.284Z] provisioning config files... [2021-02-10T00:36:24.328Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config6279405584944956253tmp [Pipeline] { [2021-02-10T00:36:24.390Z] Removing intermediate container e20467853974 [2021-02-10T00:36:24.390Z] ---> a9fd1a1fb90e [2021-02-10T00:36:24.390Z] Step 6/21 : COPY go.mod . [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:36:24.765Z] ---> docker-login.sh [2021-02-10T00:36:24.765Z] nexus3.edgexfoundry.org:10001 [2021-02-10T00:36:25.342Z] Removing intermediate container c6044f62d88c [2021-02-10T00:36:25.342Z] ---> c3de09c3b47e [2021-02-10T00:36:25.342Z] Step 8/23 : COPY . . [2021-02-10T00:36:25.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:36:26.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:36:26.017Z] Configure a credential helper to remove this warning. See [2021-02-10T00:36:26.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:36:26.017Z] [2021-02-10T00:36:26.017Z] Login Succeeded [2021-02-10T00:36:26.017Z] nexus3.edgexfoundry.org:10002 [2021-02-10T00:36:26.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:36:26.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:36:26.572Z] Configure a credential helper to remove this warning. See [2021-02-10T00:36:26.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:36:26.572Z] [2021-02-10T00:36:26.572Z] Login Succeeded [2021-02-10T00:36:26.572Z] nexus3.edgexfoundry.org:10003 [2021-02-10T00:36:26.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:36:27.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:36:27.119Z] Configure a credential helper to remove this warning. See [2021-02-10T00:36:27.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:36:27.119Z] [2021-02-10T00:36:27.119Z] Login Succeeded [2021-02-10T00:36:27.119Z] nexus3.edgexfoundry.org:10004 [2021-02-10T00:36:27.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:36:27.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:36:27.674Z] Configure a credential helper to remove this warning. See [2021-02-10T00:36:27.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:36:27.674Z] [2021-02-10T00:36:27.674Z] Login Succeeded [2021-02-10T00:36:27.674Z] docker.io [2021-02-10T00:36:27.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-10T00:36:28.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-10T00:36:28.548Z] Configure a credential helper to remove this warning. See [2021-02-10T00:36:28.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-10T00:36:28.548Z] [2021-02-10T00:36:28.548Z] Login Succeeded [2021-02-10T00:36:28.548Z] ---> docker-login.sh ends [Pipeline] } [2021-02-10T00:36:28.566Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-10T00:36:29.023Z] ========================================================= [2021-02-10T00:36:29.024Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-10T00:36:29.024Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:36:29.419Z] + 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-10T00:36:32.093Z] Sending build context to Docker daemon 166.3MB [2021-02-10T00:36:32.093Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-10T00:36:32.093Z] Step 2/6 : FROM ${BASE} [2021-02-10T00:36:32.093Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-10T00:36:32.093Z] 5f621e34cdf4: Pulling fs layer [2021-02-10T00:36:32.093Z] a4357932f1b6: Pulling fs layer [2021-02-10T00:36:32.093Z] 18c013af1878: Pulling fs layer [2021-02-10T00:36:32.093Z] 00ac8860ef70: Pulling fs layer [2021-02-10T00:36:32.093Z] 63d7cb157983: Pulling fs layer [2021-02-10T00:36:32.093Z] b116817d02f9: Pulling fs layer [2021-02-10T00:36:32.093Z] 745a02a5169b: Pulling fs layer [2021-02-10T00:36:32.093Z] 00ac8860ef70: Waiting [2021-02-10T00:36:32.093Z] 63d7cb157983: Waiting [2021-02-10T00:36:32.093Z] b116817d02f9: Waiting [2021-02-10T00:36:32.093Z] 18c013af1878: Verifying Checksum [2021-02-10T00:36:32.093Z] 18c013af1878: Download complete [2021-02-10T00:36:32.093Z] a4357932f1b6: Verifying Checksum [2021-02-10T00:36:32.093Z] a4357932f1b6: Download complete [2021-02-10T00:36:32.093Z] 63d7cb157983: Download complete [2021-02-10T00:36:32.093Z] b116817d02f9: Verifying Checksum [2021-02-10T00:36:32.093Z] b116817d02f9: Download complete [2021-02-10T00:36:32.093Z] 5f621e34cdf4: Verifying Checksum [2021-02-10T00:36:32.093Z] 5f621e34cdf4: Download complete [2021-02-10T00:36:33.084Z] 5f621e34cdf4: Pull complete [2021-02-10T00:36:33.568Z] ---> 0d8939cf1487 [2021-02-10T00:36:33.568Z] Step 7/21 : RUN go mod download [2021-02-10T00:36:33.696Z] a4357932f1b6: Pull complete [2021-02-10T00:36:33.975Z] 18c013af1878: Pull complete [2021-02-10T00:36:34.256Z] 745a02a5169b: Verifying Checksum [2021-02-10T00:36:34.256Z] 745a02a5169b: Download complete [2021-02-10T00:36:35.521Z] ---> Running in c5d1fc6dcd20 [2021-02-10T00:36:35.699Z] 00ac8860ef70: Verifying Checksum [2021-02-10T00:36:35.699Z] 00ac8860ef70: Download complete [2021-02-10T00:36:45.858Z] 00ac8860ef70: Pull complete [2021-02-10T00:36:46.132Z] 63d7cb157983: Pull complete [2021-02-10T00:36:46.407Z] b116817d02f9: Pull complete [2021-02-10T00:36:50.523Z] ---> 172dde0bf934 [2021-02-10T00:36:50.523Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-10T00:36:50.760Z] 745a02a5169b: Pull complete [2021-02-10T00:36:50.760Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-10T00:36:50.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-10T00:36:50.760Z] ---> b7e6874047d6 [2021-02-10T00:36:50.760Z] 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-10T00:36:51.586Z] ---> Running in 1c64b5563f05 [2021-02-10T00:36:53.629Z] Removing intermediate container c5d1fc6dcd20 [2021-02-10T00:36:53.629Z] ---> 2ef51b4a2881 [2021-02-10T00:36:53.629Z] Step 8/21 : COPY . . [2021-02-10T00:36:54.173Z] ---> Running in 6281985a16fd [2021-02-10T00:36:55.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:36:56.204Z] 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-10T00:36:56.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:36:58.563Z] (1/12) Installing libmagic (5.38-r0) [2021-02-10T00:36:58.563Z] (2/12) Installing file (5.38-r0) [2021-02-10T00:36:58.835Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-10T00:36:58.835Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-10T00:37:04.418Z] ---> 51e992ad56cd [2021-02-10T00:37:04.418Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-10T00:37:05.826Z] ---> 5d5cdfd668b1 [2021-02-10T00:37:05.826Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-10T00:37:06.779Z] ---> Running in ac9a96c27bb8 [2021-02-10T00:37:07.058Z] ---> 5ba1c176acb6 [2021-02-10T00:37:07.058Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-10T00:37:07.092Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-10T00:37:07.092Z] (6/12) Installing patch (2.7.6-r6) [2021-02-10T00:37:07.092Z] (7/12) Installing build-base (0.5-r2) [2021-02-10T00:37:07.092Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-10T00:37:07.092Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-10T00:37:07.092Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-10T00:37:07.092Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-10T00:37:07.092Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-10T00:37:07.092Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:37:07.092Z] OK: 217 MiB in 51 packages [2021-02-10T00:37:07.338Z] ---> Running in b607b148ef04 [2021-02-10T00:37:07.619Z] ---> Running in 6a55a1c05c5f [2021-02-10T00:37:09.166Z] 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-10T00:37:10.145Z] 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-10T00:37:10.145Z] 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-10T00:37:10.476Z] Removing intermediate container 6281985a16fd [2021-02-10T00:37:10.477Z] ---> 95161eb641f2 [2021-02-10T00:37:10.477Z] Step 4/6 : WORKDIR /edgex-go [2021-02-10T00:37:10.750Z] ---> Running in 682c1cf23067 [2021-02-10T00:37:11.025Z] Removing intermediate container 682c1cf23067 [2021-02-10T00:37:11.025Z] ---> 64cdceea4d68 [2021-02-10T00:37:11.025Z] Step 5/6 : COPY go.mod . [2021-02-10T00:37:12.000Z] ---> 5ec816cf5b60 [2021-02-10T00:37:12.000Z] Step 6/6 : RUN go mod download [2021-02-10T00:37:12.000Z] ---> Running in 2f6defd49110 [2021-02-10T00:37:20.366Z] ---> 492c281c612d [2021-02-10T00:37:20.366Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-10T00:37:20.366Z] ---> Running in eed4a57f51c3 [2021-02-10T00:37:20.656Z] 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-10T00:37:35.663Z] Removing intermediate container 1c64b5563f05 [2021-02-10T00:37:35.663Z] ---> 0133cca2d97d [2021-02-10T00:37:35.663Z] [2021-02-10T00:37:35.663Z] Step 10/22 : FROM alpine:3.12 [2021-02-10T00:37:35.663Z] 3.12: Pulling from library/alpine [2021-02-10T00:37:35.663Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-10T00:37:35.663Z] Status: Downloaded newer image for alpine:3.12 [2021-02-10T00:37:35.664Z] ---> 389fef711851 [2021-02-10T00:37:35.664Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-10T00:37:35.664Z] ---> Running in d146693a97a4 [2021-02-10T00:37:36.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:37:36.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:37:36.897Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-10T00:37:36.897Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:37:36.897Z] OK: 6 MiB in 15 packages [2021-02-10T00:37:38.797Z] Removing intermediate container 2f6defd49110 [2021-02-10T00:37:38.797Z] ---> 30145396fbca [2021-02-10T00:37:38.797Z] Successfully built 30145396fbca [2021-02-10T00:37:38.797Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:37:38.922Z] Removing intermediate container d146693a97a4 [2021-02-10T00:37:38.922Z] ---> c8363d67f7a9 [2021-02-10T00:37:38.922Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:37:38.922Z] ---> Running in 846baf0f313b [2021-02-10T00:37:39.138Z] + docker inspect -f . ci-base-image-arm64 [2021-02-10T00:37:39.138Z] . [Pipeline] withDockerContainer [2021-02-10T00:37:39.207Z] Removing intermediate container 846baf0f313b [2021-02-10T00:37:39.207Z] ---> e1889c7414a7 [2021-02-10T00:37:39.207Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-10T00:37:39.409Z] prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container [2021-02-10T00:37:39.478Z] ---> Running in bc97d0fcf607 [2021-02-10T00:37:39.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-10T00:37:39.766Z] Removing intermediate container bc97d0fcf607 [2021-02-10T00:37:39.766Z] ---> 2c1e4d00979a [2021-02-10T00:37:39.766Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-10T00:37:40.367Z] ---> Running in 97405f18801b [2021-02-10T00:37:41.030Z] $ docker top ccb4be4c1b6fb93f7d54379fca8132e4c074bec4d60d92a71f9d8f97128db38c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-10T00:37:42.024Z] + go version [2021-02-10T00:37:42.024Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-10T00:37:42.047Z] $ docker stop --time=1 ccb4be4c1b6fb93f7d54379fca8132e4c074bec4d60d92a71f9d8f97128db38c [2021-02-10T00:37:42.334Z] Removing intermediate container 97405f18801b [2021-02-10T00:37:42.334Z] ---> afc045d02179 [2021-02-10T00:37:42.334Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:37:42.915Z] Removing intermediate container 6a55a1c05c5f [2021-02-10T00:37:42.915Z] ---> 0d002eb4e704 [2021-02-10T00:37:42.915Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-10T00:37:43.189Z] ---> c36b2086db00 [2021-02-10T00:37:43.189Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-10T00:37:43.189Z] ---> Running in 620cf39a16b1 [2021-02-10T00:37:43.894Z] $ docker rm -f ccb4be4c1b6fb93f7d54379fca8132e4c074bec4d60d92a71f9d8f97128db38c [Pipeline] // withDockerContainer [2021-02-10T00:37:44.171Z] 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 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:37:44.848Z] + docker inspect -f . ci-base-image-arm64 [2021-02-10T00:37:44.848Z] . [Pipeline] withDockerContainer [2021-02-10T00:37:45.118Z] prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container [2021-02-10T00:37:45.140Z] ---> edd1fe10aec2 [2021-02-10T00:37:45.140Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-10T00:37:45.196Z] $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-10T00:37:45.405Z] 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-10T00:37:46.653Z] $ docker top e040596fddf449539d866abb17b8303c2a32a8bacba15708d78274e6c3a75de0 -eo pid,comm [2021-02-10T00:37:46.820Z] Removing intermediate container ac9a96c27bb8 [2021-02-10T00:37:46.820Z] ---> 32ac3806b522 [2021-02-10T00:37:46.820Z] [2021-02-10T00:37:46.820Z] Step 10/22 : FROM alpine:3.12 [2021-02-10T00:37:46.820Z] ---> 389fef711851 [2021-02-10T00:37:46.820Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-10T00:37:46.820Z] ---> 9acfd7c5b7d6 [2021-02-10T00:37:46.820Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-10T00:37:46.820Z] ---> Running in 8de4193784ca [Pipeline] { [Pipeline] echo [2021-02-10T00:37:47.049Z] ========================================================= [2021-02-10T00:37:47.049Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-10T00:37:47.049Z] ========================================================= [Pipeline] sh [2021-02-10T00:37:47.084Z] ---> Running in be6807eeec71 [2021-02-10T00:37:47.347Z] Removing intermediate container be6807eeec71 [2021-02-10T00:37:47.347Z] ---> f37db475625d [2021-02-10T00:37:47.347Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:37:47.636Z] ---> Running in f6e4f5172027 [2021-02-10T00:37:47.636Z] Removing intermediate container 620cf39a16b1 [2021-02-10T00:37:47.636Z] ---> 4ba843d54515 [2021-02-10T00:37:47.636Z] [2021-02-10T00:37:47.636Z] Step 11/26 : FROM docker:20.10.0 [2021-02-10T00:37:47.701Z] + make test [2021-02-10T00:37:47.701Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-10T00:37:47.915Z] 20.10.0: Pulling from library/docker [2021-02-10T00:37:47.915Z] Removing intermediate container f6e4f5172027 [2021-02-10T00:37:47.915Z] ---> fd1c7f17cfe7 [2021-02-10T00:37:47.915Z] Step 20/22 : LABEL arch=x86_64 [2021-02-10T00:37:48.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:37:48.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:37:48.710Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-10T00:37:48.710Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-10T00:37:48.710Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:37:48.710Z] Executing ca-certificates-20191127-r4.trigger [2021-02-10T00:37:48.710Z] OK: 6 MiB in 16 packages [2021-02-10T00:37:49.291Z] ---> Running in 1d9e95c75488 [2021-02-10T00:37:51.863Z] Removing intermediate container 1d9e95c75488 [2021-02-10T00:37:51.863Z] ---> e6f43203ec45 [2021-02-10T00:37:51.863Z] Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:37:52.129Z] Removing intermediate container b607b148ef04 [2021-02-10T00:37:52.129Z] ---> 37fccb2ea97b [2021-02-10T00:37:52.129Z] [2021-02-10T00:37:52.129Z] Step 10/23 : FROM alpine:3.12 [2021-02-10T00:37:52.129Z] ---> 389fef711851 [2021-02-10T00:37:52.129Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-10T00:37:52.129Z] ---> Using cache [2021-02-10T00:37:52.129Z] ---> c8363d67f7a9 [2021-02-10T00:37:52.129Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:37:52.129Z] ---> Using cache [2021-02-10T00:37:52.129Z] ---> e1889c7414a7 [2021-02-10T00:37:52.129Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-10T00:37:53.086Z] ---> Running in f2a19de59774 [2021-02-10T00:37:55.113Z] ---> Running in b7656fb784d3 [2021-02-10T00:37:55.460Z] Removing intermediate container 8de4193784ca [2021-02-10T00:37:55.460Z] ---> 5035b83c32d1 [2021-02-10T00:37:55.460Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:37:55.460Z] Removing intermediate container f2a19de59774 [2021-02-10T00:37:55.460Z] ---> 01b5b5de160d [2021-02-10T00:37:55.460Z] Step 22/22 : LABEL version=0.0.0 [2021-02-10T00:37:55.460Z] Removing intermediate container b7656fb784d3 [2021-02-10T00:37:55.460Z] ---> 6d61f89b6ec4 [2021-02-10T00:37:55.460Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-10T00:37:55.460Z] Removing intermediate container eed4a57f51c3 [2021-02-10T00:37:55.460Z] ---> fb473b2b1c81 [2021-02-10T00:37:55.460Z] [2021-02-10T00:37:55.460Z] Step 10/21 : FROM alpine:3.12 [2021-02-10T00:37:55.460Z] ---> 389fef711851 [2021-02-10T00:37:55.460Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-10T00:37:55.758Z] ---> Running in 781ff8bd904e [2021-02-10T00:37:55.758Z] ---> Running in 67dab5ed86bd [2021-02-10T00:37:55.758Z] ---> Running in c905bb9ec9c0 [2021-02-10T00:37:55.758Z] ---> Running in 004c0674d17f [2021-02-10T00:37:56.025Z] Removing intermediate container 67dab5ed86bd [2021-02-10T00:37:56.025Z] ---> ad857b34328d [2021-02-10T00:37:56.025Z] [2021-02-10T00:37:56.293Z] Removing intermediate container 781ff8bd904e [2021-02-10T00:37:56.293Z] ---> df957b0d9cf8 [2021-02-10T00:37:56.293Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-10T00:37:56.293Z] Removing intermediate container 004c0674d17f [2021-02-10T00:37:56.293Z] ---> 033b9922b851 [2021-02-10T00:37:56.293Z] Step 15/23 : WORKDIR / [2021-02-10T00:37:56.566Z] ---> Running in 88a797d00088 [2021-02-10T00:37:56.566Z] Successfully built ad857b34328d [2021-02-10T00:37:56.566Z] ---> Running in 001eb2797981 [2021-02-10T00:37:56.566Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-10T00:37:56.566Z] Building docker-core-command-go [2021-02-10T00:37:57.156Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:37:57.156Z] Removing intermediate container 88a797d00088 [2021-02-10T00:37:57.156Z] ---> e169dce3bef7 [2021-02-10T00:37:57.156Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-10T00:37:57.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:37:57.156Z] Removing intermediate container 001eb2797981 [2021-02-10T00:37:57.156Z] ---> 75fd925435b8 [2021-02-10T00:37:57.156Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:37:57.156Z] ---> Running in a9788060757c [2021-02-10T00:37:57.156Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-10T00:37:57.424Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-10T00:37:57.424Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-10T00:37:57.424Z] (4/4) Installing curl (7.69.1-r3) [2021-02-10T00:37:57.424Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:37:57.424Z] Executing ca-certificates-20191127-r4.trigger [2021-02-10T00:37:57.424Z] OK: 7 MiB in 18 packages [2021-02-10T00:38:00.768Z] Removing intermediate container a9788060757c [2021-02-10T00:38:00.768Z] ---> 676b05d9a4b8 [2021-02-10T00:38:00.768Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:38:01.761Z] ---> d551756b4cae [2021-02-10T00:38:01.761Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-10T00:38:03.736Z] ---> 2c751a511e46 [2021-02-10T00:38:03.736Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-10T00:38:03.736Z] ---> 821214b3cda3 [2021-02-10T00:38:03.736Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-10T00:38:03.736Z] Removing intermediate container c905bb9ec9c0 [2021-02-10T00:38:03.736Z] ---> c87f6fb9eaa6 [2021-02-10T00:38:03.736Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-10T00:38:03.736Z] ---> Running in db0b60a8e2ac [2021-02-10T00:38:04.319Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-10T00:38:04.319Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-10T00:38:04.319Z] ---> aefe523efa57 [2021-02-10T00:38:04.319Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-10T00:38:04.904Z] ---> Running in 56d2d3c1c2a0 [2021-02-10T00:38:05.176Z] Removing intermediate container db0b60a8e2ac [2021-02-10T00:38:05.176Z] ---> 1a5250abdfde [2021-02-10T00:38:05.176Z] Step 13/21 : WORKDIR /edgex [2021-02-10T00:38:05.762Z] ---> 219c5982ac30 [2021-02-10T00:38:05.762Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-10T00:38:06.031Z] ---> 9deac0b1ea74 [2021-02-10T00:38:06.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-10T00:38:06.625Z] ---> Running in a47d0aaf3ecc [2021-02-10T00:38:06.625Z] ---> Running in 8d729081b0a1 [2021-02-10T00:38:08.576Z] ---> d612f50db873 [2021-02-10T00:38:08.576Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-10T00:38:08.576Z] Removing intermediate container a47d0aaf3ecc [2021-02-10T00:38:08.576Z] ---> cfdc0e6d2104 [2021-02-10T00:38:08.576Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-10T00:38:08.576Z] Removing intermediate container 8d729081b0a1 [2021-02-10T00:38:08.576Z] ---> 10794a544f2c [2021-02-10T00:38:08.576Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:38:08.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:38:08.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:38:09.116Z] (1/2) Installing readline (8.0.4-r0) [2021-02-10T00:38:09.116Z] (2/2) Installing bash (5.0.17-r0) [2021-02-10T00:38:09.116Z] Executing bash-5.0.17-r0.post-install [2021-02-10T00:38:09.116Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:38:09.116Z] OK: 12 MiB in 22 packages [2021-02-10T00:38:09.711Z] ---> Running in 2771c7891130 [2021-02-10T00:38:09.711Z] ---> Running in 32198c574a03 [2021-02-10T00:38:11.127Z] ---> 7a074f72985d [2021-02-10T00:38:11.127Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-10T00:38:11.390Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:38:11.390Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:38:11.390Z] ---> 6f1e87303505 [2021-02-10T00:38:11.390Z] Step 3/23 : WORKDIR /edgex-go [2021-02-10T00:38:11.390Z] ---> Using cache [2021-02-10T00:38:11.390Z] ---> d6896235da98 [2021-02-10T00:38:11.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:38:11.390Z] ---> Using cache [2021-02-10T00:38:11.390Z] ---> 8cad2ceea479 [2021-02-10T00:38:11.390Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-10T00:38:11.390Z] ---> Using cache [2021-02-10T00:38:11.390Z] ---> a9fd1a1fb90e [2021-02-10T00:38:11.390Z] Step 6/23 : COPY go.mod . [2021-02-10T00:38:11.390Z] ---> Using cache [2021-02-10T00:38:11.390Z] ---> 0d8939cf1487 [2021-02-10T00:38:11.390Z] Step 7/23 : RUN go mod download [2021-02-10T00:38:11.390Z] ---> Using cache [2021-02-10T00:38:11.390Z] ---> 2ef51b4a2881 [2021-02-10T00:38:11.390Z] Step 8/23 : COPY . . [2021-02-10T00:38:11.983Z] ---> Using cache [2021-02-10T00:38:11.983Z] ---> 492c281c612d [2021-02-10T00:38:11.983Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-10T00:38:12.247Z] Removing intermediate container 32198c574a03 [2021-02-10T00:38:12.247Z] ---> 99a2c22398cc [2021-02-10T00:38:12.247Z] Step 21/23 : LABEL arch=x86_64 [2021-02-10T00:38:12.247Z] Removing intermediate container 2771c7891130 [2021-02-10T00:38:12.247Z] ---> d6dfb1869a55 [2021-02-10T00:38:12.247Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:38:12.517Z] ---> Running in 58de809e3cb5 [2021-02-10T00:38:12.517Z] ---> Running in e67d8f79e8dd [2021-02-10T00:38:12.517Z] ---> 88513f04b6b9 [2021-02-10T00:38:12.517Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-10T00:38:12.517Z] ---> Running in 821eb4b6b5f5 [2021-02-10T00:38:12.781Z] Removing intermediate container 56d2d3c1c2a0 [2021-02-10T00:38:12.781Z] ---> 41b9d8962812 [2021-02-10T00:38:12.781Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-10T00:38:13.045Z] ---> Running in 96f1bbbfb5d0 [2021-02-10T00:38:13.045Z] Removing intermediate container 821eb4b6b5f5 [2021-02-10T00:38:13.045Z] ---> d135656cce39 [2021-02-10T00:38:13.045Z] Step 20/22 : LABEL arch=x86_64 [2021-02-10T00:38:13.045Z] Removing intermediate container e67d8f79e8dd [2021-02-10T00:38:13.045Z] ---> f0c2a12dbbfe [2021-02-10T00:38:13.045Z] Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:38:13.308Z] ---> Running in 0ce7d9bd3a8f [2021-02-10T00:38:13.308Z] ---> Running in 59195cadd7ae [2021-02-10T00:38:13.308Z] Removing intermediate container 96f1bbbfb5d0 [2021-02-10T00:38:13.308Z] ---> f88a1e29700b [2021-02-10T00:38:13.308Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-10T00:38:13.308Z] ---> 3dcc04016786 [2021-02-10T00:38:13.308Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-10T00:38:13.308Z] 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-10T00:38:13.575Z] ---> Running in 6da71a2ee170 [2021-02-10T00:38:13.575Z] ---> Running in c537f02b703c [2021-02-10T00:38:13.575Z] Removing intermediate container 59195cadd7ae [2021-02-10T00:38:13.575Z] ---> 6d53f32c589e [2021-02-10T00:38:13.575Z] Step 23/23 : LABEL version=0.0.0 [2021-02-10T00:38:13.575Z] Removing intermediate container 0ce7d9bd3a8f [2021-02-10T00:38:13.575Z] ---> 3c6b60c1c800 [2021-02-10T00:38:13.575Z] Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:38:13.845Z] ---> Running in d3d8f79363ba [2021-02-10T00:38:13.845Z] ---> Running in 55f2c6588fd6 [2021-02-10T00:38:13.845Z] Removing intermediate container 6da71a2ee170 [2021-02-10T00:38:13.845Z] ---> f7f3bd5fc046 [2021-02-10T00:38:13.845Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-10T00:38:13.845Z] Removing intermediate container c537f02b703c [2021-02-10T00:38:13.845Z] ---> 40b11670ce5e [2021-02-10T00:38:13.845Z] Step 18/21 : CMD ["--init=true"] [2021-02-10T00:38:13.845Z] ---> Running in ac03732edda0 [2021-02-10T00:38:14.109Z] ---> Running in 9d97a011d79d [2021-02-10T00:38:14.109Z] Removing intermediate container 55f2c6588fd6 [2021-02-10T00:38:14.109Z] ---> 7510d43b5308 [2021-02-10T00:38:14.109Z] Step 22/22 : LABEL version=0.0.0 [2021-02-10T00:38:14.109Z] Removing intermediate container d3d8f79363ba [2021-02-10T00:38:14.109Z] ---> 3bf2964f267a [2021-02-10T00:38:14.109Z] [2021-02-10T00:38:14.383Z] Removing intermediate container ac03732edda0 [2021-02-10T00:38:14.383Z] ---> 8ffc6906ab46 [2021-02-10T00:38:14.383Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-10T00:38:14.383Z] ---> Running in 4228fa04a2ab [2021-02-10T00:38:14.546Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-10T00:38:14.652Z] Removing intermediate container 9d97a011d79d [2021-02-10T00:38:14.652Z] ---> c32c6679b038 [2021-02-10T00:38:14.652Z] Step 19/21 : LABEL arch=x86_64 [2021-02-10T00:38:14.652Z] Successfully built 3bf2964f267a [2021-02-10T00:38:14.652Z] Successfully tagged docker-core-metadata-go:latest [2021-02-10T00:38:14.652Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-10T00:38:14.924Z] ---> Running in e9928c978d28 [2021-02-10T00:38:14.924Z] Removing intermediate container 4228fa04a2ab [2021-02-10T00:38:14.924Z] ---> 75471d77e0b7 [2021-02-10T00:38:14.924Z] [2021-02-10T00:38:15.193Z] ---> 6e5101a0378f [2021-02-10T00:38:15.193Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-10T00:38:15.460Z] Successfully built 75471d77e0b7 [2021-02-10T00:38:15.460Z] Successfully tagged docker-support-notifications-go:latest [2021-02-10T00:38:15.460Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-10T00:38:15.460Z] Removing intermediate container e9928c978d28 [2021-02-10T00:38:15.460Z] ---> 7c8573e6f16a [2021-02-10T00:38:15.460Z] Step 20/21 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:38:15.732Z] ---> Running in 643cef487f6c [2021-02-10T00:38:15.732Z] ---> 3418edf85882 [2021-02-10T00:38:15.732Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-10T00:38:16.018Z] Removing intermediate container 643cef487f6c [2021-02-10T00:38:16.019Z] ---> 1f140728aa5b [2021-02-10T00:38:16.019Z] Step 21/21 : LABEL version=0.0.0 [2021-02-10T00:38:19.400Z] ---> Running in f6d58cf0cabd [2021-02-10T00:38:21.346Z] ---> ba0449c4e005 [2021-02-10T00:38:21.346Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-10T00:38:23.977Z] Removing intermediate container f6d58cf0cabd [2021-02-10T00:38:23.977Z] ---> cda3e9f2169c [2021-02-10T00:38:23.977Z] [2021-02-10T00:38:23.977Z] ---> Running in b6510bd5bb45 [2021-02-10T00:38:23.977Z] Successfully built cda3e9f2169c [2021-02-10T00:38:24.259Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-10T00:38:24.259Z] Building docker-security-bootstrapper-go [2021-02-10T00:38:25.761Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:38:25.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:38:26.049Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-10T00:38:26.050Z] (2/33) Installing expat (2.2.9-r1) [2021-02-10T00:38:26.050Z] (3/33) Installing libffi (3.3-r2) [2021-02-10T00:38:26.050Z] (4/33) Installing gdbm (1.13-r1) [2021-02-10T00:38:26.633Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-10T00:38:26.633Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-10T00:38:26.633Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-10T00:38:39.011Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-10T00:38:39.011Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-10T00:38:39.011Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-10T00:38:39.011Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-10T00:38:39.011Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-10T00:38:39.011Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-10T00:38:39.011Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-10T00:38:39.978Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:38:39.978Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:38:39.978Z] ---> 6f1e87303505 [2021-02-10T00:38:39.978Z] Step 3/24 : WORKDIR /edgex-go [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> d6896235da98 [2021-02-10T00:38:39.978Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> 8cad2ceea479 [2021-02-10T00:38:39.978Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> a9fd1a1fb90e [2021-02-10T00:38:39.978Z] Step 6/24 : COPY go.mod . [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> 0d8939cf1487 [2021-02-10T00:38:39.978Z] Step 7/24 : RUN go mod download [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> 2ef51b4a2881 [2021-02-10T00:38:39.978Z] Step 8/24 : COPY . . [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> 492c281c612d [2021-02-10T00:38:39.978Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-10T00:38:39.978Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:38:39.978Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:38:39.978Z] ---> 6f1e87303505 [2021-02-10T00:38:39.978Z] Step 3/23 : WORKDIR /edgex-go [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> d6896235da98 [2021-02-10T00:38:39.978Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:38:39.978Z] ---> Using cache [2021-02-10T00:38:39.978Z] ---> 8cad2ceea479 [2021-02-10T00:38:39.978Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-10T00:38:41.918Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-10T00:38:41.918Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-10T00:38:41.918Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-10T00:38:41.918Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-10T00:38:41.918Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-10T00:38:41.918Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-10T00:38:41.918Z] ---> Running in 7fd72513ac95 [2021-02-10T00:38:41.918Z] ---> Running in 532b2dc7d74a [2021-02-10T00:38:42.198Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-10T00:38:42.198Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-10T00:38:42.198Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-10T00:38:42.198Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-10T00:38:42.198Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-10T00:38:42.198Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-10T00:38:42.198Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-10T00:38:42.198Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-10T00:38:42.198Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-10T00:38:42.198Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-10T00:38:42.492Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-10T00:38:42.492Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-10T00:38:42.492Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-10T00:38:42.492Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:38:43.095Z] OK: 71 MiB in 55 packages [2021-02-10T00:38:45.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:38:45.306Z] 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-10T00:38:45.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:38:46.482Z] OK: 233 MiB in 51 packages [2021-02-10T00:38:49.115Z] Removing intermediate container 7fd72513ac95 [2021-02-10T00:38:49.115Z] ---> 7a0304227adc [2021-02-10T00:38:49.115Z] Step 6/23 : COPY go.mod . [2021-02-10T00:38:50.107Z] ---> 76ffd6228ae7 [2021-02-10T00:38:50.107Z] Step 7/23 : RUN go mod download [2021-02-10T00:38:51.112Z] ---> Running in 5e3efbc9a15f [2021-02-10T00:38:54.487Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:38:54.487Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:38:54.487Z] ---> 6f1e87303505 [2021-02-10T00:38:54.487Z] Step 3/30 : WORKDIR /edgex-go [2021-02-10T00:38:54.487Z] ---> Using cache [2021-02-10T00:38:54.487Z] ---> d6896235da98 [2021-02-10T00:38:54.487Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:38:54.487Z] ---> Using cache [2021-02-10T00:38:54.487Z] ---> 8cad2ceea479 [2021-02-10T00:38:54.487Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-10T00:38:54.487Z] ---> Using cache [2021-02-10T00:38:54.487Z] ---> a9fd1a1fb90e [2021-02-10T00:38:54.487Z] Step 6/30 : COPY go.mod . [2021-02-10T00:38:54.487Z] ---> Using cache [2021-02-10T00:38:54.487Z] ---> 0d8939cf1487 [2021-02-10T00:38:54.487Z] Step 7/30 : RUN go mod download [2021-02-10T00:38:54.487Z] ---> Using cache [2021-02-10T00:38:54.487Z] ---> 2ef51b4a2881 [2021-02-10T00:38:54.487Z] Step 8/30 : COPY . . [2021-02-10T00:38:54.487Z] ---> Using cache [2021-02-10T00:38:54.487Z] ---> 492c281c612d [2021-02-10T00:38:54.487Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-10T00:38:57.846Z] ---> Running in efc11f74998b [2021-02-10T00:38:58.109Z] Removing intermediate container 58de809e3cb5 [2021-02-10T00:38:58.109Z] ---> 5fdf76b6150b [2021-02-10T00:38:58.109Z] [2021-02-10T00:38:58.109Z] Step 10/23 : FROM alpine:3.12 [2021-02-10T00:38:58.109Z] ---> 389fef711851 [2021-02-10T00:38:58.109Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-10T00:38:58.109Z] ---> Using cache [2021-02-10T00:38:58.109Z] ---> c8363d67f7a9 [2021-02-10T00:38:58.109Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:38:58.109Z] ---> Using cache [2021-02-10T00:38:58.109Z] ---> e1889c7414a7 [2021-02-10T00:38:58.109Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-10T00:38:58.687Z] Removing intermediate container 5e3efbc9a15f [2021-02-10T00:38:58.687Z] ---> 95da2de86f64 [2021-02-10T00:38:58.687Z] Step 8/23 : COPY . . [2021-02-10T00:38:59.666Z] ---> Running in dd74f4982e43 [2021-02-10T00:39:01.627Z] 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-10T00:39:01.628Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-10T00:39:03.073Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-10T00:39:04.241Z] Removing intermediate container dd74f4982e43 [2021-02-10T00:39:04.242Z] ---> 84eeb8cf4993 [2021-02-10T00:39:04.242Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-10T00:39:06.870Z] ---> Running in 533de4d95b5d [2021-02-10T00:39:07.472Z] Removing intermediate container b6510bd5bb45 [2021-02-10T00:39:07.472Z] ---> e2d3bf87b719 [2021-02-10T00:39:07.472Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-10T00:39:09.450Z] Removing intermediate container 533de4d95b5d [2021-02-10T00:39:09.450Z] ---> 75bda1efa28a [2021-02-10T00:39:09.450Z] Step 15/23 : WORKDIR / [2021-02-10T00:39:09.450Z] ---> Running in b82af426d440 [2021-02-10T00:39:10.437Z] ---> Running in f331004af8de [2021-02-10T00:39:10.437Z] 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-10T00:39:13.343Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-10T00:39:13.343Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-10T00:39:15.231Z] Removing intermediate container f331004af8de [2021-02-10T00:39:15.232Z] ---> 0385778be49a [2021-02-10T00:39:15.232Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:39:15.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-10T00:39:15.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-10T00:39:15.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-10T00:39:15.364Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-10T00:39:16.672Z] ---> e13cd02b628c [2021-02-10T00:39:16.673Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-10T00:39:17.994Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-10T00:39:18.643Z] ---> 21af41ac80db [2021-02-10T00:39:18.643Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-10T00:39:18.643Z] Collecting docker-compose==1.23.2 [2021-02-10T00:39:18.643Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-10T00:39:19.436Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-10T00:39:19.630Z] Collecting cached-property<2,>=1.2.0 [2021-02-10T00:39:19.630Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-10T00:39:20.591Z] Collecting docopt<0.7,>=0.6.1 [2021-02-10T00:39:20.591Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-10T00:39:20.855Z] ---> 118a27cf5cf6 [2021-02-10T00:39:20.855Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-10T00:39:23.437Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-10T00:39:23.437Z] ---> Running in 009a63355859 [2021-02-10T00:39:23.437Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-10T00:39:23.437Z] Removing intermediate container 532b2dc7d74a [2021-02-10T00:39:23.437Z] ---> 55fa029ddd46 [2021-02-10T00:39:23.437Z] [2021-02-10T00:39:23.437Z] Step 10/24 : FROM alpine:3.12 [2021-02-10T00:39:23.437Z] ---> 389fef711851 [2021-02-10T00:39:23.437Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-10T00:39:23.714Z] ---> Running in cda891c884a7 [2021-02-10T00:39:23.714Z] ---> 03256ff26a0e [2021-02-10T00:39:23.714Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-10T00:39:23.978Z] Removing intermediate container 009a63355859 [2021-02-10T00:39:23.978Z] ---> d44c0c41464e [2021-02-10T00:39:23.978Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:39:24.926Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-10T00:39:24.926Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-10T00:39:25.190Z] ---> Running in 424f592236df [2021-02-10T00:39:26.140Z] ---> Running in 25b6a19ae949 [2021-02-10T00:39:26.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-10T00:39:26.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-10T00:39:26.170Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-10T00:39:26.406Z] Collecting PyYAML<4,>=3.10 [2021-02-10T00:39:26.406Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-10T00:39:26.406Z] Removing intermediate container efc11f74998b [2021-02-10T00:39:26.406Z] ---> c3f03289670f [2021-02-10T00:39:26.406Z] [2021-02-10T00:39:26.406Z] Step 10/30 : FROM alpine:3.12 [2021-02-10T00:39:26.406Z] ---> 389fef711851 [2021-02-10T00:39:26.406Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-10T00:39:26.673Z] Removing intermediate container 25b6a19ae949 [2021-02-10T00:39:26.673Z] ---> 49b459dcbd47 [2021-02-10T00:39:26.673Z] Step 21/23 : LABEL arch=x86_64 [2021-02-10T00:39:26.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:26.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:27.249Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-10T00:39:27.249Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-10T00:39:27.249Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-10T00:39:27.249Z] (4/5) Installing curl (7.69.1-r3) [2021-02-10T00:39:27.249Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-10T00:39:27.249Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:39:27.249Z] Executing ca-certificates-20191127-r4.trigger [2021-02-10T00:39:27.249Z] OK: 7 MiB in 19 packages [2021-02-10T00:39:27.838Z] 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-10T00:39:27.838Z] ---> Running in 0fab9882ac0c [2021-02-10T00:39:27.838Z] ---> Running in 219b4dd08346 [2021-02-10T00:39:28.108Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-10T00:39:28.108Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-10T00:39:28.108Z] 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-10T00:39:28.108Z] Removing intermediate container 0fab9882ac0c [2021-02-10T00:39:28.108Z] ---> 9622f6ef5972 [2021-02-10T00:39:28.108Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-10T00:39:28.108Z] Removing intermediate container 219b4dd08346 [2021-02-10T00:39:28.108Z] ---> 703863d43024 [2021-02-10T00:39:28.108Z] Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:39:28.382Z] Collecting jsonschema<3,>=2.5.1 [2021-02-10T00:39:28.382Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-10T00:39:28.972Z] ---> Running in ecb3aae4b28f [2021-02-10T00:39:28.972Z] ---> Running in be109c840709 [2021-02-10T00:39:28.972Z] Collecting docker<4.0,>=3.6.0 [2021-02-10T00:39:28.972Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-10T00:39:29.235Z] Removing intermediate container cda891c884a7 [2021-02-10T00:39:29.235Z] ---> c7b56dec968e [2021-02-10T00:39:29.235Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-10T00:39:29.499Z] Collecting texttable<0.10,>=0.9.0 [2021-02-10T00:39:29.499Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-10T00:39:29.776Z] ---> Running in 2f21865f597f [2021-02-10T00:39:29.776Z] Removing intermediate container be109c840709 [2021-02-10T00:39:29.776Z] ---> 8cec83ef9c07 [2021-02-10T00:39:29.776Z] Step 23/23 : LABEL version=0.0.0 [2021-02-10T00:39:30.061Z] ---> Running in 39019463f051 [2021-02-10T00:39:30.061Z] Removing intermediate container 2f21865f597f [2021-02-10T00:39:30.061Z] ---> 1863aeb2c911 [2021-02-10T00:39:30.061Z] Step 13/24 : WORKDIR / [2021-02-10T00:39:30.335Z] 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-10T00:39:30.335Z] ---> Running in ac57618fb580 [2021-02-10T00:39:30.335Z] Collecting idna<2.8,>=2.5 [2021-02-10T00:39:30.335Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-10T00:39:30.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:30.335Z] Removing intermediate container 39019463f051 [2021-02-10T00:39:30.335Z] ---> 2a1f803d8dc3 [2021-02-10T00:39:30.335Z] [2021-02-10T00:39:30.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:30.608Z] Removing intermediate container ac57618fb580 [2021-02-10T00:39:30.608Z] ---> b2d563d15a3f [2021-02-10T00:39:30.608Z] 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-10T00:39:30.608Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-10T00:39:30.608Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-10T00:39:30.608Z] Successfully built 2a1f803d8dc3 [2021-02-10T00:39:30.608Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-10T00:39:30.883Z] (2/2) Installing su-exec (0.2-r1) [2021-02-10T00:39:30.883Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:39:30.883Z] Successfully tagged docker-core-command-go:latest [2021-02-10T00:39:30.883Z]  Building docker-core-command-go ... done OK: 6 MiB in 16 packages [2021-02-10T00:39:30.883Z] 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-10T00:39:30.883Z] Collecting docker-pycreds>=0.4.0 [2021-02-10T00:39:30.883Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-10T00:39:30.883Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-10T00:39:30.883Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-10T00:39:30.883Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-10T00:39:30.883Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-10T00:39:31.150Z] Installing collected packages: cached-property, docopt, dockerpty, websocket-client, PyYAML, idna, urllib3, requests, jsonschema, docker-pycreds, docker, texttable, docker-compose [2021-02-10T00:39:31.425Z] ---> ee4a2515cc34 [2021-02-10T00:39:31.425Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-10T00:39:31.425Z] Running setup.py install for docopt: started [2021-02-10T00:39:32.420Z] Running setup.py install for docopt: finished with status 'done' [2021-02-10T00:39:32.420Z] Running setup.py install for dockerpty: started [2021-02-10T00:39:32.420Z] ---> 67f5f04fde55 [2021-02-10T00:39:32.420Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-10T00:39:32.687Z] Removing intermediate container ecb3aae4b28f [2021-02-10T00:39:32.687Z] ---> 1d7fdf0f02d8 [2021-02-10T00:39:32.687Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-10T00:39:32.687Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-10T00:39:32.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.412s coverage: 45.9% of statements [2021-02-10T00:39:32.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-10T00:39:32.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-10T00:39:32.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-10T00:39:32.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-10T00:39:32.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-10T00:39:32.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-10T00:39:32.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-10T00:39:32.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.237s coverage: 100.0% of statements [2021-02-10T00:39:32.952Z] ---> Running in 3b96b32ae564 [2021-02-10T00:39:32.952Z] Running setup.py install for PyYAML: started [2021-02-10T00:39:33.221Z] ---> 4eb6eb778e45 [2021-02-10T00:39:33.221Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-10T00:39:33.487Z] Removing intermediate container 3b96b32ae564 [2021-02-10T00:39:33.487Z] ---> aa015b6c5d1f [2021-02-10T00:39:33.487Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-10T00:39:33.487Z] ---> Running in dbf6cab65b18 [2021-02-10T00:39:33.757Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-10T00:39:33.757Z] Attempting uninstall: idna [2021-02-10T00:39:33.757Z] Found existing installation: idna 2.9 [2021-02-10T00:39:33.757Z] Uninstalling idna-2.9: [2021-02-10T00:39:34.033Z] Successfully uninstalled idna-2.9 [2021-02-10T00:39:34.033Z] Removing intermediate container dbf6cab65b18 [2021-02-10T00:39:34.034Z] ---> 23e3ad4aa369 [2021-02-10T00:39:34.034Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-10T00:39:34.034Z] ---> Running in d6a4d8cc7ab0 [2021-02-10T00:39:34.314Z] Attempting uninstall: urllib3 [2021-02-10T00:39:34.314Z] Found existing installation: urllib3 1.25.9 [2021-02-10T00:39:34.314Z] Uninstalling urllib3-1.25.9: [2021-02-10T00:39:34.314Z] Successfully uninstalled urllib3-1.25.9 [2021-02-10T00:39:34.314Z] ---> 04826602f527 [2021-02-10T00:39:34.314Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-10T00:39:34.594Z] Attempting uninstall: requests [2021-02-10T00:39:34.594Z] Found existing installation: requests 2.23.0 [2021-02-10T00:39:34.594Z] Uninstalling requests-2.23.0: [2021-02-10T00:39:34.594Z] Successfully uninstalled requests-2.23.0 [2021-02-10T00:39:37.206Z] ---> 9413a6aee558 [2021-02-10T00:39:37.206Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-10T00:39:37.206Z] Running setup.py install for texttable: started [2021-02-10T00:39:37.498Z] ---> cfcbb16ae2a3 [2021-02-10T00:39:37.498Z] 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-10T00:39:37.498Z] Running setup.py install for texttable: finished with status 'done' [2021-02-10T00:39:37.498Z] ---> Running in 72d4c95a3c00 [2021-02-10T00:39:38.105Z] Removing intermediate container d6a4d8cc7ab0 [2021-02-10T00:39:38.105Z] ---> 68fd0555687a [2021-02-10T00:39:38.105Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-10T00:39:38.384Z] 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-10T00:39:38.652Z] ---> Running in 42b68e96da19 [2021-02-10T00:39:38.917Z] Removing intermediate container 42b68e96da19 [2021-02-10T00:39:38.917Z] ---> 257bd7da1eb5 [2021-02-10T00:39:38.917Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-10T00:39:39.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-10T00:39:39.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-10T00:39:39.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-10T00:39:39.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-10T00:39:39.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.207s coverage: 65.8% of statements [2021-02-10T00:39:39.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-10T00:39:39.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-10T00:39:40.323Z] ---> 529cb4fcc9d2 [2021-02-10T00:39:40.323Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-10T00:39:40.323Z] ---> Running in d751f0adcfef [2021-02-10T00:39:42.895Z] Removing intermediate container 72d4c95a3c00 [2021-02-10T00:39:42.895Z] ---> 2f730e029cf7 [2021-02-10T00:39:42.895Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-10T00:39:42.895Z] ---> Running in a6d8be14cfc1 [2021-02-10T00:39:42.895Z] Removing intermediate container b82af426d440 [2021-02-10T00:39:42.895Z] ---> de09e4199a9e [2021-02-10T00:39:42.895Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-10T00:39:42.895Z] ---> Running in a2bc7e233314 [2021-02-10T00:39:43.162Z] Removing intermediate container a6d8be14cfc1 [2021-02-10T00:39:43.162Z] ---> 78f609b50f7c [2021-02-10T00:39:43.162Z] Step 22/24 : LABEL arch=x86_64 [2021-02-10T00:39:43.162Z] ---> Running in 3b4522abbd54 [2021-02-10T00:39:43.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.749s coverage: 82.3% of statements [2021-02-10T00:39:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-10T00:39:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:39:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-10T00:39:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-10T00:39:43.764Z] Removing intermediate container 3b4522abbd54 [2021-02-10T00:39:43.764Z] ---> c28b2dbbd898 [2021-02-10T00:39:43.764Z] Step 23/24 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:39:43.764Z] Removing intermediate container d751f0adcfef [2021-02-10T00:39:43.764Z] ---> 80fd050bcbb0 [2021-02-10T00:39:43.764Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:39:43.764Z] ---> Running in f717f3ccaa4b [2021-02-10T00:39:44.044Z] Removing intermediate container f717f3ccaa4b [2021-02-10T00:39:44.044Z] ---> 9c45e40a1fd6 [2021-02-10T00:39:44.044Z] Step 24/24 : LABEL version=0.0.0 [2021-02-10T00:39:44.044Z] ---> Running in 7fea084d5326 [2021-02-10T00:39:44.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:44.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:44.322Z] ---> f924680b58ac [2021-02-10T00:39:44.322Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-10T00:39:44.322Z] Removing intermediate container 7fea084d5326 [2021-02-10T00:39:44.322Z] ---> a8e2ddeeb9fc [2021-02-10T00:39:44.322Z] [2021-02-10T00:39:44.322Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-10T00:39:44.322Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-10T00:39:44.322Z] (3/3) Installing curl (7.69.1-r3) [2021-02-10T00:39:44.322Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:39:44.591Z] OK: 72 MiB in 58 packages [2021-02-10T00:39:44.591Z] Successfully built a8e2ddeeb9fc [2021-02-10T00:39:44.591Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-10T00:39:45.170Z]  Building docker-security-secretstore-setup-go ... done  ---> 601642844c1b [2021-02-10T00:39:45.170Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-10T00:39:45.433Z] Removing intermediate container a2bc7e233314 [2021-02-10T00:39:45.433Z] ---> 7d25aaa04b3d [2021-02-10T00:39:45.433Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-10T00:39:47.353Z] ---> Running in 8f90d8d439a9 [2021-02-10T00:39:47.353Z] ---> 59fe1116fee1 [2021-02-10T00:39:47.353Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-10T00:39:47.353Z] Removing intermediate container 8f90d8d439a9 [2021-02-10T00:39:47.353Z] ---> dc8448507c0f [2021-02-10T00:39:47.353Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:39:47.353Z] ---> Running in 48931936e041 [2021-02-10T00:39:47.616Z] ---> 37f5af49a8c0 [2021-02-10T00:39:47.616Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-10T00:39:47.616Z] Removing intermediate container 48931936e041 [2021-02-10T00:39:47.616Z] ---> a913c2bc6bff [2021-02-10T00:39:47.616Z] Step 24/26 : LABEL arch=x86_64 [2021-02-10T00:39:47.881Z] ---> Running in 5ede565e2a55 [2021-02-10T00:39:47.881Z] ---> Running in 55b4bde8e0b0 [2021-02-10T00:39:48.829Z] Removing intermediate container 55b4bde8e0b0 [2021-02-10T00:39:48.829Z] ---> b0d5ad273683 [2021-02-10T00:39:48.829Z] Step 25/26 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:39:49.780Z] Removing intermediate container 5ede565e2a55 [2021-02-10T00:39:49.780Z] ---> bd32e69b6d50 [2021-02-10T00:39:49.780Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-10T00:39:49.780Z] ---> Running in 6397f34bea1a [2021-02-10T00:39:50.051Z] Removing intermediate container 424f592236df [2021-02-10T00:39:50.051Z] ---> dd184224913d [2021-02-10T00:39:50.051Z] [2021-02-10T00:39:50.051Z] Step 10/23 : FROM alpine:3.12 [2021-02-10T00:39:50.051Z] ---> 389fef711851 [2021-02-10T00:39:50.051Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-10T00:39:50.051Z] ---> Running in 3b85f6b18432 [2021-02-10T00:39:50.051Z] Removing intermediate container 6397f34bea1a [2021-02-10T00:39:50.051Z] ---> 1030db818189 [2021-02-10T00:39:50.051Z] Step 26/26 : LABEL version=0.0.0 [2021-02-10T00:39:50.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.371s coverage: 28.6% of statements [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-10T00:39:50.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-10T00:39:50.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-10T00:39:50.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.392s coverage: 86.7% of statements [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-10T00:39:50.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.392s coverage: 97.5% of statements [2021-02-10T00:39:50.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-10T00:39:50.313Z] ---> 359ee22e5fab [2021-02-10T00:39:50.313Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-10T00:39:50.313Z] ---> Running in 44d718c4c12b [2021-02-10T00:39:50.313Z] Removing intermediate container 3b85f6b18432 [2021-02-10T00:39:50.313Z] ---> ef4ed0dfc968 [2021-02-10T00:39:50.313Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-10T00:39:50.582Z] ---> Running in 18ff20991b05 [2021-02-10T00:39:50.582Z] ---> Running in 13efb954a0d1 [2021-02-10T00:39:50.582Z] Removing intermediate container 44d718c4c12b [2021-02-10T00:39:50.582Z] ---> 549244f0d16e [2021-02-10T00:39:50.582Z] [2021-02-10T00:39:50.850Z] Successfully built 549244f0d16e [2021-02-10T00:39:50.850Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-10T00:39:50.850Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 13efb954a0d1 [2021-02-10T00:39:50.850Z] ---> 535aed6adef1 [2021-02-10T00:39:50.850Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-10T00:39:50.850Z] ---> Running in b6981f420351 [2021-02-10T00:39:51.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements [2021-02-10T00:39:51.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-10T00:39:51.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-10T00:39:51.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-10T00:39:51.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-10T00:39:51.114Z] Removing intermediate container b6981f420351 [2021-02-10T00:39:51.114Z] ---> d87f0accc089 [2021-02-10T00:39:51.114Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:39:51.114Z] ---> Running in 8d937e9b823c [2021-02-10T00:39:51.694Z] Removing intermediate container 18ff20991b05 [2021-02-10T00:39:51.694Z] ---> 326932415b49 [2021-02-10T00:39:51.694Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-10T00:39:51.694Z] ---> Running in 5bfec09ecb6a [2021-02-10T00:39:51.959Z] Removing intermediate container 5bfec09ecb6a [2021-02-10T00:39:51.959Z] ---> c1d0f60a7a88 [2021-02-10T00:39:51.959Z] Step 27/30 : CMD ["gate"] [2021-02-10T00:39:52.224Z] ---> Running in d2b4592d31e5 [2021-02-10T00:39:52.224Z] Removing intermediate container 8d937e9b823c [2021-02-10T00:39:52.224Z] ---> b3a01459ae47 [2021-02-10T00:39:52.224Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-10T00:39:52.486Z] ---> Running in 90cbb3ca6ae1 [2021-02-10T00:39:52.487Z] Removing intermediate container d2b4592d31e5 [2021-02-10T00:39:52.487Z] ---> c5e7cf573c20 [2021-02-10T00:39:52.487Z] Step 28/30 : LABEL arch=x86_64 [2021-02-10T00:39:52.750Z] ---> Running in d84f33178a0f [2021-02-10T00:39:53.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:53.012Z] Removing intermediate container d84f33178a0f [2021-02-10T00:39:53.012Z] ---> e5ceef51a47a [2021-02-10T00:39:53.012Z] Step 29/30 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:39:53.012Z] ---> Running in 9a025a944b65 [2021-02-10T00:39:53.275Z] Removing intermediate container 9a025a944b65 [2021-02-10T00:39:53.275Z] ---> ca1504f85008 [2021-02-10T00:39:53.275Z] Step 30/30 : LABEL version=0.0.0 [2021-02-10T00:39:53.275Z] ---> Running in 004900f6cea3 [2021-02-10T00:39:53.538Z] Removing intermediate container 004900f6cea3 [2021-02-10T00:39:53.538Z] ---> e5a231277096 [2021-02-10T00:39:53.538Z] [2021-02-10T00:39:53.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-10T00:39:53.801Z] Successfully built e5a231277096 [2021-02-10T00:39:53.801Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-10T00:39:54.374Z]  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-10T00:39:54.374Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-10T00:39:54.637Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-10T00:39:54.637Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-10T00:39:54.902Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-10T00:39:55.475Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-10T00:39:55.475Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:39:55.475Z] OK: 8 MiB in 20 packages [2021-02-10T00:39:56.050Z] Removing intermediate container 90cbb3ca6ae1 [2021-02-10T00:39:56.050Z] ---> 9725e7b8c3c7 [2021-02-10T00:39:56.050Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:39:56.312Z] ---> 8c186be0a3df [2021-02-10T00:39:56.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-10T00:39:56.895Z] ---> 4261ba13e7d6 [2021-02-10T00:39:56.896Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-10T00:39:57.159Z] ---> 1a8857246eb4 [2021-02-10T00:39:57.159Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-10T00:39:57.425Z] ---> Running in 9fe9c0f95335 [2021-02-10T00:39:57.425Z] Removing intermediate container 9fe9c0f95335 [2021-02-10T00:39:57.425Z] ---> e4392018ca87 [2021-02-10T00:39:57.425Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:39:57.425Z] ---> Running in dacab1b5dc4a [2021-02-10T00:39:57.688Z] Removing intermediate container dacab1b5dc4a [2021-02-10T00:39:57.688Z] ---> b67dfdb2d4ad [2021-02-10T00:39:57.688Z] Step 21/23 : LABEL arch=x86_64 [2021-02-10T00:39:57.688Z] ---> Running in 054968f9a6b2 [2021-02-10T00:39:57.952Z] Removing intermediate container 054968f9a6b2 [2021-02-10T00:39:57.952Z] ---> 56805ff75f4b [2021-02-10T00:39:57.952Z] Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:39:57.952Z] ---> Running in 35732b6b67ec [2021-02-10T00:39:58.214Z] Removing intermediate container 35732b6b67ec [2021-02-10T00:39:58.214Z] ---> 586485e3df02 [2021-02-10T00:39:58.214Z] Step 23/23 : LABEL version=0.0.0 [2021-02-10T00:39:58.214Z] ---> Running in 70af161c482c [2021-02-10T00:39:58.477Z] Removing intermediate container 70af161c482c [2021-02-10T00:39:58.477Z] ---> 674a56914826 [2021-02-10T00:39:58.477Z] [2021-02-10T00:39:58.477Z] Successfully built 674a56914826 [2021-02-10T00:39:58.477Z] Successfully tagged docker-core-data-go:latest [2021-02-10T00:39:58.751Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-10T00:39:58.779Z] $ docker stop --time=1 cbd282636998c1b51272653495b736c9fe9864bae2c74f546c143154f17c1f39 [2021-02-10T00:40:00.454Z] $ docker rm -f cbd282636998c1b51272653495b736c9fe9864bae2c74f546c143154f17c1f39 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-10T00:40:01.081Z] + docker images [2021-02-10T00:40:01.081Z] + grep docker [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.284s coverage: 92.8% of statements [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-10T00:40:01.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.108s coverage: 79.5% of statements [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.088s coverage: 94.1% of statements [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-02-10T00:40:01.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-02-10T00:40:01.343Z] docker-core-data-go latest 674a56914826 3 seconds ago 22.3MB [2021-02-10T00:40:01.343Z] docker-security-bootstrapper-go latest e5a231277096 8 seconds ago 17.9MB [2021-02-10T00:40:01.343Z] docker-sys-mgmt-agent-go latest 549244f0d16e 11 seconds ago 313MB [2021-02-10T00:40:01.343Z] docker-security-secretstore-setup-go latest a8e2ddeeb9fc 17 seconds ago 24.6MB [2021-02-10T00:40:01.343Z] docker-core-command-go latest 2a1f803d8dc3 31 seconds ago 16.9MB [2021-02-10T00:40:01.343Z] docker-security-proxy-setup-go latest cda3e9f2169c About a minute ago 24.4MB [2021-02-10T00:40:01.343Z] docker-support-notifications-go latest 75471d77e0b7 About a minute ago 17.6MB [2021-02-10T00:40:01.343Z] docker-core-metadata-go latest 3bf2964f267a About a minute ago 18.8MB [2021-02-10T00:40:01.343Z] docker-support-scheduler-go latest ad857b34328d 2 minutes ago 17MB [2021-02-10T00:40:01.343Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-10T00:40:11.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements [2021-02-10T00:40:11.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.086s coverage: 44.8% of statements [2021-02-10T00:40:17.216Z] Still waiting to schedule task [2021-02-10T00:40:17.216Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-10T00:40:29.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.4% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.567s coverage: 63.5% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.739s coverage: 68.9% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-10T00:40:29.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.615s coverage: 84.0% of statements [2021-02-10T00:40:29.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-02-10T00:40:35.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-10T00:40:35.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-10T00:40:35.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-10T00:40:35.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.323s coverage: 89.4% of statements [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:40:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.154s coverage: 29.1% of statements [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 100.0% of statements [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-10T00:40:45.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-02-10T00:40:45.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-10T00:40:45.391Z] GO111MODULE=on go vet ./... [2021-02-10T00:41:10.450Z] Running on prd-ubuntu18.04-docker-8c-8g-25885 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-10T00:41:10.512Z] Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] checkout [2021-02-10T00:41:12.930Z] using credential edgex-jenkins-ssh [2021-02-10T00:41:13.016Z] Cloning the remote Git repository [2021-02-10T00:41:13.043Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-10T00:41:13.113Z] > git init /w/workspace/edgex-go/61 # timeout=10 [2021-02-10T00:41:13.145Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-10T00:41:13.145Z] > git --version # timeout=10 [2021-02-10T00:41:13.156Z] > git --version # 'git version 2.17.1' [2021-02-10T00:41:13.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-10T00:41:13.180Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-10T00:41:21.818Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-10T00:41:21.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-10T00:41:21.195Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-10T00:41:21.203Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-10T00:41:21.223Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-10T00:41:21.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-10T00:41:21.228Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-10T00:41:21.848Z] > git config core.sparsecheckout # timeout=10 [2021-02-10T00:41:21.854Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-10T00:41:21.928Z] > git remote # timeout=10 [2021-02-10T00:41:21.934Z] > git config --get remote.origin.url # timeout=10 [2021-02-10T00:41:21.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-10T00:41:21.942Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-10T00:41:22.087Z] Merge succeeded, producing 9bbca52becbdcb44d2dba9acd58fc3086276ba7d [2021-02-10T00:41:22.087Z] Checking out Revision 9bbca52becbdcb44d2dba9acd58fc3086276ba7d (PR-2858) [2021-02-10T00:41:22.103Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-10T00:41:22.113Z] > git config core.sparsecheckout # timeout=10 [2021-02-10T00:41:22.118Z] > git checkout -f 9bbca52becbdcb44d2dba9acd58fc3086276ba7d # timeout=10 [2021-02-10T00:41:25.756Z] Commit message: "Merge commit '62a248a5b0afc117ade2468f75438786c02ce52d' into HEAD" [2021-02-10T00:41:25.764Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:41:25.787Z] > git rev-list --no-walk 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 [2021-02-10T00:41:27.083Z] + echo snap-build.sh [2021-02-10T00:41:27.083Z] snap-build.sh [2021-02-10T00:41:27.083Z] + SNAP_BASE_DIR=. [2021-02-10T00:41:27.083Z] + '[' '!' -z /w/workspace/edgex-go/61 ']' [2021-02-10T00:41:27.083Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/61 [2021-02-10T00:41:27.083Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/61]' [2021-02-10T00:41:27.083Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/61] [2021-02-10T00:41:27.083Z] + cd /w/workspace/edgex-go/61 [2021-02-10T00:41:27.083Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-10T00:41:27.083Z] Reading package lists... [2021-02-10T00:41:27.083Z] Building dependency tree... [2021-02-10T00:41:27.083Z] Reading state information... [2021-02-10T00:41:27.344Z] The following packages were automatically installed and are no longer required: [2021-02-10T00:41:27.344Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-10T00:41:27.344Z] uidmap xdelta3 [2021-02-10T00:41:27.344Z] Use 'sudo apt autoremove' to remove them. [2021-02-10T00:41:27.344Z] The following packages will be REMOVED: [2021-02-10T00:41:27.344Z] lxd* lxd-client* [2021-02-10T00:41:27.609Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-10T00:41:27.609Z] After this operation, 31.7 MB disk space will be freed. [2021-02-10T00:41:28.919Z] (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-10T00:41:28.919Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-10T00:41:29.491Z] Removing lxd dnsmasq configuration [2021-02-10T00:41:29.753Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-10T00:41:30.014Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-10T00:41:30.958Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-10T00:41:30.958Z] (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-10T00:41:30.958Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-10T00:41:32.345Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-10T00:41:32.345Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-10T00:41:33.803Z] + sudo snap remove --purge lxd [2021-02-10T00:41:33.803Z] snap "lxd" is not installed [2021-02-10T00:41:33.803Z] + sudo groupadd --force --system lxd [2021-02-10T00:41:33.803Z] ++ whoami [2021-02-10T00:41:33.803Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-10T00:41:34.064Z] + newgrp - lxd [2021-02-10T00:41:34.064Z] + sudo snap install lxd [2021-02-10T00:41:44.065Z] 2021-02-10T00:41:41Z INFO Waiting for automatic snapd restart... [2021-02-10T00:41:56.327Z] lxd 4.11 from Canonical* installed [2021-02-10T00:41:56.327Z] + sudo lxd init --auto [2021-02-10T00:42:06.336Z] + sudo snap install --classic snapcraft [2021-02-10T00:42:07.207Z] gofmt -l . [2021-02-10T00:42:07.207Z] [ "`gofmt -l .`" = "" ] [2021-02-10T00:42:07.207Z] ./bin/test-go-mod-tidy.sh [2021-02-10T00:42:07.207Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-10T00:42:07.881Z] + ls -al . [2021-02-10T00:42:07.881Z] total 728 [2021-02-10T00:42:07.881Z] drwxrwxr-x 9 1001 1001 4096 Feb 10 00:42 . [2021-02-10T00:42:07.881Z] drwxr-xr-x 4 root root 4096 Feb 10 00:37 .. [2021-02-10T00:42:07.881Z] -rw-rw-r-- 1 1001 1001 11 Feb 10 00:36 .dockerignore [2021-02-10T00:42:07.881Z] drwxrwxr-x 8 1001 1001 4096 Feb 10 00:36 .git [2021-02-10T00:42:07.881Z] drwxrwxr-x 3 1001 1001 4096 Feb 10 00:36 .github [2021-02-10T00:42:07.881Z] -rw-rw-r-- 1 1001 1001 818 Feb 10 00:36 .gitignore [2021-02-10T00:42:07.881Z] -rw-rw-r-- 1 1001 1001 166 Feb 10 00:36 .sonarcloud.properties [2021-02-10T00:42:07.881Z] -rw-rw-r-- 1 1001 1001 7859 Feb 10 00:36 Attribution.txt [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 3804 Feb 10 00:36 CONTRIBUTING.md [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 931 Feb 10 00:36 Dockerfile.build [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 863 Feb 10 00:36 Jenkinsfile [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 10775 Feb 10 00:36 LICENSE [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 5774 Feb 10 00:36 Makefile [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 6524 Feb 10 00:36 README.md [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 6755 Feb 10 00:36 SECURITY.md [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 5 Feb 10 00:32 VERSION [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 4131 Feb 10 00:36 ZMQWindows.md [2021-02-10T00:42:07.882Z] drwxrwxr-x 2 1001 1001 4096 Feb 10 00:36 bin [2021-02-10T00:42:07.882Z] drwxrwxr-x 14 1001 1001 4096 Feb 10 00:36 cmd [2021-02-10T00:42:07.882Z] -rw-r--r-- 1 root root 594557 Feb 10 00:40 coverage.out [2021-02-10T00:42:07.882Z] -rw-r--r-- 1 root root 1054 Feb 10 00:42 go.mod [2021-02-10T00:42:07.882Z] -rw-r--r-- 1 root root 19290 Feb 10 00:42 go.sum [2021-02-10T00:42:07.882Z] drwxrwxr-x 8 1001 1001 4096 Feb 10 00:36 internal [2021-02-10T00:42:07.882Z] drwxrwxr-x 4 1001 1001 4096 Feb 10 00:36 openapi [2021-02-10T00:42:07.882Z] drwxrwxr-x 4 1001 1001 4096 Feb 10 00:36 snap [2021-02-10T00:42:07.882Z] -rw-rw-r-- 1 1001 1001 168 Feb 10 00:36 version.go [Pipeline] sh [2021-02-10T00:42:08.541Z] + '[' -e coverage.out ] [2021-02-10T00:42:08.542Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-10T00:42:08.608Z] Warning: overwriting stash ‘coverage-report’ [2021-02-10T00:42:09.847Z] Stashed 1 file(s) [Pipeline] sh [2021-02-10T00:42:10.545Z] + make build [2021-02-10T00:42:10.545Z] 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-10T00:42:12.930Z] snapcraft 4.5.1 from Canonical* installed [2021-02-10T00:42:12.930Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-10T00:42:12.930Z] + patch --verbose -p1 [2021-02-10T00:42:12.930Z] Hmm... Looks like a unified diff to me... [2021-02-10T00:42:12.930Z] The text leading up to this was: [2021-02-10T00:42:12.930Z] -------------------------- [2021-02-10T00:42:12.930Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-10T00:42:12.930Z] |From: Tony Espy [2021-02-10T00:42:12.930Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-10T00:42:12.930Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-10T00:42:12.930Z] | [2021-02-10T00:42:12.930Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-10T00:42:12.930Z] |optimize the snap CI check run for pull requests. When [2021-02-10T00:42:12.930Z] |applied, it essentially strips out everything (apps and [2021-02-10T00:42:12.930Z] |parts) from the snapcraft.yaml file except those required [2021-02-10T00:42:12.930Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-10T00:42:12.930Z] |catch changes to edgex-go that break the snap build. [2021-02-10T00:42:12.930Z] | [2021-02-10T00:42:12.930Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-10T00:42:12.930Z] |to update this patch file, otherwise it may fail to apply, [2021-02-10T00:42:12.930Z] |resulting in a failed snap build CI check in the associated [2021-02-10T00:42:12.930Z] |pull request. [2021-02-10T00:42:12.930Z] | [2021-02-10T00:42:12.930Z] |Note - in addition to applying this patch, the pipeline also [2021-02-10T00:42:12.930Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-10T00:42:12.931Z] |need to build the finally binary .snap file (and it won't [2021-02-10T00:42:12.931Z] |work with the patch applied). This further reduces the build [2021-02-10T00:42:12.931Z] |time. [2021-02-10T00:42:12.931Z] |--- [2021-02-10T00:42:12.931Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-10T00:42:12.931Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-10T00:42:12.931Z] | [2021-02-10T00:42:12.931Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-10T00:42:12.931Z] |index 1e537489..faf42425 100644 [2021-02-10T00:42:12.931Z] |--- a/snap/snapcraft.yaml [2021-02-10T00:42:12.931Z] |+++ b/snap/snapcraft.yaml [2021-02-10T00:42:12.931Z] -------------------------- [2021-02-10T00:42:12.931Z] patching file snap/snapcraft.yaml [2021-02-10T00:42:12.931Z] Using Plan A... [2021-02-10T00:42:12.931Z] Hunk #1 succeeded at 73. [2021-02-10T00:42:12.931Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-10T00:42:12.931Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-10T00:42:12.931Z] Hunk #4 FAILED at 222. [2021-02-10T00:42:12.931Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-10T00:42:12.931Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-10T00:42:12.931Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-10T00:42:12.931Z] Hunk #8 FAILED at 411. [2021-02-10T00:42:12.931Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-10T00:42:12.931Z] Hmm... Ignoring the trailing garbage. [2021-02-10T00:42:12.931Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-10T00:42:13.667Z] Failed in branch amd64 [2021-02-10T00:42:20.722Z] 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-10T00:42:47.532Z] 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-10T00:42:48.137Z] 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-10T00:42:53.554Z] 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-10T00:42:54.537Z] 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-10T00:43:01.236Z] 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-10T00:43:05.529Z] 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-10T00:43:09.835Z] 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-10T00:43:13.221Z] 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-10T00:43:16.612Z] 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-10T00:43:22.019Z] 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-10T00:43:30.305Z] $ docker stop --time=1 e040596fddf449539d866abb17b8303c2a32a8bacba15708d78274e6c3a75de0 [2021-02-10T00:43:33.064Z] $ docker rm -f e040596fddf449539d866abb17b8303c2a32a8bacba15708d78274e6c3a75de0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:43:35.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-10T00:43:35.394Z] [2021-02-10T00:43:35.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:43:35.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-10T00:43:36.051Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-10T00:43:36.051Z] 29e5d40040c1: Pulling fs layer [2021-02-10T00:43:36.051Z] 1ce36da41761: Pulling fs layer [2021-02-10T00:43:36.051Z] 25b303627fd3: Pulling fs layer [2021-02-10T00:43:36.647Z] 29e5d40040c1: Verifying Checksum [2021-02-10T00:43:36.647Z] 29e5d40040c1: Download complete [2021-02-10T00:43:37.246Z] 1ce36da41761: Verifying Checksum [2021-02-10T00:43:37.246Z] 1ce36da41761: Download complete [2021-02-10T00:43:37.246Z] 29e5d40040c1: Pull complete [2021-02-10T00:43:38.685Z] 1ce36da41761: Pull complete [2021-02-10T00:43:38.685Z] 25b303627fd3: Verifying Checksum [2021-02-10T00:43:38.685Z] 25b303627fd3: Download complete [2021-02-10T00:43:48.826Z] 25b303627fd3: Pull complete [2021-02-10T00:43:48.826Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-10T00:43:48.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-10T00:43:48.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-10T00:43:49.090Z] prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container [2021-02-10T00:43:49.166Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-10T00:43:52.385Z] $ docker top 1318ca548aa4c067c748dce11708bc895baf7380480f67474d456c80a597c60e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-10T00:43:53.544Z] + docker-compose build --help [2021-02-10T00:43:53.544Z] + grep parallel [2021-02-10T00:43:57.839Z] --parallel Build images in parallel. [Pipeline] } [2021-02-10T00:43:57.860Z] $ docker stop --time=1 1318ca548aa4c067c748dce11708bc895baf7380480f67474d456c80a597c60e [2021-02-10T00:43:59.852Z] $ docker rm -f 1318ca548aa4c067c748dce11708bc895baf7380480f67474d456c80a597c60e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:44:00.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-10T00:44:00.734Z] . [Pipeline] withDockerContainer [2021-02-10T00:44:01.009Z] prd-ubuntu18.04-docker-arm64-4c-16g-25883 does not seem to be running inside a container [2021-02-10T00:44:01.080Z] $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-10T00:44:02.523Z] $ docker top e128ae9755ebbc940902fb790f8744571efd6ada4bb04eaac2f18e3b7b630731 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-10T00:44:03.553Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-10T00:44:07.842Z] Building docker-core-command-go ... [2021-02-10T00:44:07.842Z] Building docker-core-data-go ... [2021-02-10T00:44:07.842Z] Building docker-core-metadata-go ... [2021-02-10T00:44:07.842Z] Building docker-security-bootstrapper-go ... [2021-02-10T00:44:07.842Z] Building docker-security-proxy-setup-go ... [2021-02-10T00:44:07.842Z] Building docker-security-secretstore-setup-go ... [2021-02-10T00:44:07.842Z] Building docker-support-notifications-go ... [2021-02-10T00:44:07.842Z] Building docker-support-scheduler-go ... [2021-02-10T00:44:07.842Z] Building docker-sys-mgmt-agent-go ... [2021-02-10T00:44:07.842Z] Building docker-security-bootstrapper-go [2021-02-10T00:44:07.842Z] Building docker-core-metadata-go [2021-02-10T00:44:07.842Z] Building docker-core-command-go [2021-02-10T00:44:07.842Z] Building docker-sys-mgmt-agent-go [2021-02-10T00:44:07.842Z] Building docker-security-secretstore-setup-go [2021-02-10T00:45:29.624Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:45:29.624Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:45:29.624Z] ---> 30145396fbca [2021-02-10T00:45:29.624Z] Step 3/24 : WORKDIR /edgex-go [2021-02-10T00:45:29.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:45:29.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:45:29.624Z] ---> 30145396fbca [2021-02-10T00:45:29.624Z] Step 3/23 : WORKDIR /edgex-go [2021-02-10T00:45:29.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:45:29.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:45:29.624Z] ---> 30145396fbca [2021-02-10T00:45:29.624Z] Step 3/23 : WORKDIR /edgex-go [2021-02-10T00:45:29.624Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:45:29.624Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:45:29.624Z] ---> 30145396fbca [2021-02-10T00:45:29.624Z] Step 3/30 : WORKDIR /edgex-go [2021-02-10T00:45:29.624Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:45:29.624Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:45:29.624Z] ---> 30145396fbca [2021-02-10T00:45:29.624Z] Step 3/26 : WORKDIR /edgex-go [2021-02-10T00:45:29.624Z] ---> Running in 729d2c0bd9a8 [2021-02-10T00:45:29.624Z] ---> Running in 0faf86c4b9b0 [2021-02-10T00:45:29.624Z] ---> Running in eb0c92d1454d [2021-02-10T00:45:29.624Z] ---> Running in d87a3b7f0629 [2021-02-10T00:45:29.624Z] ---> Running in 97354fc44aa6 [2021-02-10T00:45:29.624Z] Removing intermediate container 729d2c0bd9a8 [2021-02-10T00:45:29.624Z] ---> dba4cc9255fa [2021-02-10T00:45:29.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:45:29.624Z] Removing intermediate container eb0c92d1454d [2021-02-10T00:45:29.624Z] ---> 39f8c92f2cbf [2021-02-10T00:45:29.624Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:45:29.624Z] Removing intermediate container d87a3b7f0629 [2021-02-10T00:45:29.624Z] ---> 0f82a76225d2 [2021-02-10T00:45:29.624Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:45:29.624Z] Removing intermediate container 0faf86c4b9b0 [2021-02-10T00:45:29.624Z] ---> 8510587455cf [2021-02-10T00:45:29.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:45:29.624Z] Removing intermediate container 97354fc44aa6 [2021-02-10T00:45:29.624Z] ---> c3570f527f68 [2021-02-10T00:45:29.624Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:45:29.624Z] ---> Running in 65efc921e3bd [2021-02-10T00:45:29.624Z] ---> Running in c3c5e0f05975 [2021-02-10T00:45:29.624Z] ---> Running in a1d067600ab7 [2021-02-10T00:45:29.624Z] ---> Running in fe063e059abf [2021-02-10T00:45:29.624Z] ---> Running in 6fac98f5b771 [2021-02-10T00:45:29.624Z] Removing intermediate container c3c5e0f05975 [2021-02-10T00:45:29.624Z] ---> df109bc422a6 [2021-02-10T00:45:29.624Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-10T00:45:29.624Z] ---> Running in 46237c5eed22 [2021-02-10T00:45:29.624Z] Removing intermediate container 65efc921e3bd [2021-02-10T00:45:29.624Z] ---> ec9141f6de29 [2021-02-10T00:45:29.624Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-10T00:45:29.624Z] Removing intermediate container 6fac98f5b771 [2021-02-10T00:45:29.624Z] ---> 40afffc30122 [2021-02-10T00:45:29.624Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-10T00:45:29.624Z] ---> Running in b0bf97fcd8b3 [2021-02-10T00:45:29.624Z] Removing intermediate container fe063e059abf [2021-02-10T00:45:29.624Z] ---> d0cf9aea0eae [2021-02-10T00:45:29.624Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-10T00:45:29.624Z] ---> Running in c8b266394887 [2021-02-10T00:45:29.624Z] Removing intermediate container a1d067600ab7 [2021-02-10T00:45:29.624Z] ---> 5738f48256af [2021-02-10T00:45:29.624Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-10T00:45:29.624Z] ---> Running in 9d7b3f8e9172 [2021-02-10T00:45:29.624Z] ---> Running in cd0382d8bf2c [2021-02-10T00:45:29.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:29.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:29.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:30.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:30.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:30.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:30.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:30.767Z] OK: 217 MiB in 51 packages [2021-02-10T00:45:31.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:31.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:31.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:45:31.325Z] OK: 217 MiB in 51 packages [2021-02-10T00:45:31.956Z] OK: 217 MiB in 51 packages [2021-02-10T00:45:32.227Z] OK: 217 MiB in 51 packages [2021-02-10T00:45:32.227Z] OK: 217 MiB in 51 packages [2021-02-10T00:45:32.507Z] Removing intermediate container 46237c5eed22 [2021-02-10T00:45:32.508Z] ---> 7f82df8191b5 [2021-02-10T00:45:32.508Z] Step 6/26 : COPY go.mod . [2021-02-10T00:45:33.505Z] Removing intermediate container b0bf97fcd8b3 [2021-02-10T00:45:33.505Z] ---> a7e8aaf41467 [2021-02-10T00:45:33.505Z] Step 6/23 : COPY go.mod . [2021-02-10T00:45:33.505Z] ---> 18790e4f3591 [2021-02-10T00:45:33.505Z] Step 7/26 : RUN go mod download [2021-02-10T00:45:33.505Z] Removing intermediate container c8b266394887 [2021-02-10T00:45:33.505Z] ---> a7e5da8572a1 [2021-02-10T00:45:33.505Z] Step 6/30 : COPY go.mod . [2021-02-10T00:45:33.785Z] ---> Running in 9afcc07e42c4 [2021-02-10T00:45:34.058Z] Removing intermediate container 9d7b3f8e9172 [2021-02-10T00:45:34.059Z] ---> b2e15b8ca1e4 [2021-02-10T00:45:34.059Z] Step 6/24 : COPY go.mod . [2021-02-10T00:45:34.059Z] Removing intermediate container cd0382d8bf2c [2021-02-10T00:45:34.059Z] ---> e5a8b1aa2078 [2021-02-10T00:45:34.059Z] Step 6/23 : COPY go.mod . [2021-02-10T00:45:34.330Z] ---> 4573521c53e7 [2021-02-10T00:45:34.330Z] Step 7/23 : RUN go mod download [2021-02-10T00:45:34.605Z] ---> Running in 2ba413d0d06f [2021-02-10T00:45:34.880Z] ---> 0910f63679bd [2021-02-10T00:45:34.880Z] Step 7/30 : RUN go mod download [2021-02-10T00:45:35.159Z] ---> Running in 51bf42478b01 [2021-02-10T00:45:35.159Z] ---> 9adb783c209e [2021-02-10T00:45:35.159Z] Step 7/24 : RUN go mod download [2021-02-10T00:45:35.437Z] ---> 329d041140ef [2021-02-10T00:45:35.438Z] Step 7/23 : RUN go mod download [2021-02-10T00:45:35.438Z] ---> Running in 1acc8aef22f5 [2021-02-10T00:45:36.048Z] ---> Running in 587e9c9626e0 [2021-02-10T00:45:38.686Z] Removing intermediate container 9afcc07e42c4 [2021-02-10T00:45:38.686Z] ---> f0c6f504bf53 [2021-02-10T00:45:38.686Z] Step 8/26 : COPY . . [2021-02-10T00:45:38.961Z] Removing intermediate container 2ba413d0d06f [2021-02-10T00:45:38.961Z] ---> 5cfd02dd2c49 [2021-02-10T00:45:38.961Z] Step 8/23 : COPY . . [2021-02-10T00:45:39.233Z] Removing intermediate container 51bf42478b01 [2021-02-10T00:45:39.233Z] ---> 850f75106695 [2021-02-10T00:45:39.233Z] Step 8/30 : COPY . . [2021-02-10T00:45:41.216Z] Removing intermediate container 1acc8aef22f5 [2021-02-10T00:45:41.216Z] ---> ddecb4da37aa [2021-02-10T00:45:41.216Z] Step 8/24 : COPY . . [2021-02-10T00:45:41.216Z] Removing intermediate container 587e9c9626e0 [2021-02-10T00:45:41.216Z] ---> fc1c24c173a2 [2021-02-10T00:45:41.216Z] Step 8/23 : COPY . . [2021-02-10T00:46:08.037Z] ---> 6cac0c8572a7 [2021-02-10T00:46:08.037Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-10T00:46:08.037Z] ---> 964839c437d7 [2021-02-10T00:46:08.037Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-10T00:46:08.037Z] ---> c31156f88378 [2021-02-10T00:46:08.037Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-10T00:46:08.037Z] ---> 62dd839e901d [2021-02-10T00:46:08.037Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-10T00:46:08.037Z] ---> dc591206890f [2021-02-10T00:46:08.037Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-10T00:46:08.037Z] ---> Running in c7c4ba693e27 [2021-02-10T00:46:08.037Z] ---> Running in fc8d10fb9268 [2021-02-10T00:46:08.037Z] ---> Running in c500eca4ada1 [2021-02-10T00:46:08.037Z] ---> Running in 76de6ea63e0d [2021-02-10T00:46:08.037Z] ---> Running in 735bd8f2d557 [2021-02-10T00:46:08.315Z] 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-10T00:46:08.315Z] 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-10T00:46:08.599Z] 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-10T00:46:08.599Z] 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-10T00:46:08.599Z] 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-10T00:47:30.427Z] 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-10T00:47:42.849Z] Removing intermediate container fc8d10fb9268 [2021-02-10T00:47:42.849Z] ---> b406381cd136 [2021-02-10T00:47:42.849Z] [2021-02-10T00:47:42.849Z] Step 10/24 : FROM alpine:3.12 [2021-02-10T00:47:42.849Z] 3.12: Pulling from library/alpine [2021-02-10T00:47:43.124Z] Removing intermediate container c500eca4ada1 [2021-02-10T00:47:43.124Z] ---> 3002b327bec1 [2021-02-10T00:47:43.124Z] [2021-02-10T00:47:43.124Z] Step 10/30 : FROM alpine:3.12 [2021-02-10T00:47:43.400Z] 3.12: Pulling from library/alpine [2021-02-10T00:47:44.850Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-10T00:47:44.850Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-10T00:47:44.850Z] Status: Image is up to date for alpine:3.12 [2021-02-10T00:47:44.850Z] ---> afeebe901d6b [2021-02-10T00:47:44.850Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-10T00:47:44.850Z] Status: Downloaded newer image for alpine:3.12 [2021-02-10T00:47:44.850Z] ---> afeebe901d6b [2021-02-10T00:47:44.850Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-10T00:47:45.843Z] ---> Running in 710ce661b128 [2021-02-10T00:47:45.843Z] ---> Running in faba9d290e64 [2021-02-10T00:47:46.826Z] Removing intermediate container c7c4ba693e27 [2021-02-10T00:47:46.826Z] ---> b82f2efd20de [2021-02-10T00:47:46.826Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-10T00:47:47.097Z] ---> Running in dfbd19eab15c [2021-02-10T00:47:47.097Z] Removing intermediate container 710ce661b128 [2021-02-10T00:47:47.097Z] ---> 8f27d03dbbc6 [2021-02-10T00:47:47.097Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-10T00:47:47.370Z] ---> Running in eecce2fda028 [2021-02-10T00:47:48.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:47:48.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:47:49.256Z] 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-10T00:47:49.256Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-10T00:47:49.530Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-10T00:47:49.530Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-10T00:47:49.530Z] (4/5) Installing curl (7.69.1-r3) [2021-02-10T00:47:49.530Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-10T00:47:49.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:47:49.530Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:47:49.530Z] Executing ca-certificates-20191127-r4.trigger [2021-02-10T00:47:49.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:47:49.806Z] OK: 7 MiB in 19 packages [2021-02-10T00:47:50.405Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-10T00:47:50.405Z] (2/2) Installing su-exec (0.2-r1) [2021-02-10T00:47:50.405Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:47:50.405Z] OK: 5 MiB in 16 packages [2021-02-10T00:47:53.064Z] Removing intermediate container eecce2fda028 [2021-02-10T00:47:53.064Z] ---> b91af58ce2bd [2021-02-10T00:47:53.064Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-10T00:47:53.873Z] ---> Running in db8941fbf732 [2021-02-10T00:47:53.873Z] Removing intermediate container faba9d290e64 [2021-02-10T00:47:53.873Z] ---> e08c635163c6 [2021-02-10T00:47:53.873Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-10T00:47:54.512Z] ---> Running in 3904b74005f8 [2021-02-10T00:47:54.809Z] Removing intermediate container db8941fbf732 [2021-02-10T00:47:54.809Z] ---> e8f64d9cb4d0 [2021-02-10T00:47:54.809Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-10T00:47:55.084Z] Removing intermediate container dfbd19eab15c [2021-02-10T00:47:55.084Z] ---> 45dce16f8e5c [2021-02-10T00:47:55.084Z] [2021-02-10T00:47:55.084Z] Step 11/26 : FROM docker:20.10.0 [2021-02-10T00:47:55.084Z] 20.10.0: Pulling from library/docker [2021-02-10T00:47:55.084Z] ---> Running in 8e990ca91c36 [2021-02-10T00:47:55.373Z] Removing intermediate container 3904b74005f8 [2021-02-10T00:47:55.373Z] ---> e353a3c8d8a9 [2021-02-10T00:47:55.373Z] Step 13/24 : WORKDIR / [2021-02-10T00:47:55.657Z] Removing intermediate container 735bd8f2d557 [2021-02-10T00:47:55.657Z] ---> 8a20498a2041 [2021-02-10T00:47:55.657Z] [2021-02-10T00:47:55.657Z] Step 10/23 : FROM alpine:3.12 [2021-02-10T00:47:55.657Z] ---> afeebe901d6b [2021-02-10T00:47:55.657Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-10T00:47:55.933Z] ---> Running in bc27055715a8 [2021-02-10T00:47:56.208Z] ---> Running in f5a24342e1f9 [2021-02-10T00:47:56.208Z] Removing intermediate container 8e990ca91c36 [2021-02-10T00:47:56.208Z] ---> 938931284955 [2021-02-10T00:47:56.208Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-10T00:47:56.806Z] ---> Running in a68928bb54a8 [2021-02-10T00:47:57.081Z] Removing intermediate container bc27055715a8 [2021-02-10T00:47:57.081Z] ---> 272c3ada4430 [2021-02-10T00:47:57.081Z] 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-10T00:47:58.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:47:58.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:47:59.483Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-10T00:47:59.483Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:47:59.483Z] OK: 5 MiB in 15 packages [2021-02-10T00:47:59.756Z] ---> f6abfd7e000a [2021-02-10T00:47:59.756Z] 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-10T00:48:01.186Z] ---> 14ba5cf56ecc [2021-02-10T00:48:01.186Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-10T00:48:01.462Z] Removing intermediate container a68928bb54a8 [2021-02-10T00:48:01.462Z] ---> 1d74ddf42c6a [2021-02-10T00:48:01.462Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-10T00:48:01.462Z] Removing intermediate container f5a24342e1f9 [2021-02-10T00:48:01.462Z] ---> 2d11fb04a3a0 [2021-02-10T00:48:01.462Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:48:02.444Z] ---> Running in 6df72053643d [2021-02-10T00:48:02.444Z] ---> Running in 4762383651ca [2021-02-10T00:48:02.744Z] ---> aac28eb9032a [2021-02-10T00:48:02.744Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-10T00:48:03.345Z] Removing intermediate container 6df72053643d [2021-02-10T00:48:03.345Z] ---> a024c74e5ef2 [2021-02-10T00:48:03.345Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-10T00:48:03.948Z] ---> Running in 99ae61a68e2d [2021-02-10T00:48:04.223Z] Removing intermediate container 4762383651ca [2021-02-10T00:48:04.223Z] ---> 349941dc9f82 [2021-02-10T00:48:04.223Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-10T00:48:04.494Z] Removing intermediate container 76de6ea63e0d [2021-02-10T00:48:04.494Z] ---> da6590e43039 [2021-02-10T00:48:04.494Z] [2021-02-10T00:48:04.494Z] Step 10/23 : FROM alpine:3.12 [2021-02-10T00:48:04.494Z] ---> afeebe901d6b [2021-02-10T00:48:04.494Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-10T00:48:04.494Z] ---> Using cache [2021-02-10T00:48:04.494Z] ---> 2d11fb04a3a0 [2021-02-10T00:48:04.494Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:48:04.494Z] ---> Using cache [2021-02-10T00:48:04.494Z] ---> a024c74e5ef2 [2021-02-10T00:48:04.494Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-10T00:48:04.776Z] ---> 8f05e7512e5a [2021-02-10T00:48:04.776Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-10T00:48:05.064Z] ---> Running in b6929b4ade50 [2021-02-10T00:48:05.064Z] Removing intermediate container 99ae61a68e2d [2021-02-10T00:48:05.064Z] ---> 0a93c03139e6 [2021-02-10T00:48:05.064Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-10T00:48:05.669Z] ---> Running in 0dd058655097 [2021-02-10T00:48:05.670Z] ---> effc96e1f55e [2021-02-10T00:48:05.670Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-10T00:48:05.947Z] Removing intermediate container b6929b4ade50 [2021-02-10T00:48:05.947Z] ---> 6982534224a2 [2021-02-10T00:48:05.947Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-10T00:48:06.542Z] ---> Running in e1e98a28c1e6 [2021-02-10T00:48:06.542Z] Removing intermediate container 0dd058655097 [2021-02-10T00:48:06.542Z] ---> 099e506544cd [2021-02-10T00:48:06.542Z] Step 15/23 : WORKDIR / [2021-02-10T00:48:06.813Z] ---> Running in 66fcf304bca8 [2021-02-10T00:48:07.091Z] ---> 531f79217507 [2021-02-10T00:48:07.091Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-10T00:48:07.091Z] ---> Running in 58afa9c8bdcd [2021-02-10T00:48:07.695Z] Removing intermediate container 66fcf304bca8 [2021-02-10T00:48:07.695Z] ---> c41b31ea6094 [2021-02-10T00:48:07.695Z] Step 15/23 : WORKDIR / [2021-02-10T00:48:07.968Z] ---> Running in 60aa80636a4f [2021-02-10T00:48:07.968Z] Removing intermediate container 58afa9c8bdcd [2021-02-10T00:48:07.968Z] ---> f5e16cb548bf [2021-02-10T00:48:07.968Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:48:08.251Z] ---> 90444fce0367 [2021-02-10T00:48:08.251Z] 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-10T00:48:08.524Z] ---> Running in 94b3b648f1f2 [2021-02-10T00:48:08.524Z] Removing intermediate container 60aa80636a4f [2021-02-10T00:48:08.524Z] ---> f319c42407a4 [2021-02-10T00:48:08.524Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:48:09.141Z] ---> 7245ffe420b3 [2021-02-10T00:48:09.141Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-10T00:48:09.421Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-10T00:48:09.421Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-10T00:48:09.421Z] ---> eeaf43b92773 [2021-02-10T00:48:09.421Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-10T00:48:09.694Z] ---> Running in 62cf049de553 [2021-02-10T00:48:10.295Z] ---> 81fa3690a509 [2021-02-10T00:48:10.295Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-10T00:48:10.295Z] Removing intermediate container e1e98a28c1e6 [2021-02-10T00:48:10.295Z] ---> c092beb804bf [2021-02-10T00:48:10.295Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:48:11.286Z] ---> d82b0a3beb63 [2021-02-10T00:48:11.286Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-10T00:48:11.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:48:11.566Z] ---> 25d46b028df7 [2021-02-10T00:48:11.566Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-10T00:48:11.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:48:12.117Z] ---> e13ce2c60e12 [2021-02-10T00:48:12.117Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-10T00:48:12.117Z] Removing intermediate container 94b3b648f1f2 [2021-02-10T00:48:12.117Z] ---> 54454093c3dd [2021-02-10T00:48:12.117Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-10T00:48:12.396Z] (1/2) Installing readline (8.0.4-r0) [2021-02-10T00:48:12.396Z] (2/2) Installing bash (5.0.17-r0) [2021-02-10T00:48:12.396Z] Executing bash-5.0.17-r0.post-install [2021-02-10T00:48:12.396Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:48:12.672Z] OK: 12 MiB in 22 packages [2021-02-10T00:48:12.672Z] ---> Running in 1582f0a83f5e [2021-02-10T00:48:12.672Z] ---> 7c203859d195 [2021-02-10T00:48:12.672Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-10T00:48:12.952Z] ---> Running in 84688ebc4dda [2021-02-10T00:48:13.222Z] ---> cf0ae66c226e [2021-02-10T00:48:13.222Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-10T00:48:13.492Z] ---> Running in 0bbcec0f7978 [2021-02-10T00:48:13.492Z] Removing intermediate container 1582f0a83f5e [2021-02-10T00:48:13.492Z] ---> 97f29b905e5e [2021-02-10T00:48:13.492Z] ---> 50eab58adffa [2021-02-10T00:48:13.492Z] Step 22/24 : LABEL arch=arm64 [2021-02-10T00:48:13.492Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-10T00:48:13.763Z] Removing intermediate container 84688ebc4dda [2021-02-10T00:48:13.763Z] ---> 801f2be64c82 [2021-02-10T00:48:13.763Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:48:13.763Z] ---> Running in 754c3f8b7989 [2021-02-10T00:48:13.763Z] ---> Running in ca520ca97bb9 [2021-02-10T00:48:14.033Z] Removing intermediate container 0bbcec0f7978 [2021-02-10T00:48:14.033Z] ---> 5759b600944a [2021-02-10T00:48:14.033Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:48:14.304Z] Removing intermediate container 62cf049de553 [2021-02-10T00:48:14.304Z] ---> e9934cf59653 [2021-02-10T00:48:14.304Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-10T00:48:14.304Z] ---> Running in 9c5aafee18fc [2021-02-10T00:48:14.576Z] Removing intermediate container 754c3f8b7989 [2021-02-10T00:48:14.576Z] ---> 567dc4683136 [2021-02-10T00:48:14.576Z] Step 23/24 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:48:14.576Z] ---> Running in 8550c1370825 [2021-02-10T00:48:14.576Z] Removing intermediate container ca520ca97bb9 [2021-02-10T00:48:14.576Z] ---> 6bca8e3e5965 [2021-02-10T00:48:14.576Z] Step 21/23 : LABEL arch=arm64 [2021-02-10T00:48:14.576Z] ---> e0a53d7f899b [2021-02-10T00:48:14.576Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-10T00:48:14.846Z] ---> Running in 8dc57dfe4866 [2021-02-10T00:48:14.846Z] ---> Running in 672d6ac0a720 [2021-02-10T00:48:15.120Z] Removing intermediate container 9c5aafee18fc [2021-02-10T00:48:15.120Z] ---> 88034081b6b6 [2021-02-10T00:48:15.120Z] Step 21/23 : LABEL arch=arm64 [2021-02-10T00:48:15.120Z] Removing intermediate container 8550c1370825 [2021-02-10T00:48:15.120Z] ---> 6119c00ecc3e [2021-02-10T00:48:15.120Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-10T00:48:15.120Z] ---> Running in 9ae439cfea67 [2021-02-10T00:48:15.398Z] ---> Running in bd206c3dd912 [2021-02-10T00:48:15.398Z] Removing intermediate container 8dc57dfe4866 [2021-02-10T00:48:15.398Z] ---> 63256aea7a10 [2021-02-10T00:48:15.398Z] Step 24/24 : LABEL version=0.0.0 [2021-02-10T00:48:15.682Z] Removing intermediate container 672d6ac0a720 [2021-02-10T00:48:15.682Z] ---> bdb95aaa6db1 [2021-02-10T00:48:15.682Z] Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:48:15.682Z] ---> 0942f8c57146 [2021-02-10T00:48:15.682Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-10T00:48:15.682Z] ---> Running in 2e9b64dddd96 [2021-02-10T00:48:15.682Z] ---> Running in 90aa46eaa41d [2021-02-10T00:48:15.969Z] Removing intermediate container 9ae439cfea67 [2021-02-10T00:48:15.969Z] ---> 6b9def923d6b [2021-02-10T00:48:15.969Z] Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:48:15.969Z] Removing intermediate container bd206c3dd912 [2021-02-10T00:48:15.969Z] ---> 4b47f4a9f84b [2021-02-10T00:48:15.969Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-10T00:48:16.253Z] ---> Running in 54b9bad82257 [2021-02-10T00:48:16.253Z] ---> Running in 997e9df02801 [2021-02-10T00:48:16.526Z] ---> Running in 33b96af85470 [2021-02-10T00:48:16.526Z] Removing intermediate container 2e9b64dddd96 [2021-02-10T00:48:16.526Z] ---> 348962cf5a51 [2021-02-10T00:48:16.526Z] [2021-02-10T00:48:16.526Z] Removing intermediate container 90aa46eaa41d [2021-02-10T00:48:16.526Z] ---> a83f542640e5 [2021-02-10T00:48:16.526Z] Step 23/23 : LABEL version=0.0.0 [2021-02-10T00:48:16.806Z] ---> Running in 52d7eaa9aee1 [2021-02-10T00:48:17.077Z] Removing intermediate container 54b9bad82257 [2021-02-10T00:48:17.077Z] ---> 63bc25014eb2 [2021-02-10T00:48:17.077Z] Step 23/23 : LABEL version=0.0.0 [2021-02-10T00:48:17.077Z] Removing intermediate container 997e9df02801 [2021-02-10T00:48:17.077Z] ---> 4753b6c77fd6 [2021-02-10T00:48:17.077Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-10T00:48:17.077Z] Successfully built 348962cf5a51 [2021-02-10T00:48:17.350Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-10T00:48:17.350Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-10T00:48:17.350Z] Removing intermediate container 33b96af85470 [2021-02-10T00:48:17.350Z] ---> 8fc456dcb5da [2021-02-10T00:48:17.350Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-10T00:48:17.350Z] ---> Running in b3b39ee739a7 [2021-02-10T00:48:17.627Z] Removing intermediate container 52d7eaa9aee1 [2021-02-10T00:48:17.627Z] ---> 635861cd4eff [2021-02-10T00:48:17.627Z] [2021-02-10T00:48:18.222Z] Successfully built 635861cd4eff [2021-02-10T00:48:18.222Z] ---> 30a702e45c3f [2021-02-10T00:48:18.222Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-10T00:48:18.222Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-10T00:48:18.222Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-10T00:48:18.506Z] ---> Running in 80d83ecf2744 [2021-02-10T00:48:18.506Z] Removing intermediate container b3b39ee739a7 [2021-02-10T00:48:18.506Z] ---> b4b7a97325a2 [2021-02-10T00:48:18.506Z] [2021-02-10T00:48:19.123Z] ---> 295eee6e477a [2021-02-10T00:48:19.123Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-10T00:48:19.123Z] Successfully built b4b7a97325a2 [2021-02-10T00:48:19.123Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-10T00:48:19.123Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-02-10T00:48:20.111Z] ---> 5108ac49f07a [2021-02-10T00:48:20.111Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-10T00:48:21.099Z] ---> 0b691576d0b8 [2021-02-10T00:48:21.099Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-10T00:48:21.099Z] ---> Running in 7dba576a46d5 [2021-02-10T00:48:21.379Z] Removing intermediate container 80d83ecf2744 [2021-02-10T00:48:21.379Z] ---> e4910fbf31fc [2021-02-10T00:48:21.379Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-10T00:48:22.374Z] ---> Running in 61202196703a [2021-02-10T00:48:22.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:48:22.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:48:23.526Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-10T00:48:23.526Z] (2/33) Installing expat (2.2.9-r1) [2021-02-10T00:48:23.801Z] (3/33) Installing libffi (3.3-r2) [2021-02-10T00:48:23.801Z] Removing intermediate container 61202196703a [2021-02-10T00:48:23.801Z] ---> 62ee5c334c3b [2021-02-10T00:48:23.801Z] Step 27/30 : CMD ["gate"] [2021-02-10T00:48:23.801Z] (4/33) Installing gdbm (1.13-r1) [2021-02-10T00:48:23.801Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-10T00:48:23.801Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-10T00:48:23.801Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-10T00:48:25.786Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-10T00:48:25.786Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-10T00:48:25.786Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-10T00:48:25.786Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-10T00:48:25.786Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-10T00:48:25.786Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-10T00:48:26.058Z] ---> Running in b21ae7ec8fc2 [2021-02-10T00:48:26.058Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-10T00:48:26.058Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-10T00:48:26.058Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-10T00:48:26.058Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-10T00:48:26.334Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-10T00:48:26.335Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-10T00:48:26.335Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-10T00:48:26.335Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-10T00:48:26.335Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-10T00:48:26.335Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-10T00:48:26.335Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-10T00:48:26.335Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-10T00:48:26.335Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-10T00:48:26.335Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-10T00:48:26.335Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-10T00:48:26.335Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-10T00:48:26.613Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-10T00:48:26.613Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-10T00:48:26.613Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-10T00:48:26.613Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-10T00:48:26.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:48:26.613Z] OK: 71 MiB in 55 packages [2021-02-10T00:48:27.203Z] Removing intermediate container b21ae7ec8fc2 [2021-02-10T00:48:27.204Z] ---> 297c62de2ed8 [2021-02-10T00:48:27.204Z] Step 28/30 : LABEL arch=arm64 [2021-02-10T00:48:27.797Z] ---> Running in e13909fccb1a [2021-02-10T00:48:28.395Z] Removing intermediate container e13909fccb1a [2021-02-10T00:48:28.395Z] ---> 8c00ecd604fe [2021-02-10T00:48:28.395Z] Step 29/30 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:48:29.378Z] ---> Running in 181190d42143 [2021-02-10T00:48:30.370Z] Removing intermediate container 181190d42143 [2021-02-10T00:48:30.370Z] ---> 2cbb269a44c0 [2021-02-10T00:48:30.370Z] Step 30/30 : LABEL version=0.0.0 [2021-02-10T00:48:31.809Z] ---> Running in 803964b5fc15 [2021-02-10T00:48:33.267Z] Removing intermediate container 803964b5fc15 [2021-02-10T00:48:33.267Z] ---> 93ab47625163 [2021-02-10T00:48:33.267Z] [2021-02-10T00:48:33.539Z] Successfully built 93ab47625163 [2021-02-10T00:48:33.539Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-10T00:48:33.539Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-10T00:48:34.139Z] Removing intermediate container 7dba576a46d5 [2021-02-10T00:48:34.139Z] ---> 20bba931b884 [2021-02-10T00:48:34.139Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-10T00:48:34.414Z] ---> Running in 9879210ec7a1 [2021-02-10T00:48:39.812Z] Collecting docker-compose==1.23.2 [2021-02-10T00:48:40.085Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-10T00:48:40.679Z] 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-10T00:48:42.109Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-10T00:48:42.380Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-10T00:48:42.971Z] Collecting docopt<0.7,>=0.6.1 [2021-02-10T00:48:42.971Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-10T00:48:46.378Z] Collecting cached-property<2,>=1.2.0 [2021-02-10T00:48:46.378Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-10T00:48:46.972Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-10T00:48:46.972Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-10T00:48:47.563Z] Collecting jsonschema<3,>=2.5.1 [2021-02-10T00:48:47.563Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-10T00:48:48.542Z] Collecting docker<4.0,>=3.6.0 [2021-02-10T00:48:48.813Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-10T00:48:50.786Z] Collecting PyYAML<4,>=3.10 [2021-02-10T00:48:50.786Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-10T00:48:54.175Z] Collecting texttable<0.10,>=0.9.0 [2021-02-10T00:48:54.448Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-10T00:48:57.277Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-10T00:48:57.277Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-10T00:48:59.301Z] 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-10T00:48:59.901Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-10T00:48:59.901Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-10T00:49:00.176Z] 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-10T00:49:00.772Z] Collecting idna<2.8,>=2.5 [2021-02-10T00:49:00.772Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-10T00:49:01.047Z] Collecting docker-pycreds>=0.4.0 [2021-02-10T00:49:01.047Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-10T00:49:01.319Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-10T00:49:01.319Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-10T00:49:01.319Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-10T00:49:01.319Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-10T00:49:02.761Z] Installing collected packages: urllib3, idna, requests, docopt, cached-property, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, texttable, dockerpty, docker-compose [2021-02-10T00:49:02.761Z] Attempting uninstall: urllib3 [2021-02-10T00:49:02.761Z] Found existing installation: urllib3 1.25.9 [2021-02-10T00:49:02.761Z] Uninstalling urllib3-1.25.9: [2021-02-10T00:49:02.761Z] Successfully uninstalled urllib3-1.25.9 [2021-02-10T00:49:03.359Z] Attempting uninstall: idna [2021-02-10T00:49:03.359Z] Found existing installation: idna 2.9 [2021-02-10T00:49:03.360Z] Uninstalling idna-2.9: [2021-02-10T00:49:03.644Z] Successfully uninstalled idna-2.9 [2021-02-10T00:49:04.243Z] Attempting uninstall: requests [2021-02-10T00:49:04.243Z] Found existing installation: requests 2.23.0 [2021-02-10T00:49:04.243Z] Uninstalling requests-2.23.0: [2021-02-10T00:49:04.516Z] Successfully uninstalled requests-2.23.0 [2021-02-10T00:49:04.791Z] Running setup.py install for docopt: started [2021-02-10T00:49:05.772Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:49:05.772Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:49:05.772Z] ---> 30145396fbca [2021-02-10T00:49:05.772Z] Step 3/23 : WORKDIR /edgex-go [2021-02-10T00:49:05.772Z] ---> Using cache [2021-02-10T00:49:05.772Z] ---> c3570f527f68 [2021-02-10T00:49:05.772Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:49:05.772Z] ---> Using cache [2021-02-10T00:49:05.772Z] ---> 40afffc30122 [2021-02-10T00:49:05.772Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-10T00:49:07.477Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:49:07.477Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:49:07.477Z] ---> 30145396fbca [2021-02-10T00:49:07.477Z] Step 3/22 : WORKDIR /edgex-go [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> c3570f527f68 [2021-02-10T00:49:07.477Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> 40afffc30122 [2021-02-10T00:49:07.477Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-10T00:49:07.477Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:49:07.477Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:49:07.477Z] ---> 30145396fbca [2021-02-10T00:49:07.477Z] Step 3/22 : WORKDIR /edgex-go [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> c3570f527f68 [2021-02-10T00:49:07.477Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> 40afffc30122 [2021-02-10T00:49:07.477Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> a7e5da8572a1 [2021-02-10T00:49:07.477Z] Step 6/22 : COPY go.mod . [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> 0910f63679bd [2021-02-10T00:49:07.477Z] Step 7/22 : RUN go mod download [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> 850f75106695 [2021-02-10T00:49:07.477Z] Step 8/22 : COPY . . [2021-02-10T00:49:07.477Z] ---> Using cache [2021-02-10T00:49:07.477Z] ---> c31156f88378 [2021-02-10T00:49:07.477Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-10T00:49:07.477Z] Running setup.py install for docopt: finished with status 'done' [2021-02-10T00:49:11.802Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-10T00:49:11.803Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-10T00:49:11.803Z] ---> 30145396fbca [2021-02-10T00:49:11.803Z] Step 3/21 : WORKDIR /edgex-go [2021-02-10T00:49:11.803Z] ---> Using cache [2021-02-10T00:49:11.803Z] ---> c3570f527f68 [2021-02-10T00:49:11.803Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:49:11.803Z] ---> Using cache [2021-02-10T00:49:11.803Z] ---> 40afffc30122 [2021-02-10T00:49:11.803Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-10T00:49:11.803Z] ---> Using cache [2021-02-10T00:49:11.803Z] ---> a7e5da8572a1 [2021-02-10T00:49:11.803Z] Step 6/21 : COPY go.mod . [2021-02-10T00:49:11.803Z] ---> Using cache [2021-02-10T00:49:11.803Z] ---> 0910f63679bd [2021-02-10T00:49:11.803Z] Step 7/21 : RUN go mod download [2021-02-10T00:49:11.803Z] ---> Using cache [2021-02-10T00:49:11.803Z] ---> 850f75106695 [2021-02-10T00:49:11.803Z] Step 8/21 : COPY . . [2021-02-10T00:49:11.803Z] ---> Using cache [2021-02-10T00:49:11.803Z] ---> c31156f88378 [2021-02-10T00:49:11.803Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-10T00:49:12.776Z] Running setup.py install for PyYAML: started [2021-02-10T00:49:12.776Z] ---> Running in 97feb936630c [2021-02-10T00:49:12.776Z] ---> Running in 6faa240dd356 [2021-02-10T00:49:12.776Z] ---> Running in 69be163919f8 [2021-02-10T00:49:12.776Z] ---> Running in 10b24e4fd144 [2021-02-10T00:49:14.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:49:15.036Z] 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-10T00:49:15.036Z] 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-10T00:49:15.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:49:15.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:49:15.857Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-10T00:49:15.857Z] Running setup.py install for texttable: started [2021-02-10T00:49:16.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:49:17.122Z] OK: 217 MiB in 51 packages [2021-02-10T00:49:17.122Z] OK: 217 MiB in 51 packages [2021-02-10T00:49:19.121Z] Running setup.py install for texttable: finished with status 'done' [2021-02-10T00:49:19.121Z] Running setup.py install for dockerpty: started [2021-02-10T00:49:19.121Z] Removing intermediate container 10b24e4fd144 [2021-02-10T00:49:19.121Z] ---> cff04d29fa38 [2021-02-10T00:49:19.121Z] Step 6/22 : COPY go.mod . [2021-02-10T00:49:19.395Z] Removing intermediate container 97feb936630c [2021-02-10T00:49:19.395Z] ---> 0725a8aeace4 [2021-02-10T00:49:19.395Z] Step 6/23 : COPY go.mod . [2021-02-10T00:49:20.849Z] ---> c83170e0e99c [2021-02-10T00:49:20.849Z] Step 7/22 : RUN go mod download [2021-02-10T00:49:20.849Z] ---> 205016a3834b [2021-02-10T00:49:20.849Z] Step 7/23 : RUN go mod download [2021-02-10T00:49:20.849Z] ---> Running in 7cdb1f2e1efb [2021-02-10T00:49:21.124Z] ---> Running in 9ba1afc76e11 [2021-02-10T00:49:22.566Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-10T00:49:24.025Z] 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-10T00:49:26.035Z] Removing intermediate container 7cdb1f2e1efb [2021-02-10T00:49:26.035Z] ---> 3d458bb3d6c0 [2021-02-10T00:49:26.035Z] Step 8/22 : COPY . . [2021-02-10T00:49:26.312Z] Removing intermediate container 9ba1afc76e11 [2021-02-10T00:49:26.312Z] ---> 52499ac7d970 [2021-02-10T00:49:26.312Z] Step 8/23 : COPY . . [2021-02-10T00:49:33.085Z] Removing intermediate container 9879210ec7a1 [2021-02-10T00:49:33.085Z] ---> 7493d78a91cd [2021-02-10T00:49:33.085Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-10T00:49:34.089Z] ---> Running in c487ff3d4d90 [2021-02-10T00:49:36.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:49:37.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:49:37.669Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-10T00:49:37.669Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-10T00:49:37.669Z] (3/3) Installing curl (7.69.1-r3) [2021-02-10T00:49:37.669Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:49:37.950Z] OK: 71 MiB in 58 packages [2021-02-10T00:49:42.325Z] Removing intermediate container c487ff3d4d90 [2021-02-10T00:49:42.325Z] ---> 4bb0a0179d8b [2021-02-10T00:49:42.325Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-10T00:49:42.603Z] ---> Running in 115ead2171a2 [2021-02-10T00:49:44.047Z] Removing intermediate container 115ead2171a2 [2021-02-10T00:49:44.047Z] ---> d99978d18e95 [2021-02-10T00:49:44.047Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:49:44.639Z] ---> Running in 98351bd028c5 [2021-02-10T00:49:45.646Z] Removing intermediate container 98351bd028c5 [2021-02-10T00:49:45.646Z] ---> 454003104c20 [2021-02-10T00:49:45.646Z] Step 24/26 : LABEL arch=arm64 [2021-02-10T00:49:46.625Z] ---> Running in b53ad336334e [2021-02-10T00:49:47.606Z] Removing intermediate container b53ad336334e [2021-02-10T00:49:47.606Z] ---> 086f76b4a4e9 [2021-02-10T00:49:47.606Z] Step 25/26 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:49:48.206Z] ---> Running in 3b20f4879f68 [2021-02-10T00:49:49.206Z] Removing intermediate container 3b20f4879f68 [2021-02-10T00:49:49.206Z] ---> 95f14bde859a [2021-02-10T00:49:49.206Z] Step 26/26 : LABEL version=0.0.0 [2021-02-10T00:49:49.812Z] ---> Running in 35876ea3e9b7 [2021-02-10T00:49:50.807Z] Removing intermediate container 35876ea3e9b7 [2021-02-10T00:49:50.807Z] ---> 3545fdba65e8 [2021-02-10T00:49:50.807Z] [2021-02-10T00:49:52.259Z] Successfully built 3545fdba65e8 [2021-02-10T00:49:52.539Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-10T00:49:56.890Z]  Building docker-sys-mgmt-agent-go ... done  ---> 6a344487528d [2021-02-10T00:49:56.890Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-10T00:49:57.185Z] ---> Running in 98951654e5f0 [2021-02-10T00:49:57.466Z] ---> 9e5b70c7e0a0 [2021-02-10T00:49:57.466Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-10T00:49:57.749Z] ---> Running in 135b80dd313a [2021-02-10T00:49:59.199Z] 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-10T00:49:59.802Z] 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-10T00:50:15.129Z] 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-10T00:50:30.271Z] Removing intermediate container 69be163919f8 [2021-02-10T00:50:30.271Z] ---> 7466c3b78eed [2021-02-10T00:50:30.271Z] [2021-02-10T00:50:30.271Z] Step 10/21 : FROM alpine:3.12 [2021-02-10T00:50:30.271Z] ---> afeebe901d6b [2021-02-10T00:50:30.271Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-10T00:50:30.271Z] ---> Running in 5833f3f279d8 [2021-02-10T00:50:31.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:50:31.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:50:32.311Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-10T00:50:32.586Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-10T00:50:32.860Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-10T00:50:32.860Z] (4/4) Installing curl (7.69.1-r3) [2021-02-10T00:50:32.860Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:50:32.860Z] Executing ca-certificates-20191127-r4.trigger [2021-02-10T00:50:33.136Z] OK: 7 MiB in 18 packages [2021-02-10T00:50:35.782Z] Removing intermediate container 5833f3f279d8 [2021-02-10T00:50:35.782Z] ---> 48eb86c991f7 [2021-02-10T00:50:35.782Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-10T00:50:36.384Z] ---> Running in b4f090a093ae [2021-02-10T00:50:36.988Z] Removing intermediate container b4f090a093ae [2021-02-10T00:50:36.988Z] ---> d419bc8a598d [2021-02-10T00:50:36.988Z] Step 13/21 : WORKDIR /edgex [2021-02-10T00:50:37.589Z] ---> Running in 894ba7a402b8 [2021-02-10T00:50:39.031Z] Removing intermediate container 894ba7a402b8 [2021-02-10T00:50:39.031Z] ---> 24186bf357f9 [2021-02-10T00:50:39.031Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-10T00:50:40.485Z] ---> 49ca8401e073 [2021-02-10T00:50:40.485Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-10T00:50:40.769Z] Removing intermediate container 6faa240dd356 [2021-02-10T00:50:40.769Z] ---> 8eac8dcdad6a [2021-02-10T00:50:40.769Z] [2021-02-10T00:50:40.769Z] Step 10/22 : FROM alpine:3.12 [2021-02-10T00:50:40.769Z] ---> afeebe901d6b [2021-02-10T00:50:40.769Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-10T00:50:40.769Z] ---> Using cache [2021-02-10T00:50:40.769Z] ---> 2d11fb04a3a0 [2021-02-10T00:50:40.769Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:50:40.769Z] ---> Using cache [2021-02-10T00:50:40.769Z] ---> a024c74e5ef2 [2021-02-10T00:50:40.769Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-10T00:50:41.054Z] ---> Running in 4a7e06da4c63 [2021-02-10T00:50:41.658Z] Removing intermediate container 4a7e06da4c63 [2021-02-10T00:50:41.658Z] ---> e79d6f17a8de [2021-02-10T00:50:41.658Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-10T00:50:41.934Z] ---> Running in d78d2393f071 [2021-02-10T00:50:42.535Z] ---> c8158f5f85a4 [2021-02-10T00:50:42.535Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-10T00:50:42.812Z] Removing intermediate container d78d2393f071 [2021-02-10T00:50:42.812Z] ---> 2a4fbf9a0e36 [2021-02-10T00:50:42.812Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:50:44.803Z] ---> 65de3dfbf819 [2021-02-10T00:50:44.803Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-10T00:50:44.803Z] ---> fe31762457de [2021-02-10T00:50:44.803Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-10T00:50:45.082Z] ---> Running in b5cd0d429b6f [2021-02-10T00:50:46.073Z] Removing intermediate container b5cd0d429b6f [2021-02-10T00:50:46.073Z] ---> 3047a26ce28b [2021-02-10T00:50:46.073Z] Step 18/21 : CMD ["--init=true"] [2021-02-10T00:50:46.352Z] ---> Running in 9648770be878 [2021-02-10T00:50:46.637Z] ---> 099e7a691e05 [2021-02-10T00:50:46.637Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-10T00:50:46.921Z] Removing intermediate container 9648770be878 [2021-02-10T00:50:46.921Z] ---> 0b1264c56364 [2021-02-10T00:50:46.921Z] Step 19/21 : LABEL arch=arm64 [2021-02-10T00:50:47.207Z] ---> Running in 3f543138a097 [2021-02-10T00:50:47.816Z] ---> d545901098c0 [2021-02-10T00:50:47.816Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-10T00:50:48.094Z] ---> Running in 793778aa267b [2021-02-10T00:50:48.094Z] Removing intermediate container 3f543138a097 [2021-02-10T00:50:48.094Z] ---> b43b2d12a2d9 [2021-02-10T00:50:48.094Z] Step 20/21 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:50:48.373Z] ---> Running in fe7e80c89745 [2021-02-10T00:50:48.649Z] Removing intermediate container 793778aa267b [2021-02-10T00:50:48.649Z] ---> 769d14c45182 [2021-02-10T00:50:48.649Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:50:48.925Z] ---> Running in 8cabbc075468 [2021-02-10T00:50:49.201Z] Removing intermediate container fe7e80c89745 [2021-02-10T00:50:49.201Z] ---> 95919685bf48 [2021-02-10T00:50:49.201Z] Step 21/21 : LABEL version=0.0.0 [2021-02-10T00:50:49.487Z] ---> Running in fc3350eec3c6 [2021-02-10T00:50:49.759Z] Removing intermediate container 8cabbc075468 [2021-02-10T00:50:49.759Z] ---> 1c0beca9e646 [2021-02-10T00:50:49.759Z] Step 20/22 : LABEL arch=arm64 [2021-02-10T00:50:50.053Z] ---> Running in c983465623b1 [2021-02-10T00:50:50.053Z] Removing intermediate container fc3350eec3c6 [2021-02-10T00:50:50.053Z] ---> 35a043b13364 [2021-02-10T00:50:50.053Z] [2021-02-10T00:50:51.048Z] Successfully built 35a043b13364 [2021-02-10T00:50:51.048Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-10T00:50:51.048Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c983465623b1 [2021-02-10T00:50:51.048Z] ---> 28ce8b1861d9 [2021-02-10T00:50:51.048Z] Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:50:51.048Z] ---> Running in 0e20ce6cae30 [2021-02-10T00:50:51.677Z] Removing intermediate container 0e20ce6cae30 [2021-02-10T00:50:51.677Z] ---> be96f28b754b [2021-02-10T00:50:51.677Z] Step 22/22 : LABEL version=0.0.0 [2021-02-10T00:50:51.950Z] ---> Running in d5f7e561ba9f [2021-02-10T00:50:52.933Z] Removing intermediate container d5f7e561ba9f [2021-02-10T00:50:52.933Z] ---> ab4dcb268299 [2021-02-10T00:50:52.933Z] [2021-02-10T00:50:53.209Z] Successfully built ab4dcb268299 [2021-02-10T00:50:53.485Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-10T00:51:15.683Z]  Building docker-support-scheduler-go ... done Removing intermediate container 98951654e5f0 [2021-02-10T00:51:15.683Z] ---> 0e5748796ba6 [2021-02-10T00:51:15.683Z] [2021-02-10T00:51:15.683Z] Step 10/22 : FROM alpine:3.12 [2021-02-10T00:51:15.683Z] ---> afeebe901d6b [2021-02-10T00:51:15.683Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-10T00:51:15.683Z] ---> Running in 4aab84ea67b4 [2021-02-10T00:51:15.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:51:15.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:51:15.979Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-10T00:51:15.979Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-10T00:51:15.979Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:51:15.979Z] Executing ca-certificates-20191127-r4.trigger [2021-02-10T00:51:16.250Z] OK: 6 MiB in 16 packages [2021-02-10T00:51:18.214Z] Removing intermediate container 4aab84ea67b4 [2021-02-10T00:51:18.214Z] ---> ac6db80fefb2 [2021-02-10T00:51:18.214Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-10T00:51:18.214Z] ---> Running in 937afb7a2723 [2021-02-10T00:51:18.808Z] Removing intermediate container 937afb7a2723 [2021-02-10T00:51:18.808Z] ---> 936ddbc668b2 [2021-02-10T00:51:18.808Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-10T00:51:19.080Z] ---> Running in cfc4c0cadb84 [2021-02-10T00:51:20.056Z] Removing intermediate container cfc4c0cadb84 [2021-02-10T00:51:20.056Z] ---> 18442ed2dd41 [2021-02-10T00:51:20.056Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-10T00:51:20.056Z] ---> Running in 8eac5ce9b16f [2021-02-10T00:51:20.329Z] Removing intermediate container 135b80dd313a [2021-02-10T00:51:20.329Z] ---> e0ed79c103b0 [2021-02-10T00:51:20.329Z] [2021-02-10T00:51:20.329Z] Step 10/23 : FROM alpine:3.12 [2021-02-10T00:51:20.329Z] ---> afeebe901d6b [2021-02-10T00:51:20.329Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-10T00:51:20.602Z] ---> Running in 9069f6205b13 [2021-02-10T00:51:20.602Z] Removing intermediate container 8eac5ce9b16f [2021-02-10T00:51:20.602Z] ---> 214415d1b6db [2021-02-10T00:51:20.602Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:51:21.197Z] Removing intermediate container 9069f6205b13 [2021-02-10T00:51:21.197Z] ---> c77dbd06efe5 [2021-02-10T00:51:21.197Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-10T00:51:21.197Z] ---> Running in e274f0a8d6ca [2021-02-10T00:51:21.469Z] ---> 404bf0d091fc [2021-02-10T00:51:21.469Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-10T00:51:21.745Z] Removing intermediate container e274f0a8d6ca [2021-02-10T00:51:21.745Z] ---> 56324331a539 [2021-02-10T00:51:21.745Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-10T00:51:22.017Z] ---> Running in e5503b32ad36 [2021-02-10T00:51:22.611Z] Removing intermediate container e5503b32ad36 [2021-02-10T00:51:22.611Z] ---> 17c2765b126f [2021-02-10T00:51:22.611Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-10T00:51:22.611Z] ---> b1ad4e98ffdf [2021-02-10T00:51:22.611Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-10T00:51:22.611Z] ---> Running in d3cc771d3f72 [2021-02-10T00:51:23.587Z] ---> df8b813b632a [2021-02-10T00:51:23.587Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-10T00:51:23.587Z] ---> Running in af402af89afd [2021-02-10T00:51:24.173Z] Removing intermediate container af402af89afd [2021-02-10T00:51:24.173Z] ---> 8bb3570c01ad [2021-02-10T00:51:24.173Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:51:24.443Z] ---> Running in 32980700123a [2021-02-10T00:51:25.036Z] Removing intermediate container 32980700123a [2021-02-10T00:51:25.036Z] ---> c37f60afe3d5 [2021-02-10T00:51:25.036Z] Step 20/22 : LABEL arch=arm64 [2021-02-10T00:51:25.036Z] Removing intermediate container d3cc771d3f72 [2021-02-10T00:51:25.036Z] ---> ecf70238280a [2021-02-10T00:51:25.036Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-10T00:51:25.036Z] ---> Running in 15dafd4d9a57 [2021-02-10T00:51:25.036Z] ---> Running in 3af293f065c3 [2021-02-10T00:51:25.633Z] Removing intermediate container 3af293f065c3 [2021-02-10T00:51:25.633Z] ---> 317111577bb2 [2021-02-10T00:51:25.633Z] Step 21/22 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:51:25.912Z] ---> Running in e1a0aeb33ed0 [2021-02-10T00:51:26.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-10T00:51:26.184Z] Removing intermediate container e1a0aeb33ed0 [2021-02-10T00:51:26.184Z] ---> 96ea79bdbba1 [2021-02-10T00:51:26.184Z] Step 22/22 : LABEL version=0.0.0 [2021-02-10T00:51:26.456Z] ---> Running in 777e543fb262 [2021-02-10T00:51:26.727Z] Removing intermediate container 777e543fb262 [2021-02-10T00:51:26.727Z] ---> b93fef03ffa8 [2021-02-10T00:51:26.727Z] [2021-02-10T00:51:26.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-10T00:51:27.267Z] Successfully built b93fef03ffa8 [2021-02-10T00:51:27.267Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-10T00:51:27.537Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-10T00:51:27.807Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-10T00:51:27.807Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-10T00:51:27.807Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-10T00:51:28.076Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-10T00:51:28.345Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-10T00:51:28.345Z] Executing busybox-1.31.1-r19.trigger [2021-02-10T00:51:28.345Z] OK: 8 MiB in 20 packages [2021-02-10T00:51:29.771Z] Removing intermediate container 15dafd4d9a57 [2021-02-10T00:51:29.771Z] ---> 5f2b9be445e6 [2021-02-10T00:51:29.771Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-10T00:51:30.366Z] ---> 09219e5e811b [2021-02-10T00:51:30.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-10T00:51:31.797Z] ---> 719bedf45321 [2021-02-10T00:51:31.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-10T00:51:32.398Z] ---> fac77dc28162 [2021-02-10T00:51:32.398Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-10T00:51:32.398Z] ---> Running in 71dc60b4d922 [2021-02-10T00:51:32.990Z] Removing intermediate container 71dc60b4d922 [2021-02-10T00:51:32.990Z] ---> 072451b0a58e [2021-02-10T00:51:32.990Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-10T00:51:32.990Z] ---> Running in 3e0fdf8dc288 [2021-02-10T00:51:33.583Z] Removing intermediate container 3e0fdf8dc288 [2021-02-10T00:51:33.583Z] ---> 36c654f7d0c0 [2021-02-10T00:51:33.583Z] Step 21/23 : LABEL arch=arm64 [2021-02-10T00:51:33.856Z] ---> Running in c20c12eb2327 [2021-02-10T00:51:34.125Z] Removing intermediate container c20c12eb2327 [2021-02-10T00:51:34.125Z] ---> 31fa7ac5edbc [2021-02-10T00:51:34.125Z] Step 22/23 : LABEL git_sha=b933dfdc39a383d59ed037cea67bd74704804290 [2021-02-10T00:51:34.397Z] ---> Running in 26ba1cd95648 [2021-02-10T00:51:35.002Z] Removing intermediate container 26ba1cd95648 [2021-02-10T00:51:35.002Z] ---> 8baca322dfbb [2021-02-10T00:51:35.002Z] Step 23/23 : LABEL version=0.0.0 [2021-02-10T00:51:35.002Z] ---> Running in 55d3d1634527 [2021-02-10T00:51:35.603Z] Removing intermediate container 55d3d1634527 [2021-02-10T00:51:35.603Z] ---> c6dcdf9f1762 [2021-02-10T00:51:35.603Z] [2021-02-10T00:51:35.891Z] Successfully built c6dcdf9f1762 [2021-02-10T00:51:36.181Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-10T00:51:36.476Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-10T00:51:36.480Z] $ docker stop --time=1 e128ae9755ebbc940902fb790f8744571efd6ada4bb04eaac2f18e3b7b630731 [2021-02-10T00:51:38.436Z] $ docker rm -f e128ae9755ebbc940902fb790f8744571efd6ada4bb04eaac2f18e3b7b630731 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-10T00:51:39.285Z] + docker images [2021-02-10T00:51:39.285Z] + grep docker [2021-02-10T00:51:39.556Z] docker-core-data-go-arm64 latest c6dcdf9f1762 4 seconds ago 21MB [2021-02-10T00:51:39.556Z] docker-support-notifications-go-arm64 latest b93fef03ffa8 13 seconds ago 16.7MB [2021-02-10T00:51:39.556Z] docker-support-scheduler-go-arm64 latest ab4dcb268299 47 seconds ago 16.1MB [2021-02-10T00:51:39.556Z] docker-security-proxy-setup-go-arm64 latest 35a043b13364 50 seconds ago 23.2MB [2021-02-10T00:51:39.556Z] docker-sys-mgmt-agent-go-arm64 latest 3545fdba65e8 About a minute ago 300MB [2021-02-10T00:51:39.556Z] docker-security-bootstrapper-go-arm64 latest 93ab47625163 3 minutes ago 17MB [2021-02-10T00:51:39.556Z] docker-core-metadata-go-arm64 latest b4b7a97325a2 3 minutes ago 17.8MB [2021-02-10T00:51:39.556Z] docker-core-command-go-arm64 latest 635861cd4eff 3 minutes ago 16MB [2021-02-10T00:51:39.556Z] docker-security-secretstore-setup-go-arm64 latest 348962cf5a51 3 minutes ago 23.4MB [2021-02-10T00:51:39.556Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-10T00:51:43.385Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:51:44.286Z] ---> package-listing.sh [2021-02-10T00:51:44.286Z] ++ facter osfamily [2021-02-10T00:51:44.286Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-10T00:51:44.286Z] + OS_FAMILY=redhat [2021-02-10T00:51:44.286Z] + workspace=/w/workspace/edgex-go/61 [2021-02-10T00:51:44.286Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-10T00:51:44.286Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-10T00:51:44.286Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-10T00:51:44.286Z] + PACKAGES=/tmp/packages_start.txt [2021-02-10T00:51:44.286Z] + '[' /w/workspace/edgex-go/61 ']' [2021-02-10T00:51:44.286Z] + PACKAGES=/tmp/packages_end.txt [2021-02-10T00:51:44.286Z] + case "${OS_FAMILY}" in [2021-02-10T00:51:44.286Z] + rpm -qa [2021-02-10T00:51:44.286Z] + sort [2021-02-10T00:51:49.716Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-10T00:51:49.716Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-10T00:51:49.716Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-10T00:51:49.716Z] + '[' /w/workspace/edgex-go/61 ']' [2021-02-10T00:51:49.716Z] + mkdir -p /w/workspace/edgex-go/61/archives/ [2021-02-10T00:51:49.716Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/61/archives/ [Pipeline] echo [2021-02-10T00:51:49.731Z] 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/61/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-10T00:51:50.024Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:51:50.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-10T00:51:50.336Z] [2021-02-10T00:51:50.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-10T00:51:50.689Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-10T00:51:50.689Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-10T00:51:50.689Z] df20fa9351a1: Pulling fs layer [2021-02-10T00:51:50.689Z] 36b3adc4ff6f: Pulling fs layer [2021-02-10T00:51:50.689Z] 8ad3a11d3b57: Pulling fs layer [2021-02-10T00:51:50.689Z] 46f8f816bc3b: Pulling fs layer [2021-02-10T00:51:50.689Z] 93b61091891f: Pulling fs layer [2021-02-10T00:51:50.689Z] 93b9cdb0e59b: Pulling fs layer [2021-02-10T00:51:50.689Z] 5e14af77c1be: Pulling fs layer [2021-02-10T00:51:50.689Z] 01666e4c0597: Pulling fs layer [2021-02-10T00:51:50.689Z] aa168da1d23b: Pulling fs layer [2021-02-10T00:51:50.689Z] 46f8f816bc3b: Waiting [2021-02-10T00:51:50.689Z] 93b61091891f: Waiting [2021-02-10T00:51:50.689Z] 93b9cdb0e59b: Waiting [2021-02-10T00:51:50.689Z] 5e14af77c1be: Waiting [2021-02-10T00:51:50.689Z] 01666e4c0597: Waiting [2021-02-10T00:51:50.689Z] aa168da1d23b: Waiting [2021-02-10T00:51:50.689Z] 36b3adc4ff6f: Verifying Checksum [2021-02-10T00:51:50.689Z] 36b3adc4ff6f: Download complete [2021-02-10T00:51:50.689Z] 46f8f816bc3b: Verifying Checksum [2021-02-10T00:51:50.689Z] 46f8f816bc3b: Download complete [2021-02-10T00:51:50.952Z] df20fa9351a1: Download complete [2021-02-10T00:51:50.952Z] 93b9cdb0e59b: Verifying Checksum [2021-02-10T00:51:50.952Z] 93b9cdb0e59b: Download complete [2021-02-10T00:51:50.952Z] 5e14af77c1be: Verifying Checksum [2021-02-10T00:51:50.952Z] 5e14af77c1be: Download complete [2021-02-10T00:51:50.952Z] 93b61091891f: Verifying Checksum [2021-02-10T00:51:50.952Z] 93b61091891f: Download complete [2021-02-10T00:51:50.952Z] 01666e4c0597: Verifying Checksum [2021-02-10T00:51:50.952Z] 01666e4c0597: Download complete [2021-02-10T00:51:51.216Z] df20fa9351a1: Pull complete [2021-02-10T00:51:51.480Z] 36b3adc4ff6f: Pull complete [2021-02-10T00:51:51.480Z] 8ad3a11d3b57: Verifying Checksum [2021-02-10T00:51:51.480Z] 8ad3a11d3b57: Download complete [2021-02-10T00:51:52.443Z] 8ad3a11d3b57: Pull complete [2021-02-10T00:51:52.443Z] 46f8f816bc3b: Pull complete [2021-02-10T00:51:53.395Z] aa168da1d23b: Verifying Checksum [2021-02-10T00:51:53.395Z] aa168da1d23b: Download complete [2021-02-10T00:51:54.345Z] 93b61091891f: Pull complete [2021-02-10T00:51:54.608Z] 93b9cdb0e59b: Pull complete [2021-02-10T00:51:54.608Z] 5e14af77c1be: Pull complete [2021-02-10T00:51:54.870Z] 01666e4c0597: Pull complete [2021-02-10T00:52:04.907Z] aa168da1d23b: Pull complete [2021-02-10T00:52:04.907Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-10T00:52:04.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-10T00:52:04.907Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-10T00:52:05.404Z] prd-centos7-docker-4c-2g-25880 does not seem to be running inside a container [2021-02-10T00:52:05.454Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/61/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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@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-lftools-log-publisher:alpine cat [2021-02-10T00:52:08.456Z] $ docker top 517bf1b0ee78a01008d2bde45408a20f90b5d61118885fc852a7b5611c915a08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-10T00:52:09.106Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-10T00:52:09.413Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-10T00:52:09.715Z] + ls /var/log/sa-host [2021-02-10T00:52:09.715Z] + sadf -c /var/log/sa-host/sa10 [2021-02-10T00:52:09.715Z] file_magic: OK [2021-02-10T00:52:09.715Z] HZ: Using current value: 100 [2021-02-10T00:52:09.715Z] file_header: OK [2021-02-10T00:52:09.715Z] 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-10T00:52:09.715Z] Statistics: [2021-02-10T00:52:09.715Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-10T00:52:09.715Z] File successfully converted to sysstat format version 12.2.1 [2021-02-10T00:52:09.715Z] + sadf -c /var/log/sa-host/sa23 [2021-02-10T00:52:09.715Z] file_magic: OK [2021-02-10T00:52:09.715Z] HZ: Using current value: 100 [2021-02-10T00:52:09.715Z] file_header: OK [2021-02-10T00:52:09.715Z] 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-10T00:52:09.715Z] Statistics: [2021-02-10T00:52:09.715Z] Hnuu...uuuununununu... [2021-02-10T00:52:09.715Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-10T00:52:10.444Z] provisioning config files... [2021-02-10T00:52:10.466Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/61@tmp/config4287738690932271969tmp [Pipeline] { [Pipeline] echo [2021-02-10T00:52:10.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:52:10.873Z] ---> create-netrc.sh [Pipeline] } [2021-02-10T00:52:10.883Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-10T00:52:10.975Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:52:11.274Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-10T00:52:11.286Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:52:11.584Z] ---> sudo-logs.sh [2021-02-10T00:52:11.584Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-10T00:52:11.595Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:52:11.899Z] ---> job-cost.sh [2021-02-10T00:52:11.900Z] lf-activate-venv: SKIPPING [2021-02-10T00:52:11.900Z] INFO: No Stack... [2021-02-10T00:52:12.845Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-10T00:52:13.108Z] INFO: Archiving Costs [Pipeline] echo [2021-02-10T00:52:13.122Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-10T00:52:13.421Z] ---> logs-deploy.sh [2021-02-10T00:52:13.421Z] lf-activate-venv: SKIPPING [2021-02-10T00:52:13.421Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/61 [2021-02-10T00:52:13.421Z] INFO: archiving workspace using pattern(s): [2021-02-10T00:52:14.813Z] Archives upload complete. [2021-02-10T00:52:15.077Z] INFO: archiving logs to Nexus