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 61638ca62d33426a2ce3f2b4b107772a009d1874 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 61638ca62d33426a2ce3f2b4b107772a009d1874 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true 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-27047 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/67 [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/67 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 74d60f4302fa115f15827d58e8c043331c1a2f45 Checking out Revision 74d60f4302fa115f15827d58e8c043331c1a2f45 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74d60f4302fa115f15827d58e8c043331c1a2f45 # timeout=10 Commit message: "Merge commit '61638ca62d33426a2ce3f2b4b107772a009d1874' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-21T00:31:30.106Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 [2021-02-21T00:31:30.354Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-21T00:31:30.452Z] ========================================================= [2021-02-21T00:31:30.452Z] EdgeX Global Pipelines Version Info [2021-02-21T00:31:30.452Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:31:32.052Z] ------------------- [2021-02-21T00:31:32.052Z] stable info: [2021-02-21T00:31:32.052Z] ------------------- [2021-02-21T00:31:32.052Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-21T00:31:32.052Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-21T00:31:32.052Z] Message: update stable to v1.0.179 [2021-02-21T00:31:33.004Z] ------------------- [2021-02-21T00:31:33.004Z] experimental info: [2021-02-21T00:31:33.004Z] ------------------- [2021-02-21T00:31:33.004Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-21T00:31:33.004Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-21T00:31:33.004Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-21T00:31:33.265Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-21T00:31:33.352Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-21T00:31:33.454Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-21T00:31:33.542Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-21T00:31:33.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-21T00:31:33.773Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-21T00:31:33.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-21T00:31:33.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-21T00:31:34.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-21T00:31:34.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-21T00:31:34.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-21T00:31:34.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-21T00:31:34.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-21T00:31:34.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-21T00:31:34.615Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-21T00:31:34.701Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-21T00:31:34.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-21T00:31:34.878Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-21T00:31:35.009Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-21T00:31:35.125Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-21T00:31:35.221Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-21T00:31:35.331Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-21T00:31:35.423Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-21T00:31:35.537Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-21T00:31:35.728Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-21T00:31:35.880Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-21T00:31:35.969Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74d60f4302fa115f15827d58e8c043331c1a2f45 [Pipeline] echo [2021-02-21T00:31:36.050Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74d60f4 [Pipeline] echo [2021-02-21T00:31:36.129Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-21T00:31:36.292Z] provisioning config files... [2021-02-21T00:31:36.321Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/67@tmp/config4655473987224006216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:31:36.680Z] ---> docker-login.sh [2021-02-21T00:31:36.680Z] nexus3.edgexfoundry.org:10001 [2021-02-21T00:31:36.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:31:36.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:31:36.942Z] Configure a credential helper to remove this warning. See [2021-02-21T00:31:36.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:31:36.942Z] [2021-02-21T00:31:36.942Z] Login Succeeded [2021-02-21T00:31:36.942Z] nexus3.edgexfoundry.org:10002 [2021-02-21T00:31:37.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:31:37.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:31:37.207Z] Configure a credential helper to remove this warning. See [2021-02-21T00:31:37.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:31:37.207Z] [2021-02-21T00:31:37.207Z] Login Succeeded [2021-02-21T00:31:37.207Z] nexus3.edgexfoundry.org:10003 [2021-02-21T00:31:37.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:31:37.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:31:37.471Z] Configure a credential helper to remove this warning. See [2021-02-21T00:31:37.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:31:37.471Z] [2021-02-21T00:31:37.471Z] Login Succeeded [2021-02-21T00:31:37.471Z] nexus3.edgexfoundry.org:10004 [2021-02-21T00:31:37.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:31:37.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:31:37.471Z] Configure a credential helper to remove this warning. See [2021-02-21T00:31:37.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:31:37.471Z] [2021-02-21T00:31:37.471Z] Login Succeeded [2021-02-21T00:31:37.471Z] docker.io [2021-02-21T00:31:37.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:31:37.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:31:37.997Z] Configure a credential helper to remove this warning. See [2021-02-21T00:31:37.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:31:37.997Z] [2021-02-21T00:31:37.997Z] Login Succeeded [2021-02-21T00:31:37.997Z] ---> docker-login.sh ends [Pipeline] } [2021-02-21T00:31:38.013Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-21T00:31:38.479Z] ++ 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-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/core-command/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/core-data/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-21T00:31:38.479Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-21T00:31:38.479Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-21T00:31:38.479Z] ++ cut -d/ -f2 [2021-02-21T00:31:38.479Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-21T00:31:38.555Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:31:40.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-21T00:31:40.158Z] [2021-02-21T00:31:40.158Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:31:40.525Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-21T00:31:40.525Z] latest: Pulling from edgex-devops/git-semver [2021-02-21T00:31:40.525Z] 31603596830f: Pulling fs layer [2021-02-21T00:31:40.525Z] 2a8b12db71e7: Pulling fs layer [2021-02-21T00:31:40.525Z] 6ca5941a6612: Pulling fs layer [2021-02-21T00:31:40.525Z] ecc8261a40a4: Pulling fs layer [2021-02-21T00:31:40.525Z] ecc8261a40a4: Waiting [2021-02-21T00:31:40.525Z] 2a8b12db71e7: Verifying Checksum [2021-02-21T00:31:40.525Z] 2a8b12db71e7: Download complete [2021-02-21T00:31:40.793Z] 31603596830f: Download complete [2021-02-21T00:31:40.793Z] ecc8261a40a4: Verifying Checksum [2021-02-21T00:31:40.793Z] ecc8261a40a4: Download complete [2021-02-21T00:31:40.793Z] 6ca5941a6612: Verifying Checksum [2021-02-21T00:31:40.793Z] 6ca5941a6612: Download complete [2021-02-21T00:31:41.057Z] 31603596830f: Pull complete [2021-02-21T00:31:41.057Z] 2a8b12db71e7: Pull complete [2021-02-21T00:31:42.006Z] 6ca5941a6612: Pull complete [2021-02-21T00:31:42.269Z] ecc8261a40a4: Pull complete [2021-02-21T00:31:42.269Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-21T00:31:42.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-21T00:31:42.269Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-21T00:31:42.370Z] prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container [2021-02-21T00:31:42.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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-21T00:31:44.935Z] $ docker top 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-21T00:31:45.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-21T00:31:45.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-21T00:31:45.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-21T00:31:45.550Z] $ docker exec 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent [2021-02-21T00:31:45.712Z] SSH_AUTH_SOCK=/tmp/ssh-Uq6IUv4BF4mb/agent.12 [2021-02-21T00:31:45.712Z] SSH_AGENT_PID=17 [2021-02-21T00:31:45.723Z] Running ssh-add (command line suppressed) [2021-02-21T00:31:45.836Z] Identity added: /w/workspace/edgex-go/67@tmp/private_key_2680169937081748571.key (/w/workspace/edgex-go/67@tmp/private_key_2680169937081748571.key) [2021-02-21T00:31:45.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-21T00:31:46.225Z] + git tag --points-at HEAD [Pipeline] } [2021-02-21T00:31:46.254Z] $ docker exec --env ******** --env ******** 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent -k [2021-02-21T00:31:46.379Z] unset SSH_AUTH_SOCK; [2021-02-21T00:31:46.380Z] unset SSH_AGENT_PID; [2021-02-21T00:31:46.380Z] echo Agent pid 17 killed; [2021-02-21T00:31:46.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-21T00:31:46.558Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-21T00:31:46.558Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-21T00:31:46.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-21T00:31:46.727Z] $ docker exec 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent [2021-02-21T00:31:46.894Z] SSH_AUTH_SOCK=/tmp/ssh-7C1fk5Op2hNl/agent.45 [2021-02-21T00:31:46.894Z] SSH_AGENT_PID=51 [2021-02-21T00:31:46.902Z] Running ssh-add (command line suppressed) [2021-02-21T00:31:47.017Z] Identity added: /w/workspace/edgex-go/67@tmp/private_key_7870216035710984948.key (/w/workspace/edgex-go/67@tmp/private_key_7870216035710984948.key) [2021-02-21T00:31:47.068Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-21T00:31:47.412Z] + git semver init [2021-02-21T00:31:47.412Z] # -> Open(): unable to determine branch for HEAD [2021-02-21T00:31:47.412Z] # $GIT_DIR = /w/workspace/edgex-go/67/.git [2021-02-21T00:31:47.412Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/67 [2021-02-21T00:31:47.412Z] # $SEMVER_REMOTE_NAME = origin [2021-02-21T00:31:47.412Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-21T00:31:47.412Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-21T00:31:47.412Z] # $SEMVER_BRANCH = PR-2858 [2021-02-21T00:31:47.412Z] # $SEMVER_TEMP = /tmp/semver-440845888 [2021-02-21T00:31:47.412Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-21T00:32:05.648Z] # '/tmp/semver-440845888' -> '/w/workspace/edgex-go/67/.semver' [2021-02-21T00:32:05.648Z] # -> Force: false [2021-02-21T00:32:05.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/67/.semver [Pipeline] } [2021-02-21T00:32:05.663Z] $ docker exec --env ******** --env ******** 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa ssh-agent -k [2021-02-21T00:32:05.865Z] unset SSH_AUTH_SOCK; [2021-02-21T00:32:05.865Z] unset SSH_AGENT_PID; [2021-02-21T00:32:05.865Z] echo Agent pid 51 killed; [2021-02-21T00:32:05.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-21T00:32:06.406Z] + git semver [Pipeline] } [2021-02-21T00:32:06.426Z] $ docker stop --time=1 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa [2021-02-21T00:32:08.071Z] $ docker rm -f 5e996c227eeef082b681832190d2641258529064f55d44eec93bd96f435af7aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-21T00:32:08.581Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-21T00:32:09.091Z] Stashed 1 file(s) [Pipeline] echo [2021-02-21T00:32:09.094Z] [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-21T00:32:09.989Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-21T00:32:10.291Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-21T00:32:10.597Z] + sudo service docker restart [2021-02-21T00:32:10.597Z] + true [2021-02-21T00:32:10.597Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-21T00:32:11.188Z] ========================================================= [2021-02-21T00:32:11.188Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-21T00:32:11.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:32:11.546Z] + 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-21T00:32:15.773Z] Sending build context to Docker daemon 328MB [2021-02-21T00:32:15.773Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-21T00:32:15.773Z] Step 2/6 : FROM ${BASE} [2021-02-21T00:32:15.773Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-21T00:32:15.773Z] 188c0c94c7c5: Pulling fs layer [2021-02-21T00:32:15.773Z] 0ef7d3d256c8: Pulling fs layer [2021-02-21T00:32:15.773Z] de9db76c5a1d: Pulling fs layer [2021-02-21T00:32:15.773Z] bca2f99d35d6: Pulling fs layer [2021-02-21T00:32:15.773Z] 93359f2a8cfa: Pulling fs layer [2021-02-21T00:32:15.773Z] 7c6f9722023f: Pulling fs layer [2021-02-21T00:32:15.773Z] a35cf1a2eb13: Pulling fs layer [2021-02-21T00:32:15.773Z] 93359f2a8cfa: Waiting [2021-02-21T00:32:15.773Z] bca2f99d35d6: Waiting [2021-02-21T00:32:15.773Z] 7c6f9722023f: Waiting [2021-02-21T00:32:15.773Z] a35cf1a2eb13: Waiting [2021-02-21T00:32:15.773Z] de9db76c5a1d: Verifying Checksum [2021-02-21T00:32:15.773Z] de9db76c5a1d: Download complete [2021-02-21T00:32:15.773Z] 0ef7d3d256c8: Download complete [2021-02-21T00:32:15.773Z] 93359f2a8cfa: Verifying Checksum [2021-02-21T00:32:15.773Z] 93359f2a8cfa: Download complete [2021-02-21T00:32:15.773Z] 7c6f9722023f: Download complete [2021-02-21T00:32:15.773Z] 188c0c94c7c5: Verifying Checksum [2021-02-21T00:32:15.774Z] 188c0c94c7c5: Download complete [2021-02-21T00:32:16.038Z] 188c0c94c7c5: Pull complete [2021-02-21T00:32:16.300Z] 0ef7d3d256c8: Pull complete [2021-02-21T00:32:16.300Z] de9db76c5a1d: Pull complete [2021-02-21T00:32:17.250Z] a35cf1a2eb13: Verifying Checksum [2021-02-21T00:32:17.250Z] a35cf1a2eb13: Download complete [2021-02-21T00:32:18.200Z] bca2f99d35d6: Verifying Checksum [2021-02-21T00:32:18.200Z] bca2f99d35d6: Download complete [2021-02-21T00:32:23.531Z] bca2f99d35d6: Pull complete [2021-02-21T00:32:23.531Z] 93359f2a8cfa: Pull complete [2021-02-21T00:32:23.531Z] 7c6f9722023f: Pull complete [2021-02-21T00:32:24.493Z] Still waiting to schedule task [2021-02-21T00:32:24.493Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-21T00:32:28.854Z] a35cf1a2eb13: Pull complete [2021-02-21T00:32:28.854Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-21T00:32:28.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-21T00:32:28.854Z] ---> a62c8e92a672 [2021-02-21T00:32:28.854Z] 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-21T00:32:28.854Z] ---> Running in b7b79b002376 [2021-02-21T00:32:28.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:32:29.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:32:30.068Z] (1/12) Installing libmagic (5.38-r0) [2021-02-21T00:32:30.644Z] (2/12) Installing file (5.38-r0) [2021-02-21T00:32:30.644Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-21T00:32:30.644Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-21T00:32:42.905Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-21T00:32:42.905Z] (6/12) Installing patch (2.7.6-r6) [2021-02-21T00:32:42.905Z] (7/12) Installing build-base (0.5-r2) [2021-02-21T00:32:42.905Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-21T00:32:42.905Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-21T00:32:42.905Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-21T00:32:42.905Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-21T00:32:42.905Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-21T00:32:42.905Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:32:42.905Z] OK: 233 MiB in 51 packages [2021-02-21T00:32:45.463Z] Removing intermediate container b7b79b002376 [2021-02-21T00:32:45.463Z] ---> 2e0e9b788e4b [2021-02-21T00:32:45.463Z] Step 4/6 : WORKDIR /edgex-go [2021-02-21T00:32:45.463Z] ---> Running in f21c1f4af033 [2021-02-21T00:32:45.728Z] Removing intermediate container f21c1f4af033 [2021-02-21T00:32:45.728Z] ---> f4c3f5db012b [2021-02-21T00:32:45.728Z] Step 5/6 : COPY go.mod . [2021-02-21T00:32:45.728Z] ---> 7b63c94e536d [2021-02-21T00:32:45.728Z] Step 6/6 : RUN go mod download [2021-02-21T00:32:45.991Z] ---> Running in 4e88a3a0a028 [2021-02-21T00:33:07.999Z] Removing intermediate container 4e88a3a0a028 [2021-02-21T00:33:07.999Z] ---> 4a258d5d541e [2021-02-21T00:33:07.999Z] Successfully built 4a258d5d541e [2021-02-21T00:33:07.999Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:33:08.319Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-21T00:33:08.319Z] . [Pipeline] withDockerContainer [2021-02-21T00:33:08.426Z] prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container [2021-02-21T00:33:08.477Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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-21T00:33:09.383Z] $ docker top 5eb3430197c0926047a6f81feb4cb9449a3b57548d0e65d09b4209b1181257a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-21T00:33:09.900Z] + go version [2021-02-21T00:33:09.900Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-21T00:33:09.913Z] $ docker stop --time=1 5eb3430197c0926047a6f81feb4cb9449a3b57548d0e65d09b4209b1181257a2 [2021-02-21T00:33:11.259Z] $ docker rm -f 5eb3430197c0926047a6f81feb4cb9449a3b57548d0e65d09b4209b1181257a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:33:12.008Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-21T00:33:12.008Z] . [Pipeline] withDockerContainer [2021-02-21T00:33:12.107Z] prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container [2021-02-21T00:33:12.149Z] $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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-21T00:33:13.236Z] $ docker top fde9d578b5266551749f0ca144d3ee8acba66d5fbaf1d3f18a81fc1a31847066 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-21T00:33:13.408Z] ========================================================= [2021-02-21T00:33:13.408Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-21T00:33:13.408Z] ========================================================= [Pipeline] sh [2021-02-21T00:33:13.698Z] + make test [2021-02-21T00:33:13.698Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-21T00:33:21.878Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-21T00:33:43.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-21T00:33:43.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-21T00:33:44.920Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-21T00:33:44.920Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-21T00:33:45.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-21T00:33:45.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-21T00:33:45.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-21T00:33:45.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-21T00:33:46.853Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-21T00:33:47.122Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-21T00:33:49.714Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-21T00:33:49.714Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-21T00:33:49.714Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-21T00:33:52.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 45.9% of statements [2021-02-21T00:33:52.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-21T00:33:52.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-21T00:33:52.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-21T00:33:52.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-21T00:33:52.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-21T00:33:52.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-21T00:33:52.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-21T00:33:52.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-02-21T00:33:55.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-21T00:33:55.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-21T00:33:55.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-21T00:33:55.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-21T00:33:55.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.3% of statements [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-21T00:33:55.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-21T00:33:58.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-21T00:33:58.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-21T00:33:58.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-21T00:33:58.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-21T00:33:58.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-02-21T00:33:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-21T00:33:58.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-02-21T00:33:58.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-21T00:33:58.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-21T00:33:58.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-21T00:33:58.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-21T00:34:01.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.457s coverage: 92.8% of statements [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-21T00:34:01.659Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-21T00:34:01.659Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-02-21T00:34:01.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-21T00:34:01.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-21T00:34:01.660Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-02-21T00:34:01.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-21T00:34:01.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-21T00:34:01.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-21T00:34:01.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 45.5% of statements [2021-02-21T00:34:01.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-02-21T00:34:01.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements [2021-02-21T00:34:01.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements [2021-02-21T00:34:01.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-21T00:34:13.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.046s coverage: 94.4% of statements [2021-02-21T00:34:13.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 68.9% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 36.1% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 89.4% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.070s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-21T00:34:26.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-02-21T00:34:26.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-21T00:34:26.216Z] GO111MODULE=on go vet ./... [2021-02-21T00:34:52.996Z] gofmt -l . [2021-02-21T00:34:52.996Z] [ "`gofmt -l .`" = "" ] [2021-02-21T00:34:52.997Z] ./bin/test-go-mod-tidy.sh [2021-02-21T00:34:52.997Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-21T00:34:53.308Z] + ls -al . [2021-02-21T00:34:53.308Z] total 704 [2021-02-21T00:34:53.308Z] drwxrwxr-x 10 1001 1001 4096 Feb 21 00:34 . [2021-02-21T00:34:53.308Z] drwxr-xr-x 4 root root 30 Feb 21 00:33 .. [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 11 Feb 21 00:31 .dockerignore [2021-02-21T00:34:53.308Z] drwxrwxr-x 8 1001 1001 179 Feb 21 00:31 .git [2021-02-21T00:34:53.308Z] drwxrwxr-x 3 1001 1001 125 Feb 21 00:31 .github [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 818 Feb 21 00:31 .gitignore [2021-02-21T00:34:53.308Z] drwx------ 3 1001 1001 60 Feb 21 00:32 .semver [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 166 Feb 21 00:31 .sonarcloud.properties [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 8475 Feb 21 00:31 Attribution.txt [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 3804 Feb 21 00:31 CONTRIBUTING.md [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 931 Feb 21 00:31 Dockerfile.build [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 863 Feb 21 00:31 Jenkinsfile [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 10775 Feb 21 00:31 LICENSE [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 5774 Feb 21 00:31 Makefile [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 6524 Feb 21 00:31 README.md [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 6755 Feb 21 00:31 SECURITY.md [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 5 Feb 21 00:32 VERSION [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 4131 Feb 21 00:31 ZMQWindows.md [2021-02-21T00:34:53.308Z] drwxrwxr-x 2 1001 1001 117 Feb 21 00:31 bin [2021-02-21T00:34:53.308Z] drwxrwxr-x 14 1001 1001 4096 Feb 21 00:31 cmd [2021-02-21T00:34:53.308Z] -rw-r--r-- 1 root root 591368 Feb 21 00:34 coverage.out [2021-02-21T00:34:53.308Z] -rw-r--r-- 1 root root 1055 Feb 21 00:34 go.mod [2021-02-21T00:34:53.308Z] -rw-r--r-- 1 root root 21410 Feb 21 00:34 go.sum [2021-02-21T00:34:53.308Z] drwxrwxr-x 8 1001 1001 127 Feb 21 00:31 internal [2021-02-21T00:34:53.308Z] drwxrwxr-x 4 1001 1001 26 Feb 21 00:31 openapi [2021-02-21T00:34:53.308Z] drwxrwxr-x 4 1001 1001 71 Feb 21 00:31 snap [2021-02-21T00:34:53.308Z] -rw-rw-r-- 1 1001 1001 168 Feb 21 00:31 version.go [Pipeline] sh [2021-02-21T00:34:53.608Z] + '[' -e coverage.out ] [2021-02-21T00:34:53.608Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-21T00:34:53.868Z] Stashed 1 file(s) [Pipeline] sh [2021-02-21T00:34:54.167Z] + make build [2021-02-21T00:34:54.167Z] 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-21T00:35:00.330Z] 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-21T00:35:07.014Z] 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-21T00:35:07.595Z] 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-21T00:35:09.550Z] 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-21T00:35:09.550Z] 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-21T00:35:11.472Z] 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-21T00:35:12.909Z] 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-21T00:35:14.307Z] 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-21T00:35:15.256Z] 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-21T00:35:16.217Z] 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-21T00:35:17.169Z] 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-21T00:35:19.131Z] $ docker stop --time=1 fde9d578b5266551749f0ca144d3ee8acba66d5fbaf1d3f18a81fc1a31847066 [2021-02-21T00:35:20.791Z] $ docker rm -f fde9d578b5266551749f0ca144d3ee8acba66d5fbaf1d3f18a81fc1a31847066 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:35:24.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-21T00:35:24.539Z] [2021-02-21T00:35:24.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:35:24.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-21T00:35:24.894Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-21T00:35:24.894Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-21T00:35:24.894Z] ca9280d653b3: Pulling fs layer [2021-02-21T00:35:24.894Z] 7e9c9ca2126c: Pulling fs layer [2021-02-21T00:35:25.158Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-21T00:35:25.158Z] cbdbe7a5bc2a: Download complete [2021-02-21T00:35:25.740Z] cbdbe7a5bc2a: Pull complete [2021-02-21T00:35:26.008Z] ca9280d653b3: Verifying Checksum [2021-02-21T00:35:26.008Z] ca9280d653b3: Download complete [2021-02-21T00:35:26.967Z] 7e9c9ca2126c: Download complete [2021-02-21T00:35:26.967Z] ca9280d653b3: Pull complete [2021-02-21T00:35:33.592Z] 7e9c9ca2126c: Pull complete [2021-02-21T00:35:33.592Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-21T00:35:33.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-21T00:35:33.592Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-21T00:35:33.760Z] prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container [2021-02-21T00:35:33.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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-21T00:35:36.781Z] $ docker top fd364b11d72b7215012576e0525454f50e9aeeeb6618889ea024fb84ab0ac093 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-21T00:35:37.246Z] + docker-compose build --help [2021-02-21T00:35:37.246Z] + grep parallel [2021-02-21T00:35:38.190Z] --parallel Build images in parallel. [Pipeline] } [2021-02-21T00:35:38.205Z] $ docker stop --time=1 fd364b11d72b7215012576e0525454f50e9aeeeb6618889ea024fb84ab0ac093 [2021-02-21T00:35:39.552Z] $ docker rm -f fd364b11d72b7215012576e0525454f50e9aeeeb6618889ea024fb84ab0ac093 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:35:40.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-21T00:35:40.136Z] . [Pipeline] withDockerContainer [2021-02-21T00:35:40.235Z] prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container [2021-02-21T00:35:40.296Z] $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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-21T00:35:40.892Z] $ docker top 5fe9ee40d4c6b57da275d0ad447cecb46516ae8d75385ebb6a53b76f5720266e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-21T00:35:41.435Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-21T00:35:42.390Z] Building docker-core-command-go ... [2021-02-21T00:35:42.390Z] Building docker-core-data-go ... [2021-02-21T00:35:42.390Z] Building docker-core-metadata-go ... [2021-02-21T00:35:42.390Z] Building docker-security-bootstrapper-go ... [2021-02-21T00:35:42.390Z] Building docker-security-proxy-setup-go ... [2021-02-21T00:35:42.390Z] Building docker-security-secretstore-setup-go ... [2021-02-21T00:35:42.390Z] Building docker-support-notifications-go ... [2021-02-21T00:35:42.390Z] Building docker-support-scheduler-go ... [2021-02-21T00:35:42.390Z] Building docker-sys-mgmt-agent-go ... [2021-02-21T00:35:42.390Z] Building docker-security-secretstore-setup-go [2021-02-21T00:35:42.390Z] Building docker-security-proxy-setup-go [2021-02-21T00:35:42.390Z] Building docker-support-scheduler-go [2021-02-21T00:35:42.390Z] Building docker-support-notifications-go [2021-02-21T00:35:42.390Z] Building docker-security-bootstrapper-go [2021-02-21T00:36:00.257Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27048 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-21T00:36:00.304Z] Running in /w/workspace/edgex-go/67 [Pipeline] { [Pipeline] checkout [2021-02-21T00:36:05.471Z] using credential edgex-jenkins-ssh [2021-02-21T00:36:05.536Z] Cloning the remote Git repository [2021-02-21T00:36:05.586Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-21T00:36:05.704Z] > git init /w/workspace/edgex-go/67 # timeout=10 [2021-02-21T00:36:05.775Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-21T00:36:05.776Z] > git --version # timeout=10 [2021-02-21T00:36:05.793Z] > git --version # 'git version 2.17.1' [2021-02-21T00:36:05.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-21T00:36:05.856Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-21T00:36:14.656Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:36:14.656Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:36:14.656Z] ---> 4a258d5d541e [2021-02-21T00:36:14.656Z] Step 3/22 : WORKDIR /edgex-go [2021-02-21T00:36:14.656Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:36:14.656Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:36:14.656Z] ---> 4a258d5d541e [2021-02-21T00:36:14.656Z] Step 3/22 : WORKDIR /edgex-go [2021-02-21T00:36:14.656Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:36:14.656Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:36:14.656Z] ---> 4a258d5d541e [2021-02-21T00:36:14.656Z] Step 3/21 : WORKDIR /edgex-go [2021-02-21T00:36:14.656Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:36:14.656Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:36:14.656Z] ---> 4a258d5d541e [2021-02-21T00:36:14.656Z] Step 3/24 : WORKDIR /edgex-go [2021-02-21T00:36:14.656Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:36:14.656Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:36:14.656Z] ---> 4a258d5d541e [2021-02-21T00:36:14.656Z] Step 3/30 : WORKDIR /edgex-go [2021-02-21T00:36:14.656Z] ---> Running in b985c6b17da1 [2021-02-21T00:36:14.656Z] ---> Running in 92da857cc2d2 [2021-02-21T00:36:14.656Z] ---> Running in 415c43a70357 [2021-02-21T00:36:14.656Z] ---> Running in bf9a763c8b20 [2021-02-21T00:36:14.656Z] ---> Running in 87a6f9fdb6cf [2021-02-21T00:36:14.656Z] Removing intermediate container bf9a763c8b20 [2021-02-21T00:36:14.656Z] ---> 423de8688f80 [2021-02-21T00:36:14.656Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:36:14.656Z] Removing intermediate container 415c43a70357 [2021-02-21T00:36:14.656Z] ---> d58388c5c78c [2021-02-21T00:36:14.656Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:36:14.656Z] Removing intermediate container 92da857cc2d2 [2021-02-21T00:36:14.656Z] ---> 4607872f5f57 [2021-02-21T00:36:14.656Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:36:14.656Z] Removing intermediate container 87a6f9fdb6cf [2021-02-21T00:36:14.656Z] ---> 8d8f8298945a [2021-02-21T00:36:14.656Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:36:14.656Z] Removing intermediate container b985c6b17da1 [2021-02-21T00:36:14.656Z] ---> 281e315f0790 [2021-02-21T00:36:14.656Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:36:14.656Z] ---> Running in bd843596cef0 [2021-02-21T00:36:14.656Z] ---> Running in 5781da8b1e1b [2021-02-21T00:36:14.656Z] ---> Running in 3634196d8560 [2021-02-21T00:36:14.923Z] ---> Running in 977bb69af0e3 [2021-02-21T00:36:14.924Z] ---> Running in 081b3a780968 [2021-02-21T00:36:16.859Z] Removing intermediate container bd843596cef0 [2021-02-21T00:36:16.859Z] ---> 55abaf968403 [2021-02-21T00:36:16.859Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-21T00:36:16.859Z] ---> Running in d3dda10182fc [2021-02-21T00:36:16.859Z] Removing intermediate container 3634196d8560 [2021-02-21T00:36:16.859Z] ---> 084e4fb3feae [2021-02-21T00:36:16.859Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-21T00:36:16.859Z] Removing intermediate container 5781da8b1e1b [2021-02-21T00:36:16.859Z] ---> 7bf59fd4a8ff [2021-02-21T00:36:16.859Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-21T00:36:17.134Z] Removing intermediate container 977bb69af0e3 [2021-02-21T00:36:17.134Z] ---> 17f9b6ba2c50 [2021-02-21T00:36:17.134Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-21T00:36:17.134Z] ---> Running in b862990fff32 [2021-02-21T00:36:17.134Z] ---> Running in 88b2624cea6a [2021-02-21T00:36:17.134Z] Removing intermediate container 081b3a780968 [2021-02-21T00:36:17.134Z] ---> 2eaafb943e82 [2021-02-21T00:36:17.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-21T00:36:17.404Z] ---> Running in 3aacdfba3946 [2021-02-21T00:36:17.405Z] ---> Running in 03a5249f6ba6 [2021-02-21T00:36:17.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:17.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:18.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:18.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:18.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:19.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:19.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:19.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:19.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:19.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:36:20.152Z] OK: 233 MiB in 51 packages [2021-02-21T00:36:20.732Z] Removing intermediate container d3dda10182fc [2021-02-21T00:36:20.732Z] ---> da03ec1885de [2021-02-21T00:36:20.732Z] Step 6/21 : COPY go.mod . [2021-02-21T00:36:20.732Z] OK: 233 MiB in 51 packages [2021-02-21T00:36:20.732Z] OK: 233 MiB in 51 packages [2021-02-21T00:36:21.000Z] ---> 6ef8767afbce [2021-02-21T00:36:21.000Z] Step 7/21 : RUN go mod download [2021-02-21T00:36:21.000Z] OK: 233 MiB in 51 packages [2021-02-21T00:36:21.000Z] OK: 233 MiB in 51 packages [2021-02-21T00:36:21.000Z] ---> Running in ede1d3fa14c7 [2021-02-21T00:36:21.573Z] Removing intermediate container b862990fff32 [2021-02-21T00:36:21.573Z] ---> 27d64a70483c [2021-02-21T00:36:21.573Z] Step 6/30 : COPY go.mod . [2021-02-21T00:36:21.835Z] Removing intermediate container 88b2624cea6a [2021-02-21T00:36:21.835Z] ---> 62787369076a [2021-02-21T00:36:21.835Z] Step 6/24 : COPY go.mod . [2021-02-21T00:36:21.835Z] ---> ccf22fe26ff7 [2021-02-21T00:36:21.835Z] Step 7/30 : RUN go mod download [2021-02-21T00:36:22.098Z] Removing intermediate container 03a5249f6ba6 [2021-02-21T00:36:22.098Z] ---> 3afdc963967e [2021-02-21T00:36:22.098Z] Step 6/22 : COPY go.mod . [2021-02-21T00:36:22.098Z] Removing intermediate container 3aacdfba3946 [2021-02-21T00:36:22.098Z] ---> 410196317ab0 [2021-02-21T00:36:22.098Z] Step 6/22 : COPY go.mod . [2021-02-21T00:36:22.098Z] ---> Running in a98a63bd233e [2021-02-21T00:36:22.276Z] Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-21T00:36:22.360Z] ---> ad14e8ef8598 [2021-02-21T00:36:22.360Z] Step 7/24 : RUN go mod download [2021-02-21T00:36:22.623Z] ---> 9e381edef9f0 [2021-02-21T00:36:22.623Z] Step 7/22 : RUN go mod download [2021-02-21T00:36:22.623Z] ---> Running in e3ba26671e9b [2021-02-21T00:36:22.623Z] ---> e3b5849d59de [2021-02-21T00:36:22.623Z] Step 7/22 : RUN go mod download [2021-02-21T00:36:22.623Z] ---> Running in 9e82f4737864 [2021-02-21T00:36:21.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-21T00:36:21.371Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-21T00:36:21.395Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-21T00:36:21.427Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-21T00:36:21.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-21T00:36:21.440Z] > 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-21T00:36:22.292Z] > git config core.sparsecheckout # timeout=10 [2021-02-21T00:36:22.309Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-21T00:36:22.609Z] > git remote # timeout=10 [2021-02-21T00:36:22.896Z] ---> Running in f129ccc09844 [2021-02-21T00:36:23.586Z] Merge succeeded, producing e5564c1fbd2c8542898c2bea6ad4a80397b9ac7b [2021-02-21T00:36:23.586Z] Checking out Revision e5564c1fbd2c8542898c2bea6ad4a80397b9ac7b (PR-2858) [2021-02-21T00:36:23.863Z] Removing intermediate container ede1d3fa14c7 [2021-02-21T00:36:23.863Z] ---> 1fcd2720f1a3 [2021-02-21T00:36:23.863Z] Step 8/21 : COPY . . [2021-02-21T00:36:23.863Z] Removing intermediate container a98a63bd233e [2021-02-21T00:36:23.863Z] ---> 9b35bb3d0719 [2021-02-21T00:36:23.863Z] Step 8/30 : COPY . . [2021-02-21T00:36:22.664Z] > git config --get remote.origin.url # timeout=10 [2021-02-21T00:36:22.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-21T00:36:22.705Z] > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 [2021-02-21T00:36:23.568Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-21T00:36:23.589Z] > git config core.sparsecheckout # timeout=10 [2021-02-21T00:36:23.614Z] > git checkout -f e5564c1fbd2c8542898c2bea6ad4a80397b9ac7b # timeout=10 [2021-02-21T00:36:27.215Z] Removing intermediate container e3ba26671e9b [2021-02-21T00:36:27.215Z] ---> d4c5da615f83 [2021-02-21T00:36:27.215Z] Step 8/24 : COPY . . [2021-02-21T00:36:27.914Z] Commit message: "Merge commit '61638ca62d33426a2ce3f2b4b107772a009d1874' into HEAD" [2021-02-21T00:36:27.941Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-21T00:36:27.919Z] > git rev-list --no-walk 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 [2021-02-21T00:36:29.529Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-21T00:36:29.935Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-21T00:36:30.282Z] + sudo service docker restart [2021-02-21T00:36:30.282Z] + true [2021-02-21T00:36:30.557Z] Removing intermediate container 9e82f4737864 [2021-02-21T00:36:30.557Z] ---> 9afa65eae1a8 [2021-02-21T00:36:30.557Z] Step 8/22 : COPY . . [2021-02-21T00:36:31.142Z] Removing intermediate container f129ccc09844 [2021-02-21T00:36:31.142Z] ---> a7252ec462c9 [2021-02-21T00:36:31.142Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-21T00:36:32.341Z] provisioning config files... [2021-02-21T00:36:32.380Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/67@tmp/config3377012854615828963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:36:32.785Z] ---> docker-login.sh [2021-02-21T00:36:32.785Z] nexus3.edgexfoundry.org:10001 [2021-02-21T00:36:33.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:36:34.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:36:34.041Z] Configure a credential helper to remove this warning. See [2021-02-21T00:36:34.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:36:34.041Z] [2021-02-21T00:36:34.041Z] Login Succeeded [2021-02-21T00:36:34.041Z] nexus3.edgexfoundry.org:10002 [2021-02-21T00:36:34.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:36:34.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:36:34.586Z] Configure a credential helper to remove this warning. See [2021-02-21T00:36:34.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:36:34.586Z] [2021-02-21T00:36:34.586Z] Login Succeeded [2021-02-21T00:36:34.586Z] nexus3.edgexfoundry.org:10003 [2021-02-21T00:36:34.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:36:35.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:36:35.140Z] Configure a credential helper to remove this warning. See [2021-02-21T00:36:35.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:36:35.140Z] [2021-02-21T00:36:35.140Z] Login Succeeded [2021-02-21T00:36:35.140Z] nexus3.edgexfoundry.org:10004 [2021-02-21T00:36:35.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:36:35.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:36:35.412Z] Configure a credential helper to remove this warning. See [2021-02-21T00:36:35.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:36:35.412Z] [2021-02-21T00:36:35.412Z] Login Succeeded [2021-02-21T00:36:35.412Z] docker.io [2021-02-21T00:36:36.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-21T00:36:36.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-21T00:36:36.281Z] Configure a credential helper to remove this warning. See [2021-02-21T00:36:36.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-21T00:36:36.281Z] [2021-02-21T00:36:36.281Z] Login Succeeded [2021-02-21T00:36:36.281Z] ---> docker-login.sh ends [Pipeline] } [2021-02-21T00:36:36.297Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-21T00:36:36.775Z] ========================================================= [2021-02-21T00:36:36.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-21T00:36:36.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:36:37.149Z] + 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-21T00:36:39.789Z] Sending build context to Docker daemon 166.4MB [2021-02-21T00:36:39.789Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-21T00:36:39.789Z] Step 2/6 : FROM ${BASE} [2021-02-21T00:36:39.789Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-21T00:36:39.789Z] 5f621e34cdf4: Pulling fs layer [2021-02-21T00:36:39.789Z] a4357932f1b6: Pulling fs layer [2021-02-21T00:36:39.789Z] 18c013af1878: Pulling fs layer [2021-02-21T00:36:39.789Z] 00ac8860ef70: Pulling fs layer [2021-02-21T00:36:39.789Z] 63d7cb157983: Pulling fs layer [2021-02-21T00:36:39.789Z] b116817d02f9: Pulling fs layer [2021-02-21T00:36:39.789Z] 745a02a5169b: Pulling fs layer [2021-02-21T00:36:39.789Z] 00ac8860ef70: Waiting [2021-02-21T00:36:39.789Z] 63d7cb157983: Waiting [2021-02-21T00:36:39.789Z] b116817d02f9: Waiting [2021-02-21T00:36:39.789Z] 745a02a5169b: Waiting [2021-02-21T00:36:39.789Z] 18c013af1878: Verifying Checksum [2021-02-21T00:36:39.789Z] 18c013af1878: Download complete [2021-02-21T00:36:39.789Z] a4357932f1b6: Download complete [2021-02-21T00:36:39.789Z] 63d7cb157983: Verifying Checksum [2021-02-21T00:36:39.789Z] 63d7cb157983: Download complete [2021-02-21T00:36:39.789Z] b116817d02f9: Download complete [2021-02-21T00:36:39.789Z] 5f621e34cdf4: Verifying Checksum [2021-02-21T00:36:39.789Z] 5f621e34cdf4: Download complete [2021-02-21T00:36:40.384Z] 5f621e34cdf4: Pull complete [2021-02-21T00:36:41.003Z] a4357932f1b6: Pull complete [2021-02-21T00:36:41.276Z] 18c013af1878: Pull complete [2021-02-21T00:36:42.257Z] 745a02a5169b: Verifying Checksum [2021-02-21T00:36:42.257Z] 745a02a5169b: Download complete [2021-02-21T00:36:43.233Z] 00ac8860ef70: Verifying Checksum [2021-02-21T00:36:43.233Z] 00ac8860ef70: Download complete [2021-02-21T00:36:53.397Z] 00ac8860ef70: Pull complete [2021-02-21T00:36:53.995Z] 63d7cb157983: Pull complete [2021-02-21T00:36:54.269Z] b116817d02f9: Pull complete [2021-02-21T00:36:58.594Z] 745a02a5169b: Pull complete [2021-02-21T00:36:58.594Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-21T00:36:58.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-21T00:36:58.594Z] ---> b7e6874047d6 [2021-02-21T00:36:58.594Z] 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-21T00:37:01.232Z] ---> Running in 2c2eda9ebceb [2021-02-21T00:37:02.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:37:03.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:37:05.066Z] (1/12) Installing libmagic (5.38-r0) [2021-02-21T00:37:05.335Z] (2/12) Installing file (5.38-r0) [2021-02-21T00:37:05.335Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-21T00:37:05.335Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-21T00:37:10.039Z] ---> 3fcfe671cc29 [2021-02-21T00:37:10.039Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-21T00:37:10.039Z] ---> ad79a5ffeefe [2021-02-21T00:37:10.039Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-21T00:37:10.039Z] ---> Running in c1c70c7f8992 [2021-02-21T00:37:10.039Z] ---> Running in 71b0684fa2c6 [2021-02-21T00:37:10.039Z] ---> 0e1f952788a5 [2021-02-21T00:37:10.039Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-21T00:37:10.039Z] ---> fcf8f12725ab [2021-02-21T00:37:10.039Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-21T00:37:10.039Z] ---> 60b6f3cbfa79 [2021-02-21T00:37:10.039Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-21T00:37:10.039Z] ---> Running in 10f3996bb02b [2021-02-21T00:37:10.039Z] ---> Running in 18ec57010faf [2021-02-21T00:37:10.039Z] ---> Running in 17808ab9b127 [2021-02-21T00:37:10.039Z] 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-21T00:37:10.039Z] 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-21T00:37:10.039Z] 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-21T00:37:10.039Z] 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-21T00:37:10.039Z] 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-21T00:37:12.019Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-21T00:37:12.020Z] (6/12) Installing patch (2.7.6-r6) [2021-02-21T00:37:12.020Z] (7/12) Installing build-base (0.5-r2) [2021-02-21T00:37:12.020Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-21T00:37:12.020Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-21T00:37:12.020Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-21T00:37:12.020Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-21T00:37:12.020Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-21T00:37:12.020Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:37:12.020Z] OK: 217 MiB in 51 packages [2021-02-21T00:37:16.325Z] Removing intermediate container 2c2eda9ebceb [2021-02-21T00:37:16.325Z] ---> 0c44f00f327e [2021-02-21T00:37:16.325Z] Step 4/6 : WORKDIR /edgex-go [2021-02-21T00:37:16.325Z] ---> Running in 4504d00c8767 [2021-02-21T00:37:16.325Z] Removing intermediate container 4504d00c8767 [2021-02-21T00:37:16.325Z] ---> 126d4d8e0e6f [2021-02-21T00:37:16.325Z] Step 5/6 : COPY go.mod . [2021-02-21T00:37:16.928Z] ---> 2e06a59433be [2021-02-21T00:37:16.928Z] Step 6/6 : RUN go mod download [2021-02-21T00:37:17.208Z] ---> Running in efc6a5ece198 [2021-02-21T00:37:36.786Z] 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-21T00:37:36.786Z] 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-21T00:37:40.140Z] Removing intermediate container 71b0684fa2c6 [2021-02-21T00:37:40.140Z] ---> 8c08a592c202 [2021-02-21T00:37:40.140Z] [2021-02-21T00:37:40.140Z] Step 10/30 : FROM alpine:3.12 [2021-02-21T00:37:40.408Z] 3.12: Pulling from library/alpine [2021-02-21T00:37:44.000Z] Removing intermediate container efc6a5ece198 [2021-02-21T00:37:44.000Z] ---> a2f159c3aad9 [2021-02-21T00:37:44.000Z] Successfully built a2f159c3aad9 [2021-02-21T00:37:44.000Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:37:44.344Z] + docker inspect -f . ci-base-image-arm64 [2021-02-21T00:37:44.345Z] . [Pipeline] withDockerContainer [2021-02-21T00:37:44.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container [2021-02-21T00:37:44.652Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-21T00:37:44.652Z] Status: Downloaded newer image for alpine:3.12 [2021-02-21T00:37:44.652Z] ---> 389fef711851 [2021-02-21T00:37:44.652Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-21T00:37:44.652Z] Removing intermediate container c1c70c7f8992 [2021-02-21T00:37:44.652Z] ---> 5454a6221d3f [2021-02-21T00:37:44.652Z] [2021-02-21T00:37:44.652Z] Step 10/21 : FROM alpine:3.12 [2021-02-21T00:37:44.652Z] ---> 389fef711851 [2021-02-21T00:37:44.652Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-21T00:37:44.652Z] ---> Running in 51b0fe09235e [2021-02-21T00:37:44.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-21T00:37:45.229Z] Removing intermediate container 10f3996bb02b [2021-02-21T00:37:45.229Z] ---> 0dac8ffeb7c8 [2021-02-21T00:37:45.229Z] [2021-02-21T00:37:45.229Z] Step 10/24 : FROM alpine:3.12 [2021-02-21T00:37:45.229Z] ---> 389fef711851 [2021-02-21T00:37:45.229Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-21T00:37:45.229Z] Removing intermediate container 18ec57010faf [2021-02-21T00:37:45.229Z] ---> 6a791bad72e4 [2021-02-21T00:37:45.229Z] [2021-02-21T00:37:45.229Z] Step 10/22 : FROM alpine:3.12 [2021-02-21T00:37:45.229Z] ---> 389fef711851 [2021-02-21T00:37:45.229Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-21T00:37:46.178Z] ---> Running in 5230cb128e53 [2021-02-21T00:37:46.201Z] $ docker top bf3f8e00906a2cb37e832e7717f7e3b04d071396b021ae790e6ea9dd520311c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-21T00:37:47.125Z] ---> Running in 3cd9beac4e32 [2021-02-21T00:37:47.125Z] ---> Running in 5334cc755b95 [2021-02-21T00:37:47.125Z] Removing intermediate container 51b0fe09235e [2021-02-21T00:37:47.125Z] ---> f55cdad68754 [2021-02-21T00:37:47.125Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-21T00:37:47.195Z] + go version [2021-02-21T00:37:47.195Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-21T00:37:47.218Z] $ docker stop --time=1 bf3f8e00906a2cb37e832e7717f7e3b04d071396b021ae790e6ea9dd520311c7 [2021-02-21T00:37:47.394Z] Removing intermediate container 17808ab9b127 [2021-02-21T00:37:47.394Z] ---> d44ddc379cc2 [2021-02-21T00:37:47.394Z] [2021-02-21T00:37:47.394Z] Step 10/22 : FROM alpine:3.12 [2021-02-21T00:37:47.394Z] ---> 389fef711851 [2021-02-21T00:37:47.394Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-21T00:37:47.394Z] ---> Running in ec37496e86f8 [2021-02-21T00:37:47.658Z] ---> Running in 440e98181fc6 [2021-02-21T00:37:47.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.456Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-21T00:37:48.456Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-21T00:37:48.456Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-21T00:37:48.456Z] (4/4) Installing curl (7.69.1-r3) [2021-02-21T00:37:48.456Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:37:48.456Z] Executing ca-certificates-20191127-r4.trigger [2021-02-21T00:37:48.456Z] OK: 7 MiB in 18 packages [2021-02-21T00:37:48.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.456Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-21T00:37:48.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.456Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-21T00:37:48.456Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:37:48.456Z] Executing ca-certificates-20191127-r4.trigger [2021-02-21T00:37:48.724Z] OK: 6 MiB in 16 packages [2021-02-21T00:37:48.724Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-21T00:37:48.724Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-21T00:37:48.724Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-21T00:37:48.724Z] (4/5) Installing curl (7.69.1-r3) [2021-02-21T00:37:48.724Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-21T00:37:48.724Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:37:48.724Z] Executing ca-certificates-20191127-r4.trigger [2021-02-21T00:37:48.985Z] OK: 7 MiB in 19 packages [2021-02-21T00:37:48.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:48.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:37:49.169Z] $ docker rm -f bf3f8e00906a2cb37e832e7717f7e3b04d071396b021ae790e6ea9dd520311c7 [2021-02-21T00:37:49.247Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-21T00:37:49.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:37:49.247Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-21T00:37:49.247Z] (2/2) Installing su-exec (0.2-r1) [2021-02-21T00:37:49.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:37:49.247Z] OK: 6 MiB in 16 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-02-21T00:37:49.823Z] OK: 6 MiB in 15 packages [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:37:50.163Z] + docker inspect -f . ci-base-image-arm64 [2021-02-21T00:37:50.163Z] . [Pipeline] withDockerContainer [2021-02-21T00:37:50.437Z] prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container [2021-02-21T00:37:50.523Z] $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-21T00:37:51.228Z] Removing intermediate container 3cd9beac4e32 [2021-02-21T00:37:51.228Z] ---> 7cdfb022caa0 [2021-02-21T00:37:51.228Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:37:51.491Z] Removing intermediate container 5230cb128e53 [2021-02-21T00:37:51.491Z] ---> e78e0d99612d [2021-02-21T00:37:51.491Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-21T00:37:51.491Z] ---> Running in 230548e94b3f [2021-02-21T00:37:51.491Z] Removing intermediate container 5334cc755b95 [2021-02-21T00:37:51.491Z] ---> de76d91ba75e [2021-02-21T00:37:51.491Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-21T00:37:51.754Z] ---> Running in 80b5149f2d50 [2021-02-21T00:37:51.754Z] ---> Running in b11012d9cc01 [2021-02-21T00:37:51.754Z] Removing intermediate container 440e98181fc6 [2021-02-21T00:37:51.754Z] ---> b71bf2803a00 [2021-02-21T00:37:51.754Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:37:51.754Z] Removing intermediate container ec37496e86f8 [2021-02-21T00:37:51.754Z] ---> 4b188aaf45e1 [2021-02-21T00:37:51.754Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-21T00:37:52.017Z] Removing intermediate container 230548e94b3f [2021-02-21T00:37:52.017Z] ---> fcdeb568fba2 [2021-02-21T00:37:52.017Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-21T00:37:52.040Z] $ docker top 1b027ff70edb508e28cb26e55996d24571aa604dc5eedcfe45ec3536ec151340 -eo pid,comm [2021-02-21T00:37:52.281Z] ---> Running in be550cbb729d [Pipeline] { [Pipeline] echo [2021-02-21T00:37:52.428Z] ========================================================= [2021-02-21T00:37:52.428Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-21T00:37:52.428Z] ========================================================= [Pipeline] sh [2021-02-21T00:37:52.543Z] ---> Running in 8c44e7c1ff60 [2021-02-21T00:37:52.543Z] Removing intermediate container 80b5149f2d50 [2021-02-21T00:37:52.543Z] ---> 1dabc1b11d46 [2021-02-21T00:37:52.543Z] Step 13/21 : WORKDIR /edgex [2021-02-21T00:37:52.543Z] ---> Running in 6b51129dbbe9 [2021-02-21T00:37:52.543Z] Removing intermediate container b11012d9cc01 [2021-02-21T00:37:52.543Z] ---> e2cd8463cfb1 [2021-02-21T00:37:52.543Z] Step 13/24 : WORKDIR / [2021-02-21T00:37:52.810Z] ---> Running in b7d922475ea6 [2021-02-21T00:37:52.811Z] ---> Running in c03efaa9a7d9 [2021-02-21T00:37:52.811Z] Removing intermediate container be550cbb729d [2021-02-21T00:37:52.811Z] ---> 35ca0d763568 [2021-02-21T00:37:52.811Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-21T00:37:53.069Z] + make test [2021-02-21T00:37:53.069Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-21T00:37:53.074Z] Removing intermediate container 8c44e7c1ff60 [2021-02-21T00:37:53.074Z] ---> b474744bfb2b [2021-02-21T00:37:53.074Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-21T00:37:53.074Z] Removing intermediate container 6b51129dbbe9 [2021-02-21T00:37:53.074Z] ---> 1da4471bac38 [2021-02-21T00:37:53.074Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-21T00:37:53.074Z] ---> Running in 447984e8ef42 [2021-02-21T00:37:53.074Z] ---> Running in 298cb54c0c4a [2021-02-21T00:37:53.074Z] ---> Running in ffcda7d338b6 [2021-02-21T00:37:53.336Z] Removing intermediate container c03efaa9a7d9 [2021-02-21T00:37:53.336Z] ---> a53f1a9e8d93 [2021-02-21T00:37:53.336Z] 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-21T00:37:53.336Z] Removing intermediate container b7d922475ea6 [2021-02-21T00:37:53.336Z] ---> b2b4f96b3bd1 [2021-02-21T00:37:53.336Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-21T00:37:53.599Z] Removing intermediate container 447984e8ef42 [2021-02-21T00:37:53.599Z] ---> df6aed121cf0 [2021-02-21T00:37:53.599Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-21T00:37:53.599Z] Removing intermediate container 298cb54c0c4a [2021-02-21T00:37:53.599Z] ---> 2bca7eeee67b [2021-02-21T00:37:53.599Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-21T00:37:53.599Z] Removing intermediate container ffcda7d338b6 [2021-02-21T00:37:53.599Z] ---> 73aa6bafc1a3 [2021-02-21T00:37:53.599Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:37:53.860Z] ---> Running in 3c85fe0e649e [2021-02-21T00:37:53.860Z] ---> Running in 8e683bade42c [2021-02-21T00:37:53.860Z] ---> 3ee1482dc5c6 [2021-02-21T00:37:53.860Z] 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-21T00:37:53.860Z] ---> 48f278199335 [2021-02-21T00:37:53.860Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-21T00:37:54.127Z] Removing intermediate container 3c85fe0e649e [2021-02-21T00:37:54.127Z] ---> 1b8877e70509 [2021-02-21T00:37:54.127Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:37:54.393Z] ---> 913b0c999a31 [2021-02-21T00:37:54.393Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-21T00:37:54.393Z] ---> 26f094393d09 [2021-02-21T00:37:54.393Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-21T00:37:54.393Z] ---> fc9aa2ba4061 [2021-02-21T00:37:54.393Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-21T00:37:54.971Z] ---> 133e20afbcbf [2021-02-21T00:37:54.971Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-21T00:37:55.233Z] ---> 40c180ebfeba [2021-02-21T00:37:55.233Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-21T00:37:55.506Z] ---> 6735041b8ec3 [2021-02-21T00:37:55.506Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-21T00:37:55.506Z] ---> c9d759847ad5 [2021-02-21T00:37:55.506Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-21T00:37:55.506Z] ---> 491e2954aa4c [2021-02-21T00:37:55.506Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-21T00:37:55.773Z] ---> Running in 118b4cd6b3bb [2021-02-21T00:37:55.773Z] Removing intermediate container 8e683bade42c [2021-02-21T00:37:55.773Z] ---> fc8a2bcac372 [2021-02-21T00:37:55.773Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-21T00:37:56.043Z] ---> Running in dc59d48db86b [2021-02-21T00:37:56.043Z] ---> 09f2b35fd137 [2021-02-21T00:37:56.043Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-21T00:37:56.043Z] ---> 95d7e3d48640 [2021-02-21T00:37:56.043Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-21T00:37:56.043Z] Removing intermediate container 118b4cd6b3bb [2021-02-21T00:37:56.043Z] ---> 43b880b83aa0 [2021-02-21T00:37:56.043Z] Step 18/21 : CMD ["--init=true"] [2021-02-21T00:37:56.043Z] ---> Running in 589f049e8ee2 [2021-02-21T00:37:56.044Z] ---> 2a379da642a9 [2021-02-21T00:37:56.044Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-21T00:37:56.306Z] ---> Running in a9ad6d6500b9 [2021-02-21T00:37:56.306Z] Removing intermediate container dc59d48db86b [2021-02-21T00:37:56.306Z] ---> 8bbd408d13d8 [2021-02-21T00:37:56.306Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-21T00:37:56.567Z] Removing intermediate container 589f049e8ee2 [2021-02-21T00:37:56.567Z] ---> 51b03d67797d [2021-02-21T00:37:56.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:37:56.567Z] ---> a083bfa37a57 [2021-02-21T00:37:56.568Z] 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-21T00:37:56.568Z] ---> 5260d05d766f [2021-02-21T00:37:56.568Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-21T00:37:56.832Z] Removing intermediate container a9ad6d6500b9 [2021-02-21T00:37:56.832Z] ---> 1ed2b62f0ce3 [2021-02-21T00:37:56.832Z] Step 19/21 : LABEL arch=x86_64 [2021-02-21T00:37:56.832Z] ---> Running in 844ead37c9ce [2021-02-21T00:37:56.832Z] ---> Running in a731120092b8 [2021-02-21T00:37:56.832Z] ---> Running in 10e50a9f4eb4 [2021-02-21T00:37:56.832Z] ---> a94be7e45be6 [2021-02-21T00:37:56.832Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-21T00:37:56.832Z] ---> Running in 94f21e71690b [2021-02-21T00:37:57.095Z] ---> Running in 8c1f5a396743 [2021-02-21T00:37:57.357Z] Removing intermediate container a731120092b8 [2021-02-21T00:37:57.357Z] ---> fa835a045841 [2021-02-21T00:37:57.357Z] Step 20/22 : LABEL arch=x86_64 [2021-02-21T00:37:57.620Z] Removing intermediate container 10e50a9f4eb4 [2021-02-21T00:37:57.620Z] ---> 4df5fb727e3e [2021-02-21T00:37:57.620Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:37:57.620Z] Removing intermediate container 94f21e71690b [2021-02-21T00:37:57.620Z] ---> 6afc55e12d89 [2021-02-21T00:37:57.620Z] Step 20/21 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:37:57.620Z] ---> Running in 2e2dbb9cd565 [2021-02-21T00:37:57.885Z] ---> Running in 3134eb5061d9 [2021-02-21T00:37:57.885Z] ---> Running in 3dbb01e14168 [2021-02-21T00:37:57.885Z] Removing intermediate container 2e2dbb9cd565 [2021-02-21T00:37:57.885Z] ---> f268ea117307 [2021-02-21T00:37:57.885Z] Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:37:58.150Z] Removing intermediate container 3134eb5061d9 [2021-02-21T00:37:58.150Z] ---> de9809038e95 [2021-02-21T00:37:58.150Z] Step 20/22 : LABEL arch=x86_64 [2021-02-21T00:37:58.150Z] ---> Running in 463a0536437c [2021-02-21T00:37:58.413Z] Removing intermediate container 3dbb01e14168 [2021-02-21T00:37:58.413Z] ---> 4174597e7fd6 [2021-02-21T00:37:58.413Z] Step 21/21 : LABEL version=0.0.0 [2021-02-21T00:37:58.413Z] ---> Running in d5d89edf039d [2021-02-21T00:37:58.413Z] ---> Running in 3f292d2fe2b4 [2021-02-21T00:37:58.676Z] Removing intermediate container 463a0536437c [2021-02-21T00:37:58.676Z] ---> a796d6e69699 [2021-02-21T00:37:58.676Z] Step 22/22 : LABEL version=0.0.0 [2021-02-21T00:37:58.676Z] Removing intermediate container 844ead37c9ce [2021-02-21T00:37:58.676Z] ---> a5972e43efaa [2021-02-21T00:37:58.676Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-21T00:37:58.937Z] ---> Running in cc06a0e37a41 [2021-02-21T00:37:58.937Z] Removing intermediate container d5d89edf039d [2021-02-21T00:37:58.937Z] ---> 9501290408e4 [2021-02-21T00:37:58.937Z] Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:37:58.937Z] Removing intermediate container 3f292d2fe2b4 [2021-02-21T00:37:58.937Z] ---> 0f88813b81a4 [2021-02-21T00:37:58.937Z] [2021-02-21T00:37:58.937Z] ---> Running in f828bfd6b57a [2021-02-21T00:37:59.200Z] ---> Running in 845daa4df507 [2021-02-21T00:37:59.465Z] Removing intermediate container 8c1f5a396743 [2021-02-21T00:37:59.465Z] ---> 43cce6a2fcc6 [2021-02-21T00:37:59.465Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:37:59.465Z] Successfully built 0f88813b81a4 [2021-02-21T00:37:59.465Z] Removing intermediate container cc06a0e37a41 [2021-02-21T00:37:59.465Z] ---> 98dfd935622c [2021-02-21T00:37:59.465Z] [2021-02-21T00:37:59.465Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-21T00:37:59.465Z] Removing intermediate container f828bfd6b57a [2021-02-21T00:37:59.465Z] ---> 3c1a89842bbd [2021-02-21T00:37:59.465Z] Step 22/24 : LABEL arch=x86_64 [2021-02-21T00:37:59.465Z] Building docker-core-command-go [2021-02-21T00:37:59.465Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 845daa4df507 [2021-02-21T00:37:59.465Z] ---> c5880b6e30af [2021-02-21T00:37:59.465Z] Step 22/22 : LABEL version=0.0.0 [2021-02-21T00:37:59.465Z] Successfully built 98dfd935622c [2021-02-21T00:37:59.728Z] Successfully tagged docker-support-notifications-go:latest [2021-02-21T00:37:59.728Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-21T00:37:59.728Z] ---> Running in 51c6601ac5a1 [2021-02-21T00:37:59.728Z] ---> Running in fbc2641a5920 [2021-02-21T00:37:59.728Z] ---> 311178efed07 [2021-02-21T00:37:59.728Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-21T00:37:59.728Z] Removing intermediate container 51c6601ac5a1 [2021-02-21T00:37:59.728Z] ---> 86dcb23ccb77 [2021-02-21T00:37:59.728Z] Step 23/24 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:37:59.992Z] ---> Running in 1ae185da2065 [2021-02-21T00:37:59.992Z] Removing intermediate container fbc2641a5920 [2021-02-21T00:37:59.992Z] ---> 44fb5e13f7db [2021-02-21T00:37:59.992Z] [2021-02-21T00:38:01.232Z] Successfully built 44fb5e13f7db [2021-02-21T00:38:01.232Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-21T00:38:01.232Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1ae185da2065 [2021-02-21T00:38:01.232Z] ---> 3adf0ea19bc3 [2021-02-21T00:38:01.232Z] Step 24/24 : LABEL version=0.0.0 [2021-02-21T00:38:01.232Z] Building docker-sys-mgmt-agent-go [2021-02-21T00:38:01.232Z] ---> Running in 904136bb00dd [2021-02-21T00:38:01.232Z] ---> 782eda86e325 [2021-02-21T00:38:01.232Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-21T00:38:01.232Z] Removing intermediate container 904136bb00dd [2021-02-21T00:38:01.232Z] ---> 0f8180dd298e [2021-02-21T00:38:01.232Z] [2021-02-21T00:38:01.232Z] Successfully built 0f8180dd298e [2021-02-21T00:38:01.232Z] ---> 6ebb65337b0b [2021-02-21T00:38:01.232Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-21T00:38:01.232Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-21T00:38:01.232Z] Building docker-core-metadata-go [2021-02-21T00:38:02.193Z]  Building docker-security-secretstore-setup-go ... done  ---> 41e4469855ff [2021-02-21T00:38:02.193Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-21T00:38:04.759Z] ---> Running in 0395b59a8e3f [2021-02-21T00:38:07.321Z] Removing intermediate container 0395b59a8e3f [2021-02-21T00:38:07.321Z] ---> b99ba39096f9 [2021-02-21T00:38:07.321Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-21T00:38:10.634Z] ---> b620f3f11189 [2021-02-21T00:38:10.634Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-21T00:38:11.212Z] ---> Running in 17573bcc19f6 [2021-02-21T00:38:15.234Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-21T00:38:18.072Z] Removing intermediate container 17573bcc19f6 [2021-02-21T00:38:18.073Z] ---> 8662fd45167c [2021-02-21T00:38:18.073Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-21T00:38:21.673Z] ---> Running in 70297e0d22fc [2021-02-21T00:38:23.607Z] Removing intermediate container 70297e0d22fc [2021-02-21T00:38:23.607Z] ---> 3203b96812df [2021-02-21T00:38:23.607Z] Step 27/30 : CMD ["gate"] [2021-02-21T00:38:25.560Z] ---> Running in 59bae4bbc45e [2021-02-21T00:38:27.529Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:38:27.529Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:38:27.529Z] ---> 4a258d5d541e [2021-02-21T00:38:27.529Z] Step 3/26 : WORKDIR /edgex-go [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] ---> 8d8f8298945a [2021-02-21T00:38:27.529Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] ---> 2eaafb943e82 [2021-02-21T00:38:27.529Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 5/26 : RUN apk add --update --no-cache make bash gitStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:38:27.529Z] ---> 4a258d5d541e [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] Step 3/23 : WORKDIR /edgex-go ---> 4a258d5d541e [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] Step 3/23 : WORKDIR /edgex-go ---> Using cache [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] ---> 8d8f8298945a [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8d8f8298945a [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] ---> 2eaafb943e82 [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] Step 5/23 : RUN apk add --update --no-cache make git ---> 2eaafb943e82 [2021-02-21T00:38:27.529Z] [2021-02-21T00:38:27.529Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] ---> 3afdc963967e [2021-02-21T00:38:27.529Z] Step 6/23 : COPY go.mod . [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] ---> 9e381edef9f0 [2021-02-21T00:38:27.529Z] Step 7/23 : RUN go mod download [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] ---> 9afa65eae1a8 [2021-02-21T00:38:27.529Z] Step 8/23 : COPY . . [2021-02-21T00:38:27.529Z] ---> Using cache [2021-02-21T00:38:27.529Z] ---> 0e1f952788a5 [2021-02-21T00:38:27.529Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-21T00:38:28.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:38:28.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:38:28.104Z] ---> 4a258d5d541e [2021-02-21T00:38:28.104Z] Step 3/23 : WORKDIR /edgex-go [2021-02-21T00:38:28.104Z] ---> Using cache [2021-02-21T00:38:28.104Z] ---> 8d8f8298945a [2021-02-21T00:38:28.104Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:38:28.104Z] ---> Using cache [2021-02-21T00:38:28.104Z] ---> 2eaafb943e82 [2021-02-21T00:38:28.104Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-21T00:38:28.104Z] ---> Using cache [2021-02-21T00:38:28.104Z] ---> 3afdc963967e [2021-02-21T00:38:28.104Z] Step 6/23 : COPY go.mod . [2021-02-21T00:38:28.104Z] ---> Using cache [2021-02-21T00:38:28.104Z] ---> 9e381edef9f0 [2021-02-21T00:38:28.104Z] Step 7/23 : RUN go mod download [2021-02-21T00:38:28.104Z] ---> Using cache [2021-02-21T00:38:28.104Z] ---> 9afa65eae1a8 [2021-02-21T00:38:28.104Z] Step 8/23 : COPY . . [2021-02-21T00:38:28.104Z] ---> Using cache [2021-02-21T00:38:28.104Z] ---> 0e1f952788a5 [2021-02-21T00:38:28.104Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-21T00:38:28.367Z] Removing intermediate container 59bae4bbc45e [2021-02-21T00:38:28.367Z] ---> 614d51b93b2c [2021-02-21T00:38:28.367Z] Step 28/30 : LABEL arch=x86_64 [2021-02-21T00:38:28.631Z] ---> Running in b288c8afc715 [2021-02-21T00:38:28.631Z] ---> Running in edf41ef70a4c [2021-02-21T00:38:28.631Z] ---> Running in 5222fa1ef29a [2021-02-21T00:38:28.631Z] ---> Running in 7d738de49556 [2021-02-21T00:38:28.896Z] ---> Running in 9711c508e839 [2021-02-21T00:38:29.473Z] Removing intermediate container 9711c508e839 [2021-02-21T00:38:29.473Z] ---> dae4ee2ae1fc [2021-02-21T00:38:29.473Z] Step 29/30 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:38:29.473Z] ---> Running in 5e00a2adea97 [2021-02-21T00:38:29.739Z] 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-21T00:38:29.739Z] 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-21T00:38:29.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:38:30.003Z] Removing intermediate container 5e00a2adea97 [2021-02-21T00:38:30.003Z] ---> 5d7dd9866fa0 [2021-02-21T00:38:30.003Z] Step 30/30 : LABEL version=0.0.0 [2021-02-21T00:38:30.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:38:30.003Z] ---> Running in 3660a592f75c [2021-02-21T00:38:30.273Z] Removing intermediate container 3660a592f75c [2021-02-21T00:38:30.273Z] ---> a6aa23d3687e [2021-02-21T00:38:30.273Z] [2021-02-21T00:38:30.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:38:30.545Z] Successfully built a6aa23d3687e [2021-02-21T00:38:30.545Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-21T00:38:30.545Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:38:30.819Z] OK: 233 MiB in 51 packages [2021-02-21T00:38:31.090Z] OK: 233 MiB in 51 packages [2021-02-21T00:38:32.514Z] Removing intermediate container b288c8afc715 [2021-02-21T00:38:32.514Z] ---> 779f1490f92f [2021-02-21T00:38:32.514Z] Step 6/23 : COPY go.mod . [2021-02-21T00:38:32.514Z] Removing intermediate container 5222fa1ef29a [2021-02-21T00:38:32.514Z] ---> 0bb259e26850 [2021-02-21T00:38:32.514Z] Step 6/26 : COPY go.mod . [2021-02-21T00:38:32.783Z] ---> c1143788b94f [2021-02-21T00:38:32.783Z] Step 7/26 : RUN go mod download [2021-02-21T00:38:33.056Z] ---> 1272cbf70646 [2021-02-21T00:38:33.056Z] Step 7/23 : RUN go mod download [2021-02-21T00:38:33.056Z] ---> Running in dcff2cee24fc [2021-02-21T00:38:33.056Z] ---> Running in c63bf740c55e [2021-02-21T00:38:36.422Z] Removing intermediate container dcff2cee24fc [2021-02-21T00:38:36.422Z] ---> 121cc50b79fc [2021-02-21T00:38:36.422Z] Step 8/23 : COPY . . [2021-02-21T00:38:37.025Z] Removing intermediate container c63bf740c55e [2021-02-21T00:38:37.025Z] ---> f17cc73267c2 [2021-02-21T00:38:37.025Z] Step 8/26 : COPY . . [2021-02-21T00:39:09.567Z] ---> ec4e141be9eb [2021-02-21T00:39:09.567Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-21T00:39:09.567Z] ---> 9138e25de3a6 [2021-02-21T00:39:09.567Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-21T00:39:09.567Z] ---> Running in 4a4aed296488 [2021-02-21T00:39:09.567Z] ---> Running in 2315fb53ed43 [2021-02-21T00:39:09.567Z] 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-21T00:39:09.567Z] 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-21T00:39:09.567Z] Removing intermediate container edf41ef70a4c [2021-02-21T00:39:09.567Z] ---> d80a023ef25f [2021-02-21T00:39:09.567Z] [2021-02-21T00:39:09.567Z] Step 10/23 : FROM alpine:3.12 [2021-02-21T00:39:09.567Z] ---> 389fef711851 [2021-02-21T00:39:09.567Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-21T00:39:09.567Z] Removing intermediate container 7d738de49556 [2021-02-21T00:39:09.567Z] ---> 01de8b028b8f [2021-02-21T00:39:09.567Z] [2021-02-21T00:39:09.567Z] Step 10/23 : FROM alpine:3.12 [2021-02-21T00:39:09.567Z] ---> 389fef711851 [2021-02-21T00:39:09.567Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-21T00:39:09.567Z] ---> Using cache [2021-02-21T00:39:09.567Z] ---> b71bf2803a00 [2021-02-21T00:39:09.567Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:39:09.567Z] ---> Using cache [2021-02-21T00:39:09.567Z] ---> b71bf2803a00 [2021-02-21T00:39:09.567Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:39:09.567Z] ---> Using cache [2021-02-21T00:39:09.567Z] ---> 35ca0d763568 [2021-02-21T00:39:09.567Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-21T00:39:09.567Z] ---> Using cache [2021-02-21T00:39:09.567Z] ---> 35ca0d763568 [2021-02-21T00:39:09.567Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-21T00:39:09.567Z] ---> Running in 986cce40e1e7 [2021-02-21T00:39:09.567Z] ---> Running in 4eee0ed03673 [2021-02-21T00:39:10.191Z] Removing intermediate container 986cce40e1e7 [2021-02-21T00:39:10.191Z] ---> afcfce376d3d [2021-02-21T00:39:10.191Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-21T00:39:10.191Z] Removing intermediate container 4eee0ed03673 [2021-02-21T00:39:10.191Z] ---> b50c1f71b924 [2021-02-21T00:39:10.191Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-21T00:39:10.499Z] ---> Running in e8742fb84d9e [2021-02-21T00:39:10.499Z] ---> Running in cbcf9761e166 [2021-02-21T00:39:10.773Z] Removing intermediate container e8742fb84d9e [2021-02-21T00:39:10.773Z] ---> 57d0596b8fac [2021-02-21T00:39:10.773Z] Step 15/23 : WORKDIR / [2021-02-21T00:39:10.773Z] Removing intermediate container cbcf9761e166 [2021-02-21T00:39:10.773Z] ---> c0014f9f7081 [2021-02-21T00:39:10.773Z] Step 15/23 : WORKDIR / [2021-02-21T00:39:11.050Z] ---> Running in 2764fab1b875 [2021-02-21T00:39:11.050Z] ---> Running in 43ef4192f391 [2021-02-21T00:39:11.336Z] Removing intermediate container 2764fab1b875 [2021-02-21T00:39:11.336Z] ---> e2afa327425a [2021-02-21T00:39:11.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:39:11.336Z] Removing intermediate container 43ef4192f391 [2021-02-21T00:39:11.336Z] ---> 1913af50ab68 [2021-02-21T00:39:11.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:39:11.832Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-21T00:39:11.832Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-21T00:39:11.925Z] ---> c635d6d66fa6 [2021-02-21T00:39:11.925Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-21T00:39:12.196Z] ---> f4e02632f4bc [2021-02-21T00:39:12.196Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-21T00:39:13.669Z] ---> 9f9c9c5752cf [2021-02-21T00:39:13.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-21T00:39:13.669Z] ---> 3d47f5c2f2d0 [2021-02-21T00:39:13.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-21T00:39:14.263Z] ---> 6244d9e3f185 [2021-02-21T00:39:14.263Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-21T00:39:14.263Z] ---> Running in e5a2560672fa [2021-02-21T00:39:14.263Z] ---> bc84577b0687 [2021-02-21T00:39:14.263Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-21T00:39:14.531Z] ---> Running in dc52f0a7dd1a [2021-02-21T00:39:14.803Z] Removing intermediate container e5a2560672fa [2021-02-21T00:39:14.803Z] ---> 6e7714615781 [2021-02-21T00:39:14.803Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:39:14.803Z] Removing intermediate container dc52f0a7dd1a [2021-02-21T00:39:14.803Z] ---> 764fe95ae412 [2021-02-21T00:39:14.803Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:39:14.803Z] ---> Running in ce34b70b6ed5 [2021-02-21T00:39:15.080Z] ---> Running in 3f39453d5f9e [2021-02-21T00:39:15.080Z] Removing intermediate container ce34b70b6ed5 [2021-02-21T00:39:15.080Z] ---> e4e98e10fdbd [2021-02-21T00:39:15.080Z] Step 21/23 : LABEL arch=x86_64 [2021-02-21T00:39:15.350Z] ---> Running in 02f63d057d62 [2021-02-21T00:39:15.350Z] Removing intermediate container 3f39453d5f9e [2021-02-21T00:39:15.350Z] ---> 3f694776641d [2021-02-21T00:39:15.350Z] Step 21/23 : LABEL arch=x86_64 [2021-02-21T00:39:16.769Z] ---> Running in 83bce2754263 [2021-02-21T00:39:17.057Z] Removing intermediate container 02f63d057d62 [2021-02-21T00:39:17.057Z] ---> 943b4b57a287 [2021-02-21T00:39:17.057Z] Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:39:17.057Z] Removing intermediate container 83bce2754263 [2021-02-21T00:39:17.057Z] ---> 770ee491a5f0 [2021-02-21T00:39:17.057Z] Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:39:17.057Z] ---> Running in d98142c64b0c [2021-02-21T00:39:17.337Z] ---> Running in 55dce9c7f657 [2021-02-21T00:39:17.337Z] Removing intermediate container d98142c64b0c [2021-02-21T00:39:17.337Z] ---> 21d8a60bc76d [2021-02-21T00:39:17.337Z] Step 23/23 : LABEL version=0.0.0 [2021-02-21T00:39:17.614Z] ---> Running in e4cb5cdcc288 [2021-02-21T00:39:17.614Z] Removing intermediate container 55dce9c7f657 [2021-02-21T00:39:17.614Z] ---> eb49460d16bd [2021-02-21T00:39:17.614Z] Step 23/23 : LABEL version=0.0.0 [2021-02-21T00:39:17.614Z] ---> Running in c9a626c85baa [2021-02-21T00:39:17.890Z] Removing intermediate container e4cb5cdcc288 [2021-02-21T00:39:17.890Z] ---> 848dd8834caa [2021-02-21T00:39:17.890Z] [2021-02-21T00:39:17.890Z] Removing intermediate container c9a626c85baa [2021-02-21T00:39:17.890Z] ---> b522a3e9bc2c [2021-02-21T00:39:17.890Z] [2021-02-21T00:39:18.171Z] Successfully built 848dd8834caa [2021-02-21T00:39:18.171Z] Successfully tagged docker-core-command-go:latest [2021-02-21T00:39:18.171Z]  Building docker-core-command-go ... done Successfully built b522a3e9bc2c [2021-02-21T00:39:18.171Z] Successfully tagged docker-core-metadata-go:latest [2021-02-21T00:39:18.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-21T00:39:18.582Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-21T00:39:20.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-21T00:39:20.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-21T00:39:20.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-21T00:39:20.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-21T00:39:23.207Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-21T00:39:23.809Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-21T00:39:26.393Z]  Building docker-core-metadata-go ... done Removing intermediate container 2315fb53ed43 [2021-02-21T00:39:26.393Z] ---> 7d7489dfe766 [2021-02-21T00:39:26.393Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-21T00:39:26.656Z] ---> Running in aabb3c6defaf [2021-02-21T00:39:26.921Z] 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-21T00:39:29.521Z] Removing intermediate container 4a4aed296488 [2021-02-21T00:39:29.521Z] ---> 43d55e0720dd [2021-02-21T00:39:29.521Z] [2021-02-21T00:39:29.521Z] Step 10/23 : FROM alpine:3.12 [2021-02-21T00:39:29.521Z] ---> 389fef711851 [2021-02-21T00:39:29.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-21T00:39:29.521Z] ---> Running in 91a77a19c5fb [2021-02-21T00:39:29.521Z] Removing intermediate container aabb3c6defaf [2021-02-21T00:39:29.521Z] ---> 130769ce28c0 [2021-02-21T00:39:29.521Z] [2021-02-21T00:39:29.521Z] Step 11/26 : FROM docker:20.10.0 [2021-02-21T00:39:29.521Z] Removing intermediate container 91a77a19c5fb [2021-02-21T00:39:29.521Z] ---> 1174e88a48d7 [2021-02-21T00:39:29.521Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-21T00:39:29.521Z] ---> Running in 12c6ba670138 [2021-02-21T00:39:29.521Z] 20.10.0: Pulling from library/docker [2021-02-21T00:39:29.783Z] Removing intermediate container 12c6ba670138 [2021-02-21T00:39:29.783Z] ---> 4831dd1467ac [2021-02-21T00:39:29.783Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-21T00:39:29.783Z] ---> Running in b71018f37bb2 [2021-02-21T00:39:30.047Z] Removing intermediate container b71018f37bb2 [2021-02-21T00:39:30.047Z] ---> 132d4f8ef300 [2021-02-21T00:39:30.047Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:39:30.047Z] ---> Running in dc55f08f65c9 [2021-02-21T00:39:30.998Z] Removing intermediate container dc55f08f65c9 [2021-02-21T00:39:30.998Z] ---> da028381442b [2021-02-21T00:39:30.998Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-21T00:39:31.261Z] ---> Running in 575a97a90a6b [2021-02-21T00:39:32.110Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-21T00:39:32.111Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-21T00:39:32.111Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-21T00:39:32.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:39:34.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:39:37.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.326s coverage: 45.9% of statements [2021-02-21T00:39:37.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-21T00:39:37.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-21T00:39:37.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-21T00:39:37.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-21T00:39:37.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-21T00:39:37.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-21T00:39:37.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-21T00:39:38.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements [2021-02-21T00:39:38.992Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-21T00:39:38.992Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-21T00:39:39.255Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-21T00:39:39.255Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-21T00:39:39.518Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-21T00:39:39.518Z] ---> aefe523efa57 [2021-02-21T00:39:39.518Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-21T00:39:39.518Z] ---> Running in 2d72797ad825 [2021-02-21T00:39:39.780Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-21T00:39:40.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:39:40.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:39:40.308Z] (1/2) Installing readline (8.0.4-r0) [2021-02-21T00:39:40.308Z] (2/2) Installing bash (5.0.17-r0) [2021-02-21T00:39:40.308Z] Executing bash-5.0.17-r0.post-install [2021-02-21T00:39:40.308Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:39:40.308Z] OK: 12 MiB in 22 packages [2021-02-21T00:39:40.882Z] Removing intermediate container 2d72797ad825 [2021-02-21T00:39:40.882Z] ---> a55f4c0de423 [2021-02-21T00:39:40.882Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-21T00:39:40.882Z] ---> Running in e61a47a376e9 [2021-02-21T00:39:41.144Z] Removing intermediate container e61a47a376e9 [2021-02-21T00:39:41.144Z] ---> e60e081ff282 [2021-02-21T00:39:41.144Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-21T00:39:41.144Z] ---> Running in 7da53959cbb4 [2021-02-21T00:39:41.144Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-21T00:39:41.404Z] Removing intermediate container 7da53959cbb4 [2021-02-21T00:39:41.404Z] ---> 478439b1128b [2021-02-21T00:39:41.404Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-21T00:39:41.404Z] ---> Running in edc4fa8dba87 [2021-02-21T00:39:41.667Z] Removing intermediate container edc4fa8dba87 [2021-02-21T00:39:41.667Z] ---> 56398830c3bc [2021-02-21T00:39:41.667Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-21T00:39:41.667Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-21T00:39:41.930Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:39:41.930Z] OK: 8 MiB in 20 packages [2021-02-21T00:39:41.930Z] ---> 2c6397c7f9c4 [2021-02-21T00:39:41.930Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-21T00:39:42.203Z] ---> a9ae6ff35565 [2021-02-21T00:39:42.203Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-21T00:39:42.465Z] Removing intermediate container 575a97a90a6b [2021-02-21T00:39:42.465Z] ---> 2785a22b23bb [2021-02-21T00:39:42.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:39:42.727Z] ---> 1d834b4f86c0 [2021-02-21T00:39:42.727Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-21T00:39:42.727Z] ---> cd43d5e72db1 [2021-02-21T00:39:42.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-21T00:39:42.727Z] ---> Running in 36b69f1e5f58 [2021-02-21T00:39:43.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:39:43.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:39:43.301Z] ---> a449f355c662 [2021-02-21T00:39:43.301Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-21T00:39:43.562Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-21T00:39:43.562Z] (2/33) Installing expat (2.2.9-r1) [2021-02-21T00:39:43.562Z] (3/33) Installing libffi (3.3-r2) [2021-02-21T00:39:43.562Z] (4/33) Installing gdbm (1.13-r1) [2021-02-21T00:39:43.562Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-21T00:39:43.562Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-21T00:39:43.562Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-21T00:39:44.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-21T00:39:44.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-21T00:39:44.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-21T00:39:44.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-21T00:39:45.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.314s coverage: 65.8% of statements [2021-02-21T00:39:45.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-21T00:39:45.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-21T00:39:46.874Z] ---> 38521da93a08 [2021-02-21T00:39:46.874Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-21T00:39:46.874Z] ---> Running in 0f0ead4219dc [2021-02-21T00:39:46.874Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-21T00:39:46.874Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-21T00:39:46.874Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-21T00:39:46.874Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-21T00:39:46.874Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-21T00:39:46.874Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-21T00:39:46.874Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-21T00:39:46.874Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-21T00:39:46.874Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-21T00:39:46.874Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-21T00:39:47.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.768s coverage: 82.3% of statements [2021-02-21T00:39:47.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-21T00:39:47.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:39:47.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-21T00:39:47.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-21T00:39:47.819Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-21T00:39:47.820Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-21T00:39:47.820Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-21T00:39:47.820Z] Removing intermediate container 0f0ead4219dc [2021-02-21T00:39:47.820Z] ---> 9fb9f037e278 [2021-02-21T00:39:47.820Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:39:47.820Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-21T00:39:48.082Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-21T00:39:48.082Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-21T00:39:48.343Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-21T00:39:48.343Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-21T00:39:48.343Z] ---> Running in 4f07c3ea1ed0 [2021-02-21T00:39:48.343Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-21T00:39:48.343Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-21T00:39:48.343Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-21T00:39:48.343Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-21T00:39:48.343Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-21T00:39:48.343Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-21T00:39:48.343Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-21T00:39:48.343Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-21T00:39:49.734Z] Removing intermediate container 4f07c3ea1ed0 [2021-02-21T00:39:49.734Z] ---> 0a6d9fc24158 [2021-02-21T00:39:49.734Z] Step 21/23 : LABEL arch=x86_64 [2021-02-21T00:39:49.734Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:39:49.734Z] OK: 71 MiB in 55 packages [2021-02-21T00:39:49.734Z] ---> Running in 41b5e9854a51 [2021-02-21T00:39:49.734Z] Removing intermediate container 41b5e9854a51 [2021-02-21T00:39:49.734Z] ---> 9b51dcce0ba5 [2021-02-21T00:39:49.734Z] Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:39:49.998Z] ---> Running in 38b342fb3097 [2021-02-21T00:39:49.998Z] Removing intermediate container 38b342fb3097 [2021-02-21T00:39:49.998Z] ---> e4419c4617ae [2021-02-21T00:39:49.998Z] Step 23/23 : LABEL version=0.0.0 [2021-02-21T00:39:51.406Z] ---> Running in bf692547249c [2021-02-21T00:39:52.797Z] Removing intermediate container bf692547249c [2021-02-21T00:39:52.797Z] ---> e9705015a51f [2021-02-21T00:39:52.797Z] [2021-02-21T00:39:52.797Z] Successfully built e9705015a51f [2021-02-21T00:39:52.797Z] Successfully tagged docker-core-data-go:latest [2021-02-21T00:39:55.431Z]  Building docker-core-data-go ... done Removing intermediate container 36b69f1e5f58 [2021-02-21T00:39:55.431Z] ---> 4ef28b45cbf4 [2021-02-21T00:39:55.431Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-21T00:39:55.431Z] ---> Running in 84d263234568 [2021-02-21T00:39:55.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.237s coverage: 28.6% of statements [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-21T00:39:55.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-21T00:39:55.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.114s coverage: 100.0% of statements [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-21T00:39:55.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.343s coverage: 86.7% of statements [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-21T00:39:55.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements [2021-02-21T00:39:55.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-21T00:39:56.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-02-21T00:39:56.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-21T00:39:56.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-21T00:39:56.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-21T00:39:56.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-21T00:39:56.931Z] Collecting docker-compose==1.23.2 [2021-02-21T00:39:56.931Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-21T00:39:56.931Z] Collecting jsonschema<3,>=2.5.1 [2021-02-21T00:39:56.931Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-21T00:39:56.931Z] 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-21T00:39:56.931Z] Collecting docker<4.0,>=3.6.0 [2021-02-21T00:39:56.931Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-21T00:39:57.193Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-21T00:39:57.193Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-21T00:39:57.765Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-21T00:39:57.765Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-21T00:39:58.027Z] Collecting PyYAML<4,>=3.10 [2021-02-21T00:39:58.027Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-21T00:39:58.971Z] Collecting docopt<0.7,>=0.6.1 [2021-02-21T00:39:58.971Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-21T00:39:59.232Z] Collecting texttable<0.10,>=0.9.0 [2021-02-21T00:39:59.232Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-21T00:39:59.805Z] Collecting cached-property<2,>=1.2.0 [2021-02-21T00:39:59.805Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-21T00:39:59.805Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-21T00:39:59.805Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-21T00:40:00.066Z] Collecting docker-pycreds>=0.4.0 [2021-02-21T00:40:00.066Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-21T00:40:00.066Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-21T00:40:00.066Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-21T00:40:00.328Z] 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-21T00:40:00.328Z] Collecting idna<2.8,>=2.5 [2021-02-21T00:40:00.328Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-21T00:40:00.328Z] 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-21T00:40:00.328Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-21T00:40:00.328Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-21T00:40:00.328Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-21T00:40:00.328Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-21T00:40:00.328Z] Installing collected packages: jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docopt, texttable, cached-property, docker-compose [2021-02-21T00:40:00.589Z] Attempting uninstall: urllib3 [2021-02-21T00:40:00.589Z] Found existing installation: urllib3 1.25.9 [2021-02-21T00:40:00.589Z] Uninstalling urllib3-1.25.9: [2021-02-21T00:40:00.589Z] Successfully uninstalled urllib3-1.25.9 [2021-02-21T00:40:00.851Z] Attempting uninstall: idna [2021-02-21T00:40:00.851Z] Found existing installation: idna 2.9 [2021-02-21T00:40:00.851Z] Uninstalling idna-2.9: [2021-02-21T00:40:00.851Z] Successfully uninstalled idna-2.9 [2021-02-21T00:40:01.112Z] Attempting uninstall: requests [2021-02-21T00:40:01.112Z] Found existing installation: requests 2.23.0 [2021-02-21T00:40:01.112Z] Uninstalling requests-2.23.0: [2021-02-21T00:40:01.112Z] Successfully uninstalled requests-2.23.0 [2021-02-21T00:40:01.373Z] Running setup.py install for dockerpty: started [2021-02-21T00:40:01.949Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-21T00:40:01.949Z] Running setup.py install for PyYAML: started [2021-02-21T00:40:02.523Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-21T00:40:02.523Z] Running setup.py install for docopt: started [2021-02-21T00:40:02.785Z] Running setup.py install for docopt: finished with status 'done' [2021-02-21T00:40:02.785Z] Running setup.py install for texttable: started [2021-02-21T00:40:03.358Z] Running setup.py install for texttable: finished with status 'done' [2021-02-21T00:40:03.620Z] 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-21T00:40:06.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.309s coverage: 92.8% of statements [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-21T00:40:06.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-21T00:40:06.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements [2021-02-21T00:40:06.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-21T00:40:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-21T00:40:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-21T00:40:06.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements [2021-02-21T00:40:06.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-02-21T00:40:06.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-02-21T00:40:06.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.135s coverage: 96.3% of statements [2021-02-21T00:40:06.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements [2021-02-21T00:40:08.920Z] Removing intermediate container 84d263234568 [2021-02-21T00:40:08.920Z] ---> 5a7b541d8858 [2021-02-21T00:40:08.920Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-21T00:40:08.920Z] ---> Running in d73532d86455 [2021-02-21T00:40:08.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-21T00:40:08.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-21T00:40:08.920Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-21T00:40:08.920Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-21T00:40:08.920Z] (3/3) Installing curl (7.69.1-r3) [2021-02-21T00:40:08.920Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:40:08.920Z] OK: 72 MiB in 58 packages [2021-02-21T00:40:09.494Z] Removing intermediate container d73532d86455 [2021-02-21T00:40:09.494Z] ---> bb2698d8748f [2021-02-21T00:40:09.494Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-21T00:40:09.494Z] ---> Running in 5ccc1c14b5e6 [2021-02-21T00:40:09.494Z] Removing intermediate container 5ccc1c14b5e6 [2021-02-21T00:40:09.494Z] ---> ce831563c44a [2021-02-21T00:40:09.494Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:40:09.757Z] ---> Running in 1e8b4f43ca2d [2021-02-21T00:40:09.757Z] Removing intermediate container 1e8b4f43ca2d [2021-02-21T00:40:09.757Z] ---> c2e2faf2f286 [2021-02-21T00:40:09.757Z] Step 24/26 : LABEL arch=x86_64 [2021-02-21T00:40:09.757Z] ---> Running in d2f494778251 [2021-02-21T00:40:10.024Z] Removing intermediate container d2f494778251 [2021-02-21T00:40:10.024Z] ---> 033070ee1ad5 [2021-02-21T00:40:10.024Z] Step 25/26 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:40:10.024Z] ---> Running in f8c356a080e1 [2021-02-21T00:40:10.285Z] Removing intermediate container f8c356a080e1 [2021-02-21T00:40:10.285Z] ---> 3945102e1cbf [2021-02-21T00:40:10.285Z] Step 26/26 : LABEL version=0.0.0 [2021-02-21T00:40:10.285Z] ---> Running in 5966ef7cccad [2021-02-21T00:40:10.546Z] Removing intermediate container 5966ef7cccad [2021-02-21T00:40:10.546Z] ---> e0a90c1ebf82 [2021-02-21T00:40:10.546Z] [2021-02-21T00:40:10.546Z] Successfully built e0a90c1ebf82 [2021-02-21T00:40:10.546Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-21T00:40:11.501Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-21T00:40:11.536Z] $ docker stop --time=1 5fe9ee40d4c6b57da275d0ad447cecb46516ae8d75385ebb6a53b76f5720266e [2021-02-21T00:40:13.133Z] $ docker rm -f 5fe9ee40d4c6b57da275d0ad447cecb46516ae8d75385ebb6a53b76f5720266e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-21T00:40:13.694Z] + docker images [2021-02-21T00:40:13.694Z] + grep docker [2021-02-21T00:40:13.956Z] docker-sys-mgmt-agent-go latest e0a90c1ebf82 3 seconds ago 313MB [2021-02-21T00:40:13.956Z] docker-core-data-go latest e9705015a51f 22 seconds ago 22.4MB [2021-02-21T00:40:13.956Z] docker-core-metadata-go latest b522a3e9bc2c 56 seconds ago 19MB [2021-02-21T00:40:13.956Z] docker-core-command-go latest 848dd8834caa 56 seconds ago 17MB [2021-02-21T00:40:13.956Z] docker-security-bootstrapper-go latest a6aa23d3687e About a minute ago 18.3MB [2021-02-21T00:40:13.956Z] docker-security-secretstore-setup-go latest 0f8180dd298e 2 minutes ago 24.9MB [2021-02-21T00:40:13.956Z] docker-support-scheduler-go latest 44fb5e13f7db 2 minutes ago 17.2MB [2021-02-21T00:40:13.956Z] docker-security-proxy-setup-go latest 0f88813b81a4 2 minutes ago 24.7MB [2021-02-21T00:40:13.956Z] docker-support-notifications-go latest 98dfd935622c 2 minutes ago 17.7MB [2021-02-21T00:40:13.956Z] 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-21T00:40:18.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-02-21T00:40:18.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-02-21T00:40:29.683Z] Still waiting to schedule task [2021-02-21T00:40:29.684Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.6% of statements [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.608s coverage: 62.4% of statements [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-21T00:40:34.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-21T00:40:34.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-02-21T00:40:34.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.864s coverage: 68.9% of statements [2021-02-21T00:40:34.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-21T00:40:34.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-21T00:40:36.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 36.1% of statements [2021-02-21T00:40:36.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-21T00:40:36.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-21T00:40:38.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements [2021-02-21T00:40:38.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-21T00:40:38.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-21T00:40:38.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-21T00:40:38.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-21T00:40:38.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-21T00:40:38.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-02-21T00:40:38.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-21T00:40:39.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-02-21T00:40:39.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-21T00:40:39.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-21T00:40:39.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-21T00:40:39.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-21T00:40:41.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.328s coverage: 89.4% of statements [2021-02-21T00:40:41.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-21T00:40:41.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:40:41.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.094s coverage: 29.1% of statements [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 100.0% of statements [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-21T00:40:49.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-02-21T00:40:49.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-21T00:40:50.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-21T00:40:51.094Z] GO111MODULE=on go vet ./... [2021-02-21T00:41:23.300Z] Running on prd-ubuntu18.04-docker-8c-8g-27050 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-21T00:41:23.353Z] Running in /w/workspace/edgex-go/67 [Pipeline] { [Pipeline] checkout [2021-02-21T00:41:25.704Z] using credential edgex-jenkins-ssh [2021-02-21T00:41:25.753Z] Cloning the remote Git repository [2021-02-21T00:41:25.783Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-21T00:41:25.852Z] > git init /w/workspace/edgex-go/67 # timeout=10 [2021-02-21T00:41:25.878Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-21T00:41:25.878Z] > git --version # timeout=10 [2021-02-21T00:41:25.884Z] > git --version # 'git version 2.17.1' [2021-02-21T00:41:25.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-21T00:41:25.911Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-21T00:41:38.703Z] Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-21T00:41:39.000Z] Merge succeeded, producing 49757fb2d6348b309d2dccbef671795b34a85d07 [2021-02-21T00:41:39.001Z] Checking out Revision 49757fb2d6348b309d2dccbef671795b34a85d07 (PR-2858) [2021-02-21T00:41:38.049Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-21T00:41:38.055Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-21T00:41:38.064Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-21T00:41:38.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-21T00:41:38.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-21T00:41:38.081Z] > 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-21T00:41:38.715Z] > git config core.sparsecheckout # timeout=10 [2021-02-21T00:41:38.721Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-21T00:41:38.797Z] > git remote # timeout=10 [2021-02-21T00:41:38.805Z] > git config --get remote.origin.url # timeout=10 [2021-02-21T00:41:38.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-21T00:41:38.815Z] > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 [2021-02-21T00:41:38.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-21T00:41:39.006Z] > git config core.sparsecheckout # timeout=10 [2021-02-21T00:41:39.010Z] > git checkout -f 49757fb2d6348b309d2dccbef671795b34a85d07 # timeout=10 [2021-02-21T00:41:42.699Z] Commit message: "Merge commit '61638ca62d33426a2ce3f2b4b107772a009d1874' into HEAD" [2021-02-21T00:41:42.709Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:41:42.706Z] > git rev-list --no-walk 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 [2021-02-21T00:41:43.871Z] + echo snap-build.sh [2021-02-21T00:41:43.871Z] snap-build.sh [2021-02-21T00:41:43.871Z] + SNAP_BASE_DIR=. [2021-02-21T00:41:43.871Z] + '[' '!' -z /w/workspace/edgex-go/67 ']' [2021-02-21T00:41:43.871Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/67 [2021-02-21T00:41:43.871Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/67]' [2021-02-21T00:41:43.871Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/67] [2021-02-21T00:41:43.871Z] + cd /w/workspace/edgex-go/67 [2021-02-21T00:41:43.871Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-21T00:41:43.871Z] Reading package lists... [2021-02-21T00:41:43.871Z] Building dependency tree... [2021-02-21T00:41:43.871Z] Reading state information... [2021-02-21T00:41:44.135Z] The following packages were automatically installed and are no longer required: [2021-02-21T00:41:44.135Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-21T00:41:44.135Z] uidmap xdelta3 [2021-02-21T00:41:44.135Z] Use 'sudo apt autoremove' to remove them. [2021-02-21T00:41:44.135Z] The following packages will be REMOVED: [2021-02-21T00:41:44.135Z] lxd* lxd-client* [2021-02-21T00:41:44.711Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-21T00:41:44.711Z] After this operation, 31.7 MB disk space will be freed. [2021-02-21T00:41:46.020Z] (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-21T00:41:46.020Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-21T00:41:46.593Z] Removing lxd dnsmasq configuration [2021-02-21T00:41:46.856Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-21T00:41:47.118Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-21T00:41:48.068Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-21T00:41:48.068Z] (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-21T00:41:48.331Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-21T00:41:49.282Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-21T00:41:49.544Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-21T00:41:50.940Z] + sudo snap remove --purge lxd [2021-02-21T00:41:51.204Z] snap "lxd" is not installed [2021-02-21T00:41:51.204Z] + sudo groupadd --force --system lxd [2021-02-21T00:41:51.204Z] ++ whoami [2021-02-21T00:41:51.204Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-21T00:41:51.204Z] + newgrp - lxd [2021-02-21T00:41:51.204Z] + sudo snap install lxd [2021-02-21T00:41:59.370Z] 2021-02-21T00:41:56Z INFO Waiting for automatic snapd restart... [2021-02-21T00:42:12.926Z] gofmt -l . [2021-02-21T00:42:12.926Z] [ "`gofmt -l .`" = "" ] [2021-02-21T00:42:12.926Z] ./bin/test-go-mod-tidy.sh [2021-02-21T00:42:12.926Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-21T00:42:14.190Z] + ls -al . [2021-02-21T00:42:14.190Z] total 732 [2021-02-21T00:42:14.190Z] drwxrwxr-x 9 1001 1001 4096 Feb 21 00:42 . [2021-02-21T00:42:14.190Z] drwxr-xr-x 4 root root 4096 Feb 21 00:37 .. [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 11 Feb 21 00:36 .dockerignore [2021-02-21T00:42:14.190Z] drwxrwxr-x 8 1001 1001 4096 Feb 21 00:36 .git [2021-02-21T00:42:14.190Z] drwxrwxr-x 3 1001 1001 4096 Feb 21 00:36 .github [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 818 Feb 21 00:36 .gitignore [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 166 Feb 21 00:36 .sonarcloud.properties [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 8475 Feb 21 00:36 Attribution.txt [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 3804 Feb 21 00:36 CONTRIBUTING.md [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 931 Feb 21 00:36 Dockerfile.build [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 863 Feb 21 00:36 Jenkinsfile [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 10775 Feb 21 00:36 LICENSE [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 5774 Feb 21 00:36 Makefile [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 6524 Feb 21 00:36 README.md [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 6755 Feb 21 00:36 SECURITY.md [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 5 Feb 21 00:32 VERSION [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 4131 Feb 21 00:36 ZMQWindows.md [2021-02-21T00:42:14.190Z] drwxrwxr-x 2 1001 1001 4096 Feb 21 00:36 bin [2021-02-21T00:42:14.190Z] drwxrwxr-x 14 1001 1001 4096 Feb 21 00:36 cmd [2021-02-21T00:42:14.190Z] -rw-r--r-- 1 root root 591368 Feb 21 00:40 coverage.out [2021-02-21T00:42:14.190Z] -rw-r--r-- 1 root root 1055 Feb 21 00:42 go.mod [2021-02-21T00:42:14.190Z] -rw-r--r-- 1 root root 21410 Feb 21 00:42 go.sum [2021-02-21T00:42:14.190Z] drwxrwxr-x 8 1001 1001 4096 Feb 21 00:36 internal [2021-02-21T00:42:14.190Z] drwxrwxr-x 4 1001 1001 4096 Feb 21 00:36 openapi [2021-02-21T00:42:14.190Z] drwxrwxr-x 4 1001 1001 4096 Feb 21 00:36 snap [2021-02-21T00:42:14.190Z] -rw-rw-r-- 1 1001 1001 168 Feb 21 00:36 version.go [Pipeline] sh [2021-02-21T00:42:14.848Z] + '[' -e coverage.out ] [2021-02-21T00:42:14.848Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-21T00:42:14.907Z] Warning: overwriting stash ‘coverage-report’ [2021-02-21T00:42:16.334Z] Stashed 1 file(s) [Pipeline] sh [2021-02-21T00:42:18.311Z] lxd 4.11 from Canonical* installed [2021-02-21T00:42:18.311Z] + sudo lxd init --auto [2021-02-21T00:42:18.432Z] + make build [2021-02-21T00:42:18.432Z] 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-21T00:42:24.910Z] + sudo snap install --classic snapcraft [2021-02-21T00:42:28.640Z] 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-21T00:42:31.521Z] snapcraft 4.5.1 from Canonical* installed [2021-02-21T00:42:31.521Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-21T00:42:31.521Z] + patch --verbose -p1 [2021-02-21T00:42:31.521Z] Hmm... Looks like a unified diff to me... [2021-02-21T00:42:31.521Z] The text leading up to this was: [2021-02-21T00:42:31.521Z] -------------------------- [2021-02-21T00:42:31.521Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-21T00:42:31.521Z] |From: Tony Espy [2021-02-21T00:42:31.521Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-21T00:42:31.521Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-21T00:42:31.521Z] | [2021-02-21T00:42:31.521Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-21T00:42:31.521Z] |optimize the snap CI check run for pull requests. When [2021-02-21T00:42:31.521Z] |applied, it essentially strips out everything (apps and [2021-02-21T00:42:31.521Z] |parts) from the snapcraft.yaml file except those required [2021-02-21T00:42:31.521Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-21T00:42:31.521Z] |catch changes to edgex-go that break the snap build. [2021-02-21T00:42:31.521Z] | [2021-02-21T00:42:31.521Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-21T00:42:31.521Z] |to update this patch file, otherwise it may fail to apply, [2021-02-21T00:42:31.521Z] |resulting in a failed snap build CI check in the associated [2021-02-21T00:42:31.521Z] |pull request. [2021-02-21T00:42:31.521Z] | [2021-02-21T00:42:31.521Z] |Note - in addition to applying this patch, the pipeline also [2021-02-21T00:42:31.521Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-21T00:42:31.521Z] |need to build the finally binary .snap file (and it won't [2021-02-21T00:42:31.521Z] |work with the patch applied). This further reduces the build [2021-02-21T00:42:31.521Z] |time. [2021-02-21T00:42:31.521Z] |--- [2021-02-21T00:42:31.521Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-21T00:42:31.521Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-21T00:42:31.521Z] | [2021-02-21T00:42:31.521Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-21T00:42:31.521Z] |index 1e537489..faf42425 100644 [2021-02-21T00:42:31.521Z] |--- a/snap/snapcraft.yaml [2021-02-21T00:42:31.521Z] |+++ b/snap/snapcraft.yaml [2021-02-21T00:42:31.521Z] -------------------------- [2021-02-21T00:42:31.521Z] patching file snap/snapcraft.yaml [2021-02-21T00:42:31.521Z] Using Plan A... [2021-02-21T00:42:31.521Z] Hunk #1 succeeded at 73. [2021-02-21T00:42:31.521Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-21T00:42:31.521Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-21T00:42:31.521Z] Hunk #4 FAILED at 222. [2021-02-21T00:42:31.521Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-21T00:42:31.521Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-21T00:42:31.521Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-21T00:42:31.521Z] Hunk #8 FAILED at 411. [2021-02-21T00:42:31.521Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-21T00:42:31.521Z] Hmm... Ignoring the trailing garbage. [2021-02-21T00:42:31.521Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-21T00:42:32.236Z] Failed in branch amd64 [2021-02-21T00:42:55.481Z] 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-21T00:42:56.472Z] 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-21T00:43:01.857Z] 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-21T00:43:03.282Z] 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-21T00:43:08.688Z] 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-21T00:43:14.089Z] 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-21T00:43:18.420Z] 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-21T00:43:21.824Z] 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-21T00:43:26.161Z] 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-21T00:43:30.452Z] 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-21T00:43:37.195Z] $ docker stop --time=1 1b027ff70edb508e28cb26e55996d24571aa604dc5eedcfe45ec3536ec151340 [2021-02-21T00:43:39.705Z] $ docker rm -f 1b027ff70edb508e28cb26e55996d24571aa604dc5eedcfe45ec3536ec151340 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:43:41.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-21T00:43:41.733Z] [2021-02-21T00:43:41.733Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:43:42.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-21T00:43:42.115Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-21T00:43:42.115Z] 29e5d40040c1: Pulling fs layer [2021-02-21T00:43:42.115Z] 1ce36da41761: Pulling fs layer [2021-02-21T00:43:42.115Z] 25b303627fd3: Pulling fs layer [2021-02-21T00:43:42.708Z] 29e5d40040c1: Download complete [2021-02-21T00:43:43.304Z] 1ce36da41761: Verifying Checksum [2021-02-21T00:43:43.304Z] 1ce36da41761: Download complete [2021-02-21T00:43:43.578Z] 29e5d40040c1: Pull complete [2021-02-21T00:43:44.560Z] 1ce36da41761: Pull complete [2021-02-21T00:43:45.155Z] 25b303627fd3: Download complete [2021-02-21T00:43:55.308Z] 25b303627fd3: Pull complete [2021-02-21T00:43:55.308Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-21T00:43:55.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-21T00:43:55.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-21T00:43:55.585Z] prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container [2021-02-21T00:43:55.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-21T00:43:58.794Z] $ docker top c3ce694f329095b6be67e0c84fb1271c2292059c6f96e56cf571eb583dc611d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-21T00:43:59.786Z] + docker-compose build --help [2021-02-21T00:43:59.786Z] + grep parallel [2021-02-21T00:44:04.084Z] --parallel Build images in parallel. [Pipeline] } [2021-02-21T00:44:04.128Z] $ docker stop --time=1 c3ce694f329095b6be67e0c84fb1271c2292059c6f96e56cf571eb583dc611d2 [2021-02-21T00:44:06.095Z] $ docker rm -f c3ce694f329095b6be67e0c84fb1271c2292059c6f96e56cf571eb583dc611d2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:44:06.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-21T00:44:06.877Z] . [Pipeline] withDockerContainer [2021-02-21T00:44:07.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-27048 does not seem to be running inside a container [2021-02-21T00:44:07.219Z] $ 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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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-21T00:44:08.618Z] $ docker top 3f4ec75bf737f27fce0b191999421bc97191587b34bcfe8636b4baeb32b26700 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-21T00:44:09.622Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-21T00:44:13.921Z] Building docker-core-command-go ... [2021-02-21T00:44:13.921Z] Building docker-core-data-go ... [2021-02-21T00:44:13.921Z] Building docker-core-metadata-go ... [2021-02-21T00:44:13.921Z] Building docker-security-bootstrapper-go ... [2021-02-21T00:44:13.921Z] Building docker-security-proxy-setup-go ... [2021-02-21T00:44:13.921Z] Building docker-security-secretstore-setup-go ... [2021-02-21T00:44:13.921Z] Building docker-support-notifications-go ... [2021-02-21T00:44:13.921Z] Building docker-support-scheduler-go ... [2021-02-21T00:44:13.921Z] Building docker-sys-mgmt-agent-go ... [2021-02-21T00:44:13.921Z] Building docker-core-command-go [2021-02-21T00:44:13.921Z] Building docker-core-data-go [2021-02-21T00:44:13.921Z] Building docker-sys-mgmt-agent-go [2021-02-21T00:44:13.921Z] Building docker-core-metadata-go [2021-02-21T00:44:13.921Z] Building docker-security-secretstore-setup-go [2021-02-21T00:45:35.695Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:45:35.695Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:45:35.695Z] ---> a2f159c3aad9 [2021-02-21T00:45:35.695Z] Step 3/24 : WORKDIR /edgex-go [2021-02-21T00:45:35.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:45:35.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:45:35.695Z] ---> a2f159c3aad9 [2021-02-21T00:45:35.695Z] Step 3/23 : WORKDIR /edgex-go [2021-02-21T00:45:35.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:45:35.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:45:35.695Z] ---> a2f159c3aad9 [2021-02-21T00:45:35.695Z] Step 3/23 : WORKDIR /edgex-go [2021-02-21T00:45:35.695Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:45:35.695Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:45:35.695Z] ---> a2f159c3aad9 [2021-02-21T00:45:35.695Z] Step 3/26 : WORKDIR /edgex-go [2021-02-21T00:45:35.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:45:35.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:45:35.695Z] ---> a2f159c3aad9 [2021-02-21T00:45:35.695Z] Step 3/23 : WORKDIR /edgex-go [2021-02-21T00:45:35.695Z] ---> Running in f011be8254c8 [2021-02-21T00:45:35.695Z] ---> Running in ceae52c0794b [2021-02-21T00:45:35.695Z] ---> Running in 8e22b8a931b4 [2021-02-21T00:45:35.695Z] ---> Running in 033865d02486 [2021-02-21T00:45:35.695Z] ---> Running in cf067e4e11f3 [2021-02-21T00:45:35.695Z] Removing intermediate container 8e22b8a931b4 [2021-02-21T00:45:35.695Z] ---> ccfbc8695977 [2021-02-21T00:45:35.695Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:45:35.695Z] Removing intermediate container 033865d02486 [2021-02-21T00:45:35.695Z] ---> 46449c3d6341 [2021-02-21T00:45:35.695Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:45:35.695Z] Removing intermediate container cf067e4e11f3 [2021-02-21T00:45:35.695Z] ---> 3ac2e9c5d759 [2021-02-21T00:45:35.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:45:35.695Z] Removing intermediate container f011be8254c8 [2021-02-21T00:45:35.695Z] ---> 00b21cb0809f [2021-02-21T00:45:35.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:45:35.695Z] Removing intermediate container ceae52c0794b [2021-02-21T00:45:35.695Z] ---> d8a7c1983aa7 [2021-02-21T00:45:35.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:45:35.695Z] ---> Running in 57f2950a0df2 [2021-02-21T00:45:35.695Z] ---> Running in f92a98063762 [2021-02-21T00:45:35.695Z] ---> Running in cad2374d3a1a [2021-02-21T00:45:35.695Z] ---> Running in 85702b15938d [2021-02-21T00:45:35.695Z] ---> Running in 23a2182d0dfd [2021-02-21T00:45:35.695Z] Removing intermediate container 85702b15938d [2021-02-21T00:45:35.695Z] ---> a2694234c635 [2021-02-21T00:45:35.695Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-21T00:45:35.695Z] ---> Running in 15fdfd55a958 [2021-02-21T00:45:35.695Z] Removing intermediate container f92a98063762 [2021-02-21T00:45:35.695Z] ---> 10af659e4fe8 [2021-02-21T00:45:35.695Z] Step 5/24 : RUN apk add --update --no-cache make gitRemoving intermediate container 57f2950a0df2 [2021-02-21T00:45:35.695Z] ---> 1fe7ade5e240 [2021-02-21T00:45:35.695Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-21T00:45:35.695Z] [2021-02-21T00:45:35.695Z] ---> Running in 949a31e8ac31 [2021-02-21T00:45:35.695Z] ---> Running in d546b80e6b85 [2021-02-21T00:45:35.695Z] Removing intermediate container 23a2182d0dfd [2021-02-21T00:45:35.695Z] ---> 7dd1e1b8e517 [2021-02-21T00:45:35.695Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-21T00:45:35.695Z] Removing intermediate container cad2374d3a1a [2021-02-21T00:45:35.695Z] ---> 591005a93cdf [2021-02-21T00:45:35.695Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-21T00:45:35.695Z] ---> Running in c91c1a9f945e [2021-02-21T00:45:35.695Z] ---> Running in 5e01a081dea2 [2021-02-21T00:45:35.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:36.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:36.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:36.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:36.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:37.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:38.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:38.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:38.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:38.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:45:39.132Z] OK: 217 MiB in 51 packages [2021-02-21T00:45:39.731Z] OK: 217 MiB in 51 packages [2021-02-21T00:45:40.008Z] OK: 217 MiB in 51 packages [2021-02-21T00:45:40.008Z] OK: 217 MiB in 51 packages [2021-02-21T00:45:40.288Z] OK: 217 MiB in 51 packages [2021-02-21T00:45:40.288Z] Removing intermediate container 15fdfd55a958 [2021-02-21T00:45:40.288Z] ---> 986f3e8202cc [2021-02-21T00:45:40.288Z] Step 6/23 : COPY go.mod . [2021-02-21T00:45:41.286Z] ---> f74fd22068e3 [2021-02-21T00:45:41.286Z] Step 7/23 : RUN go mod download [2021-02-21T00:45:41.562Z] ---> Running in e06460989041 [2021-02-21T00:45:41.840Z] Removing intermediate container 949a31e8ac31 [2021-02-21T00:45:41.840Z] ---> 83abc01223d0 [2021-02-21T00:45:41.840Z] Step 6/26 : COPY go.mod . [2021-02-21T00:45:41.840Z] Removing intermediate container d546b80e6b85 [2021-02-21T00:45:41.840Z] ---> dcdc24891f86 [2021-02-21T00:45:41.840Z] Step 6/24 : COPY go.mod . [2021-02-21T00:45:42.123Z] Removing intermediate container c91c1a9f945e [2021-02-21T00:45:42.123Z] ---> 96c126e9fc71 [2021-02-21T00:45:42.123Z] Step 6/23 : COPY go.mod . [2021-02-21T00:45:42.400Z] Removing intermediate container 5e01a081dea2 [2021-02-21T00:45:42.400Z] ---> d5ba4bbfb7cd [2021-02-21T00:45:42.400Z] Step 6/23 : COPY go.mod . [2021-02-21T00:45:42.678Z] ---> f95550eab694 [2021-02-21T00:45:42.678Z] Step 7/26 : RUN go mod download [2021-02-21T00:45:42.957Z] ---> c7eec2183568 [2021-02-21T00:45:42.957Z] Step 7/24 : RUN go mod download [2021-02-21T00:45:42.957Z] ---> Running in 3cfd9ee91d98 [2021-02-21T00:45:43.234Z] ---> Running in 2c386a504e7b [2021-02-21T00:45:43.234Z] ---> 880e133f3535 [2021-02-21T00:45:43.234Z] Step 7/23 : RUN go mod download [2021-02-21T00:45:43.505Z] ---> Running in 9424051d8397 [2021-02-21T00:45:43.505Z] ---> 518372f53bef [2021-02-21T00:45:43.780Z] Step 7/23 : RUN go mod download [2021-02-21T00:45:44.057Z] ---> Running in c66407939310 [2021-02-21T00:45:45.503Z] Removing intermediate container e06460989041 [2021-02-21T00:45:45.504Z] ---> 6082bbb28db3 [2021-02-21T00:45:45.504Z] Step 8/23 : COPY . . [2021-02-21T00:45:49.827Z] Removing intermediate container 2c386a504e7b [2021-02-21T00:45:49.827Z] ---> 7c06a275318d [2021-02-21T00:45:49.827Z] Step 8/24 : COPY . . [2021-02-21T00:45:49.827Z] Removing intermediate container 3cfd9ee91d98 [2021-02-21T00:45:49.827Z] ---> 6947bb7ad6e0 [2021-02-21T00:45:49.827Z] Step 8/26 : COPY . . [2021-02-21T00:45:50.102Z] Removing intermediate container c66407939310 [2021-02-21T00:45:50.102Z] ---> edfa52867c79 [2021-02-21T00:45:50.102Z] Step 8/23 : COPY . . [2021-02-21T00:45:50.378Z] Removing intermediate container 9424051d8397 [2021-02-21T00:45:50.378Z] ---> ebe166a47895 [2021-02-21T00:45:50.378Z] Step 8/23 : COPY . . [2021-02-21T00:46:12.588Z] ---> bbb09c0382a8 [2021-02-21T00:46:12.588Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-21T00:46:12.588Z] ---> Running in 680cf144392a [2021-02-21T00:46:12.588Z] ---> ebbb7fdeef72 [2021-02-21T00:46:12.588Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-21T00:46:12.588Z] ---> 16f7c2150b88 [2021-02-21T00:46:12.588Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-21T00:46:12.588Z] ---> Running in d4573467d28f [2021-02-21T00:46:12.588Z] ---> Running in 50046b65fd01 [2021-02-21T00:46:12.588Z] ---> 085fb66cfa53 [2021-02-21T00:46:12.588Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-21T00:46:12.588Z] ---> 91101aaa6104 [2021-02-21T00:46:12.588Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-21T00:46:12.588Z] ---> Running in bad82e9922e4 [2021-02-21T00:46:12.588Z] ---> Running in a2e3ceeff5bd [2021-02-21T00:46:13.209Z] 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-21T00:46:14.193Z] 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-21T00:46:14.480Z] 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-21T00:46:14.480Z] 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-21T00:46:14.755Z] 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-21T00:47:51.611Z] 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-21T00:47:58.360Z] Removing intermediate container d4573467d28f [2021-02-21T00:47:58.360Z] ---> f720349ad574 [2021-02-21T00:47:58.360Z] [2021-02-21T00:47:58.360Z] Step 10/24 : FROM alpine:3.12 [2021-02-21T00:47:58.360Z] 3.12: Pulling from library/alpine [2021-02-21T00:48:00.373Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-21T00:48:00.373Z] Status: Downloaded newer image for alpine:3.12 [2021-02-21T00:48:00.373Z] ---> afeebe901d6b [2021-02-21T00:48:00.373Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-21T00:48:00.373Z] ---> Running in fe67ef3ce00f [2021-02-21T00:48:03.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:03.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:04.032Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-21T00:48:04.032Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-21T00:48:04.032Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-21T00:48:04.032Z] (4/5) Installing curl (7.69.1-r3) [2021-02-21T00:48:04.032Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-21T00:48:04.032Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:48:04.032Z] Executing ca-certificates-20191127-r4.trigger [2021-02-21T00:48:04.318Z] OK: 7 MiB in 19 packages [2021-02-21T00:48:04.939Z] Removing intermediate container 50046b65fd01 [2021-02-21T00:48:04.939Z] ---> fbf726bed027 [2021-02-21T00:48:04.939Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-21T00:48:05.227Z] ---> Running in f472047edf6e [2021-02-21T00:48:07.889Z] Removing intermediate container fe67ef3ce00f [2021-02-21T00:48:07.889Z] ---> 659c37b2b782 [2021-02-21T00:48:07.889Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-21T00:48:07.889Z] ---> Running in 177fb3be3ed4 [2021-02-21T00:48:07.889Z] 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-21T00:48:08.507Z] Removing intermediate container 177fb3be3ed4 [2021-02-21T00:48:08.507Z] ---> 873f9eb16e42 [2021-02-21T00:48:08.507Z] Step 13/24 : WORKDIR / [2021-02-21T00:48:08.507Z] ---> Running in e81b96f37a11 [2021-02-21T00:48:09.113Z] Removing intermediate container e81b96f37a11 [2021-02-21T00:48:09.113Z] ---> 0f465be0809d [2021-02-21T00:48:09.113Z] 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-21T00:48:10.584Z] ---> 68cbaf71fd35 [2021-02-21T00:48:10.584Z] 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-21T00:48:12.590Z] ---> cb1e804fc3bf [2021-02-21T00:48:12.590Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-21T00:48:14.155Z] ---> eff4e09f98e7 [2021-02-21T00:48:14.155Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-21T00:48:15.035Z] Removing intermediate container f472047edf6e [2021-02-21T00:48:15.035Z] ---> f0696db1310c [2021-02-21T00:48:15.035Z] [2021-02-21T00:48:15.035Z] Step 11/26 : FROM docker:20.10.0 [2021-02-21T00:48:15.318Z] 20.10.0: Pulling from library/docker [2021-02-21T00:48:18.222Z] ---> 2b43f20094cb [2021-02-21T00:48:18.222Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-21T00:48:19.201Z] Removing intermediate container bad82e9922e4 [2021-02-21T00:48:19.201Z] ---> 166c686a317a [2021-02-21T00:48:19.201Z] [2021-02-21T00:48:19.201Z] Step 10/23 : FROM alpine:3.12 [2021-02-21T00:48:19.201Z] ---> afeebe901d6b [2021-02-21T00:48:19.201Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-21T00:48:19.793Z] ---> Running in 7c8782200857 [2021-02-21T00:48:20.783Z] ---> e2b36e431a1b [2021-02-21T00:48:20.784Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-21T00:48:21.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:22.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:22.662Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-21T00:48:22.662Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:48:22.662Z] OK: 5 MiB in 15 packages [2021-02-21T00:48:23.281Z] ---> 4c16a4c28655 [2021-02-21T00:48:23.281Z] 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-21T00:48:23.586Z] ---> Running in 819bdb51cbd2 [2021-02-21T00:48:25.615Z] Removing intermediate container 7c8782200857 [2021-02-21T00:48:25.615Z] ---> 1a481eaaa75a [2021-02-21T00:48:25.615Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:48:26.603Z] ---> Running in 758148d896b3 [2021-02-21T00:48:27.199Z] Removing intermediate container 758148d896b3 [2021-02-21T00:48:27.199Z] ---> 0c961d545343 [2021-02-21T00:48:27.199Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-21T00:48:27.792Z] ---> Running in cfcca469ac59 [2021-02-21T00:48:28.065Z] Removing intermediate container 819bdb51cbd2 [2021-02-21T00:48:28.065Z] ---> afd461c4e683 [2021-02-21T00:48:28.065Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-21T00:48:28.663Z] Removing intermediate container 680cf144392a [2021-02-21T00:48:28.663Z] ---> 1f83165820c6 [2021-02-21T00:48:28.663Z] [2021-02-21T00:48:28.663Z] Step 10/23 : FROM alpine:3.12 [2021-02-21T00:48:28.936Z] ---> afeebe901d6b [2021-02-21T00:48:28.936Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-21T00:48:28.936Z] ---> Using cache [2021-02-21T00:48:28.936Z] ---> 1a481eaaa75a [2021-02-21T00:48:28.936Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:48:28.936Z] ---> Using cache [2021-02-21T00:48:28.936Z] ---> 0c961d545343 [2021-02-21T00:48:28.936Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-21T00:48:28.936Z] ---> Running in 9df18264436c [2021-02-21T00:48:29.209Z] Removing intermediate container cfcca469ac59 [2021-02-21T00:48:29.209Z] ---> 8cde93ab1876 [2021-02-21T00:48:29.209Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-21T00:48:29.480Z] ---> Running in 6690350562d1 [2021-02-21T00:48:29.753Z] ---> Running in 982177a17f9b [2021-02-21T00:48:29.753Z] Removing intermediate container 9df18264436c [2021-02-21T00:48:29.753Z] ---> bd11b73b1ef0 [2021-02-21T00:48:29.753Z] Step 22/24 : LABEL arch=arm64 [2021-02-21T00:48:30.347Z] ---> Running in 9a6237bcf3c4 [2021-02-21T00:48:30.616Z] Removing intermediate container 6690350562d1 [2021-02-21T00:48:30.616Z] ---> ea289ae9ef0b [2021-02-21T00:48:30.616Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-21T00:48:30.896Z] Removing intermediate container 982177a17f9b [2021-02-21T00:48:31.168Z] ---> 49bf9fec7d0f [2021-02-21T00:48:31.168Z] Step 15/23 : WORKDIR / [2021-02-21T00:48:31.456Z] ---> Running in 7b003c6adcc9 [2021-02-21T00:48:32.055Z] Removing intermediate container 9a6237bcf3c4 [2021-02-21T00:48:32.055Z] ---> 5b06d8873aca [2021-02-21T00:48:32.055Z] Step 23/24 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:48:32.649Z] ---> Running in 8c6199492c59 [2021-02-21T00:48:32.650Z] ---> Running in 87792d7910b6 [2021-02-21T00:48:32.650Z] Removing intermediate container 7b003c6adcc9 [2021-02-21T00:48:32.650Z] ---> 63999a44efd1 [2021-02-21T00:48:32.650Z] Step 15/23 : WORKDIR / [2021-02-21T00:48:33.250Z] ---> Running in b32fbe00bdb0 [2021-02-21T00:48:33.250Z] Removing intermediate container a2e3ceeff5bd [2021-02-21T00:48:33.250Z] ---> 901f9b7e28d3 [2021-02-21T00:48:33.250Z] [2021-02-21T00:48:33.250Z] Step 10/23 : FROM alpine:3.12 [2021-02-21T00:48:33.250Z] ---> afeebe901d6b [2021-02-21T00:48:33.250Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-21T00:48:33.528Z] ---> Running in ae730f727c5b [2021-02-21T00:48:33.528Z] Removing intermediate container 8c6199492c59 [2021-02-21T00:48:33.528Z] ---> c8a7fa4b077b [2021-02-21T00:48:33.528Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:48:33.528Z] Removing intermediate container 87792d7910b6 [2021-02-21T00:48:33.528Z] ---> 12802bdb2a68 [2021-02-21T00:48:33.528Z] Step 24/24 : LABEL version=0.0.0 [2021-02-21T00:48:33.805Z] ---> Running in 06731e9222ce [2021-02-21T00:48:34.081Z] Removing intermediate container b32fbe00bdb0 [2021-02-21T00:48:34.081Z] ---> 5e7b23b61ae4 [2021-02-21T00:48:34.081Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:48:34.081Z] Removing intermediate container ae730f727c5b [2021-02-21T00:48:34.081Z] ---> c4e2863de8f6 [2021-02-21T00:48:34.081Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-21T00:48:34.357Z] ---> Running in 72431e18c97d [2021-02-21T00:48:34.357Z] ---> b1c5e488f556 [2021-02-21T00:48:34.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-21T00:48:34.644Z] Removing intermediate container 06731e9222ce [2021-02-21T00:48:34.644Z] ---> f2fca254181c [2021-02-21T00:48:34.644Z] [2021-02-21T00:48:34.644Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-21T00:48:34.644Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-21T00:48:34.644Z] ---> eeaf43b92773 [2021-02-21T00:48:34.644Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-21T00:48:34.918Z] ---> Running in 0dfaf10a0db1 [2021-02-21T00:48:35.189Z] Successfully built f2fca254181c [2021-02-21T00:48:35.190Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-21T00:48:35.190Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-21T00:48:35.190Z] ---> cdc279c0beff [2021-02-21T00:48:35.190Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-21T00:48:35.190Z] Removing intermediate container 72431e18c97d [2021-02-21T00:48:35.190Z] ---> b37cc8d26e43 [2021-02-21T00:48:35.190Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-21T00:48:35.464Z] ---> Running in 25e7aadbe3ef [2021-02-21T00:48:36.895Z] ---> 03b01f50cc68 [2021-02-21T00:48:36.895Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-21T00:48:36.895Z] Removing intermediate container 25e7aadbe3ef [2021-02-21T00:48:36.895Z] ---> ffdac33cdf72 [2021-02-21T00:48:36.895Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:48:36.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:36.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:37.881Z] (1/2) Installing readline (8.0.4-r0) [2021-02-21T00:48:37.881Z] (2/2) Installing bash (5.0.17-r0) [2021-02-21T00:48:37.881Z] Executing bash-5.0.17-r0.post-install [2021-02-21T00:48:37.881Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:48:37.881Z] OK: 12 MiB in 22 packages [2021-02-21T00:48:38.163Z] ---> Running in 8b0bc8be0103 [2021-02-21T00:48:38.760Z] ---> d5c3de09c93d [2021-02-21T00:48:38.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-21T00:48:39.044Z] ---> d47252f959f9 [2021-02-21T00:48:39.044Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-21T00:48:39.318Z] ---> Running in 981a77175a64 [2021-02-21T00:48:39.594Z] ---> 0c2ca13ad1f8 [2021-02-21T00:48:39.594Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-21T00:48:40.580Z] ---> Running in 676128c93f22 [2021-02-21T00:48:40.853Z] Removing intermediate container 981a77175a64 [2021-02-21T00:48:40.853Z] ---> 6843f413b820 [2021-02-21T00:48:40.853Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:48:40.853Z] Removing intermediate container 0dfaf10a0db1 [2021-02-21T00:48:40.853Z] ---> be5f19898d73 [2021-02-21T00:48:40.853Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-21T00:48:41.456Z] ---> Running in 5e6fa3b4c4cc [2021-02-21T00:48:41.456Z] ---> Running in b20f8a4504d3 [2021-02-21T00:48:41.456Z] Removing intermediate container 676128c93f22 [2021-02-21T00:48:41.456Z] ---> e45b93c65a3f [2021-02-21T00:48:41.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:48:41.728Z] ---> Running in d15d4743133f [2021-02-21T00:48:42.016Z] Removing intermediate container b20f8a4504d3 [2021-02-21T00:48:42.016Z] Removing intermediate container 5e6fa3b4c4cc [2021-02-21T00:48:42.016Z] ---> 341192d9cd44 [2021-02-21T00:48:42.016Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-21T00:48:42.016Z] ---> 346fafccfac4 [2021-02-21T00:48:42.016Z] Step 21/23 : LABEL arch=arm64 [2021-02-21T00:48:42.289Z] ---> Running in 7c904fd7acdd [2021-02-21T00:48:42.289Z] ---> Running in 936d7eedc12d [2021-02-21T00:48:42.289Z] Removing intermediate container 8b0bc8be0103 [2021-02-21T00:48:42.289Z] ---> adba1a64205a [2021-02-21T00:48:42.289Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-21T00:48:42.566Z] Removing intermediate container d15d4743133f [2021-02-21T00:48:42.566Z] ---> 1ba9dba838b7 [2021-02-21T00:48:42.566Z] Step 21/23 : LABEL arch=arm64 [2021-02-21T00:48:42.566Z] ---> Running in 3e25f497ba99 [2021-02-21T00:48:42.841Z] ---> Running in bbb41221eb6b [2021-02-21T00:48:43.115Z] Removing intermediate container 7c904fd7acdd [2021-02-21T00:48:43.115Z] ---> 5103288c6a66 [2021-02-21T00:48:43.115Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-21T00:48:43.390Z] Removing intermediate container 936d7eedc12d [2021-02-21T00:48:43.390Z] ---> b914bb3cc51a [2021-02-21T00:48:43.390Z] Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:48:43.664Z] ---> Running in f8c2b0db854f [2021-02-21T00:48:43.936Z] ---> Running in 2b81cf5689f6 [2021-02-21T00:48:44.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:44.491Z] Removing intermediate container bbb41221eb6b [2021-02-21T00:48:44.491Z] ---> 1c9ba8e35638 [2021-02-21T00:48:44.491Z] Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:48:44.767Z] Removing intermediate container f8c2b0db854f [2021-02-21T00:48:44.767Z] ---> fb879f547f1f [2021-02-21T00:48:44.767Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-21T00:48:45.065Z] ---> Running in 72aceb773c38 [2021-02-21T00:48:45.065Z] Removing intermediate container 2b81cf5689f6 [2021-02-21T00:48:45.065Z] ---> 3653c42f0cb5 [2021-02-21T00:48:45.065Z] Step 23/23 : LABEL version=0.0.0 [2021-02-21T00:48:45.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:45.608Z] ---> Running in b986d715b5a3 [2021-02-21T00:48:45.883Z] Removing intermediate container 72aceb773c38 [2021-02-21T00:48:45.883Z] ---> 3eedc8dc1064 [2021-02-21T00:48:45.883Z] Step 23/23 : LABEL version=0.0.0 [2021-02-21T00:48:46.155Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-21T00:48:46.436Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-21T00:48:46.436Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-21T00:48:46.713Z] ---> Running in 2fe60d5ee45d [2021-02-21T00:48:46.713Z] Removing intermediate container b986d715b5a3 [2021-02-21T00:48:46.713Z] ---> 9367a4ac0bc2 [2021-02-21T00:48:46.713Z] [2021-02-21T00:48:46.713Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-21T00:48:46.713Z] ---> 586d53c85c0e [2021-02-21T00:48:46.713Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-21T00:48:46.988Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-21T00:48:47.272Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-21T00:48:47.272Z] Successfully built 9367a4ac0bc2 [2021-02-21T00:48:47.272Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:48:47.272Z] OK: 8 MiB in 20 packages [2021-02-21T00:48:47.272Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-21T00:48:47.272Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-21T00:48:47.272Z] Removing intermediate container 2fe60d5ee45d [2021-02-21T00:48:47.272Z] ---> 6311883de686 [2021-02-21T00:48:47.272Z] [2021-02-21T00:48:47.886Z] Successfully built 6311883de686 [2021-02-21T00:48:47.886Z] ---> 1cd18276baf5 [2021-02-21T00:48:47.886Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-21T00:48:47.886Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-21T00:48:47.886Z] Building docker-security-bootstrapper-go [2021-02-21T00:48:49.321Z]  Building docker-core-metadata-go ... done Removing intermediate container 3e25f497ba99 [2021-02-21T00:48:49.321Z] ---> e1027bfb7bab [2021-02-21T00:48:49.321Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:48:49.321Z] ---> 71eeb1b567d8 [2021-02-21T00:48:49.321Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-21T00:48:49.321Z] ---> Running in e07d950d831a [2021-02-21T00:48:49.909Z] ---> d8388e075d43 [2021-02-21T00:48:50.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-21T00:48:50.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:50.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:48:51.334Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-21T00:48:51.334Z] (2/33) Installing expat (2.2.9-r1) [2021-02-21T00:48:51.334Z] (3/33) Installing libffi (3.3-r2) [2021-02-21T00:48:51.334Z] (4/33) Installing gdbm (1.13-r1) [2021-02-21T00:48:51.334Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-21T00:48:51.334Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-21T00:48:51.334Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-21T00:48:53.320Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-21T00:48:53.320Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-21T00:48:53.320Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-21T00:48:53.320Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-21T00:48:53.321Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-21T00:48:53.321Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-21T00:48:53.597Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-21T00:48:53.597Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-21T00:48:53.597Z] ---> 2edd238b903c [2021-02-21T00:48:53.597Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-21T00:48:53.597Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-21T00:48:53.597Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-21T00:48:53.597Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-21T00:48:53.597Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-21T00:48:53.871Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-21T00:48:53.871Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-21T00:48:53.871Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-21T00:48:53.871Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-21T00:48:53.871Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-21T00:48:53.871Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-21T00:48:53.871Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-21T00:48:53.871Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-21T00:48:53.871Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-21T00:48:53.871Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-21T00:48:53.871Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-21T00:48:53.871Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-21T00:48:54.142Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-21T00:48:54.142Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-21T00:48:54.142Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:48:54.142Z] OK: 71 MiB in 55 packages [2021-02-21T00:48:56.126Z] ---> 4b26a11a2b8a [2021-02-21T00:48:56.126Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-21T00:48:56.721Z] ---> Running in 348ed0bff4e9 [2021-02-21T00:48:56.995Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:48:56.995Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:48:56.995Z] ---> a2f159c3aad9 [2021-02-21T00:48:56.995Z] Step 3/21 : WORKDIR /edgex-go [2021-02-21T00:48:56.995Z] ---> Using cache [2021-02-21T00:48:56.995Z] ---> d8a7c1983aa7 [2021-02-21T00:48:56.995Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:48:56.995Z] ---> Using cache [2021-02-21T00:48:56.995Z] ---> 591005a93cdf [2021-02-21T00:48:56.995Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-21T00:48:56.995Z] ---> Using cache [2021-02-21T00:48:56.995Z] ---> d5ba4bbfb7cd [2021-02-21T00:48:56.995Z] Step 6/21 : COPY go.mod . [2021-02-21T00:48:56.995Z] ---> Using cache [2021-02-21T00:48:56.995Z] ---> 518372f53bef [2021-02-21T00:48:56.995Z] Step 7/21 : RUN go mod download [2021-02-21T00:48:56.995Z] ---> Using cache [2021-02-21T00:48:56.995Z] ---> edfa52867c79 [2021-02-21T00:48:56.995Z] Step 8/21 : COPY . . [2021-02-21T00:48:56.995Z] ---> Using cache [2021-02-21T00:48:56.995Z] ---> 085fb66cfa53 [2021-02-21T00:48:56.995Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-21T00:48:57.592Z] ---> Running in e58204adb68a [2021-02-21T00:48:57.864Z] Removing intermediate container 348ed0bff4e9 [2021-02-21T00:48:57.864Z] ---> d855152bb967 [2021-02-21T00:48:57.864Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:48:58.461Z] ---> Running in 7a27a358f43f [2021-02-21T00:48:59.901Z] Removing intermediate container 7a27a358f43f [2021-02-21T00:48:59.901Z] ---> 42fd8d6619b6 [2021-02-21T00:48:59.901Z] Step 21/23 : LABEL arch=arm64 [2021-02-21T00:49:00.174Z] 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-21T00:49:01.164Z] ---> Running in 0f6a20c7a669 [2021-02-21T00:49:02.149Z] Removing intermediate container 0f6a20c7a669 [2021-02-21T00:49:02.149Z] ---> e0db911acf25 [2021-02-21T00:49:02.149Z] Step 22/23 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:49:02.428Z] ---> Running in 8f5c89eed813 [2021-02-21T00:49:03.419Z] Removing intermediate container 8f5c89eed813 [2021-02-21T00:49:03.419Z] ---> d4a7db18cc75 [2021-02-21T00:49:03.419Z] Step 23/23 : LABEL version=0.0.0 [2021-02-21T00:49:03.419Z] ---> Running in 7f6170dc3e1b [2021-02-21T00:49:03.419Z] Removing intermediate container e07d950d831a [2021-02-21T00:49:03.419Z] ---> 0f0e0d6e4dde [2021-02-21T00:49:03.419Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-21T00:49:03.697Z] ---> Running in 3d7fadee23aa [2021-02-21T00:49:04.300Z] Removing intermediate container 7f6170dc3e1b [2021-02-21T00:49:04.300Z] ---> e2c5b30ee980 [2021-02-21T00:49:04.300Z] [2021-02-21T00:49:04.902Z] Successfully built e2c5b30ee980 [2021-02-21T00:49:04.902Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-21T00:49:04.902Z] Building docker-support-scheduler-go [2021-02-21T00:49:11.662Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-21T00:49:11.662Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-21T00:49:11.945Z] Collecting jsonschema<3,>=2.5.1 [2021-02-21T00:49:11.945Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-21T00:49:12.551Z] Collecting texttable<0.10,>=0.9.0 [2021-02-21T00:49:12.551Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-21T00:49:15.208Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-21T00:49:15.486Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-21T00:49:15.763Z] 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-21T00:49:17.221Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-21T00:49:17.221Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-21T00:49:17.837Z] Collecting cached-property<2,>=1.2.0 [2021-02-21T00:49:17.837Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-21T00:49:18.436Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-21T00:49:18.436Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-21T00:49:21.845Z] Collecting docker<4.0,>=3.6.0 [2021-02-21T00:49:21.845Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-21T00:49:22.835Z] Collecting PyYAML<4,>=3.10 [2021-02-21T00:49:22.835Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-21T00:49:27.158Z] Collecting docopt<0.7,>=0.6.1 [2021-02-21T00:49:27.158Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-21T00:49:29.145Z] 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-21T00:49:29.145Z] 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-21T00:49:29.422Z] Collecting idna<2.8,>=2.5 [2021-02-21T00:49:29.422Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-21T00:49:29.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:49:29.696Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:49:29.696Z] ---> a2f159c3aad9 [2021-02-21T00:49:29.696Z] Step 3/22 : WORKDIR /edgex-go [2021-02-21T00:49:29.696Z] ---> Using cache [2021-02-21T00:49:29.696Z] ---> d8a7c1983aa7 [2021-02-21T00:49:29.696Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:49:29.696Z] ---> Using cache [2021-02-21T00:49:29.696Z] ---> 591005a93cdf [2021-02-21T00:49:29.696Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-21T00:49:30.690Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:49:30.690Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:49:30.690Z] ---> a2f159c3aad9 [2021-02-21T00:49:30.690Z] Step 3/30 : WORKDIR /edgex-go [2021-02-21T00:49:30.690Z] ---> Using cache [2021-02-21T00:49:30.690Z] ---> d8a7c1983aa7 [2021-02-21T00:49:30.690Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:49:30.690Z] ---> Using cache [2021-02-21T00:49:30.690Z] ---> 591005a93cdf [2021-02-21T00:49:30.690Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-21T00:49:30.690Z] ---> Using cache [2021-02-21T00:49:30.690Z] ---> d5ba4bbfb7cd [2021-02-21T00:49:30.690Z] Step 6/30 : COPY go.mod . [2021-02-21T00:49:30.690Z] ---> Using cache [2021-02-21T00:49:30.690Z] ---> 518372f53bef [2021-02-21T00:49:30.690Z] Step 7/30 : RUN go mod download [2021-02-21T00:49:30.690Z] ---> Using cache [2021-02-21T00:49:30.690Z] ---> edfa52867c79 [2021-02-21T00:49:30.690Z] Step 8/30 : COPY . . [2021-02-21T00:49:30.690Z] ---> Using cache [2021-02-21T00:49:30.690Z] ---> 085fb66cfa53 [2021-02-21T00:49:30.690Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-21T00:49:30.690Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-21T00:49:30.988Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-21T00:49:32.472Z] Collecting docker-pycreds>=0.4.0 [2021-02-21T00:49:32.786Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-21T00:49:33.775Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-21T00:49:33.775Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-21T00:49:33.775Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-21T00:49:33.775Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-21T00:49:34.784Z] Installing collected packages: jsonschema, texttable, websocket-client, idna, urllib3, requests, cached-property, dockerpty, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-02-21T00:49:35.060Z] ---> Running in c9935596b2d9 [2021-02-21T00:49:35.060Z] ---> Running in bff5d202b283 [2021-02-21T00:49:35.333Z] Running setup.py install for texttable: started [2021-02-21T00:49:37.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:49:37.971Z] 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-21T00:49:38.247Z] Running setup.py install for texttable: finished with status 'done' [2021-02-21T00:49:38.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:49:38.800Z] Attempting uninstall: idna [2021-02-21T00:49:38.800Z] Found existing installation: idna 2.9 [2021-02-21T00:49:38.800Z] Uninstalling idna-2.9: [2021-02-21T00:49:39.076Z] Successfully uninstalled idna-2.9 [2021-02-21T00:49:40.059Z] OK: 217 MiB in 51 packages [2021-02-21T00:49:40.059Z] Attempting uninstall: urllib3 [2021-02-21T00:49:40.059Z] Found existing installation: urllib3 1.25.9 [2021-02-21T00:49:40.059Z] Uninstalling urllib3-1.25.9: [2021-02-21T00:49:40.660Z] Successfully uninstalled urllib3-1.25.9 [2021-02-21T00:49:41.646Z] Attempting uninstall: requests [2021-02-21T00:49:41.646Z] Found existing installation: requests 2.23.0 [2021-02-21T00:49:41.646Z] Uninstalling requests-2.23.0: [2021-02-21T00:49:41.923Z] Successfully uninstalled requests-2.23.0 [2021-02-21T00:49:42.525Z] Removing intermediate container c9935596b2d9 [2021-02-21T00:49:42.525Z] ---> ad3f087bf886 [2021-02-21T00:49:42.525Z] Step 6/22 : COPY go.mod . [2021-02-21T00:49:42.525Z] Running setup.py install for dockerpty: started [2021-02-21T00:49:42.803Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-21T00:49:42.803Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-21T00:49:42.803Z] ---> a2f159c3aad9 [2021-02-21T00:49:43.089Z] Step 3/22 : WORKDIR /edgex-go [2021-02-21T00:49:43.089Z] ---> Using cache [2021-02-21T00:49:43.089Z] ---> d8a7c1983aa7 [2021-02-21T00:49:43.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-21T00:49:43.089Z] ---> Using cache [2021-02-21T00:49:43.089Z] ---> 591005a93cdf [2021-02-21T00:49:43.089Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-21T00:49:43.089Z] ---> Using cache [2021-02-21T00:49:43.089Z] ---> d5ba4bbfb7cd [2021-02-21T00:49:43.089Z] Step 6/22 : COPY go.mod . [2021-02-21T00:49:43.089Z] ---> Using cache [2021-02-21T00:49:43.089Z] ---> 518372f53bef [2021-02-21T00:49:43.089Z] Step 7/22 : RUN go mod download [2021-02-21T00:49:43.089Z] ---> Using cache [2021-02-21T00:49:43.089Z] ---> edfa52867c79 [2021-02-21T00:49:43.089Z] Step 8/22 : COPY . . [2021-02-21T00:49:43.089Z] ---> Using cache [2021-02-21T00:49:43.089Z] ---> 085fb66cfa53 [2021-02-21T00:49:43.089Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-21T00:49:43.089Z] ---> Running in 4631cba2d987 [2021-02-21T00:49:43.692Z] ---> a46cd822de63 [2021-02-21T00:49:43.692Z] Step 7/22 : RUN go mod download [2021-02-21T00:49:43.968Z] ---> Running in a86e8a895467 [2021-02-21T00:49:45.416Z] 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-21T00:49:46.018Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-21T00:49:47.006Z] Running setup.py install for PyYAML: started [2021-02-21T00:49:48.450Z] Removing intermediate container a86e8a895467 [2021-02-21T00:49:48.450Z] ---> 79a853efd59e [2021-02-21T00:49:48.450Z] Step 8/22 : COPY . . [2021-02-21T00:49:51.102Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-21T00:49:51.102Z] Running setup.py install for docopt: started [2021-02-21T00:49:53.741Z] Running setup.py install for docopt: finished with status 'done' [2021-02-21T00:49:54.747Z] 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-21T00:49:59.092Z] 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-21T00:50:03.420Z] Removing intermediate container 3d7fadee23aa [2021-02-21T00:50:03.420Z] ---> a0daa6245858 [2021-02-21T00:50:03.420Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-21T00:50:03.420Z] ---> Running in 52f404b15f97 [2021-02-21T00:50:06.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:50:06.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:50:06.925Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-21T00:50:06.925Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-21T00:50:06.925Z] (3/3) Installing curl (7.69.1-r3) [2021-02-21T00:50:06.925Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:50:07.202Z] OK: 71 MiB in 58 packages [2021-02-21T00:50:07.801Z] ---> 9069684ab2fe [2021-02-21T00:50:07.801Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-21T00:50:08.091Z] ---> Running in 7d3d87fe5fd8 [2021-02-21T00:50:09.535Z] Removing intermediate container 52f404b15f97 [2021-02-21T00:50:09.535Z] ---> eb9ba59300a3 [2021-02-21T00:50:09.535Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-21T00:50:09.811Z] ---> Running in 8e40e9b33318 [2021-02-21T00:50:10.415Z] 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-21T00:50:10.415Z] Removing intermediate container 8e40e9b33318 [2021-02-21T00:50:10.415Z] ---> 302563d265c0 [2021-02-21T00:50:10.415Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:50:10.702Z] ---> Running in 8738dcca8732 [2021-02-21T00:50:11.301Z] Removing intermediate container 8738dcca8732 [2021-02-21T00:50:11.301Z] ---> c3dfbe7f2526 [2021-02-21T00:50:11.301Z] Step 24/26 : LABEL arch=arm64 [2021-02-21T00:50:11.301Z] ---> Running in 29583650c13d [2021-02-21T00:50:11.912Z] Removing intermediate container 29583650c13d [2021-02-21T00:50:11.913Z] ---> 38f905d6c005 [2021-02-21T00:50:11.913Z] Step 25/26 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:50:12.194Z] ---> Running in b980a3e7550b [2021-02-21T00:50:13.180Z] Removing intermediate container b980a3e7550b [2021-02-21T00:50:13.180Z] ---> 749a270ca260 [2021-02-21T00:50:13.180Z] Step 26/26 : LABEL version=0.0.0 [2021-02-21T00:50:13.180Z] ---> Running in 9d03ca16ec90 [2021-02-21T00:50:14.173Z] Removing intermediate container 9d03ca16ec90 [2021-02-21T00:50:14.173Z] ---> 153bcb4ff45b [2021-02-21T00:50:14.173Z] [2021-02-21T00:50:14.774Z] Successfully built 153bcb4ff45b [2021-02-21T00:50:15.050Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-21T00:50:17.683Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e58204adb68a [2021-02-21T00:50:17.683Z] ---> 2135974ef3cb [2021-02-21T00:50:17.683Z] [2021-02-21T00:50:17.683Z] Step 10/21 : FROM alpine:3.12 [2021-02-21T00:50:17.683Z] ---> afeebe901d6b [2021-02-21T00:50:17.683Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-21T00:50:17.683Z] ---> Running in 72eb6bd86435 [2021-02-21T00:50:19.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:50:19.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:50:20.943Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-21T00:50:20.943Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-21T00:50:20.943Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-21T00:50:21.224Z] (4/4) Installing curl (7.69.1-r3) [2021-02-21T00:50:21.224Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:50:21.224Z] Executing ca-certificates-20191127-r4.trigger [2021-02-21T00:50:21.501Z] OK: 7 MiB in 18 packages [2021-02-21T00:50:24.146Z] Removing intermediate container 72eb6bd86435 [2021-02-21T00:50:24.146Z] ---> 9a3e965da4c4 [2021-02-21T00:50:24.146Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-21T00:50:24.146Z] ---> Running in c0a75e3150a7 [2021-02-21T00:50:24.773Z] Removing intermediate container c0a75e3150a7 [2021-02-21T00:50:24.773Z] ---> ece642f6719f [2021-02-21T00:50:24.773Z] Step 13/21 : WORKDIR /edgex [2021-02-21T00:50:25.050Z] ---> Running in 20f444a38fe0 [2021-02-21T00:50:25.655Z] Removing intermediate container 20f444a38fe0 [2021-02-21T00:50:25.655Z] ---> 6376d936aa86 [2021-02-21T00:50:25.655Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-21T00:50:26.645Z] ---> 04a39bb78ecf [2021-02-21T00:50:26.645Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-21T00:50:28.650Z] ---> d7d1a72e7a73 [2021-02-21T00:50:28.650Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-21T00:50:30.099Z] ---> f054f5387f2b [2021-02-21T00:50:30.099Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-21T00:50:30.376Z] ---> Running in 02eb3247be8f [2021-02-21T00:50:32.100Z] Removing intermediate container 02eb3247be8f [2021-02-21T00:50:32.100Z] ---> f36efb5302f3 [2021-02-21T00:50:32.100Z] Step 18/21 : CMD ["--init=true"] [2021-02-21T00:50:32.100Z] ---> Running in 37a0b4f94d26 [2021-02-21T00:50:32.100Z] Removing intermediate container 37a0b4f94d26 [2021-02-21T00:50:32.100Z] ---> b360d7ab02a5 [2021-02-21T00:50:32.100Z] Step 19/21 : LABEL arch=arm64 [2021-02-21T00:50:32.100Z] ---> Running in 7590a89c3ce4 [2021-02-21T00:50:32.700Z] Removing intermediate container 7590a89c3ce4 [2021-02-21T00:50:32.700Z] ---> b82112e28a76 [2021-02-21T00:50:32.700Z] Step 20/21 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:50:32.700Z] ---> Running in 88f084ac8545 [2021-02-21T00:50:33.303Z] Removing intermediate container 88f084ac8545 [2021-02-21T00:50:33.303Z] ---> 0d893caee696 [2021-02-21T00:50:33.303Z] Step 21/21 : LABEL version=0.0.0 [2021-02-21T00:50:33.579Z] ---> Running in 09768382ba47 [2021-02-21T00:50:34.182Z] Removing intermediate container 09768382ba47 [2021-02-21T00:50:34.182Z] ---> 8e6da6e1a9f9 [2021-02-21T00:50:34.182Z] [2021-02-21T00:50:34.460Z] Successfully built 8e6da6e1a9f9 [2021-02-21T00:50:34.735Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-21T00:51:01.574Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bff5d202b283 [2021-02-21T00:51:01.574Z] ---> 7ef49d2e0fc9 [2021-02-21T00:51:01.574Z] [2021-02-21T00:51:01.574Z] Step 10/30 : FROM alpine:3.12 [2021-02-21T00:51:01.574Z] ---> afeebe901d6b [2021-02-21T00:51:01.574Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-21T00:51:01.574Z] ---> Running in a6b0e9a85178 [2021-02-21T00:51:02.169Z] Removing intermediate container a6b0e9a85178 [2021-02-21T00:51:02.169Z] ---> ab520e5769e5 [2021-02-21T00:51:02.169Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-21T00:51:02.442Z] ---> Running in 9472db7b44bb [2021-02-21T00:51:03.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:51:04.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:51:04.768Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-21T00:51:04.768Z] (2/2) Installing su-exec (0.2-r1) [2021-02-21T00:51:04.768Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:51:05.043Z] OK: 5 MiB in 16 packages [2021-02-21T00:51:07.044Z] Removing intermediate container 9472db7b44bb [2021-02-21T00:51:07.044Z] ---> a1ce9b395532 [2021-02-21T00:51:07.044Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-21T00:51:07.044Z] ---> Running in affc232b4a39 [2021-02-21T00:51:07.773Z] Removing intermediate container affc232b4a39 [2021-02-21T00:51:07.773Z] ---> ab5ce42cca03 [2021-02-21T00:51:07.773Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-21T00:51:07.773Z] ---> Running in abac0b601e5a [2021-02-21T00:51:08.475Z] Removing intermediate container abac0b601e5a [2021-02-21T00:51:08.475Z] ---> 38e47eccba7d [2021-02-21T00:51:08.475Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-21T00:51:08.762Z] ---> Running in d348749a70c0 [2021-02-21T00:51:14.389Z] Removing intermediate container d348749a70c0 [2021-02-21T00:51:14.389Z] ---> 3b12b6f1fb85 [2021-02-21T00:51:14.389Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-21T00:51:14.389Z] ---> Running in 50ffa8053e6a [2021-02-21T00:51:14.389Z] Removing intermediate container 4631cba2d987 [2021-02-21T00:51:14.389Z] ---> f6262eb454fb [2021-02-21T00:51:14.389Z] [2021-02-21T00:51:14.389Z] Step 10/22 : FROM alpine:3.12 [2021-02-21T00:51:14.389Z] ---> afeebe901d6b [2021-02-21T00:51:14.389Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-21T00:51:14.389Z] ---> Using cache [2021-02-21T00:51:14.389Z] ---> 1a481eaaa75a [2021-02-21T00:51:14.389Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:51:14.389Z] ---> Using cache [2021-02-21T00:51:14.389Z] ---> 0c961d545343 [2021-02-21T00:51:14.389Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-21T00:51:14.389Z] ---> Running in 96889c0333fd [2021-02-21T00:51:14.389Z] Removing intermediate container 50ffa8053e6a [2021-02-21T00:51:14.389Z] ---> 6aa9d8012503 [2021-02-21T00:51:14.389Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-21T00:51:14.992Z] Removing intermediate container 96889c0333fd [2021-02-21T00:51:14.992Z] ---> 1691b559a9fa [2021-02-21T00:51:14.992Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-21T00:51:15.268Z] ---> Running in 800d8b6838e5 [2021-02-21T00:51:15.559Z] ---> 89017a6b8146 [2021-02-21T00:51:15.559Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-21T00:51:15.559Z] ---> Running in 20fd7f7cb4ec [2021-02-21T00:51:15.833Z] Removing intermediate container 800d8b6838e5 [2021-02-21T00:51:15.833Z] ---> df23c6cfa867 [2021-02-21T00:51:15.833Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:51:16.825Z] ---> d39128baf4ee [2021-02-21T00:51:16.825Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-21T00:51:18.275Z] ---> 7851db725111 [2021-02-21T00:51:18.275Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-21T00:51:18.879Z] Removing intermediate container 20fd7f7cb4ec [2021-02-21T00:51:18.879Z] ---> 084d4f16a5eb [2021-02-21T00:51:18.879Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:51:19.153Z] ---> 23baa8446b0b [2021-02-21T00:51:19.154Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-21T00:51:19.441Z] ---> Running in 4c5a305c1de8 [2021-02-21T00:51:19.712Z] ---> 8d121e8e51ba [2021-02-21T00:51:19.712Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-21T00:51:19.985Z] Removing intermediate container 4c5a305c1de8 [2021-02-21T00:51:19.985Z] ---> 9e86b8671596 [2021-02-21T00:51:19.985Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:51:20.580Z] ---> Running in 26e798c3d0cf [2021-02-21T00:51:21.171Z] Removing intermediate container 26e798c3d0cf [2021-02-21T00:51:21.171Z] ---> 16cb4b256fa9 [2021-02-21T00:51:21.171Z] Step 20/22 : LABEL arch=arm64 [2021-02-21T00:51:21.452Z] ---> a93017208f8f [2021-02-21T00:51:21.452Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-21T00:51:21.452Z] Removing intermediate container 7d3d87fe5fd8 [2021-02-21T00:51:21.452Z] ---> 01dfe8dc1fb7 [2021-02-21T00:51:21.452Z] [2021-02-21T00:51:21.452Z] Step 10/22 : FROM alpine:3.12 [2021-02-21T00:51:21.452Z] ---> afeebe901d6b [2021-02-21T00:51:21.452Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-21T00:51:21.452Z] ---> Running in cb96d364c00a [2021-02-21T00:51:21.723Z] ---> Running in 1d45d952d9ad [2021-02-21T00:51:22.320Z] Removing intermediate container cb96d364c00a [2021-02-21T00:51:22.320Z] ---> 67804c32459b [2021-02-21T00:51:22.320Z] Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:51:22.320Z] ---> 2ea0b3569eee [2021-02-21T00:51:22.320Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-21T00:51:22.320Z] ---> Running in e62b4e6dd51c [2021-02-21T00:51:22.919Z] Removing intermediate container e62b4e6dd51c [2021-02-21T00:51:22.919Z] ---> 57f2df204537 [2021-02-21T00:51:22.919Z] Step 22/22 : LABEL version=0.0.0 [2021-02-21T00:51:22.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-21T00:51:22.919Z] ---> 352889e57db2 [2021-02-21T00:51:22.919Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-21T00:51:22.919Z] ---> Running in 7c42acb840ac [2021-02-21T00:51:22.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-21T00:51:23.509Z] ---> Running in d28eee1bc680 [2021-02-21T00:51:23.509Z] Removing intermediate container 7c42acb840ac [2021-02-21T00:51:23.509Z] ---> 7a90bdfe0bd3 [2021-02-21T00:51:23.509Z] [2021-02-21T00:51:23.509Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-21T00:51:23.788Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-21T00:51:23.788Z] Executing busybox-1.31.1-r19.trigger [2021-02-21T00:51:23.788Z] Executing ca-certificates-20191127-r4.trigger [2021-02-21T00:51:23.788Z] OK: 6 MiB in 16 packages [2021-02-21T00:51:24.058Z] Successfully built 7a90bdfe0bd3 [2021-02-21T00:51:24.058Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-21T00:51:24.328Z]  Building docker-support-scheduler-go ... done Removing intermediate container d28eee1bc680 [2021-02-21T00:51:24.328Z] ---> 40346b244c07 [2021-02-21T00:51:24.328Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-21T00:51:24.918Z] ---> 02382770d827 [2021-02-21T00:51:24.918Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-21T00:51:25.510Z] ---> Running in a485d0f132cb [2021-02-21T00:51:25.510Z] Removing intermediate container 1d45d952d9ad [2021-02-21T00:51:25.510Z] ---> f4d9bc6f2ed7 [2021-02-21T00:51:25.510Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-21T00:51:25.781Z] ---> Running in 5b82e1221abf [2021-02-21T00:51:26.050Z] Removing intermediate container 5b82e1221abf [2021-02-21T00:51:26.050Z] ---> 3d9d7ef2723e [2021-02-21T00:51:26.050Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-21T00:51:26.321Z] ---> Running in 82c559165b32 [2021-02-21T00:51:26.590Z] Removing intermediate container 82c559165b32 [2021-02-21T00:51:26.590Z] ---> b32efce324f0 [2021-02-21T00:51:26.590Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-21T00:51:26.860Z] ---> Running in 6e9336ba6b1a [2021-02-21T00:51:27.449Z] Removing intermediate container 6e9336ba6b1a [2021-02-21T00:51:27.449Z] ---> 6892ec601b06 [2021-02-21T00:51:27.449Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-21T00:51:27.449Z] Removing intermediate container a485d0f132cb [2021-02-21T00:51:27.449Z] ---> 194de87ee16c [2021-02-21T00:51:27.449Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-21T00:51:27.719Z] ---> Running in ebb7380e7c40 [2021-02-21T00:51:28.310Z] Removing intermediate container ebb7380e7c40 [2021-02-21T00:51:28.310Z] ---> 26c612962648 [2021-02-21T00:51:28.310Z] Step 27/30 : CMD ["gate"] [2021-02-21T00:51:28.310Z] ---> 464f0515c2d4 [2021-02-21T00:51:28.310Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-21T00:51:28.906Z] ---> Running in 72aeffa88735 [2021-02-21T00:51:29.503Z] Removing intermediate container 72aeffa88735 [2021-02-21T00:51:29.503Z] ---> 2f564d263836 [2021-02-21T00:51:29.503Z] Step 28/30 : LABEL arch=arm64 [2021-02-21T00:51:29.503Z] ---> 4c14fada4f21 [2021-02-21T00:51:29.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-21T00:51:29.776Z] ---> Running in ba974c96cd7f [2021-02-21T00:51:30.373Z] Removing intermediate container ba974c96cd7f [2021-02-21T00:51:30.373Z] ---> 5c00ad03ba7a [2021-02-21T00:51:30.373Z] Step 29/30 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:51:30.373Z] ---> 593f344804e1 [2021-02-21T00:51:30.373Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-21T00:51:30.645Z] ---> Running in ac2ba4326ff7 [2021-02-21T00:51:30.645Z] ---> Running in b85dfcb8c060 [2021-02-21T00:51:31.236Z] Removing intermediate container ac2ba4326ff7 [2021-02-21T00:51:31.237Z] ---> fbfb77f55a18 [2021-02-21T00:51:31.237Z] Step 30/30 : LABEL version=0.0.0 [2021-02-21T00:51:31.237Z] Removing intermediate container b85dfcb8c060 [2021-02-21T00:51:31.237Z] ---> d20e55234c55 [2021-02-21T00:51:31.237Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-21T00:51:31.511Z] ---> Running in 14748747ef0c [2021-02-21T00:51:31.511Z] ---> Running in 7e247d7945b3 [2021-02-21T00:51:32.103Z] Removing intermediate container 14748747ef0c [2021-02-21T00:51:32.103Z] ---> 6e1750ffa56e [2021-02-21T00:51:32.103Z] [2021-02-21T00:51:32.103Z] Removing intermediate container 7e247d7945b3 [2021-02-21T00:51:32.103Z] ---> 3f1d77c3d5e4 [2021-02-21T00:51:32.103Z] Step 20/22 : LABEL arch=arm64 [2021-02-21T00:51:32.376Z] ---> Running in 46411c75c166 [2021-02-21T00:51:32.647Z] Successfully built 6e1750ffa56e [2021-02-21T00:51:32.647Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-21T00:51:32.917Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 46411c75c166 [2021-02-21T00:51:32.917Z] ---> 398f97f8be42 [2021-02-21T00:51:32.917Z] Step 21/22 : LABEL git_sha=74d60f4302fa115f15827d58e8c043331c1a2f45 [2021-02-21T00:51:33.193Z] ---> Running in 8b7f937361ba [2021-02-21T00:51:33.464Z] Removing intermediate container 8b7f937361ba [2021-02-21T00:51:33.464Z] ---> d04f9f559dd2 [2021-02-21T00:51:33.464Z] Step 22/22 : LABEL version=0.0.0 [2021-02-21T00:51:33.735Z] ---> Running in f0c2d15dde78 [2021-02-21T00:51:34.006Z] Removing intermediate container f0c2d15dde78 [2021-02-21T00:51:34.006Z] ---> d9924b449afc [2021-02-21T00:51:34.006Z] [2021-02-21T00:51:34.599Z] Successfully built d9924b449afc [2021-02-21T00:51:34.599Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-21T00:51:34.883Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-21T00:51:34.883Z] $ docker stop --time=1 3f4ec75bf737f27fce0b191999421bc97191587b34bcfe8636b4baeb32b26700 [2021-02-21T00:51:36.866Z] $ docker rm -f 3f4ec75bf737f27fce0b191999421bc97191587b34bcfe8636b4baeb32b26700 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-21T00:51:37.531Z] + grep docker [2021-02-21T00:51:37.531Z] + docker images [2021-02-21T00:51:37.801Z] docker-support-notifications-go-arm64 latest d9924b449afc 4 seconds ago 16.8MB [2021-02-21T00:51:37.801Z] docker-security-bootstrapper-go-arm64 latest 6e1750ffa56e 6 seconds ago 17.3MB [2021-02-21T00:51:37.801Z] docker-support-scheduler-go-arm64 latest 7a90bdfe0bd3 14 seconds ago 16.3MB [2021-02-21T00:51:37.801Z] docker-security-proxy-setup-go-arm64 latest 8e6da6e1a9f9 About a minute ago 23.4MB [2021-02-21T00:51:37.801Z] docker-sys-mgmt-agent-go-arm64 latest 153bcb4ff45b About a minute ago 300MB [2021-02-21T00:51:37.801Z] docker-core-data-go-arm64 latest e2c5b30ee980 2 minutes ago 21.1MB [2021-02-21T00:51:37.801Z] docker-core-metadata-go-arm64 latest 6311883de686 2 minutes ago 17.9MB [2021-02-21T00:51:37.801Z] docker-core-command-go-arm64 latest 9367a4ac0bc2 2 minutes ago 16.2MB [2021-02-21T00:51:37.801Z] docker-security-secretstore-setup-go-arm64 latest f2fca254181c 3 minutes ago 23.7MB [2021-02-21T00:51:37.801Z] 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-21T00:51:41.520Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:51:42.399Z] ---> package-listing.sh [2021-02-21T00:51:42.399Z] ++ facter osfamily [2021-02-21T00:51:42.399Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-21T00:51:42.399Z] + OS_FAMILY=redhat [2021-02-21T00:51:42.399Z] + workspace=/w/workspace/edgex-go/67 [2021-02-21T00:51:42.399Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-21T00:51:42.399Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-21T00:51:42.399Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-21T00:51:42.399Z] + PACKAGES=/tmp/packages_start.txt [2021-02-21T00:51:42.399Z] + '[' /w/workspace/edgex-go/67 ']' [2021-02-21T00:51:42.399Z] + PACKAGES=/tmp/packages_end.txt [2021-02-21T00:51:42.399Z] + case "${OS_FAMILY}" in [2021-02-21T00:51:42.399Z] + rpm -qa [2021-02-21T00:51:42.399Z] + sort [2021-02-21T00:51:47.711Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-21T00:51:47.711Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-21T00:51:47.711Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-21T00:51:47.711Z] + '[' /w/workspace/edgex-go/67 ']' [2021-02-21T00:51:47.711Z] + mkdir -p /w/workspace/edgex-go/67/archives/ [2021-02-21T00:51:47.711Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/67/archives/ [Pipeline] echo [2021-02-21T00:51:47.729Z] 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/67/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-21T00:51:48.030Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:51:48.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-21T00:51:48.600Z] [2021-02-21T00:51:48.600Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-21T00:51:48.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-21T00:51:48.949Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-21T00:51:48.949Z] df20fa9351a1: Pulling fs layer [2021-02-21T00:51:48.949Z] 36b3adc4ff6f: Pulling fs layer [2021-02-21T00:51:48.949Z] 8ad3a11d3b57: Pulling fs layer [2021-02-21T00:51:48.949Z] 46f8f816bc3b: Pulling fs layer [2021-02-21T00:51:48.949Z] 93b61091891f: Pulling fs layer [2021-02-21T00:51:48.949Z] 93b9cdb0e59b: Pulling fs layer [2021-02-21T00:51:48.949Z] 5e14af77c1be: Pulling fs layer [2021-02-21T00:51:48.949Z] 01666e4c0597: Pulling fs layer [2021-02-21T00:51:48.949Z] aa168da1d23b: Pulling fs layer [2021-02-21T00:51:48.949Z] 46f8f816bc3b: Waiting [2021-02-21T00:51:48.949Z] 01666e4c0597: Waiting [2021-02-21T00:51:48.949Z] 93b9cdb0e59b: Waiting [2021-02-21T00:51:48.949Z] aa168da1d23b: Waiting [2021-02-21T00:51:48.949Z] 36b3adc4ff6f: Verifying Checksum [2021-02-21T00:51:48.949Z] 36b3adc4ff6f: Download complete [2021-02-21T00:51:48.949Z] 46f8f816bc3b: Verifying Checksum [2021-02-21T00:51:48.949Z] 46f8f816bc3b: Download complete [2021-02-21T00:51:49.211Z] df20fa9351a1: Verifying Checksum [2021-02-21T00:51:49.211Z] df20fa9351a1: Download complete [2021-02-21T00:51:49.211Z] 93b61091891f: Verifying Checksum [2021-02-21T00:51:49.211Z] 93b61091891f: Download complete [2021-02-21T00:51:49.211Z] 93b9cdb0e59b: Verifying Checksum [2021-02-21T00:51:49.211Z] 93b9cdb0e59b: Download complete [2021-02-21T00:51:49.211Z] 5e14af77c1be: Verifying Checksum [2021-02-21T00:51:49.211Z] 5e14af77c1be: Download complete [2021-02-21T00:51:49.211Z] 01666e4c0597: Verifying Checksum [2021-02-21T00:51:49.211Z] 01666e4c0597: Download complete [2021-02-21T00:51:49.473Z] df20fa9351a1: Pull complete [2021-02-21T00:51:50.051Z] 36b3adc4ff6f: Pull complete [2021-02-21T00:51:50.051Z] 8ad3a11d3b57: Verifying Checksum [2021-02-21T00:51:50.051Z] 8ad3a11d3b57: Download complete [2021-02-21T00:51:50.627Z] 8ad3a11d3b57: Pull complete [2021-02-21T00:51:50.938Z] 46f8f816bc3b: Pull complete [2021-02-21T00:51:51.516Z] aa168da1d23b: Verifying Checksum [2021-02-21T00:51:53.438Z] 93b61091891f: Pull complete [2021-02-21T00:51:53.438Z] 93b9cdb0e59b: Pull complete [2021-02-21T00:51:53.438Z] 5e14af77c1be: Pull complete [2021-02-21T00:51:53.700Z] 01666e4c0597: Pull complete [2021-02-21T00:52:00.324Z] aa168da1d23b: Pull complete [2021-02-21T00:52:01.724Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-21T00:52:01.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-21T00:52:01.724Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-21T00:52:02.011Z] prd-centos7-docker-4c-2g-27047 does not seem to be running inside a container [2021-02-21T00:52:02.074Z] $ 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/67/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/67 -v /w/workspace/edgex-go/67:/w/workspace/edgex-go/67:rw,z -v /w/workspace/edgex-go/67@tmp:/w/workspace/edgex-go/67@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-21T00:52:05.635Z] $ docker top 92d53d2951d16ffd28cecf8f1f8fff738bcc6fd969fdfe1d48bb89df92ccca60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-21T00:52:06.167Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-21T00:52:06.470Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-21T00:52:06.774Z] + ls /var/log/sa-host [2021-02-21T00:52:06.774Z] + sadf -c /var/log/sa-host/sa21 [2021-02-21T00:52:06.774Z] file_magic: OK [2021-02-21T00:52:06.774Z] HZ: Using current value: 100 [2021-02-21T00:52:06.774Z] file_header: OK [2021-02-21T00:52:06.774Z] 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-21T00:52:06.774Z] Statistics: [2021-02-21T00:52:06.774Z] 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-21T00:52:06.774Z] File successfully converted to sysstat format version 12.2.1 [2021-02-21T00:52:06.774Z] + sadf -c /var/log/sa-host/sa23 [2021-02-21T00:52:06.774Z] file_magic: OK [2021-02-21T00:52:06.774Z] HZ: Using current value: 100 [2021-02-21T00:52:06.774Z] file_header: OK [2021-02-21T00:52:06.774Z] 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-21T00:52:06.774Z] Statistics: [2021-02-21T00:52:06.774Z] Hnuu...uuuununununu... [2021-02-21T00:52:06.774Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-21T00:52:07.473Z] provisioning config files... [2021-02-21T00:52:07.495Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/67@tmp/config940907779942326362tmp [Pipeline] { [Pipeline] echo [2021-02-21T00:52:07.556Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:52:07.928Z] ---> create-netrc.sh [Pipeline] } [2021-02-21T00:52:07.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-21T00:52:08.055Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:52:08.697Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-21T00:52:08.708Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:52:09.003Z] ---> sudo-logs.sh [2021-02-21T00:52:09.003Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-21T00:52:09.059Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:52:09.354Z] ---> job-cost.sh [2021-02-21T00:52:09.354Z] lf-activate-venv: SKIPPING [2021-02-21T00:52:09.354Z] INFO: No Stack... [2021-02-21T00:52:10.301Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-21T00:52:10.880Z] INFO: Archiving Costs [Pipeline] echo [2021-02-21T00:52:10.893Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-21T00:52:11.187Z] ---> logs-deploy.sh [2021-02-21T00:52:11.187Z] lf-activate-venv: SKIPPING [2021-02-21T00:52:11.187Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/67 [2021-02-21T00:52:11.187Z] INFO: archiving workspace using pattern(s): [2021-02-21T00:52:13.107Z] Archives upload complete. [2021-02-21T00:52:13.107Z] INFO: archiving logs to Nexus