Pull request #3251 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f138aeb2ae29a4df6c640145b83ab6f6033e260f+3a622268bb16cc6f060a937717ebd043e18486e3 (36333459f4f165d4d00e3cb508299294a89ff845) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29831 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit f138aeb2ae29a4df6c640145b83ab6f6033e260f Merge succeeded, producing f138aeb2ae29a4df6c640145b83ab6f6033e260f Checking out Revision f138aeb2ae29a4df6c640145b83ab6f6033e260f (PR-3251) > git config core.sparsecheckout # timeout=10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 Commit message: "fix: Address Lenny's PR feedback" > git rev-list --no-walk 9b2af2b0d3e8507b71523e51ecd9d68ac410859c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T18:29:26.124Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T18:29:26.420Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T18:29:26.528Z] ========================================================= [2021-03-15T18:29:26.528Z] EdgeX Global Pipelines Version Info [2021-03-15T18:29:26.528Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:29:28.148Z] ------------------- [2021-03-15T18:29:28.148Z] stable info: [2021-03-15T18:29:28.148Z] ------------------- [2021-03-15T18:29:28.148Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T18:29:28.148Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T18:29:28.148Z] Message: update stable to v1.0.184 [2021-03-15T18:29:29.099Z] ------------------- [2021-03-15T18:29:29.099Z] experimental info: [2021-03-15T18:29:29.099Z] ------------------- [2021-03-15T18:29:29.099Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T18:29:29.099Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T18:29:29.099Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T18:29:29.402Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-15T18:29:29.497Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-15T18:29:29.600Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T18:29:29.710Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T18:29:29.810Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T18:29:29.916Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T18:29:30.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T18:29:30.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-15T18:29:30.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-15T18:29:30.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-15T18:29:30.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T18:29:30.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T18:29:30.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T18:29:30.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T18:29:30.957Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T18:29:31.048Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T18:29:31.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T18:29:31.251Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T18:29:31.391Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T18:29:31.481Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T18:29:31.587Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-15T18:29:31.682Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T18:29:31.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3251 [Pipeline] echo [2021-03-15T18:29:31.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3251 [Pipeline] echo [2021-03-15T18:29:32.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3251 [Pipeline] echo [2021-03-15T18:29:32.202Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f138aeb2ae29a4df6c640145b83ab6f6033e260f [Pipeline] echo [2021-03-15T18:29:32.295Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f138aeb [Pipeline] echo [2021-03-15T18:29:32.388Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T18:29:32.571Z] provisioning config files... [2021-03-15T18:29:32.625Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config633918909219139947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:29:32.987Z] ---> docker-login.sh [2021-03-15T18:29:32.987Z] nexus3.edgexfoundry.org:10001 [2021-03-15T18:29:33.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:29:33.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:29:33.511Z] Configure a credential helper to remove this warning. See [2021-03-15T18:29:33.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:29:33.511Z] [2021-03-15T18:29:33.511Z] Login Succeeded [2021-03-15T18:29:33.511Z] nexus3.edgexfoundry.org:10002 [2021-03-15T18:29:33.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:29:33.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:29:33.774Z] Configure a credential helper to remove this warning. See [2021-03-15T18:29:33.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:29:33.774Z] [2021-03-15T18:29:33.774Z] Login Succeeded [2021-03-15T18:29:33.774Z] nexus3.edgexfoundry.org:10003 [2021-03-15T18:29:33.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:29:34.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:29:34.036Z] Configure a credential helper to remove this warning. See [2021-03-15T18:29:34.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:29:34.036Z] [2021-03-15T18:29:34.036Z] Login Succeeded [2021-03-15T18:29:34.036Z] nexus3.edgexfoundry.org:10004 [2021-03-15T18:29:34.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:29:34.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:29:34.036Z] Configure a credential helper to remove this warning. See [2021-03-15T18:29:34.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:29:34.036Z] [2021-03-15T18:29:34.036Z] Login Succeeded [2021-03-15T18:29:34.036Z] docker.io [2021-03-15T18:29:34.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:29:34.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:29:34.564Z] Configure a credential helper to remove this warning. See [2021-03-15T18:29:34.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:29:34.564Z] [2021-03-15T18:29:34.564Z] Login Succeeded [2021-03-15T18:29:34.564Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T18:29:34.573Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T18:29:35.060Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/core-command/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/core-data/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-15T18:29:35.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T18:29:35.060Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-15T18:29:35.060Z] ++ cut -d/ -f2 [2021-03-15T18:29:35.060Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-15T18:29:35.141Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:29:36.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T18:29:36.870Z] [2021-03-15T18:29:36.870Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:29:37.219Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T18:29:37.219Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T18:29:37.219Z] 31603596830f: Pulling fs layer [2021-03-15T18:29:37.219Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T18:29:37.219Z] 6ca5941a6612: Pulling fs layer [2021-03-15T18:29:37.219Z] ecc8261a40a4: Pulling fs layer [2021-03-15T18:29:37.219Z] ecc8261a40a4: Waiting [2021-03-15T18:29:37.219Z] 2a8b12db71e7: Verifying Checksum [2021-03-15T18:29:37.219Z] 2a8b12db71e7: Download complete [2021-03-15T18:29:37.486Z] 31603596830f: Verifying Checksum [2021-03-15T18:29:37.486Z] 31603596830f: Download complete [2021-03-15T18:29:37.486Z] ecc8261a40a4: Verifying Checksum [2021-03-15T18:29:37.486Z] ecc8261a40a4: Download complete [2021-03-15T18:29:37.486Z] 6ca5941a6612: Verifying Checksum [2021-03-15T18:29:37.486Z] 6ca5941a6612: Download complete [2021-03-15T18:29:37.752Z] 31603596830f: Pull complete [2021-03-15T18:29:38.024Z] 2a8b12db71e7: Pull complete [2021-03-15T18:29:38.603Z] 6ca5941a6612: Pull complete [2021-03-15T18:29:39.183Z] ecc8261a40a4: Pull complete [2021-03-15T18:29:39.183Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T18:29:39.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T18:29:39.183Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T18:29:39.294Z] prd-centos7-docker-4c-2g-29831 does not seem to be running inside a container [2021-03-15T18:29:39.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T18:29:42.175Z] $ docker top b01cb58d7e6498bbe71738630e984567906ca131c12517a59d9cde85d1a2cc96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T18:29:42.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T18:29:42.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T18:29:42.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T18:29:42.904Z] $ docker exec b01cb58d7e6498bbe71738630e984567906ca131c12517a59d9cde85d1a2cc96 ssh-agent [2021-03-15T18:29:43.089Z] SSH_AUTH_SOCK=/tmp/ssh-WKq9dFANm7Nn/agent.11 [2021-03-15T18:29:43.089Z] SSH_AGENT_PID=16 [2021-03-15T18:29:43.105Z] Running ssh-add (command line suppressed) [2021-03-15T18:29:43.238Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7299000968550942493.key (/w/workspace/edgex-go/2@tmp/private_key_7299000968550942493.key) [2021-03-15T18:29:43.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T18:29:43.637Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T18:29:43.666Z] $ docker exec --env ******** --env ******** b01cb58d7e6498bbe71738630e984567906ca131c12517a59d9cde85d1a2cc96 ssh-agent -k [2021-03-15T18:29:43.786Z] unset SSH_AUTH_SOCK; [2021-03-15T18:29:43.787Z] unset SSH_AGENT_PID; [2021-03-15T18:29:43.787Z] echo Agent pid 16 killed; [2021-03-15T18:29:43.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T18:29:43.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T18:29:43.971Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T18:29:44.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T18:29:44.150Z] $ docker exec b01cb58d7e6498bbe71738630e984567906ca131c12517a59d9cde85d1a2cc96 ssh-agent [2021-03-15T18:29:44.321Z] SSH_AUTH_SOCK=/tmp/ssh-lwCjFqA8nP1l/agent.44 [2021-03-15T18:29:44.321Z] SSH_AGENT_PID=49 [2021-03-15T18:29:44.330Z] Running ssh-add (command line suppressed) [2021-03-15T18:29:44.455Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3052301849248231588.key (/w/workspace/edgex-go/2@tmp/private_key_3052301849248231588.key) [2021-03-15T18:29:44.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T18:29:44.847Z] + git semver init [2021-03-15T18:29:44.848Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T18:29:44.848Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-15T18:29:44.848Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-15T18:29:44.848Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T18:29:44.848Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T18:29:44.848Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T18:29:44.848Z] # $SEMVER_BRANCH = PR-3251 [2021-03-15T18:29:44.848Z] # $SEMVER_TEMP = /tmp/semver-203980015 [2021-03-15T18:29:44.848Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-15T18:30:03.037Z] # '/tmp/semver-203980015' -> '/w/workspace/edgex-go/2/.semver' [2021-03-15T18:30:03.302Z] # -> Force: false [2021-03-15T18:30:03.302Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-15T18:30:03.319Z] $ docker exec --env ******** --env ******** b01cb58d7e6498bbe71738630e984567906ca131c12517a59d9cde85d1a2cc96 ssh-agent -k [2021-03-15T18:30:03.583Z] unset SSH_AUTH_SOCK; [2021-03-15T18:30:03.585Z] unset SSH_AGENT_PID; [2021-03-15T18:30:03.585Z] echo Agent pid 49 killed; [2021-03-15T18:30:03.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T18:30:04.178Z] + git semver [Pipeline] } [2021-03-15T18:30:04.199Z] $ docker stop --time=1 b01cb58d7e6498bbe71738630e984567906ca131c12517a59d9cde85d1a2cc96 [2021-03-15T18:30:05.866Z] $ docker rm -f b01cb58d7e6498bbe71738630e984567906ca131c12517a59d9cde85d1a2cc96 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T18:30:06.445Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T18:30:07.064Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T18:30:07.068Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T18:30:08.042Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T18:30:08.342Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T18:30:08.642Z] + sudo service docker restart [2021-03-15T18:30:08.642Z] + true [2021-03-15T18:30:08.642Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-15T18:30:09.232Z] ========================================================= [2021-03-15T18:30:09.232Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T18:30:09.232Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:30:09.580Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-15T18:30:12.926Z] Sending build context to Docker daemon 328.5MB [2021-03-15T18:30:13.190Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T18:30:13.190Z] Step 2/6 : FROM ${BASE} [2021-03-15T18:30:13.190Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T18:30:13.190Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T18:30:13.190Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T18:30:13.190Z] de9db76c5a1d: Pulling fs layer [2021-03-15T18:30:13.190Z] bca2f99d35d6: Pulling fs layer [2021-03-15T18:30:13.190Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T18:30:13.190Z] 7c6f9722023f: Pulling fs layer [2021-03-15T18:30:13.190Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T18:30:13.190Z] 93359f2a8cfa: Waiting [2021-03-15T18:30:13.190Z] 7c6f9722023f: Waiting [2021-03-15T18:30:13.190Z] a35cf1a2eb13: Waiting [2021-03-15T18:30:13.190Z] bca2f99d35d6: Waiting [2021-03-15T18:30:13.190Z] de9db76c5a1d: Verifying Checksum [2021-03-15T18:30:13.190Z] de9db76c5a1d: Download complete [2021-03-15T18:30:13.190Z] 0ef7d3d256c8: Verifying Checksum [2021-03-15T18:30:13.190Z] 0ef7d3d256c8: Download complete [2021-03-15T18:30:13.190Z] 93359f2a8cfa: Verifying Checksum [2021-03-15T18:30:13.190Z] 93359f2a8cfa: Download complete [2021-03-15T18:30:13.190Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T18:30:13.190Z] 188c0c94c7c5: Download complete [2021-03-15T18:30:13.190Z] 7c6f9722023f: Download complete [2021-03-15T18:30:14.146Z] 188c0c94c7c5: Pull complete [2021-03-15T18:30:14.722Z] 0ef7d3d256c8: Pull complete [2021-03-15T18:30:14.723Z] de9db76c5a1d: Pull complete [2021-03-15T18:30:15.304Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T18:30:15.304Z] a35cf1a2eb13: Download complete [2021-03-15T18:30:15.881Z] bca2f99d35d6: Verifying Checksum [2021-03-15T18:30:15.881Z] bca2f99d35d6: Download complete [2021-03-15T18:30:22.506Z] bca2f99d35d6: Pull complete [2021-03-15T18:30:22.506Z] 93359f2a8cfa: Pull complete [2021-03-15T18:30:22.506Z] 7c6f9722023f: Pull complete [2021-03-15T18:30:22.514Z] Still waiting to schedule task [2021-03-15T18:30:22.514Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-15T18:30:26.749Z] a35cf1a2eb13: Pull complete [2021-03-15T18:30:26.749Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T18:30:26.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T18:30:26.749Z] ---> a62c8e92a672 [2021-03-15T18:30:26.749Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T18:30:26.749Z] ---> Running in bac4ca596be6 [2021-03-15T18:30:27.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:30:27.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:30:28.227Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T18:30:28.803Z] (2/12) Installing file (5.38-r0) [2021-03-15T18:30:28.803Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T18:30:29.066Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T18:30:33.287Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T18:30:33.287Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T18:30:33.287Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T18:30:33.549Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T18:30:33.549Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T18:30:33.549Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T18:30:33.813Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T18:30:33.813Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T18:30:34.079Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:30:34.079Z] OK: 233 MiB in 51 packages [2021-03-15T18:30:37.399Z] Removing intermediate container bac4ca596be6 [2021-03-15T18:30:37.399Z] ---> 63fee9423876 [2021-03-15T18:30:37.399Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T18:30:37.668Z] ---> Running in 324b51637095 [2021-03-15T18:30:37.668Z] Removing intermediate container 324b51637095 [2021-03-15T18:30:37.668Z] ---> 545d55569bb3 [2021-03-15T18:30:37.668Z] Step 5/6 : COPY go.mod . [2021-03-15T18:30:37.932Z] ---> d6bbd362456c [2021-03-15T18:30:37.932Z] Step 6/6 : RUN go mod download [2021-03-15T18:30:37.932Z] ---> Running in 32b7ae968de3 [2021-03-15T18:31:04.601Z] Removing intermediate container 32b7ae968de3 [2021-03-15T18:31:04.601Z] ---> 8b5d462bbd7a [2021-03-15T18:31:04.601Z] Successfully built 8b5d462bbd7a [2021-03-15T18:31:04.601Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:31:04.973Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T18:31:04.973Z] . [Pipeline] withDockerContainer [2021-03-15T18:31:05.085Z] prd-centos7-docker-4c-2g-29831 does not seem to be running inside a container [2021-03-15T18:31:05.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T18:31:06.033Z] $ docker top a6c315386fb40b2e6389a57fc11132b7556de85197efdb32fc42da139355690f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T18:31:06.528Z] + go version [2021-03-15T18:31:06.528Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-15T18:31:06.546Z] $ docker stop --time=1 a6c315386fb40b2e6389a57fc11132b7556de85197efdb32fc42da139355690f [2021-03-15T18:31:07.908Z] $ docker rm -f a6c315386fb40b2e6389a57fc11132b7556de85197efdb32fc42da139355690f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:31:08.738Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T18:31:08.738Z] . [Pipeline] withDockerContainer [2021-03-15T18:31:08.849Z] prd-centos7-docker-4c-2g-29831 does not seem to be running inside a container [2021-03-15T18:31:08.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T18:31:09.621Z] $ docker top c9a66f95dd4ae04659db8f95105dc2a591c2b04f22059fd9926f3ed46bb0271c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T18:31:09.846Z] ========================================================= [2021-03-15T18:31:09.847Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T18:31:09.847Z] ========================================================= [Pipeline] sh [2021-03-15T18:31:10.140Z] + make test [2021-03-15T18:31:10.140Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T18:31:20.200Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T18:31:38.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T18:31:42.767Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T18:31:42.767Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T18:31:42.767Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T18:31:44.730Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T18:31:44.730Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T18:31:44.730Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T18:31:44.730Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T18:31:45.698Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T18:31:45.969Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T18:31:48.565Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T18:31:48.565Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T18:31:48.565Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T18:31:51.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements [2021-03-15T18:31:51.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T18:31:51.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T18:31:51.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T18:31:51.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T18:31:51.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T18:31:51.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T18:31:51.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-15T18:31:51.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-03-15T18:31:54.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.239s coverage: 27.1% of statements [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T18:31:54.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T18:31:54.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T18:31:54.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T18:31:54.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements [2021-03-15T18:31:54.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T18:31:54.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T18:31:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements [2021-03-15T18:31:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T18:31:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:31:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements [2021-03-15T18:31:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T18:31:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T18:31:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T18:31:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T18:31:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T18:31:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T18:31:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T18:31:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T18:32:00.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.438s coverage: 92.8% of statements [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T18:32:00.732Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T18:32:00.732Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T18:32:00.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T18:32:00.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 47.1% of statements [2021-03-15T18:32:00.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements [2021-03-15T18:32:00.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-15T18:32:00.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-03-15T18:32:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-03-15T18:32:07.194Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29832 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws [2021-03-15T18:32:07.251Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-15T18:32:12.446Z] using credential edgex-jenkins-ssh [2021-03-15T18:32:12.524Z] Cloning the remote Git repository [2021-03-15T18:32:12.598Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T18:32:12.709Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-15T18:32:12.783Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T18:32:12.784Z] > git --version # timeout=10 [2021-03-15T18:32:12.799Z] > git --version # 'git version 2.17.1' [2021-03-15T18:32:12.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T18:32:12.854Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T18:32:13.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements [2021-03-15T18:32:13.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-03-15T18:32:16.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.125s coverage: 81.9% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 62.4% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.373s coverage: 69.0% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 38.4% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.195s coverage: 87.1% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T18:32:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T18:32:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T18:32:25.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.113s coverage: 96.5% of statements [2021-03-15T18:32:25.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T18:32:25.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:32:25.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T18:32:25.049Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-15T18:32:25.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T18:32:25.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-15T18:32:25.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T18:32:25.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T18:32:25.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T18:32:25.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T18:32:25.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-03-15T18:32:25.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T18:32:25.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T18:32:25.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-03-15T18:32:25.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-15T18:32:25.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-15T18:32:26.474Z] GO111MODULE=on go vet ./... [2021-03-15T18:32:33.495Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T18:32:33.556Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T18:32:33.615Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T18:32:33.666Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T18:32:33.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T18:32:33.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T18:32:34.555Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:32:35.021Z] Merge succeeded, producing f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:32:35.022Z] Checking out Revision f138aeb2ae29a4df6c640145b83ab6f6033e260f (PR-3251) [2021-03-15T18:32:34.587Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T18:32:34.615Z] > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [2021-03-15T18:32:34.943Z] > git remote # timeout=10 [2021-03-15T18:32:34.965Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T18:32:34.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T18:32:34.994Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-15T18:32:35.017Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T18:32:35.037Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T18:32:35.047Z] > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [2021-03-15T18:32:39.424Z] Commit message: "fix: Address Lenny's PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T18:32:41.168Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T18:32:41.591Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T18:32:41.936Z] + sudo service docker restart [2021-03-15T18:32:41.936Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T18:32:44.659Z] provisioning config files... [2021-03-15T18:32:44.707Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1259205592608199196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:32:45.113Z] ---> docker-login.sh [2021-03-15T18:32:45.113Z] nexus3.edgexfoundry.org:10001 [2021-03-15T18:32:46.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:32:46.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:32:46.361Z] Configure a credential helper to remove this warning. See [2021-03-15T18:32:46.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:32:46.361Z] [2021-03-15T18:32:46.361Z] Login Succeeded [2021-03-15T18:32:46.361Z] nexus3.edgexfoundry.org:10002 [2021-03-15T18:32:46.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:32:46.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:32:46.955Z] Configure a credential helper to remove this warning. See [2021-03-15T18:32:46.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:32:46.955Z] [2021-03-15T18:32:46.955Z] Login Succeeded [2021-03-15T18:32:46.955Z] nexus3.edgexfoundry.org:10003 [2021-03-15T18:32:47.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:32:47.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:32:47.498Z] Configure a credential helper to remove this warning. See [2021-03-15T18:32:47.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:32:47.498Z] [2021-03-15T18:32:47.498Z] Login Succeeded [2021-03-15T18:32:47.498Z] nexus3.edgexfoundry.org:10004 [2021-03-15T18:32:47.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:32:48.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:32:48.046Z] Configure a credential helper to remove this warning. See [2021-03-15T18:32:48.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:32:48.046Z] [2021-03-15T18:32:48.046Z] Login Succeeded [2021-03-15T18:32:48.046Z] docker.io [2021-03-15T18:32:48.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T18:32:48.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T18:32:48.590Z] Configure a credential helper to remove this warning. See [2021-03-15T18:32:48.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T18:32:48.590Z] [2021-03-15T18:32:48.590Z] Login Succeeded [2021-03-15T18:32:48.863Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T18:32:48.881Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T18:32:49.362Z] ========================================================= [2021-03-15T18:32:49.362Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T18:32:49.362Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:32:49.804Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-15T18:32:52.469Z] Sending build context to Docker daemon 166.8MB [2021-03-15T18:32:52.469Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T18:32:52.469Z] Step 2/6 : FROM ${BASE} [2021-03-15T18:32:52.469Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T18:32:52.469Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T18:32:52.469Z] a4357932f1b6: Pulling fs layer [2021-03-15T18:32:52.469Z] 18c013af1878: Pulling fs layer [2021-03-15T18:32:52.469Z] 00ac8860ef70: Pulling fs layer [2021-03-15T18:32:52.469Z] 63d7cb157983: Pulling fs layer [2021-03-15T18:32:52.469Z] b116817d02f9: Pulling fs layer [2021-03-15T18:32:52.469Z] 745a02a5169b: Pulling fs layer [2021-03-15T18:32:52.469Z] 00ac8860ef70: Waiting [2021-03-15T18:32:52.469Z] b116817d02f9: Waiting [2021-03-15T18:32:52.469Z] 745a02a5169b: Waiting [2021-03-15T18:32:52.469Z] 63d7cb157983: Waiting [2021-03-15T18:32:52.469Z] 18c013af1878: Verifying Checksum [2021-03-15T18:32:52.469Z] 18c013af1878: Download complete [2021-03-15T18:32:52.469Z] a4357932f1b6: Download complete [2021-03-15T18:32:52.469Z] 63d7cb157983: Verifying Checksum [2021-03-15T18:32:52.469Z] 63d7cb157983: Download complete [2021-03-15T18:32:52.469Z] b116817d02f9: Verifying Checksum [2021-03-15T18:32:52.469Z] b116817d02f9: Download complete [2021-03-15T18:32:52.745Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T18:32:52.745Z] 5f621e34cdf4: Download complete [2021-03-15T18:32:53.343Z] 5f621e34cdf4: Pull complete [2021-03-15T18:32:53.948Z] a4357932f1b6: Pull complete [2021-03-15T18:32:54.553Z] 18c013af1878: Pull complete [2021-03-15T18:32:54.828Z] 745a02a5169b: Verifying Checksum [2021-03-15T18:32:54.828Z] 745a02a5169b: Download complete [2021-03-15T18:32:56.264Z] 00ac8860ef70: Verifying Checksum [2021-03-15T18:32:56.265Z] 00ac8860ef70: Download complete [2021-03-15T18:32:58.785Z] gofmt -l . [2021-03-15T18:32:58.785Z] [ "`gofmt -l .`" = "" ] [2021-03-15T18:32:58.785Z] ./bin/test-go-mod-tidy.sh [2021-03-15T18:32:58.785Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T18:32:59.098Z] + ls -al . [2021-03-15T18:32:59.098Z] total 756 [2021-03-15T18:32:59.098Z] drwxrwxr-x 10 1001 1001 4096 Mar 15 18:32 . [2021-03-15T18:32:59.098Z] drwxr-xr-x 4 root root 28 Mar 15 18:31 .. [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 18:29 .dockerignore [2021-03-15T18:32:59.098Z] drwxrwxr-x 8 1001 1001 179 Mar 15 18:29 .git [2021-03-15T18:32:59.098Z] drwxrwxr-x 3 1001 1001 125 Mar 15 18:29 .github [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 18:29 .gitignore [2021-03-15T18:32:59.098Z] drwx------ 3 1001 1001 60 Mar 15 18:30 .semver [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 18:29 .sonarcloud.properties [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 18:29 Attribution.txt [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 18:29 CONTRIBUTING.md [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 18:29 Dockerfile.build [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 18:29 Jenkinsfile [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 18:29 LICENSE [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 18:29 Makefile [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 18:29 README.md [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 18:29 SECURITY.md [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 18:30 VERSION [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 18:29 ZMQWindows.md [2021-03-15T18:32:59.098Z] drwxrwxr-x 2 1001 1001 117 Mar 15 18:29 bin [2021-03-15T18:32:59.098Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 18:29 cmd [2021-03-15T18:32:59.098Z] -rw-r--r-- 1 root root 643680 Mar 15 18:32 coverage.out [2021-03-15T18:32:59.098Z] -rw-r--r-- 1 root root 1055 Mar 15 18:32 go.mod [2021-03-15T18:32:59.098Z] -rw-r--r-- 1 root root 21981 Mar 15 18:32 go.sum [2021-03-15T18:32:59.098Z] drwxrwxr-x 8 1001 1001 127 Mar 15 18:29 internal [2021-03-15T18:32:59.098Z] drwxrwxr-x 4 1001 1001 26 Mar 15 18:29 openapi [2021-03-15T18:32:59.098Z] drwxrwxr-x 4 1001 1001 71 Mar 15 18:29 snap [2021-03-15T18:32:59.098Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 18:29 version.go [Pipeline] sh [2021-03-15T18:32:59.411Z] + '[' -e coverage.out ] [2021-03-15T18:32:59.411Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T18:32:59.703Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T18:33:00.006Z] + make build [2021-03-15T18:33:00.006Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T18:33:04.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T18:33:06.423Z] 00ac8860ef70: Pull complete [2021-03-15T18:33:06.697Z] 63d7cb157983: Pull complete [2021-03-15T18:33:06.982Z] b116817d02f9: Pull complete [2021-03-15T18:33:11.327Z] 745a02a5169b: Pull complete [2021-03-15T18:33:11.327Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T18:33:11.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T18:33:11.327Z] ---> b7e6874047d6 [2021-03-15T18:33:11.327Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T18:33:12.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T18:33:13.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T18:33:14.720Z] ---> Running in 9fbcd636267e [2021-03-15T18:33:15.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T18:33:15.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T18:33:15.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:33:16.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:33:16.895Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T18:33:17.166Z] (2/12) Installing file (5.38-r0) [2021-03-15T18:33:17.166Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T18:33:17.166Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T18:33:17.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T18:33:19.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T18:33:20.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T18:33:20.539Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T18:33:20.540Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T18:33:20.540Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T18:33:20.540Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T18:33:20.540Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T18:33:20.808Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T18:33:20.808Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T18:33:20.808Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T18:33:21.080Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:33:21.080Z] OK: 217 MiB in 51 packages [2021-03-15T18:33:21.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T18:33:22.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T18:33:23.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T18:33:25.379Z] Removing intermediate container 9fbcd636267e [2021-03-15T18:33:25.379Z] ---> 3ee68593e741 [2021-03-15T18:33:25.379Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T18:33:25.379Z] ---> Running in a534cbbfa40e [2021-03-15T18:33:25.976Z] Removing intermediate container a534cbbfa40e [2021-03-15T18:33:25.976Z] ---> 0effa20eb872 [2021-03-15T18:33:25.976Z] Step 5/6 : COPY go.mod . [Pipeline] } [2021-03-15T18:33:26.333Z] $ docker stop --time=1 c9a66f95dd4ae04659db8f95105dc2a591c2b04f22059fd9926f3ed46bb0271c [2021-03-15T18:33:26.574Z] ---> 7f2881f389e9 [2021-03-15T18:33:26.574Z] Step 6/6 : RUN go mod download [2021-03-15T18:33:26.574Z] ---> Running in 8d98c7e0f211 [2021-03-15T18:33:28.339Z] $ docker rm -f c9a66f95dd4ae04659db8f95105dc2a591c2b04f22059fd9926f3ed46bb0271c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:33:32.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T18:33:32.105Z] [2021-03-15T18:33:32.105Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:33:32.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T18:33:32.480Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-15T18:33:32.480Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-15T18:33:32.480Z] ca9280d653b3: Pulling fs layer [2021-03-15T18:33:32.480Z] 7e9c9ca2126c: Pulling fs layer [2021-03-15T18:33:32.480Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-15T18:33:32.480Z] cbdbe7a5bc2a: Download complete [2021-03-15T18:33:33.068Z] cbdbe7a5bc2a: Pull complete [2021-03-15T18:33:33.068Z] ca9280d653b3: Verifying Checksum [2021-03-15T18:33:33.068Z] ca9280d653b3: Download complete [2021-03-15T18:33:34.031Z] ca9280d653b3: Pull complete [2021-03-15T18:33:34.296Z] 7e9c9ca2126c: Verifying Checksum [2021-03-15T18:33:34.296Z] 7e9c9ca2126c: Download complete [2021-03-15T18:33:42.489Z] 7e9c9ca2126c: Pull complete [2021-03-15T18:33:42.489Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-15T18:33:42.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T18:33:42.489Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-15T18:33:42.694Z] prd-centos7-docker-4c-2g-29831 does not seem to be running inside a container [2021-03-15T18:33:42.747Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T18:33:44.852Z] $ docker top a900127b71acf83b0e4f5175246067a9b25387968cbfb8b951f086cc5b32be51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T18:33:45.438Z] + docker-compose build --help [2021-03-15T18:33:45.438Z] + grep parallel [2021-03-15T18:33:46.387Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T18:33:46.407Z] $ docker stop --time=1 a900127b71acf83b0e4f5175246067a9b25387968cbfb8b951f086cc5b32be51 [2021-03-15T18:33:47.770Z] $ docker rm -f a900127b71acf83b0e4f5175246067a9b25387968cbfb8b951f086cc5b32be51 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:33:48.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T18:33:48.426Z] . [Pipeline] withDockerContainer [2021-03-15T18:33:48.536Z] prd-centos7-docker-4c-2g-29831 does not seem to be running inside a container [2021-03-15T18:33:48.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T18:33:49.351Z] $ docker top 973c4f3c1dd1a95c0c4292fad16bf67f52e765324ee1de3e7c2a05aea7425842 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T18:33:50.018Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T18:33:50.967Z] Building docker-core-command-go ... [2021-03-15T18:33:50.967Z] Building docker-core-data-go ... [2021-03-15T18:33:50.967Z] Building docker-core-metadata-go ... [2021-03-15T18:33:50.967Z] Building docker-security-bootstrapper-go ... [2021-03-15T18:33:50.967Z] Building docker-security-proxy-setup-go ... [2021-03-15T18:33:50.967Z] Building docker-security-secretstore-setup-go ... [2021-03-15T18:33:50.967Z] Building docker-support-notifications-go ... [2021-03-15T18:33:50.967Z] Building docker-support-scheduler-go ... [2021-03-15T18:33:50.967Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T18:33:50.967Z] Building docker-support-notifications-go [2021-03-15T18:33:50.967Z] Building docker-sys-mgmt-agent-go [2021-03-15T18:33:50.967Z] Building docker-core-command-go [2021-03-15T18:33:50.967Z] Building docker-security-proxy-setup-go [2021-03-15T18:33:50.967Z] Building docker-core-metadata-go [2021-03-15T18:33:53.420Z] Removing intermediate container 8d98c7e0f211 [2021-03-15T18:33:53.420Z] ---> def93d2b52d4 [2021-03-15T18:33:53.692Z] Successfully built def93d2b52d4 [2021-03-15T18:33:53.692Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:33:54.044Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T18:33:54.044Z] . [Pipeline] withDockerContainer [2021-03-15T18:33:54.274Z] prd-ubuntu18.04-docker-arm64-4c-16g-29832 does not seem to be running inside a container [2021-03-15T18:33:54.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T18:33:55.812Z] $ docker top 9614010a94848961705c56fb18cc4a29ae2f5f67a679a1b4cc3fd3ca0b42fc76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T18:33:56.802Z] + go version [2021-03-15T18:33:56.802Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T18:33:56.842Z] $ docker stop --time=1 9614010a94848961705c56fb18cc4a29ae2f5f67a679a1b4cc3fd3ca0b42fc76 [2021-03-15T18:33:58.711Z] $ docker rm -f 9614010a94848961705c56fb18cc4a29ae2f5f67a679a1b4cc3fd3ca0b42fc76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:33:59.671Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T18:33:59.671Z] . [Pipeline] withDockerContainer [2021-03-15T18:33:59.888Z] prd-ubuntu18.04-docker-arm64-4c-16g-29832 does not seem to be running inside a container [2021-03-15T18:33:59.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T18:34:01.221Z] $ docker top 7ca248702e4887912008d063e495260a87a024e5253d2efd94ece96541ee08ba -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T18:34:01.540Z] ========================================================= [2021-03-15T18:34:01.540Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T18:34:01.540Z] ========================================================= [Pipeline] sh [2021-03-15T18:34:02.181Z] + make test [2021-03-15T18:34:02.181Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T18:34:24.352Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T18:34:29.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:34:29.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:34:29.855Z] ---> 8b5d462bbd7a [2021-03-15T18:34:29.855Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T18:34:29.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:34:29.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:34:29.855Z] ---> 8b5d462bbd7a [2021-03-15T18:34:29.855Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T18:34:29.855Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:34:29.855Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:34:29.855Z] ---> 8b5d462bbd7a [2021-03-15T18:34:29.855Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T18:34:29.855Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:34:29.855Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:34:29.855Z] ---> 8b5d462bbd7a [2021-03-15T18:34:29.855Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T18:34:29.855Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:34:29.855Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:34:29.855Z] ---> 8b5d462bbd7a [2021-03-15T18:34:29.855Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T18:34:29.855Z] ---> Running in a5c25ff07808 [2021-03-15T18:34:29.855Z] ---> Running in af3245ee5e99 [2021-03-15T18:34:29.855Z] ---> Running in 5e4ef8582dee [2021-03-15T18:34:29.855Z] ---> Running in 87fdd6b7d948 [2021-03-15T18:34:29.855Z] ---> Running in 2fec35ed848a [2021-03-15T18:34:29.855Z] Removing intermediate container 87fdd6b7d948 [2021-03-15T18:34:29.855Z] ---> 9b98126d8f95 [2021-03-15T18:34:29.855Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:34:29.855Z] Removing intermediate container 5e4ef8582dee [2021-03-15T18:34:29.855Z] ---> ac8a270f995d [2021-03-15T18:34:29.855Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:34:29.855Z] Removing intermediate container af3245ee5e99 [2021-03-15T18:34:29.855Z] ---> 0cfccacd1ab0 [2021-03-15T18:34:29.855Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:34:29.855Z] Removing intermediate container a5c25ff07808 [2021-03-15T18:34:29.855Z] ---> 0332171cd2f8 [2021-03-15T18:34:29.855Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:34:29.855Z] Removing intermediate container 2fec35ed848a [2021-03-15T18:34:29.855Z] ---> bb6d7b364c8c [2021-03-15T18:34:29.855Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:34:29.855Z] ---> Running in 200b35d64b78 [2021-03-15T18:34:29.855Z] ---> Running in e3d5fc218867 [2021-03-15T18:34:29.855Z] ---> Running in a6786eaf1a77 [2021-03-15T18:34:29.855Z] ---> Running in 7c3e2f15d85a [2021-03-15T18:34:29.855Z] ---> Running in 11dc840be356 [2021-03-15T18:34:29.855Z] Removing intermediate container 200b35d64b78 [2021-03-15T18:34:29.855Z] ---> e88c97dd033a [2021-03-15T18:34:29.855Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T18:34:29.855Z] Removing intermediate container a6786eaf1a77 [2021-03-15T18:34:29.855Z] ---> 08d0f987bc6d [2021-03-15T18:34:29.855Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T18:34:29.855Z] ---> Running in 4d066e355b46 [2021-03-15T18:34:29.855Z] ---> Running in 1ef15c979ce2 [2021-03-15T18:34:29.855Z] Removing intermediate container 7c3e2f15d85a [2021-03-15T18:34:29.855Z] ---> ca011e745dcf [2021-03-15T18:34:29.855Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T18:34:29.855Z] Removing intermediate container 11dc840be356 [2021-03-15T18:34:29.855Z] ---> 25f6bbfb9339 [2021-03-15T18:34:29.855Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T18:34:29.855Z] Removing intermediate container e3d5fc218867 [2021-03-15T18:34:29.855Z] ---> 1e433eb8c3ce [2021-03-15T18:34:29.855Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T18:34:29.855Z] ---> Running in dd58de3414c5 [2021-03-15T18:34:30.124Z] ---> Running in c73a2ce89531 [2021-03-15T18:34:30.124Z] ---> Running in 0ee596184198 [2021-03-15T18:34:31.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:31.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:31.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:31.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:31.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:32.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:32.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:32.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:32.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:32.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:34:32.664Z] OK: 233 MiB in 51 packages [2021-03-15T18:34:32.664Z] OK: 233 MiB in 51 packages [2021-03-15T18:34:32.664Z] OK: 233 MiB in 51 packages [2021-03-15T18:34:33.244Z] OK: 233 MiB in 51 packages [2021-03-15T18:34:33.244Z] OK: 233 MiB in 51 packages [2021-03-15T18:34:33.512Z] Removing intermediate container 0ee596184198 [2021-03-15T18:34:33.512Z] ---> 22e7b49cc81c [2021-03-15T18:34:33.512Z] Step 6/22 : COPY go.mod . [2021-03-15T18:34:33.512Z] Removing intermediate container c73a2ce89531 [2021-03-15T18:34:33.512Z] ---> 7a29e7bc4007 [2021-03-15T18:34:33.512Z] Step 6/23 : COPY go.mod . [2021-03-15T18:34:33.780Z] Removing intermediate container dd58de3414c5 [2021-03-15T18:34:33.780Z] ---> c1a38a4be12b [2021-03-15T18:34:33.780Z] Step 6/26 : COPY go.mod . [2021-03-15T18:34:34.045Z] ---> b9a59da82995 [2021-03-15T18:34:34.045Z] Step 7/22 : RUN go mod download [2021-03-15T18:34:34.045Z] ---> 0fceab3e5aaa [2021-03-15T18:34:34.045Z] Step 7/23 : RUN go mod download [2021-03-15T18:34:34.308Z] ---> Running in 82191318b9eb [2021-03-15T18:34:34.308Z] ---> Running in bd74f74b092b [2021-03-15T18:34:34.308Z] Removing intermediate container 4d066e355b46 [2021-03-15T18:34:34.308Z] ---> a633ef6f428c [2021-03-15T18:34:34.308Z] Step 6/23 : COPY go.mod . [2021-03-15T18:34:34.308Z] ---> fe1aa1ba2695 [2021-03-15T18:34:34.308Z] Step 7/26 : RUN go mod download [2021-03-15T18:34:34.308Z] Removing intermediate container 1ef15c979ce2 [2021-03-15T18:34:34.308Z] ---> 0c21e3421ca6 [2021-03-15T18:34:34.308Z] Step 6/21 : COPY go.mod . [2021-03-15T18:34:34.569Z] ---> Running in a16ccd36817c [2021-03-15T18:34:34.833Z] ---> 12d4a4acae12 [2021-03-15T18:34:34.833Z] Step 7/23 : RUN go mod download [2021-03-15T18:34:34.833Z] ---> e5a88978e44c [2021-03-15T18:34:34.833Z] Step 7/21 : RUN go mod download [2021-03-15T18:34:35.100Z] ---> Running in d4e115f88a3b [2021-03-15T18:34:35.100Z] ---> Running in 95413b231a89 [2021-03-15T18:34:37.704Z] Removing intermediate container 95413b231a89 [2021-03-15T18:34:37.704Z] ---> 01adb1003834 [2021-03-15T18:34:37.704Z] Step 8/21 : COPY . . [2021-03-15T18:34:37.704Z] Removing intermediate container d4e115f88a3b [2021-03-15T18:34:37.704Z] ---> d081a07a20a0 [2021-03-15T18:34:37.704Z] Step 8/23 : COPY . . [2021-03-15T18:34:37.704Z] Removing intermediate container bd74f74b092b [2021-03-15T18:34:37.704Z] ---> a317a45efd5e [2021-03-15T18:34:37.704Z] Step 8/23 : COPY . . [2021-03-15T18:34:37.704Z] Removing intermediate container 82191318b9eb [2021-03-15T18:34:37.704Z] ---> a65115cbff74 [2021-03-15T18:34:37.704Z] Step 8/22 : COPY . . [2021-03-15T18:34:37.704Z] Removing intermediate container a16ccd36817c [2021-03-15T18:34:37.704Z] ---> ea1c17311f4b [2021-03-15T18:34:37.704Z] Step 8/26 : COPY . . [2021-03-15T18:35:11.399Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T18:35:16.844Z] ---> bd9ad88e98b1 [2021-03-15T18:35:16.844Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T18:35:16.844Z] ---> 0412700d8c94 [2021-03-15T18:35:16.844Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T18:35:16.844Z] ---> 131404ec7873 [2021-03-15T18:35:16.844Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T18:35:16.844Z] ---> 1189020ca5d5 [2021-03-15T18:35:16.844Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T18:35:16.844Z] ---> e78337dc0573 [2021-03-15T18:35:16.844Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T18:35:16.844Z] ---> Running in 16aa92f5267e [2021-03-15T18:35:16.844Z] ---> Running in ec68ab2576a3 [2021-03-15T18:35:16.844Z] ---> Running in 08f236c10612 [2021-03-15T18:35:16.844Z] ---> Running in cb4b77fc8890 [2021-03-15T18:35:16.844Z] ---> Running in 6ec6d30e3428 [2021-03-15T18:35:16.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T18:35:16.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T18:35:16.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T18:35:16.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T18:35:16.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T18:35:20.102Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T18:35:26.830Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T18:35:26.830Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T18:35:29.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T18:35:29.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T18:35:29.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T18:35:29.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T18:35:32.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T18:35:32.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T18:35:41.197Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T18:35:41.197Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T18:35:41.197Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T18:35:46.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.426s coverage: 45.9% of statements [2021-03-15T18:35:46.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T18:35:46.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T18:35:46.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T18:35:46.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T18:35:46.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T18:35:46.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T18:35:46.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-15T18:35:46.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-03-15T18:35:49.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T18:35:53.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.592s coverage: 27.1% of statements [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T18:35:53.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T18:35:53.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T18:35:53.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T18:35:54.534Z] Removing intermediate container 16aa92f5267e [2021-03-15T18:35:54.535Z] ---> 8d833e66ba2f [2021-03-15T18:35:54.535Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T18:35:54.535Z] ---> Running in b4455e1f92b1 [2021-03-15T18:35:55.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.308s coverage: 71.3% of statements [2021-03-15T18:35:55.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T18:35:55.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T18:35:57.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.469s coverage: 82.9% of statements [2021-03-15T18:35:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T18:35:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:35:57.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.156s coverage: 78.9% of statements [2021-03-15T18:35:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T18:35:57.871Z] Removing intermediate container 6ec6d30e3428 [2021-03-15T18:35:57.871Z] ---> 304044cfe6cd [2021-03-15T18:35:57.871Z] [2021-03-15T18:35:57.871Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T18:35:57.871Z] 3.12: Pulling from library/alpine [2021-03-15T18:35:58.838Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T18:35:58.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T18:35:59.801Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T18:35:59.801Z] ---> 88dd2752d2ea [2021-03-15T18:35:59.801Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T18:36:04.039Z] Removing intermediate container 08f236c10612 [2021-03-15T18:36:04.039Z] ---> 1988cf8c9e88 [2021-03-15T18:36:04.039Z] [2021-03-15T18:36:04.039Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T18:36:04.039Z] ---> 88dd2752d2ea [2021-03-15T18:36:04.039Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T18:36:04.039Z] ---> Running in 9c8020332f73 [2021-03-15T18:36:04.039Z] Removing intermediate container ec68ab2576a3 [2021-03-15T18:36:04.039Z] ---> 2942a1b7a2c2 [2021-03-15T18:36:04.039Z] [2021-03-15T18:36:04.039Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T18:36:04.039Z] ---> 88dd2752d2ea [2021-03-15T18:36:04.039Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T18:36:04.039Z] ---> Running in ff1b59e8ca17 [2021-03-15T18:36:04.039Z] Removing intermediate container cb4b77fc8890 [2021-03-15T18:36:04.039Z] ---> 8421afc402e4 [2021-03-15T18:36:04.039Z] [2021-03-15T18:36:04.039Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T18:36:04.039Z] ---> 88dd2752d2ea [2021-03-15T18:36:04.039Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T18:36:04.309Z] ---> Running in 134c379bd677 [2021-03-15T18:36:04.309Z] ---> Running in 797cc9ce66ba [2021-03-15T18:36:04.577Z] Removing intermediate container b4455e1f92b1 [2021-03-15T18:36:04.577Z] ---> 0d182d56654f [2021-03-15T18:36:04.577Z] [2021-03-15T18:36:04.577Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T18:36:04.577Z] 20.10.0: Pulling from library/docker [2021-03-15T18:36:04.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:04.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:05.126Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T18:36:05.126Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T18:36:05.126Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T18:36:05.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:05.126Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T18:36:05.126Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:36:05.403Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T18:36:05.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:05.403Z] OK: 7 MiB in 18 packages [2021-03-15T18:36:05.403Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T18:36:05.679Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:36:05.679Z] OK: 6 MiB in 15 packages [2021-03-15T18:36:05.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:05.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:05.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:05.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:05.960Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T18:36:05.960Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T18:36:05.960Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:36:05.960Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T18:36:05.960Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T18:36:05.960Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:36:05.960Z] OK: 6 MiB in 15 packages [2021-03-15T18:36:06.541Z] OK: 6 MiB in 16 packages [2021-03-15T18:36:07.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.217s coverage: 28.6% of statements [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T18:36:07.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.215s coverage: 100.0% of statements [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T18:36:07.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T18:36:07.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T18:36:07.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T18:36:07.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T18:36:07.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T18:36:07.952Z] Removing intermediate container ff1b59e8ca17 [2021-03-15T18:36:07.952Z] ---> f7e745d493cd [2021-03-15T18:36:07.952Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:36:07.952Z] Removing intermediate container 9c8020332f73 [2021-03-15T18:36:07.952Z] ---> 2592a39c1414 [2021-03-15T18:36:07.952Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T18:36:08.530Z] ---> Running in 163cdb07644a [2021-03-15T18:36:08.530Z] ---> Running in 36c8270c6b4e [2021-03-15T18:36:08.530Z] Removing intermediate container 797cc9ce66ba [2021-03-15T18:36:08.530Z] ---> 89b1c2020731 [2021-03-15T18:36:08.530Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:36:08.530Z] Removing intermediate container 134c379bd677 [2021-03-15T18:36:08.530Z] ---> 90aa79f5b815 [2021-03-15T18:36:08.530Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:36:08.803Z] ---> Running in 4fa94b4b4db4 [2021-03-15T18:36:08.803Z] ---> Running in b5e147cf9e0f [2021-03-15T18:36:08.803Z] Removing intermediate container 163cdb07644a [2021-03-15T18:36:08.803Z] ---> c3283ea44300 [2021-03-15T18:36:08.803Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T18:36:08.803Z] Removing intermediate container 36c8270c6b4e [2021-03-15T18:36:08.803Z] ---> f529256fe4ea [2021-03-15T18:36:08.803Z] Step 13/21 : WORKDIR /edgex [2021-03-15T18:36:09.761Z] ---> Running in 248e82cd2843 [2021-03-15T18:36:10.034Z] ---> Running in 2f339be2b2d6 [2021-03-15T18:36:10.034Z] Removing intermediate container 4fa94b4b4db4 [2021-03-15T18:36:10.034Z] ---> 5059eb3c32ba [2021-03-15T18:36:10.034Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T18:36:10.034Z] Removing intermediate container b5e147cf9e0f [2021-03-15T18:36:10.034Z] ---> 9bfe24419653 [2021-03-15T18:36:10.034Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T18:36:10.034Z] ---> Running in c38f65a13042 [2021-03-15T18:36:10.034Z] ---> Running in b0c1d89fc035 [2021-03-15T18:36:10.302Z] Removing intermediate container 248e82cd2843 [2021-03-15T18:36:10.302Z] ---> 254d6cc29c44 [2021-03-15T18:36:10.302Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T18:36:10.302Z] Removing intermediate container 2f339be2b2d6 [2021-03-15T18:36:10.302Z] ---> a5fa08849692 [2021-03-15T18:36:10.302Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T18:36:10.568Z] ---> Running in a7eeb4cfa749 [2021-03-15T18:36:10.568Z] Removing intermediate container c38f65a13042 [2021-03-15T18:36:10.568Z] ---> 1768562c5642 [2021-03-15T18:36:10.568Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T18:36:10.568Z] Removing intermediate container b0c1d89fc035 [2021-03-15T18:36:10.568Z] ---> b809b613b081 [2021-03-15T18:36:10.568Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T18:36:10.568Z] ---> Running in 7d80199c07ea [2021-03-15T18:36:10.568Z] ---> Running in 937305b08359 [2021-03-15T18:36:10.844Z] Removing intermediate container a7eeb4cfa749 [2021-03-15T18:36:10.844Z] ---> 2ef0f9db09bf [2021-03-15T18:36:10.844Z] Step 15/23 : WORKDIR / [2021-03-15T18:36:10.844Z] ---> 14a7e76efcd3 [2021-03-15T18:36:10.844Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T18:36:10.844Z] ---> Running in 4f5e3412d06b [2021-03-15T18:36:10.844Z] Removing intermediate container 7d80199c07ea [2021-03-15T18:36:10.844Z] ---> 9686d6bdc0b9 [2021-03-15T18:36:10.844Z] Step 15/23 : WORKDIR / [2021-03-15T18:36:11.108Z] Removing intermediate container 937305b08359 [2021-03-15T18:36:11.108Z] ---> fd0e6d29004a [2021-03-15T18:36:11.108Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:36:11.108Z] ---> Running in fe5207114090 [2021-03-15T18:36:11.372Z] Removing intermediate container 4f5e3412d06b [2021-03-15T18:36:11.372Z] ---> 986c83e09521 [2021-03-15T18:36:11.372Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:36:11.635Z] ---> a98795b729d4 [2021-03-15T18:36:11.635Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T18:36:11.901Z] ---> bc86fec40adb [2021-03-15T18:36:11.901Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T18:36:11.901Z] Removing intermediate container fe5207114090 [2021-03-15T18:36:11.901Z] ---> 3819667ac64a [2021-03-15T18:36:11.901Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:36:12.175Z] ---> 314b683a713d [2021-03-15T18:36:12.175Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T18:36:12.175Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T18:36:12.175Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T18:36:12.175Z] ---> aefe523efa57 [2021-03-15T18:36:12.175Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T18:36:12.175Z] ---> 2e4cd22f6bb5 [2021-03-15T18:36:12.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T18:36:12.444Z] ---> c5d4e701b5b8 [2021-03-15T18:36:12.444Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T18:36:12.444Z] ---> Running in dccf46906291 [2021-03-15T18:36:12.444Z] ---> 1dc2da9ac3a5 [2021-03-15T18:36:12.444Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T18:36:13.023Z] ---> f5bf5f7a264b [2021-03-15T18:36:13.023Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T18:36:13.023Z] ---> Running in 870d3215e272 [2021-03-15T18:36:13.023Z] ---> d7ed530ff753 [2021-03-15T18:36:13.023Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T18:36:13.023Z] ---> Running in f64f4cd5513c [2021-03-15T18:36:13.023Z] ---> d689334e94d3 [2021-03-15T18:36:13.023Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T18:36:13.290Z] Removing intermediate container 870d3215e272 [2021-03-15T18:36:13.290Z] ---> 2909c367d598 [2021-03-15T18:36:13.290Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T18:36:13.290Z] ---> Running in 07ad3916056d [2021-03-15T18:36:13.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:13.290Z] Removing intermediate container f64f4cd5513c [2021-03-15T18:36:13.290Z] ---> dbae6eaae5d6 [2021-03-15T18:36:13.290Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:36:13.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:13.555Z] ---> 85ac0c8dbef9 [2021-03-15T18:36:13.555Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T18:36:13.555Z] ---> Running in 5d988700449f [2021-03-15T18:36:13.555Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T18:36:13.555Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T18:36:13.555Z] Executing bash-5.0.17-r0.post-install [2021-03-15T18:36:13.555Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:36:13.555Z] OK: 12 MiB in 22 packages [2021-03-15T18:36:13.819Z] ---> 4cf48439017c [2021-03-15T18:36:13.820Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T18:36:13.820Z] Removing intermediate container 07ad3916056d [2021-03-15T18:36:13.820Z] ---> 4961d49fcfd8 [2021-03-15T18:36:13.820Z] Step 19/21 : LABEL arch=x86_64 [2021-03-15T18:36:14.087Z] ---> Running in 69139d7a8da6 [2021-03-15T18:36:14.087Z] ---> Running in 0d30e9bab9da [2021-03-15T18:36:14.087Z] ---> Running in 8010cf51cbd5 [2021-03-15T18:36:14.087Z] Removing intermediate container 5d988700449f [2021-03-15T18:36:14.087Z] ---> a05a692e4b9c [2021-03-15T18:36:14.087Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T18:36:14.661Z] ---> Running in 396c29db57a0 [2021-03-15T18:36:14.661Z] Removing intermediate container 69139d7a8da6 [2021-03-15T18:36:14.661Z] ---> 10113f964e02 [2021-03-15T18:36:14.661Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:36:14.661Z] Removing intermediate container 0d30e9bab9da [2021-03-15T18:36:14.661Z] ---> 2ab585215cc5 [2021-03-15T18:36:14.661Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:36:14.661Z] Removing intermediate container 8010cf51cbd5 [2021-03-15T18:36:14.661Z] ---> 2b923e8fcaf6 [2021-03-15T18:36:14.661Z] Step 20/21 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:36:14.661Z] Removing intermediate container dccf46906291 [2021-03-15T18:36:14.661Z] ---> ae1336c7efc1 [2021-03-15T18:36:14.661Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T18:36:14.928Z] ---> Running in 6663cfa68d51 [2021-03-15T18:36:14.928Z] ---> Running in b651f55348ef [2021-03-15T18:36:14.928Z] ---> Running in 60026a863a25 [2021-03-15T18:36:14.928Z] ---> Running in c47af7bc6136 [2021-03-15T18:36:14.928Z] Removing intermediate container 396c29db57a0 [2021-03-15T18:36:14.928Z] ---> 7767242f7860 [2021-03-15T18:36:14.928Z] Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:36:15.190Z] ---> Running in 69ce26daa01c [2021-03-15T18:36:15.190Z] Removing intermediate container 6663cfa68d51 [2021-03-15T18:36:15.190Z] ---> 71fb0481f06c [2021-03-15T18:36:15.190Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T18:36:15.190Z] Removing intermediate container b651f55348ef [2021-03-15T18:36:15.190Z] ---> 8c947cceddc6 [2021-03-15T18:36:15.190Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T18:36:15.452Z] Removing intermediate container 60026a863a25 [2021-03-15T18:36:15.452Z] ---> 0d5a5e9197d8 [2021-03-15T18:36:15.452Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T18:36:15.452Z] Removing intermediate container c47af7bc6136 [2021-03-15T18:36:15.452Z] ---> 6c0bd0d86e22 [2021-03-15T18:36:15.452Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.268s coverage: 92.8% of statements [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.280s coverage: 0.1% of statements [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T18:36:15.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.070s coverage: 79.5% of statements [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2021-03-15T18:36:15.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-03-15T18:36:15.717Z] ---> Running in c0d841e50708 [2021-03-15T18:36:15.717Z] ---> Running in c1d0c9cbb2d3 [2021-03-15T18:36:15.717Z] ---> Running in 123d90344f4f [2021-03-15T18:36:15.717Z] ---> Running in a8ef99d01acb [2021-03-15T18:36:15.717Z] Removing intermediate container 69ce26daa01c [2021-03-15T18:36:15.717Z] ---> b9975a047790 [2021-03-15T18:36:15.717Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T18:36:15.981Z] ---> Running in b387e7fb20e7 [2021-03-15T18:36:15.981Z] Removing intermediate container c0d841e50708 [2021-03-15T18:36:15.981Z] ---> 321e27441017 [2021-03-15T18:36:15.981Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:36:15.981Z] Removing intermediate container 123d90344f4f [2021-03-15T18:36:15.981Z] ---> 4127944c192a [2021-03-15T18:36:15.981Z] [2021-03-15T18:36:16.249Z] Removing intermediate container c1d0c9cbb2d3 [2021-03-15T18:36:16.249Z] ---> ee11b39da242 [2021-03-15T18:36:16.249Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:36:16.249Z] Removing intermediate container a8ef99d01acb [2021-03-15T18:36:16.249Z] ---> ec63842ee7b3 [2021-03-15T18:36:16.249Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T18:36:16.249Z] Removing intermediate container b387e7fb20e7 [2021-03-15T18:36:16.249Z] ---> 35541082982d [2021-03-15T18:36:16.249Z] [2021-03-15T18:36:16.249Z] ---> Running in 3e7114b034d1 [2021-03-15T18:36:16.520Z] ---> Running in 7c06d353256f [2021-03-15T18:36:16.520Z] Successfully built 4127944c192a [2021-03-15T18:36:16.520Z] Successfully built 35541082982d [2021-03-15T18:36:16.520Z] ---> Running in c38776870205 [2021-03-15T18:36:16.520Z] Successfully tagged docker-support-notifications-go:latest [2021-03-15T18:36:16.520Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-15T18:36:16.520Z] Building docker-security-bootstrapper-go [2021-03-15T18:36:16.520Z] Building docker-security-secretstore-setup-go [2021-03-15T18:36:16.785Z]  Building docker-security-proxy-setup-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 3e7114b034d1 [2021-03-15T18:36:16.785Z] ---> ee008cd94d25 [2021-03-15T18:36:16.785Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T18:36:16.785Z] Removing intermediate container 7c06d353256f [2021-03-15T18:36:16.785Z] ---> e0bb5b9f421b [2021-03-15T18:36:16.785Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T18:36:16.785Z] ---> Running in 6153a52f3745 [2021-03-15T18:36:16.785Z] ---> Running in 1217698c8a85 [2021-03-15T18:36:17.053Z] Removing intermediate container c38776870205 [2021-03-15T18:36:17.053Z] ---> e2f9aefe6307 [2021-03-15T18:36:17.053Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T18:36:17.053Z] Removing intermediate container 6153a52f3745 [2021-03-15T18:36:17.053Z] ---> 89e6d8dfa044 [2021-03-15T18:36:17.053Z] [2021-03-15T18:36:17.053Z] Removing intermediate container 1217698c8a85 [2021-03-15T18:36:17.053Z] ---> da83c910b73d [2021-03-15T18:36:17.053Z] [2021-03-15T18:36:17.318Z] Successfully built 89e6d8dfa044 [2021-03-15T18:36:17.318Z] Successfully built da83c910b73d [2021-03-15T18:36:17.318Z] Successfully tagged docker-core-command-go:latest [2021-03-15T18:36:17.318Z] Building docker-support-scheduler-go [2021-03-15T18:36:17.318Z]  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest [2021-03-15T18:36:17.318Z] Building docker-core-data-go [2021-03-15T18:36:17.589Z]  Building docker-core-metadata-go ... done  ---> d868682390bd [2021-03-15T18:36:17.589Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T18:36:17.854Z] ---> be92262d8d0a [2021-03-15T18:36:17.854Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T18:36:19.259Z] ---> 15315291f07b [2021-03-15T18:36:19.259Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T18:36:22.585Z] ---> Running in 32533986a3a3 [2021-03-15T18:36:23.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:23.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:23.826Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T18:36:23.826Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T18:36:23.826Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T18:36:23.826Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T18:36:23.826Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T18:36:23.826Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T18:36:23.826Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T18:36:27.157Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T18:36:27.157Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T18:36:27.157Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T18:36:27.157Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T18:36:27.157Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T18:36:27.157Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T18:36:27.157Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T18:36:27.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements [2021-03-15T18:36:27.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-15T18:36:29.086Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T18:36:30.037Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T18:36:30.300Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T18:36:31.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.224s coverage: 81.9% of statements [2021-03-15T18:36:31.694Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T18:36:31.694Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T18:36:32.269Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T18:36:33.220Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T18:36:33.483Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T18:36:33.483Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T18:36:33.483Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T18:36:33.483Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T18:36:33.483Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T18:36:33.483Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T18:36:33.483Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T18:36:33.483Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T18:36:33.483Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T18:36:33.483Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T18:36:33.747Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T18:36:33.747Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T18:36:33.747Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:36:33.747Z] OK: 71 MiB in 55 packages [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.143s coverage: 92.9% of statements [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.082s coverage: 80.8% of statements [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.6% of statements [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.6% of statements [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 62.4% of statements [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T18:36:43.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.099s coverage: 100.0% of statements [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements [2021-03-15T18:36:43.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-03-15T18:36:47.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.845s coverage: 69.0% of statements [2021-03-15T18:36:47.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T18:36:47.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T18:36:47.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T18:36:48.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.374s coverage: 38.4% of statements [2021-03-15T18:36:48.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T18:36:48.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T18:36:48.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.137s coverage: 89.5% of statements [2021-03-15T18:36:48.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T18:36:48.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-03-15T18:36:52.045Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:36:52.045Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:36:52.045Z] ---> 8b5d462bbd7a [2021-03-15T18:36:52.045Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> 0332171cd2f8 [2021-03-15T18:36:52.045Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> ca011e745dcf [2021-03-15T18:36:52.045Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T18:36:52.045Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:36:52.045Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:36:52.045Z] ---> 8b5d462bbd7a [2021-03-15T18:36:52.045Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> 0332171cd2f8 [2021-03-15T18:36:52.045Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> ca011e745dcf [2021-03-15T18:36:52.045Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T18:36:52.045Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:36:52.045Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:36:52.045Z] ---> 8b5d462bbd7a [2021-03-15T18:36:52.045Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> 0332171cd2f8 [2021-03-15T18:36:52.045Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> ca011e745dcf [2021-03-15T18:36:52.045Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T18:36:52.045Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:36:52.045Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:36:52.045Z] ---> 8b5d462bbd7a [2021-03-15T18:36:52.045Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> 0332171cd2f8 [2021-03-15T18:36:52.045Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:36:52.045Z] ---> Using cache [2021-03-15T18:36:52.045Z] ---> ca011e745dcf [2021-03-15T18:36:52.045Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T18:36:53.974Z] ---> Running in daf76b79a8d7 [2021-03-15T18:36:53.974Z] ---> Running in 75a1b30a51d9 [2021-03-15T18:36:53.974Z] ---> Running in 154e67cfa128 [2021-03-15T18:36:53.974Z] ---> Running in a1e1d7b873d3 [2021-03-15T18:36:54.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.465s coverage: 47.0% of statements [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T18:36:54.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T18:36:54.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.164s coverage: 100.0% of statements [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T18:36:54.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.467s coverage: 87.1% of statements [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:36:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T18:36:55.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:55.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:55.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:55.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:55.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:56.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:56.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:56.505Z] OK: 233 MiB in 51 packages [2021-03-15T18:36:56.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:36:56.773Z] Removing intermediate container 32533986a3a3 [2021-03-15T18:36:56.773Z] ---> fc3876ad1dd7 [2021-03-15T18:36:56.773Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T18:36:56.773Z] ---> Running in 6d7a22953aab [2021-03-15T18:36:57.349Z] Removing intermediate container 154e67cfa128 [2021-03-15T18:36:57.349Z] ---> 8bbbaced2e04 [2021-03-15T18:36:57.349Z] Step 6/22 : COPY go.mod . [2021-03-15T18:36:57.349Z] OK: 233 MiB in 51 packages [2021-03-15T18:36:57.663Z] OK: 233 MiB in 51 packages [2021-03-15T18:36:57.663Z] ---> 56f2045b6106 [2021-03-15T18:36:57.663Z] Step 7/22 : RUN go mod download [2021-03-15T18:36:57.663Z] ---> Running in 865a7a2a2424 [2021-03-15T18:36:57.965Z] Removing intermediate container daf76b79a8d7 [2021-03-15T18:36:57.965Z] ---> eb4fd40856e3 [2021-03-15T18:36:57.965Z] Step 6/23 : COPY go.mod . [2021-03-15T18:36:58.367Z] OK: 233 MiB in 51 packages [2021-03-15T18:36:58.367Z] ---> 097f0ae74991 [2021-03-15T18:36:58.367Z] Step 7/23 : RUN go mod download [2021-03-15T18:36:58.367Z] ---> Running in 36b27419832b [2021-03-15T18:36:58.367Z] Removing intermediate container a1e1d7b873d3 [2021-03-15T18:36:58.367Z] ---> eadbf4af142b [2021-03-15T18:36:58.367Z] Step 6/31 : COPY go.mod . [2021-03-15T18:36:59.045Z] ---> 953cab3fbadf [2021-03-15T18:36:59.045Z] Step 7/31 : RUN go mod download [2021-03-15T18:36:59.765Z] ---> Running in 4a4bec8c4d05 [2021-03-15T18:36:59.765Z] Collecting docker-compose==1.23.2 [2021-03-15T18:36:59.765Z] Removing intermediate container 75a1b30a51d9 [2021-03-15T18:36:59.765Z] ---> 2952b26e572f [2021-03-15T18:36:59.765Z] Step 6/24 : COPY go.mod . [2021-03-15T18:36:59.765Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T18:37:00.028Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T18:37:00.028Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T18:37:00.299Z] Removing intermediate container 865a7a2a2424 [2021-03-15T18:37:00.299Z] ---> 620edb34ea4f [2021-03-15T18:37:00.299Z] Step 8/22 : COPY . . [2021-03-15T18:37:00.299Z] ---> c2d3ee825389 [2021-03-15T18:37:00.299Z] Step 7/24 : RUN go mod download [2021-03-15T18:37:00.299Z] ---> Running in 7793c5bb699d [2021-03-15T18:37:00.564Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T18:37:00.564Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T18:37:00.835Z] Removing intermediate container 36b27419832b [2021-03-15T18:37:00.835Z] ---> 02c7b7a4e1dc [2021-03-15T18:37:00.835Z] Step 8/23 : COPY . . [2021-03-15T18:37:01.110Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T18:37:01.110Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.175s coverage: 29.1% of statements [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.112s coverage: 100.0% of statements [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.250s coverage: 96.5% of statements [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T18:37:03.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-03-15T18:37:03.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-15T18:37:03.510Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-15T18:37:04.461Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T18:37:04.461Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T18:37:04.487Z] GO111MODULE=on go vet ./... [2021-03-15T18:37:04.738Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T18:37:04.738Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T18:37:06.666Z] Collecting PyYAML<4,>=3.10 [2021-03-15T18:37:06.666Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T18:37:07.621Z] Removing intermediate container 4a4bec8c4d05 [2021-03-15T18:37:07.621Z] ---> c08c86306971 [2021-03-15T18:37:07.621Z] Step 8/31 : COPY . . [2021-03-15T18:37:10.219Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T18:37:10.219Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T18:37:11.622Z] Removing intermediate container 7793c5bb699d [2021-03-15T18:37:11.622Z] ---> 7689eb305261 [2021-03-15T18:37:11.622Z] Step 8/24 : COPY . . [2021-03-15T18:37:12.199Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T18:37:13.152Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T18:37:13.152Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T18:37:15.725Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T18:37:15.725Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T18:37:19.990Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T18:37:19.990Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T18:37:19.990Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T18:37:20.580Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T18:37:20.580Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T18:37:21.179Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T18:37:21.179Z] Collecting idna<2.8,>=2.5 [2021-03-15T18:37:21.179Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T18:37:21.179Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T18:37:21.179Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T18:37:21.179Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T18:37:21.179Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T18:37:22.495Z] Installing collected packages: texttable, cached-property, dockerpty, jsonschema, websocket-client, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose [2021-03-15T18:37:22.495Z] Running setup.py install for texttable: started [2021-03-15T18:37:26.981Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T18:37:26.981Z] Running setup.py install for dockerpty: started [2021-03-15T18:37:28.951Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T18:37:31.598Z] Running setup.py install for PyYAML: started [2021-03-15T18:37:33.597Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T18:37:33.597Z] Attempting uninstall: urllib3 [2021-03-15T18:37:33.597Z] Found existing installation: urllib3 1.25.9 [2021-03-15T18:37:33.598Z] Uninstalling urllib3-1.25.9: [2021-03-15T18:37:33.598Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T18:37:35.573Z] Attempting uninstall: idna [2021-03-15T18:37:35.573Z] Found existing installation: idna 2.9 [2021-03-15T18:37:35.573Z] Uninstalling idna-2.9: [2021-03-15T18:37:36.153Z] Successfully uninstalled idna-2.9 [2021-03-15T18:37:37.573Z] Attempting uninstall: requests [2021-03-15T18:37:37.573Z] Found existing installation: requests 2.23.0 [2021-03-15T18:37:37.573Z] Uninstalling requests-2.23.0: [2021-03-15T18:37:38.178Z] Successfully uninstalled requests-2.23.0 [2021-03-15T18:37:40.769Z] Running setup.py install for docopt: started [2021-03-15T18:37:42.182Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T18:37:44.111Z] ---> f6e87915d97f [2021-03-15T18:37:44.111Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T18:37:44.692Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T18:37:44.692Z] ---> 7ea6e649abda [2021-03-15T18:37:44.692Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T18:37:45.292Z] ---> Running in 5c11d85ef313 [2021-03-15T18:37:45.292Z] ---> Running in a64459f322d4 [2021-03-15T18:37:45.572Z] ---> a86b3fe64fb8 [2021-03-15T18:37:45.572Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T18:37:46.150Z] ---> 01ab32fb935c [2021-03-15T18:37:46.150Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T18:37:46.426Z] ---> Running in e7aa09211c8b [2021-03-15T18:37:46.426Z] ---> Running in d1081250501e [2021-03-15T18:37:47.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T18:37:47.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T18:37:47.414Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T18:37:47.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T18:37:50.012Z] Removing intermediate container 6d7a22953aab [2021-03-15T18:37:50.013Z] ---> 931434f3c58a [2021-03-15T18:37:50.013Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T18:37:50.013Z] ---> Running in 8242ea23973f [2021-03-15T18:37:50.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:37:51.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:37:51.531Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T18:37:51.531Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T18:37:51.531Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T18:37:51.531Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:37:51.531Z] OK: 72 MiB in 58 packages [2021-03-15T18:37:54.918Z] Removing intermediate container 8242ea23973f [2021-03-15T18:37:54.918Z] ---> 5aae9d76a1c0 [2021-03-15T18:37:54.918Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T18:37:54.918Z] ---> Running in 9989b1a7338d [2021-03-15T18:37:55.202Z] Removing intermediate container 9989b1a7338d [2021-03-15T18:37:55.202Z] ---> 2a5f893df172 [2021-03-15T18:37:55.202Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:37:55.202Z] ---> Running in 73a30f89664b [2021-03-15T18:37:56.173Z] Removing intermediate container 73a30f89664b [2021-03-15T18:37:56.173Z] ---> b5de15a617f2 [2021-03-15T18:37:56.173Z] Step 24/26 : LABEL arch=x86_64 [2021-03-15T18:37:56.173Z] ---> Running in 1ec3543e3f1c [2021-03-15T18:37:56.776Z] Removing intermediate container 1ec3543e3f1c [2021-03-15T18:37:56.777Z] ---> f9c95390aadc [2021-03-15T18:37:56.777Z] Step 25/26 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:37:56.777Z] ---> Running in cf0a5cf273ee [2021-03-15T18:37:57.060Z] Removing intermediate container cf0a5cf273ee [2021-03-15T18:37:57.060Z] ---> 8f3ea6e2e43d [2021-03-15T18:37:57.060Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T18:37:57.060Z] ---> Running in 448b668d483b [2021-03-15T18:37:57.336Z] Removing intermediate container 448b668d483b [2021-03-15T18:37:57.336Z] ---> 56706ecaef33 [2021-03-15T18:37:57.336Z] [2021-03-15T18:37:57.606Z] Successfully built 56706ecaef33 [2021-03-15T18:37:57.606Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-15T18:38:16.103Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T18:38:20.378Z] Removing intermediate container e7aa09211c8b [2021-03-15T18:38:20.378Z] ---> 2f47c2f64572 [2021-03-15T18:38:20.378Z] [2021-03-15T18:38:20.378Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T18:38:20.378Z] ---> 88dd2752d2ea [2021-03-15T18:38:20.378Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T18:38:20.646Z] ---> Running in 2066f51385a9 [2021-03-15T18:38:21.234Z] Removing intermediate container 2066f51385a9 [2021-03-15T18:38:21.234Z] ---> e58b0a0254db [2021-03-15T18:38:21.234Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T18:38:26.267Z] gofmt -l . [2021-03-15T18:38:26.267Z] [ "`gofmt -l .`" = "" ] [2021-03-15T18:38:26.267Z] ./bin/test-go-mod-tidy.sh [2021-03-15T18:38:26.267Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T18:38:26.552Z] ---> Running in 0c0e692d3a4f [2021-03-15T18:38:26.552Z] Removing intermediate container d1081250501e [2021-03-15T18:38:26.552Z] ---> bc7c1af5245f [2021-03-15T18:38:26.552Z] [2021-03-15T18:38:26.552Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T18:38:26.552Z] ---> 88dd2752d2ea [2021-03-15T18:38:26.552Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T18:38:26.552Z] Removing intermediate container 5c11d85ef313 [2021-03-15T18:38:26.552Z] ---> 23794ae9e3cd [2021-03-15T18:38:26.552Z] [2021-03-15T18:38:26.552Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T18:38:26.552Z] ---> 88dd2752d2ea [2021-03-15T18:38:26.552Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T18:38:26.552Z] ---> Using cache [2021-03-15T18:38:26.552Z] ---> 89b1c2020731 [2021-03-15T18:38:26.552Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:38:26.552Z] ---> Using cache [2021-03-15T18:38:26.552Z] ---> 5059eb3c32ba [2021-03-15T18:38:26.552Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T18:38:26.552Z] ---> Running in 829fdd8c28bc [2021-03-15T18:38:26.552Z] ---> Running in 1da9ee7dc9b0 [2021-03-15T18:38:26.552Z] Removing intermediate container 1da9ee7dc9b0 [2021-03-15T18:38:26.552Z] ---> 94a17de5efb1 [2021-03-15T18:38:26.552Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T18:38:26.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:38:26.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:38:26.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:38:26.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:38:26.971Z] + ls -al . [2021-03-15T18:38:26.971Z] total 784 [2021-03-15T18:38:26.971Z] drwxrwxr-x 9 1001 1001 4096 Mar 15 18:38 . [2021-03-15T18:38:26.971Z] drwxr-xr-x 4 root root 4096 Mar 15 18:34 .. [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 18:32 .dockerignore [2021-03-15T18:38:26.971Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 18:32 .git [2021-03-15T18:38:26.971Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 18:32 .github [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 18:32 .gitignore [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 18:32 .sonarcloud.properties [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 18:32 Attribution.txt [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 18:32 CONTRIBUTING.md [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 18:32 Dockerfile.build [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 18:32 Jenkinsfile [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 18:32 LICENSE [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 18:32 Makefile [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 18:32 README.md [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 18:32 SECURITY.md [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 18:30 VERSION [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 18:32 ZMQWindows.md [2021-03-15T18:38:26.971Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 18:32 bin [2021-03-15T18:38:26.971Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 18:32 cmd [2021-03-15T18:38:26.971Z] -rw-r--r-- 1 root root 643680 Mar 15 18:37 coverage.out [2021-03-15T18:38:26.971Z] -rw-r--r-- 1 root root 1055 Mar 15 18:38 go.mod [2021-03-15T18:38:26.971Z] -rw-r--r-- 1 root root 21981 Mar 15 18:38 go.sum [2021-03-15T18:38:26.971Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 18:32 internal [2021-03-15T18:38:26.971Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 18:32 openapi [2021-03-15T18:38:26.971Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 18:32 snap [2021-03-15T18:38:26.971Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 18:32 version.go [Pipeline] sh [2021-03-15T18:38:27.136Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T18:38:27.136Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T18:38:27.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:38:27.136Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T18:38:27.136Z] OK: 6 MiB in 16 packages [2021-03-15T18:38:27.136Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T18:38:27.136Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T18:38:27.136Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T18:38:27.136Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T18:38:27.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:38:27.136Z] ---> Running in a869a10a7f04 [2021-03-15T18:38:27.136Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T18:38:27.136Z] OK: 7 MiB in 19 packages [2021-03-15T18:38:27.673Z] + '[' -e coverage.out ] [2021-03-15T18:38:27.673Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T18:38:27.749Z] Warning: overwriting stash ‘coverage-report’ [2021-03-15T18:38:28.537Z] Removing intermediate container a869a10a7f04 [2021-03-15T18:38:28.537Z] ---> b342563d21c8 [2021-03-15T18:38:28.537Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:38:28.537Z] Removing intermediate container a64459f322d4 [2021-03-15T18:38:28.537Z] ---> eb0decbeecdd [2021-03-15T18:38:28.537Z] [2021-03-15T18:38:28.537Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T18:38:28.537Z] ---> 88dd2752d2ea [2021-03-15T18:38:28.537Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T18:38:28.799Z] ---> Running in a80a6acfc3f4 [2021-03-15T18:38:29.061Z] Removing intermediate container 0c0e692d3a4f [2021-03-15T18:38:29.061Z] ---> dba8b4fc2cf4 [2021-03-15T18:38:29.061Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T18:38:29.101Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T18:38:29.325Z] ---> 4c493f96c4b0 [2021-03-15T18:38:29.325Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T18:38:29.325Z] ---> Running in c320bf2d3096 [2021-03-15T18:38:29.325Z] Removing intermediate container 829fdd8c28bc [2021-03-15T18:38:29.325Z] ---> 4c3991296f60 [2021-03-15T18:38:29.325Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T18:38:29.325Z] Removing intermediate container a80a6acfc3f4 [2021-03-15T18:38:29.325Z] ---> dcb00a149fa7 [2021-03-15T18:38:29.325Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T18:38:29.591Z] ---> Running in 6865c35f4f1a [2021-03-15T18:38:29.591Z] ---> Running in bbd60af38e21 [2021-03-15T18:38:29.591Z] Removing intermediate container c320bf2d3096 [2021-03-15T18:38:29.591Z] ---> b43d42b97bf2 [2021-03-15T18:38:29.591Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T18:38:29.746Z] + make build [2021-03-15T18:38:29.746Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T18:38:29.854Z] ---> Running in 7fcbf17c9019 [2021-03-15T18:38:29.854Z] ---> 861a24589cfc [2021-03-15T18:38:29.854Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T18:38:29.854Z] Removing intermediate container 6865c35f4f1a [2021-03-15T18:38:29.854Z] ---> 0405d8dc77e5 [2021-03-15T18:38:29.854Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T18:38:29.854Z] Removing intermediate container bbd60af38e21 [2021-03-15T18:38:29.854Z] ---> a46544a891ec [2021-03-15T18:38:29.854Z] Step 13/24 : WORKDIR / [2021-03-15T18:38:30.116Z] ---> Running in 537e346977d7 [2021-03-15T18:38:30.116Z] ---> Running in 6a925cdf268b [2021-03-15T18:38:30.116Z] Removing intermediate container 7fcbf17c9019 [2021-03-15T18:38:30.116Z] ---> 5e332a7fcf02 [2021-03-15T18:38:30.116Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T18:38:30.380Z] ---> 32bb061d2a1f [2021-03-15T18:38:30.380Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T18:38:30.380Z] ---> Running in 6709e924a3ca [2021-03-15T18:38:31.336Z] Removing intermediate container 537e346977d7 [2021-03-15T18:38:31.336Z] ---> d04702d13d8f [2021-03-15T18:38:31.336Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:38:31.336Z] ---> Running in 97e7a24e90e7 [2021-03-15T18:38:31.336Z] Removing intermediate container 6a925cdf268b [2021-03-15T18:38:31.336Z] ---> 90242a16a5b5 [2021-03-15T18:38:31.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-03-15T18:38:31.336Z] ---> Running in 371c739f2546 [2021-03-15T18:38:31.600Z] Removing intermediate container 97e7a24e90e7 [2021-03-15T18:38:31.600Z] ---> 6197213ceace [2021-03-15T18:38:31.600Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:38:31.866Z] ---> Running in 256a08b6c099 [2021-03-15T18:38:31.866Z] ---> 345de4b21160 [2021-03-15T18:38:31.866Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T18:38:32.133Z] Removing intermediate container 256a08b6c099 [2021-03-15T18:38:32.133Z] ---> 2852b27749d8 [2021-03-15T18:38:32.133Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T18:38:32.134Z] ---> Running in 57ebc5dde7a6 [2021-03-15T18:38:32.397Z] ---> c3bd674134ea [2021-03-15T18:38:32.397Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T18:38:33.351Z] Removing intermediate container 57ebc5dde7a6 [2021-03-15T18:38:33.351Z] ---> ad4b7a74ccfa [2021-03-15T18:38:33.351Z] Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:38:33.622Z] ---> 287bce0de953 [2021-03-15T18:38:33.622Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T18:38:33.622Z] ---> Running in 938c3f6594f3 [2021-03-15T18:38:33.622Z] Removing intermediate container 6709e924a3ca [2021-03-15T18:38:33.622Z] ---> 3cca2d3fff4a [2021-03-15T18:38:33.622Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T18:38:33.895Z] ---> Running in e57f4b5fc46a [2021-03-15T18:38:34.161Z] Removing intermediate container 371c739f2546 [2021-03-15T18:38:34.161Z] ---> 4e2805d9f093 [2021-03-15T18:38:34.161Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T18:38:34.161Z] Removing intermediate container 938c3f6594f3 [2021-03-15T18:38:34.161Z] ---> 00083752c4b6 [2021-03-15T18:38:34.161Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T18:38:34.161Z] ---> Running in da85274fc2c0 [2021-03-15T18:38:34.428Z] ---> 6f92882e4096 [2021-03-15T18:38:34.428Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T18:38:34.428Z] ---> Running in 79af3464a279 [2021-03-15T18:38:34.428Z] Removing intermediate container e57f4b5fc46a [2021-03-15T18:38:34.428Z] ---> df1f64f43629 [2021-03-15T18:38:34.428Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T18:38:34.825Z] Removing intermediate container 79af3464a279 [2021-03-15T18:38:34.825Z] ---> 4dec01376a96 [2021-03-15T18:38:34.825Z] [2021-03-15T18:38:34.825Z] ---> 7558abb08f71 [2021-03-15T18:38:34.825Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T18:38:35.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T18:38:35.198Z] ---> Running in 08e8009f1b35 [2021-03-15T18:38:35.198Z] Successfully built 4dec01376a96 [2021-03-15T18:38:35.198Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-15T18:38:35.198Z]  Building docker-support-scheduler-go ... done  ---> 34ad4e1d51ab [2021-03-15T18:38:35.198Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T18:38:35.574Z] ---> 1b2a318873eb [2021-03-15T18:38:35.574Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T18:38:35.574Z] ---> Running in aa54b14cdcae [2021-03-15T18:38:36.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T18:38:36.434Z] Removing intermediate container 08e8009f1b35 [2021-03-15T18:38:36.434Z] ---> 9934159653fe [2021-03-15T18:38:36.434Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:38:36.695Z] ---> 6d3cff6f7831 [2021-03-15T18:38:36.695Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T18:38:36.695Z] Removing intermediate container aa54b14cdcae [2021-03-15T18:38:36.695Z] ---> d9a90d501887 [2021-03-15T18:38:36.695Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T18:38:36.960Z] ---> Running in d9d5801f5755 [2021-03-15T18:38:37.226Z] Removing intermediate container d9d5801f5755 [2021-03-15T18:38:37.226Z] ---> 9253cb0401a8 [2021-03-15T18:38:37.226Z] Step 22/24 : LABEL arch=x86_64 [2021-03-15T18:38:37.226Z] ---> Running in 5bb28cfcdd3c [2021-03-15T18:38:37.492Z] ---> 8932da42cb2d [2021-03-15T18:38:37.492Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T18:38:37.492Z] Removing intermediate container 5bb28cfcdd3c [2021-03-15T18:38:37.492Z] ---> 6c3c680704a9 [2021-03-15T18:38:37.492Z] Step 23/24 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:38:37.492Z] ---> Running in 250ff3b5b2b9 [2021-03-15T18:38:37.755Z] ---> ad27232c2deb [2021-03-15T18:38:37.755Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T18:38:37.755Z] Removing intermediate container 250ff3b5b2b9 [2021-03-15T18:38:37.755Z] ---> 9d656d5db1f9 [2021-03-15T18:38:37.755Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T18:38:37.755Z] ---> Running in 8ccbe10a7082 [2021-03-15T18:38:38.033Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T18:38:38.033Z] ---> b96b6a1e4529 [2021-03-15T18:38:38.033Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T18:38:38.033Z] Removing intermediate container 8ccbe10a7082 [2021-03-15T18:38:38.033Z] ---> d4f13c9c878c [2021-03-15T18:38:38.033Z] [2021-03-15T18:38:38.033Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T18:38:38.033Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T18:38:38.298Z] ---> 56af36dacf9c [2021-03-15T18:38:38.298Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T18:38:38.298Z] Successfully built d4f13c9c878c [2021-03-15T18:38:38.298Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-15T18:38:38.298Z]  Building docker-security-secretstore-setup-go ... done (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T18:38:38.561Z] ---> Running in ebec4fce1b9f [2021-03-15T18:38:38.828Z] Removing intermediate container ebec4fce1b9f [2021-03-15T18:38:38.828Z] ---> 0377f8bd428b [2021-03-15T18:38:38.828Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T18:38:39.100Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T18:38:39.100Z] ---> 60b9e0175f15 [2021-03-15T18:38:39.100Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T18:38:39.100Z] ---> Running in a160dc5f0851 [2021-03-15T18:38:39.362Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T18:38:39.362Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:38:39.362Z] OK: 8 MiB in 20 packages [2021-03-15T18:38:39.940Z] Removing intermediate container da85274fc2c0 [2021-03-15T18:38:39.940Z] ---> 4acb859deeea [2021-03-15T18:38:39.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:38:40.203Z] Removing intermediate container a160dc5f0851 [2021-03-15T18:38:40.203Z] ---> bce76c6517cc [2021-03-15T18:38:40.203Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T18:38:40.466Z] ---> 1b157845ceb8 [2021-03-15T18:38:40.466Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T18:38:40.466Z] ---> Running in 5fecc08f9be1 [2021-03-15T18:38:40.729Z] Removing intermediate container 5fecc08f9be1 [2021-03-15T18:38:40.729Z] ---> ed25f0fdccf2 [2021-03-15T18:38:40.729Z] Step 28/31 : CMD ["gate"] [2021-03-15T18:38:40.991Z] ---> Running in 6c97f9c05bb1 [2021-03-15T18:38:40.991Z] ---> 1b57f5832930 [2021-03-15T18:38:40.991Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T18:38:41.565Z] Removing intermediate container 6c97f9c05bb1 [2021-03-15T18:38:41.565Z] ---> 7f1c4041d40e [2021-03-15T18:38:41.565Z] Step 29/31 : LABEL arch=x86_64 [2021-03-15T18:38:41.565Z] ---> 6b2b12816f65 [2021-03-15T18:38:41.565Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T18:38:41.833Z] ---> Running in 2f4df266fbf3 [2021-03-15T18:38:41.833Z] ---> Running in 6c619d93eded [2021-03-15T18:38:42.097Z] Removing intermediate container 2f4df266fbf3 [2021-03-15T18:38:42.097Z] ---> 945ed10fbdb3 [2021-03-15T18:38:42.097Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:38:42.097Z] Removing intermediate container 6c619d93eded [2021-03-15T18:38:42.097Z] ---> 9e3954336ff9 [2021-03-15T18:38:42.097Z] Step 30/31 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:38:42.097Z] ---> Running in 897bef351f98 [2021-03-15T18:38:42.097Z] ---> Running in b8e816771777 [2021-03-15T18:38:42.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T18:38:42.360Z] Removing intermediate container 897bef351f98 [2021-03-15T18:38:42.360Z] ---> 16c93ecc0e5e [2021-03-15T18:38:42.360Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T18:38:42.360Z] ---> Running in 5661d85c45aa [2021-03-15T18:38:42.360Z] Removing intermediate container b8e816771777 [2021-03-15T18:38:42.360Z] ---> d5127e4cbf32 [2021-03-15T18:38:42.360Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T18:38:42.622Z] ---> Running in a088ef3b7d3c [2021-03-15T18:38:42.622Z] Removing intermediate container 5661d85c45aa [2021-03-15T18:38:42.622Z] ---> a01807d725e4 [2021-03-15T18:38:42.622Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:38:42.885Z] ---> Running in 28aebc94782f [2021-03-15T18:38:42.885Z] Removing intermediate container a088ef3b7d3c [2021-03-15T18:38:42.885Z] ---> 10f70772d4bc [2021-03-15T18:38:42.885Z] [2021-03-15T18:38:42.885Z] Removing intermediate container 28aebc94782f [2021-03-15T18:38:42.885Z] ---> 83203fd5a523 [2021-03-15T18:38:42.885Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T18:38:43.147Z] Successfully built 10f70772d4bc [2021-03-15T18:38:43.147Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-15T18:38:43.408Z]  Building docker-security-bootstrapper-go ... done  ---> Running in c14217494208 [2021-03-15T18:38:43.408Z] Removing intermediate container c14217494208 [2021-03-15T18:38:43.408Z] ---> 9ebf41b43ee1 [2021-03-15T18:38:43.408Z] [2021-03-15T18:38:43.673Z] Successfully built 9ebf41b43ee1 [2021-03-15T18:38:43.673Z] Successfully tagged docker-core-data-go:latest [2021-03-15T18:38:43.946Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-15T18:38:43.972Z] $ docker stop --time=1 973c4f3c1dd1a95c0c4292fad16bf67f52e765324ee1de3e7c2a05aea7425842 [2021-03-15T18:38:45.652Z] $ docker rm -f 973c4f3c1dd1a95c0c4292fad16bf67f52e765324ee1de3e7c2a05aea7425842 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T18:38:46.277Z] + docker images [2021-03-15T18:38:46.277Z] + grep docker [2021-03-15T18:38:46.545Z] docker-core-data-go latest 9ebf41b43ee1 3 seconds ago 22.6MB [2021-03-15T18:38:46.545Z] docker-security-bootstrapper-go latest 10f70772d4bc 4 seconds ago 18.8MB [2021-03-15T18:38:46.545Z] docker-security-secretstore-setup-go latest d4f13c9c878c 9 seconds ago 24.9MB [2021-03-15T18:38:46.545Z] docker-support-scheduler-go latest 4dec01376a96 12 seconds ago 17.3MB [2021-03-15T18:38:46.545Z] docker-sys-mgmt-agent-go latest 56706ecaef33 49 seconds ago 313MB [2021-03-15T18:38:46.545Z] docker-core-command-go latest da83c910b73d 2 minutes ago 17.2MB [2021-03-15T18:38:46.545Z] docker-core-metadata-go latest 89e6d8dfa044 2 minutes ago 19MB [2021-03-15T18:38:46.545Z] docker-security-proxy-setup-go latest 4127944c192a 2 minutes ago 24.7MB [2021-03-15T18:38:46.545Z] docker-support-notifications-go latest 35541082982d 2 minutes ago 17.8MB [2021-03-15T18:38:46.545Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-15T18:39:02.384Z] Still waiting to schedule task [2021-03-15T18:39:02.384Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-15T18:39:04.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T18:39:06.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T18:39:12.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T18:39:13.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T18:39:20.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T18:39:24.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T18:39:27.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T18:39:31.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T18:39:35.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T18:39:39.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-15T18:39:46.415Z] $ docker stop --time=1 7ca248702e4887912008d063e495260a87a024e5253d2efd94ece96541ee08ba [2021-03-15T18:39:48.817Z] $ docker rm -f 7ca248702e4887912008d063e495260a87a024e5253d2efd94ece96541ee08ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:39:50.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T18:39:50.981Z] [2021-03-15T18:39:50.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:39:51.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T18:39:51.395Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-15T18:39:51.395Z] 29e5d40040c1: Pulling fs layer [2021-03-15T18:39:51.395Z] 1ce36da41761: Pulling fs layer [2021-03-15T18:39:51.395Z] 25b303627fd3: Pulling fs layer [2021-03-15T18:39:51.682Z] 29e5d40040c1: Verifying Checksum [2021-03-15T18:39:51.682Z] 29e5d40040c1: Download complete [2021-03-15T18:39:52.287Z] 1ce36da41761: Verifying Checksum [2021-03-15T18:39:52.287Z] 1ce36da41761: Download complete [2021-03-15T18:39:52.287Z] 29e5d40040c1: Pull complete [2021-03-15T18:39:53.723Z] 1ce36da41761: Pull complete [2021-03-15T18:39:53.723Z] 25b303627fd3: Verifying Checksum [2021-03-15T18:39:53.723Z] 25b303627fd3: Download complete [2021-03-15T18:39:56.003Z] Running on prd-ubuntu18.04-docker-8c-8g-29833 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws [2021-03-15T18:39:56.058Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-15T18:39:58.373Z] using credential edgex-jenkins-ssh [2021-03-15T18:39:58.431Z] Cloning the remote Git repository [2021-03-15T18:39:58.464Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T18:39:58.535Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-15T18:39:58.563Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T18:39:58.563Z] > git --version # timeout=10 [2021-03-15T18:39:58.570Z] > git --version # 'git version 2.17.1' [2021-03-15T18:39:58.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T18:39:58.601Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T18:40:03.890Z] 25b303627fd3: Pull complete [2021-03-15T18:40:03.890Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-15T18:40:03.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T18:40:03.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-15T18:40:04.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-29832 does not seem to be running inside a container [2021-03-15T18:40:04.215Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T18:40:05.869Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T18:40:05.875Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T18:40:05.885Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T18:40:05.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T18:40:05.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T18:40:05.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T18:40:06.688Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:40:06.928Z] Merge succeeded, producing f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:40:06.928Z] Checking out Revision f138aeb2ae29a4df6c640145b83ab6f6033e260f (PR-3251) [2021-03-15T18:40:07.211Z] $ docker top 9e5eef0f588d57d2c1bb3a0f5dbea2746867e6cf8b0f5d4bb287f5cc302d5f41 -eo pid,comm [Pipeline] { [2021-03-15T18:40:06.702Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T18:40:06.708Z] > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [2021-03-15T18:40:06.898Z] > git remote # timeout=10 [2021-03-15T18:40:06.907Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T18:40:06.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T18:40:06.917Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-15T18:40:06.928Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T18:40:06.936Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T18:40:06.940Z] > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [Pipeline] sh [2021-03-15T18:40:08.162Z] + docker-compose build --help [2021-03-15T18:40:08.163Z] + grep parallel [2021-03-15T18:40:10.774Z] Commit message: "fix: Address Lenny's PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:40:11.529Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T18:40:11.853Z] $ docker stop --time=1 9e5eef0f588d57d2c1bb3a0f5dbea2746867e6cf8b0f5d4bb287f5cc302d5f41 [2021-03-15T18:40:12.064Z] + echo snap-build.sh [2021-03-15T18:40:12.064Z] snap-build.sh [2021-03-15T18:40:12.064Z] + SNAP_BASE_DIR=. [2021-03-15T18:40:12.064Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-15T18:40:12.064Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-15T18:40:12.064Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-15T18:40:12.064Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-15T18:40:12.064Z] + cd /w/workspace/edgex-go/2 [2021-03-15T18:40:12.064Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-15T18:40:12.064Z] Reading package lists... [2021-03-15T18:40:12.326Z] Building dependency tree... [2021-03-15T18:40:12.326Z] Reading state information... [2021-03-15T18:40:12.588Z] The following packages were automatically installed and are no longer required: [2021-03-15T18:40:12.588Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-15T18:40:12.588Z] uidmap xdelta3 [2021-03-15T18:40:12.588Z] Use 'sudo apt autoremove' to remove them. [2021-03-15T18:40:12.588Z] The following packages will be REMOVED: [2021-03-15T18:40:12.588Z] lxd* lxd-client* [2021-03-15T18:40:13.162Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-15T18:40:13.162Z] After this operation, 31.7 MB disk space will be freed. [2021-03-15T18:40:13.710Z] $ docker rm -f 9e5eef0f588d57d2c1bb3a0f5dbea2746867e6cf8b0f5d4bb287f5cc302d5f41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:40:14.469Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-15T18:40:14.469Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T18:40:14.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T18:40:14.488Z] . [Pipeline] withDockerContainer [2021-03-15T18:40:14.709Z] prd-ubuntu18.04-docker-arm64-4c-16g-29832 does not seem to be running inside a container [2021-03-15T18:40:14.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T18:40:15.859Z] Removing lxd dnsmasq configuration [2021-03-15T18:40:15.859Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T18:40:15.859Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-15T18:40:16.198Z] $ docker top 8a459db6eecc13f7d9d985f0388896201b06fad7be87952fb4698bb05880a9a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T18:40:16.802Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-15T18:40:17.063Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-15T18:40:17.063Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T18:40:17.146Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T18:40:18.978Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-15T18:40:18.978Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-15T18:40:20.368Z] + sudo snap remove --purge lxd [2021-03-15T18:40:20.630Z] snap "lxd" is not installed [2021-03-15T18:40:20.630Z] + sudo groupadd --force --system lxd [2021-03-15T18:40:20.630Z] ++ whoami [2021-03-15T18:40:20.630Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-15T18:40:20.891Z] + newgrp - lxd [2021-03-15T18:40:20.891Z] + sudo snap install lxd [2021-03-15T18:40:21.427Z] Building docker-core-command-go ... [2021-03-15T18:40:21.427Z] Building docker-core-data-go ... [2021-03-15T18:40:21.427Z] Building docker-core-metadata-go ... [2021-03-15T18:40:21.427Z] Building docker-security-bootstrapper-go ... [2021-03-15T18:40:21.427Z] Building docker-security-proxy-setup-go ... [2021-03-15T18:40:21.427Z] Building docker-security-secretstore-setup-go ... [2021-03-15T18:40:21.427Z] Building docker-support-notifications-go ... [2021-03-15T18:40:21.427Z] Building docker-support-scheduler-go ... [2021-03-15T18:40:21.427Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T18:40:21.427Z] Building docker-sys-mgmt-agent-go [2021-03-15T18:40:21.427Z] Building docker-support-notifications-go [2021-03-15T18:40:21.427Z] Building docker-core-command-go [2021-03-15T18:40:21.427Z] Building docker-security-secretstore-setup-go [2021-03-15T18:40:21.427Z] Building docker-security-bootstrapper-go [2021-03-15T18:40:53.127Z] error: cannot install "lxd": cannot query the store for updates: got unexpected [2021-03-15T18:40:53.127Z] HTTP status code 503 via POST to [2021-03-15T18:40:53.127Z] "https://api.snapcraft.io/v2/snaps/refresh" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-15T18:40:54.030Z] Failed in branch amd64 [2021-03-15T18:41:43.263Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:41:43.263Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:41:43.263Z] ---> def93d2b52d4 [2021-03-15T18:41:43.263Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T18:41:43.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:41:43.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:41:43.263Z] ---> def93d2b52d4 [2021-03-15T18:41:43.263Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T18:41:43.263Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:41:43.263Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:41:43.263Z] ---> def93d2b52d4 [2021-03-15T18:41:43.263Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T18:41:43.263Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:41:43.263Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:41:43.263Z] ---> def93d2b52d4 [2021-03-15T18:41:43.263Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T18:41:43.263Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:41:43.263Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:41:43.263Z] ---> def93d2b52d4 [2021-03-15T18:41:43.263Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T18:41:43.263Z] ---> Running in 9d5c3982713e [2021-03-15T18:41:43.263Z] ---> Running in 0b11b227d415 [2021-03-15T18:41:43.263Z] ---> Running in d2c7e400228f [2021-03-15T18:41:43.263Z] ---> Running in 84d6662a2ab0 [2021-03-15T18:41:43.263Z] ---> Running in df27331469d4 [2021-03-15T18:41:43.263Z] Removing intermediate container d2c7e400228f [2021-03-15T18:41:43.263Z] ---> 0b249f65e60c [2021-03-15T18:41:43.263Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:41:43.263Z] Removing intermediate container 9d5c3982713e [2021-03-15T18:41:43.263Z] Removing intermediate container 0b11b227d415 [2021-03-15T18:41:43.263Z] ---> fd4c8b981d85 [2021-03-15T18:41:43.263Z] ---> 6687e08ad83d [2021-03-15T18:41:43.263Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:41:43.263Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:41:43.263Z] Removing intermediate container df27331469d4 [2021-03-15T18:41:43.263Z] ---> 17c94ae274e2 [2021-03-15T18:41:43.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:41:43.263Z] Removing intermediate container 84d6662a2ab0 [2021-03-15T18:41:43.263Z] ---> 8f654ed3cb72 [2021-03-15T18:41:43.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:41:43.263Z] ---> Running in 15d565f8fec9 [2021-03-15T18:41:43.263Z] ---> Running in d22326a51484 [2021-03-15T18:41:43.263Z] ---> Running in 369c1e50d715 [2021-03-15T18:41:43.263Z] ---> Running in 3f8dd0ee8878 [2021-03-15T18:41:43.263Z] ---> Running in 56ff9adf8704 [2021-03-15T18:41:43.263Z] Removing intermediate container 15d565f8fec9 [2021-03-15T18:41:43.263Z] ---> bf74a6645c51 [2021-03-15T18:41:43.263Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T18:41:43.263Z] ---> Running in 3b29b282dd1b [2021-03-15T18:41:43.263Z] Removing intermediate container 369c1e50d715 [2021-03-15T18:41:43.263Z] ---> 7609c4686778 [2021-03-15T18:41:43.263Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T18:41:43.263Z] ---> Running in c70157567622 [2021-03-15T18:41:43.263Z] Removing intermediate container 3f8dd0ee8878 [2021-03-15T18:41:43.263Z] ---> 518b41c7b2ff [2021-03-15T18:41:43.263Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T18:41:43.263Z] Removing intermediate container 56ff9adf8704 [2021-03-15T18:41:43.263Z] ---> 5334a2cce39b [2021-03-15T18:41:43.263Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T18:41:43.263Z] Removing intermediate container d22326a51484 [2021-03-15T18:41:43.263Z] ---> fe7c5fa8ebfd [2021-03-15T18:41:43.263Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T18:41:43.263Z] ---> Running in db6b1ccba5f6 [2021-03-15T18:41:43.263Z] ---> Running in ebc11e0c5b02 [2021-03-15T18:41:43.263Z] ---> Running in 6ae31fc862eb [2021-03-15T18:41:43.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:43.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:41:44.083Z] OK: 217 MiB in 51 packages [2021-03-15T18:41:44.359Z] OK: 217 MiB in 51 packages [2021-03-15T18:41:44.956Z] OK: 217 MiB in 51 packages [2021-03-15T18:41:45.559Z] OK: 217 MiB in 51 packages [2021-03-15T18:41:45.840Z] Removing intermediate container 3b29b282dd1b [2021-03-15T18:41:45.840Z] ---> a2d3eccb1c1c [2021-03-15T18:41:45.840Z] Step 6/31 : COPY go.mod . [2021-03-15T18:41:45.840Z] OK: 217 MiB in 51 packages [2021-03-15T18:41:46.116Z] Removing intermediate container c70157567622 [2021-03-15T18:41:46.116Z] ---> e466b3d81c83 [2021-03-15T18:41:46.116Z] Step 6/24 : COPY go.mod . [2021-03-15T18:41:46.716Z] Removing intermediate container db6b1ccba5f6 [2021-03-15T18:41:46.716Z] ---> 387fb3d12a29 [2021-03-15T18:41:46.716Z] Step 6/23 : COPY go.mod . [2021-03-15T18:41:46.992Z] ---> d8374da900c0 [2021-03-15T18:41:46.992Z] Step 7/31 : RUN go mod download [2021-03-15T18:41:46.992Z] ---> 26a8a407776a [2021-03-15T18:41:46.992Z] Step 7/24 : RUN go mod download [2021-03-15T18:41:47.269Z] ---> Running in 46536a17e929 [2021-03-15T18:41:47.269Z] ---> Running in acd4ff714b16 [2021-03-15T18:41:47.269Z] Removing intermediate container 6ae31fc862eb [2021-03-15T18:41:47.269Z] ---> 46d0107169a3 [2021-03-15T18:41:47.269Z] Step 6/26 : COPY go.mod . [2021-03-15T18:41:47.545Z] Removing intermediate container ebc11e0c5b02 [2021-03-15T18:41:47.545Z] ---> f0e69ac6dd6b [2021-03-15T18:41:47.545Z] Step 6/22 : COPY go.mod . [2021-03-15T18:41:47.825Z] ---> 078b72f56669 [2021-03-15T18:41:47.825Z] Step 7/23 : RUN go mod download [2021-03-15T18:41:48.104Z] ---> Running in 545faf787086 [2021-03-15T18:41:48.708Z] ---> 439eeec6241f [2021-03-15T18:41:48.708Z] Step 7/26 : RUN go mod download [2021-03-15T18:41:48.983Z] ---> Running in 5c139a75041e [2021-03-15T18:41:48.983Z] ---> 39963ca39bc9 [2021-03-15T18:41:48.983Z] Step 7/22 : RUN go mod download [2021-03-15T18:41:49.257Z] ---> Running in 9f9a53209a22 [2021-03-15T18:41:51.901Z] Removing intermediate container 46536a17e929 [2021-03-15T18:41:51.901Z] ---> e0e949429a59 [2021-03-15T18:41:51.901Z] Step 8/31 : COPY . . [2021-03-15T18:41:52.499Z] Removing intermediate container 545faf787086 [2021-03-15T18:41:52.499Z] ---> 25653ce6906b [2021-03-15T18:41:52.499Z] Step 8/23 : COPY . . [2021-03-15T18:41:52.499Z] Removing intermediate container acd4ff714b16 [2021-03-15T18:41:52.499Z] ---> 8b881095618e [2021-03-15T18:41:52.499Z] Step 8/24 : COPY . . [2021-03-15T18:41:54.484Z] Removing intermediate container 5c139a75041e [2021-03-15T18:41:54.484Z] ---> a43c36dbff5a [2021-03-15T18:41:54.484Z] Step 8/26 : COPY . . [2021-03-15T18:41:54.484Z] Removing intermediate container 9f9a53209a22 [2021-03-15T18:41:54.484Z] ---> 0902513acfa5 [2021-03-15T18:41:54.484Z] Step 8/22 : COPY . . [2021-03-15T18:42:21.301Z] ---> aaf67f0ad9e1 [2021-03-15T18:42:21.301Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T18:42:21.301Z] ---> dde57e13cb73 [2021-03-15T18:42:21.301Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T18:42:21.301Z] ---> d7fcf5f67000 [2021-03-15T18:42:21.301Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T18:42:21.301Z] ---> 894f5d0494b4 [2021-03-15T18:42:21.301Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T18:42:21.301Z] ---> Running in c0f83c62e3cf [2021-03-15T18:42:21.301Z] ---> ebad392eb48b [2021-03-15T18:42:21.301Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T18:42:21.301Z] ---> Running in b3f5e52f0df8 [2021-03-15T18:42:21.301Z] ---> Running in e243febc59c0 [2021-03-15T18:42:21.301Z] ---> Running in 63e7ba5cdaae [2021-03-15T18:42:21.301Z] ---> Running in 26d7ce2b175d [2021-03-15T18:42:21.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T18:42:21.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T18:42:21.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T18:42:21.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T18:42:21.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T18:43:43.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T18:44:05.559Z] Removing intermediate container 63e7ba5cdaae [2021-03-15T18:44:05.559Z] ---> 16212944f335 [2021-03-15T18:44:05.559Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T18:44:05.559Z] Removing intermediate container e243febc59c0 [2021-03-15T18:44:05.559Z] ---> a29d6e968e51 [2021-03-15T18:44:05.559Z] [2021-03-15T18:44:05.559Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T18:44:05.559Z] 3.12: Pulling from library/alpine [2021-03-15T18:44:05.559Z] ---> Running in 9e2be63ebe9d [2021-03-15T18:44:05.836Z] Removing intermediate container c0f83c62e3cf [2021-03-15T18:44:05.836Z] ---> 8114b9abbc36 [2021-03-15T18:44:05.836Z] [2021-03-15T18:44:05.836Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T18:44:06.114Z] 3.12: Pulling from library/alpine [2021-03-15T18:44:07.098Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T18:44:07.098Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T18:44:07.098Z] Status: Image is up to date for alpine:3.12 [2021-03-15T18:44:07.098Z] ---> d10569e2745f [2021-03-15T18:44:07.098Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T18:44:07.098Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T18:44:07.098Z] ---> d10569e2745f [2021-03-15T18:44:07.098Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T18:44:07.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T18:44:07.695Z] ---> Running in bb151ae53df8 [2021-03-15T18:44:07.695Z] ---> Running in 5b192725c162 [2021-03-15T18:44:09.145Z] Removing intermediate container 5b192725c162 [2021-03-15T18:44:09.145Z] ---> 415784144a72 [2021-03-15T18:44:09.145Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T18:44:09.430Z] ---> Running in 43b32ba305f7 [2021-03-15T18:44:09.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:09.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:10.613Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T18:44:10.613Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T18:44:10.613Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T18:44:10.613Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T18:44:10.907Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T18:44:10.907Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:44:10.907Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T18:44:10.907Z] OK: 7 MiB in 19 packages [2021-03-15T18:44:11.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:11.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:12.404Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T18:44:12.404Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T18:44:12.404Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:44:12.404Z] OK: 5 MiB in 16 packages [2021-03-15T18:44:13.406Z] Removing intermediate container 9e2be63ebe9d [2021-03-15T18:44:13.406Z] ---> af4512bde871 [2021-03-15T18:44:13.406Z] [2021-03-15T18:44:13.406Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T18:44:13.406Z] Removing intermediate container b3f5e52f0df8 [2021-03-15T18:44:13.406Z] ---> 61f3edb4f121 [2021-03-15T18:44:13.406Z] [2021-03-15T18:44:13.406Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T18:44:13.406Z] ---> d10569e2745f [2021-03-15T18:44:13.406Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T18:44:13.406Z] 20.10.0: Pulling from library/docker [2021-03-15T18:44:13.684Z] Removing intermediate container bb151ae53df8 [2021-03-15T18:44:13.684Z] ---> 6f747dd62465 [2021-03-15T18:44:13.684Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T18:44:13.684Z] ---> Running in 64a6629f62ba [2021-03-15T18:44:13.959Z] ---> Running in a114966373a5 [2021-03-15T18:44:14.940Z] Removing intermediate container 43b32ba305f7 [2021-03-15T18:44:14.940Z] ---> 35ae8698f8b4 [2021-03-15T18:44:14.940Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T18:44:15.214Z] Removing intermediate container a114966373a5 [2021-03-15T18:44:15.214Z] ---> 81510dce604e [2021-03-15T18:44:15.214Z] Step 13/24 : WORKDIR / [2021-03-15T18:44:15.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:15.489Z] ---> Running in f0226a8c59f0 [2021-03-15T18:44:15.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:15.765Z] ---> Running in 40cb24dc8312 [2021-03-15T18:44:16.043Z] Removing intermediate container 26d7ce2b175d [2021-03-15T18:44:16.043Z] ---> fdbfd7a51f4f [2021-03-15T18:44:16.043Z] [2021-03-15T18:44:16.043Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T18:44:16.043Z] ---> d10569e2745f [2021-03-15T18:44:16.043Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T18:44:16.043Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T18:44:16.043Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:44:16.043Z] OK: 5 MiB in 15 packages [2021-03-15T18:44:16.316Z] ---> Running in 94324b6321ac [2021-03-15T18:44:16.316Z] Removing intermediate container f0226a8c59f0 [2021-03-15T18:44:16.316Z] ---> 2049416fcb2b [2021-03-15T18:44:16.316Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T18:44:16.911Z] Removing intermediate container 40cb24dc8312 [2021-03-15T18:44:16.911Z] ---> 9c8630ac2607 [2021-03-15T18:44:16.911Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T18:44:16.911Z] ---> Running in dda838cee022 [2021-03-15T18:44:17.511Z] Removing intermediate container dda838cee022 [2021-03-15T18:44:17.511Z] ---> 9893fae8e25f [2021-03-15T18:44:17.511Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T18:44:17.787Z] ---> Running in f997c418c1ac [2021-03-15T18:44:18.059Z] ---> 1d55e8db5630 [2021-03-15T18:44:18.059Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T18:44:18.059Z] Removing intermediate container 64a6629f62ba [2021-03-15T18:44:18.059Z] ---> c877efd5a530 [2021-03-15T18:44:18.059Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:44:18.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:18.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:18.611Z] ---> Running in 9c340fa3db11 [2021-03-15T18:44:19.208Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T18:44:19.208Z] ---> 54000c6e6a43 [2021-03-15T18:44:19.208Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T18:44:19.208Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T18:44:19.208Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:44:19.208Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T18:44:19.484Z] OK: 6 MiB in 16 packages [2021-03-15T18:44:19.484Z] Removing intermediate container 9c340fa3db11 [2021-03-15T18:44:19.484Z] ---> 640dfbc9f0d7 [2021-03-15T18:44:19.484Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T18:44:20.080Z] ---> Running in 1a302cebeb29 [2021-03-15T18:44:20.673Z] ---> 9f7d3855ed7d [2021-03-15T18:44:20.673Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T18:44:20.673Z] Removing intermediate container 1a302cebeb29 [2021-03-15T18:44:20.673Z] ---> cb115a282077 [2021-03-15T18:44:20.673Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T18:44:22.116Z] ---> Running in 2f39560d9ab1 [2021-03-15T18:44:22.388Z] Removing intermediate container f997c418c1ac [2021-03-15T18:44:22.388Z] ---> 46c9f0361f61 [2021-03-15T18:44:22.388Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T18:44:22.659Z] ---> 522a1b3db0de [2021-03-15T18:44:22.659Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T18:44:22.659Z] Removing intermediate container 94324b6321ac [2021-03-15T18:44:22.659Z] ---> 5a8ae246cbfa [2021-03-15T18:44:22.659Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:44:22.930Z] ---> Running in 1f050aa6629e [2021-03-15T18:44:22.930Z] Removing intermediate container 2f39560d9ab1 [2021-03-15T18:44:22.930Z] ---> f2e222e2f1a2 [2021-03-15T18:44:22.930Z] Step 15/23 : WORKDIR / [2021-03-15T18:44:23.204Z] ---> Running in fc67f977b00f [2021-03-15T18:44:23.478Z] ---> Running in 1fcd7c088421 [2021-03-15T18:44:24.453Z] Removing intermediate container 1f050aa6629e [2021-03-15T18:44:24.453Z] ---> d730f3ec8297 [2021-03-15T18:44:24.453Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T18:44:24.453Z] Removing intermediate container fc67f977b00f [2021-03-15T18:44:24.453Z] ---> bc72b5973651 [2021-03-15T18:44:24.453Z] Step 13/22 : ENV APP_PORT=48060 ---> 3f50d6a78419 [2021-03-15T18:44:24.453Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T18:44:24.453Z] [2021-03-15T18:44:24.729Z] Removing intermediate container 1fcd7c088421 [2021-03-15T18:44:24.729Z] ---> de659b7adb00 [2021-03-15T18:44:24.729Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:44:25.013Z] ---> Running in 214897f5e22c [2021-03-15T18:44:25.287Z] ---> 18b52c293f82 [2021-03-15T18:44:25.287Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T18:44:25.287Z] ---> Running in 9a2cda66aee8 [2021-03-15T18:44:25.634Z] ---> e769369187a2 [2021-03-15T18:44:25.634Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T18:44:25.946Z] Removing intermediate container 214897f5e22c [2021-03-15T18:44:25.946Z] ---> deac1c6d162d [2021-03-15T18:44:25.946Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T18:44:25.946Z] ---> Running in 8a1049b14b79 [2021-03-15T18:44:26.235Z] ---> 35f88a56cb06 [2021-03-15T18:44:26.235Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T18:44:26.235Z] ---> Running in 8832866d68ea [2021-03-15T18:44:27.827Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T18:44:27.827Z] Removing intermediate container 8832866d68ea [2021-03-15T18:44:27.827Z] ---> 03ce14ef8f70 [2021-03-15T18:44:27.827Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:44:27.827Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T18:44:27.827Z] ---> eeaf43b92773 [2021-03-15T18:44:27.827Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T18:44:28.109Z] ---> Running in dff6e6b61b55 [2021-03-15T18:44:28.385Z] ---> f59f2aa0bac7 [2021-03-15T18:44:28.385Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T18:44:28.992Z] ---> 1642c17df460 [2021-03-15T18:44:28.992Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T18:44:29.268Z] Removing intermediate container 9a2cda66aee8 [2021-03-15T18:44:29.268Z] ---> 456a613742cc [2021-03-15T18:44:29.268Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:44:29.545Z] ---> 597a6cb19f62 [2021-03-15T18:44:29.545Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T18:44:29.830Z] Removing intermediate container 8a1049b14b79 [2021-03-15T18:44:29.830Z] ---> 60ace6ec6106 [2021-03-15T18:44:29.830Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T18:44:30.107Z] ---> Running in 04be6b46f0bd [2021-03-15T18:44:30.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:30.107Z] ---> Running in 7c0e492e8976 [2021-03-15T18:44:30.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:30.655Z] ---> 1eaae80f94a7 [2021-03-15T18:44:30.655Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T18:44:30.929Z] ---> d22223fcf18a [2021-03-15T18:44:30.929Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T18:44:30.929Z] Removing intermediate container 04be6b46f0bd [2021-03-15T18:44:30.929Z] ---> b124939973c9 [2021-03-15T18:44:30.929Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:44:30.929Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T18:44:30.929Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T18:44:30.929Z] Executing bash-5.0.17-r0.post-install [2021-03-15T18:44:30.929Z] Removing intermediate container 7c0e492e8976 [2021-03-15T18:44:30.929Z] ---> 64d44be6cc03 [2021-03-15T18:44:30.929Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T18:44:30.929Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:44:30.929Z] OK: 12 MiB in 22 packages [2021-03-15T18:44:31.204Z] ---> Running in 04b91c361dfd [2021-03-15T18:44:31.204Z] ---> Running in 95fb5b326b56 [2021-03-15T18:44:32.188Z] Removing intermediate container 04b91c361dfd [2021-03-15T18:44:32.188Z] ---> 81241428e85b [2021-03-15T18:44:32.188Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T18:44:32.463Z] ---> 42e625ae37bf [2021-03-15T18:44:32.463Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T18:44:32.463Z] Removing intermediate container 95fb5b326b56 [2021-03-15T18:44:32.463Z] ---> 6b2114727814 [2021-03-15T18:44:32.463Z] Step 23/24 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:44:32.463Z] ---> Running in 93e4b21940a8 [2021-03-15T18:44:32.463Z] ---> 906a8a15caa8 [2021-03-15T18:44:32.463Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T18:44:32.463Z] Removing intermediate container dff6e6b61b55 [2021-03-15T18:44:32.738Z] ---> d6328c7aaf9b [2021-03-15T18:44:32.738Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T18:44:32.738Z] ---> Running in 314a8338236c [2021-03-15T18:44:32.738Z] ---> Running in 2476af0ea4f1 [2021-03-15T18:44:32.738Z] ---> Running in 6bdaa4cae64b [2021-03-15T18:44:33.016Z] Removing intermediate container 93e4b21940a8 [2021-03-15T18:44:33.016Z] ---> 0f659f4c8a6d [2021-03-15T18:44:33.016Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:44:33.300Z] Removing intermediate container 314a8338236c [2021-03-15T18:44:33.300Z] ---> 4027e32f80ae [2021-03-15T18:44:33.300Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:44:33.300Z] ---> Running in 56abb1960bd6 [2021-03-15T18:44:33.577Z] Removing intermediate container 2476af0ea4f1 [2021-03-15T18:44:33.577Z] ---> 82f1be86c95c [2021-03-15T18:44:33.577Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T18:44:33.577Z] Removing intermediate container 6bdaa4cae64b [2021-03-15T18:44:33.577Z] ---> 72e81c59ca64 [2021-03-15T18:44:33.578Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T18:44:33.578Z] ---> Running in 4560b1261fe7 [2021-03-15T18:44:33.578Z] ---> 9c5fe3875a66 [2021-03-15T18:44:33.578Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T18:44:33.851Z] ---> Running in 77d3aa4de241 [2021-03-15T18:44:33.851Z] ---> Running in ef98b16bd08b [2021-03-15T18:44:34.124Z] Removing intermediate container 56abb1960bd6 [2021-03-15T18:44:34.124Z] ---> ed57de21c2e2 [2021-03-15T18:44:34.124Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T18:44:34.397Z] ---> Running in 5c4e893a740e [2021-03-15T18:44:34.397Z] Removing intermediate container 4560b1261fe7 [2021-03-15T18:44:34.397Z] ---> 7a6e07f33649 [2021-03-15T18:44:34.397Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T18:44:34.674Z] ---> 47a12a7acdf9 [2021-03-15T18:44:34.674Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T18:44:34.674Z] Removing intermediate container 77d3aa4de241 [2021-03-15T18:44:34.674Z] ---> 106eea658cd8 [2021-03-15T18:44:34.674Z] [2021-03-15T18:44:34.674Z] ---> Running in b576ce797e6b [2021-03-15T18:44:34.674Z] Removing intermediate container ef98b16bd08b [2021-03-15T18:44:34.674Z] ---> 859221915220 [2021-03-15T18:44:34.674Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T18:44:34.949Z] Removing intermediate container 5c4e893a740e [2021-03-15T18:44:34.949Z] ---> c50088bc9e8a [2021-03-15T18:44:34.949Z] [2021-03-15T18:44:34.949Z] ---> Running in 30695aff2685 [2021-03-15T18:44:35.221Z] Successfully built 106eea658cd8 [2021-03-15T18:44:35.221Z] Removing intermediate container b576ce797e6b [2021-03-15T18:44:35.222Z] ---> 9411c14e10d6 [2021-03-15T18:44:35.222Z] Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:44:35.222Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-15T18:44:35.222Z] Building docker-core-data-go [2021-03-15T18:44:35.506Z]  Building docker-security-secretstore-setup-go ... done Successfully built c50088bc9e8a [2021-03-15T18:44:35.506Z] ---> Running in 133f0b2766e2 [2021-03-15T18:44:35.506Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-15T18:44:35.506Z] Building docker-support-scheduler-go [2021-03-15T18:44:35.506Z]  Building docker-core-command-go ... done  ---> b70eecde3d99 [2021-03-15T18:44:35.506Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T18:44:35.783Z] Removing intermediate container 30695aff2685 [2021-03-15T18:44:35.783Z] ---> 930c556c49b2 [2021-03-15T18:44:35.783Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T18:44:36.063Z] ---> Running in c93d9b80361e [2021-03-15T18:44:36.355Z] Removing intermediate container 133f0b2766e2 [2021-03-15T18:44:36.355Z] ---> 4c8e5765aaf0 [2021-03-15T18:44:36.355Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T18:44:36.634Z] ---> Running in 2619cc1e7c13 [2021-03-15T18:44:36.914Z] Removing intermediate container c93d9b80361e [2021-03-15T18:44:36.914Z] ---> d0bfeaa3bbff [2021-03-15T18:44:36.914Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T18:44:37.192Z] ---> d551fefa1802 [2021-03-15T18:44:37.192Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T18:44:37.470Z] Removing intermediate container 2619cc1e7c13 [2021-03-15T18:44:37.470Z] ---> e66c58e6654d [2021-03-15T18:44:37.470Z] [2021-03-15T18:44:37.746Z] Successfully built e66c58e6654d [2021-03-15T18:44:38.021Z] ---> 2ae8aab9396b [2021-03-15T18:44:38.021Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T18:44:38.021Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-15T18:44:38.021Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-15T18:44:38.625Z] ---> Running in 60fdd3277e92 [2021-03-15T18:44:38.625Z] ---> 5bae840eb121 [2021-03-15T18:44:38.625Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T18:44:41.256Z] ---> 12b2844514e6 [2021-03-15T18:44:41.256Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T18:44:42.711Z] ---> Running in 4bed23dc28ab [2021-03-15T18:44:44.189Z] Removing intermediate container 60fdd3277e92 [2021-03-15T18:44:44.189Z] ---> 58c807338167 [2021-03-15T18:44:44.189Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T18:44:44.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:44.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:44:45.075Z] ---> Running in edf79587d11e [2021-03-15T18:44:45.075Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T18:44:45.075Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T18:44:45.075Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T18:44:45.075Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T18:44:45.075Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T18:44:45.075Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T18:44:45.075Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T18:44:45.673Z] Removing intermediate container edf79587d11e [2021-03-15T18:44:45.673Z] ---> dd1dd8227055 [2021-03-15T18:44:45.673Z] Step 28/31 : CMD ["gate"] [2021-03-15T18:44:46.277Z] ---> Running in d2a66c0ab7d1 [2021-03-15T18:44:47.264Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T18:44:47.264Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T18:44:47.264Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T18:44:47.264Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T18:44:47.264Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T18:44:47.264Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T18:44:47.264Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T18:44:47.264Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T18:44:47.264Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T18:44:47.264Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T18:44:47.264Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T18:44:47.264Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T18:44:47.589Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T18:44:47.589Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T18:44:47.589Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T18:44:47.589Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T18:44:47.589Z] Removing intermediate container d2a66c0ab7d1 [2021-03-15T18:44:47.589Z] ---> d2217e28c15e [2021-03-15T18:44:47.589Z] Step 29/31 : LABEL arch=arm64 [2021-03-15T18:44:47.589Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T18:44:47.589Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T18:44:47.589Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T18:44:47.590Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T18:44:47.590Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T18:44:47.590Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T18:44:47.590Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T18:44:47.590Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T18:44:47.590Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T18:44:47.590Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T18:44:47.865Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:44:47.865Z] OK: 71 MiB in 55 packages [2021-03-15T18:44:48.931Z] ---> Running in 594397531be7 [2021-03-15T18:44:49.925Z] Removing intermediate container 594397531be7 [2021-03-15T18:44:49.925Z] ---> fd45977da6c5 [2021-03-15T18:44:49.925Z] Step 30/31 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:44:51.387Z] ---> Running in f03548424bc2 [2021-03-15T18:44:51.992Z] Removing intermediate container f03548424bc2 [2021-03-15T18:44:51.992Z] ---> b6266efe49be [2021-03-15T18:44:51.992Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T18:44:52.596Z] ---> Running in ef01ca1f5aef [2021-03-15T18:44:53.199Z] Removing intermediate container ef01ca1f5aef [2021-03-15T18:44:53.199Z] ---> 260e01097d52 [2021-03-15T18:44:53.199Z] [2021-03-15T18:44:53.801Z] Successfully built 260e01097d52 [2021-03-15T18:44:53.801Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-15T18:44:53.801Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-03-15T18:44:54.780Z] Removing intermediate container 4bed23dc28ab [2021-03-15T18:44:54.780Z] ---> 64910c8b01b2 [2021-03-15T18:44:54.780Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T18:44:55.055Z] ---> Running in a91309bd9021 [2021-03-15T18:45:00.476Z] Collecting docker-compose==1.23.2 [2021-03-15T18:45:00.752Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T18:45:01.749Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T18:45:01.749Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T18:45:03.745Z] Collecting PyYAML<4,>=3.10 [2021-03-15T18:45:03.745Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T18:45:07.149Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T18:45:07.149Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T18:45:09.784Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T18:45:09.784Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T18:45:09.784Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T18:45:10.058Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T18:45:10.058Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T18:45:10.657Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T18:45:10.657Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T18:45:11.262Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T18:45:11.262Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T18:45:14.676Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T18:45:14.676Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T18:45:14.974Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T18:45:15.249Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T18:45:17.240Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T18:45:17.240Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T18:45:18.235Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T18:45:18.235Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T18:45:18.507Z] Collecting idna<2.8,>=2.5 [2021-03-15T18:45:18.507Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T18:45:18.779Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T18:45:18.779Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T18:45:18.779Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T18:45:18.779Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T18:45:18.779Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T18:45:18.779Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T18:45:19.756Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, docopt, cached-property, jsonschema, texttable, dockerpty, docker-compose [2021-03-15T18:45:19.756Z] Attempting uninstall: urllib3 [2021-03-15T18:45:19.756Z] Found existing installation: urllib3 1.25.9 [2021-03-15T18:45:19.756Z] Uninstalling urllib3-1.25.9: [2021-03-15T18:45:20.030Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T18:45:20.632Z] Attempting uninstall: idna [2021-03-15T18:45:20.632Z] Found existing installation: idna 2.9 [2021-03-15T18:45:20.632Z] Uninstalling idna-2.9: [2021-03-15T18:45:20.905Z] Successfully uninstalled idna-2.9 [2021-03-15T18:45:21.501Z] Attempting uninstall: requests [2021-03-15T18:45:21.501Z] Found existing installation: requests 2.23.0 [2021-03-15T18:45:21.501Z] Uninstalling requests-2.23.0: [2021-03-15T18:45:21.776Z] Successfully uninstalled requests-2.23.0 [2021-03-15T18:45:23.793Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:45:23.793Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:45:23.793Z] ---> def93d2b52d4 [2021-03-15T18:45:23.793Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T18:45:23.793Z] ---> Using cache [2021-03-15T18:45:23.793Z] ---> 17c94ae274e2 [2021-03-15T18:45:23.793Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:45:23.793Z] ---> Using cache [2021-03-15T18:45:23.793Z] ---> 518b41c7b2ff [2021-03-15T18:45:23.793Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T18:45:23.793Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:45:23.793Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:45:23.793Z] ---> def93d2b52d4 [2021-03-15T18:45:23.793Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T18:45:23.793Z] ---> Using cache [2021-03-15T18:45:23.793Z] ---> 17c94ae274e2 [2021-03-15T18:45:23.793Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:45:23.793Z] ---> Using cache [2021-03-15T18:45:23.793Z] ---> 518b41c7b2ff [2021-03-15T18:45:23.793Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T18:45:23.793Z] Running setup.py install for PyYAML: started [2021-03-15T18:45:24.393Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:45:24.393Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:45:24.393Z] ---> def93d2b52d4 [2021-03-15T18:45:24.393Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T18:45:24.393Z] ---> Using cache [2021-03-15T18:45:24.393Z] ---> 17c94ae274e2 [2021-03-15T18:45:24.393Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:45:24.393Z] ---> Using cache [2021-03-15T18:45:24.393Z] ---> 518b41c7b2ff [2021-03-15T18:45:24.393Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T18:45:27.021Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T18:45:27.021Z] Running setup.py install for docopt: started [2021-03-15T18:45:29.019Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T18:45:29.019Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T18:45:29.019Z] ---> def93d2b52d4 [2021-03-15T18:45:29.019Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T18:45:29.019Z] ---> Using cache [2021-03-15T18:45:29.019Z] ---> 17c94ae274e2 [2021-03-15T18:45:29.020Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:45:29.020Z] ---> Using cache [2021-03-15T18:45:29.020Z] ---> 518b41c7b2ff [2021-03-15T18:45:29.020Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T18:45:29.020Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T18:45:30.486Z] ---> Running in a212ecceca97 [2021-03-15T18:45:30.486Z] ---> Running in b7b45f1ebfef [2021-03-15T18:45:30.486Z] ---> Running in fe0e53bb79f5 [2021-03-15T18:45:30.486Z] ---> Running in 53e14ceff727 [2021-03-15T18:45:30.486Z] Running setup.py install for texttable: started [2021-03-15T18:45:32.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:32.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:32.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:32.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:33.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:33.103Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T18:45:33.103Z] Running setup.py install for dockerpty: started [2021-03-15T18:45:33.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:33.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:33.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:33.922Z] OK: 217 MiB in 51 packages [2021-03-15T18:45:34.521Z] OK: 217 MiB in 51 packages [2021-03-15T18:45:34.800Z] OK: 217 MiB in 51 packages [2021-03-15T18:45:34.800Z] OK: 217 MiB in 51 packages [2021-03-15T18:45:35.397Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T18:45:35.674Z] Removing intermediate container b7b45f1ebfef [2021-03-15T18:45:35.674Z] ---> b692b9cc1271 [2021-03-15T18:45:35.674Z] Step 6/23 : COPY go.mod . [2021-03-15T18:45:36.281Z] Removing intermediate container fe0e53bb79f5 [2021-03-15T18:45:36.281Z] ---> f982bed66906 [2021-03-15T18:45:36.281Z] Step 6/21 : COPY go.mod . [2021-03-15T18:45:36.557Z] Removing intermediate container 53e14ceff727 [2021-03-15T18:45:36.557Z] ---> 5788bf720907 [2021-03-15T18:45:36.557Z] Step 6/22 : COPY go.mod . [2021-03-15T18:45:36.557Z] Removing intermediate container a212ecceca97 [2021-03-15T18:45:36.557Z] ---> 4b2d648963ff [2021-03-15T18:45:36.557Z] Step 6/23 : COPY go.mod . [2021-03-15T18:45:36.557Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T18:45:36.832Z] ---> e54254755660 [2021-03-15T18:45:36.832Z] Step 7/23 : RUN go mod download [2021-03-15T18:45:36.832Z] ---> Running in 89ea09d0c2a2 [2021-03-15T18:45:37.451Z] ---> 4715c5718d2b [2021-03-15T18:45:37.451Z] Step 7/21 : RUN go mod download [2021-03-15T18:45:37.451Z] ---> Running in 13e190f2fbc7 [2021-03-15T18:45:37.733Z] ---> 6dbe33ebd1c0 [2021-03-15T18:45:37.733Z] Step 7/22 : RUN go mod download [2021-03-15T18:45:38.018Z] ---> f923bbb48b1f [2021-03-15T18:45:38.018Z] Step 7/23 : RUN go mod download [2021-03-15T18:45:38.018Z] ---> Running in 1d7d41d33ff3 [2021-03-15T18:45:38.297Z] ---> Running in fb940cc7dd39 [2021-03-15T18:45:41.771Z] Removing intermediate container 89ea09d0c2a2 [2021-03-15T18:45:41.771Z] ---> 8584d6aad78f [2021-03-15T18:45:41.771Z] Step 8/23 : COPY . . [2021-03-15T18:45:41.771Z] Removing intermediate container 13e190f2fbc7 [2021-03-15T18:45:41.771Z] ---> 08e6f2e83859 [2021-03-15T18:45:41.771Z] Step 8/21 : COPY . . [2021-03-15T18:45:42.766Z] Removing intermediate container a91309bd9021 [2021-03-15T18:45:42.766Z] ---> 951f0fdf75ca [2021-03-15T18:45:42.766Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T18:45:42.766Z] ---> Running in 717e9fa85a49 [2021-03-15T18:45:43.370Z] Removing intermediate container fb940cc7dd39 [2021-03-15T18:45:43.370Z] ---> e5c93913a19e [2021-03-15T18:45:43.370Z] Removing intermediate container 1d7d41d33ff3 [2021-03-15T18:45:43.370Z] Step 8/23 : COPY . . ---> 2725efb1b745 [2021-03-15T18:45:43.370Z] Step 8/22 : COPY . . [2021-03-15T18:45:43.370Z] [2021-03-15T18:45:45.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:45.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:45:45.985Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T18:45:45.985Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T18:45:45.985Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T18:45:45.985Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:45:45.985Z] OK: 72 MiB in 58 packages [2021-03-15T18:45:54.313Z] Removing intermediate container 717e9fa85a49 [2021-03-15T18:45:54.313Z] ---> cf7b3642b9e4 [2021-03-15T18:45:54.313Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T18:45:55.331Z] ---> Running in ee876b0664af [2021-03-15T18:45:57.331Z] Removing intermediate container ee876b0664af [2021-03-15T18:45:57.331Z] ---> 26094bfdf31e [2021-03-15T18:45:57.331Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:45:57.928Z] ---> Running in 75f0ed04496d [2021-03-15T18:45:58.922Z] Removing intermediate container 75f0ed04496d [2021-03-15T18:45:58.922Z] ---> 862b07572751 [2021-03-15T18:45:58.922Z] Step 24/26 : LABEL arch=arm64 [2021-03-15T18:45:59.908Z] ---> Running in 6380483a5bd3 [2021-03-15T18:46:00.902Z] Removing intermediate container 6380483a5bd3 [2021-03-15T18:46:00.902Z] ---> 8d7b16ca899d [2021-03-15T18:46:00.902Z] Step 25/26 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:46:02.333Z] ---> Running in d0f5f21bed44 [2021-03-15T18:46:02.333Z] ---> d9fca844f5b4 [2021-03-15T18:46:02.333Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T18:46:02.939Z] ---> Running in b2b4c6d2d312 [2021-03-15T18:46:02.939Z] ---> 063f0bf918e8 [2021-03-15T18:46:02.939Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T18:46:02.939Z] Removing intermediate container d0f5f21bed44 [2021-03-15T18:46:02.939Z] ---> b80dcac29d29 [2021-03-15T18:46:02.939Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T18:46:03.233Z] ---> Running in c479323a368e [2021-03-15T18:46:03.233Z] ---> 8e43dd367f21 [2021-03-15T18:46:03.233Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T18:46:03.233Z] ---> Running in d125fda92ef1 [2021-03-15T18:46:03.509Z] ---> Running in 3f058217c54d [2021-03-15T18:46:04.113Z] Removing intermediate container d125fda92ef1 [2021-03-15T18:46:04.113Z] ---> d357c0924915 [2021-03-15T18:46:04.113Z] [2021-03-15T18:46:04.113Z] ---> 73eaf1fbe7ee [2021-03-15T18:46:04.113Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T18:46:04.394Z] ---> Running in 5fc4814dfebb [2021-03-15T18:46:04.669Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T18:46:04.944Z] Successfully built d357c0924915 [2021-03-15T18:46:04.944Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-15T18:46:04.944Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T18:46:05.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T18:46:06.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T18:47:14.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T18:47:29.344Z] Removing intermediate container c479323a368e [2021-03-15T18:47:29.344Z] ---> 52f90435f11f [2021-03-15T18:47:29.344Z] [2021-03-15T18:47:29.344Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T18:47:29.344Z] ---> d10569e2745f [2021-03-15T18:47:29.344Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T18:47:29.344Z] ---> Running in 18485870c576 [2021-03-15T18:47:30.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:47:30.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:47:32.228Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T18:47:32.228Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T18:47:32.228Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T18:47:32.228Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T18:47:32.228Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:47:32.228Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T18:47:32.503Z] OK: 7 MiB in 18 packages [2021-03-15T18:47:35.146Z] Removing intermediate container 18485870c576 [2021-03-15T18:47:35.146Z] ---> 80b44fb61e9d [2021-03-15T18:47:35.146Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T18:47:35.422Z] ---> Running in 093b4fb83f58 [2021-03-15T18:47:36.415Z] Removing intermediate container 093b4fb83f58 [2021-03-15T18:47:36.415Z] ---> 581636f27ef2 [2021-03-15T18:47:36.415Z] Step 13/21 : WORKDIR /edgex [2021-03-15T18:47:36.415Z] ---> Running in e895f80c2546 [2021-03-15T18:47:37.399Z] Removing intermediate container e895f80c2546 [2021-03-15T18:47:37.399Z] ---> bb87a3ca235f [2021-03-15T18:47:37.399Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T18:47:38.844Z] ---> e476ea87c7ef [2021-03-15T18:47:38.844Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T18:47:41.484Z] ---> 1dedb2a8be28 [2021-03-15T18:47:41.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T18:47:42.531Z] Removing intermediate container 3f058217c54d [2021-03-15T18:47:42.531Z] ---> 4b29edc1bf78 [2021-03-15T18:47:42.531Z] [2021-03-15T18:47:42.531Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T18:47:42.531Z] ---> d10569e2745f [2021-03-15T18:47:42.532Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T18:47:42.532Z] ---> Using cache [2021-03-15T18:47:42.532Z] ---> c877efd5a530 [2021-03-15T18:47:42.532Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:47:42.532Z] ---> Using cache [2021-03-15T18:47:42.532Z] ---> 640dfbc9f0d7 [2021-03-15T18:47:42.532Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T18:47:42.532Z] ---> Running in f09e9d25b183 [2021-03-15T18:47:42.915Z] ---> 6bdf6aec6b71 [2021-03-15T18:47:42.915Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T18:47:42.915Z] ---> Running in 01ea96416433 [2021-03-15T18:47:43.648Z] Removing intermediate container f09e9d25b183 [2021-03-15T18:47:43.648Z] ---> 7484d50470dd [2021-03-15T18:47:43.648Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T18:47:43.648Z] ---> Running in c58b78154b96 [2021-03-15T18:47:43.648Z] Removing intermediate container 01ea96416433 [2021-03-15T18:47:43.648Z] ---> 6585f6f25f3b [2021-03-15T18:47:43.648Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T18:47:43.968Z] ---> Running in 39f1128a107d [2021-03-15T18:47:44.302Z] Removing intermediate container c58b78154b96 [2021-03-15T18:47:44.302Z] ---> 03176cbcad2a [2021-03-15T18:47:44.302Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:47:44.587Z] Removing intermediate container 39f1128a107d [2021-03-15T18:47:44.587Z] ---> 6769104a25f4 [2021-03-15T18:47:44.587Z] Step 19/21 : LABEL arch=arm64 [2021-03-15T18:47:44.872Z] ---> Running in d363a75d2069 [2021-03-15T18:47:46.311Z] Removing intermediate container d363a75d2069 [2021-03-15T18:47:46.311Z] ---> 476d8d886cbf [2021-03-15T18:47:46.311Z] Step 20/21 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f ---> c9f25e47bd9e [2021-03-15T18:47:46.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T18:47:46.311Z] [2021-03-15T18:47:46.588Z] ---> Running in 744a77f9c46d [2021-03-15T18:47:48.047Z] Removing intermediate container 744a77f9c46d [2021-03-15T18:47:48.047Z] ---> 82c7ceeed143 [2021-03-15T18:47:48.047Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T18:47:48.047Z] ---> bb1282b0da7c [2021-03-15T18:47:48.047Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T18:47:48.321Z] ---> Running in 5a2b5ff056f7 [2021-03-15T18:47:49.313Z] Removing intermediate container 5a2b5ff056f7 [2021-03-15T18:47:49.313Z] ---> ac9288b4340b [2021-03-15T18:47:49.313Z] [2021-03-15T18:47:49.596Z] ---> a34dbc1537ca [2021-03-15T18:47:49.596Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T18:47:49.874Z] ---> Running in a8a9838bc283 [2021-03-15T18:47:49.874Z] Successfully built ac9288b4340b [2021-03-15T18:47:49.874Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-15T18:47:50.475Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5fc4814dfebb [2021-03-15T18:47:50.475Z] ---> 525e0f6a7281 [2021-03-15T18:47:50.475Z] [2021-03-15T18:47:50.475Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T18:47:50.475Z] ---> d10569e2745f [2021-03-15T18:47:50.475Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T18:47:50.475Z] ---> Using cache [2021-03-15T18:47:50.475Z] ---> c877efd5a530 [2021-03-15T18:47:50.475Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T18:47:50.475Z] ---> Using cache [2021-03-15T18:47:50.475Z] ---> 640dfbc9f0d7 [2021-03-15T18:47:50.475Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T18:47:50.475Z] ---> Running in 186368f58e6c [2021-03-15T18:47:50.475Z] Removing intermediate container a8a9838bc283 [2021-03-15T18:47:50.475Z] ---> 2c743662a4a6 [2021-03-15T18:47:50.475Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:47:50.753Z] ---> Running in bddada089385 [2021-03-15T18:47:51.027Z] Removing intermediate container 186368f58e6c [2021-03-15T18:47:51.027Z] ---> 70eff6d777a7 [2021-03-15T18:47:51.027Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T18:47:51.302Z] ---> Running in f2847b0f70cb [2021-03-15T18:47:51.302Z] Removing intermediate container bddada089385 [2021-03-15T18:47:51.302Z] ---> 78087ccc0ed4 [2021-03-15T18:47:51.302Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T18:47:51.579Z] ---> Running in 7c1bfce6441d [2021-03-15T18:47:51.860Z] Removing intermediate container f2847b0f70cb [2021-03-15T18:47:51.860Z] ---> 877ec2133ee7 [2021-03-15T18:47:51.860Z] Step 15/23 : WORKDIR / [2021-03-15T18:47:52.139Z] ---> Running in c49944dc87eb [2021-03-15T18:47:52.416Z] Removing intermediate container 7c1bfce6441d [2021-03-15T18:47:52.416Z] ---> b3a272865e62 [2021-03-15T18:47:52.416Z] Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:47:52.416Z] ---> Running in 37c7ba9d2d33 [2021-03-15T18:47:52.691Z] Removing intermediate container c49944dc87eb [2021-03-15T18:47:52.691Z] ---> 848f13d0b38b [2021-03-15T18:47:52.691Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:47:53.292Z] Removing intermediate container 37c7ba9d2d33 [2021-03-15T18:47:53.292Z] ---> 4a4aadadf21a [2021-03-15T18:47:53.292Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T18:47:53.564Z] ---> Running in beb702123ff0 [2021-03-15T18:47:53.840Z] ---> d0f2c5a5ba2d [2021-03-15T18:47:53.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T18:47:54.118Z] Removing intermediate container beb702123ff0 [2021-03-15T18:47:54.118Z] ---> 4478a2ea29fa [2021-03-15T18:47:54.118Z] [2021-03-15T18:47:54.720Z] Successfully built 4478a2ea29fa [2021-03-15T18:47:54.720Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-15T18:47:55.325Z]  Building docker-support-scheduler-go ... done  ---> 4a464ef6c2ed [2021-03-15T18:47:55.325Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T18:47:55.325Z] Removing intermediate container b2b4c6d2d312 [2021-03-15T18:47:55.325Z] ---> dfdb43266738 [2021-03-15T18:47:55.325Z] [2021-03-15T18:47:55.325Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T18:47:55.325Z] ---> d10569e2745f [2021-03-15T18:47:55.325Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T18:47:55.598Z] ---> Running in 61419126ce83 [2021-03-15T18:47:55.871Z] Removing intermediate container 61419126ce83 [2021-03-15T18:47:55.871Z] ---> 0d99dabab764 [2021-03-15T18:47:55.871Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T18:47:56.146Z] ---> Running in 0a1039dc45c1 [2021-03-15T18:47:56.146Z] ---> 134b36a11c85 [2021-03-15T18:47:56.146Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T18:47:56.146Z] ---> Running in 7e8f5ccb0629 [2021-03-15T18:47:56.421Z] Removing intermediate container 0a1039dc45c1 [2021-03-15T18:47:56.421Z] ---> 9a02d8cdb4fc [2021-03-15T18:47:56.421Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T18:47:56.699Z] ---> Running in 86a87ff08666 [2021-03-15T18:47:56.699Z] Removing intermediate container 7e8f5ccb0629 [2021-03-15T18:47:56.699Z] ---> 4f970a1c863e [2021-03-15T18:47:56.699Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:47:56.975Z] ---> Running in 1acb0aa99b49 [2021-03-15T18:47:57.249Z] Removing intermediate container 86a87ff08666 [2021-03-15T18:47:57.249Z] ---> 63a00f6e6035 [2021-03-15T18:47:57.249Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T18:47:57.249Z] ---> Running in 0d07a09d9e0a [2021-03-15T18:47:57.529Z] Removing intermediate container 1acb0aa99b49 [2021-03-15T18:47:57.529Z] ---> 59dfe90632f5 [2021-03-15T18:47:57.529Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T18:47:57.803Z] ---> Running in 1801ac4a15c5 [2021-03-15T18:47:58.402Z] Removing intermediate container 1801ac4a15c5 [2021-03-15T18:47:58.402Z] ---> a991352a74c9 [2021-03-15T18:47:58.402Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:47:58.402Z] ---> Running in a013ea390b40 [2021-03-15T18:47:59.003Z] Removing intermediate container a013ea390b40 [2021-03-15T18:47:59.003Z] ---> 9775e7c2b6fd [2021-03-15T18:47:59.003Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T18:47:59.003Z] ---> Running in c9df851de8df [2021-03-15T18:47:59.602Z] Removing intermediate container c9df851de8df [2021-03-15T18:47:59.602Z] ---> 9c469fc9cb85 [2021-03-15T18:47:59.602Z] [2021-03-15T18:47:59.876Z] Successfully built 9c469fc9cb85 [2021-03-15T18:47:59.876Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-15T18:48:00.152Z]  Building docker-core-metadata-go ... done Removing intermediate container 0d07a09d9e0a [2021-03-15T18:48:00.152Z] ---> 307fe765d7e2 [2021-03-15T18:48:00.152Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T18:48:00.152Z] ---> Running in 367f12b183d3 [2021-03-15T18:48:01.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T18:48:02.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T18:48:02.771Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T18:48:02.771Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T18:48:03.041Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T18:48:03.041Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T18:48:03.313Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T18:48:03.313Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T18:48:03.585Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T18:48:03.585Z] OK: 8 MiB in 20 packages [2021-03-15T18:48:05.025Z] Removing intermediate container 367f12b183d3 [2021-03-15T18:48:05.025Z] ---> 8e4f295c52b2 [2021-03-15T18:48:05.025Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T18:48:05.622Z] ---> 77b9159a7c22 [2021-03-15T18:48:05.622Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T18:48:07.061Z] ---> d54cc56bf1bb [2021-03-15T18:48:07.061Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T18:48:07.656Z] ---> a3924896bf13 [2021-03-15T18:48:07.656Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T18:48:07.656Z] ---> Running in 5379675995fc [2021-03-15T18:48:08.257Z] Removing intermediate container 5379675995fc [2021-03-15T18:48:08.257Z] ---> ce62c8cd4fd0 [2021-03-15T18:48:08.257Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T18:48:08.257Z] ---> Running in 6d6aee3c26b2 [2021-03-15T18:48:08.856Z] Removing intermediate container 6d6aee3c26b2 [2021-03-15T18:48:08.856Z] ---> 505045b1be33 [2021-03-15T18:48:08.856Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T18:48:08.856Z] ---> Running in cd94369e99b9 [2021-03-15T18:48:09.452Z] Removing intermediate container cd94369e99b9 [2021-03-15T18:48:09.452Z] ---> 1a55d5a49061 [2021-03-15T18:48:09.452Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T18:48:09.452Z] ---> Running in b6b1c6aec0c7 [2021-03-15T18:48:10.050Z] Removing intermediate container b6b1c6aec0c7 [2021-03-15T18:48:10.050Z] ---> f81200a88816 [2021-03-15T18:48:10.050Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T18:48:10.050Z] ---> Running in e94cbd562c28 [2021-03-15T18:48:10.647Z] Removing intermediate container e94cbd562c28 [2021-03-15T18:48:10.647Z] ---> a509481c323b [2021-03-15T18:48:10.647Z] [2021-03-15T18:48:10.920Z] Successfully built a509481c323b [2021-03-15T18:48:10.920Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-15T18:48:11.209Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-15T18:48:11.242Z] $ docker stop --time=1 8a459db6eecc13f7d9d985f0388896201b06fad7be87952fb4698bb05880a9a2 [2021-03-15T18:48:13.198Z] $ docker rm -f 8a459db6eecc13f7d9d985f0388896201b06fad7be87952fb4698bb05880a9a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T18:48:13.865Z] + docker images [2021-03-15T18:48:13.865Z] + grep docker [2021-03-15T18:48:14.136Z] docker-core-data-go-arm64 latest a509481c323b 3 seconds ago 21.3MB [2021-03-15T18:48:14.136Z] docker-core-metadata-go-arm64 latest 9c469fc9cb85 14 seconds ago 17.9MB [2021-03-15T18:48:14.136Z] docker-support-scheduler-go-arm64 latest 4478a2ea29fa 20 seconds ago 16.3MB [2021-03-15T18:48:14.136Z] docker-security-proxy-setup-go-arm64 latest ac9288b4340b 25 seconds ago 23.4MB [2021-03-15T18:48:14.136Z] docker-sys-mgmt-agent-go-arm64 latest d357c0924915 2 minutes ago 300MB [2021-03-15T18:48:14.136Z] docker-security-bootstrapper-go-arm64 latest 260e01097d52 3 minutes ago 17.8MB [2021-03-15T18:48:14.136Z] docker-support-notifications-go-arm64 latest e66c58e6654d 3 minutes ago 16.9MB [2021-03-15T18:48:14.136Z] docker-core-command-go-arm64 latest c50088bc9e8a 3 minutes ago 16.2MB [2021-03-15T18:48:14.136Z] docker-security-secretstore-setup-go-arm64 latest 106eea658cd8 3 minutes ago 23.7MB [2021-03-15T18:48:14.136Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:48:15.585Z] ---> job-cost.sh [2021-03-15T18:48:15.585Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3KYL [2021-03-15T18:48:54.498Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T18:50:31.232Z] lf-activate-venv(): INFO: Adding /tmp/venv-3KYL/bin to PATH [2021-03-15T18:50:31.232Z] INFO: No Stack... [2021-03-15T18:50:31.232Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T18:50:31.233Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T18:50:31.595Z] + + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-15T18:50:31.595Z] cut -d, -f6 [Pipeline] lock [2021-03-15T18:50:31.759Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3251-2-stack-cost] [2021-03-15T18:50:31.768Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3251-2-stack-cost] did not exist. Created. [2021-03-15T18:50:31.769Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3251-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T18:50:32.300Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T18:50:32.636Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T18:50:32.646Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3251-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:50:36.133Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:50:37.021Z] ---> package-listing.sh [2021-03-15T18:50:37.021Z] ++ facter osfamily [2021-03-15T18:50:37.021Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T18:50:37.284Z] + OS_FAMILY=redhat [2021-03-15T18:50:37.284Z] + workspace=/w/workspace/edgex-go/2 [2021-03-15T18:50:37.284Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T18:50:37.284Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T18:50:37.284Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T18:50:37.284Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T18:50:37.284Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-15T18:50:37.284Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T18:50:37.284Z] + case "${OS_FAMILY}" in [2021-03-15T18:50:37.284Z] + rpm -qa [2021-03-15T18:50:37.284Z] + sort [2021-03-15T18:50:42.597Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T18:50:42.597Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T18:50:42.597Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T18:50:42.597Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-15T18:50:42.597Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-15T18:50:42.597Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-15T18:50:42.613Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-15T18:50:42.907Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:50:43.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T18:50:43.219Z] [2021-03-15T18:50:43.219Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T18:50:43.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T18:50:43.629Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T18:50:43.629Z] df20fa9351a1: Pulling fs layer [2021-03-15T18:50:43.629Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T18:50:43.629Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T18:50:43.629Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T18:50:43.629Z] 93b61091891f: Pulling fs layer [2021-03-15T18:50:43.629Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T18:50:43.629Z] 5e14af77c1be: Pulling fs layer [2021-03-15T18:50:43.629Z] 01666e4c0597: Pulling fs layer [2021-03-15T18:50:43.629Z] aa168da1d23b: Pulling fs layer [2021-03-15T18:50:43.629Z] 93b9cdb0e59b: Waiting [2021-03-15T18:50:43.629Z] 5e14af77c1be: Waiting [2021-03-15T18:50:43.629Z] 01666e4c0597: Waiting [2021-03-15T18:50:43.629Z] aa168da1d23b: Waiting [2021-03-15T18:50:43.629Z] 46f8f816bc3b: Waiting [2021-03-15T18:50:43.629Z] 93b61091891f: Waiting [2021-03-15T18:50:43.629Z] 36b3adc4ff6f: Download complete [2021-03-15T18:50:43.629Z] 46f8f816bc3b: Verifying Checksum [2021-03-15T18:50:43.629Z] 46f8f816bc3b: Download complete [2021-03-15T18:50:43.629Z] df20fa9351a1: Verifying Checksum [2021-03-15T18:50:43.629Z] df20fa9351a1: Download complete [2021-03-15T18:50:43.902Z] 93b9cdb0e59b: Verifying Checksum [2021-03-15T18:50:43.902Z] 93b9cdb0e59b: Download complete [2021-03-15T18:50:43.902Z] 5e14af77c1be: Verifying Checksum [2021-03-15T18:50:43.902Z] 5e14af77c1be: Download complete [2021-03-15T18:50:43.902Z] 93b61091891f: Download complete [2021-03-15T18:50:43.902Z] 01666e4c0597: Download complete [2021-03-15T18:50:44.170Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T18:50:44.170Z] 8ad3a11d3b57: Download complete [2021-03-15T18:50:44.170Z] df20fa9351a1: Pull complete [2021-03-15T18:50:44.433Z] 36b3adc4ff6f: Pull complete [2021-03-15T18:50:46.405Z] 8ad3a11d3b57: Pull complete [2021-03-15T18:50:46.669Z] 46f8f816bc3b: Pull complete [2021-03-15T18:50:46.669Z] aa168da1d23b: Verifying Checksum [2021-03-15T18:50:46.669Z] aa168da1d23b: Download complete [2021-03-15T18:50:47.619Z] 93b61091891f: Pull complete [2021-03-15T18:50:47.882Z] 93b9cdb0e59b: Pull complete [2021-03-15T18:50:47.882Z] 5e14af77c1be: Pull complete [2021-03-15T18:50:48.150Z] 01666e4c0597: Pull complete [2021-03-15T18:50:58.247Z] aa168da1d23b: Pull complete [2021-03-15T18:50:58.247Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T18:50:58.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T18:50:58.247Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T18:50:58.565Z] prd-centos7-docker-4c-2g-29831 does not seem to be running inside a container [2021-03-15T18:50:58.627Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-15T18:51:03.772Z] $ docker top 722b1468e8816e18e23f7beeac7cdc332e9584d68ae67bfab3c38441272eabfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T18:51:04.435Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T18:51:05.323Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T18:51:05.628Z] + ls /var/log/sa-host [2021-03-15T18:51:05.628Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T18:51:05.628Z] file_magic: OK [2021-03-15T18:51:05.628Z] HZ: Using current value: 100 [2021-03-15T18:51:05.628Z] file_header: OK [2021-03-15T18:51:05.628Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T18:51:05.628Z] Statistics: [2021-03-15T18:51:05.628Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-15T18:51:05.628Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T18:51:05.628Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T18:51:05.628Z] file_magic: OK [2021-03-15T18:51:05.628Z] HZ: Using current value: 100 [2021-03-15T18:51:05.628Z] file_header: OK [2021-03-15T18:51:05.628Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T18:51:05.628Z] Statistics: [2021-03-15T18:51:05.628Z] Hnuu...uuuununununu... [2021-03-15T18:51:05.628Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T18:51:06.280Z] provisioning config files... [2021-03-15T18:51:06.310Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1372606882196142156tmp [Pipeline] { [Pipeline] echo [2021-03-15T18:51:06.383Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:51:06.684Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T18:51:06.694Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T18:51:06.832Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:51:07.160Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T18:51:07.171Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:51:07.475Z] ---> sudo-logs.sh [2021-03-15T18:51:07.475Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T18:51:07.634Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:51:07.941Z] ---> job-cost.sh [2021-03-15T18:51:07.941Z] lf-activate-venv: SKIPPING [2021-03-15T18:51:07.941Z] DEBUG: total: 0.20999999344348907 [2021-03-15T18:51:07.941Z] INFO: Retrieving Stack Cost... [2021-03-15T18:51:09.333Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T18:51:09.910Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T18:51:09.925Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T18:51:10.227Z] ---> logs-deploy.sh [2021-03-15T18:51:10.227Z] lf-activate-venv: SKIPPING [2021-03-15T18:51:10.227Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3251/2 [2021-03-15T18:51:10.227Z] INFO: archiving workspace using pattern(s): [2021-03-15T18:51:12.273Z] Archives upload complete. [2021-03-15T18:51:12.273Z] INFO: archiving logs to Nexus